
body.zoho{
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
}
.page-wrapper{
    float: left;
    width: 100%;
}
.page-wrapper .header-section{
    background: url(../images-new/zoho/hero_bg.jpg) 0 0 no-repeat;
    background-size: cover;
}
.page-wrapper .header-section .header{
    display: flex;
}
.page-wrapper .header-section .header .header-content{
    flex: 0 0 53%;
    padding-bottom: 20px;
}
.page-wrapper .header-section .header .header-image{
  margin: 90px 0;
}
.page-wrapper .header-section .header .header-image img{
    width: 100%;
    height: auto;
}
.page-wrapper .header-section .header .header-content .subtitle-text{
    width: 78%;
    display: inline-block;
}

/* Bootstrap container override */
/*.container {
    max-width: 1140px !important;
    margin: 0 auto;
    position: relative;
}*/

/* Main title - responsive */
.page-wrapper .header-section .main-title {
    font-weight: 600;
    font-size: 65px;
    margin-bottom: 13px;
    margin-top: 91px;
    color: #0f172a;
    line-height: 70px;
}
.page-wrapper .header-section .main-title span{
    color: #0069fd;
}
.page-wrapper .header-section .subtitle-text{
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 30px;
    color: #0f172a;
    line-height: 30px;
}


/* Buttons */
.page-wrapper .header-section .btn {
  display: inline-flex;
  align-items: center;
  background-color: #0069fd;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 12px 27px 14px 21px;
  font-weight: 600;
  cursor: pointer;
  margin-left: 1px;
  margin-bottom: 4px;
  font-size: 17px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.page-wrapper .header-section .btn svg {
  position: relative;
  top: 2px;
  left: 11px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  stroke-width: 2;
  transform: translateX(-3px);
  transition: all .3s ease;
}
.page-wrapper .header-section .btn:hover svg{
    transform: translateX(0);
}

.page-wrapper .header-section .btn:hover {
  background-color: #0069fd;
}

.page-wrapper .header-section .btn .arrow {
  margin-left: 0.5rem;
  font-weight: 700;
}

.page-wrapper .main-section{ 
    margin-top: 40px;
}
.page-wrapper .main-section .row .box-title{
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 40px;
    color: #0f172a;
    line-height: 40px;
    text-align: center;
}
.page-wrapper .main-section .row{
    display: flex;
}
.page-wrapper .main-section .box-wrapper:nth-child(1){
    padding-right: 8px;
    padding-left: 14px;
}
.page-wrapper .main-section .box-wrapper:nth-child(2){
    padding-left: 12px;
    padding-right: 10px;
}
.page-wrapper .main-section .box-wrapper:nth-child(3){
    padding-left: 8px;
    padding-right: 13px;
}
.page-wrapper .main-section .box{
    border: 1px solid #c7ddfc;
    border-radius: 5px;
    max-width: 370px;
    min-height: 450px;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: relative;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: center;
}
.page-wrapper .main-section .box:after{
    content: '';
    background-color: #ecf4ff;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 238px;
    border-radius: 5px;
    margin: 1px;
    z-index: -1;
}
.page-wrapper .main-section .box .content{
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    width: 100%;
    flex-grow: 1;
    padding: 35px 40px 20px 40px;
    position: relative;
}
.page-wrapper .main-section .box .content h2{
 color: #060e3b;
 font-weight: 600;
 font-size: 20px;
 line-height: 24px;
 margin-top: 0;
 margin-bottom: 8px;
}
.page-wrapper .main-section .box .content p{
    color: #697188;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}
.page-wrapper .main-section .box .content .img{
    position: relative;
    z-index: 0;
}



/* Tabs */

.page-wrapper .tab-section .tabs-wrapper {
  display: flex;
  margin-bottom: 30px;
  margin-top: 95px;
  position: relative;
  background-color: #ecf4ff;
  border-radius: 30px;
  padding: 5px;
   justify-content: space-between;
    align-items: center;
}

.page-wrapper .tab-section .tabs-wrapper .tab {
    background-color: transparent;
    border: none;
    border-radius: 25px;
    padding: 11px 34px 12px 34px;
    font-weight: 600;
    cursor: pointer;
    color: #060e3b;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    font-size: 20px;
    z-index: 8;
    flex: 1;
    text-align: center;
}
.page-wrapper .tab-section .tabs-wrapper .tab:hover{
  color: #0947c4;
  background-color: transparent;
}

.accordion-header {
    display: none; /* hidden on desktop */
}
.page-wrapper .tab-section .tabs-wrapper .tab.active {
  color: #0947c4;
  z-index: 8;
}
.page-wrapper .tab-section .tabs-wrapper .tab-slider {
  position: absolute;
  bottom: 5px;
  top: 5px;
  left: 5px;
  right: 5px;
  border-radius: 30px;
  color: #0947c4;
  background: #fff; /* active tab color */
  transition: left 0.3s ease, width 0.3s ease;
  will-change: left, width;
}

/* Tab content */
.page-wrapper .tab-section .tab-content {
  /*background-color: #fff;
   border-radius: 10px;
  display: none;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  margin-bottom: 70px;
  padding: 13px 0;*/
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  position: absolute; /* prevents stacking issues */
  width: 100%;
  overflow: hidden;
}
.page-wrapper .tab-section .tab-content .row{
    display: flex;
      flex-direction: column;
}
.page-wrapper .tab-section .tab-content .row .tab-content-row{
    display: flex;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 0px;
    gap: 32px;
    align-items: center;   /* Vertically center image & text */
    justify-content: space-between;
}
/* Flip order on even rows */
.page-wrapper .tab-section .tab-content .row .tab-content-row{
    text-align: left;
}
.page-wrapper .tab-section .tab-content .row .tab-content-row.right {
    flex-direction: row-reverse;
    text-align: right;
}
.page-wrapper .tab-section .tab-content .row .tab-content-row .content-image{
    width: 58%;
}
.page-wrapper .tab-section .tab-content .row .tab-content-row .content-image img{
    width: 100%;
    height: auto;
}
.page-wrapper .tab-section .tab-content .row .tab-content-row .steps{
   /* flex-grow: 1;*/
    width: 40%;
}
.page-wrapper .tab-section .tab-content h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #060e3b;
    margin-top: 0;
    margin-bottom: 6px;
}
.page-wrapper .tab-section .tab-content p{
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    color: #697188;
    margin: 0;
}
.page-wrapper .tab-section .tab-content.active {
  /*display: block;
  opacity: 1;*/
  opacity: 1;
  visibility: visible;
  position: relative;
  margin-bottom: 120px;
}



/* More link */
.page-wrapper .payment-section .more {
  font-size: 13px;
  color: #6c6e7f;
  cursor: pointer;
  margin: left 0;
}
.page-wrapper .payment-section .more:hover{
  color: #0069fd;
}



/* Accordion styles*/
.page-wrapper .main-section .tab-section .accordion .tab-content.active {
  display: block;
  padding: 0px;
}
.page-wrapper .main-section .tab-section .accordion .accordion-header{
  display: none;
}

/* Buttons */
.pricing-btn .btn {
  background-color: #2563eb;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.875rem;
}
#pricing-popup iframe{
  width: 100%;
  height: 100%;
}


/* Responsive */
@media (min-width: 1024px) and (max-width: 1194px){
  .page-wrapper .header-section .main-title{
    margin-top: 50px;
    font-size: 57px;
    line-height: 68px;
  }
  .page-wrapper .header-section .header .header-content{
    flex: 0 0 51%;
    padding-bottom: 30px;
}
.page-wrapper .header-section .header .header-content .subtitle-text{
    width: 88%;
}
.page-wrapper .main-section{
    margin-top: 40px;
}
.page-wrapper .main-section .box-wrapper:nth-child(1) .img, .page-wrapper .main-section .box-wrapper:nth-child(3) .img{
    width: 75%;
}
.page-wrapper .main-section .box-wrapper:nth-child(2) .img{
    width:83%;
}
.page-wrapper .main-section .box .img img{
    width: 100%;
    height: auto;
}
.page-wrapper .main-section .box::after {
    height: 183px;
}

}
@media (max-width: 992px) {
.page-wrapper .header-section .header .header-content{
    flex: 0 0 100%;
    padding-bottom: 30px;
}
.page-wrapper .header-section .header .header-image{
    display: none;
}
.page-wrapper .main-section .box{
    min-height: 380px;
}
.page-wrapper .main-section .box-wrapper:nth-child(1) .img, .page-wrapper .main-section .box-wrapper:nth-child(3) .img{
    width: 75%;
}
.page-wrapper .main-section .box-wrapper:nth-child(2) .img{
    width:87%;
}
.page-wrapper .main-section .box .img img{
    width: 100%;
    height: auto;
}
.page-wrapper .main-section .box::after {
    height: 134px;
}
.page-wrapper .main-section .box .content{
    padding: 25px 20px 10px 20px;
}
.page-wrapper .tab-section .tabs-wrapper .tab{
    font-size: 14px;
}
 .page-wrapper .main-section .tab-section .accordion .tab-content.active{
    display: block;
  }   
}

@media (max-width: 768px) {
 
.page-wrapper .header-section .header .header-content{
    padding-bottom: 45px;
}
.page-wrapper .header-section .main-title{
    margin-top: 64px;
    font-size: 52px;
    line-height: 72px;
}
.page-wrapper .main-section{
    margin-top: 40px;
}

.page-wrapper .main-section .row{
    display: block;
}
.page-wrapper .main-section .row .box-title{
  font-size: 30px;
}
.page-wrapper .tab-section .tabs-wrapper{
    display: none;
}


.page-wrapper .tab-section .accordion .tab-content.active { 
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}
    
  /* Accordion styling */
  .page-wrapper .tab-section .accordion .accordion-header {
      /*border-bottom: 1px solid #ddd;*/
      font-size: 15px;
      font-weight: 600;
      cursor: pointer;
      display: inline-block;
      color: #060e3b;
      width: 100%;
      padding: 16px 15px;
      margin-bottom: 10px;
      border-radius: 8px;
      box-shadow: 0px 0px 5px 3px rgba(138,149,164,0.1);
      position: relative;
  }
  .accordion-header::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
}

.page-wrapper .tab-section .accordion-item:first-child .accordion-header{
  margin-top: 40px;
}
.accordion-header.active::after {
    transform: translateY(-50%) rotate(-135deg); /* arrow up when open */
}
  .page-wrapper .tab-section .accordion .accordion-item:last-child .accordion-header{
    border-bottom: 0px;
  }
  .page-wrapper .tab-section .accordion-header.active {
      color: #0069fd;
      border-bottom: 0px !important;
  }

  .page-wrapper .tab-section .accordion { display: block; margin-bottom: 100px; }

  /* Tab content */
.page-wrapper .tab-section .tab-content {
  display: inline-block;
  overflow: hidden;
  max-height: 0;      /* collapsed by default */
  opacity: 0;         /* invisible when closed */
  transition: max-height 0.4s ease, opacity 0.3s ease;
  padding: 0px;
  margin-bottom: 10px;
}

.page-wrapper .tab-section .tab-content.active {
  display: inline-block;
  max-height: 4000px; /* big enough to cover content */
  opacity: 1;
}

  .modal {
        justify-content: flex-start;
        align-items: stretch;
        --overlay-opacity: 0;
        background: rgba(0, 0, 0, var(--overlay-opacity));
    }

    .modal-dialog {
        width: 100%;
        height: 100%;
        max-width: none;
        margin: 0;
        top: 0;
        border-radius: 0;
        transform: translateX(100%);
        transition: transform 0.4s ease;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
    }
    .modal-content{
      box-shadow: none;
      height: 100%;
      border: 0px;
      border-radius: 0;
    }
    .modal-body{
      height: 100% !important;
    }
    #netbanking-popup .modal-body ul{
      column-count: 3;
    }
    .modal-header{
      border-radius: 0;
    }

    .modal.show .modal-dialog {
        transform: translateX(0);
    }

    .modal.closing .modal-dialog {
        transform: translateX(100%);
    }

}

@media (max-width: 576px) {
  
  .page-wrapper .header-section .main-title {
      margin-top: 64px;
      font-size: 43px;
      line-height: 57px;
  }
  .page-wrapper .header-section .header .header-content .subtitle-text{
    width: 100%;
  }
  .page-wrapper .main-section .box-wrapper{
    margin-bottom: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page-wrapper .tab-section .tab-content .row .tab-content-row{
    flex-direction: column;
    margin-bottom: 35px;
    gap: 10px;
  }
  .page-wrapper .tab-section .tab-content .row .tab-content-row.right {
    flex-direction: column;
    text-align: left;
}
  .page-wrapper .tab-section .tab-content .row .tab-content-row .content-image{
    width: 100%;
  }
  .page-wrapper .tab-section .tab-content .row .tab-content-row .steps{
    width: 100%;
  }
}