
/* Banner*/

/* Banner*/

.text-brand-teal {
    --tw-text-opacity: 1;
    color: rgb(0 132 119 / var(--tw-text-opacity, 1));
}.cd-header-icon {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: -1px;
}


/*Menu Fiexd*/
.cd-header-second {
    position: relative;
    z-index: 999;
    transition: all .3s ease;
}

.cd-header-second.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    /* Glass Effect */
    /*background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255,255,255,.25);
    box-shadow: 0 8px 30px rgba(0,0,0,.10);

    animation: slideDown .3s ease;*/
}


.header-space {
    display: none;
}

.header-space.active {
    display: block;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/*Menu Fiexd*/



/* flag , login , singup button */

.cd-header-second-apps-flag-icon-wrapper{
    display:flex;
   /* align-items:center;
    justify-content:flex-end;*/
    gap:14px;
}


/* Login */
.cd-btn-login{
    position:relative;
    padding-left:18px;
    color:#444;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
    /*line-height:30px;*/
}

.cd-btn-login:before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:30px;
    background:#d8d8d8;
}

.cd-btn-login:hover{
    color:#189d9e;
    text-decoration:none;
}

/* Signup */
.cd-btn-signup{
    display:inline-flex;
    /*align-items:center;*/
    justify-content:center;
    /*min-width:104px;*/
    height:28px;
    padding:0 25px;
    background:#189d9e;
    border:1px solid #189d9e;
    border-radius:20px;

    color:#fff;
    font-size:16px;
    font-weight:500;
    text-decoration:none;
    transition:.3s;
}

.cd-btn-signup:hover{
    background:#189d9e;
    border-color:#189d9e;
    text-decoration:none;
    --tw-shadow-color: rgb(0 67 73 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}

/* end flag , login , singup button */



.cd-counter-section{
    background:#a4bae233;
    padding:45px 0;
}

.cd-counter-grid{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.cd-counter-box{
    flex:1;
    min-width:220px;
    text-align:center;
    padding:15px 20px;
    position:relative;
}

/* Vertical Divider */
.cd-counter-box:not(:last-child):after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:55px;
    background:#d7e5ea;
}

.cd-counter-box h2{
    margin:0;
    font-size:40px;
    font-weight:600;
    line-height:1;
    background:linear-gradient(90deg,#189d9e,#20a0a1);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.cd-counter-box p{
    margin-top:12px;
    font-size:14px;
    font-weight:700;
    letter-spacing:4px;
    color:#234a6e;
}

/* Tablet */
@media(max-width:991px){

    .cd-counter-box{
        flex:50%;
        margin-bottom:30px;
    }

    .cd-counter-box:nth-child(2):after{
        display:none;
    }

}

/* Mobile */
@media(max-width:575px){

    .cd-counter-section{
        padding:30px 0;
    }

    .cd-counter-box{
        flex:100%;
        margin-bottom:25px;
    }

    .cd-counter-box:after{
        display:none;
    }

    .cd-counter-box h2{
        font-size:38px;
    }

    .cd-counter-box p{
        font-size:12px;
        letter-spacing:3px;
    }

}



.cd-app-section{
    width:100%;
    padding:70px 25px;
    background:#fff;
}

.cd-app-wrapper{
    width:100%;
    background:linear-gradient(135deg,#476786,#15a7ab);
    border-radius:22px;
    padding:90px 80px;
    position:relative;
    overflow:hidden;
}

/* Background Shape */
.cd-app-wrapper:before{
    content:"";
    position:absolute;
    right:18%;
    top:-120px;
    width:280px;
    height:900px;
    background:rgba(255,255,255,.05);
    transform:rotate(12deg);
}

.cd-app-content{
    position:relative;
    z-index:2;
}

.cd-app-content h2{
    color:#fff;
    font-size:30px;
    font-weight:500;
    line-height:1.2;
    margin-bottom:6px;
}

.cd-app-content p{
    color:#eaf9fa;
    font-size:17px;
    line-height:1.8;
    max-width:650px;
    margin-bottom:45px;
}

.cd-btn-group{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
}

.cd-btn-white{
    background:#fff;
    color:#189d9e;
    padding:18px 35px;
    border-radius:18px;
    font-weight:600;
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
}

.cd-btn-border{
    border:1px solid rgba(255,255,255,.35);
    color:#fff;
    padding:18px 40px;
    border-radius:18px;
    font-weight:600;
    text-decoration:none;
}

.cd-store-box{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.15);
    border-radius:28px;
    padding:22px;
    display:flex;
    align-items:center;
    color:#fff;
    backdrop-filter:blur(10px);
}

.cd-store-icon{
    width:70px;
    height:70px;
    background:#fff;
    border-radius:18px;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#0996a2;
    margin-right:20px;
}

.cd-store-icon i{
    font-size:36px;
}

.cd-store-text{
    flex:1;
}

.cd-store-text h4{
    margin:0;
    font-size:30px;
    font-weight:700;
}

.cd-store-text span{
    font-size:14px;
    letter-spacing:2px;
    color:#d9f5f5;
}

.cd-store-box>.material-icons{
    font-size:30px;
}

/* Tablet */
@media(max-width:991px){

    .cd-app-section{
        padding:40px 20px;
    }

    .cd-app-wrapper{
        padding:50px 30px;
    }

    .cd-app-content h2{
        font-size:42px;
    }

    .cd-app-content p{
        font-size:18px;
    }

    .col-lg-5{
        margin-top:40px;
    }
}

/* Mobile */

@media(max-width:576px){

    .cd-app-wrapper{
        border-radius:25px;
        padding:35px 20px;
    }

    .cd-app-content h2{
        font-size:32px;
    }

    .cd-app-content p{
        font-size:16px;
    }

    .cd-btn-group{
        flex-direction:column;
    }

    .cd-btn-white,
    .cd-btn-border{
        width:100%;
        justify-content:center;
    }

    .cd-store-box{
        padding:18px;
    }

    .cd-store-text h4{
        font-size:22px;
    }
}
.cd-feature-section{
    padding:80px 0;
    background:#fff;
}

.cd-feature-box{
    text-align:center;
    padding:20px;
    transition:.3s;
}

.cd-feature-icon{
    width:70px;
    height:70px;
    margin:0 auto 30px;
    border-radius:12px;
    background:#eef8f8;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.cd-feature-icon i{
    font-size:40px;
    color:#0b98a3;
}

/* Active Box (First) */
/*.cd-feature-box.active .cd-feature-icon{
    background:#0b98a3;
}*/

.cd-feature-box.active .cd-feature-icon i{
    color:#0b98a3;
}

.cd-feature-box h4{
    font-size:20px;
    font-weight:500;
    color:#071c2c;
    margin-bottom:18px;
}

.cd-feature-box p{
    font-size:16px;
    line-height:1.8;
    color:#44556a;
    max-width:260px;
    margin:auto;
}

.cd-feature-box:hover .cd-feature-icon{
    background:#0b98a3;
    transform:translateY(-6px);
}

.cd-feature-box:hover .cd-feature-icon i{
    color:#fff;
}

/* Tablet */

@media(max-width:991px){

    .cd-feature-box{
        margin-bottom:40px;
    }

    .cd-feature-box h4{
        font-size:26px;
    }

    .cd-feature-box p{
        font-size:16px;
    }

}

/* Mobile */

@media(max-width:576px){

    .cd-feature-section{
        padding:50px 0;
    }

    .cd-feature-box{
        padding:15px 10px;
    }

    .cd-feature-icon{
        width:65px;
        height:65px;
        border-radius:18px;
        margin-bottom:20px;
    }

    .cd-feature-icon i{
        font-size:30px;
    }

    .cd-feature-box h4{
        font-size:20px;
    }

    .cd-feature-box p{
        font-size:14px;
        line-height:1.6;
    }

}

/* Trusted Since 2013 */
.cd-trusted-wrapper{
    width:100%;
    text-align:center;
    margin-top:15px;
    margin-bottom:10px;
}

.cd-trusted-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    padding:2px 14px;
    background:#e9f9fc;
    border:1px solid #bde9ef;
    border-radius:50px;
}

.cd-trusted-icon{
    width:28px;
    height:28px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.cd-trusted-icon i{
    font-size:18px;
    color:#0097a7;
}

.cd-trusted-text{
    font-size:12px;
    font-weight:500;
    letter-spacing:2px;
    color:#008fa1;
    
}
/* Trusted Since 2013 */

 /* Mobile screen */

.cd-mobile-app-section{

    background:#dff8f5;

    padding:90px 0;

    position:relative;

    overflow:hidden;
}


/* TOP CARD */

.cd-top-card{

    background:#fff;

    border-radius:30px;

    padding:60px;

    margin-bottom:80px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.cd-top-card h2{

    font-size:30px;

    font-weight:600;

    color:#111827;

    line-height:1.3;
}

.cd-top-card h2 span{

    color:#0898a2;

    font-style:italic;
}

.cd-top-card p{

    margin:25px 0;

    color:#666;

    max-width:650px;
}

.cd-stats{

    display:flex;

    gap:45px;

    margin-top:25px;
}

.cd-stats h3{

    color:#0898a2;

    font-weight:700;

    margin-bottom:5px;
}

.cd-stats small{

    text-transform:uppercase;

    letter-spacing:1px;

    color:#888;
}

.cd-start-btn{

    background:#0b8d84;

    color:#fff;

    padding:16px 34px;

    border-radius:12px;

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    font-weight:600;
}

.cd-start-btn:hover{

    color:#fff;

    background:#08766f;
}


/* Bottom */

.cd-badge{

    display:inline-block;

    background:#b9f2ef;

    color:#008e96;

    padding:7px 18px;

    border-radius:50px;

    font-size:12px;

    letter-spacing:2px;

    font-weight:700;

    margin-bottom:25px;
}

.cd-title{

    font-size:30px;

    font-weight:600;

    color:#111827;

    margin-bottom:25px;
}

.cd-desc{

    color:#1f2937;

    font-size:17px;

    line-height:1.8;

    max-width:520px;
}

.cd-store-btns{

    display:flex;

    gap:20px;

    margin-top:35px;

    flex-wrap:wrap;
}

.store-btn{

    background:#1f2937;

    color:#fff;

    border-radius:12px;

    padding:12px 20px;

    display:flex;

    align-items:center;

    text-decoration:none;

    min-width:190px;
}

.store-btn:hover{

    color:#fff;

    background:#111827;
}

.store-btn i{

    font-size:34px;

    margin-right:12px;
}

.store-btn small{

    display:block;

    color:#aaa;

    font-size:10px;

    letter-spacing:1px;
}

.store-btn strong{

    font-size:18px;
}

.cd-phone-img{

    max-height:700px;

    filter:drop-shadow(0 20px 40px rgba(0,0,0,.25));
}


/* Responsive */

@media(max-width:991px){

.cd-top-card{

padding:35px;
}

.cd-top-card h2{

font-size:34px;
}

.cd-title{

font-size:36px;

margin-top:40px;
}

.cd-stats{

justify-content:space-between;

gap:20px;

flex-wrap:wrap;
}

.cd-phone-img{

margin-top:50px;

max-height:450px;
}

}

@media(max-width:576px){

.cd-mobile-app-section{

padding:60px 0;
}

.cd-top-card{

padding:25px;

border-radius:20px;
}

.cd-top-card h2{

font-size:28px;
}

.cd-title{

font-size:30px;
}

.cd-desc{

font-size:16px;
}

.cd-stats{

flex-direction:column;

gap:20px;
}

.cd-store-btns{

flex-direction:column;
}

.store-btn{

width:100%;
}

.cd-phone-img{

max-height:380px;
}

}


.cd-account-action{
    display:flex;
    /*align-items:center;*/
    gap:5px;
}

.cd-account-btn{
    width:32px;
    height:32px;
    background:#eef4ef;
    border:none;
    color:#2d2937;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0;
    box-shadow:none;
}

.cd-account-btn:hover,
.cd-account-btn:focus{
    background:#e4ece5;
    color:#222;
    box-shadow:none;
}

.cd-account-btn::after{
    display:none;
}

.cd-account-btn i{
    font-size:23px;
}

    .cd-get-started-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:14px;

    padding:6px 6px 6px 16px;
    background:#189d9e;
    border:1px solid #d9d9d9;
    border-radius:50px;

    color:#fff;
    font-size:16px;
    font-weight:600;
    text-decoration:none;

    transition:all .3s ease;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
}


.cd-btn-icon{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#ffffff;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#667085;
    transition:.3s;
}

.cd-btn-icon i{
    font-size:18px;
    line-height:1;
}



/* Mobile */
@media (max-width:576px){

    .cd-get-started-btn{
        font-size:14px;
        padding:5px 5px 5px 14px;
        gap:10px;
    }

    .cd-btn-icon{
        width:30px;
        height:30px;
    }

    .cd-btn-icon i{
        font-size:16px;
    }
}

.cd-qr-download{
    display:flex;
    align-items:center;
    gap:12px;
    /*padding:8px 14px;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:50px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);*/
    transition:.3s ease;
}

.cd-qr-download:hover{
    transform:translateY(-2px);
    /*box-shadow:0 8px 20px rgba(0,0,0,.12);*/
}

.cd-qr-download img{
    width:84px;
    height:52px;
    /*border-radius:8px;
    background:#fff;*/
    object-fit:cover;
}

.cd-qr-download div{
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.cd-qr-download strong{
    font-size:15px;
    font-weight:700;
    color:#1f2937;
    margin-bottom:2px;
}

.cd-qr-download span{
    font-size:13px;
    color:#6b7280;
    font-weight:500;
}

@media(max-width:767px){

    
    .cd-qr-download{
        width:100%;
        justify-content:flex-start;
    }

    .cd-qr-download img{
        width:46px;
        height:46px;
    }

    .cd-qr-download strong{
        font-size:14px;
    }

    .cd-qr-download span{
        font-size:12px;
    }
}

/* heading */
.cd-section-heading{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:35px;
    flex-wrap:wrap;
}

.cd-section-subtitle{
    display:block;
    font-size:12px;
    font-weight:600;
    color:#0097a7;
    letter-spacing:4px;
    margin-bottom:8px;
}

.cd-section-title{
    font-size:25px;
    font-weight:600;
    color:#1f2937;
    line-height:1.2;
    margin:0;
}

.cd-section-title small{
    /*display:block;*/
    font-size:18px;
    font-weight:500;
    color:#6b7280;
    margin-top:6px;
}

.cd-view-all-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:4px 20px;
    border:1px solid #dbe5ea;
    border-radius:50px;
    color:#0097a7;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.cd-view-all-btn:hover{
    background:#0097a7;
    color:#fff;
    text-decoration:none;
}

.cd-view-all-btn i{
    font-size:20px;
}

@media(max-width:768px){

    .cd-section-heading{
        display:block;
    }

    .cd-section-title{
        font-size:34px;
    }

    .cd-view-all-btn{
        margin-top:20px;
    }

    .cd-section-title small{
        font-size:18px;
    }

}
/* end  heading */