@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

*,
::after,
::before {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}


body {
    margin: 0;
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--body-color);
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --primary-color: rgba(67, 103, 255, 1);
    --light-dark: rgba(0, 0, 0, 0.7);
    --dark-gray: #2e3538;
    --white: #fff;
    --dark: #000;
    --red: #fb4141;
    --light-red: #f66f4d;
    --light-bg: #e4e7ec;
    --purple: #a294f9;
    --heading-color: #2e3538;
    --body-color: #2e3538;
    --skyish-blue: #f5f8ff;
    --light-text: #575756;
}

hr {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem;
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 2rem;
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.75rem;
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

    .h4,
    h4 {
        font-size: 1.5rem;
    }
}

.h5,
h5 {
    font-size: 1.25rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.neutral-600 {
    color: var(--light-text) !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol,
ul {
    padding-left: 1rem;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-bottom: 0;
    }

b,
strong {
    font-weight: bolder;
}

.small,
small {
    font-size: 0.875em;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #0d6efd;
    text-decoration: unset;
    cursor: pointer;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

input,
optgroup,
select,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled),
    button:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

iframe {
    border: 0;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}


.pt-50 {
    padding-top: 50px !important;
}

.pt-100 {
    padding-top: 100px !important;
}


.pb-100 {
    padding-bottom: 100px !important;
}

.call-btn {
    background: var(--red);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: block;
    letter-spacing: 0;
    padding: 12px 25px;
    border-radius: 12px;
    text-decoration: unset;
    transition: all 0.3s ease;
    /* Smooth transition */
}

.themes-menu {
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 #f1f1f1; /* For Firefox */
}

    /* For Chrome, Edge, Safari */
    .themes-menu::-webkit-scrollbar {
        width: 8px;
    }

    .themes-menu::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 12px;
    }

    .themes-menu::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 12px;
        border: 2px solid #f1f1f1;
    }

        .themes-menu::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.call-btn {
    background: var(--red);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: block;
    letter-spacing: 0;
    padding: 12px 25px;
    border-radius: 12px;
    text-decoration: unset;
    transition: all 0.3s ease;
    /* Smooth transition */
}

    .call-btn:hover {
        border: 1px solid var(--red);
        background: unset;
        color: var(--dark);
    }

.btn-outline {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    letter-spacing: 0;
    padding: 13px 36px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .btn-outline:hover {
        background: var(--primary-color);
        color: #fff;
    }

.default-btn {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    display: block;
    letter-spacing: 0;
    padding: 15px 38px;
    border-radius: 12px;
    text-decoration: unset;
    transition: all 0.3s ease;
    /* Smooth transition */
}

    .default-btn:hover {
        background: var(--light-bg);
        color: var(--dark);
    }

.row-gap-guttor {
    grid-gap: 30px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title-product h2 {
    font-size: 32px;
    line-height: 38px;
}

.section-title-product {
    margin-bottom: 60px;
}

}

.section-title span {
    color: var(--light-red);
    font-size: 20px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 14px;
}

.row-gap-4 {
    row-gap: 35px;
}

.section-title h2 {
    font-size: 45px;
    line-height: 54px;
    font-weight: 700;
}

/* Header Css */

.top-header {
    background: var(--dark-gray);
    padding: 12px 0px;
    height: 54px;
}

.main-navbar {
    padding: 0px 50px;
    background-color: #fff !important; /* Match your design */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Optional */
}

    .main-navbar.scrolled {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1040;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: box-shadow 0.3s ease;
    }

.pos-unset {
    position: unset !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px;
    display: none;
    top: 70px;
}

.top-header .header-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-strip .contact-info ul {
    display: flex;
    align-items: start;
    gap: 50px;
    margin-bottom: 0px;
    padding-left: 0px;
}

    .header-strip .contact-info ul li a {
        color: #fff;
        text-decoration: unset;
    }

.header-strip .social-info ul {
    display: flex;
    align-items: end;
    gap: 30px;
    margin-bottom: 0px;
    padding-left: 0px;
}

    .header-strip .social-info ul li a {
        color: #fff;
        text-decoration: unset;
    }

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Optional: remove the small gap */
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
    padding: 5px 0px;
}

    .navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
        background: var(--light-bg);
    }

.main-navbar {
    background: var(--light-bg);
}

.header-section .main-navbar .navbar-brand img {
    max-width: 128px;
}

.header-section .main-navbar .navbar-expand-lg .navbar-nav {
    gap: 20px;
}

    .header-section .main-navbar .navbar-expand-lg .navbar-nav li a:hover {
        color: var(--primary-color);
    }

.dropdown-menu li a {
    padding: 15px 20px !important;
}

.main-navbar .nav-center li a {
    font-size: 16px;
    font-weight: 700;
    padding: 25px 10px;
    line-height: 24px;
    color: #2E3538;
}

.header-section .main-navbar .nav-center li a .dropdown-toggle::after {
    font-weight: 900;
    font-size: 20px;
}

.header-section .main-navbar .nav-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.header-section .main-navbar .default-btn {
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    display: block;
    letter-spacing: 0;
    padding: 12px 38px;
    transition: all 0.3s ease;
    border-radius: 12px;
    text-decoration: unset;
}

    .header-section .main-navbar .default-btn:hover {
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
        background: unset
    }

/* Hero Section css */

/* .hero-section {
  background-image: url("../images/banner1.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
  background-position: right;
  height: 80vh;
  position: relative;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000033;
  z-index: 1;
}

.hero-section .banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-section .banner-content span {
  font-family: Archivo;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 6%;
  text-align: center;
  text-transform: uppercase;

  color: var(--white);
}

.hero-section .banner-content h1 {
  font-size: 60px;
  line-height: 72px;
  color: var(--light-bg);
  font-weight: 700;
  text-transform: capitalize;
}

.hero-section .banner-content .serach-flter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.banner-content .serach-flter .filter-input select {
  border-radius: 12px;
  height: 54px;
  width: 285px;
  margin-bottom: 0px;
  font-size: 15px;
  color: #bdbdbd;
  display: flex;
}

.section-padding {
  padding: 60px 0px;
} */

.hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 140px 0px; */
    background-position: center;
    height: 80vh;
    position: relative;
}

    .hero-section .swiper-slide {
        background-size: cover;
        background-position: center;
        height: 80vh;
        position: relative;
    }

.hero-swiper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Set different background images for each slide */
.hero-section .swiper-slide:nth-child(1) {
    background-image: url("../images/banner1.png");
}

.hero-section .swiper-slide:nth-child(2) {
    background-image: url("../images/banner-new-2.jpg");
}

.hero-section .swiper-slide:nth-child(3) {
    background-image: url("../images/banner-new-3.jpg");
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
    z-index: 1;
}

.hero-section .banner-content {
    position: absolute;
    text-align: center;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}


.hero-section .swiper-pagination {
    position: absolute;
    top: 50% !important;
    transform: translate(0, -50%);
    right: 20px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: .5rem;
    padding: 0px 20px 0px 0px;
}

.hero-section .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background: var(--white);
}

.hero-section .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

/* .banner-arrows {
  position: absolute;
  z-index: 99;
  top: 50%;
} */

.hero-swiper .swiper-slide {
    background-size: cover;
    background-position: center;
    height: 80vh;
}

.hero-section .banner-content span {
    font-family: Archivo;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
}

.hero-section .banner-content h1 {
    font-size: 60px;
    line-height: 72px;
    color: var(--white);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.hero-section .banner-content .serach-flter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.banner-content .serach-flter .filter-input select {
    border-radius: 12px;
    height: 45px;
    width: 285px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #1b1111;
    display: flex;
}

.section-padding {
    padding: 100px 0px;
}

/* About-section */

.about-section {
    position: relative;
    overflow: hidden;
}

    .about-section .about-element {
        position: absolute;
        top: 40px;
        right: 100px;
    }

    .about-section .about-image {
        position: relative;
        padding: 20px;
        height: 627px;
        width: 590px;
        z-index: 0;
    }

        .about-section .about-image::before {
            position: absolute;
            height: 402px;
            content: "";
            width: 304px;
            border-radius: 12px;
            top: 0px;
            left: 0px;
            z-index: -1;
            background: var(--purple);
        }

        .about-section .about-image img {
            padding: 20px;
            height: 100%;
            width: 100%;
            background-color: var(--white);
            border-radius: 12px;
            box-shadow: 0px 10px 25px 0px #00000012;
        }

.about-content .about-title h2 {
    font-size: 45px;
    line-height: 54px;
    color: var(--heading-color);
    font-weight: 600;
}

    .about-content .about-title h2 span {
        font-size: 54px;
        line-height: 54px;
        font-weight: 600;
        position: relative;
        color: var(--dark);
        overflow: hidden;
        text-transform: capitalize;
        width: max-content;
        margin-bottom: 20px;
    }

.about-content {
    max-width: 590px;
    width: 100%;
}

    .about-content p {
        font-size: 16px;
        line-height: 24px;
    }

    .about-content .about-title h2 span img {
        position: absolute;
        bottom: -20px;
        left: 0px;
        width: 100%;
    }

    .about-content .about-list-style {
        margin-bottom: 35px;
        margin-top: 25px;
    }

        .about-content .about-list-style ul {
            padding-left: 30px;
            position: relative;
        }

        .about-content .about-list-style li {
            margin-bottom: 10px;
            list-style-type: none;
            font-size: 15px;
            font-weight: 400;
            line-height: 24px;
        }

            .about-content .about-list-style li::before {
                content: "\f058";
                font-family: FontAwesome;
                display: inline-block;
                color: var(--red);
                position: absolute;
                left: 0px;
            }

    .about-content .about-footer {
        display: flex;
        justify-content: start;
        gap: 30px;
        align-items: center;
    }

        .about-content .about-footer .about-call {
            color: var(--body-color);
        }

/* client Section */
.client-section {
    position: relative;
    border-top: 3px solid #eee;
    border-bottom: 3px solid #eee;
    padding: 30px 0px;
}

    .client-section .logo {
        width: 100%;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 24px;
        background: var(--white)
    }

        .client-section .logo img {
            height: 100%;
            padding: 20px;
            aspect-ratio: 3/4;
            border-radius: 16px;
            background: var(--white);
            border: 1px solid #eee;
            width: 100%;
            object-fit: contain;
        }

/* Why-us */

.why-us-section {
    position: relative;
}

    .why-us-section .why-us-inner {
        padding-left: 30px;
    }

.why-us-inner .section-title h2 {
    font-size: 45px;
    line-height: 50px;
}

.why-us-inner p {
    color: #5b5f62;
    font-size: 17px;
    line-height: 25px;
}

.why-us-inner .counter-wrap {
    margin-top: 55px;
}

.counter-wrap .counter-card {
    border-radius: 12px;
    border: 1px solid #1918251a;
    padding: 25px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
    gap: 20px;
}

    .counter-wrap .counter-card h5 {
        color: var(--red);
        font-size: 46px;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .counter-wrap .counter-card p {
        color: #939597;
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0px;
        text-align: center;
        line-height: 26px;
        vertical-align: middle;
    }

/* PACKAGE SECTION */

.package-section {
    position: relative;
    overflow: hidden;
}

.package-card {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 12px;
}

    .package-card:hover .default-btn {
        background: var(--white);
        color: var(--dark);
    }

    .package-card::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 77%, rgba(var(--travhub-white-rgb), 0.25) 92%, rgba(255, 255, 255, 0));
        content: "";
        height: 200%;
        left: -210%;
        opacity: 0;
        position: absolute;
        top: -50%;
        transition: all 0.5s ease 0s;
        width: 200%;
        z-index: 1;
    }

    .package-card::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }


    .package-card img {
        height: 560px;
        width: 100%;
        object-fit: cover;
        position: relative;
        border-radius: 12px;
        z-index: -2;
        /* Ensure it's behind the overlay */
    }

    .package-card .package-inner-content {
        position: absolute;
        bottom: 0px;
        z-index: 1;
        left: 0px;
        padding: 0 50px 50px;
    }

        .package-card .package-inner-content .sub-text {
            font-size: 18px;
            line-height: 24px;
            text-transform: uppercase;
            color: var(--red);
        }

        .package-card .package-inner-content .sub-text {
            font-size: 18px;
            line-height: 24px;
            text-transform: uppercase;
            color: var(--red);
        }

        .package-card .package-inner-content .title {
            font-size: 24px;
            line-height: 30px;
            font-weight: 700;
            margin-top: 15px;
            color: var(--white);
        }

        .package-card .package-inner-content p {
            font-size: 20px;
            line-height: 35px;
            font-weight: 700;
            margin-top: 13px;
            color: var(--white);
            margin-bottom: 20px;
        }

        .package-card .package-inner-content .default-btn {
            display: inline;
            font-size: 14px;
        }

/* Popular package */

.popular-tour {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 10%, rgba(137, 137, 137, 0.1) 100%), url(../images/popular-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

    .popular-tour::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 350px;
        background-color: var(--white);
        z-index: -1;
    }

.popular-card:hover .default-btn {
    background: var(--white);
    color: var(--dark);
}

.popular-tour .arrow-slide {
    position: relative;
    right: 0px;
    top: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

    .popular-tour .arrow-slide .swipper-btn {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        width: 54px;
        height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--primary-color);
        border-radius: 100%;
        cursor: pointer;
    }

    .popular-tour .arrow-slide .swiper-button-next.swiper-button-disabled,
    .popular-tour .arrow-slide .swiper-button-prev.swiper-button-disabled {
        background: var(--white);
        border: 3px solid var(--light-bg);
        opacity: 1;
    }

    .popular-tour .arrow-slide .swiper-button-next.swiper-button-disabled,
    .popular-tour.arrow-slide .swiper-button-prev.swiper-button-disabled {
        background-color: var(--white);
        opacity: 1;
    }



    .popular-tour .arrow-slide .swiper-button-disabled i {
        color: var(--primary-color) !important;
    }

    .popular-tour .arrow-slide .swipper-btn::after {
        font-size: 12px;
        color: var(--white);
        display: none;
    }

    .popular-tour .arrow-slide .swipper-btn i {
        color: var(--white);
    }


/* Package section */

.package-slider-wrap {
    padding-bottom: 30px;
}

.package-slider-wrap-new {
    padding-bottom: 50px;
}

.package-section .arrow-slide {
    position: relative;
    right: 0px;
    top: 40px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.package-slider-wrap-new .swipper-btn3 {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
}

.package-slider-wrap-new .arrow-slide .swiper-button-next.swiper-button-disabled,
.package-slider-wrap-new .arrow-slide .swiper-button-prev.swiper-button-disabled {
    background: var(--white);
    border: 3px solid var(--light-bg);
    opacity: 1;
}

.package-slider-wrap-new .arrow-slide .swiper-button-next.swiper-button-disabled,
.package-slider-wrap-new .arrow-slide .swiper-button-prev.swiper-button-disabled {
    background-color: var(--white);
    opacity: 1;
}



.package-slider-wrap-new .arrow-slide .swiper-button-disabled i {
    color: var(--primary-color) !important;
}

.package-slider-wrap-new .arrow-slide .swipper-btn3::after {
    font-size: 12px;
    color: var(--white);
    display: none;
}

.package-slider-wrap-new .arrow-slide .swipper-btn3 i {
    color: var(--white);
}

.popular-card {
    height: 564px;
    overflow: hidden;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0px 10px 25px 0px #00000012;
    position: relative;
    z-index: 0;
    background: #fff;
}

    .popular-card .image-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        border-radius: 22px;
        overflow: hidden;
    }

        .popular-card .image-wrapper::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(137, 137, 137, 0.02) 0%, rgba(0, 0, 0, 0.7) 61.99%);
            /* 40% dark overlay */
            z-index: 1;
        }

    .popular-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: relative;
        z-index: 0;
    }

    .popular-card .package-inner-content {
        position: absolute;
        bottom: 50px;
        width: 312px;
        z-index: 2;
        left: 50px;
        color: #fff;
        /* Assume text is white because of dark overlay */
    }

        .popular-card .package-inner-content .main-content {
            padding-bottom: 30px;
            border-bottom: 1px dotted #fffdfd;
        }

        .popular-card .package-inner-content .title {
            font-size: 24px;
            color: var(--white);
        }

        .popular-card .package-inner-content .package-para {
            font-size: 17px;
            line-height: 26px;
            margin-bottom: 0px;
            color: rgba(255, 255, 255, 75%);
        }

.package-inner-content .package-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

    .package-inner-content .package-footer .counter {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .package-inner-content .package-footer h5 {
        font-size: 25px;
        color: var(--white);
        line-height: 30px;
        margin-right: 10px;
        margin-bottom: 0px;
        width: max-content;
    }

        .package-inner-content .package-footer h5 sup {
            font-size: 12px;
            color: var(--white);
        }

.package-footer h6 {
    color: #bdbdbd;
}

.package-footer .right-icon {
    font-size: 35px;
    color: #bdbdbd;
    transition: color 0.3s ease;
}

.package-footer:hover .right-icon {
    color: var(--white);
}

/* product-section */

.product-section {
    background: #e4e7ec;
    position: relative;
    overflow: hidden;
    padding: 100px 0px;
}

    .product-section .arrow-slide {
        position: relative;
        right: 0px;
        top: 0px;
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
        margin-top: 20px;
    }

        .product-section .arrow-slide .swipper-btn2 {
            position: relative;
            left: unset;
            right: unset;
            top: unset;
            width: 54px;
            height: 54px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: var(--primary-color);
            border-radius: 100%;
            cursor: pointer;
        }

        .product-section .arrow-slide .swiper-button-next-pro.swiper-button-disabled,
        .product-section .arrow-slide .swiper-button-prev-pro.swiper-button-disabled {
            background: var(--white);
            border: 3px solid var(--primary-color);
            opacity: 1;
        }

.banner-arrows .swiper-button-next:after,
.banner-arrows .swiper-button-prev:after {
    font-size: 14px;
}

.banner-arrows .swiper-button-prev,
.banner-arrows .swiper-button-next {
    width: 60px;
    height: 60px;
    font-size: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
}

.product-section .arrow-slide .swiper-button-next-pro.swiper-button-disabled,
.product-section .arrow-slide .swiper-button-prev-pro.swiper-button-disabled {
    background-color: var(--white);
    opacity: 1;
}

.product-section .arrow-slide .swiper-button-disabled i {
    color: var(--primary-color) !important;
}

.product-section .arrow-slide .swipper-btn2::after {
    font-size: 12px;
    color: var(--white);
}

.product-section .arrow-slide .swipper-btn2 i {
    color: var(--white);
}

.products-wrap {
    padding-bottom: 40px;
    position: relative;
}

    .products-wrap .swiper-pagination {
        bottom: -20px !important;
    }

.product-card {
    background-color: var(--white);
    border-radius: 12px;
    height:100%;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    /* Smooth transition */
}

    .product-card:hover {
        box-shadow: 0px 10px 25px 0px #00000012;
    }

    .product-card .product-image {
        position: relative;
    }

        .product-card .product-image .offer-tag {
            position: absolute;
            background: var(--red);
            color: var(--white);
            padding: 10px 20px;
            border-radius: 30px 0px 30px 0px;
        }

    .product-card .products-content {
        padding: 35px;
    }

.products-content .sub-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .products-content .sub-header span {
        font-size: 16px;
        font-weight: 400;
        color: #7a7a7a;
    }

.itneray-list {
    border-top: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
}

    .itneray-list .more {
        font-size: 16px;
        font-weight: 500;
        color: #6f6262;
        display: block;
        flex-basis: 24%;
    }
    .itneray-list ul li:last-child {
        padding: 0px 0px 0px 0px;
        position: relative;
        font-size: 12px;
        overflow: hidden;
        white-space:nowrap;
        /*display: none;*/
    }
    .itneray-list ul li:last-child::after{
        /*display: none;*/
    }
    .itneray-list ul {
        list-style: none;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        margin-bottom: 0px;
        white-space: nowrap;
        display: flex;
        margin-bottom: 0px;
        max-width: 70%;
        overflow: hidden;
    }

        .itneray-list ul li {
            padding: 0px 25px 0px 0px;
            position: relative; /* Required for positioning the pseudo-element */
            font-size: 14px;
            font-weight: 600;
        }

            .itneray-list ul li:last-child {
                padding: 0px 0px 0px 0px;
                position: relative;
            }

            .itneray-list ul li:after {
                content: '';
                position: absolute;
                right: 8px;
                top: 50%;
                transform: translateY(-50%);
                width: 12px;
                height: 2px;
                background-color: var(--red);
                border-radius: 50%;
            }

            .itneray-list ul li:last-child::after {
                content: none;
            }

.products-content .rating {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.products-content .rating-color {
    color: #19ad6f;
}

.products-content .highlight {
    padding: 10px 0px;
}

    .products-content .highlight span {
        background: var(--primary-color);
        font-size: 14px;
        padding: 6px 12px;
    }

.product-card .products-content .review {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 12px;
}

    .product-card .products-content .review ul {
        padding-left: 0px;
        display: flex;
        justify-content: start;
        align-items: center;
        gap: 12px;
    }

.initials-avatar {
    width: 60px;
    height: 60px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.products-content .review ul li {
    list-style: none;
}

    .products-content .review ul li i {
        color: #facd49;
        font-size: 20px;
    }

.products-content .list-style {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

    .products-content .list-style li {
        font-size: 16px;
        color: #000;
        font-weight: 400;
    }

        .products-content .list-style li i {
            color: var(--primary-color);
            margin-right: 5px;
        }

.products-content .review p {
    font-size: 20px;
    font-weight: 700;
}

.products-content .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}

.products-content .para {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #6e6e6e;
    border-bottom-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.products-content .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .products-content .product-footer .price {
        font-weight: 700;
        font-size: 28px;
        line-height: 20px;
        margin-bottom: 0px;
        text-transform: capitalize;
    }

        .products-content .product-footer .price span {
            font-family: Archivo;
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0%;
            color: #6e6e6e;
        }

    .products-content .product-footer .link {
        color: var(--primary-color);
        font-family: Archivo;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0%;
    }

        .products-content .product-footer .link i {
            margin-left: 10px;
        }

.product-slider .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}
.product-slider .swiper-slide{
    height:unset !important;
}
.product-slider .swiper-pagination-bullet-active {
    background: var(--primary-color);
    width: 15px;
    height: 15px;
    border-radius: 100px;
}

/* Process section */

.process-section {
    position: relative;
}

    .process-section .process-element {
        position: absolute;
        top: 40px;
        left: 15%;
        transform: rotate(351deg);
    }

    .process-section .globe-element {
        position: absolute;
        bottom: 40px;
        right: 2%;
        width: 100px;
        transform: rotate(351deg);
        z-index: -1;
    }

    .process-section .process-card {
        padding: 30px 20px;
        height: 100%;
        background: var(--white);
        border: 2px dotted #dadada;
        transition: 0.1s ease-in;
        box-shadow: 0px 10px 25px 0px #00000012;
        border-radius: 12px;
    }

.process-card .number {
    text-align: center;
    margin-bottom: 20px;
}

    .process-card .number span {
        font-family: Archivo;
        font-weight: 700;
        font-size: 35px;
        line-height: 47px;
        letter-spacing: 0%;
        text-transform: capitalize;
        color: #1975ff;
    }

.process-card .main-head {
    font-family: Archivo;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    min-height: 60px;
}

.process-card .para {
    font-family: Archivo;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #2e3538;
}

.process-card:hover {
    background: #2e3538;
    box-shadow: 0px 10px 25px 0px #00000012;
}

    .process-card:hover .number span {
        color: var(--white);
    }

    .process-card:hover .main-head {
        color: var(--white);
    }

    .process-card:hover .para {
        color: var(--white);
    }

/* founder section */

.founder-message-section {
    position: relative;
    background: #9bbcf6;
}

    .founder-message-section .founder-video video {
        width: 100%;
        border-radius: 12px;
    }

    .founder-message-section .founder-content {
        padding: 30px 0px 30px 30px;
        max-width: 325px;
    }

.founder-content .heading {
    font-family: Archivo;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 1rem;
    letter-spacing: 0%;
    color: var(--primary-color);
}

.founder-content .message {
    font-weight: 400;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0%;
    color: #2e3538;
}

.founder-content .default-btn {
    display: inline-block;
    width: max-content;
    font-size: 14px;
}

.founder-video {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

    .founder-video img.img-fluid {
        width: 100%;
        height: auto;
        display: block;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}

    .play-btn img {
        width: 80px;
        /* Adjust size of play icon */
        height: 80px;
    }



/* testominals-section  */

.testominals-section {
    background: var(--white);
}
.testominal-slider .swiper-slide {
    height:unset !important;

}

.testominals-card {
    padding-top: 50px;
    height: 100%;
    padding-right: 30px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
    gap: 20px;
    padding-left: 30px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

    .testominals-card .image {
        width: 100px;
        height: 100px;
    }

        .testominals-card .image img {
            height: 100%;
            width: 100%;
            object-fit: contain;
            border-radius: 50%;
        }

    .testominals-card .content {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: auto;
    }

        .testominals-card .content .head {
            font-family: "Archivo", sans-serif;
            font-weight: 700;
            font-size: 32px;
            line-height: 100%;
            letter-spacing: 0%;
            vertical-align: middle;
            color: var(--Black, #1c1c1c);
        }

.testominal-slider {
    position: relative;
    padding: 30px 30px 60px 30px !important;
    border-radius: 12px;
    z-index: 99;
    overflow: hidden;
}

    .testominal-slider .swiper-pagination {
        bottom: 0px !important;
    }

    .testominal-slider .swiper-pagination-bullet {
        height: 15px;
        width: 15px;
    }

    .testominal-slider .swiper-pagination-bullet-active {
        background: var(--primary-color);
        width: 15px;
        height: 15px;
        border-radius: 100px;
    }


.client-swiper {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 54px;
    z-index: 9999;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 100%;
    cursor: pointer;
}

.swiper-button-prev-test {
    left: 0px;
}

.swiper-button-next-test {
    right: 0px;
}

.swiper-button-prev-test,
.swiper-button-next-test {
    color: var(--white);
}

    .swiper-button-prev-test.swiper-button-disabled,
    .swiper-button-next-test.swiper-button-disabled {
        background: var(--white);
        border: 3px solid var(--primary-color);
        opacity: 1;
        color: var(--primary-color);
    }

    .swiper-button-prev-test.swiper-button-disabled,
    .swiper-button-next-test.swiper-button-disabled {
        background-color: var(--white);
        opacity: 1;
    }

.client-swiper .swiper-button-disabled i {
    color: var(--primary-color) !important;
}

.testominals-card .content .designation {
    font-family: "Archivo", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #a8a8a8;
}

.testominals-card .content ul {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-left: 0px;
    margin-top: 10px;
    margin-top: 10px;
}

    .testominals-card .content ul li {
        list-style: none;
    }

        .testominals-card .content ul li i {
            color: #facd49;
            font-size: 14px;
        }

.testominals-card .content .para {
    font-family: Archivo;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    min-height: 100px;
    color: #a8a8a8;
}

    .testominals-card .content .para p {
        min-height: 120px;
    }

.cta-section {
    background: var(--primary-color);
    position: relative;
    margin-bottom: 100px;
}

    .cta-section .wave-element {
        position: absolute;
        bottom: -100px;
        left: 0px;
        width: 100%;
    }

.cta-content .head {
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    color: var(--white);
}

.cta-content .newsletter {
    text-align: center;
    margin-top: 40px;
    margin-left: auto;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    display: flex;
    justify-content: center;
}

.email-container {
    background-color: #ffffff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 50px;
    width: 483px;
    height: 64px;
    position: relative;
    box-sizing: border-box;
}

.cta-content .newsletter .email-input {
    width: 483px;
    height: 58px;
    gap: 12px;
    border-radius: 40px;
    position: relative;
    border: none;
}

    .cta-content .newsletter .email-input:focus {
        border: unset;
        outline: unset;
    }

.cta-content .newsletter .email-icon {
    margin-right: 12px;
    font-size: 20px;
    color: #cccccc;
}

.email-input {
    flex: 1;
}

    .email-input::placeholder {
        color: #cccccc;
    }

/* footer Section */

.footer-partner-logo {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

    .footer-partner-logo .logo {
        width: 80px;
        height: 80px;
        border-radius: 6px;
    }

        .footer-partner-logo .logo img {
            width: 100%;
            height: 100%;
            border-radius: 6px;
            object-fit: contain;
        }

.footer-section {
    border-top: 1px solid #eee;
}

    .footer-section .footer-left {
        display: flex;
        align-items: start;
        flex-direction: column;
        justify-content: start;
        gap: 1rem;
    }

.footer-left .footer-logo {
    width: 306px;
    height: 54px;
    display: block;
}

    .footer-left .footer-logo img {
        height: 100%;
        position: relative;
    }

.footer-left .para {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #52525b;
}

.footer-left .social-info ul {
    display: flex;
    padding-left: 0px;
    gap: 1.5rem;
}

    .footer-left .social-info ul li {
        list-style: none;
    }

        .footer-left .social-info ul li a {
            color: #52525b;
        }

            .footer-left .social-info ul li a i {
            }


            .footer-left .social-info ul li a:hover {
                color: var(--primary-color);
            }

.footer-right {
    display: flex;
    padding-left: 50px;
    justify-content: space-between;
}

.footer-nav .nav-head {
    display: flex;
    gap: 1rem;
}

    .footer-nav .nav-head i {
        color: #9f9f9f;
    }

    .footer-nav .nav-head h5 {
        font-family: Archivo;
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: var(--primary-color);
    }

.footer-nav .nav-list ul {
    padding-left: 0px;
}

.footer-nav .nav-list .footer-style {
}

.footer-nav .nav-list li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
}

    .footer-nav .nav-list li a {
        font-family: Archivo;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #52525b;
    }

        .footer-nav .nav-list li a:hover {
            color: var(--primary-color);
        }

.nav-address {
    display: flex;
    justify-content: start;
    gap: 1rem;
}

    .nav-address .icons i {
        color: #9f9f9f;
        font-size: 20px;
    }

    .nav-address .content h5 {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        color: var(--primary-color);
    }

.nav-contact {
    display: flex;
    justify-content: start;
    gap: 1rem;
}

    .nav-contact .icons i {
        color: #9f9f9f;
        font-size: 20px;
    }

    .nav-contact .content h5 {
        font-family: Archivo;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: var(--primary-color);
    }

.nav-contact-info {
    display: flex;
    justify-content: start;
    gap: 1rem;
}

    .nav-contact-info .icons i {
        color: #9f9f9f;
        font-size: 20px;
    }

    .nav-contact-info .content h5 {
        font-family: Archivo;
        font-weight: 600;
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #52525B;
    }

    .nav-contact-info .content ul {
        margin-top: 0px;
    }

        .nav-contact-info .content ul li a {
            color: var(--primary-color);
        }

.sub-footer {
    padding: 20px 0px 30px;
}

    .sub-footer .footer-sub-list ul {
        display: flex;
        list-style: none;
        gap: 1rem;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .sub-footer .footer-sub-list ul li a {
            font-weight: 600;
            font-size: 16px;
            line-height: 22.4px;
            letter-spacing: -0.24px;
            vertical-align: middle;
            color: #8c9baa;
        }

            .sub-footer .footer-sub-list ul li a:hover {
                color: var(--primary-color);
            }

.footer-copyright p {
    margin-bottom: 0px;
}

.form-container {
    margin: 0 auto;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    box-shadow: 0 4px 12px rgba(67, 103, 255, 0.3);
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px 18px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    border-radius: 8px;
}

.form-content input {
    background-color: var(--skyish-blue);
}

textarea.form-control {
    border-radius: 8px;
    background-color: var(--skyish-blue);
}

.email-input-wrapper {
    position: relative;
}

.email-icon {
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    height: 22px;
    pointer-events: none;
}


/* getIn-touch-section */

.getIn-touch-section {
    background-color: var(--skyish-blue);
}

.image-container {
    border-radius: 44px;
    overflow: hidden;
    width: 604px;
    height: 700px;
    object-fit: contain;
}

    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.section-title span {
    color: var(--red)
}


/* Contact Us section */

.contact-us-section {
    background: #F5F8FF;
    padding: 100px 0px;
}

    .contact-us-section .section-title h2 {
        color: var(--primary-color);
    }

.contact-warp {
    background: var(--white);
    border-radius: 12px;
    box-shadow: 0px 0px 60px 30px #00000008;
    padding: 10px;
    margin-top: 10px;
}


.contact-left {
    background: var(--primary-color);
    border-radius: 12px;
    padding: 40px;
    position: relative;
}

    .contact-left .form-vector {
        position: absolute;
        right: 0px;
        bottom: 0px;
    }

    .contact-left .head h2 {
        color: var(--white);
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .contact-left .head p {
        color: #C9C9C9;
        font-size: 18px;
        line-height: 28px;
    }

    .contact-left .list-style {
        margin-top: 50px;
        margin-bottom: 50px;
        display:grid;
        grid-template-columns:repeat(3,1fr);
        gap:1rem;
    }

        .contact-left .list-style .info {
            display: flex;
            gap: 1rem;
            align-items: start;
            margin-bottom: 26px;
        }

            .contact-left .list-style .info i {
                color: var(--white);
            }

            .contact-left .list-style .info .content h6 {
                font-family: Archivo;
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 0%;
                color: var(--white);
            }

            .contact-left .list-style .info .content a {
                font-family: Archivo;
                font-weight: 700;
                font-size: 18px;
                line-height: 100%;
                letter-spacing: 0%;
                color: var(--white);
            }

.contact-form {
    padding: 40px 20px;
}

    .contact-form h3 {
        color: var(--primary-color);
        font-weight: 600;
        font-size: 35px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-bottom: 20px;
    }

    .contact-form input {
        background: transparent;
        border-radius: 8px;
    }

    .contact-form textarea {
        background: transparent;
        border-radius: 12px;
    }

    .contact-form label {
        color: var(--Black);
        font-weight: 600;
        margin-bottom: 10px;
        font-family: Archivo;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0%;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
        background: transparent;
        box-shadow: unset;
    }

    .contact-form .form-group label {
        transition: all 0.2s ease;
    }

    .contact-form .form-group:focus-within label {
        color: #8D8D8D;
        transform: scale(0.9);
    }

    .contact-form .submit-btn {
        margin-top: 0px;
    }

    .contact-form .form-group label {
        transition: all 0.2s ease;
    }

    .contact-form .form-group:focus-within label {
        color: #8D8D8D;
        transform: scale(0.9);
    }

    .contact-form .submit-btn .default-btn {
        display: inline;
        padding: 15px 48px !important;
        text-align: end;
        font-weight: 600;
    }


/* Breadcrums */
.breadcrumb-wrapper {
    position: relative;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.breadcrumb-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(10 31 36 / 27%);
}

.breadcrumb-wrapper .page-heading {
    padding: 150px 0 150px;
    text-align: center;
    position: relative;
}

    .breadcrumb-wrapper .page-heading h2 {
        color: var(--white);
        font-size: 60px;
        font-weight: 800;
        margin-bottom: 30px;
    }

    .breadcrumb-wrapper .page-heading .breadcrumb-list {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px 24px;
        border-radius: 100px;
        list-style-type: none;
        border: 0.5px solid var(--white);
        background: rgba(255, 255, 255, 1);
        justify-content: center;
        display: inline-flex;
    }

        .breadcrumb-wrapper .page-heading .breadcrumb-list li {
            color: var(--dark);
            font-weight: 500;
        }

            .breadcrumb-wrapper .page-heading .breadcrumb-list li a {
                color: var(--dark);
            }

            .breadcrumb-wrapper .page-heading .breadcrumb-list li i {
                color: var(--dark);
            }

/* Location lisiting */


.location-lisitng-section {
}


.extra-info {
    display: flex;
    justify-content: end;
    gap: .5rem;
    align-items: center;
    padding: 10px;
    border-radius: 24px;
    border: 2px dotted #0d6efd;
    width: max-content;
}

    .extra-info .text-body {
        background-color: var(--primary-color);
        color: var(--white) !important;
        border-radius: 12px;
        height: 30px;
        width: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 0px;
    }

    .extra-info .text-secondary {
        font-size: 16px;
        color: var(--dark) !important;
        font-weight: 700;
    }

.location-lisitng-section .package-card img {
    height: unset;
    border-radius: 16px;
}

.location-lisitng-section .package-card {
    border-radius: 16px;
    cursor: pointer;
}

    .location-lisitng-section .package-card .package-inner-content {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0 30px 30px;
    }

        .location-lisitng-section .package-card .package-inner-content .title {
            font-size: 24px;
            line-height: 30px;
        }

    .location-lisitng-section .package-card .tag-btn {
        position: relative;
        background-color: var(--primary-color);
        color: var(--white);
        font-size: 14px;
        font-weight: 600;
        text-transform: capitalize;
        line-height: 26px;
        border-radius: 12px;
        padding: 0 9px;
        display: inline-block;
        margin: 0;
    }


    .location-lisitng-section .package-card:hover img {
        transform: scale(1.05) rotate(1.1deg);
        -moz-transform: scale(1.05) rotate(1.1deg);
        -webkit-transform: scale(1.05) rotate(1.1deg);
        -ms-transform: scale(1.05) rotate(1.1deg);
        -o-transform: scale(1.05) rotate(1.1deg);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }


    .location-lisitng-section .package-card::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0px, rgba(255, 255, 255, 0.1) 77%, rgba(var(--travhub-white-rgb), 0.25) 92%, rgba(255, 255, 255, 0));
        content: "";
        height: 200%;
        left: -210%;
        opacity: 0;
        position: absolute;
        top: -50%;
        transition: all 0.5s ease 0s;
        width: 200%;
        z-index: 0;
    }

    .location-lisitng-section .package-card:hover::before {
        left: -30%;
        opacity: 1;
        top: -20%;
        transition-duration: 0.5s, 0.5s, 0.15s;
        transition-property: left, top, opacity;
        transition-timing-function: linear;
    }

    .location-lisitng-section .package-card:hover::before {
        left: -30%;
        opacity: 1;
        top: -20%;
        transition-duration: 0.5s, 0.5s, 0.15s;
        transition-property: left, top, opacity;
        transition-timing-function: linear;
    }


/* video background */
.video-bg-section {
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}



.video-wrapper .video-image {
    position: relative;
    border-radius: 12px;
    padding: 270px 0;
    background-attachment: fixed;
}

    .video-wrapper .video-image::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(10, 31, 36, 0.45);
        border-radius: 50px;
    }

    .video-wrapper .video-image .video-btn {
        width: 110px;
        height: 110px;
        line-height: 110px;
        border-radius: 110px;
        text-align: center;
        background-color: var(--primary-color);
        color: var(--white);
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 18px;
    }


/* Pagination  */

.page-nav-wrap {
    margin-top: 60px;
}

    .page-nav-wrap ul li {
        display: inline-block;
    }

        .page-nav-wrap ul li .page-numbers {
            display: inline-block;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 4px;
            background: var(--skyish-blue);
            color: var(--theme);
            font-weight: 700;
            transition: all 0.3s ease-in-out;
            margin: 0 2px;
        }

            .page-nav-wrap ul li .page-numbers i {
                margin-top: 2px;
            }

            .page-nav-wrap ul li .page-numbers:hover {
                background-color: var(--primary-color);
                color: var(--white);
            }


/* Destion lisitng page */
.destination-card-items {
    margin-top: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 12px;
}

    .destination-card-items .destination-image {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

        .destination-card-items .destination-image img {
            width: 100%;
            height: 100%;
            border-radius: 12px;
            transform: scale(1.1);
            transition: all 0.4s ease-in-out;
        }

        .destination-card-items .destination-image .heart-icon {
            position: absolute;
            right: 20px;
            top: 20px;
            text-align: center;
            border-radius: 5px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            background: rgba(22, 25, 33, 0.8);
        }

            .destination-card-items .destination-image .heart-icon i {
                color: var(--white);
            }

    .destination-card-items .destination-content {
        padding: 15px;
    }

        .destination-card-items .destination-content .meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            list-style: none;
            padding-left: 0px;
            margin-bottom: 20px;
        }

            .destination-card-items .destination-content .meta li {
                font-size: 14px;
                color: var(--primary-color);
            }

                .destination-card-items .destination-content .meta li i {
                    color: var(--primary-color);
                    margin-right: 5px;
                }

        .destination-card-items .destination-content h5 {
            margin-bottom: 20px;
        }

            .destination-card-items .destination-content h5 a {
                color: var(--dark);
            }

        .destination-card-items .destination-content .info {
            display: flex;
            align-items: center;
            padding-left: 0px;
            list-style: none;
            gap: 24px;
            border-bottom: 1px dashed var(--primary-color);
            padding-bottom: 10px;
            margin-bottom: 20px;
        }

            .destination-card-items .destination-content .info li {
                font-size: 14px;
                font-weight: 300;
                color: var(--heading-colort);
            }

                .destination-card-items .destination-content .info li i {
                    color: var(--primary-color);
                    margin-right: 5px;
                }

        .destination-card-items .destination-content .price {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .destination-card-items .destination-content .price h6 {
                font-size: 18px;
                line-height: 26px;
                margin-bottom: 0px;
            }

        .destination-card-items .destination-content .tag {
            font-size: 14px;
            line-height: 16px;
            color: var(--red);
            text-align: center;
            display: block;
            margin-top: 10px;
        }

        .destination-card-items .destination-content .price .default-btn {
            border-radius: 100px;
            padding: 10px 20px;
            min-width: 140px;
        }

            .destination-card-items .destination-content .price .default-btn i {
                margin-left: 10px;
            }




/* Destination details Page */

.box-breadcrumb {
    background: var(--light-bg);
}

    .box-breadcrumb .breadcrumbs {
        padding: 6px 0px;
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .box-breadcrumb .breadcrumbs li {
            display: inline-block;
            padding-right: 37px;
            position: relative;
            font-size: 14px;
        }


            .box-breadcrumb .breadcrumbs li a {
                font-size: 14px;
                line-height: 26px;
                color: #4d4d4d;
                font-weight: 500;
                text-decoration: none;
            }

.breadcrumbs li span.arrow-right {
    position: absolute;
    top: 3px;
    right: 15px;
}

.details-banner {
}

.gallery {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
        width: 54px;
        height: 54px;
        background: var(--primary-color);
        border-radius: 100%;
        cursor: pointer;
    }

    .gallery .swiper-button-prev {
        left: 2%;
    }

    .gallery .swiper-button-next {
        right: 2%;
    }

        .gallery .swiper-button-prev::after,
        .gallery .swiper-button-next::after {
            display: none;
        }

        .gallery .swiper-button-prev i,
        .gallery .swiper-button-next i {
            color: var(--white);
        }




.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

    .gallery-slider .swiper-slide {
        width: auto;
    }

        .gallery-slider .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

.gallery-thumbs {
    width: 100%;
    padding: 0;
}

    .gallery-thumbs .swiper-slide {
        width: 184px;
        height: 110px;
        text-align: center;
        overflow: hidden;
        opacity: 1;
    }

    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }

    .gallery-thumbs .swiper-slide img {
        width: auto;
        height: 100%;
        border-radius: 12px;
    }


/* tour header */


.box-content-tour-detail {
    padding-top: 45px;
    padding-bottom: 80px;
}

.tour-header {
    margin-bottom: 0px;
}

.tour-rate {
    margin-bottom: 22px;
}



.tour-metas {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

    .tour-metas .tour-meta-left {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

.tour-location,
.tour-code {
    display: flex;
    align-items: center;
    width: fit-content;
}

.tour-metas .tour-meta-left a {
    text-decoration: underline;
    font-weight: 700;
}





/* About US Page Css */

.about-wrapper {
    margin-bottom: 53px;
    position: relative;
    z-index: 99;
}

    .about-wrapper .about-left-image {
        max-width: 308px;
        position: relative;
    }

        .about-wrapper .about-left-image img {
            width: 100%;
            height: 100%;
            border-radius: 18px;
        }

        .about-wrapper .about-left-image .about-image-2 {
            position: absolute;
            max-width: 225px;
            bottom: -98px;
            right: -37px;
        }

        .about-wrapper .about-left-image img {
            width: 100%;
            height: 100%;
            border-radius: 18px;
        }

    .about-wrapper .about-right-image {
        max-width: 307px;
        position: relative;
    }

        .about-wrapper .about-right-image img {
            width: 100%;
            height: 100%;
            border-radius: 18px;
        }

        .about-wrapper .about-right-image .about-image-2 {
            position: absolute;
            max-width: 225px;
            bottom: -98px;
            left: -37px;
        }


    .about-wrapper .description {
        color: #767676;
        font-size: 20px;
        line-height: 28px;
        font-weight: 400;
    }


    .about-wrapper .about-content .about-button {
        margin-top: 40px;
    }

.achievement-section {
    position: relative;
    border-radius: 30px 30px 0px 0px;
    background-color: var(--primary-color);
}




.achievement-wrapper {
    margin-bottom: 20px;
}

    .achievement-wrapper .achievement-items {
        border-radius: 12px;
        background: var(--white);
        box-shadow: 0px 8px 50px 0px rgba(14, 14, 14, 0.08);
        padding: 20px;
        margin-top: 30px;
    }

        .achievement-wrapper .achievement-items .content {
            text-align: center;
            padding: 20px;
            border: 1px dashed rgba(14, 14, 14, 0.3);
            border-radius: 12px;
        }


/* About us - foundre-section */


.founder-message-section {
    position: relative;
    background: #e5f0fd;
}

.founder-message h3 {
    font-size: 36px;
    line-height: 42px;
}

.founder-message-section .founder-image {
    border-radius: 12px;
    background: var(--white);
    box-shadow: 0px 8px 50px 0px rgba(14, 14, 14, 0.08);
    padding: 20px;
    margin-top: 30px;
    height: 600px;
}

    .founder-message-section .founder-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.founder-message-section .founder-message {
    padding-left: 50px;
}


    .founder-message-section .founder-message .designation {
        color: var(--light-red);
        font-size: 20px;
        line-height: 28px;
        font-weight: 700;
    }

    .founder-message-section .founder-message .content {
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
    }

.counter-section {
    padding: 50px 0px;
    background: var(--primary-color);
}

    .counter-section .counter-card {
        background: transparent;
        border-right: 1px solid #eee;
        border-radius: unset;
        justify-content: start;
        align-items: start;
        text-align: left;
        box-shadow: unset;
        border-left: unset;
        border-top: unset;
        border-bottom: unset;
        padding: 10px 25px;
        margin-bottom: 0px;
    }

        .counter-section .counter-card .counter {
            color: var(--white);
        }

        .counter-section .counter-card p {
            color: var(--white);
        }


/* Whys choose us */

.why-us-about-page .why-us-about {
    border-radius: 12px;
    padding: 10px;
    margin-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .why-us-about-page .why-us-about img {
        border-radius: 24px;
        padding: 10px;
        width: 100%;
    }

.choose-us-area {
    margin-top: 30px;
    position: relative;
}

    .choose-us-area .line-image {
        position: absolute;
        left: 28px;
        top: 67px;
    }

    .choose-us-area .choose-us-items:not(:last-child) {
        margin-bottom: 20px;
    }

    .choose-us-area .choose-us-items {
        display: flex;
        align-items: center;
        align-items: center;
        border: 1px dotted var(--light-red);
        border-radius: 12px;
        padding: 10px 20px;
        gap: 20px;
    }

        .choose-us-area .choose-us-items .number {
            width: 56px;
            height: 56px;
            line-height: 56px;
            border-radius: 100px;
            text-align: center;
            color: var(--primary-color);
            background-color: rgb(67 103 255 / 34%);
            flex-basis: 10%;
            font-size: 20px;
        }

        .choose-us-area .choose-us-items .content h4 {
            margin-bottom: 0px;
        }

        .choose-us-area .choose-us-items .content p {
            margin-bottom: 0px;
        }

.sidebar-left h6 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 12px;
    border-bottom: 2px dashed var(--light-bg);
}



/* destination listing product card */

.product-card-listing {
    border-radius: 16px !important;
}

    .product-card-listing .products-content {
        padding: 20px 12px !important;
    }

        .product-card-listing .products-content .title {
            font-size: 24px;
            line-height: 30px;
        }

            .product-card-listing .products-content .title a {
                color: #000;
            }

        .product-card-listing .products-content .list-style li {
            font-size: 14px !important;
        }

    .product-card-listing .Price {
        padding: 15px 0px 5px;
    }

        .product-card-listing .Price .main-price {
            font-size: 20px;
            font-weight: 600;
            line-height: 26px;
            margin-bottom: 0px;
            text-transform: capitalize;
            color: var(--red);
        }

.starting-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: var(--dark);
}

.trip-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: var(--dark);
}

    .trip-date i {
        margin-right: 5px;
    }

.product-card-listing .product-footer {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    /* background: #f1f1f1; */
    padding: 10px 0px;
    border-top: 1px solid #bebebe;
    /* border-radius: 6px; */
    margin-top: 20px;
}

.package-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .package-head h4 {
        margin-bottom: 0px;
        flex-basis: 75%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .package-head a {
    }

    .package-head .days {
        border: 1px solid var(--red);
        border-radius: 4px;
        padding: 2px 6px;
        color: var(--red);
        font-size: 13px;
        font-weight: 700;
    }

.product-card-listing .product-footer .call-btn {
    flex-basis: 35%;
    text-align: center;
}

.product-card-listing .product-footer .default-btn {
    flex-basis: 60%;
    text-align: center;
}


.product-card-listing .products-content .product-footer .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.product-card-listing .default-btn {
    padding: 12px 34px;
}

.price-left h3 {
    color: var(--red);
}

.price-left h4 span {
    font-size: 18px;
    font-weight: 400;
    color: #010101;
}

.related-tours {
    padding: 60px 0px;
}

/*Model css*/
.popup-style {
    border: 1px solid #000;
}

.popup-body {
    padding: 20px 20px 40px;
}

.policy-section {
    background: #f1f1f1;
}

    .policy-section h2 {
        margin-top: 40px;
        margin-bottom: 20px;
    }



/*Enquire form*/

.btn-orange {
    background: var(--red);
    color: #fff !important;
}

    .btn-orange:hover {
        border: 1px solid var(--red);
        color: #000 !important;
        background: unset;
    }



.enquire-head .title {
    font-size: 24px;
    font-weight: 500;
}

.enquire-head .sub-text-price {
    color: var(--red);
    font-weight: 600;
}

    .enquire-head .sub-text-price span {
        color: var(--dark);
        font-weight: 400;
    }

.enquire-head h5 span {
    background: var(--primary-color);
    color: #fff;
    padding: 5px 20px;
    border-radius: 24px;
    font-size: 16px;
}

.img-text {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 10px 20px;
    background: rgba(0,0,0,.3);
    color: #fff;
    z-index: 99999;
}

.faq-section {
    padding: 60px 0px;
}

.content-section {
    padding: 5rem 0;
}

.section-title {
    position: relative;
    margin-bottom: 2.5rem;
    font-weight: 700;
}
/*
    .section-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -15px;
        width: 80px;
        height: 4px;
        background-color: var(--primary-color);
    }
*/
.tagline {
    color: var(--accent);
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: 1px;
}



.travel-advisor-section {
    padding: 60px 0px;
}

.advisor-card {
    display: flex;
    border-radius: 14px;
    align-items: center;
    border: 1px solid #eee;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    gap: 1rem;
    background: #fff;
    margin-bottom: 30px;
    height: 80px;
}

    .advisor-card .content h4 {
        font-size: 20px;
    }

    .advisor-card .flag-icon {
        flex-basis: 35%;
    }

        .advisor-card .flag-icon img {
            height: 100%;
            width: 120px;
            border-radius: 12px;
        }

.vip-badge {
    position: absolute;
    top: 20px;
    right: -10px;
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
    padding: 12px 25px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    clip-path: polygon(75% 0%, 100% 0%, 100% 100%, 0% 100%, 9% 49%, 0% 0%);
    min-width: 120px;
    text-align: center;
}

    .vip-badge i {
        margin-right: 5px;
        color: #ff6b35;
    }

/* Mega menu base */
.submenu.rbt-megamenu {
    width: 100%;
    left: 0;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    z-index: 999;
    display: flex;
}

/* Tab navigation (left) */
.nav-pills-custom .nav-link {
    border-radius: 6px;
    background: transparent;
    color: #111;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .nav-pills-custom .nav-link:hover {
        background-color: #000;
        color: #fff;
    }

    .nav-pills-custom .nav-link.active {
        background-color: var(--primary-color); /* dark green */
        color: #fff;
        font-weight: 600;
    }

        .nav-pills-custom .nav-link.active:hover {
            background-color: var(--primary-color); /* dark green */
            color: #fff;
            font-weight: 600;
        }

/* Right content area */
.tab-content.menu {
    border-radius: 8px;
    min-height: 100%;
}

/* University or itinerary item list */
.link-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .link-list li a {
        text-decoration: none;
        color: #333;
        transition: color 0.2s ease;
    }

        .link-list li a:hover {
            color: #007bff;
        }

/* View All Button */
.view-all-university .rbt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    background-color: #111;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}


    .view-all-university .rbt-btn:hover {
        background-color: #222;
    }

.icon-reverse-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .icon-reverse-wrapper .btn-icon {
        display: inline-block;
    }

.submenu .wrapper {
    border-radius: 0 0 10px 10px;
    background-color: var(--white);
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 25px 25px;
    overflow: hidden;
    border-top: 1px solid #e6e3f14f;
}

    .submenu .wrapper .menu {
        padding-left: 30px;
        border-left: 1px solid #eee;
        margin-left: 30px;
        height: 100%;
    }

        .submenu .wrapper .menu .tab-pane {
            box-shadow: none !important;
            background: #456eff14 !important;
            padding: 20px;
            height: 100%;
        }

.megamenu-wrap .university-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.submenu .wrapper .itinerary-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

    .submenu .wrapper .itinerary-list li {
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
        margin-right: 10px;
    }

        .submenu .wrapper .itinerary-list li a {
            color: var(--color-body);
            font-size: 16px;
            display: block;
            opacity: 0.8;
            padding: 6px 10px !important;
            font-weight: 500;
            transition: all 300ms ease-in-out;
        }

.itinerary-list li a:hover {
    background: unset !important;
    color: var(--primary-color) !important;
}

.view-all-university a {
    width: max-content;
}

.view-all-university {
    display: flex;
    justify-content: end;
    padding-top: 10px;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-top: 2px solid #d5d5d5;
}

.nav-pills .nav-link:hover {
    color: #fff !important;
}

.search-container {
    position: relative;
}

.search-input {
    padding-left: 2.5rem; /* Space for search icon */
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 2.5rem; /* Space for clear icon */
    border-radius: 12px; /* Fully rounded input */
    height: 50px;
}

    .search-input:focus {
        box-shadow: unset;
    }


.search-icon, .clear-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d; /* Muted grey for icons */
    pointer-events: none; /* Allow clicks to pass through to input */
}

.search-icon {
    left: 1rem;
}

.clear-icon {
    right: 0.75rem;
    pointer-events: auto; /* Make clear icon clickable */
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    display: none; /* Hidden by default */
}

.search-results {
    position: absolute;
    top: 100%; /* Position below the input */
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* Hidden by default */
}

    .search-results .list-group-item {
        padding: 0.75rem 1rem;
        cursor: pointer;
        transition: background-color 0.2s ease;
    }

        .search-results .list-group-item:hover {
            background-color: #f8f9fa;
        }

        .search-results .list-group-item a {
            color: inherit;
            text-decoration: none;
            display: block;
        }

        .search-results .list-group-item:last-child {
            border-bottom-left-radius: 0.25rem;
            border-bottom-right-radius: 0.25rem;
        }


.photos-grid-container {
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 12px;
    align-items: start;
}

@media (max-width: 580px) {
    .photos-grid-container {
        grid-template-columns: 1fr;
    }
}

.photos-grid-container .img-box {
    border: 1px solid #ffffff;
    position: relative;
}

    .photos-grid-container .img-box:hover .transparent-box {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .photos-grid-container .img-box:hover .caption {
        transform: translateY(-5px);
    }

.photos-grid-container img {
    max-width: 100%;
    display: block;
    height: auto;
}



.photos-grid-container .transparent-box {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
    display: flex;
    border-radius:12px;
    justify-content: center;
    align-items: center;
}

.photos-grid-container .main-photo {
    grid-row: 1;
    grid-column: 1;
}

.photos-grid-container .sub {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 1em;
}

    .photos-grid-container .sub:nth-child(0) {
        grid-column: 1;
        grid-row: 1;
    }

    .photos-grid-container .sub:nth-child(1) {
        grid-column: 2;
        grid-row: 1;
    }

    .photos-grid-container .sub:nth-child(2) {
        grid-column: 1;
        grid-row: 2;
    }

    .photos-grid-container .sub:nth-child(3) {
        grid-column: 2;
        grid-row: 2;
    }

.hide-element {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media screen and (min-width: 1280px) {
    .container {
        margin: 0 auto;
        width: 1250px;
    }
}

.policy-card h3 {
    font-size: 24px;
}

.nav-tag a.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}


.listing-cta h2 {
    font-size: 32px;
    line-height: 40px;
}

.content-left {
    padding-right: 100px;
}

    .content-left h2 {
        color: #fff;
        font-weight: 700;
        font-size: 64px;
        line-height: 70px;
        margin-bottom: 20px;
    }

    .content-left p {
        opacity: .8;
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
    }

    .content-left a {
        background: #fff;
        width: max-content;
        color: var(--primary-color)
    }
/* Background and layout */
.custom-bg {
    position: relative;
    background-image: url('../images/cta/3.png');
    background-size: cover;
    background-position: right right;
    padding: 100px 0;
    overflow: hidden;
}

    /* Dark overlay */
    .custom-bg .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1;
    }

    /* Ensure content stays above overlay */
    .custom-bg .content-wrapper {
        position: relative;
        z-index: 2;
    }

/* Optional: styling for the button */
.default-btn.btn-light {
    background-color: #ffffff;
    color: #000000;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

    .default-btn.btn-light:hover {
        background-color: #f0f0f0;
        color: #000;
    }

#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    background-color: #333;
    color: white;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 24px;
    display: none;
    transition: all 0.3s ease;
}

    #scrollToTopBtn:hover {
        background-color: #555;
    }

.custom-popup-select button{
    height:45px;
    border-radius:16px;

}

.main-navbar{
    border:1px solid #eee;
}
.custom-guest-selector {
    position: relative;
}

    .custom-guest-selector .dropdown-toggle {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ccc;
        border-radius: 12px;
        background: white;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        color: #333;
    }

        .custom-guest-selector .dropdown-toggle:hover {
            border-color: #bbb;
        }

    .custom-guest-selector .guest-label {
        font-size: 12px;
        color: #666;
        font-weight: bold;
    }

    .custom-guest-selector .guest-display {
        font-size: 14px;
        color: #333;
    }

    .custom-guest-selector .dropdown-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: 0;
        background: white;
        border: 2px solid #ddd;
        border-radius: 5px;
        margin-top: 5px;
        padding: 15px;
        display: none;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        z-index: 1000;
    }

        .custom-guest-selector .dropdown-menu.show {
            display: block;
        }

    .custom-guest-selector .counter-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

        .custom-guest-selector .counter-row:last-child {
            border-bottom: none;
        }

    .custom-guest-selector .counter-label {
        font-size: 14px;
        color: #333;
    }

    .custom-guest-selector .counter-controls {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .custom-guest-selector .counter-button {
        width: 30px;
        height: 30px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: white;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .custom-guest-selector .counter-button:hover:not(:disabled) {
            background: #f0f0f0;
        }

        .custom-guest-selector .counter-button:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

    .custom-guest-selector .counter-value {
        font-size: 14px;
        font-weight: bold;
        min-width: 20px;
        text-align: center;
    }

    .custom-guest-selector .chevron {
        transition: transform 0.2s;
    }

        .custom-guest-selector .chevron.rotated {
            transform: rotate(180deg);
        }
.mobile-search {
    display: none;
    position: absolute;
    top: 60px; /* adjust as per navbar height */
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

    .mobile-search.active {
        display: block;
    }


.read-more-btn {
    display: inline-block;
    margin-top: 8px;
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}
.offcanvas-body{
    padding:0px;
}
nav.mobile-nav .nav-list li a{
    padding:10px 20px;
}
nav.mobile-nav .nav-list li details {
    padding: 10px 20px;
}
nav.mobile-nav .nav-list li details summary {
    padding:0px
}

nav.mobile-nav .nav-list li ul li details {
    padding: 0px
}
nav.mobile-nav .nav-list li ul {
    padding-left: 0px;
    padding-top:10px;
}

nav.mobile-nav .nav-list li ul li a {
    padding-left: 0px;
    padding-top:10px;
    padding-bottom:10px;
}
.nav-logo-link img{
    width:100px;
}

.rc-anchor-normal{
    width:100%;
}