/* =====================================================
   ABOUT SECTION - CLEAN RESPONSIVE VERSION
=====================================================*/

.about-section-two .aboutpadding{
    padding: 50px 7% 50px 8%;
    
}

.about-section-two .image-column .inner-column{
    position: relative;
}

/* Main iframe responsive */
.about-section-two iframe{
    width: 100%;
    height: 350px;
    border-radius: 8px; 
}

/* Overlapping second video */
.about-section-two .image-column .image-two{
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 60%;
    background: #fff;
    padding: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-radius: 8px;
}

/* YEAR BOX */
.about-section-two .year-box{
    position: absolute;
    top: 55px;
    left: -20px;
    background: #08f25a;
    color: #fff;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 8px;
    z-index: 5;
}

.about-section-two .year-box h2{
    font-size: 38px;
    margin: 0;
}

/* RIGHT CONTENT */
.about-section-two .content-column .inner-column{
    padding-left: 25px;
}

.about-section-two .sec-title-two h2{
    font-size: 34px;
    font-weight: 700;
}

.about-section-two .sec-title-two .text{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

/* =========================
   BUTTON STYLE FIXED
=========================*/

 
/* Text wrapper */
.btn-style-four .btn-wrap{
    position: relative;
    height: 22px;
    overflow: hidden;
}

/* Both texts */
.btn-style-four .text-one,
.btn-style-four .text-two{
    display: block;
    font-weight: 600;
    line-height: 22px;
    transition: transform 0.4s ease;
}

/* First text */
.btn-style-four .text-one{
    color: #fff;
}

/* Second text */
.btn-style-four .text-two{
    position: absolute;
    top: 100%;
    left: 0;
    color: #000;
}

.btn-style-four{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2c9dc0 !important;
    color: #fff !important;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none;
    border: none !important;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

/* REMOVE any overlay */
.btn-style-four::before,
.btn-style-four::after{
    display: none !important;
}

/* Hover */
.btn-style-four:hover{
    background-color: #0cb63c !important;
    color: #fff !important;
}

/* Click effect */
.btn-style-four:active{
    background-color: #f6f3f2 !important;
}
/* Smooth slide */
.btn-style-four:hover .text-one{
    transform: translateY(-100%);
}

.btn-style-four:hover .text-two{
    transform: translateY(-100%);
}

/* Plus icon */
.btn-style-four .plus{
    margin-left: 12px;
    color: #fff;
    transition: color 0.3s ease;
}

.btn-style-four:hover .plus{
    color: #000;
}

/* =====================================================
   LAPTOP (1199px)
=====================================================*/

@media (max-width:1199px){


    .about-section-two .row{
        padding-top: 50px;
    }

    .about-section-two .image-column .image-two{
        width: 70%;
        bottom: -60px;
    }

    .button-box{
        margin-top: 20px;
    }
}

/* =====================================================
   TABLET (991px)
=====================================================*/

@media (max-width:991px){
    .about-section-two {
  padding: 20px;   /* top-bottom 20px, left-right 20px */
}


    .about-section-two .content-column .inner-column{
        padding-left: 0;
        margin-top: 25px;
        text-align: center;
    }

    .about-section-two .image-column .image-two{
        position: relative;
        width: 80%;
        margin: 20px auto 0;
        bottom: 0;
    }

    .about-section-two .year-box{
        left: 20px;
        width: 100px;
        height: 100px;
    }

    .about-section-two iframe{
        height: 320px;
    }

    .button-box{
        margin-top: 40px;
        text-align: center;
    }
}

/* =====================================================
   MOBILE (576px)
=====================================================*/

@media (max-width:576px){
    .about-section-two {
  padding: 0%;   /* top-bottom 20px, left-right 20px */
}


    .about-section-two iframe{
        height: 250px;
    }

    .about-section-two .year-box{
        width: 80px;
        height: 80px;
        font-size: 14px;
    }

    .about-section-two .year-box h2{
        font-size: 22px;
    }

    .about-section-two .sec-title-two h2{
        font-size: 24px;
    }

    .about-section-two .sec-title-two .text{
        font-size: 14px;
        text-align: left;
    }

    .button-box{
        margin-top: 30px;
    }
    @media (max-width: 767px) {

  .button-box .theme-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

}
}

  /* Only Mobile View */
@media (max-width: 767px) {

  .button-box .theme-btn {
    width: 140px;      /* apni need ke hisab se change kar sakti ho */
    height: 40px;
    line-height: 40px; /* text center karne ke liye */
    font-size: 14px;
    padding: 0;        /* extra padding remove */
  }

}

 .partners {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* Desktop & Laptop (992px se upar) – sab ek line me */
@media (min-width: 992px) {
    .partners {
        flex-wrap: nowrap; 
    }

    .participations-img {
        flex: 0 0 auto;
        width: auto;
    }
}

/* Tablet (768px – 991px) – 4 per row */
@media (min-width: 768px) and (max-width: 991px) {
    .participations-img {
        flex: 0 0 23%;
        max-width: 23%;
        text-align: center;
    }
}
 


/* ===============================
   Large Devices (Desktop < 1200px)
=================================*/
@media screen and (max-width: 1199px) {

  .main-homepage .main-header .header-upper .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-homepage .main-header .main-menu .navigation > li {
    margin-right: 18px;
  }

  .main-homepage .main-header .main-menu .navigation > li > a {
    font-size: 14px;
  }

}


/* ===============================
   Medium Devices (Tablet < 992px)
=================================*/
@media screen and (max-width: 991px) {

  .main-homepage .main-header .nav-outer {
    display: flex;
    justify-content: flex-end;
    align-items: center;

  }

  .main-homepage .main-header .outer-box {
    display: none;   /* phone number hide */
  }

  .main-homepage .main-header .mobile-nav-toggler {
    display: block;
  }

  .main-homepage .main-header .main-menu {
    display: none;  /* hide desktop menu */
  }

}


/* ===============================
   Small Devices (Mobile < 768px)
=================================*/
@media screen and (max-width: 767px) {

  .main-homepage .main-header .header-upper {
    padding: 10px 0;
  }

  .main-homepage .main-header .logo img {
    width: 150px;
  }

  .main-homepage .main-header .outer-box {
    position: static;
  }

}


/* ===============================
   Extra Small Devices (< 480px)
=================================*/
@media screen and (max-width: 480px) {

  .main-homepage .main-header .logo img {
    width: 130px;
  }

}
@media screen and (max-width: 1391px) and (min-width: 1200px) {

  .main-homepage .main-header .header-upper .inner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* Menu ko wrap hone se roko */
  .main-homepage .main-header .navigation {
    display: flex;
    flex-wrap: nowrap;
  }

  .main-homepage .main-header .navigation > li {
    margin-right: 18px;
  }

  .main-homepage .main-header .navigation > li > a {
    font-size: 14px;
    white-space: nowrap;
  }

  /* Phone box thoda compact */
  .main-homepage .main-header .phone-box .phone {
    font-size: 15px;
  }

}
@media screen and (max-width: 1402px) and (min-width: 1380px) {

  .main-homepage .header-upper .inner-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
  }

  /* Logo thoda compact */
  .main-homepage .logo-box img {
    max-width: 100px;
  }

  /* Menu spacing control */
  .main-homepage .navigation > li {
    margin-right: 15px;
  }

  .main-homepage .navigation > li > a {
    font-size: 10px;
    white-space: nowrap;
  }

  /* Phone box shrink */
  .main-homepage .phone-box {
    margin-left: 10px;
  }

}


/* <-----participation-----> */

 
/* ===============================
   Extra Small Devices (< 480px)
=================================*/
@media screen and (max-width: 480px) {

  .participations {
  position: relative;
  padding-top: 20px !important;
}

}

/* ===============================
   Small Devices (Mobile < 768px)
=================================*/
@media screen and (max-width: 767px) {

  
  .participations {
  position: relative;
  padding-top: 20px !important;
}
 
}

/* ===============================
   Medium Devices (Tablet < 992px)
=================================*/
@media screen and (max-width: 991px) {
   .participations {
  position: relative;
  padding-top: 25px !important;
}

}


/* <------slider-------> */

/* ===============================
   Extra Small Devices (< 480px)
=================================*/
@media screen and (max-width: 480px) {

  .main-slider {
    height: 680px; 
   
}

}

/* ===============================
   Small Devices (Mobile < 768px)
=================================*/
/* @media screen and (max-width: 767px) {

   .main-slider {
    height: 840px; 
   
}
} */

 /* ---------our services------ */
 /* Only Mobile View */
@media (max-width: 767px) {
  .aboutus-page .about-section {
    padding: 0px 0 25px !important;
  }
}

/* ----------World wide ================ */

@media (max-width:576px){
    .participations-section .section-icons-outer {
  padding-top: 20px !important;   /* top-bottom 20px, left-right 20px */
}
}
/* ===========footer============ */

@media screen and (max-width: 767px) {

  
  .main-footer .footerss {
  padding:15px;
}
 
}

@media screen and (max-width: 767px) {

  
.main-footer .footer-column {
  position: relative;
  /* margin-bottom: var(--margin-bottom-30); */
}

.main-footer .logo-widget .logo {
  position: relative;
  /* margin-bottom: var(--margin-bottom-30); */
}
 
}


/* =====================================================
   MOBILE (576px)
=====================================================*/

@media (max-width:576px){
    .about-section-two .aboutpadding{
    padding: 5px 3% 5px 3%;
    
}

}
 
    @media (max-width: 767px) {

   .about-section-two .aboutpadding{
    padding: 5px 3% 5px 3%;
    
}

}
 
@media (min-width: 767px) and (max-width: 990px) {

  .sticky-header .yes img {
    padding: 10px 0;
  }

}

html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 1590px) and (min-width: 992px) {
     .main-header .outer-box {
       
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 1200px) {
    .main-header .outer-box  {
      padding-right:20px;
        display: flex;
        flex-direction: row-reverse;
          align-items: center;
        grid-column-gap: 15px;
        justify-content: flex-start !important;
		padding: 0px 19px;
    }
}

 .why-choose-icon img {
    transform: rotate(-45deg);
    max-width: 60px;
}

.why-choose-icon.icon1, .why-choose-icon.icon3 {
    border: 10px solid #0093DD;
}

.why-choose-icon {
    width: 110px;
    height: 110px;
    padding: 15px;
    transform: rotate(45deg);
    margin: auto;
}


.participations-section{
    padding: 25px;
}

.about-bottom {
  position: relative;
  padding: 0px 0px 50px;
}

.insurance-block .inner-box h5 {
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: var(--margin-bottom-15);
}

.gradient-border {
     display: inline-block;
    padding: 3px; /* thin elegant border */
    background: linear-gradient(135deg, #0a1f44, #1b4f9c);
    border-radius: 8px;
}

.gradient-border img {
    display: block;
    border-radius: 8px;
}

.image-column .image img {
    width: 100%;
    height: auto;
}

.header-two
 
  {
    background-color: #f4f9fe;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.page-title {
    position: relative;
    min-height: 450px;   /* height control yaha se */
    display: flex;
    align-items: center;  /* text center vertically */
}
@media (max-width: 767px) {

  .image-column {
    display: block !important;
  }

  .image-column img {
    width: 100%;
    height: auto;
    display: block;
  }

}
@media (min-width: 768px) and (max-width: 991px) {

  .image-column {
    display: block !important;
    width: 100% !important;
  }

  .image-column .inner-column {
    display: block !important;
  }

  .image-column img {
    width: 100%;
    height: auto;
    display: block;
  }

}

 

/* --- Contact Section --- */
.contact-section {
  
    background-color: #f0f4f8;
}

.contact-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.contact-info-panel {
    background: linear-gradient(135deg, #0082c8 0%, #0056b3 100%);
    padding: 40px;
    color: #fff;
    height: 100%;
}

.info-item {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.contact-form-panel {
    padding: 40px;
}

.form-control {
    border: 2px solid #eee;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.btn-send {
    background: var(--primary-color);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
}

/* --- MOBILE RESPONSIVE FIXES --- */
@media (max-width: 768px) {
    .catalog-section {
        padding-top: 120px !important; /* Mobile header space */
    }
    
    .main-title { font-size: 1.8rem; }
    
    /* Row spacing fix */
    .row.g-4 {
        margin-top: 10px;
    }
    
    /* Card touch fix */
    .premium-card {
        margin-bottom: 30px !important; 
    }
    
    /* Button bottom touch fix */
    .card-body {
        padding-bottom: 35px !important;
    }
}
 
 

.contact-info-panel h2 {
    font-weight: 700;
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.info-item i {
    font-size: 20px;
    background: rgba(255,255,255,0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Right Form Panel */
.contact-form-panel {
    padding: 50px;
}

.contact-form-panel label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #eee;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s;
}

.form-control:focus {
    border-color: #0082c8;
    box-shadow: none;
}

.btn-send {
    background: #0082c8;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
}

.btn-send:hover {
    background: #0056b3;
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 991px) {
    .contact-info-panel, .contact-form-panel {
        padding: 30px;
    }

}

/* --- Contact Section --- */
.contact-section {
    padding: 10px 0;
    background-color: #f0f4f8;
}
.contact-section h2 {
    padding: 10px;
}
.contact-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* --- Image Update: Equal to Form Height --- */
.col-lg-5 {
    display: flex;
    align-items: stretch;
}

.col-lg-5 img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image form ke height ke barabar fit ho jayegi bina kheeche */
    display: block;
}

/* --- Form Panel Styling --- */
.contact-form-panel {
    padding: 50px;
}

.contact-form-panel label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #eee;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s;
}

.form-control:focus {
    border-color: #0082c8;
    box-shadow: none;
    outline: none;
}

.btn-send {
    background: #0082c8;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.btn-send:hover {
    background: #0056b3;
    transform: translateY(-3px);
}

/* --- Mobile Responsive --- */
@media (max-width: 991px) {
    .contact-form-panel {
        padding: 30px;
    }
    
    .col-lg-5 {
        height: 350px; /* Mobile par image ki height set kar di */
    }
}

@media (max-width: 768px) {
    .catalog-section {
        padding-top: 120px !important;
    }
    
    .main-title { font-size: 1.8rem; }
    
    .premium-card {
        margin-bottom: 30px !important; 
    }
    
    .card-body {
        padding-bottom: 35px !important;
    }
} 

/* --- Captcha Styling --- */
.g-recaptcha {
    margin-bottom: 5px;
}

/* Ensure captcha doesn't overflow on small mobile screens */
@media (max-width: 400px) {
    .g-recaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* --- Rest of your Contact CSS (Updated) --- */
.contact-form-panel {
    padding: 50px;
}

.contact-form-panel label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.form-control {
    border: 2px solid #eee;
    padding: 12px;
    border-radius: 10px;
    transition: 0.3s;
    margin-bottom: 5px; /* Reduced for better spacing with labels */
}

.form-control:focus {
    border-color: #0082c8;
    box-shadow: none;
    outline: none;
}

.btn-send {
    background: #0082c8;
    color: #fff;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.btn-send:hover {
    background: #0056b3;
    transform: translateY(-3px);
}

/* Responsive Gaps */
@media (max-width: 991px) {
    .contact-form-panel {
        padding: 30px;
    }
}




 
        :root {
            --primary-gradient: linear-gradient(135deg, #0082c8 0%, #004e92 100%);
            --text-dark: #1a1a1a;
            --soft-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

       
 
        .faq-section {
            max-width: auto;
            margin: 20px auto;
            padding: 0 100px;
        }

        .faq-header {
            text-align: center;
            margin-bottom: 50px;
        }

        

        .faq-header p {
            color: #64748b;
            font-size: 1.1rem;
        }

        /* FAQ Container */
        .faq-container {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .faq-item {
            background: #ffffff;
            border-radius: 16px;
            box-shadow: var(--soft-shadow);
            border: 1px solid rgba(0, 130, 200, 0.05);
            transition: var(--transition);
            position: relative;
        }

        .faq-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 35px rgba(0, 130, 200, 0.12);
        }

        .faq-item.active {
            border: 1px solid rgba(0, 130, 200, 0.3);
            background: #fff;
        }

        /* Question Area */
        .faq-question {
            padding: 24px 30px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }

        .faq-question h3 {
            margin: 0;
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--text-dark);
            display: flex;
            align-items: center;
            gap: 15px;
        }

        /* Number Circle */
        .faq-number {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            background: #f1f5f9;
            color: #0082c8;
            border-radius: 50%;
            font-size: 0.9rem;
            font-weight: 800;
            transition: var(--transition);
        }

        .faq-item.active .faq-number {
            background: var(--primary-gradient);
            color: #fff;
        }

        .faq-icon-box {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            background: #f1f5f9;
            transition: var(--transition);
        }

        .faq-item.active .faq-icon-box {
            background: #e0f2fe;
            transform: rotate(180deg);
        }

        .faq-icon-box i {
            font-size: 0.9rem;
            color: var(--primary-color);
        }

        /* Answer Area */
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
        }

        .faq-answer p {
            padding: 0 30px 30px 77px; /* Aligned with text after number */
            margin: 0;
            color: #475569;
            line-height: 1.8;
            font-size: 1.05rem;
        }

        /* Responsive */
        @media (max-width: 600px) {
            .faq-header h2 { font-size: 2rem; }
            .faq-question { padding: 20px; }
            .faq-answer p { padding: 0 20px 20px 20px; }
            .faq-number { display: none; } /* Mobile par chupa diya space ke liye */
        }
    
        
 /* ----- Whatsapp======== */

 .whatsapp_float {
    position: fixed;
    bottom: 140px;
    right: 25px;

    width: 52px;
    height: 52px;

    background: linear-gradient(135deg, #25D366, #1ebe5d);
    color: #fff;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 24px;
    text-decoration: none;

    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    z-index: 9999;

    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

/* Hover Effect */
.whatsapp_float:hover {
    transform: translateY(-6px) scale(1.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Glow Ring */
.whatsapp_float::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    z-index: -1;
    animation: ripple 2s infinite;
}

/* Pulse Animation */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { box-shadow: 0 0 0 18px rgba(37, 211, 102, 0); }
    100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Ripple Animation */
@keyframes ripple {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.6); opacity: 0; }
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 992px) {
    .whatsapp_float {
        width: 48px;
        height: 48px;
        font-size: 22px;
        right: 20px;
        bottom: 130px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .whatsapp_float {
        width: 44px;
        height: 44px;
        font-size: 20px;
        right: 15px;
        bottom: 70px;
    }
}
