@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

.corp-container {
	max-width:100%;
	padding: 0px 100px;
}
.corp-container-fluid {
	max-width:1920px;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-size:16px;
	line-height:28px;
	color:white;
	font-family: "Outfit", sans-serif;
	font-weight:400;
}
.font-poppins, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.main-navigation ul li a {
	font-family: "Outfit", sans-serif;
}
div#content {
    overflow: hidden;
}
div#yoast-breadcrumbs {
	display:none;
}

h2{
	margin:10px 0 !important;
}
h6{
	color:white;
}

h5{
	margin:10px !important;
}
/* common css */
.text-blue, h3, .h3, h2, .h2, .home-why-choose-items h5, .about-exp-right h5 {
	color: #333;
}
.text-light-blue {
	color:#44C4F3;
}
.text-ex-dark-blue {
	color:#004660;
}
.text-white {
	color:#ffffff !important;
}
.text-black {
	color:#000000;
}
.text-center {
	text-align:center;
}
.btn {
    display: inline-block;
    padding: 7px 24px 7px 24px;
}
.btn-primary {
    background-color: #4b3c99;
    color: #ffffff !important;
    border-radius: 7px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
.section-top {
	padding-top: 40px;
}
.margin-0 {
	margin:0px;
}
.margin-top0 {
	margin-top:0px;
}
.text-uppercase {
    text-transform: uppercase;
}
.fontw-500, .banner-left p {
	font-weight:500;
}
.fontw-600, h2, .h2, h5, .h5, h3, .h3 {
	font-weight:600;
}
.fontw-700, h1, .h1 {
	font-weight:700;
}
.heading-line {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.text-justify{
	text-align: justify;
}


/* position css */
.main-navigation ul li a, .menu-contact-us a img, .banner-left h4, .home-about-sec, .home-why-choose-items, 
.home-about0-sec-right, .speciality-section, .home-blog-section, .home-blog-learn-more, .we-available-section,
.we-available-section-items.one, .we-available-section-items.two, .we-available-section-items.three,
.we-available-section-items.four, .we-available-section-items.five, .we-available-section-items.six, .we-available-section-items.seven,
.testimonials-inner-left, .site-footer, .site-info img {
    position: relative;
}
.main-navigation ul li a:after, .banner-left h4:after, .home-about-sec:after, .home-why-choose-items:before,
.home-why-choose-items1:after, .home-why-choose-items2:after, .about-exp-wrapper, .speciality-section:before, .home-blog-section:before,
.home-blog-section:after, .home-blog-learn-more:after, .we-available-section:before, .we-available-section:after, .testimonials-inner-right:after,
.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow, .testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow,
.site-footer:after {
    position: absolute;
}

.black-text{
	color:#141D38;
}

/* h1-h6 */
h1, .h1 {
	font-size:30px;
	line-height:40px;
}
h2, .h2 {
	font-size:30px;
	line-height:40px;
}
h3, .h3 {
	font-size:25px;
	line-height:35px;
}
h4, .h4 {
	font-size:22px;
	line-height:32px;
}
h5, .h5 {
	font-size:20px;
	line-height:30px;
}
h6, .h6 {
	font-size:18px;
	line-height:28px;
}

/* topbar  */
.custom-topbar {
/*     background: rgba(0, 0, 0, 0.4); */
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.custom-topbar .topbar-left span {
    margin-right: 30px;
    display: inline-flex;
    align-items: center;
    color: #fff;
}

.custom-topbar .topbar-left img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.custom-topbar .topbar-right a {
    margin-left: 12px;
    display: inline-block;
}

.custom-topbar .topbar-right img {
    width: 18px;
    height: 18px;
    transition: 0.3s;
    filter: brightness(1.1);
}

.custom-topbar .topbar-right img:hover {
    filter: brightness(1.8);
}

.site-header::before {
    content: "";
    background: 0 0;
/*     background: linear-gradient(to bottom, rgba(0, 0, 0, .68) 0%, transparent 100%); */
    top: 0;
    position: absolute;
    width: 100%;
    height: 220px;
    z-index: -1;
    pointer-events: none;
}

/* header and menu */

.masthead-sentinel{
  margin-bottom: -37px;
	display:none;
}
 .main-navigation {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* base (your styles + smooth transitions) */
header#masthead{
  background-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
  position: fixed;
  width: 100%;
  top: 0; left: 0;
  z-index: 999;
  transition: background-color .25s ease, box-shadow .25s ease;
}

/* menu link color at top */
header#masthead .main-navigation ul li a{
  color: #ffffff;
  transition: color .25s ease;
}

/* after scroll */
header#masthead.is-scrolled{
  background-color: #ffffff !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.1) !important;
}
header#masthead.is-scrolled .main-navigation ul li a{
  color: black !important; /* change to your brand color */
}

/* (optional) hover colors */
header#masthead .main-navigation ul li a:hover{ opacity:.85; }

header#masthead.is-scrolled .main-navigation div > ul:not(.cart_list) > li.current_page_item > a,
header#masthead.is-scrolled .main-navigation div > ul:not(.cart_list) > li.current-menu-ancestor > a {
 border-bottom: 2px solid black;
}

img.custom-logo {
    width: 120px;
}

/* Make navigation items white for better visibility */
.main-navigation ul li a {
    color: #FFFFFF !important;
	font-size:16px;
	font-weight: 400;
}
header#masthead.scrolled .main-navigation ul li a {
	color: black !important;
}

header#masthead.scrolled .main-navigation ul .sub-menu li a {
	color: #ffff !important;
}

.main-navigation .down-arrow:after{
    content:"";
	background: url(/wp-content/uploads/2025/07/down-arrow.svg) no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    right: -20px;
    background-size: cover;
}

.main-navigation .side-arrow:after {
	content: "";
    background: url(/wp-content/uploads/2025/07/side-arrow.svg) no-repeat;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 13px;
    right: 10px;
    background-size: cover;
	
}

/* Change submenu background to match the overlay */
.main-navigation ul .sub-menu li a {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 14px;
}

.main-navigation ul .sub-menu li a:hover{
	background:#ffff;
}

.main-navigation ul .children, .main-navigation ul .sub-menu{
	    top: 35px !important;
	border-radius: 10px !important;
    
}
.main-navigation ul .children, .main-navigation ul .sub-menu a:hover{
	color:#B78D49 !important;
background:#f8fbe9 ;
}


.main-navigation ul .children, .main-navigation ul .sub-menu .sub-menu{
	    top: 0px !important;
	left : 102% !important;

}

.main-navigation ul .children li a, .main-navigation ul .sub-menu li a{
	border: 0px !important;
}

.menu-contact-us a {
    background-color: #4b3c99;
    color: #ffffff !important;
    padding: 7px 24px;
    border-radius: 7px;
    font-size: 20px !important;
}
.menu-contact-us a img {
    top: 5px;
}
.menu-contact-us a:after {
    display: none;
}
.site-header .site-branding .site-title a {
    color: #ffffff;
}
.main-navigation .search-toggle{
	display:none;
}
.site-header{
	padding: 10px 0;
	border-bottom:none;
}

.link-underline.main-navigation ul .sub-menu li:first-of-type{
	border-top: transparent;
}
.main-navigation div>ul:not(.cart_list)>li.current-menu-ancestor>a{
	    border-color: #B78D49 !important;
}

/* button */
.new-btn {
  display: inline-flex;
  border-radius: 50px;

  background : linear-gradient(to right, #ffffff  50%, #ffffff1f 50%);
background-size: 200% 100%;
background-position : right;
  align-items: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;

}
.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #b0ffe6;
    margin: 5px;
    padding: 2px;
}
.btn-arrow img {
  width: 30px;
}

.new-btn a {
    margin-left: 15px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-right: 12px;
}


.new-btn:hover {  
  background-position: left;
	
  }
.new-btn:hover a {
  color: black !important;
}

  


/* banner section */
.banner-item {
    height: 800px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
/* 	background-image:url(/wp-content/uploads/2025/03/banner-background.webp); */
	display:flex !important;
    justify-content:space-around !important;
	align-items:center !important;
	padding:40px;
}
.black-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 1;
}
.banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 150px;
    max-width: 50%;
	 z-index: 2;
}
.banner-image img{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    max-width: 35%;
}
span.typewriter {
    color: #00AEEF;
}
.mobile-banner-section {
    display: none;
}

.home-about-section-wrapper {
    display: flex;
    column-gap: 50px;
    align-items: center;
}
.banner-content p{
	 text-align: justify;
}
.banner-content h2{
	color:white !important;
	font-size:50px !important;
	line-height:60px !important;
}

@media (max-width: 786px) {
  .banner-item {
    height: 600px;
    background-size: cover;
    flex-direction: column;
    padding: 30px 30px 60px;
    text-align: center;
  }

  .banner-content {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    max-width: 90%;
    margin-bottom: 30px;
  }

	.banner-image{
		width:100%;
	}
  .banner-image img {
    position: static;
    transform: none;
    right: auto;
    max-width: 100%;
  }


}

/* Mobile Phones */
@media (max-width: 480px) {

	.banner-item{
		height:450px !important;
	}
  .banner-content {
        position: absolute;
        transform: none;
        left: auto;
        top: auto;
        max-width: 90%;
        margin-bottom: 10px;
        /* left: auto; */
        bottom: 100px;
	  text-align:left !important;
  }
	.banner-content h2{
		font-size:25px !important;
		margin:0px !important;
		 line-height: 40px !important;
	}
	.banner-content h6{
		margin:0px !important;
	}
  .banner-image img {
    max-width: 100%;
  }

  .span.typewriter {
    font-size: 18px;
  }
	h2.black-text {
    font-size: 22px !important;
}
	.custom-topbar{
		display:none;
	}
	.left-side{
		width:100% !important;
	}
	.right-side{
		width:100% !important;
        height:100% !important;
		padding:20px !important;
	}
	.section-heading{
		margin-bottom:0px !important;
	}
	.icon-overlay{
		    left: 72% !important;
		    top: 15% !important;
	}
	.widgets.widgets-4{
		flex-direction:column !important;
	}
	.site-footer .widgets{
		padding:10px !important;
	}
	.button-slider.slide-arrow{
		    width: 25px !important;
           height: 24px !important;
		   top:92% !important;
		  padding: 5px !important;
	}
	.center-logo{
		top:0% !important;
	}
}




/* footer */
.site-footer .widgets {
    padding: 0px 0;
}
.widgets.widgets-4 {
    display: flex;
	justify-content: center;
}
aside#custom_html-2 {
    width: 28%;
}
aside#nav_menu-2, aside#nav_menu-3, aside#nav_menu-4 {
    width: 20%;
}
.site-footer {
    background: #12251F !important;
	margin-top:0px;
}


.site-footer .bottom-bar {
    background: transparent;
    color: #ffffff;
    padding: 20px 0;
}
.site-footer .widgets {
   padding-top:30px;
}
.footer-col-content {
    color: #00749F;
	 max-width: 400px;
}
ul.footer-social {
    list-style-type: none;
    display: flex;
    column-gap: 20px;
    padding-top: 25px;
}
ul.footer-social li:hover img {
    transform: scale(1.2);
    transition: 0.5s all;
}
.site-footer .widgets .widget .widget-title {
	color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 28px;
}
.site-footer .widgets .widget a {
    color: #fff !important;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
}
.site-footer .widgets .widget a:hover {
    color: #B78D49 !important;
	text-decoration:none;
}
.site-footer .widget ul li {
    line-height: 35px;
}
.site-footer .widgets .widget {
	 margin: 0 0.75% 0px 0;
}
.site-info img {
    top: 6px;
}
.site-info span {
    font-weight: 500;
    font-size: 14px;
}
#scroll-to-top {
	bottom: 100px;
}

@keyframes rotateY-anim {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(360deg);
	}
}
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 16px;

}

.footer-contact-list li a {
    color: inherit;
    text-decoration: none;
    margin-left: 10px;
}

.footer-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}


@media (max-width:767px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px !important;
	}
/* Top (before scroll): white icon */
#mobile-menu-button svg path {
  fill: #fff !important;
  transition: fill .25s ease;
}

/* After scroll: black icon */
header#masthead.is-scrolled #mobile-menu-button svg path {
  fill: #000 !important;
}

	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 15px;
    }
	#mobile-navigation ul li a, .menu-contact-us a {
    	color: #000  !important;
		font-family: "Poppins", sans-serif;
		font-size: 14px;
    	font-weight: 500;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #B78D49 ;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
   		background: #ffff;
    }
	h1, .h1 {
		font-size: 35px !important;
		line-height: 45px !important;
	}
	h2, .h2 {
		font-size: 24px !important;
		line-height: 35px !important;
	}
	h3, .h3 {
    	font-size: 22px !important;
    	line-height: 30px !important;
	}
	h4, .h4 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	h5, .h5 {
		font-size: 18px !important;
    	line-height: 30px !important;
		margin:10px !important;
	}
	.section-top {
    	padding-top: 20px !important;
	}
	.menu-contact-us a {
		background-color: inherit;
		border-radius: inherit;
		font-size: inherit !important;
		display:none !important;
	}
	
	.banner-left {
    	padding-top: 30px;
	}
	.banner-wrapper {
    	background-size: cover;
    	background-position: 100%;
	}
	.banner-wrapper {
    	height: auto;
		background-image: inherit !important;
    }
	.heading-line:after {
    	bottom: 0;
    }
	
	.testimonials-sec {
    	border-radius: 0px 0px 0px 0px;
	}
	.testimonials-inner-left {
    	left: 0px;
    	top: 5px;
    	width: 20%;
	}
	.testimonials-inner-right:after {
    	right: 20px;
	}
	.testimonials-inner-right {
    	padding: 40px 20px 20px 20px;
    	width: 100%;
	}
	.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow,
	.testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
		display:none !important;
	}
	.testimonials-btn-wrapper {
    	margin-top: 20px;
	}
	.testimonials-sec {
    	padding-bottom: 30px;
    }
	.site-footer .widgets {
    	padding-top: 50px !important;
	}
	.site-footer:after {
   		left: 50%;
    	animation: inherit;
    	transform: translateX(-50%);
	}
.site-info span {
    font-weight: 400;
    font-size: 12px;
}
.site-footer .widgets .widget {
    margin: 17px 0.75% 0px 0;
}
}


@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 20px;
	}
	#mobile-menu-button svg path {
    	fill: #00AEEF;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 25px;
    }
	#mobile-navigation ul li a {
    	color: #002330 !important;
		font-family: "Poppins", sans-serif;
		font-size: 14px;
    	font-weight: 500;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	#mobile-navigation {
   		background: #88D9F8;
    }
	.menu-contact-us a img {
		display:none;
	}
	.menu-contact-us a {
    	background-color: inherit !important;
    	padding: 7px 24px;
    	border-radius: 0px;
    	font-size: inherit !important;
	}
	.banner-inner-wrapper {
    	padding-top: 60px;
	}
	.banner-wrapper {
   		background-size: contain;
    }
	.home-about0-sec-wrapper, .we-available-section-wrapper, .widgets.widgets-4 {
    	flex-direction: column;
	}
	.home-about-sec-wrapper.section-top {
    	flex-direction: column-reverse;
	}
	.home-about-sec-left, .home-about-sec-right, .home-about0-sec-left, .home-about0-sec-right, .we-available-section-items {
    	width: 100%;
	}
	
	.testimonials-inner {
    	max-width: 70%;
    	margin: 0px auto;
	}
	.testimonials-inner-left {
    	left: 0px;
    }
	.testimonials-sec-wrapper button.button-slider.slide-arrow.prev-arrow.slick-arrow {
    	left: 0;
    }
	.testimonials-sec-wrapper button.button-slider.slide-arrow.next-arrow.slick-arrow {
    	right: 0;
    }
	.site-footer:after {
    	left: 50%;
    	animation: inherit;
    	transform: translateX(-50%);
	}
}


@media (max-width:1280px) {
	h1, .h1 {
		font-size:50px;
    	line-height: 70px;
	}
	h3, .h3 {
    	line-height: 60px;
	}

	.day-working-hours {
    	font-size: 10px;
	}
}


@media (min-width:1600px) {

	.day-working-hours {
    	font-size: 13px;
	}
}

@media (max-width:480px) {

	img.custom-logo{
		width:50%;
	}
}

/* road-transport-section */
.section-heading {
  text-align: center;
/*   margin-bottom: 20px; */
  line-height: normal;
}

.section-heading .badge {
  background: #fff9e5;
  padding: 5px 16px;
  border-radius: 25px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
/*   margin-bottom: 15px; */
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color:black;
	margin-top: 15px;
}

.content-wrapper {
    display: flex;
    /* gap: 40px; */
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    /* background: #fffdee; */
    border-radius: 16px;
    flex-direction: row;
    overflow: hidden;
}

.left-side {
    display: flex;
    width: 40%;
    justify-content: flex-end;
}

.left-side img {
  width: 500px;
  display: block;
  border-radius: 16px 0 0 16px;
}

.icon-overlay {
    position: absolute;
    left: 44%;
    background: #fffdee;
    padding: 15px;
    border-radius: 10px;
    top: 30%;

}

.icon-overlay img {
  width: 50px;
  height: 50px;
}

.right-side {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    background: #fffdee;
    height: 500px;
    padding: 50px 50px 50px 40px;
   border-radius: 0 10px 10px 0;
}

.right-side h3 {
  font-size: 48px;
  color: #111;
  font-weight: 700;
}

.right-side p {
  margin-top: 20px;
  color: #333;
  font-size: 16px;
	max-width: 90%;
	text-align:justify;
}
.second-btn{
	border:1px solid black;
}
.second-btn a{
	color:black !important;
}


/* Responsive */
@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
	 
  }

  .right-side h3 {
    font-size: 36px;
  }
			.left-side{
		width:100% !important;
	}
	.right-side{
		width:100% !important;
        height:100% !important;
		padding:20px !important;
	}
	.section-heading{
		margin-bottom:0px !important;
	}
}

.about-us-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	align-items: center;
	justify-content: space-between;
}

.about-left {
	flex: 1;
	min-width: 300px;
	position: relative;
}

.image-stack {
	position: relative;
	width: 100%;
	display:flex;
	justify-content:center;
}

.main-img {
	width: 400px;
	border-radius: 16px;
}

.sub-img {
    position: absolute;
    bottom: -20px;
    left: 55%;
    width: 45%;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    z-index: 1;
    top: 50%;
}

.center-logo {
	position: absolute;
    top: 14%;
    right: 8%;
	width: 120px;
	height: 120px;
/* 	background: #fff;
	border-radius: 50%; */
	display: flex;
	align-items: center;
	justify-content: center;
/* 	box-shadow: 0 5px 15px rgba(0,0,0,0.15); */
	z-index: 2;
}

.center-logo img {
	width: 100%;
	height: auto;
/* 	border-radius: 50%; */
}

.about-right {
	flex: 1;
	min-width: 300px;
}

.badge {
	display: inline-block;
	background: #fff7d9;
	color: #333;
	padding: 6px 18px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
/* 	margin-bottom: 16px; */
}

.about-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 18px;
	line-height: 1.3;
	    width: 80%;
}

.about-desc {
	font-size: 16px;
	color: #5f5f5f;
	margin-bottom: 24px;
	line-height: 1.6;
	    width: 80%;
}

.about-list {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.about-list li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #222;
}

.about-list li img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


@media (max-width: 768px) {
	.about-us-wrapper {
		flex-direction: column;
		text-align: center;
	}

	.center-logo {
		position: static;
		margin: 20px auto;
	}
}
@media (max-width: 480px) {
	.about-right {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
	.sub-img{
		display:none;
	}
}

/* home counter section  */
.home-counter-section {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
	position: relative;
       margin-top: 40px;
}

.counter-overlay {
	padding: 90px;
}

.counter-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  gap: 40px;
  text-align: left;
}

.counter-box {
  background: transparent;
  padding: 10px;
}

.counter-box .home-counter {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  color: white !important;
}

.counter-box .label {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .counter-wrapper {
    grid-template-columns: repeat(3, 1fr); /* 2 columns on tablets */
  }
  .counter-box .home-counter {
    font-size: 40px !important;
  }
  .counter-box .label {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .counter-wrapper {
    grid-template-columns: 1fr; /* 1 column on mobile */
	  gap:0px;
  }
	

}


/* Our Service Section */
.our-services-section {
	background: #ffff;
	padding: 30px 0;
	position: relative;
	overflow: hidden;
}

.service-slider {
	display: flex;
}

.service-slide {
	padding: 0 15px;
}

.card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.card img {
	width: 100%;
/* 	height: 300px; */
	object-fit: cover;
	border-radius: 12px 12px 0 0;
}

.card-info {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	width: 80%;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	min-height: 200px;
}

.card-info .tag {
	display: inline-block;
	background: #f2c377;
	padding: 6px 14px;
	border-radius: 20px;
	 font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	color:black;
}

.card-info h4 {
    font-size: 14px !important;
    color: #000;
    margin: 0px;
    font-weight: 500;
}

.slick-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	position: relative;
}

.custom-arrow {
	border: 2px solid #000;
	background: #fff;
	border-radius: 50%;
	 width: 50px;
    height: 100%;
	font-size: 20px !important;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.custom-arrow:hover {
	background: #e5eff5 !important;
	color: black !important;
}
.slick-nav::before,
.slick-nav::after {
	content: '';
/* 	flex: 1; */
	height: 1px;
	background-color: #000;
	width:15%;
}

.slick-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
	position: relative;
}
.slick-arrow.slick-hidden{
	display:flex !important;
}
.ready-talk-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: center;
	justify-content: center;
	 margin: auto;
    max-width: 80%;
}

.ready-talk-content {
	flex: 1 1 30%;
}

.ready-talk-content h2 {
	font-size: 32px;
	font-weight: bold;
}

.email-icon {
  display: block;
  margin-top: 5px;
  width: 30px; /* Adjust as needed */
  height: auto;
}

.description {
	margin: 20px 0;
	color: #555;
}

.support-contact {
	display: flex;
	align-items: center;
	margin: 20px 0;
}

.icon-circle {
	width: 60px;
    height: 60px;
	background: #9ad1f4;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 15px;
}
.icon-circle img{
	width:40px;
}

.contact-box {
    display: flex;
    /* gap: 30px; */
    margin-top: 20px;
    /* flex-wrap: wrap; */
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #D9D9D9;
    justify-content: center;
    padding: 10px;
}

.contact-box .item {
    width: 80%;
    background: #f9f9f9;
    border-radius: 8px;
    padding-left: 15px;
}

.item h5{
	    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin: 10px 0 10px 0 !important;
}
.item a{
	color:#7A7A7A  !important;
}

.map-image {
	flex: 1 1 45%;
	text-align: center;
	background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 4%);
    border-radius: 10px;
    text-align: right;
}

.map-image img {
	max-width: 100%;
	height: auto;
}
.ready-talk-content p{
	color:#7A7A7A !important;
	    margin-bottom: 5px;
}
.support-text span{
	color:#7A7A7A;
}
.support-text h3{
	margin:0px;
}

.home-steps-section{
	padding-bottom:40px;
}

@media (max-width: 768px) {
	.ready-talk-wrapper {
		flex-direction: column;
	}
	.contact-box {
		flex-direction: column;
		 justify-content: center;
        align-items: center;
        gap: 0px;
	}
}

.steps-wrapper {
    display: flex;
    justify-content: space-evenly;
	 max-width: 80%;
    margin: auto;
}

.step-item {
	text-align: center;
/* 	flex: 1 1 30%; */
	position: relative;
}

.step-image {
	position: relative;
	display: inline-block;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	
}

.step-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.step-count {
    position: absolute;
    bottom: 15px;
    right: -43px;
    background: #12251F;
    color: #ffc85e;
    width: 80px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 26px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.step-item h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

.step-item p {
	color: #777;
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.6;
	    max-width: 70%;
    margin: auto;
}

.step-2{
	margin-top:5%;
}

@media (max-width: 786px){
	.steps-wrapper {
		flex-direction: column;
		align-items: center;
	}
	.step-item {
		margin-bottom: 40px;
	}
}
@media (max-width: 480px){
	.step-item p{
		    max-width: 100% !important;
	}
}

.home_testimonial_section {
    background-color: #EAEBE6;
    padding: 80px 20px;
    text-align: center;
    background-image: url(/wp-content/uploads/2025/07/7.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
}


/* ---- Container Styling ---- */
.home_testimonial_sec {
    max-width: 1200px;
    margin: auto;
}

/* ---- Heading Styling ---- */
.home_up_side {
    text-align: center;
    margin-bottom: 40px;
}

.home_up_side h3.large {
    font-size: 36px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ---- Slick Slider ---- */
.home-testimonials-slider {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Testimonial Card ---- */
.testimonial_below {
    background: #FFFFFFE6; /* Dark black background */
    color: #555; /* White text */
    padding: 40px 30px;
    position: relative;
    border-radius: 10px;
    max-width: 500px;
    margin: 20px;
    text-align: center;
    overflow: hidden;
/*     box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%); */
    transition: transform 0.3s ease-in-out;
}


.testimonial_below:hover {
    transform: translateY(-10px);
}

/* ---- Testimonial Stars ---- */
.testimonial_stars {
    color: #ffcc00;
    font-size: 18px;
    margin-bottom: 10px;
}

/* ---- Testimonial Content ---- */
.testimonial-text {
    font-size: 16px;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* ---- Author Section ---- */
.testimonial_author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
	justify-content: center;
}

/* ---- Author Image ---- */
.testimonial_author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

/* ---- Author Details ---- */
.testimonaial_author_detail {
    display: flex;
    flex-direction: column;
}

.testimonaial_author_detail h5 {
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.testimonaial_author_detail span {
    font-size: 14px;
    color: white;
    margin: 0;
}

/* ---- Slick Dots ---- */
.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    background: #bbb;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
}

.slick-active button {
    background: #000;
}

/* ---- Slick Arrows ---- */
.slick-prev,
.slick-next {
    font-size: 24px;
    color: #000;
}

.slick-prev:hover,
.slick-next:hover {
    color: #333;
}


/* 🔹 Responsive Styling */

/* ---- Tablets (Below 1024px) ---- */
@media (max-width: 1024px) {
    .home_testimonial_section {
        padding: 60px 20px;
    }

    .home_up_side h3.large {
        font-size: 30px;
    }

    .testimonial_below {
        padding: 25px;
        min-height: 220px;
        max-width: 450px;
    }

    .testimonial-text {
        font-size: 15px;
    }
}

/* ---- Mobile (Below 768px) ---- */
@media (max-width: 768px) {
    .home_testimonial_section {
        padding: 50px 15px;
    }

    .home_up_side h3.large {
        font-size: 26px;
    }

    .home-testimonials-slider {
        flex-direction: column;
    }

    .testimonial_below {
        min-height: auto;
        max-width: 90%;
        padding: 20px;
        margin: 10px;
    }

    .testimonial-text {
        font-size: 14px;
    }

    .testimonial_author img {
        width: 40px;
        height: 40px;
    }

    .testimonaial_author_detail h5 {
        font-size: 14px;
    }
}

/* ---- Small Mobile (Below 480px) ---- */
@media (max-width: 480px) {
    .home_testimonial_section {
        padding: 40px 10px;
    }

    .home_up_side h3.large {
        font-size: 22px;
    }

    .testimonial_below {
        padding: 15px;
        max-width: 95%;
    }

    .testimonial-text {
        font-size: 13px;
    }

    .testimonial_author {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .testimonial_author img {
        width: 35px;
        height: 35px;
    }
	.custom-topbar{
		display:none;
	}
}

/* blogs section */
.home-blog-section {
/*     background: linear-gradient(96.66deg, rgba(30, 30, 30, 0.9) -0.98%, rgba(135, 206, 250, 0.8) 101.75%); */
     background:#ffff;
    padding: 40px 0px;
}
.blog-page{
	background:#ffffff !important;
}
.home-blog-wrapper {
    display: flex;
  flex-wrap:wrap;
	margin-top: 40px !important;
}
.blog-heading{
	text-align:center;
}
.home-blog-image img {
    width: 100%;
	height:300px;
}
.home-blog-item {
    width: 25%;

}
.home-blog-title {
    background-color: #ffffff;
    padding: 15px;
    max-width: 80%;
    margin: 0px auto;
    margin-top: -50px;
    position: relative;
    box-shadow: 0px 3px 5px 0px #0063CC33;
    border-radius: 15px;
}
.home-blog-title p {
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1B3A65 !important;
	font-weight:600;
}
.home-blog-inner-item {
    background-color: #effdff;
    padding:10px;
    border-radius: 20px;
	    margin: 10px;
	    border: 1px solid black;
}
.home-blog-bottom {
    display: flex;
    column-gap: 15px;
    padding: 30px 15px;
    color: #333333;
    font-size: 14px;
	justify-content: center;
}
.home-blog-bottom-col1 {
    position: relative;
    padding-left: 30px;
}
.home-blog-bottom-col1:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/01/icon-calendar.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.home-blog-bottom-col2 {
    position: relative;
    padding-left: 30px;
}
.home-blog-bottom-col2:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/01/icon-clock.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 5px;
}
.blog-button{
	    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 20px;
}



/* faqs */
.home-faqs-section{
	margin-bottom:40px;
}
.accordion {
    width: 70%;
    margin: auto;
}
.home-faqs-section-wrapper {
    max-width: 1300px;
    margin: 0px auto;
    background-image: url(/wp-content/uploads/2025/01/faqs-bg.webp);
    background-size: 100% 100%;
    background-position: center;
}
.accordion__header {
    padding: 5px 10px;
    background-color: transparent;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: 1px solid #9FB2C6;
	border-radius: 5px;
}
.accordion__header > * {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.accordion__header.is-active {
	background: linear-gradient(96.66deg, rgba(30, 30, 30, 0.9) -0.98%, rgba(135, 206, 250, 0.8) 101.75%);
	color: #fff;
}
.accordion__header.is-active h3{
	color:#ffffff;
}

 .accordion__header h3 {
    color: #1B3A65;
}
.accordion__toggle {
	margin-left: 10px;
	height: 3px;
	background-color: #222;
	width: 13px;
	display: block;
	position: relative;
	flex-shrink: 1;
	border-radius: 2px;
}
.accordion__toggle::before {
	content: "";
	width: 3px;
	height: 13px;
	display: block;
	background-color: #222;
	position: absolute;
	top: -5px;
	left: 5px;
	border-radius: 2px;
}
.is-active .accordion__toggle {
	background-color: #222;
}
.is-active .accordion__toggle::before {
	display: none;
}
.accordion__body {
    display: none;
    padding: 10px;
    border: 1px solid #9FB2C6;
    border-top: 0;
    color: #1C4076;
    border-radius: 0px 0px 5px 5px;
    position: relative;
    top: -2px;
}
.accordion__body.is-active {
	display: block;
}

@media (max-width: 1024px) {
    .accordion {
        width: 85%;
    }

    .accordion__header > * {
        font-size: 15px;
    }

    .accordion__body {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .accordion {
        width: 90%;
    }

    .accordion__header {
        padding: 10px;
        flex-direction: row;
    }

    .accordion__header h3 {
        font-size: 14px !important;
    }

    .accordion__body {
        font-size: 14px !important;
        padding: 10px;
    }

    .accordion__toggle {
        margin-left: 8px;
    }
}

@media (max-width: 480px) {
    .accordion {
        width: 95%;
    }

    .accordion__header {
        padding: 8px;
       
    }

    .accordion__header h3 {
        font-size: 13px !important;
        width: 100%;
    }

    .accordion__toggle {
        margin-left: 0;
        margin-top: 8px;
    }

    .accordion__body {
        font-size: 13px !important;
    }
.home-blog-item {
    width: 100%;
}
}


.vasco-footer-widget {
  text-align: left;
  color: #ccc;
  font-family: 'Poppins', sans-serif;
}

.vasco-footer-widget .vasco-logo {
  width: 130px;
  margin-bottom: 15px;
}

.vasco-footer-widget p {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 20px;
  line-height: 1.6;
  width: 60%;
}

/* layout stays the same */
.vasco-social-icons {
  display: flex;
  gap: 15px;
  padding-left: 0;
  list-style: none;
}

/* anchor is the animation container */
.vasco-social-icons li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;                  /* 25px img + 2*5px padding */
  height: 35px;
}

/* image stays crisp; remove its border (ring will handle it) */
.vasco-social-icons li a img {
  width: 25px;
  height: 21px;
  padding: 5px;
/*   border-radius: 50%; */
  display: block;
}

/* animated ring */
.vasco-social-icons li a::after {
  content: "";
  position: absolute;
  inset: 0;                     /* same size as the anchor */
  border-radius: 50%;
  border: 1px solid #fff;
  transform-origin: center;
  animation: social-pop 1.8s ease-in-out infinite;
}

/* pop in / pop out + slight fade to feel like breathing */
@keyframes social-pop {
  0%, 100% { transform: scale(1);    opacity: 1;    border-width: 1px; }
  50%      { transform: scale(1.18); opacity: 0.9;  border-width: 2px; }
}

/* (optional) speed up on hover */
.vasco-social-icons li a:hover::after {
  animation-duration: 0.9s;
}

/* (optional) tiny stagger so they don't all pop together */
.vasco-social-icons li:nth-child(2) a::after { animation-delay: .15s; }
.vasco-social-icons li:nth-child(3) a::after { animation-delay: .3s; }
.vasco-social-icons li:nth-child(4) a::after { animation-delay: .45s; }

/* accessibility: reduce motion if requested */
@media (prefers-reduced-motion: reduce) {
  .vasco-social-icons li a::after { animation: none; }
}


.vasco-social-icons li a img:hover {
  background: black; 
  border-color: white;
}
.footer-contact-widget{
  display: grid;
  gap: 18px;
}

/* Call block */
.footer-call-block{
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-call-block .call-icon img{
  width: 36px; height: 36px; display: block;
}
.footer-call-block .call-text small{
  display: block;
  opacity: .8;
  margin-bottom: 4px;
	    font-size: 16px;
}
.footer-call-block .call-text a{
  display: inline-block;
  margin-right: 12px;     /* space between numbers */
  color: inherit;         /* use theme color */
  text-decoration: none;
}
.footer-call-block .call-text a:hover{
  text-decoration: underline;
}

/* Contact list */
.footer-contact-list{ display: grid; gap: 10px; }
.footer-contact-list .contact-title{ margin: 0 0 6px; }

.contact-row{
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 10px;
}
.contact-row .icon{
  width: 22px; height: 22px; flex: 0 0 22px;
  margin-top: 2px;
}
.contact-row a{
  color: inherit;
  text-decoration: none;
}
.contact-row a:hover{
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 600px){
  .footer-call-block{ align-items: flex-start; }
  .footer-call-block .call-text a{ display: block; margin: 2px 0 0; }
}


/* TOP (before scroll) */
.main-navigation div > ul:not(.cart_list) > li.current-menu-item > a{
  border-bottom: 2px solid #fff !important;  /* use bottom border; adjust thickness */
  transition: color .25s ease, border-color .25s ease;
}

/* AFTER SCROLL */
header#masthead.is-scrolled
  .main-navigation div > ul:not(.cart_list) > li.current-menu-item > a{
  border-color: #000 !important;
  border-bottom-color: #000 !important;  /* in case only bottom is used */
  color: #000 !important;                /* remove if you don't want text black */
}

/* TOP (before scroll): white hover underline */
.link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a{
  border-bottom: 2px solid #fff !important;
  transition: border-color .25s ease;
}

/* AFTER SCROLL: black hover underline */
header#masthead.is-scrolled
  .link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a{
  border-bottom-color: #000 !important;
}



@media (max-width: 480px) {
	.section-heading h2{
		font-size:22px !important;
	}
	.right-side p{
		max-width:100% !important;
		margin-top:0px !important;
	}
	.about-title{
		width:100% !important;
		margin: auto;
        margin-bottom: 20px;
	}
	.counter-overlay{
		padding:45px !important;
	}
	.ready-talk-wrapper{
		max-width:90% !important;
		
	}
	.support-contact{
		justify-content:center;
	}
	.about-us-wrapper{
		gap:20px !important;
	}
}

@media (max-width: 1370px) {
	.banner-item{
		height:650px;
	}
.banner-content h2 {
    font-size: 35px;
}
.banner-content p{
 font-size:13px !important;
}
.section-heading h2 {
    font-size: 25px !important;
}
.right-side h3 {
    font-size: 26px !important;
    color: #111;
    font-weight: 700;
    margin: 5px;
}

.sub-img {
    bottom: -20px;
    left: 55%;
    width: 42%;
    top: 50%;
}
.main-img {
    width: 350px;
}
.center-logo {
    position: absolute;
    top: 14%;
    right: 5%;
    width: 85px;
    height: 80px;
}
.about-title {
    font-size: 26px !important;
   width:100%;
}
.section-heading h2{
  font-size: 20px !important;
}
.about-list li{
 font-size: 13px !important;
}
.support-text h3 {
    font-size: 20px !important;
}
.contact-box{
    gap:5px;
	text-align: center;
}
.home-blog-bottom{
   padding:15px 15px !important;
}
	.home_up_side{
		margin-bottom:0px !important;
	}
	.home_up_side h3.large{
		font-size:26px;
	}
}

.wpcf7-response-output {
    color: black;
}


.edit-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
	color:black;
}

.category-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}

.category-card-footer h3 {
  font-size: 16px;
  margin: 0;
  flex: 1;
}

.edit-btn {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  margin-left: 10px !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: transform 0.3s ease !important;
}

.edit-btn img {
  width: 40px !important;
  height: 40px !important;
  background: #12251F !important;
  padding: 6px !important;
  border-radius: 50% !important;
  border: 2px solid transparent !important;
  transition: background 0.3s ease, transform 0.3s ease !important;
}

.edit-btn:hover img {
  background: #1e3a31 !important;
  transform: scale(1.05) !important;
  border-color: #ffffff33 !important;
}

/* product fom  */
.wpcf7 .form-row {
  display: flex;
/*   flex-wrap: wrap; */
  gap: 15px;
  margin-bottom: 20px;
  justify-content:center;
}

.wpcf7 .form-row.single-col .form-group {
  width: 100%;
}

.wpcf7 .form-row.two-cols .form-group {
  flex: 1;
  min-width: 45%;
}

.wpcf7 .form-group input,
.wpcf7 .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
}

.wpcf7 .form-group input:focus,
.wpcf7 .form-group textarea:focus {
  border-color: #0073aa;
  outline: none;
}

.wpcf7 .form-group strong input {
  font-weight: bold;
}

.wpcf7-submit {
  background: #0d2c12 !important;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
	width:300px;
}

.wpcf7-submit:hover {
  background: #2dff4e;
	color:black;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute !important;
    right: 10px !important;
}



/* product page */

.product-categories {
    background: #ffff;
	margin-top:8%;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 cards per row */
  gap: 20px;
  width: 100%;
  margin: auto;
}

.category-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.category-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.category-card h3 {
  padding: 15px;
  font-size: 16px;
	text-align:left;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .category-cards {
    grid-template-columns: repeat(3, 1fr); /* 2 cards */
  }

  .category-card img {
    height: 210px;
  }
}

@media (max-width: 768px) {
  .category-cards {
    grid-template-columns: repeat(2, 1fr); /* still 2 cards */
    gap: 15px;
  }

  .category-card img {
    height: 200px;
  }

  .container h2 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .category-cards {
    grid-template-columns: 1fr; /* 1 card */
    gap: 15px;
	  width:90%;
  }

  .category-card img {
    height: 180px;
  }

  .category-card h3 {
    font-size: 14px;
    padding: 0;
    margin: 5px;
  }
}

@media (max-width: 1370px) {

.site-footer .widgets {
    padding: 35px 0px 0;
}
.step-item p{
max-width: 80%;
}

.card-info .tag {
    display: inline-block;
    background: #ffd700;
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: black;
    min-height: 30px;
}
	.product-categories{
		margin-top:0;
	}
	.card img{
		height:420px;
	}
	.corp-container{
		padding:0 40px;
	}
	
}

/* banner arrow */
.button-slider.slide-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

/* Positioning */
.prev-arrow {
  left: 20px;
}
.next-arrow {
  right: 20px;
}

/* Image styling */
.button-slider.slide-arrow img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); /* makes white if it's black arrow */
  transition: filter 0.3s ease;
}

/* Hover effect */
.button-slider.slide-arrow:hover {
  background-color: #fff;
}
.button-slider.slide-arrow:hover img {
  filter: brightness(0); /* turns image black */
}

/* Section background and spacing */
.business-gallery-section {
  background-color: #3647a3;
  padding: 60px 20px;
  color: white;
}

.business-gallery-section h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
}

/* Force 4-column grid layout */
.bwg-container .bwg-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 30px !important;
  justify-items: center;
  padding: 0;
}

/* Style each image block */
.bwg-container .bwg-gallery .bwg_image_block {
  border-radius: 20px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25) !important;
}

/* Hide title overlays */
.bwg-title,
.bwg-title-spun,
.bwg-title1 {
  display: none !important;
}

/* Image zoom on hover */
.bwg_image_block img {
  transition: transform 0.3s ease-in-out !important;
}

.bwg_image_block:hover img {
  transform: scale(1.03) !important;
}


/* why you choose us */

.why-you-choose-section {
  padding: 60px 20px;
  text-align: center;
  background: #ffffff;
}

.why-section-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}

.why-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 30px;
  justify-items: center;
	width:70%;
	margin:auto;
}

.why-card { 
  padding: 30px 20px;
    background-color: transparent;
        background-image: linear-gradient(180deg, #FFFFFF 0%, #ADBEEF 100%);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.72);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 20px;
  width: 100%;
  min-width: 280px;
  transition: transform 0.3s ease;
}

.why-card-inner {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 60%, rgba(168, 189, 250, 0.7490196078431373) 100%);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.72);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 20px;
}

.why-card:hover {
  transform: translateY(-5px);
}

.why-icon img {
    width: 120px;
    height: 120px;

}

.why-title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
	margin:0;
}

/* ======= RESPONSIVE BREAKPOINTS ======= */
@media (max-width: 1440px) {
  .why-cards-wrapper {
    gap: 25px;
  }
}

@media (max-width: 1370px) {
  .why-cards-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .why-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .why-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .why-card {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
	.why-cards-wrapper {
		width:100%;
	}
  .why-section-title {
    font-size: 24px;
  }

  .why-icon img {
    width: 90px;
    height: 90px;
  }

  .why-title {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .why-title {
    font-size: 14px;
  }
}


/* Slider Container */
.membership-certification-slider {
  padding:20px;
  background: #fff;
  text-align: center;
  position: relative;
	 overflow: visible;
  
}

.membership-certification-slider h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #000;
}

/* Slider Images */
.slick-certification img {
  max-width: 250px;
  margin: auto;
  padding: 20px;
  transition: transform 0.3s ease;
	z-index:999 !important;
}

.slick-certification img:hover {
  transform: scale(1.05);
}

/* Custom Prev/Next Arrow Buttons */
.certificate-prev,
.certificate-next {

  border: none;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 999 !important;
  cursor: pointer;
	    overflow: visible !important;
    background: #00000014;
    border-radius: 50%;
    padding: 10px;
    color: black;
    font-size: 16px;
    font-weight: 900;
}

.certificate-prev {
  left: -60px;
}

.certificate-next {
  right: -60px;
}

.certificate-prev img,
.certificate-next img {
  width: 40px;
  height: 40px;
}

/* Custom Dots */
.slick-dots {
  display: flex !important;
  justify-content: center;
  padding-top: 30px;
  gap: 10px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  border-radius: 50%;
  margin: 0;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background-color: #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .certificate-prev,
  .certificate-next {
display:none;
  }

  .certificate-prev img,
  .certificate-next img {
    width: 30px;
    height: 30px;
  }
}



