:root {
    --primary-color: #1B1B1B;
    --secondary-color: #464646;
    --accent-color: #C0A062;
    --bg-color: #F8F3E9;
    --white: #FFFFFF;
    --font-main: 'Outfit', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-color);
    color: var(--primary-color);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 80px;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: inherit;
}

/* Header */
/* Header */
.header {
    padding: 0px 0 0px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: var(--bg-color);
    /* Ensure content doesn't show through when scrolling */
    /* Optional: adds separation when scrolling */
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.nav-container {
    display: flex;
    gap: 39px;
    align-items: center;
    color: #616161;
    order: 2;
    flex: 1;
    justify-content: end;
}

.nav-link {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #616161;
    /* Updated Color from Figma */
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.nav-link.active {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    color: #301B0D;;
    /* Updated Color from Figma */
    font-family: 'Switzer', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    top:30px;
    transform: translateX(-50%);
    width: 20px;      /* 🔥 small width */
    height: 2px;      /* thickness */
    background-color: #301B0D;
    border-radius: 2px;
}

.nav-link:hover {
    color: #301b0da8;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.signup-btn {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 500;
}

.lang-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.lang-selector img {
    width: 24px;
    height: auto;
    object-fit: contain;
}

.logo {
    width: auto;
    height: 120px;
    display: block;
    order: 1;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hamburger Menu */
.hamburger-menu {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    width: 30px;
    height: 25px;
    justify-content: space-between;
    z-index: 1001;
    order: 3;
    position: absolute;
    right:60px;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-menu span {
    width: 100%;
    height: 3px;
    background: #301B0D;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-menu.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}
.hero{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 80px;
    min-height: 600px;
}
.heading{
    color: #301B0D;
font-family: Switzer;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom:10px ;
}

.hero-image {
    
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-image img {
    border-radius: 10px;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.hero-content {
    max-width: 55%;
    background-color: #F8F3EB;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.arrow {
    margin: 0px 0px 0px 0px;
    text-align: center;
    stroke-width: 1px;
    stroke: rgba(218, 192, 153, 0.34);
    width: 100%;
    padding: 20px 0;
}

.arrow svg {
    width: 88%;
    max-width: 1440px;
    height: auto;
    
}




.hero-content h3 {
    color: var(--Main-Colors-Gray-9, #020202);
font-family: Switzer;
font-size: 30.87px;
font-style: normal;
font-weight: 500;
line-height: normal;
    margin-bottom: 12px;
}
.hero-content .role{
color: var(--Main-Colors-Gray-3, #464646);
font-family: Switzer;
font-size: 24.696px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 10px;
}

.hero-content p {
    color: #737373;
    font-family: Switzer;
    font-size: 14.026px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}

.hero-content a {
    color: var(--White, #FFF);
    font-family: Switzer;
    font-size: 17.532px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.hero-btn {
    display: flex;
    width: 447px;
    height: 75.323px;
    padding: 22.227px 39.514px;
    justify-content: center;
    align-items: center;
    gap: 9.878px;
    color: white;
    border-radius: 9.254px;
    background: #301B0D;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.3s;
    text-decoration: none;
    margin-top: auto;
}

.hero-btn svg {
    flex-shrink: 0;
    display: block;
    transform: translateY(1px);
}

.hero-btn:hover {
    opacity: 0.9;
}

/* Profile hero */
.hero-style-profile {
    background: #F8F3E9;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
    /* Slight border for separation */
}

.hero-style-profile .hero-content {
    background-color: #F8F3E9;
    padding: 12px 0px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    font-family: Switzer;
    font-size: 14px;
    color: #4B4B4B;
}

.rating-value {
    color: #FFB91D;
    text-align: center;
    font-family: 'Geist', sans-serif;
    font-size: 20.663px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-count {
    color: var(--Main-Colors-Gray-3, #464646);
    font-family: 'Geist', sans-serif;
    font-size: 20.663px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-text {
    color: var(--Main-Colors-Gray-3, #464646);
    font-family: 'Geist', sans-serif;
    font-size: 20.663px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero-style-profile img {
    width: 100%;
    height: 461px;
    object-fit: cover;
    object-position: top;
}

.hero-style-profile .role {
    color: var(--secondary-color);
    font-size: 14px;
    margin-bottom: 8px;
}

.hero-style-profile .rating {
    font-weight: 600;
    color: #F59E0B;
    /* Star color */
    margin-bottom: 16px;
    font-size: 14px;
}

.hero-btn.full-width {
    display: block;
    width: 100%;
    text-align: center;
}
.overview{
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: 80px 80px;
    
   
}
.overview h1{
    color: #301B0D;
font-family: Switzer;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 10px;
}
.overview h2{
    color: rgba(0, 0, 0, 0.50);
text-align: justify;
font-family: Switzer;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 27.226px; /* 170.164% */
}

.overview-points {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
}

.overview-points li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.overview-points li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #301B0D;
    font-size: 18px;
    font-weight: bold;
}

.awards {
    
    
    display: flex;
    flex-direction: column;
    gap:20px;
padding: 80px 80px;
}

.awards h1 {
   color: #301B0D;
font-family: Switzer;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 10px;
    
}

.awards-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.award-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.award-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.award-icon {
    font-size: 32px;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(45, 35, 24, 0.1);
    border-radius: 50%;
}

.award-text h3 {
    color: #301B0D;
    font-family: Switzer;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.award-text p {
    color: rgba(0, 0, 0, 0.50);
    font-family: Switzer;
    font-size: 14px;
    line-height: 1.5;
}

.awards-points {
    list-style: none;
    padding: 0;
    
}

.awards-points li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.50);
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
}

.awards-points li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 0, 0, 0.50);
    font-size: 18px;
    font-weight: bold;
}

.overview-points li {
    font-size: 15px;
    margin-bottom: 12px;
}

.overview-points li:before {
    font-size: 16px;
}
.carousel-section {
    padding: 100px 0px 0px 0px;
}
.carousel-section-1{
    padding: 20px 0px 0px 0px;
}
* Carousel Section Styles */
.carousel-section {
    padding: 80px 0px 0px 0px;
}
.carousel-section-1{
    padding: 20px 0px 0px 0px;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 48px;
    font-weight: 600;
    color: #301B0D;
    margin: 0;
}

.header-right {
    display: flex;
    align-items: center;
}

.see-all {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #301B0D;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

.see-all:hover {
    text-decoration: underline;
}

.swiper-container-wrapper {
    position: relative;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.swiper-button-prev-custom {
    left: -25px;
}

.swiper-button-next-custom {
    right: -25px;
}

.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* Profile Card Styles */
.card-style-profile {
    background: #F8F3EB;
    border-radius: 16px;
    overflow: hidden;
   
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-style-profile:hover {
    transform: translateY(-5px);
    
}

.card-style-profile img {
    width: 280px;
    height: 321px;
    object-fit: cover;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
}

.card-content {
    background-color: #F8F3E9;
    text-align: left;
    padding: 12px 0px;
}

.card-content h3 {
    color: var(--Main-Colors-Gray-9, #020202);
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}


.card-content p {
    color: #737373;
    font-family: Switzer;
    font-size: 14.026px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 53.474px;
    margin-top: 16px;
    padding: 12px 24px;
    background: #2D2318;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.3s;
    text-decoration: none;
}
.card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 53.474px;
    margin-top: 16px;
    padding: 12px 24px;
    background: #2D2318;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.3s;
    text-decoration: none;
}

.rating {
    display: flex;
    
    gap: 8px;
    margin-bottom: 20px;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px;
    font-family: Switzer;
    font-size: 14px;
    color: #4B4B4B;
}

.rating-value {
    color: #FFB91D;
    text-align: center;
    font-family: 'Geist', sans-serif;
    font-size: 20.663px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-count {
    color: var(--Main-Colors-Gray-3, #464646);
    font-family: 'Geist', sans-serif;
    font-size: 20.663px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review-text {
    color: var(--Main-Colors-Gray-3, #464646);
    font-family: 'Geist', sans-serif;
    font-size: 20.663px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 53.474px;
    margin-top: 16px;
    padding: 12px 24px;
    color: white;
    border-radius: 9.254px;
background: #301B0D;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.3s;
    text-decoration: none;
}
.card-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width:279.169px;
    height: 53.474px;
    margin-top: 16px;
    padding: 12px 24px;
    color: white;
    border-radius: 9.254px;
    background: #301B0D;
    font-size: 14px;
    line-height: 1;
    transition: opacity 0.3s;
    text-decoration: none;
    width: 280px;
}

.card-btn svg {
    flex-shrink: 0;
    display: block;
    transform: translateY(1px);
}

.card-btn:hover {
    opacity: 0.9;
}   
/* Partner Section */
.partner-section {
    padding: 80px 0;
}

.partner-banner {
    height: 396px;
    background: #DAC099;
    /* Approximation to the bronze/goldbg */
    border-radius: 7.1px;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.partner-content {
    max-width: 50%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.partner-content h2 {
    color: #301B0D;

    font-family: Switzer;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.partner-content p {
    color: rgba(0, 0, 0, 0.50);

    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}

.partner-btn {
    padding: 18px 32px;
    background: #2D2318;
    color: white;
    width: 270px;
    height: 70px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    color: #FFF;

    font-family: Switzer;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


.partner-image img {
    width: 100%;
}

/* Footer */
.footer {
    background: #F8F3EB;
    padding: 80px 0 40px;
    border-top: 1px solid #eee;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-col h4 {
    color: #301B0D;
    font-family: Switzer;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 12px;
}

.footer-col ul li a {
    color: #3F3F3F;
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    /* 38.4px */
}

.footer-col ul li a:hover {
    color: #2D2318;
}

.newsletter-input {
    display: flex;
    margin-top: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    gap: 10px;
    height: 50px;

    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.input-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid #DAC099;
    border-radius: 10.526px;
    background: #F8F3EB;
    padding: 0 16px;
}

.email-icon {
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-right: 8px;
}

.newsletter-input input {
    border: none;
    background: transparent;
    outline: none;
    flex: 1;
    color: rgba(0, 0, 0, 0.50);
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.newsletter-input input::placeholder {
    color: rgba(0, 0, 0, 0.50);
    font-family: Switzer;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.newsletter-input button {
    background: #2D2318;
    color: white;
    padding: 12px 24px;
    width: 146px;
    
    border-radius: 10.526px;
    font-weight: 600;
    font-size: 15px;
    transition: background 0.3s ease;
    cursor: pointer;
}

.newsletter-input button:hover {
    background: #3D3328;
}

.footer-divider {
    max-width: 1440px;
    margin: 60px auto 0;
    padding: 0 80px;
}

.footer-bottom {
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px 80px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-selectors {
    display: flex;
    gap: 16px;
    border-radius: 6px;

}

.footer-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 10px 18px;
    border: 1px solid rgba(218, 192, 153, 0.3);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.50);
    cursor: pointer;
    font-family: Switzer;
    border: 1px solid rgba(218, 192, 153, 0.34);

/* Layout/Border Shadow 1 */
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
}

.footer-selector img {
    width: 24px;
    height: 18px;
    object-fit: contain;
}
.footer-selector .country{
    color: var(--Brand-C---Brand-2, #1B1B1B);
font-family: Switzer;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 169.231% */
letter-spacing: 0.25px;
}

.footer-selector strong {
    color: #301B0D;
    font-weight: 600;
}
.footer-selector .language{
   color: rgba(0, 0, 0, 0.50);
font-family: Switzer;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 22px; /* 169.231% */
letter-spacing: 0.25px;
}

.copyright {
    font-family: Switzer;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.50);
}


@media (min-width: 769px) and (max-width: 1024px) {
    .hero {
        padding: 60px 40px;
        min-height: 500px;
    }
      .hero {
        flex-direction: column;
        padding: 40px 16px;
        min-height: auto;
    }

    .hero-image {
        flex: 1;
        max-width: 100%;
        height: 300px;
        margin-bottom: 24px;
        justify-content: center;
    }

    .hero-content {
        flex: 1;
        max-width: 100%;
        align-items: center;
    }
    .hero-content p{
        max-width: 447px;
    }

    .arrow {
        padding: 0 16px;
    }
    .hero-btn {
        width: 240px;
        height: 60px;
        padding: 16px 28px;
        font-size: 13px;
    }
    .hero-content h3 {
        font-size: 18px;
    }

    .hero-content p.role {
        font-size: 13px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .rating-value,
    .review-count,
    .review-text {
        font-size: 16px;
    }

    .hero-btn {
        width: 320px;
        height: 60px;
        padding: 16px 28px;
        font-size: 13px;
    }

    .arrow {
        padding: 0 20px;
    }

    .arrow svg {
        width: 72%;
    }

}

@media (max-width: 1024px) {
    

    .nav-menu {
        display: none;
        /* Simplify for now*/
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-bottom{
                padding: 24px 16px 40px;
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

@media (max-width: 1196px) {
    .hamburger-menu {
        display: flex;
        position: absolute;
        right: 45;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-container {
        display: none;
        position: fixed;
        top: 0;
        left: auto;
        right: -100%;
        transform: none;
        width: 80%;
        height: 100vh;
        background: white;
        flex-direction: column;
        flex: none;
        justify-content: flex-start;
        padding: 80px 20px 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
    }

    .nav-container.active {
        display: flex;
        right: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .hero-content {
        max-width: 45%;
        background-color: #F8F3EB;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .container{
        padding: 0 30px;
    }
    .overview h1{
        font-size: 24px;
    }
    
    .awards h1{
        font-size: 24px;
    }
    .hero {
        flex-direction: column;
        padding: 40px 16px;
        min-height: auto;
    }

    .hero-image {
        flex: 1;
        max-width: 100%;
        height: 300px;
        margin-bottom: 24px;
        justify-content: center;
    }

    .hero-content {
        flex: 1;
        max-width: 100%;
        align-items: center;
    }
    .hero-content p{
        max-width: 447px;
    }

    .arrow {
        padding: 0 16px;
    }
    .hero-btn {
        width: 240px;
        height: 60px;
        padding: 16px 28px;
        font-size: 13px;
    }

    .arrow svg {
        width: 90%;
    }

    .search-bar {
        width: 100%;
        max-width: 100%;
        flex-direction: column;
        gap: 0;
        height: auto;
        border: 1px solid #eee;
        border-radius: 8px;
        padding: 0 16px 8px;
    }
   .overview{
    padding: 0 30px;
   }
   .awards{
     padding: 0px 30px;
   }
    

    .hamburger-menu {
        display: flex;
        position: absolute;
        right: 45px;
        top: 50%;
        transform: translateY(-50%);
    }

    .logo {
        width: 220px;
    }

    
    
    .nav-container {
        position: fixed;
        top: 0;
        left: auto;
        right: -100%;
        transform: none;
        width: 80%;
        height: 100vh;
        background: white;
        flex-direction: column;
        flex: none;
        gap: 10px;
        justify-content: flex-start;
        padding: 80px 20px 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.3s ease;
        z-index: 1000;
    }
    
    .nav-container.active {
        right: 0;
    }
    
    .nav-link {
        margin: 8px 0;
        font-size: 18px;
    }
    
    .header-actions {
        margin-top: 30px;
        flex-direction: column;
        gap: 8px;
    }

    .divider {
        display: none;
    }

    .search-input {
        width: 100%;
        border: none;
        border-radius: 0;
        padding: 0 16px;
        height: 56px;
        box-sizing: border-box;
    }

    .search-bar .search-input:not(.fluid) {
        border-bottom: 1px solid #eee;
    }

    .search-input select {
        height: 56px;
    }

    .search-input.fluid {
        position: relative;
        border-bottom: none;
        padding-bottom: 0;
    }

    .search-input.fluid input {
        height: 56px;
        line-height: 56px;
    }

    .search-input.fluid input {
        padding-right: 48px;
    }

    .search-btn.search-btn-inside {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
        padding: 8px;
        background: transparent;
        border: none;
        cursor: pointer;
    }

    .search-bar > .search-btn {
        display: none;
    }

    .search-input:last-child {
        border-bottom: none;
    }

    .partner-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 24px;
        height: auto;
        min-height: auto;
    }

    .partner-content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .partner-content h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .partner-content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .partner-btn {
        width: 200px;
        height: 50px;
        font-size: 18px;
        padding: 12px 24px;
    }

    .partner-image {
        width: 80%;
        max-width: 200px;
        margin: 0 auto;
    }

    .card-style-profile img {
        width: 100%;
        height: auto;
        display: block;
    }

    .card-content {
        padding: 12px 0px;
        box-sizing: border-box;
        text-align: left;
    }

    .card-btns {
        width: 100%;
    }

    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .newsletter-input {
        justify-content: center;
        flex-direction: row;
        align-items: center;
        height: 50px;
    }

    .newsletter-input .input-wrapper {
        flex: 1;
        width: auto;
    }

    .newsletter-input button {
        width: 146px;
    }

    .footer-divider {
        padding: 0 16px;
        margin-top: 40px;
    }

    .footer-bottom {
        padding: 24px 16px 40px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .footer-selectors {
        justify-content: center;
        flex-wrap: wrap;
    }

    .section-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .see-all {
        margin: 0;
    }
    
    .carousel-section {
        padding: 40px 0;
    }

    .section-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .section-header h2 {
        font-size: 32px;
    }

    .swiper-button-prev-custom,
    .swiper-button-next-custom {
        display: none;
    }

    .mySwiper2 {
        overflow: hidden;
    }

    .mySwiper2 .swiper-slide {
        width: 100% !important;
    }

    .swiper-slide.card-style-profile {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

   

    .card-content {
        padding: 12px 0px;
        box-sizing: border-box;
        text-align: left;
    }

    .card-content h3 {
        font-size: 18px;
        text-align: left;
    }

    .role {
        font-size: 14px;
        text-align: left;
    }

    .rating {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 4px;
        font-size: 12px;
        margin-bottom: 16px;
        justify-content: flex-start;
    }

    .rating-value,
    .review-count,
    .review-text {
        font-size: 16px;
    }

  .hero-heading-text1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    max-width: 100%;
    
  }
  .hero-heading-text2{
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    max-width: 100%;
  }
  .hero-section span {
    display: block;
    padding: 0px 20px;
    margin: 0 auto;
     color: rgba(0, 0, 0, 0.50);
text-align: center;
font-family: Switzer;
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 187.5% */
 word-wrap: break-word;
 overflow-wrap: break-word;
}
}
@media (max-width: 768px) {
    
    .partner-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 24px;
        height: auto;
        min-height: auto;
    }

    .partner-content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .partner-content h2 {
        font-size: 22px;
        line-height: 1.2;
    }

    .partner-content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .partner-btn {
        width: 200px;
        height: 50px;
        font-size: 18px;
        padding: 12px 24px;
        margin: 0 auto;
        display: block;
    }

    .partner-image {
        width: 80%;
        max-width: 200px;
        margin: 0 auto;
    }
     .hero {
        flex-direction: column;
        padding: 40px 16px;
        min-height: auto;
    }

    .hero-image {
        flex: 1;
        max-width: 100%;
        height: 300px;
        margin-bottom: 24px;
        justify-content: center;
    }

    .hero-content {
        flex: 1;
        max-width: 100%;
        align-items: center;
    }
    .hero-content p{
        max-width: 447px;
    }
    .container{
        padding: 0 30px;
    }
    .overview{
 padding: 0 30px;
    }
    .awards{
 padding: 0 30px;
    }
     .card-style-profile img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media (max-width: 480px) {
    .newsletter-input {
        flex-direction: column;
        align-items: stretch;
        height: auto;
    }

    .newsletter-input .input-wrapper {
        width: 100%;
    }

    .newsletter-input button {
        width: 100%;
    }
    .footer-selectors {
        justify-content: center;
        flex-wrap: wrap;
    }
    .hero-btn {
        width: 90%;
    }
    
}


@media (min-width: 769px) and (max-width: 1024px) {
  /* tablet-specific styles */
  .partner-banner {
    flex-direction: row;
    padding: 40px 32px;
    height: auto;
    min-height: 320px;
  }

  .partner-content {
    max-width: 55%;
    margin-bottom: 0;
  }

  .partner-content h2 {
    font-size: 26px;
    line-height: 1.2;
  }

  .partner-content p {
    font-size: 15px;
    line-height: 1.5;
  }

  .partner-btn {
    width: 220px;
    height: 56px;
    font-size: 20px;
    padding: 14px 28px;
    margin-top: 20px;
  }

  .partner-image {
    width: 40%;
    max-width: 220px;
    margin: 0;
  }
}

