:root{
--at-primary:#f5b400;
--at-dark:#101010;
--at-white:#fff;
  --title-font: "Akshar", sans-serif;
  --body-font: "DM Sans", sans-serif;
  --style-font: "Shadows Into Light Two", cursive;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
}

body {
  font-family: var(--body-font);
}

body{
font-family:Arial,sans-serif;
overflow-x:hidden;
}

.at-header-wrapper{
background:#fff;
}

.at-logo{
max-height:65px;
}

.at-contact-box{
display:flex;
align-items:center;
gap:12px;
}

.at-contact-box i{
color:var(--at-primary);
font-size:24px;
}

.at-contact-box span{
font-size:12px;
display:block;
}

.at-contact-box h6{
margin:0;
font-size:15px;
font-weight:500;
}

.at-contact-box h6 a{
    color: #000;
    text-decoration: none;
}

.at-navbar-wrapper{
background:#fff9f1;
border-top:1px solid #eee;
padding: 0px;
}

.at-nav-list{
gap:20px;
}

.at-nav-list li{
list-style:none;
}

.at-nav-list a{
text-decoration:none;
font-weight:500;
color:#222;
padding:8px 15px;
display:block;
}

.at-nav-list a:hover{
 background:var(--at-primary);
color:#000;
border-radius:2px;   
}

.at-nav-list a.active{
background:var(--at-primary);
color:#000;
border-radius:2px;
}

.at-quote-btn{
background:var(--at-primary);
    padding: 8px 20px;
font-weight:700;
text-decoration:none;
color:#000;
border-radius:2px;
display:inline-flex;
align-items:center;
gap:15px;
}

.at-quote-btn span{

color:#111;
}

/* .at-hero-section{
background:url(hero-bg.jpg) center center/cover;
padding:90px 0 80px;
position:relative;
} */

/* .at-overlay{
position:absolute;
inset:0;
background:linear-gradient(
90deg,
rgba(0,0,0,.85),
rgba(0,0,0,.30)
);
} */

.at-tagline{
background:var(--at-primary);
padding:8px 18px;
border-radius:6px;
display:inline-block;
font-weight:700;
margin-bottom:15px;
font-size: 15px;
}

.at-hero-section h1{
font-size:60px;
font-weight:800;
color:#fff;
line-height:1;
}

.at-hero-section h1 span{
display:block;
color:var(--at-primary);
}

.at-hero-section p{
color:#fff;
font-size:16px;
margin-top:20px;
}

.at-feature-item{
display:flex;
align-items:center;
gap:10px;
margin-top:15px;
color:#fff;
}

.at-feature-item i{
color:var(--at-primary);
}

.at-btn-group{
margin-top:40px;
display:flex;
gap:20px;
flex-wrap:wrap;
}

.at-primary-btn{
background:var(--at-primary);
padding:15px 30px;
text-decoration:none;
font-weight:700;
color:#000;
border-radius:8px;
}

.at-secondary-btn{
border:2px solid #fff;
padding:15px 30px;
text-decoration:none;
color:#fff;
border-radius:8px;
}

.at-hero-bus{
max-width:100%;
}

.at-stats-box{
position:absolute;
right:0;
bottom:-90px;
background:#fff;
border-radius:20px;
padding:30px;
display:flex;
gap:50px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.at-single-stat{
text-align:center;
}

.at-single-stat i{
color:var(--at-primary);
font-size:28px;
margin-bottom:10px;
}

.at-single-stat h3{
font-weight:600;
}

.at-mobile-menu-btn{
background:var(--at-primary);
}

.at-mobile-nav{
padding:0;
}

.at-mobile-nav li{
list-style:none;
}

.at-mobile-nav a{
display:block;
padding:12px 0;
text-decoration:none;
color:#111;
font-weight:600;
}

@media(max-width:991px){

.at-navbar-wrapper{
display:none;
}

/* .at-hero-section{
padding:70px 0 140px;
} */

.at-hero-section h1{
font-size:50px;
}

.at-stats-box{
position:relative;
margin-top:40px;
bottom:auto;
right:auto;
flex-wrap:wrap;
justify-content:center;
}

}

@media(max-width:576px){

.at-hero-section h1{
font-size:40px;
}

.at-hero-section p{
font-size:16px;
}

.at-btn-group{
flex-direction:column;
}

.at-primary-btn,
.at-secondary-btn{
width:100%;
text-align:center;
}

}

.at-contact-box p a{
    font-size: 14px;
    color: #101010;
    text-decoration: none;
    background-color: rgb(255, 249, 241);
        padding: 3px 10px;
    display: block;
    font-weight: 600;
}
.at-contact-box p a i{
    font-size: 14px;
    color: #029b3a;
}

.at-contact-box p a i.red{
    color: #c30606;
}

.at-contact-box p{
    margin-bottom: 5px;
}


.at-hero-section{
    position:relative;
    
    overflow:hidden;
}

/* .at-hero-slider{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
} */

.at-hero-slider .carousel-inner,
.at-hero-slider .carousel-item{
    height:100%;
}

.at-hero-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
}


/* .at-hero-section{
    position:relative;
    min-height:550px;
    overflow:hidden;
} */

/* .at-hero-slider{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
} */

.carousel-control-next, .carousel-control-prev{
    z-index: 111;
}

.carousel-control-prev{
    left: -50px;
}

.carousel-control-next {
    right: -50px;
}
.at-hero-slider img{
    width:100%;
   
    object-fit:cover;
}

/* .at-overlay{
    position:absolute;
    top:0;
    left:0;
    width:70%;
    height:100%;
    z-index:2;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.85),
        rgba(0,0,0,0)
    );
} */

.at-hero-content{
    position:relative;
    z-index:3;
}


.sdt-package-section{
    padding:60px 0;
    background:#f8f8f8;
}

.sdt-subtitle{
    color:#f5b400;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom: 20px!important;
}

.sdt-title{
    font-size:35px;
    font-weight:700;
    color:#222;
}

.sdt-title span{
    color:#f5b400;
}

.sdt-package-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    height:100%;
}

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

.sdt-package-image{
    position:relative;
    overflow:hidden;
}

.sdt-package-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.sdt-package-card:hover img{
    transform:scale(1.08);
}

.sdt-price-badge{
    position:absolute;
    bottom:15px;
    left:15px;
    background:#f5b400;
    color:#000;
    font-weight:700;
    padding:10px 18px;
    border-radius:30px;
}

.sdt-package-content{
    padding:25px;
}

.sdt-package-content h3{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    text-transform:uppercase;
}

.sdt-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#f5b400;
    font-weight:700;
    text-decoration:none;
}

.sdt-btn:hover{
    color:#111;
}


.scu-section{
    padding:50px 0;
    background:linear-gradient(
        135deg,
        #0d1624,
        #111d2f,
        #16263f
    );
    position:relative;
    overflow:hidden;
}

/* .scu-section::before{
    content:'';
    position:absolute;
    width:300px;
    height:300px;
    background:rgba(245,180,0,.08);
    border-radius:50%;
    top:-100px;
    left:-100px;
}

.scu-section::after{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(245,180,0,.05);
    border-radius:50%;
    bottom:-100px;
    right:-100px;
} */

.scu-heading{
    position:relative;
    z-index:2;
}

.scu-heading span{
    color:#f5b400;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}

.scu-heading h2{
    color:#fff;
    font-size:35px;
    font-weight:800;
    margin-top:10px;
}

.scu-card{
    background:rgba(255,255,255,.04);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:15px;
    padding:35px 25px;
    text-align:center;
    height:100%;
    transition:.4s ease;
    position:relative;
    z-index:2;
}

.scu-card:hover{
    transform:translateY(-10px);
    border-color:#f5b400;
    box-shadow:0 15px 40px rgba(245,180,0,.15);
}

.scu-icon{
    width:75px;
    height:75px;
    margin:auto;
    border-radius:50%;
    background:rgba(245,180,0,.08);
    border:1px solid rgba(245,180,0,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
    transition:.4s;
}

.scu-card:hover .scu-icon{
    background:#f5b400;
    transform:rotateY(180deg);
}

.scu-icon i{
    font-size:30px;
    color:#f5b400;
    transition:.4s;
}

.scu-card:hover .scu-icon i{
    color:#111;
}

.scu-card h4{
    color:#fff;
    font-size:20px;
    margin-bottom:10px;
    font-weight:500;
}

.scu-card p{
    color:#d6d6d6;
    margin:0;
}

@media(max-width:991px){

.scu-heading h2{
    font-size:32px;
}

}

@media(max-width:576px){

.scu-section{
    padding:60px 0;
}

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

.scu-card{
    padding:25px 20px;
}

}

.fbh-section{
    padding:80px 0 60px;
    background:#f7f8fa;
    position:relative;
}

.fbh-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:350px;
     background:url('../img/form-bg.png');
    background-position: center;
    background-repeat:no-repeat;
}

.fbh-content{
    position:relative;
    z-index:2;
    margin-bottom:0px;
}

.fbh-subtitle{
    color:#0b0b0b;
    font-weight:700;
    letter-spacing:1px;
}

.fbh-content h2{
    color:#16253d; 
    font-size:38px;
    font-weight:800;
    margin:10px 0;
}

.fbh-content p{
    color:#121212;
    max-width:700px;
    margin:auto;
    font-size: 14px;
}

.fbh-booking-box .form-control,
.fbh-booking-box .form-select{
    height:48px;
}

.fbh-btn{
    min-height:40px; /* 55 + gap + 55 */
    border:none;
    background:#f5b400;
    color:#111;
    font-weight:700;
    border-radius:10px;
    transition:.3s;
}

.fbh-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(245,180,0,.25);
}

.fbh-service-card{
    background:#fff;
    padding:20px;
    border-radius:15px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.06);
    transition:.4s;
}

.fbh-service-card:hover{
    transform:translateY(-8px);
    background:#db4422;
    color: #fff;
}

.fbh-service-card:hover i{
     color: #fff;
}

.fbh-service-card i{
    font-size:35px;
    margin-bottom:15px;
    color:#111;
}

.fbh-service-card h5{
    margin:0;
    font-weight:500;
    font-size: 15px;

}

@media(max-width:991px){

.fbh-content h2{
    font-size:34px;
}

.fbh-booking-box{
    padding:20px;
}

}

@media(max-width:576px){

.fbh-section{
    padding:70px 0;
}

.fbh-content h2{
    font-size:28px;
}

}


.fbh-booking-box{
        background: #15253c;
    padding: 15px;
    z-index: 1111;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .06);
}


.at-testimonial-section{
    padding:60px 0;
    background:#ffffff;
    position:relative;
    overflow:hidden;
}

.at-testimonial-section::before{
    content:'';
    position:absolute;
    width:350px;
    height:350px;
    background:rgba(245,180,0,.08);
    border-radius:50%;
    top:-120px;
    right:-120px;
}

.at-section-heading span{
    color:#f5b400;
    font-weight:700;
    letter-spacing:1px;
}

.at-section-heading h2{
    color:#15253c;
    font-size:42px;
    font-weight:800;
    margin-top:10px;
}

.at-section-heading p{
    color:#1b1b1b;
    max-width:650px;
    margin:15px auto 0;
}

.at-testimonial-card{
    background:#fef9eb;
    border-radius:20px;
    padding:20px;
    position:relative;
    margin:15px;
    transition:.4s;
    border: 1px solid #eee0ba;
}

.at-testimonial-card:hover{
    transform:translateY(-8px);
}

.at-quote-icon{
    width:60px;
    height:60px;
    background:#f5b400;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:20px;
}

.at-quote-icon i{
    font-size:24px;
    color:#111;
}

.at-rating{
    color:#f5b400;
    margin-bottom:15px;
}

.at-testimonial-card p{
    color:#555;
    line-height:1.8;
    margin-bottom:25px;
}

.at-client-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.at-client-info img{
    width:60px!important;
    height:60px!important;
    border-radius:50%;
    object-fit:cover;
}

.at-client-info h5{
    margin:0;
    font-weight:700;
}

.at-client-info span{
    color:#777;
    font-size:14px;
}

/* Owl */
.at-testimonial-slider .owl-nav{
    margin-top:30px;
    text-align:center;
}

.at-testimonial-slider .owl-prev,
.at-testimonial-slider .owl-next{
    width:50px;
    height:50px;
    border-radius:50% !important;
    background:#f5b400 !important;
    color:#111 !important;
    margin:0 5px;
}

.at-footer{
    position:relative;
    background:
    linear-gradient(
        rgba(10,15,25,.95),
        rgba(10,15,25,.95)
    ),
    url('assets/img/world-map-footer.png');

    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;

    padding:90px 0 0;
    overflow:hidden;
}

.at-footer h4{
    color:#fff;
    font-size:22px;
    margin-bottom:25px;
    font-weight:700;
    position:relative;
}

.at-footer h4::after{
    content:'';
    width:50px;
    height:3px;
    background:#f5b400;
    position:absolute;
    left:0;
    bottom:-10px;
}

.at-footer p{
    color:#b8b8b8;
    line-height:1.9;
    margin-top:20px;
}

.at-footer-logo img{
    max-height:70px;
}

.at-footer ul{
    padding:0;
    margin:0;
}

.at-footer ul li{
    list-style:none;
    margin-bottom:12px;
}

.at-footer ul li a{
    color:#cfcfcf;
    text-decoration:none;
    transition:.3s;
}

.at-footer ul li a:hover{
    color:#f5b400;
    padding-left:6px;
}

.at-contact-list li{
    color:#cfcfcf;
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.at-contact-list i{
    color:#f5b400;
    margin-top:5px;
}

.at-footer-social{
    display:flex;
    gap:12px;
    margin-top:25px;
}

.at-footer-social a{
    width:42px;
    height:42px;
    background:#f5b400;
    color:#111;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.at-footer-social a:hover{
    transform:translateY(-5px);
}

.at-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    margin-top:60px;
    padding:25px 0;
    color:#bdbdbd;
    font-size:15px;
}

.owl-nav button span{
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wii-tour-section{
    background:#f7f7f7;
}

.wii-tour-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.wii-tour-image{
    height:100%;
}

.wii-tour-image img{
    width:100%;
    height:100%;
   
    object-fit:cover;
    display:block;
}

.wii-tour-content{
    padding:20px;
}

.wii-tour-title{
    font-size:25px;
    font-weight:600;
    color:#17233d;
    margin-bottom:10px;
    text-transform:uppercase;
}

.location{
    padding-bottom: 10px;
}

.location p{
    color: #f58220;
}

.wii-tour-info{
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    padding: 0px 0 10px; 
    margin-bottom:15px;
}

.wii-info-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.wii-icon{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#fff7e5;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#f4a300;
    font-size:24px;
    flex-shrink:0;
}

.wii-info-box span{
    display:block;
    color:#999;
    font-size:13px;
}

.wii-info-box h6{
    margin:3px 0 0;
    font-size:15px;
    font-weight:500;
    color:#222;
}

.wii-tour-desc{
    font-size:17px;
    line-height:30px;
    color:#666;
    margin-bottom:35px;
}

.wii-tour-footer{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
}

.wii-price{
    background:#ffb300;
    color:#111;
    font-weight:700;
    padding:5px 30px;
    border-radius:50px;
    font-size:16px;
}

.wii-btn{
    background:#ffb300;
    color:#111;
    text-decoration:none;
    padding:8px 25px;
    border-radius:10px;
    font-weight:700;
    transition:.35s;
}

.wii-btn i{
    margin-left:8px;
}

.wii-btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:1199px){

.wii-tour-title{
    font-size:25px;
}

}

@media(max-width:991px){

.wii-tour-image img{
    min-height:320px;
}

.wii-tour-content{
    padding:35px;
}

.wii-tour-title{
    font-size:28px;
    margin-bottom:25px;
}

}

@media(max-width:767px){

    .wii-tour-content {
        padding: 10px 15px 15px;
    }

.wii-tour-footer{
    flex-direction:column;
    align-items:flex-start;
}

.wii-price{
    font-size:18px;
    padding:14px 28px;
}

.wii-btn{
    width:100%;
    text-align:center;
}

.wii-tour-image img{
    min-height:250px;
}

.wii-tour-title{
    font-size:24px;
}

.wii-info-box{
    gap:12px;
}

.wii-icon{
    width:50px;
    height:50px;
    font-size:20px;
}

.at-section-heading h2{
    color:#15253c;
    font-size:30px;
    font-weight:800;
    margin-top:10px;
}

.inner-banner-content h1 {
    color: #fff;
    font-size: 35px;
}

}


.wii_bus_card{
    background:#fff;
    border:1px solid #ececec;
    border-left:4px solid #f4b400;
    border-radius:12px;
    padding:18px 20px;
    margin-bottom:14px;
    transition:.35s;
    box-shadow:0 6px 20px rgba(0,0,0,.05);
}

.wii_bus_card:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 35px rgba(0,0,0,.10);
}

.wii_operator{
    display:flex;
    align-items:center;
    gap:14px;
}

.wii_operator_icon{
    width:52px;
    height:52px;
    border-radius:50%;
    background:#fff7e4;
    color:#f4b400;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    flex-shrink:0;
}

.wii_operator h5{
    font-size:18px;
    font-weight:600;
    margin:0;
    color:#222;
}

.wii_operator p{
    margin:4px 0 0;
    font-size:13px;
    color:#777;
}

.wii_time_box{
    text-align:center;
}

.wii_time_box small{
    display:block;
    color:#999;
    font-size:12px;
    margin-bottom:4px;
}

.wii_time_box h6{
    margin:0;
    font-size:15px;
    font-weight:600;
    color:#222;
}

.wii_price_area{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.wii_price_area span{
    display:block;
    font-size:12px;
    color:#999;
}

.wii_price_area h3{
    margin:2px 0 0;
    color:#f4a300;
    font-size:28px;
    font-weight:800;
}

.wii_book_btn{
    background:#f4b400;
    color:#111;
    text-decoration:none;
    padding:10px 24px;
    border-radius:8px;
    font-size:14px;
    font-weight:700;
    transition:.3s;
}

.wii_book_btn:hover{
    background:#111;
    color:#fff;
}

@media(max-width:991px){

.wii_price_area{
    margin-top:10px;
}

}

@media(max-width:767px){

.wii_bus_card{
    padding:15px;
}

.wii_operator{
    margin-bottom:10px;
}

.wii_price_area{
    flex-direction:row;
    align-items: center;
    gap:10px;
}

.wii_book_btn{
    width:50%;
    text-align:center;
}

.wii_time_box{
    margin-top:10px;
    text-align: justify;
}

.st_place_card h3{
    font-size: 16px!important;
}

.taxi-option{
    padding: 30px 0px 40px !important;
}

.taxi-heading h2 {
    font-size: 30px!important;
}

.st_place_card h4 {
    font-size: 18px!important;
}

}


.st_about_section{
    background:#f8f9fb;
}

.st_heading h2{
    font-size:32px;
    font-weight:700;
    color:#222;
}

.st_heading span{
    color:#f4a300;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
}

.st_heading p{
    font-size:14px;
    color:#666;
    max-width:700px;
    margin:auto;
}




.st_place_card{
    background:#fff;
    border-radius:12px;
    padding:0px;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
    border:2px solid #f4a300;
}

.st_content_box h3,
.st_service_box h3{
    font-size:35px;
    margin-bottom:20px;
    color:#ffffff;
    text-align: center;
    font-weight: 700;
}

.st_place_card h3{
    font-size:20px;
    margin-bottom:15px;
    color:#222;
    text-align: center;
    
}

.st_content_box h3 i,
.st_service_box h3 i,
.st_place_card h3 i{
    color:#f4a300;
    margin-right:8px;
}

.st_content_box p,
.st_place_card p{
    font-size:15px;
    color:#282828;
    line-height:28px;
    margin-bottom:10px;
}

.st_service_item{
 background: rgb(1 1 1 / 50%);
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 15px;
    transition: .3s;
    font-weight: 600;
    color: #fff;
}

.st_service_item i{
    color:#f4a300;
    margin-right:10px;
}

.st_service_item:hover{
    background:#de2a1a;
    color:#fff;
}

.st_service_item:hover i{
    color:#fff;
}

@media(max-width:768px){

.st_heading h2{
font-size:26px;
}


.st_service_box{
padding:20px;
}

.st_content_box p,
.st_place_card p{
font-size:13px;
line-height:24px;
}

.st_service_item{
font-size:13px;
}

}

.st-image{
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.st_itinerary_section{
    background:#f8f9fb;
}

.st_itinerary_box{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.st_table_heading{
    background:#dc2b1a;
    padding:20px;
    text-align:center;
}

.st_table_heading h2{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:5px;
}

.st_table_heading p{
    color:#fff;
    font-size:14px;
    margin:0;
}

.st_itinerary_table{
    margin:0;
}

.st_itinerary_table thead th{
    background:#222;
    color:#fff;
    font-size:14px;
    padding:14px;
    border:none;
}

.st_itinerary_table thead th i{
    color:#f4a300;
    margin-right:6px;
}

.st_itinerary_table tbody td{
    padding:10px;
    font-size:14px;
    color:#555;
    border-color:#efefef;
}

.st_itinerary_table tbody tr:nth-child(even){
    background:#fcfcfc;
}

.st_itinerary_table tbody tr:hover{
    background:#fff8e8;
}

.st_note_box{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    padding:20px;
    background:#fafafa;
    border-top:1px solid #eee;
}

.st_note_item{
    flex:1;
    min-width:250px;
    background:#fff;
    border-left:4px solid #f4a300;
    padding:12px 15px;
    border-radius:8px;
    font-size:14px;
    color:#444;
    box-shadow:0 4px 12px rgba(0,0,0,.05);
}

.st_note_item i{
    color:#f4a300;
    margin-right:8px;
}

@media(max-width:768px){

.st_table_heading h2{
    font-size:18px;
}

.st_table_heading p{
    font-size:12px;
}

.st_itinerary_table thead th,
.st_itinerary_table tbody td{
    font-size:13px;
    padding:10px;
}

.st_note_item{
    min-width:100%;
    font-size:13px;
}

}


.st_pickup_section{
    background:#f8f9fb;
}

.st_pickup_wrapper{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.st_pickup_header{
   
    padding:20px;
    text-align:center;
}

.st_pickup_header h2{
    margin:0;
    color:#000000;
    font-size:26px;
    font-weight:700;
}

.st_pickup_header h2 i{
    margin-right:10px;
}

.st_pickup_header p{
    margin-top:5px;
    color:#161616;
    font-size:14px;
    margin-bottom: 0px;
}

.st_pickup_table{
    margin:0;
}

.st_pickup_table thead th{
    background:#222;
    color:#fff;
    padding:14px;
    font-size:14px;
    border:none;
}

.st_pickup_table thead th i{
    color:#f4a300;
    margin-right:6px;
}

.st_pickup_table tbody td{
    padding:10px;
    font-size:14px;
    vertical-align:middle;
    border-color:#efefef;
}

.st_pickup_table tbody tr:nth-child(even){
    background:#fafafa;
}

.st_pickup_table tbody tr:hover{
    background:#fff8e6;
}

.st_number{
    width:30px;
    height:30px;
    background:#f4a300;
    color:#fff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    font-weight:700;
    font-size:13px;
}

.st_time{
    display:inline-block;
    background:#fff5da;
    color:#222;
    padding:5px 14px;
    border-radius:30px;
    font-weight:600;
    font-size:13px;
}

@media(max-width:768px){

.st_pickup_header h2{
    font-size:20px;
}

.st_pickup_header p{
    font-size:12px;
}

.st_pickup_table thead th,
.st_pickup_table tbody td{
    font-size:13px;
    padding:10px;
}

.st_time{
    font-size:12px;
    padding:6px 10px;
}

.sdt-title{
    font-size: 30px;
}

/* .at-hero-section{
    display: none;
} */

}

.stk-about-wrapper{

background:#fff;

}

.stk-mini-title{

display:inline-block;

background:#f4b400;

padding:10px 22px;

border-radius:40px;

font-weight:700;

font-size:14px;

color:#111;

letter-spacing:1px;

}

.stk-main-title{

font-size:38px;

font-weight:800;

line-height:1.2;

color:#111;

}

.stk-about-text{

font-size:15px;

line-height:24px;

color:#292929;

}

.stk-about-image{

position:relative;

}

.stk-about-image img{

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.stk-exp-box{

position:absolute;

bottom:25px;

right:-20px;

background:#f4b400;

padding:25px;

border-radius:15px;

text-align:center;

box-shadow:0 15px 40px rgba(0,0,0,.2);

}

.stk-exp-box h2{

font-size:42px;

font-weight:800;

margin:0;

color:#111;

}

.stk-exp-box p{

margin:0;

font-weight:600;

}

.stk-feature-box{

display:flex;

align-items:center;

gap:15px;

padding:20px;

margin-bottom:20px;

background:#fff;

border:1px solid #eee;

border-radius:12px;

transition:.4s;

}

.stk-feature-box:hover{

transform:translateY(-8px);

border-color:#f4b400;

box-shadow:0 15px 35px rgba(0,0,0,.08);

}

.stk-feature-box i{

width:50px;

height:50px;

background:#f4b400;

display:flex;

justify-content:center;

align-items:center;

font-size:24px;

border-radius:50%;

color:#111;

}

.stk-feature-box h5{

font-weight:600;
font-size: 18px;
margin-bottom:5px;

}

.stk-feature-box p{

margin:0;

font-size:15px;

color:#666;

}

.stk-about-btn{

background:#f4b400;

padding:14px 34px;

font-weight:700;

color:#111;

border-radius:8px;

text-decoration:none;

transition:.4s;

}

.stk-about-btn:hover{

background:#111;

color:#fff;

}

@media(max-width:768px){

.stk-main-title{

font-size:30px;

}

.stk-exp-box{

position:relative;

right:0;

bottom:0;

margin-top:20px;

}

}




.stk-mission-area{

background:#f8f8f8;

}

.stk-section-tag{

display:inline-block;

padding:10px 22px;

background:#f4b400;

border-radius:40px;

font-weight:700;

font-size:14px;

color:#111;

letter-spacing:1px;

}

.stk-section-title{

font-size:42px;

font-weight:800;

color:#111;

}

.stk-section-desc{

max-width:700px;

margin:auto;

font-size:17px;

line-height:30px;

color:#666;

}

.stk-mv-card{

background:#fff;

padding:25px;

border-radius:20px;

height:100%;

transition:.4s;

border:1px solid #ececec;

position:relative;

overflow:hidden;

}

.stk-mv-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 45px rgba(0,0,0,.08);

border-color:#f4b400;

}

.stk-icon-circle{

width:80px;

height:80px;

background:#f4b400;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

margin-bottom:25px;

}

.stk-icon-circle i{

font-size:34px;

color:#111;

}

.stk-mv-card h3{

font-size:28px;

margin-bottom:18px;

color:#111;

}

.stk-mv-card p{

font-size:16px;

line-height:25px;

color:#666;

margin-bottom:0;

}

@media(max-width:768px){

.stk-section-title{

font-size:32px;

}

.stk-mv-card{

padding:20px;

}

}

.inner-banner-content{
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    justify-content: center;
}

.inner-banner-content h1{
    color: #fff;
    font-size: 50px;
}

.banner-inner-image{
    position: relative;
}

.breadcum {
    background-color: #0f1929;
    padding: 5px 0px;
}

.breadcum ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.breadcum ul li {
    color: #fff;
    display: flex;
    gap: 10px;
    font-size: 14px;
}

.breadcum ul li a {
    color: #fff;
    text-decoration: none;
}

.breadcum ul li span {
    color: #e69f00;
}


.sh-contact-banner{
background:#0f3b66;
padding:100px 0;
color:#fff;
}

.sh-contact-subtitle{
display:inline-block;
background:#f7b500;
color:#fff;
padding:8px 20px;
border-radius:30px;
font-size:14px;
font-weight:600;
margin-bottom:15px;
}

.sh-contact-banner h1{
font-size:50px;
font-weight:700;
margin-bottom:20px;
}

.sh-contact-banner p{
font-size:17px;
opacity:.9;
max-width:700px;
margin:auto;
}

.sh-contact-card{
background:#fff;
padding:20px 20px;
border-radius:18px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,.08);
height:100%;
transition:.4s;
border: 1px solid #cdcdcd;
}

.sh-contact-card:hover{
transform:translateY(-8px);
}

.sh-contact-icon{
width:70px;
height:70px;
background:#f7b500;
color:#fff;
margin:auto;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
margin-bottom:20px;
}

.sh-contact-card h4{
font-size:22px;
font-weight:700;
margin-bottom:15px;
}

.sh-contact-card p{
margin:0;
color:#666;
line-height:28px;
}

.sh-contact-card a{
color:#0f3b66;
font-weight:600;
text-decoration:none;
}
.sh-enquiry-card{

background:#fff;
padding:20px;
border-radius:25px;
box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.sh-form-head span{

color:#f5b400;
font-weight:700;
letter-spacing:1px;
text-transform:uppercase;
font-size:14px;

}

.sh-form-head h2{

font-size:30px;
font-weight:700;
margin:15px 0;

}

.sh-form-head p{

color:#777;
margin-bottom:35px;

}

.sh-input-group{

position:relative;

}

.sh-input-group i{

    position: absolute;
    left: 15px;
    top: 16px;
    color: #f5b400;
    font-size: 16px;

}

.sh-enquiry-card{

    margin-bottom: 20px;

}

.sh-input-group .form-control{

padding-left:40px;
height:48px;
border-radius:15px;
border:2px solid #edf1f5;
background:#fafafa;
transition:.4s;

}

.sh-input-group textarea.form-control{

height:100px;
padding-top:18px;

}

.sh-input-group .form-control:focus{

border-color:#d4a017;
background:#fff;
box-shadow:0 0 0 5px rgba(212,160,23,.12);

}

.sh-submit-btn{

background:#d4a017;
color:#fff;
border:none;
padding:16px 45px;
border-radius:50px;
font-weight:700;
font-size:16px;
transition:.4s;

}

.sh-submit-btn:hover{

transform:translateY(-4px);
box-shadow:0 15px 35px rgba(212,160,23,.35);

}

.sh-contact-map{
overflow:hidden;
border-radius:18px;
height:100%;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.sh-contact-map iframe{
width:100%;
height:100%;
min-height:400px;
border:0;
}

@media(max-width:991px){

.sh-contact-banner{
padding:70px 0;
}

.sh-contact-banner h1{
font-size:38px;
}

.sh-contact-form{
padding:30px;
}

.sh-contact-map iframe{
min-height:450px;
}

}

@media(max-width:767px){

.sh-contact-banner h1{
font-size:30px;
}

.sh-contact-card{
padding:30px;
}

.sh-contact-form h2{
font-size:28px;
}

.inner-banner-content h1{
    font-size: 35px;
}

}

@media screen and (min-width:992px) {
    
    .container{
        max-width:94%;
    }

}

.sh-contact-section{
    background:#f8fafc;
}

.sh-contact-title{
    display:inline-block;
    color:#d4a017;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.sh-contact-section h2{
    font-size:35px;
    font-weight:700;
    color:#0f3b66;
    margin-bottom:15px;
}

.sh-form-head{
    margin-bottom: 20px;
}

.sh-contact-section p{
    color:#2a2c30;
    max-width:650px;
    margin:auto;
    line-height:28px;
}

.taxi-option{
    padding: 50px 0px;
}

.taxi-heading h2{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
}

.st_place_card h4{
    text-align: center;
    font-size: 25px;
}

.taxi-box{
    background-color: #fffdf8;
}

.taxi-box h3{
    margin-bottom: 10px;
}

.taxi-box h4{
    font-weight: 700;
}

.taxi-box h4 span{
    color: #de2a1a;
}

/*=========================================================
    RBUS BOOKING SECTION
=========================================================*/

.rbus-booking-section{
    padding:60px 0;
    background:#eaeaea;
}

/*=========================
Wrapper
==========================*/

.rbus-wrapper{
    background:#fff;
    border-radius:14px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

/*=========================
LEFT PANEL
==========================*/

.rbus-info-panel{
    background:#161b25;
    color:#fff;
    height:100%;
    padding:35px 20px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.rbus-tag{
    display:inline-block;
    background:rgba(255,255,255,.18);
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.rbus-title{
    font-size:30px;
    line-height:1.25;
    font-weight:700;
    margin-bottom:12px;
    color:#fff;
}

.rbus-title span{
   
    color:#f5b400;
}

.rbus-text{
    font-size:14px;
    margin-bottom:22px;
    opacity:.85;
}

/*=========================
Bus Image
==========================*/

.rbus-image{
    text-align:center;
    margin-bottom:25px;
}

.rbus-image img{
    max-width:100%;
    transition:.35s;
}

.rbus-image img:hover{
    transform:translateY(-5px);
}

/*=========================
Feature List
==========================*/

.rbus-feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.rbus-feature-list li{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:14px;
    margin-bottom:12px;
}

.rbus-feature-list li i{
    color:#f5b400;
    font-size:15px;
}

/*=========================
RIGHT FORM
==========================*/

.rbus-form-box{
    padding:35px;
}

.rbus-form-heading{
    margin-bottom:22px;
}

.rbus-form-heading h3{
    font-size:26px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:6px;
}

.rbus-form-heading p{
    color:#6b7280;
    font-size:14px;
    margin:0;
}

/*=========================
Inputs
==========================*/

.rbus-input{
    height:46px;
    border: 1px solid #909090;
    border-radius:10px;
    padding:0 15px;
    font-size:14px;
    color:#374151;
    box-shadow:none !important;
    transition:.3s;
}

.rbus-input:focus{
    border-color:#f58220;
}

.rbus-input::placeholder{
    color:#747d8d;
}

select.rbus-input{
    cursor:pointer;
}

/*=========================
Button
==========================*/

.rbus-submit-btn{
    width:100%;
    height:48px;
    border:none;
    border-radius:10px;
    background:#f58220;
    color:#fff;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.rbus-submit-btn:hover{
    background:#df6d0d;
    transform:translateY(-2px);
}

/*=========================
Spacing
==========================*/

.mb-3{
    margin-bottom:16px !important;
}

/*=========================
Responsive
==========================*/

@media(max-width:991px){

.rbus-info-panel{
    text-align:center;
    padding:30px;
    display: none;
}

.rbus-feature-list li{
    justify-content:center;
}

.rbus-form-box{
    padding:30px;
}

}

@media(max-width:767px){

.rbus-booking-section{
    padding:40px 0;
}

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

.rbus-form-heading h3{
    font-size:22px;
}

.rbus-form-box{
    padding:22px;
}

.rbus-info-panel{
    padding:25px;
}

.rbus-input{
    height:44px;
}

.rbus-submit-btn{
    height:46px;
}

}

.rgallery-section{

    background:#f8f9fb;

}

.rgallery-subtitle{

    display:inline-block;

    padding:6px 16px;

    background:#fff3e7;

    color:#f58220;

    border-radius:30px;

    font-size:13px;

    font-weight:600;

}

.rgallery-title{

    font-size:32px;

    font-weight:700;

    color:#1f2937;

    margin-top:12px;

    margin-bottom:12px;

}

.rgallery-text{

    max-width:650px;

    margin:auto;

    color:#6b7280;

    font-size:15px;

}

.rgallery-img{

    width:100%;

    height:250px;

    object-fit:cover;

    border-radius:12px;

    transition:.35s;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.rgallery-section a{

    display:block;

    overflow:hidden;

    border-radius:12px;

    position:relative;

}

.rgallery-section a::after{

    content:"";

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.25);

    opacity:0;

    transition:.35s;

}

.rgallery-section a::before{

    content:"\f00e";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    position:absolute;

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);

    width:55px;

    height:55px;

    border-radius:50%;

    background:#f58220;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.35s;

    z-index:2;

}

.rgallery-section a:hover img{

    transform:scale(1.08);

}

.rgallery-section a:hover::after,

.rgallery-section a:hover::before{

    opacity:1;

}

@media(max-width:768px){

.rgallery-img{

height:180px;

}

.rgallery-title{

font-size:26px;

}

}

.lb-data .lb-close{
  background-image: url(../img/close.png)!important;
  background-size: contain!important;
}

.lb-nav a.lb-next{
    background-image: url(../img/next.png)!important;
    background-repeat: no-repeat;
    width: 40px!important;
    background-size: contain!important;
}

.lb-nav a.lb-prev{
    background-image: url(../img/back.png)!important;
    background-repeat: no-repeat;
    width: 40px!important;
    background-size: contain!important;
}


.ticket-modal{
    border-radius:15px;
    overflow:hidden;
    border:none;
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.ticket-modal .modal-header{
    background:#f8f9fa;
    border-bottom:1px solid #eee;
}

.ticket-modal .modal-title{
    font-size:20px;
    font-weight:600;
}

.ticket-modal .modal-body{
    padding:25px;
}

.ticket-modal .form-control{
    height:50px;
    border-radius:10px;
    box-shadow:none;
}

.ticket-modal .form-control:focus{
    border-color:#f58220;
    box-shadow:0 0 0 .15rem rgba(245,130,32,.25);
}

.ticket-modal .btn{
    height:48px;
    border-radius:10px;
    font-weight:600;
}

.red{
    color:#dc3545;
}

.bus-amenities-sec{
    padding:18px 0;
    background:#fff7f0;
    border-top:1px solid #ffe0c2;
    border-bottom:1px solid #ffe0c2;
}

.bus-amenities-wrap{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom: 20px;
}

.bus-item{
    display:flex;
    align-items:center;
    gap:8px;
    padding:5px 10px;
    background:#fff;
    
    transition:.3s;
}

.bus-item i{
    font-size:16px;
    color:#f58220;
}

.bus-item span{
    font-size:12px;
    font-weight:400;
    color:#27374d;
}




@media(max-width:768px){

.bus-amenities-wrap{
    justify-content:flex-start;
    overflow-x:auto;
    flex-wrap:nowrap;
    padding-bottom:8px;
}

.bus-item{
    flex:0 0 auto;
}

.bus-amenities-wrap::-webkit-scrollbar{
    height:5px;
}

.bus-amenities-wrap::-webkit-scrollbar-thumb{
    background:#f58220;
    border-radius:20px;
}

}

.form-heading h3{
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.shk-bus-amenities{
    margin-top:-55px;
    position:relative;
    z-index:10;
}

.shk-amenities-box{
   /* background: #fff; */
    /* border-radius: 18px; */
    /* padding: 22px 15px; */
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, .08); */
   position: relative;
   z-index: 111;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* border: 1px solid #ececec; */
    margin-top: 45px;
}

.shk-amenity-item{
    flex:1;
    min-width:130px;
    text-align:center;
    position:relative;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;

}

.shk-amenity-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:45px;
    background:#ececec;
}

.shk-icon{
    width:58px;
    height:58px;
    margin:0 auto 10px;
    border-radius:50%;
    background:#fff6e8;
    color:#de2a1b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    transition:.35s;
}

.shk-amenity-item span{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#1d3557;
}

.shk-amenity-item:hover .shk-icon{
    background:#f5a100;
    color:#fff;
    transform:translateY(-4px);
}

@media(max-width:991px){

.shk-bus-amenities{
    margin-top:30px;
}

.shk-amenities-box{
    gap:20px;
    justify-content:center;
}

.shk-amenity-item{
    flex:0 0 25%;
}

.shk-amenity-item::after{
    display:none;
}

}

@media(max-width:767px){

.shk-amenities-box{
    padding:18px 10px;
}

.shk-amenity-item{
    flex:0 0 50%;
}

.shk-icon{
    width:50px;
    height:50px;
    font-size:18px;
}

.shk-amenity-item span{
    font-size:13px;
}

}


.at-nav-list li{
    position:relative;
}

.at-dropdown-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:240px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 10px 30px rgba(0,0,0,.12);
    opacity:0;
    visibility:hidden;
    transform:translateY(15px);
    transition:.35s;
    padding:10px 0;
    list-style:none;
    z-index:999;
}

.at-dropdown-menu li{
    border-bottom: 1px solid #e4e4e4;
}

.at-dropdown-menu li:last-child{
    border-bottom: 0px;
}

.at-dropdown-menu li a{
    display:block;
    padding:8px 15px;
    color:#1d3557;
    text-decoration:none;
}

.at-dropdown-menu li a:hover{
    color:#f5a100;
    background:#fff8ef;
}

/* Desktop Hover */

@media(min-width:992px){

.at-dropdown:hover .at-dropdown-menu{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

}

/* Mobile */

@media(max-width:991px){

.at-dropdown-menu{

    position:static;

    opacity:1;

    visibility:visible;

    transform:none;

    box-shadow:none;

    display:none;

    margin-top:8px;

    border-radius:8px;

    background:#f8f8f8;

}

.at-dropdown.active .at-dropdown-menu{

    display:block;

}

.at-dropdown-toggle{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.at-dropdown.active .fa-angle-down{

    transform:rotate(180deg);

}

.fa-angle-down{

    transition:.3s;

}

}


.at-mobile-submenu{
    display:none;
    list-style:none;
    padding-left:15px;
    margin:10px 0;
}

.at-mobile-submenu li a{
    display:block;
    padding:10px 0;
}

.at-mobile-toggle{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:100%;
}

.at-mobile-toggle i{
    transition:.3s;
}

.at-mobile-dropdown.active .at-mobile-toggle i{
    transform:rotate(180deg);
}

.st-service-section{
    padding: 50px 0px;
    background-image: url(../img/service-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.places-heading h2{
  font-weight: 700;
}

.st_place_card img{
    transition: all ease 0.3s;
}

.st_place_card:hover img{
    transform: scale(1.1);
}

.print-btns{
    display: flex;
    justify-content: center;
    gap: 15px;
}

.print-btns .btn-print{
    color: #000;
    background-color: #d4a017;
    font-weight: 600;
}

.print-btns .btn-download{
    color: #fcfcfc;
    background-color: #1d3557;
    font-weight: 600;

}


.at-quote-modal{

    border-radius:18px;

    border:none;

}

.at-quote-modal .modal-header{

    background:#f8f8f8;

    border-bottom:1px solid #eee;

}

.at-quote-modal .modal-title{

    font-size:24px;

    font-weight:700;

}

.at-quote-modal .form-control,
.at-quote-modal .form-select{

    height:45px;

    border-radius:10px;

    border:1px solid #ddd;

    box-shadow:none;

}

.at-quote-modal textarea{

    height:auto!important;

}

.at-submit-btn{

    height:48px;

    background:#ffb400;

    color:#fff;

    font-weight:600;

    border-radius:10px;

    border:none;

}

.at-submit-btn:hover{

    background:#e79d00;

    color:#fff;

}

.wii-tour-card a{
    text-decoration: none;
}

.wii-tour-card{
    position: relative;
    /* overflow: hidden;
    background: #fff; */
    transition: .4s ease;
}

/* Left Top Border */
.wii-tour-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 2px solid #ff9800;
    border-left: 2px solid #ff9800;
    transition: .5s ease;
    pointer-events: none;
    border-radius:22px;  
}

/* Right Bottom Border */
.wii-tour-card::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom: 2px solid #0f1929;
    border-right: 2px solid #0f1929;
    transition: .5s ease;
    pointer-events: none;
    border-radius:22px;  
}

/* Hover */
.wii-tour-card:hover::before{
    width: 100%;
    height: 100%;

}

.wii-tour-card:hover::after{
    width: 100%;
    height: 100%;
}

.wii-tour-card:hover{
    transform: translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}