/* Google Translate Header Hide */
.goog-te-banner-frame {
    display: none !important;
}
body {
    top: 0px !important;
}
iframe{
	display:none;
}
#devtools-warning {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	flex-direction: column;
	text-align: center;
	padding: 20px;
}
#devtools-warning h2 {
	color: #e53e3e;
	margin-bottom: 1rem;
}
/* Google Translate Dropdown Hide */
.goog-te-gadget {
    font-size: 0;
}
.goog-te-gadget select {
    font-size: 14px;
}
#goog-gt-tt{
	display:none;
}
.language__currency ul{
	margin-bottom:0px;
}
.language__currency--list {
  position: relative;
}
.language__switcher {
	display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    background-color: #494947;
    border: 1px solid #81ba2d;
}
.language__switcher--icon__img {
	width: 20px;
	height: 20px;
	object-fit: cover;
	border-radius: 3px;
}
.dropdown__language {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    background: #494947;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    padding: 5px 0;
    margin-top: 8px;
    display: none;
    z-index: 1000;
}
/* 👇👇 FIX: Keep dropdown visible even when mouse is over dropdown */
.language__currency--list:hover .dropdown__language,
.language__currency--list .dropdown__language:hover {
	display: block;
}
.dropdown__language li{
	border-bottom: 1px solid #81ba2d;
}
/* Last child se border hata do */
.dropdown__language li:last-child {
    border-bottom: none;
}
.dropdown__language a{
	display: flex;
    align-items: center;
}
.language__items {
	padding: 5px 15px;
	transition: background-color 0.3s ease;
}
.language__items:hover {
	background-color: #81ba2d;
}
.language__text {
	color: #333;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
}
.language__text img {
	width: 15px;
	height: 15px;
	margin-right: 8px !important;
	border-radius: 2px;
}
.header-search-wrapper {
	width: 100%;
    max-width: 100%;
    display: flex;
    overflow: hidden;
}
.header-search-wrapper .mic-button {
	background: #f4f4f4;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    border-right: 1px solid #fff;
}
.header-search-wrapper .mic-button img {
	width: 40px;
}
.header-search-wrapper .btn .icon-magnifier {
	display: flex;
	position: relative;
    align-items: center;
    justify-content: center;
    background: #0b71b9;
    border: none;
    padding: 15px 15px;
    cursor: pointer;
    top: 0px;
}
.header-search-wrapper .listening {
	border: 1px solid red;
}
.search-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    overflow: hidden;
}
.search-wrapper .mic-button {
	background: none;
    border: none;
    cursor: pointer;
    padding: 8px 10px;
    right: 38px;
    position: absolute;
}
.search-wrapper .mic-button img {
	width: 20px;
}
.search-wrapper .listening {
	border: 1px solid red;
}
.social-icons {
	display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.social-circle {
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px !important;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}
/* Brand Colors */
.social-facebook {
  background-color: #3b5998;
}
.social-instagram {
  background: radial-gradient(circle at 30% 30%, #feda75, #d62976, #962fbf, #4f5bd5);
}
.social-youtube {
  background-color: #FF0000;
}
.social-circle:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.breadcrumb-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* Banner with Gradient Overlay */
.breadcrumb-wrap .banner {
	position: relative;
    backdrop-filter: blur(2px);
    background-color: rgba(129, 186, 45, 0.3);
    padding: 100px;
}
.breadcrumb-box {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 10px;
	padding-top: 40px;
}
/* Heading Style */
.heading-box h1 {
	font-size: 48px;
	font-weight: 500;
	color: #1e1e2f;
	margin-bottom: 15px;
	text-transform: capitalize;
	letter-spacing: 2px;
	animation: fadeDown 0.7s ease forwards;
	font-family: "Jost", sans-serif;
}
/* Creative Breadcrumb */
.breadcrumb {
	display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 12px 25px;
    background: rgb(255 255 255);
    border: 2px solid rgb(73 73 71);
    backdrop-filter: blur(15px);
    border-radius: 50px;
    box-shadow: 0 8px 30px rgb(0 0 0 / 39%);
    list-style: none;
    transition: all 0.3s ease;
}
/* Breadcrumb Items */
.breadcrumb li {
    margin: 0 8px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
}
/* Breadcrumb Links */
.breadcrumb li a {
    font-weight: 400;
    text-decoration: none;
    color: #494947;
    position: relative;
    transition: all 0.3s ease;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
}
.breadcrumb li a:hover {
    color: #81ba2d;
}
/* Arrow Icon */
.breadcrumb li i {
    font-size: 14px;
    color: #81ba2d;
    margin: 0 6px;
    transform: scale(1.2);
}
/* Animations */
@keyframes fadeDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* Banner */
.orbitWrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	border-radius: 0px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	margin-top: 0;
}
.orbitTrack {
	display: flex;
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.orbitSlide {
	flex-shrink: 0;
	width: 100%;
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.orbitSlide.active {
	opacity: 1;
	transform: scale(1);
}
.orbitSlide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
	border-radius: 0px;
}
.orbitNav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
	padding: 0 15px;
}
.orbitBtn {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	border: none;
	font-size: 26px;
	width: 40px;
	height: 40px;
	padding: 0px 7px;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.3s ease;
}
.orbitBtn:hover {
	background: rgba(255, 255, 255, 1);
}
.info-boxes-slider{
	padding-top:50px;
}
/* Base styling for the info box */
.info-box {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	background: rgb(129 186 45);
	backdrop-filter: blur(12px);
	border-radius: 1.25rem;
	transition: all 0.35s ease-in-out;
	border: 3px solid rgb(255 255 255);
}
.info-box:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}
/* Icon styling */
.info-box i {
	font-size: 40px !important;
	color: #222529;
	background: #222529;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: transform 0.3s ease;
}
.info-box:hover i {
	transform: scale(1.15);
}
/* Content area */
.info-box-content h4 {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.info-box-content p {
	margin: 0;
	margin-top: 5px;
	font-size: 12px;
	color: #fff !important;
	line-height: 1.4;
}
/* CSS */
.ev-charger-section {
	background-color: #f9f9f9;
	padding-top: 70px;
	padding-bottom: 90px;
}
.txt-rotate-keywords {
	display: inline-block;
    position: relative;
    height: 45px;
    overflow: hidden;
    vertical-align: bottom;
    min-width: 500px;
}
.txt-rotate-keyword {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transform: translateY(100%);
	transition: all 0.6s ease;
	white-space: normal;
}
.txt-rotate-keyword.active {
	opacity: 1;
	transform: translateY(0%);
	z-index: 2;
}
.txt-rotate-keyword.out {
	opacity: 0;
	transform: translateY(-100%);
	z-index: 1;
}
.ev-heading-subtitle {
	color: #555;
	font-size: 22px;
	text-align: center;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.ev-card {
	background: #fbfbfb;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    gap: 20px;
    padding: 20px;
}
.ev-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}
.ev-card-title {
	font-size: 25px;
	font-weight: 400;
	font-family: "Jost", sans-serif;
    letter-spacing: 1px;
}
.ev-card-img img {
	border-radius: 12px;
	width: 200px;
    height: 80px;
}
.about-section {
	padding: 80px 20px;
	background: linear-gradient(to right, #f4f4f4, #ffffff);
}
.about-section .container {
	max-width: 1200px;
	margin: auto;
}
.about-bottom-content{
	margin-top:30px;
}
.align-ment {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.contenten-wrap {
	padding: 30px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
}
.contenten-wrap:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
	transform: translateY(-5px);
}
.content-box h2 {
	font-size: 20px;
	color: #81ba2d;
	margin-bottom: 10px;
	text-transform: none;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}
.content-box h1 {
	font-size: 32px;
	font-weight: 500;
	color: #494947;
	margin-bottom: 20px;
	line-height: 1.3;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.content-box h3 {
	font-size: 25px;
	color: #49494c;
	margin-bottom: 10px;
	text-transform: none;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}
.content-box h4 {
	font-size: 20px;
	color: #81ba2d;
	margin-bottom: 10px;
	text-transform: none;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}
.content-box p {
	font-size: 16px;
	color: #555;
	line-height: 1.7;
	margin-bottom: 15px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	text-align: justify;
}
.highlight {
    background-color: #fffbe6;
    border-left: 5px solid #81ba2d;
    padding: 15px 20px;
    border-radius: 8px;
    letter-spacing: 1px;
    margin: 20px 0;
}
.highlight ul{	
	margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.highlight b{	
	color: #81ba2d;	
	font-weight: 500;
}
.highlight li{
	font-size: 16px;
	color: #555;
	margin-bottom: 15px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	text-align: justify;
	list-style: circle;
}
.highlight li:last-child{
	margin-bottom: 0px;
}
.img-box {
	text-align: center;
}
.img-box img {
	max-width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}
.img-box img:hover {
	transform: scale(1.03);
}
.shop-off-canvas{
	padding: 60px 20px;
}
.product-single{
	padding: 60px 20px;
}
.blog-custom{
	padding: 60px 20px;
}
/* Blog Styles */
.blog-single {
	padding: 50px 20px;
	background-color: #fafafa;
	font-family: 'Poppins', sans-serif;
}
/* Main Content Styles */
.blog-media img {
	width: 100%;
	height: auto;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog-body {
	padding: 35px;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog-date {
	font-size: 16px;
	font-weight: 400;
	color: #2e2e2e;
	margin-bottom: 15px;
	text-transform: none;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.blog-title {
	font-size: 40px;
	font-weight: 500;
	color: #333;
	margin: 10px 0;
	text-transform: capitalize;
	line-height: 1.4;
	transition: color 0.3s ease;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.blog-title:hover {
	color: #e76f51;
}
.blog-meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
}
.blog-meta a {
	color: #e76f51;
	text-decoration: none;
	font-weight: 600;
	transition: color 0.3s ease;
}
.blog-meta a:hover {
  color: #333;
}
.blog-content {
	font-size: 18px;
	line-height: 1.8;
	color: #444;
	letter-spacing: 0.5px;
	font-weight: 400;
}
.blog-content h3 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
	margin-top: 20px;
	line-height: 1.5;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.blog-content p {
	margin-bottom: 10px;
	color: #555;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-size: 16px;
}
.blog-content blockquote {
	background: #e76f51;
	color: #fff;
	padding: 15px;
	border-left: 5px solid #333;
	margin: 30px 0;
	font-style: italic;
}
/* Sidebar Styles */
.blog-sidebar-wrapper{
	position: -webkit-sticky; /* For Safari */
	position: sticky;
	top: 55px;
	z-index: 10;
}
.blog-widget {
	padding: 30px;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blog-widget-title {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #333;
	text-transform: uppercase;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.blog-simple-blog-list {
	list-style: none;
	padding: 0;
}
.blog-simple-blog-list li {
	display: flex;
	margin-bottom: 25px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-simple-blog-list li:hover {
	transform: translateX(10px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.blog-simple-blog-list .blog-media {
	width: 90px;
	height: 90px;
	margin-right: 15px;
	overflow: hidden;
}
.blog-simple-blog-list .blog-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease-in-out;
}
.blog-simple-blog-list .blog-media img:hover {
	transform: scale(1.1);
}
.blog-simple-blog-list .blog-info {
	flex-grow: 1;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.blog-simple-blog-list .blog-meta {
	font-size: 12px;
	color: #777;
	margin-top: 5px;
}
.contact-us-container {
	padding: 60px 20px;
	background: linear-gradient(135deg, #f8f9fa, #e6ecf0);
}
.contact-info .feature-box {
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(6px);
	border-radius: 16px;
	padding: 30px 20px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	margin-bottom: 30px;
	text-align: center;
	height: 180px;
}
.contact-info .feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgb(0 0 0 / 15%);
}
.contact-info .feature-box i {
	font-size: 30px;
	color: #81ba2d;
	margin-bottom: 15px;
}
.contact-info .feature-box-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: #222;
	margin-bottom: 8px;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-weight: 500;
}
.contact-info .feature-box-content h5,
.contact-info .feature-box-content a {
	font-size: 14px;
	color: #555;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	font-weight: 400;
}
.contact-content {
	margin-top: 40px;
}
.contact-form {
	background: #fff;
	padding: 30px;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
.contact-form h2 {
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 25px;
	color: #111;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.contact-form .form-group {
	margin-bottom: 16px;
}
.contact-form .form-group label {
	font-size: 14px;
	font-weight: 500;
	color: #444;
	margin-bottom: 6px;
	display: inline-block;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.contact-form .form-control {
	border-radius: 10px;
	border: 1px solid #ccc;
	padding: 12px 16px;
	font-size: 15px;
	background-color: #fafafa;
	transition: 0.3s;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.contact-form .form-control:focus {
	border-color: #007bff;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.15);
}
.contact-form textarea.form-control {
	min-height: 130px;
}
.contact-form .form-footer .btn {
	background: linear-gradient(324deg, #81ba2d, #494947);
	color: #fff;
	padding: 12px 30px;
	border-radius: 10px;
	border: none;
	font-weight: 600;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
	transition: background 0.3s;
	box-shadow: 0 4px 12px rgb(24 24 24 / 30%);
}
.contact-form .form-footer .btn:hover {
	background: #81ba2d;
}
.contact-map iframe {
	display:block;
	width: 100%;
	height: 100%;
	min-height: 400px;
	border: none;
	border-radius: 14px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}
/* ===== Section Base Styling ===== */
.certificate-section {
	padding: 60px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: transparent;
}
/* ===== Certificate Box Styling ===== */
.certificate-img-box {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	cursor: pointer;
}
.certificate-img-box:hover {
	transform: scale(1.05);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}
.certificate-img-box img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	transition: transform 0.4s ease;
}
.certificate-img-box:hover img {
	transform: scale(1.02);
}
.feedback-container {
	background: linear-gradient(135deg, #f0f4f8, #ffffff);
	padding: 60px 20px;
}
.feedback-box {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	padding: 40px;
	animation: fadeInUp 0.6s ease;
}
.feedback-heading {
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #333;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.feedback-form {
	position: relative;
	margin-bottom: 25px;
}
.feedback-form label{
	font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.contact__form--input__icon {
    position: absolute;
    top: 70%;
    left: 1.5rem;
    transform: translateY(-50%);
    color: #81ba2d;
    font-size: 16px;
}
.icon-bottom {
    position: absolute;
    top: 38%;
    left: 1.5rem;
    transform: translateY(-50%);
    color: #81ba2d;
    font-size: 16px;
}
.contact__form--input__icon i {
	vertical-align: middle;
}
.icon-bottom i {
	vertical-align: middle;
}
.feedback-input,
.feedback-input-file,
textarea.feedback-input {
	width: 100%;
	padding: 12px 16px 12px 40px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s ease;
	background-color: #fff;
	color: #333;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.feedback-input:focus,
textarea.feedback-input:focus {
	border-color: #007bff;
	box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
	outline: none;
}
.feedback-input-file {
	padding-left: 40px;
	cursor: pointer;
}
textarea.feedback-input {
	resize: vertical;
	min-height: 130px;
}
.feedback-box .btn-submit {
	width: 100%;
	padding: 14px;
	background-color: #81ba2d;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 400;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.3s ease;
	font-family: "Jost", sans-serif;
	letter-spacing: 1px;
}
.feedback-box .btn-submit:hover {
	background-color: #494947;
}
/* Animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.terms-section ul {
	padding-left: 20px;
    margin-bottom: 20px;
}
.terms-section ul li {
	margin-bottom: 8px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 18px;
    list-style: circle;
}
.terms-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}
.terms-section .text-primary {
    color: #007BFF;
}
.terms-section .text-secondary {
	color: #81ba2d !important;
}
.terms-section .content-box {
	padding: 2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
}
.terms-section .content-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
}
.terms-section h1 {
	font-size: 2.5rem;
    font-weight: bold;
}
.terms-section h3 {
	font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.terms-section .highlight-box {
	background: #f8f9fa;
	border-left: 4px solid #89be3b;
	padding: 1rem 1.5rem;
	margin-top: 2rem;
	border-radius: 0.5rem;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 40px;
}
.footer-document {
    background: #282828;
    color: #fff;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}
.footer-document .heading-footer {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
}
.footer-document .line-style::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #86bd36;
    margin-top: 6px;
}
.footer-document .content-box p {
    font-size: 16px;
    color: #ccc;
    line-height: 1.6;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
}
.footer-document .follow-wrap ul {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.footer-document .follow-wrap ul li a img {
    width: 24px;
    height: 24px;
}
.footer-document .nav-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-document .nav-footer ul li {
    margin-bottom: 8px;
}
.footer-document .nav-footer ul li a {
    font-size: 16px;
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}
.footer-document .nav-footer ul li a:hover {
    color: #86bd36;
}
.footer-document .content-box ul {
    list-style: none;
    padding: 0;
}
.footer-document .content-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    color: #ccc;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    text-transform: none;
}
.footer-document .content-box ul li i {
    margin-right: 10px;
    color: #86bd36;
}
.footer-document .content-box ul li a {
    color: #ccc;
    text-decoration: none;
}
.footer-document .content-box ul li a:hover {
    color: #86bd36;
}
.footer-document .sub-footer {
    border-top: 1px solid #86bd36;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    color: #aaa;
}
.footer-document .sub-footer ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: calc(15px + (50 - 15) * ((100vw - 320px) / (1920 - 320)));
}
.footer-document .sub-footer ul li a img {
    width: 45px;
    height: auto;
}
.footer-document .sub-footer p {
    text-align: right;
    font-family: "Jost", sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
}
.footer-document .bg-footer-l {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.footer-document .bg-footer-l img {
    width: 330px;
}
.footer-document .bg-footer-r {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.footer-document .bg-footer-r img {
    width: 355px;
}
.footer-document .main-footer {
    position: relative;
    z-index: 1;
}
.footer-document .main-footer .content-box ul li .nav {
    transition: all 0.5s ease;
}
.footer-document .main-footer .content-box ul li .nav:hover {
    transform: translateX(10px);
    color: #86bd36;
}
[dir="rtl"] .footer-document .main-footer .content-box ul li .nav:hover {
    transform: translateX(-10px);
}
@media (max-width: 991px) {
	.about-section .row {
		display: flex;
		flex-direction: column-reverse;
	}
	.about-section .col-lg-7,
	.about-section .col-lg-5,
	.about-section .col-lg-12 {
		width: 100%;
	}
	.blog-sidebar-toggle {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
		cursor: pointer;
		font-size: 28px;
		color: #333;
	}
	.blog-sidebar {
		display: block;
		width: 100%;
	}
	.blog-sidebar-wrapper {
	}
	.align-ment {
		align-items: center;
		text-align: center;
	}
	.contenten-wrap {
		padding: 20px;
		margin-top: 30px;
	}
	.about-bottom-content{
		margin-top:0px;
	}
	.contact-map {
		margin-top: 30px;
		order: -1;
	}
}
@media (max-width: 768px) {
	.breadcrumb-wrap .banner {
        padding: 120px 0;
    }
    .heading-box h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
	.blog-title {
		font-size: 30px;
	}
	.blog-content {
		font-size: 16px;
	}
	.blog-content h3 {
		font-size: 22px;
	}
	.blog-sidebar-toggle {
		font-size: 26px;
	}
	.blog-sidebar {
		display: block;
	}
	.blog-sidebar-wrapper {
	}
	.contact-map{
		margin-bottom:30px;
	}
	.feedback-box {
		padding: 30px 20px;
	}
	.feedback-heading {
		font-size: 22px;
	}
    .footer-document {
        padding-top: 50px;
        text-align: left;
        padding-bottom: 80px;
    }
    .footer-document .follow-wrap ul {
        justify-content: left;
        flex-wrap: wrap;
    }
    .footer-document .nav-footer ul li {
        margin: 10px 0px;
    }
	.footer-document .heading-footer {
		font-size: 18px;
	}
	.footer-document .content-box ul {
		list-style: none;
		padding: 0;
        margin-bottom: 20px;
	}
    .footer-document .content-box ul li {
        justify-content: left;
        text-align: left;
    }
    .footer-document .sub-footer {
        flex-direction: column;
        text-align: left;
		margin-top: 20px;
    }
    .footer-document .sub-footer p {
        text-align: left;
        margin-top: 10px;
    }
    .footer-document .bg-footer-l img,
    .footer-document .bg-footer-r img {
        width: 400px;
    }
    .footer-document .content-box ul li .nav {
        justify-content: left;
    }
}
@media (max-width: 576px) {
    .header-top .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header-mobile-left.d-sm-block {
        text-align: center;
        margin-bottom: 10px;
    }
    .header-mobile-right {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 15px;
        gap: 20px;
    }
    .header-dropdown {
        text-align: left;
    }
    .social-icons {
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }
    .separator {
        display: block; /* Ensure separator is visible */
    }
    .separator:first-of-type {
        display: none; /* Hide the first header dropdown */
    }
    .separator:last-of-type {
        display: block; /* Make sure the second dropdown (or other elements) remain visible */
    }
	.info-box {
		flex-direction: column;
		text-align: center;
		padding: 1.2rem;
	}
	.info-box i {
		margin-bottom: 0.6rem;
	}
	.ev-heading-title {
		font-size: 22px;
	}
	.ev-heading-subtitle {
		font-size: 14px;
	}
	.ev-card {
		flex-direction: row;
		text-align: left;
		margin-bottom: 20px;
	}
	.ev-card-img {
		margin-right: 0 !important;
		margin-bottom: 10px;
	}
	.ev-card-img img {
		max-width: 150px;
		height: auto;
	}
	.ev-card-title {
		font-size: 20px;
		line-height: 30px;
	}
	.blog-title {
		font-size: 24px;
	}
	.blog-content {
		font-size: 14px;
	}
	.blog-content h3 {
		font-size: 18px;
	}
	.blog-sidebar-toggle {
		font-size: 24px;
	}
	.blog-sidebar {
	}
	.content-box h1 {
		font-size: 24px;
	}
	.content-box h2 {
		font-size: 24px;
	}
	.content-box h3 {
		font-size: 20px;
	}
	.content-box h4 {
		font-size: 18px;
	}
	.content-box p {
		font-size: 15px;
		text-align: left;
	}
	.highlight {
		border-left: 0px;
	}
	.highlight li{
		text-align: center;
		list-style: none;
	}
}
@media (max-width: 480px) {
    .txt-rotate-keywords {
		display: flex;
        position: relative;
        height: 60px;
        overflow: hidden;
        vertical-align: bottom;
        min-width: 245px;
        margin-top: 5px;
        align-items: center;
	}
    .txt-rotate-keyword {
        font-size: 20px;
    }
}