* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}


html,
body {
    overflow-x: hidden;
    width: 100%;
}

h1,
h2,
h3 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 400 !important;
}

/* p {
    font-size: 20px;
} */

/* navbar area */
/* Transparent navbar initially */
.transparent-navbar {
    background: transparent !important;
    transition: background-color 0.4s ease;
}

/* Solid color after scrolling */
.transparent-navbar.scrolled {
    background: #317A71 !important;
    padding: 10px;
}

.navbar {
    padding: 0 !important;
}

.header-bar button:hover {
    color: #317A71;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all .3s;
    color: #000 !important;
}

.transparent-navbar.scrolled .navbar-toggler-icon {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .nav-link {
    filter: brightness(0) invert(1) !important;
}

.transparent-navbar.scrolled .header-bar button {
    border: 1px solid #fff;
    color: #fff;

}

.transparent-navbar.scrolled .header-bar a {
    color: #fff;

}

/* .transparent-navbar.scrolled .header-bar button:hover{
    color: #000 !important;
} */
.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #C59652 !important;
    font-weight: 600 !important;
}

/* Open dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* fixes small jump */
}

/* Keep link active on hover */
.nav-item.dropdown:hover .nav-link {
    color: #000;
}

.nav-link {
    color: #C59652 !important;
    position: relative;
    font-weight: 500 !important;
}

.nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    /* width: 0; */
    height: 1px;
    transform: scale(0);
    transition: all .3s;
    right: 0;
    transform-origin: center;
}

.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffff;
    width: 100%;
    height: 1px;
    transform: scale(1);
    transition: all .3s;
}

.nav-link:hover {
    color: #C59652 !important;
}
.dropdown-item:hover{
    background-color: #317A71 !important;
    color: #fff !important;
}
.header-bar button {
    width: 150px;
    height: 40px;
    background-color: transparent;
    border: 1px solid#fff;
    color: #fff;
    transition: all.3s;
}

.header-bar button a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    transition: all.3s;
}

.header-bar button:hover {
    color: #317A71;
    border: 1px solid #112F4E;
    background-color: #fff;
    transition: all.3s;
}

.header-bar button:hover a {
    color: #317A71;
    transition: all.3s;
}

header {
    position: fixed;
    /* stays on top */
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;

    background: #317A71;
    /* main blur */
    /* transparent layer */
    /* backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 8px 20px; */

    /* Safari support */
}

.navbar-brand {
    padding: 0px !important;
}

.navbar-brand img {
    height: 100px;
    width: 100px;
}

.scrolled {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #317A71 !important;
    padding: 10px;

}


/* banner start */


.banner {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    position: relative;
    padding: 100px;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    overflow: hidden;
}

.slide-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 6s ease;
    z-index: -1;
}

/* dark overlay */
.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgb(0 0 0 / 42%), rgb(0 0 0 / 42%));
}

/* zoom only active slide */
.swiper-slide-active .slide-bg {
    transform: scale(1.1);
}

/* .mySwiper,
.swiper-slide,
.banner {
    height: 100vh;
} */


.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    /* Centers the video */
    z-index: 1;
    object-fit: cover;
    /* Ensures the video covers the entire banner area */
}

.banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(116deg, #000000b8 0%, #ffffff18 110%);
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
}

.banner2 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
    position: relative;
}

.banner3 {
    background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://questique.travel/wp-content/uploads/2026/03/banner-2.jpg) !important;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    /* background-attachment: fixed;    */
    position: relative;
}

.banner-content {
    position: relative;

    z-index: 100;
    text-transform: uppercase;
    text-align: start !important;
}

.banner-content3 {
    position: relative;
    z-index: 100;
    text-transform: uppercase;
}

.banner-content3 h1 {
    color: #fff;
    margin-top: 200px;
    font-size: 30px !important;
    font-weight: 700;
}

.banner-content p {
    font-size: 16px;
    color: #fff;
    /* line-height: 30px; */

    /* margin: 0 auto; */
    /* margin-top: 30px; */
    font-weight: 500;
    text-align: left;
}

.textt-primary {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    position: relative;
    padding-left: 20px;
    color: #000 !important;
}

.textt-primary::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    /* text-decoration: dotted; */
    color: #fff;
    height: 8px;
    background-color: #317A71;
    width: 8px;
    border-radius: 50%;
}

.banner-content h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-align: left !important;
    margin: 15px 0;
}

.banner-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    /* line-height: 25px; */
    /* text-align: left !important; */
    font-weight: 400;
}

.banner-content button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #fff;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content button a {
    color: #fff;
    text-decoration: none;
    /* font-weight: 700; */
    transition: all .3s;
}

.banner-content button:hover {
    color: #fff;
    background-color: #317A71;
    border: 1px solid #317A71;
    transition: all.3s;
}

.banner-content button:hover a {
    color: #fff;
    transition: all.3s;
}

.banner-content i {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    gap: 8px;
    align-items: center;
    opacity: .9;
    transition: all.3s;
    transform: rotate(-90deg);
}

.banner-content a:hover i {
    transform: rotate(-130deg);
    transition: all.3s;
}


.btn-primary {
    background-color: #C59652 !important;
    border: 2px solid #000 !important;
    transition: all.3s;
}

.btn-primary:hover {
    background-color: #317A71 !important;
    transition: all.3s;
}

/* footer */
footer {
    background-color: #317A71;
    position: relative;
    padding-top: 25px;
}

/* footer:after {
          content: "";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background-color: #222222f5;
          z-index: 0;
        } */
.footer-box h2 {
    font-weight: 400;
    font-size: 25px;
    margin-bottom: 17px;
    color: var(--s-white);
}

.footer-box p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #fff;
}

.footer-box h3 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    color: #fff;
    text-transform: uppercase;
}

.footer-box ul li {
    margin-bottom: 0.5rem;
}

.footer-box li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all.3s;
}

.footer-box ul {
    list-style: none;
    padding: 0;
    transition: all.3s;

}

.footer-box a {
    text-decoration: none;
    color: #fff;
}

.footer-box ul li a:hover {
    color: #fff;
    letter-spacing: 1px;
    transition: all.3s;
}

.footer1stRow {
    padding: 2rem 0 1.5rem 0;
    position: relative;
    z-index: 1;
    /* border-top: 1px solid #2525251e; */
}

.socialmediaicon li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-right: 8px;
    padding: 0;
    color: #112F4E;
    transition: 0.3s;
    border-radius: 100px;
}

.socialmediaicon ul {
    list-style: none;
    padding: 0;
}

.socialmediaicon ul li a i:hover {
    transform: rotate(360deg);
    background-color: #fff;
    color: #112F4E;
}

.SocialIcon h3 {
    font-size: 17px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
}

.copyRight {
    border-top: 1px solid #ffffff5b;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyRight a {
    /* text-decoration: none; */
    color: #fff;
}

.copyRight p {
    color: #fff;
}





/* about */
.about-us {
    /* padding: 100px 0; */
}

.about-content {
    padding: 100px 0;
}

.about-content h2 {
    color: #317A71;
    font-size: 50px;
    font-weight: 700;
}

.about-content p {
    color: #000000b5;
}

.about-design {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.about-design h4 {
    font-size: 20px;
    padding: 10px;
    font-weight: 600;
}

.about-design img {
    background-color: #317A71;
    padding: 10px;
    border-radius: 10px;
    transition: all.5s;
}

.about-design:hover img {
    background-color: #C59652;
    filter: blur(0) opacity(1);
    transition: all.5s;
}

.what-we-do-body {
    border-bottom: 1px solid var(--divider-color);
    /* margin-bottom: 40px;
    padding-bottom: 40px; */
}

.what-we-do-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.what-we-do-body ul li {
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/icon-check.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 24px auto;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-left: 35px;
}

.what-we-do-body ul li:last-child {
    margin-bottom: 0;
}

.img-box img {
    border-radius: 15px;
    margin-top: 20px;
}

.large img {
    height: 350px !important;
    width: 100%;
    object-fit: cover;
}

.small img {
    margin-top: 70px;
    height: 250px !important;
    width: 100%;
    object-fit: cover;
}

.design-image {
    bottom: -10%;
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/image-logo.png);
    height: 600px;
    width: 100%;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* services */
.service-box {
    padding: 20px;
    box-shadow: 0px 3px 7px 2px #00000082;
    position: relative;
    transition: all .3s;
}

.service-image {
    position: absolute;
    top: -30px;
    left: 20px;
    transition: all.3s;
}

.service-image img {
    width: 70px;
    background-color: #317A71;
    padding: 10px;
    border-radius: 50%;
    transition: all.3s;
}

.service-content-new {
    margin-top: 30px;
}

.service-box:hover {
    background-color: #317A71;
    color: #fff;
    transition: all.3s;
}

.service-box:hover .service-image {
    left: 40px;
    transition: all.3s;
}

.service-box:hover .service-image img {
    background-color: #C59652;
    transition: all.3s;
}

.titleBar h2 {
    color: #317A71;
    font-size: 50px;
}

/* why chooose us */
.picture-testi {
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/choose-us.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}

.picture-testi::before {
    content: "";
    position: absolute;
    background-color: #00000047;
    top: 0;
    width: 100%;
    height: 100%;
}

.choose-us {
    padding: 50px;
}

.choose-us h3 {
    font-size: 35px;
    color: #317A71;
}

.choose-us {
    position: relative;
    padding: 100px;
}

.choose-us::before {
    content: "";
    position: absolute;
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/logo.png);
    width: 150px;
    height: 150px;
    left: -75px;
    border-radius: 50%;
    top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* info */
.info {
    padding: 80px;
    background-color: #317A71;

}

.info-content {
    position: relative;
}

/* .info-content::before {
    content: "";
    position: absolute;
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/logo-bg.png);
    width: 150px;
    height: 150px;
    left: 140px;
    top: -30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */

.info-content h2 {
    color: #fff;
    font-size: 55px;
}

.info-content p {
    color: #fff;
}

.info-content img {
    height: 150px;
    width: 150px;
}

/* new */
.new-box {
    border: 10px solid #317A71;
    background-color: #317A71;
    position: relative;
}

.new-area {
    padding: 100px;
}

.new-contentt img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.new-contentt {
    text-align: center;
}

.new-contentt h3 {
    color: #fff;

}

.neww-box {
    position: relative;
}

.neww-box::before {
    content: "";
    position: absolute;
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/explore.png);
    width: 150px;
    height: 150px;
    left: -15%;
    rotate: 356deg;
    border-radius: 50%;
    top: 10%;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* Back To Top CSS Start Here */
.button {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #C59652;
    cursor: pointer;
    border: 2px solid var(--s-primary);
    /* mix-blend-mode: multiply; */
    overflow: hidden;
    border-radius: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.btn-txt {
    z-index: 10;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #317A71;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
}

.button:hover {
    box-shadow: 1px 1px 200px var(--s-white);
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

/* cursor */
.cb-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #C59652;
    /* circle border */
    border-radius: 50%;
    background-color: #C59652;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    z-index: 150;
    transition: opacity 0.3s, color 0.4s;
}



/* testimonmial */
.testimonmial {
    padding: 100px;
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/testi-banner.jpg);
    width: 100%;
    height: 10%;
    background-size: cover;
    background-position: center;

}

.testimonmial-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #317A71;
    margin-bottom: 30px;
    position: relative;
}

.testimonmial-content h2::before {
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: #317A71;
    width: 10%;
    height: 2px;
    transform: translate(110%);
}


/* Testimonials styling */
.swiper {
    padding: 18px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

/* Navigation / pagination color */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}

.swiper-pagination-bullet {
    background: #fff !important;
    color: #000 !important;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}


/* tetsi content */
.test-new-content {
    background-color: #317A71;
    padding: 50px;
}

.test-new-content h3 {
    color: #fff;
}

.test-new-content h2 {
    color: #fff;
}

.test-new-content p {
    color: #fff;
}

.test-new-i img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* blogs */
.blog {
    padding: 100px;
}

.blog-title h3 {
    font-size: 50px;
    color: #317A71;
}

.blog-content {
    padding: 30px;
    border: 10px solid #317A71;
}

.blog-content img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.blog-content h3 {
    color: #317A71;
    margin-top: 25px;
}

/* contact main */
/* contact */
.home-contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.513)), url(https://questique.travel/wp-content/uploads/2026/03/blog-image.jpg) !important;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px;
}

.contact-image1 img {
    border-radius: 20px;
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.contact-image1 {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, #FFFFFF00 70%, #C59652 110%);
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.contact-section1 {}

.contact-section1 p {
    color: #fff !important;
}

.contact-section1 h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}

.contact-section1 h2 {
    font-size: 48px;
    font-weight: 700 !important;
    color: #fff;
    margin-bottom: 20px;
}

.titleBarr h3 {
    font-size: 45px;
    color: #fff !important;
}






/* About page */
.new-content {
    text-align: center;
}

.new-content h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 700;
}

.new-content a {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb a {
    color: #fff !important;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff !important;
}


.about-us h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 15px;
}

.about-us h2 {

    font-size: 40px;
    font-weight: 700;
    color: #317A71;
    margin-bottom: 20px;
}

.about-us p {
    margin-top: 0;
    font-size: 16px;
}

.about1 {
    padding: 100px;
}

.about-image {
    position: relative;
}

.about-image img {
    height: 400px !important;
    object-fit: cover;
    width: 100%;
}

.black-bg {
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #317A71;
    left: -25px;
    top: 100px;
    z-index: -3;
}


/* our mission */
.mission {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background: linear-gradient(120deg,
            #C59652,
            #317A71,
            #C59652,
            #317A71);
    background-size: 400% 400%;
    animation: gradientMove 20s ease infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.mission-content h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 50px;
}

.mission-content h3 {
    font-size: 45px;
    font-weight: 600;
    color: #317A71;
    margin-bottom: 20px;
}

.mission-content p {
    margin-top: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mission-box {
    background-color: #fff;
    margin-top: 50px;
    /* width: 264px; */
    height: 290px;
    margin-bottom: 30px;
    padding: 40px;
    gap: 10px;
}

.mission-box-content h3 {
    color: #317A71;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    letter-spacing: 1px;

}

.mission-box-content h5 {
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0rem;
    color: #5f5f5f;
    font-weight: 600;

}

.work-para {
    text-align: center;
}


@media(max-width:1200px) {
    .section-title p {
        font-size: 14px;
    }

    .about1 {
        padding: 50px;
    }
}

@media(max-width:992px) {

    .about-us h4 {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
        margin-top: 40px;
    }
}

@media(max-width:767px) {
    .about1 {
        padding: 30px;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }
}


.process-box {
    background-color: #317A71;
    color: #fff;
    padding: 50px;
    border-radius: 20px;
}

.process-gap {
    padding: 100px;
}



/* Service page area */

/* services */
.services-content1 h3 {
    color: #317A71 !important;
    font-weight: 700 !important;

}

.services1 {
    padding: 100px 0;
}

.services-content1 {
    margin-top: 20px;
}

.services-content1 p {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 0rem;
    font-weight: 400;
}

.services-image img {
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
}

/* service info */
.aboutSection {
    /* margin-top: 100px; */
    padding: 50px;
}

.allServicesListBody h2 {
    color: #317A71;
}

.innerServicesBtn i {
    color: #317A71;
}

.innerServicesBtn a {
    text-decoration: none;
    color: #317A71;

    font-weight: 600;
}

.innerServicesBtn:hover {
    background-color: #317A71;
    border-radius: 15px !important;

}

.innerServicesBtn a:hover {
    color: #fff;
}

.innerServicesBtn .revSite-btn:hover {
    background-color: #317A71 !important;
    color: #fff !important;
}

.innerServicesBtn:hover i {
    color: #fff;
    /* turn the icon white */
}

.innerServicesPage h1 {
    color: #317A71;
}

.innerServicesPage p {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
}

.innerli li {

    font-weight: 600;
    font-size: 15px;
}


.fq-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.FAQs-box {
    background-image: url(https://questique.travel/wp-content/uploads/2026/03/contact-image1.jpg);
    border-radius: 30px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

@media(max-width:1200px) {
    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
}

@media(max-width:992px) {

    .service-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .service-image img {
        /* border-radius: 0 0 25px 25px; */
        height: 60px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:767px) {
    .services-image img {
        border-radius: 20px;
        object-fit: cover;
        width: 100%;
        height: 300px;
        clip-path: polygon(0px 0px, calc(100% - 70px) 0px, 100% 70px, 100% 100%, 0px 100%);
    }

    .service-main h2 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .innerServicesPage p {
        margin-bottom: 20px;
        margin-top: 0;
        font-size: 13px;
        font-weight: 400;
    }

    .aboutSection {
        /* margin-top: 100px; */
        padding: 20px;
    }

    .titleBar h2 {
        color: #317A71;
        font-size: 30px;
    }
}

@media(max-width:450px) {
    .service-main h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }

    .service-content::before {
        content: "";
        position: absolute;
        background-color: #E8D04B;
        top: -300px;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all .3s;
    }
}


/* contact */
.content4 img {
    background-color: #317A71;
    width: 70px;
    padding: 20px;
    border-radius: 100px;
}

.contactUSPage {
    background-color: #317A71;
}

.content5 {
    padding: 10px;
}

.content5 h4 {
    font-size: 16px;
    color: #317A71;
    font-weight: 400;
}

.content5 h3 {
    font-size: 17px;
    font-weight: 600;
}

.contact-section {}

.contact-set {
    padding: 100px;
}

.contact-section h4 {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #317A71;
    margin-bottom: 5px;
}

.contact-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #317A71;
    margin-bottom: 20px;
}

.main-len {
    padding: 100px 0;
}

.navbar-toggler {
    filter: brightness(0) invert(1);
}

.header-side {
    display: flex;
}

.service-new {
    padding: 50px;
}

.about-us {
    padding: 60px 0;
}

@media(min-width:1200px) {
    .test-new-content {
        background-color: #317A71;
        padding: 20px;
    }
}

@media(max-width:1200px) {
    .choose-us h3 {
        font-size: 20px;
        color: #317A71;
    }

    .choose-us p {
        font-size: 15px;
    }

    .new-contentt img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .new-area {
        padding: 40px;
    }

    .neww-box::before {
        content: "";
        position: absolute;
        background-image: url(https://questique.travel/wp-content/uploads/2026/03/explore.png);
        width: 130px;
        height: 130px;
        left: -40%;
    }

    .blog {
        padding: 50px;
    }

    .blog-content {
        padding: 20px;
        border: 10px solid #317A71;
    }

    .blog-content img {
        object-fit: cover;
        width: 100%;
        height: 250px;
    }

    .test-new-content {
        background-color: #317A71;
        padding: 20px;
    }

    .test-new-content h3 {
        font-size: 15px;
        color: #fff;
    }

    .test-new-content h2 {
        font-size: 12px;
        color: #fff;
    }

    .test-new-i img {
        height: 400px;
    }

    .contact-section1 h2 {
        font-size: 35px;
    }

    .mission-content h3 {
        font-size: 30px;
        font-weight: 600;
        color: #317A71;
        margin-bottom: 20px;
    }

    .process-gap {
        padding: 50px;
    }

    .nav-link {
        color: #C59652 !important;
        position: relative;
        font-weight: 500 !important;
        font-size: 13px !important;
    }
}

@media(max-width:992px) {
    .small {
        display: none;
    }

    .large {
        display: none;
    }

    .choose-us::before {
        display: none;
    }

    .picture-testi {
        display: none;
    }

    .test-new-content {
        background-color: #317A71;
        padding: 10px;
    }

    .test-new-content h3 {
        color: #fff;
        font-size: 15px;
    }

    .test-new-content p {
        color: #fff;
        font-size: 12px;
    }

    .test-new-i img {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .new-content h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .titleBar h2 {
        color: #317A71;
        font-size: 40px;
    }

    .contact-set {
        padding: 20px;
    }

    .contact-section h2 {
        font-size: 25px;
        font-weight: 600;
        color: #317A71;
        margin-bottom: 20px;
    }

    .content4 img {
        background-color: #317A71;
        width: 60px;
        padding: 20px;
        border-radius: 100px;
    }

    .content5 h3 {
        font-size: 13px;
        font-weight: 600;
    }
}

@media(max-width:767px) {
    .banner {
        padding: 50px;
        height: 600px;
    }

    .banner-content h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: left !important;
        margin: 15px 0;
    }

    .textt-primary {
        font-size: 10px;
    }

    .banner-content p {
        font-size: 11px;
        color: #fff;
        /* line-height: 30px; */
        /* margin: 0 auto; */
        /* margin-top: 30px; */
        font-weight: 500;
        text-align: left;
    }

    .about-us h2 {
        font-size: 30px;
        font-weight: 700;
        color: #317A71;
        margin-bottom: 20px;
    }

    .about-us p {
        margin-top: 0;
        font-size: 12px;
    }

    .about-design img {
        padding: 10px;
        border-radius: 10px;
        transition: all .5s;
        height: 70px;
    }

    .about-us h4 {
        font-size: 9px !important;
        margin-top: 5px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000;
        margin-bottom: 15px;
    }

    .about-image img {
        height: 300px !important;
        object-fit: cover;
        width: 100%;
    }

    .info {
        padding: 50px;
        background-color: #317A71;
    }

    .info-content h2 {
        color: #fff;
        font-size: 40px;
    }

    .info-content p {
        color: #fff;
        font-size: 10px;
    }


    .choose-us {
        position: relative;
        padding: 50px;
    }

    .new-area {
        padding: 40px;
    }

    .neww-box::before {
        content: "";
        position: absolute;
        background-image: url(https://questique.travel/wp-content/uploads/2026/03/explore.png);
        width: 120px;
        height: 110px;
        left: -13%;
        rotate: 356deg;
        border-radius: 50%;
        top: 10%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .new-contentt img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .blog {
        padding: 40px;
    }

    .testimonmial {
        padding: 50px;
        background-image: url(https://questique.travel/wp-content/uploads/2026/03/testi-banner.jpg);
        width: 100%;
        height: 10%;
        background-size: cover;
        background-position: center;
    }

    .testimonmial-content h2 {
        font-size: 35px;
        font-weight: 600;
        color: #317A71;
        margin-bottom: 30px;
        position: relative;
    }

    .test-new-i img {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }

    .test-new-content {
        background-color: #317A71;
        padding: 30px;
    }

    .contact-section1 h2 {
        font-size: 35px;
        font-weight: 700 !important;
        color: #fff;
        margin-bottom: 20px;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .home-contact {
        background-image: linear-gradient(rgba(0, 0, 0, 0.513)), url(https://questique.travel/wp-content/uploads/2026/03/blog-image.jpg) !important;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 30px;
    }

    .service-new {
        padding: 20px;
    }

    .new-content h3 {
        color: #fff;
        font-size: 20px;
    }
}

@media(max-width:450px) {
    .banner {
        height: 450px;
        padding: 20px;
    }

    .banner-content p {
        font-size: 9px;
    }

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

    .service-new {
        padding: 20px;
    }

    .info-content h2 {
        color: #fff;
        font-size: 30px;
    }

    .info-content p {
        color: #fff;
        font-size: 8px;
    }

    .picture-testi {
        display: none;
    }

    .blog-content {
        padding: 15px;
        border: 10px solid #317A71;
    }

    .blog-content img {
        object-fit: cover;
        width: 100%;
        height: 200px;
    }

    .blog-content p {
        font-size: 9px;
    }

    .testimonmial {
        padding: 25px;
    }

    .test-new-i img {
        height: 200px;
    }

    .test-new-content p {
        color: #fff;
        font-size: 9px;
    }

    .test-new-content h2 {
        font-size: 15px;
        color: #fff;
    }

    .test-new-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .contact-section1 h2 {
        font-size: 19px;
        font-weight: 700 !important;
        color: #fff;
        margin-bottom: 20px;
    }

    .contact-image1 img {
        border-radius: 20px;
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .contact-section1 p {
        color: #fff !important;
        font-size: 13px;
    }

    .choose-us h3 {
        font-size: 20px;
        color: #317A71;
    }

    .choose-us p {
        font-size: 12px;
    }

    .new-content h3 {
        color: #fff;
        font-size: 13px;
    }

    .breadcrumb {
        justify-content: center;
        font-size: 14px !important;
    }

    .banner3 {
        background-image: linear-gradient(rgb(0 0 0 / 42%)), url(https://questique.travel/wp-content/uploads/2026/03/banner-2.jpg) !important;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 400px;
        /* background-attachment: fixed; */
        position: relative;
    }

    .new-content h3 {
        color: #fff;
        font-size: 20px;
    }

    .process-box {
        background-color: #317A71;
        color: #fff;
        padding: 25px;
        border-radius: 20px;
    }
}

.process-box h2 {
    font-size: 30px;
}

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

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* visibility: hidden; */
    overflow: hidden;
}

.reveal img {
    /* height: 100%; */
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

/* gallery */
.product-Box {
    background-color: #efefef;
    border-radius: 10px;
    padding: 13px;
}

.portrait img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.contact-behind {
    background: linear-gradient(110deg, #28282882 -.9%, #4d4d4d78 101.13%);
    border: 10px solid #317A71;
    padding: 0px;
    backdrop-filter: blur(570px);
    margin: 100px 40px;
    padding: 50px 0;
    border-radius: 50px;
}

/* newsletter */
.form-container{
    max-width:750px;
    margin:auto;
    background:white;
    padding:40px;
}

h4{
    margin-top:25px;
}

label{
    display:block;
    font-size:14px;
    margin-bottom:6px;
    font-weight:600;
}

input[type="text"],
input[type="email"],
textarea{
    width:100%;
    padding:10px;
    border:none;
    background:#d7edf1;
    margin-bottom:20px;
}

textarea{
    height:100px;
}

.options{
    margin-bottom:20px;
}

.options label{
    font-weight:normal;
    display:block;
    margin-bottom:6px;
}

.submit-btn{
    background:#3bb8b2;
    color:white;
    border:none;
    padding:12px 28px;
    font-weight:bold;
    cursor:pointer;
}

.submit-btn:hover{
    background:#2da29c;
}

.small-text{
    font-size:13px;
    color:#666;
    margin-bottom:10px;
}