
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

body{ font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  
  font-style: normal;}
.nav-banner{box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}
.nav-bg{background-color:#00508e!important;}
.nav-bg .nav-link{color: #dbdbdb!important; font-size: 17px!important; font-weight: 600;}
.social-media a{color: #00508e!important; font-size: 18px!important}
.footer{background-color: #00508e!important;}
.footer .footer-text{color: #dbdbdb!important; font-size: 17px!important; font-weight: 600;}
.text-heading{font-size: 28px!important; color: #00508e!important; }
a{text-decoration: none!important;}
.home-page .service-image{position: relative;}
.main-image{border-radius: 30px!important;}
.home-page .sub-image{position: absolute; width: 300px; border: 20px solid white; border-radius: 30px; top:0px;}
.home-page .sub-image img{border-radius: 20px;}
p{line-height: 31px; color: grey; text-align: justify; font-size: 17px;}
.para{color: grey!important; text-align: justify; font-size: 17px;}
.home-page .d-flex img{width: 80px; height: 80px;}
.home-page button{background-color: #00508e; padding: 6px 57px!important;}
.home-page svg{width: 14px; fill: white;}
.home-i{color: #00508e!important; font-size: 50px!important}
.text-blue{color: #00508e!important;}
.nav-pills {--bs-nav-pills-border-radius: 0.375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: rgba(0, 0, 0, 0.125)!important;}
.ps-card {
    background: white;
    border-radius: 8px;
    padding: 20px;
    border-left: 4px solid #00508e;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}
.ps-card:hover{transition: 0.5s; transform: scale(1.1);}
.ps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;}

.ps-card h3{color: #00508e; font-size: 18px!important;}
.corppage .card{flex: 0 0 13em;  height: auto;padding:1em; font-size: 9px;text-align: center; align-content: center; border: none!important;}

.corppage .scroll{display: flex; width: 90%; margin: 30px auto; overflow-x: auto; }
.corppage .group-scroll{display: flex;  justify-content: center; gap: 1em; animation: spin 40s infinite linear; padding-right: 1em; align-content: center;}
.corppage .scroll::-webkit-scrollbar{display: none;}
.corppage .scroll:hover .group-scroll {
  animation-play-state: paused;
}
@keyframes spin{ 
  from { translate: 0;} 
  to{ translate: -100%; }
}

.zoom-element {
      animation: appear 0.5s ease; animation-timeline: view(); animation-range: entry 10% cover 40%;

   
      
    }


    @keyframes appear{
        from{transform: scale(0.5);
      opacity: 0;}
      to{transform: scale(1);
      opacity: 1;}
    }

    .slide-in-left {
  animation: slideInLeft 0.5s ease-out forwards;animation-timeline: view(); animation-range: entry 0% cover 40%;
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slide-in-right {
  animation: slideInRight 0.5s ease-out forwards;animation-timeline: view(); animation-range: entry 0% cover 40%;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.shrink-out {
  animation: shrinkOut 0.4s ease-in forwards; animation-timeline: view(); animation-range: entry 0% cover 40%;
}

@keyframes shrinkOut {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
 

        /* Icon Circle */
        .process-icon {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #29bfd5;
            display: flex;
            align-items: center;
            justify-content: center;
           
        }

        .process-icon i {
            color: #002b69;
            font-size: 34px;
            line-height: 1;
        }

        /* Title */
        .process-item h3 {
            color: #05275f;
            font-size: 20px;
            line-height: 1.3;
            font-weight: 600;
           
        }

        /* Description */
        .process-item p {
            color: #50678f;
            font-size: 16px;
            line-height: 1.9;
            margin: 0 auto;
            max-width: 285px;
        }

        /* Arrow */
        .process-arrow {
            position: absolute;
            right: -9px;
            top: 136px;
            color: #002b69;
            font-size: 29px;
            z-index: 2;
        }

        /* Remove arrow from last item */
        .process-item:last-child .process-arrow {
            display: none;
        }


        /* =========================
           TABLET
        ========================= */

        @media (max-width: 991px) {

            .process-heading h2 {
                font-size: 38px;
            }

            .process-heading p {
                margin-top: 20px;
            }

            .process-item {
                margin-bottom: 45px;
            }

            .process-arrow {
                right: -5px;
                top: 135px;
                font-size: 25px;
            }

        }


        /* =========================
           MOBILE
        ========================= */

        @media (max-width: 767px) {

            .process-section {
                padding: 30px 0 40px;
            }

            .process-heading {
                margin-bottom: 35px;
            }

            .process-heading h2 {
                font-size: 31px;
                line-height: 1.2;
            }

            .process-heading p {
                font-size: 15px;
                line-height: 1.7;
                padding: 0 15px;
                margin-top: 18px;
            }

            .process-row {
                display: block;
            }

            .process-item {
                padding: 0 20px;
                margin-bottom: 55px;
            }

            .process-icon {
                width: 75px;
                height: 75px;
                margin-bottom: 15px;
            }

            .process-icon i {
                font-size: 31px;
            }

            .process-item h3 {
                font-size: 19px;
            }

            .process-item p {
                font-size: 15px;
                max-width: 400px;
                line-height: 1.8;
            }

            /* Vertical Arrow */
            .process-arrow {
                display: block !important;
                top: auto;
                right: 50%;
                bottom: -42px;
                transform: translateX(50%) rotate(90deg);
                font-size: 25px;
            }

            .process-item:last-child {
                margin-bottom: 0;
            }

            .process-item:last-child .process-arrow {
                display: none !important;
            }
        }


        .services-section { position: relative;padding: 27px 0 20px; min-height: 500px; background-image: url("../images/homeimgbg.webp"); background-size: cover;background-position: center; overflow: hidden;}


/* Dark Blue Overlay */

.services-overlay { position: absolute; inset: 0; background: rgba(0, 47, 91, 0.61); z-index: 1;}

.services-container {  position: relative;  z-index: 2;  width: 98%; max-width: 1400px;  margin: 0 auto;  display: grid;grid-template-columns: repeat(3, 1fr); gap: 30px;}

.services-section .service-title{  position: relative;  z-index: 2;  width: 100%;   text-align: center;}
/* ==============================
   SERVICE CARD
================================ */

.service-card { position: relative;background: #ffffff;border-radius: 16px; overflow: visible; min-height: 470px;  text-align: center; transition: all 0.3s ease;}


/* Middle Active Card */

.active-card { background: #48c9d9;}


/* ==============================
   IMAGE
================================ */

.service-image-1 { width: 100%;height: 235px; overflow: hidden; border-radius: 16px 16px 0 0;}
.service-image-1 img { width: 100%; height: 100%;object-fit: cover;display: block;transition: transform 0.4s ease;}

.service-card:hover .service-image img {transform: scale(1.05);}


/* ==============================
   CONTENT
================================ */

.service-content {
    position: relative;

    padding: 44px 30px 35px;

    min-height: 235px;
}


.service-content h3 { margin: 0 0 17px;font-size: 20px;line-height: 1.3;font-weight: 600;color: #00508e!important;}
.service-content p {  margin: 0 auto; max-width: 350px; font-size: 17px; line-height: 1.8; color: #50678e;}


/* Active Card Text */

.active-card:hover .service-content h3,
.active-card .service-content p { color: #ffffff;}


/* ==============================
   ROUND ARROW
================================ */

.service-arrow { position: absolute;width: 60px; height: 60px; border-radius: 50%; background: #06479b;top: -30px;left: 50%;transform: translateX(-50%); display: flex; align-items: center; justify-content: center; z-index: 5;}
.service-arrow span {color: #ffffff; font-size: 30px; font-weight: 300;line-height: 1;transform: translateY(-2px);}

/* ==============================
   TABLET
================================ */

@media (max-width: 991px) {

    .services-section {
        padding: 25px 0 50px;
    }

    .services-container {
        width: 94%;

        grid-template-columns: repeat(2, 1fr);

        gap: 25px;
    }

    .service-card {
        min-height: 460px;
    }

    .service-image {
        height: 220px;
    }

    .service-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-content h3 {
        font-size: 23px;
    }

    .service-content p {
        font-size: 15px;
    }

}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

    .services-section { padding: 30px 0 60px; }

    .services-container {
        width: 90%;

        display: flex;

        flex-direction: column;

        gap: 30px;
    }

    .service-card {
        width: 100%;

        min-height: auto;
    }

    .service-image {
        height: 230px;
    }

    .service-content {
        padding: 45px 22px 35px;

        min-height: auto;
    }

    .service-content h3 {
        font-size: 23px;
    }

    .service-content p {
        font-size: 15px;

        line-height: 1.7;
    }

    .service-arrow { width: 58px; height: 58px; top: -29px; }

   
}

.faq details{border-bottom: 1px solid grey;}
.faq details summary { cursor: pointer; list-style: none; position: relative; padding-right: 30px; font-weight: 600}
.faq details summary::-webkit-details-marker {display: none;}
.faq details summary::after {content: "+"!important; position: absolute;  right: 0; font-size: 20px;}
.faq details[open] summary::after { content: "−";}
.faq h3{line-height: 45px;}
.heading-home{ display: inline-block;
    position: relative;
    padding-bottom: 12px;
}

.heading-home::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #00508e;
    border-radius: 10px;
    transform: translateX(-50%);
    transition: 0.5s ease;
}

.heading-home:hover::after {
    left: 100%;
   
    transform: translateX(-100%);
    background: linear-gradient(90deg,rgba(0, 80, 142, 1) 0%, rgba(55, 118, 166, 1) 35%, rgba(129, 194, 247, 1) 100%);
}

.table-main{ background: linear-gradient(90deg,rgba(0, 80, 142, 1) 0%, rgba(55, 118, 166, 1) 35%, rgba(129, 194, 247, 1) 100%); color: white!important;}


.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.feature-number {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;

    background: #00508e;
    color: #fff;

    border-radius: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 38px;
    font-weight: 400;
}

.feature-content {
    padding-top: 2px;
}

.feature-content h3 {
    color: #06275d;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 12px;
}

.feature-content p {
    color: #46658e;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
    margin: 0;
}
 
        .counter-number {
            font-size: 45px;
            font-weight: 700;
            color: #0d6efd;
        }

        .counter-title {
            font-size: 18px;
            color: #555;
            
        }


    /* Heading */
    .brands-section h1 {
      font-size: 36px;
      line-height: 1.2;
      font-weight: 800;
      color: #071b45;
      margin-bottom: 14px;
    }

    .brands-section h1 span {
      color: #00508e;
    }

    .subtitle {
      font-size: 16px;
      color: #58729d;
      margin-bottom: 40px;
    }

    /* Brand grid */

.brand-card-product{background: #f0f3ff; border-radius: 15px; transition: transform 0.2s ease, box-shadow 0.2s ease;}
.brand-card-product:hover { transform: translateY(-4px);box-shadow: 0 8px 20px rgba(24, 48, 100, 0.1); }

    .brand-card {
     
      background: #f0f3ff;
      border-radius: 50px;

      width:80px!important;
      height: 80px!important;

      transition: transform 0.2s ease,
                  box-shadow 0.2s ease;
    }
    .product-card{border: 2px solid #f0f3ff!important; border-radius:15px!important; min-height: 330px!important}
.btn-product{font-size: 14px !important;border:none!important;background: linear-gradient(90deg,rgba(0, 80, 142, 1) 0%, rgba(55, 118, 166, 1) 35%, rgba(129, 194, 247, 1) 100%)!important; color: white!important;}
   .product-card .product-name{max-height: 56px!important;overflow: hidden; min-height: 50px!important;} 
   .brand-card:hover { transform: translateY(-4px);box-shadow: 0 8px 20px rgba(24, 48, 100, 0.1); }

    .brand-logo {
     border-radius: 50px!important;
      width:70px;
      height: 70px;
      object-fit: contain;
      
      filter: grayscale(20%);
    }

    .brand-name {
      font-size: 13px;
      font-weight: 600;
      color: #00184a;
    }
