@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css');

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --theme-color: #D06406;
    --black: #000;
    --white: #fff;
    --paragraph: #F5F5F4;
    --bg: #2d2d2d;
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    color: #fff;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    font-size: 17px;
    padding: 0;
    margin: 0 0 15px;
    color: var(--paragraph);
    font-weight: 300;
    line-height: 22px;
}

.text-section p {
    opacity: 0;
    transform: translateY(20px);
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    border: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

.p-100 {
    padding: 120px 0;
}

.bannertext h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    line-height: 75px;
    margin-bottom: 40px;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
}

.bannertext h2 {
    font-size: 54px;
    color: var(--white);
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
}

.bannertext h2 span {
    color: var(--theme-color);
    font-weight: 600;
}

.title3 h3 {
    font-size: 40px;
    color: var(--white);
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}

.title3 h3 span {
    color: var(--theme-color);
    font-weight: 600;
    background: linear-gradient(81deg, #312782 0%, #2698d1 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title3 h6 {
    font-size: 16px;
    color: var(--theme-color);
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.title3 h6:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 10px;
    width: 90px;
    height: 1px;
    background-color: var(--theme-color);
}

.title3 h6:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 10px;
    width: 90px;
    height: 1px;
    background-color: var(--theme-color);
}



.title2 h2 {
    font-size: 42px;
    color: var(--black);
    font-weight: 500;
    margin: 0;
    position: relative;
    line-height: 45px;
}

.title4 h4 {
    font-size: 30px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.title5 h5 {
    font-size: 24px;
    color: var(--black);
    font-weight: 600;
    margin-bottom: 6px;
    position: relative;
    transition: 0.6s;
}

.texttag h6 {
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.texttag h6:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 7px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.texttag h6:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 7px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn01 {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: uppercase;
    color: var(--theme-color);
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    background-color: var(--white);
    border: 1px solid var(--white);
    position: relative;
    border-radius: 30px;
    width: max-content;
    transition: 0.6s;
}

.btn01:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border-color: var(--theme-color);
}

.btn02 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 10px;
}

.btn01 .fa-circle-arrow-right {
    font-size: 16px;
    transform: rotate(-45deg);
    transition: 0.6s;
    vertical-align: middle;
}

.texttag h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.texttag h6:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 4px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.texttag h6:after {
    content: "";
    position: absolute;
    right: -90px;
    top: 4px;
    width: 80px;
    height: 9px;
    background-image: url(../images/line3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/*// backToTop //*/
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    padding: 10px;
    background: linear-gradient(to bottom, #c8681b, #c8681b);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgb(255 255 255 / 89%);
    transition: 0.6s;
}

#backToTop .fa-arrow-up {
    font-size: 18px;
    color: #fff;
    top: -1px;
    position: relative;
}

#backToTop:hover {
    background-color: #f15c5a;
    transform: scale(1.1);
}

#backToTop:hover svg {
    transform: translateY(-3px);
}

/*// backToTop //*/

.form-select:focus {
    box-shadow: none;
}

a {
    color: rgb(0 0 0);
    text-decoration: none;
}

/* ======================================================================= */
/* header start */
/* ======================================================================= */

/*.headerarea {
    padding: 15px 0;
    position: relative;
    z-index: 1;
}*/

.headerarea {
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.headerarea .logo {
    width: 100%;
    max-width: 110px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    z-index: 2;
}

.headerarea .logo img {
    width: 100%;
    object-fit: cover;
    position: relative;
}

.headerarea .header-contact .call {
    width: 100%;
    min-width: 43px;
    max-width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F6F7FB;
    background-color: #F6F7FB;
    color: #000000;
    border-radius: 100%;
    margin-left: 10px;
    transition: 0.5s;
}

.headerarea .header-contact .call:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}

.headerarea.fix {
    position: fixed;
    width: 100%;
    height: 125px;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #000000c7;
    /*padding: 5px 100px;*/
    z-index: 999;
    box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.headerarea.fix .menu ul li a {
    color: var(--black);
}

.headerarea.fix .menu {
    margin-top: 0px;
    margin-right: 0;
}

.headerarea.fix .menu ul li a:hover,
.headerarea.fix .menu ul li.active a {
    color: #1789ea;
}

/*.headerarea.fix .menu ul li.active a {
    color: #fff;
}*/


.header-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-right .header-contact .btn {
    margin-right: 10px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.headerarea .menu .active>a {
    color: #446CB4;
    background: transparent;
}

.mailbox h6 {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
}

.mailbox img {
    max-width: 30px;
    object-fit: contain;
}

.navarea button img {
    max-width: 25px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.header-body {
    position: relative;
    top: 15px;
}

.headerarea .btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right-color: transparent;
}

.offcanvas-header .logo img {
    width: 100%;
    max-width: 110px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(57%) saturate(7387%) hue-rotate(11deg) brightness(93%) contrast(95%);
}

.offcanvas-body ul li {
    width: 100%;
}

.offcanvas-body ul li a {
    font-size: 17px;
    position: relative;
    color: var(--black);
    font-weight: 400;
    text-decoration: none;
    padding: 12px 0;
    border-bottom: 1px solid #d1640759;
    display: block;
    transition: 0.6s;
}

.offcanvas-body ul li a:hover {
    color: var(--theme-color);
}

/* ======================================================================= */
/* banner_sec start */
/* ======================================================================= */
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(39 39 39 / 43%);
}

.video-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bg:after {
    content: "";
    /* filter: grayscale(20%) contrast(110%); */
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    background-color: #00000069;
}

.main_content {
    position: relative;
    z-index: 1;
}

/* ======================================================================= */
/* hero_sec start */
/* ======================================================================= */
.hero_sec {
    width: 100%;
    height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.hero_sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0) 20%, rgb(0 0 0 / 37%) 100%);
}

.hero_sec .bannertext {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 33;
}

.hero_sec .bannertext h3 {
    color: #fff;
    opacity: 1;
}

.bnrinfo {
    position: absolute;
    top: 550px;
    left: -90px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    z-index: 11;
    transform: rotate(-90deg);
    /* transform-origin: -175px 1450%; */
}

/* .bnrinfo {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    z-index: 11;
    transform: rotate(-90deg);
    transform-origin: -175px 1450%;
} */

.bnrinfo h6 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
}

.bnrinfo h6::after {
    content: "";
    position: absolute;
    left: 92px;
    top: 11px;
    width: 65px;
    height: 1px;
    background-color: #fff;
}

.media {
    margin-left: 80px;
}

.media a {
    text-decoration: none;
    color: inherit;
    background: none;
    padding: 0;
}

.media a i {
    color: var(--white);
    display: inline-block;
    margin-right: 4px;
    text-decoration: none;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: transparent;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    transform: rotate(90deg);
}

.media a i:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--theme-color);
}


.video-bg3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 85dvh;
    z-index: -1;
    /*     overflow: hidden; */
}

.video-bg3 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-bg3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0) 20%, rgb(0 0 0 / 48%) 100%);
}

.video-bg3 .bannertext {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: 33;
    transform: translate(0, -540px);
}


/* ======================================================================= */
/* chooseus_sec start */
/* ======================================================================= */
.chooseus_sec {
    width: 100%;
}

.chooseus_card {
    width: 100%;
    position: relative;
    display: inline-block;
    transition: 0.6s;
}

.chooseus_card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 35px;
    height: 40px;
    background-image: url(../images/dots.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    transition: 0.6s;
}

.chooseus_circle {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    padding: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    flex-direction: column;
    text-align: center;
    z-index: 1;
    transition: 0.6s;
}

.chooseus_circle:before {
    /*content: "";*/
    position: absolute;
    top: 12px;
    left: 12px;
    width: 190px;
    height: 190px;
    background-color: #fff;
    transform: rotate(20deg);
    z-index: -1;
    opacity: 0.3;
    transition: 0.6s;
}

.chooseus_circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(215px, 100px);
    width: 88px;
    height: 27px;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    transition: 0.6s;
}

.endArrow:nth-child(4) .chooseus_circle:after {
    display: none;
}

.chooseus_card:hover .chooseus_circle:before {
    background-color: var(--theme-color);
}

.chooseus_card:hover h5 {
    color: var(--white);
}

.chooseus_card:hover .chooseus_circle {
    border-color: var(--theme-color);
}

.chooseus_card:hover .chooseus_circle:after {
    filter: brightness(0) saturate(100%) invert(49%) sepia(86%) saturate(3439%) hue-rotate(8deg) brightness(90%) contrast(95%);
}

.chooseus_card h5 {
    font-size: 18px;
    color: var(--theme-color);
    font-weight: 600;
    margin: 20px 0 5px;
    transition: 0.6s;
}

.chooseus_card p {
    color: var(--white);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.chooseus_card img {
    max-width: 60px;
    object-fit: contain;
}

/* ======================================================================= */
/* weare_sec start */
/* ======================================================================= */
.weare_sec {
    width: 100%;
    padding: 0 0 20px;
}

.weare_sec .title3 {
    padding-left: 50px;
}

.weare_sec .title3 h6:before {
    display: none;
}

.weare_sec .btn02 {
    margin: 30px 0 0 0;
    display: block;
}

.gallery {
    width: 100%;
}

.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.gallery-slider .swiper-slide {
    width: auto;
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slider .swiper-slide img {
    width: 360px;
    height: 100%;
    object-fit: cover;
    border-radius: 50em;
    position: relative;
}

.gallery-slider .swiper-slide:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 350px;
    height: 467px;
    border: 2px solid var(--theme-color);
    border-radius: 50em;
    transform: translateX(63px);
}

.gallery-thumbs {
    width: 65%;
    padding: 0;
    overflow: hidden;
    background-color: #ffffff70;
    padding: 15px;
    border-radius: 25px;
    position: relative;
    transform: translate(0px, -110px);
}

.gallery-thumbs .swiper-slide {
    width: 80px;
    height: 80px;
    text-align: center;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper-container {
    margin-left: auto;
    margin-right: 0;
}

/* ======================================================================= */
/* our_services start */
/* ======================================================================= */
.our_services {
    width: 100%;
    position: relative;
    overflow: hidden;
}

/*.our_services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 580px;
    background-color: rgb(39 39 39 / 43%);
}*/

.our_services .title3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.our_services .title3:after {
    content: "";
    position: absolute;
    right: -130px;
    top: -20px;
    width: 210px;
    height: 59px;
    background-image: url(../images/dotted3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.our_services .title3 h6:before {
    display: none;
}

.our_servicesin {
    width: 150%;
    position: relative;
}

.our_servicesin:before {
    content: "";
    position: absolute;
    left: -80px;
    top: -60px;
    width: 89px;
    height: 119px;
    background-image: url(../images/dotted2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.our_servicespic {
    width: 100%;
    height: 435px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.6s;
}

.our_servicespic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

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

.our_servicespic:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(178deg, rgba(0, 0, 0, 0) 20%, rgb(48 48 48 / 49%) 100%);
}

.services_textbox {
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    z-index: 1;
}

.services_textbox h5 {
    font-size: 20px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    transition: 0.6s;
}

.services_textbox a {
    color: #fff;
    font-weight: 300;
    padding: 6px 15px;
    border-radius: 30px;
    /* border: 1px solid #fff; */
    display: inline-block;
    border-color: transparent;
    transition: 0.6s;
    font-size: 14px;
}

.services_textbox a i {
    color: #fff;
    vertical-align: middle;
    font-size: 11px;
}

.our_servicespic:hover .services_textbox a {
    border-color: var(--white);
}

.our_servicespic:hover .services_textbox h5 {
    margin-bottom: 10px;
}

.our_services .btn02 {
    margin: 0;
}



/* Owl Carousel Navigation Buttons */
.services_slide .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    margin-top: 0 !important;
}

.services_slide .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(240, 165, 0, 0.9) !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease;
    outline: none;
}

.services_slide .owl-nav button:hover {
    background: rgba(240, 165, 0, 1) !important;
    transform: scale(1.1);
}

.services_slide .owl-nav .owl-prev {
    left: -25px;
}

.services_slide .owl-nav .owl-next {
    right: -25px;
}

.services_slide .owl-nav button span {
    font-size: 24px;
    line-height: 50px;
}

/* Make carousel container relative for absolute positioning */
.our_servicesin {
    position: relative;
}

/* Responsive */
@media (max-width: 768px) {
    .services_slide .owl-nav .owl-prev {
        left: 10px;
    }

    .services_slide .owl-nav .owl-next {
        right: 10px;
    }

    .services_slide .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/**/
.services_slide .owl-nav button.owl-prev,
.services_slide .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-color: #446cb4;
    border-radius: 50%;
    color: #000;
    font-size: 30px;
    pointer-events: all;
    box-shadow: 0px 0px 5px 0px #ddd;
}

.services_slide .owl-nav button.owl-prev span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_slide .owl-nav button.owl-prev span::after {
    content: '\f060';
    color: #fff !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 16px;
}

.services_slide .owl-nav button.owl-prev:hover span::after {
    content: '\f060';
    color: #fff !important;
}

.services_slide .owl-nav button.owl-next span {
    position: relative;
    top: 0px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_slide .owl-nav button.owl-next span::before {
    content: '\f061';
    color: #fff !important;
    font-family: FontAwesome;
    position: absolute;
    border-radius: 50%;
    font-size: 16px;
}

.services_slide .owl-nav button.owl-next:hover span::before {
    content: '\f061';
    color: #fff !important;
}

.services_slide .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
}

.services_slide .owl-nav button.owl-next {
    right: 0px;
    position: relative;
}

.services_slide .owl-nav {
    position: absolute;
    display: inline-flex;
    bottom: -70px;
    left: 0;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    pointer-events: none;
    margin: 0 auto;
}

.services_slide .owl-nav button.owl-prev:hover,
.services_slide .owl-nav button.owl-next:hover {
    background: var(--theme-color2);
    border: 1px solid var(--theme-color2);
    color: #fff;
    transition: all .3s ease-in-out;
}

.owl-theme .owl-nav {
    margin-top: 0;
}

/**/

/* ======================================================================= */
/* best_flight start */
/* ======================================================================= */
.best_flight {
    width: 100%;
}

.best_flightpic {
    height: 600px;
    position: relative;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    z-index: 22;
}

.best_flightpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/*
.best_flightpic:before {
    content: "";
    position: absolute;
    left: -80px;
    top: 120px;
    width: 170px;
    height: 460px;
    background-color: var(--theme-color);
    z-index: -1;
}*/

.best_flight_right {
    width: 140%;
    position: relative;
    left: -40%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px 55px 40px 300px;
    border-radius: 20px;
}

.best_flight_right .btn01 {
    color: var(--white);
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    margin-top: 20px;
}

.best_flight_right .btn01:hover {
    color: var(--theme-color);
    background-color: var(--white);
    border: 1px solid var(--white);
}

/* ======================================================================= */
/* why_choose start */
/* ======================================================================= */
.why_choose {
    width: 100%;
    position: relative;
}

.why_choose .title3 {
    width: 45%;
    position: relative;
    margin: 0 auto;
    transform: translate(230px, 150px);
}

.why_choose .title3 p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.why_choosepic {
    width: 90%;
    height: 450px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.why_choosepic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/*// video start */
.car_booking_right {
    width: 100%;
}

.video-wrapper {
    position: relative;
    width: 120%;
    left: -20%;
    transform: translate(0, 200px);
    height: 470px;
    overflow: hidden;
    margin-left: auto;
    border-radius: 20px;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-poster {
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    cursor: pointer;
}

.video-poster img {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-poster:hover img {
    opacity: 0.8;
}

.play-icon {
    display: block;
    text-align: center;
    line-height: 68px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.play-icon svg {
    fill: #fff;
}

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

.play-icon::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    background: #F000;
    border-radius: 50%;
    transition: all 200ms;
    border: 2px solid #fff;
}

@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;
    }
}

.fa-play {
    font-size: 25px;
    color: #fff;
    position: relative;
    z-index: 11;
}

/*// video end */

/* ======================================================================= */
/* management_sec start */
/* ======================================================================= */
.management_sec {
    width: 100%;
    padding: 200px 0 100px;
}

.management_sec .title3 h6:before {
    display: none;
}

.management_sec .title3 {
    width: 95%;
}

.management_sec .btn01 {
    color: var(--white);
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    margin-top: 20px;
}

.management_sec .btn01:hover {
    color: var(--theme-color);
    background-color: var(--white);
    border: 1px solid var(--white);
}

.management_right {
    width: 100%;
    margin-left: auto;
}

.image-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    height: 485px;
}

.grid-left {
    border-radius: 20px;
    overflow: hidden;
}

.grid-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-right {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
}

.grid-item {
    border-radius: 20px;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* ======================================================================= */
/* trusted_sec start */
/* ======================================================================= */
.trusted_sec {
    width: 100%;
    height: 100%;
    padding: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

/*.trusted_sec:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: -1;
}*/

.trusted_sec .title3 p {
    width: 50%;
    margin: 0 auto 25px;
}

.trusted_sec .btn01 {
    color: var(--white);
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
}

.trusted_sec .btn01:hover {
    color: var(--theme-color);
    background-color: var(--white);
    border: 1px solid var(--white);
}

/* ======================================================================= */
/* footer_sec start */
/* ======================================================================= */
.footer_sec {
    width: 100%;
    background-color: #00000000;
    padding: 0 0 25px;
    text-align: center;
}

.footer_sec .media {
    margin-left: 0;
}

.media a {
    text-decoration: none;
    color: inherit;
    background: none;
    padding: 0;
}

.footer_sec .media a i {
    transform: rotate(0deg);
    transition: 0.6s;
}

.footer_sec .media a i:hover {
    background-color: var(--white);
    border: 1px solid var(--white);
    color: var(--theme-color);
}

.ftr_menu {
    width: 70%;
    margin: 35px auto;
    padding: 15px 0;
    border-top: 1px solid #ffffff82;
    border-bottom: 1px solid #ffffff82;
}

.ftr_menu ul li {
    display: inline-block;
}

.ftr_menu ul li a {
    font-size: 17px;
    position: relative;
    color: var(--white);
    font-weight: 300;
    text-decoration: none;
    padding: 0 35px;
    text-transform: uppercase;
    transition: 0.6s;
}

.ftr_menu ul li a:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #fff;
}

.ftr_menu ul li:last-child a:after {
    display: none;
}

.ftr_menu ul li a:hover {
    color: var(--theme-color);
}

.footer_sec address ul li {
    display: inline-block;
}

.footer_sec address ul li a {
    color: var(--white);
    padding: 0 25px;
    position: relative;
}

.footer_sec address ul li a img {
    max-width: 25px;
    object-fit: contain;
}

.footer_sec address ul li a:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #fff;
}

.footer_sec address ul li:last-child a:after {
    display: none;
}

.copyright {
    width: 100%;
    padding: 18px 0;
    background-color: var(--theme-color);
    text-align: center;
}

.copyright p {
    margin: 0;
}


/* ======================================================================= */
/* soumen edit start */
/* ======================================================================= */
.page-header {
    background: linear-gradient(359deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.37) 100%);
    background-size: cover;
    background-position: center;
    padding: 220px 0 70px;
    text-align: center;
    color: var(--white);
}

.page-header h1 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white);
    position: relative;
    z-index: 1;
}

.page-header p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: var(--paragraph);
}

.inner_ban h1 {
    font-size: 56px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white);
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 100px;
}

.inner_ban p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    color: var(--paragraph);
    position: relative;
    z-index: 1;
    text-align: center;
}

.breadcrumb {
    background: transparent;
    justify-content: center;
    padding: 0;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.breadcrumb-item {
    color: var(--white);
}

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

.breadcrumb-item a {
    color: var(--white);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--theme-color);
}

.contact-section {
    padding: 100px 0;
    /*background: var(--white);*/
}

.contact-info-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.contact-info-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(208, 100, 6, 0.2);
    border-color: var(--theme-color);
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: var(--white);
}

.contact-info-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--white);
}

.contact-info-card p {
    color: var(--white);
    margin-bottom: 5px;
    font-size: 16px;
}

.contact-info-card a {
    color: var(--theme-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact-info-card a:hover {
    color: var(--black);
}

.contact-form-section {
    background-color: transparent;
}

.contact-form {
    background: #ffffff1c;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    font-weight: 400;
    color: var(--paragraph);
    margin-bottom: 10px;
    display: block;
}

.form-group label span {
    color: red;
}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 5px 20px;
    height: 55px;
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    color: var(--black);
}



.form-control:focus {
    border-color: var(--theme-color);
    box-shadow: none;
    background: #ffffff63;
    outline: none;
}

textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.submit-btn {
    background: var(--theme-color);
    color: var(--white);
    border: none;
    padding: 15px 50px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(208, 100, 6, 0.4);
    background: #b85505;
}

/*.title3 h6 {
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.title3 h3 {
    color: var(--black);
    font-size: 36px;
    font-weight: 700;
}

.title3 p {
    color: var(--bg);
}
*/
.breadcrumb-item.active {
    color: var(--paragraph);
}


/* ======================================================================= */
/*  */
/* ======================================================================= */
/* Service Details Section */
.service-details-section {
    width: 100%;
}

.service-hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-intro {
    margin-bottom: 50px;
}

.service-intro h2 {
    font-size: 42px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 20px;
}

.service-intro .subtitle {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.service-intro p {
    color: var(--paragraph);
    font-size: 17px;
    margin-bottom: 15px;
}

/* Features Grid */
.features-section {
    padding: 60px 0;
    background: var(--paragraph);
    border-radius: 20px;
    margin-bottom: 50px;
}

.feature-item {
    background: var(--white);
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
}

.feature-item:hover {
    border-color: var(--theme-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(208, 100, 6, 0.15);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 32px;
    color: var(--white);
}

.feature-item h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 12px;
}

.feature-item p {
    color: var(--bg);
    line-height: 1.7;
    margin: 0;
}

/* Benefits Section */
.benefits-section {
    margin-bottom: 50px;
}

.benefits-section h3 {
    font-size: 32px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 30px;
}

.benefit-list {
    list-style: none;
    padding: 0;
}

.benefit-list li {
    padding: 18px 0;
    border-bottom: 1px solid #e0e0e0;
    color: var(--paragraph);
    font-size: 16px;
    display: flex;
    align-items: center;
}

b,
strong {
    font-weight: 600;
    margin-right: 5px;
}

.benefit-list li:last-child {
    border-bottom: none;
}

.benefit-list li i {
    color: var(--theme-color);
    margin-right: 15px;
    font-size: 20px;
    min-width: 20px;
}

/* Pricing Section */
.pricing-section {
    background: var(--paragraph);
    padding: 60px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.pricing-section h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
}

.pricing-section p {
    color: var(--bg);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.pricing-box {
    background: var(--white);
    padding: 40px;
    border-radius: 20px;
    border: 2px solid var(--theme-color);
}

.pricing-box .price {
    font-size: 48px;
    font-weight: 500;
    color: var(--theme-color);
    margin-bottom: 10px;
}

.pricing-box .price span {
    font-size: 18px;
    font-weight: 600;
    color: var(--bg);
}

.pricing-box .description {
    color: var(--bg);
    margin-bottom: 30px;
}

.price-btn {
    display: block;
    background: var(--theme-color);
    color: var(--white);
    padding: 18px 40px;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.price-btn:hover {
    background: #b85505;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(208, 100, 6, 0.4);
}

/* Gallery Section */
.gallery-section {
    margin-bottom: 50px;
}

.gallery-section h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 30px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item {
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

/* FAQ Section */
.faq-section {
    margin-bottom: 50px;
}

.faq-section h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 30px;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.accordion-button {
    background: var(--white);
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
    padding: 20px 25px;
}

.accordion-button:not(.collapsed) {
    background: var(--theme-color);
    color: var(--white);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 20px 25px;
    color: var(--bg);
    line-height: 1.8;
    background: var(--white);
}

/* Sidebar */
.sidebar {
    position: sticky;
    top: 100px;
}

.sidebar-widget {
    background: #ffffff36;
    padding: 35px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.sidebar-widget h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--theme-color);
}

.service-list {
    list-style: none;
    padding: 0;
}

.service-list li {
    margin-bottom: 12px;
}

.service-list a {
    color: var(--white);
    text-decoration: none;
    padding: 12px 18px;
    display: block;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.service-list a:hover,
.service-list a.active {
    background: var(--theme-color);
    color: var(--white);
    transform: translateX(5px);
}

.contact-widget {
    background: var(--theme-color);
    color: var(--white);
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}

.contact-widget h4 {
    color: var(--white);
    margin-bottom: 20px;
    border-bottom: none;
}

.contact-widget p {
    margin-bottom: 25px;
}

.contact-widget .phone {
    font-size: 28px;
    font-weight: 700;
    color: var(--white);
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.contact-widget .phone:hover {
    text-decoration: underline;
}

.contact-widget-btn {
    display: block;
    background: var(--white);
    color: var(--theme-color);
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.contact-widget-btn:hover {
    background: var(--black);
    color: var(--white);
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: var(--white);
    border-radius: 20px;
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 35px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    display: inline-block;
    background: var(--white);
    color: var(--theme-color);
    padding: 18px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-btn:hover {
    background: var(--black);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* Responsive Styles */
@media (max-width: 992px) {
    .page-header h1 {
        font-size: 42px;
    }

    .service-hero-image {
        height: 400px;
    }

    .service-intro h2 {
        font-size: 36px;
    }

    .pricing-section {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .page-header {
        padding: 120px 0 80px;
    }

    .page-header h1 {
        font-size: 36px;
    }

    .service-details-section {
        padding: 80px 0;
    }

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

    .pricing-box .price {
        font-size: 36px;
    }

    .cta-section h2 {
        font-size: 36px;
    }
}

@media (max-width: 576px) {
    .page-header h1 {
        font-size: 28px;
    }

    .page-header p {
        font-size: 16px;
    }

    .service-hero-image {
        height: 300px;
    }

    .service-intro h2 {
        font-size: 28px;
    }

    .feature-item {
        padding: 25px;
    }

    .pricing-section {
        padding: 30px 20px;
    }

    .sidebar-widget {
        padding: 25px;
    }

    .contact-widget {
        padding: 30px 20px;
    }

    .cta-section h2 {
        font-size: 32px;
    }

    .cta-btn {
        padding: 15px 30px;
    }
}

/* ======================================================================= */
/*  */
/* ======================================================================= */
/* Services Grid Section */
.services-grid-section {
    width: 100%;
}

.service-card {
    background: #ffffff1c;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    margin-bottom: 30px;
    border: 2px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(208, 100, 6, 0.2);
    border-color: var(--theme-color);
}

.service-image {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: all 0.4s ease;
}

.service-card:hover .service-image {
    transform: scale(1.05);
}

.service-image-wrapper {
    overflow: hidden;
    position: relative;
}

.service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--theme-color);
    color: var(--white);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.service-content {
    padding: 35px;
}

.service-icon {
    width: 70px;
    height: 70px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: var(--white);
}

.service-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--theme-color);
    text-align: center;
}

.service-content p {
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
}

.service-features {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-left: 40px;
}

.service-features li {
    padding: 8px 0;
    color: #fff;
    font-size: 17px;
}

.service-features li i {
    color: var(--theme-color);
    margin-right: 10px;
}

.service-btn {
    display: block;
    text-align: center;
    background: var(--theme-color);
    color: var(--white);
    padding: 12px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.service-btn:hover {
    background: #b85505;
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(208, 100, 6, 0.3);
}

/* Why Choose Section */
.why-choose-section {
    padding: 0 0 100px;
    /*background: var(--paragraph);*/
}

.feature-box {
    background: #ffffff1c;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
}

.feature-box:hover {
    border-color: var(--theme-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(208, 100, 6, 0.15);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
    color: var(--white);
}

.feature-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white);
}

.feature-box p {
    color: var(--white);
    line-height: normal;
    margin: 0;
}

/* CTA Section */
.cta-section {
    padding: 0 0 100px;
    /*background: linear-gradient(135deg, rgba(208, 100, 6, 0.95) 0%, rgba(184, 85, 5, 0.95) 100%), url('images/trust_bg.jpg');*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    color: var(--white);
}

.cta-section h2 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-btn {
    display: inline-block;
    background: var(--white);
    color: var(--theme-color);
    padding: 18px 50px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-btn:hover {
    background: var(--black);
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/*.title3 h6 {
    color: var(--theme-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
}

.title3 h3 {
    color: var(--black);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}

.title3 p {
    color: var(--bg);
    font-size: 17px;
    line-height: 1.7;
}*/

.inner_ban {
    width: 100%;
    height: 500px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-color: #ffffff2b;
    border-radius: 25px;
}

/*.inner_ban:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000075;
}*/


.story-section {
    /*     padding: 0 0 100px; */
    width: 100%;
}

.timeline {
    position: relative;
    padding: 50px 0;
}

.timeline-item {
    margin-bottom: 50px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background-color: #ffffff2b;
    padding: 25px;
    border-radius: 20px;
}

.timeline-year {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.timeline-content h4 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #fff;
}

.timeline-content p {
    color: #fff;
    line-height: 1.8;
}

.stats-section {
    background: #d0640640;
    padding: 80px 0;
    color: #fff;
}

.stat-item {
    text-align: center;
    padding: 30px;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.values-section {
    padding: 100px 0;
}

.value-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 25px 20px;
    border-radius: 10px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

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

.value-icon {
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
    color: #fff;
}

.value-card h4 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.value-card p {
    color: #fff;
    line-height: normal;
}

.team-section {
    padding: 100px 0;
}

.team-member {
    text-align: center;
    margin-bottom: 0;
}

.team-photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid #d06406;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member h5 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #fff;
}

.team-member .position {
    color: #d06406;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.team-member p {
    color: #fff;
    line-height: 1.6;
}

.mission-vision {
    padding: 100px 0;
    /*background-color: rgb(39 39 39 / 43%);*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
}

.mv-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 50px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.mv-card h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #d06406;
}

.mv-card p {
    font-size: 16px;
    line-height: 1.8;
}

.story-section .title3 h6:before {
    display: none;
}

.best_flightpiic {
    width: 95%;
    margin-left: auto;
    height: 480px;
    position: relative;
    display: flex;
    overflow: hidden;
    border-radius: 20px;
}

.best_flightpiic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

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

.video-bg3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(39 39 39 / 69%);
    z-index: 1;
}

.stat-item .text-center i {
    font-size: 35px;
    margin-bottom: 0px;
}



.service-card {
    position: relative;
    overflow: hidden;
}

.service-image-wrapper img {
    width: 100%;
    /* height: auto; */
    display: block;
}

/* Hover Overlay */
.service-hover-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    z-index: 5;
}

.service-card:hover .service-hover-overlay {
    opacity: 1;
    visibility: visible;
}

/* Buttons */
.service-hover-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px;
}

.sub-service-btn {
    background: #ffffff;
    color: #000;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s ease;
}

.sub-service-btn:hover {
    background: #ce6b1b;
    color: #ffffff;
}


/* =====================================
   CONTACT FORM 7 RESPONSE OUTPUT
   (Success / Error Message Styling)
===================================== */

.wpcf7-response-output {
    margin: 20px auto 0;
    padding: 14px 20px;
    max-width: 600px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 1.6;
    border: 1px solid transparent;

    /* Glassmorphism effect */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    animation: cf7FadeUp 0.35s ease-in-out;
}

/* SUCCESS */
.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #22c55e;
    border-color: rgba(34, 197, 94, 0.5);
    background: rgba(34, 197, 94, 0.12);
}

/* VALIDATION ERROR */
.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-validation-errors {
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.5);
    background: rgba(239, 68, 68, 0.12);
}

/* SPAM BLOCKED */
.wpcf7-spam-blocked {
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.5);
    background: rgba(245, 158, 11, 0.12);
}

/* REMOVE DEFAULT CF7 STYLES */
.wpcf7 form .wpcf7-response-output {
    margin-top: 24px;
}

/* ANIMATION */
@keyframes cf7FadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.service-intro ul {
    list-style-type: disc !important;
    padding-left: 25px !important;
    margin-bottom: 20px;
}

.service-intro ul li {
    list-style-type: disc !important;
    display: list-item !important;
    margin-bottom: 10px;
}

.service-intro ul li::marker {
    color: #fff !important;
    font-size: 16px;
}