/* Global H1 */
h1 {
    line-height: 1.2;
}

/* Heading image */
.headermain img.zpimage.zpimage-style-none.zpimage-space-none {
    width: 100px;
    height: 100px;
}

.headermain {
    padding-block: 0 !important;
}
.fixed_icon {
    position: fixed;
    right: 0;
    bottom: 0em;
    z-index: 999;
}
.fixed_icon ul {
    list-style: none;
}
.fixed_icon ul img {
    width: 45px;
    border-radius: 5px;
    background: #fff;
}
.fixed_icon ul li {
    padding-bottom: 2px;
}
.floatingformm {
    position: fixed;
    right: 8%;
    bottom: 0;
    width: 85%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 9999;
    padding: 1% 2% 0%;
    margin: 0 auto;
    border-radius: 40px;
    margin-bottom: 5px;
}
.floatingformm .zpheading {
    color: #fff !important;
    margin-block-end: 0px !important;
    font-size: 20px;
}
.floatingformm .zpform-label-align-inside.zpform-container input:not(.zpbutton) {
	min-block-size: unset !important;
}
.floatingformm ul.zpform-outer {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.floatingformm .zpform-field-container{
   max-inline-size: 100% !important;
}
.floatingformm .zpelement {
    margin-block-start: 0 !important;
}
.floatingformm .zpform-container .zpform-outer li {
    margin-block-end: 12px !important;
    padding-block-start: 0px !important;
    padding-block-end: 0 !important;
}
.floatingformm li.zpform-choice-input-container label {
    width: 200px;
    font-size: 11px !important;
	color: #fff !important;
}
.floatingformm li.zpform-choice-input-container span.zpform-label {
    color: #fff;
}
.floatingformm .zpform-container .zpform-outer li .zpform-field-container .zpform-choice-container{
	align-items: center;
}
.floatingformm .zpform-container textarea{
    height: 53px !important;
}
.floatingformm .zpform-container label{
    font-size: 13px !important;
}
.floatingformm  .zpcol-md-12 .zpform-container.zpform-label-align-top .zpform-outer li .zpform-label-container{
        max-inline-size: 100% !important;
}

.whtaspicondiv {
    display:block;
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 20px;
    z-index: 999;
}
.whtaspicondiv img.whatsp_icon {
    width: 70px;
    height: 70px;
}

.cta-btn {
    background: linear-gradient(135deg, #1398d7, #0d7bb8);
    color: white !important;
    padding: 10px 20px;
    border-radius: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(19, 152, 215, 0.3);
}

@media (max-width: 767px) {
        .lp-section-04 img.zpimage.zpimage-style-none.zpimage-space-none {
            width: 40% !important;
        }
    [data-element-id="elm_V-ernc1S37g_wpnz5KbhUA"] h1.zpheading span {
        font-size: 36px !important;
    }
    
    [data-element-id="elm_0lowbE--aL8Xt7w0P79DMQ"] h1.zpheading span {
        font-size: 36px !important;
    }
    
    /* Hero Section */
  .zpsection {
    padding: 30px 15px;
    width: 100%;
  }
    
    .zpcontainer {
    padding-block-start: 0;
    padding-block-end: 0;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    }

  [data-element-id="elm_DbD6zbKRiz6iZ0Q5j1MhXA"] {
    padding: 30px 15px !important;
    background-position: center !important;
    background-size: cover !important;
  }

  /* Remove negative margin on hero column */
  [data-element-id="elm_qAs0S5GjiU_51gvw6Ankgg"] {
    margin-block-start: 0 !important;
    margin-top: 0 !important;
  }

  /* Hero Heading */
  .hero-heading h1,
  [data-element-id="elm_V-ernc1S37g_wpnz5KbhUA"] h1 {
    font-size: 28px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px;
  }

  [data-element-id="elm_0lowbE--aL8Xt7w0P79DMQ"] h1 {
    font-size: 28px !important;
    margin-top: -10px;
  }
    
    .headermain {
    padding-block: 10 !important;
}
    
    /* FAQ Accordion */
  .zpaccordion-container {
    width: 100%;
  }

  .zpaccordion {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 12px;
    cursor: pointer;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
  }

  .zpaccordion:hover {
    background: #f8f9fa;
  }

  .zpaccordion-name {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    padding-right: 30px;
    line-height: 1.4;
  }

  .zpaccordionicon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
  }

  .zpaccordionicon svg {
    width: 15px;
    height: 15px;
  }

  .zpaccordion-content {
    padding: 12px;
    display: none;
    background: #f9f9f9;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    line-height: 1.6;
  }

  .zpaccordion-active-content {
    display: block;
  }
    
    .zpcarousel-container .zpcarousel-content-container .zpcarousel-content .zpcarousel-content-inner {
    padding-block-start: 0px;
    padding-block-end: 0px;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
    
    .zscustom-section-180 .zsthick-padding-boxshadow.zsthick-padding-content {
    padding-block-start: 30px;
    padding-block-end: 45px;
    padding-inline-start: 26px;
    padding-inline-end: 26px;
}

    
}


/* Add this CSS to your Zoho landing page custom CSS section */

/* Make outer container clickable to close */
.zlp-outer-container {
  cursor: pointer;
}

/* Prevent closing when clicking inside modal */
.zlp-inner-container {
  cursor: default;
}

/* Hide the image column on all devices */
#elm_lopHHuKdRk {
  display: none !important;
}

/* Make the form column take full width */
#elm_yCW3wsn9Ed {
  max-width: 100% !important;
  flex: 1 !important;
}

/* Adjust modal size to be more compact */
#elm_kNDYnHFq4E {
  width: 500px !important;
  height: auto !important;
  max-height: 90vh;
  overflow-y: auto;
}

/* Adjust row to single column */
#elm_3ndHHuKdRk {
  width: 100% !important;
  height: auto !important;
}

/* Fix iframe height */
#elm_1vW5ymZZWS {
  height: 550px !important;
  width: 100% !important;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
  #elm_kNDYnHFq4E {
    width: 95vw !important;
    max-width: 450px !important;
    margin: 20px;
  }
  
  #elm_1vW5ymZZWS {
    height: 500px !important;
  }
}

@media (max-width: 480px) {
  #elm_kNDYnHFq4E {
    width: 90vw !important;
    height: auto !important;
    max-height: 85vh;
  }
  
  #elm_1vW5ymZZWS {
    height: 450px !important;
  }
  
  /* Adjust close button for mobile */
  #elm_qCeMzYnedp {
    top: 10px !important;
    right: 10px !important;
  }
}

/* Make background semi-transparent and allow closing */
.zlp-outer-container {
  background: rgba(0, 0, 0, 0.6) !important;
}

/* Ensure close button is visible and clickable */
div[element=CLOSEBUTTON] {
  z-index: 9999 !important;
  cursor: pointer;
}

/* Add smooth transitions */
.zlp-inner-container {
  transition: all 0.3s ease;
}