 .header {}

 .custom-header {
     padding: 15px 0;
     position: absolute;
     width: 100%;
 }

 .navbar-nav .nav-link {
     font-weight: 500;
     margin: 0 12px;
     color: white;
 }

 /* Default (top of page) */
 .navbar-nav .nav-link {
     color: white;
 }

 /* After scroll */
 .custom-header.scrolled .navbar-nav .nav-link {
     color: #000;
 }

 .custom-header.scrolled .dropdown-toggle {
     color: #000 !important;
 }


 .custom-header {
     position: fixed;
     width: 100%;
     top: 0;
     left: 0;
     transition: all 0.3s ease;
     background: transparent;
     z-index: 9999;
 }

 .custom-header.scrolled {
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
     background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
     padding: 15px 0;
     background: rgba(255, 255, 255, 0.15);
     backdrop-filter: blur(10px);
     -webkit-backdrop-filter: blur(10px);
     /* Safari support */
 }




 .btn-join {
     background: #000;
     color: #fff;
     padding: 8px 44px;
     border-radius: 10px;
     font-weight: 500;
 }

 .btn-join:hover {
     background: #333;
     color: #fff;
 }

 .btn-learn {
     background: white;
     color: #000;
     padding: 8px 44px;
     border-radius: 10px;
     font-weight: 500;
 }

 .btn-learn:hover {
     background: #000;
     color: #fff;
 }

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

 /* Add underline effect only to normal nav links */
 .navbar-nav .nav-item:not(.dropdown)>.nav-link {
     position: relative;
 }

 /* Remove default hover color change */
 .navbar-nav .nav-item:not(.dropdown)>.nav-link:hover {
     color: #000;
 }

 /* Create underline */
 /*.navbar-nav .nav-item:not(.dropdown)>.nav-link::after {
     content: "";
     position: absolute;
     left: 0;
     bottom: -5px;
     width: 0%;
     height: 2px;
     background: #000;
     transition: width 0.3s ease;
 }


 .navbar-nav .nav-item:not(.dropdown)>.nav-link:hover::after {
     width: 100%;
 }*/

 /* ================== MEGA MENU ================== */
 .mega-item {
     position: static;
     /* important */
 }

 /* Mega panel */
 .mega-panel {
     position: absolute;
     top: 100%;
     left: 0;
     right: 0;
     /* stretch full width inside header */
     width: 100%;

     background: #fff;

     opacity: 0;
     visibility: hidden;
     transform: translateY(-10px);

     transition: all 0.3s ease;
     pointer-events: none;
     box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
     z-index: 999;
 }

 /* Show */
 .mega-item.open .mega-panel {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
     pointer-events: auto;
 }


 /* inner container */
 .mega-inner {
     max-width: 1320px;
     margin: auto;
     padding: 40px 15px;
 }

 /* 4 column layout */
 .mega-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 25px;
 }

 /* cards */
 .mega-card {
     display: flex;
     flex-direction: column;
     align-items: center;
     /* center horizontally */
     text-align: center;
     /* center text */
     text-decoration: none;
     color: black;
 }

 /* Image */
 .mega-card img {
     width: 100%;
     height: 160px;
     object-fit: cover;
     border-radius: 12px;
     transition: transform 0.3s ease;
 }

 /* Text below image */
 .mega-card span {
     display: block;
     margin-top: 14px;
     font-size: 15px;
     font-weight: 400;
 }

 .mega-grid {
     display: grid;
     grid-template-columns: repeat(4, 1fr);
     gap: 35px;
     align-items: start;
 }


 /* hover effect */
 .mega-card:hover img {
     transform: scale(1.05);
 }

 /* mobile disable */
 @media (max-width: 991px) {
     .mega-panel {
         display: none;
     }
 }

 .mega-card span {
     display: block;
     margin-top: 14px;
     font-size: 15px;
     font-weight: 400;
     transition: all 0.3s ease;
 }

 /* Hover effect */
 .mega-card:hover span {
     color: #9E735B;
     /* brown color */
     font-weight: 500;
     transform: translateY(-3px);
 }






 /* banner section start */
 .banner_section {
     /* background-image: linear-gradient(rgba(0, 0, 0, 0.4),
            
            rgba(0, 0, 0, 0.4)),
        url("../images/navbar/banner_video.webm"); */
     /* background-image: url("../images/home/dummy_bg.png"); */
     /* background-repeat: no-repeat; */
     /* background-position: center; */
     /* background-size: cover; */
     position: relative;
     height: 800px;
     width: 100%;
     overflow: hidden;
 }

 .bg-video {
     position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     transform: translate(-50%, -50%);
     object-fit: cover;
     z-index: -2;
     height: 723px;
 }

 .overlay {
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.55);
     z-index: -1;
 }

 .para_btn {
     display: flex;
     justify-content: space-between;
     align-items: center;
     position: relative;
     z-index: -1;
 }

 .banner_head {
     font-weight: 700;
     font-size: 62px;
     color: #fff;
     line-height: 87px;
     margin-bottom: 20px;
 }

 .banner_para {
     font-weight: 300;
     font-size: 16px;
     line-height: 34px;
     color: #fff;
 }

 .banner_section .main_sec {
     padding-top: 350px;
     padding-bottom: 70px;
 }

 .sparkle_img {
     width: 20px;
     height: 20px;
 }

 .banner_section .banner_btn {
     display: flex;
     gap: 20px;
 }

 .dubai_img {
     width: 100%;
     margin: 80px 0px;
 }

 .header {
     text-align: center;

 }

 .innovative-tag {
     /* font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #666; */
     font-family: "Stack Sans Headline", sans-serif;
     font-weight: 300;
     font-size: 16px;
     margin-bottom: 20px;
     text-align: center;
     text-transform: uppercase;

 }

 .cutting_edge_sol {
     padding-bottom: 70px;
     padding-top: 70px;
 }

 .cutting_edge_sol .main-title {
     font-weight: 600;
     font-size: 43px;
     text-align: center;
     color: #000;
     margin-bottom: 20px;
 }

 .cutting_edge_sol .description {
     font-weight: 300;
     text-align: center;
     color: #000;
     font-size: 16px;
     line-height: 30px;
     margin-bottom: 40px;
 }

 .products-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
     margin-bottom: 60px;
     position: relative;
 }

 .product-card {
     background: #fff;
     padding: 20px 20px;
     text-align: center;
     border-radius: 12px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .product-card:hover .product-title {
     color: #9E735B;
 }

 .product-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
     border: 1px solid;

     border-image-source: linear-gradient(0deg, #0D0D0D, #0D0D0D),
         linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
 }

 .product-icon {
     font-size: 48px;
     margin-bottom: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     height: 80px;
 }

 .product-icon svg {
     width: 60px;
     height: 60px;
 }

 .product-card .product-title {
     font-weight: 600;
     font-size: 23px;
     text-align: center;
     line-height: 35px;
     margin-bottom: 20px;
 }

 .product-subtitle {
     color: #000000;
     font-weight: 400;
     text-align: center;
     font-size: 14px;
     line-height: 26px;
 }

 .cta-buttons {
     display: flex;
     justify-content: center;
     gap: 20px;
 }

 .product-card {
     background: #fff;
     padding: 20px 20px;
     text-align: center;
     border: 1px solid transparent;
     /* Important */
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
     border-radius:0px;
 }

 .product-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
     border: 1px solid #000;
     /* Black border on hover */
 }

 /* Title turns brown on hover */
 .product-card:hover .product-title {
     color: #9E735B;
 }













 .ev-section {
     padding: 70px 0;
     background: #ffffff;
 }


 /* TEXT */


 .ev-title {
     font-size: 30px;
     font-weight: 700;
     margin-bottom: 20px;
     font-family: "Aloevera display";
     line-height: 40px;
 }


 .ev-desc {
     max-width: 720px;
     font-size: 13px;
     margin-bottom: 40px;
     line-height: 24px;
     font-weight: 400;
     color: #000;
 }

 /* OWL CORE */
 .ev_logo {
     position: relative;
 }

 .ev_logo .owl-carousel {
     width: 100%;
 }

 /* ITEM */
 .ev_logo .item {
     width: 100%;
 }

 #testimonial-area .ev-card {
     width: 100%;
     min-height: 450px;
     background-size: cover;
     background-position: center;
     position: relative;
     overflow: hidden;
     display: flex;
     align-items: flex-end;
 }

 #testimonial-area .overlay-text {
     position: absolute;
     bottom: 30px;
     left: 20px;
     right: 20px;
     color: white;
     z-index: 2;
     font-family: "Stack Sans Headline";
 }

 #testimonial-area .overlay-text p {
     font-size: 16px;
     line-height: 24px;
 }

 #testimonial-area .owl-nav {
     position: absolute;
     top: -70px;
     right: 0;
 }

 #testimonial-area .owl-carousel .owl-nav button.owl-prev span,
 #testimonial-area .owl-carousel .owl-nav button.owl-next span {
     width: 40px;
     height: 40px;
     display: block;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     font-size: 0;
 }

 #testimonial-area .owl-carousel .owl-nav button.owl-prev span {
     background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
     margin-right: 15px;
 }

 #testimonial-area .owl-carousel .owl-nav button.owl-next span {
     background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
 }

 @media (max-width:992px) {
     #testimonial-area .ev-card {
         min-height: 380px;
     }
 }

 @media (max-width:768px) {
     #testimonial-area .ev-card {
         min-height: 320px;
     }

     #testimonial-area .overlay-text p {
         font-size: 14px;
     }

     #testimonial-area .avatar-circle {
         width: 40px;
         height: 40px;
     }

     #testimonial-area .avatar-rect {
         width: 40px;
     }
 }

 @media (max-width:480px) {
     #testimonial-area .ev-card {
         min-height: 280px;
     }

     #testimonial-area .overlay-text {
         bottom: 20px;
     }

     #testimonial-area .overlay-text p {
         font-size: 13px;
         line-height: 20px;
     }
 }




 .ev_logo .item img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }


 .ev_logo .owl-carousel .owl-dots.disabled,
 .ev_logo .owl-carousel .owl-nav.disabled {
     display: block;
 }

 .ev_logo .owl-carousel .owl-nav button {
     position: relative;
 }



 .ev_logo .owl-nav {
     position: absolute;
     top: -80px;
     right: 0;
     z-index: 999;
 }


 .ev_logo .owl-carousel .owl-nav button.owl-prev span {
     background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
     width: 40px;
     height: 40px;
     display: block;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     display: block;
     font-size: 0;
     z-index: 10;
     position: absolute;
     top: -20px;
     left: -120px;
 }

 .ev_logo .owl-carousel .owl-nav button.owl-next span {
     background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
     width: 40px;
     height: 40px;
     display: block;
     background-size: 100% 100%;
     display: block;
     font-size: 0;
     position: absolute;
     top: -20px;
     /* right: -4270px; */
     z-index: 10;
     left: -60px;
 }

 /* RESPONSIVE */
 @media (max-width: 992px) {
     .ev-title {
         font-size: 24px;
     }

     .ev_logo .item {
         height: 300px;
     }
 }

 @media (max-width: 576px) {
     .ev_logo .item {
         height: 240px;
     }
 }




 #testimonial-area .ev-card {
     height: 100%;
     background-size: cover;
     background-position: center;
     position: relative;
     overflow: hidden;
 }

 /* Smoky bottom */
 #testimonial-area .ev-card::after {
     content: "";
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 45%;
     background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
 }

 /* Text layer */
 #testimonial-area .overlay-text {
     position: absolute;
     bottom: 40px;
     font-family: "Stack Sans Headline";
     left: 30px;
     right: 20px;
     line-height: 30px;
     color: white;
     z-index: 2;
 }

 #testimonial-area .profile-box {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-top: 10px;
 }

 #testimonial-area .avatar-circle {
     width: 50px;
     height: 50px;
     border-radius: 50%;
 }

 #testimonial-area h6 {
     color: #C4BEB2;
     font-family: "Stack Sans Headline";
     font-size: 14px;
     margin: 0;
     /* remove default margin */
     line-height: 18px;
     /* control height */
 }

 #testimonial-area span {
     display: block;
     /* makes it sit tightly below h6 */
     color: #C4BEB2;
     font-family: "Stack Sans Headline";
     font-size: 13px;
     line-height: 18px;
     margin: 2px 0 0 0;
     /* tiny controlled spacing */
 }


 .right-avatar {
     margin-left: auto;
 }

 #testimonial-area.avatar-rect {
     width: 50px;
     height: auto;
     border-radius: 0;
 }

 #testimonial-area .owl-carousel .owl-nav button.owl-prev span {
     background-image: url(../images/edaddyx7/ev_charge_station_leftarrow.png);
     width: 40px;
     height: 40px;
     display: block;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     display: block;
     font-size: 0;
     z-index: 10;
     position: absolute;
     top: 550px;
     left: -120px;
 }

 #testimonial-area .owl-carousel .owl-nav button.owl-next span {
     background-image: url(../images/edaddyx7/ev_charge_station_rightarrow.png);
     width: 40px;
     height: 40px;
     display: block;
     background-size: 100% 100%;
     display: block;
     font-size: 0;
     position: absolute;
     top: 550px;
     /* right: -4270px; */
     z-index: 10;
     left: -60px;
 }






 @media screen and (max-width:992px) {
     #testimonial-area .owl-carousel .owl-nav button.owl-prev span {
         left: -114px !important;
         top: 386px !important;
     }

     #testimonial-area .owl-carousel .owl-nav button.owl-next span {
         left: -57px !important;
         top: 386px !important;
     }
 }

 @media screen and (max-width:768px) {
     #testimonial-area .owl-carousel .owl-nav button.owl-prev span {
         left: -114px !important;
         top: 375px !important;
     }

     #testimonial-area .owl-carousel .owl-nav button.owl-next span {
         left: -57px !important;
         top: 375px !important;
     }
 }

 @media screen and (max-width:425px) {
     #testimonial-area .owl-carousel .owl-nav button.owl-prev span {
         left: -114px !important;
         top: 326px !important;
     }

     #testimonial-area .owl-carousel .owl-nav button.owl-next span {

         left: -57px !important;
         top: 326px !important;
     }
 }



 /* -----------------------------------powering sustainable delivery css start--------------------------------------------*/
	.powering-future {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	/* centered container */
	.powering-future__wrapper {
		max-width: auto;
		margin: auto;
		position: relative;
	}

	/* ===== BACKGROUND IMAGE ===== */
.powering-future__background {
	width: 100%;
	height: 100vh; /* full screen */
	background: url("../images/home/power_sustain_background.webp") center/cover no-repeat;
	background-attachment: fixed; /* THIS creates parallax */
	position: relative;
}
.powering-future {
	position: relative;
	min-height: 160vh; /* creates scroll space */
}
@media (max-width: 768px) {
	.powering-future__background {
		background-attachment: scroll;
	}
}
.powering-future {
	position: relative;
	min-height: 160vh;
	background: url("../images/home/power_sustain_background.webp") center/cover no-repeat fixed;
}

	/* bottom dark fade */
	.powering-future__background::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 55%;
		background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0.45) 70%, rgba(0, 0, 0, 0) 100%);
	}

	/* ===== CONTENT POSITION ===== */

.powering-future__content {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 150px;
	z-index: 2;
}
@media (max-width:768px) {
	.powering-future {
		background-attachment: scroll;
	}
}

	/* TEXT BLOCK */
	.powering-future__text {
		max-width: 900px;
    margin-top: 500px;
	}

	/* Powering (outline font) */
	/* Powering (outline font) */
	.powering-future__outline {
		font-family: "Aloeveradisplayoutline", sans-serif;
		/* font-weight: 700; */
		font-size: 100px;
		margin: 0 0 3px 0;
		-webkit-text-fill-color: transparent;
		color: transparent;
		background: linear-gradient(90deg, #c6a892 0%, #f3e6dc 35%, #ffffff 52%, #e0cfc2 70%, #b8957f 100%);
		-webkit-background-clip: text;
		background-clip: text;
		letter-spacing: -4.0px;
	}

	/* Sustainable Future */
	.powering-future__heading {
		font-family: "Aloevera Display";
		font-weight: 700;
		font-size: 80px;
		line-height: 1.5;
		color: #fff;
		margin: 0;
	}

	/* third line */
	.powering-future__tagline {
		font-family: "Stack Sans Headline", sans-serif;
		font-size: 14px;
		letter-spacing: 1.0px;
		color: #fff;
		margin-top: 13px;
		font-weight: 90;
		margin-bottom: 50px;
	}

	/* ===== ROTATING SYMBOL ===== */
	.powering-future__logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.powering-future__logo img {
		width: 410px;
		height: 60%;
		/* animation */
		animation: rotateSymbol 18s linear infinite;
		/* transform-origin: center center; */
		margin-top: 500px;
	}

	/* keyframes */
	@keyframes rotateSymbol {
		from {
			transform: rotate(0deg);
		}

		to {
			transform: rotate(360deg);
		}
	}

	/* ================= RESPONSIVE ================= */
	/* 1400px */
	@media (max-width:1400px) {
		.powering-future__background {
			height: 880px;
		}

		.powering-future__content {
			left: 100px;
			bottom: 35px;
			right: 50px;
		}

		.powering-future__heading {
			font-size: 82px;
			width: 850px;
		}

		.powering-future__outline {
			font-size: 82px;
			letter-spacing: -3px;
		}

		.powering-future__logo img {
			width: 200px;
		}
	}

	/* 1100px */
	@media (max-width:1100px) {
		.powering-future__background {
			height: 760px;
		}

		.powering-future__content {
			left: 70px;
			bottom: 30px;
			right: 25px;
		}

		.powering-future__text {
			max-width: 700px;
		}

		.powering-future__heading {
			font-size: 68px;
			width: 700px;
			line-height: 1.35;
		}

		.powering-future__outline {
			font-size: 68px;
			letter-spacing: -2.5px;
		}

		.powering-future__logo img {
			width: 260px;
		}
	}

	/* 900px */
	@media (max-width:940px) {
		.powering-future__background {
			height: 680px;
		}

		.powering-future__content {
			left: 40px;
			bottom: 25px;
			gap: 20px;
		}

		.powering-future__text {
			max-width: 560px;
		}

		.powering-future__heading {
			font-size: 56px;
			width: 560px;
		}

		.powering-future__outline {
			font-size: 56px;
			letter-spacing: -2px;
		}

		.powering-future__logo img {
			width: 180px;
		}

		.powering-future__tagline {
			font-size: 11px;
			margin-bottom: 30px;
		}
	}

	/* 768px */
	@media (max-width:768px) {
		.powering-future__background {
			height: 620px;
		}

		.powering-future__content {
			right: 25px;
			bottom: 25px;
			align-items: flex-start;
		}

		.powering-future__text {
			max-width: 100%;
		}

		.powering-future__heading {
			font-size: 31px;
			width: auto;
		}

		.powering-future__outline {
			font-size: 46px;
			letter-spacing: -1.5px;
		}

		.powering-future__logo {
			align-self: flex-end;
			margin-top: 15px;
		}

		.powering-future__logo img {
			width: 150px;
		}

		.powering-future__tagline {
			font-size: 14px;
			margin-bottom: 30px;
		}
	}

	/* 540px */
	@media (max-width:500px) {
		.powering-future__background {
			height: 560px;
		}

		.powering-future__content {
			left: 70px;
			right: 18px;
			bottom: 80px;
		}

		.powering-future__heading {
			font-size: 15px;
			line-height: 1.25;
            margin-left: -104px;
		}

		.powering-future__outline {
			font-size: 30px;
			letter-spacing: -1px;
            margin-left: -104px;
		}

		.powering-future__tagline {
			font-size: 9px;
			margin-bottom: 30px;
            margin-left: -104px;
		}

		.powering-future__logo img {
		
		}
	}

	/* 400px */
	@media (max-width:400px) {
		.powering-future__background {
			height: 520px;
		}

		.powering-future__content {
			left: -14px;
			right: 14px;
			bottom: 80px;
            width: fit-content;
		}

		.powering-future__heading {
			font-size: 15px;
		}

		.powering-future__outline {
			font-size: 15px;
			letter-spacing: -0.5px;
		}

		.powering-future__tagline {
			font-size: 7px;
			margin-bottom: 20px;
		}

		.powering-future__logo img {
			width: 80px;
            margin-right: -160px;
			
		}}
 /* -----------------------------------powering sustainable delivery css end --------------------------------------------*/

 /* .btn {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
} */

 .btn-primary {
     background-color: #9b7b64;
     color: #fff;
 }

 .btn-primary:hover {
     background-color: #8a6d58;
     transform: translateY(-2px);
     box-shadow: 0 4px 12px rgba(155, 123, 100, 0.3);
 }

 .btn-secondary {
     background-color: #fff;
     color: #000;
     border: 2px solid #e0e0e0;
 }

 .btn-secondary:hover {
     border-color: #000;
     transform: translateY(-2px);
 }

 .partners_logo .owl-carousel .owl-item .webflow_img {
     display: unset;
     margin-bottom: 30px;
     width: 210px;
 }

 .partners_logo {
     margin: 80px 0px 60px;
     z-index: -1;
     position: relative;
 }

 .webflow_para {
     line-height: 36px;
     color: #000000;
     font-family: Stack Sans Headline;
     font-weight: 400;
     font-size: 20px;
     margin-bottom: 80px;
 }

 .webflow_name {
     color: #000000;
     font-weight: 700;
     font-size: 20px;
     text-align: center;
     margin-bottom: 10px;
 }

 .webflow_role {
     color: #000000;
     font-weight: 400;
     font-size: 14px;
     text-align: center;
     font-family: Stack Sans Headline;
 }

 .anima_img {
     display: unset !important;
     margin-bottom: 20px;
 }


 .partners_logo .owl-carousel .owl-dots.disabled,
 .partners_logo .owl-carousel .owl-nav.disabled {
     display: block;
 }

 .partners_logo .owl-carousel .owl-nav button {
     position: relative;
 }

 .partners_logo .owl-carousel .owl-nav button.owl-prev span {
     background-image: url(../images/home/leftside_arrow.png);
     width: 40px;
     height: 40px;
     display: block;

     background-size: 100% 100%;
     background-repeat: no-repeat;
     background-position: center;
     display: block;
     font-size: 0;
     z-index: 10;
     position: absolute;
     top: -240px;
     left: -600px;
 }

 .partners_logo .owl-carousel .owl-nav button.owl-next span {
     background-image: url("../images/home/rightside_arrow.png");
     width: 40px;
     height: 40px;
     display: block;

     background-size: 100% 100%;
     display: block;
     font-size: 0;
     position: absolute;
     top: -240px;
     right: -600px;
     z-index: 10;
 }


 .sustainable_Delivery_Sec {
     padding: 80px 0;
     background: white;
 }

 .sustainable_Delivery_Sec .main-title {
     font-size: 40px;
     font-weight: 600;
     line-height: 55px;
     font-family: "Aloevera Display";
     margin-bottom: 20px;
 }

 .sustainable_Delivery_Sec .brand {
     color: #9b7b67;
     display: block;
     margin-top: 5px;
     font-size: 40px;
     font-family: "Aloevera Display";
 }

 .sustainable_Delivery_Sec .para {
     font-family: Stack Sans Headline;
     font-weight: 400;
     font-size: 16px;
     color: #000;
     line-height: 29px;
 }

 .sustainable_Delivery_Sec .stat-box {
     background: #E7E7E7;
     padding: 25px;
     border-radius: 12px;


 }

 .sustainable_Delivery_Sec .stat-box h2 {
     font-family: Aloevera Display;
     font-weight: 700;
     color: #000;
     font-size: 40px;
     margin-bottom: 10px;
 }

 .sustainable_Delivery_Sec .stat-box p {

     color: #000000;
     font-family: Stack Sans Headline;
     font-weight: 400;
     font-size: 14px;
     margin-top: 8px;
     line-height: 25px;
 }

 .sustainable_Delivery_Sec .vehicle-img {
     border-radius: 1px;
     width: 90%;
     height: 450px;
     object-fit: cover;
 }

 /*------------------------------- TAke next step css start--------------------------*/

 .cta-section {
     padding: 70px 0;
 }

 .cta-section .container {
     max-width: 100%;
     padding-left: 40px;
     padding-right: 40px;
 }

 .cta-section .cta-box {
     position: relative;
     isolation: isolate;
     border-radius: 0px;
     overflow: hidden;

     background: url("../images/home/Take_the_nextstep_background.png") 85% center/cover no-repeat;

     min-height: 560px;
     display: flex;
     align-items: center;
     padding-top: 70px;
 }

 .cta-section .cta-box::before {
     content: "";
     position: absolute;
     inset: 0;
     z-index: 0;

     background: linear-gradient(90deg,
             rgba(0, 0, 0, 0.92) 0%,
             rgba(0, 0, 0, 0.82) 18%,
             rgba(0, 0, 0, 0.55) 38%,
             rgba(0, 0, 0, 0.28) 55%,
             rgba(0, 0, 0, 0.08) 70%,
             transparent 85%);
 }

 .cta-badge {
     position: absolute;
     top: 70px;
     left: 80px;
     z-index: 2;
 }

 .cta-badge img {
     width: 52px;
     height: auto;
     padding-top: 20px;

 }

 /* TEXT  */
 .cta-section .cta-content {
     position: relative;
     z-index: 2;
     max-width: 560px;
     margin-left: 80px;
 }

 /* HEADING */
 .cta-section .cta-content h2 {
     font-size: 65px;
     line-height: 1.05;
     color: #ffffff;
     font-family: "Aloevera display";
     font-weight: 600;
 }

 .cta-section .cta-content h3 {
     font-size: 80px;
     line-height: 1.05;
     color: #ffffff;
     font-family: "Aloevera display";
     font-weight: 700;
     margin-bottom: 14px;
 }


 /* SUBTEXT */
 .cta-section .cta-content p {
     color: #e6e6e6;
     font-family: "Stack Sans Headline";
     font-size: 14px;
     margin-bottom: 30px;
 }

 /* BUTTON AREA */
 /* wrapper */



 .cta-section .hero-cta-buttons {
     display: flex;
     align-items: center;
     gap: 20px;
 }


 .cta-section .hero-cta-buttons a {
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     gap: 10px;
     font-family: "Stack Sans Headline";
     font-size: 13px;
     padding: 10px 26px;
     border-radius: 10px;
     height: 40px;
     line-height: 1;
 }

 .cta-section .btn-primary {
     background: #b88a68;
     color: #ffffff;
     border: none;
 }

 /* hover */
 .cta-section .btn-primary:hover {
     background: #a67857;
 }

 .cta-section .btn-secondary {
     background: transparent;
     color: #ffffff;
     border: 1.5px solid rgba(255, 255, 255, 0.8);
 }

 /* hover */
 .cta-section .btn-secondary:hover {
     border-color: #ffffff;
 }

 /* sparkle bubble */

 /* fix arrow alignment */
 .cta-section .btn-secondary i {
     color: #ffffff;
     line-height: 1;
     position: relative;
     top: 1px;
 }

 @media (max-width:1400px) {

     .cta-section .cta-box {
         min-height: 520px;
         background-position: 88% center;
     }

     .cta-section .cta-content {
         margin-left: 70px;
     }

     .cta-section .cta-content h2 {
         font-size: 58px;
     }

     .cta-section .cta-content h3 {
         font-size: 72px;
     }

     .cta-badge {
         left: 70px;
         top: 65px;
     }

     .cta-badge img {
         left: 55px;
         width: 46px;
         position: relative;
     }
 }

 @media (max-width:1200) {
     .cta-section .cta-content {
         padding: 45px;
     }
 }

 @media (max-width:1100px) {

     .cta-section .cta-box {
         min-height: 480px;
         background-position: 92% center;
     }

     .cta-section .cta-content {
         margin-left: 60px;
         max-width: 500px;
     }

     .cta-section .cta-content h2 {
         font-size: 50px;
     }

     .cta-section .cta-content h3 {
         font-size: 62px;
     }

     .cta-section .cta-content p {
         font-size: 13px;
     }

     .cta-badge {
         left: 60px;
         top: 60px;
     }

     .cta-badge img {
         width: 42px;
         position: relative;
         left: 40px;
     }

     .cta-section .hero-cta-buttons a {
         height: 38px;
         padding: 9px 22px;
         font-size: 12px;
     }
 }

 @media (max-width:940px) {

     .cta-section .cta-box {
         min-height: 440px;
         background-position: 100% center;
     }

     .cta-section .cta-content {
         margin-left: 45px;
         max-width: 440px;
     }

     .cta-section .cta-content h2 {
         font-size: 42px;
     }

     .cta-section .cta-content h3 {
         font-size: 52px;
     }

     .cta-section .cta-content p {
         font-size: 12px;
         margin-bottom: 22px;
     }

     .cta-badge {
         left: 50px;
         top: 50px;
     }

     .cta-badge img {
         width: 36px;
         top: 20px;
     }

     .cta-section .hero-cta-buttons {
         gap: 14px;
     }

     .cta-section .hero-cta-buttons a {
         height: 36px;
         padding: 8px 20px;
         font-size: 12px;
     }
 }

 @media (max-width:768px) {

     .cta-section .cta-box {
         min-height: 460px;
         background-position: 50% center;
     }

     /* only badge correction */
     .cta-badge img {
         left: 26px;
         width: 34px;
         top: 50px;
     }



     .cta-section .cta-content {
         margin-left: 40px;
         max-width: 380px;
     }

     .cta-section .cta-content h2 {
         font-size: 34px;
     }

     .cta-section .cta-content h3 {
         font-size: 44px;
     }
 }

 @media (max-width:500px) {

     /* container must stop restricting hero */
     .cta-section .container {
         padding-left: 18px;
         padding-right: 18px;
     }

     .cta-section .cta-box {
         min-height: 520px;
         border-radius: 18px;
         background-position: 70% center;
         background-size: cover;
         align-items: flex-end;
         padding: 40px 20px 30px;
     }

     /* center text */
     .cta-section .cta-content {
         margin: 0;
         max-width: 100%;
     }

     /* GOLD STAR FIX */
     .cta-badge {
         left: 28px;
         /* align with text padding */
         top: 170px;
         transform: none;
     }

     .cta-badge img {
         width: 26px;
     }

     /* text sizing */
     .cta-section .cta-content h2 {
         font-size: 26px;
     }

     .cta-section .cta-content h3 {
         font-size: 34px;
     }

     .cta-section .cta-content p {
         font-size: 12px;
         margin-bottom: 20px;
     }

     /* buttons center */
     .cta-section .hero-cta-buttons {
         justify-content: center;
     }

     .cta-section .hero-cta-buttons a {
         height: 34px;
         padding: 7px 18px;
         font-size: 11px;
     }
 }


 @media (max-width:400px) {

     .cta-section .cta-box {
         min-height: 480px;
         padding: 30px 14px 26px;
         background-position: 70% center;
     }

     /* badge perfectly centered */
     .cta-badge {
         top: 5px;
         left: 38px;
     }

     .cta-badge img {
         /* right: 60px; */
         width: 24px;
         top: 190px;
         left: 20px;
         position: relative;
     }

     .cta-section .cta-content h2 {
         font-size: 20px;
     }

     .cta-section .cta-content h3 {
         font-size: 30px;
     }

     .cta-section .cta-content p {
         font-size: 11px;
     }

     .cta-section .hero-cta-buttons {
         gap: 10px;
     }

     .cta-section .hero-cta-buttons a {
         height: 32px;
         padding: 6px 14px;
         font-size: 10px;
     }
 }

 /*------------------------------- TAke next step css end--------------------------*/

 .edaddy-footer {
     background: #C4BEB25E;
     padding: 60px 80px 30px;
     font-family: 'Plus Jakarta Sans', sans-serif;
     color: #111;
 }

 .footer-top {
     display: flex;
     justify-content: space-between;
 }

 .footer-left {
     max-width: 520px;
 }

 .footer-logo {
     display: flex;
     align-items: center;
     gap: 10px;
     font-weight: 700;
     font-size: 20px;
     margin-bottom: 20px;
 }

 .footer-logo img {
     width: 28px;
 }

 .footer-left h4 {
     font-family: Aloevera Display;
     font-weight: 600;
     font-size: 18px;
     color: #000;
     margin-bottom: 20px;

 }

 .footer-left p {

     font-family: Stack Sans Headline;
     font-weight: 300;
     font-size: 14px;
     color: #000;
     line-height: 26px;
 }

 .footer-right {
     max-width: 480px;
     margin-right: 168px;
 }

 .footer-right h3 {
     font-family: Aloevera Display;
     font-weight: 600;
     font-size: 26px;
     color: #000000;
     line-height: 40px;
     margin-bottom: 20px;
 }

 .footer-right h3 span {
     color: #a16b4a;
 }

 .footer-subscribe {
     display: flex;
     gap: 12px;
 }

 .footer-subscribe input {
     flex: 1;
     padding: 14px 16px;
     border-radius: 10px;
     font-size: 14px;
     outline: none;
     border: 1px solid #a0a0a0;
     background-color: #f1ede8 !important;
 }

 .footer-subscribe button {
     padding: 14px 26px;
     background: #000;
     color: #fff;
     border: none;
     border-radius: 10px;
     font-size: 14px;
     cursor: pointer;
 }

 .footer-links {
     display: flex;
     gap: 60px;
     margin: 50px 0 30px;
     flex-wrap: wrap;
 }

 .footer-links a {
     text-decoration: none;
     font-size: 15px;
     font-weight: 500;
     color: #111;
     position: relative;
 }

 .footer-links a::after {
     content: "";
     display: block;
     width: 24px;
     height: 2px;
     background: #a16b4a;
     margin-top: 8px;
 }

 .footer-bottom {
     border-top: 1px solid #ddd;
     padding-top: 20px;
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     font-size: 14px;
 }

 .footer-legal {
     display: flex;
     gap: 12px;
 }

 .footer-legal a {
     color: #444;
     text-decoration: underline;
 }

 .footer-logo {
     margin-bottom: 20px;
 }

 .footer-logo img {
     width: 245px;
     height: auto;
     display: block;
 }

 .edaddy-footer {
     padding-left: 0;
     padding-right: 0;
 }

 .edaddy-footer>* {
     max-width: 1360px;
     margin-left: auto;
     margin-right: auto;

 }

 /* responsive */

 @media screen and (max-width: 1400px) {
     .webflow_para {
         line-height: 38px;
         font-size: 20px;
         margin-bottom: 60px;
     }

     .partners_logo .owl-carousel .owl-item .webflow_img {
         margin-bottom: 20px;
         width: 180px;
     }

     .webflow_name {
         font-size: 18px;
         margin-bottom: 8px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-prev span {
         left: -460px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-next span {
         right: -460px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-prev span {
         width: 35px;
         height: 35px;

     }

     .partners_logo .owl-carousel .owl-nav button.owl-next span {
         width: 35px;
         height: 35px;
     }

     .banner_head {
         font-size: 52px;
         line-height: 77px;
     }

     .banner_para {
         font-size: 14px;
         line-height: 34px;

     }

     .banner_para br {
         display: none;
     }

     .para_btn {
         display: flex;
         justify-content: space-between;
         align-items: center;
         gap: 40px;
     }

     .banner_head {
         font-size: 48px;
         line-height: 77px;
     }

     .banner_section .main_sec {
         padding-top: 230px;
         padding-bottom: 70px;
     }

     .nav-link {
         font-size: 14px;
     }

     .cutting_edge_sol .main-title {
         font-size: 35px;
     }

     .innovative-tag {
         font-size: 14px;
         margin-bottom: 10px;
     }

     .product-card .product-title {
         font-weight: 600;
         font-size: 20px;
         text-align: center;
         line-height: 35px;
         margin-bottom: 20px;
     }

     .sustainable_Delivery_Sec .para {
         font-size: 14px;
     }

     .sustainable_Delivery_Sec .stat-box p br {
         display: none;
     }

     .cta-section .cta-content {
         padding: 64px;
     }

     .cta-section .cta-image img {
         width: 100%;
     }

     .cta-section .cta-content h2 {
         font-size: 30px;
     }

     .navbar-brand img {
         width: 185px;
     }
 }

 @media screen and (max-width: 1200px) {
     .partners_logo .owl-carousel .owl-nav button.owl-prev span {
         width: 30px;
         height: 30px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-prev span {
         left: -410px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-next span {
         right: -410px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-next span {
         width: 30px;
         height: 30px;
     }

     .webflow_para {
         line-height: 34px;
         font-size: 17px;
     }

     .banner_para {
         line-height: 28px;
         letter-spacing: 0.5px;
     }

     .cutting_edge_sol .description {
         font-size: 14px;
     }

     .sustainable_Delivery_Sec .stat-box p {
         height: 50px;
     }

     .sustainable_Delivery_Sec .para br {
         display: none;
     }

     .sustainable_Delivery_Sec .main-title {
         font-size: 35px;
     }

     .sustainable_Delivery_Sec .brand {
         margin-top: 5px;
         font-size: 35px;
     }

     .sustainable_Delivery_Sec .stat-box {
         padding: 15px;
     }

     .cta-section .cta-content {
         padding: 45px;
     }

     .footer-top {
         gap: 10px;
     }

     .footer-links {
         margin: 30px 0 30px;
     }

     .footer-right h3 {
         font-size: 24px;
     }

     .footer-right {
         margin-right: 0;
     }

     .edaddy-footer>* {
         padding-left: 60px;
         padding-right: 60px;
     }

 }

 @media screen and (max-width: 1024px) {
     .cutting_edge_sol .main-title {
         font-size: 36px;
     }

     .products-grid {
         grid-template-columns: repeat(2, 1fr);
         gap: 30px;
     }
 }

 @media screen and (max-width: 992px) {
     .webflow_para {
         line-height: 30px;
         font-size: 16px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-prev span {
         left: -300px;
         top: -180px;
     }

     .partners_logo .owl-carousel .owl-nav button.owl-next span {
         right: -300px;
         top: -180px;
     }

     .cta-content {
         padding: 40px;
     }

     .para_btn {
         display: block;

     }

     .cutting_edge_sol .main-title {
         font-size: 33px;
     }

     .cutting_edge_sol .description br {
         display: none;
     }

     .webflow_para {
         margin-bottom: 30px;
     }

     .sustainable_Delivery_Sec .vehicle-img {
         margin-top: 30px;
         width: 100%;
     }

     .sustainable_Delivery_Sec {
         padding: 40px 0;
     }

     .sustainable_Delivery_Sec .stat-box h2 {
         font-size: 35px;
         margin-bottom: 0px;
     }

     .navbar {
         padding: 0px;
     }

     .navbar-collapse {
         width: 100%;
         margin-top: 15px;
     }

     .nav_menus {
         flex-direction: column;
         gap: 20px;
         align-items: flex-start;
     }

     .navbar-nav {
         width: 100%;
         flex-direction: column;
         gap: 12px;
     }

     .navbar-nav .nav-item {
         width: 100%;
     }

     .nav-link {
         padding: 10px 0;
         font-size: 16px;
     }

     .navbar_btn {
         width: 100%;
         flex-direction: column;
         gap: 12px;
         margin-top: 10px;
     }

     .navbar_btn a,
     .navbar_btn button {
         width: 100%;
     }

     .dropdown-menu {
         width: 100%;
     }

     .edaddy-footer {
         padding: 50px 40px 30px;
     }

     .footer-top {
         flex-direction: column;
         align-items: flex-start;
         gap: 0px;
     }

     .footer-left,
     .footer-right {
         max-width: 100%;
     }

     .footer-right h3 {
         font-size: 22px;
     }

     .footer-links {
         gap: 40px;
     }

     .edaddy-footer>* {
         padding-left: 40px;
         padding-right: 40px;
     }
 }

 @media screen and (max-width: 900px) {
     .edaddy-footer {
         padding: 40px 20px;
     }

     .footer-top {
         flex-direction: column;
         gap: 40px;
     }

     .footer-links {
         gap: 30px;
     }

     .footer-bottom {
         flex-direction: column;
         gap: 12px;
     }
 }

 @media screen and (max-width: 768px) {

     .banner_head br {
         display: none;
     }

     .banner_head {
         font-size: 39px;
         line-height: 60px;
     }

     .banner_section .main_sec {
         padding-top: 170px;
     }

     .webflow_para br {
         display: none;
     }

     .webflow_para {
         font-size: 14px;
     }

     .footer-subscribe input,
     .footer-subscribe button {
         width: 100% !important;
     }

     .footer-logo img {
         width: 200px;
     }

     .footer-left h4 {
         font-size: 20px;
     }

     .footer-right h3 {
         font-size: 20px;
     }

     .footer-subscribe {
         flex-direction: column;
         gap: 10px;
     }

     .footer-subscribe input,
     .footer-subscribe button {
         width: 100%;
     }


     .footer-links {
         flex-direction: unset;
         gap: 10px;
         margin: 40px 0 25px;
     }

     .footer-bottom {
         gap: 16px;
     }

     .footer-legal {
         flex-wrap: wrap;
         gap: 8px;
     }

     .edaddy-footer>* {
         padding-left: 20px;
         padding-right: 20px;
     }

     .cutting_edge_sol .main-title {
         font-size: 30px;
     }

     .cutting_edge_sol .description {
         font-size: 14px;
     }

     .products-grid {
         grid-template-columns: 1fr;
         gap: 25px;
     }

     .product-card {
         padding: 40px 25px;
     }

     .product-card .product-title {
         font-size: 22px;
     }

     /* .btn {
        width: 100%;
        justify-content: center;
    } */

     .footer-links a {
         font-size: 14px;
     }
 }

 @media screen and (max-width: 678px) {
     .partners_logo .owl-carousel .owl-nav button.owl-prev span {
         display: none;
     }

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

     .webflow_role {
         margin-bottom: 0px;
     }
 }

 @media screen and (max-width: 540px) {
     .banner_section .main_sec {
         padding-top: 40px;
     }

     .banner_head {
         font-size: 35px;
         line-height: 50px;
     }

     .cta-buttons {
         flex-wrap: wrap;
     }

     .sustainable_Delivery_Sec .stat-box p {
         font-size: 13px;
     }

     .sustainable_Delivery_Sec {
         padding: 0px 0;
     }

     .cta-section .cta-content {
         padding: 30px;
     }
 }

 @media screen and (max-width: 480px) {
     .edaddy-footer {
         padding: 40px 20px 25px;
     }

     .footer-logo img {
         width: 170px;
     }

     .footer-right h3 {
         font-size: 18px;
         line-height: 1.4;
     }

     .footer-left p {
         font-size: 13px;
     }

     .footer-links a {
         font-size: 14px;
     }

     .footer-bottom {
         font-size: 13px;
     }

     .edaddy-footer>* {
         padding-left: 16px;
         padding-right: 16px;
     }

     .container {
         padding: 30px 15px;
     }

     .cutting_edge_sol .main-title {
         font-size: 23px;
     }

     .cutting_edge_sol .description {
         font-size: 14px;
     }

     .product-icon {
         font-size: 40px;
         margin-bottom: 20px;
         height: 60px;
     }

     .product-icon svg {
         width: 50px;
         height: 50px;
     }

     .product-card .product-title {
         font-size: 20px;
         margin-bottom: 15px;
     }

     .product-subtitle {
         font-size: 14px;
     }

     /* 
    .btn {
        padding: 14px 30px;
        font-size: 15px;
    } */
 }

 @media screen and (max-width: 450px) {
     .banner_head {
         font-size: 30px;
         line-height: 45px;
     }
 }