/*About Section CSS*/

.about-ccontent.section-heading p {
    display: block !important;
}
.about-image{
    height:unset;
    max-width: 95%;
    margin: 0 0 0 auto;
}
.about-image img {
    border-radius: 20px;
}

@media (min-width: 1351px) and (max-width: 1920px) {
    .about-image {
        height: 620px;
    }
}
@media (min-width: 1250px) and (max-width: 1350px) {
    .about-image{
        height: 700px;
    }
}
@media (min-width: 1100px) and (max-width: 1250px) {
    .about-image{
        height: 650px;
    }
}
@media (min-width: 992px) and (max-width: 1100px) {}
@media (min-width: 767px) and (max-width: 992px) {}
@media (min-width: 575px) and (max-width: 767px) {}
@media (max-width: 767px) {
    .about-image {
        max-width: 100%;
    }    
}

 /*Mission Vission Section CSS*/
    
section.mission-vission-section {
    position: relative;
    padding: 60px 0px;
}

section.mission-vission-section .mission-vision-div {
    position: relative;
}

section.mission-vission-section .mission-vision-div .mission-vision-img {
    position: relative;
    height: 400px;
}

section.mission-vission-section .mission-vision-div .mission-vision-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

section.mission-vission-section .mission-vision-div .mission-vision-div-cont {
    position: relative;
    text-align: center;
}

section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-icon {
    display: flex;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -100px;
    bottom: auto;
    align-items: center;
    justify-content: center;
}

section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt {
    padding: 90px 30px 30px 30px;
    background: #F2F2F2;
    border-radius: 0px 0px 15px 15px;
}

section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-icon img {
    background: #E2E2E2;
    padding: 20px;
    border: 10px solid #F2F2F2;
    border-radius: 15px;
    height: 150px;
    width: 150px;
}

section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt p {
    min-height: 100px;
    max-width: 90%;
    margin: auto;
}
section.mission-vission-section .mission-vision-div .mission-vision-img h2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: var(--color2);
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 1250px) and (max-width: 1350px) {}
@media (min-width: 1100px) and (max-width: 1250px) {}
@media (min-width: 992px) and (max-width: 1100px) {}
@media (min-width: 767px) and (max-width: 992px) {
    section.mission-vission-section {
        padding: 30px 0px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-img {
        height: 250px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-img h2 {
        font-size: 30px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-icon img {
        height: 100px;
        width: 100px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-icon {
        top: -70px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt {
        padding: 60px 20px 20px 20px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt p {
        max-width: 100%;
        font-size: 14px;
        min-height: 110px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt p {
        min-height: 120px !important;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt {
        padding: 20px 10px !important;
    }
    
}
@media (max-width: 767px) {

    section.mission-vission-section {
        padding: 30px 0px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-img {
        height: 200px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-img h2 {
        font-size: 20px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-icon img {
        height: 80px;
        width: 80px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-icon {
        top: -65px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt {
        padding: 30px 30px 30px 30px;
    }
    
    section.mission-vission-section .mission-vision-div .mission-vision-div-cont .mission-vision-txt p {
        max-width: 100%;
        font-size: 12px;
        min-height: auto;
    }
    
    section.mission-vission-section .mission-vision-div {
        margin-bottom: 10px;
    }
}
    /*******Why Choose Css*******/
    
    .why-choose-section {
      position: relative;
      padding: 20px 0px 40px;
    }
    .all-service-wrapper {
      display: flex;
    }
    .all-service-wrapper .single-service-wrapper {
      width: 8%;
      transition: all 2s ease-out;
      height: 500px;
      overflow: hidden;
      position: relative;
      margin: 0px 5px;
      border-radius: 20px;
      position: relative;
    }
    .all-service-wrapper .single-service-wrapper.active {
      width: 100%;
      transition: all 2s ease-out;
    }
    .all-service-wrapper .single-service-wrapper img.service-image-tag.img-fluid {
      position: absolute;
      inset: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .all-service-wrapper .single-service-wrapper .service-content {
      opacity: 0;
      transition: 0.2s;
    }
    .all-service-wrapper .single-service-wrapper.active .service-content {
      opacity: 1;
      transition: all 2s ease-out;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      background: linear-gradient(0deg, #0a557cc7 60%, #0a557c12 90%);
      padding: 30px;
      background: linear-gradient(
        to top,
        rgba(10, 85, 124, 0.98) 0%,
        rgba(10, 85, 124, 0.92) 20%,
        rgba(10, 85, 124, 0.75) 40%,
        rgba(10, 85, 124, 0.50) 60%,
        rgba(10, 85, 124, 0.25) 80%,
        rgba(10, 85, 124, 0.08) 92%,
        rgba(10, 85, 124, 0) 100%
    );
    }
    .all-service-wrapper .single-service-wrapper .service-content {
      opacity: 1;
      transition: all 2s ease-out;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      padding: 5px;
    }
    .service-content .service-title {
      color: var(--color2);
      font-size: 26px;
      font-weight: 700;
      text-transform: capitalize;
      line-height: 70px;
      margin-bottom: 15px;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      margin-top: 15px;
    }
    .all-service-wrapper .single-service-wrapper.active .service-content .service-title {
        writing-mode: unset;
        transform: unset;
        margin: 0;
        margin-left: 20px;
        font-size: 30px;
        line-height: unset !important;
    }
    .service-content .service-txt {
      max-width: 80%;
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
    }
    .service-view .service-links-view {
      color: var(--h-color);
      font-size: 16px;
      font-weight: 500;
      margin-top: 10px;
      display: inline-block;
      transition: 0.3s;
      position: relative;
      z-index: 1;
    }
    .service-view .service-links-view:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background: var(--btn-color);
      right: 0;
      opacity: 0;
      transition: 0.3s;
    }
    .service-view .service-links-view:hover:before {
      transition: 0.3s;
      opacity: 1;
    }
    .service-view .service-links-view img {
      margin-left: 5px;
      max-width: 10px;
    }
    .all-service-wrapper .single-service-wrapper.active .service-content {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-direction: row-reverse;
    }
    
    .all-service-wrapper .single-service-wrapper:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 100%;
        width: 100%;
        background: #0a557ccf;
        content: "";
        z-index: 1;
    }
    
    .all-service-wrapper .single-service-wrapper.active:before {
        display: none;
    }
    
    .service-wrapper-iconns {
        max-width: 65%;
        margin: auto !important;
    }
    
    .all-service-wrapper .single-service-wrapper.active .service-wrapper-iconns {
        max-width: 100% !important;
        margin: 0 !important;
    }
    @media (min-width: 1250px) and (max-width: 1350px) {
        .service-content .service-title{
            line-height:55px;
        }
    }
    @media (min-width: 1100px) and (max-width: 1250px) {
         .service-content .service-title{
            line-height:42px;
        }
    }
    @media (min-width: 992px) and (max-width: 1100px) {}
    @media (min-width:993px) and (max-width:1099px){
        .service-content .service-title{
            line-height:42px;
        }
    }
    @media (min-width: 767px) and (max-width: 992px) {
      .why-choose-section {
        padding: 20px 0px 20px;
      }
      .all-service-wrapper {
        margin-top: 20px;
      }
      .all-service-wrapper .single-service-wrapper {
        height: 350px;
        width: 12%;
        margin: 0px 3px;
      }
      .all-service-wrapper .single-service-wrapper.active {
        width: 64%;
      }
      .all-service-wrapper .single-service-wrapper.active .service-content {
        padding: 20px;
        padding-top: 70px;
      }
      .service-content .service-title {
        font-size: 24px;
        line-height: 60px;
        margin-bottom: 6px;
      }
      .service-content .service-txt {
        font-size: 14px;
        line-height: 22px;
      }
      .service-view .service-links-view {
        font-size: 13px;
      }
      .service-view .service-links-view img {
        max-width: 8px;
      }
    }
    @media (min-width: 575px) and (max-width: 767px) {
        .service-content .service-title {
            line-height: 35px !important;
        }
    }
    @media (max-width: 767px) {
      .why-choose-section {
        padding: 10px 0px 20px;
      }
      .all-service-wrapper .single-service-wrapper {
        height: 220px;
        width: 10%;
        margin: 0px 2px;
      }
      .all-service-wrapper .single-service-wrapper.active {
        width: 70%;
      }
      .all-service-wrapper .single-service-wrapper.active .service-content {
        padding: 8px;
        padding-top: 60px;
      }
      .service-content .service-title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
      }
      .service-content .service-txt {
        font-size: 12px;
        line-height: 20px;
        max-width: 100%;
      }
      .service-view .service-links-view {
        font-size: 11px;
      }
      .service-view .service-links-view img {
        max-width: 8px;
      }
      .all-service-wrapper .single-service-wrapper.active .service-content .service-title {
        font-size: 20px;
        margin-left: 10px;
      }
    }
/*******Why Choose Css End*******/


/* ===================== Section Wrapper ===================== */

.process-section {
  padding: 30px 0px;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  position: relative;
}
section.process-section:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    margin: auto;
    height: 150px;
    width: 80px;
    background-image: url("/images/leaf-before.png") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

section.process-section .section-heading .defalt-heading .heading-h {
    color: var(--color2);
    margin-bottom: 30px;
}
 
.process-card {
  position: relative;
  /* background: repeating-linear-gradient(
      90deg,
      #144d6b 0px,
      #144d6b 60px,
      #0f4260 60px,
      #0f4260 120px
    ); */
  /* border: 2px solid rgba(255, 255, 255, 0.35); */
  /* border-radius: 18px; */
  padding: 50px 30px 60px;
  overflow: hidden;
  /* max-width: 1180px; */
}
 
/* subtle darkening overlay so stripes stay soft */
.process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(13, 58, 82, 0.55);
  pointer-events: none;
  display: none;
}
 
.process-card > * {
  position: relative;
  z-index: 1;
}
 
/* ===================== Leaf Icon ===================== */
.leaf-icon {
  position: absolute;
  top: 18px;
  left: 24px;
  font-size: 2rem;
  transform: rotate(-15deg);
  z-index: 2;
}
 
/* ===================== Header ===================== */
.process-header {
  margin-bottom: 55px;
  padding: 0 10px;
}
 
.eyebrow {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: #7fd6c4;
  letter-spacing: 1px;
  font-size: 1.05rem;
  margin-bottom: 10px;
}
 
.main-heading {
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.35;
  margin: 0;
}
 
/* ===================== Icon Box (shared) ===================== */
.icon-box {
  width: 84px;
  height: 84px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.9rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  position: relative;
}
 
.bg-cream {
  background: transparent;
  color: #14607a;
  border: 1px solid #fff;
}
 
.bg-teal {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #59C5CE;
}
 
/* ===================== Desktop Zigzag Track ===================== */
.process-track {
  align-items: flex-start;
  justify-content: space-between;
  gap: 0;
}
.step {
  flex: 1 1 0;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 230px;
  position: relative;
}
.step-up {
  justify-content: end;
  max-width: 14%;
  width: 100%;
}
.step-down {
  justify-content: flex-start;
}
.step .icon-box {
  margin: 0 auto;
}
.step-up .step-info {
  margin-top: 50px;
}
.step-down .step-info {
  margin-bottom: 60px;
}
 
.step-up .icon-box:after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0;
    margin: auto;
    right: -140px;
    width: 140px;
    height: 40px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
 
 
.step-up:last-child .icon-box:after {
    opacity: 0;
    width: 0;
    height: 0;
}
 
.step-down .icon-box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 40px;
    margin: auto;
    right: -140px;
    width: 140px;
    height: 40px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.step-info h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.step-info p {
  color: #d7e6ec;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
 
.icon-box img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50px;
}
 
.icon-box:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    content: "";
    border-radius: 10px;
    background: #fff;
}
.bg-teal:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 90%;
    width: 90%;
    content: "";
    background: #59C5CE;
}
 

/* Connector between steps */
.connector {
  flex: 0 0 5%;
  height: 208px;
  align-self: flex-start;
}
.connector svg {
  width: 100%;
  height: 100%;
}
.connector path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 2;
}
 
/* ===================== Mobile / Tablet Timeline ===================== */
.process-timeline {
  position: relative;
  padding-left: 10px;
}
 
.timeline-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  padding-bottom: 40px;
}
 
.timeline-item::before {
  content: "";
  position: absolute;
  left: 41px;
  top: 84px;
  width: 2px;
  height: calc(100% - 84px);
  background: rgba(255, 255, 255, 0.35);
}
 
.timeline-item-last::before {
  display: none;
}
 
.timeline-item .icon-box {
  width: 68px;
  height: 68px;
  font-size: 1.5rem;
  border-radius: 16px;
}
 
.timeline-info h3 {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 4px;
}
 
.timeline-info p {
  color: #d7e6ec;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
}

/* ===================== Responsive Tweaks ===================== */
@media (max-width: 991.98px) {
  .main-heading {
    font-size: 1.6rem;
  }
 
  .process-header {
    margin-bottom: 35px;
  }
 
  .process-card {
    padding: 0px;
  }
}
 
@media (max-width: 575.98px) {
  .main-heading {
    font-size: 1.3rem;
  }
 
  .eyebrow {
    font-size: 0.9rem;
  }
 
  .leaf-icon {
    font-size: 1.5rem;
    top: 12px;
    left: 14px;
  }
 
  .timeline-item {
    gap: 14px;
    padding-bottom: 30px;
    align-items:center;
  }
 
  .timeline-item .icon-box {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
    border-radius: 14px;
  }
 
  .timeline-item::before {
    display:none;
  }
 
  .timeline-info h3 {
    font-size: 0.9rem;
  }
 
  .timeline-info p {
    font-size: 0.8rem;
  }
}

@media (min-width: 575px) and (max-width: 767px) {
    .timeline-item {
        align-items: center;
        padding-bottom: 15px;
    }
    
    .timeline-item::before {
        display: none;
    }
    .timeline-info p {
        font-size: 12px;
    }
    
    .timeline-info h3 {
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width: 992px){
    .timeline-item::before {
        display: none;
    }
    
    .timeline-item {
        align-items: center;
        padding-bottom: 15px;
    }
}
 
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .step-info h3 {
        font-size: 12px;
    }
     
    .step-info p {
        font-size: 10px;
    }
     
    .icon-box {
        width: 70px;
        height: 70px;
        font-size: 1.6rem;
    }
  
    .step-down .step-info {
        margin-bottom: 50px;
    }
    
    .step-up .step-info{
         margin-top: 50px;
    }
    
    .step-up .icon-box:after {
        width: 100px;
        right: -100px;
        top: 0px;
        height: 34px;
    }
    
    .step-down .icon-box:after {
        width: 100px;
        right: -100px;
        bottom: 10px;
    }
}

@media (min-width: 1250px) and (max-width: 1350px) {
    
    .step-info h3{
        font-size:13px;
    }
    
    .step-info p{
        font-size:11px;
    }
}
