/* arrow */


.no-padding{
  margin-top: 70px;
}
.home-page-banner{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tp-caption.banner-overlay-box {
  /* background-color: 	#878787; */
  padding: 30px 25px;
  border-radius: 12px;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}


.video-banner{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media (max-width: 768px) {
 .fullwidthbanner-container{
  height: 180px !important;
 }
}



.slide-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #fff!important;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-shadow: 1px 1px 3px #120e0e;
  line-height: 20px;
}

.slide-title {
  font-size: 38px;
  font-weight: 800;
  color: #fff!important;
  margin-bottom: 15px;
  line-height: 1.3;
  text-shadow: 2px 2px 6px #120e0e;
}

.slide-description {
  font-size: 17px;
  color: #fff!important;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 1px 1px 4px #0a0808;
}

@media (max-width: 768px) {
  .tp-caption.banner-overlay-box {
    padding: 18px 14px;
    margin-right: 49px;
  }

  .slide-title {
    font-size: 24px;
  }

  .slide-subtitle {
    font-size: 15px;
  }

  .slide-description {
    font-size: 14px;
  }
}
h2.text-primary {
  font-size: 2.3rem;
  text-align: center;
  font-weight: 700;
  color: #004085;
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #186DC5 0%, #186DC5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.serve-heading {
  font-size: 29px !important;
}

h2.text-primary::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background-color: #186DC5;
  border-radius: 2px;
}
.aboutus-title {
  text-align: center;
  margin: 40px 0 20px;
  padding: 0 15px;
}
h6 {
  font-size: 15px;
}
.aboutus-title h1 {
  font-size: 3.5rem;
  font-weight: 700;
  color: #f0f6fc;
  background-color: #00abc9;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 900px;
}

@media (max-width: 992px) {
  .aboutus-title h1 {
      font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .aboutus-title h1 {
      font-size: 1.8rem;
  }
}

@media (max-width: 576px) {
  .aboutus-title h1 {
      font-size: 1.5rem;
  }
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.contact .contact-info {
  position: relative;
  display: flex;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  transition: .3s;
}

.contact .contact-info:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-icon {
  position: relative;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
  font-size: 20px;
  color: #186DC5;
}

.contact .contact-text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}

.contact .contact-text h3 {
  font-size: 16px;
  font-weight: 400;
  color: #092a49;
  letter-spacing: 1px;
}

.contact .contact-text p {
  margin: 0;
  font-size: 16px;
}

.contact .contact-form {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 30px;
  transition: .3s;
}

.contact .contact-form:hover {
  border-color: transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-form input {
  padding: 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
  height: 100px;
  padding: 8px 15px;
  background: none;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #186DC5;
  background: none;
  border: 2px solid #186DC5;
  border-radius: 0;
  transition: .3s;
}

.contact .contact-form .btn:hover {
  color: white;
  background: #186DC5;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

  /* subheader */
  .aboutus-section {
    background-image: url('../img/page.png'); 
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    position: relative;
  }

  .aboutus-title h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 0;
  }
  
    .aboutus-section {
      background-color: #f2f6fa;
      padding: 120px 15px;
    }
  
    .aboutus-container {
      max-width: 1200px;
      margin: auto;
      padding: 0 15px;
    }
  
    .aboutus-row {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .aboutus-title {
      text-align: center;
      width: 100%;
    }
  
    .aboutus-title h2 {
      font-size: 32px;
      font-weight: 600;
      color: #f2f6fa;;
      margin-bottom: 0;
      text-transform: uppercase;
    }
  
    .aboutus-breadcrumb-wrapper {
      background-color: #fff;
      border-bottom: 1px solid #e0e0e0;
      padding: 15px 0;
    }
  
    .aboutus-breadcrumb {
      width: 100%;
    }
  
    .aboutus-breadcrumb-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
      font-size: 14px;
      color: #555;
    }
  
    .aboutus-breadcrumb-list li {
      margin-right: 8px;
    }
  
    .aboutus-breadcrumb-list li::after {
      content: "/";
      margin-left: 8px;
      color: #aaa;
    }
  
    .aboutus-breadcrumb-list li:last-child::after {
      content: "";
      margin: 0;
    }
  
    .aboutus-breadcrumb-list li a {
      color: #00abc9;
      text-decoration: none;
      font-weight: 500;
    }
  
    .aboutus-breadcrumb-list li.active {
      color: #222;
      font-weight: 600;
    }
  
    .aboutus-divider-line {
      height: 4px;
      background: linear-gradient(to right, #0047ab 0%, #00c6ff 100%);
      width: 100%;
    }
  
    @media (max-width: 768px) {
      .aboutus-title h2 {
        font-size: 24px;
      }
  
      .aboutus-breadcrumb-list {
        font-size: 13px;
      }
  
      .aboutus-divider-line {
        height: 3px;
      }
    }
  
  
  /* about */
  /*******************************/
  /********** About CSS **********/
  /*******************************/
  .about {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background-color: #eaf4fb; /* soft blue background */
  }

  .value{
    font-size: 30px !important;
  }
  

  .about-para{
    font-weight: 600;
    font-size: 17px;
  }
  
  .about .section-header {
    margin-bottom: 30px;
  }
  
  .about .about-img {
    position: relative;
    height: 100%;
    padding: 10px;
    background: #186DC5;
    border-radius: 6px;
    overflow: hidden;
  }
  
  .about .about-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .about .about-text p {
    font-size: 16px;
    color: #333;
    line-height: 1.7;
  }
  
  .about .about-text strong {
    display: block;
    margin-bottom: 12px;
    color: #186DC5;
    font-size: 18px;
  }

  .icons{
    font-size: 55px;
    color: #186DC5;
  }
  
  .about .about-text a.btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    background: #00abc9;
    border: 2px solid #00abc9;
    border-radius: 4px;
    transition: 0.3s ease-in-out;
  }

  
  
  .about .about-text a.btn:hover {
    background: #0056b3;
    border-color: #0056b3;
    color: #ffffff;
  }
  
  @media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
  
    .about .about-text a.btn {
        width: 100%;
        text-align: center;
    }
  }
  
  /* services */
  .service-cards {
    background-color: #e2e2e2;
    padding: 50px 0;
}

.card-custom {
    background: white;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 5px solid #186DC5;
    padding: 30px;
    margin: 6px;
}

.card-custom:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-custom .icon-s {
  position: relative;
  /* background-color: #004085; */
  margin-top: -30px;
}

.icon-s img{
  width: 68%;
  height: auto;
  object-fit: cover;
}

.card-2{
  height: 400px;
}

.card-2 .icon-s img{
  width: 83%;
}

.card-2 h5{
  margin-top: 9px !important;
}

.card-3 .icon-s img{
  margin-top: 25px;
  width: 85%;
}

.card-3 h5{
  margin-top: 50px !important;
}
.card-8{
  width: 97%;
}


.card-4 .icon-s img{
  width: 95%;
}
.card-custom h5 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 23px;
    margin-top: -10px;
}

.card-custom p{
  font-size: 15px;
  margin-top: -8px;
}

.card-custom a {
    color: #fff;
font-weight: bold;
text-decoration: none;
font-size: 14px;
padding: 12px 51px;
background: #186DC5;
}

.card-custom a:hover {
    text-decoration: underline;
}
  




/******** Who We Serve Section ********/
.who-we-serve-section {
  background-color: #ffffff;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.serve-title {
  text-align: center;
  font-size: 32px;
  color: #00abc9;
  font-weight: 700;
  margin-bottom: 10px;
}

.serve-subtitle,
.serve-note {
  text-align: center;
  font-size: 17px;
  color: #444;
  max-width: 800px;
  font-weight: 600;
  margin: 0 auto 40px auto;
  line-height: 1.6;
}

/* ✅ Flex Rows */
.serve-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto 20px auto;
  flex-wrap: wrap;
}

.serve-box {
  background-color: #f0f8ff;
  border-left: 5px solid #186DC5;
  padding: 30px;
  border-radius: 8px;
  /* text-align: left; */
  font-size: 17px;
  color: #186DC5;
  font-weight: 600;
  width: 45%; /* two boxes per row */
  box-shadow: 0 3px 10px rgba(0, 123, 255, 0.1);
  transition: 0.4s ease-in-out;
  text-align: center;
  min-width: 240px;
}

.financial{
  margin-left: -27px;
}

.code{
  margin-left: -27px;
}

.fintech{
  margin-left: -90px;
}

.real{
  margin-left: -20px;
}

.serve-box i {
  color: #186DC5;
  margin-right: 10px;
  font-size: 50px;
}

.serve-box:hover {
  background-color: #186DC5;
  color: #fff;
}

.serve-box:hover i {
  color: #fff;
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .serve-box {
    width: 100%;
  }

  .fintech{
  margin-left: -43px;
}

.manu{
  margin-left: -24px;
}

.real{
  margin-left: -21px;
}

}

  
  /* why choose us */
  .why-choose-section {
    background-color: #f8f9fa;
  }
  
  .why-box {
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.08);
    transition: 0.3s ease;
    margin: 8px;
    display: flex;
    align-items: center;
    /* justify-content: ; */
    gap: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }

  .why-choose-heading{
    font-size: 28px !important;
  }

  .why-choose-para{
    font-weight: 700 ;
  }
  
  .why-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 123, 255, 0.15);
  }
  
  .icon-circle {
    width: 60px;
    height: 60px;
    background-color: #186DC5;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: row; */
    font-size: 18px;
    flex-shrink: 0;
  }
  
  .section-title {
    font-size: 28px;
    font-weight: 600;
  }
  
  @media (max-width: 767.98px) {
    .icon-circle {
      width: 36px;
      height: 36px;
      font-size: 16px;
    }
  
    .why-box h6 {
      font-size: 15px;
    }
  }
  
  
  /*******************************/
  /********** about-us CSS **********/
  /*******************************/
  .about-us {
    position: relative;
    width: 100%;
    padding: 45px 0;
  }
  
  .about-us .section-header {
    margin-bottom: 30px;
    margin-left: 0;
  }
  
  .about-us .about-us-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
  }
  
  .about-us .about-us-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
  }
  
  .about-us .about-us-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
  }
  
  .about-us .about-us-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
  }
  
  .about-us .about-us-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
  }
  
  .about-us .about-us-img-1 img,
  .about-us .about-us-img-2 img {
    position: relative;
    width: 100%;
  }
  
  .about-us .about-us-text p {
    font-size: 16px;
    
  }
  
  .about-us .about-us-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #186dc5;
    border: 2px solid #186dc5;
    border-radius: 0;
    background: none;
    transition: .3s;
  }
  
  .about-us .about-us-text a.btn:hover {
    color: white;
    background: #186dc5;
  }
  
  @media (max-width: 767.98px) {
    .about-us .about-us-img {
        margin-bottom: 30px;
        height: auto;
    }

    .about-us .about-us-text p{
      text-align: justify;
    }

    .about-us .about-us-text a.btn{
      margin-left: 95px;
    }
  }
  
  /* mission and vision */
  #about{
    background-color: #eaf4fb;
  }
  .about-container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', sans-serif;
  }
  
  .about-header {
    text-align: center;
    margin-bottom: 40px;
  }
  
  .about-header h2 {
    font-size: 32px;
    color: #00abc9;
    margin-bottom: 15px;
  }
  
  .about-header p {
    font-size: 16px;
    color: #555;
  }
  
  .about-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    gap: 30px;
  }
  
  .about-col-img,
  .about-col-content {
    flex: 1 1 48%;
  }
  
  .about-img {
    width: 100%;
    border-radius: 8px;
  }
  
  .about-col-content h3 {
    font-size: 24px;
    color: #00abc9;
    margin-bottom: 15px;
  }
  
  .about-col-content p {
    font-size: 15px;
    color: #333;
    margin-bottom: 15px;
  }
  
  .about-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
  }
  
  .about-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 15px;
    color: #333;
  }
  
  
  .about-list li i {
    background-color: #186DC5;
    color: #fff;
    border-radius: 50%;
    padding: 8px;
    font-size: 14px;
    margin-right: 12px;
    min-width: 32px;
    text-align: center;
  }
  
  hr {
    border: none;
    height: 2px;
    background: #00abc9;
    margin: 40px 0;
  }
  
  @media (max-width: 768px) {
    .about-row {
      flex-direction: column;
    }
  
    .about-col-img,
    .about-col-content {
      flex: 1 1 100%;
    }
  
    .about-header h2 {
      font-size: 26px;
    }
  
    .about-col-content h3 {
      font-size: 20px;
    }
  }

  

  /* value card */

.values-leadership {
    background: #f9fbfe;
}

.value-card {
    background: #fff;
    border: 1px solid #e0ecff;
    border-radius: 12px;
    padding: 20px 15px; /* less padding for more square look */
    box-shadow: 0 4px 12px rgba(0, 93, 200, 0.05);
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%; /* uniform height */
    min-height: 250px; /* make them roughly square */
}

.value-card:hover {
    background: #e6f0ff;
    box-shadow: 0 6px 18px rgba(0, 93, 200, 0.1);
}

.value-card .icon-a {
    padding: 20px;
}

.value-card .icon-a .icons {
    font-size: 40px; /* smaller icons */
}

/* Single row flex adjustment for spacing */
.all-values-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* center horizontally */
    gap: 20px;
}

/* Responsive adjustments */
@media (min-width: 1200px) {
    .all-values-row .col-lg-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }
}

@media (max-width: 992px) {
    .all-values-row .col-md-4 {
        flex: 0 0 45%; /* 2 per row tablet */
        max-width: 45%;
    }
}

@media (max-width: 576px) {
    .all-values-row .col-sm-6 {
        flex: 0 0 90%; /* 1 per row mobile */
        max-width: 90%;
    }
}

/* Ensure h5 and p don't overflow */
.value-card h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

.value-card p {
    font-size: 14px;
    margin-bottom: 0;
}

/*  */
  
  .section-box {
    background: #fff;
    border-left: 4px solid #007bff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    margin: 10px;
  }
  
  .section-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    color: #003366;
  }
  
  @media (max-width: 768px) {
    .value-card {
      margin-bottom: 20px;
    }
  }
  /* why choose us */
  .why-choose-capcom {
    background-color: #eaf4fb;
  }

  .main-timeline{
    /* background-color: #0047ab; */
    padding-left: 50px;
  }
  
  .timeline {
    position: relative;
    border-left: 3px solid #007bff;
    padding-left: 40px;
    /* background-color: #007bff; */
    margin-top: -30px;
  }
  
  .timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
  }
  
  .timeline-icon {
    position: absolute;
    left: -22px;
    top: 0;
    background: #186DC5;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    box-shadow: 0 0 0 4px #f5faff;
  }
  
  .timeline-content h5 {
    font-size: 18px;
    color: #003366;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .timeline-content p {
    margin-bottom: 0;
    color: #555;
    font-size: 15px;
  }

  .icon-company{
    font-size: 40px;
    margin-right: 20px;
  }
  
  /* Responsive */
  @media (max-width: 767.98px) {
    .why-choose-capcom .row {
      flex-direction: column-reverse;
    }
  
    .main-timeline{
      padding-left: 10px;
      /* margin-top: 20px; */
      padding-top: 30px;
    }
    .timeline {
      padding-left: 20px;
      border-left: 2px solid #007bff;
    }
  
    .timeline-item {
      padding-left: 20px;
    }
  
    .timeline-icon {
      width: 35px;
      height: 35px;
      font-size: 16px;
      line-height: 35px;
      left: -18px;
    }
  }


  /* why choose */
/******** Why Choose Section ********/
.why-choose-section {
  background-color: #f9fbff;
  padding: 50px 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.why-title {
  text-align: center;
  font-size: 30px;
  color: #186dc5;
  font-weight: 700;
  margin-bottom: 40px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.why-item {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-left: 5px solid #186dc5;
  padding: 20px 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(24, 109, 197, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s forwards;
}

.why-item:nth-child(1) { animation-delay: 0.1s; }
.why-item:nth-child(2) { animation-delay: 0.2s; }
.why-item:nth-child(3) { animation-delay: 0.3s; }
.why-item:nth-child(4) { animation-delay: 0.4s; }
.why-item:nth-child(5) { animation-delay: 0.5s; }

.why-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(24, 109, 197, 0.2);
}

.why-item i {
  color: #186dc5;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
}

.why-item p {
  color: #333;
  font-size: 17px;
  line-height: 1.6;
  margin: 0;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive */
@media (max-width: 768px) {
  .why-item {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .why-item i {
    margin: 0 0 10px 0;
  }

  .why-title {
    font-size: 26px;
  }
}

  /*  */

  /* other section */

/******** Who Can Benefit & Conclusion Section ********/
.benefit-conclusion-section {
  background-color: #f9fbff;
  padding: 60px 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.benefit-conclusion-container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.benefit-box {
  flex: 1;
  min-width: 300px;
  background-color: #ffffff;
  border-left: 5px solid #186dc5;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(24, 109, 197, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.benefit-box:nth-child(1) { animation-delay: 0.1s; }
.benefit-box:nth-child(2) { animation-delay: 0.3s; }

.benefit-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(24, 109, 197, 0.2);
}

.benefit-box h3 {
  color: #186dc5;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

.benefit-box p {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .benefit-conclusion-container {
    flex-direction: column;
    align-items: center;
  }

  .benefit-box {
    width: 100%;
    text-align: center;
  }
}


  /*  */
  /* products sections */
  .img-collage {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.img-collage {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.img-collage img {
    max-width: 100%;
    width: 400px;
    height: 300px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    object-fit:contain;
}
.pro {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}


.risk-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}


.risk-box p {
    margin-bottom: 1.5rem;
    text-align: justify;
}


.custom-list {
    list-style: none;
    padding-left: 0;
    text-align: left;
    max-width: 800px;
    margin: 0 auto 2rem;
}

.custom-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    line-height: 1.6;
}

.fab-li {
    width: 25px;
    height: 25px;
    background-color: #186DC5;
    color: white;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

h1.heading-style,
h2.heading-style,
h3.heading-style,
h4.heading-style,
h5.heading-style,
h6.heading-style {
    color: #186DC5 !important;
    font-weight: bolder !important;
    text-align: center !important;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
    font-size: 3rem !important; /* Adjusted from 3rem */
}


@media (max-width: 768px) {
    .img-collage img {
        width: 100%;
        height: 200px;
    }
}

@media (max-width: 600px) {
    .pro {
        padding: 30px 15px;
    }
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 58px;
    background: #121518;
    color: #ffffff;
  }
  
  .footer .footer-about,
  .footer .footer-link,
  .footer .footer-contact {
    position: relative;
    margin-bottom: 45px;
    color: #fff;
  }
  
  .footer .footer-about h2,
  .footer .footer-link h2,
  .footer .footer-contact h2{
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    color: #186DC5;
  }
  
  .footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    transition: .3s;
  }
  
  .footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
  }
  
  .footer .footer-link a:hover {
    color: #aa9166;
    letter-spacing: 1px;
  }
  
  .footer .footer-contact p i {
    width: 25px;
  }
  
  .footer .footer-social {
    position: relative;
    margin-top: 20px;
  }
  
  .footer .footer-social a {
    display: inline-block;
  }
  
  .footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #00aced;
  }
  
  .footer .footer-social a:last-child i {
    margin: 0;
  }
  
  .footer .footer-social a:hover i {
    color: #fff;
  }
  
  .footer .footer-menu .f-menu {
    position: relative;
    padding: 15px 0;
    background: #000000;
    font-size: 0;
    text-align: center;
  }
  
  .footer .footer-menu .f-menu a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
  }
  
  .footer .footer-menu .f-menu a:hover {
    color: #aa9166;
  }
  
  .footer .footer-menu .f-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
  
  
  .footer .copyright {
    padding: 30px 15px;
  }
  
  .footer .copyright p {
    margin: 0;
    color: #fff;
  }
  
  .footer .copyright .col-md-6:last-child p {
    text-align: right;
  }
  
  .footer .copyright p a {
    color:#186DC5;
    font-weight: 500;
    letter-spacing: 1px;
  }
  
  .footer .copyright p a:hover {
    color: #ffffff;
  }
  
  @media (max-width: 768px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
  }
  