/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Infine - Life and Business Coach HTML Template
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. Global Variables
02. General css
03. Header css
04. Hero css
05. About Us css
06. Our Services css
07. Our Potential Css
08. Our Pricing Css
09. Our Expertise Css
10. Intro Video Css
11. How We Work Css
12. Company Growth Css
13. Our FAQs Css
14. Our Testimonial css
15. Our Blog Css
16. Footer css
17. About Us Page css
18. Services Page css
19. Service Single css
20. Blog Archive css
21. Blog Single css
22. Team Page css
23. Team Single css
24. Pricing Page css
25. Testimonial Page css
26. Image Gallery css
27. Video Gallery css
28. FAQs Page css
29. Contact Us Page css
30. Book Appointment Page css
31. 404 Page css
32. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/

:root {
	--primary-color: #042A2D;
	--secondary-color: #F2F1ED;
	--text-color: #8F8F8F;
	--accent-color: #73ED7C;
	--dark-color: #019297;
	--white-color: #FFFFFF;
	--divider-color: #DFE1DE;
	--dark-divider-color: #FFFFFF33;
	--error-color: rgb(230, 87, 87);
	--default-font: "Fustat", sans-serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body {
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6em;
	background: var(--secondary-color);
	/* color: var(--text-color); */
}

p {
	line-height: 1.7em;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
	line-height: 1.4em;
	color: var(--primary-color);
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

html,
body {
	width: 100%;
	overflow-x: clip;
}
/* 
.container {
	max-width: 1300px;
} */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: 15px;
	padding-left: 15px;
}

.image-anime {
	position: relative;
	overflow: hidden;
}

.image-anime:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255, 255, 255, .3);
	transform: translate(-50%, -50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after {
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.reveal {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	visibility: hidden;
	overflow: hidden;
}

.reveal img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.row>* {
	padding-right: 15px;
	padding-left: 15px;
}

.row.no-gutters {
	margin-right: 0px;
	margin-left: 0px;
}

.row.no-gutters>* {
	padding-right: 0px;
	padding-left: 0px;
}

.btn-default {
	position: relative;
	display: inline-block;
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	border-radius: 100px;
	color: var(--white-color);
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	text-transform: capitalize;
	border: none;
	padding: 17px 54px 17px 20px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
	z-index: 0;
}

.btn-default:hover {
	background-position: right center;
}

.btn-default::before {
	content: '';
	position: absolute;
	top: -1px;
	bottom: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: url('../images/arrow-white.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: translate(-20px, 50%);
	transition: all 0.4s ease-in-out;
}

.btn-default:hover::before {
	transform: translate(-20px, 50%) rotate(45deg);
}

.btn-default.btn-highlighted {
	background: var(--white-color);
	color: var(--primary-color);
	transition: all 0.5s ease-in-out;
}

.btn-default.btn-highlighted:hover {
	background: transparent;
	color: var(--white-color);
}

.btn-default.btn-highlighted::before {
	background: url('../images/dark-arrow.svg');
}

.btn-default.btn-highlighted::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 0;
	height: 106%;
	background: linear-gradient(263deg, var(--dark-color) 0.16%, var(--accent-color) 99.84%);
	border-radius: 100px;
	transition: 0.4s ease-in-out;
	z-index: -1;
}

.btn-default.btn-highlighted:hover:after {
	width: 100%;
	left: 0;
	right: auto;
}

/* Default: hide on touch devices (mobile) */
.cb-cursor {
	display: none;
}

/* Show only when device has a mouse pointer */
@media (hover: hover) and (pointer: fine) {
	.cb-cursor {
		display: block;
		position: fixed;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		pointer-events: none;
		z-index: 9999;
	}

	.cb-cursor:before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 50%;
		background: linear-gradient(263deg, #cfe4ec 0.16%, #00bbff 99.84%);
		opacity: 0.9;
	}
}


.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: linear-gradient(263deg, #0c99cc 0.16%, #99c9db 99.84%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading {
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container {
	margin: 40px auto;
}

.loading {
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading {
	transition: all 0.5s ease-in-out;
}

#loading-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.bg-section {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	border-radius: 30px;
}

.section-row {
	margin-bottom: 80px;
}

.section-row .section-title {
	margin-bottom: 0;
}

.section-btn {
	text-align: end;
}

.section-title-content p {
	margin: 0;
}

.section-title {
	margin-bottom: 40px;
}

.section-title h3 {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--primary-color);
	/* background: url('../images/icon-sub-heading.svg') no-repeat; */
	background-position: left center;
	background-size: auto;
	padding-left: 24px;
	margin-bottom: 20px;
}

.section-title h1 {
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1em;
	color: var(--primary-color);
	margin-bottom: 0;
}

.section-title h2 {
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1em;
	color: var(--primary-color);
	margin-bottom: 0;
}

.section-title h1 span,
.section-title h2 span {
	font-weight: bold;
	background-image: linear-gradient(267.43deg, #ed7373 4.95%, #c00000b8 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.section-title p {
	margin-top: 30px;
	margin-bottom: 0;
}

.help-block.with-errors ul {
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li {
	color: var(--error-color);
	font-size: 14px;
	font-weight: 500;
}

/************************************/
/**** 	   03. Header CSS		 ****/
/************************************/

header.main-header {
	width: 100%;
	z-index: 9999;
	position: relative;
}

/* ✅ Container Setup */
.main-header .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2px 40px;
	position: relative;
	/* background: #00aeef; */
}

.main-header .container-fluid::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 0;
	border-bottom: 1px solid var(--dark-divider-color);
	width: calc(100% - 30px);
}

/* ✅ Sticky Header */
.header-sticky {
	position: relative;
	top: 0;
	 z-index: 9999 !important; /* Lower than lightbox (99999) */
	transition: all 0.3s ease-in-out;
}
/* When lightbox is open, hide navbar */
.lightbox.active ~ .header-sticky {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}


/* ❌ Removed bottom border line */
.main-header .container-fluid::before {
	display: none;
}

.header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(4, 42, 45, 0.85);
	border-bottom: 1px solid var(--dark-divider-color);
	backdrop-filter: blur(10px);
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

/* ✅ Navbar Setup */
.navbar {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1560px;
	margin: 0 auto;
}

.navbar-brand {
	display: flex;
	align-items: center;
	position: absolute;
    
}

.navbar-brand img.logo {
	height: 46px;
	width: auto;
	display: block;
	object-fit: contain;
	margin-left: 2px;
}

.navbar-brand img.slplogo {
	height: 34px;
	margin: 0 auto;
	margin-left: 3px;		
}

/* ✅ Main Menu */
.main-menu {
	flex: 1;
	display: flex;
	justify-content: center;
	/* center horizontally */
	align-items: center;
}

.main-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	position: relative;
}

.main-menu ul li a {
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	color: rgb(255, 0, 0) !important;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li a:hover {
	color: rgb(252, 113, 113) !important;
}

/* ✅ Sticky header link color */
.header-sticky.active .main-menu ul li a {
	color: #ffffff !important;
}

/* ✅ Dropdown styles (if used) */
.main-menu ul ul {
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	position: absolute;
	top: 100%;
	left: 0;
	width: 230px;
	border-radius: 10px;
	background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
	transition: all 0.3s ease-in-out;
	padding: 0;
	list-style: none;
}

.main-menu ul li:hover>ul {
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
	padding: 5px 0;
}

/* ✅ Responsive Design */
/* 📱 Extra Large Devices (1200px and below) */
@media (max-width: 1200px) {
    .main-header .container-fluid {
        padding: 10px 30px;
    }
    
    .header-sticky.active {
        width: calc(100% - 60px);
    }
    
    .main-menu ul {
        gap: 18px;
    }
    
    .main-menu ul li a {
        font-size: 15px;
        padding: 8px 16px;
    }
    
    .navbar-brand img.logo {
        height: 44px;
    }

	.navbar-brand img.slplogo {
       
		width: 190px !important;
    }
    
    .btn-phone {
        font-size: 15px;
        margin-right: 20px;
    }
}

/* 📱 Large Tablets (992px and below) */
@media (max-width: 992px) {
    .main-header .container-fluid {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0px 5px;
        background: rgb(0, 174, 239);
        min-height: 60px;
    }

    .main-header .header-sticky.active .container-fluid {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px !important;
        background: rgb(0, 174, 239);
    }
    
    .navbar {
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        padding: 5px 0;
    }

    .navbar-brand {
        margin-bottom: 0;
    }
    
    .navbar-brand img.logo {
        height: 40px;
        transition: height 0.3s ease;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 35px;
    }

    .main-menu {
        display: none !important;
    }
    
    .header-btn .btn-phone {
        display: none;
    }
    
    /* Mobile Menu Button */
    .mobile-menu-btn {
        display: flex !important;
        margin-right: 0;
    }
    
    /* Sticky adjustments */
    .header-sticky.active {
        width: 98%;
        border-radius: 8px;
        background: rgba(4, 42, 45, 0.95);
    }
}

/* 📱 Medium Tablets (768px and below) */
@media (max-width: 768px) {
    .main-header .container-fluid {
        padding: 0px 15px;
        min-height: 58px;
    }
    
    .main-header .header-sticky.active .container-fluid {
        padding: 0px 15px !important;
    }
    
    .navbar-brand img.logo {
        height: 38px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 34px;
    }
    
    .mobile-menu-btn {
        width: 42px;
        height: 42px;
    }
    
    .hamburger {
        width: 21px;
        height: 14px;
    }
    
    .header-sticky.active {
        width: 97%;
        border-radius: 6px;
    }
    
    /* Mobile menu adjustments */
    .mobile-menu-container {
        padding: 90px 20px 40px;
    }
    
    .mobile-menu-logo img {
        height: 55px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 19px;
    }
    
    .mobile-nav-links a {
        font-size: 21px;
        padding: 17px 32px;
        min-width: 270px;
    }
}

/* 📱 Small Tablets & Large Phones (640px and below) */
@media (max-width: 640px) {
    .main-header .container-fluid {
        padding: 0px 12px;
        min-height: 56px;
    }
    
    .main-header .header-sticky.active .container-fluid {
        padding: 0px 12px !important;
    }
    
    .navbar-brand img.logo {
        height: 36px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 32px;
    }
    
    .mobile-menu-btn {
        width: 40px;
        height: 40px;
    }
    
    .hamburger {
        width: 20px;
        height: 13px;
    }
    
    .header-sticky.active {
        width: 96%;
        border-radius: 5px;
    }
    
    .mobile-menu-container {
        padding: 85px 18px 35px;
    }
    
    .mobile-menu-logo img {
        height: 50px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 18px;
    }
    
    .mobile-nav-links a {
        font-size: 20px;
        padding: 16px 28px;
        min-width: 250px;
    }
}

/* 📱 Phones (576px and below) */
@media (max-width: 576px) {
    .main-header .container-fluid {
        padding: 0px 10px;
        min-height: 54px;
    }
    
    .main-header .header-sticky.active .container-fluid {
        padding: 0px 10px !important;
    }
    /* .navbar-brand{
		left: 20%!important;
	} */
    .navbar-brand img.logo {
        height: 34px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 30px;
    }
    
    .mobile-menu-btn {
        width: 38px;
        height: 38px;
        padding: 7px;
    }
    
    .hamburger {
        width: 19px;
        height: 12px;
    }
    
    .hamburger span {
        height: 2px;
    }
    
    .header-sticky.active {
        width: 95%;
        border-radius: 4px;
    }
    
    .mobile-menu-container {
        padding: 80px 15px 30px;
    }
    
    .mobile-close-btn {
        top: 20px;
        right: 20px;
        width: 42px;
        height: 42px;
        font-size: 22px;
    }
    
    .mobile-menu-logo {
        margin-bottom: 30px;
    }
    
    .mobile-menu-logo img {
        height: 45px;
        margin-bottom: 8px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 17px;
    }
    
    .mobile-nav-links li {
        margin: 12px 0;
    }
    
    .mobile-nav-links a {
        font-size: 19px;
        padding: 15px 25px;
        min-width: 230px;
        margin: 8px auto;
    }
}

/* 📱 Small Phones (480px and below) */
@media (max-width: 480px) {
    .main-header .container-fluid {
        padding: 0px 8px;
        min-height: 52px;
    }
    
    .main-header .header-sticky.active .container-fluid {
        padding: 0px 8px !important;
    }
    .navbar-brand{
		left: 25%!important;
	}
	
    .navbar-brand img.logo {
        height: 32px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 28px;
    }
    
    .mobile-menu-btn {
        width: 36px;
        height: 36px;
        padding: 6px;
    }
    
    .hamburger {
        width: 18px;
        height: 11px;
    }
    
    .header-sticky.active {
        width: 94%;
        border-radius: 3px;
    }
    
    .mobile-menu-container {
        padding: 75px 12px 25px;
    }
    
    .mobile-close-btn {
        top: 18px;
        right: 18px;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .mobile-menu-logo img {
        height: 42px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 16px;
    }
    
    .mobile-nav-links a {
        font-size: 18px;
        padding: 14px 22px;
        min-width: 210px;
    }
}

/* 📱 Extra Small Phones (375px and below) */
@media (max-width: 375px) {
    .main-header .container-fluid {
        padding: 0px 6px;
        min-height: 50px;
    }
    
    .main-header .header-sticky.active .container-fluid {
        padding: 0px 6px !important;
    }
    
    .navbar-brand img.logo {
        height: 30px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 26px;		
    }
	 .header-sticky.active .navbar-brand {
        left: 25% !important;
    }
    
    .mobile-menu-btn {
        width: 34px;
        height: 34px;
        padding: 5px;
    }
    
    .hamburger {
        width: 17px;
        height: 10px;
    }
    
    .header-sticky.active {
        width: 92%;
        border-radius: 2px;
    }
    
    .mobile-menu-container {
        padding: 70px 10px 20px;
    }
    
    .mobile-close-btn {
        top: 15px;
        right: 15px;
        width: 38px;
        height: 38px;
        font-size: 18px;
    }
    
    .mobile-menu-logo img {
        height: 40px;
        margin-bottom: 6px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 15px;
    }
    
    .mobile-nav-links li {
        margin: 10px 0;
    }
    
    .mobile-nav-links a {
        font-size: 17px;
        padding: 13px 20px;
        min-width: 190px;
        margin: 6px auto;
    }
}

/* 📱 iPhone SE & Smallest Phones (320px and below) */
@media (max-width: 320px) {
    .main-header .container-fluid {
        padding: 0px 4px;
        min-height: 48px;
    }
    
    .main-header .header-sticky.active .container-fluid {
        padding: 0px 4px !important;
    }

    .navbar-brand img{
		left: 25% !important;
	}	
	
	.navbar-brand img.logo {
		width: 65px !important;
	}

    .header-sticky.active .navbar-brand img.logo {		
        height: 24px;		
    }

	.header-sticky.active .navbar-brand img.slplogo {
        width: 160px !important;
		
    }
	 .header-sticky.active .navbar-brand {
        left: 25% !important;
		
    }
    
    .mobile-menu-btn {
        width: 32px;
        height: 32px;
        padding: 4px;
    }
    
    .hamburger {
        width: 16px;
        height: 9px;
    }
    
    .header-sticky.active {
        width: 90%;
        border-radius: 0;
    }
    
    .mobile-menu-container {
        padding: 65px 8px 15px;
    }
    
    .mobile-close-btn {
        top: 12px;
        right: 12px;
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .mobile-menu-logo img {
        height: 38px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 14px;
    }
    
    .mobile-nav-links a {
        font-size: 16px;
        padding: 12px 18px;
        min-width: 170px;
        margin: 5px auto;
    }
}

/* 🖥️ Desktop Specific (min-width) */
@media (min-width: 993px) {
    .mobile-menu-btn,
    .mobile-menu-overlay,
    .mobile-close-btn {
        display: none !important;
    }
    
    .main-menu {
        display: flex !important;
    }
}

/* 🖥️ Large Desktop (1400px and above) */
@media (min-width: 1400px) {
    .main-header .container-fluid {
        padding: 15px 60px;
    }
    
    .header-sticky.active {
        width: calc(100% - 120px);
    }
    
    .navbar-brand img.logo {
        height: 55px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 45px;
    }
    
    .main-menu ul {
        gap: 35px;
    }
    
    .main-menu ul li a {
        font-size: 17px;
        padding: 12px 25px;
    }
    
    .btn-phone {
        font-size: 17px;
        padding: 10px 20px;
    }
}

/* 🖥️ Extra Large Desktop (1920px and above) */
@media (min-width: 1920px) {
    .main-header .container-fluid {
        max-width: 1800px;
        margin: 0 auto;
        padding: 20px 80px;
    }
    
    .header-sticky.active {
        width: calc(100% - 160px);
        max-width: 1760px;
    }
    
    .navbar-brand img.logo {
        height: 60px;
    }
    
    .header-sticky.active .navbar-brand img.logo {
        height: 50px;
    }
    
    .main-menu ul {
        gap: 40px;
    }
    
    .main-menu ul li a {
        font-size: 18px;
        padding: 14px 28px;
    }
}

/* 📱 Portrait vs Landscape adjustments */
@media (max-height: 600px) and (max-width: 992px) {
    .mobile-menu-container {
        padding: 70px 20px 30px;
        justify-content: flex-start;
        overflow-y: auto;
    }
    
    .mobile-menu-logo {
        margin-bottom: 20px;
    }
    
    .mobile-nav-links li {
        margin: 8px 0;
    }
    
    .mobile-nav-links a {
        padding: 12px 25px;
    }
}

/* 📱 High DPI Screens */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .navbar-brand img.logo,
    .mobile-menu-logo img {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* 📱 Touch Device Optimization */
@media (hover: none) and (pointer: coarse) {
    .main-menu ul li a,
    .mobile-nav-links a,
    .mobile-menu-btn,
    .mobile-close-btn,
    .btn-phone {
        min-height: 44px; /* Apple recommended minimum touch target */
        min-width: 44px;
    }
    
    .mobile-nav-links a {
        padding: 15px 30px;
    }
}

/* 📱 Print Styles */
@media print {
    .main-header,
    .mobile-menu-btn,
    .mobile-menu-overlay {
        display: none !important;
    }
}

.header-btn {
	align-items: end;
}

.btn-phone {
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	color: var(--white-color);
	margin-right: 25px;
	display: inline-flex;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.btn-phone:hover {
	color: var(--accent-color);
}

.btn-phone i {
	color: var(--white-color);
	font-size: 20px;
	margin-right: 15px;
	transition: all 0.4s ease-in-out;
}

.btn-phone:hover i {
	color: var(--accent-color);
}

.responsive-menu,
.navbar-toggle {
	display: none;
}

.responsive-menu {
	top: 0;
	position: relative;
}

.slicknav_btn {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 6px;
    background-color: rgba(215, 22, 30, 0) !important;
    margin-bottom: 7px !important;
}

.slicknav_icon .slicknav_icon-bar {
	display: block;
	width: 100%;
	height: 3px;
	width: 22px;
	background-color: var(--white-color);
	border-radius: 6px;
	margin: 4px auto !important;
	transition: all 0.1s ease-in-out;
}

.slicknav_icon .slicknav_icon-bar:first-child {
	margin-top: 0 !important;
}

.slicknav_icon .slicknav_icon-bar:last-child {
	margin-bottom: 0 !important;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(1) {
	transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(2) {
	opacity: 0;
}

.navbar-toggle a.slicknav_btn.slicknav_open .slicknav_icon span.slicknav_icon-bar:nth-child(3) {
	transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
	position: absolute;
	width: 100%;
	padding: 0;
	background: linear-gradient(263deg, #0c99cc 0.16%, #99c9db 99.84%);
}

.slicknav_menu ul {
	margin: 5px 0;
}

.slicknav_menu ul ul {
	margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 10px;
	color: var(--white-color);
	line-height: normal;
	margin: 0;
	border-radius: 0 !important;
	transition: all 0.3s ease-in-out;
}

.slicknav_nav a:hover,
.slicknav_nav a:focus,
.slicknav_nav .slicknav_row:hover {
	background-color: transparent;
	color: var(--primary-color);
}

.slicknav_menu ul ul li a {
	padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
	font-size: 0 !important;
}

.slicknav_arrow:after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	margin-left: 8px;
	color: var(--white-color);
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s ease-out;
}

.slicknav_open>a .slicknav_arrow:after {
	transform: rotate(-180deg);
	color: var(--primary-color);
}

header.main-header .header-sticky {
	position: relative;
	width: 97.8%;
	margin: 0 auto;
	z-index: 1000;
	transition: all 0.4s ease;
	border-radius: 50px;
	/* Increased border radius */
}

header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 10px;
	/* Add radius here */
	transform: translateY(0);
	background: rgba(91, 211, 220, 0.85);
	border-bottom: 1px solid var(--dark-divider-color);
	backdrop-filter: blur(8px);
	z-index: 1000;
}

/* Tablet view */
@media (max-width: 992px) {
	header.main-header .header-sticky {
		width: 98%;
		border-radius: 8px;
	}
}

/* Mobile view */
@media (max-width: 768px) {
	header.main-header .header-sticky {
		width: 100%;
		margin: 0;
		border-radius: 0;
		/* No border radius for mobile for better alignment */
	}
}

/* Sticky active effect */
header.main-header .header-sticky.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 0;
	/* Remove top-left radius */
	border-top-right-radius: 0;
	/* Remove top-right radius */
	border-bottom-left-radius: 15px;
	/* Increase bottom-left radius */
	border-bottom-right-radius: 15px;
	/* Increase bottom-right radius */
	transform: translateY(0);
	background: rgba(4, 42, 45, 0.85);
	border-bottom: 1px solid var(--dark-divider-color);
	backdrop-filter: blur(8px);
	z-index: 1000;
}

/* Hide effect while scrolling down */
header.main-header .header-sticky.hide {
	transform: translateY(-100%);
}

/* Add space for content after navbar becomes fixed */
body {
	scroll-behavior: smooth;
}

/* Prevent anchor overlap when scrolling to section */
section {
	scroll-margin-top: 90px;
	/* Adjust to your header height */
}

/****************************************************/
/**** CUSTOM MOBILE MENU WITH LOGOS & CLOSE BTN ****/
/****************************************************/

/* Hide default slicknav */
.slicknav_menu {
    display: none !important;
}

/* Small Hamburger Button on Right */
.mobile-menu-btn {
    display: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 1001;
    padding: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-menu-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Small Hamburger Icon */
.hamburger {
    width: 20px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Hamburger Animation */
.mobile-menu-btn.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 4px);
}

.mobile-menu-btn.active .hamburger span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(4, 42, 45, 0.98);
    backdrop-filter: blur(10px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Container */
.mobile-menu-container {
    position: relative;
    height: 100vh;
    padding: 80px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
}

/* Close Button */
.mobile-close-btn {
    position: absolute;
        top: 22px;
    right: 2px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1002;
}

.mobile-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

/* Logo in Mobile Menu */
.mobile-menu-logo {
    text-align: center;
    margin-bottom: 3px;
}

.mobile-menu-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 10px;
}

.mobile-menu-logo h3 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}

/* Mobile Menu Links */
.mobile-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.mobile-nav-links li {
    margin: 15px 0;
}

.mobile-nav-links a {
    color: white;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    min-width: 250px;
}

.mobile-nav-links a:hover,
.mobile-nav-links a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #00aeef;
    transform: scale(1.05);
}

/* Show on Mobile */
@media (max-width: 992px) {
    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .main-menu {
        display: none !important;
    }
    
    /* Hide old menu elements */
    .navbar-toggle,
    .responsive-menu {
        display: none !important;
    }
    
    /* Adjust container for mobile */
    .main-header .container-fluid {
        padding-right:70px; /* Make space for hamburger button */
    }
}

/* Body scroll lock */
body.menu-open {
    overflow: hidden !important;
}

/* Small Mobile */
@media (max-width: 576px) {
    .mobile-menu-btn {
        right: 5px;
        width: 35px;
        height: 35px;
        top: 19px;
    }
    
    .hamburger {
        width: 18px;
        height: 12px;
    }
    
    .mobile-nav-links a {
        font-size: 18px;
        padding: 10px 20px;
        min-width: 200px;
    }
    
    .mobile-menu-logo img {
        height: 30px;
    }
    
    .mobile-menu-logo h3 {
        font-size: 16px;
    }
}

/* 📱 SPECIFIC FIX for 992px-1148px range */
@media (min-width: 993px) and (max-width: 1148px) {
    /* Step 1: Reduce overall padding */
    .main-header .container-fluid {
        padding: 5px 15px !important;
        max-width: 100% !important;
    }
    
    /* Step 2: Make logo much smaller */
    .navbar-brand img.logo {
        height: 32px !important;
        max-width: 140px !important;
        margin-right: 10px !important;
    }
    
    /* Step 3: Fix menu container */
    .main-menu {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        max-width: 65% !important; /* Limit menu width */
        margin: 0 10px !important;
    }
    
    /* Step 4: Critical - Fix menu items layout */
    .main-menu ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 6px !important; /* Reduce gap */
        padding: 0 !important;
        margin: 0 !important;
        justify-content: center !important;
        width: 100% !important;
    }
    
    /* Step 5: Fix individual menu items */
    .main-menu ul li {
        flex: 0 0 auto !important;
        white-space: nowrap !important;
    }
    
    .main-menu ul li a {
        font-size: 13px !important;
        padding: 8px 10px !important;
        line-height: 1.2 !important;
        text-align: center !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 36px !important;
        white-space: nowrap !important;
        word-break: keep-all !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    
    /* Step 6: Fix specific problematic items */
    .main-menu ul li:nth-child(3) a, /* What We Do */
    .main-menu ul li:nth-child(6) a { /* Contact Us */
        writing-mode: horizontal-tb !important;
        white-space: normal !important;
        line-height: 1.1 !important;
        padding: 6px 8px !important;
        font-size: 12px !important;
    }
    
    /* Alternative: Use single words for long items */
    .main-menu ul li:nth-child(3) a span::after {
        content: "Services";
        display: block;
    }
    
    .main-menu ul li:nth-child(3) a span:first-child {
        display: none;
    }
    
    .main-menu ul li:nth-child(4) a span::after {
        content: "Certs";
        display: block;
    }
    
    .main-menu ul li:nth-child(4) a span:first-child {
        display: none;
    }
    
    .main-menu ul li:nth-child(6) a span::after {
        content: "Contact";
        display: block;
    }
    
    .main-menu ul li:nth-child(6) a span:first-child {
        display: none;
    }
    
    /* Step 7: Reduce phone button */
    .header-btn {
        flex: 0 0 auto !important;
        min-width: 60px !important;
    }
    
    .btn-phone {
        font-size: 0 !important;
        padding: 8px !important;
        width: 40px !important;
        height: 40px !important;
        justify-content: center !important;
    }
    
    .btn-phone i {
        margin-right: 0 !important;
        font-size: 18px !important;
    }
    
    .btn-phone span {
        display: none !important;
    }
}

/* 📱 BETTER SOLUTION: Switch to mobile menu at 1024px */
@media (max-width: 1024px) {
    .mobile-menu-btn {
        display: flex !important;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
        width: 42px;
        height: 42px;
        background: rgba(255,255,255,0.15);
        border-radius: 50%;
        align-items: center;
        justify-content: center;
    }
    
    .main-menu {
        display: none !important;
    }
    
    .header-btn {
        display: none !important;
    }
    
    /* Center logo */
    .main-header .container-fluid {
        justify-content: center !important;
        padding-right: 70px !important;
        padding-left: 15px !important;
        position: relative;
    }
    
    .navbar-brand {
    position: absolute;
   
    transform: translateX(-50%);
    text-align: center;
    margin-left: 38px;
    }
    
    .navbar-brand img.logo {
        height: 34px !important;
        margin: 0 auto;
    }

	.navbar-brand img.slplogo {
        height: 34px !important;
        margin: 0 auto;
        margin-left: 3px !important;
		width: 150px !important;
    }
    
    /* Add phone icon if needed */
    .mobile-phone-icon {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(255,255,255,0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
        z-index: 999;
    }
}

/* 📱 EMERGENCY FIX: Horizontal scroll menu */
@media (min-width: 993px) and (max-width: 1100px) {
    .main-menu ul {
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        padding-bottom: 8px !important;
        scrollbar-width: thin !important;
        scrollbar-color: rgba(255,255,255,0.3) transparent;
    }
    
    .main-menu ul::-webkit-scrollbar {
        height: 4px;
    }
    
    .main-menu ul::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .main-menu ul::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.3);
        border-radius: 2px;
    }
    
    /* Make scrollable items */
    .main-menu ul li {
        flex: 0 0 auto !important;
    }
    
    /* Abbreviate text */
    .main-menu ul li:nth-child(1) a span:after { content: "Home"; }
    .main-menu ul li:nth-child(2) a span:after { content: "About"; }
    .main-menu ul li:nth-child(3) a span:after { content: "Services"; }
    .main-menu ul li:nth-child(4) a span:after { content: "Certs"; }
    .main-menu ul li:nth-child(5) a span:after { content: "Gallery"; }
    .main-menu ul li:nth-child(6) a span:after { content: "Contact"; }
    
    .main-menu ul li a span:first-child {
        display: none;
    }
}

 .navbar-brand {
        position: relative;
        left: 14%;
        transform: translateX(-50%);
        text-align: center;
    }
    
    .navbar-brand img.logo {
        height: 34px !important;
        margin: 0 auto;
    }

	.navbar-brand img.slplogo {
        height: 34px !important;
        margin: 0 auto;
        margin-left: 3px !important;
		width: 190px !important;
    }
/* Fix for iPhone/Vivo touch issues */
.mobile-menu-btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.mobile-menu-overlay {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

/* Fix for mobile menu links touch area */
.mobile-nav-links a {
    padding: 15px 30px;
    margin: 10px 0;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    .mobile-menu-overlay {
        height: -webkit-fill-available;
    }
    
    .mobile-menu-container {
        min-height: -webkit-fill-available;
    }
}

/* Prevent text size adjustment on mobile */
html {
    -webkit-text-size-adjust: 100%;
}

/* Hide effect while scrolling down */
header.main-header .header-sticky.hide {
	transform: translateY(-100%);
}

/* Add space for content after navbar becomes fixed */
body {
	scroll-behavior: smooth;
}

/* Prevent anchor overlap when scrolling to section */
section {
	scroll-margin-top: 90px;
	/* Adjust to your header height */
}


/************************************/
/***        04. Hero CSS          ***/
/************************************/

/* ===== CSS VARIABLES ===== */
:root {
    --hero-fade-delay: 5s;
    --hero-fade-duration: 2s;
    --hero-overlay-gradient: linear-gradient(
        180deg, 
        rgba(4, 42, 45, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 100%
    );
}

/* ===== BASE HERO STYLES ===== */
.hero {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate; /* Creates new stacking context */
}

.hero--default {
    padding: 280px 30px 120px;
    margin-top: -120px;
    min-height: 100vh;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--hero-overlay-gradient);
    z-index: 1;
}

/* ===== VIDEO HERO ===== */
.hero--video {
    padding: 0 !important;
    margin-top: 0 !important;
    width: 100%;
}

/* Video Container */
.hero__video-container {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.hero__video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
}

/* Video Fallback for Mobile */
.hero__video-container::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
}

@media (max-width: 768px) {
    .hero__video-container::after {
        display: block; /* Enhanced overlay for mobile */
    }
}

/* ===== HERO CONTENT ===== */
.hero__content-wrapper {
    position: relative;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}

.hero__content {
    width: 100%;
    max-width: 750px;
}

/* Optional Fade Animation */
.hero__content--fade-out {
    animation: fadeOutHero var(--hero-fade-duration) ease forwards;
    animation-delay: var(--hero-fade-delay);
}

@keyframes fadeOutHero {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
        pointer-events: none;
    }
}

/* ===== TYPOGRAPHY ===== */
.hero__title {
    color: var(--white-color);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	opacity: 0.8;
}

.hero__title--main {
    font-size: 3.5rem;
    font-weight: 700;
}

.hero__title--sub {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.hero__title span.highlight {
    color: #ce1818;
    display: inline-block;
	opacity: 0.9;
}

/* ===== BUTTONS ===== */
.hero__cta-group {
    display: flex;
    gap: 1.25rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}

.hero__btn {
    min-width: 180px;
    padding: 0.875rem 2rem;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero__btn--primary {
    background-color: var(--accent-color);
    color: var(--white-color);
    border: 2px solid var(--accent-color);
}

.hero__btn--primary:hover {
    background-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.hero__btn--secondary {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--white-color);
}

.hero__btn--secondary:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    transform: translateY(-2px);
}

/* ===== RESPONSIVE DESIGN ===== */

/* Mobile: 320px - 480px */
@media (max-width: 480px) {
    .hero--default {
        padding: 180px 95px 80px; /* Reduced padding */
        margin-top: 80px;
        min-height: 95vh; /* Reduced height */
    }
    
    .hero--video {
        height: 80vh; /* Reduced from 60vh */
        min-height: 300px; /* Reduced */
        max-height: 380px; /* Reduced */
    }
    
    .hero__content-wrapper {
        padding: 0 15px; /* Ensure proper padding */
    }
    
    .hero__content {
        max-width: 100%;
        text-align: center;
        padding: 15px; /* Added inner padding */
    }
    
    /* Section Indicator - Smaller */
    .section-indicator {
        margin-bottom: 15px; 
    }
    
    .section-indicator__line {
        width: 30px;
		display: none !important; 
    }
    
    .section-indicator__text {
        font-size: 0.75rem; /* Reduced from 0.875rem */
        letter-spacing: 0.5px; /* Reduced */
		opacity: 0.7;
    }
	
    
    /* Main Heading - Much Smaller */
    .hero__title--main {
        font-size: 1.5rem; /* Reduced from 1.75rem */
        line-height: 1.3; /* Added for better readability */
         opacity: 0.7;
    }
    
    .hero__title--main .highlight {
        display: block; /* Force line break */
        margin-top: -5px;
        font-size: 1.4rem; /* Slightly smaller than main */
		
    }
    
    /* Subheading - Much Smaller */
    .hero__title--sub {
        font-size: 0.95rem; /* Reduced from 1.125rem */
        line-height: 1.4; /* Added line height */
        margin-bottom: 1rem; /* Reduced */
        color: rgba(255, 255, 255, 0.9); /* Slightly brighter */
		opacity: 0.7;
    }
    
    /* Button Group */
    .hero__cta-group {
        flex-direction: column;
        gap: 0.75rem; /* Reduced */
        margin-top: 1.5rem; /* Reduced */
    }
    
    .hero__btn {
        width: 100%;
        max-width: 200px; /* Reduced from 220px */
        padding: 0.625rem 1.25rem; /* Reduced */
        font-size: 0.8125rem; /* Reduced from 0.875rem */
    }
    
    /* Container adjustments */
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .col-12 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Mobile Landscape Optimization */
@media (max-width: 900px) and (orientation: landscape) {
    .hero--video {
        height: 85vh;
        min-height: 280px;
    }
    
    .hero__content-wrapper {
        padding: 0 15px;
    }
    
    .hero__title--main {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .hero__title--sub {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    
    .hero__cta-group {
        margin-top: 1.25rem;
    }
}

/* Tablet: 768px - 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero--default {
        padding: 220px 30px 100px;
        min-height: 90vh;
    }
    
    .hero--video {
        height: 70vh;
        min-height: 480px;
        max-height: 580px;
    }
    
    .hero__content {
        max-width: 600px;
    }
    
    .hero__title--main {
        font-size: 2.75rem;
    }
    
    .hero__title--sub {
        font-size: 1.375rem;
    }
}

/* Desktop: 1025px - 1366px */
@media (min-width: 1025px) and (max-width: 1366px) {
    .hero--default {
        padding: 240px 30px 120px;
        min-height: 95vh;
    }
    
    .hero--video {
        height: 75vh;
        min-height: 600px;
        max-height: 700px;
    }
    
    .hero__title--main {
        font-size: 3rem;
    }
}

/* Large Desktop: 1367px+ */
@media (min-width: 1367px) {
    .hero--default {
        padding: 280px 30px 150px;
    }
    
    .hero--video {
        height: 80vh;
        min-height: 540px;
        max-height: 800px;
    }
    
    .hero__title--main {
        font-size: 4rem;
    }
    
    .hero__title--sub {
        font-size: 1.75rem;
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
@media (prefers-reduced-motion: reduce) {
    .hero__content--fade-out,
    .hero__btn {
        animation: none;
        transition: none;
    }
}

/* Print Styles */
@media print {
    .hero--video {
        background: var(--primary-color) !important;
    }
    
    .hero__video-container {
        display: none;
    }
}

/* ===== ACCESSIBILITY ===== */
.hero__video-container video {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

/* Focus styles for accessibility */
.hero__btn:focus-visible {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
}


/* Utility Classes for Hero */
.section-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    opacity: 0.9;
}

.section-indicator__line {
    width: 40px;
    height: 2px;
    background-color: white;
}

.section-indicator__text {
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ce1818;
}

.hero__scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 3;
    padding: 12px;
    animation: bounce 2s infinite;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.hero__scroll-indicator:hover {
    opacity: 1;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* Fallback Button Styles */
.video-fallback-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 4;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}

.video-fallback-btn:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.05);
}

/************************************/
/* 05. *** 	 About Us css	      ***/
/************************************/

:root {
    --primary-color: #ce1126;
    --primary-dark: #a50e1e;
    --secondary-color: #2c3e50;
    --light-bg: #f8f9fa;
    --text-dark: #333;
    --text-light: #666;
    --white: #ffffff;
    --border-radius: 12px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

	body {
		font-family: 'Poppins', sans-serif;
		background: #f8f9fa;
		min-height: 100vh;
		padding: 20px;
	}
	/* body {
		font-family: 'Poppins', sans-serif;
		background: #f8f9fa;           
		min-height: 100vh;
		padding: 20px;
	}
	.container {
		max-width: 1200px;
		margin: 0 auto;
		
	}      */
	/* .container {
		max-width: 1200px;
		margin: 0 auto;
		
	} */
        
.section-header {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.section-header h2 {
    font-size: 2.8rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--primary-color);
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 1px;
}

/* Main Content Grid */
.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

/* Left Column */
.about-text {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.intro-block h2 {
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-light);
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid var(--primary-color);
    background-color: rgba(206, 17, 38, 0.03);
    padding: 20px;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.intro-block p {
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-light);
    margin-bottom: 15px;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.feature-item-aboutus {
    background: var(--white);
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 10px;
    background: rgba(206, 17, 38, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(206, 17, 38, 0.1);
    transition: var(--transition);
}

.feature-item-aboutus:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(206, 17, 38, 0.12);
    border-color: rgba(255, 221, 225, 0.2);
}

.feature-icon-aboutus {
    width: 60px;
    height: 45px;
    min-width: 45px;
    background: linear-gradient(135deg, rgba(206, 17, 38, 0.1) 0%, rgba(165, 14, 30, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 24px;
    transition: var(--transition);
    box-shadow: var(--box-shadow);
}

.feature-item-aboutus:hover .feature-icon-aboutus {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
    transform: rotate(5deg) scale(1.1);
}

.feature-content h4 {
    font-size: 1.2rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.feature-content p {
    font-size: 0.95rem;
    color: var(--text-light);
    line-height: 1.6;
}

/* Right Column */
.about-experience {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Grinding Unit Card */
.grinding-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.grinding-image {
    height: 250px;
    overflow: hidden;
}

.grinding-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.grinding-card:hover .grinding-image img {
    transform: scale(1.05);
}

.grinding-content {
    padding: 25px;
}

.grinding-content h3 {
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.grinding-content p {
    color: var(--text-light);
    line-height: 1.7;
}

/* Experience Card */
.experience-card {
    border-radius: var(--border-radius);
    padding: 35px;
    color: #000000;
    position: relative;
    overflow: hidden;
    white-space: aqua;
    background-color: white;
    transition: transform 0.5s ease;
}

.experience-card:hover {
    transform: scale(1.05);
}

.experience-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');
    background-size: 30px;
}

.years-display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.years {
    display: flex;
    align-items: baseline;
}

.years-number {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 10px;
}

.years-plus {
    font-size: 2.5rem;
    font-weight: 700;
    opacity: 0.9;
}

.years-text {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0.9;
}

.achievement-badge {
    width: 70px;
    height: 70px;
    background: rgb(187 31 31 / 86%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.experience-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.experience-card p {
    opacity: 0.9;
    margin-bottom: 30px;
    line-height: 1.7;
}

/* 3D Printing Section */
.printing-section {
    width: 100%;
    max-width: 1200px;
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    margin: 0 auto;
    border: 1px solid rgba(206, 17, 38, 0.1);
}

.printing-content {
    padding: 50px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.printing-content h3 {
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 15px;
}

.printing-content h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color), var(--primary-dark));
    bottom: 0;
    left: 0;
    border-radius: 2px;
}

.printing-subtitle {
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.printing-subtitle::before {
    content: '→';
    font-weight: bold;
    color: var(--primary-color);
}

.printing-content p {
    color: var(--text-light);
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 1.05rem;
}

.highlight {
    background: linear-gradient(135deg, rgba(206, 17, 38, 0.05) 0%, rgba(165, 14, 30, 0.05) 100%);
    padding-right: 30px;
    margin-top: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
	padding:10px;
}

.highlight strong {
    color: var(--primary-color);
    font-weight: 700;
}

.highlight p {
    margin: 0;
    color: var(--text-dark);
    font-size: 1.1rem;
}

.printing-image {
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
}

.printing-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.printing-image:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.85);
    color: var(--white);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.printing-image-1 {
    height: 100%;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
}

.printing-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.printing-image-1:hover img {
    transform: scale(1.05);
}

.image-overlay-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(44, 62, 80, 0.85);
    color: var(--white);
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.1rem;
    font-weight: 500;
    backdrop-filter: blur(5px);
}

.image-overlay i {
    color: var(--primary-color);
    font-size: 1.4rem;
}

/* Features Grid Inside Content */
.features-grid-3d {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 25px 0;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    background: rgba(206, 17, 38, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(206, 17, 38, 0.1);
    transition: var(--transition);
}

.feature-item:hover {
    background: rgba(206, 17, 38, 0.08);
    transform: translateY(-3px);
}

.feature-item i {
    color: var(--primary-color);
    font-size: 1.2rem;
    min-width: 25px;
    margin-top: 3px;
}

.feature-item h5 {
    color: var(--secondary-color);
    margin-bottom: 5px;
    font-size: 1rem;
}

.feature-item p {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-light);
    line-height: 1.5;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.printing-section {
    animation: fadeIn 0.8s ease-out;
}

/* Manufacturing Excellence Section */
.manufacturing-section {
    margin-bottom: 80px;
}

.manufacturing-header {
    text-align: center;
    margin-bottom: 50px;
}

.manufacturing-header h3 {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
}

.manufacturing-header p {
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.manufacturing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.manufacturing-card {
    background: var(--white);
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: var(--box-shadow);
}

.manufacturing-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.card-image {
    height: 220px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.manufacturing-card:hover .card-image img {
    transform: scale(1.08);
}

.card-content {
    padding: 25px;
}

.card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(206, 17, 38, 0.1) 0%, rgba(165, 14, 30, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 20px;
    transition: var(--transition);
}

.manufacturing-card:hover .card-icon {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-dark) 100%);
    color: var(--white);
}

.card-content h4 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.card-content p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 20px;
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 0.9rem;
}

/* Advanced Grinding Unit Section */
.grinding-unit-section {
    padding: 0px 0;
    position: relative;
    overflow: hidden;
}

.title-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.title-decoration .line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ce1126, #a50e1e);
    border-radius: 2px;
}

.title-decoration .circle {
    width: 12px;
    height: 12px;
    background: #ce1126;
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #ce1126;
}

/* Main Content Wrapper */
.grinding-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    align-items: start;
}

/* Left Column - Text Content */
.grinding-text-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.intro-text h3 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.intro-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #ce1126, #a50e1e);
    border-radius: 2px;
}

.lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    padding: 20px;
    background: linear-gradient(90deg, rgba(206, 17, 38, 0.05) 0%, transparent 100%);
    border-radius: 12px;
    border-left: 4px solid #ce1126;
}

.intro-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #666;
    margin-bottom: 35px;
}

/* Features List */
.grinding-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: -47px;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(206, 17, 38, 0.1);
    transition: all 0.3s ease;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(206, 17, 38, 0.1);
    border-color: rgba(206, 17, 38, 0.2);
}

.feature-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: linear-gradient(135deg, rgba(206, 17, 38, 0.1) 0%, rgba(165, 14, 30, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ce1126;
    font-size: 24px;
    transition: all 0.3s ease;
}

.feature:hover .feature-icon {
    background: linear-gradient(135deg, #ce1126 0%, #a50e1e 100%);
    color: white;
    transform: rotate(5deg);
}

.feature-details h4 {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 8px;
}

.feature-details p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Impact Stats */
.impact-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.stat-item {
    text-align: center;
    padding: 25px 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    border: 2px solid rgba(17, 127, 206, 0.1);
    transition: all 0.3s ease;
}

.stat-item:hover {
    border-color: rgba(13, 82, 131, 0.1);
    transform: translateY(-5px);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ce1126;
    line-height: 1;
    margin-bottom: 10px;
}

.stat-number span {
    font-size: 1.5rem;
    font-weight: 600;
}

.stat-label {
    font-size: 0.95rem;
    color: #666;
    font-weight: 500;
}

/* Right Column - Visual Content */
.grinding-visual-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Main Machine Image */
.main-machine-image {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.image-container {
    position: relative;
    height: 499px;
    overflow: hidden;
	background-color: #243240;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.main-machine-image:hover .image-container img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(44, 62, 80, 0.9) 0%, transparent 100%);
    padding: 25px;
}

.overlay-content {
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
}

.overlay-content i {
    color: #ce1126;
    font-size: 1.3rem;
}

.image-caption {
    padding: 20px;
    background: white;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-top: 1px solid rgba(206, 17, 38, 0.1);
}

.image-caption i {
    color: #ce1126;
    font-size: 1.2rem;
    margin-top: 3px;
}

.image-caption p {
    color: #666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Process Flow */
.process-flow-1 {
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(206, 17, 38, 0.1);
}

.process-flow-1 h4 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.process-flow-1 h4 i {
    color: #ce1126;
}

.flow-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.step-icon-aboutus {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ce1126 0%, #a50e1e 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.2rem;
    box-shadow: 0 8px 20px rgba(206, 17, 38, 0.3);
}

.step-text {
    font-size: 0.9rem;
    color: #666;
    font-weight: 500;
    text-align: center;
}

.step-arrow {
    color: #ce1126;
    font-size: 1.2rem;
    opacity: 0.6;
}

/* Benefits Banner */
.benefits-banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 60px;
}

.benefit {
    text-align: center;
    padding: 30px 20px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(206, 17, 38, 0.1);
    transition: all 0.3s ease;
}

.benefit:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(206, 17, 38, 0.15);
    border-color: rgba(206, 17, 38, 0.3);
}

.benefit i {
    font-size: 2.5rem;
    color: #ce1126;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 0.3s ease;
}

.benefit:hover i {
    transform: scale(1.2);
}

.benefit h4 {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 12px;
}

.benefit p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.legacy-container {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.left-section {
    background: linear-gradient(135deg, #2c3e50 0%, #1a252f 100%);
    color: white;
    padding: 50px 40px;
    flex: 1;
    min-width: 300px;
    position: relative;
    overflow: hidden;
}

.left-section::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.badge {
    background: #810000;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

h1 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.highlight {
    color: #ffffff;
}

.year {
    font-size: 70px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 30px;
    line-height: 1;
}

.year-text {
    font-size: 18px;
    color: #c0d0ff;
    margin-top: 5px;
}

.right-section {
    flex: 1;
    min-width: 300px;
    padding: 50px 40px;
    background: white;
}

.right-section h2 {
    font-size: 28px;
    color: #0a2e5a;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.right-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #b10f20;
}

.right-section p {
    color: #555;
    line-height: 1.7;
    font-size: 16px;
    margin-bottom: 25px;
}

.stats {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 15px;
    background: #f0f5ff;
    border-radius: 10px;
    flex: 1;
}

.stat-number {
    font-size: 24px;
    font-weight: 700;
    color: #0a2e5a;
}

.stat-label {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.legacy-achievement {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    margin-top: 25px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.legacy-achievement:hover {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.legacy-achievement i {
    color: #fbbf24;
    font-size: 1.2rem;
}

/* Header Section */
.services-header {
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}

.services-badge {
    display: inline-block;
    background: linear-gradient(90deg, #253443, #354d64);
    color: white;
    padding: 12px 35px;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    text-transform: uppercase;
    box-shadow: 0 5px 15px rgba(15, 58, 112, 0.2);
}

.services-title {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
}

.services-subtitle {
    font-size: 28px;
    color: #475569;
    font-weight: 500;
    margin-bottom: 15px;
}

.services-tagline {
    font-size: 20px;
    color: #64748b;
    font-weight: 400;
    margin-bottom: 30px;
    font-style: italic;
}

.services-intro {
    font-size: 18px;
    color: #64748b;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.7);
    padding: 25px;
    border-radius: 15px;
    border-left: 4px solid #c31f1f;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-bottom: 30px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 45px 35px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-size: 200% 100%;
    animation: gradientShift 3s infinite linear;
}

.service-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
}

.service-number {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #cbd5e1;
    opacity: 0.7;
}

.service-icon-container {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #f7e7e8, #f7e7e8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    font-size: 42px;
    color: #ce1126;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon-container {
    transform: scale(1.1);
    background: linear-gradient(135deg, #ce1126, #ce1126);
    color: white;
}

.service-title {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #0f3a70;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.3;
}

.service-description {
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 30px;
}

.service-features {
    list-style: none;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #e2e8f0;
}

.service-features li {
    color: #64748b;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.service-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #eb2525;
    font-weight: bold;
}

.service-link {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-top: 20px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.service-card:hover .service-link {
    opacity: 1;
    transform: translateY(0);
}

.service-link:hover {
    color: #0f3a70;
    transform: translateX(5px);
}

.service-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.service-link:hover i {
    transform: translateX(5px);
}

/* Animations */
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

/* Visible state */
.animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
}

/************************************/
/* MOBILE RESPONSIVE FIXES          */
/************************************/

@media (max-width: 992px) {
.stats {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.stat-item {
    text-align: center;
    padding: 13px;
    background: #f0f5ff;
    border-radius: 10px;
    flex: 1;
}
}


/* Legacy Container Mobile Fix */
@media (max-width: 768px) {
    .legacy-container {
        flex-direction: column-reverse !important; /* Image first, content later */
    }
    
    .left-section, 
    .right-section {
        padding: 25px 20px !important;
        width: 100% !important;
        min-width: 100% !important;
        text-align: center !important;
    }
    
    .left-section h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        word-break: break-word !important;
    }
    
    .left-section p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        margin: 15px 0 !important;
    }
    
    .year {
        font-size: 50px !important;
        margin-top: 20px !important;
    }
    
    .year-text {
        font-size: 16px !important;
    }
    
    .legacy-achievement {
        display: inline-flex !important;
        margin: 15px auto 0 !important;
        font-size: 14px !important;
        padding: 8px 16px !important;
        text-align: center !important;
    }
    
    .right-section h2 {
        font-size: 24px !important;
        text-align: center !important;
    }
    
    .right-section h2::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .right-section p {
        font-size: 16px !important;
        line-height: 1.7 !important;
        text-align: center !important;
        margin-bottom: 20px !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
    }
    
    .stats {
        flex-direction: column !important;
        gap: 15px !important;
        margin-top: 20px !important;
    }
    
    .stat-item {
        width: 100% !important;
        max-width: 250px !important;
        margin: 0 auto !important;
    }
    
    .stat-number {
        font-size: 22px !important;
    }
    
    .stat-label {
        font-size: 13px !important;
    }
	 .card-inner {
        position: relative !important;
        overflow: hidden !important;
        /* height: 100%; */
        border-radius: 7px !important;
    }
}

/* 3D Printing Section Mobile Fix */
@media (max-width: 768px) {
    .printing-section {
        grid-template-columns: 1fr !important;
        margin: 15px 0 !important;
    }
    
    .printing-image {
        min-height: 300px !important;
        order: -1 !important;
    }
    
    .printing-content {
        padding: 25px 20px !important;
    }
    
    .printing-content h3 {
        font-size: 24px !important;
        text-align: center !important;
    }
    
    .printing-content h3::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .printing-subtitle {
        font-size: 16px !important;
        text-align: center !important;
        justify-content: center !important;
        margin-bottom: 15px !important;
    }
    
    .printing-content p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        text-align: justify !important;
        word-break: break-word !important;
    }
    
    .features-grid-3d {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
        margin: 20px 0 !important;
    }
    
    .feature-item {
        padding: 15px !important;
        text-align: left !important;
    }
    
    .feature-item h5 {
        font-size: 16px !important;
        margin-bottom: 5px !important;
    }
    
    .feature-item p {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    .highlight {
        padding: 3px !important;
        margin-top: 0px !important;
        text-align: center !important;
    }
    
    .highlight p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        word-break: break-word !important;
    }
    
    .image-overlay {
        padding: 12px 15px !important;
        font-size: 14px !important;
    }
    
    .image-overlay i {
        font-size: 16px !important;
    }
}

/* Grinding Unit Section Mobile Fix */
@media (max-width: 768px) {
    .grinding-unit-section {
        padding: 0px 0 !important;
    }
    
    .grinding-content-wrapper {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .grinding-text-content {
        gap: 25px !important;
    }
    
    .intro-text h3 {
        font-size: 22px !important;
        text-align: center !important;
    }
    
    .intro-text h3::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    
    .lead-text {
        font-size: 16px !important;
        line-height: 1.7 !important;
        padding: 15px !important;
        text-align: justify !important;
        word-break: break-word !important;
    }
    
    .intro-text p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        text-align: justify !important;
        margin-bottom: 20px !important;
        word-break: break-word !important;
    }
    
    .process-flow-1 {
        padding: 20px !important;
        text-align: center !important;
		margin-top: 15px !important;
    }
    
    .process-flow-1 h4 {
        font-size: 18px !important;
        justify-content: center !important;
        margin-bottom: 20px !important;
    }
    
    .flow-steps {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 20px !important;
    }
    
    .step-arrow {
        display: none !important;
    }
    
    .step {
        margin: 0 10px !important;
    }
    
    .step-icon-aboutus {
        width: 45px !important;
        height: 45px !important;
        font-size: 18px !important;
    }
    
    .step-text {
        font-size: 14px !important;
    }
    
    .image-container {
        height: 250px !important;
    }
    
    .overlay-content {
        font-size: 14px !important;
        justify-content: center !important;
    }
    
    .image-caption {
        padding: 15px !important;
        text-align: center !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .image-caption p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

/* Manufacturing Section Mobile Fix */
@media (max-width: 768px) {
    .manufacturing-section {
        margin-top: 0px !important;
    }
    
    .manufacturing-header h3 {
        font-size: 24px !important;
    }
    
    .manufacturing-header p {
        font-size: 16px !important;
        line-height: 1.6 !important;
        padding: 0 15px !important;
    }
    
    .manufacturing-grid {
        grid-template-columns: 1fr !important;
        gap: 25px !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }
    
    .manufacturing-card {
        margin: 0 !important;
    }
    
    .card-image {
        height: 200px !important;
    }
    
    .card-content {
        padding: 20px !important;
        text-align: center !important;
    }
    
    .card-icon {
        margin: 0 auto 15px !important;
    }
    
    .card-content h4 {
        font-size: 20px !important;
    }
    
    .card-content p {
        font-size: 15px !important;
        line-height: 1.7 !important;
        text-align: center !important;
    }
    
    .card-footer {
        justify-content: center !important;
    }
}

/* Section Header Mobile Fix */
@media (max-width: 768px) {
    .section-header {
        margin-bottom: 30px !important;
    }
    
    .section-header h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        padding: 0 10px !important;
    }
    
    .section-header h2::after {
        width: 80px !important;
        bottom: -12px !important;
    }
    
    .section-subtitle {
        font-size: 16px !important;
        line-height: 1.5 !important;
        padding: 0 15px !important;
        margin-top: 15px !important;
    }
}

/* Small Mobile Fix - 480px */
@media (max-width: 480px) {
    .container {
        padding: 0 0px !important;
    }
    
    .left-section h1 {
        font-size: 24px !important;
    }
    
    .right-section h2 {
        font-size: 22px !important;
    }
    
    .right-section p,
    .left-section p,
    .printing-content p,
    .lead-text,
    .intro-text p {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
    
    .printing-content h3 {
        font-size: 22px !important;
    }
    
    .intro-text h3 {
        font-size: 20px !important;
    }
    
    .feature-item h5 {
        font-size: 15px !important;
    }
    
    .feature-item p {
        font-size: 13px !important;
    }
    
    .step-icon-aboutus {
        width: 40px !important;
        height: 40px !important;
    }
    
    .card-content h4 {
        font-size: 18px !important;
    }
    
    .manufacturing-header h3 {
        font-size: 22px !important;
    }
}

/* Text Overflow Prevention */
.left-section h1,
.right-section h2,
.printing-content h3,
.intro-text h3,
.section-header h2,
.card-content h4,
.process-flow-1 h4 {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
}

.right-section p,
.left-section p,
.printing-content p,
.lead-text,
.intro-text p,
.card-content p,
.highlight p,
.image-caption p,
.step-text,
.legacy-achievement span {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    hyphens: auto !important;
}
        
        /* what we do - Commitment Section */
        .commitment-section {
              background: linear-gradient(135deg, #253443 0%, #36485a 100%);
            border-radius: 25px;
            padding: 70px 60px;
            color: white;
            text-align: center;
            position: relative;
            overflow: hidden;
            margin-top: 40px;
        }
        
        .commitment-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/><circle fill="%23ffffff" opacity="0.05" cx="25" cy="25" r="2"/><circle fill="%23ffffff" opacity="0.05" cx="75" cy="75" r="2"/><circle fill="%23ffffff" opacity="0.05" cx="75" cy="25" r="2"/><circle fill="%23ffffff" opacity="0.05" cx="25" cy="75" r="2"/></svg>');
            opacity: 0.5;
        }
        
        .commitment-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.15);
            color: white;
            padding: 12px 35px;
            border-radius: 50px;
            font-family: 'Poppins', sans-serif;
            font-weight: 600;
            font-size: 16px;
            letter-spacing: 1.5px;
            margin-bottom: 30px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            position: relative;
            backdrop-filter: blur(10px);
        }
        
        .commitment-text {
            font-size: 24px;
            color: #e2e8f0;
            max-width: 900px;
            margin: 0 auto 50px;
            line-height: 1.8;
            position: relative;
            font-weight: 400;
        }
        
		.cta-button {
		display: inline-flex;
		align-items: center;
		gap: 10px;
		background: #810000;
		color: #ffffff;
		padding: 18px 45px;
		border-radius: 50px;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 18px;
		text-decoration: none;
		transition: all 0.3s ease;
		border: none;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		box-shadow: 0 10px 25px rgb(255 255 255 / 7%);
	}
        
        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: 0.5s;
        }
        
        .cta-button:hover::before {
            left: 100%;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(231, 231, 231, 0.4);
        }
        
        /* Responsive */
        @media (max-width: 1100px) {
            .services-grid {
                gap: 25px;
            }
            
            .service-card {
                padding: 35px 25px;
            }
        }
        
        @media (max-width: 900px) {
            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            
            .services-title {
                font-size: 40px;
            }
            
            .services-subtitle {
                font-size: 24px;
            }
        }
        
        @media (max-width: 768px) {
            .container {
                padding: 15px;
            }
            
            .services-title {
                font-size: 36px;
            }
            
            .services-subtitle {
                font-size: 22px;
            }
            
            .services-tagline {
                font-size: 18px;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
            
            .service-card {
                padding: 40px 30px;
            }
            
            .commitment-section {
                padding: 50px 30px;
            }
            
            .commitment-text {
                font-size: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .services-title {
                font-size: 32px;
            }
            
            .services-subtitle {
                font-size: 20px;
            }
            
            .services-badge, .commitment-badge {
                font-size: 14px;
                padding: 10px 25px;
            }
            
            .cta-button {
                padding: 16px 35px;
                font-size: 16px;
            }
        }

 /* Product Development Cycle */
/* Timeline Section */
.timeline-section {
    background: var(--white);
    border-radius: var(--border-radius);
    padding: 60px;
    box-shadow: var(--box-shadow);
    margin-bottom: 80px;
}

.timeline-header {
    text-align: center;
    margin-bottom: 50px;
}

.timeline-header h3 {
    font-size: 2.2rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
}

.timeline-header p {
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background-color: rgba(206, 17, 38, 0.2);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

.timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
}

.timeline-item:nth-child(even) {
    left: 50%;
}

.timeline-content {
    background: var(--white);
    padding: 25px;
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(206, 17, 38, 0.1);
    position: relative;
    transition: var(--transition);
}

.timeline-content:hover {
    box-shadow: 0 10px 25px rgba(206, 17, 38, 0.1);
    border-color: rgba(206, 17, 38, 0.3);
}

.timeline-year {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.timeline-content h4 {
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.timeline-content p {
    color: var(--text-light);
    line-height: 1.6;
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border: 4px solid var(--white);
    border-radius: 50%;
    top: 20px;
    right: -10px;
    z-index: 1;
    box-shadow: 0 0 0 4px rgba(206, 17, 38, 0.2);
}

.timeline-item:nth-child(even)::after {
    left: -10px;
}

/* =========================================== */
/* MOBILE RESPONSIVE FIXES FOR TIMELINE        */
/* =========================================== */

/* Tablet - 992px and below */
@media (max-width: 992px) {
    .timeline-section {
        padding: 50px 40px;
        margin-bottom: 60px;
    }
    
    .timeline-header h3 {
        font-size: 1.8rem;
    }
    
    .timeline-header p {
        font-size: 1rem;
    }
    
    .timeline::before {
        left: 40px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 80px;
        padding-right: 20px;
        text-align: left !important;
        margin-bottom: 30px;
    }
    
    .timeline-item:nth-child(odd),
    .timeline-item:nth-child(even) {
        left: 0;
        text-align: left !important;
    }
    
    .timeline-item::after {
        left: 31px !important;
        right: auto !important;
        top: 25px;
    }
    
    .timeline-content {
        padding: 20px;
    }
    
    .timeline-content h4 {
        font-size: 1.2rem;
    }
    
    .timeline-content p {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}

/* Tablet Portrait - 768px and below */
@media (max-width: 768px) {
    .timeline-section {
        padding: 40px 30px;
        margin-bottom: 50px;
    }
    
    .timeline-header {
        margin-bottom: 40px;
    }
    
    .timeline-header h3 {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    
    .timeline-header p {
        font-size: 0.95rem;
        line-height: 1.5;
        padding: 0 10px;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        padding-left: 60px;
        padding-right: 15px;
        margin-bottom: 25px;
    }
    
    .timeline-item::after {
        left: 21px !important;
        width: 18px;
        height: 18px;
        top: 22px;
    }
    
    .timeline-content {
        padding: 18px;
    }
    
    .timeline-year {
        font-size: 1.1rem;
    }
    
    .timeline-content h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .timeline-content p {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}

/* Mobile - 576px and below */
@media (max-width: 576px) {
    .timeline-section {
        padding: 30px 20px;
        margin-bottom: 40px;
        border-radius: 8px;
    }
    
    .timeline-header {
        margin-bottom: 30px;
    }
    
    .timeline-header h3 {
        font-size: 1.4rem;
    }
    
    .timeline-header p {
        font-size: 0.9rem;
        line-height: 1.5;
    }
    
    .timeline::before {
        left: 25px;
        width: 3px;
    }
    
    .timeline-item {
        padding-left: 50px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    
    .timeline-item::after {
        left: 16px !important;
        width: 16px;
        height: 16px;
        top: 20px;
        border: 3px solid var(--white);
    }
    
    .timeline-content {
        padding: 15px;
        border-radius: 8px;
    }
    
    .timeline-year {
        font-size: 1rem;
        margin-bottom: 5px;
    }
    
    .timeline-content h4 {
        font-size: 1rem;
        margin-bottom: 8px;
        line-height: 1.3;
    }
    
    .timeline-content p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/* Small Mobile - 480px and below */
@media (max-width: 480px) {
    .timeline-section {
        padding: 25px 15px;
        margin-bottom: 35px;
    }
    
    .timeline-header h3 {
        font-size: 1.3rem;
    }
    
    .timeline-header p {
        font-size: 0.85rem;
    }
    
    .timeline::before {
        left: 22px;
    }
    
    .timeline-item {
        padding-left: 45px;
        margin-bottom: 18px;
    }
    
    .timeline-item::after {
        left: 13px !important;
        width: 14px;
        height: 14px;
        top: 18px;
    }
    
    .timeline-content {
        padding: 12px;
    }
    
    .timeline-year {
        font-size: 0.95rem;
    }
    
    .timeline-content h4 {
        font-size: 0.95rem;
    }
    
    .timeline-content p {
        font-size: 0.8rem;
    }
}

/* Extra Small Mobile - 360px and below */
@media (max-width: 360px) {
    .timeline-section {
        padding: 20px 10px;
        margin-bottom: 30px;
    }
    
    .timeline-header h3 {
        font-size: 1.2rem;
    }
    
    .timeline-header p {
        font-size: 0.8rem;
    }
    
    .timeline::before {
        left: 20px;
    }
    
    .timeline-item {
        padding-left: 40px;
        margin-bottom: 15px;
    }
    
    .timeline-item::after {
        left: 11px !important;
        width: 12px;
        height: 12px;
        top: 16px;
        border: 2px solid var(--white);
    }
    
    .timeline-content {
        padding: 10px;
    }
    
    .timeline-content h4 {
        font-size: 0.9rem;
    }
    
    .timeline-content p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
}

/* Text overflow prevention for timeline */
.timeline-header h3,
.timeline-content h4,
.timeline-content p {
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Ensure timeline dots are visible on mobile */
.timeline-item::after {
    box-shadow: 0 0 0 3px rgba(206, 17, 38, 0.2);
}

@media (max-width: 768px) {
    .timeline-item::after {
        box-shadow: 0 0 0 2px rgba(206, 17, 38, 0.2);
    }
}


/* Our Patrons Section - General */
/* ============================================
   OUR PATRONS SECTION - COMPLETE FIX
   ============================================ */

#patrons {
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}

/* Text Content Styling */
.patron-text-content {
    padding-right: 40px;
}

.patron-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.red-slash {
    color: #ed1c24;
    margin-right: 10px;
    font-weight: 700;
}

.patron-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #ed1c24;
    line-height: 1.2;
    margin-bottom: 25px;
    word-break: keep-all;
    white-space: normal;
}

.patron-description {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
    max-width: 400px;
}

/* Scrolling Logos Styling */
.scrolling-logos-container {
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.scrolling-wrapper {
    width: 100%;
    overflow: hidden;
}

.scrolling-track {
    display: flex;
    gap: 60px;
    animation: scrollLogos 15s linear infinite;
    will-change: transform;
}

.logo-item {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.logo-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    
    opacity: 0.7;
    transition: all 0.3s ease;
}

.logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Animation */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-100% / 2));
    }
}

/* Pause animation on hover */
.scrolling-logos-container:hover .scrolling-track {
    animation-play-state: paused;
}

/* ============================================
   RESPONSIVE BREAKPOINTS
   ============================================ */

/* 🖥️ Desktop (1200px and above) */
@media (min-width: 1200px) {
    .patron-main-title {
        font-size: 48px;
    }
    
    .logo-item {
        min-width: 140px;
        height: 90px;
    }
}

/* 💻 Medium Desktop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .patron-main-title {
        font-size: 38px;
    }
    
    .patron-text-content {
        padding-right: 30px;
    }
    
    .logo-item {
        min-width: 110px;
        height: 75px;
        gap: 50px;
    }
}

/* 📱 Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    #patrons {
        padding: 80px 0;
    }
    
    .row.section-row {
        flex-direction: column;
    }
    
    .col-lg-4, .col-lg-8 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .patron-text-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 50px;
    }
    
    .patron-main-title {
        font-size: 36px;
    }
    
    .patron-description {
        margin: 0 auto;
        max-width: 600px;
    }
    
    .scrolling-track {
        gap: 40px;
    }
    
    .logo-item {
        min-width: 100px;
        height: 70px;
    }
}

/* 📱 Mobile (576px - 767px) */
@media (max-width: 767px) {
    #patrons {
        padding: 60px 0;
    }
    
    .row.section-row {
        flex-direction: column;
        margin: 0;
    }
    
    .patron-text-content {
        width: 100%;
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
        padding: 0 15px;
    }
    
    .patron-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }
    
    .patron-main-title {
        font-size: 32px;
        line-height: 1.1;
        margin-bottom: 20px;
        word-break: keep-all;
        white-space: normal;
        display: block;
    }
    
    .patron-description {
        font-size: 16px;
        line-height: 1.5;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .scrolling-logos-container {
        padding: 15px 0;
    }
    
    .scrolling-track {
        gap: 30px;
        animation: scrollLogos 35s linear infinite;
    }
    
    .logo-item {
        min-width: 90px;
        height: 60px;
        padding: 10px;
    }
    
    .logo-item img {
        max-height: 40px;
    }
}

/* 📱 Small Mobile (Below 576px) */
@media (max-width: 575px) {
    #patrons {
        padding: 30px 0;
    }
    
    .patron-main-title {
        font-size: 28px;
    }
    
    .patron-description {
        font-size: 15px;
        padding: 0 5px;
    }
    
    .scrolling-track {
        gap: 25px;
        animation: scrollLogos 30s linear infinite;
    }
    
    .logo-item {
        min-width: 80px;
        height: 55px;
        padding: 8px;
    }
    
    .logo-item img {
        max-height: 35px;
    }
}

/* 🖥️ Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    #patrons {
        padding: 40px 0;
    }
    
    .patron-text-content {
        margin-bottom: 30px;
    }
    
    .logo-item {
        min-width: 70px;
        height: 50px;
        padding: 8px;
    }
}

/* ============================================
   FIX FOR TEXT LINE BREAKING ISSUE
   ============================================ */

/* Ensure "Nationwide" stays with "Empowering Businesses" */
.patron-main-title {
    display: inline-block;
    word-wrap: normal;
    overflow-wrap: normal;
    hyphens: none;
}

/* For very small screens where text might still break */
@media (max-width: 380px) {
    .patron-main-title {
        font-size: 26px;
        line-height: 1.1;
    }
    
    .patron-main-title br {
        display: none; /* Remove any forced line breaks */
    }
}

/* ============================================
   BOOTSTRAP OVERRIDES
   ============================================ */

.row.section-row.align-items-center {
    align-items: center !important;
}

.container {
    /* max-width: 1200px; */
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Remove Bootstrap column padding issues */
.col-lg-4, .col-lg-8, .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
}

/************************************/
/***     10. Intro Video Css      ***/
/************************************/

.intro-video {
	position: relative;
	padding: 500px 0 100px;
	background: url('../images/about-video-bg.jpg');
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.intro-video::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(4, 42, 45, 0) 27.11%, var(--primary-color) 100%);
	width: 100%;
	height: 100%;
}

.intro-video .container {
	position: relative;
	z-index: 1;
}

.intro-video .section-title {
	margin-bottom: 0;
}

.intro-video .section-title h2 {
	color: var(--white-color);
}

.video-play-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-play-button a {
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.video-play-button:hover a {
	background-position: right center;
}

.video-play-button a i {
	font-size: 20px;
	color: var(--white-color);
}

.video-play-button p {
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	text-transform: capitalize;
	margin: 0;
}

.intro-video-list {
	border-top: 1px solid var(--dark-divider-color);
	margin-top: 40px;
	padding-top: 40px;
}

.intro-video-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.intro-video-list ul li {
	position: relative;
	width: calc(25% - 22.5px);
	color: var(--white-color);
	padding-left: 30px;
}

.intro-video-list ul li:after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	display: inline-block;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 20px;
	font-weight: 900;
	line-height: normal;
	color: var(--white-color);
}


/************************************/
/***        16. Footer Css        ***/
/************************************/

.main-footer {
	position: relative;
	background: #00aeef;
	background-repeat: no-repeat;
	background-position: top right;
	background-size: auto;
	padding: 100px 0 0;
	margin-bottom: 60px;
}

.main-footer::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/footer-bg-2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: auto;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.main-footer .container {
	position: relative;
	z-index: 1;
}

.about-footer {
	width: 100%;
	max-width: 600px;
}

.about-footer .section-title h2 {
	color: var(--white-color);
}

.footer-contact-info h3 {
	font-size: 22px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 20px;
}

.footer-contact-info p {
	color: var(--white-color);
	margin: 0;
}

.footer-contact-info p span {
	font-size: 20px;
	font-weight: 600;
}

.footer-social-links {
	margin-top: 30px;
}

.footer-social-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-social-links ul li {
	display: inline-block;
	border-radius: 50%;
	margin-right: 15px;
}

.footer-social-links ul li:last-child {
	margin-right: 0;
}

.footer-social-links ul li a {
	border: 1px solid var(--white-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a {
	border-color: var(--accent-color);
}

.footer-social-links ul li a i {
	color: var(--white-color);
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li:hover a i {
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-copyright {
	border-top: 1px solid var(--dark-divider-color);
	padding: 40px 0;
	margin-top: 80px;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.footer-menu ul li {
	display: inline-block;
	margin-right: 30px;
}

.footer-menu ul li:last-child {
	margin-right: 0;
}

.footer-menu ul li a {
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li:hover a {
	color: var(--accent-color);
}

.footer-copyright-text {
	text-align: end;
}

.footer-copyright-text p {
	color: var(--white-color);
	margin: 0;
}

/* --- Footer Info Blocks --- */
/* --- Footer Top Layout --- */
.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	text-align: center;
	margin: 50px 0;
}

/* --- Footer Info Blocks --- */
.footer-info-block {
	flex: 1 1 22%;
	min-width: 250px;
	color: var(--white-color);
	transition: all 0.3s ease;
}

.footer-info-block i {
	font-size: 36px;
	margin-bottom: 15px;
	background-image: linear-gradient(267.43deg, #ff0000 4.95%, #c73a3a 97.92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer-info-block h3 {
	font-size: 20px;
	font-weight: 600;
	background-image: linear-gradient(267.43deg, #c53d3d 4.95%, #c73a3a 97.92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}

.footer-info-block p,
.footer-info-block a {
	color: var(--white-color);
	font-size: 15px;
	line-height: 1.6;
	text-decoration: none;
}

.footer-info-block a:hover {
	color: var(--accent-color);
}

/* --- Title Section --- */
.footer-header {
	text-align: center;
	margin-bottom: 40px;
}

.footer-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--accent-color);
	text-transform: capitalize;
}

.footer-subtitle {
	font-size: 16px;
	color: #ccc;
	margin-top: 10px;
}

/* --- Responsive Layout --- */
@media (max-width: 991px) {
	.footer-info-block {
		flex: 1 1 45%;
	}
}

@media (max-width: 600px) {
	.footer-info-block {
		flex: 1 1 100%;
	}

	.footer-title {
		font-size: 26px;
	}
}


/* --- Map Row --- */
.footer-map-row {
	margin-top: 40px;
}

.footer-map iframe {
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/* Responsive Fix */
@media (max-width: 768px) {

	.footer-map iframe {
		height: 300px;
	}
}


/************************************/
/***     17. About Us Page css    ***/
/************************************/

.page-header {
	position: relative;
	background: url('../images/page-header-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	padding: 250px 0 140px;
	margin-top: -120px;
}

.page-header:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(270deg, rgba(4, 42, 45, 0) 22.28%, var(--primary-color) 100%);
	z-index: 0;
}

.page-header-box {
	position: relative;
	width: 100%;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 30px;
	z-index: 1;
}

.page-header-box h1 {
	color: var(--white-color);
	font-size: 70px;
	font-weight: 300;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.page-header-box h1 span {
	font-weight: 700;
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent
}

.page-header-box ol {
	margin: 0;
	padding: 0;
}

.page-header-box ol li.breadcrumb-item {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white-color);
}

.page-header-box ol li.breadcrumb-item a {
	color: inherit;
}

.page-header-box ol li.breadcrumb-item.active {
	color: var(--accent-color);
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
	color: var(--white-color);
}

.our-approach {
	background: var(--white-color);
	padding: 100px 0;
}

.mission-vision-item {
	position: relative;
	margin-bottom: 40px;
}

.mission-vision-list .col-md-6:nth-child(odd) .mission-vision-item:after {
	content: '';
	position: absolute;
	background: var(--divider-color);
	width: 1px;
	height: 90%;
	top: 50%;
	right: -15px;
	transform: translateY(-50%);
}

.mission-vision-list .col-md-6:nth-child(odd) .mission-vision-item {
	padding-right: 45px;
}

.mission-vision-list .col-md-6:nth-child(even) .mission-vision-item {
	padding-left: 45px;
}

.mission-vision-item .icon-box {
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	border-radius: 999px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.mission-vision-item:hover .icon-box {
	background-position: right center;
}

.mission-vision-item .icon-box img {
	max-width: 24px;
}

.mission-vision-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.mission-vision-content p {
	margin: 0;
}

.mission-vision-item.our-value-item {
	display: flex;
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
}

.mission-vision-item.our-value-item .icon-box {
	margin-right: 20px;
}

.mission-vision-item.our-value-item .mission-vision-content {
	width: calc(100% - 70px);
}

.our-approach-content-footer a {
	font-weight: 400;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	padding: 16px 20px;
	border-radius: 10px;
}

.our-approach-content-footer a:before {
	display: none;
}

.our-approach-content-footer a u {
	transition: all 0.3s ease-in-out;
}

.our-approach-content-footer a:hover u {
	color: var(--primary-color);
}

.our-approach-image {
	padding-left: 30px;
}

.our-approach-image figure {
	display: block;
	border-radius: 20px;
}

.our-approach-image img {
	aspect-ratio: 1 / 0.99;
	object-fit: cover;
	border-radius: 20px;
}

.our-partners {
	padding: 100px 0 70px;
}

.our-partners .contact-circle {
	text-align: right;
}

.our-partners .contact-circle img {
	max-width: 122px;
	animation: infiniterotate 30s infinite linear;
}

@keyframes infiniterotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.our-partners .company-logo {
	background-color: var(--white-color);
	border-radius: 20px;
	text-align: center;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 55px 35px;
}

.company-logo img {
	width: 100%;
	height: 40px;
}

.company-experience {
	background-color: var(--primary-color);
	background-image: url('../images/company-experience-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.company-experience-content {
	margin-right: 10px;
}

.company-experience-content .section-title h3,
.company-experience-content .section-title h2 {
	color: var(--white-color);
}

.company-experience-content .section-title p {
	color: var(--secondary-color);
}

.company-experience-content .section-btn {
	text-align: start;
}

.company-experience-list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-left: 20px;
}

.company-experience-item {
	width: calc(50% - 15px);
}

.company-experience-item h2 {
	color: var(--accent-color);
	font-size: 40px;
	margin-bottom: 10px;
}

.company-experience-item h3 {
	color: var(--white-color);
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.company-experience-item p {
	color: var(--secondary-color);
	margin: 0;
}

.why-choose-us {
	padding: 100px 0;
}

.why-choose-us-content {
	margin-right: 20px;
}

.why-choose-skillbar .skills-progress-bar {
	margin-bottom: 40px;
}

.why-choose-skillbar .skills-progress-bar:last-child {
	margin-bottom: 0;
}

.skillbar .skill-data {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.skillbar .skill-data .skill-title {
	font-size: 16px;
	text-transform: capitalize;
	color: var(--primary-color);
}

.skillbar .skill-data .skill-no {
	font-size: 16px;
	color: var(--primary-color);
	margin-left: 20px;
}

.skillbar .skill-progress {
	width: 100%;
	height: 14px;
	background: var(--white-color);
	border-radius: 99px;
	position: relative;
}

.skillbar .skill-progress .count-bar {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: var(--accent-color);
	border-radius: 99px;
}

.why-choose-us-image {
	position: relative;
	display: flex;
	align-items: end;
	justify-content: end;
	padding-bottom: 45px;
	margin-left: 50px;
}

.why-choose-us-img-1 {
	width: 413px;
	text-align: right;
}

.why-choose-us-img-2 {
	position: absolute;
	bottom: 0;
	left: 0;
}

.why-choose-us-img-1 figure,
.why-choose-us-img-2 figure {
	display: block;
	overflow: hidden;
}

.why-choose-us-img-1 figure,
.why-choose-us-img-2 figure,
.why-choose-us-img-1 img,
.why-choose-us-img-2 img {
	border-radius: 20px;
}

.why-choose-us-img-1 img {
	aspect-ratio: 1 / 1.095;
	object-fit: cover;
}

.why-choose-us-img-1 img {
	aspect-ratio: 1 / 1.097;
	object-fit: cover;
}

.why-choose-contact-circle {
	position: absolute;
	top: 50px;
	left: -50px;
}

.why-choose-contact-circle img {
	max-width: 175px;
	animation: infiniterotate 30s infinite linear;
}

.our-team {
	padding: 100px 0 70px;
}

.team-member-item {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.team-image {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
}

.team-image a {
	display: block;
	cursor: none;
}

.team-image img {
	width: 100%;
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
	transform: scale(1.1);
}

.team-social-icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	transform: translateY(100%);
	text-align: center;
	z-index: 1;
	transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-social-icon {
	bottom: 30px;
	transform: translateY(0);
}

.team-social-icon ul {
	position: relative;
	display: inline-block;
	list-style: none;
	line-height: normal;
	margin: 0;
	padding: 15px 25px;
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	border-radius: 10px;
	overflow: hidden;
}

.team-social-icon ul::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--primary-color);
	opacity: 10%;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.team-social-icon ul li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	z-index: 1;
}

.team-social-icon ul li:last-child {
	margin-right: 0;
}

.team-social-icon ul li a {
	background-color: transparent;
	color: var(--white-color);
	border: 1px solid var(--secondary-color);
	height: 36px;
	width: 36px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a i {
	color: inherit;
	font-size: 18px;
}

.team-social-icon ul li a:hover {
	border-color: var(--dark-color);
	color: var(--accent-color);
}

.team-content {
	text-align: center;
}

.team-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content p {
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/*** 	 18. Services page Css	  ***/
/************************************/

.page-services {
	padding: 100px 0 70px;
}

.page-services .service-item {
	background-color: var(--white-color);
	border-radius: 20px;
	width: 100%;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
}

.page-services .service-item .service-item-content {
	margin-bottom: 20px;
}

.page-services .service-item .service-item-content h3 {
	color: var(--primary-color);
}

.page-services .service-item .service-item-content p {
	color: var(--text-color);
}

.readmore-btn {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--accent-color);
	padding-right: 30px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn:hover {
	color: var(--primary-color);
}

.readmore-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	background: url(../images/accent-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	transition: 0.4s ease-in-out;
}

.readmore-btn:hover::before {
	filter: brightness(0) invert(0);
	transform: translateY(-50%) rotate(45deg);
}

/************************************/
/*** 	19. Service Single Css	  ***/
/************************************/

.page-service-single {
	padding: 100px 0;
}

.service-sidebar {
	position: sticky;
	top: 100px;
	margin-right: 30px;
}

.service-catagery-list {
	background: var(--white-color);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 50px;
}

.service-catagery-list h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.service-catagery-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-catagery-list ul li {
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}

.service-catagery-list ul li a {
	position: relative;
	display: block;
	text-transform: capitalize;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/accent-arrow.svg) no-repeat;
	background-position: right center;
	background-size: auto;
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.service-catagery-list ul li a:hover:before {
	transform: rotate(45deg);
}

.service-catagery-list ul li:hover a {
	color: var(--accent-color);
}

.sidebar-cta-box {
	border-radius: 20px;
	overflow: hidden;
}

.sidebar-img img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.63;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-box:hover .sidebar-img img {
	transform: scale(1.1)
}

.sidebar-cta-Body {
	background: var(--white-color);
	padding: 30px;
}

.sidebar-cta-content {
	margin-bottom: 30px;
}

.sidebar-cta-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar-cta-content p {
	margin-bottom: 0;
}

.sidebar-cta-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar-cta-contact ul li {
	color: var(--primary-color);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.sidebar-cta-contact ul li:last-child {
	margin: 0;
}

.sidebar-cta-contact ul li i {
	font-size: 18px;
	color: var(--accent-color);
	margin-right: 15px;
}

.service-featured-image {
	margin-bottom: 30px;
}

.service-featured-image figure {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.service-featured-image img {
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 1 / 0.66;
	object-fit: cover;
}

.service-entry {
	margin-bottom: 50px;
}

.service-entry p {
	margin-bottom: 20px;
}

.service-entry p:last-child {
	margin-bottom: 0;
}

.service-entry h2 {
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1em;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.service-entry h2 span {
	font-weight: 700;
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-entry ul {
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.service-entry ul li {
	position: relative;
	color: var(--primary-color);
	text-transform: capitalize;
	padding-left: 30px;
	margin-bottom: 20px;
}

.service-entry ul li:last-child {
	margin-bottom: 0;
}

.service-entry ul li::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.service-entry-img {
	margin-bottom: 50px;
}

.service-entry-img figure {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.service-entry-img img {
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 1 / 0.5;
	object-fit: cover;
}

.business-process-steps {
	margin: 30px 0 20px;
}

.business-planing-images {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.business-planing-img {
	width: calc(50% - 15px);
}

.business-planing-img figure {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.business-planing-img img {
	border-radius: 20px;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.93;
}

/************************************/
/*** 	 20. Blog Archive Css	  ***/
/************************************/

.page-blog {
	padding: 100px 0;
}

.post-item {
	height: calc(100% - 40px);
	margin-bottom: 40px;
}

.post-featured-image {
	position: relative;
	border-radius: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.post-featured-image figure a {
	display: block;
	cursor: none;
}

.post-featured-image figure img {
	width: 100%;
	aspect-ratio: 1 / 0.74;
	object-fit: cover;
	border-radius: 20px;
	transition: all 0.4s ease-in-out;
}

.post-item:hover .post-featured-image figure img {
	transform: scale(1.1);
}

.post-btn {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
}

.post-btn a {
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
}

.post-btn a:hover {
	background-position: right center;
}

.post-btn a img {
	max-width: 24px;
	transition: all 0.4s ease-in-out;
}

.post-btn a:hover img {
	filter: brightness(0) invert(0);
}

.post-item:hover .post-btn a img {
	transform: rotate(45deg);
}

.post-item-content h2 {
	font-size: 22px;
	margin-bottom: 15px;
}

.post-item-content h2 a {
	color: inherit;
}

.post-item-content p {
	margin: 0;
}

.page-pagination {
	margin-top: 20px;
	text-align: center;
}

.page-pagination ul {
	justify-content: center;
	padding: 0;
	margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span {
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	background: var(--white-color);
	color: var(--primary-color);
	border-radius: 10px;
	width: 40px;
	height: 40px;
	margin: 0 5px;
	font-weight: 700;
	line-height: 1em;
	transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a,
.page-pagination ul li a:hover {
	background: var(--accent-color);
}

/************************************/
/***      21. Blog Single css	  ***/
/************************************/

.page-single-post {
	padding: 100px 0;
}

.post-image {
	position: relative;
	margin-bottom: 30px;
}

.post-image figure {
	display: block;
}

.post-image figure,
.post-image img {
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 30px;
}

.post-content {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.post-entry {
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.post-entry:after {
	content: '';
	display: block;
	clear: both;
}

.post-entry a {
	color: var(--accent-color);
}

.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6 {
	line-height: 1.2em;
	margin: 0 0 0.6em;
}

.post-entry h1 span,
.post-entry h2 span {
	font-weight: 400;
}

.post-entry h1 {
	font-size: 70px;
}

.post-entry h2 {
	font-size: 50px;
}

.post-entry h3 {
	font-size: 40px;
}

.post-entry h4 {
	font-size: 30px;
}

.post-entry h5 {
	font-size: 24px;
}

.post-entry h6 {
	font-size: 18px;
}

.post-entry p {
	margin-bottom: 20px;
}

.post-entry p:last-child {
	margin-bottom: 0;
}

.post-entry p strong {
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 600;
}

.post-entry ol {
	margin: 0 0 30px;
}

.post-entry ol li {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	color: var(--text-color);
}

.post-entry ul {
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ul li {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 15px;
}

.post-entry ul li:last-child {
	margin-bottom: 0;
}

.post-entry ul ul,
.post-entry ul ol,
.post-entry ol ol,
.post-entry ol ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.post-entry ul ul li:last-child,
.post-entry ul ol li:last-child,
.post-entry ol ol li:last-child,
.post-entry ol ul li:last-child {
	margin-bottom: 0;
}

.post-entry blockquote {
	background: var(--white-color) url(../images/icon-blockquote.svg) no-repeat;
	background-position: 35px 30px;
	background-size: 58px;
	border-radius: 20px;
	padding: 30px 30px 30px 100px;
	margin-bottom: 30px;
}

.post-entry blockquote p {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4em;
	color: var(--primary-color);
}

.post-entry blockquote p:last-child {
	margin-bottom: 0;
}

.tag-links {
	font-size: 24px;
	font-weight: 600;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.post-tags .tag-links a {
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	color: var(--white-color);
	border-radius: 100px;
	padding: 8px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover {
	background-position: right center;
	color: var(--primary-color);
}

.post-social-sharing {
	text-align: right;
}

.post-social-sharing ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.post-social-sharing ul li {
	display: inline-block;
	margin-right: 10px;
}

.post-social-sharing ul li:last-child {
	margin-right: 0;
}

.post-social-sharing ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	color: var(--white-color);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a {
	background-position: right center;
	color: var(--primary-color);
}

.post-social-sharing ul li a i {
	font-size: 18px;
	color: inherit;
}

/************************************/
/*** 	  22. Team Page Css	      ***/
/************************************/

.page-team {
	padding: 100px 0 70px;
}

/************************************/
/*** 	 23. Team Single Css	  ***/
/************************************/

.page-team-single {
	padding: 100px 0;
}

.team-single-image {
	position: sticky;
	top: 100px;
	margin-right: 30px;
}

.team-single-image figure {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}

.team-single-image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.2;
	border-radius: 20px;
	overflow: hidden;
}

.team-member-info {
	margin-bottom: 60px;
}

.team-info-header {
	margin-bottom: 30px;
}

.team-info-header h3 {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: var(--white-color);
	background: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	border-radius: 100px;
	padding: 10px 20px;
	margin-bottom: 15px;
}

.team-info-header h2 {
	font-size: 50px;
	text-transform: capitalize;
}

.team-info-body {
	margin-bottom: 40px;
}

.team-info-body p:last-child {
	margin: 0;
}

.team-info-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.team-info-list ul li {
	display: block;
	margin-bottom: 20px;
}

.team-info-list ul li:last-child {
	margin-bottom: 0;
}

.team-info-list ul li span {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--primary-color);
	display: inline-block;
	width: 25%;
}

.team-member-experience {
	margin-bottom: 60px;
}

.member-experience-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.member-experience-list ul li {
	position: relative;
	text-transform: capitalize;
	padding-left: 30px;
	margin-bottom: 20px;
}

.member-experience-list ul li:last-child {
	margin-bottom: 0;
}

.member-experience-list ul li::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	background-image: linear-gradient(267.43deg, var(--accent-color) 4.95%, var(--dark-color) 97.92%);
	background-clip: text;
	-webkit-text-fill-color: transparent
}

.member-contect-form form .form-control {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	color: var(--primary-color);
	background: transparent;
	border-width: 0 0 1px 0;
	border-color: var(--divider-color);
	border-radius: 0;
	padding: 12px 0;
	outline: none;
	box-shadow: none;
}

.member-contect-form form .form-control::placeholder {
	font-weight: 500;
	color: var(--primary-color);
}

/************************************/
/*** 	 24. Pricing Page css	  ***/
/************************************/

.page-pricing {
	padding: 100px 0;
}

.page-pricing .pricing-box {
	display: block;
	background-color: var(--white-color);
	border-radius: 20px;
	border: none;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
}

.page-pricing .pricing-box .pricing-box-content {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid var(--divider-color);
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}

.page-pricing .pricing-box.highlighted-box .pricing-box-content {
	border-color: var(--dark-divider-color);
}

.page-pricing .pricing-box .pricing-btn .btn-default {
	width: 100%;
	text-align: center;
	padding: 17px;
}

.page-pricing .pricing-box .pricing-btn .btn-default::before {
	display: none;
}

.page-pricing .pricing-box .pricing-list {
	width: 100%;
}

.page-pricing .pricing-box .pricing-list ul li {
	width: 100%;
}

.page-pricing .pricing-benefit-list {
	margin-top: 20px;
}

.page-pricing .pricing-benefit-list ul {
	justify-content: center;
	gap: 20px 50px;
}

/************************************/
/***   25. Testimonial Page Css	  ***/
/************************************/

.page-testimonial {
	padding: 100px 0;
}

.client-testimonial-item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 80px;
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.client-testimonial-item:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.client-testimonial-author {
	width: calc(40% - 40px);
	display: flex;
	align-items: center;
}

.client-author-image {
	margin-right: 40px;
}

.client-author-image figure {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}

.client-author-image img {
	max-width: 100px;
	border-radius: 50%;
}

.client-author-content {
	width: calc(100% - 140px);
}

.client-author-content h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.client-author-content p {
	text-transform: capitalize;
	margin-bottom: 0;
}

.client-testimonial-content {
	width: calc(60% - 40px);
	background: url(../images/blockquote.svg) no-repeat;
	background-position: top left;
	background-size: 56px auto;
	padding: 10px 0 0 70px;
}

.client-testimonial-content p {
	margin-bottom: 0;
}

/************************************/
/***     26. Image Gallery css    ***/
/************************************/

.page-gallery {
	padding: 100px 0 70px;
}

.page-gallery-box .photo-gallery {
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a {
	cursor: none;
}

.page-gallery-box .photo-gallery figure {
	border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
	border-radius: 20px;
}

/************************************/
/***     27. Video Gallery css    ***/
/************************************/

.page-video-gallery {
	padding: 100px 0 70px;
}

.video-gallery-image {
	border-radius: 20px;
	overflow: hidden;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.video-gallery-image a {
	position: relative;
	display: block;
	cursor: none;
}

.video-gallery-image a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--primary-color);
	border-radius: 20px;
	opacity: 0%;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 1;
	transform: scale(0);
	transition: all 0.4s ease-in-out;
}

.video-gallery-image:hover a::before {
	opacity: 50%;
	visibility: visible;
	transform: scale(1);
}

.video-gallery-image a::after {
	content: '\f04b';
	font-family: 'FontAwesome';
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	transform: translate(-50%, -50%);
	font-size: 20px;
	background: linear-gradient(263deg, var(--accent-color) 0.16%, var(--dark-color) 99.84%);
	color: var(--white-color);
	border-radius: 50%;
	height: 60px;
	width: 60px;
	cursor: none;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.video-gallery-image:hover a::after {
	opacity: 1;
	visibility: visible;
}

.video-gallery-image img {
	aspect-ratio: 1 / 0.75;
	object-fit: cover;
	border-radius: 20px;
}

/************************************/
/***       28. FAQs Page css      ***/
/************************************/

.page-faq {
	padding: 100px 0;
}

.faqs-sidebar {
	position: sticky;
	top: 100px;
	margin-right: 30px;
}

.faqs-catagery-list {
	background: var(--white-color);
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 50px;
}

.faqs-catagery-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faqs-catagery-list ul li {
	border-bottom: 1px solid var(--divider-color);
	padding-bottom: 20px;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
}

.faqs-catagery-list ul li:last-child {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.faqs-catagery-list ul li a {
	position: relative;
	text-transform: capitalize;
	display: block;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.faqs-catagery-list ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/accent-arrow.svg) no-repeat;
	background-position: right center;
	background-size: auto;
	width: 24px;
	height: 24px;
	transition: all 0.3s ease-in-out;
}

.faqs-catagery-list ul li a:hover:before {
	transform: rotate(45deg);
}

.faqs-catagery-list ul li:hover a {
	color: var(--accent-color);
}

.page-faq-accordion {
	margin-bottom: 60px;
}

.page-faq-accordion:last-child {
	margin-bottom: 0;
}

/************************************/
/***    29. Contact Us Page css   ***/
/************************************/

.page-contact-us {
	padding: 100px 0;
}

.page-contact-us .section-row .section-title {
	margin-right: 20px;
}

.contact-us-form {
	background-color: var(--white-color);
	border-radius: 20px;
	padding: 40px;
}

.contact-us-title {
	margin-bottom: 40px;
}

.contact-us-title h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-us-title p {
	margin-bottom: 0;
}

.contact-us-form form .form-control {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	color: var(--primary-color);
	background: transparent;
	border-width: 0 0 1px 0;
	border-color: var(--divider-color);
	border-radius: 0;
	padding: 12px 0;
	outline: none;
	box-shadow: none;
}

.contact-us-form form .form-control::placeholder {
	color: var(--primary-color);
}

.contact-information {
	margin-left: 20px;
}

.contact-info-item {
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.contact-info-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-info-contant {
	margin-bottom: 20px;
}

.contact-info-contant h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-info-contant p {
	margin-bottom: 0;
}

.contact-info-body {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.contact-info-body .icon-box {
	background-image: linear-gradient(to right, var(--dark-color) 0%, var(--accent-color) 50%, var(--dark-color) 100%);
	background-size: 200% auto;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.contact-info-body:hover .icon-box {
	background-position: right center;
}

.contact-info-body .icon-box img {
	max-width: 20px;
}

.contact-info-title {
	width: calc(100% - 60px);
}

.contact-info-title h3 {
	font-size: 22px;
	line-height: normal;
	color: var(--accent-color);
}

.google-map {
	overflow: hidden;
}

.google-map .container-fluid {
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe {
	width: 100%;
	height: 600px;
}

.google-map-iframe iframe {
	filter: grayscale(1);
	transition: all 0.4s ease-in-out;
}

.google-map-iframe:hover iframe {
	filter: grayscale(0);
}

/*************************************/
/*** 30. Book Appointment Page css ***/
/*************************************/

.page-book-appointment {
	padding: 100px 0;
}

.booking-timing-title {
	margin-bottom: 20px;
}

.booking-timing-title h3 {
	font-size: 22px;
}

.booking-timing-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.booking-timing-list ul li {
	color: var(--primary-color);
	margin-bottom: 15px;
}

.booking-timing-list ul li:last-child {
	margin-bottom: 0;
}

.booking-timing-list ul li span {
	font-weight: 600;
}

.appointment-form {
	background-color: var(--white-color);
	border-radius: 30px;
	padding: 60px;
}

.appointment-form p {
	margin-bottom: 50px;
}

.appointment-form form .form-control {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6em;
	color: var(--primary-color);
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: var(--divider-color);
	border-radius: 0;
	text-align: left;
	padding: 12px 0;
	outline: none;
	box-shadow: none;
}

.appointment-form form .form-control::placeholder {
	color: var(--primary-color);
}

.appointment-form form .btn-default {
	width: 100%;
	text-align: center;
	padding: 17px;
	margin-top: 20px;
}

.appointment-form form .btn-default::before {
	display: none;
}

/************************************/
/*** 	   31. 404 Page css       ***/
/************************************/

.error-page {
	padding: 100px 0;
}

.error-page-image {
	text-align: center;
	margin-bottom: 30px;
}

.error-page .error-page-content {
	text-align: center;
}

.error-page-content-heading {
	margin-bottom: 30px;
}

.error-page-content-body p {
	margin-bottom: 30px;
}

/************************************/
/***       32. Responsive Css     ***/
/************************************/

@media only screen and (max-width: 1800px) {

	.bg-section {
		width: calc(100% - 100px);
		margin-left: 50px;
		margin-right: 50px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1560px) {

	.bg-section {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}

	header.main-header {
		width: calc(100% - 30px);
		margin-left: 15px;
		margin-right: 15px;
		margin-top: -24px;
	}

	.navbar {
		max-width: 100%;
	}

	.hero.hero-slider-layout .hero-pagination {
		padding-left: 0;
		margin: 0 0 0 45px;
	}

	.export-coaching-step {
		padding-right: 80px;
	}

	.page-header-box {
		max-width: 100%;
	}

	.main-footer {
		margin-bottom: 0px;
	    margin-top: 20px;
	}
}

@media only screen and (max-width: 1366px) {

	.export-coaching-step {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1024px) {

	header.main-header {
		padding: 0px;
	}

	.main-menu .nav-menu-wrapper {
		margin-left: 20px;
	}

	.main-menu ul li a {
		padding: 10px !important;
	}

	.hero {
		padding: 350px 0px 100px;
	}

	.export-coaching-step {
		padding-right: 20px;
	}

	.page-header-box {
		padding: 0;
	}
}

@media only screen and (max-width: 991px) {

	header.main-header {
		padding: 0;
	}

	.navbar {
		padding: 0px 0 0;
	}

	header.main-header .header-sticky.active .navbar {
		padding: 0px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul {
		display: block;
	}

	.responsive-menu,
	.navbar-toggle {
		display: block;
	}

	.header-btn {
		display: none;
	}

	.bg-section {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 0;
	}

	header.main-header {
		width: 100%;
		margin: 0px;
	}

	.section-row {
		margin-bottom: 40px;
	}

	.section-btn {
		text-align: left;
		margin-top: 20px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.section-title h3 {
		margin-bottom: 10px;
	}

	.section-title h1 {
		font-size: 55px;
	}

	.section-title h2 {
		font-size: 40px;
	}

	.section-title p {
		margin-top: 15px;
	}

	.hero {
		padding: 280px 0 80px;
		margin-top: -95px;
	}

	.hero.hero-slider-layout .hero-slide {
		padding: 245px 0px 150px;
	}

	.hero-slide .hero-section .hero-content {
		max-width: 550px;
	}

	.hero.hero-slider-layout .hero-pagination {
		margin: 0 0 0 15px;
	}

	.hero-slide .hero-section .hero-content .section-title p {
		font-size: 16px;
	}

	.export-coaching-box {
		margin-top: 40px;
	}

	.export-coaching-step-content p {
		font-size: 15px;
	}

	.about-us {
		padding: 50px 0;
	}

	.about-us-images {
		max-width: 80%;
		margin: 0 auto;
		padding: 0 15px 40px 50px;
		margin-bottom: 30px;
	}

	.about-us-img-2 {
		right: 0;
	}

	.about-us-img-2 img {
		aspect-ratio: 1 / 0.99;
	}

	.about-experience-box {
		padding: 15px;
		max-width: 150px;
	}

	.about-experience-box .icon-box img {
		max-width: 35px;
	}

	.about-experience-box .about-experience-content h3 {
		font-size: 18px;
	}

	.company-review {
		transform: rotate(-180deg) translate(-50%, 50%);
	}

	.about-us-list ul li {
		margin-bottom: 15px;
	}

	.about-us-list {
		margin-bottom: 30px;
	}

	.about-us-body {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.company-client-images {
		margin-bottom: 5px;
	}

	.our-service {
		background-size: 50% auto;
		padding: 50px 0;
	}

	.service-content {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.service-item-list {
		margin-bottom: 30px;
		padding-bottom: 30px;
		gap: 30px;
	}

	.service-item .icon-box {
		margin-bottom: 20px;
	}

	.service-item-content h3 {
		font-size: 20px;
	}

	.our-potential {
		padding: 50px 0;
	}

	.our-potential-content {
		height: auto;
		margin-bottom: 30px;
	}

	.our-potential-counter {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.potential-counter-item .counter-circle {
		margin-right: 20px;
	}

	.potential-counter-item .counter-circle h2 {
		font-size: 26px;
		width: 100px;
		height: 100px;
	}

	.potential-counter-content {
		width: calc(100% - 124px);
	}

	.potential-body-content h3 {
		margin-bottom: 15px;
	}

	.our-potential-img {
		margin-left: 0px;
		height: auto;
	}

	.our-potential-img img {
		height: auto;
		aspect-ratio: 1 / 0.9;
	}

	.our-pricing {
		padding: 50px 0;
	}

	.pricing-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.pricing-box {
		padding: 30px;
	}

	.pricing-title h2 {
		font-size: 40px;
	}

	.pricing-title h2 sup {
		font-size: 26px;
	}

	.our-expertise {
		padding: 50px 0;
	}

	.our-expertise-content {
		margin-bottom: 30px;
	}

	.expertise-list {
		max-width: 590px;
		margin: 0 auto;
	}

	.expertise-image img {
		max-width: 60px;
	}

	.intro-video {
		padding: 250px 0 50px;
	}

	.intro-video-list {
		margin-top: 30px;
		padding-top: 30px;
	}

	.intro-video-list ul li {
		width: calc(50% - 15px);
	}

	.how-we-work {
		padding: 50px 0;
	}

	.how-work-content {
		padding-top: 20px;
		margin-top: 20px;
	}

	.how-work-content h3 {
		font-size: 20px;
	}

	.scrolling-ticker.work-ticker {
		margin-top: 20px;
	}

	.scrolling-ticker-box {
		--gap: 30px;
	}

	.scrolling-content span {
		font-size: 70px;
	}

	.scrolling-content span img {
		margin-right: 30px;
	}

	.company-growth {
		padding: 50px 0;
	}

	.company-growth-image {
		margin-bottom: 30px;
	}

	.company-growth-image img {
		aspect-ratio: 1 / 0.67;
	}

	.company-growth-content {
		margin-left: 0px;
	}

	.company-growth-content .section-title h2 {
		max-width: 100%;
	}

	.company-growth-box {
		gap: 30px;
		margin-top: 40px;
	}

	.company-growth-item {
		width: calc(50% - 15px);
	}

	.company-growth-item h2 {
		font-size: 34px;
	}

	.company-growth-item h3 {
		font-size: 20px;
	}

	.our-faqs {
		padding: 50px 0;
	}

	.our-faqs-content {
		margin-bottom: 30px;
	}

	.faqs-cta-content h3 {
		font-size: 20px;
	}

	.our-faq-section .accordion-header .accordion-button {
		font-size: 20px;
		padding: 15px 40px 15px 15px;
	}

	.our-faq-section .accordion-item .accordion-body {
		padding: 15px 40px 15px 15px;
	}

	.our-faq-section .accordion-item .accordion-button::after,
	.our-faq-section .accordion-item .accordion-button.collapsed::after {
		right: 15px;
		width: 20px;
		height: 20px;
	}

	.our-testimonial {
		background-size: 30% auto;
		padding: 50px 0;
	}

	.our-testimonial-content {
		position: initial;
		margin-bottom: 30px;
	}

	.testimonial-header {
		margin-bottom: 20px;
	}

	.testimonial-rating-company img {
		max-height: 40px;
	}

	.testimonial-quote img {
		max-width: 44px;
	}

	.testimonial-rating {
		margin-bottom: 15px;
	}

	.testimonial-content {
		margin-bottom: 20px;
	}

	.author-content h3 {
		font-size: 20px;
	}

	.testimonial-slider .testimonial-button-next,
	.testimonial-slider .testimonial-button-prev {
		width: 40px;
		height: 40px;
	}

	.testimonial-rating-box {
		margin-top: 50px;
	}

	.testimonial-rating-item {
		width: calc(50% - 15px);
		padding: 15px 20px;
	}

	.testimonial-rating-item .icon-box {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.our-blog {
		padding: 50px 0;
	}

	.our-blog-content {
		position: initial;
		margin-bottom: 30px;
	}

	.blog-box {
		margin-left: 0px;
	}

	.blog-item {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.blog-item-content h2 {
		font-size: 20px;
	}

	.main-footer {
		background-size: 30% auto;
		padding: 50px 0 0;
		margin-bottom: 0;
	}

	.main-footer::before {
		background-size: 30% auto;
	}

	.footer-social-links ul li {
		margin-right: 10px;
	}

	.footer-social-links ul li a {
		width: 30px;
		height: 30px;
	}

	.footer-social-links ul li a i {
		font-size: 16px;
	}

	.footer-copyright {
		padding: 20px 0;
		margin-top: 40px;
	}

	.footer-menu ul li {
		margin-right: 20px;
	}

	.page-header {
		padding: 170px 0 70px;
		margin-top: -95px;
	}

	.page-header-box h1 {
		font-size: 55px;
	}

	.our-approach {
		padding: 50px 0;
	}

	.our-approach-content {
		margin-bottom: 30px;
	}

	.mission-vision-list .mission-vision-item {
		margin-bottom: 30px;
	}

	.our-value-item {
		padding-top: 30px;
	}

	.our-approach-image {
		padding-left: 0px;
		text-align: center;
	}

	.mission-vision-list .col-md-6:nth-child(odd) .mission-vision-item {
		padding-right: 30px;
	}

	.mission-vision-list .col-md-6:nth-child(even) .mission-vision-item {
		padding-left: 30px;
	}

	.mission-vision-content h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.our-approach-image img {
		aspect-ratio: 1 / 0.7;
	}

	.our-partners {
		padding: 50px 0 20px;
	}

	.our-partners .contact-circle {
		text-align: left;
		margin-top: 20px;
	}

	.our-partners .company-logo {
		padding: 35px 25px;
	}

	.company-experience {
		padding: 50px 0;
	}

	.company-experience-content {
		margin-right: 0px;
	}

	.company-experience-list {
		margin-top: 30px;
		margin-left: 0;
	}

	.company-experience-item h2 {
		font-size: 34px;
	}

	.company-experience-item h3 {
		font-size: 20px;
	}

	.why-choose-us {
		padding: 50px 0;
	}

	.why-choose-us-content {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.why-choose-skillbar .skills-progress-bar {
		margin-bottom: 30px;
	}

	.why-choose-us-image {
		max-width: 580px;
		margin: 0 auto;
	}

	.our-team {
		padding: 50px 0 20px;
	}

	.team-content h3 {
		font-size: 20px;
	}

	.team-social-icon ul {
		padding: 10px 20px;
	}

	.page-services {
		padding: 50px 0 20px;
	}

	.page-services .service-item {
		padding: 30px;
	}

	.page-service-single {
		padding: 50px 0;
	}

	.service-sidebar {
		position: inherit;
		margin: 0 0 30px 0;
	}

	.service-catagery-list {
		padding: 20px;
		margin-bottom: 30px;
	}

	.service-catagery-list h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.service-catagery-list ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.sidebar-cta-Body {
		padding: 20px;
	}

	.sidebar-cta-content {
		margin-bottom: 20px;
	}

	.sidebar-cta-content h3 {
		font-size: 20px;
	}

	.sidebar-cta-contact ul li {
		margin-bottom: 15px;
	}

	.service-featured-image {
		margin-bottom: 20px;
	}

	.service-entry {
		margin-bottom: 30px;
	}

	.service-entry h2 {
		font-size: 40px;
	}

	.service-entry ul li {
		margin-bottom: 15px;
	}

	.service-entry-img {
		margin-bottom: 30px;
	}

	.business-process-steps {
		margin-bottom: 0px;
	}

	.page-blog {
		padding: 50px 0;
	}

	.post-item {
		height: calc(100% - 30px);
		margin-bottom: 30px;
	}

	.post-featured-image {
		margin-bottom: 20px;
	}

	.post-btn {
		top: 20px;
		right: 20px;
	}

	.post-btn a {
		height: 40px;
		width: 40px;
	}

	.post-btn a img {
		max-width: 22px;
	}

	.post-item-content h2 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.page-pagination {
		margin-top: 10px;
	}

	.page-single-post {
		padding: 50px 0;
	}

	.post-image {
		margin-bottom: 20px;
	}

	.post-entry blockquote {
		background-position: 25px 25px;
		background-size: 50px;
		padding: 25px 25px 25px 90px;
		margin-bottom: 20px;
	}

	.post-entry blockquote p {
		font-size: 18px;
	}

	.post-entry h2 {
		font-size: 40px;
	}

	.post-entry ul li {
		font-size: 16px;
	}

	.post-tags {
		margin-bottom: 20px;
	}

	.post-social-sharing ul {
		text-align: left;
	}

	.tag-links {
		font-size: 22px;
	}

	.post-tags .tag-links a {
		font-size: 16px;
		padding: 6px 15px;
	}

	.page-team {
		padding: 50px 0 20px;
	}

	.page-team-single {
		padding: 50px 0;
	}

	.team-single-image {
		position: initial;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.team-single-image img {
		aspect-ratio: 1 / 0.79;
		object-position: top center;
	}

	.team-member-info {
		margin-bottom: 40px;
	}

	.team-info-header {
		margin-bottom: 20px;
	}

	.team-info-header h2 {
		font-size: 40px;
	}

	.team-info-body {
		margin-bottom: 30px;
	}

	.team-info-list ul li {
		margin-bottom: 15px;
	}

	.team-info-list ul li span {
		font-size: 20px;
	}

	.team-member-experience {
		margin-bottom: 40px;
	}

	.member-experience-list ul li {
		margin-bottom: 15px;
	}

	.page-pricing {
		padding: 50px 0;
	}

	.page-pricing .pricing-box {
		padding: 30px;
	}

	.page-pricing .pricing-benefit-list {
		margin-top: 10px;
	}

	.page-testimonial {
		padding: 50px 0;
	}

	.client-testimonial-item {
		padding-bottom: 30px;
		margin-bottom: 30px;
		gap: 0;
	}

	.client-testimonial-author {
		width: 35%;
	}

	.client-author-image {
		margin-right: 20px;
	}

	.client-author-image img {
		max-width: 80px;
	}

	.client-author-content {
		width: calc(100% - 100px);
	}

	.client-author-content h3 {
		font-size: 20px;
	}

	.client-testimonial-content {
		background-size: 45px auto;
		width: 65%;
		padding-left: 50px;
	}

	.client-testimonial-content p {
		font-size: 14px;
	}

	.page-gallery {
		padding: 50px 0 20px;
	}

	.page-gallery-box .photo-gallery img {
		aspect-ratio: 1 / 0.8;
	}

	.page-video-gallery {
		padding: 50px 0 20px;
	}

	.video-gallery-image img {
		aspect-ratio: 1 / 0.8;
	}

	.page-faq {
		padding: 50px 0;
	}

	.faqs-sidebar {
		position: initial;
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.faqs-catagery-list {
		padding: 20px;
		margin-bottom: 30px;
	}

	.faqs-catagery-list ul li {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.page-faq-accordion {
		margin-bottom: 40px;
	}

	.page-contact-us {
		padding: 50px 0;
	}

	.page-contact-us .section-row .section-title {
		margin-right: 0;
	}

	.contact-us-form {
		padding: 30px;
		margin-bottom: 30px;
	}

	.contact-us-title {
		margin-bottom: 30px;
	}

	.contact-us-title h3 {
		font-size: 20px;
	}

	.contact-information {
		margin-left: 0;
	}

	.contact-info-item {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.contact-info-contant {
		margin-bottom: 10px;
	}

	.contact-info-contant h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.contact-info-title h3 {
		font-size: 20px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 450px;
	}

	.page-book-appointment {
		padding: 50px 0;
	}

	.book-appointment-content {
		margin-bottom: 30px;
	}

	.booking-timing-title {
		margin-bottom: 15px;
	}

	.booking-timing-title h3 {
		font-size: 20px;
	}

	.booking-timing-list ul li {
		margin-bottom: 10px;
	}

	.appointment-form {
		padding: 30px;
	}

	.appointment-form p {
		margin-bottom: 30px;
	}

	.error-page {
		padding: 50px 0;
	}

	.error-page-image {
		margin-bottom: 20px;
	}

	.error-page-content-heading {
		margin-bottom: 15px;
	}

	.error-page-content-body p {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {

	.btn-default {
		padding: 15px 49px 15px 15px;
	}

	.btn-default::before {
		top: -2px;
		transform: translate(-15px, 50%);
	}

	.btn-default:hover::before {
		transform: translate(-15px, 50%) rotate(45deg);
	}

	.section-row {
		margin-bottom: 30px;
	}

	.section-title h1 {
		font-size: 40px;
	}

	.section-title h2 {
		font-size: 28px;
	}

	.section-title p {
		margin-top: 15px;
	}

	.hero {
		padding: 200px 0 100px;
		margin-top: -95px;
	}

	.hero.hero-slider-layout .hero-slide {
		padding: 195px 0px 100px;
	}

	.hero.hero-slider-layout .hero-pagination {
		bottom: 30px;
	}

	.hero-btn .btn-default {
		margin: 0 50px 10px 0;
	}

	.hero-btn .btn-default.btn-highlighted {
		margin: 0px;
	}

	.export-coaching-box {
		display: none;
	}

	.export-coaching-step {
		width: 100%;
		padding: 0;
		border: none;
		display: flex;
		align-items: center;
		margin-bottom: 20px
	}

	.export-coaching-step:last-child {
		margin-bottom: 0;
	}

	.export-coaching-step .icon-box {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.export-coaching-step-content {
		width: calc(100% - 50px);
	}

	.about-us-images {
		max-width: 100%;
		padding: 0 20px 34px 30px;
	}

	.about-us-img-2 {
		max-width: 145px;
	}

	.about-experience-box {
		padding: 10px;
		max-width: 110px;
		transform: translateY(30%);
	}

	@keyframes experiencemoveobject {
		50% {
			left: 20px;
		}
	}

	.about-experience-box .about-experience-content h3 {
		font-size: 16px;
	}

	.company-review {
		transform: rotate(-180deg) translate(0, 20%);
	}

	.company-review h3 {
		font-size: 14px;
	}

	.about-us-list ul li {
		font-size: 18px;
		padding-left: 25px;
	}

	.about-us-list ul li::before {
		font-size: 18px;
	}

	.about-us-body {
		gap: 25px;
	}

	.about-comapny-client,
	.about-company-result {
		width: 100%;
	}

	.company-result-content h3 {
		font-size: 18px;
	}

	.service-item {
		width: 100%;
	}

	.service-item .icon-box {
		height: 60px;
		width: 60px;
	}

	.service-item .icon-box img {
		max-width: 25px;
	}

	.service-item-content h3 {
		font-size: 18px;
	}

	.service-footer p span {
		margin-right: 10px;
		padding: 0px 10px;
	}

	.potential-counter-item {
		width: 100%;
	}

	.potential-counter-item .counter-circle h2 {
		font-size: 20px;
		width: 80px;
		height: 80px;
	}

	.potential-counter-content {
		width: calc(100% - 104px);
	}

	.potential-counter-content h3 {
		font-size: 18px;
	}

	.potential-body-content h3 {
		font-size: 18px;
	}

	.pricing-box {
		padding: 20px;
	}

	.pricing-box-content {
		width: 100%;
		border-right: none;
		padding-right: 0px;
		margin-right: 00px;
		margin-bottom: 20px;
	}

	.pricing-title h2 {
		font-size: 30px;
	}

	.pricing-title h2 sup {
		font-size: 20px;
		top: -0.3em;
	}

	.pricing-btn {
		margin-top: 10px;
	}

	.pricing-list {
		width: 100%;
	}

	.pricing-list ul {
		gap: 10px;
	}

	.pricing-list ul li {
		width: calc(50% - 5px);
		padding-left: 20px;
		font-size: 14px;
	}

	.pricing-list ul li::before {
		font-size: 16px;
	}

	.pricing-benefit-list {
		margin-top: 20px;
	}

	.pricing-benefit-list ul {
		gap: 15px;
	}

	.pricing-benefit-list ul li {
		width: calc(50% - 7.5px);
		font-size: 12px;
	}

	.pricing-benefit-list ul li img {
		max-width: 16px;
		margin-right: 5px;
	}

	.expertise-list {
		max-width: 100%;
		gap: 20px 10px;
	}

	.expertise-item:first-child {
		margin: 0;
	}

	.expertise-image img {
		max-width: 40px;
	}

	.expertise-content {
		padding: 0 20px 0 10px;
	}

	.intro-video .section-title {
		margin-bottom: 30px;
	}

	.video-play-button {
		justify-content: left;
	}

	.intro-video-list ul li {
		width: 100%;
	}

	.intro-video-list ul li:after {
		top: 3px;
		font-size: 18px;
	}

	.how-work-item .icon-box {
		height: 60px;
		width: 60px;
	}

	.how-work-item .icon-box img {
		max-width: 30px;
	}

	.how-work-content h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.scrolling-ticker-box {
		--gap: 20px;
	}

	.scrolling-content span {
		font-size: 50px;
		-webkit-text-stroke: 3px transparent;
	}

	.scrolling-content span img {
		max-width: 60px;
		margin-right: 20px;
	}

	.company-growth-image img {
		aspect-ratio: 1 / 0.87;
	}

	.company-growth-item {
		width: 100%;
	}

	.company-growth-item h2 {
		font-size: 28px;
	}

	.company-growth-item h3 {
		font-size: 18px;
	}

	.faqs-cta-box {
		padding: 20px;
	}

	.faqs-cta-content h3 {
		font-size: 18px;
	}

	.our-faq-section .accordion-header .accordion-button {
		font-size: 18px;
	}

	.our-faq-section .accordion-item .accordion-body {
		padding: 15px;
	}

	.our-faq-section .accordion-item .accordion-body p {
		font-size: 14px;
	}

	.our-faq-section .accordion-item .accordion-button::after,
	.our-faq-section .accordion-item .accordion-button.collapsed::after {
		width: 18px;
		height: 18px;
	}

	.testimonial-slider-content,
	.testimonial-slider-image {
		width: 100%;
	}

	.our-testimonial-content .section-title {
		padding-bottom: 30px;
	}

	.testimonial-slider-image img {
		aspect-ratio: 1 / 1.12;
	}

	.testimonial-content p {
		font-size: 16px;
	}

	.author-content h3 {
		font-size: 18px;
	}

	.testimonial-rating-item {
		width: 100%;
	}

	.testimonial-rating-item .icon-box img {
		max-width: 150px;
		max-height: 30px;
	}

	.blog-item {
		display: block;
	}

	.blog-item .blog-featured-image {
		width: 100%;
		margin-bottom: 15px;
	}

	.blog-item-body {
		width: 100%;
		margin-left: 0px;
	}

	.blog-item-content h2 {
		font-size: 18px;
	}

	.footer-contact-info h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.footer-contact-info p span {
		font-size: 18px;
	}

	.footer-social-links {
		margin: 30px 0;
	}

	.footer-copyright {
		padding: 15px 0;
		margin-top: 30px;
	}

	.footer-menu {
		margin-bottom: 10px;
	}

	.footer-menu ul,
	.footer-copyright-text {
		text-align: center;
	}

	.page-header-box h1 {
		font-size: 40px;
	}

	.mission-vision-item {
		border-bottom: 1px solid var(--divider-color);
	}

	.mission-vision-list .col-12:last-child .mission-vision-item {
		border-bottom: none;
	}

	.mission-vision-list .col-md-6:last-child .mission-vision-item {
		border-bottom: none;
	}

	.mission-vision-list .col-md-6:nth-child(odd) .mission-vision-item {
		padding: 0 0 30px 0;
		margin-bottom: 30px;
	}

	.mission-vision-list .col-md-6:nth-child(even) .mission-vision-item {
		padding-left: 0;
		padding: 0 0 30px 0;
		margin-bottom: 30px;
	}

	.mission-vision-item:after {
		display: none;
	}

	.mission-vision-item .icon-box {
		margin-bottom: 15px;
	}

	.mission-vision-content h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.mission-vision-item.our-value-item .icon-box {
		margin-right: 0px;
	}

	.mission-vision-item.our-value-item {
		display: block;
		border-top: none;
		padding-top: 0px;
	}

	.our-partners .contact-circle img {
		max-width: 100px;
	}

	.our-partners .company-logo {
		padding: 15px 20px;
	}

	.company-experience-item {
		width: 100%;
	}

	.company-experience-item h2 {
		font-size: 28px;
	}

	.company-experience-item h3 {
		font-size: 18px;
	}

	.why-choose-us-img-1 {
		width: 250px;
	}

	.why-choose-us-img-2 {
		width: 220px;
	}

	.why-choose-contact-circle img {
		max-width: 100px;
	}

	.why-choose-contact-circle {
		top: 20px;
		left: 0;
	}

	.team-image {
		margin-bottom: 15px;
	}

	.team-member-item:hover .team-social-icon {
		bottom: 20px;
	}

	.page-services .service-item {
		padding: 20px;
	}

	.service-catagery-list h3 {
		font-size: 18px;
	}

	.sidebar-cta-content h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.service-entry h2 {
		font-size: 28px;
	}

	.service-entry ul li {
		margin-bottom: 15px;
	}

	.business-planing-img {
		width: 100%;
	}

	.business-planing-img img {
		aspect-ratio: 1 / 0.72;
	}

	.post-image figure,
	.post-image img {
		aspect-ratio: 1 / 0.70;
	}

	.post-entry blockquote {
		background-position: 20px 20px;
		padding: 70px 20px 20px 20px;
	}

	.post-entry h2 {
		font-size: 28px;
	}

	.tag-links {
		font-size: 20px;
	}

	.team-single-image img {
		aspect-ratio: 1 / 1.2;
	}

	.team-member-info {
		margin-bottom: 30px;
	}

	.team-info-header {
		margin-bottom: 15px;
	}

	.team-info-header h2 {
		font-size: 28px;
	}

	.team-info-body {
		margin-bottom: 20px;
	}

	.team-info-list ul li span {
		font-size: 18px;
		width: 32%;
	}

	.team-member-experience {
		margin-bottom: 30px;
	}

	.page-pricing .pricing-box .pricing-box-content {
		padding: 0 0 20px 0;
		margin: 0 0 20px 0;
	}

	.page-pricing .pricing-box {
		padding: 20px;
	}

	.page-pricing .pricing-benefit-list ul {
		gap: 10px 15px;
	}

	.client-testimonial-item {
		display: block;
	}

	.client-testimonial-author {
		width: 100%;
		margin-bottom: 20px;
	}

	.client-author-content h3 {
		font-size: 18px;
	}

	.client-testimonial-content {
		width: 100%;
		background-size: 40px auto;
		padding: 0 0 0 45px;
	}

	.page-faq-accordion {
		margin-bottom: 30px;
	}

	.contact-us-form {
		padding: 25px 20px;
		margin-bottom: 30px;
	}

	.contact-us-title {
		margin-bottom: 20px;
	}

	.contact-info-contant h3 {
		font-size: 18px;
	}

	.contact-info-title h3 {
		font-size: 18px;
	}

	.google-map-iframe,
	.google-map-iframe iframe {
		height: 350px;
	}

	.booking-timing-title h3 {
		font-size: 18px;
	}

	.appointment-form {
		padding: 20px;
	}

	.appointment-form p {
		margin-bottom: 20px;
	}

	.appointment-form form .btn-default {
		padding: 15px;
		margin-top: 10px;
	}
}



