/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Landing Sumo - Theme 14
 * URL: http://LandingSumo.com
 * Version: 1.0
 */

/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */

/* Import fonts */
/* @import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900); */

* { 
	margin: 0;
	padding: 0px;
    font-family: serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

h1 {
    font-family: sans-serif;
}

h2, h3, h4, h5, h6 {
    font-family: serif;
}

p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: serif;
	font-weight: 300;
	font-size: 16px; 
	line-height: 28px;
	color: #000; 
	margin-top: 10px; 
}

html,
body {
	height: 100%;
}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #1abc9c;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

/* Bootstrap Modification */

.navbar-inverse {
	background:linear-gradient(135deg,#4a6cf7,#3bb78f);
	border-color:linear-gradient(135deg,#4a6cf7,#3bb78f);
}

.navbar-right {
	padding-top: 10px;
}

.navbar-brand {
	margin-top: -5px;
}

.navbar-nav {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

.navbar {
	padding-bottom: 2px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
}

/* FORM CONFIGURATION */

input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 16px 30px 18px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 60%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
	padding: 15px 20px 17px;
}



/* General Configuration */
h4 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #a0a0a0;
}

h5 {
	font-weight: 400;
}

i {
	font-size: 50px;
}

/* HEADER SECTION */
#h {
	/* background: url(../img/header.jpg) no-repeat center top; */
	/* background: url(../img/header.png) no-repeat center top; */
	background: url(../img/photo-1725962479542-1be0a6b0d444.jpg) no-repeat center top;
	padding-top: 130px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 700px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#h h1 {
	color:#4a6cf7;
	font-size: 70px;
	font-weight: 500;
	letter-spacing: 1px;
}

.attention {
  color: #e63946;
  font-weight: bold;
}

.ln_bannerh2 {
  background-color: #fff5f5;
  border: 2px solid #e63946;
  padding: 12px 20px;
  border-radius: 8px;
  display: inline-block;
}

#h hr {
	border: 1px #4a6cf7 solid;
	width: 200px;
}

#h p {
	color:#4a6cf7;
	font-weight: 100;
}

.container{max-width:1200px;margin:0 auto;padding:0 20px}

.cta-button{display:inline-block;background:#3bb78f;color:white;padding:15px 40px;border-radius:50px;text-decoration:none;font-weight:bold;font-size:2rem;transition:.3s}
.cta-button:hover{background:#34a77f}

        .section-title {
            text-align: center;
            font-size: 3.5rem;
            margin-bottom: 4rem;
            color: #333;
        }
/*
    .section{padding:80px 20px}
    .section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color: #333;}
    .stats{background:#f8f9fa}
    .stat-card{background:white;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px rgba(0,0,0,.08); border: 1px solid #eee;}
    .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}
*/
        .stats {
            background: #f8f9fa;
            padding: 60px 20px;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }
        
        .stat-card {
            background: white;
            padding: 3rem;
            border-radius: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s;
        }
        
        .stat-card:hover {
            transform: translateY(-5px);
        }
        
        .stat-number {
            font-size: 4rem;
            font-weight: bold;
            color: #778eea;
            margin-bottom: 1.5rem;
        }
        
        .stat-label {
            font-size: 2.1rem;
            color: #777;
        }

    .problem-box,.solution-box{padding:2rem;border-radius:10px;margin-bottom:2rem}
    .problem-box{background:#fff3cd;border-left:5px solid #ffc107}
    .solution-box{background:#d1ecf1;border-left:5px solid #17a2b8}
    
/*	.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}*/
/*	.feature-card{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 15px rgba(0,0,0,.08); border: 1px solid #eee;}*/
    
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            margin-top: 2rem;
        }
        
        .feature-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .feature-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        }
        
        .feature-icon {
            font-size: 3rem;
            margin-bottom: 1rem;
        }
		
        .feature-card h3 {
            color: #667eea;
            margin-bottom: 1rem;
        }
/*	
    .pricing{text-align:center}
    .price-card{background:linear-gradient(135deg,#4a6cf7,#3bb78f);color:white;padding:3rem;border-radius:20px;max-width:600px;margin:2rem auto}
    .price-card ul{list-style:none;text-align:left;margin-top:2rem}
    .price-card li{margin-bottom:.7rem}
*/    

       .pricing {
            background: white;
        }
        
        .price-card {
/*            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);*/
            background:linear-gradient(135deg,#4a6cf7,#3bb78f);
			color: white;
            padding: 3rem;
            border-radius: 20px;
            text-align: center;
            max-width: 600px;
            margin: 2rem auto;
            box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
        }
        
        .price-card h3 {
            font-size: 2rem;
            margin-bottom: 1rem;
        }
        
        .price-card .price {
            font-size: 3rem;
            font-weight: bold;
            margin: 1rem 0;
        }
        
        .price-card ul {
            list-style: none;
            text-align: left;
            margin: 2rem 0;
        }
        
        .price-card li {
            padding: 0.5rem 0;
            padding-left: 2rem;
            position: relative;
        }
        
        .price-card li:before {
            content: "✓";
            position: absolute;
            left: 0;
            font-weight: bold;
            font-size: 1.2rem;
        }

    .centered{color:white;text-align:center}
    
    .offer{color:#fff}
    
    
.controller-img{max-width:540px;margin:20px auto;display:block;border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,0.2)}
    @media (max-width:768px){
		.controller-img{max-width:250px;}
		.section-title {font-size: 2rem;}
		#calc-popup .calc-body {max-width:450px;padding:1px;}
		#calc-popup .calc-input {width:70%;padding:1px;}
		#calc-result .cta-button {padding:10px 20px;border-radius:30px;font-size:1.2rem}
    }
    .hotel {background-image: url(../img/photo-1655265173443-4b9ae377f9e6.jpg);
}
/* Separators - Parallax Section */
.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 550px;
	position: relative;
}
.s01 {
	background-image: url(../img/s01.png);
}

.s02 {
	background-image: url(../img/s02.png);
}


#portfolio {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #f2f2f2;
}
.cbp-item-wrapper {
    background: #2f2f2f;
}
.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    background-image: center center;
    height: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cbp-item-wrapper a:hover img {
    opacity: 0.8;
}

/* CTA SECTION */
#cta {
	background: url(../img/cta.png) no-repeat center top;
	background-color: #f2f2f2;
	padding-top: 150px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 600px;
	width: 100%;
	margin-top: 50px;
	color: white;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#cta h1 {
	color: white;
	font-size: 60px;
	font-weight: 100;
}

/* FOOTER */
#f {
	padding-bottom: 50px;
	padding-top: 50px;
	background:linear-gradient(135deg,#4a6cf7,#3bb78f);
	color: white;
}

#calc-popup {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
    background:rgba(0,0,0,0.6);
    display:flex;align-items:center;
    justify-content:center;
}

#calc-popup .calc-body {
	background:white;
	padding:30px;
	border-radius:10px;
	width:90%;
	max-width:700px;
	text-align:center;
}

#calc-popup .calc-input {
	width:50%;
	padding:10px;
	margin-bottom:10px;
}

#calc-popup .calc-result {
	margin-top:15px;
	font-weight:bold;
}

.calc-closed {
/*	margin:10px;
	padding:10px;
	border-radius: 5px;
	background: #ccc	*/
	margin-left:10px;padding:10px 20px;border:none;border-radius:6px;background:#ccc;
}

.calc-calculate {
	background:#1976d2;color:white;padding:10px 20px;border:none;border-radius:6px;margin-top:10px;
}

#calc-result {
	margin-top:20px;font-size:16px;font-weight:bold;color:#1976d2;
}

#calc-result .attention {
	font-size: 3rem
}
