@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --themecolor: #440f2c;
    --themecolor2: #d5557c;
    --blackcolor: #222222;
    --whitecolor: #ffffff;
    --text-color: #757679;
    --themebg: url(/img/theme-bg.png);
    --poppins: "Poppins", sans-serif;
}

@font-face {
    font-family: helvetica-bold;
    src: url(../custom-fonts/helvetica-bold.otf);
}

@font-face {
    font-family: helvetica-light;
    src: url(../custom-fonts/helvetica-light.otf);
}

@font-face {
    font-family: helvetica-55;
    src: url(../custom-fonts/helvetica-55.otf);
}

html,
body {
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--poppins);
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

/* p {
    font-family: helvetica-55;
} */

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    color: inherit;
    text-decoration: none !important;
    transition: all 0.3s 0s linear;
}

.theme-clr {
    color: var(--themecolor2) !important;
}

.web-heading {
    font-family: var(--poppins);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--themecolor);
    color: var(--themecolor);
    display: inline-block;
}

.web-para {
    font-family: var(--poppins);
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
    color: var(--text-color);
}

.web-bg {
    background-image: var(--themebg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.web-btn1 {
    padding: 7px 25px;
    border-radius: 10px;
    background-color: var(--themecolor2) !important;
    color: #fff !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: helvetica-bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.web-btn1 i {
    color: var(--whitecolor) !important;
}

.web-btn2 {
    padding: 7px 25px;
    border-radius: 10px;
    background-color: var(--whitecolor) !important;
    color: var(--themecolor2) !important;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-family: helvetica-bold;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

/* header work start */

header {
    padding: 20px 0;
}

header .logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo-wrapper img {
    width: 200px;
    height: auto;
}

.menu-wrapper {
    padding: 12px 0;
    background-color: var(--themecolor);
}

.menu-wrapper .menu-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-wrapper .menu-list li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--whitecolor);
}

.menu-wrapper .menu-list li a:hover {
    color: var(--themecolor2);
}

.menu-wrapper .menu-list li a.active {
    color: var(--themecolor2);
}

/* header work end */

/* home-banner work start */

.home-banner {
    padding: 140px 0;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.home-banner .container {
    position: relative;
    z-index: 1;
}

.home-banner .banner-title {
    font-size: 62px;
    font-weight: 800;
    color: #ffba43;
    margin-bottom: 20px;
}

.home-banner .banner-para {
    font-size: 20px;
    font-weight: 700;
    color: var(--whitecolor);
    margin-bottom: 20px;
}

.home-banner .banner-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* home-banner work end */

/* home-crisis work start */

.home-crisis {
    text-align: center;
    background-color: #e8e8e8;
}

.home-crisis .crisis-subheading {
    font-size: 21px;
    font-weight: 600;
    color: var(--themecolor);
    margin-bottom: 10px;
}

.home-crisis .crisis-para {
    font-size: 20px;
    font-weight: 500;
    color: var(--blackcolor);
    margin-bottom: 20px;
    padding: 0 250px;
}

.home-crisis .crisis-second-heading {
    font-size: 30px;
    font-weight: 600;
    color: var(--themecolor);
    margin-bottom: 0px;
}

.home-crisis .percentage-wrapper {
    padding: 0 80px;
}

.home-crisis .percentage-circle {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffba43;
    border: 3px solid var(--themecolor);
    margin: 0 auto 20px;
}

.home-crisis .percentage-circle .percentage-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--whitecolor);
    margin: 0;
    line-height: 18px;
}

.home-crisis .percentage-circle .percentage-title.smaller {
    font-size: 20px;
    line-height: 20px;
}

.home-crisis .percentage-circle .percentage-title small {
    font-size: 15px;
    line-height: 12px;
}

.home-crisis .stat-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--blackcolor);
    margin-bottom: 20px;
}

.home-crisis .stat-source {
    font-size: 16px;
    color: var(--themecolor);
    margin-bottom: 0px;
    font-weight: 600;
}

/* home-crisis work end */

/* resources page work start */

.section-headings {
    margin-bottom: 40px;
}

.section-headings .section-title {
    font-size: 32px;
    font-weight: 700;
    color: var(--themecolor2);
}

.resources-video .video-card {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.resources-video .video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.resources-video .video-thumb {
    position: relative;
    /* aspect-ratio: 16/9; */
    overflow: hidden;
    height: 280px;
}

.resources-video .video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.resources-video .video-thumb:hover img {
    transform: scale(1.1);
}

.resources-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--themecolor2);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.resources-video .video-thumb:hover .play-icon {
    background: #ff2e63;
}

.resources-video .video-info {
    padding: 15px;
}

.resources-video .video-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--blackcolor);
}

.slick-slide {
    margin: 0px 10px;
}

.slick-prev,
.slick-next {
    position: absolute;
    bottom: -75px;
    top: unset;
    width: 38px;
    height: 38px;
    border: 2px solid #aaa;
    border-radius: 50%;
    background: #fff;
    color: #666;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.slick-prev:before,
.slick-next:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    color: #555;
    opacity: 0.9;
    background: none;
    box-shadow: none;
    transition: color 0.3s ease;
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

.slick-prev:hover,
.slick-next:hover {
    background: #555;
    border-color: #555;
}

.slick-prev:hover:before,
.slick-next:hover:before {
    color: #fff;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    right: 60px;
    left: unset;
}

.slick-prev,
.slick-next {
    font-size: 0;
}

.pdf-listing-section .pdf-card {
    border: 1px solid #ddd;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    padding: 15px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
}

.pdf-listing-section .pdf-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.pdf-listing-section .pdf-thumb {
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    background: #f9f9f9;
}

.pdf-listing-section .pdf-frame {
    width: 100%;
    height: 100%;
    border: none;
}

.pdf-listing-section .pdf-title {
    font-size: 18px;
    font-weight: 600;
    min-height: 65px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-listing-section .blog-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: visible;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    min-height: 320px;
    transition: transform 1s ease, box-shadow 1s ease, min-height 1s ease;
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}

.blog-listing-section .blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.14);
    min-height: 520px;
}

.blog-listing-section .thumb {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-listing-section .thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(
        180deg,
        rgba(213, 85, 124, 0) 0%,
        rgb(213 85 124 / 95%) 100%
    );
    transition: height 0.28s ease, background 0.28s ease;
}

.blog-listing-section .title-overlay {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    text-align: center;
    color: #ffffff;
    z-index: 3;
    pointer-events: none;
}

.blog-listing-section .title-overlay h4 {
    margin: 0;
    font-size: 20px;
    line-height: 1.08;
    font-weight: 700;
    line-break: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-listing-section .title-overlay .date {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.blog-listing-section .card-body-custom {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.32s ease, opacity 0.32s ease, padding 0.28s ease;
}

.blog-listing-section .blog-card:hover .card-body-custom {
    max-height: 420px;
    opacity: 1;
    padding: 28px 30px 22px 30px;
}

.blog-listing-section .title {
    margin: 0 0 14px 0;
    color: var(--themecolor2);
    font-size: 20px;
    line-height: 1.12;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-listing-section .excerpt {
    color: #666666;
    font-size: 14px;
    margin: 0 0 15px 0;
    padding: 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-listing-section .card-footer-custom {
    padding: 14px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: #ffffff;
}

.blog-listing-section .learn-more {
    color: var(--themecolor2);
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
}

.blog-listing-section .post-date {
    color: #9a9a9a;
    font-size: 12px;
}

.blog-listing-section .underline-bar {
    width: 60px;
    height: 5px;
    background: #ffffff;
    margin: 10px auto 0 auto;
    opacity: 0.9;
}

.blog-listing-section .blog-card:hover .thumb::after {
    height: 22%;
    background: linear-gradient(
        180deg,
        rgba(227, 106, 136, 0) 0%,
        rgba(227, 106, 136, 0.8) 100%
    );
}

.blog-listing-section .blog-card:hover .title-overlay {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.22s ease, transform .22s ease;
}

.blog-detail .post-card {
    background: var(--whitecolor);
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #ddd;
}

.blog-detail .post-card .post-hero {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.blog-detail .post-card .post-hero img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-detail .post-card .post-hero:hover img {
    transform: scale(1.03);
}

.blog-detail .post-card .hero-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 32px;
    background: linear-gradient(
        180deg,
        rgba(213, 85, 124, 0) 0%,
        rgb(213 85 124 / 95%) 100%
    );
    color: var(--whitecolor);
}

.blog-detail .post-card .post-title {
    margin: 0 0 8px 0;
    font-size: 26px;
    line-height: 1.08;
    font-weight: 700;
    color: var(--whitecolor);
}

.blog-detail .post-card .meta {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.blog-detail .post-card .post-body {
    padding: 28px 30px 24px 30px;
}

.blog-detail .post-card .post-body p {
    color: #444;
    margin-bottom: 15px;
    font-size: 16px;
}

.blog-detail .post-card .post-body h1,
.blog-detail .post-card .post-body h2,
.blog-detail .post-card .post-body h3,
.blog-detail .post-card .post-body h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: var(--blackcolor);
}

.blog-detail .post-card .service-list {
    list-style: disc;
    padding-left: 25px !important;
}

.blog-detail .sticky-sidebar {
    position: sticky;
    top: 28px;
}

.blog-detail .widget-card {
    padding: 15px;
    margin-bottom: 15px;
    background: var(--whitecolor);
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid #ddd;
}

.blog-detail .recent-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.blog-detail .recent-item {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-detail .recent-item:last-child {
    margin-bottom: 0;
}

.blog-detail .recent-item a {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    align-items: center;
    padding: 10px;
}

.blog-detail .recent-item img {
    width: 72px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.blog-detail .rmeta .rtitle {
    font-size: 15px;
    font-weight: 600;
    color: var(--blackcolor);
    line-height: 1.1;
    transition: all 0.3s linear;
}

.blog-detail .recent-item:hover .rmeta .rtitle {
    color: var(--themecolor2);
    text-decoration: underline;
}

.blog-detail .rmeta .rdate {
    font-size: 12px;
    color: #9a9a9a;
    margin-top: 6px;
}

.blog-detail .contact-cta p {
    margin-bottom: 12px;
    color: #555;
    font-size: 14px;
}

.blog-detail .dot {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.9);
}

.blog-detail .widget-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

/* resources page work end */

/* home wait section work start */

.home-wait .home-wait-subheading {
    font-size: 24px;
    color: var(--themecolor2);
    font-weight: 700;
    margin-bottom: 0;
}

.home-wait iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.home-wait .home-wait-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* home wait section work end */

/* home steps section work start */

.home-steps {
    background-color: #ffba43;
}

.home-steps .home-steps-img {
    width: 100%;
    height: auto;
    padding: 0 200px;
    margin-top: 40px;
}

/* home steps section work end */

/* home biomarker work start */

.home-biomarker .biomarker-wrapper {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 30px;
}

.home-biomarker .biomarker-wrapper .biomarker-img {
    width: 180px;
    height: 180px;
    border-radius: 20px;
}

.home-biomarker .biomarker-wrapper .biomarker-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.home-biomarker .biomarker-wrapper .biomarker-title.clr1 {
    color: var(--themecolor);
}

.home-biomarker .biomarker-wrapper .biomarker-title.clr2 {
    color: var(--themecolor2);
}

.home-biomarker .biomarker-wrapper .biomarker-title.clr3 {
    color: #3caebd;
}

.home-biomarker .biomarker-wrapper .biomarker-para {
    font-size: 18px;
    color: var(--blackcolor);
    margin-bottom: 15px;
}

/* home biomarker work end */

/* home-our-tech work start */

.home-our-tech {
    background-color: #e8e8e8;
}

.home-our-tech .home-tech-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.home-our-tech .home-tech-wrapper .home-tech-box {
    text-align: center;
    position: relative;
    background-color: var(--whitecolor);
    border: 5px solid #ffba43;
    border-radius: 30px;
    padding: 20px;
}

.home-our-tech .home-tech-wrapper .home-tech-box::after {
    content: "";
    background-image: url(../images/arrow-icon.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 45px;
    height: 32px;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}

.home-our-tech .home-tech-wrapper .home-tech-box:last-child::after {
    display: none;
}

.home-our-tech .home-tech-wrapper .home-tech-box .home-tech-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
}

.home-our-tech .home-tech-wrapper .home-tech-box .home-tech-title {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    color: var(--themecolor2);
    margin-bottom: 10px;
}

.home-our-tech .home-tech-wrapper .home-tech-box .home-tech-para {
    font-size: 16px;
    color: var(--blackcolor);
    margin-bottom: 0px;
}

/* home-our-tech work end */

/* home impact work start */

.home-impact .impact-sub-para {
    font-size: 20px;
    color: var(--blackcolor);
    margin-bottom: 0px;
    text-align: center;
}

.home-impact .impact-wrapper {
    text-align: center;
    padding: 0 60px;
}

.home-impact .impact-wrapper .icon-div {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffba43;
    border: 5px solid var(--themecolor);
    margin: 0 auto 15px;
    padding: 20px;
}

.home-impact .impact-wrapper .icon-div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-impact .impact-wrapper .impact-title {
    font-size: 38px;
    font-weight: 600;
    color: var(--themecolor2);
    margin-bottom: 10px;
    line-height: 1;
}

.home-impact .impact-wrapper .impact-text {
    font-size: 18px;
    line-height: 1.2;
    color: var(--text-color);
    margin: 0;
}

.home-impact .impact-btn {
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid var(--text-color);
    color: var(--text-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
}

/* home impact work end */

/* home-stories work start */

.home-stories {
    background-color: #e8e8e8;
}

.home-stories .stories-title {
    font-size: 38px;
    font-weight: 600;
    color: var(--themecolor2);
    margin-bottom: 20px;
}

.home-stories .stories-text {
    font-size: 22px;
    color: var(--text-color);
    margin-bottom: 0;
    /* line-height: 1; */
}

.home-stories .quote-1 {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
}

.home-stories .quote-2 {
    width: 50px;
    height: auto;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: 80px;
    display: block;
}

.home-stories .stories-author {
    font-size: 22px;
    font-weight: 700;
    color: var(--themecolor2);
    margin-bottom: 0;
    margin-top: 30px;
}

.home-stories .stories-author-text {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 0px;
}

.home-stories .stories-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* home-stories work end */

/* home-global-collab work start */

.home-global-collab {
    background-color: #3caebd;
}

.home-global-collab .collab-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--whitecolor);
    margin-bottom: 15px;
    padding: 0 150px;
}

.home-global-collab .global-logo-box {
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.01);
    background-color: var(--whitecolor);
}

.home-global-collab .global-logo-box img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.home-global-collab .global-logo-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 15px;
}

/* home-global-collab work end */

/* home-partners work start */

.home-partners .partner-logo-box {
    padding: 15px;
    border-radius: 20px;
    box-shadow: 5px 5px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: var(--whitecolor);
    border: 1px solid #ddd;
}

.home-partners .partner-logo-box img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

/* home-partners work end */

/* final-cta work start */

.final-cta .support-text {
    font-size: 20px;
    color: var(--blackcolor);
    margin-bottom: 20px;
    /* font-family: var(--poppins); */
}

/* final-cta work end */

/* footer work start */

footer {
    background-color: var(--themecolor);
}

footer .footer-logo-img {
    width: 220px;
    height: auto;
}

footer .footer-text {
    font-size: 18px;
    color: var(--whitecolor);
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .footer-socials li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--whitecolor);
    color: var(--themecolor);
}

footer .footer-socials li a:hover {
    background-color: var(--themecolor2);
    color: var(--whitecolor);
}

footer .footer-contact-info li {
    margin-bottom: 15px;
}

footer .footer-contact-info a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 17px;
    font-weight: 500;
    color: var(--whitecolor);
}

footer .footer-contact-info a .icon-div {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--whitecolor);
    color: var(--themecolor);
}

footer .form-label {
    font-size: 15px;
    font-weight: 500;
    color: var(--whitecolor);
    margin-bottom: 5px;
}

footer .form-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

footer .form-control {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 6px 15px;
}

footer .form-control::placeholder {
    color: var(--text-color);
    font-size: 14px;
}

footer .footer-heading {
    font-size: 19px;
    font-weight: 600;
    color: var(--whitecolor);
    position: relative;
    margin-bottom: 30px;
}

footer .footer-heading::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: -12px;
    background-color: var(--whitecolor);
    height: 3px;
    width: 50px;
}

footer .footer-links-wrapper li {
    margin-top: 10px;
}

footer .footer-link {
    font-size: 16px;
    font-weight: 500;
    color: #ccc;
}

footer .footer-link:hover {
    color: var(--whitecolor);
}

/* footer work end */

/* statement-banner work start */

.statement-banner-img {
    width: 100%;
    height: auto;
}

/* statement-banner work end */

/* lung-health work start */

.lung-health .lung-health-para {
    font-size: 20px;
    color: var(--text-color);
}

.lung-health img {
    width: 100%;
    border-radius: 20px;
}

.lung-health .lung-health-title {
    font-size: 28px;
    font-weight: 600;
    color: var(--themecolor2);
    text-align: center;
    margin-bottom: 20px;
}

/* lung-health work end */

/* air-pollution work start */

.air-pollution img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.air-pollution .pollution-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--themecolor);
    margin-bottom: 5px;
}

.air-pollution .pollution-text {
    font-size: 20px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.air-pollution .pollution-text b {
    font-weight: 600;
    color: #555;
}

.air-pollution .pollution-list-text {
    font-size: 22px;
    color: var(--text-color);
    margin-bottom: 0;
    list-style: disc;
    padding-left: 25px !important;
}

/* air-pollution work end */

/* climate-aqi work start */

.climate-aqi-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* climate-aqi work end */

/* --- Global Resets & Spacing --- */

.section-padding {
    padding: 80px 0; /* Increase global padding for more space */
}
.section-padding.pt-0 {
    padding-top: 0;
}

/* --- 1. Professional Header/Breadcrumb (High Contrast) --- */

.breadcrumb-clean-style {
    display: flex;
    align-items: center;
    position: relative;
    /* Use the themecolor for a solid, professional background */
    background-color: var(--themecolor2);
    background-image: none; /* Remove background image unless explicitly needed */
    box-shadow: inset 0 -10px 15px rgba(0, 0, 0, 0.1); /* Subtle inner shadow */
}

/* Remove the dark overlay as we are using a solid color */
.breadcrumb-clean-style::before {
    display: none;
}
.breadcrumb-clean-style .breadcumb-title {
    font-size: 56px; /* Larger, more impactful title */
    font-weight: 800; /* Extra bold */
    color: var(--whitecolor);
    margin-bottom: 5px; /* Tighter spacing to breadcrumb menu */
}

.breadcrumb-clean-style .breadcumb-menu {
    display: flex;
    gap: 8px;
    font-size: 16px;
}

.breadcrumb-clean-style .breadcumb-menu li {
    font-size: 16px;
    color: var(--themecolor2); /* Highlight breadcrumb with secondary color */
    font-weight: 500;
}

.breadcrumb-clean-style .breadcumb-menu li a {
    color: var(--whitecolor);
    opacity: 0.8;
}

.breadcrumb-clean-style .breadcumb-menu li a:hover {
    color: var(--themecolor);
    opacity: 1;
}

.breadcrumb-clean-style .breadcumb-menu li.active {
    color: var(--themecolor);
    font-weight: 600;
}

.breadcrumb-clean-style .breadcumb-menu li:not(:last-child)::after {
    content: " / "; /* Cleaner separator */
    margin-left: 0;
    color: var(--whitecolor);
    opacity: 0.6;
}

/* --- 2. Clean and Spacious Content Area --- */

.terms-content-section {
    background-color: #f9f9f9; /* Off-white background for softness */
    padding: 80px 0 100px 0; /* Extra bottom padding for spacious feel */
}

.clean-text-container {
    max-width: 960px; /* Slightly wider text block for professional documents */
    margin: 0 auto;
    padding: 40px; /* Inner padding for visual comfort */
    padding-bottom: 20px;
    background-color: var(--whitecolor); /* Content block stands out */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); /* Very soft shadow for depth */
    border-radius: 8px;
    line-height: 1.75; /* Perfect line height for readability */
    color: var(--blackcolor);
}

/* Primary Content Headings (e.g., Definitions, General Terms) */
.clean-text-container h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--themecolor);
    margin-top: 60px; /* Extra space above main sections */
    margin-bottom: 25px;
    /* Clean underline effect */
    border-bottom: 3px solid var(--themecolor2);
    display: inline-block;
    padding-bottom: 10px;
    letter-spacing: -0.5px;
}
.clean-text-container h2:first-of-type {
    margin-top: 0; /* Remove top margin for the very first heading */
}

/* Sub Headings (e.g., 1.1 Application ("App")) */
/* We assume the definition structure uses a heading tag (e.g., h3) */
.clean-text-container h3,
.clean-text-container strong.definition-header {
    font-size: 22px;
    font-weight: 600;
    color: var(--blackcolor);
    margin-top: 35px;
    margin-bottom: 10px;
}

.clean-text-container p {
    font-size: 18px; /* Slightly larger base font for better reading */
    color: var(--text-color);
    margin-bottom: 30px; /* Increased bottom margin for spaciousness */
    text-align: left;
    font-weight: 400;
}

/* Key terms and emphasis */
.clean-text-container strong {
    color: var(--themecolor2); /* Use secondary color for emphasis */
    font-weight: 600;
}

/* List styles */
.clean-text-container ul,
.clean-text-container ol {
    padding-left: 25px !important;
    margin-bottom: 30px !important;
}

.clean-text-container ul li,
.clean-text-container ol li {
    font-size: 17px;
    color: var(--text-color);
    margin-bottom: 15px; /* Increased space between list items */
    padding-left: 5px;
}

/* Specific styling for the initial paragraph to draw attention */
.clean-text-container p:first-of-type {
    font-size: 19px;
    font-weight: 500;
    color: var(--blackcolor);
    border-left: 4px solid var(--themecolor2);
    padding-left: 15px;
    margin-left: -15px;
}
