.header {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0;
    right: 0;
}
body.modal-open {
  padding-right: 15px; /* Adjust based on your scrollbar width */
}

/* .header.sticky {
     z-index: 1000;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
} */

/* Marketing Mastery Banner Section */
.marketing-mastery-banner {
    padding: 0 0;
    background-color: #FFE1DC;
    position: relative;
    overflow: hidden;
    /* top: -94px; */
}
.mastery-bg {
    padding: 250px 0 150px;
    background-image: url("../img/marketing-mastery-bg.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    background-repeat: no-repeat;
}
/* .feature-icon img {
    max-width: 18px;
    width: 100%;
} */
.marketing-mastery-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    pointer-events: none;
}

/* .marketing-mastery-banner .container {
    position: relative;
    z-index: 1;
} */

/* Partnership Badge */
.partnership-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    color: #EF5223;
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-align: center;

}

.partnership-badge svg {
    width: 20px;
    height: 20px;
}

/* Banner Title */
.banner-title {
    color: #000000;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 54px;
    line-height: 126%;
    letter-spacing: 0%;
    text-align: center;

}

.banner-title .highlight-text {
    color: #EF5223;
    display: block;
}

/* Banner Subtitle */
.banner-subtitle {
    color: #2b2b2b;
    margin-bottom: 20px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 31px;
    text-align: center;
    width: 62%;
    margin: 20px auto;
}

/* Banner Description */
.banner-description {
    color: #5f5f5f;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 19px;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 900px;
    width: 100%;
}

/* CTA Buttons */
.banner-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-custom {
    background: #EF5223;
    color: #ffffff;
    padding: 6px 40px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #FF5722;
    display: inline-block;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
}

.btn-primary-custom:hover {
    background: #E64A19;
    border-color: #E64A19;
}

.btn-secondary-custom {
    background:#FFFFFF;
    color: #FF5722;
    padding: 8px 40px;
    border-radius: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid #FFCCCC;
    display: inline-block;
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 600;
}

.btn-secondary-custom:hover {
    background: #ffffff;
    border-color: #FFCCCC;
}
.mastery-bg::before {
    content: '';
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0;
background: radial-gradient(circle at 50% 50%, rgb(255 233 220 / 66%) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 50%);    pointer-events: none;
    z-index: 0;
}
.mastery-bg .container {
    /* z-index: 0; */
    position: relative;
}
/* Responsive Styles */
@media (max-width: 992px) {
    .mastery-bg {
        padding: 80px 0 150px;
    }
    .marketing-mastery-banner {
        padding: 100px 0 0;
    }

    .banner-title {
        font-size: 44px;
    }
.marketing-mastery-banner::before {
    background-image: inherit;
}
    .banner-subtitle {
        font-size: 20px;
        width: 100%;
    }

    .banner-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .marketing-mastery-banner {
        padding: 80px 0 0;
    }

    .partnership-badge {
        font-size: 12px;
        padding: 6px 16px;
    }

    .partnership-badge svg {
        width: 18px;
        height: 18px;
    }

    .banner-title {
        font-size: 38px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-description {
        font-size: 16px;
        padding: 0 0;
    }

    .banner-cta-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 14px 32px;
        font-size: 20px;
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .marketing-mastery-banner {
        padding: 60px 0 0;
    }
.mastery-bg {
    background-image: url(../img/mob-banner-bg.png);
    background-size: 100%;
}
    .banner-title {
        font-size: 38px;
    }

    .banner-subtitle {
        font-size: 25px;
    }

    .banner-description {
        font-size: 16px;
    }

    .btn-primary-custom,
    .btn-secondary-custom {
        padding: 12px 28px;
        font-size: 20px;
    }
}

/* Partner With Us Section */
.partner-with-us {
    padding: 150px 0;
    background: #ffffff;
}

.partner-with-us .section-title {
    color: #000000;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 38px;

}

.partner-with-us .section-subtitle {
    color: #000000;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 400;
    font-style: Regular;
    font-size: 31px;
    text-align: center;

}

.partner-with-us .section-description {
    color: #555555;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    text-align: center;

}
.elite-partner {
    display: flex;
    background: linear-gradient(90deg, #FFAA0B 0%, #FC9F4A 100%);
    align-items: center;
    max-width: 109px;
    width: 100%;
    border-radius: 16px;
    margin-top: 20px;
    padding: 2px 5px;
    flex-wrap: nowrap;
    justify-content: center;
      font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    display: flex;
   justify-content: center;
}
.elite-partner img {
    margin-right: 5px;
        margin-left: 8px;
}
a {
    text-decoration: none;
}
a:-webkit-any-link:focus-visible {
    outline-offset: inherit;
}
:focus-visible {
    outline: inherit;
}
/* Partner Cards */
.partner-card {
    background: #FFF5F3;
    border-radius: 20px;
    padding: 40px 30px;
        height: 376px;
    border: 1px solid rgba(255, 87, 34, 0.1);
    max-width: 638px;
    width: 100%;
    margin: 0 auto;
}

.partner-card:hover {
    border-color: rgba(255, 87, 34, 0.3);
}

.card-icon {
    width: 59px;
    height: 59px;
    background: #FFEEEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid #FFD0D0;
}
.partner-card .card-icon img {
    max-width: 30px;
    width: 100%;
    height: 30px;
}
.card-title {
    color: #1D2026;
    margin-bottom: 15px;
    font-family: DM Sans;
    font-weight: 600;
    font-size: 25px;

}

.card-description {
    color: #555555;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;

}

/* Responsive Styles for Partner Section */
@media (max-width: 992px) {
    .partner-with-us {
        padding: 80px 0;
    }
.partner-card {
    height: 406px;
}
    .partner-with-us .section-title {
        font-size: 40px;
    }

    .partner-with-us .section-subtitle {
        font-size: 21px;
        width: 73%;
        margin: 12px auto;
    }

    .partner-with-us .section-description {
        font-size: 16px;
    }

    .card-title {
        font-size: 21px;
        line-height: 32px;
    }

    .card-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .partner-with-us {
        padding: 60px 0;
    }

    .partner-with-us .section-title {
        font-size: 32px;
    }


    .partner-with-us .section-description {
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }

    .partner-card {
        padding: 30px 25px;
        margin-bottom: 20px;
        height: 332px;
    }

    .card-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }

    .card-icon svg {
        width: 35px;
        height: 35px;
    }

    .card-title {
        font-size:20px;
    }

    .card-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .partner-with-us {
        padding: 50px 0;
    }

    .partner-with-us .section-title {
        font-size: 28px;
    }

    .partner-card {
        height: 332px;
    }

    .card-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
}

/* Path to Partnership Section */
.path-to-partnership {
   padding: 150px 0;
    background-color: #EF522330;
}

.path-to-partnership .section-title {
    color: #000000;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 38px;
}

.path-to-partnership .section-subtitle {
    color: #EF5223;
    margin-bottom: 15px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 25px;

}

.path-to-partnership .section-description {
    color: #5c5c5c;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
    width: 80%;
    margin: 0 auto 10px;
}

/* Tier Cards */
.tier-card {
    background: #fff;
    border-radius: 20px;
    padding: 0;
    height: 100%;
    overflow: hidden;
}



.tier-header {
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.tier-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.tier-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.tier-starter .tier-icon {
   background: linear-gradient(180deg, #2AE09A 0%, #177A54 100%);
}

.tier-empire .tier-icon {
    background: linear-gradient(180deg, #6500DE 0%, #640078 100%);
}

.tier-global .tier-icon {
    background: linear-gradient(180deg, #6500DE 0%, #640078 100%);
}

.tier-partner .tier-icon {
   background: linear-gradient(180deg, #FDCC54 0%, #D49A0B 100%);
}

.tier-badge {
    background: #2AE09A;
    color: #fff;
    padding: 4px 12px;
    border-radius: 12px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 12px;
    text-transform: capitalize;
}

.tier-badge-purple {
    background: #4E00DF;
}

.tier-badge-blue {
    background: #BD49DB;
}

.tier-badge-orange {
   background: linear-gradient(90deg, #FFAA0B 0%, #FC9F4A 100%);
}

.tier-title-section {
    flex: 1;
    border-bottom: 1px solid #E3E3E3;
}

.tier-title {
    color: #1D2026;
    margin-bottom: 8px;
    margin-top: 6px;
    font-family: DM Sans;
    font-weight: 700;
    font-size: 25px;
}

.tier-subtitle {
    color: #555555;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 35px;
}

.tier-body {
    padding: 0 30px 30px 110px;
}

.reward-label {
    color: #000;
    font-family: DM Sans;
font-weight: 600;
font-size: 18px;
    line-height: 48px;
}

.reward-item {
    display: inline-block;
    gap: 12px;
    margin-bottom: 5px;
    padding:5px 0 10px;

    font-family: Poppins;
font-weight: 400;
font-size: 16px;

}

.reward-item:last-child {
    margin-bottom: 0;
}

.reward-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.reward-item span {
    font-size: 16px;
       color: #333;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}
.reward-item .tick-bg {
    background: #2AE09A;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    float: left;
    margin-right: 8px;
    margin-top: 3px;
}
span.tick-bg img {
   width: 9px;
    height: 6px;
    object-fit: cover;
}
.btn-large {
    padding: 10px 50px;
    font-size: 18px;
}
.tier-icon img {
    max-width: 18px;
    width: 100%;
}
/* Responsive Styles for Path to Partnership */
@media (max-width: 992px) {
    .path-to-partnership {
        padding: 80px 0;
    }
.tier-title-section {
    width: 100%;
}
    .path-to-partnership .section-title {
        font-size: 40px;
    }

    .path-to-partnership .section-subtitle {
        font-size: 24px;
    }

    .path-to-partnership .section-description {
        font-size: 16px;
        width: 100%;
    }

    .tier-title {
        font-size: 22px;
    }

    .tier-body {
        padding: 0 25px 25px;
    }
}

@media (max-width: 768px) {
    .path-to-partnership {
        padding: 60px 0;
    }
    .tier-title-section { 
position: relative;
    }
    .tier-badge { 
   position: absolute;
    top: -60px;
    left: 83%;
            color: #000000;
        font-weight: 500;
    }

    .path-to-partnership .section-title {
        font-size: 32px;
    }

    .path-to-partnership .section-subtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .path-to-partnership .section-description {
        font-size: 16px;
        padding: 0 15px;
    }

    .tier-card {
        margin-bottom: 20px;
    }

    .tier-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .tier-icon-wrapper {
        flex-direction: row;
        gap: 15px;
    }

    .tier-icon {
        width: 50px;
        height: 50px;
    }

    .tier-icon svg {
        width: 28px;
        height: 28px;
    }

    .tier-title {
        font-size: 20px;
    }

    .tier-subtitle {
        font-size: 16px;
        width: 100%;
        padding-bottom: 15px;
    }

    .reward-item span {
        font-size: 16px;
    }

    .btn-large {
        padding: 16px 40px;
        font-size: 18px;
        width: 100%;
        /* max-width:991px; */
    }
}

@media (max-width: 576px) {
    .path-to-partnership {
        padding: 50px 0;
    }

    .path-to-partnership .section-title {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .tier-badge {
        left: 77%;
        padding: 2px 17px;
    }

    .path-to-partnership .section-subtitle {
        font-size: 24px;
    }

    .path-to-partnership .section-description {
        font-size: 16px;
    }


    .tier-subtitle {
        font-size: 16px;
    }

    .btn-large {
        padding: 14px 35px;
        font-size: 16px;
    }
}

/* Course Details Section */
.course-details {
    padding: 100px 0;
    background: #fff;
}

.course-badge {
    display: inline-block;
    background: linear-gradient(90deg, #FFC1AE 0%, #FF6638 100%);
    color: #000000;
    padding: 8px 50px;
    border-radius: 50px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
}

.course-opportunities-title {
    margin-top: 40px;  
    color: #000000;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

/* Course Content Card */
.course-content-card {
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 24px;
    padding: 50px;
}

.course-card-title {
    color: #252525;
    margin-bottom: 40px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 23px;
    text-align: center;
}

/* Feature Boxes */
.feature-box {
    background: radial-gradient(50% 50% at 50% 50%, rgba(252, 223, 214, 0.74) 0%, rgba(255, 235, 229, 0.74) 100%);
    border-radius: 16px;
    padding: 30px 20px 55px;
    text-align: center;
}
.feature-icon {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    width: 88px;
    height: 88px;
    border-radius: 50px;
    margin: 0 auto;
    flex-direction: row;
    align-content: center;
    align-items: center;
    background: linear-gradient(180deg, #EF5223 0%, #BC4F2E 100%);
}

.feature-icon svg {
    width: 48px;
    height: 48px;
}

.feature-label {
    color: #555555;
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}

.feature-value {
    color: #252525;
    margin: 0;
    font-family: DM Sans;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
}
.feature-icon img {
    max-width: 18px;
    width: 100%;
    /* height: 35px; */
}
/* USP Section */
.usp-section {
    background: #E5FFF6;
    border: 1px solid #2AE09A;
    border-radius: 16px;
    padding: 40px 40px;
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    flex-direction: column;
}

.usp-icon {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
        justify-content: center;
    align-items: center;
}

.usp-icon svg {
    width: 32px;
    height: 32px;
}

.usp-content {
    flex: 1;
}

.usp-title {
    font-size: 23px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 10px;
}

.usp-text {
    color: #3a3a3a;
    font-family: Poppins;
    font-weight: 500;
    font-size: 19px;
    padding-left: 58px;
    width: 96%;
    margin: 0;
}

.usp-highlight {
    color: #00C853;
    font-weight:500;
}
.download-btn {
background-color: #f8f8f8;
    border: 1px solid #e2e2e2;
    padding: 4px 5px 4px 22px;
    border-radius: 50px;
    color: #ef5223;
    font-weight: 600;
    text-decoration: none;
    font-family: "Montserrat";
    font-size: 22px;
    justify-content: space-between;
}
.download-btn:hover {
    background-color: #f8f8f8;
    border: 1px solid #e2e2e2;

}
.download-btn img {
    border-radius: 50%;
    padding: 7px;
    background-color: #ef5223;
    margin-left: 10px;
}
/* Course Coverage Section */
.course-coverage-section {
    border-radius: 16px;
    padding: 40px 0 30px;
}

.coverage-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 20px;
}

.coverage-title {
    font-size: 23px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.download-brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #FF5722;
    padding: 12px 24px;
    border-radius: 50px;
    border: 2px solid #FF5722;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-brochure-btn:hover {
    background: #FF5722;
    color: #fff;
    transform: translateX(5px);
}

.download-brochure-btn .btn-arrow {
    display: flex;
    align-items: center;
}

.download-brochure-btn:hover .btn-arrow svg circle {
    fill: rgba(255, 255, 255, 0.2);
}

.download-brochure-btn:hover .btn-arrow svg path {
    stroke: #fff;
}

/* Coverage Tags */
.coverage-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 2px;
}

.coverage-tags-slider {
    display: flex !important;
}

.coverage-tag-item {
    padding: 0 0;
}

.coverage-tag {
    display: inline-block;
    background: #FF5722;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    white-space: nowrap;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-align: center;

}

.coverage-tag:hover {
    background: #E64A19;
}

/* Slick Slider Styles for Coverage Tags */
.coverage-tags-slider.slick-slider {
    margin: 0 -6px;
}

.coverage-tags-slider .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.coverage-tags-slider .slick-track {
    display: flex;
    align-items: center;
    margin: 0 0;
}

.coverage-tags-slider .slick-arrow {
    display: none !important;
}
.icon-text {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.icon-text .usp-star img {
    margin-right: 9px;
}
/* Responsive Styles for Course Details */
@media (max-width: 992px) {
    .course-details {
        padding: 80px 0 60px;
    }

.course-opportunities-title {
    margin-top: 30px;
}
    .course-card-title {
        font-size: 23px;
        line-height: 33px;
    }

    .usp-section {
        padding: 40px 30px;
    }

}

@media (max-width: 768px) {
    .course-details {
        padding: 60px 0;
    }
    .feature-icon img {
    max-width: 24px;
    width: 100%;
    }
    .course-content-card { 
        padding: 50px 35px;
    }
    .usp-icon {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.usp-section {
    padding-top: 65px;
    /* height: 375px; */
}
.feature-icon.lg-img img {
    max-width: 44px;
    width: 100%;
}
    .course-badge {
        font-size: 18px;
        padding: 10px 24px;
        font-weight: 400;
        width: 100%;
    }

    .course-opportunities-title {
        font-size: 22px;
    }

    .feature-box {
        padding:50px 15px;
        width: 100%;
        margin: 0 auto;
    }
    

    .feature-icon svg {
        width: 40px;
        height: 40px;
    }


    .usp-icon {
        margin: 0 auto;
    }

    .usp-title {
        text-align: center;
    }

    .usp-text {
        font-size: 17px;
        text-align: center;
                padding: 20px 0;
                width: 100%;
    }

    .coverage-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .download-brochure-btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .coverage-tag {
        font-size: 16px;
        padding: 8px 20px;
    }
}

@media (max-width: 576px) {
    .course-details {
        padding: 40px 0;
    }

   
    .course-opportunities-title {
     font-size: 22px;
        margin: 20px auto 0;
        width: 70%;
        line-height: 31px;
    }


    .usp-icon svg {
        width: 28px;
        height: 28px;
    }

    .usp-title {
                font-size: 20px;
        margin-bottom: 0;
    }

    .download-btn { 
        display: none;
    }


    .coverage-tags {
        gap: 10px;
    }

}

/* How It Works Section */
.how-it-works {
    padding: 100px 0 60px;
}

.how-it-works-title {
    color: #000000;
    margin-bottom: 10px;
    font-family: Montserrat;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
}

.how-it-works-subtitle {
    color: #555555;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
}

/* How It Works Cards */
.how-it-works-card {
    background: linear-gradient(180deg, #FFF0EC 0%, #FFFDFD 100%);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    position: relative;
    height: 530px;
    border: 1px solid #FEECE7;
    overflow: hidden;
}

.step-number {
    position: absolute;
    top: 0;
    left: 30px;
    color: #FFE2DD;
    z-index: 0;
    font-family: DM Sans;
font-weight: 700;
font-size: 65px;

}

.step-icon {
    position: relative;
    z-index: 1;
    margin: 60px auto 45px;
    display: flex;
    justify-content: center;
    align-items: center;
        width: 127px;
    height: 127px;
    background: #FFD7D0;
    border-radius: 100%;
}

.step-icon svg {
    width: 100px;
    height: 100px;
}

.step-title {
    color: #000;
    margin-bottom: 15px;
   font-family: DM Sans;
    font-weight: 600;
    font-size: 25px;

}

.step-description {
    font-size: 15px;
    color: #555;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    text-align: center;
}
.step-icon img {
    max-width: 34px;
    width: 100%;
    height: 36px;
}
/* Responsive Styles for How It Works */
@media (max-width: 992px) {
    .how-it-works {
        padding: 50px 0;
    }

    .how-it-works-title {
        font-size: 40px;
    }

    .how-it-works-subtitle {
        font-size: 18px;
    }

    .how-it-works-card {
        padding:40px 25px;
            height: 100%;
    }

    .step-number {
        font-size: 53px;
        top: 8px;
        left: 17px;
    }

    .step-icon svg {
        width: 90px;
        height: 90px;
    }

    .step-title {
        font-size: 22px;
    }

    .step-description {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .how-it-works {
        padding: 60px 0;
    }

    .how-it-works-title {
        font-size: 32px;
    }

    .how-it-works-subtitle {
        font-size: 16px;
    }

    .how-it-works-card {
        margin-bottom: 20px;
    }

    .step-number {
        font-size: 50px;
        top: 12px;
        left: 20px;
    }

    .how-it-works-card {
        height: 470px;
    }
    .step-icon svg {
        width: 80px;
        height: 80px;
    }

    .step-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .step-description {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .how-it-works {
        padding: 20px 0;
    }

    .how-it-works-title {
        font-size: 28px;
    }

    .how-it-works-subtitle {
        font-size: 16px;
    }


    .step-number {
        font-size: 65px;
        top: 10px;
        left: 18px;
    }

    .step-icon svg {
        width: 70px;
        height: 70px;
    }

    .step-title {
        font-size: 22px;
    }

    .step-description {
        font-size: 16px;
    }
    .step-icon {
    margin: 90px auto 45px;
    }
}

/* Marketing FAQ Section */
.marketing-faq {
    padding: 100px 0 180px;
    background: #fff;
}

.faq-title {
    color: #000;
    margin-bottom: 15px;
    font-family: Montserrat;
font-weight: 700;
font-style: Bold;
font-size: 38px;
}

.faq-subtitle {
    color: #666;
    margin: 0 0;
    font-family: Poppins;
font-weight: 400;
font-size: 19px;
text-align: center;
}

/* FAQ Accordion */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: #fff;
    border: 1px solid #e0e0e000;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: #FF5722;
}

.faq-question {
    width: 100%;
    background: #FAFAFA;
    border: none;
    padding:15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-radius: 14px;
}

.faq-question[aria-expanded="true"] {
    color: #FF5722;
}

.faq-question span:first-child {
    flex: 1;
    padding-right: 20px;
}

.faq-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"] .faq-icon {
    transform: rotate(45deg);
}

.faq-icon svg {
    width: 32px;
    height: 32px;
}

.faq-answer {
    background: #fff;
}

.faq-answer-content {
    padding: 0 30px 30px;
}

.faq-answer-content p {
    color: #555;
    margin: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 19px;
    text-align: left;
}
.faq-question span {   
    font-family: DM Sans;
font-weight: 600;
font-size: 24px;

}
.faq-icon img {
    max-width: 36px;
    width: 100%;
}
/* Responsive Styles for FAQ */
@media (max-width: 992px) {
    .marketing-faq {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 40px;
    }

    .faq-subtitle {
        font-size: 17px;
    }

    .faq-question {
        font-size: 17px;
        padding: 22px 25px;
    }

    .faq-answer-content {
        padding: 22px 25px 25px;
    }

    .faq-answer-content p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .marketing-faq {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-subtitle {
        font-size: 16px;
    }

    .faq-accordion {
        gap: 15px;
    }
.faq-answer-content p {
    font-size: 16px;
}
    .faq-item {
        border-radius: 12px;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px 20px;
    }
.faq-question span {
        font-size: 17px;
    }
    .faq-question span:first-child {
        padding-right: 15px;
    }

    .faq-icon svg {
        width: 28px;
        height: 28px;
    }

    .faq-answer-content {
        padding: 20px 20px 22px;
    }

    .faq-answer-content p {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .marketing-faq {
        padding: 30px 0;
    }

    .faq-title {
        font-size: 28px;
                width: 80%;
        margin: 0 auto 25px;
    }

    .faq-subtitle {
        font-size: 16px;
                width: 80%;
        margin: 0 auto;
    }

    .faq-accordion {
        gap: 12px;
    }

    .faq-question {
        font-size: 16px;
        padding: 18px 18px;
    }

    .faq-icon svg {
        width: 26px;
        height: 26px;
    }

    .faq-answer-content {
        padding: 18px 18px 20px;
    }

    .faq-answer-content p {
        font-size: 14px;
    }
}

/* Affiliate CTA Section */
.affiliate-sec {
    padding: 120px 0 100px;
    background-color: #120301 !important;
    background: url('../img/affiliate-bg.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.affiliate-sec::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 87, 34, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.affiliate-sec::after {
    content: '';
    position: absolute;
    bottom: -30%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 140, 100, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-20px) translateX(10px);
    }
}

.affiliate-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 15% 20%, rgba(255, 140, 50, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 85% 80%, rgba(255, 100, 50, 0.08) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(200, 100, 50, 0.05) 0%, transparent 40%);
    pointer-events: none;
}

.affiliate-sec .container {
    position: relative;
    z-index: 1;
}

.affiliate-title {
    color: #fff;
    margin-bottom: 25px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
}

.affiliate-subtitle {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}

.btn-affiliate-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FF5722;
    color: #fff;
    padding: 10px 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    /* transition: all 0.3s ease; */
    position: relative;
    overflow: hidden;
}

.btn-affiliate-cta::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}
/* 
.btn-affiliate-cta:hover::before {
    width: 300px;
    height: 300px;
} */

.btn-affiliate-cta:hover {
    /* transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255, 87, 34, 0.5); */
    color: #fff;
    color: #fff;
    background-color: #EF5223;
}

.cta-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/* .btn-affiliate-cta:hover .cta-arrow {
    background: rgba(255, 255, 255, 0.3);
} */

.affiliate-footer-text {
    font-size: 15px;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    text-align: center;

}
.footer-bottom.marketing-footer a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
}
.footer-section .footer-bottom.marketing-footer {
    border-top: 1px solid #5d2b2b;
    font-size: 20px;
    font-family: "Montserrat";
    color: #000000;
    font-weight: 300;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
}
.star-rating span.usp-star {
    padding: 0 4px;
}
.star-rating {
    padding-bottom: 15px;
}

/* Partner Modal Styles */
.partner-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.partner-modal .modal-header {
    border-bottom: 1px solid #f0f0f0;
    padding: 25px 30px;
    background: #EF5223;
    border-radius: 20px 20px 0 0;
}

.partner-modal .modal-title {
    color: #fff;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
}

.partner-modal .modal-header .btn-close {
    filter: brightness(0) invert(1);
    opacity: 1;
}

.partner-modal .modal-body {
    padding: 30px;
}

.partner-modal .partner-form .form-label {
    color: #2b2b2b;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8px;
}

.partner-modal .partner-form .form-control {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 12px 16px;
    font-family: Poppins;
    font-size: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.form-control:focus {
    box-shadow: inherit;
}
/* .partner-form .form-control::placeholder {
    color: #949494;
} */

.btn-submit-partner {
    background: linear-gradient(135deg, #FF5722 0%, #EF5223 100%);
    color: #ffffff;
    border: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

/* .btn-submit-partner:hover {
    background: linear-gradient(135deg, #E64A19 0%, #D84315 100%);
} */

/* Responsive Modal Styles */
@media (max-width: 576px) {
    .partner-modal .modal-dialog {
        margin: 10px;
    }

    .partner-modal .modal-header {
        padding: 20px;
    }

    .partner-modal .modal-title {
        font-size: 20px;
    }

    .partner-modal .modal-body {
        padding: 20px;
    }

    .partner-modal .partner-form .form-label {
        font-size: 14px;
    }

    .partner-form .form-control {
        padding: 10px 14px;
        font-size: 14px;
    }

    .btn-submit-partner {
        padding: 12px 25px;
        font-size: 15px;
    }
}
/* Responsive Styles for Affiliate Section */
@media (max-width: 992px) {
    .affiliate-sec {
        padding: 100px 0;
    }

    .affiliate-title {
        font-size: 35px;
    }

    .affiliate-subtitle {
        font-size: 18px;
    }

    .btn-affiliate-cta {
        font-size: 17px;
        padding: 16px 40px;
    }
    .step-icon {
    width: 101px;
    height: 101px;
    }
}

@media (max-width: 768px) {
    .affiliate-sec {
        padding: 80px 0;
        background-attachment: scroll;
    }

    .affiliate-title {
        font-size: 33px;
        margin-bottom: 20px;
    }

    .affiliate-subtitle {
        font-size: 17px;
        margin-bottom: 35px;
        padding: 0 15px;
    }

    .btn-affiliate-cta {
        font-size:18px;
        padding: 15px 35px;
        width: 100%;
        max-width: 400px;
        justify-content: center;
        text-align: left;
    }

    .affiliate-footer-text {
        font-size: 16px;
        margin-top: 25px;
        padding: 0 15px;
    }
}

@media (max-width: 576px) {
    .affiliate-sec {
        padding: 70px 0;
    }

    .affiliate-title {
        font-size: 33px;
    }

    .affiliate-title br {
        display: none;
    }

    .affiliate-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .affiliate-subtitle br {
        display: none;
    }

    .btn-affiliate-cta {
        font-size: 18px;
        padding: 14px 30px;
        text-align: left;
    }

    .cta-arrow {
        width: 24px;
        height: 24px;
    }

    .cta-arrow svg {
        width: 16px;
        height: 16px;
    }

    .affiliate-footer-text {
        font-size: 16px;
        display: none;
    }
}
