﻿body {
    margin: 0px;
    padding: 0px;
    background: #F8F8F8 !important;
}

.left-image-box::after {
    content: "";
    background-image: url("../images/Ellipse.png");
    position: absolute;
    top: 83%;
    left: -166px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.left-image-box {
    cursor: pointer;
}

ul {
    list-style: none;
}

.search-box {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 6px 15px;
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

    .search-box input {
        border: none;
        outline: none;
        flex: 1;
    }

    .search-box i {
        color: #888;
    }

.logo-text img {
    padding-top: 0px;
    width: 270px;
}

.mic-icon {
    color: red;
    font-size: 1.5rem;
    vertical-align: middle;
}

.subscribe-btn {
    border-radius: 30px;
    padding: 6px 15px;
    font-weight: 500;
    background: #1669CE;
}









body {
    font-family: 'Inter', sans-serif;
}

.head {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 0;
}

.navbar-nav .nav-link {
    position: relative;
    font-weight: 600;
    color: #000;
    padding: 0.5rem 1rem;
}
    /*
    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        left: 50%;
        bottom: 0;
        background-color: #007bff;
        transition: all 0.3s ease;
        transform: translateX(-50%);
    }*/

    /*    .navbar-nav .nav-link:hover::after {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }*/

    .navbar-nav .nav-link.active {
        color: #007bff;
    }

    .navbar-nav .nav-link:hover {
        color: #007bff;
    }

    .navbar-nav .nav-link.active::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: #007bff;
        transform: none;
    }


.navbar-nav .navv {
    position: relative;
}

    .navbar-nav .navv::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        bottom: 0;
        background-color: #007bff;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.4s ease;
    }

    .navbar-nav .navv:hover::after {
        transform: scaleX(1); /* Full width */
    }


.navbar-nav li:hover .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}



.nav-item .submenu {
    min-width: 225px;
    height: auto;
    padding: 15px 15px;
    position: absolute;
    top: 90%;
    left: 0;
    z-index: 90;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: 0.3s;
    border-radius: 10px 10px 10px 10px;
    background-color: #fff;
    border-left: 1px solid #ffffff14;
    border-bottom: 1px solid #ffffff14;
    border-right: 1px solid #ffffff14;
    border-top: 2px solid #1669CE;
    display: inline-block;
    box-shadow: 0 36px 35px rgba(0, 0, 0, 0.08);
}

.sub-droupdown a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.sub-droupdown {
    margin-bottom: 10px;
}

    .sub-droupdown a:hover {
        color: #1669CE;
    }

.navbar-expand-lg .navbar-nav {
    gap: 25px;
}

.mobi_nav {
    display: none;
}

@media(max-width:992px) {
    .nav_desk {
        display: none
    }

    .mobi_nav {
        display: block !important;
    }
}










.left-image-box {
    position: relative;
}


    .left-image-box img {
        width: 100%;
        height: 465px;
    }

.overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
}


.overlay-btn {
    padding: 10px 0px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: none;
}
/*.overlay-btn:hover{
    background:#fff;
    color:#000;
}*/

.breaking-news {
    background-color: #F4FEFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /*    border-radius: 5px;*/
    padding: 15px;
    margin-bottom: 10px;
}

    .breaking-news h6 {
        font-size: 16px;
        font-weight: bold;
        border-left: 1.2px solid #1669CE;
        padding-left: 5px;
        color: #1669CE;
        margin-bottom: 10px;
    }

    .breaking-news p {
        font-size: 15px;
        margin: 0;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .breaking-news a {
        font-weight: bold;
        color: black;
        text-decoration: none;
    }

        .breaking-news a:hover {
            text-decoration: underline;
        }

.ad-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


@media(max-width:992px) {
    .left-image-box img {
        width: 100%;
        height: auto
    }

    .overlay-text {
        max-width: 84%;
        background-color: rgba(0,0,0,0.5);
    }
}









.news-card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    cursor: pointer
}

    .news-card:hover {
        transform: translateY(-5px);
    }

.news-image {
    width: 100%;
    object-fit: cover;
    height: 120px;
    border-radius: 10px;
}

.news-title1 {
    color: #1669CE;
    font-weight: 600;
    padding: 10px 15px 0px;
}

.news-date {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    margin-left: 16px;
}

    .news-date i {
        margin-right: 10px;
    }

.news-content {
    font-size: 15px;
    color: #333;
    padding: 0px 15px;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.adds {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cir_icon::before {
    content: "";
    background-image: url(../images/Ellipse.png);
    position: absolute;
    top: 83%;
    left: -100px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.adds img {
    max-width: 100%;
    height: auto;
    display: block;
}









.custom-card {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    position: relative;
    text-align: center;
    font-weight: bold;
}

    .custom-card::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #1669CE;
    }



.section-box {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    height: auto;
    cursor: pointer;
}

.news_social a {
    display: flex;
    text-decoration: none !important;
    color: #000;
}

.section-box2 {
    height: 520px;
    overflow: overlay;
}

.latest {
    border: 1px solid #E3E3E3;
    padding: 5px 5px;
    border-radius: 5px;
}

.text_job {
    font-size: 12px;
    color: #515151;
    font-weight: 600;
}

.news-title {
    background-color: #1669CE !important;
    color: white;
    padding: 8px;
    font-weight: bold;
}

.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 12px 10px 10px 10px;
    font-size: 13px;
    align-items: flex-start;
    cursor: pointer;
}

    .news-item img {
        width: 102px;
        height: 110px;
        object-fit: cover;
        margin-right: 10px;
    }

.job-box {
    background: #e6f3fb;
    padding: 15px;
    border-radius: 6px;
}

    .job-box h6 {
        font-weight: bold;
    }

.tablet_job {
    display: none;
}

@media(max-width:992px) and (min-width:767px) {
    .news-item {
        display: block;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        font-size: 13px;
        align-items: flex-start;
        cursor: pointer;
        padding: 10px;
    }

    .tablet_job {
        display: block;
    }
}

@media(max-width:767px) {

    .jobs {
        display: none;
    }
}

@media(max-width:768px) {
}







/*footer Start*/


.footer {
    background-color: #E0E7EC;
    padding: 40px 0 10px 0;
    text-align: center;
}

.social-icons a {
    display: inline-block;
    margin: 0 5px;
    color: black;
    background: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease;
}

    .social-icons a:hover {
        background-color: #ccc;
        text-decoration: none;
    }

.logo {
    font-weight: bold;
    font-size: 24px;
}

    .logo span {
        color: red;
    }

.privacy-link {
    margin-top: 50px;
}

.copyright {
    font-size: 14px;
    margin-top: 20px;
}


.footer_link a {
    border-right: 1px solid rgba(99, 99, 99, 0.2);
    padding-right: 10px;
}


    .footer_link a:hover {
        color: #1669CE !important
    }

.advertise {
    padding-left: 6%;
}

@media (min-width: 768px) {

    .center-privacy {
        padding-left: 8%;
    }

    .advertise {
        padding-left: 10%;
        text-align: justify;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .social-icons {
        display: grid;
        grid-template-columns: 24% 24% 24% 24%;
    }
}

@media(max-width:768px) {
    .advertise {
        padding-left: 0%;
        text-align: center;
    }

        .advertise h5 {
            font-size: 16px;
        }

    .mail {
        font-size: 14px;
    }
}
/*footer end*/











/*main page css start*/
.news-section2::before {
    content: "";
    background-image: url("./assets/images/Ellipse.png");
    position: absolute;
    top: 73%;
    left: -89px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.news-section2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-title2 h3 {
    font-size: 25px;
    font-weight: bold;
    color: #000;
    margin-bottom: -1px;
}

.news-subtitle2 p {
    font-size: 17px;
    color: #333;
    margin-top: 10px;
}

.news-meta2 {
    color: gray;
    font-size: 18px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

    .news-meta2 .share {
        background: #E5E4E4;
        border-radius: 50%;
        padding: 5px 10px;
    }


.news-by {
    font-weight: bold;
    color: #444;
}

.ad-banner img {
    width: 100%;
    /*            max-height: 250px;
            object-fit: cover;*/
}









.title_modi {
    color: #1d1717;
    margin-top: 12px;
}



.section_main img {
    width: 100%;
}

.sec {
    background: #E6E4E4;
    padding: 8px;
}

.sec_para p {
    color: #000;
    font-size: 17px;
}


.netx_btn {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}


.next {
    padding: 15px 25px;
    background: #1669CE;
    color: #fff;
    border: none;
    border-radius: 30px;
}

    .next:hover {
        background: #6ca2e4;
        color: #000;
    }

.news-cardm img {
    width: 100%;
    border-radius: 6px;
    height: 252px;
    object-fit: cover;
}

.news-cardm-body {
    padding: 15px;
}

.news-cardm h6 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 25px;
}

.news-cardm-body span {
}

.news-cardm p {
    margin: 0;
    color: #555;
    font-size: 14px;
}








.news-section-title-lf {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .news-section-title-lf h2 {
        font-size: 26px;
        font-weight: bold;
        margin: 0;
        padding-right: 10px;
    }

    .news-section-title-lf .line {
        flex-grow: 1;
        height: 2px;
        background-color: #1669CE;
    }

.news-section-title-lf {
    /*  background-color: rgb(229 229 229);*/
    border-left: 5px solid rgb(22 105 206);
    padding: 5px;
    text-align: left;
    margin: 20px 0px 15px;
    font-size: 22px;
    font-weight: 600;
    font-family: ABeeZee, sans-serif !important;
}


    .news-section-title-lf h3 {
        font-size: 22px;
        font-weight: 600;
        margin: 2px;
    }

.news-item-lf {
    display: flex;
    margin-bottom: 15px;
    cursor: pointer;
}

    .news-item-lf img {
        width: 130px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
        margin-right: 10px;
    }

.news-content-lf h6 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 24px;
}



@media (max-width: 576px) {
    .news-item-lf {
        flex-direction: column;
    }

        .news-item-lf img {
            width: 100%;
            height: auto;
            margin-bottom: 8px;
        }
}



/*main page css end*/
/*contact page css start*/

.form-control, .custom-select {
    border: 1px solid #eee;
    border-radius: 3px;
    height: 50px;
    height: 59px;
    box-shadow: #E8F2FF 0px 3px 8px;
    font-size: 14px;
    border: none !important;
    width: 100%;
    color: #B3B0B0 !important;
}

    .form-control::placeholder,
    .custom-select::placeholder {
        color: #B3B0B0 !important;
        opacity: 1; /* Firefox ke liye */
    }

    .form-control:focus, .custom-select:focus {
        border-color: #2196f3;
        box-shadow: 0 0 3px rgba(33, 150, 243, 0.4);
    }

textarea.form-control {
    min-height: 120px;
}

.btn-submit {
    background-color: #1669CE;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    border: none;
    font-weight: 500;
}

    .btn-submit:hover {
        background-color: #0b5ed7;
    }

.contact {
    width: 43% !important;
}

@media(max-width:992px) {
    .contact {
        width: 90% !important;
    }
}


/*contact page css end*/










/* Dropdown container ko initially hide karenge */
.nav-item {
    position: relative; /* dropdown ke liye parent position */
}

.news-dropdown {
    position: absolute;
    left: -400px;
    top: 100%; /* nav link ke just niche */
    background: #fff;
    padding: 15px;
    display: none; /* default me hide */
    width: 1000px;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
}

.nav-item:hover .news-dropdown {
    display: block; /* hover par show */
}

.newws-card {
    cursor: pointer;
}

    .newws-card img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 6px;
        transition: transform 0.4s ease;
    }

        .newws-card img:hover {
            transform: scale(1.1);
            box-shadow: 0 4px 15px #bfd6f2;
        }

    .newws-card p {
        font-size: 14px;
        margin-top: 5px;
        color: #000;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: justify-all;
    }

.dropcol {
    border-right: 1.5px solid rgba(99, 99, 99, 0.2);
}













/*news page Start*/



.newimg {
    position: relative;
    display: inline-block;
    width: 100%;
}

    /* Image responsive */
    .newimg img {
        width: 100%;
        height: auto;
        display: block;
    }

/* Overlay text style */
.overlay-text_new {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 19px;
    padding: 10px 15px;
    width: 90%;
    text-shadow: 1px 2px 2px #000;
    border-radius: 6px;
    font-weight: 600;
}


/* Button styling inside overlay */
.overlay-btn_new {
    display: inline-block;
    padding: 7px 26px;
    background: #0D0D0DBD;
    color: #fff;
    text-decoration: none;
    border: 1px solid #FFFFFF;
}


    .overlay-btn_new:hover {
        background: #b3b0b0d6;
    }
/* Responsive adjustments */
@media (max-width: 576px) {
    .overlay-text_new {
        font-size: 14px;
        padding: 8px 10px;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
    }
}

.hastag-row {
    font-family: 'Inter',sans-serif;
    font-size: 12px;
    margin: 00px 0px 10px 0px;
}




.news-card_new {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
    height: 100%;
}

    .news-card_new:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        transform: translateY(-5px);
    }

    .news-card_new img {
        width: 100%;
        height: auto;
        display: block;
    }

.breaking-news a:hover {
    text-decoration: none !important;
}

.news-cardm a {
    text-decoration: none !important;
}

.news-content-lf a {
    text-decoration: none !important;
    color: #000 !important;
}

.latest p {
    color: #000 !important;
}

.news-content_new {
    padding: 15px;
}

.news-title_new {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}

.news-description_new {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.read-more {
    color: #007bff;
    font-size: 14px;
}

    .read-more:hover {
        color: #1669CE;
    }

.secc img {
    width: 100%;
}

.news_social {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 12px 18px;
    background: #fff;
    margin-top: 10px;
    transition: all 0.3s ease;
    display: flex;
    gap: 20px;
    cursor: pointer;
}

    .news_social img {
        width: 32px;
        margin-right: 10px;
    }

    .news_social h5 {
        font-size: 18px;
        margin-top: 6px;
    }


.ad-car img {
    width: 100%;
}

@media(max-width:992px) {
    .ad-car {
        margin-top: 1rem
    }
}

/*news page End*/







/*category page start*/

.news-cards-neww {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    background: #fff;
}

    .news-cards-neww img {
        width: 100%;
        height: auto;
        display: block;
    }

.news-content-neww {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to top, rgb(0 0 0 / 92%), rgb(0 0 0 / 0%));
}

iframe {
    width: 100% !important;
}

.news-content-neww h6 {
    font-size: 15px;
    margin: 0;
    text-shadow: 1px 2px 2px #000;
    line-height: 22px;
    font-weight: 600;
}

.read-more_neww {
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

/* Responsive - mobile par content image ke niche chala jaye */
@media(max-width: 768px) {
    .news-content-neww {
        position: static;
        background: #fff;
        color: #000;
    }

    .read-more_neww {
        color: #007bff;
    }
}



.custom-card_cat {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    width: 100%;
    padding: 13px 20px;
    font-weight: bold;
}

    .custom-card_cat::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background-color: #1669CE;
    }

.news-section-title-lf_cat {
    font-weight: bold;
    font-size: 19px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}



.text-links_cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

    .text-links_cat a {
        text-decoration: none;
        color: #000;
        font-size: 16px;
        font-weight: normal;
    }

        .text-links_cat a:not(:last-child)::after {
            content: "";
            display: inline-block;
            border-left: 2px solid #007bff;
            margin: 0 8px;
            height: 16px;
            vertical-align: middle;
        }
/*category page end*/



.latest .text-center strong {
    color: #000;
}

.trendingtopocs p {
    color: #000;
    font-family: inter;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.share-section {
    margin-top: -25px;
    margin-left: 15px;
}

    .share-section h3 {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #1669ce1f;
        padding: 3px 10px;
        border-radius: 12px;
        color: #1669ce;
        text-align: center;
    }

.trendingtopicstags {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #1669ce1f;
    padding: 3px 10px;
    border-radius: 12px;
    color: #1669ce;
    text-align: center;
}

.news-content-neww a {
    color: #fff;
    font-weight: 600;
}

.volunteer-head {
    background-color: rgb(245, 245, 245);
    border-left: 5px solid rgb(240, 119, 35);
    padding: 5px;
    text-align: left;
    margin: 20px 0px 15px;
    font-size: 16px;
    font-weight: 500;
    font-family: ABeeZee, sans-serif !important;
}


.descli li {
    list-style: disc;
}

.circalli li {
    list-style: circle;
}

.captch-bx {
    padding: 8px 14px;
    font-family: Outfit, sans-serif;
    display: block;
    margin: 15px 0;
    background-image: url(../images/captchaimg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff !important;
    border-radius: 5px;
    height: 47px;
}


/*.jobssection {
    background: linear-gradient(to bottom right, #d6e6fb, #eef3ff);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 23px 0;
}*/

.jobssection {
    margin-top: 50px;
}

.card {
    background: #fff;
    border-radius: 5px;
    padding: 35px 25px;
    max-width: 420px;
    width: 100%;
    height: 493px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: -75px auto 0px;
    /* background: #f3f6ff; */
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-box img {
        width: 50px;
    }

.card h2 {
    font-size: 25px;
    font-weight: 700;
    margin: 10px 0 5px;
    color: #111;
    line-height: 1.5;
}

.card p.subtext {
    font-size: 14px;
    color: #0077ff;
    margin: 5px 0 25px;
    font-weight: 700;
}

.input-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 12px;
    margin-bottom: 18px;
    background: #fafafa;
}

    .input-box input {
        border: none;
        outline: none;
        flex: 1;
        font-size: 14px;
        background: transparent;
        font-family: inherit;
    }

.btn {
    background: #0066ff;
    color: white;
    border: none;
    border-radius: 10px;
    /*    padding: 12px;
    width: 100%;*/
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

    .btn:hover {
        background: #004ecb;
    }

.note {
    font-size: 13px;
    color: #222;
    margin-top: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.secure {
    font-size: 12px;
    margin-top: 20px;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

    .secure::before {
        content: "🔒";
    }

.subscribbtn {
    width: 164px;
    margin: 0 auto;
    background: #1669CE;
}

.input-box {
    display: flex;
    align-items: center;
    background: #ddd;
    border-radius: 50px;
    padding: 5px 3px;
    max-width: 500px;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.icon {
    background: #bbb;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    flex-shrink: 0;
}

    .icon img {
        width: 20px;
        height: 20px;
    }

.input-box input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    flex: 1;
    color: #333;
}

.errormsg {
    font-size: 13px;
    margin-top: 10px;
}
