*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:Arial,Helvetica,sans-serif;
background:#fff;
color:#333;
line-height:1.6;
overflow-x:hidden;
}

a{
text-decoration:none;
}

img{
max-width:100%;
display:block;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* ================= HEADER ================= */

.header{
position:fixed;
top:0;
left:0;
width:100%;
background:#fff;
box-shadow:0 2px 12px rgba(0,0,0,.08);
z-index:9999;
}

.navbar-custom{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
}

.logo img{
height:65px;
}

.menu{
display:flex;
align-items:center;
gap:30px;
}

.menu a{
color:#222;
font-size:16px;
font-weight:600;
transition:.3s;
}

.menu a:hover{
color:#ff6600;
}

.nav-call{
background:#ff6600;
color:#fff !important;
padding:12px 26px;
border-radius:40px;
}

.nav-call:hover{
background:#d35400;
}

/* ================= HERO ================= */

/* HERO */

.hero{
margin-top:85px;
height:100vh;
display:flex;
align-items:center;
background:url("../images/hero.jpg") center center/cover no-repeat;
position:relative;
overflow:hidden;
}

.hero::before{
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
}

.hero .container{
position:relative;
z-index:2;
display:flex;
align-items:center;
height:100%;
}

.hero-content{
max-width:700px;
color:#fff;
}

.hero h1{
font-size:62px;
line-height:1.15;
margin:25px 0;
font-weight:700;
}

.hero p{
font-size:24px;
line-height:1.7;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
gap:20px;
}
.btn-call,
.btn-whatsapp{
display:inline-block;
padding:16px 34px;
border-radius:8px;
font-size:18px;
font-weight:bold;
color:#fff;
transition:.3s;
}

.btn-call{
background:#d35400;
}

.btn-call:hover{
background:#b84300;
}

.btn-whatsapp{
background:#25D366;
}

.btn-whatsapp:hover{
background:#1fa855;
}

/* ================= TRUST SECTION ================= */

.trust-section{
padding:80px 0;
background:#fff;
margin-top:0;
}

.trust-box{
background:#f8f8f8;
padding:35px 25px;
border-radius:12px;
text-align:center;
transition:.3s;
height:100%;
}

.trust-box:hover{
transform:translateY(-8px);
box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.trust-box h2{
font-size:42px;
font-weight:700;
color:#ff6600;
margin-bottom:10px;
}

.trust-box p{
font-size:18px;
font-weight:600;
margin:0;
}

/* ================= MOBILE ================= */

@media(max-width:768px){

.hero{
padding:130px 0 70px;
}

.hero h1{
font-size:38px;
}

.hero p{
font-size:18px;
}

.menu{
display:none;
}

.logo img{
height:55px;
}

.hero-buttons{
flex-direction:column;
}

.btn-call,
.btn-whatsapp{
width:100%;
text-align:center;
}

}
/* TOUR SECTION */

.tour-section{
padding:80px 0;
background:#fafafa;
}

.section-title{
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.section-title p{
font-size:20px;
color:#666;
}

.tour-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.35s;
height:100%;
}

.tour-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 35px rgba(0,0,0,.15);
}

.tour-card img{
width:100%;
height:230px;
object-fit:cover;
}

.tour-content{
padding:22px;
}

.tour-content h3{
font-size:24px;
font-weight:700;
margin-bottom:12px;
}

.tour-content p{
font-size:16px;
color:#666;
line-height:1.7;
margin-bottom:20px;
}

.book-btn{
display:inline-block;
padding:12px 28px;
background:#ff6600;
color:#fff;
border-radius:6px;
font-weight:600;
transition:.3s;
}

.book-btn:hover{
background:#d84f00;
color:#fff;
}
/*==========================
TAXI SECTION
==========================*/

.taxi-section{
    padding:80px 0;
    background:#f8f9fa;
}

.section-title{
    margin-bottom:50px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:10px;
}

.section-title p{
    font-size:18px;
    color:#666;
}

.service-card{
    background:#fff;
    padding:35px 25px;
    border-radius:12px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.service-icon{
    font-size:50px;
    color:#ff6600;
    margin-bottom:20px;
}

.service-card h3{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    font-size:16px;
    line-height:1.7;
}
/* WHY CHOOSE */

.why-us{
padding:90px 0;
background:#fff;
}

.why-us h2{
font-size:42px;
font-weight:700;
margin-bottom:10px;
}

.why-us p{
color:#666;
}

.why-box{
background:#fff;
padding:35px 25px;
border-radius:12px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.3s;
height:100%;
}

.why-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.why-box i{
font-size:45px;
color:#ff6600;
margin-bottom:20px;
}

.why-box h4{
font-size:22px;
font-weight:700;
margin-bottom:12px;
}

.why-box p{
font-size:16px;
line-height:1.7;
}
/* REVIEW SECTION */

.reviews{
padding:90px 0;
background:#f8f9fa;
}

.review-box{
background:#fff;
padding:35px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
transition:.3s;
}

.review-box:hover{
transform:translateY(-8px);
box-shadow:0 20px 40px rgba(0,0,0,.15);
}

.review-box{
font-size:20px;
color:#ffb400;
}

.review-box p{
margin:20px 0;
color:#555;
font-size:17px;
line-height:1.8;
}

.review-box h5{
margin-top:20px;
font-weight:700;
}
/* FAQ SECTION */

.faq-section{
padding:90px 0;
background:#fff;
}

.faq-section h2{
font-size:42px;
font-weight:700;
margin-bottom:10px;
}

.faq-section p{
color:#666;
}

.accordion-item{
margin-bottom:15px;
border:none;
border-radius:10px;
overflow:hidden;
box-shadow:0 8px 20px rgba(0,0,0,.08);
}

.accordion-button{
font-size:18px;
font-weight:600;
padding:20px;
}

.accordion-button:not(.collapsed){
background:#ff6600;
color:#fff;
}

.accordion-body{
padding:20px;
font-size:16px;
line-height:1.8;
}
/* CONTACT SECTION */

.contact-section{

padding:80px 0;

background:#f7f8fb;

}

.contact-section h2{

font-size:42px;

font-weight:700;

margin-bottom:10px;

}

.contact-info{

background:#fff;

padding:40px;

border-radius:12px;

box-shadow:0 10px 30px rgba(0,0,0,.08);

height:100%;

}

.contact-info h3{

margin-bottom:25px;

font-weight:700;

}

.contact-info p{

font-size:18px;

margin-bottom:18px;

}

.contact-info i{

color:#ff6600;

margin-right:10px;

}

.contact-buttons{

margin-top:30px;

display:flex;

gap:15px;

}

.contact-form{

background:#fff;

padding:35px;

border-radius:15px;

box-shadow:0 10px 30px rgba(0,0,0,.08);
height: 100%;

}

.contact-form .form-control{

padding:15px;

border-radius:8px;

}
.contact-card{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    height:100%;
}

.contact-card p{
    font-size:18px;
    margin-bottom:18px;
    line-height:30px;
}

.contact-card i{
    width:30px;
    font-size:18px;
}
.contact-card a{
    color:#333;
    text-decoration:none;
}

.contact-card a:hover{
    color:#ff6600;
}
.contact-card .form-control{
    padding:14px;
    border-radius:10px;
    border:1px solid #ddd;
}

.contact-card textarea{
    resize:none;
}

.contact-card .btn-call{
    width:100%;
    padding:15px;
    font-size:18px;
}
.contact-card{
    height:100%;
}

.contact-card form{
    height:100%;
}
.contact-buttons{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.contact-buttons a{
    flex:1;
}
/* MAP SECTION */

.map-section{
padding:80px 0;
background:#fff;
}

.section-title{
text-align:center;
margin-bottom:40px;
}

.section-title h2{
font-size:42px;
font-weight:700;
margin-bottom:10px;
}

.section-title p{
font-size:18px;
color:#666;
}

.map-box{
    width:100%;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
}
.map-box iframe{
    width:100%;
    height:500px;
    border:0;
    display:block;
}
/* ===========================
   SEO FOOTER
=========================== */

.footer{
    background:#1f1f1f;
    color:#ddd;
    padding:70px 0 30px;
}

/* Logo */

.footer-logo{
    max-width:180px;
    margin-bottom:20px;
}

/* About */

.footer-about{
    color:#cfcfcf;
    line-height:1.9;
    max-width:330px;
    text-align:justify;
}

/* Heading */

.footer h4{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

/* Paragraph */

.footer p{
    color:#cfcfcf;
    line-height:1.9;
    margin-bottom:12px;
}

/* Links */

.footer a{
    color:#d7d7d7;
    text-decoration:none;
    transition:0.3s;
}

.footer a:hover{
    color:#ff7a00;
    padding-left:5px;
}

/* Lists */

.footer ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer ul li{
    margin-bottom:10px;
}

/* Contact */

.footer-contact p{
    margin-bottom:14px;
}

.footer-contact i{
    width:24px;
    color:#ff7a00;
}

/* Office */

.footer-contact strong{
    color:#fff;
}

/* Social */

.footer-social{
    margin-top:20px;
}

.footer-social a{

    width:42px;

    height:42px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    background:#2d2d2d;

    color:#fff;

    border-radius:50%;

    margin-right:8px;

    transition:.3s;

    text-decoration:none;

}

.footer-social a:hover{

    background:#ff7a00;

    color:#fff;

    transform:translateY(-3px);

}

/* SEO Text */

.footer-seo{

    margin-top:60px;

    padding-top:40px;

    border-top:1px solid rgba(255,255,255,.12);

}

.footer-seo h4{

    margin-bottom:15px;

}

.footer-seo p{

    color:#cfcfcf;

    text-align:justify;

    line-height:2;

}

/* Bottom */

.footer-bottom{

    border-top:1px solid rgba(255,255,255,.12);

    margin-top:40px;

    padding-top:20px;

    color:#aaa;

    font-size:15px;

}

.footer-bottom a{

    color:#d7d7d7;

}

.footer-bottom a:hover{

    color:#d5d5d5;

}

/* Responsive */

@media(max-width:991px){

.footer{

padding:60px 0 20px;

}

.footer .col-lg-3,
.footer .col-lg-4{

margin-bottom:35px;

}

.footer-logo{

max-width:220px;

}

.footer h4{

font-size:20px;

}

.footer-about{

max-width:100%;
padding-right:25px;

}

.footer-social{

margin-top:15px;

}

.footer-bottom{

text-align:center;

}

}

@media(max-width:576px){

.footer{

text-align:left;

}

.footer h4{
color:#ffffff;
font-weight:700;
font-size:24px;


}

.footer p{

font-size:15px;

}

.footer ul li{

margin-bottom:8px;

}

.footer-social a{

width:38px;

height:38px;

margin-right:6px;

}

.footer-seo p{

font-size:15px;

line-height:1.8;

}

}
/* ===========================
FLOATING BUTTONS
=========================== */

.floating-call,
.floating-whatsapp{

position:fixed;

width:60px;

height:60px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

color:#fff;

text-decoration:none;

z-index:9999;

box-shadow:0 8px 20px rgba(0,0,0,.25);

transition:.3s;

}

.floating-call{

left:20px;

bottom:30px;

background:#ff6b00;

}

.floating-whatsapp{

right:20px;

bottom:30px;

background:#25D366;

}

.floating-call:hover,
.floating-whatsapp:hover{

transform:scale(1.1);

color:#fff;

}

@media(max-width:768px){

.floating-call{
left:15px;
bottom:80px;
}

.floating-whatsapp{
right:15px;
bottom:80px;
}

}
.intro-section{
    padding:60px 0;
    background:#fff;
}

.intro-section h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:20px;
    color:#222;
}

.intro-section p{
    font-size:18px;
    line-height:1.8;
    color:#555;
}