
.quote-form {
    width: 386px;
    height: auto !important;
    background: #377E75;
    padding: 32px 28px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: white;
}


/* For Country Code + Phone Field (wrap in flex row if needed) */
/* Button Style */
.quote-form input[type="submit"] {
    background-color: #ffffff;
    color: #377E75;
    padding: 14px 33px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quote-form input[type="submit"]:hover {
    background-color: #f1f1f1;
}

/* Optional: Placeholder color */
.quote-form ::placeholder {
    color: #777;
}

/* Make form responsive */
@media (max-width: 767px) {
    .quote-form {
        width: 100%;
        padding: 24px 20px;
        position: relative;
        left: 0;
        top: 0;
    }
}
.quote-form p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0;
}
.highlight {
    color: #DDF247;
    font-weight: bold;
}

.quote-form ::placeholder {
    font-family: Poppins;
font-weight: 500;
font-size: 14px;
line-height: 30px;
letter-spacing: 0%;

    color: #ffffff !important;
    opacity: 1; /* Firefox में दिखाने के लिए */
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    border: 1px solid #ffffff !important;
    background-color: transparent;
    color: #ffffff;
}

.quote-form input[type="submit"] {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    background: #DDF247;
}

.form-control::placeholder {
  color: black !important;
}

.form-select,
.form-control {
  /*background-color: #377E75;*/
  border: 1px solid white;
  color: white;
}
/* INLINE-ROW के अंदर wrapper को auto चौड़ाई दो  */
.quote-form .d-flex .wpcf7-form-control-wrap{
    width:auto !important;
    flex:0 0 auto;             
}


.quote-form .d-flex .wpcf7-form-control-wrap:last-child{
    flex:1 1 auto;
}


.quote-form .d-flex select.form-select{
    width:80px;               
    flex-shrink:0;
}


.quote-form .d-flex input[type="tel"]{
    width:100%;
}


.quote-form .d-flex {
    display: flex;
    gap: 10px;
}


.quote-form .d-flex select.form-select {
    width: 80px;
    flex-shrink: 0;
}

/* Country code + mobile dono wrapper ka width control */
.quote-form .d-flex .wpcf7-form-control-wrap {
    flex: 1 1 auto;
}


.quote-form .d-flex input[type="tel"] {
    width: 100%;
}
.quote-form {
    width: 386px;
    min-height: 388px;
    background: #377E75;
    padding: 32px 28px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: white;
}

.form-control,
.form-select {
    /*background-color: #377E75 !important;*/
    border: 1px solid white !important;
    color: white !important;
}

.form-control::placeholder,
.form-select option {
    color: white !important;
    opacity: 1;
}

.quote-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    color: #000000;
    background: #DDF247;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    cursor: pointer;
}

/* Only apply to text/email/tel etc., NOT to submit */
.quote-form input:not([type="submit"]),
.quote-form select,
.quote-form textarea {
    background-color: #FFFFFF2B !important;
    border: 1px solid #ffffff !important;
    color: #ffffff;
}
.form-control.mb-2 {
  margin-bottom: 20px !important; /* default se kam */
}

body.page-id-200 p {
  margin-top: 0 !important;
}

                                    .modal {
                                    position: fixed;
                                    top: 0; left: 0;
                                    width: 100%; height: 100%;
                                    display: none;
                                    justify-content: center;
                                    align-items: center;
                                    background: rgba(0, 0, 0, 0.6);
                                    z-index: 10000;
}

                                .modal.show {
                                    display: flex;
                                }

                                .modal-content {
                                    background: #fff;
                                    padding: 40px;
                                    max-width: 900px;
                                    width: 90%;
                                    max-height: 90vh;
                                    overflow-y: auto;
                                    border-radius: 10px;
                                    position: relative;
                                    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
                                }

                                .close-btn {
                                    font-size: 24px;
                                    position: absolute;
                                    top: 10px;
                                    right: 20px;
                                    cursor: pointer;
                                    color: #000;
                                }

                                .popup-content {
                                    display: flex;
                                    flex-wrap: wrap;
                                }

                                .popup-content .left-content {
                                    width: 50%;
                                    padding: 30px;
                                    background-color: #f9f9f9;
                                }

                                .popup-content .left-content h2 {
                                    font-family: Poppins, sans-serif;
                                    font-weight: 600;
                                    font-size: 20px;
                                    line-height:150%;
                                    padding-bottom:20px;
                                }

                                .popup-content .left-content ul {
                                    list-style: none;
                                    padding-left: 0;
                                }

                                .popup-content .left-content ul li {
                                    font-family: Poppins, sans-serif;
                                    font-size: 15px;
                                    font-weight: 500;
                                    color: #585858;
                                    padding-left: 40px;
                                    position: relative;
                                    margin-bottom: 15px;
                                }

                                .popup-content .left-content ul li::before {
                                    content: '';
                                    background: url('/wp-content/themes/twentytwentyfive-child/img/Group 97.png'); no-repeat center center;
                                    background-size: contain;
                                    width: 22px;
                                    height: 22px;
                                    position: absolute;
                                    top: 3px;
                                    left: 0;
                                }
                                
                    .left-content ul li::after {
                    content: '';
                    position: absolute;
                    left: 10px;
                    top: 26px;
                    width: 2px;
                    height: calc(100% - 13px);
                    background-color: #27C578;
                    z-index: 1;
                }


                .popup-content .right-image {
                    width: 50%;
                    background-color: #BED5F6;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    padding: 20px;
                }

                .popup-content .right-image img {
                    max-width: 100%;
                    height: auto;
                }

                @media(max-width: 768px) {
                    .popup-content {
                        flex-direction: column;
                    }

                    .popup-content .left-content, .popup-content .right-image {
                        width: 100%;
                    }

                    .popup-content .left-content {
                        order: 2;
                    }

                    .popup-content .right-image {
                        order: 1;
                    }
                }
    .step-heading {
  font-family: Poppins !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  letter-spacing: 0% !important;
}

.step-description {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  letter-spacing: 0% !important;
  color: #585858 !important;
  /*padding-top: 20px !important;
  padding-bottom: 20px !important;*/
}

.documents-btn {
  width: 218px !important;
  height: 44px !important;
  gap: 10px !important;
  border-radius: 8px !important;
  padding: 10px 24px !important;
  background-color: #03C0A7 !important;
  border: none !important;
  color: white !important;
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 24px !important;
  cursor: pointer !important;
}

.doc-btn {
  padding-top: 15px !important;
}
.quote-submit-unique-btn {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    color: #000000 !important;
    background: #DDF247 !important;
    padding: 13px 3px !important;
}

.quote-form-sidebar {
  position: sticky;
  top: 80px !important; /* ✅ Header height + कुछ gap */
  z-index: 99;
}
  
 
}

.ai-feature-inner-wrapper {
  display: flex;
  gap: 22px;
}

.time-info, .cost-info {
  display: flex;
  align-items: center;
  gap: 16px; /* 👈 yahan se gap control hoga */
  margin-top:20px;
}

    .apply-now-btn {
  width: 120px;
  height: 44px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background-color: #03C0A7;
  color: white;
  border: none;
  border-radius: 5px; /* Optional: to make rounded corners */
  cursor: pointer;
  text-align: center;
  margin-top:15px;
}

    .registration-heading {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 29px;
  letter-spacing: 0.2px;
  margin-top:30px;
  margin-bottom:30px;
  
}
    .ai-feature-section-container {
  width: 1440px;
  height: 560.042px;
  padding: 64px;
  gap: 35px;
 
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8; /* Optional background */
}

.ai-feature-inner-wrapper {
  width: 1035px;
  height: 432.042px;
  display: flex;
}

.ai-feature-content {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  font-family: 'Poppins', sans-serif;
}

.ai-feature-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.ai-feature-text {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

.ai-feature-list {
  list-style: disc;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
}

.ai-feature-image {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ai-feature-image img {
  
  height: auto;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .ai-feature-section-container {
    width: 100%;
    padding: 32px 16px;
    height: auto;
  }

  .ai-feature-inner-wrapper {
    flex-direction: column;
    width: 100%;
    height: auto;
    gap: 32px;
  }

  .ai-feature-content {
    flex: 100%;
    width: 100%;
    gap: 16px;
    text-align: left;
  }

  .registration-heading {
    font-size: 28px;
    text-align: left;
  }

  .time-info,
  .cost-info {
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .time-info img,
  .cost-info img {
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }

  .apply-now-btn {
    width: 100%;
    height: 44px;
    font-size: 16px;
  }

  .ai-feature-image {
    flex: 100%;
    width: 100%;
    justify-content: center;
  }

  .ai-feature-image img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  .registration-heading {
    font-size: 24px;
  }
}

/*@media (max-width: 767px) {
  .time-text {
    font-size: 22px !important;
  }
}*/

@media (max-width: 767px) {
  .cost-text {
    font-size: 18px !important;
  }
}


@media (max-width: 767px) {
  .deliverable-text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 0% !important;
  }
}

    .custom-container .final-heading {
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 30px !important;
    /*line-height: 100% !important;*/
    letter-spacing: 0% !important;
    text-align: center !important;
    width:950px !important;
}
.expertise-text {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 32px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    width:870px !important;
}
.deliverable-text {
    font-family: Poppins !important;
    /*font-weight: 100!important;
    font-size: 23px !important;*/
    letter-spacing: 0% !important;
    
}

@media (max-width: 767px) {
  .custom-container.section-two {
    padding: 15px;
  }

  .custom-container .final-heading {
    font-size: 26px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .expertise-text {
    font-size: 16px !important;
    line-height: 26px !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px;
  }

  .custom-container .container.my-5 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .custom-container .row {
    flex-direction: column;
  }

  .custom-container .col-md-6 {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .image-container img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 20px;
  }

  /*.deliverable-text {
    font-size: 18px !important;
    text-align: left;
  }*/

  .d-flex.align-items-start {
    justify-content: flex-start;
  }
}




.custom-section {
  position: relative;
  width: 951px;
  height: 425px;
  overflow: hidden;
}

.background-img {
  position: absolute;
  width: 776px;
  height: 426px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top:30px;
  margin-left:70px;
}

.conclusion-box {
  position: absolute;
  width: 620px;
  height: 300px;
  background: white;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: -5px 11px 23.4px 0px #0000002B; /* Updated shadow */
  box-sizing: border-box;
  top: 50%;
  left: 63%;
  transform: translate(-50%, -50%);
  z-index: 2;
}


.conclusion-box h2 {
  margin: 0 0 1rem;
  font-family: Poppins;
font-weight: 600;
font-size: 28px;
line-height: 100%;
letter-spacing: 0%;
color:#111111;
}

.conclusion-box p {
  font-family: Poppins;
font-weight: 400;
font-size: 15px;
line-height: 30px;
letter-spacing: 0%;
color:#414141;
}

@media (max-width: 767px) {
  .custom-section {
    width: 100% !important;
    height: auto;
    padding: 20px;
    position: relative;
  }

  .background-img {
    position: relative;
    width: 100% !important;
    height: 200px !important;
    margin: 0 auto 20px auto;
    background-size: cover;
    background-position: center;
  }

  .conclusion-box {
    position: relative;
    width: 100% !important;
    height: auto;
    top: auto;
    left: auto;
    transform: none;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
  }

  .conclusion-box h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .conclusion-box p {
    font-size: 16px;
    line-height: 24px;
  }
}

.conclusion-section {
    margin: 25px 75px;
}

.red-box {
  background-color: #F2F2F2 !important;
  
  
}


   .pvtltd-benefits-intro {
  font-family: Poppins !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color:#585858;
}
.pvtltd-benefits-wrapper {
  width: 845px !important;
  /*height: 66px !important;*/
  margin-left:60px;
}

.feature-box {
    width: 800px !important;
    padding: 0 20px !important;
    display: flex !important;
    font-family: 'Poppins', sans-serif !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    margin-left: 75px !important;
    margin-top: 30px !important;
}
.feature-line {
    width: 256px;
    height: 4px;
    background-color: #03C0A7;
    
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 776px;
  }

  .conclusion-section {
    background-image: url('img/Rectangle 2415.png'); /* Your updated image path */
    background-size: cover;
    background-position: center;
    width:100%;
    aspect-ratio: 951 / 425;
    position: relative;
    border-radius: 10px;
    overflow: visible;
  }

  .conclusion-content {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-70%, -50%);
    background: white;
    padding: 2rem;
    border-radius: 12px;
    width: 620px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
  }

  .conclusion-content h2 {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    font-family: Poppins;
    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #111111;
  }

  .conclusion-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #414141;
  }

  @media (max-width: 768px) {
    .conclusion-section {
      aspect-ratio: auto;
      padding-bottom: 56.25%;
    }

    .conclusion-content {
      position: static;
      transform: none;
      width: 65%;
      height: auto;
      margin: 1rem auto;
      padding: 1.5rem;
    }

    .conclusion-content h2 {
      font-size: 22px;
      line-height: 1.2;
    }

    .conclusion-content p {
      font-size: 16px;
      line-height: 26px;
    }
  }
@media (max-width: 768px) {
  .feature-box {
    flex-direction: column !important; /* Column layout for mobile */
    padding: 10px 15px !important;     /* Adjusted padding */
    width: 100% !important;  /* Full width on mobile */
   
  }
}

.faq-heading-container {
  width: 896px;
  margin-top: 30px;  
}

.faq-heading {
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

    .faq-outer-container {
  width: 960px;
  /*height: 485px;*/
  border-radius: 14px;
  
  padding: 30px;
}

.faq-inner-container {
  width: 818px;
  /*height: 177.08px;*/
  margin: auto;
}

.faq-item {
  margin-bottom: 12px;
  border: 1px solid #03C0A7;
  border-radius: 10px;
  padding: 16px;
}


.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: Poppins;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
  color: #111111;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #03C0A7;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-answer {
  display: none;
  margin-top: 8px;
  padding-left: 10px;
  font-size: 16px;
  font-family: Poppins;
  color: #414141;
}
@media (max-width: 768px) {
  .quote-form {
    background: #377E75;
    padding: 32px 28px;
    border-radius: 10px;
    border: 1px solid #ccc;
    color: white;
    height: auto;
  }
}

a.btn.btn-custom.btn-lg.custom-btn-style {
    background-color: white !important;
    color: #000 !important;
    padding: 14px 33px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}

@media (max-width: 767px) {
  .faq-heading-container {
    text-align: center;
    margin: 20px 10px;
  }

  .faq-outer-container {
    padding: 0 15px;
  }

  .faq-inner-container {
    width: 100%;
  }

  .faq-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
  }

  .faq-question {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 0;
  }

  .faq-icon {
    font-size: 20px;
    font-weight: bold;
  }

  .faq-answer {
    font-size: 14px;
    padding: 0 0 10px 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .faq-heading-container {
    width: 0px !important;
    text-align:center!important;
  }
}



    @media (max-width: 767px) {
  .step-heading {
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 20px !important; /* Smaller size for mobile */
    letter-spacing: 0% !important;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .step-description {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0% !important;
    color: #585858 !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.ml-desktop-mobile-fix {
  margin-left: 30px !important;
}

@media (max-width: 767px) {
  .ml-desktop-mobile-fix {
    margin-left: 0px !important;
  }
}
/* Mobile view ke liye flex direction column kar do */
@media (max-width: 767px) {
  .flex-wrap-mobile {
    flex-direction: column !important;
  }

  .image-section {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .pvtltd-benefits-wrapper {
    width: 100% !important;
    margin-left: 0px !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .feature-box {
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .custom-section .pvtltd-benefits-wrapper {
    width: 100% !important;
    margin-left: 0px !important;
   
  }
}
@media (max-width: 767px) {
  .faq-outer-container {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-sizing: border-box;
    
  }
}
@media only screen and (max-width: 768px) {
  .pvtltd-benefits-intro {
    font-family: Poppins !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    color: #585858;
  }
}


@media only screen and (max-width: 768px) {
  .faq-icon {
    width: 58px !important;
    height: 35px !important;
  }
}

@media (max-width: 767px) {
  .custom-container {
    width: 100% !important;
    padding: 20px !important;
    margin-top:30px !important;
    
  }
}
@media (max-width: 767px) {
  p {
    margin-top: 0px !important;
  }
}

@media (max-width: 767px) {
  .cta-image {
    display: none;
  }
}


  @media (max-width: 767px) {
    .cta-mobile-margin {
      margin-top: 30px !important;
    }
  }

@media only screen and (max-width: 768px) {
  .quote-form {
    width: 100% !important;
    height: auto; /* Optional: automatic height adjustment */
    padding: 24px 20px; /* Optional: padding adjust for smaller screens */
  }
}

@media only screen and (max-width: 768px) {
  .quote-form input[type="submit"] {
    
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    background: #DDF247;
  }
}
@media only screen and (max-width: 768px) {
  .quote-form input[type="submit"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-id-493 p {
    margin-top: 0 !important;
}

.page-id-598 p {
    margin-top: 0 !important;
}

.page-id-674 p {
    margin-top: 0 !important;
}

.page-id-903 p {
    margin-top: 0 !important;
}
.page-id-1031 p {
    margin-top: 0 !important;
}
.page-id-1088 p {
    margin-top: 0 !important;
}
.page-id-1682 p {
    margin-top: 0 !important;
}

.highlight-green {
  color: #03C0A7;
}

.custom-sticky-form.sticky {
  position: fixed;
  top: 20px;
  width: 317px;
  z-index: 999;
}

.custom-sticky-form.stop {
  position: absolute;
  top: auto;
  bottom: 0;
}
.custom-sticky-form {
  margin-top: 50px;
}


.step-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.step-description p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
.modal.show {
  display: flex;
}
.modal-content {
  background: white;
  padding: 30px;
  max-width: 800px;
  width: 90%;
  border-radius: 8px;
}
.close-btn {
  float: right;
  font-size: 22px;
  cursor: pointer;
}

<!-- Styles -->
<style>
.section-two {
    display: flex;
    flex-wrap: wrap;
}

.step-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100%;
}

.step-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.step-description {
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
}

/* Custom Popup Modal */
#docModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}

#docModal.show {
    display: block;
}

#docModal .modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

#docModal .close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
}

.popup-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.left-content {
    flex: 1 1 60%;
}

.right-image {
    flex: 1 1 35%;
}

.right-image img {
    max-width: 100%;
    height: auto;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 767px) {
  .custom-sticky-form {
    position: static !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .faq-outer-container {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 10px !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  .col-lg-3.col-md-6 {
    text-align: center;
  }
  
.margin-top-68 {
  margin-top: 68px !important;
}

@media (max-width: 767px) {
  .hero-image img {
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important; /* ya cover, jo visual aapko theek lage */
  }
}
/*===========================================================================================*/



