/* Global Styles */
:root {
    --primary-color: #001C7D;
    --secondary-color: #ED1C24;
    --accent-color: #B0C4DE;
    --text-color: #333;
    --light-bg: #f9f9f9;
    --white: #fff;
    --dark-overlay: rgba(0, 0, 0, 0.6);
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --transition: all 0.3s ease;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;

}

body {
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--white);
    font-family: "SIFONN", sans-serif;
    overflow-x: hidden !important;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-family: "Bricolage Grotesque", sans-serif;
}

a {
    text-decoration: none !important;
    color: inherit;
    transition: var(--transition);
    font-family: "Poppins", sans-serif;

}

p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-banner {
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image: url(../images/banner-img/about-new-banner.webp);
}

.service-banner{
  background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image:url(../images/banner-img/service-banner.webp);
}
.contact-banner{
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image:url(../images/banner-img/contact-banner.webp);
}

.contact-section {
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* LEFT SIDE */
.left {
  width: 50%;
  position: relative;
  background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
  padding: 55px 45px;
}

.left-overlay {
  position: absolute;
  
  
 
}

.left-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.left h2 {
  font-size: 42px;
  line-height: 1.1;
  color: #fff;
  font-weight: 800;
  margin-bottom: 18px;
  max-width: 420px;
}

.left > .left-content > p {
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 470px;
}

.contact-info {
  margin-bottom: 28px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.info-item i {
  color: #fff;
  font-size: 18px;
  margin-top: 3px;
}

.info-item span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
}

.info-item a,
.info-item p {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.left h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 14px;
  font-weight: 700;
}


/* RIGHT SIDE */
.right {
  width: 50%;
  padding: 35px 32px;
  background: #fff;
}

form {
  width: 100%;
}

.form-group {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
}

.input-box {
  width: 100%;
}

.input-box label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #001C7D;
  margin-bottom: 6px;
  font-family: "Bricolage Grotesque", sans-serif;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #e1e1e1;
  outline: none;
  font-size: 14px;
  color: #333;
  background: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #b7b7b7;
  font-family: "Bricolage Grotesque", sans-serif;
}

textarea {
  height: 120px;
  resize: none;
}

.full-width {
  margin-bottom: 14px;
}

.form-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
  border: none;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;

}



.form-btn:hover {
  background: #fff;
  color: #001C7D;
  border: #001C7D 1px solid;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
  }

  .left,
  .right {
    width: 100%;
  }

  .form-group {
    flex-direction: column;
  }

  .left {
    padding: 40px 25px;
  }

  .right {
    padding: 25px;
  }

  .left h2 {
    font-size: 30px;
  }
}

/* about page */

.about-space{
  padding-top: 80px;
  padding-bottom: 80px;
}

.journey-section {
 
  padding: 80px 0px;
  background: #f1f1f1;
}





.journey-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.sub-title {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #001C7D ;
  margin-bottom: 12px;
}

.journey-header h2 {
  font-size: 40px;
  color: #1b2c48;
  margin-bottom: 14px;
  font-weight: 800;
}

.journey-header p {
  font-size: 19px;
  color: #777;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.7;
}

.journey-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: start;
  z-index: 2;
}

.timeline-line {
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
  height: 4px;
  background: linear-gradient(to right, #f40000, #f40000 35%, #f40000 35%, #f40000 100%);
  z-index: 0;
  border-radius: 30px;
}



.journey-card {
  position: relative;
  background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
  padding: 28px 20px 32px;
  text-align: center;
  border: 1px solid #f0f0f0;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
 
  min-height: 220px;

  /* V cut bottom shape */
  clip-path: polygon(
    0 0,
    100% 0,
    100% 88%,
    50% 100%,
    0 88%
  );
}



/* orange active card */
.journey-card.active {
  background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
  color: #fff;
  border: none;
  box-shadow: 0 14px 28px rgba(255, 90, 14, 0.28);
}

.journey-card.active h3,
.journey-card.active p {
  color: #fff;
}


.journey-card.active::after {
  background: rgba(255,255,255,0.45);
}

.card-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #fff7f1;
  color: #ff5a0e;
  font-size: 24px;
}

.journey-card.active .card-icon {
  background: rgba(255,255,255,0.14);
  color: #fff;
}

.journey-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.journey-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}





.timeline-dot {
  position: absolute;
  top: 25px;
  left: 46%;

  width: 18px;
  height: 18px;
  background: #1b2c48;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #fff;
  z-index: 2;
}

.journey-card .year {
  display: inline-block;
  font-size: 24px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 14px;
  margin-top: 18px;
  font-family: "Bricolage Grotesque", sans-serif;
}


/* Tablet */
@media (max-width: 1100px) {
  .journey-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .timeline-line {
    display: none;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .journey-section {
    padding: 50px 20px;
  }

  .journey-header h2 {
    font-size: 30px !important;
  }

  .journey-timeline {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .journey-card {
    min-height: auto;
    padding: 65px 20px 22px;
  }
  .title-text{
    font-size: 30px !important;
  }
  .services-card-bg{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/*vision  */
 .core-section {
      position: relative;
      z-index: 1;
    }

    .core-header {
      text-align: center;
      margin-bottom: 65px;
      max-width: 760px;
      margin-left: auto;
      margin-right: auto;
    }

    .core-tag {
      display: inline-block;
      font-size: 13px;
      font-weight: 800;
      letter-spacing: 2.5px;
      color: #f28c28;
      margin-bottom: 14px;
      text-transform: uppercase;
      position: relative;
    }

    .core-tag::before,
    .core-tag::after {
      content: "";
      display: inline-block;
      width: 28px;
      height: 2px;
      background: #f28c28;
      vertical-align: middle;
      margin: 0 10px;
    }

    .core-header h2 {
      font-size: 46px;
      line-height: 1.2;
      color: #1f2b46;
      font-weight: 800;
      margin-bottom: 14px;
    }

    .core-header p {
      font-size: 18px;
      color: #6f6f6f;
      line-height: 1.7;
    }

    .core-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 32px;
      align-items: stretch;
    }

    .core-card {
      position: relative;
      background: #fff;
      border-radius: 24px;
      overflow: hidden;
      box-shadow: 0 18px 45px rgba(17, 34, 68, 0.08);
      padding-top: 90px;

      border: 1px solid rgba(0, 0, 0, 0.04);
      display: flex;
      flex-direction: column;
    }

    .core-card:hover {

      box-shadow: 0 24px 55px rgba(17, 34, 68, 0.14);
      border-color: rgba(4, 82, 156, 0.12);
    }

    .core-card-top {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 135px;
      border-radius: 0 0 90px 0;
      z-index: 1;
      background: linear-gradient(135deg, #001c7d 0%, #04529c 45%, #001c7d 100%);
    }

    .core-card-top::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(255,255,255,0.08), rgba(255,255,255,0));
    }

    .core-icon-wrap {
      position: absolute;
      top: 58px;
      left: 40%;

      z-index: 3;
    }

    .core-icon {
      width: 96px;
      height: 96px;
      background: #fff;
      border-radius: 50%;
      border: 7px solid #f7f8fb;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 34px;

    }

 

    .mission-card .core-icon {
      color:#04529c;
    }

    .vision-card .core-icon {
      color: #04529c;
    }

    .values-card .core-icon {
      color: #04529c;
    }

    .core-content {
      padding: 78px 30px 34px;
      text-align: center;
      flex: 1;
    }

    .core-content h3 {
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 16px;
      color: #1f2b46;
    }

    .core-content p {
      font-size: 15.5px;
      line-height: 1.9;
      color: #666;
      margin-bottom: 0;
    }

    .core-content ul {
      text-align: left;
      margin-top: 8px;
      padding-left: 0;
      list-style: none;
    }

    .core-content ul li {
      position: relative;
      font-size: 15px;
      line-height: 1.85;
      color: #666;
      margin-bottom: 14px;
      padding-left: 24px;
    }

    .core-content ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      width: 10px;
      height: 10px;
      background:#001C7D;
      border-radius: 50%;
      box-shadow: 0 0 0 4px rgba(242, 140, 40, 0.12);
    }

    .core-content ul li strong {
      color: #1f2b46;
    }

    @media (max-width: 1100px) {
      .core-grid {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: 0 auto;
      }

      .core-header h2 {
        font-size: 38px;
      }
    }

    @media (max-width: 768px) {
      .core-section {
        padding: 55px 15px;
      }

      .core-header {
        margin-bottom: 45px;
      }

      .core-header h2 {
        font-size: 30px;
      }

      .core-header p {
        font-size: 15px;
      }

      .core-card {
        padding-top: 82px;
        border-radius: 20px;
      }

      .core-card-top {
        height: 120px;
        border-radius: 0 0 70px 0;
      }

      .core-icon-wrap {
        top: 52px;
      }

      .core-icon {
        width: 82px;
        height: 82px;
        font-size: 28px;
      }

      .core-content {
        padding: 66px 20px 24px;
      }

      .core-content h3 {
        font-size: 24px;
      }

      .core-content p,
      .core-content ul li {
        font-size: 14px;
        line-height: 1.8;
      }
    }

/* market */
.markets-section {
  background: #f8f9fc;
  padding-top: 80px;
  padding-bottom: 80px;
}


.markets-heading {
  position: relative;
  z-index: 2;
}

.markets-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #1a2a4a;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}

.markets-tag::before,
.markets-tag::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background: #1a2a4a;
  vertical-align: middle;
  margin: 0 10px;
}

.markets-heading h2 {
  font-size: 42px;
  font-weight: 800;
  color: #1a2a4a;
  margin-bottom: 12px;
  line-height: 1.2;
}

.markets-heading p {
  max-width: 620px;
  margin: 0 auto;
  color: #6e6e6e;
  font-size: 19px;
  line-height: 1.8;
}

.market-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
}

.market-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}



.market-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.market-card-yellow .market-overlay {
  background: linear-gradient(
    to top,
   rgba(16, 54, 145, 0.95),
    rgba(16, 54, 145, 0.28),
    rgba(0, 0, 0, 0.08)
  );
}

.market-card-blue .market-overlay {
  background: linear-gradient(
    to top,
    rgba(16, 54, 145, 0.95),
    rgba(16, 54, 145, 0.28),
    rgba(0, 0, 0, 0.08)
  );
}

.market-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 22px;
  color: #fff;
  z-index: 2;
  text-align: center;
}

.market-number {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
  opacity: 0.9;
  letter-spacing: 1px;
}

.market-content h4 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
}

.market-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 95%;
  color: #f8f8f8;
}


@media (max-width: 991.98px) {
  .markets-heading h2 {
    font-size: 34px;
  }

  .featured-card {
    transform: none;
  }

}

@media (max-width: 767.98px) {
  .markets-heading h2 {
    font-size: 28px;
  }

  .markets-heading p {
    font-size: 15px;
  }

  .market-card,
  .market-card img {
    min-height: 320px;
    height: 320px;
  }

  .market-content {
    padding: 20px 18px;
  }

  .market-content h4 {
    font-size: 22px;
  }

  .market-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* knowledge */
.knowledge-section {
  background: #f1f1f1;
 padding-top: 80px;
 padding-bottom: 80px;
}

.knowledge-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #f0b400;
  margin-bottom: 12px;
}

.knowledge-title {
  font-size: 42px;
  font-weight: 800;
  color: #1c2b4a;
  line-height: 1.25;
  margin-bottom: 12px;
}

.knowledge-subtitle {
  font-size: 19px;
  color: #6c757d;
}

.knowledge-wrapper {
  position: relative;
}

.knowledge-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #d8deea, transparent);

}

.knowledge-list {
  height: 100%;
}

.knowledge-item {
  gap: 18px;
  padding: 24px;
  margin-bottom: 22px;
  background: #ffffff;
  border: 1px solid #eef1f6;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);

}

.knowledge-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0b3d91, #1456c3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 20px rgba(11, 61, 145, 0.22);
}

.knowledge-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1c2b4a;
  margin-bottom: 8px;
}

.knowledge-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #667085;
  margin-bottom: 0;
}

/* responsive */
@media (max-width: 991.98px) {
  .knowledge-title {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  .knowledge-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .knowledge-title {
    font-size: 30px;
  }

  .knowledge-item {
    padding: 20px;
    gap: 14px;
  }

  .knowledge-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .knowledge-content h4 {
    font-size: 18px;
  }

  .knowledge-content p {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* services */
.services-card-bg{
   background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
   margin-left: 20px;
  margin-right: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 83% 100%, 0 100%, 0% 50%);
  position:relative;
  top: -50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.services-card-bg .card-title,.card-text{
  color: #fff;
}
.services-card-bg .card-title{
  margin-top: 20px;
}
.icon-pos-rel{
  position: relative;
}
.icon-pos-absolute{
  position: absolute;
    top: -417px;
    left: 50px;
}
.icon-pos-absolutes{
  position: absolute;
    top: -439px;
    left: 50px;
}
.icon-pos-absolutes-one{
  position: absolute;
    top: -393px;
    left: 50px;
}
.card-services{ 
  border: none !important; 
}
.card-services img{
  height: 300px;
  border-radius: 20px;
}

/* process */
.process-section {
  
  padding-top: 80px;
  padding-bottom: 80px;

}
.process-content{
  text-align: center;
}

/* .process-section::before,
.process-section::after {
  content: "";
  position: absolute;
  background: rgba(98, 84, 255, 0.05);
  z-index: 0;
 
}

.process-section::before {
  width: 260px;
  height: 260px;
  top: -80px;
  left: -80px;
}

.process-section::after {
  width: 300px;
  height: 300px;
  right: -100px;
  bottom: -120px;
} */

.process-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color:#001C7D;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.process-title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800;
  color: #1f2b46;
  
}
.process-para{
  font-size: 20px;
  margin-bottom: 71px;

}

.process-cards-row {
  position: relative;
  z-index: 2;
}

.process-card {
  background: #fff;
  border-radius: 18px;
  padding: 46px 18px 24px;
  text-align: center;
  height: 100%;
  position: relative;
  border: 1px solid #001C7D ;
}



.process-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  position: absolute;
  top: -18px;
  left: 50%;
   transform: translateX(-50%) rotate(45deg)
}
.process-icon span {
  transform: rotate(-45deg);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 25px;
}


.process-card h4 {
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
  color: #1f2b46;
  margin-bottom: 12px;
}
.margin-process-card{
  margin-top: 60px !important;
}

.process-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #7a8093;
  margin-bottom: 0;
}

.process-progress-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  position: relative;
  z-index: 2;
}

.process-nav-btn {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  background: #ffffff;
  color: #8f96aa;
  box-shadow: 0 6px 16px rgba(20, 27, 56, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-nav-btn:hover {
  background: #6a5cff;
  color: #fff;
}

.process-progress-line {
  width: 320px;
  height: 4px;
  background: #e5e1ff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  display: block;
  width: 110px;
  height: 100%;
  background: linear-gradient(90deg, #c04cff 0%, #7b61ff 100%);
  border-radius: 20px;
}

@media (max-width: 1199.98px) {
  .process-card h4 {
    min-height: auto;
  }
}

@media (max-width: 991.98px) {
  .process-title {
    font-size: 34px;
  }

  .process-progress-line {
    width: 240px;
  }
}

@media (max-width: 767.98px) {
  .process-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .process-title {
    font-size: 30px;
  }

  .process-card {
    padding: 42px 16px 22px;
  }

  .process-card h4 {
    font-size: 19px;
  }

  .process-card p {
    font-size: 16px;
  }

  .process-progress-wrap {
    gap: 12px;
    margin-top: 26px;
  }

  .process-progress-line {
    width: 160px;
  }
  .benefits-tag{
    font-size: 12px;
  }
 
}
.serve-bg{
    background: linear-gradient(126deg, rgba(0, 28, 125, 1) 0%, rgba(4, 82, 156, 1) 44%, rgba(0, 28, 125, 1) 100%);
    color: #fff;
    padding: 30px 30px;
    border-radius: 30px;
}
.list-point{
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 10px;
  align-items: baseline;
}
.list-point li{
  font-size: 19px;
}
.span-about{
  color: #001C7D;
  font-size: 40px;
}
/* benefits */
.benefits-section {
  padding: 80px 0 115px;

  position: relative;
  overflow: hidden;
}


.benefits-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.benefits-tag {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #001C7D;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
  font-family:"Bricolage Grotesque", sans-serif;
}

.benefits-tag::before,
.benefits-tag::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #001C7D;
  vertical-align: middle;
  margin: 0 10px;
}

.benefits-title {
  font-size: 42px;
  font-weight: 800;
  color: #1f2b46;
  line-height: 1.2;
  font-family: "Bricolage Grotesque", sans-serif;
}

/* Infographic Layout */
.benefits-infographic {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}

.benefits-top-row,
.benefits-middle-row,
.benefits-bottom-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.benefits-top-row {
  margin-bottom: 20px;
  margin-top: 117px;
}

.benefits-bottom-row {
  margin-top: 20px;
}

/* Diamond Card */
.benefit-diamond {
  width: 270px;
  height: 270px;
  transform: rotate(45deg);
  position: relative;
  border-radius: 18px;
  background: #ffffff;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: default;
  flex-shrink: 0;
}

.benefit-diamond::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 3px solid transparent;
  transition: border-color 0.3s ease;
}

/* Color-coded borders */
.benefit-diamond[data-color="orange"]::before {
  border-color:#001C7D;
}

.benefit-diamond[data-color="red"]::before {
  border-color:#001C7D;
}

.benefit-diamond[data-color="green"]::before {
  border-color:#001C7D;
}

.benefit-diamond[data-color="cyan"]::before {
  border-color:#001C7D;
}

.benefit-diamond[data-color="blue"]::before {
  border-color:#001C7D;
}

.benefit-diamond[data-color="purple"]::before {
  border-color:#001C7D;
}

/* Hover glow effect */


/* Diamond inner content - counter-rotate to keep text straight */
.diamond-inner {
  transform: rotate(-45deg);
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  text-align: center;
}

.diamond-number {
  font-size: 16px;
  font-weight: 800;
  color: #001C7D;
  margin-bottom: 4px;
  font-family: "Bricolage Grotesque", sans-serif;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 28, 125, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.diamond-inner h4 {
  font-size: 22px;
  font-weight: 700;
  color: #1f2b46;
  margin-bottom: 4px;
  line-height: 1.3;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-top: 35px;
}

.diamond-inner p {
  font-size: 18px;
  line-height: 1.5;
  color: #667085;
  margin: 0;
  font-family: "Poppins", sans-serif;
}



/* Connecting Arrows */
.benefit-arrow {
  flex-shrink: 0;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-arrow svg {
  width: 60px;
  height: 20px;
}

/* Center Circle */
.benefits-center-circle {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-ring {
  width: 170px;
  height: 170px;
  border-radius: 50%;

  border: 1px solid #001C7D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}

@keyframes centerPulse {

  0%,
  100% {
    box-shadow: 0 12px 40px rgba(0, 28, 125, 0.12), inset 0 0 20px rgba(0, 28, 125, 0.04);
  }

  50% {
    box-shadow: 0 16px 50px rgba(0, 28, 125, 0.2), inset 0 0 25px rgba(0, 28, 125, 0.06);
  }
}

.center-inner {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.center-logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 4px;
  object-fit: contain;
}

.center-text {
  font-size: 14px;
  font-weight: 800;
  color:#ED1C24;
  letter-spacing: 2px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
  text-align: center;
}

.center-subtext {
  font-size: 8px;
  font-weight: 600;
  color: #ED1C24;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

/* ===== Benefits Responsive ===== */
@media (max-width: 991.98px) {
  .benefits-title {
    font-size: 34px;
  }

  .benefit-diamond {
    width: 180px;
    height: 180px;
  }

  .diamond-inner h4 {
    font-size: 12px;
  }

  .diamond-inner p {
    font-size: 10px;
  }

  .diamond-number {
    width: 28px;
    height: 28px;
    font-size: 13px;
    top: 10px;
  }

  .center-ring {
    width: 140px;
    height: 140px;
  }

  .center-inner {
    width: 108px;
    height: 108px;
  }

  .center-logo {
    width: 40px;
    height: 40px;
  }

  .center-text {
    font-size: 12px;
  }

  .benefits-center-circle {
    width: 150px;
    height: 150px;
  }

  .benefit-arrow {
    width: 40px;
  }

  .benefit-arrow svg {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  .benefits-section {
    padding: 50px 0 60px;
  }

  .benefits-title {
    font-size: 26px;
  }

  .benefits-header {
    margin-bottom: 40px;
  }

  /* Stack layout vertically on mobile */
  .benefits-infographic {
    max-width: 100%;
  }

  .benefits-top-row,
  .benefits-middle-row,
  .benefits-bottom-row {
    flex-direction: column;
    gap: 30px;
  }

  .benefits-top-row {
    margin-bottom: 30px;
  }

  .benefits-bottom-row {
    margin-top: 30px;
  }

  .benefit-diamond {
    width: 250px;
    height: 250px;
  }

      .diamond-inner h4 {
        font-size: 20px;
        margin-top: 0px;
    }

  .diamond-inner p {
    font-size: 16px;
  }
.contact-space-banner {
    padding-bottom: 60px !important;
}
  /* Hide arrows on mobile */
  .benefit-arrow {
    display: none;
  }

  /* Show center circle inline */
  .benefits-center-circle {
    width: 140px;
    height: 140px;
    display: none !important;
  }

  .center-ring {
    width: 130px;
    height: 130px;
  }

  .center-inner {
    width: 100px;
    height: 100px;
  }

  .center-logo {
    width: 35px;
    height: 35px;
  }

  .center-text {
    font-size: 11px;
  }
  .about-col-rev{
  flex-direction: column-reverse;
}
.service-rev img{
  margin: auto;
  
}
.service-rev {
  flex-direction: column-reverse;
}
.about-space{
  padding-top: 60px;
  padding-bottom: 60px;
} 
    .mobile-pos {
        top: -423px !important;
        left: 20px;
    }
    .mobile-poss {
        top: -422px !important;
        left: 20px;
    }
    .mobile-poss-glass {
        top: -420px !important;
        left: 20px;
    }
    .mobile-pos-acp{
      top: -442px !important;
        left: 20px;
    }
     .mobile-pos-elevation{
      top: -444px !important;
        left: 20px;
    }

    .mobile-pos-wall {
        top: -416px !important;
        left: 20px;
    }
.service-bg{
  padding-bottom: 40px !important;
}
.margin-mobile{
  margin-top: 60px !important;
}
.serve-bg{
  margin-bottom: 60px !important;
}
    .diamond-number {
        width: 50px;
        height: 28px;
        font-size: 13px;
        top: 10px;
    }
    .service-cta{
      font-size: 12px;
    }
    .about-text{
      font-size: 30px !important;
    }
    .span-about{
      font-size: 30px !important;
    } 
    
}
.call-to-action-bg{
  background: url(../images/services/call-to-action-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  text-align: center;
  padding: 30px;
}
.cta-center{
  justify-content: center !important;
}
.call-to-action-bg p{
  font-size: 18px;
  margin-bottom: 27px;
}
.call-to-action-bg h2{
  margin-bottom: 27px;
}
.breadcrum-link{
  display: flex;
  flex-direction: row;
  justify-content: start;
  font-size: 18px;
  gap: 10px;
}

.breadcrum-link p,span,a{
  font-size: 18px;
}
.link-color:hover{
  color: #ED1C24 !important;
}
.contact-space-banner{
  padding-bottom: 135px !important;
}
.link-color{
  color: #fff;
}
.breadcrum-text{
  justify-content: flex-start !important;
}
.product-content{
  text-align: center;
}
.about-content{
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 800;
}
.title-text{
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-text{
  font-size: 40px;
  font-weight: 800;
}
.text-visions{
  color: #fff !important;
}
.service-bg{
  background:url(../images/services/background-sections.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card{
  --bs-card-bg:none !important;
}
.serve-product-bg{
  background: #f1f1f1;
}
.benefit-img-pos{
  position: relative;
}
.benefit-img-pos-absolute{
  position: absolute;
       top: -580px;
    left: 617px;
    z-index: 7;
}

@media(min-width:768px) and (max-width: 991px){
    .about-banner {
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image:url(../images/banner-img/tab-about-banner.webp);
}

.service-banner{
  background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image:url(../images/banner-img/tab-service-banner.webp);
}
.contact-banner{
    background-size: cover;
    background-position: center;
    align-items: center;
    text-align: left;
    color: var(--white);
    background-image:url(../images/banner-img/tab-contact-banner.webp);
}
.about-col-rev{
  flex-direction: column-reverse;
  justify-content: center;
}

.journey-timeline {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: start;
    z-index: 2;
}
.journey-card {
        flex: 0 0 calc(33.333% - 20px);
        height: 297px;

}
.market-rev{
  justify-content: center;
}
.knowledge-item{
  height: 85%;
}
.service-rev img{
  margin: auto;
}
.service-rev {
  flex-direction: column-reverse;
}
.mobile-pos{
  top:-430px !important;
  left: 20px;
}
.mobile-poss {
        top: -430px !important;
        left: 20px;
    }
.mobile-poss-glass{
  top: -430px !important;
  left: 20px;
}
.icon-pos-absolutes {
    position: absolute;
    top: -439px;
    left: 20px;
}
.icon-pos-absolute {
    position: absolute;
    top: -440px;
    left: 20px;
}
.mobile-pos-wall{
  top: -434px !important;
  left: 20px;
}
 .margin-mobiles{
  margin-top: 60px !important;
 }   
 .serve-bg{
  margin-bottom: 60px !important;
}
.benefit-tab{
  width: 100%;
}
.benefit-img-pos-absolute {
    position: absolute;
    top: -406px;
    left: 312px;
    z-index: 7;
}
.benefit-img-pos-absolute img{
  width: 65%;
}
.benefits-top-row, .benefits-middle-row, .benefits-bottom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.services-card-bg{
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 347px;
  }
  .span-about{
    font-size: 35px;
  }
  .process-icon span{
    font-size: 25px;
  }
  .process-card h4{
    font-size: 25px;
  }
  .process-card p{
    font-size: 18px;
  }
  .list-point li{
    font-size: 20px;
  }
      .benefit-diamond {
        width: 200px;
        height: 200px;
    }
        .diamond-number {
        width: 50px;
        height: 28px;
        font-size: 13px;
        top: 10px;
    }
        .diamond-inner h4 {
        font-size: 15px;
        margin-top: 40px;
    }
    .diamond-inner p {
        font-size: 14px;
    }
    .about-margin{
      margin: auto;
    }
    .journey-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}
.journey-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}
.vision-wrapper .card {
    --corner-size: 1.75rem;
    --border-width: 1px;
    --image-column-width: 16rem;
    --content-width: 23rem !important;
    display: grid;
    position: relative;
    grid-template-columns: var(--image-column-width) calc(2 * var(--corner-size));
    transition: grid-template-columns 450ms ease 50ms;
    height: 28rem;
    overflow: clip;
}
.vision-wrapper .card-copy p {
    font-size: 16px !important;
    color: #000;
    line-height: 1.6;
}
.about-none{
  display: none;
}
}
@media (min-width: 1200px) and (max-width: 1499px){
  .benefit-img-pos-absolute {
   
    top: -572px;
    left: 543px;
    z-index: 7;
}
}
@media (max-width:1300px){
    .benefit-img-pos-absolute {
   
    top: -572px;
    left: 464px;
    z-index: 7;
}
}
@media (min-width:1500px){
  .benefit-img-pos-absolute {
    position: absolute;
    top: -580px;
    left: 617px;
    z-index: 7;
}
}
.service-cta{
  font-size: 16px !important;
  font-weight: 500 !important;
}
.enquire-service{
  display: flex;
  flex-direction: row;
  color: #fff;
  align-items: baseline;
  gap: 7px;
  justify-content: start;
}
.enquire-service:hover{
  color: #ED1C24;
}
.service-list{
  padding-left: 0px;
}
