*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
    font-style: normal;
    --prime: #3FC197;
    --bodycolor: #F4F0E8;
    --shadow: 0px 4px 40px 0px #0000001A;
}
:root {
    --c-dark-grey: #f5f6fa;
    --prime: #3FC197;
	--purple: #502E6C;
    --c-red: #3FC197;
    --c-black-text: #000000;
    --c-primary-text: #222222;
    --c-white: #ffffff;
    --c-light-grey: #efefef;
}
html{
	overflow-x: hidden;
}
.bg-body,
body {
    font-size: 15px;
    color: var(--c-black-text);
    font-family: "Sora", sans-serif;
	background: #fff;
    
}
body {
    /*overflow-x: hidden;*/
    --screen-width: calc(100vw - (100vw - 100%));
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a:focus,
a:hover {
    outline: none;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: var(--c-primary-text);
}
button {
    background-color: transparent;
    border: none;
}
p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: var(--c-primary-text);
	line-height: 1.5;
    font-weight:400;
}
.text-prime{
    color: var(--c-red) !important;
}
.text-underline {
    
    border-bottom: 1px solid var(--c-red);
    padding-bottom: 2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--c-black-text);
    margin-bottom: 0;
    color: var(--c-black-text);
}
h1{
	font-size: 64px; 
	font-weight: 700;
}
.h3, h3 {
    font-size: 48px;
	font-weight: 700;
}
  
.h4, h4 {
  font-size: 24px;
  font-weight: 700;
}
.h5, h5 {
  font-size:20px;
}
h6 {
  font-size: 16px;
  font-weight: 700;
}
h3 span{/*font-size:14px; font-weight:normal; color:#999;*/} 
.red-txt{
	color:#ED7581;
}
.grn-txt{
	color:#68C4AC;
}
.text-prime {
    font-family: var(--ff-primary);
    color: var(--c-primary-text);
}

.custom-pad{
	padding:50px 0;
}

#mainHeader {
  transition: all 0.3s ease;
}

#mainHeader.sticky .hero-section{  
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #000000;
background: linear-gradient(0deg, rgba(256, 256, 256, 0.67) 0%, rgba(256, 256, 256, 0.66) 100%);
}
.owl-dots{display:none;}
.text-right{text-align:right;}
.btn-explore {
            background:#005DB2;
            color: #fff;
            padding: 15px 30px;
            border-radius:10px; 
            margin-right: 15px;
            font-weight:400;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
			font-size:14px;
			 transition: transform .2s;
        }
        .btn-explore:hover {
			background:#834562;
			color:#fff; transform: scale(1.1);}
        .btn-bdr-only {
            background-color: transparent;
            color:#005DB2;
            border:1px solid #005DB2;
            padding: 14px 30px;
            border-radius:10px; 
            font-weight: 500;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
			font-size:14px;
			transition: transform .2s;
        }
        
        .btn-bdr-only:hover {
            background-color: white;
            color: #005DB2;
			transform: scale(1.1);
        }
		.btn-bdr-dark {
		  background-color: transparent;
		  color: #333;
		  border: 1px solid #333;
		  padding: 0.625rem 1.5625rem;
		  border-radius: 0;
		  font-weight: 500;
		  transition: all 0.3s ease;
		  display: inline-block;
		  font-size: 0.9375rem;
		  transition: transform .2s;
		}

		.btn-bdr-dark:hover {
		  background-color: #333;
		  color: white;
		  transform: scale(1.1);
		}
		.btn-black {
		  background-color:#000;
		  color: #fff;
		  border: 1px solid #000;
		  padding: 0.625rem 1.5625rem;
		  border-radius: 0;
		  font-weight: 500;
		  transition: all 0.3s ease;
		  display: inline-block;
		  font-size: 0.9375rem;
		  transition: transform .2s;
		}

		.btn-black:hover {
		  background-color: transparent;
		  color: #333;
		  border: 1px solid #333;
		   transform: scale(1.1);
		  
		}
		.site-bdr-btn{
			background-color: transparent;
		  color: #532800;
		  border: 1px solid #532800;
		  padding: 0.625rem 1.5625rem;
		  border-radius: 0;
		  font-weight: 500;
		  transition: all 0.3s ease;
		  display: inline-block;
		  font-size: 0.9375rem;
		  border-radius:6px;
		   transition: transform .2s;
		}
		.site-bdr-btn:hover {
		  background-color: #532800;
		  color:#fff;
		   transform: scale(1.1);
		}
		.btn-green {
            background:#14627E;
            color: #fff;
            padding: 15px 30px;
            border-radius:10px; 
            margin-right: 15px;
            font-weight:400;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
			font-size:14px;
			transition: transform .2s;
        }
        .btn-green:hover {
			background:#000;
			color:#fff; transform: scale(1.1);}
		.custom-head h2 span{
			 background: linear-gradient(to right, #604b78, #ac3455); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;
			
			font-weight:700;
		}
		.custom-head h2{
			color:#000;
			font-weight:300;
			font-size:40px;
		}
		
		.custom-head-two h2 span{
			 background: linear-gradient(to right, #7c475e 30%, #993d57 70%); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:700;
		}
		.custom-head-two h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-three h2 span{
			 background: linear-gradient(to right, #7c475e 30%, #c9312f 70%); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:700;
		}
		.custom-head-three h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-four h2 span{
			 background: linear-gradient(to right, #8a425c 30%, #c52c2b 70%); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:700;
		}
		.custom-head-four h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-five h2 span{
			 background: linear-gradient(to right, #7c475e 30%, #993d57 70%); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:800;
		}
		.custom-head-five h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-six h2 span{
			 background: linear-gradient(to right, #70486e 30%, #834562 70%); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:800;
		}
		.custom-head-six h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-saven h2 span{
			 background: linear-gradient(to right, #604b78, #a43f4e); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:800;
		}
		.custom-head-saven h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-eight h2 span{
			 background: linear-gradient(to right, #7e4666, #874460); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent;			
			font-weight:800;
		}
		.custom-head-eight h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
		.custom-head-green h2 span{
			color:#14627E;			
			font-weight:800;
		}
		.custom-head-green h2{
			color:#000;
			font-weight:300;
			font-size:40px;
			text-transform: uppercase;
		}
/**********header**********/
		.hero-section {
           position: fixed;
		   top: 0;
		   left: 0;
		   width: 100%;
		   z-index: 999;
           background-size: cover;
           background-position: center;
        }
        
        .navbar-container {
            position: relative;
            width: 100%;
        }
        
        .navbar {
            padding:0;
            display: flex;
            align-items: center;
            position: relative;
        }
        .top-head{
			display:flex;
			width:100%;
			align-items: center ;
		}
        .logo-container {
			padding:10px 0 12px;
            margin-right: 0;
            display: flex;
            align-items: center;
            justify-content: left;
            position: relative;
            width: 250px;
			transition: all 0.3s ease;
        }
        #mainHeader.sticky .logo-container{
			padding:12px 0;
		}
        .navbar-brand {
            padding: 0;
            margin: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .navbar-brand img {
            height: 80px;
            display: block;
        }
        
        .navbar-collapse {
            padding:24px 0;
            margin-left: -1px; 
            display: flex;
            align-items: center;
            position: relative;
			transition: all 0.3s ease;
        }
        #mainHeader.sticky .navbar-collapse{
			padding:12px 0;
		}
        .nav-item .nav-link {
            color:#666666;
            margin: 0 10px;
            font-weight:400;
			font-size:14px;
			transition: all 0.3s ease;
        }
         .nav-item .nav-link:hover{
			 color:#005DB2;
		 }
		 .nav-item .nav-link.active{
			 position:relative;
			 color:#005DB2;
			 font-weight:600;
		 }
		 .nav-item .nav-link.active:after{
			 content:'';
			 position:absolute;
			 width:15px;
			 height:4px;
			 background:#005DB2;
			 bottom:0;
			 left:40%;
			 border-radius:5px;
			 
		 }
		  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    width: 200px;
    border: 1px solid #f1f1f1;
	border-radius: 10px;
	z-index: 99999;
  }
  .dropdown-item{
	  font-size: 13px;
	  border-bottom: 1px solid #f1f1f1;
  padding: 8px 12px;
  }
  .dropdown-item.active, .dropdown-item:active{
	  background:#005DB2;
  }
        .contact-btn {
            background-color:#005DB2;
            color:#fff;
            padding:12px 26px;
            transition: all 0.3s ease;
            text-decoration: none; 
            display: inline-block;
			border-radius:7px;
			 transition: transform .2s;
        }
        .contact-btn i{
			margin-right:4px;
		}
        .contact-btn:hover {
            background-color:#9c4053;
            color:#fff;
			 transform: scale(1.1);
        }
        
        .hero-content {
            padding-top: 60px;
            padding-bottom:0px;
			text-align:left;
        }
        
        .hero-heading {
            font-size: 3.5rem;
            line-height: 1.2;
            background: linear-gradient(to right, #604b78, #9a3654, #aa1843); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent; 
			text-transform:uppercase;
        }
                
        .hero-divider {
            width: 100%; /* Full width line */
            height: 1.5px;
            background-color: white;
            margin: 45px 0 10px;
        }
        
        .hero-text {
            font-size:15px;
            margin-left:0;
            margin-bottom:35px;
			color:#222;
			font-weight:400;
        }
        
        .buttons-container {
            text-align:left;
        }
        .carousel-caption{
			width:100%; 
			left:0;
		}
		#carouselExampleCaptions .carousel-item:before{
			
		}
		#carouselExampleCaptions .carousel-caption{
			z-index:99;
			top: 5rem;
			bottom:0;
		}
		#carouselExampleCaptions .carousel-indicators{
			z-index:999;
		}
		.carousel-indicators button{
		background-color:#000 !important;
		width:9px !important;
		height:9px !important;
		border-radius:50%;
		}
        .carousel-item{height:600px;}
	.carousel-item img.hero-pic{width:100%; height:100%; object-fit:cover; object-position:bottom;}
/**********nav-icon**********/
		.custom-font {
			background: linear-gradient(to right, #604b78, #854561); 
			-webkit-background-clip: text; 
			-webkit-text-fill-color: transparent;   
			background-clip: text; 
			color: transparent; 
		}
/**********footer**********/
		.footer-section {
            background:#F4F6FD;
            position: relative;
            /* Ensuring no blur or opacity effects */
            backdrop-filter: none;
            -webkit-backdrop-filter: none;
        }
        
        .footer-container {
            padding: 0;
            position: relative;
            background-color: transparent;
        }
        
        .footer-heading {
            font-weight: 600;
            font-size: 1.2rem;
            position: relative;
            padding-bottom: 10px;
			color:#000;
        }
        
        .footer-links {
            list-style: none;
            padding-left: 0;
        }
        
        .footer-links li {
            margin-bottom: 10px;
        }
        
        .footer-links a {
            color:#484747;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .footer-links a:hover {
            opacity: 0.8;
            padding-left: 5px;
        }
        .footer-contact strong {
			  font-weight: bolder;
			  white-space: nowrap;
			  margin-right: 4px;
			}
        .footer-contact {
            list-style: none;
            padding-left: 0;
        }
        
        .footer-contact li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
			color: #484747;
			flex-wrap:wrap;
        }
        .footer-contact li.email-lst a.second{
			flex-basis: 100%;
			margin-left: 50px;
		}
        .footer-contact i {
            margin-right: 10px;
            font-size: 1.1rem;
        }
		.footer-contact li a:hover{color:#a13f50;}
        .footer-text p{
			color: #484747;
			font-size:14px;
			font-weight: 400;
		}
        .footer-divider {
            border-color: white;
            margin: 0;
        }
        .subscribe-box {
		  max-width: 400px; 
		  margin:15px auto 10px;
		  display: flex;
		  flex-direction: column;
		  gap: 0px;
		}
		.subscribe-box .btn-explore{
			margin-right:0;
		}
		.subscribe-input {
		  border: none;
		  border-bottom: 1px solid #aaa;
		  padding: 10px 5px;
		  font-size: 14px;
		  outline: none;
		  background: transparent;
		  margin-bottom:12px;
		}

		.subscribe-input::placeholder {
		  color: #777;
		}
        .copyright-text {
            color: #484747;
            font-size: 0.9rem;
        }
        
        .social-icons {
            display: flex;
            justify-content: flex-end;
            gap: 15px;
        }        
        .social-icon {
            color:#000;
            font-size: 1.2rem;
            transition: all 0.3s ease;
			border: 1px solid #e5e5e5;
		    padding:8px 13px 10px;
		    border-radius: 50%;
			width:50px;
			height:50px;
        }
        
        .social-icon:hover {
            opacity: 0.8;
            transform: translateY(-3px);
        }
		
		.mission-section {
		  position: relative;
		  overflow: hidden;
		  background: url(../images/about.webp) #fff center bottom no-repeat;
		  padding-bottom:750px;
		  background-size:cover;
		}

		.mission-content {
		  padding: 5rem 4.375rem;
		  height: 100%;
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		}

		.mission-content h6 {
		  color:#888888;
		  font-size:16px;
		  font-weight:400;
		  margin-bottom: 1.25rem;
		  letter-spacing: 1px;
		}

		.mission-content p {
		  color:#222222;
		  font-size:18px;
		  font-weight:400;
		  margin-bottom: 1.875rem;
		}

		.mission-image {
		  height: 100%;
		  overflow: hidden;
		}

		.mission-image img {
		  object-fit: cover;
		  height: 100%;
		}
		.mission-image p{
			padding-right:13%;
		}

		.counter-section {
		  background-color: #fff;
		  padding: 3.75rem 0;
		}

		.counter-item {
		  text-align: center;
		  position: relative;
		  display: flex;
		  align-items: center;
		}

		.counter-content {
		  display: flex;
		  flex-direction: column;
		  align-items: center;
		  justify-content: center;
		  width: 100%;
		}

		.counter-number-wrapper {
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  margin-bottom: 0.625rem;
		}

		h2.counter {
		  font-size: 3.75rem;
		  font-weight:400;
		  color:#473728;
		  line-height: 1;
		  margin-bottom: 1.5rem;
		}
		p.text-muted {
			font-size: 17px;
			color:#888888;
			margin: 0;
			font-weight: 400;
		}


		/**********products-section**********/	
		.products-section{
			background:url(../images/video_bg.webp) center bottom no-repeat;
			background-size:100% 115%;
		}	
		.product-item{
			background:#fff;
			border-radius:10px;
			padding:10px;
			box-shadow:0 0 4px 4px #f1f1f1;
			position: relative;
		}
		#products-carousel .owl-item{
			padding:20px 0;
		}
		.video-wrapper {
		  position: relative;
		  width: 100%;
		  height: auto;
		}
		.video-poster {
			  width: 100%;
			  height: auto;
			  object-fit: cover; 
			  border-radius: 10px;
			  display: block;
		}
		.video-wrapper video {
			  width: 100%;
			  height: auto;
			  display: none; 
			  border-radius: 10px;
		}
		.play-button {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  width:70px;
		  height:70px;
		  background: url('../images/play-btn.svg') no-repeat center;
		  background-size:70px;
		  border-radius: 50%;
		  cursor: pointer;
		}
		.pause-button {
		  position: absolute;
		  bottom: 15px;
		  right: 15px;
		  width: 40px;
		  height: 40px;
		  background: url('../images/pause.png') no-repeat center;
		  background-size:40px;
		  border-radius: 50%;
		  cursor: pointer;
		  display: none; /* pehle hidden rahega */
		  z-index: 2;
		}
		#products-carousel .owl-nav{
			display:block;
		}
		#products-carousel .owl-nav button{
			background:#005DB2;
			width:40px;
			height:40px;
			border-radius:50%;
			color:#fff;
			font-size: 25px;
		}

		/* Product Front styling */
		.front-category-sec{
			background:url(../images/Product-bg.webp) 0 bottom no-repeat;
			background-size: 100%;
			padding-bottom:50px;
		}
		.product-head{
			display:flex; 
			justify-content:center;
			margin-bottom:40px;
			}
		.product-head h2{
			margin-bottom:10px;
			}
			.product-head p{
				font-weight:400;
			}
		.product-card {
			  position: relative;			  
			  border-radius:40px;
			  padding: 30px;
			  display: flex;
			  flex-direction: column;
			  justify-content: space-between;
			  min-height:370px;
			  overflow: hidden;
			  margin-bottom: 30px;
			}
			.product-card.full-wdh{min-height:418px;}
			.product-content{
				position:relative;
				z-index:9;
			}
			.product-content h3 {
			  font-size:30px;
			  font-weight: 600;
			  margin-bottom: 10px;
			  color: #000;
			  text-transform: uppercase;
			}

			.product-content p {
			  font-size: 14px;
			  color: #000;
			  line-height: 1.5;
			}

			.product-image {
			  text-align: center;
			  margin-top: 0px;
			  position: absolute;
			  top: 0;
			  left: 0;
			  width: 100%;
			}

			.product-image img {
			  width: 100%;
			  height: 100%;
			  object-fit:cover;
			}

			.product-link {
			  position: absolute;
			  bottom: 20px;
			  right: 20px;
			  width:50px;
			  height:50px;
			  border-radius: 50%;
			  text-align: center;
			  line-height: 1;
			  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
			  transition: all 0.3s ease;
			}
			.product-link:hover {
				transform: translateY(-3px);
			}
			.product-link img {
			  width:100%;
			  height:100%;
			}
		/*-----------------info slider----------------------*/
		.excellence-section{
		background:url(../images/Excellence_Bg.webp) 0 center no-repeat;
			background-size: 100%;
		}
		#front-info-slider .owl-item{
			padding:20px 0;
		}
		#front-info-slider .owl-dots {
			  display: block;
			}
		.info-card {
		  background: #fff;
		  border-radius: 16px;
		  padding: 24px;
		  box-shadow: 0 8px 10px rgba(0,0,0,0.08);
		  max-width: 400px;
		  transition: transform 0.3s ease, box-shadow 0.3s ease;
		  min-height: 315px;
		}

		.info-card:hover {
		  transform: translateY(-5px);
		  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
		}

		.icon-box {
		  width: 60px;
		  height: 60px;
		  border-radius: 12px;
		  background: #FEF5F4;
background: linear-gradient(90deg, rgba(254, 245, 244, 1) 0%, rgba(243, 247, 251, 1) 100%);
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  margin-bottom: 16px;
		  padding: 13px;
		}

		.icon-box img {
		  width:100%;
		  height: auto;
		}

		.info-card h3 {
		  font-size: 1.2rem;
		  font-weight:600;
		  margin-bottom: 12px;
		  color: #111;
		}
		.info-card-hold .info-card h3{
			min-height:70px;
		}
		.info-card p {
		  font-size:15px;
		  color: #000;
		  line-height: 1.6;
		}
		.info-card-hold .excellence-content-box {
			height:120px;
			overflow-y: scroll;
		}
		.info-card p span{
		display: inline-block;	
		}
		
		
		.video-wrapper {
		  position: relative;
		  overflow: hidden;
		  border-radius: 12px;
		}

		.video-poster {
		  width: 100%;
		  display: block;
		  border-radius: 12px;
		}

		.play-button {
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  width: 70px;
		  height: 70px;
		  border-radius: 50%;
		  background: rgba(255, 255, 255, 0.9);
		  background-image: url('data:image/svg+xml;utf8,<svg fill="%2000000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><polygon points="20,15 50,30 20,45"/></svg>');
		  background-repeat: no-repeat;
		  background-position: center;
		  background-size: 25px;
		  cursor: pointer;
		  transition: all 0.3s ease;
		  border: 10px solid #3e3022;
		}

		.play-button:hover {
		  transform: translate(-50%, -50%) scale(1.1);
		  background: rgba(242, 101, 34, 0.95);
		  background-image: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><polygon points="20,15 50,30 20,45"/></svg>');
		}

		
		/*----------------------Map section------------------*/
		.map-holder{
			background: #F0F5FF;
			background: linear-gradient(90deg, rgba(240, 245, 255, 1) 40%, rgba(254, 245, 244, 1) 86%);
		}
		.map-container {
		  position: relative;
		  width: 100%;             /* full responsive */
		  max-width: 1100px;       /* design width */
		  aspect-ratio: 1100/500;  /* maintain map proportion */
		  background: url('../images/map.webp') no-repeat center/contain;
		  margin: 0 auto;
		}

		.location {
		  position: absolute;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  cursor: pointer;
		}

		.location .dot {
		  width:20px;
		  height:20px;
		  background: #0a6aff;
		  border-radius: 50%;
		  position: relative;
		  z-index: 2;
		  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
		  border: 4px solid #fff;
		}
		.location .dot:hover{
			background: #66447B;
			background: linear-gradient(90deg, rgba(102, 68, 123, 1) 0%, rgba(161, 63, 79, 1) 100%);
			width:22px;
			height:22px;
			transform: scale(1.15);
		}
		.location .tooltip{
			display:none;
		}
		.location:hover .tooltip{
			display:block;
		}
		.location .tooltip {
		  position: absolute;
		  left: 28px;
		  background: #fff;
		  padding: 6px 14px;
		  border-radius: 20px;
		  font-size: 14px;
		  color: #333;
		  white-space: nowrap;
		  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
		  transition: transform 0.3s ease, box-shadow 0.3s ease;
		  opacity:1;
		}

		/* Hover Effect */
		.location:hover .tooltip {
		  transform: scale(1.15);
		  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
		}

		/* Example Positions */
		.usa { top: 37%; left: 19%; }
		.south-america { top: 66%; left: 28%; }

		.united-kingdom { top: 21%; left: 46%; }
		.romania { top: 23%; left: 50%; }

		.kuwait { top: 32%; left: 57%; }
		.qatar { top: 39%; left: 55%; }
		.bahrain { top: 33%; left: 58%; }
		.oman { top: 36%; left: 66%; }
		.dubai { top: 35%; left: 58%; }
		.saudi { top: 42%; left: 58%; }

		.senegal { top: 44%; left: 38%; }
		.ivory-coast { top: 46%; left: 44%; }
		.burkina-faso { top: 40%; left: 47%; }
		.niger { top: 42%; left: 50%; }
		.chad { top: 43%; left: 49%; }
		.nigeria { top: 47%; left: 50%; }
		.ghana { top: 46%; left: 47%; }
		.togo { top: 48%; left: 48%; }
		.angola { top: 62%; left: 51%; }
		.kenya { top: 57%; left: 57%; }
		.tanzania { top: 62%; left: 58%; }

		.mumbai { top: 39%; left: 66%; }
		.nepal { top: 34%; left: 71%; }
		.sri-lanka { top: 48%; left: 70%; }
		.malaysia { top: 54%; left: 78%; }
		/*----------Flag-----------------*/
		.flag-slider-sec{
			background:#fff;
			padding-bottom:60px;
			padding-top: 10px;
		}
		.flag-hold{
			padding:3px 30px 3px 10px;
		}
		.flag-carousal .exports-section{
			margin-top:-60px;
			position:relative;
			z-index:999;
		}
		.exports-section{
			background:#fff;
			border-radius:12px;
			padding:0 !important;
			box-shadow: 0 0 6px 6px #f1f1f1;
		}
		.exports-heading {
		  background: #614B77;
			background: linear-gradient(90deg, rgba(97, 75, 119, 1) 0%, rgba(164, 63, 78, 1) 100%);
		  color: #fff;
		  padding: 30px 20px;
		  border-radius: 10px 0 0 10px;
		  text-align: center;
		}

		.exports-heading h3 {
		  font-size:15px;
		  font-weight:500;
		  margin: 0;
		  line-height: 1.4;
		  color:#fff;
		  text-align: left;
		}

		#exports-carousel .item {
		  text-align: center;
		  padding: 10px;
		}

		#exports-carousel img {
		  max-width:100px;
		  height: auto;
		  margin: 0 0 5px;
		  display: block;
		}

		#exports-carousel p {
		  font-size: 11px;
		  font-weight: 600;
		  margin: 0;
		  color: #000;
		  text-align:left;
		  text-transform:uppercase;
		  white-space:nowrap;
		}

		#corporates-carousel .item img {
		  display: block;
		  width: 100%;
		  height: 80px;
		}
		.owl-carousel .owl-stage{display:flex;  align-items:center;}
		/*---------event section----------------------*/
			.event-sec{
				background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(255, 255, 255, 1) 68%, rgba(245, 240, 247, 1) 100%);
				background-size: 100%;
			}
			.event-card-hold{
				margin-left:6%;
			}
			#event-slider .owl-dots {
			  display: block;
			}
			#event-slider .item{
				padding:20px 10px;
			}
			.event-details{
				justify-content:center;
			}
			.news-card {
			  background: #fff;
			  border-radius: 16px;
			  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
			  overflow: hidden;
			  position: relative;
			}
			.news-image{
				height:250px;
				overflow:hidden;
			}
			.news-image img {
			  width: 100%;
			  display: block;
			  border-top-left-radius: 16px;
			  border-top-right-radius: 16px;
			  height: 100%;
			  object-fit: cover;
			}

			.news-content {
			  padding: 16px 20px 30px; /* bottom me space arrow button ke liye */
			  position: relative;
			}

			.news-content h3 {
			  font-size: 1.2rem;
			  font-weight: 600;
			  margin-bottom:10px;
			  color: #000;
			  padding-right: 20%;
			}

			.news-meta {
			  font-size: 0.85rem;
			  color: #666;
			  display: flex;
			  gap: 6px;
			  align-items: center;
			}

			.news-link {
			  position: absolute;
			  bottom:20px;
			  right: 16px;
			  background:#005DB2;
			  color: #fff;
			  font-size: 18px;
			  border-radius: 50%;
			  width: 40px;
			  height: 40px;
			  display: flex;
			  align-items: center;
			  justify-content: center;
			  transition: background 0.3s ease;
			  rotate: -40deg;
			   transition: all 0.3s ease;
			}

			.news-link:hover {
			  background: #0056b3;
			  transform: translateY(-3px);
			}			

		/**********contact-section**********/
		.contact-section {
			background:url(../images/contact-bg2.webp) 0 bottom no-repeat;
			padding:10px 0 20px;
			background-size:100% auto;
		}

		.contact-section .card {
			border: none;
			overflow: hidden;
			background-color: #fff;
			border-radius: 20px;
			padding:30px 25px;
		}

		.contact-heading {
			font-size:36px;
			font-weight: 400;
			color: #000;
			margin-bottom: 15px;
		}

		.contact-text {
			color: #666;
			margin-bottom: 30px;
			line-height: 1.6;
		}

		.contact-form .form-group label {
			font-weight:400;
			color: #000;
			margin-bottom:8px;
			display:none;
		}

		.contact-form .form-control,
		.contact-form .form-select {
			border-radius:6px;
			padding: 12px 15px;
			border:0px solid #bdcce0;
			background-color: #fafafa;
			font-size:15px;
			font-weight:400;
		}

		.contact-form .form-control:focus,
		.contact-form .form-select:focus {
			box-shadow: none;
			border-color: #3FC197;
		}

		.contact-form textarea.form-control {
			height:60px;
		}

		.contact-form .btn-send-message {
			background-color:#005DB2;
			color:#fff;
			padding:16px 30px;
			border-radius:5px;
			font-weight: 500;
			transition: all 0.3s ease;
			width:100%;
			letter-spacing: 0.5px;
			margin-top:10px;
			display:block;
		}

		.contact-form .btn-send-message:hover {
			background-color: #000;
			color: white;
		}
		::placeholder {
		  color: #b4b4b4; /* Sets the color to a light gray */
		  
		  opacity: 1; /* Ensures full opacity, especially in Firefox */
		  font-size:13px;
		}
		.input-group .form-select {
	  border-right: 0;
	  border-radius: 6px 0 0 6px;
	}

	.input-group .form-control {
	  border-radius: 0 6px 6px 0;
	}

		.contact-image-container {
			position: relative;
			height: 100%;
			overflow: hidden;
		}

		.contact-overlay {			
			width: 100%;
			height: 100%;
			background:url(../images/info-bg.webp)0 0 no-repeat;
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			background-size: cover;
		}
		.contact-overlay h4{
			font-weight:500;
		}
		.contact-card {
			display: flex;
			align-items: center;
			background-color: rgba(0, 0, 0, 0.7); 
			border-radius: 0; 
			padding: 15px;
			margin-bottom: 15px;
			transition: all 0.3s ease;
			box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		}

		.contact-card:hover {
			background-color: rgba(0, 0, 0, 0.8);
			transform: translateY(-2px);
			box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
		}

		.contact-card-icon {
			width: 40px;
			height: 40px;
			background: linear-gradient(180deg, rgba(255, 235, 208, 1) 0%, rgba(200, 151, 108, 1) 100%);
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			margin-right: 15px;
		}

		.contact-card-icon i {
			font-size: 20px;
			color: #473728; 
		}

		.contact-card-content {
			flex: 1;
		}

		.contact-card h6 {
			font-size: 16px;
			font-weight:400;
			margin-bottom: 5px;
		}

		.contact-card p {
			font-size: 15px;
			opacity: 0.9;
			margin-bottom: 0;
		}

		.contact-divider-white {
			border-color: white;
			background-color: white;
			width: 100%;
			border-width: 1px;
			opacity: 1;
		}

		.social-connect h6 {
			font-size: 16px;
			font-weight: 600;
		}

		.social-icons-left {
			display: flex;
			justify-content: flex-start;
		}
		.policy-link a{
			margin:0 10px;
			color: #484747;
		}
		.policy-link a:hover{
			color:#646464;
		}
		
		.counter {
		  font-size: 2.5rem;
		  font-weight: bold;
		  color: #4a3b2b; /* Brown tone */
		}
		.slidable-cards-container {
		  position: absolute;
		  bottom: -100px;
		  left: 0;
		  width: 100%;
		  overflow: visible;
		  z-index: 10;
		}

		.slidable-cards-wrapper {
		  display: flex;
		  user-select: none;
		}

		.slidable-card {
		  min-width: 380px;
		  height: 320px;
		  padding: 1.875rem;
		  position: relative;
		  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		  border-radius: 0;
		}

		.slidable-card h4 {
		  font-size: 1.625rem;
		  margin-bottom: 1.25rem;
		  color: #000000;
		}

		.slidable-card p {
		  font-size: 1rem;
		  opacity: 0.9;
		  color: #000000;
		  line-height: 1.5;
		}

		.slidable-card a {
		  position: absolute;
		  bottom: 1.875rem;
		  right: 1.875rem;
		  font-size: 1.5rem;
		}

		.slidable-card i {
		  color: #000000;
		}
		.space-card{
			background: linear-gradient(180deg, rgba(255, 235, 208, 1) 0%, rgba(200, 151, 108, 1) 100%); 
			 padding:30px 60px 30px 30px;
			color: #000;
			min-height:320px;
		} 
		.card-icon{
			background-color: rgba(255, 255, 255, 0.4); 
			width: 65px; 
			height: 65px; 
			border-radius: 50%; 
			display: flex; 
			align-items: center; 
			justify-content: center; margin-bottom: 15px; backdrop-filter: blur(1px);
		}
		.card-navigation{
			position: absolute; left: 5%; top: 50%; transform: translateY(-50%); z-index: 10; display: flex; gap: 10px;
		}
		.nav-arrow-square{
			width: 45px; height: 45px; background-color: transparent; border: 1px solid #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; color: #fff; transition: all 0.3s ease;
		}
		.space-card p{color:#000000; font-size:16px; font-weight:400;}
		.space-card h4{color:#000000; font-size:24px; font-weight:400; margin-bottom:13px;}
		#space-card-slider .owl-stage{position:relative;}
		#space-card-slider .owl-nav{
			display:flex;
			position: absolute;
		  bottom: 143px;
		  left: -250px;
		} 
		#space-card-slider .owl-nav button{
			width: 45px;
		  height: 45px;
		  background-color: transparent;
		  border: 1px solid #fff;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  text-decoration: none;
		  color: #fff;
		  transition: all 0.3s ease;
		  border-radius:0;
		}
		#space-card-slider .owl-nav button span{
		 font-size:32px;margin-top: -6px;
		}

		#back-to-up {
			position: fixed;
			bottom: 20px;
			right: 20px;
			background: rgb(0, 0, 0);
			background: rgba(0, 0, 0, 0.7);
			width: 50px;
			height: 50px;
			display: block;
			text-decoration: none;
			-webkit-border-radius: 35px;
			-moz-border-radius: 35px;
			border-radius: 35px;
			border:0;
			-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
			z-index:999;
		}
		#back-to-up i {
			color: #fff;
			margin: 0;
			position: relative;
			left: 1px;
			top: 1px;
			font-size: 19px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}
		#back-to-up:hover {
			background: rgba(0, 0, 0, 0.9);
		}
		#back-to-up:hover i {
			color: #fff;
			top: -3px;
		}

/*-----------------common head area----------------------------*/
		

		
		.projects-head-section {
			background: url(../images/gray-bg.webp) 0 0 no-repeat;
			background-size:cover;
			padding: 80px 0 !important;
			position: relative;
			overflow: hidden;
			margin-top: 80px; /* Additional top margin */
		}

		.projects-head-section .projects-content h2 {
			font-size: 42px;
			font-weight: 700;
			color: #000;
			margin-bottom: 20px;
		}
	.projects-head-section .projects-content h2 span{
		display:block; 
		font-weight:300;
		}
		.projects-button-container p {
			font-size: 16px;
			line-height: 1.6;
			color:#000000;
			margin-bottom:20px;
		}

/*-------------------Inner head------------------*/
.head-inner .hero-section{
	background:#fff; 
	position:relative;
		}
		.head-inner .hero-section{
	background:#fff; 
	position:relative;
		}
		.sticky .hero-section{
			background:#fff; 
	position:fixed;
		}
	.about-section{
		background:#f3f4fd;
	}
	.aboutpage-content p{
			margin-bottom:25px;
	}
	#custom-carousel .item {	  
	  border-radius: 12px;
	  overflow: hidden;
	  height: 620px;
	}
	.about-slide{
		margin-left:5.5%;
		padding-top: 30px;
	}
	#custom-carousel img {
	  width: 100%;
	  height: auto;
	  display: block;
	  border-radius: 12px;
	}

	.text-card {
	  padding:50px 30px;
	  text-align: left;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	}

	.text-card h3 {
	  font-size: 20px;
	  font-weight: 700;
	  margin-bottom: 15px;
	}

	.text-card p {
	  font-size: 15px;
	  color: #000;
	  line-height: 1.6;
	}
	.zigzag-section{
		background:url(../images/abt-zig-bg.webp) 0 0px no-repeat;
			background-size: 100%;
			padding-top:80px;
	}
	.zigzag-thum img{
		width:100%;
		height:100%;
		object-fit:cover;
		border-radius:12px;
	}
	.zigzag-thum{
		height:450px;
	}
	.zigzag-thum-overlap{
		margin-top:-30px;
	}
	.center-box{
		display: flex;
		align-items: center;
		padding-left:50px;
	}
	.center-box-left{
		display: flex;
		align-items: center;
		padding-right:140px;
	}
	.zigzag-content-box h2 span{
		display:block;
	}
	.zigzag-content-box h4{
		display:inline-block; 
		padding:8px 15px;
		border:1px solid #333;
		border-radius:20px;
		font-size:14px;
		font-weight:400;
		margin-bottom:5px;
	}
	.zigzag-content-box h2{		
		font-size:40px;
		font-weight:400;
		margin-bottom:15px;
	}
/*------------------innaer banner-----------*/
		.inner-banner{position:relative; min-height:325px;}
		.inner-banner img{width:100%; height:100%; position:absolute; object-fit:cover;}
		.inner-banner .projects-content{
			position: relative;
			top: 110px;
			text-align: left;
			z-index:99;
			padding-right: 10%;
		}
		.inner-banner .projects-content h2{
			font-size:58px;
			font-weight:700;
			color:#E8A056;
			text-transform:uppercase;
			margin-bottom: 10px;
		}
		.inner-banner .projects-content p{
			font-weight:400;
			color:#000;
		}
		.Flask---Palm-Line .inner-banner .projects-content h2{
			color:#965716;
		}
		.Tiffin---Palm-Line .inner-banner .projects-content h2{
			color:#E56940;
		}
		.Storage-Jars---Palm-Line .inner-banner .projects-content h2{
			color:#E25141;
		}
		.Kallisto---Palm-Line .inner-banner .projects-content h2{
			color:#14627E;
			font-size:40px;
		}
		.Kallisto---Palm-Line .inner-banner .projects-content{
			top: 85px;
		}
		#kitem-slider .owl-stage-outer{padding-top: 10px;  padding-bottom: 10px;}
/**********products-section**********/
		.productlist-holder{
			padding:40px 0 50px;
			background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(252, 252, 252, 1) 100%);
		}
			.pro-list-holder .product-caption {			
			background: none; 
			padding: 15px 12px;
			display: flex;
			justify-content: space-between;
			align-items: center;
		}
		.pro-list-holder > .col-md-4:nth-child(odd) .product-thum{
			background: #fffafc;
background: linear-gradient(180deg, rgba(255, 250, 252, 1) 0%, rgba(250, 234, 241, 1) 100%);
		}
		.pro-list-holder > .col-md-4:nth-child(even) .product-thum{
			background: #f7f9fa;
background: linear-gradient(180deg, rgba(247, 249, 250, 1) 0%, rgba(236, 241, 245, 1) 100%);
		}
		.pro-list-holder .product-name {
			color:#797979;
			font-size: 16px;
			font-weight:400; 
			text-decoration:underline;
			
		}
		.pro-list-holder .product-thum{
			height:272px;
			border-radius:10px;	
  			overflow: hidden;
			background: #f7f9fa;
background: linear-gradient(180deg, rgba(247, 249, 250, 1) 0%, rgba(236, 241, 245, 1) 100%);
		}
		.pro-list-holder .product-thum img{
			width:100%;
			height:100%;
			object-fit:contain;
		}
		.pro-list-holder .product-title-link{
			display:block;
		}
		.pro-list-holder .product-title{
			width:100%;
			padding: 12px 0 0;
			 overflow: hidden;
		   display: -webkit-box;
		   -webkit-line-clamp: 1; 
				   line-clamp: 1; 
		   -webkit-box-orient: vertical;
		}
		.pro-list-holder .listing-product-link{
				  width: 44px;
		  height: 44px;
		  border-radius: 50%;
		  text-align: center;
		  line-height: 1;
		  transition: all 0.3s ease;
		  margin-left: auto;
		}
		.pro-list-holder .product-arrow {
			width:42px;
			height: 42px;
			background:#005DB2;
			border-radius: 50%;
			display: flex;
			align-items: center;
			justify-content: center;
			color: #fff;
			transition: all 0.3s ease;
			box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		}

		.product-arrow:hover {
			background: #834563;
			transform: translateX(3px);
			cursor: pointer;
			box-shadow: 0 4px 8px rgba(0,0,0,0.3);
		}

		.product-arrow i {
			font-size: 18px;
			font-weight: 700; /* Increased font weight of the arrow */
		}
		.pro-list-holder{
			gap:30px 0;
		}
		/*--------------------sidebar----------*/
		.filter-box {
          background: #fff;
      padding: 20px;
      border-radius: 16px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	  position: sticky;
  top: 10px;
    }

    .filter-box h3 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 12px;
    }

    .filter-box hr {
      border: none;
      border-top: 1px solid #ccc;
      margin: 12px 0;
    }

    .filter-box .category-title {
      font-size: 15px;
      font-weight: bold;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
	  margin-top: 28px;
    }

    .filter-box ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .filter-box ul li {
      font-size: 14px;
      padding: 6px 0;
      cursor: pointer;
      color: #444;
      transition: color 0.3s ease;
    }

    .filter-box ul li:hover {
      color: #000;
      font-weight: 500;
    }

    .filter-box ul li.active {
      color: #000;
      font-weight: 600;
    }

    .filter-box ul li.disabled {
      color: #aaa;
      cursor: not-allowed;
    }
	/*--------------pagination-------------------*/
	.pagination {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      list-style: none;
      padding: 20px;
    }

    .pagination li {
      display: flex;
      align-items: center;
      justify-content: center;
     border-radius: 50%;
      transition: all 0.3s ease;
    }
	.pagination li a{
		display:block;
		text-align: center;
		padding-top:7px;
      min-width: 34px;
      height: 34px;
      font-size: 14px;
      color: #222;
      cursor: pointer;
      
	}
    /* Active Page */
    .pagination li.active {
      background: #005DB2;
      
    }
	.pagination li.active a{
      
      color: #fff;
      font-weight: bold;
    }

    /* Hover */
    .pagination li:hover:not(.active):not(.dots) {
      background: #f1f1f1;
    }

    /* Dots */
    .pagination li.dots {
      cursor: default;
      background: transparent;
    }

    /* Arrows */
    .pagination li.arrow {
      font-size: 16px;
      border-radius: 50%;
    }

/*----------------details--------------------*/
.product-details-body{
	background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.short-desc{
	padding:10px 0;
	width:75%;
}
.short-desc p{
	font-size:15px;
	color:#373737;
	font-weight:400;
}
.product-gallery {
      position: relative;
    }
    .product-gallery .main-img {
      width: 100%;
      height:480px;
      overflow: hidden;
      border-radius:24px;
      border: 1px solid #eee;
	  box-shadow: 0 0 4px 4px #f1f1f1;
	background: #ffffff;
    }
    .product-gallery .main-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 0.3s ease;
    }
    .product-gallery .main-img:hover img {
      transform: scale(1.5);
      cursor: zoom-in;
    }
    .thumbs .item {
      border: 1px solid #eee;
      border-radius: 10px;
      overflow: hidden;
      padding: 4px;
      cursor: pointer;
      transition: all 0.3s ease;
    }
    .thumbs .item img {
      width: 100%;
      border-radius: 8px;
    }
    .thumbs .item.active {
      border: 2px solid #007bff;
    }
	.size-btns, .packing-btns{
		display: flex;
		align-items:center;
		padding-bottom: 20px;
	}
	.size-btns h6, .packing-btns h6{
		font-weight:600;
		padding-right:12px;
		margin-top: 0 !important;
		width: 125px;
		font-size: 14px;
	}
    .size-btns .btn, .packing-btns .btn {
      border-radius: 50px;
      margin: 3px;
	  border:0;
	  background:#fff;
	  font-weight: 600;
		padding:11px 15px;
    }
		.size-btns .btn.active{
		background:#005DB2;
		}
		.size-btns .btn:hover{
		background:#005DB2;
		}
		.packing-btns .btn.active{
		background:#005DB2;
		}
		.packing-btns .btn:hover{
		background:#005DB2;
		}
		.combo-btns{
		display: flex;
		align-items:baseline;
		padding-bottom:0px;
		flex-wrap: wrap;
	}
	.combo-btns .btn {
  border-radius: 50px;
  margin: 3px;
  border: 0;
  background: #fff;
  font-weight: 600;
  padding: 11px 11px;
  white-space: nowrap;
}
.combo-btns .btn.active{
		background:#005DB2;
		}
		.combo-btns .heading{width:20%;}
		.combo-btns .btn-hold{width:80%;display: flex;
		align-items:center;
		padding-bottom: 20px;
		flex-wrap: wrap; justify-content: left;}
		.combo-btns h6 {
  font-weight: 600;
  padding-right: 12px;
  margin-top: 0 !important;
  
  font-size: 14px;
}
.combo-btns .btn:hover{
		background:#005DB2;
		}
    .color-circle {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      margin-right: 8px;
      cursor: pointer;
      display: inline-block;
	  border: 2px solid #ccc;
    }
    .color-circle.active {
      border: 2px solid #000;
    }
    .feature-accordion .accordion-button {
      background: #fff;
      font-weight: 600;
    }
    .feature-accordion .accordion-body ul {
      padding-left: 20px;
    }
	.btn-hold{
		display: flex;
	  gap: 15px;
	  flex-wrap: wrap;
	  justify-content: space-around;
	}
	.full-btn{
		width:46%;
		text-align:center;
	}
	.full-btn i{
		margin-right:8px;
	}
	.details-product .feature-accordion .accordion-item{
		background:none;
		border:0;
		
		padding:0;
		border-radius:0;
	}
	.feature-accordion .accordion-button{
		background:none;
		border:0;
		border-radius:0;
		border-bottom:1px solid #ccc;
	}
	.accordion-button::after{
		background:url(../images/arrow_circle_up.png) 0 0 no-repeat;
	}
	.accordion-button:not(.collapsed) {
		color: #000;
	}
	.details-product .accordion-button:not(.collapsed) {  background:none !important;  box-shadow: none;}
	button:focus:not(:focus-visible) {box-shadow: 0 0 0;
  outline: 0; border:0; border-color:#fff;margin: auto 3px !important;}
	.details-product .accordion-body  ul{
		
  padding:0;
	}
	.details-product .accordion-body  ul li{
		font-size:13px; 
		color:#373737;
		font-weight: 400;
		  padding-bottom: 8px;
		  background:url(../images/check_circle.png) 0 0 no-repeat;
		  padding:0 0 12px 30px;
	}
	.details-product .accordion-body{
		padding:20px 0;
	}
	.details-product .accordion-button{
		padding:10px 0;
	}
	#thumbs.owl-theme .owl-nav{
		display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
#thumbs.owl-theme .owl-nav button{
	margin-top:-100px;
	margin-right: -14px;
  margin-left: -14px;
  font-size: 25px !important;
}
#thumbs.owl-theme{
	padding:0 15px;
}
#thumbs .owl-stage-outer{padding:0 12px;}
.product-related{
	background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.product-related .owl-carousel .owl-stage{
	padding:20px 0px;
}
#related-pro .owl-dots {
			  display: block;
			}
			.owl-theme .owl-dots .owl-dot:hover span{
				background:#000 !important;
			}
			#thumbs.owl-theme .owl-nav button{
		width: 10px !important;
  height: 50px !important;
  position: relative;
  margin: -80px 0 0 !important;
		}
	/*----------------------Gallery----------------*/
	.container-gallery-tab .mobile-sticky{
		position:sticky; top:118px;z-index: 99; background:#f8f9fc; border-radius:20px; padding:5px;
	}
	.container-gallery-tab{
		background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(252, 252, 252, 1) 18%);
	}
	.container-gallery-tab .nav-link{
		border:1px solid #005DB2;
		border-radius:28px;
		color:#005DB2;
		padding: 10px 40px;
	}
	.container-gallery-tab .nav-link.active{
		border:1px solid #005DB2;
		background:#005DB2;
		color:#fff;
	}
	.container-gallery-tab .nav-tabs {
		border:0;
		gap:10px;
	}
	.container-gallery-tab .tab-content{
		padding:50px 10px;
	}
	
	.gallery-item {
      position: relative;
      margin-bottom: 15px;
      border-radius: 10px;
      overflow: hidden;
      padding: 0px 6px;
    }

    .gallery-item img, .gallery-item video {
      width: 100%;
      display: block;
      border-radius: 10px;
    }

    /* Video Play Button */
    .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size:18px;
      color:#005DB2;
      background:#fff;
      border-radius: 50%;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 2;
    }

    /* Pause Button */
    .pause-btn {
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 20px;
      color: white;
      background: rgba(0,0,0,0.6);
      border-radius: 50%;
      padding: 5px 10px;
      cursor: pointer;
      display: none;
      z-index: 2;
    }
	
.rounded.rounded-4.overflow-hidden.bsb-overlay-hover {
  border-radius: 15px !important;
  overflow: hidden;
  display: block;
}
.gallery-body{padding:0 15px;}

.bsb-overlay-hover > a > img.bsb-scale, .bsb-overlay-hover > a > img.bsb-scale-up{transform: scale(1) !important;width: 100%;
  height: 100%;}
  .bsb-overlay-hover > a::after{display:none !important;}
  .bsb-project-pro-1-item a img {
    width: 100%;       /* full width container me */
    height: 100%;      /* agar height bhi fill karna hai */
    object-fit: cover; /* video poster jaisa crop & fill */
    display: block;
}
.bsb-project-pro-1-item video{width:100%;}
.bsb-project-pro-1-item a{width:100%; display:block;}
/*--------------------kallisto------------*/
.kallisto-product-section{
	background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(252, 252, 252, 1) 100%);
}
.kallisto-banner{
	background:url(../images/Kallisto-page-banner.webp) 0 0 no-repeat;
	background-size: 100% 100%;
  padding-bottom:300px;
}
.whykas-section{
	background:url(../images/why-kasbg.webp) 0 bottom no-repeat;
	background-size:cover;
}
.whykas-section .custom-head-two h2{
	color:#fff;
	font-weight:700;
}
.whykas-section .product-head p{
	color:#fff;
}
.whykas-section .info-card .icon-box{
	background:#f3f5f5;
}
.whykas-section .info-card h3{
	text-transform:capitalize;
}
.whykas-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.kallisto-product-section .custom-head-two h2{
	color:#000;
	font-weight:300;
}
.kallisto-product-section .custom-head-two h2 span{
	color:#14627E;
	font-weight:700;
	background:none;
	-webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.kallisto-product .pro-list-holder .product-arrow{
	background:#14627E;
}

.kallisto-product .pro-list-holder .product-title{
			width:70%;
			padding: 12px 0 0;
			 overflow: hidden;
		   display: -webkit-box;
		   -webkit-line-clamp: 2; 
				   line-clamp: 2; 
		   -webkit-box-orient: vertical;
		}
.kallisto-product .pro-list-holder .listing-product-link{
				  margin-top:-10px;
		  margin-left: auto;
		}
		.kallisto-product .btn-bdr-only{
			border:1px solid #14627E;
			color:#14627E;
		}
		
		/*-----------------events Details---------------*/
		
		.event-details .news-content h3{
			font-size: 1.2rem;
		  font-weight:600;
			overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
		}
		.event-details .news-content h3 span{
			display:block;
		}
		.event-details .news-content{
			padding:16px 20px 60px;
		}
		.event-details-section{
			background: #F8F9FE;
			background: linear-gradient(180deg, rgba(248, 249, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
		}
		.event-details .news-card{margin-bottom:30px;}
		.small-thumb .swiper-slide{
			height:100px;
			overflow:hidden;
		}
		.small-thumb .swiper-slide img{
			width:100%;
			height:100%;
		}
		.swiper-slide .img-title{
			background:#fff;
			border-radius:6px;
			padding:10px 12px;
			color:#000;
			position:absolute;
			bottom:10px;
			left:10px;
			font-size:14px;
			font-weight:600;
		}
		.swiper-slide .zoom-btn{position:absolute; bottom:10px; right:10px; border-radius:50%;padding: 7px 10px !important;}
		.swiper-slide{
			height:410px !important; 
		}
		.swiper-slide img{
			width:100%;
			height:100%;
			object-fit:cover;
		}
		.small-thumb .swiper-slide{
			height:100px !important; 
		}
		.fancybox__container{
			z-index:99999 !important;
		}
		.modal-dialog{
			z-index:99 !important;
		}
		.swiper-button-next, .swiper-button-prev{
			background:#005DB2;
		  width:30px !important;
		  height:30px !important;
		  border-radius: 50%;
		  color: #fff;
		}
		.swiper-button-next::after, .swiper-button-prev::after{
			font-size:14px !important;
			color: #fff;
		}
		#eventModal .modal-body {
		  padding: 44px 50px;
		}
		.video-play-btn {
		  position: absolute;
		  bottom: 34%;
		  left: 48%;
		  color: #fff;
		  font-size: 20px;
		}
		/*-------------------catalogue------------------------*/
		.catalogue-section{
			display:flex;
			gap:40px 0;
			justify-content:center;
			margin:20px 0 50px;
		}
		.catalogue-section .news-image {
			  height: 500px;
			  overflow: hidden;
			}
		.catalogue-section .news-content p{
			color:#7b7b7b;
			font-size:15px;
			margin-bottom:15px;
			font-weight: 400;
			line-height: 19px;
		}
		.catalogue-section .download-pdf{
			border-top:1px solid #ccc;
			padding:15px 0 0;
			
		}
		.catalogue-section .download-pdf a{
			color:#005DB2;
			font-size:14px;
		}
		.catalogue-section .download-pdf a:hover{
			color:#000;
		}
		.catalogue-section .download-pdf a i{
			margin-right:5px;
		}
		
		/*----------------------Contact-------------------*/
		.contact-frm-sec{
			background: #F8F9FE;
			background: linear-gradient(180deg, rgba(248, 249, 254, 1) 0%, rgba(252, 253, 255, 1) 100%);
		}
		.contact-from-hold{
			background:#fff;
			padding:4px;
			border-radius:20px;
			box-shadow:0 0 3px 3px #f1f1f1;
		
		}
		.from-thum{
			padding:0 30px 0 0;
		}
		.from-thum img{
			width:100%;
			height:auto;
			border-radius:8px;
			
			}
			.contact-frm{
				padding:30px 25px 30px 0;
			}
			.contact-frm p{
				font-size: 14px;
				  color:#555555;
				  line-height: 1.6;
				  font-weight:400;
			}
			.contact-info-sec{
				background:url(../images/contact_bg.webp) 0 0 no-repeat;
				background-size:cover;
				padding:90px 0 0;
				
			}
			.contact-info-sec {			  
			  color: #fff;
			}

			.contact-info-sec h2,
			.contact-info-sec p {
			  color: #fff;
			}

			.contact-box {
			  background: #fff;
			  border-radius: 12px;
			  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
			}

			.contact-box h5 {
			  color: #000;
			  font-size:15px;
			  margin-bottom:8px;
			}

			.contact-box p {
			  color: #333;
			  font-size:14px;
			  font-weight: 400;
			}
			.contact-box p a{
			  color: #000;
			  font-size:14px;
			  font-weight: 600;
			  text-decoration:underline;
			}
			.contact-box p a:hover{
				color:#9c4053;
			}
			.contact-box .icon {
			  display: inline-block;
			  padding: 10px;
			  background: #f1f5ff;
			  border-radius: 8px;
			}
			.info-head-hold{
				display:flex;
				justify-content:center;
			}
			.info-head-main h2{
				font-weight:400;
				font-size:45px;
				color:#fff;
			}
			.info-head-main p{
				font-weight:400;
				font-size:15px;
				color:#fff;
			}
			.info-head-hold{
				margin-bottom:25px;
			}
			.map-holder{
				border-radius:8px;
				overflow:hidden;
			}
			.map-overlap{
				margin-bottom:-300px;
			}
/*--------------------faq-----------------------*/
.faq-section{
	padding-top:350px;
	padding-bottom:30px; 
	background: #F3F4FD;
background: linear-gradient(180deg, rgba(243, 244, 253, 1) 0%, rgba(252, 252, 252, 1) 100%);
}


.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 15px !important;
  overflow: hidden;
  background-color: #e6eff7; 
  padding-bottom:25px;
}

.accordion-button {
  background-color: #e6eff7; 
  font-weight: 600;
  box-shadow: none;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 5px 30px;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e6eff7;
  box-shadow: none;
}

.faq-section .accordion-button::after {
  background: url(../images/top-arw.png) center no-repeat;
  transform: rotate(180deg);
  background-color: #005DB2;
  border-radius: 50%;
  background-size:22px;
  padding: 12px;
  width: 36px;
  height: 36px;
}

.faq-section .accordion-button.collapsed::after {
  background: url(../images/btm-arw.png) center no-repeat;
  background-color:#005DB2;
  border-radius: 50%;
  background-size:22px;
  padding: 12px;
  width: 36px;
  height: 36px;
}

.accordion-body {
  padding:0px 15% 20px 30px;
  border-radius: 0 0 15px 15px;
  color:#555555;
  font-size:15px;
}



/* Navbar dropdown hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* bootstrap ke default ke liye fix */
}

/* WhatsApp Floating Icon */
    .whatsapp-icon {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 60px;
      height: 60px;
      background-color: #25d366;
      border-radius: 50%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 1000;
    }

    .whatsapp-icon img {
      width: 32px;
      height: 32px;
    }

    /* WhatsApp Popup Card */
    .whatsapp-popup {
      position: fixed;
      bottom: 90px;
      right: 20px;
      width: 300px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
      display: none;
      z-index: 999;
      overflow: hidden;
      animation: fadeInUp 0.3s ease;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .popup-header {
      background-color: #075e54;
      color: white;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .popup-header h4 {
      margin: 0;
      font-size: 16px;
	  color:#fff;
    }

    .popup-header small {
      font-size: 12px;
    }

    .popup-body {
  padding: 15px;
  background: url('<?php echo site_url();?>/wp-content/uploads/2025/06/wachatbg.webp') repeat;
  background-size: cover;
}

    .popup-body .message {
      background: white;
      padding: 10px;
      border-radius: 8px;
      margin-bottom: 50px;
      font-size: 14px;
    }

    .popup-footer {
      padding: 10px;
      text-align: center;
      background: #fff;
    }

    .popup-footer a {
      background-color: #25d366;
      color: white;
      padding: 6px 25px 6px 18px;
      text-decoration: none;
      font-size: 14px;
      border-radius: 20px;
      display: inline-block;
    }

    .close-icon {
      cursor: pointer;
      font-weight: bold;
      font-size: 18px;
      color: white;
    }

#exports-carousel .owl-stage {
  display: flex;
  transition: none !important;
  animation: scroll 30s linear infinite; /* 30s = speed, bigger = slower */
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* shift half the width */
}

#corporates-carousel .owl-stage {
  display: flex;
  transition: none !important;
  animation: scrolls 20s linear infinite; /* 30s = speed, bigger = slower */
}

@keyframes scrolls {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* shift half the width */
}
#retails-carousel .owl-stage {
  display: flex;
  transition: none !important;
  animation: scrollr 10s linear infinite; /* 30s = speed, bigger = slower */
}

@keyframes scrollr {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* shift half the width */
}























































