.about.hero-left {
    flex-basis: 42.235294%;
}

.about .hero-left-title {
    margin-bottom: 0;
}

.about .hero-subtitle {
    font-weight: 800;
    font-size: 25px;
    line-height: 150%;
    margin-bottom: 24px;
}

.what-is-dad .section-features {
    grid-template-columns: repeat(3, 1fr);
}

.what-is-dad .feature:after {
    display: none !important;
}

/* What is dad live section css */
.what-is-dad {
    text-align: center;
    /* padding: 100px 0; */
    background: #fff;
}

.what-title,
.why-content h2,
.faq-card h2,
.trust-card h2,
.cta-top h2,
.newsletter-card h2,
.safety-title,
.trust-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 16px;
}

.why-content h2 {
    margin-bottom: 18px;
    margin-left: 18px;
}

.what-subtitle {
    margin: 0 auto 60px;
}
.what-is-dad .section-features{
    gap: 40px
}

.what-footer {
    opacity: 70%;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .what-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .what-is-dad {
        padding: 70px 20px;
    }

    .what-footer {
        margin-top: 40px;
    }
}

.why-dad-grid {
    display: grid;
    grid-template-columns: 5fr 7fr;
    gap: 40px;
    align-items: stretch;
}

/* LEFT CARD */
.why-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.why-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.why-card-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.65),
            rgba(0, 0, 0, 0));
    color: #fff;
}

/* Why Dad section */
.why-card-content h3 {
    font-size: 20px;
    margin-bottom: 6px;
}

.why-card-content p {
    font-size: 14px;
    margin-bottom: 16px;
    opacity: 0.95;
}

.why-card-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.audio-visual {
    font-size: 14px;
    opacity: 0.9;
}

/* RIGHT CONTENT */


.why-points {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.why-point {
    display: flex;
    gap: 14px;
}

.why-point span, .team-member span {
    opacity: 70%;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    flex-shrink: 0;
}

.dot-blue {
    background: #4aa3df;
}

.dot-orange {
    background: #ff8a00;
}

.why-point {
    padding: 18px;
}

/* FOOTER TEXT */
.why-footer {
    margin-top: 30px;
    font-size: 16px;
    opacity: 70%;
}

@media (max-width: 768px) {
    .why-dad-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .why-content h2 {
        font-size: 26px;
    }
}

/* Meet the Founders section css */

.meet-team {
    /* padding: 100px 0; */
    text-align: center;
    background: #fff;
}

.team-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
}

.team-subtitle {
    margin: 0 auto 60px;
    font-weight: 600;
    font-size: 22px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    align-items: start;
}

.team-member h4 {
    margin-top: 16px;
    margin-bottom: 0 !important;
}


/* Avatar style */
.team-avatar {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ffd5b5;
    /* soft orange ring */
    background: #fff3ea;
}

.team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .section-common.about-hero{
        margin-bottom: 0px;
    }
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .safety-section {
        padding: 66px 60px !important;
    }
}

@media (max-width: 480px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .what-is-dad .section-features {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 32px;
    }

}

/* faq Trust section css */
.faq-trust {
    /* padding: 100px 0; */
    background: #fff;
}

.faq-trust-grid {
    display: grid;
    grid-template-columns: 1.54fr 1fr;
    gap: 40px;
}

/* FAQ CARD */
.faq-card {
    background: rgba(102, 158, 197, 0.15);
    /* border-radius: 18px; */
    padding: 70px 80px;
}

.faq-card h3 {
    margin-top: 0;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 14px 0;
    font-weight: 700 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.faq-answer {
    display: none;
    padding-bottom: 16px;
    font-size: 16px;
    opacity: 70%;
    max-width: 565px;
    width: 100%;
}

.faq-item.active .faq-answer {
    display: block;
}

.arrow {
    font-size: 14px;
    color: #7aaedc;
}

.faq-link {
    display: inline-block;
    margin-top: 18px;
    font-size: 18px;
    color: #7aaedc;
}

/* TRUST CARD */
.trust-card {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
}

.trust-card h3 {
    margin-top: 0;
}

.trust-card p {
    opacity: 70%;
    margin-bottom: 20px;
}

/* cta newsletter css */

.cta-newsletter {
    /* padding: 110px 20px; */
    text-align: center;
    background: #fff;
}

/* TOP CTA */
.cta-top {
    /* max-width: 760px; */
    margin: 0 auto 90px;
}

.cta-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 20px;
    background: #fff1e6;
    color: rgba(255, 167, 101, 0.1);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 70%;
}

.cta-top h2 {
    /* font-size: 32px; */
    /* font-weight: 600; */
    /* margin-bottom: 14px; */
}

.cta-top p {
    font-size: 19px;
    margin-bottom: 28px;
    font-weight: 600;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* NEWSLETTER CARD */
.newsletter-card {
    /* max-width: 860px; */
    margin: 0 auto;
    background: #fff3ea;
    padding: 50px 40px;
}

.newsletter-card h3 {
    /* font-size: 24px; */
    margin-bottom: 8px;
}


.newsletter-text {
    /* font-size: 14px; */
    /* color: #666; */
    margin-bottom: 26px;
}

/* FORM */
.newsletter-form {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-bottom: 14px;
    flex-wrap: wrap;
    flex-direction: column;
}

.newsletter-form input {
    max-width: 440px;
    padding: 12px 20px;
    border-radius: 100px;
    border: 1px solid rgba(255, 168, 101, 0.3);
    outline: none;
    width: 100%;
}

.newsletter-check {
    gap: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 70%;
    margin-right: 110px;

}

.newsletter-check input {
    margin-right: 6px;
}

.newsletter-check a {
    color: rgba(255, 168, 101, 1);
    text-decoration: none;
}

@media (max-width: 768px) {
    .cta-top h2 {
        font-size: 26px;
    }

    .newsletter-card {
        padding: 40px 20px;
    }

    .safety-section {
        padding: 40px 40px !important;
        margin: auto 12px;
    }
    .newsletter-check{
        margin-right: 0px;
        text-align: left;
    }

    .newsletter-form input {
        width: 100%;
        max-width: 100%;
    }
    .newsletter-check input[type="checkbox"]{
        padding: 0;
    }
    .page-template-about .hero-left-text{
        padding: 0px!important;
    }
}

@media (max-width: 528px) {
    .newsletter-card h2 {
        align-items: flex-start !important;
    }

    .newsletter-card .logo-span {
        align-self: flex-start;
        margin-top: 9px;
    }
    
}
@media (max-width: 425px) {
    .why-card-actions{
        flex-direction: column;
    }
}

a.btn.btn-orange {
    padding: 16px 30px;
}

a.btn.btn-outline {
    border: 1px solid rgba(255, 167, 101, 1);
    color: rgba(255, 167, 101, 1) !important;
    padding: 16px 30px;
}

button.btn.btn-subscribe {
    padding: 12px 50px;
    background: rgba(255, 167, 101, 1);
}

.newsletter-card,
.faq-card,
.trust-card {
    border-radius: 32px;
}

.newsletter-card,
.trust-card,
.why-point.highlight {
    background: rgba(255, 167, 101, 0.10);
}

@media (max-width: 768px) {
    .faq-trust-grid {
        grid-template-columns: 1fr;
    }

    .faq-answer {
        width: 100%;
    }


    .common-container,
    .section-feedback-about {
        padding: 0 12px;
    }

    .newsletter-check {
        display: inline-block;
    }

    button.btn.btn-subscribe {
        width: 100%;
        max-width: 100%;
    }
    .newsletter-inline{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

}

@media (max-width: 1032px) {
    a.btn.btn-orange.read-stay {
        padding: 16px 25px;
    }

    .faq-card,
    .trust-card {
        padding: 30px;
    }

    .about-hero {
        flex-direction: column;
        gap: 40px;
    }

    .section-feedback-about .feedback-left,
    .section-feedback-about .feedback-right {
        padding: 40px;
    }

}

.what-is-dad .feature:nth-child(1):before {
    background-image: url(../images/interface/feat-discover.svg) !important;
}

.what-is-dad .feature:nth-child(2):before {
    background-image: url(../images/interface/team.svg) !important;
}

.what-is-dad .feature:nth-child(3):before {
    background-image: url(../images/interface/Lock.svg) !important;
}

.faq-question .arrow::after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* SOLID icons */
    font-size: 17px;
    opacity: 70%;
    margin-left: 8px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question .arrow::after {
    transform: rotate(180deg);
    opacity: 100%;
}


.why-point img {
    align-self: flex-start;
    margin-top: 7px;
    width: 22px;
    height: 22px;
}

.share-feeedback {
    margin-top: 24px;
    color: rgba(255, 168, 101, 1);
}

a.btn.btn-orange.read-stay {
    align-self: center;
    margin-top: 40px;
}


.logo-baout-safety {
    width: 146px;
    margin-bottom: -8px;
}

.feature-text-what {
    opacity: 70%;
    margin-top: -24px;
    max-width: 200px;
    width: 100%;
}

img.bg-heart {
    width: 35px;
    height: 35px;
    margin-left: -10px;
    margin-right: -5px;
}

.why-point.highlight {
    border-radius: 20px;
}

p.trust-card-description {
    opacity: 100%;
}

.cta-top img {
    margin-bottom: 30px;
}

.newsletter-form input::placeholder {
    opacity: 20%;
}

.custom-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.hero-video {
    width: 100%;
    height: auto;
    display: none;
    /* Ã°Å¸â€˜Ë† thumbnail ke baad show hoga */
}

/* Thumbnail */
.video-thumbnail {
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

/* Play Button */
.video-thumbnail .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}
/* 31-12-2025 */
.newsletter-check input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #FFA8654D; /* your color */
    border-radius: 6.67px;
    background: #fff;
    cursor: pointer;
    position: relative;

  }
  
  /* Checked state */
  .newsletter-check input[type="checkbox"]:checked {
    background-color: #FFA865;
    border-color: #FFA865;
  }
  
  /* Tick mark */
  .newsletter-check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  /* Remove black focus outline */
  .newsletter-check input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
  }
  .newsletter-inline{
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
/* 31-12-2025 - 01-01-2026 */
/* 1-01-2026 */
@media (max-width: 768px) {
    .feature-text-what{
        margin-top: 0;
    }
    .why-card-actions a.btn.btn-orange {
        padding: 16px 18px;
    }
}
/* 1-01-2026 */