@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
   font-family: "Poppins", sans-serif;
   overflow-x: hidden;
}
section{overflow:hidden;}

html {
   scroll-behavior: smooth;
}
.owl-stage{
   display:flex;
 
}
.owl-stage-outer{
   overflow:hidden;
  
}
.products-card-home  .owl-item{
   padding: 5px;
}
a {
   color: inherit !important;
   text-decoration: none !important;
}

.uppercase {
   text-transform: uppercase;
}

.border-right {
   border-right: 1px solid #3C2A99;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 700;
}

p {
   font-size: 14px;
   color: #808080;
   word-wrap: break-word;
   word-break: break-word;
   white-space: normal;
}

@media(max-width:767px)
{
   p {text-align: justify;}
}

.w-fit {
   width: fit-content !important;
}


.h-fit {
   height: fit-content;
}

.breadcrumb-item+.breadcrumb-item::before {
   content: "|";
}

img {
   max-width: 100%;
   height: auto;
}

.w-90 {
   width: 90%;
   margin: auto;
}

button {
   background-color: #fff0;
   border: none;

}

.fs-16 {
   font-size: 16px;
}

.fs-18 {
   font-size: 18px;
   line-height: 30px;
}

.pattern-left,
.pattern-right {
   position: relative;
}

.z-10 {
   z-index: 10;
   position: relative;
}

/* }
.pattern-corp::after{
   content: '';
   background-image: url(../images/pattern-corp.svg);
   background-size: 100%;
   background-position: center;
   position: absolute;
   top: 0;
   z-index: 0;
   width: 100%;
   background-repeat: no-repeat;

   height:400px;
} */
.pattern-right::after {
   content: '';
   background-image: url(../images/pattern-right.svg);
   background-size: 100%;
   background-position: center;
   position: absolute;
   top: 0;
   z-index: 0;
   width: 100%;
   background-repeat: no-repeat;

   height: 500px;
}

.justify-items-center {
   justify-items: center;
}

.pattern-left::after {
   content: '';
   background-image: url(../images/pattern-left.svg);
   background-size: 100%;
   background-position: center;
   position: absolute;
   top: 0;
   z-index: 0;
   width: 100%;
   background-repeat: no-repeat;

   height: 500px;
}

.aboutus {
   background-image: url('../images/earth-globe.png');
   background-repeat: no-repeat;
   background-position: center;
}

.btn-primary {
   background-color: #3C2A99 !important;
   border: 0;
}

.bg-primary {
   background-color: #3C2A99 !important;

}

.bg-secondary {
   background: #F5F2FF !important;
}

.breadcrumb-item.active {
   color: #3C2A99;
   font-weight: 600;
   font-size: 12px;
}

.breadcrumb-item {
   margin-bottom: 20px;
   font-size: 12px;
}

.dropdown-toggle:hover {
   background: #F5F2FF;
   color: #3C2A99;
}

.dropdown-toggle.show {
   background: #3C2A99 !important;
   color: #F5F2FF !important;
}

.dropdown-toggle {
   background: #F5F2FF !important;
   border-radius: 20px 20px 0 0;
   color: #3C2A99 !important;
   font-weight: 700;
   padding: 15px;
   border: 0;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.dropdown-menu.show {
   width: 100%;
   background: #F5F2FF !important;
}

.dropdown-item.active,
.dropdown-item:active {
   background: #F5F2FF !important;

}

.dropdown-item:focus,
.dropdown-item:hover {
   background: #F5F2FF !important;
   color: #3C2A99 !important;
}

.dropdown-item {
   padding: 10px;
   border-bottom: 1px solid #7777773b;
   transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.purple {
   color: #3C2A99 !important;
}

.underline {
   text-decoration: underline !important;
}

.btn-link,
.btn-link-white, .btn-link .btn-link-black {
   position: relative;
   font-weight: 600;
   font-size: 13px;
   text-transform: uppercase;
   padding: 0;
}

.btn-link-white::after {
   content: '';
   width: 100%;
   height: 1px;
   position: absolute;
   bottom: -3px;
   left: 0;
   background-color: #ffffff;
}

.btn-link-black::after {
   content: '';
   width: 100%;
   height: 1px;
   position: absolute;
   bottom: -3px;
   left: 0;
   background-color: #000;
}

.btn-link::after {
   content: '';
   width: 100%;
   height: 1px;
   position: absolute;
   bottom: -3px;
   left: 0;
   background-color: #3C2A99;
}

.product-card {
   transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-card:hover {
   background: #F5F2FF;
   border-color: #3C2A99 !important;
}

.product-card:hover h5 {
   color: #3C2A99;
}

.product-card p {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}

.sq {
   position: relative;
   width: fit-content;
   text-transform: uppercase;

}

.sq::after {
   content: '';
   background: url(../images/sq.svg);
   position: absolute;
   top: -10px;
   right: -25px;
   height: 15px;
   width: 17px;
}

.sq-white {
   position: relative;
   width: fit-content;
   text-transform: uppercase;

}
.homeBannerText .sq-white::after {
   content: '';
   background: url(../images/sq-white.svg);
   position: absolute;
   top: -12px;
   right: 28px;
   height: 15px;
   width: 17px;
}

.sq-white::after {
   content: '';
   background: url(../images/sq-white.svg);
   position: absolute;
   top: -12px;
   right: -25px;
   height: 15px;
   width: 17px;
}

.product-img-list img {
   margin-bottom: 10px;
}

.product-desc {
   background-color: #F5F2FF;
   padding: 20px;
   border-radius: 20px;
   margin-bottom: 10px;
}

.product-info-title {
   color: #3C2A99;
}

.product-desc p {
   color: #808080;
   margin-bottom: 8px;
}

.product-desc b {
   font-size: 14px;
}

.product-desc h6 {
   font-size: 14px;
   margin-bottom: 5px;

}

.pr {
   overflow: scroll
}

.pr::-webkit-scrollbar {
   display: none;
}

.pr img {
   margin-right: 10px;
   margin-top: 20px;
   width: 80px;
   height: 80px;
}

.banner-domain {
   background-position: bottom;
   background-size: cover;
   background-repeat: no-repeat;
}

.mw-100 {
   max-width: 100% !important;
}

.domain-form label {
   font-size: 14px;
   font-weight: 500;
min-width: fit-content;
}

.domain-form input,
.domain-form select {
   border-radius: 40px;
   border-color: #3C2A99;
}

.card-insight p {
   color: #000;
   font-weight: 500;
}

.card-insight:hover .bg-secondary {
   background: #3C2A99 !important;
}

.card-insight:hover p,
.card-insight:hover a {
   color: #fff !important;
}

.card-insight img {
   width: 100%;
   border: 1px solid #ccc !important;
}

.bg-hover:hover {
   background-color: #F5F2FF;
}

.mb-0 .footer {
   margin-top: 0px;
}

.cs-pt-5 footer {
   padding-top: 150px;
}

.-mt-10 {
   margin-top: -100px;
}

footer {
   margin-top: 60px;
   background-image: url("../images/footer.svg");
   background-size:contain;
   background-position: center;
   padding-top: 40px;
   padding-bottom: 40px;
   color: #fff;
   background-color: #3c2a99;
}

footer p {
   font-size: 18px;
   color: #fff !important;
   font-weight: bold;
}

footer a {
   font-size: 14px;
   margin-bottom: 8px;
}

footer li {
   font-size: 12px;
   margin-bottom: 8px;

}

.navbar-nav {
   align-items: center;
}

.banner-domain {
   padding-top: 30px;

}

.banner-domain .breadcrumb-item+.breadcrumb-item::before {
   color: #fff;
}



.ab {
   position: absolute;
   top: 0;
}

.pattern-corp {
   position: relative;
   padding: 150px 0;
   /* Adjust to give space around the section */
}

/* Center Philosophy Content */
.philosophy-center-content {
   max-width: 400px;
   margin: 0 auto;
   position: relative;
   z-index: 1;
   padding: 100px 0;
   /* Ensure the text stays on top */
}

/* Cards */
.philosophy-card {
   position: absolute;
   width: 30%;
   z-index: 2;
}

.philosophy-card p {color: #000;}

.philosophy-card img {
   width: 70px;
   margin-bottom: 10px;
}

/* Top Left */
.philosophy-card.top-left {
   top: 0;
   left: 15%;
   transform: translate(-50%, -60%);
   /* Adjust to perfectly align in the corner */
}

/* Top Right */
.philosophy-card.top-right {
   top: 0;
   right: 15%;
   transform: translate(50%, -60%);
}

/* Bottom Left */
.philosophy-card.bottom-left {
   bottom: 0;
   left: 15%;
   transform: translate(-50%, 60%);
}

/* Bottom Right */
.philosophy-card.bottom-right {
   bottom: 0;
   right: 15%;
   transform: translate(50%, 60%);
}

@media (max-width:996px) {
   .more-menu {
      grid-template-columns: auto !important;
   }
   .philosophy-center-content {
      max-width: 100%;
      padding: 25px 20px 15px 20px;
      margin-bottom: 20px;
   }

   .pattern-corp {
      padding: 0;
   }

   .philosophy-card {
      position: relative;
      width: 100%;
      left: 0 !important;
      right: 0;
      padding: 10px;
   }

   .philosophy-card.bottom-right,
   .philosophy-card.bottom-left,
   .philosophy-card.top-right,
   .philosophy-card.top-left {

      transform: translate(0%, 0%);
   }
}

.tree {
   position: absolute;
   bottom: 0;

   left: 0;
}

.tree img {
   width: 85%;
}

.rounded-left {
   border-radius: 40px 0 0 0;
}

.purplesq {
   position: absolute;
   height: 100%;
   width: 25%;
   z-index: 0;
   top: 0;
   right: 0;
   background-color: #3C2A99;
   border-radius: 40px 0 0 40px;
}

.social-card {
   border-radius: 22px 20px;
   height: 100%;
}

.bg-s {
   position: absolute;
   width: 100%;
   top: 22%;
   left: 0;
   height: 250px;
   z-index: -1;
}


.timeline {
   position: relative;
   margin: 0 auto;
   padding: 40px 0;
   width: 100%;
}

.timeline p {
   color: #fff;
}

.timeline:before {
   content: '';
   position: absolute;
   top: 0;
   left: 50%;
   width: 2px;
   height: 100%;
   background: #3C2A99;
}

.timeline-item {
   position: relative;
   margin-bottom: 50px;
}

.timeline-item .timeline-dot {
   position: absolute;
   top: 50%;
   left: calc(50% - 9px);
   width: 20px;
   height: 20px;
   border-radius: 50%;
   border: 2px solid #3C2A99;
   background-color: #fff;
   z-index: 1;
   transform: translateY(-50%);
   display: flex;
   justify-content: center;
   align-items: center;
}

.timeline-dot .dot {
   background: #3C2A99;
   border: 2px solid white;
   width: 17px;
   height: 16px;
   border-radius: 100%;

}

.timeline-item .timeline-content {
   background-color: #3C2A99;
   color: white;
   padding: 10px 20px;
   border-radius: 8px;
   display: inline-block;
   width: 35%;

   position: relative;
   z-index: 2;
}

.timeline-item:nth-child(even) .timeline-content {
   text-align: right;
   padding-right: 30px;
}

.timeline-item:nth-child(odd) .timeline-content {
   text-align: left;
   padding-left: 30px;
}

.timeline-item:nth-child(even) .timeline-content:before,
.timeline-item:nth-child(odd) .timeline-content:before {
   content: '';
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   width: calc(50% - 65px);


   height: 2px;
   background-color: #3C2A99;
   z-index: 1;
}

.timeline-item:nth-child(even) .timeline-content:before {
   right: 103%;
   /* Line extends from content to the left */
}

.timeline-item:nth-child(odd) .timeline-content:before {
   left: 103%;
   /* Line extends from content to the right */
}

.timeline-year {


   color: #3C2A99;

   width: 35%;
   font-size: 30px;

}

.rounded-pill-top {
   border-radius: 300px 300px 0 0;
}

.text-end .timeline-content {
   text-align: start !important;
}

.text-start .timeline-content {
   text-align: end !important;
}

.timeline-content p {
   margin: 0;
   padding: 10px 0;
}

.timeline .text-start .d-flex {
   flex-direction: row-reverse;

}

.-mt-5 {
   margin-top: -50px;
   z-index: 1;
   position: relative;
}

.bg-dark-blue {
   padding: 70px 0;
   background: linear-gradient(180deg, #694FEB, #3C2A99);
}

.infra-owl .item {
   text-align: center;
   margin: 10px;
   padding: 0;
   /* Remove padding to prevent overlay from going outside the image */
   border-radius: 20px;
   position: relative;
   /* Keep position relative for the overlay */
   overflow: hidden;
   transition: transform 0.3s ease;
}

.infra-owl .item img {
   width: 100%;
   display: block;
   /* Ensure proper image display */
}

.infra-owl .item .overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #3d2a99a4;
   /* Dark transparent overlay */
   opacity: 0.8;
   /* Default opacity for non-centered items */
   transition: opacity 0.3s ease;
   z-index: 1;
   /* Ensure overlay is on top of image */
}

/* Show full image opacity only for centered item */
.infra-owl .owl-item.center img {
   border-radius: 20px;
   opacity: 1;
}

.infra-owl img {
   border-radius: 10px;
}

.infra-owl .owl-item.center .item {
   transform: scale(1.1);
}

.infra-owl .owl-item .item {
   transform: scale(0.9);
}

.infra-owl .owl-item.center .overlay {

   opacity: 1;
   position: relative;
   background: none;
}

.infra-owl .owl-item.center .overlay-content {
   position: relative;
   transition: all 0.3s ease;
   margin-top: 30px;
   color: #3C2A99;
   font-weight: bold;
   font-size: 20px;
}

/* Add some styling for overlay content */
.infra-owl .overlay-content {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: white;
   font-size: 20px;
   text-align: center;
   z-index: 2;
   /* Ensure overlay content stays above the overlay */
}

.qc .img {
   margin-top: -60px;
}

.accordion-button:not(.collapsed) {
   background: #3C2A99 !important;
   /* Background when opened */
   color: #fff !important;
   /* Text color when opened */
   border: 0;
   box-shadow: none;
   font-weight: 700;
}

/*.accordion-button:not(.collapsed)::after {*/
/*   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23fff' fill='none' viewBox='0 0 24 24' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6' /%3E%3C/svg%3E");*/
/*  background-size: 1.6rem;*/
/*}*/

.accordion-button:not(.collapsed) svg path {
   fill: white;
}

.accordion-button svg {
   margin-right: 10px
}

.accordion-item {
   margin-bottom: 20px;
   border: 0;
}

.accordion-button {
   background: #fff !important;
   /* Default background */
   border: 2px solid #3C2A99 !important;
   /* Default border color */
   border-radius: 10px;
   font-size: 18px;
   font-weight: 500;
   color: #000 !important;
   /* Default text color */
}

.accordion-body {
   background: #F5F2FF;
   /* Body background */
   color: #808080;
   /* Body text color */
   border-radius: 0 0 15px 15px;
   font-size: 14px;
}

.nav-link.active {

   color: #fff !important;
   background-color: #fff0 !important;
   border: 0;


}

.nav-pills .nav-link {
   font-size: 20px;
   font-weight: bold;
   color: #9C9C9C !important;
   padding: 0px 30px 0 0;
   border: 0 !important;
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
   color: #fff !important;
}

.nav-pills .lr {
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
}

.focus-img {
   position: relative;
}

.focus-img .owl-nav button {
   position: absolute;
   top: calc(50% - 40px);
   background: #3C2A99 !important;
   border-radius: 100%;
   color: #fff !important;
   width: 40px;
   height: 40px;
   font-size: 30px !important;
   display: flex;
   justify-content: center;
   align-items: center;
}

.focus-img .owl-nav .owl-prev {
   left: -4%;
}

.focus-img .owl-nav .owl-next {
   right: -4%;
}

.focus-img .owl-nav button.owl-next,
.focus-img .owl-carousel .owl-nav button.owl-prev {
   padding: 15px !important;
}

.br-l {
   border-right: 1px solid #ccc;
}

.quality {

   position: absolute;
 transform: translateX(-43%);
   bottom: 0;
}

.bg-tr {
   background-color: #694feb;
}

.rounded-full-start {
   border-radius: 30px 0 0 0;
}

.rounded-full-end {
   border-radius: 0 0 30px 0;
}

.bg-gradient-blue {
   background: linear-gradient(240deg, #694feb, #3c2a99);
}

.homeBannerText {
   position: absolute;
   bottom: 10%;
   width: 32%;
   left: 8%;
}
.homeBannerText p{
   margin: 16px 0 20px 0;
}
.homeBannerText h1{
   margin: 0;
   /* line-height: 40px; */
}
.homeBannerImage .object-cover {
   height: 90vh;
   object-fit: cover;
}

.w-5 {
   width: 15px !important;
}

.reverse {
   flex-direction: row-reverse;
}

.bg-img {
   object-fit: cover;
   border-radius: 20px;
   min-height: 300px;
}

.r-20 {
   border-radius: 20px;
}

.input-label {
   position: absolute;
   top: 10%;
   left: 2% !important;
}

.form-outline {
   position: relative;

}

.input-label {
   position: absolute;
   top: 50%;
   left: 4%;
   left: 10px;
   transform: translateY(-50%);
   transition: all 0.3s ease;
   font-size: 16px;
   color: #3C2A99;
   pointer-events: none;
   /* Prevents the label from being clickable */
}

.form-control:focus {outline: none!important;}

.form-control:focus+.input-label {
   top: 0;
   left: 4%;
   padding: 5px;
   font-size: 12px;
   color: #3C2A99;
   font-weight: 500;
   background-color: #F5F2FF;
   /* Change the color on focus (optional) */
   outline: unset;
}

input {
   color: #3C2A99;
}

.form-control,
.form-select {
   padding-top: 15px;
   border-color: #3C2A99;
   border-radius: 20px;
   color: #3C2A99;
   background-color: #fff0;
   padding-bottom: 15px;
}

.floating-Select {
   position: absolute;
   top: -12px;
   padding: 5px;
   left: 4%;
   font-weight: 500;
   font-size: 12px;
   color: #3C2A99;

   background-color: #F5F2FF;
   /* Change the color on focus (optional) */
}

.form-control:focus {
   box-shadow: none;
   background-color: #fff0;

   border-color: #3C2A99;
}

.job-card {
   background-color: #3C2A99;
   /*padding: 20px;*/
   border-radius: 20px;
   color: #fff;
}

.job-card p {
   color: #fff;
   margin-top: 15px;
}

.job-card .title,
.job-card .company {
   font-size: 18px;
   font-weight: 600;
}

.job-card li {
   font-size: 14px;
   margin-bottom: 10px;
}

.job-card .posted-date {
   position: relative;
}

.job-card .posted-date::after {
   content: '';
   width: 75%;
   height: 1px;
   background-color: #fff;
   top: 50%;
   right: calc(0% - 45px);
   position: absolute;
}

.bg-call {
   width: 70px;
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.bg-call i {
   font-size: 25px;
}

.cstm-mt {
   margin-top: 90px;
   overflow-y:hidden;
}

.hover-content p {
   display: none;
   transition: display 0.3s ease-in;

}


.hover-content .btn-link-white {
   display: none;
   transition: display 0.3s ease-in;
}

.text-img-hover:hover .hover-content p,
.text-img-hover:hover .hover-content .btn-link-white {
   display: block;
}

.text-img-hover:hover .hover-content h5 {
   margin: 0;
   text-align: left;
   font-weight: 600!important;
   margin-bottom: 15px;
}

.text-img-hover:hover .hover-content {
   height: 100%;
   padding: 25px;
}

.hover-content {
   background-color: #3C2A99;
   border-radius: 0px;
   position: absolute;
   width: 100%;
   bottom: 0;
   height: fit-content;
   padding: 10px;
}

.text-img-hover {
   position: relative;
}

.therapy-area h5 {
   margin: 5px 0;
   color: #89888F;
   text-align: center;
}

.bg-earth {
   padding: 70px 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size:cover;
}

.py-10 {
   padding: 50px 10px;
}

.products-card-home .product-card img {
   width: 120px;
   height: 30px;
   object-fit: contain;
}

.product-card h5 {
   margin-bottom: 10px;
   font-size: 18px;
}

.bg-handshake {
   display: flex;
   flex-direction: column;
   justify-content: flex-end;
   padding: 30px;
   border-radius: 0px 25px 25px 0;
   background-repeat: no-repeat;
   background-size: cover;
   height: 100%!important;
}

.contact-details {
   position: absolute;
   top: 33%;
   left: 0%;
}

.home-ban.owl-theme .owl-dots .owl-dot span {
   width: 20px;
   height: 2px;
   border-radius: 0px;
}

.home-ban.owl-theme .owl-nav.disabled+.owl-dots {
   margin-top: 10px;
   position: absolute;
   left: 7%;
   bottom: 5%;
   display:none;
}

.home-ban .owl-nav {
   display: flex !important;
   align-items: center;

}

.home-ban .owl-nav button {
   background: #fff !important;
   border-radius: 100% !important;
   height: 30px;
   width: 30px;
   padding: 0;
   display: flex !important;
   align-items: center;
   justify-content: center;
}

.home-ban .owl-nav {
   position: absolute;
   right: 10%;
   bottom: 5%;
}

.owl-nav button span {
   display: none;
}

.owl-nav button span:hover {
   color: #000;
}

.owl-nav button:hover span {
   color: #000;

}

.bg-pink {
   background: linear-gradient(90deg, #FFD1F9 0%, #FFFFFF 100%);
   padding: 80px 0;
   position: relative;
}

.girl-svg {
   position: absolute;
   right: -80%;
   width: 95%;
   height: 100%;
   top: 0;
   transition: right 0.4s ease-in-out
}

.girl-svg:hover {
   right: -35%;
}

.tablet-svg {
   height: 100%;

   position: absolute;
   left: -80%;
   width: 95%;
   top: 0;
   z-index: 20;
   transition: left 0.4s ease-in-out
}

@media (min-width:1920px) {
   .girl-svg {
      right: -65%;
   }

   .tablet-svg {
      left: -65%;
   }
}

.bg-blue {
   background: linear-gradient(90deg, #72BFFF 0%, #FFFFFF 100%);
   padding: 80px 0;
   position: relative;
   overflow: hidden
}

.blue {
   color: #0051A1 !important;
}

.tablet-svg:hover {
   left: -25%;
}

.therapy-area .nav-link.active {
   color: #3C2A99 !Important;
   display: flex;
   align-items: center;
   margin-left: 2rem;
   position: relative;
}

.therapyTabs .nav-pills .nav-link {padding: 0;}

.therapy-area .nav-link.active::before {
   content: '';
   background: url("../images/blue-arrow.svg");
   width: 28px;
   height: 16px;
   display: block;
  background-repeat: no-repeat;
  position: absolute;
  left: -35px;
   top: 8px;
   
}


.therapy-area .nav-item {
   margin: 10px 0;
}

.therapy-area .nav-link:hover {
   color: #3C2A99 !important;
}

.therapy-area .dropdown-toggle {
   color: #3C2A99 !important;
   border: 1px solid;
   border-radius: 20px;
}

.therapy-area .slick-slider .slick-slide {
   padding: 10px;
}

.therapy-area .owl-dots {
   display: none;
}

.cstm-col {
   grid-template-columns: auto auto auto auto auto;
}

.products-card-home .owl-dots,
.products-card-home .owl-nav {
   display: none;
}

.image-magnific {
   width: 90%;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
   cursor: default;
}

.mfp-close {
   cursor: pointer !important;
   width: 20px !important;
   height: 20px !important;
   line-height: 16px !important;
   margin-top: 10px;
}

.infra-owl .owl-nav {
   display: none !important;
}
.infra-owl .owl-item.active.center {
   position: relative;
}
.infra-owl .owl-item{
   padding: 15px;
}
.infra-owl  .before::before{
content: '';
width: 35px;
height: 35px;
border-radius: 100% ;
object-fit: cover;
background-color: #3C2A99;
display: flex;
align-items:center ;
justify-content: center;
position: absolute;
top: calc(50% - 50px);
left: calc(0% - 10px);
background-image: url('../images/white-arrow-l.svg');
z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
}


.infra-owl .after::after{
   content: '';
   right:calc(0% - 10px); 
   background-image: url('../images/white-arrow-r.svg');
   content: '';
   width: 35px;
   height: 35px;
   border-radius: 100% ;
   object-fit: cover;
   background-color: #3C2A99;
   display: flex;
   align-items:center ;
   justify-content: center;
   position: absolute;
   z-index: 99;
    background-repeat: no-repeat;
    background-position: center;
   top: calc(50% - 50px);
}
.white-arrow svg path{
   fill:#fff;
}
.hidden-item {
   display: none;
}
.right-pattern{
   background-image: url("../images/pattern-right.svg");
    height: 350px;
    width: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  
}
.left-pattern{
   background-image: url("../images/pattern-right.svg");
   transform: rotate(180deg);
   height: 350px;
   width: 100px;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 0;
  
}

.mh-600{
   max-height: 550px;
   object-fit: cover;
   object-position: center;
}
.bgprimary{
   position: absolute;
   background-color: #3C2A99;
   width: 40%;
   height: 20%;
   top: 15%;
   left: 0;
   z-index: 0;
}

.floating-Select.top-2{
   top: 0;
}

.scroll-arrows {
   position: absolute;
   bottom: 7%;
   left: 50%;
   transform: translateX(-50%);
   z-index: 80;
   cursor: pointer;

}

.scroll-arrow {
   width: 0.8em;
   height: 0.8em;
   background-color: transparent;
   border-width: 0 0.25em 0.25em 0;
   border-style: solid;
   border-color: antiquewhite;
   transform: translateY(0%) rotate(45deg);
   animation: scrolldown 1.2s ease-in-out infinite 0.15s;
   margin: 5px 0; /* Space between arrows */
   opacity: 0;
}

@keyframes scrolldown {
   0% {
       transform: translateY(20%) rotate(45deg);
       opacity: 0.7;
   }
   50% {
       transform: translateY(0%) rotate(45deg);
       opacity: 0.2;
   }
   100% {
       transform: translateY(20%) rotate(45deg);
       opacity: 0.7;
   }
}
.life-bluecross .owl-nav, .life-bluecross .owl-dots{
display:none;
}
.life-bluecross img{
   border-radius:20px;
}
.mh-200{
   min-height:200px; 
}
.team-img{
   width:100%;
}
.philosophy-card .bg-secondary{
   min-height: 225px;
   justify-content: center;
}
.Capa_1 path{
   color:#fff;
   background-color:#fff;
   fill:#fff;
}


@keyframes rotate {
	100% {
		transform: rotate(1turn);
	}
}
#loading-screen{
   position:fixed;
   top:0;
   background:#fff;
   width:100%;
   height:100%;
   z-index:999;
   display:flex;
   align-items: center;
   justify-content:center
}
.border-animate {
	position: relative;
	z-index: 0;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	overflow: hidden;
	padding: 2rem;
   display:flex;
   justify-content:center;
   align-items:center;
	
	&::before {
		content: '';
		position: absolute;
		z-index: -2;
		left: -50%;
		top: -50%;
		width: 200%;
		height: 200%;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: 50% 50%;
		background-position: 0 0;
		background-image: conic-gradient(#3C2A99, #3C2A99);
		animation: rotate 4s linear infinite;
	}
	
	&::after {
		content: '';
		position: absolute;
		z-index: -1;
		left: 6px;
		top: 6px;
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		background: white;
		border-radius: 5px;
		animation: opacityChange 3s infinite alternate;
	}
}


@media (min-width:996px) and (max-width:1200px) {
   .cstm-ps{
      padding-left: 20px;
   }
      }

/*.productt-img {*/
/*    height: 90px;*/
/*    width: auto;*/
/*    display: block;*/
/*    margin: 0 auto;*/
/*    object-fit: contain;*/
/*}*/

.pagination {
   display: flex;
   justify-content: center;
   gap: 10px;
}

.pagination a,
.pagination span {
   display: inline-block;
   padding: 5px 13px;
   border: 1px solid #ddd;
   color: #333;
   text-decoration: none;
   border-radius: 50px;
}

.pagination a:hover
{
   background-color: #3C2A99;
   color: #fff!important;
   border-color: #3C2A99;
}

.pagination .current {
   background-color: #3C2A99;
   color: #fff;
   border-color: #3C2A99;
   padding: 5px 15px;
}

.pagination .current {
   font-weight: 500;
   font-size: 16px;
}

.pagination .prev,
.pagination .next {
   font-weight: 500;
   font-size: 14px;
}

.submit-btn {text-decoration:none ;}

.card-body img { height: 35vh; object-fit: cover;  object-position: top;}

.titleBox {min-height: 75px;}

.medicaltitleBox {min-height: 175px;}
.productDetailImg img {border: 1px solid #f5f2fe; border-radius: 20px}
.product-img-list img {border: 1px solid #f5f2fe; border-radius: 10px}
.product-card  {
    text-align: center;
}

.share-container {position: relative;}

/* Initially hide the social links */
.social-links {
   opacity: 0; /* Initially hidden */
   transform: translateY(-20px); /* Initially slightly above */
   transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
   text-align: center;
   z-index: 10;
   position: absolute;
   top: 10px;
   left: 80px;

}

/* Show the social links when the 'visible' class is added */
.social-links.visible {
   opacity: 1; /* Fully visible */
   transform: translateY(0); /* Slide into final position */
}

/* Social icon styling */
.social-icon {
   display: inline-block;
   padding: 5px;
   color: #fff;
   font-size: 1.2rem;
   border-radius: 50%;
   margin: 5px;
   transition: background-color 0.3s ease;
}

.shareIT {display: flex; align-items: center;}

.shareIT .purple{margin-right: 5px;}

.mbottom {margin-bottom: 1rem;}

.aboutBox {width: 33.33%; padding: 3rem;}

.aboutBox h6{display: flex; justify-content: center;}

.contact-box .wpcf7-form .form-control {padding: 0; padding-bottom: 5px; font-size: 14px;}

.r-50 {border-radius: 50px;}

.copyright, .kweb {font-size: 13px;}

.infra {font-weight: 500; line-height: 25px;}

.white-arrow .img-fluid{position: absolute; top: -4px; right: 16px;}

.mq::after {right: 75px;}

.apply-btn {border: 0;}

.home-products {min-height: 200px;}

.product-btn {position:absolute; bottom: 25px; left: 25px; right: 0;}

.productCards{position: relative;}

.thearpyProductTitle {font-size: 17px;}


/* .focus-img .owl-item {width: auto!important;} */

/* 
      jyoti css */
      .emailField{margin-bottom: 0;}
      .cfCard
      { background-color: #3C2A99;
         padding: 20px;
         border-radius: 20px;
         color: #fff;
         min-height: 350px;
         position: relative;
      }
         .cfCard .locationName::after {
            content: '';
            width: 65%;
            height: 1px;
            background-color: #fff;
            top: 50%;
            right: calc(0% - 20px);
            position: absolute;
         }
         
         .cfCard .locationName{position: relative;}

         .emailSection{position: absolute; bottom: 0; left: 20px; right: 0;}

         .cfCard p {
            color: #fff;
            line-height: 25px;
            font-size: 0.9rem;
         }

         .cfCard .title{font-weight: 600; font-size: 1.2rem; margin-bottom: 10px;}
        
         .videoTag{border-radius: 40px;}
         .csrSection{margin-left: auto; margin-right: 0;}
         .manufacturingImage img{width: 100%; object-fit: cover;}
         .mSection{padding-left: 0;}
         .locationTitle{color: #3C2A99; font-weight: 500;}
         .contactInfo a{padding-left: 5px;}
         .locationWhite{color: #fff;}
         .whiteHeading{color: #fff;}
         .contactinfoWhite a{color: #fff!important; font-size: 0.8rem;}
         .contactinfoWhite img{padding-right: 5px;}
         .msecondSection{padding-right: 0;}
         .contentLeft{padding-left: 60px;}
          .paddingAdjust{padding-left: 0; padding-right: 0;}
          .paddingleftRight{padding: 0 15px;}

         @media(max-width:576px)
         {
            section{overflow: hidden;}
            .msecondSection{padding-right: 25px;}
            .mSection{padding-left: 25px;}
            .contentLeft{padding-left: 25px;}
         }


        
@media (min-width:768px) and (max-width:992px) {
    .homeBannerText {width: 55%;}

}

    
.content-description {
   display: -webkit-box;
   -webkit-line-clamp: 3; /* Limit to 3 lines */
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
   height: 4.5em; /* Adjust this value according to your line height */
   margin-bottom: 0;
}

.read-more-btn {font-size: 14px; padding: 0;}
.medicalLinks {min-height: 250px;}



.squareBox {
   color: white;
   position: relative; /* Makes pseudo-elements relative to this element */
   text-align: left;
   white-space: normal; /* Ensures wrapping is dynamic */
   word-break: break-word; /* Ensures long words break properly */
   max-width: 100%;
 }
 
 .squareBox::after {
   content: ''; /* Inserts the SVG */
   display: inline-block;
   background: url('../images/sq-white.svg');
   background-repeat: no-repeat;
   width: 0.7em; /* Scales dynamically with text size */
   height: 0.7em;
   vertical-align: text-top;
   margin-left: 0.2em;
    margin-top: -0.1em;
 }
 


 .purpleSquare {
   position: relative; /* Makes pseudo-elements relative to this element */
   text-align: left;
   white-space: normal; /* Ensures wrapping is dynamic */
   word-break: break-word; /* Ensures long words break properly */
   max-width: 100%;
 }

 .purpleSquare::after {
   content: ''; /* Inserts the SVG */
   display: inline-block;
   background: url('../images/sq.svg');
   background-repeat: no-repeat;
   width: 0.7em; /* Scales dynamically with text size */
   height: 0.7em;
   vertical-align: text-top;
   margin-left: 0.2em; /* Space between text and SVG */
   margin-top: -0.2em;
 }

 .font-16 {font-size: 16px;}

 .taxonomy-title {margin-top: 30px}

 .states .purpleSquare {display: block;}

 a.dropdown-item:last-child {
   border-bottom: 0;
}

.dropdown-menu{padding: 0; border-radius: 0 0 5px 5px;}

.slick-slide img {width: 100%;}

.r-25 {border-radius: 25px;}

.home-ban .slide-3 .homeBannerText h1, .home-ban .slide-3 .homeBannerText p, .home-ban .slide-3 .homeBannerText a{color: red!important;}
.home-ban .slide-3 .homeBannerText .btn-link-white::after {background-color: red;}
.home-ban .slide-3 .homeBannerText .squareBox::after {
   background: url('../images/sq-red.svg'); background-repeat: no-repeat;}

.home-ban .slide-3 .btn-link-white img {
   filter: invert(80%) sepia(77%) saturate(5582%) hue-rotate(357deg) brightness(91%) contrast(100%);
}

.accordion-body a {text-decoration: underline!important;}
.pWhite p {color: #fff;}


.img-zoom-container {
   position: relative;
}

.img-zoom-lens {
   position: absolute;
   border: 2px solid #ccc;
   width: 200px; /* Adjust lens size */
   height: 200px; /* Adjust lens size */
}

.img-zoom-result {
   position: absolute;
    top: 0;
    left: 100%;
    margin-left: 15px;
    border: 1px solid #d4d4d4;
    width: 500px; /* Ensure proper width */
    height: 450px; /* Ensure proper height */
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    display: none; /* Hide by default */
    z-index: 1;
}



 .popup {
	display: none; /* Hidden by default */
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: white;
	border: 1px solid #ccc;
	padding: 30px 20px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	z-index: 1000; /* Make sure it is above other content */
	border-radius: 10px;
}

.popup.show {
	display: block;
}

/* Basic styling for the overlay */
.overlay {
	display: none; /* Hidden by default */
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000; /* Below the popup */
}

.overlay.show {
	display: block;
}

.popupContent h5 {
	font-size: 18px!important;
    margin-bottom: 5px!important;
    color: #7a7a7a!important;
    font-weight: 500!important;
}

.popup .accept-btn, .popup .close-btn {
    display: inline-block;
    padding: 12px 20px;
    color: #fff!important;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px; 
	margin-top: 15px;
	font-size: 14px;
}

.popup .close-btn {
    background: #9ca3af;
}

.popup .accept-btn {
    background: #1e73be;
}

.popup .accept-btn a {color: #fff!important}

.popupContent svg {
	margin-bottom: 10px;
}

#cookieConsent {
   position: fixed; 
   bottom: 0px; 
   left: 0px; 
   right: 0px;
   background: #000; 
   color: #fff; 
   padding: 15px; 
   z-index: 1000;
   display: none;
}

.cookieText {
   display: flex; justify-content: space-between; align-items: center;
}

.cookieText p {color: #fff; font-size: 15px;}

.cookieText label {margin-right: 8px;}
.bg-gradient-blue{overflow-y:hidden;}
@media(max-width:576px){
    .ytVideo iframe{width:400px;}
    .ciYoutube iframe{width:400px;}
    
}
.currentjobSec{
    background:#3C2A99;
    color:#fff;
}
/*.jobAccordion{--bs-accordion-bg: transparent;*/
/*}*/

/*.jobopenBtn.collapsed {*/
/*    border-radius: 7px !important;*/
/*    background: #3C2A99 !important;*/
/*    color:#fff!important;*/
/*}*/


