/********** Template CSS **********/
:root {
    --primary: #1E60AA;
    --secondary: #FF4917;
    --light: #EDF1FC;
    --dark: #17224D;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.top-bar {
    height: 75px;
    padding: 0 4rem;
}

.nav-bar {
    position: relative;
    padding: 0 4.75rem;
    transition: .5s;
    z-index: 9999;
}

.nav-bar.sticky-top {
    position: sticky;
    padding: 0;
    z-index: 9999;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .nav-bar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    border-left: 15px solid #FFFFFF;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: #FFFFFF;
}

.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.about-maneimg img{
    border: 3px solid rgb(215, 175, 14);
    margin-bottom: 20px;
  align-items: center;
}

.page-header{
    /*
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/about-img1.webp) center top no-repeat;
    */
    background-color: #f1c132;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}


/*** Service ***/
.service-item-top img {
    transition: .5s;
}

.service-item-top:hover img {
    transform: scale(1.1);
}

.service-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.service-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    transition: .5s;
}

.service-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Booking ***/
.video {
    position: relative;
    padding: 8rem 0 12rem 0;
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video .btn-play {
    position: relative;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
    margin-bottom: 4rem;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--primary);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item img {
    transition: .6s;
    height: 300px;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-text {
    height: 90px;
    overflow: hidden;
}

.team-item .team-text .bg-light,
.team-item .team-text .bg-primary {
    position: relative;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s;
}

.team-item .team-text .bg-primary {
    flex-direction: row;
}

.team-item:hover .team-text .bg-light {
    margin-top: -90px;
}

.team-item .team-text .bg-primary .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-text .bg-primary .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-item .testimonial-text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 15px solid;
    border-color: var(--light) transparent transparent transparent;
    transition: .5s;

}

.testimonial-carousel .owl-item.center .testimonial-text::after {
    border-color: var(--primary) transparent transparent transparent;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    font-size: 30px;
    color: var(--primary);
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}
/*btna*/
/* Button Style */

.enquire-btn{
    position:relative;
    padding:14px 40px;
    font-size:18px;
    color:#fff;
    text-decoration:none;
    background:linear-gradient(45deg,#ff7a18,#ffb347);
    border-radius:40px;
    letter-spacing:1px;
    overflow:hidden;
    transition:0.4s;
    animation:pulse 2s infinite;
}
.enquire-btn1{
     position:relative;
    padding:10px 30px;
    font-size:15px;
    color:#fff;
    text-decoration:none;
    background:linear-gradient(45deg,#00000060,#000000);
    border-radius:40px;
    letter-spacing:1px;
    overflow:hidden;
    transition:0.4s;
    animation:pulse 2s infinite;
}
.enquire-btn1:hover{
      transform:scale(1.08);
      box-shadow:0 10px 25px rgba(0,0,0,0.2);
      color: white;
}
.enquire-btn1::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.3);
    transform:skewX(-30deg);
    transition:0.6s;
}
.enquire-btn1:hover::before{
    left:120%;
}
/* Hover Effect */

.enquire-btn:hover{
    transform:scale(1.08);
    box-shadow:0 10px 25px rgba(0,0,0,0.2);
    color: white;
}

/* Shine Animation */

.enquire-btn::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.3);
    transform:skewX(-30deg);
    transition:0.6s;
}

.enquire-btn:hover::before{
    left:120%;
}

/* Pulse Animation */

@keyframes pulse{
    0%{box-shadow:0 0 0 0 rgba(0, 0, 0, 0.6);}
    70%{box-shadow:0 0 0 15px rgba(0, 0, 0, 0);}
    100%{box-shadow:0 0 0 0 rgba(0, 0, 0, 0);}
}

/* Responsive */

@media(max-width:600px){

.enquire-btn{
    padding:12px 28px;
    font-size:16px;
}

}
/*teran*/
.bus-scroll{
background:#f6a313;
overflow:hidden;
white-space:nowrap;
padding:15px 0;
}

.scroll-content{
display:inline-block;
animation:scroll 15s linear infinite;
font-weight:bold;
font-size:28px;
color:#000;
}

.scroll-content span{
margin-right:60px;
}

.scroll-content i{
margin:0 10px;
}

/* animation */

@keyframes scroll{
0%{
transform:translateX(100%);
}
100%{
transform:translateX(-100%);
}
}

/* responsive */

@media (max-width:768px){

.scroll-content{
font-size:18px;
}

.scroll-content span{
margin-right:40px;
}

}
/* SECTION */

.travel-services{
padding:80px 8%;
text-align:center;
}

.travel-services h2{
font-size:34px;
margin-bottom:50px;
}

/* GRID */

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
}

/* CARD */

.service-card{
background:linear-gradient(145deg,#0b0f2c,#14163d);
padding:35px;
border-radius:16px;
color:white;
position:relative;
overflow:hidden;
transition:0.4s;
}

.service-card:hover{
transform:translateY(-10px);
box-shadow:0 20px 40px rgba(0,0,0,0.4);
}

/* ICON */

.service-icon{
font-size:28px;
color:#ffb400;
margin-bottom:20px;
}

/* NUMBER */

.service-number{
position:absolute;
right:-5px;
top:50%;
transform:translateY(-50%);
background:#eee;
color:black;
padding:10px 14px;
border-radius:10px;
font-weight:bold;
}

/* TEXT */

.service-card h3{
color:#ffb400;
margin-bottom:15px;
}

.service-card p{
font-size:14px;
line-height:1.6;
color:#ccc;
}

/* ANIMATION */

.service-card{
animation:fadeUp 1s ease forwards;
opacity:0;
}

.service-card:nth-child(1){animation-delay:0.2s}
.service-card:nth-child(2){animation-delay:0.4s}
.service-card:nth-child(3){animation-delay:0.6s}
.service-card:nth-child(4){animation-delay:0.8s}

@keyframes fadeUp{

from{
transform:translateY(40px);
opacity:0;
}

to{
transform:translateY(0);
opacity:1;
}

}

/* BOOKING BANNER */

.booking-section{
margin-top:60px;
background:linear-gradient(120deg,#ffb400 60%,#0b0f2c 60%);
border-radius:15px;
padding:35px 50px;
display:flex;
align-items:center;
justify-content:space-between;
flex-wrap:wrap;
color:black;
}

.booking-left small{
display:block;
font-size:13px;
}

.booking-left h3{
margin-top:5px;
}

.call-box{
display:flex;
align-items:center;
gap:10px;
font-weight:bold;
}

.call-box i{
background:white;
padding:10px;
border-radius:50%;
}

.rent-btn{
background:#ffb400;
border:none;
padding:12px 25px;
border-radius:8px;
font-weight:bold;
cursor:pointer;
}

.rent-btn:hover{
background:black;
color:white;
}

/* RESPONSIVE */

@media(max-width:768px){

.travel-services{
padding:60px 5%;
}

.booking-section{
flex-direction:column;
gap:20px;
text-align:center;
}

}


.features{
padding:60px 8%;
background:#f4f7fb;
}

.features-container{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

/* CARD DESIGN */

.card{
background:white;
padding:30px;
border-radius:12px;
text-align:center;
transition:0.4s;
position:relative;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}

.card::before{
content:"";
position:absolute;
width:100%;
height:0;
left:0;
top:0;
background:linear-gradient(45deg,#0f9b9b,#38ef7d);
transition:0.4s;
z-index:0;
}

.card:hover::before{
height:100%;
}

.card img{
width: 130px;
color:#0f9b9b;
margin-left: 40px;
margin-bottom:15px;
position:relative;
z-index:1;
}

.card h3{
font-size:20px;
margin-bottom:10px;
position:relative;
z-index:1;
}

.card p{
font-size:14px;
color:#555;
position:relative;
z-index:1;
}

.card:hover h3,
.card:hover p,
.card:hover img{
color:white;
}

.card:hover{
transform:translateY(-10px);
}

/* RESPONSIVE */

@media(max-width:992px){
.features-container{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.features-container{
grid-template-columns:1fr;
}
}


/*banner-home*/

/* Banner Section */

.video-hero{
position:relative;
width:100%;
height:100vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
overflow:hidden;
color:#fff;
}

/* Background Video */

.hero-video-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
object-fit:cover;
z-index:-2;
}

/* Overlay */

.hero-overlay-dark{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.113);
z-index:-1;
}

/* Content */

.hero-content-box{
max-width:750px;
padding:20px;
animation:fadeHero 1.5s ease;
}

.hero-content-box h1{
font-size:48px;
margin-bottom:15px;
color: white;
}

.hero-content-box p{
font-size:18px;
margin-bottom:25px;
line-height:1.6;
}

/* Button */

.hero-btn-main{
display:inline-block;
padding:14px 32px;
background:#ff6a00;
color:#fff;
text-decoration:none;
border-radius:30px;
transition:0.4s;
}

.hero-btn-main:hover{
background:#ff3c00;
transform:scale(1.05);
}

/* Animation */

@keyframes fadeHero{
from{
opacity:0;
transform:translateY(40px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* Responsive */

@media(max-width:768px){

.video-hero{
height:70vh;
}

.hero-content-box h1{
font-size:30px;
}

.hero-content-box p{
font-size:15px;
}

}
.customize-cebnter{
    display: flex;
}

/* gallery section */

.gallery-section{
padding:60px 20px;
text-align:center;
}

/* heading */

.gallery-title{
font-size:32px;
font-weight:bold;
margin-bottom:40px;
}

/* grid */

.gallery-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;
max-width:1200px;
margin:auto;
}

/* gallery item */

.gallery-item{
position:relative;
overflow:hidden;
border-radius:10px;
cursor:pointer;
}

/* image */

.gallery-item img{
width:100%;
height:250px;
object-fit:cover;
transition:0.5s;
}

/* zoom effect */

.gallery-item:hover img{
transform:scale(1.1);
}

/* overlay */

.gallery-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.5);
display:flex;
align-items:center;
justify-content:center;
opacity:0;
transition:0.4s;
}

/* hover overlay */

.gallery-item:hover .gallery-overlay{
opacity:1;
}

/* text */

.gallery-overlay h3{
color:white;
font-size:20px;
letter-spacing:1px;
}

/* responsive */

@media(max-width:768px){

.gallery-title{
font-size:26px;
}

.gallery-item img{
height:200px;
}

}
.whatsapp-float{
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    z-index: 1000;
    animation: whatsappPulse 2s infinite;
    transition: 0.3s;
}

.whatsapp-float:hover{
    transform: scale(1.1);
    background:#1ebe5d;
}

@keyframes whatsappPulse{
    0%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0.7);
    }
    70%{
        box-shadow: 0 0 0 20px rgba(37,211,102,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(37,211,102,0);
    }
}

/* Responsive */
@media(max-width:768px){
.whatsapp-float{
    width:50px;
    height:50px;
    line-height:50px;
    font-size:26px;
    bottom:15px;
    right:15px;
}
.call-box1{
    display: grid;
    gap: 50px;
    padding: 20px 120px;
}
}

/*pankaj*/

.tr-tour-section{
padding:70px 5%;
background:#f5f6fb;
font-family:sans-serif;
}

.tr-tour-heading{
text-align:center;
margin-bottom:40px;
}

.tr-tour-heading h2{
font-size:34px;
margin-bottom:10px;
}

.tr-tour-heading p{
color:#666;
max-width:700px;
margin:auto;
}

.tr-tour-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.tr-tour-card{
position:relative;
overflow:hidden;
border-radius:12px;
cursor:pointer;
}

.tr-tour-card img{
width:100%;
height:350px;
object-fit:cover;
transition:0.5s;
display:block;
}

.tr-tour-overlay{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
display:flex;
flex-direction:column;
justify-content:flex-end;
align-items:center;
padding:25px;
background:linear-gradient(to top,rgba(0,0,0,0.7),transparent);
color:#fff;
text-align:center;
}

.tr-tour-overlay h3{
font-size:26px;
margin-bottom:10px;
}

.tr-tour-overlay a{
background:#fff;
color:#000;
padding:10px 25px;
border-radius:6px;
text-decoration:none;
font-size:14px;
opacity:0;
transform:translateY(20px);
transition:0.4s;
}

.tr-tour-card:hover img{
transform:scale(1.1);
}

.tr-tour-card:hover a{
opacity:1;
transform:translateY(0);
}

/* Tablet */

@media(max-width:992px){

.tr-tour-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:600px){

.tr-tour-heading h2{
font-size:26px;
}

.tr-tour-grid{
grid-template-columns:1fr;
}

.tr-tour-card img{
height:260px;
}

}
/*footer*/
.sb-footer{
background:#f4e5b6;
padding-top:60px;
font-family:sans-serif;
}

.sb-footer-container{
width: 90%;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.sb-footer-logo{
width:250px;
margin-bottom:15px;
}

.sb-footer-about p{
font-size:15px;
color:#333;
line-height:1.6;
}

.sb-footer-links h3,
.sb-footer-contact h3{
color:#ff7a00;
margin-bottom:15px;
}

.sb-footer-links ul{
list-style:none;
padding:0;
}

.sb-footer-links ul li{
margin-bottom:8px;
}

.sb-footer-links ul li a{
text-decoration:none;
color:#333;
font-size:15px;
transition:.3s;
}

.sb-footer-links ul li a:hover{
color:#ff7a00;
}

.sb-footer-contact p{
font-size:15px;
margin-bottom:10px;
color:#333;
}
.sb-footer-contact p i{
margin-right: 10px;
}
/* bottom bar */

.sb-footer-bottom{
background:#ff8c1a;
margin-top:40px;
border-radius:30px 30px 0 0;
}

.sb-bottom-container{
width:90%;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 0;
color:#fff;
font-size:14px;
}

/* Tablet */

@media(max-width:992px){

.sb-footer-container{
grid-template-columns:repeat(2,1fr);
}

.sb-bottom-container{
flex-direction:column;
gap:8px;
text-align:center;
}

}

/* Mobile */

@media(max-width:600px){

.sb-footer-container{
grid-template-columns:1fr;

}

.sb-footer-logo{
margin:auto;
}
.call-box1{
    display: grid;
    gap: 50px;
    padding: 20px 120px;
}

}

.tt-service-area{
padding:80px 6%;
background:linear-gradient(#f4e7c7,#eddca9);
font-family:sans-serif;
position:relative;
overflow:hidden;
}

.tt-service-container{
max-width:1200px;
margin:auto;
}

.tt-service-header{
display:flex;
justify-content:space-between;
align-items:flex-start;
flex-wrap:wrap;
margin-bottom:50px;
}

.tt-service-title h2{
font-size:40px;
margin:0;
color:#222;
}

.tt-service-title h3{
font-size:38px;
color:#ff7a00;
margin-top:5px;
}

.tt-service-text{
max-width:450px;
font-size:15px;
line-height:1.6;
color:#555;
}

.tt-service-text span{
color:#ff7a00;
font-weight:bold;
}

/* GRID */

.tt-service-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:35px;
}

/* CARD */

.tt-service-card{
display:flex;
align-items:center;
gap:20px;
background:#f4f4f4;
padding:25px;
border-radius:20px;
transition:all .4s ease;
cursor:pointer;
position:relative;
}

/* HOVER EFFECT */

.tt-service-card:hover{
transform:translateY(-8px);
box-shadow:0 12px 25px rgba(0,0,0,0.15);
}

/* ICON */

.tt-icon-circle{
width:100px;
height:100px;
background:#ff7a00;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:30px;
color:white;
flex-shrink:0;
transition:all .4s;
}

.tt-service-card:hover .tt-icon-circle{
transform:rotate(10deg) scale(1.1);
}

/* TEXT */

.tt-service-content h4{
margin:0;
font-size:18px;
color:#1b1b1b;
margin-bottom:5px;
}

.tt-service-content p{
font-size:14px;
color:#666;
margin:0;
}

/* RESPONSIVE */

@media(max-width:900px){

.tt-service-header{
flex-direction:column;
gap:20px;
}

.tt-service-grid{
grid-template-columns:1fr;
}

.tt-service-title h2{
font-size:32px;
}

.tt-service-title h3{
font-size:30px;
}
.call-box1{
    display: grid;
    gap: 50px;
    padding: 20px 120px;
}

}

@media(max-width:500px){

.tt-service-card{
flex-direction:column;
text-align:center;
}

.tt-icon-circle{
margin-bottom:10px;
}
.call-box1{
    display: grid;
    gap: 50px;
    padding: 20px 120px;
}


}

/* Floating Button */
.nx-enquiry-wrapper{
position:fixed;
right:0px;
bottom:200px;
z-index:999;
display:flex;
align-items:center;
gap:0px;
}

.nx-enquiry-toggle{
color:#0b0f2c;
background:#ffd400;
width:70px;
height:40px;
border-radius:40px 0 0 40px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
cursor:pointer;
box-shadow:0 10px 20px rgba(0,0,0,0.2);
transition:0.3s;
}

.nx-enquiry-toggle:hover{
transform:scale(1.1);
}

.nx-enquiry-text{
display:none;
background:#ffd400;
padding:8px 18px;
border-radius: 0px 30px 30px 0px;
font-weight:800;
cursor:pointer;
animation:nxFade 0.4s;
color:#0b0f2c;
}

/* Popup Form */
.nx-form-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
}

.nx-form-container{
background:#fff;
width:850px;
max-width:95%;
display:flex;
border-radius:10px;
overflow:hidden;
animation:nxSlideUp 0.5s ease;
position:relative;
}

.nx-form-left{
flex:1;
padding:40px;
display:flex;
flex-direction:column;
gap:12px;
}

.nx-form-left h2{
margin-bottom:10px;
}

.nx-form-left input,
.nx-form-left textarea{
padding:12px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
}

.nx-form-left button{
padding:12px;
background:#ffd400;
border:none;
border-radius:6px;
font-weight:bold;
cursor:pointer;
}

.nx-form-right{
flex:1;
}

.nx-form-right img{
width:100%;
height:100%;
object-fit:cover;
}

.nx-close-btn{
position:absolute;
top:10px;
right:15px;
font-size:20px;
cursor:pointer;
}

/* Animations */
@keyframes nxFade{
from{opacity:0; transform:translateY(10px);}
to{opacity:1; transform:translateY(0);}
}

@keyframes nxSlideUp{
from{transform:translateY(60px); opacity:0;}
to{transform:translateY(0); opacity:1;}
}

/* Responsive */
@media(max-width:768px){

.nx-form-container{
flex-direction:column;
}

.nx-form-right{
height:200px;
}

.nx-enquiry-toggle{
width:60px;
height:60px;
font-size:24px;
}

   
}
.back-to{
    padding: 5px 15px;
    border-radius: 20px;
    color: rgb(40, 40, 40);
}
.back-to:hover{
    background-color:#0f9b9b12;
    color: rgb(32, 32, 32);
}


.text-primary1{
    color: #1E60AA;  
}
.call-box1{
    display: flex;
    gap: 50px;
    padding: 20px 120px;
}
.call-box1 img{
    width: 400px;
}
.call-box2{
    padding: 0px 42px;
}
.enquire-bt{
    background-color: #0b0f2c;
    padding: 10px 30px;
    color: white;
    font-weight: 800;
    border-radius: 5px;
}
.enquire-bt:hover{
    color: white;
    background-color: #FF9B33;
}

.call-box2 p{
margin-bottom: 50px;

}
.call-box2 h1{
    margin-bottom: 30px;
}
.call-box2 img{
    width: 60px;
}
.modal-mane{
    padding: 50px 0px;

}
.img-fluid1 img{
    margin-top: 30px;
    width: 400px;
    height: 300px;
}

@media(max-width:768px){

    .call-box1{
    display: grid;
    gap: 50px;
    padding: 20px 40px;
}

}
.logo-mane{
    width: 200px;
}

.container1{
    position: fixed;
}

.slider-wrapper{
    position: relative;
    max-width: 100%;
      animation: slide 5s infinite;
}
.slider{
    width: 100%;
    height: 80vh;
    display: flex;
    scroll-behavior: smooth;
    overflow: hidden;
  
}

.slider img{
   width: 100%;
   height: 100%;
   scroll-snap-align: start;
   object-fit: cover;
}

.slider-nav{
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider-nav a{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: black;
    opacity: 0.75;
    transition: opacity ease 250ms;
}
.slider-nav a:hover{
    opacity: 1;
}

/* Auto Slide Animation */
@keyframes slider{
    0%, 30%{
        transform: translateX(100%);
    }
    35%, 65%{
        transform: translateX(-60%);
    }
    70%, 100%{
        transform: translateX(-200%);
    }
}