@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000728b0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  font-family: "Ubuntu", sans-serif;
  background: #f9f9f9;
}

p {
  font-weight: 400;
  font-style: normal;
  font-family: "Ubuntu", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #112543;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 11px;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 36px;
}

a {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #101010;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: #101010;
}

a:not([href]):not([class]):hover {
  color: #000728;
}

a:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  text-decoration: none;
  color: var(--primary-color);
}

a:focus {
  color: #101010;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

button {
  outline: none !important;
  border: none;
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #E21A58; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #E21A58; 
}

.pb-100{
  padding-bottom: 100px;
}
.pt-100{
  padding-top: 100px;
}
.mb-100{
  margin-bottom: 100px;
}
.mt-100{
  margin-top: 100px;
}
/*-----------Header-------------*/

header {
    position: sticky;
    top: 0;
    z-index: 999;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.header-hide {
    transform: translateY(-100%);
    opacity: 0;
}

.header-show {
    transform: translateY(0);
    opacity: 1;
}

/* Smooth fade animation */
.dropdown-menu {
    animation: fadeIn 0.25s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Desktop hover dropdown */

.navbar-nav .dropdown-menu {
  border-top: 3px solid #e31a56;
  border-radius: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu li a{
  display: block;
  padding: 13px 15px;
  -moz-transition: all .2s ease 0;
  -ms-transition: all .2s ease 0;
  -o-transition: all .2s ease 0;
  -webkit-transition: all .2s ease 0;
  transition: all .2s ease 0;
  font-size: 13px;
  line-height: 1.5;
  border-top: 1px #eee solid;
  color: #000 !important;
}
.navbar-nav .dropdown-menu li:hover>a {
    background: #E21A58;
    color: #fff !important;
}

.container-fluid{
  width: 90% !important;
  padding: 0;
}
.nav-item .nav-link{
  font-weight: 400 !important;
  color: #000;
}
.nav-item .nav-link:hover, .nav-item .nav-link:focus, .nav-item .nav-link.active{
  color: #E21A58;
}


/*-----------------Footer CSS------------------*/

.footer-section {
    background: linear-gradient(150deg, #d81b60, #ff7e35);
    color: #fff;
}

.footer-links li a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
}

.footer-links li a:hover {
    color: #fff;
    padding-left: 4px;
    transition: 0.2s;
}


/*---------------Banner--------------*/

.bannerSwiper {
  width: 100%;
  height: 90vh;
}

/* Center content */
.bannerSwiper .slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  text-align: left;
  padding: 0 2% 0 10%;
  max-width: 740px;
}

/* Hidden by default */
.bannerSwiper .animate-text {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.8s ease;
}

/* When slide becomes active */
.bannerSwiper .swiper-slide-active .animate-text {
  opacity: 1;
  transform: translateY(0);
}

/* Delay effect */
.bannerSwiper .swiper-slide-active .animate-text:nth-child(1) {
  transition-delay: 0.2s;
}

.bannerSwiper .swiper-slide-active .animate-text:nth-child(2) {
  transition-delay: 0.4s;
}

.bannerSwiper .swiper-slide-active .animate-text:nth-child(3) {
  transition-delay: 0.6s;
}

.bannerSwiper .slide-content h2, 
.bannerSwiper .slide-content h6, 
.bannerSwiper .slide-content p, 
.bannerSwiper .slide-content a {
  color: #fff;
}
.bannerSwiper .slide-content h6{
  text-transform: uppercase;
}
.bannerSwiper .slide-content a {
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 30px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.bannerSwiper .slide-content a:hover {
  background: #fff;
  color: #000728;
}
.bannerSwiper .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 40px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1px));
    display: inline-block;
    border-radius: 0;
    background: #ffffff;
    opacity: 1;
}
.bannerSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.bannerSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
}
.bannerSwiper .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #fff;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
    border-radius: 8px;
    position: relative;
    top: 1px;
}
.bannerSwiper .swiper-pagination{
  text-align: right;
}
.bannerSwiper .swiper-pagination {
  padding: 0 6.5%;
}

.bannerSwiper .swiper-horizontal>.swiper-pagination-bullets, 
.bannerSwiper .swiper-pagination-bullets.swiper-pagination-horizontal, 
.bannerSwiper .swiper-pagination-custom, 
.bannerSwiper .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 60px);
}

.aboutpart{
  background: #fff;
  padding: 6.5% 0;
  border-radius: 31px;
  position: relative;
  top: -30px;
  z-index: 1;
}

.leadersec h4{
  font-size: 42px;
  font-weight: 700;
  line-height: 54px;
  color: #000;
  margin-bottom: 28px;
}
.leadersec h4 span{
  color: #E21A58;
}
.leadersec p{
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

:root{
  --line-color:#e0e0e0;
  --dot-color:#bdbdbd;
  --active-color:#e53935;
  --text-color:#0A0A0A;
  --muted:#0A0A0A;
  --container-padding:28px;
  --font-sans: "Helvetica Neue", Arial, sans-serif;
}

 .timeline-wrap{
      max-width:1200px;
      margin:20px auto;
      padding:var(--container-padding);
    }

    .timeline{
      position:relative;
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:10px;
      padding: 18px 0;
    }

    /* thin horizontal baseline */
    .timeline::before{
      content:"";
      position:absolute;
      left:32px; right:32px; /* small side padding */
      top:24px; /* aligns with center of dots */
      height:2px;
      background:var(--line-color);
      z-index:0;
    }

    .milestone{
      position:relative;
      z-index:1;
      width: 20%;
      min-width:160px; /* keep readable on small screens */
      display:flex;
      flex-direction:column;
      align-items:flex-start;
      gap:10px;
      padding:0 6px;
      transition: all 0.3s ease-in-out;
    }

    .milestone .dot-wrap{
      display:flex;
      align-items:center;
      gap:12px;
      width:100%;
    }

    .dot{
      width:14px;
      height:14px;
      border-radius:50%;
      background:var(--dot-color);
      box-shadow:0 0 0 4px rgba(0,0,0,0);
      flex:0 0 auto;
      transform:translateY(0);
      transition: all 0.3s;
    }

    /* .dot.active{
      width:18px;
      height:18px;
      background:var(--active-color);
      box-shadow:0 0 0 6px rgba(229,57,53,0.08);
      margin-top:-4px;
    } */

    /* small circular connector mark to mimic screenshot circles on baseline */
    .milestone .dot-line{
      flex:1 1 auto;
      height:0;
    }

    /* Title above / left */
    .milestone .title{
      font-weight:700;
      font-size:14px;
      color:#222;
      margin-left:28px; /* space so text doesn't overlap dot */
    }

    .milestone .desc{
      font-size:15px;
      color:var(--muted);
      line-height:1.4;
      margin-left:28px;
      margin-top:-4px;
      transition: all 0.3s ease-in-out;
      font-weight: 500;
    }

    /* small heading in top-left of the timeline block */
    .timeline-header{
      font-size:14px;
      letter-spacing:.6px;
      color:#444;
      margin-bottom:10px;
      text-transform:uppercase;
    }
    .milestone:hover .dot{
      width:18px;
      height:18px;
      background:var(--active-color);
      box-shadow:0 0 0 6px rgba(229,57,53,0.08);
      margin-top:-4px;
    }
    .milestone:hover .desc{
      text-decoration: underline;
    }


    .counter-box {
        padding: 20px 0;
    }
    .counter-number {
        font-size: 65px;
        font-weight: 700;
        color: #d81b60;
        letter-spacing: -1.5px;
        
    }
    .counter-title {
        font-size: 18px;
        color: #0A0A0A;
        border-top: 1px solid #dddddd;
        margin-top: 5px ;
        padding-top: 10px;
        width: fit-content;
        font-weight: 500;
    }
    hr{
      border-color: #DDDDDD !important;
      opacity: 1 !important;
    }
    .aspioneers h2{
      line-height: 1.3;
    }
    .aspioneers h2 span{
        color: #9D9D9D;
    }

    .industries-section {
      padding: 40px 0;
    }
    .industriesSwiper{
      padding-bottom: 80px;
    }
    .industriesSwiper .swiper-slide {
      text-align: center;
    }

    .industriesSwiper img {
      width: 100%;
      max-height: 580px;
      object-fit: cover;
      border-radius: 5px;
    }
    .industriesSwiper h5 {
      font-size: 28px;
      color: #000;
      margin-bottom: 10px;
    }
    .learn-more {
      font-size: 15px;
      text-transform: uppercase;
      text-decoration: underline;
      margin-top: 5px;
      display: inline-block;
      color: #727272;
    }

    .swiper-pagination {
      margin-top: 15px;
    }

    .industriesSwiper .swiper-pagination-bullet {
        width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 40px));
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 1px));
        display: inline-block;
        border-radius: 0;
        background: #BDBDBD;
        opacity: 1;
    }
    .industriesSwiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
    .industriesSwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 0px);
    }
    .industriesSwiper .swiper-pagination-bullet-active {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: #5E5E5E;
        height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 4px));
        border-radius: 8px;
        position: relative;
        top: 1px;
    }
    .industriesSwiper .swiper-pagination{
      text-align: center;
    }
    .industriesSwiper .swiper-pagination {
      padding: 0 6.5%;
    }

    .py-100{
      padding: 100px 0;
    }
    .pb-100{
      padding-bottom: 100px;
    }
    .px-100{
      padding: 0 100px;
    }
    .logo-marquee {
      width: 100%;
      overflow: hidden;
    }

    .marquee-content {
      display: flex;
      gap: 20px;
      animation: scroll 15s linear infinite;
    }

    .marquee-content img {
      height: 100px;
      width: 170px;
      padding: 8px 10px;
      object-fit: contain;
      cursor: pointer;
      transition: transform 0.3s ease;
      border-radius: 10px;
      
    }
    /* 
    .marquee-content img:hover {
      transform: scale(1.2);
    } */

    .cardbrs{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 305px;
      border: 1px solid #ddd;
      border-radius: 0 0 0 45px;
      border-right: 0;
      border-top: 0;
    }
    .cardbrs img{
      width: 280px;
      height: auto;
      text-align: left;
    }
    .cardbrs2 img{
      width: 180px;
      height: auto;
      text-align: left;
    }
    .cardbrs p{
      text-align: left;
      font-size: 18px;
    }
    @keyframes scroll {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    /* responsive: stack on small screens */
    @media (max-width:720px){
      .timeline{
        flex-direction:column;
        gap:22px;
      }
      .timeline::before{ display:none; }
      .milestone{
        width:100%;
        min-width:unset;
        padding-left:0;
        flex-direction: row;
      }
      .milestone .title,
      .milestone .desc{
        margin-left:0;
      }
      .dot-wrap{ gap:10px; }
    }

    /*-----------------About us css------------------*/

    .aboutpart_up{
      background: #f9f9f9;
    }
    .aboutpart_up h4{
      font-size: 42px;
      font-weight: 700;
      line-height: 54px;
      color: #000;
      margin-bottom: 0;
    }
    .aboutpart_up h4 span{
      color: #E21A58;
    }
    .text-danger{
      color: #E21A58 !important;
    }
    .aboutpart_up p{
      font-size: 18px;
      line-height: 28px;
      color: #000;
      margin-bottom: 0;
    }
    .aboutpart_up .btn{
      border-radius: 25px !important;
      font-size: 14px !important;
      background: #E21A58 !important;
      font-weight: 500 !important;
    }

    .aboutpart_banner img{
      width: 100%;
      height: auto;
    }
    .abwrap{
      background: #F9F9F9;
    }
    .aboutpart_counter {
        background: #F9F9F9;
        padding: 0;
        border-radius: 31px;
        position: relative;
        top: -30px;
        z-index: 1;
    }
    .aboutpart_counter .counter-box {
        padding: 45px 60px !important;
    }
    .aboutpart_counter .counter-number{
      line-height: 1;
    }
    .aboutpart_counter .counter-title{
      width: 100%;
    }
    .aboutpart_secondsc{
      background: #F9F9F9;
    }

    .aboutpart_secondsc h5{
        font-size: 22px;
        line-height: 1.5;
        color: #000;
        margin-bottom: 0;
    }
    .aboutpart_secondsc p{
        font-size: 18px;
      line-height: 28px;
      color: #000;
      font-weight: 400;
    }

    .aboutpart_bg1{
      background: url(../img/bg1.png) no-repeat top right #fff;
      background-size: cover;
    }

    .aboutpart_bg2{
      background: url(../img/bg2.png) no-repeat top left #fff;
      background-size: cover;
    }

    .flawless {
      position: absolute;
      z-index: 9;
      margin-left: -13%;
      padding: 10%;
      background-color: #fff;
      box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.16);
      top: 13%;
    }

    .fabrics h4 {
        font-size: 45px;
        letter-spacing: -2px;
         color: #e8394e;
        margin: 10px 0;
        font-weight: initial;
        line-height: initial;
    }

    .fabrics .flawless .legacy:after {
        content: '';
        height: 60px;
        width: 10px;
        position: absolute;
        top: 27%;
        left: 0%;
        background: -webkit-linear-gradient(#e31a56, #f16341);
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(180deg);
    }

      .fabrics p {
        font-size: 18px;
        line-height: 28px;
        color: #8d8d8d;
        font-weight: 400;
      }

      .flawless1 {
        position: absolute;
        z-index: 9;
        margin-right: -13%;
        margin-left: 5%;
        padding: 10% 5%;
        background-color: #fff;
        box-shadow: 0 0px 23px 0 rgba(0, 0, 0, 0.16);
        top: 13%;
    }

      .fabrics {height: auto;} .demo a{display: none;}
    .swiper__content { margin: 5%;}
    .featured p{opacity: 0.5!important;}
    .sustainable .button{ background-color: #fff;border: none;color: #e62852;text-align: center;padding: 1% 2%; transition: all 0.5s; cursor: pointer; font-weight: 600;font-size: 18px; margin-left: 3%;}
        .sustainable .button span:after{top: -25%;}

    .newsletter{
      background: url(../img/newsletter_bg.png) no-repeat top right;
      background-size: cover;
    }
    .newsletter h4{
      font-size: 42px;
      font-weight: 500;
      line-height: 54px;
      color: #fff;
      margin-bottom: 0;
    }
    .newsletter a {
      text-decoration: none;
      font-weight: 600;
      font-size: 16px;
      line-height: 26px;
      padding: 10px 30px;
      border-radius: 50px;
      border: 1px solid #fff;
      width: fit-content;
      margin-top: 30px;
    }
    .newsletter a:hover {
      background: #fff;
      color: #000 !important;
    }
    .sust_bg{
      background: url(../img/insights_bg.jpg) no-repeat top right;
      background-size: cover;
      height: 82%;
      width: 100%;
    }
    .sust_bg h4, .sust_bg p{
      color: #fff;
    }

    /*----------------Textile Solutions--------------*/

    .section-title{
        font-weight:700;
        font-size:36px;
    }
    .text-pink{
        color:#e91e63;
    }
    .solution-card{
        background:#fff;
        border-radius:18px;
        box-shadow:0 10px 30px rgba(0,0,0,0.08);
        overflow:hidden;
        height:100%;
        padding: 20px;
    }
    .solution-card img{
        width:100%;
        height:300px;
        object-fit:cover;
        margin-bottom: 15px;
    }
    .solution-card.small img{
        height:300px;
    }
    .solution-card.wide img{
        height:300px;
    }
    .card-body{
        padding:20px;
    }
    .card-title{
        font-weight:600;
        margin-bottom:15px;
    }
    
    .solution-card .btn{
        margin-top:15px;
        border-radius: 20px;
        font-size: 14px;
        font-weight: 500;
    }
    .solution-card .card-title{
      font-size: 1.1rem;
    }


  .textile-section{
    background: linear-gradient(150deg, #d81b60, #ff7e35);
    color: #fff;
    align-items: center;
  }

.content-box{
    display:flex;
    align-items:center;
    color:#fff;
   
}
.content-inner{
   padding:60px 120px;
}
.content-inner h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}

.content-inner p{
    font-size:15px;
    line-height:1.7;
    margin-bottom:30px;
}

.image-box img{
    width:100%;
    max-height:650px;
    object-fit:cover;
    border-top-left-radius:80px;
    border-bottom-left-radius:80px;
}

.testEm{
  background: #f6f6f6 url(../img/testem_bg.png) no-repeat center center;
  width: 100%;
  background-size: contain;
}
.testEm h4{
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.testEm h4 span{
  color:#E21A58;
}
.testEm .btn {
    margin-top: 30px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 28px;
}


.agro-section{
    background:#fff;
}

.agro-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 30px rgba(0,0,0,0.08);
    height:100%;
    padding: 15px;
}

.agro-card img{
    width:100%;
    height:220px;
    object-fit:cover;
    margin-bottom: 15px;
}

.col-lg-4:first-child .agro-card img{
    height:583px;
}

.card-body{
    padding:18px;
}

.card-body h6{
    font-weight:600;
    margin-bottom:12px;
    font-size: 1rem;
}

.btn-pink{
  background:#e91e63 !important;
  color:#fff !important;
  border-radius:25px !important;
  padding:8px 20px !important;
  font-size:14px !important;
}
.btn-pink:hover{
    background:#d81b60 !important;
    color:#fff !important;
}


.aboutpart {
    background: #fff;
}

/* .section-grid {
    display: grid;
    grid-template-columns: 38% 34% 28%;
    gap: 40px;
    align-items: center;
} */

/* LEFT IMAGE 
.left-img {
    border: 3px solid #1e73ff;
    padding: 4px;
}*/

.left-img img {
    width: 100%;
    display: block;
}

/* CENTER CONTENT */
.center-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 25px;
}

.btn {
    display: inline-block;
    background: #e91e63;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

/* FEATURE LIST */
.features {
    margin-top: 40px;
}

.feature {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.feature-icon {
    width: 26px;
    height: 26px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #777;
    flex-shrink: 0;
}

.feature h4 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #222;
}

.feature p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* RIGHT IMAGE CARD */
.right-wrap {
    position: relative;
}

.right-wrap img {
    width: 100%;
    display: block;
}

.info-card {
    position: absolute;
    bottom: -15%;
    left: 11%;
    background: #fff;
    padding: 20px 20px 0 20px;
    width: 202px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.info-card h5 {
    font-size: 14px;
    margin-bottom: 8px;
    color: #222;
    font-weight: 600;
}

.info-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}
.feature h4{
  width: 160px;
}
.feature p{
  font-size: 16px;
    color: #555;
    line-height: 1.4;
    width: calc(100% - 160px);
}
.feature img{
  width: 27px;
  height: 27px;
  object-fit: contain;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .section-grid {
      grid-template-columns: 1fr;
  }

  .info-card {
      position: relative;
      left: 0;
      bottom: 0;
      margin-top: 20px;
      width: 100%;
  }
}



/*---------------Silicone Chemistries--------------*/

.product-section {
      padding: 60px 0;
  }
  .product-section h2 {
      font-weight: 600;
      margin-bottom: 20px;
  }
  .product-section p {
      font-size: 0.95rem;
  }
  .key-characteristics {
      font-size: 0.9rem;
      margin-top: 15px;
  }
  .section-img {
      max-width: 100%;
      height: auto;
      border: 2px solid #007bff33; /* blue border like screenshot */
      border-radius: 5px;
  }
  .highlight {
      color: #d60000;
      font-weight: 600;
  }
  .product-card {
      background-color: #f8f9fa;
      padding: 30px;
      border-radius: 8px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.05);
      margin-top: 30px;
  }

  .sillicard{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.04) -1px -13px 32px;
    border: 0;
  }
  .sillicard h2{
    font-weight: 500;
  }
  .shadow-0{
    box-shadow: none !important;
  }

  .center-content h6{
    line-height: 24px;
  }
  .center-content .btn{
    margin-top: 25px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
  }

/*------------------------------managment--------------*/
.managment{
  background: #f9f9f9;
}
.managment h2{
  font-size: 40px;
  font-weight: 700;
  width: 62%;
}

  .leadership {
  margin: 60px auto;
  padding: 0 20px;
  position: relative;
  
}

/* Vertical line (desktop only) */
/* .leadership::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/manahbor.svg) no-repeat center center;
} */
.leader{
  border-top: 1px solid #d9d9d9;
  padding: 15px 20px;
}
.leader:nth-child(even) {
  border-right: 1px solid #d9d9d9;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-right: 0; 
  padding-right: 0;
}

.leader:nth-child(odd) {
  border-left: 1px solid #d9d9d9;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-left: 0; 
  padding-left: 0;
}

.leader:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.leader:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}



.leader .left {
  justify-content: flex-start;
  display: flex;
  align-items: start;
  position: relative;
  left: -71px;
  padding: 50px 0;
}

.leader .right {
  justify-content: flex-end;
  display: flex;
  align-items: start;
  position: relative;
  right: -71px;
  padding: 50px 0;
}
.leader:first-child .left::before{
 content: "";
  position: absolute;
  left: 71px;
  top: -15px;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.leader:last-child .right{
  padding-bottom: 0;
}

/* Image */
.image {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f2f2;
  flex-shrink: 0;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content h3{
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.content span{
  display: block;
  font-size: 20px;
  color: #777;
  font-weight: 400;
  margin: 5px 0 15px;
}
.content p{
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}
.quote {
  font-size: 28px;
  line-height: 1.7;
  color: #555;
  position: relative;
  padding-left: 30px;
}

.quote::before {
  content: "“";
  position: absolute;
  left: -7px;
  top: -22px;
  font-size: 70px;
  color: #e63946;
}
.mt-200{
  margin-top: 250px;
}
.mb-100{
  margin-bottom: 100px;
}
.full_wtback{
  position: relative;
  top: -123px;
}


.contact-address {
  padding-top: 30px;
}
.contact-address .contact-address-list {
  margin-bottom: 42px;
}
.contact-address .contact-address-list .single-address-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.contact-address .contact-address-list .single-address-item:last-child {
  margin-bottom: 0;
}
.contact-address .contact-address-list .single-address-item .icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
.contact-address .contact-address-list .single-address-item .icon-wrap .icon {
  font-size: 16px;
}
.contact-address .contact-address-list .single-address-item .icon-wrap.color-01 {
  background-color: #e21d56;
}
.contact-address .contact-address-list .single-address-item .icon-wrap.color-01 .icon {
  color: #fff;
}
.contact-address .contact-address-list .single-address-item .icon-wrap.color-02 {
  background-color: #fbe4dc;
}
.contact-address .contact-address-list .single-address-item .icon-wrap.color-02 .icon {
  color: #FFC44E;
}
.contact-address .contact-address-list .single-address-item .icon-wrap.color-03 {
  background-color: #f9c4d3;
}
.contact-address .contact-address-list .single-address-item .icon-wrap.color-03 .icon {
  color: #F32424;
}
.contact-address .contact-address-list .single-address-item .text {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: var(--heading-color);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-all;
}

.form-control, .form-select{
  height:52px;
  border: 1px solid #4D4D4D;
  border-radius: 20px;
  background-color: #202020;
  width: 100%;
  margin: 0;
  font-size: 16px;
  padding: 15px 20px 15px 60px;
  color: #fff;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  margin-top: 10px;
}


/*---------------------slider section--------------------*/

/* .left-slide {
  height: 100%;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease-in-out;
}

.left-slide > div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.left-slide h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  transition: transform 0.5s ease-in-out;
}

.right-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

button {
  background-color: #fff;
  border: none;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 15px;
}

button:hover {
  color: #222;
}

button:focus {
  outline: none;
}

.slider-container .action-buttons button {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 100;
}

.slider-container .action-buttons .down-button {
  transform: translateX(-100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.slider-container .action-buttons .up-button {
  transform: translateY(-100%);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
} */


/* Slider Wrapper */
.hero-slider {
    width: 100%;
    height: auto;
}

/* Slide Layout */
.swiper-slide.hero-slide {
    display: flex;
    height: 100%;
    align-items: center;
}

/* Left Content */
.hero-content {
    width: 45%;
    padding: 80px 80px 120px 80px;
    min-height: 550px;
    color: #fff;
    background: linear-gradient(135deg, #e91e63, #ff7043);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: fit-content;
    right: -80px;
    z-index: 11;
}

/* Arrow Pattern */
.hero-content::after {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    width: 180px;
    height: 180px;
    background-image: radial-gradient(#ffffff55 20%, transparent 21%);
    background-size: 20px 20px;
    transform: translateY(-50%) rotate(45deg);
}

/* Text Animations */
.hero-content h1,
.hero-content p,
.hero-content a {
    opacity: 0;
    transform: translateY(30px);
}

.swiper-slide-active .hero-content h1 {
    animation: fadeUp 0.8s forwards;
}

.swiper-slide-active .hero-content p {
    animation: fadeUp 0.8s forwards;
    animation-delay: 0.2s;
}

.swiper-slide-active .hero-content a {
    animation: fadeUp 0.8s forwards;
    animation-delay: 0.4s;
}

/* Button */
.hero-content a {
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Right Image */
.hero-image {
    width: 50%;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 0;
}

/* Image animation */
.swiper-slide-active .hero-image img {
    animation: imageReveal 1.2s forwards;
}

/* Animations */
@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes imageReveal {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Pagination */
.swiper-pagination-bullets {
    left: 50px !important;
    bottom: 40px !important;
    text-align: left;
}

/* Mobile Responsive */
@media(max-width: 991px) {
    .hero-slide {
        flex-direction: column;
    }
    .hero-content,
    .hero-image {
        width: 100%;
        height: 50%;
        padding: 40px;
    }
}

.hero-slider .swiper-pagination{
  position: absolute;
  bottom: 184px !important;
  left: 173px !important;
}
.hero-slider .swiper-pagination-bullet{
  transition: all 0.3s ease-in-out;
  background: #fff;
  opacity: 0.75;
}
.hero-slider .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 23px;
    background: #fff;
    opacity: 1;
}
.blogthimg .img-fluid {
  max-width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}
.ck-editor__editable{
  min-height: 300px;
}
.blog-content h2{
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  width: 100%;
}
.blog-content h4{
  font-size: 19px;
  margin-bottom: 15px;
}
.blog-list-card h5{
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blog-list-card p{
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.blimage{
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blimage::before{
  content: "";
  position: absolute;
  top: -340px;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(135deg, #e91e63, #ff7043);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}

.listcardh:hover .blimage::before{
  opacity: 0.5;
  top: 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #dc3545; /* Bootstrap danger color */
    width: 35px;
    height: 35px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #a71d2a;
}

.avibanner{
    background: url(../img/avibg.png) no-repeat center center;
    background-size: cover;
    padding: 12rem 2rem 16rem 2rem;
}
.avibanner img{
  width: 320px;
  height: 135px;
  object-fit: contain;
  margin: 0 auto;
}
.avibanner p{
  font-size: 18px;
  line-height: 28px;
  color: #363636;
  margin-top: 30px;
  text-align: center;
}


.application-toggle {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    max-width: 420px;
    margin: auto;
    background: #fff;
}

.application-toggle input[type="radio"] {
    display: none;
}

.application-toggle label {
    flex: 1;
    padding: 12px 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    color: #aaa;
    transition: all 0.3s ease;
}

/* Active state */
.application-toggle input[type="radio"]:checked + label {
    background: #e91e63;   /* pink/red */
    color: #fff;
    border-radius: 50px;
}

/* Inactive hover */
.application-toggle label:hover {
    color: #555;
}