/*===========================================
  RESPONSIVE CSS - INDEX PAGE
  All sections properly responsive
===========================================*/

/* ===============================================
   LARGE DESKTOP (1200px - 1600px)
=============================================== */
@media (max-width: 1899px){
.banner-wrapper-card {
    height: 230px;
}
   .center-content_sec{
  margin: 50px 0;

}
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .banner-txt h1 {
        font-size: 65px;
    }

    .cmn-title h3 {
        font-size: 40px;
    }

    .why-txt {
        padding-left: 40px;
    }

    .custom_pr {
        padding-right: 40px;
    }

    .custom_pl {
        padding-left: 40px;
    }
}

/* ===============================================
   DESKTOP (992px - 1199px)
=============================================== */
@media (max-width: 1199px) {

    /* Banner Section */
    .banner-txt h1 {
        font-size: 55px;
        line-height: 1.2;
    }

    .banner-txt p {
        font-size: 16px;
    }

    .banner-blog {
        padding: 40px 0 150px;
    }

    /* Common Title */
    .cmn-title h3 {
        font-size: 38px;
    }

    /* Why Section */
    .why-txt {
        padding-left: 30px;
    }

    .why-blog {
        padding: 40px 0;
    }

    /* Steps Section */
    .steps-blog {
        padding: 40px 0;
    }

    .step-item {
        padding: 30px 20px;
    }

    .step-number {
        width: 80px;
        height: 80px;
    }

    .step-number svg {
        width: 50px;
        height: 50px;
    }

    /* Connection Section */
    .connection-blog {
        padding: 80px 0;
    }

    .connection-text {
        top: 250px;
    }

    .connection-text h2 {
        font-size: 36px;
    }

    .story-card {
        top: 180px;
    }

    .story-header-dtls {
        padding: 40px 25px 0;
    }

    .story-card-body {
        padding: 0 25px 25px;
    }

    .story-header-dtls h4 {
        font-size: 26px;
    }

    /* Feature Section */
    .feature-blog {
        padding: 40px 0;
    }

    .feature-blog .cmn-title {
        margin: 0 auto 60px;
    }


    /* Meet & Tips Section */
    .Meet_sec,
    .Tips_sec {
        padding: 80px 0;
    }

    .custom_pr {
        padding-right: 30px;
    }

    .custom_pl {
        padding-left: 30px;
    }

    /* Download Section */
    .Download_card {
        height: 380px;
        padding: 25px;
    }

    /* Testimonials */
    .Testimonials_sec {
        padding: 80px 0;
    }

    .main_wrap {
        padding: 76px 0 0;
    }
}

/* ===============================================
   TABLET (768px - 991px)
=============================================== */
@media (max-width: 991px) {

    /* .main_wrap Padding */
    .main_wrap {
        padding: 74px 0 0;
    }

    /* Banner Section */
    .banner-blog {
        padding: 0 0 40px;
        background: linear-gradient(1deg, #F4FAFC 0%, #FFFFFF 100%);
    }

    [data-theme="dark"] .banner-blog {
        background: var(--bg-body, #0B1120);
    }

    .banner-txt h1 {
        font-size: 45px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .banner-txt p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .bnr-btns {
        flex-wrap: wrap;
        gap: 15px;
    }

    /* Why Section */
    .why-blog {
        padding: 50px 0;
    }

    .why-txt {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }

    .cmn-title h3 {
        font-size: 32px;
    }

    .why-txt p {
        font-size: 15px;
        line-height: 26px;
    }

    /* Steps Section */
    .steps-blog {
        padding: 50px 0;
    }

    .step-item {
        margin-bottom: 30px;
    }

    /* Connection Section */
    .connection-blog {
        padding: 60px 0;
    }

    .connection-text {
        position: relative;
        top: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .connection-text h2 {
        font-size: 32px;
    }

    .connection-text .cmn-btn {
        margin: 0 auto;
    }

    .connection-right {
        min-height: auto;
    }

    .story-card {
        position: relative;
        top: 0;
        margin-bottom: 25px;
    }

    .story-card-header .story-avatar {
        margin-right: 20px;
    }

    .connection-blog .owl-carousel .owl-item img {
        width: 100px;
    }

    .story-header-dtls {
        padding: 30px 20px 0;
    }

    .story-card-body {
        padding: 0 20px 20px;
    }

    .story-header-dtls h4 {
        font-size: 22px;
    }

    .story-card p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Feature Section */
    .feature-blog {
        padding: 50px 0;
    }

    .feature-blog .cmn-title {
        margin: 0 auto 70px;
    }



    .pp-box-dtls {
        padding: 45px 20px 20px;
    }

    /* Meet & Tips Section */
    .Meet_sec,
    .Tips_sec {
        padding: 60px 0;
    }

    .custom_pr,
    .custom_pl {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* Download Section */
    .Download_card {
        height: auto;
        padding: 40px 20px;
        text-align: center;
    }

    .Download_imges {
        position: relative;
        top: 0;
        width: 100%;
        margin-top: 20px;
    }

    .Download_btns {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Testimonials */
    .Testimonials_sec {
        padding: 60px 0;
    }

    .Testimonial_card {
        padding: 25px;
    }

    .Testimonial_card p {
        font-size: 16px;
        padding: 15px 0;
    }

    .Testimonial_card h6 {
        font-size: 20px;
    }

    footer {
        padding: 90px 0 36px;
    }

    #owlrecent .owl-nav,
    #owlprovider .owl-nav {
        grid-gap: 10px;
        margin: -3em 0 0;
    }

    #owlrecent .owl-nav button span,
    #owlprovider .owl-nav button span {
        background: #0F172A;
        width: 35px;
        height: 34px;
    }

    .owl-nav button span svg {
        width: 8px;
    }

    .why-img {
        margin-bottom: 20px;
    }

    .banner-wrapper-card h2 {
        font-size: 32px;
    }

    .banner-wrapper-card {
        height: 150px;
    }

   .center-content_sec{
  margin: 40px 0;

}
.center-content_sec .contact_card {
    padding: 16px 18px;
}
.contact-header img {
    padding-right: 0px;
    border-right: none;
    max-width: 145px;
}
}

/* ===============================================
   MOBILE LARGE (576px - 767px)
=============================================== */
@media (max-width: 767px) {


    /* Banner Section */
    .banner-blog {
        padding: 0 0 30px;
    }

    .banner-txt h1 {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .banner-txt span {
        font-size: 12px;
        padding: 6px 12px;
    }

    .banner-txt p {
        font-size: 15px;
        line-height: 24px;
    }

    .bnr-btns {
        flex-direction: column;
        gap: 12px;
    }

    .bnr-btns .cmn-btn,
    .bnr-btns .white-btn {
        width: 100%;
        text-align: center;
        padding: 12px 20px;
    }


    /* Common Title */
    .cmn-title span {
        font-size: 12px;
        padding: 6px 12px;
    }

    .cmn-title h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    /* Why Section */
    .why-blog {
        padding: 40px 0;
    }

    .why-txt {
        margin-top: 25px;
    }

    .why-txt p {
        font-size: 14px;
        line-height: 24px;
    }

    /* Steps Section */
    .steps-blog {
        padding: 40px 0;
    }

    .step-item {
        padding: 25px 15px;
        margin-bottom: 20px;
    }

    .step-number {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .step-number svg {
        width: 40px;
        height: 40px;
    }

    .step-item h4 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .step-item p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Connection Section */
    .connection-blog {
        padding: 50px 0;
    }

    .connection-text {
        margin-bottom: 30px;
    }

    .connection-text h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .connection-text p {
        font-size: 14px;
        line-height: 24px;
    }

    .story-card {
        margin-bottom: 20px;
        border-radius: 16px;
    }

    .story-card-header .story-avatar {
        margin-right: 15px;
    }

    .connection-blog .owl-carousel .owl-item img {
        width: 80px;

    }

    .story-header-dtls {
        padding: 25px 15px 0;
    }

    .story-card-body {
        padding: 0 15px 15px;
    }

    .story-header-dtls h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .story-card p {
        font-size: 13px;
        line-height: 20px;
    }

    /* Feature Section */
    .feature-blog {
        padding: 40px 0;
    }




    .pp-box-dtls {
        padding: 40px 15px 15px;
    }

    .pp-box-icon {
        width: 60px;
        height: 60px;
    }

    .pp-box-icon svg {
        width: 30px;
        height: 30px;
    }

    .pp-box-dtls h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .pp-box-dtls p {
        font-size: 14px;
        line-height: 22px;
    }

    /* Meet & Tips Section */
    .Meet_sec,
    .Tips_sec {
        padding: 50px 0;
    }

    /* Download Section */
    .Download_card {
        padding: 30px 15px;
    }

    .Download_card .cmn-title h3 {
        font-size: 24px;
    }

    .Download_btns {
        gap: 12px;
    }

    .app_storeBtn {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    /* Testimonials */
    .Testimonials_sec {
        padding: 50px 0;
    }

    .Testimonial_card {
        padding: 20px;
    }

    .Testimonial_card p {
        font-size: 15px;
        padding: 12px 0;
    }

    .Testimonial_card h6 {
        font-size: 18px;
    }

    .owl-carousel {
        padding-top: 30px;
    }
}

/* ===============================================
   MOBILE MEDIUM (480px - 575px)
=============================================== */
@media (max-width: 575px) {

    /* Banner Section */
    .banner-txt h1 {
        font-size: 32px;
    }

    .banner-txt p {
        font-size: 14px;
    }

    /* Common Title */
    .cmn-title h3 {
        font-size: 26px;
    }

    /* Connection Section */
    .connection-text h2 {
        font-size: 26px;
    }

    /* Story Cards */
    .story-header-dtls h4 {
        font-size: 18px;
    }

    /* Feature Section */
    .pp-box-dtls h4 {
        font-size: 15px;
    }

    /* Download Section */
    .Download_card .cmn-title h3 {
        font-size: 22px;
    }

    .wd-pp-box {
        margin-bottom: 50px;
    }

    .pp-box-icon {
        margin: -5% auto 0;
    }
    .contact-header {
    gap: 20px;
    flex-direction: column;
    text-align: center;
}
.center-content_sec {
    margin: 30px 0;
}
.contact_form{
  padding: 40px 0 40px;
}
}

/* ===============================================
   MOBILE SMALL (below 480px)
=============================================== */
@media (max-width: 479px) {


    /* Banner Section */
    .banner-blog {
        padding: 0 0 10px;
    }

    .banner-txt h1 {
        font-size: 28px;
        line-height: 1.3;
    }

    .banner-txt span {
        font-size: 11px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .banner-txt p {
        font-size: 13px;
        line-height: 22px;
    }

    .bnr-btns .cmn-btn,
    .bnr-btns .white-btn {
        font-size: 14px;
        padding: 10px 18px;
    }

    /* Common Title */
    .cmn-title span {
        font-size: 11px;
        padding: 5px 10px;
        letter-spacing: 1px;
    }

    .cmn-title h3 {
        font-size: 24px;
        line-height: 1.3;
    }

    /* Why Section */
    .why-blog {
        padding: 35px 0;
    }

    .why-txt p {
        font-size: 13px;
        line-height: 22px;
    }

    /* Steps Section */
    .steps-blog {
        padding: 35px 0 0;
    }

    .step-item {
        padding: 20px 12px;
    }

    .step-number {
        width: 60px;
        height: 60px;
    }

    .step-number svg {
        width: 35px;
        height: 35px;
    }

    .step-item h4 {
        font-size: 16px;
    }

    .step-item p {
        font-size: 13px;
        line-height: 20px;
    }

    /* Connection Section */
    .connection-blog {
        padding: 40px 0;
    }

    .connection-text h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    .connection-text p {
        font-size: 13px;
        line-height: 22px;
    }

    .story-card {
        border-radius: 14px;
    }

    .story-card-header .story-avatar {
        margin-right: 12px;
    }

    .story-header-dtls {
        padding: 20px 12px 0;
    }

    .story-card-body {
        padding: 0 12px 12px;
    }

    .story-header-dtls h4 {
        font-size: 18px;
    }

    .story-card p {
        font-size: 12px;
        line-height: 19px;
    }

    /* Feature Section */
    .feature-blog {
        padding: 0;
    }




    .pp-box-dtls {
        padding: 35px 12px 12px;
    }

    .pp-box-icon {
        width: 55px;
        height: 55px;
    }

    .pp-box-icon svg {
        width: 28px;
        height: 28px;
    }

    .pp-box-dtls h4 {
        font-size: 15px;
    }

    .pp-box-dtls p {
        font-size: 13px;
        line-height: 20px;
    }

    /* Meet & Tips Section */
    .Meet_sec,
    .Tips_sec {
        padding: 40px 0;
    }

    /* Download Section */
    .Download_card {
        padding: 25px 12px;
        border-radius: 20px;
    }

    .Download_card .cmn-title h3 {
        font-size: 20px;
    }

    .Download_card .cmn-title p {
        font-size: 13px;
    }

    /* Testimonials */
    .Testimonials_sec {
        padding: 40px 0;
    }

    .Testimonial_card {
        padding: 18px;
        border-radius: 16px;
    }

    .Testimonial_card p {
        font-size: 14px;
        padding: 10px 0;
    }

    .Testimonial_card h6 {
        font-size: 16px;
    }

    .Testimonial_card h6 svg {
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    footer {
        padding: 60px 0 24px;
    }

    .footer-bottom {
        padding: 12px 0 0;
        margin-top: 12px;
    }
}

/* ===============================================
   LANDSCAPE MOBILE (Height < 500px)
=============================================== */
@media (max-height: 500px) and (orientation: landscape) {
    .banner-blog {
        padding: 0 0 40px;
    }

    .banner-txt h1 {
        font-size: 28px;
    }

    .connection-blog {
        padding: 40px 0;
    }

    .story-card {
        margin-bottom: 15px;
    }
}

/* ===============================================
   UTILITY CLASSES FOR RESPONSIVE
=============================================== */
@media (max-width: 991px) {
    .text-center-mobile {
        text-align: center !important;
    }

    .mb-mobile-30 {
        margin-bottom: 30px !important;
    }

    .mb-mobile-20 {
        margin-bottom: 20px !important;
    }

    .pp-box-icon {
        margin: -10% auto 0;
    }
}

@media (max-width: 767px) {
    .hide-mobile {
        display: none !important;
    }

    .show-mobile {
        display: block !important;
    }

    .full-width-mobile {
        width: 100% !important;
    }
}

/* ===============================================
   BUTTON RESPONSIVE
=============================================== */
@media (max-width: 767px) {
    .cmn-btn {
        font-size: 14px;
        padding: 12px 24px;
    }
}

@media (max-width: 479px) {
    .cmn-btn {
        font-size: 13px;
        padding: 10px 20px;
    }
}

/* ===============================================
   IMAGE RESPONSIVE
=============================================== */
@media (max-width: 991px) {
    img {
        max-width: 100%;
        height: auto;
    }
}