@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;

    }
    :root {
        --body-font:"Roboto", sans-serif;
        --primary-font: "Exo 2", sans-serif;
        --primary-color:#402A94;
        --secondary-color:#E62B17;
        --color-white:#FFF;
        --color-dark:#0e0920;
      }
    .site-wrapper{
        overflow: hidden;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--body-font) !important;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }

    p {
        position: relative;
        margin: 0 0 20px;
        line-height: 32px;
        color: #000;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.2px;
    }

    p,
    .f-ks,
    li {
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .f-vrl {
        font-family: var(--primary-font);
    }
    .f-mtz{
        font-family: "Montez", cursive;

    }
    .bgf {
        background: #fff;
    }

    .bg-second {
        background: #eff5f6;
    }

    .color0 {
        color: #000 !important;
    }

    .colorf {
        color: #fff !important;
    }

    .color3 {
        color: #fa8b37 !important;
    }

    .color4 {
        color: #333 !important;
    }

    .bg-fff {
        background: #fff !important;
    }
    .header-top{
        background-color: #E62B17;
        
    padding: 5px 0;
    }
    .header-btn a{
        position: relative !important;
        top: 4px !important;
    }
    .tp-head-left{
        display: flex;
        align-items: center;
    }
    .tp-head-cont-wrap i, .tp-head-cont-wrap span{
          color:#fff;
    }
    .tp-head-cont-wrap i{
        font-size: 18px;
     }
   .tp-head-cont-wrap span {
    font-size: 15px;
    font-weight: 400;
}
     .top-social-wrapper{
        display: flex;
        align-items: center;
     }
     .top-social-wrapper h6{
        font-weight: 600;
        padding-right: 5px;
     }
     .top-social-wrapper .social-avatar{
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #FFF;
        border-radius: 5px;
        margin-right: 7px;
     }
     .top-social-wrapper .social-avatar i{
        color:#FFF;
        font-size: 20px;
     }
    .tbp {
        padding: 100px 0;
    }

    .tbm {
        margin: 100px 0;
    }
    .pt-100{
        padding-top: 100px;
    }
    .pb-30{
      padding-bottom: 30px;
    }
    .pb-40{
      padding-bottom: 40px;
    }
    .pb-70{
        padding-bottom: 70px;
    }
    .pt-250{
        padding-top: 250px;
    }
    .pt-200 {
        padding-top: 200px !important;
    }
    .mt-10 {
        margin-top: 10px !important;
    }
    .mt-20 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 30px !important;
    }

    .mt-40 {
        margin-top: 40px !important;
    }

    .mt-50 {
        margin-top: 50px !important;
    }
    .mt-70{
        margin-top: 70px !important;
    }
    .mr-10 {
        margin-right: 10px !important;
    }

    .mr-20 {
        margin-right: 20px !important;
    }

    .mr-30 {
        margin-right: 30px !important;
    }

    .mr-40 {
        margin-right: 40px !important;
    }

    .mr-50 {
        margin-right: 50px !important;
    }

    .ml-10 {
        margin-left: 10px !important;
    }

    .ml-20 {
        margin-left: 20px !important;
    }

    .ml-30 {
        margin-left: 30px !important;
    }

    .ml-40 {
        margin-left: 40px !important;
    }

    .ml-50 {
        margin-left: 50px !important;
    }

    .mb-10 {
        margin-bottom: 10px !important;
    }

    .mb-20 {
        margin-bottom: 20px !important;
    }

    .mb-30 {
        margin-bottom: 30px !important;
    }

    .mb-40 {
        margin-bottom: 40px !important;
    }

    .mb-50 {
        margin-bottom: 50px !important;
    }
    .pt-70{
        padding-top: 70px;
    }
    .py-70{
        padding: 70px 0;
    }
     .pb-70{
        padding-bottom: 70px;
    }
    .pb-100{
        padding-bottom: 100px;
    }
    .py-120{
        padding: 120px 0;
    }
    .pb-50{
        padding-bottom: 50px;
    }
    .pb-60{
        padding-bottom: 60px;
    }
    .fw-600{
        font-weight: 600 !important;
    }
    .fs-18{
        font-size: 18px !important;
    }
    img {
        width: 100%;
    }
    .thr-ic {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .thr-l {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    .bg-clay{
        background-color: rgba(64, 42, 148, 0.07);
    }
/* Animation keyframes */
@keyframes fadeInUpDropdown {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
    img.header-logo {
        max-width: 110px;
    }


   nav.navbar {
    padding: 0;
}
     .navbar-toggler{
        border: 2px solid var(--primary-color) !important;
    }
    .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23E62B17' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #402a9470 !important;
}
#header-dropdown .dropdown-menu .dropdown-item {
    color: var(--color-dark);
    font-weight: 500;
    font-size: 17px;
    padding: 9px 20px;
    transition: 0.3s ease all;
}
#header-dropdown .dropdown-menu .dropdown-item:hover,  #header-dropdown .dropdown-menu .dropdown-item:focus{
  background-color: var(--primary-color);
  color: #FFF;
  transition:all 0.3s ease;
}
#header-dropdown .dropdown-menu{
  border-radius: 0 !important;
  top: 98%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu .dropdown-menu {
  top: -18% !important;
  left: 100%;
  margin-top: -1px;
  display: none !important;
  position: absolute;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
  display: block !important;
}
.dropdown-toggle::after {
    display: none !important;
}
.dropdown-toggle i{
  font-size: 13px !important;
}
#header-dropdown .dropdown-menu .dropdown-item.active{
  color: var(--secondary-color) !important;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--primary-color) !important;
}

    .thr-r {
        display: flex;
        column-gap: 20px;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        margin-top: -168px;
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
.site-btn1 {
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: var(--primary-color);
    padding: 17px 25px;
    color: #FFF;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease all;
    box-shadow: 0 3px 24px rgb(0 0 0 / 12%);
    z-index: 1; 
}
    .site-btn1 span {
    position: relative;
    z-index: 1;
}
.site-btn1 {
    transition: color 0.3s ease 0.2s; 
}
.site-btn1:hover {
    color: #fff; 
}
.site-btn1::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0; 
}
.site-btn1:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
.site-btn2{
     font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-color: #FFF;
    padding: 17px 25px;
    color:#000;
    border: none;
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease all;
    }
    .site-btn2 span {
    position: relative;
    z-index: 1;
}
.site-btn2 {
    transition: color 0.3s ease 0.2s; 
}
.site-btn2:hover {
    color: #fff; 
}
.site-btn2::before {
    content: "";
    height: 300px;
    width: 300px;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0; 
}
.site-btn2:hover::before {
    transform: translate(-50%, -50%) scale(1);
}
    .thr-ic a {
        color: #fff;
    }
    .thr-l a i {
        margin-right: 6px;
    }
    .thr-ic a span {
        font-weight: 600;
        letter-spacing: 0.2px;
    }
    .thr-r span {
        color: #fff;
        font-weight: 600;
        font-family: "Kumbh Sans", sans-serif;
        letter-spacing: 0.2px;
    }
    a.nav-link {
        font-size: 17px;
        font-weight: 400;
        color: #000;
        letter-spacing: 0.3px;
        margin: 0 12px;
        letter-spacing: 0.2px;
    }
    .main-header.sticky a.nav-link{
        color:#000 !important;
        transition: color 0.3s ease;
    }
    .main-header.sticky a.nav-link.active{
        color: var(--secondary-color) !important;
    }
    .main-header.sticky a.nav-link:hover{
        color:var(--secondary-color) !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        /*max-height: 880px;
        min-height: 880px;*/
      /*  object-fit: cover;
        object-position: 50% 50%;
        max-height: 100vh;
        min-height:100vh;*/
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
  .bs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #402a9475;
    top: 0;
    left: 0;
}
    .bs-con {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        text-align: left;
    }
    .ban-top-text {
    color: #d4cded;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 31%);
    font-size: 22px;
    letter-spacing: 5px;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
}
    .bs-con span.tts {
        font-family: var(--secondary-font);
        text-align: start;
        color: #fff;
        font-size: 20px;
        text-shadow: 1px 1px 3px rgb(0 0 0 / 68%);
        margin-bottom: 16px;
        display: block;
    }
    .bs-con h4 {
        color: #fff;
        font-size: 66px;
        text-shadow: 0 1px 2px rgb(0 0 0 / 49%);
        text-transform: capitalize;
        font-weight: 600;
        margin-bottom: 24px;
    }
    .bs-con {
        max-width: 820px;
    }
    .bsc-btn {
        display: flex;
        justify-content: start;
        column-gap: 20px;
        margin-top: 30px;
    }
    @keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-banner {
  opacity: 0;
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.slick-dots{
    bottom: -50px !important;
}
.slick-dots li button {
    width: 25px !important;
    height: 10px !important;
    border-radius: 20px;
    padding: 0px !important;
    border: 1px solid transparent;
    background-color: #b295916e !important;
}
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:before{
        display: none !important;
    }
    .slick-dots .slick-active button{
        background-color: #E62B17 !important;
        border: 1px solid #FFF;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .habl-ic {
        height: 100%;
    }
    .main-tt span.tts {
        font-size: 34px;
        margin-bottom: 10px;
        display: block;
        color: #113D48;
    }
    .main-tt h4 {
        font-size: 45px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 66px;
        margin-bottom: 16px;
        color: #113D48;
    }
    .hab-l span {
        background: #E9F6F9;
        width: 70px;
        display: flex;
        height: 70px;
        border-radius: 100%;
        align-items: center;
        justify-content: center;
    }
    .habc {
        display: flex;
        column-gap: 18px;
        align-items: center;
        margin-bottom: 20px;
    }
    .hab-l span img {
        max-width: 40px;
    }
    .hab-r h5 {
        font-weight: 600;
        margin-bottom: 2px;
        color: #113D48;
        letter-spacing: 0.4px;
    }
    .hab-r p {
        margin: 0;
    }
    .bs-slider {
        margin: 0 !important;
    }
    /* Nav arrows */
    /* Position both arrows on the right */
.bs-slider .slick-prev, .bs-slider .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #FFF;
  height: 50px !important;
  width: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease all;
}
.bs-slider .slick-prev {
  right: 50px;
  left: auto;
}
.bs-slider .slick-prev i, .bs-slider .slick-next i{
    color: var(--primary-color) !important;
    font-size: 25px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-prev:active, .bs-slider .slick-prev:hover:focus, .bs-slider .slick-next:hover, .bs-slider .slick-next:active, .bs-slider .slick-next:focus{
   background-color: var(--primary-color) !important;
   color: var(--color-white) !important;
   transition: 0.3s ease all;
}
.bs-slider .slick-prev:hover i, .bs-slider .slick-next:hover i{
   color: var(--color-white) !important;
}
.bs-slider .slick-next {
  right: 10px;
}
    .sticky {
        width: 100%;
        position: fixed !important;
        top: 0px;
        z-index: 999;
        background-color: #FFF !important;
        box-shadow: 0 0 10px #00000020;
    }
    .sticky img.header-logo {
        max-width: 265px;
    }
    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus, .nav-link:hover {
        color: var(--secondary-color) !important;
    }
section.banner-section {
    /*margin-top: -120px;*/
}
.main-header {
    position: relative;
    z-index: 999;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
.site-heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}
.site-title-tagline {
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight: 700;
    color: var(--primary-color);
    position: relative;
}
.site-title {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    color: var(--color-dark);
    margin-bottom: 0;
}
.site-title span {
    color: var(--secondary-color);
}
.heading-divider {
    display: inline-block;
    position: relative;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: var(--primary-color);
    width: 90px;
    overflow: hidden;
}
.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: var(--color-white);
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}
@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }
    50% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-1px);
    }
}

/* ===================
Feature css 
====================== */

.feature-section{
  position: relative;
  margin-top: -110px;
}
.feature-item{
  position: relative;
  margin-bottom: 25px;
  perspective: 1000px;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	z-index: 1;
}
.feature-front,
.feature-back{
  position: relative;
  height: 240px;
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
  -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all .9s ease-in-out;
}
.feature-front{
	background: var(--color-white);
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}
.feature-back{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
  background: var(--primary-color);
  border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.feature-item:hover .feature-front{
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.feature-item:hover .feature-back{
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.feature-icon{
	color: var(--color-white);
	font-size: 40px;
	line-height: 80px;
	height: 80px;
	width: 80px;
	background: var(--primary-color);
	border-radius: 50px;
	display: inline-block;
	margin: 0 0 25px;
  position: relative;
}
.feature-icon::before{
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 2px dashed var(--primary-color);
  border-radius: 50px;
}
.feature-content{
  position: absolute;
	text-align: center;
	padding: 0 25px;
	left: 0;
	top: 50%;
	width: 100%;
	perspective: inherit;
	-webkit-perspective: inherit;
	outline: 1px solid transparent;
	-webkit-transform: translateY(-50%) translateZ(70px) scale(0.95);
	transform: translateY(-50%) translateZ(70px) scale(0.95);
	z-index: 2;
}
.feature-text p{
    color:#FFF;
}
.feature-title h4{
  font-size: 20px;
}
.feature-back .feature-title h4{
  color: var(--color-white);
}
.feature-text{
  margin-top: 15px;
  color: var(--color-white);
} 
/* ===================
18. About css 
====================== */

.aboutus-section{
  position: relative;
}

.about-left{
  position: relative;
  z-index: 1;
}

.about-img-1{
  width: 80%;
}

.about-img-1 img{
  border-radius: 10px;
}

.about-img-2{
  bottom: 0px;
  right: 0px;
  max-width: 250px;
  position: absolute;
  padding: 10px 0 0 10px;
  background-color: var(--color-white);
  border-radius: 10px 10px 10px 0;
}

.about-img-2 img{
  border-radius: 10px 10px 10px 0;
}

.about-shape{
  position: absolute;
  left: -32px;
  bottom: -32px;
  z-index: -1;
}

.about-left::before {
  content: "";
  position: absolute;
  left: -32px;
  top: -32px;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  border: 8px solid var(--primary-color);
  z-index: -1;
}

.about-experience{
  position: absolute;
  right: 20%;
  bottom: -40px;
  border-radius: 12px;
  padding: 18px 20px;
  background: var(--primary-color); 
  color: var(--color-white);
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.about-experience::before{
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border: 2px dashed var(--color-white);
  border-radius: 10px;
}

.about-experience h1{
  color: var(--color-white);
  font-size: 55px;
  font-weight: 700;
}

.about-experience-text{
  line-height: 1.5;
  font-size: 16px;
  font-weight: 500;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 30px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.about-list {
  position: relative;
  display: block;
}
.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
    font-size: 17px;
    color: #000;
}
.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  color: var(--primary-color);
  font-weight: bold;
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 80px;
  }
}

/* Service Area */
.service-area{
    position: relative;
    background-color: #402a9412;
}
.ser-col{
    margin-bottom: 25px;
}
.service-item {
  height: 100%;
  position: relative;
  padding: 30px 30px;
  border-radius: 10px;
  background: var(--color-white);
  text-align: center;
  overflow: hidden;
  transition: var(--transition);
  z-index: 1;
}
.prod-img-wrap img{
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.service-img {
  overflow: hidden;
  border-radius: 10px;
}
.service-img img{
    height: 200px;
    width: 100%;
    object-fit: cover;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
}
.service-item:hover .service-img img{
  transform: scale(1.2) rotate(5deg);
  transition:all 0.5s ease-in-out;
}
.service-content {
  position: relative;
}
.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 30px;
  transform: rotate(45deg);
  border: 3px solid var(--primary-color);
  position: relative;
  box-shadow: var(--box-shadow);
  transition:all 0.5s ease-in-out;
}
.service-item.active .service-icon,
.service-item:hover .service-icon{
  background: var(--primary-color);
} 
.service-icon i {
  color: var(--primary-color);
  font-size: 44px;
  line-height: 1;
  transform: rotate(-45deg);
}
.service-item.active .service-icon i,
.service-item:hover .service-icon i{
  color: var(--color-white);
}
.service-icon img {
  width: 70px;
}
.service-arrow {
  margin-top: 25px;
}
.service-title a {
  display: inline-block;
  font-size: 22px;
  margin-top: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--color-dark);
}
.service-title a:hover {
  color: var(--primary-color);
}
.service-arrow .service-btn{
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 15px;
  border: 3px solid var(--secondary-color);
  background: var(--secondary-color);
  transform: rotate(45deg);
  color: var(--color-white);
  font-size: 20px;
  text-align: center;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 7%);
 transition: all .5s ease-in-out;
  z-index: 1;
}
.service-item:hover .service-arrow .service-btn{
  border-color: var(--primary-color);
  background: var(--color-white);
}
.service-item .service-arrow .service-btn i{
  transition: all .5s ease-in-out;
}
.service-item:hover .service-arrow .service-btn i{
  color: var(--primary-color);
  transform: rotate(-45deg);
}
.service-item:hover .service-icon{
  border-color: var(--primary-color);
}
.service-area2 .service-item{
  padding: 20px;
}
.service-item:hover .service-img img {
    transform: scale(1.2) rotate(5deg);
    transition: all 0.5s ease-in-out;
}
.service-item-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.service-item-wrapper .service-content{
  flex: 1;
  text-align: left;
}
.service-item-wrapper .service-icon{
  width: 66px;
  height: 66px;
  margin-top: 32px;
  border-radius: 25px;
}
.service-item-wrapper .service-icon i{
  font-size: 35px;
}
/* cta area */
.cta-area {
    padding-top: 80px;
    padding-bottom: 180px;
    background-image: url(../img/cta/01.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.cta-area::before{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  z-index: -1;
}
.cta-text h1{
  color: var(--color-white);
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.cta-text span{
  color: var(--secondary-color);
}
.cta-text p{
  color: var(--color-white);
}
.cta-border-btn{
  font-size: 32px;
  color: var(--color-white) !important;
  font-weight: 700;
}
.cta-border-btn i{
  margin-right: 15px;
  color: var(--color-white) !important;
}

/* Counter Area */
.counter-area {
  margin-top: -100px;
  position: relative;
}
.counter-wrapper{
  padding: 50px 15px 50px 30px;
  background: var(--primary-color); 
  border-radius: 8px;
  position: relative;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  z-index: 1;
}
.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
  z-index: 1;
}
.counter-box .icon {
  position: relative;
  font-size: 45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: var(--primary-color);
  z-index: 1;
}
.counter-box .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-white);
  transform: rotate(45deg);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  z-index: -1;
}
.counter-box .icon img {
  width: 65px;
}
.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 45px;
  font-weight: 600;
}
.counter-box .title {
  color: var(--color-white);
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}
/* Testimonials */
.testimonial-area {
    position: relative;
    background: url(../img/testimonial/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.testimonial-area::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(46 25 124 / 89%);
    z-index: -1;
}
.testimonial-single {
  margin-bottom: 20px;
  background: var(--color-white);
  border-radius: 10px;
  margin: 15px;
  padding: 20px;
  position: relative;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.testimonial-quote p {
  min-height: 145px;
  color: var(--color-dark);
}
.testimonial-content{
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.testimonial-author-img {
  width: 75px;
  height: 75px;
  padding: 5px;
  border-radius: 50%;
  border: 2px dashed var(--primary-color);
}
.testimonial-author-img img {
  border-radius: 50%;
}
.testimonial-author-info h4 {
  font-size: 20px;
  color: var(--color-dark);
}
.testimonial-author-info p {
  color: var(--primary-color);
}
.testimonial-quote-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 120px;
  color: var(--primary-color);
  opacity: .1;
}
.testimonial-rate {
  color: var(--primary-color);
  margin-top: 15px;
}

/* Why Choose Us Section */
.choose-area{
  position: relative;
  z-index: 1;
}
.choose-item{
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
}
.choose-icon{
  text-align: center;
  color: var(--primary-color);
  transition: 0.4s;
  font-size: 40px;
  line-height: 1;
  margin-top: 5px;
}
.choose-item-content{
  flex: 1;
}
.choose-item-content h4{
    font-size: 22px;
    color: var(--color-dark);
    font-weight: 600;
    font-family: var(--primary-font);
    line-height: 1.2;
}
.choose-item-content p{
  margin-top: 5px; font-size:16px;
}
.choose-img{
  position: relative;
  z-index: 1;
}
.choose-img::before{
  content: "";
  position: absolute;
  width: 80%;
  height: 80%;
  background: var(--primary-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
.choose-img::after{
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  border: 2px dashed var(--secondary-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}
@media all and (max-width: 991px) {
  .choose-img {
    margin-top: 20px;
  }
}

/* Footer Section CSS */
.footer-area {
  background: #402A94;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-widget-box {
  margin-bottom: 20px;
}
.footer-widget {
  position: relative;
  z-index: 1;
}
.footer-logo img {
  width: 200px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.copyright {
  padding: 20px 0;
  background: #160654;
}
.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}
.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: all 0.5s ease-in-out;
}
.copyright .footer-menu li a:hover {
  color: var(--primary-color);
}
.copyright .copyright-text {
  color: var(--color-white);
  margin-bottom: 0px;
  font-size: 16px;
}
.copyright .copyright-text a {
  color: var(--secondary-color);
  font-weight: 500;
}
.credit-text{
    color: var(--color-white);
    margin-bottom: 0;
}
.credit-text a{
    padding-left: 5px;
    color: #0293C2;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  z-index: 1;
}
.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 90px;
  height: 3px;
  background-color: var(--color-white);
  bottom: 0;
  left: 0;
}
.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 3px;
  background-color:#6e6d73;
  bottom: 0;
  left: 18px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding-left: 0;
}
.footer-list li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.footer-list li{
    list-style: none !important;
}
.footer-list li a i {
  margin-right: 5px;
  color: var(--color-white);
  font-weight: 400;
  font-size: 13px;
}
.footer-list li a:hover {
  padding-left: 10px;
  color: var(--secondary-color);
}
.footer-widget-box p {
  color: var(--color-white);
  padding-right: 18px;
  margin-bottom: 20px;
    font-size: 16px;
}
.footer-social {
  display: flex;
  gap: 15px;
  justify-content:start;
  padding-left: 0;
}
.footer-social li{
    list-style-type: none !important;
}
.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  background: var(--color-white);
  color: var(--primary-color);
  transition: all 0.5s ease-in-out;
}
.footer-social li a i:hover {
  background: var(--secondary-color);
  color: var(--color-white);
}
.footer-contact{
    padding-left: 0 !important;
}
.footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: var(--color-white);
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-contact li a {
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer-contact li i {
    width: 40px;
    min-width:40px;
    height: 40px;
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 5px;
    background: var(--secondary-color);
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
}
@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 991px) {
  .footer-area::before {
    display: none;
  }
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }
  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }
  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
  .floating_btn a{
  text-decoration:none;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
#backToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 100;
  background-color: var(--primary-color);
  color: white;
  border: 2px solid var(--color-white);
  /* padding: 12px 16px; */
  height: 45px;
  width: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease-in-out;
}
#backToTopBtn i{
  font-size: 20px;
  color: var(--color-white);
}
#backToTopBtn:hover {
  background-color: var(--secondary-color);
}

/* Breadcrumb */
.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: rgb(28 17 68 / 84%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-breadcrumb .breadcrumb-title {
  font-size: 45px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color: var(--secondary-color);
}
/* Product Grid */
.product-grid-section{
    background-color: #3f2a9415;
}
.pro-grid-col{
    margin-bottom: 25px;
}
.pro-grid-card{
    position: relative;
    overflow:hidden;
    height: 100%;
    border: none !important;
    border-radius: 12px !important;
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.pro-grid-card .card-body{
  padding: 10px 0 !important;
}
.grid-img-wrap {
    overflow: hidden;
    max-height: 250px;
    box-shadow: rgb(0 0 0 / 5%) 0px 3px 5px;
}
.pro-grid-card .card-img-top{
    border-radius: 12px;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.pro-grid-card:hover .card-img-top{
  transform: scale(1.2) rotate(5deg);
  transition:all 0.4s ease-in-out;
}
.gd-pro-title {
    color: var(--color-dark);
    font-size: 21px;
    font-family: var(--primary-font);
    font-weight: 700;
    transition: 0.3s ease all;
    padding: 0px 0 14px 0;
    margin-bottom: 0 !important;
}
.gd-pro-title:hover{
    color: var(--secondary-color);
}
.btn-small{
  padding: 10px 20px !important;
    font-size: 12px !important;
}
/* Contact Us */
.contact-wrapper {
  position: relative;
}
.contact-form {
  background: var(--color-white);
  border-radius: 8px;
  padding: 30px 30px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
}
.contact-form-header {
  margin-bottom: 30px;
}
.contact-form-header h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-dark);
}
.contact-form .form-group {
  margin-bottom: 25px;
}
.contact-form .form-group .form-control {
  padding: 15px 20px;
  border-radius: 7px;
  box-shadow: none;
  transition:all 0.5s ease-in-out;
}
.contact-form .form-group .form-control:focus {
  border-color: var(--primary-color);
}
.contact-map {
  margin-bottom: -9px;
}
.contact-map iframe {
  width: 100%;
  height: 450px;
}
.contact-content {
  background: var(--color-white);
  padding: 15px;
  border-radius: 7px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
  margin-bottom: 50px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}
.contact-info::before{
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background: var(--secondary-color);
  border-radius: 0 10px 0 0;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.contact-info-icon {
  font-size: 25px;
  color: var(--color-white);
  width: 60px;
  min-width:60px;
  height: 60px;
  min-height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50px;
  background: var(--primary-color);
}
.contact-info h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-dark);
}
.contact-info p{
    color: var(--color-dark);
    padding-top: 2px;
}
@media all and (max-width: 768px) {
  .contact-content {
    margin-bottom: 50px;
  }
}
.widget-title{
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 27px;
    font-weight: 700;
    color: var(--secondary-color);
}
.widget-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid var(--primary-color);
    bottom: 0;
    left: 0;
}
.widget-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid var(--primary-color);
    bottom: 0;
    left: 22px;
}
.prod-details-wrapper {
  position: relative;
  background-color: var(--color-white);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px; */
    padding: 22px 30px 30px 22px;
    border-radius: 10px;
}
.pro-det-head-col{
  margin-bottom: 25px;
}
.pro-det-head-col::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #402a941f;
    left: 0;
    top: 80px;
}
.proddet-widget-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: rgb(64 42 148 / 1%) 0px 6px 24px 0px, rgb(64 42 148 / 47%) 0px 0px 0px 1px;
    cursor: pointer;
}
.proddet-widget-wrap img {
    height: 320px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
/* Overlay */
.proddet-widget-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(63, 42, 148, 0.507); /* Light shade of #402A94 */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

/* Zoom effect on image */
.proddet-widget-wrap:hover img {
    transform: scale(1.05);
}

/* Show overlay on hover */
.proddet-widget-wrap:hover::after {
    opacity: 1;
}

/* Icon wrap styling */
.view-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 30px); /* Start lower */
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    color: white;
    font-size: 24px;
    outline: 2px dashed var(--color-white);
    outline-offset: 4px;
}
.view-icon-wrap i{
  font-size: 30px;
  color: var(--secondary-color);
}

/* Animate icon on hover */
.proddet-widget-wrap:hover .view-icon-wrap {
    transform: translate(-50%, -50%); /* Center it */
    opacity: 1;
}
.proddet-widget-wrap.single img{
  max-width: 100%!important;
  height: 250px !important;
}
.prod-details-cont-wrapper .proinn-head{
   position: relative;
   overflow: hidden;
   width: fit-content;
   font-size: 20px;
   font-weight: 700;
   color: var(--color-dark);
   padding-bottom: 12px;
}
.prod-details-cont-wrapper .proinn-head::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 50%;
  background-color: var(--color-dark);
}
.prod-details-cont-wrapper p{
  color: #000;
  font-size: 16px;
  padding: 15px 0;
  line-height: 30px;
}
.prodet-list-wrapper{
  margin-top: 25px;
}
.prodet-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; 
    gap: 10px 20px; 
}
.prodet-list-ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    width: calc(50% - 10px); 
    box-sizing: border-box;
    word-wrap: break-word;
}
.prodet-list-ul.large-data  li { 
    width: calc(31.33% - 10px); 
}
.prodet-list-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('../img/icons/list-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.thead-row th{
  background: linear-gradient(90deg, #402A94 0%, #6A2D78 50%, #E62B17 100%);
  color: var(--color-white) !important;
  font-size: 13px !important;
}
.prodet-table-wrapper td{
  font-size: 14px;
}
.RayTech-YEH h5{
  color:#000;
  font-size: 20px;
  font-weight: 600;
}
.TEnoEF .sticky-hdwid{
  display: none !important;
}
.TEnoEF.scrolled .sticky-hdwid{
  display: flex !important;
}
.prospec-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; 
    gap: 10px 20px; 
}
.prospec-list-ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 100%; 
    box-sizing: border-box;
    word-wrap: break-word;
}
.prospec-list-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('../img/icons/arrow-circle.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.prodet-table-wrapper .border-primary {
    border-color: rgb(64 42 148) !important;
}
.Cert-HiAG {
    position: relative;
    left: 10px;
    top: -14px;
    display: flex;
    align-items: center;
}
.Cert-HiAG .ul-img, .Cert-HiAG .rohs-img {
    height: 50px;
}
.Cert-HiAG .ul-img{
  padding-right: 10px;
}
.prodet-action-wrapper{
  margin-top: 25px;
}
.btn-prtlst-btn {
    background-color: transparent !important;
    border: 2px solid var(--primary-color) !important;
    color: var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 12px 40px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    transition: 0.3s ease all;
}
.btn-prtlst-btn:hover{
  background-color: var(--secondary-color) !important;
  color: var(--color-white) !important;
  transition: 0.3s ease all;
}
/* Gallery Section */
.gallery-section{
    position: relative;
}
.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 25px;
}
.gallery-card img {
    max-height: 250px;
    min-height: 250px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}
.gallery-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(73, 40, 156, 0.555);
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
}
.zoom-icowrap {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    border-radius: 50%;
    outline: 2px dashed #FFF;
    outline-offset: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 20%) scale(1);
    opacity: 0;
    z-index: 2;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.gallery-card:hover .zoom-icowrap {
    transform: translate(-50%, -50%) scale(1); /* Move to center */
    opacity: 1;
}
.zoom-icowrap i{
    color: var(--secondary-color);
    font-size: 25px;
}
/* Hover Effect */
.gallery-card:hover img {
    transform: scale(1.1);
}
.gallery-card:hover::before {
    opacity: 1;
}
.prodinnerRBde h6{
    color: var(--primary-color);
    font-weight: 600;
}
.diagram-widget {
    width: fit-content;
    margin-top: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    padding: 7px;
}
.pro-detally-content p{
  text-align: justify;
}
.pro-detright-widget {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.pro-detright-widget img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  display: block;
}
/* Shine effect */
.pro-detright-widget::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  transition: all 0.6s ease;
  pointer-events: none;
}

/* On hover: light sweeps through */
.pro-detright-widget:hover::before {
  left: 125%;
  transition: left 0.8s ease-in-out;
}
.prodetally-list-ul {
    list-style: none;
    padding-left: 0;
}
.p-ppdes {
    font-size: 15px;
    line-height: 21px;
    color: #000;
    text-align: center;
}
.prodetally-list-ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.prodetally-list-ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url('../img/icons/finger-right.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.procoat-text {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.procoat-text span{
  color: var(--secondary-color) !important;
}
.proddet-widget-wrap {
  box-shadow: 
    0 4px 20px rgba(64, 42, 148, 0.4),   /* Violet glow */
    0 2px 10px rgba(230, 43, 23, 0.3);   /* Red glow */
}
.transfr-col{
  margin-bottom: 25px;
}
.trans-wid-container img{
   height: 250px !important;
   object-fit: contain !important;
}
.tr-title-wrap h5{
  color: #402A94;
  font-size: 24px;
  font-weight: 700;
  padding-top: 17px;
}
.inn-pro-wid-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}

.inn-pro-wid-wrapper img {
  object-fit: cover;
  border-radius: 5px;
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
}

/* 🔥 Shine Effect */
.inn-pro-wid-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

/* ✨ Animate on hover */
.inn-pro-wid-wrapper:hover::before {
  animation: shineSweep 0.8s ease forwards;
}

@keyframes shineSweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}







.site-popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #000000db;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(2px);
}
.spf{
  display: flex !important;
}



.sip-ic img {
    max-height: 460px;
    object-fit: cover;
}
.sip-ic {
    text-align: center;
    position: relative;
    z-index: 0;
}
.sip-ic a {
    font-size: 30px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
    color: #fff;
}
.sip-ic a:hover {
    color: #E32C1C;
}