body {
    font-family: 'Mazzard', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #EFF2FF;
}
.main-container {
    width: min(90.11vw, 1440px);
    margin-inline: auto;
}
:root {
    --footer-navy: #333E6E;
    --footer-navy-dark: #24254f;
    --footer-orange: #FE5C36;
    --footer-text: #EFF2FF;
    --footer-text-muted: #a6a6c8;
    --page-bg: #EFF2FF;
}
.ajantamed-footer {
    background: var(--footer-navy);
    border-radius: 60px 60px 0px 0px;
    color: var(--footer-text);
    overflow: hidden;
    position: relative;
}
.footer-curve {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 270px;
    pointer-events: none;
    top: 10%;
    z-index: 1;
}
/* .footer-inner {
    padding: 44px 48px 28px;
    position: relative;
    z-index: 2;
} */
a {
    text-decoration: none;
}
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
}
.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex: 1;
}
.footer-col,
.footer-widget {
    min-width: 140px;
}
.footer-widget-title,
.footer-col h4 {
    color: var(--footer-orange);
    font-size: clamp(1.095rem, calc(1.015rem + 0.4vw), 1.495rem);
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: none;
}
.footer-col ul,
.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-col ul li,
.footer-widget ul li {
    margin-bottom: 4px;
}
.footer-col ul li a,
.footer-widget ul li a,
.footer-widget a {
    color: var(--footer-text);
    font-size: clamp(0.97rem, calc(0.89rem + 0.4vw), 1.37rem);
    font-weight: 400;
    opacity: 0.95;
    transition: opacity .15s ease, color .15s ease;
}
.footer-col ul li a:hover,
.footer-widget ul li a:hover {
    opacity: 1;
    color: var(--footer-orange);
}
.view-all-link {
    color: var(--footer-text) !important;
}
.footer-logo-wrap {
    max-width: 411px;
}
.footer-logo-pill {
    background: #ffffff;
    border-radius: 999px 0 0 999px;
    width: 100%;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 30px 30px 54px;
    z-index: 2;
}
.logo-brand-accent {
    color: var(--footer-orange);
}
.footer-middle {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 65px;
    margin-bottom: 20px;
}
.footer-social {
    display: flex;
    gap: 12px;
    order: 1;
}
.footer-social .social-icon,
.footer-social-widget a {
    width: 34px;
    height: 34px;
    border: 1.4px solid var(--footer-text);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--footer-text);
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}
.footer-social .social-icon:hover {
    background: var(--footer-orange);
    border-color: var(--footer-orange);
    color: #fff;
}
.footer-tagline {
    order: 3;
    flex-basis: 100%;
    max-width: 420px;
    margin-top: 14px;
}
.footer-tagline p,
.footer-tagline-widget p {
    color: #ffffff;
    font-size: clamp(0.86rem, calc(0.82rem + 0.2vw), 1.06rem);
    line-height: 1.6;
    margin: 0;
}
.footer-bottom-links {
    order: 2;
    margin-left: auto;
}
.footer-menu-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0;
    padding: 0;
}
.footer-menu-list li {
    position: relative;
    padding-right: 18px;
}
.footer-menu-list li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    color: #ffffff;
    opacity: .6;
}
.footer-menu-list a {
    color: var(--footer-text);
    font-size: clamp(0.86rem, calc(0.82rem + 0.2vw), 1.06rem);
}
.footer-menu-list a:hover {
    color: var(--footer-orange);
}
.footer-bottom {
    border-top: 1px solid #ffffff;
    margin-top: 26px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
}
.footer-bottom p,
.footer-copyright-widget p {
    margin: 0;
    font-size: clamp(0.735rem, calc(0.695rem + 0.2vw), 0.935rem);
    color: #ffffff;
}
@media (max-width: 1280px) {
    .footer-logo-wrap {
        width: 320px;
    }
}
@media (max-width: 1024px) {
    .footer-top {
        flex-direction: column;
    }
    .footer-logo-wrap {
        max-width: 411px;
    }
    .footer-logo-pill {
        max-height: 120px !important;
    }
    .footer-bottom-links {
        margin-left: 0;
    }
    .footer-curve {
        top: 42%;
        height: 178px;
    }
    /* .footer-inner {
        padding: 32px 22px 22px;
    } */
    .footer-columns {
        gap: 20px;
    }
    .footer-col ul {
        display: flex;
        display: inline-flex;
        white-space: nowrap;
        column-gap: 20px;
        row-gap: 0px;
        flex-wrap: wrap;
    }
    .footer-col,
    .footer-widget {
        min-width: 45%;
    }
}
@media (max-width: 768px) {
    .ajantamed-footer{
        border-radius: 26px 26px 0px 0px;
    }
    .footer-logo-wrap {
        max-width: 300px;
    }
    .footer-logo-pill {
        min-height: 100px;
    }
}
@media (max-width: 530px) {
    .footer-curve {
        height: 171px;
        top: 43%;
    }
    .footer-logo-wrap {
        max-width: 218px;
    }
    .footer-logo-pill {
        padding: 25px 30px;
        min-height: 80px;
    }
}
@media (max-width: 380px) {
    .footer-logo-pill {
        min-height: 80px;
        padding: 20px 25px;
    }
    .footer-logo-wrap {
        max-width: 180px;
        bottom: 33% !important;
    }
    .footer-curve {
        top: 55%;
        height: 121px;
    }
}
input[type="radio"].poll-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 9999px;
    outline: none;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: all .15s ease;
}
input[type="radio"].poll-radio:checked {
    border-color: #ffffff;
}
input[type="radio"].poll-radio:checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background: #ffffff;
}
input[type="radio"].poll-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 9999px;
    outline: none;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    transition: all .15s ease;
}
input[type="radio"].poll-radio:checked {
    border-color: #ffffff;
}
input[type="radio"].poll-radio:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 9999px;
    background: #ffffff;
}
.cu-swiper {
    padding-bottom: 4px;
}
.cu-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: all .25s ease;
}
/* Active */
.cu-nav-btn:not(.swiper-button-disabled) {
    background: #FE5C36;
    color: #fff;
    border: 1px solid #FE5C36;
}
/* Disabled */
.cu-nav-btn.swiper-button-disabled {
    background: #fff;
    color: #FE5C36;
    border: 1px solid #FE5C36;
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}
.cu-play-btn {
    transition: transform .2s ease;
}
.cu-video-card:hover .cu-play-btn {
    transform: translate(-50%, -50%) scale(1.08);
}
.webinar-thumb-slide.active,
.webinar-thumb-mobile-item.active {
    background-color: #eff2ff;
    border-left: 3px solid #FE5C36;
}
/* Newsletter CF7 form styling - pill shape */
.newsletter-cf7 form.wpcf7-form {
    display: flex;
}
.newsletter-cf7 .wpcf7-form-control-wrap {
    flex: 1;
}
.newsletter-cf7 p {
    margin: 0;
}
.newsletter-cf7 form {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 9999px;
    padding: 4px;
    gap: 4px;
    width: 100%;
}
.newsletter-cf7 .newsletter-input {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 9999px;
    padding: 10px 16px;
    font-size: 14px;
    color: #fb4e28;
}
.newsletter-cf7 .newsletter-input::placeholder {
    color: #fb4e28;
    opacity: 0.7;
}
.newsletter-cf7 .newsletter-submit {
    background: #333E6E;
    color: #ffffff;
    border: none;
    border-radius: 9999px;
    padding: 13px 22px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}
.newsletter-cf7 .newsletter-submit:hover {
    opacity: 0.9;
}

/* Sirf newsletter form ka response message hide karo */
.wpcf7 form:has(.newsletter-cf7) .wpcf7-response-output {
  display: none !important;
}
/* success/error messages neat rakhne ke liye */
.newsletter-cf7 .wpcf7-response-output {
    color: #fff;
    border: none !important;
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}
@media (max-width: 640px) {
    .newsletter-cf7 form {
        flex-direction: column;
        border-radius: 20px;
        padding: 8px;
    }
    .newsletter-cf7 .newsletter-submit {
        width: max-content;
        /* margin-top: 4px; */
    }
    .cu-nav-btn{
        height: 37px;
        width: 37px;
    }
}
.newsletter-cf7 p {
    display: flex;
    flex-direction: row;
}

/* Wrapper ko positioning context do, overflow visible rakho */
.newsletter-cf7 {
  position: relative;
  overflow: visible;
}

/* CF7 ka <p> aur input wrapper */
.newsletter-cf7 p {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}

.newsletter-cf7 .wpcf7-form-control-wrap {
  flex: 1;
  position: static; /* taaki tip .newsletter-cf7 ke relative hone par align ho */
}

/* Error tip: wrapper ke bahar, neeche */
.newsletter-cf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 8px);
  left: 16px;
  font-size: 13px;
  line-height: 1.3;
  color: #dc2626;
  white-space: nowrap;
  pointer-events: none;
}
.newsletter-cf7 .wpcf7-spinner {
    display: none !important;
}
/* Sirf ek jagah custom CSS - tabs ke liye smooth active pill animation */
.tab-pill {
    transition: all .2s ease;
}
/* ===== Swiper overrides — thumbs list ko active state dena, arrows ka look ===== */
.webinar-thumb-slide {
    cursor: pointer;
    border-radius: 0.75rem;
}
/* 
.webinar-thumb-slide.swiper-slide-active {
    background-color: rgba(255, 255, 255, 0.08);
} */
.webinar-thumbs-swiper {
    height: 420px;
}
.webinar-thumbs-swiper .swiper-wrapper {
    height: 100% !important;
}
.sbk-scroll-top-btn {
    transition-property: opacity, transform;
}