/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : Movein - Movers & Packers 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. Latest Projects css
08. Work Process css
09. Our Skill css
10. Why Choose Us css
11. Our Testimonials css
12. Our Faqs css
13. Scrolling Ticker css
14. Our Team 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. Projects Page css
23. Projects Single css
24. Team Page css
25. Team Single css
26. Testimonial Page css
27. Image Gallery css
28. Video Gallery css
29. FAQs Page css
30. Contact Us Page css
31. 404 Error Page css
32. Responsive css
-------------------------------------------------------------------------------------- */

/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/	

:root{
	--primary-color				: #1d1c57;
	--secondary-color			: #F4F5F9;
	--text-color				: #565969;
	--accent-color				: #ff429e;
	--white-color				: #FFFFFF;
	--divider-color				: #56596924;
	--dark-divider-color		: #FFFFFF24;
	--error-color				: rgb(230, 87, 87);
	--default-font				: "DM Sans", serif;
}

/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	font-family: var(--default-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1em;
	background-color: var(--white-color);
	color: var(--text-color);
}

p{
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-weight: 700;
	line-height: 1.1em;
	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;
}

::-webkit-scrollbar-track{
	background-color: var(--white-color);
	border-left: 1px solid var(--white-color);
}
::-webkit-scrollbar{
	width: 7px;
	background-color: var(--white-color);
}
::-webkit-scrollbar-thumb{
	background: var(--accent-color);
}

::selection{
	color: var(--white-color);
	background-color: var(--accent-color);
	filter: invert(1);
}

.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;
	border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    text-transform: capitalize;
    color: var(--secondary-color);
	background: var(--accent-color);
    border: none;
    padding: 17px 54px 17px 20px;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover{
	background: transparent;
	color: var(--white-color);
}

.btn-default::before{
	content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: 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(-17px, -50%);
}

.btn-default::after{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15%;
	right: 0;
    width: 0;
    height: 106%;
    background: var(--primary-color);
    transform: skew(30deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.btn-default:hover:after{
	width: 100%;
    transform: skew(0deg);
    left: 0;
}

.btn-default.btn-highlighted:hover{
	color: var(--primary-color);
}

.btn-default.btn-highlighted:hover:before{
	filter: brightness(1) invert(1);
}

.btn-default.btn-highlighted::after{
    background: var(--white-color);
}

.readmore-btn{
	position: relative;
	color: var(--accent-color);
	font-family: var(--accent-font);
	font-size: 16px;
	font-weight: 700;	
	line-height: 1.8em;
	text-transform: capitalize;
	display: inline-block;
	padding-right: 40px;
	transition: all 0.3s ease-in-out;
}

.readmore-btn::before{
	content: '\f061';
    position: absolute;
	right: 0;
    top: 50%;
	font-family: 'Font Awesome 6 Free';
	font-size: 14px;
	line-height: normal;
	color: var(--white-color);
	width: 30px;
	height: 30px;
	background-color: var(--accent-color);
	background-position: center center;
	border-radius: 50%;
	align-items: center;
    justify-content: center;
	transform: translate(-3px, -50%);
	transition: all 0.3s ease-in-out;
}

.cb-cursor:before{
	background: var(--accent-color);
}

.preloader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: var(--accent-color);
	align-items: center;
	justify-content: center;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.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-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);
	}
}

.section-row{
	margin-bottom: 80px;
}

.section-row .section-title{
	margin-bottom: 0;
}

.section-row .section-title.section-title-center{
	width: 100%;
	max-width: 640px;
	text-align: center;
	margin: 0 auto;
}

.section-title{
	margin-bottom: 40px;
}

.section-title h3{
	display: inline-block;
	position: relative;
	font-size: 14px;
    font-weight: 500;
	line-height: 1.6em;
    text-transform: uppercase;
    color: var(--text-color);
	padding-left: 34px;
    margin-bottom: 10px;
}

.section-title h3::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../images/icon-sub-heading.svg') no-repeat;
    background-position: left center;
    background-size: cover;
    width: 24px;
    height: 24px;
}

.section-title h1{
	font-size: 60px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h2{
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin-bottom: 0;
	cursor: none;
}

.section-title h1 span,
.section-title h2 span{
	color: var(--accent-color);
}

.section-title p{
	margin-top: 20px;
	margin-bottom: 0;
}

.section-title-content p{
	margin: 0;
}

.section-btn{
	text-align: right;
}

.section-content-btn .section-btn{
	text-align: left;
	margin-top: 30px;
}

.dark-section{
	background-color: var(--primary-color);
}

.dark-section .section-title h3{
	color: var(--secondary-color);
}

.dark-section .section-title h2,
.dark-section .section-title h1,
.dark-section .section-title p{
	color: var(--white-color);
}

.help-block.with-errors ul{
	margin: 0;
	text-align: left;
}

.help-block.with-errors ul li{
	color: var(--error-color);
	font-weight: 500;
	font-size: 14px;
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header{
	position: absolute;
	top: 0;
	width: 100%;
	border-bottom: 1px solid var(--dark-divider-color);
	z-index: 100;
}

header.main-header .header-sticky{
	position: relative;
	top: 0;
	z-index: 100;
}

header.main-header .header-sticky.hide{
	transform: translateY(-100%);
	transition: transform 0.3s ease-in-out;
	border-radius: 0;
}

header.main-header .header-sticky.active{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0;
    transform: translateY(0);
	background-color: var(--primary-color);
	border-bottom: 1px solid var(--dark-divider-color);
}

.navbar{
	padding: 25px 0;
	align-items: center;
}

.navbar-brand{
	padding: 0;
	margin: 0;
}

.main-menu .nav-menu-wrapper{
	flex: 1;
	text-align: center;
	margin: 0 20px;
}

.main-menu .nav-menu-wrapper > ul{
	align-items: center;
	display: inline-flex;
}

.main-menu ul li{
	margin: 0;
	position: relative;
}

.main-menu ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	padding: 14px 20px !important;
	color: var(--white-color);
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after{
	content: '\f107';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 14px;
	margin-left: 8px;
	margin-top: 1px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus{
	color: var(--accent-color);
}

.main-menu ul ul{
	visibility: hidden;
	opacity: 0;
	transform: scaleY(0.8);
	transform-origin: top;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 230px;
	border-radius: 16px;
	position: absolute;
	left: 0;
	top: 100%;
	background: var(--accent-color);
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.main-menu ul li.submenu:first-child ul{
    width: 230px;
}

.main-menu ul ul ul{
	left: 100%;
	top: 0;
	text-align: left;
}
.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul li.submenu ul li.submenu > a:after{
    content: '\f105';
    float: right;
}

.main-menu ul ul li{
	margin: 0;
	padding: 0;
}

.main-menu ul ul li a{
	color: var(--white-color);
	padding: 8px 20px !important;
	transition: all 0.3s ease-in-out;
}

.main-menu ul li:hover > ul{
	visibility: visible;
	opacity: 1;
	transform: scaleY(1);
    padding: 5px 0;
}

.main-menu ul ul li a:hover,
.main-menu ul ul li a:focus{
	color: var(--primary-color);
	background-color: transparent;
	padding: 8px 20px 8px 23px !important;
}

.main-menu ul li.highlighted-menu{
    display: none;
}

.responsive-menu,
.navbar-toggle{
	display: none;
}

.responsive-menu{
	top: 0;
	position: relative;
}

.slicknav_btn{
	background: var(--accent-color);
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 8px;
}

.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: var(--accent-color);
}

.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: 400;
	text-transform: capitalize;
	padding: 8px 20px;
	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: 8px 20px 8px 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: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after{
    transform: translateY(-50%) rotate(-180deg);
	color: var(--primary-color);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero{
	position: relative;
	background: url('../images/hero-bg.jpg') no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 225px 0 120px;
	min-height: 100vh;
	align-content: end;
}

.hero::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(6, 46, 57, 0) 34.56%, rgba(6, 46, 57, 0.9) 59.22%), linear-gradient(180deg, rgba(6, 46, 57, 0.6) 7.55%, rgba(6, 46, 57, 0) 24.9%);
	height: 100%;
	width: 100%;
	z-index: 1;
}

.hero.hero-video .hero-bg-video{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.hero.hero-video .hero-bg-video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout{
	background: none;
	padding: 0;
}

.hero.hero-slider-layout .hero-slide{
	position: relative;
    padding: 225px 0 120px;
	min-height: 100vh;
	align-content: end;
}

.hero.hero-slider-layout .hero-slide::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(6, 46, 57, 0) 34.56%, rgba(6, 46, 57, 0.9) 59.22%), linear-gradient(180deg, rgba(6, 46, 57, 0.6) 7.55%, rgba(6, 46, 57, 0) 24.9%);
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.hero.hero-slider-layout .hero-slide .hero-slider-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero.hero-slider-layout .hero-pagination{
	position: absolute;
    bottom: 50px;
	text-align: center;
	z-index: 2;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: var(--white-color);
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0 5px;
}

.hero.hero-slider-layout .hero-pagination .swiper-pagination-bullet-active{
    background-color: var(--accent-color);
}

.hero-content-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 80px;
	z-index: 2;
}

.hero-content{
	position: relative;
	width: calc(50% - 40px);
	text-align: right;
}

.hero-content::before{
	content: '';
	position: absolute;
	right: -40px;
	top: 0;
	bottom: 0;
	background: var(--accent-color);
	width: 2px;
	height: 100%;
}

.hero-content .section-title{
	margin-bottom: 0;
}

.hero-content .section-title p{
	max-width: 45%;
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto;
	margin-right: 0;
	margin-top: 20px;
}

.hero-customer-box{
	width: calc(50% - 40px);
}

.hero-customer-content{
	margin-bottom: 25px;
}

.hero-customer-content p{
	color: var(--white-color);
	margin: 0;
}

.satisfy-customer-box{
	display: flex;
    align-items: center;
    gap: 20px;
}

.satisfy-customer-images{
	display: flex;
	align-items: center;
}

.satisfy-customer-image{
	position: relative;
    display: inline-block;
    margin-left: -14px;
	border: 2px solid var(--accent-color);
    border-radius: 50%;
    overflow: hidden;
	z-index: 1;
}

.satisfy-customer-image:first-child{
	margin: 0;
}

.satisfy-customer-image figure{
	display: block;
	width: 60px;
	height: 60px;
}

.satisfy-customer-image img{
    width: 100%;
}

.satisfy-customer-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 5px;
}

.satisfy-customer-content p{
	color: var(--white-color);
	margin: 0;
}

.hero-btn{
	margin-top: 30px;
}

/************************************/
/***       05. About Us css       ***/
/************************************/
.about-us {
    position: relative;
    padding: 100px 0 60px;
    background: #ffffff;
    z-index: 2;
}

/* Ambient glow orbs */
.about-us::before {
    content: '';
    position: absolute;
    top: -120px;
    left: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 66, 158, 0.05) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.about-us::after {
    content: '';
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(29, 28, 87, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

/* Decorative animated grid lines */
.about-us-grid-lines {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(29, 28, 87, 0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(29, 28, 87, 0.015) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
    pointer-events: none;
}

.about-us .container {
    position: relative;
    z-index: 2;
}

/* ─── Image Panel ─── */
.about-us-image {
    position: relative;
    margin-right: 25px;
    z-index: 1;
}

/* Glowing border frame around the image */
.about-us-image::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 43px;
    background: linear-gradient(135deg, #ff429e, #833ab4, #fcb045);
    z-index: -1;
    opacity: 0.85;
    transition: opacity 0.4s ease;
}

.about-us-image:hover::before {
    opacity: 1;
}

/* Floating badge over image */
.about-us-image::after {
    content: '🏆  #1 Movers in Kenya';
    position: absolute;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(29, 28, 87, 0.95);
    border: 1px solid rgba(255, 66, 158, 0.4);
    backdrop-filter: blur(12px);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 50px;
    white-space: nowrap;
    letter-spacing: 0.3px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    z-index: 5;
}

.about-us-image figure {
    display: block;
    border-radius: 40px;
    overflow: hidden;
}

.about-us-image img {
    width: 100%;
    aspect-ratio: 1 / 0.9244;
    object-fit: cover;
    border-radius: 40px;
    display: block;
    transition: transform 0.5s ease;
}

.about-us-image:hover img {
    transform: scale(1.03);
}

/* ─── Content panel overrides ─── */
.about-us .section-title h3 {
    color: #ff429e !important;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.about-us .section-title h2 {
    color: #1d1c57 !important;
}

.about-us .section-title h2 span {
    color: #ff429e;
    -webkit-text-fill-color: #ff429e;
}

.about-us .section-title p {
    color: #565969 !important;
    font-size: 15.5px;
    line-height: 1.75;
}

/* ─── Feature badges row ─── */
.about-feature-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 28px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(29, 28, 87, 0.04);
    border: 1px solid rgba(29, 28, 87, 0.08);
    border-radius: 50px;
    padding: 7px 16px;
    color: #1d1c57;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
}

.about-badge i {
    color: #ff429e;
    font-size: 13px;
}

.about-badge:hover {
    background: rgba(255, 66, 158, 0.08);
    border-color: rgba(255, 66, 158, 0.35);
    color: #ff429e;
    transform: translateY(-2px);
}

/* ─── Counter Cards ─── */
.about-counter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}

.about-counter-item {
    width: calc(50% - 8px);
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px 22px;
    border: 1px solid rgba(29, 28, 87, 0.06);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(29, 28, 87, 0.04);
}

/* Gradient border glow on hover */
.about-counter-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1.5px;
    background: linear-gradient(135deg, #ff429e, #833ab4, #fcb045);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.about-counter-item:hover::before {
    opacity: 1;
}

.about-counter-item:hover {
    background: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(255, 66, 158, 0.12);
}

/* Decorative corner accent */
.about-counter-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle at top right, rgba(255, 66, 158, 0.12), transparent 70%);
    border-radius: 0 20px 0 0;
}

.about-counter-item h2 {
    font-size: 48px;
    font-weight: 800;
    color: #1d1c57;
    margin-bottom: 6px;
    line-height: 1;
    background: linear-gradient(90deg, #1d1c57, #ff429e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-counter-item h2 span {
    background: linear-gradient(90deg, #ff429e, #fcb045);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-counter-item p {
    margin: 0;
    color: #565969;
    font-size: 13px;
    line-height: 1.5;
}

/* ─── Button ─── */
.about-us-btn {
    margin-top: 32px;
}

.about-us-btn .btn-default {
    background: linear-gradient(135deg, #ff429e, #833ab4);
    border: none;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(255, 66, 158, 0.35);
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-us-btn .btn-default:hover {
    background: linear-gradient(135deg, #fcb045, #fd1d1d);
    box-shadow: 0 12px 32px rgba(252, 176, 69, 0.45);
    transform: translateY(-3px) scale(1.03);
}

/* ─── Owner Box ─── */
.about-owner-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid rgba(29, 28, 87, 0.08);
}

.about-owner-image,
.about-owner-info {
    width: calc(50% - 30px);
}

.about-owner-content p {
    font-size: 20px;
    font-weight: 500;
    color: #1d1c57;
    margin: 0;
    font-style: italic;
}

.about-owner-info-body {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    border-top: 1px solid rgba(29, 28, 87, 0.08);
    margin-top: 20px;
    padding-top: 20px;
}

.about-owner-signature img {
    max-width: 220px;
    opacity: 0.9;
}

.about-owner-info-content h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    color: #1d1c57;
}

.about-owner-info-content p {
    margin: 0;
    color: #565969;
}

.about-owner-image figure {
    display: block;
    border-radius: 40px;
}

.about-owner-image img {
    width: 100%;
    aspect-ratio: 1 / 0.51;
    object-fit: cover;
    border-radius: 40px;
}

.about-us-btn {
    margin-top: 40px;
}


/* Owner Video Embed Styles */
.about-owner-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1.96 / 1;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(29, 28, 87, 0.15);
    border: 3px solid #ff429e;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-owner-video-wrapper iframe,
.about-owner-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: auto;
}

.about-owner-video-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(255, 66, 158, 0.25);
    border-color: #1d1c57;
}

/************************************/
/***      06. Our Services css    ***/
/************************************/

.our-services{
	background-image: url('../images/services-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 100px 0;
}

.service-item{
	position: relative;
	background: var(--white-color);
	text-align: center;
	border-radius: 40px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 30px;
	overflow: hidden;
}

.service-item::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/service-item-bg.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	transition: all 0.4s ease-in-out;
	z-index: 0;
}

.service-item:hover::after{
	filter: brightness(1) invert(0);
}

.service-item::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent-color);
	border-radius: 999px 999px 0 0;
	height: 0;
	width: 100%;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.service-item:hover:before{
	height: 100%;
	border-radius: 0;
}

.service-item .icon-box{
	position: relative;
	background: var(--secondary-color);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-item:hover .icon-box{
	background: var(--white-color);
}

.service-item .icon-box img{
	position: relative;
	max-width: 40px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-item:hover .icon-box img{
	transform: rotateY(180deg);
}

.service-content{
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
}

.service-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.service-content h3 a{
	color: inherit;
}

.service-content p{
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.service-item:hover .service-content p,
.service-item:hover .service-content h3{
	color: var(--white-color);
}

.service-btn{
	position: relative;
	z-index: 1;
}

.service-item:hover .service-btn a{
	color: var(--white-color);
}

.service-item:hover .readmore-btn::before{
	background: var(--white-color);
	color: var(--accent-color);
}

.section-footer-text{
	text-align: center;
	margin-top: 30px;
}

.section-footer-text p{
	font-size: 18px;
	font-weight: 500;
	color: var(--text-color);
	margin-bottom: 0;
}

.dark-section .section-footer-text p{
	color: var(--white-color);
}

.section-footer-text p span{
	font-weight: 600;
	color: var(--white-color);
	background: var(--accent-color);
	border-radius: 100px;
	padding: 5px 10px;
	margin-right: 5px;
}

.section-footer-text p a{
	font-weight: 700;
	text-decoration: underline;
	text-transform: capitalize;
	text-underline-offset: 3px;
	color: var(--accent-color);
	transition: all 0.4s ease-in-out;
}

.section-footer-text p a:hover{
	color: var(--primary-color);
}

.dark-section .section-footer-text p a:hover{
	color: var(--white-color);
}

.section-footer-text .btn-default{
	margin-top: 40px;
}

/************************************/
/***    07. Latest Projects css   ***/
/************************************/

.our-projects{
	padding: 40px 0 100px;
}

.project-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.project-image figure{
	display: block;
	border-radius: 40px;
	overflow: hidden;
}

.project-image figure::before{
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	width: 100%;
	height: 50%;
	z-index: 1;
}

.project-image figure img{
	width: 100%;
    aspect-ratio: 1 / 0.8;
	object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.project-item:hover .project-image figure img{
	transform: scale(1.1);
}

.project-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}

.project-item:hover .project-btn{
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.project-btn a{
	width: 60px;
	height: 60px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.project-btn a:hover{
	background: var(--primary-color);
}

.project-btn a img{
	max-width: 24px;
	transform: rotate(-45deg);
	transition: all 0.3s ease-in-out;
}

.project-btn a:hover img{
	transform: rotate(0deg);
}

.project-content{
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	z-index: 2;
}

.project-content h3{
	font-size: 20px;
    line-height: 1.4em;
	text-transform: capitalize;
	color: var(--white-color);
}

.project-content h3 a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.project-content h3 a:hover{
	color: var(--accent-color);
}

.section-footer-btn{
	text-align: center;
	margin-top: 40px;
}

/************************************/
/***    08. Work Process css	  ***/
/************************************/

.our-work-process{
	padding: 100px 0;
	background-image: url('../images/work-process-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.wrok-process-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.work-process-item{
	position: relative;
	text-align: center;
	padding-top: 10px;
	width: calc(25% - 22.5px);
}

.work-process-item:nth-child(odd){
	margin-top: 90px;
}

.work-process-item:after{
	position: absolute;
	content: '';
	top: -30px;
	right: -65px;
	width: 100px;
	height: 50px;
	background: url('../images/work-process-arrow.svg') no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}

.work-process-item:last-child:after,
.work-process-item:nth-child(4n + 4):after{
	display: none;
}

.work-process-item:nth-child(even):after{
	top: 132px;
	transform: rotateX(180deg);
}

.work-process-item .icon-box{
	position: relative;
	width: 162px;
	height: 162px;
	background: var(--accent-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.work-process-item .icon-box:before{
	content: '';
	position: absolute;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	border: 2px dashed var(--secondary-color);
	border-radius: 50%;
}

.work-process-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 60px;
	z-index: 1;
}

.work-process-item .icon-box .work-process-number{
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 40px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.work-process-item .icon-box .work-process-number h3{
	color: var(--accent-color);
	font-size: 24px;
}

.work-process-content h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.work-process-content p{
	color: var(--secondary-color);
	margin: 0;
}

/************************************/
/***    	09. Our Skill css	  ***/
/************************************/

.our-skill{
	padding: 100px 0;
}

.our-skill-images{
	position: relative;
	padding: 0 155px 200px 0;
}

.our-skill-image-1 figure,
.our-skill-image-2 figure{
	display: block;
}

.our-skill-image-1 img,
.our-skill-image-2 img{
	width: 100%;
	object-fit: cover;
}

.our-skill-image-1 figure{
	border-radius: 40px;
}

.our-skill-image-1 img{
	border-radius: 40px;
	aspect-ratio: 1 / 1.052;
}

.our-skill-image-2{
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 364px;
	border: 10px solid var(--white-color);
	border-radius: 40px;
	overflow: hidden;
	z-index: 1;
}

.our-skill-image-2 img{
	aspect-ratio: 1 / 1.29;
}

.contact-us-circle{
	position: absolute;
	bottom: 153px;
	left: 200px;
	z-index: 3;
}

.contact-us-circle a{
	display: block;
	border-radius: 50%;
}

.contact-us-circle a img{
	width: 100%;
	max-width: 136px;
	border-radius: 50%;
    animation: infiniterotate 25s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.our-skill-content{
	margin-left: 20px;
}

.our-skill-body{
	margin-bottom: 60px;
}

.skills-progress-bar{
	margin-bottom: 30px;
}

.skills-progress-bar:last-child{
	margin-bottom: 0px;
}

.skills-progress-bar .skill-data{
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.skills-progress-bar .skill-data .skill-title{
	font-weight: 500;
    color: var(--primary-color);
	text-transform: capitalize;
}

.skills-progress-bar .skill-data .skill-no{
	font-weight: 500;
	color: var(--primary-color);
}

.skills-progress-bar .skillbar .skill-progress{
	position: relative;
	width: 100%;
	height: 16px;
	background: var(--secondary-color);
	border-radius: 100px;
    overflow: hidden;
}

.skills-progress-bar .skillbar .skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: var(--accent-color);
	border-radius: 100px;
}

/************************************/
/***    10. Why Choose Us css	  ***/
/************************************/

.why-choose-us{
	background-image: url('../images/why-choose-us-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 70px;
	padding: 100px 0;
}

.why-choose-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 60px;
	align-items: center;
}

.why-choose-content,
.request-quote-form-box{
	width: calc(50% - 30px);
}

.why-choose-body ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.why-choose-body ul li{
	color: var(--secondary-color);
	line-height: 1.5em;
	padding-left: 30px;
	background-image: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left top 1px;
	background-size: 22px auto;
	margin-bottom: 15px;
}

.why-choose-body ul li:last-child{
	margin-bottom: 0;
}

.request-quote-form-box{
	background: var(--white-color);
	border-radius: 40px;
	padding: 50px;
	box-shadow: 0px 0px 30px 0px #0000001A;
	margin-top: -170px;	
}

.request-quote-form-box	h3{
	font-size: 36px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
}

.request-quote-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background-color: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 8px;
	padding: 17px 20px;
	box-shadow: none;
	outline: none;
}

.request-quote-form .form-control::placeholder{
	color: var(--text-color);
}

.request-quote-form .form-control.form-select{
	padding: 17px 30px 17px 20px;
}

.request-quote-form .form-control.form-select option{
	font-weight: 500;
	color: var(--primary-color);
}

/************************************/
/***    11. Our Testimnials css	  ***/
/************************************/

.our-testimonials{
	position: relative;
	padding: 100px 0 50px;
	background: url('../images/testimonial-bg.png') no-repeat;
	background-position: center center;
	background-size: auto;
}

.our-testimonials:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(50%);
	background: url('../images/section-bg-shape-2.png') no-repeat;
	background-position: bottom left;
	background-size: contain;
	width: 332px;
	height: 391px;
	z-index: 0;
}

.testimonial-slider{
	position: relative;
}

.testimonial-slider .swiper{
    position: static;
    margin: 0 110px;
}

.testimonial-slider .swiper-wrapper{
	cursor: none;
}

.testimonial-item{
	position: relative;
	background-color: var(--white-color);
	text-align: center;
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	box-shadow: 0px 0px 40px 0px #1d1c570D;
	margin-top: 40px;
	padding: 60px 40px 40px;
}

.author-image{
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.author-image figure{
	display: block;
	border-radius: 50%;
}

.author-image img{
	max-width: 80px;
	border-radius: 50%;
}

.author-content{
	margin-bottom: 20px;
}

.author-content .author-title{
	margin-bottom: 20px;
}

.author-content .author-title h3{
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

.author-rating i{
	color: var(--accent-color);
	font-size: 20px;
}

.testimonial-content p{
	margin: 0;
}

.testimonial-btn-prev,
.testimonial-btn-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-color: var(--accent-color);
	border-radius: 50%;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.testimonial-btn-prev{
	left: 0;
}

.testimonial-btn-next{
	right: 0;
}

.testimonial-btn-prev:hover,
.testimonial-btn-next:hover{
	background-color: var(--primary-color);
}

.testimonial-btn-prev::before,
.testimonial-btn-next::before{
	font-family: 'FontAwesome';
	content: '\f053';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	font-size: 16px;
	color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}

.testimonial-btn .testimonial-btn-next::before{
	transform: rotate(180deg);
}

/************************************/
/***    	12. Our Faqs css	  ***/
/************************************/

.our-faqs{
    padding: 50px 0;
}

.our-faqs .container-fluid{
	padding: 0;
}

.our-faqs-content{
	position: relative;
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	box-shadow: 0px 0px 30px 0px #1d1c570D;
	padding: 60px;
	margin: 80px 0;
	margin-right: -80px;
	z-index: 1;
}

.faq-content-box{
	padding-left: calc(((100vw - 1300px) / 2) - 10px);
}

.faq-accordion .accordion-item{
    border-bottom: 1px solid var(--divider-color);
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}

.faq-accordion .accordion-header .accordion-button{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--accent-color);
    padding-right: 25px;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button.collapsed{
		color: var(--primary-color);
}

.faq-accordion .accordion-button:not(.collapsed){
    padding-bottom: 10px;
}

.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;    
    font-size: 20px;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed)::after{
    transform: rotate(180deg);
	color: var(--accent-color);
}

.faq-accordion .accordion-item .accordion-body{
    padding-right: 25px;
}

.faq-accordion .accordion-item:last-child .accordion-body{
    padding-bottom: 0;
}

.faq-accordion .accordion-item .accordion-body p{
    margin-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-body p:last-child{
    margin-bottom: 0;
}

.faqs-image{
	position: relative;
	height: 100%;
}

.faq-image{
	height: 100%;
}

.faq-image figure{
	display: block;
	height: 100%;
	border-radius: 40px 0 0 40px;
}

.faq-image img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 0.9;
	object-fit: cover;
	border-radius: 40px 0 0 40px;
}

.intro-video-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	z-index: 1;
}

.intro-video-button a{
	position: relative;
	background-color: var(--white-color);
	border-radius: 100%;
	width: 150px;
	height: 150px;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	cursor: none;
	z-index: 1;
}

.intro-video-button a figure{
	display: block;
}

.intro-video-button a figure img{
	width: 100%;
	max-width: 125px;
	animation: textrotate 25s infinite linear;
}

@keyframes textrotate{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}

.into-video-play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.into-video-play-icon img{
	max-width: 24px;
}

/************************************/
/***   13. Scrolling Ticker css   ***/
/************************************/

.our-scrolling-ticker{
	padding: 50px 0 100px;
}

.scrolling-ticker-box{
	--gap: 30px;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: var(--gap);
	align-items: center;
	z-index: 1;
}

.scrolling-content{
	flex-shrink: 0;
	display: flex;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll 60s linear infinite;
}

@keyframes scroll{
	from{
		transform: translateX(0);
	}

	to{
		transform: translateX(calc(-100% - var(--gap)));
	}
}

.scrolling-ticker-box .scrolling-content span{
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 120px;
	line-height: 1em;
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke-width: 1px;
    stroke-width: 1px;
    -webkit-text-stroke-color: var(--primary-color);
    stroke: var(--primary-color);
	opacity: 40%;
}

.scrolling-content span img{
	max-width: 60px;
	margin-right: 30px;
}

/************************************/
/***   		14. Our Team css	  ***/
/************************************/

.our-team{
	padding: 100px 0 70px;
	background-image: url('../images/team-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.team-item{
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.team-image{
	position: relative;
	border-radius: 40px;
	margin-bottom: 20px;
	overflow: hidden;
}

.team-image a{
    display: block;
	cursor: none;
	overflow: hidden;
}

.team-image img{
    width: 100%;
    aspect-ratio: 1 / 1.15;
    object-fit: cover;
	transition: all 0.4s ease-in-out;
}

.team-item:hover .team-image img{
	transform: scale(1.1);
}

.team-social-icon{
	position: absolute;
    left: 40px;
    right: 40px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.team-item:hover .team-social-icon{
	bottom: 40px;
	opacity: 1;
	visibility: visible;
}

.team-social-icon ul{
	background: var(--accent-color);
	border-radius: 12px;
	list-style: none;
	margin: 0;
	padding: 15px 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.team-social-icon ul li a{
	color: var(--white-color);
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a:hover{
    color: var(--primary-color);
}

.team-social-icon ul li a i{
	color: inherit;
	line-height: normal;
	font-size: 20px;
}

.team-content{
	text-align: center;
}

.team-content h3{
	color: var(--secondary-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content h3 a{
	color: inherit;
}

.team-content p{
	color: var(--accent-color);
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/***   		15. Our Blog css	  ***/
/************************************/

.our-blog{
	padding: 100px 0 70px;
}

.post-item{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.post-featured-image{
	margin-bottom: 20px;
}

.post-featured-image a{
    cursor: none;
    display: block;
	border-radius: 40px;
    overflow: hidden;
}

.post-featured-image figure{
	display: block;
}

.post-featured-image img{
    aspect-ratio: 1 / 0.843;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

.post-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-content{
	margin-bottom: 20px;
}

.post-item-content h3{
    font-size: 20px;
	line-height: 1.4em;
}

.post-item-content h3 a{
	display: inline-block;
    color: inherit;
}

/************************************/
/***   		16. Footer css  	  ***/
/************************************/

.main-footer{
    background: url('../images/footer-bg.png'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
    padding: 60px 0 0;
}

.about-footer{
    margin-right: 20px;
}

.footer-logo{
    margin-bottom: 20px;
}

.footer-logo img{
    width: 100%;
    max-width: 240px;
}

.about-footer-content p{
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-links h3{
	font-size: 20px;
    color: var(--white-color);
	text-transform: capitalize;
	margin-bottom: 15px;
}

.footer-links p{
    color: var(--white-color);
    margin-bottom: 10px;
}

.footer-links ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-links ul li{
    color: var(--white-color);
	text-transform: capitalize;
	line-height: 1.5em;
	margin-bottom: 8px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li a{
	display: inline-block;
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.footer-links ul li a:hover{
	color: var(--accent-color);
}

.footer-contact-item{
    display: flex;
    align-items: baseline;
    margin-bottom: 12px;
}

.footer-contact-item:last-child{
    margin-bottom: 0;
}

.footer-contact-item .icon-box{
    margin-right: 10px;
}

.footer-contact-item .icon-box img{
    width: 100%;
    max-width: 20px;
}

.footer-contact-content{
	width: calc(100% - 30px);
}

.footer-contact-content p{
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-contact-content p a{
    color: inherit;
    transition: all 0.4s ease-in-out;
}

.footer-contact-content p a:hover{
    color: var(--accent-color);
}

.footer-newsletter-form .form-group .form-control{
	padding: 13px 20px;
	border: none;
	background: var(--white-color);
	color: var(--text-color);
	border-radius: 8px;
    line-height: 1.5em;
	box-shadow: none;
    margin-bottom: 20px;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: var(--text-color);
}

.footer-copyright{
    display: flex;
    gap: 15px 20px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--dark-divider-color);
    padding: 15px 0 25px;
    margin-top: 40px;
}

.footer-copyright-text p{
    color: var(--white-color);
    margin-bottom: 0;
}

.footer-social-links ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-links ul li{
	display: inline-block;
	margin-right: 20px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	width: 40px;
	height: 40px;
	color: var(--primary-color);
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
    color: var(--white-color);
	background: var(--accent-color);
}

.footer-social-links ul li a i{
	font-size: 18px;
	color: inherit;
}

/************************************/
/***   	17. About Us Page css	  ***/
/************************************/

.page-header{
	position: relative;
	background: url('../images/page-header-bg.jpg') no-repeat center center;
	background-size: cover;
	padding: 225px 0 120px;
}

.page-header::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(6, 46, 57, 0) 44.56%, rgba(6, 46, 57, 0.9) 79.22%), linear-gradient(180deg, rgba(6, 46, 57, 0.6) 7.55%, rgba(6, 46, 57, 0) 24.9%);
    width: 100%;
    height: 100%;
}

.page-header-box{
    position: relative;
	text-align: center;
    z-index: 1;
}

.page-header-box h1{
	display: inline-block;
	font-size: 60px;
	font-weight: 600;
    letter-spacing: -0.02em;
	color: #ff429e;
	margin-bottom: 10px;
	cursor: none;
}

.page-header-box ol{
	margin: 0;
	padding: 0;
	justify-content: center;
}

.page-header-box ol li.breadcrumb-item{
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	color: var(--secondary-color);
}

.page-header-box ol li.breadcrumb-item a{
    color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before{
    color: var(--secondary-color);
}

.about-us.page-about-us::before{
	display: none;
}

.our-approach{
	padding: 100px 0;
	background-image: url('../images/our-approach-bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.our-approach-image{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	margin-right: 30px;
}

.our-approach-img-box{
	width: calc(50% - 15px);
}

.our-approach-img-1 figure,
.our-approach-img-2 figure{
	display: block;
	border-radius: 40px;
}

.our-approach-img-1 img,
.our-approach-img-2 img{
	width: 100%;
	object-fit: cover;
	border-radius: 40px;
}

.our-approach-img-1 img{
	aspect-ratio: 1 / 1.08;
}

.our-approach-img-2 img{
	aspect-ratio: 1 / 1.73;
}

.trusted-client-box{
	background: var(--accent-color);
	border-radius: 40px;
	padding: 25px;
	margin-top: 30px;
}

.trusted-client-box h3{
	color: var(--white-color);
	font-size: 24px;
	text-transform: capitalize;
	line-height: 1.4em;
	text-align: center;
}

.mission-vision-item{
	display: flex;
	margin-bottom: 30px;
}

.mission-vision-item:last-child{
	margin-bottom: 0;
}

.mission-vision-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.mission-vision-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.mission-vision-item:hover .icon-box::before{
	transform: scale(1);
}

.mission-vision-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.mission-vision-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.mission-vision-content{
	width: calc(100% - 80px);
}

.mission-vision-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 10px;
}

.mission-vision-content p{
	color: var(--white-color);
	margin: 0;
}

.who-we-are{
	padding: 100px 0;
}

.who-we-item{
	position: relative;
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.who-we-item:last-child{
	margin-bottom: 0;
}

.who-we-item:before{
    content: '';
    position: absolute;
    right: 0;
	left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: var(--accent-color);
	z-index: 0;
    transition: all 0.4s ease-in-out;
}

.who-we-item:hover::before{
    height: 100%;
}

.who-we-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.who-we-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.who-we-item:hover .icon-box::before{
	transform: scale(1);
}

.who-we-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	z-index: 1;
}

.who-we-item-content{
	position: relative;
	width: calc(100% - 80px);
	z-index: 1;
}

.who-we-item-content h3{
	font-size: 20px;
	line-height: 1.4em;
	transition: all 0.3s ease-in-out;
}

.who-we-item:hover .who-we-item-content h3{
	color: var(--white-color);
}

.who-we-are-images{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	gap: 30px;
	margin-left: 20px;
}

.who-we-image-box-1,
.who-we-image-box-2{
	width: calc(50% - 15px);
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.who-we-image-box-1{
	margin-top: 50px;
}

.who-we-image-box-1 figure,
.who-we-image-box-2 figure{
	display: block;
	width: 100%;
	border-radius: 40px;
}

.who-we-image-box-1 img,
.who-we-image-box-2 img{
	width: 100%;
	object-fit: cover;
	border-radius: 40px;
}

.who-we-img-2,
.who-we-img-1,
.who-we-img-4,
.who-we-img-3{
	width: 100%;
}

.who-we-img-1 img{
	aspect-ratio: 1 / 1.21;
}

.who-we-img-2 img{
	aspect-ratio: 1 / 1.23;
}

.who-we-img-3 img{
	aspect-ratio: 1 / 1.2327;
}

.who-we-img-4 img{
	aspect-ratio: 1 / 1.02;
}

.who-we-are-images .contact-us-circle{
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 50%;
	transform: translate(-50%, -50%);
}

.who-we-are-images .contact-us-circle a{
	display: block;
	border-radius: 50%;
}

.who-we-are-images .contact-us-circle img{
	width: 100%;
	max-width: 138px;
	border-radius: 50%;
	animation: infiniterotate 20s infinite linear;
}

@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}

.our-success-story{
	padding: 100px 0;
}

.success-story-images{
	position: relative;
	padding: 0 0 105px 110px;
	margin-right: 30px;
}

.success-story-img-1 figure,
.success-story-img-2 figure{
	display: block;
}

.success-story-img-1 img,
.success-story-img-2 img{
	width: 100%;
	object-fit: cover;
}

.success-story-img-1 figure,
.success-story-img-1 img{
	border-radius: 40px;
}

.success-story-img-1 img{
	aspect-ratio: 1 / 0.913;
}

.success-story-img-2 img{
	aspect-ratio: 1 / 1.311;
}

.success-story-img-2{
	max-width: 296px;
	position: absolute;
	bottom: 0;
	left: 0;
	border: 8px solid var(--white-color);
	border-radius: 40px;
	overflow: hidden;
	z-index: 1;
}

.contact-now-box{
	width: 305px;
	position: absolute;
	right: 80px;
	bottom: 50px;
	display: flex;
	align-items: center;
	background: var(--primary-color);
	border: 4px solid var(--white-color);
	border-radius: 20px;
	padding: 15px;
	overflow: hidden;
	animation: movecontactbox 3s infinite linear alternate;
	z-index: 2;
}

@keyframes movecontactbox{
	50%{
		right: 30px;
	}
}

.contact-now-box::before{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: var(--accent-color);
    z-index: 0;
    transition: all 0.4s ease-in-out;
}

.contact-now-box:hover::before{
	right: auto;
	left: 0;
    width: 100%;
}

.contact-now-box .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--white-color);
	border-radius: 50%;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.contact-now-box .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-now-box:hover .icon-box::before{
	transform: scale(1);
}

.contact-now-box .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.contact-now-box:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.contact-now-box-content{
	position: relative;
	width: calc(100% - 80px);
	z-index: 1;
}

.contact-now-box-content h3{
	color: var(--white-color);
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.contact-now-box-content p{
	color: var(--white-color);
	margin: 0;
}

.contact-now-box-content p a{
	color: inherit;
	transition: all 0.3s ease-in-out;
}

.contact-now-box-content p a:hover{
	color: var(--primary-color);
}

.success-story-body{
	margin-bottom: 40px;
}

.success-story-body ul{
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.success-story-body ul li{
	width: calc(50% - 15px);
	color: var(--text-color);
	line-height: 1.4em;
	padding-left: 30px;
	background-image: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left top 1px;
	background-size: 22px auto;
}

.what-we-do{
	padding: 100px 0;
}

.what-we-do-box{
	margin-top: 70px;
}

.what-we-do-image,
.what-we-do-image figure,
.what-we-do-image img{
	height: 100%;
}

.what-we-do-image{
	margin-top: -70px;
}

.what-we-do-image figure{
	display: block;
	border-radius: 40px;
}

.what-we-do-image img{
	width: 100%;
    aspect-ratio: 1 / 1.04;
	object-fit: cover;
	border-radius: 40px;
}

.what-we-content{
	position: relative;
	background: var(--primary-color);
	padding: 50px;
	border-radius: 40px;
	margin-left: -50px;
	z-index: 1;
}

.what-we-content .section-title{
	border-bottom: 1px solid var(--dark-divider-color);
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.what-we-content .section-title h3,
.what-we-content .section-title h2{
	color: var(--white-color);
}

.what-we-content .section-title p{
	color: var(--secondary-color);
}

.what-we-body{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 80px;
}

.what-we-item{
	position: relative;
	width: calc(50% - 40px);
	display: flex;
}

.what-we-item:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	top: 0;
	right: -40px;
	bottom: 0;
	background: var(--dark-divider-color);
}

.what-we-item:nth-child(2n + 2):after{
	display: none;
}

.what-we-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.what-we-item .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--accent-color);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.what-we-item:hover .icon-box::before{
	transform: scale(1);
}

.what-we-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.what-we-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.what-we-item-content{
	width: calc(100% - 80px);
}

.what-we-item-content h3{
	color: var(--white-color);
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 5px;
}

.what-we-item-content p{
	color: var(--white-color);
	margin: 0;
}

.what-we-counter-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 150px;
	margin-top: 90px;
}

.what-we-counter-item{
	position: relative;
	width: calc(25% - 112.5px);
	text-align: center;
}

.what-we-counter-item:after{
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	top: 0;
	right: -75px;
	bottom: 0;
	background: var(--divider-color);
}

.what-we-counter-item:last-child:after,
.what-we-counter-item:nth-child(4n + 4):after{
	display: none;
}

.what-we-counter-item h2{
	font-size: 46px;
	margin-bottom: 5px;
}

.what-we-counter-item p{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	text-transform: capitalize;
	margin: 0;
}

/************************************/
/***   	18. Services Page css	  ***/
/************************************/

.page-services{
	background: transparent;
	padding: 100px 0 70px;
}

.page-services .service-item{
	border: 1px solid var(--divider-color);
}

/************************************/
/***   	 19.Service Single css	  ***/
/************************************/

.page-service-single{
	padding: 100px 0;
}

.page-single-sidebar{
    position: sticky;
    top: 30px;
    margin-right: 20px;
}

.page-sidebar-catagery-list{
	border: 1px solid var(--divider-color);
    border-radius: 40px;
    margin-bottom: 60px;
	overflow: hidden;
}

.page-sidebar-catagery-list h3{
	font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    background-color: var(--accent-color);
    color: var(--white-color);
    padding: 25px 30px;
}

.page-sidebar-catagery-list ul{
    list-style: none;
    margin: 0;
    padding: 20px 30px 30px;
}

.page-sidebar-catagery-list ul li{
	line-height: 1.5em;
    border-bottom: 1px solid var(--divider-color);
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.page-sidebar-catagery-list ul li:last-child{
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.page-sidebar-catagery-list ul li a{
    position: relative;
	display: block;
    text-transform: capitalize;
    color: var(--text-color);
	padding-right: 30px;
    transition: all 0.3s ease-in-out;
}

.page-sidebar-catagery-list ul li a:hover{
    color: var(--primary-color);
}

.page-sidebar-catagery-list ul li a::before{
	content: '';
    position: absolute;
    right: 0;
    top: 50%;
	background: url('../images/arrow-text.svg') no-repeat;
	background-size: cover;
	background-position: center right;
	transform: translateY(-50%) rotate(-45deg);
	height: 13px;
	width: 18px;
	transition: all 0.3s ease-in-out;
}

.page-sidebar-catagery-list ul li a:hover:before{
	transform: translateY(-50%) rotate(0);
	filter: brightness(0) invert(0);
}

.sidebar-cta-box{
	background: var(--primary-color);
	border-radius: 40px;
	padding: 40px;
}

.sidebar-cta-logo{
	margin-bottom: 60px;
}

.sidebar-cta-logo img{
	width: 100%;
	max-width: 145px;
}

.sidebar-cta-content{
	margin-bottom: 30px;
}

.sidebar-cta-content h3{
	font-size: 20px;
	font-weight: 600;
	color: var(--white-color);
	margin-bottom: 15px;	
}

.sidebar-cta-content p{
	color: var(--secondary-color);
	margin-bottom: 0;
}

.sidebar-cta-content p a{
	color: inherit;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-content p a:hover{
	color: var(--accent-color);
}

.sidebar-cta-btn a{
	font-size: 20px;
	font-weight: 600;
	color: var(--secondary-color);
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-btn a:hover{
	color: var(--accent-color);
}

.sidebar-cta-btn a img{
	width: 100%;
	max-width: 30px;
	margin-right: 15px;
}

.page-single-image{
	margin-bottom: 40px;
}

.page-single-image figure{
	display: block;
	border-radius: 40px;
}

.page-single-image img{
	width: 100%;
	aspect-ratio: 1 / 0.598;
	object-fit: cover;
	border-radius: 40px;
}

.service-entry{
	margin-bottom: 60px;
}

.service-entry p{
	margin-bottom: 20px;
}

.service-entry p:last-child{
	margin-bottom: 0;
}

.service-entry h2{
	font-size: 46px;
    font-weight: 600;
    letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.service-entry h2 span{
	color: var(--accent-color);
}

.service-entry ul{
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.service-entry ul li{
	width: calc(50% - 15px);
	color: var(--text-color);
	line-height: 1.4em;
	padding-left: 30px;
	background-image: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left top 1px;
	background-size: 22px auto;
}

.service-solution-box,
.service-secure-box,
.service-entry-item-box{
	margin-top: 60px;
}

.service-solution-step-item{
	position: relative;
	display: flex;
	align-items: center;
	background: var(--secondary-color);
	border-radius: 40px;
	padding: 30px;
	margin-bottom: 16px;
	transition: all 0.4s ease-in-out;
	overflow: hidden;
}

.service-solution-step-item::before{
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--accent-color);
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.service-solution-step-item.active::before,
.service-solution-step-item:hover::before{
    height: 100%;
    top: 0;
    bottom: auto;
}

.service-solution-step-item:last-child{
	margin-bottom: 0;
}

.service-solution-step-box{
	position: relative;
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: wrap;
	z-index: 1;
}

.service-solution-step-no{
	width: calc(14% - 10px);
    margin-right: 10px;
}

.service-solution-step-no h2{
	color: var(--accent-color);
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
}

.service-solution-step-content{
	width: 86%;
}

.service-solution-step-content h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
}

.service-solution-step-content p{
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.service-solution-step-item.active .service-solution-step-content p,
.service-solution-step-item:hover .service-solution-step-content p,
.service-solution-step-item.active .service-solution-step-no h2,
.service-solution-step-item:hover .service-solution-step-no h2,
.service-solution-step-item.active .service-solution-step-content h3,
.service-solution-step-item:hover .service-solution-step-content h3{
	color: var(--white-color);
}

.service-solution-step-item .icon-box{
	height: 60px;
	width: 60px;
	background-color: var(--white-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	z-index: 1;
}

.service-solution-step-item .icon-box img{
	width: 100%;
	max-width: 30px;
}

.service-entry-image-content{
	display: flex;
	gap: 20px 30px;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}

.service-entry-image,
.service-entry-content{
	width: calc(50% - 15px);
}

.service-entry-image figure{
	display: block;
	border-radius: 40px;
}

.service-entry-image img{
	width: 100%;
	aspect-ratio: 1 / 0.82;
	object-fit: cover;
	border-radius: 40px;
}

.service-entry-content-item{
	background-image: url(../images/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left top 1px;
    background-size: 24px auto;
	padding-left: 40px;
	margin-bottom: 30px;
}

.service-entry-content-item:last-child{
	margin-bottom: 0;
}

.service-entry-content-item h3{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.service-entry-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 40px;
}

.service-entry-item{
	position: relative;
	width: calc(50% - 15px);
	background-color: var(--secondary-color);
	border-radius: 40px;
	text-align: center;
	padding: 30px;
	overflow: hidden;
}

.service-entry-item::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent-color);
	border-radius: 40px;
	height: 0;
	width: 100%;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.service-entry-item:hover:before{
	height: 100%;
	border-radius: 0;
}

.service-entry-item .icon-box{
	position: relative;
	height: 80px;
	width: 80px;
	background-color: var(--accent-color);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.service-entry-item:hover .icon-box{
	background-color: var(--white-color);
}

.service-entry-item .icon-box img{
	width: 100%;
	max-width: 36px;
	transition: all 0.4s ease-in-out;
}

.service-entry-item:hover .icon-box img{
	filter: brightness(0) invert(0);
}

.service-entry-item-content{
	position: relative;
	z-index: 1;
}

.service-entry-item-content h3{
	font-size: 20px;
	margin-bottom: 20px;
	transition: all 0.4s ease-in-out;
}

.service-entry-item-content p{
	margin-bottom: 0;
	transition: all 0.4s ease-in-out;
}

.service-entry-item:hover .service-entry-item-content h3,
.service-entry-item:hover .service-entry-item-content p{
	color: var(--white-color);
}

/************************************/
/***   	 20. Blog Archive css	  ***/
/************************************/

.page-blog{
    padding: 100px 0;
}

.page-pagination{
    margin-top: 30px;
    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(--secondary-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);
	color: var(--white-color);
}

/************************************/
/***   	 21. Blog Single css	  ***/
/************************************/

.page-single-post{
	padding: 100px 0;
}

.post-single-meta ol li{
	font-size: 18px;
	color: var(--white-color);
	margin-right: 15px;
}

.post-single-meta ol li:last-child{
	margin-right: 0;
}

.post-single-meta ol li i{
    font-size: 18px;
    color: var(--white-color);
    margin-right: 5px;
}

.post-image{
	position: relative;
	margin-bottom: 30px;
}

.post-image figure{
	display: block;	
	border-radius: 40px;
	overflow: hidden;
}

.post-image img{
	width: 100%;
	aspect-ratio: 1 / 0.50;
	object-fit: cover;
	border-radius: 40px;
}

.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{
	font-weight: 700;
    letter-spacing: -0.02em;
	line-height: 1.2em;
	margin: 0 0 0.4em;
}

.post-entry h1{
	font-size: 60px;
}

.post-entry h2{
	font-size: 46px;
}

.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 ul{
	padding: 0;
	margin: 20px 0 20px;
	padding-left: 20px;
}

.post-entry ol li,
.post-entry ul li{
    position: relative;
	font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: var(--text-color);
    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: url('../images/icon-blockquote.svg'), var(--primary-color);
	background-repeat: no-repeat;
	background-position: 35px 35px;
    background-size: 45px;
	border-radius: 40px;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
}

.post-entry blockquote p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5em;
	color: var(--white-color);
}

.post-entry blockquote p:last-child{
	margin-bottom: 0;
}

.tag-links{
    font-size: 22px;
	font-weight: 600;
    text-transform: capitalize;
	color: var(--primary-color);
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}

.post-tags .tag-links a{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1em;
	background: var(--accent-color);
    color: var(--white-color);
	border-radius: 12px;
    padding: 12px 20px;
	transition: all 0.3s ease-in-out;
}

.post-tags .tag-links a:hover{
	background: 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: var(--accent-color);
    color: var(--white-color);
	border-radius: 12px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

.post-social-sharing ul li:hover a{
	background: var(--primary-color);
}

.post-social-sharing ul li a i{
    font-size: 18px;
    color: inherit;
}

/************************************/
/***   	 22. Projects Page css	  ***/
/************************************/

.page-projects{
    padding: 100px 0 70px;
}

/************************************/
/***   	23. Project Single css	  ***/
/************************************/

.page-project-single{
	padding: 100px 0;
}

.project-detail-box{
	border: 1px solid var(--divider-color);
	border-radius: 40px;
	margin-bottom: 60px;
	overflow: hidden;
}

.project-detail-title{
	background-color: var(--accent-color);
	padding: 25px 30px;
}

.project-detail-title h3{
	font-size: 20px;
	color: var(--white-color);
	text-transform: capitalize;	
}

.project-detail-list{
	padding: 30px;
}

.project-detail-item{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
    margin-bottom: 20px;
	padding-bottom: 20px;
}

.project-detail-item:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.project-detail-item .icon-box{
	position: relative;
	background-color: var(--secondary-color);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.project-detail-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.project-detail-item:hover .icon-box::before{
	transform: scale(1);
}

.project-detail-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 30px;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}

.project-detail-item:hover .icon-box img{
	filter: brightness(0) invert(1);
}

.project-detail-content{
	width: calc(100% - 80px);
}

.project-detail-content h3{
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-detail-content p{
	text-transform: capitalize;
	margin-bottom: 0;
}

.project-entry{
	margin-bottom: 60px;
}

.project-entry p{
	margin-bottom: 20px;
}

.project-entry p:last-child{
	margin-bottom: 0;
}

.project-entry h2{
	font-size: 46px;
    font-weight: 600;
    letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.project-entry h2 span{
	color: var(--accent-color);
}

.project-entry ul{
	display: flex;
	gap: 20px 30px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.project-entry ul li{
	width: calc(50% - 15px);
	color: var(--text-color);
	line-height: 1.4em;
	padding-left: 30px;
	background-image: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left top 1px;
	background-size: 22px auto;
}

.project-essence-box,
.project-challenge{
	margin-top: 60px;
}

.project-challenge-item-list{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.project-challenge-item{
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.project-challenge-item:nth-child(even){
    flex-direction: row-reverse;
}

.project-challenge-image,
.project-challenge-content{
    width: calc(50% - 15px);
}

.project-challenge-image figure{
    display: block;
	border-radius: 30px;
}

.project-challenge-image img{
    width: 100%;
    aspect-ratio: 1 / 0.62;
    object-fit: cover;
	border-radius: 30px;
}

.project-challenge-content h3{
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.project-challenge-content ul{
	border-top: 1px solid var(--divider-color);
	padding-top: 20px;
	margin-bottom: 0;
}

.project-challenge-content ul li{
	width: 100%;
}

/************************************/
/***   	   24. Team Page css	  ***/
/************************************/

.page-team{
	padding: 100px 0 70px;
}

.page-team .team-item .team-content h3{
	color: var(--primary-color);
}

/************************************/
/***   	 25. Team Single css	  ***/
/************************************/

.page-team-single{
	padding: 100px 0;
}

.team-member-info-box,
.team-skills-exprience{
	margin-bottom: 100px;
}

.team-member-info-box{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px 50px;
}

.team-member-image,
.team-member-content{
	width: calc(50% - 25px);
}

.team-member-image figure{
	display: block;
	border-radius: 40px;
}

.team-member-image img{
	width: 100%;
	aspect-ratio: 1 / 0.819;
	object-fit: cover;
	border-radius: 40px;
}

.member-content-body{
	background: var(--secondary-color);
	border-radius: 30px;
	padding: 30px;
}

.member-content-body ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.member-content-body ul li{
    display: flex;
	align-items: center;
    margin-bottom: 20px;
}

.member-content-body ul li:last-child{
	margin-bottom: 0;
}

.member-content-body ul li img{
	width: 100%;
	max-width: 26px;
	margin-right: 15px;
}

.member-content-body ul li span{
	width: 38%;
	font-size: 20px;
	font-weight: 600;
    text-transform: capitalize;
    color: var(--primary-color);
	display: flex;
	align-items: center;
}

.member-social-list{
    display: flex;
    align-items: center;
    gap: 30px;
	margin-top: 40px;
}

.member-social-list span{
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
}

.member-social-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.member-social-list ul li{
    display: inline-block;
    margin-right: 15px;
}

.member-social-list ul li:last-child{
    margin: 0;
}

.member-social-list ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--accent-color);
	color: var(--secondary-color);
    border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.member-social-list ul li i{
	color: inherit;
    font-size: 18px;
}

.member-social-list ul li:hover a{
	color: var(--white-color);
    background: var(--primary-color);
}

.team-skills-exprience{
	display: flex;
	gap: 30px 50px;
	flex-wrap: wrap;
}

.team-skills-box,
.team-exprience-box{
	width: calc(50% - 25px);
}

.team-skills-list .skills-progress-bar{
	margin-bottom: 40px;
}

.team-skills-list .skills-progress-bar:last-child{
	margin-bottom: 0;
}

.team-exprience-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-exprience-list ul li{
	color: var(--text-color);
	line-height: 1.4em;
	padding-left: 30px;
	background-image: url('../images/icon-sub-heading.svg');
	background-repeat: no-repeat;
	background-position: left top 1px;
	background-size: 22px auto;
	margin-bottom: 15px;
}

.team-exprience-list ul li:last-child{
	margin-bottom: 0;
}

.team-contact-form{
	background: var(--secondary-color);
	border-radius: 40px;
	text-align: center;
	padding: 60px;
}

/************************************/
/***   26. Testimonial Page css   ***/
/************************************/

.page-testimonials{
	padding: 100px 0 70px;
}

.page-testimonials .testimonial-item{
	height: calc(100% - 70px);
	padding: 60px 30px 30px;
	margin-bottom: 30px;
}

.page-testimonials .author-content .author-title h3{
    font-size: 20px;
    font-weight: 700;
}

/************************************/
/***   	 27. 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{
	display: block;
	border-radius: 30px;
}

.page-gallery-box .photo-gallery img{
	width: 100%;
	aspect-ratio: 1 / 0.805;
	object-fit: cover;
	border-radius: 30px;
}

/************************************/
/***   	 28. Video Gallery css	  ***/
/************************************/

.page-video-gallery{
	padding: 100px 0 70px;
}

.video-gallery-image{
	height: calc(100% - 30px);
	margin-bottom: 30px;
	overflow: hidden;
}

.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: 30px;
    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: 40%;
    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: var(--accent-color);
	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.805;
	object-fit: cover;
	border-radius: 30px;
}

/************************************/
/***   	  29. FAQs Page css 	  ***/
/************************************/

.page-faqs{
	padding: 100px 0;
}

.page-faqs-catagery .page-faq-accordion{
	margin-bottom: 60px;
}

.page-faqs-catagery .page-faq-accordion:last-child{
	margin-bottom: 0px;
}

/************************************/
/***   	30. Contact Us Page css   ***/
/************************************/

.page-contact-us{
	padding: 100px 0;
}

.contact-info-item{
	position: relative;
	background: var(--primary-color);
	display: flex;
	align-items: center;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}

.contact-info-item:last-child{
	margin-bottom: 0;
}

.contact-info-item::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--accent-color);
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.contact-info-item:hover::before{
	top: auto;
    height: 100%;
}

.contact-info-item .icon-box{
	position: relative;
	width: 60px;
	height: 60px;
	background: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

.contact-info-item .icon-box img{
	width: 100%;
	max-width: 30px;
}

.contact-info-content{
	position: relative;
	width: calc(100% - 80px);
	z-index: 1;
}

.contact-info-content p{
	color: var(--secondary-color);
	text-transform: capitalize;
	margin-bottom: 5px;
}

.contact-info-content h3{
	color: var(--white-color);
	font-size: 20px;
}

.contact-info-content h3 a{
	color: inherit;
}

.contact-us-form{
	margin-left: 30px;
}

.contact-form .form-group{
	position: relative;
}

.contact-form .form-control{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	color: var(--text-color);
	background: var(--white-color);
	border: 1px solid var(--divider-color);
	border-radius: 10px;
	padding: 17px 60px 17px 20px;
	box-shadow: none;
	outline: none;
}

.contact-form .form-control::placeholder{
	color: var(--text-color);
}

.contact-form .form-group i,
.contact-form .form-group img{
	position: absolute;
	top: 20px;
	right: 40px;
}

.contact-form .form-group i{
	font-size: 20px;
}

.contact-form .form-group img{
	width: 20px;
}

.google-map .container-fluid{
	padding: 0;
}

.google-map-iframe,
.google-map-iframe iframe{
    height: 500px;
    width: 100%;
}

/************************************/
/***   	31. 404 Error Page css	  ***/
/************************************/

.error-page{
	padding: 100px 0;
}

.error-page-image{
	text-align: center;
	margin-bottom: 30px;
}

.error-page-image img{
	width: 100%;
	max-width: 45%;
}

.error-page-content{
	text-align: center;
}

.error-page-content-body p,
.error-page-content .section-title{
	margin-bottom: 20px;
}

/* Header Button Adjustments: Remove Arrow and Center Text */
.header-btn .btn-default {
	padding: 17px 30px !important;
}
.header-btn .btn-default::before {
	display: none !important;
}


/************************************/
/***      32. Responsive css      ***/
/************************************/

@media only screen and (max-width: 991px){

	.navbar{
		padding: 20px 0;
	}

	.slicknav_nav li,
	.slicknav_nav ul{
        display: block;
    }

	.responsive-menu,
    .navbar-toggle{
        display: block;
    }

	.header-btn{
		display: none;
	}

	.btn-default{
		padding: 14px 45px 14px 14px;
	}

	.btn-default::before{
		right: 0px;
		width: 22px;
		height: 22px;
	}

	.section-row{
		margin-bottom: 40px;
	}

	.section-title-content{
		margin-top: 15px;
	}

	.section-row .section-btn{
		text-align: left;
		margin-top: 15px;
	}

	.section-title{
		margin-bottom: 30px;
	}

	.section-title h1{
		font-size: 45px;
	}

	.section-title h2{
		font-size: 36px;
	}

	.section-title p{
		margin-top: 15px;
	}

	.hero{
		padding: 300px 0 100px;
		min-height: auto;
	}

	.hero.hero-slider-layout .hero-slide{
		padding: 300px 0 100px;
		min-height: auto;
	}
	
	.hero.hero-slider-layout .hero-pagination{
		bottom: 30px;
	}

	.hero-content-box{
		gap: 40px;
	}

	.hero-customer-box,
	.hero-content{
		width: calc(50% - 20px);
	}

	.hero-content::before{
		right: -20px;
	}

	.hero-content .section-title p{
		font-size: 18px;
		margin-top: 10px;
		max-width: 75%;
	}

	.hero-customer-content{
		margin-bottom: 15px;
	}

	.satisfy-customer-image figure{
		width: 45px;
		height: 45px;
	}

	.satisfy-customer-content h3{
		font-size: 18px;
	}

	.hero-btn{
		margin-top: 20px;
	}

	.about-us{
		padding: 50px 0 30px;
	}

	.about-us::before{
		width: 180px;
	    height: 135px;
		transform: translateY(-65%);
	}

	.about-us-content{
		margin-bottom: 30px;
	}

	.about-counter-item h2{
		font-size: 36px;
	}

	.about-us-btn{
		margin-top: 30px;
	}

	.about-us-image{
		margin-right: 0;
	}

	.about-us-image figure,
	.about-us-image img{
		border-radius: 26px;
	}

	.about-us-image img{
		aspect-ratio: 1 / 0.7;
	}

	.about-owner-box{
		gap: 30px;
		margin-top: 30px;
	}

	.about-owner-image,
	.about-owner-info{
		width: 100%;
	}

	.about-owner-content p{
		font-size: 18px;
	}

	.about-owner-info-body{
		gap: 20px;
	}

	.about-owner-signature img{
		max-width: 160px;
	}

	.about-owner-image figure,
	.about-owner-image img{
		border-radius: 26px;
	}

	.our-services{
		padding: 50px 0;
	}

	.service-item{
		border-radius: 26px;
		padding: 20px;
	}

	.service-item .icon-box{
		width: 80px;
		height: 80px;
		margin-bottom: 15px;
	}

	.service-content{
		margin-bottom: 15px;
	}

	.service-item::after{
		background-size: 54% auto;
	}

	.section-footer-text{
		margin-top: 10px;
	}

	.section-footer-text p{
		font-size: 16px;
	}

	.section-footer-text .btn-default{
		margin-top: 20px;
	}

	.our-projects{
		padding: 50px 0;
	}

	.project-image figure{
		border-radius: 26px;
	}

	.project-content{
		right: 20px;
		bottom: 20px;
		left: 20px;
	}

	.section-footer-btn{
		margin-top: 20px;
	}
	
	.our-work-process{
		padding: 50px 0;
	}

	.work-process-item{
		width: calc(50% - 15px);
	}

	.work-process-item:nth-child(odd){
		margin-top: 50px;
	}

	.work-process-item:nth-child(even):after{
		display: none;
	}

	.work-process-item .icon-box{
		width: 132px;
		height: 132px;
	}

	.work-process-item .icon-box img{
		max-width: 50px;
	}

	.work-process-item .icon-box .work-process-number h3{
		font-size: 20px;
	}

	.work-process-content h3{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.our-skill{
		padding: 50px 0;
	}

	.our-skill-images{
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.our-skill-image-1 figure,
	.our-skill-image-1 img{
		border-radius: 26px;
	}	

	.our-skill-image-2{
		border-radius: 26px;
	}

	.contact-us-circle a img{
		max-width: 110px;
	}

	.our-skill-content{
		margin-left: 0px;
	}

	.our-skill-body{
		margin-bottom: 30px;
	}

	.skills-progress-bar{
		margin-bottom: 20px;
	}

	.why-choose-us{
		padding: 50px 0;
		margin-top: 0;
	}

	.why-choose-content,
	.request-quote-form-box{
		width: 100%;
	}

	.why-choose-body ul li{
		padding-left: 25px;
		background-size: 18px auto;
		margin-bottom: 12px;	
	}

	.request-quote-form-box{
		padding: 30px;
		border-radius: 26px;
		margin-top: 0;
	}

	.request-quote-form-box h3{
		font-size: 30px;
		margin-bottom: 20px;
	}

	.request-quote-form .form-control{
		padding: 12px 15px;
	}

	.request-quote-form .form-control.form-select{
		padding: 12px 30px 12px 15px;
	}

	.our-testimonials{
		padding: 50px 0 25px;
	}

	.testimonial-slider .swiper{
		margin: 0 50px;
	}

	.testimonial-item{
		margin-top: 30px;
		padding: 45px 20px 20px;
		border-radius: 26px;
	}

	.author-image{
		top: -30px;
	}

	.author-content,
	.author-content .author-title{
		margin-bottom: 10px;
	}

	.author-image img{
		max-width: 60px;
	}

	.author-rating i{
		font-size: 18px;
	}

	.our-testimonials:before{
		width: 163px;
    	height: 191px;
	}

	.our-faqs{
		padding: 25px 0;
	}

	.our-faqs .container-fluid{
		padding: 0 15px;
	}

	.faq-content-box{
		padding: 0;
		margin-bottom: 30px;
	}

	.our-faqs-content{
		margin: 0;
		padding: 30px;
		border-radius: 26px;
	}

	.faq-accordion .accordion-item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.faq-accordion .accordion-item .accordion-button::after,
	.faq-accordion .accordion-item .accordion-button.collapsed::after{
		font-size: 18px;
	}

	.faqs-image{
		padding: 0;
	}

	.faq-image img{
		aspect-ratio: 1 / 0.68;
	}

	.faq-image figure,
	.faq-image img{
		border-radius: 26px;
	}

	.intro-video-button a{
		width: 120px;
		height: 120px;
	}

	.intro-video-button a figure img{
		max-width: 100px;
	}

	.our-scrolling-ticker{
		padding: 25px 0 50px;
	}

	.scrolling-ticker-box{
		--gap: 20px;
	}

	.scrolling-content span img{
		max-width: 30px;
		margin-right: 20px;
	}

	.scrolling-ticker-box .scrolling-content span{
		font-size: 75px;
	}

	.our-team{
		padding: 50px 0 20px;
	}

	.team-image{
		border-radius: 26px;
		margin-bottom: 15px;
	}

	.team-image img{
		aspect-ratio: 1 / 1.01;
	}

	.team-social-icon{
		left: 30px;
		right: 30px;
	}

	.team-item:hover .team-social-icon{
		bottom: 30px;
	}

	.our-blog{
		padding: 50px 0 20px;
	}

	.post-featured-image,
	.post-item-content{
		margin-bottom: 10px;
	}

	.post-featured-image a{
		border-radius: 26px;
	}

	.post-featured-image img{
		aspect-ratio: 1 / 0.8;
	}

	.main-footer{
		padding: 50px 0 0;
		margin-bottom: 0px;
	}
	
	.about-footer{
		margin: 0 0 30px 0;
	}
	
	.footer-logo{
		margin-bottom: 20px;
	}
	
	.footer-links{
		margin-bottom: 30px;
	}
	
	.footer-links h3{
		margin-bottom: 15px;
	}
	
	.footer-links ul li{
		margin-bottom: 8px;
	}
	
	.footer-newsletter-form .form-group .form-control{
		padding: 10px 16px;
		margin-bottom: 15px;
	}
	
	.footer-social-links ul li{
		margin-right: 15px;
	}
	
	.footer-copyright{
		margin-top: 0px;
		padding: 20px 0;
	}

	.page-header{
        padding: 170px 0 80px;
    }

    .page-header-box h1{
        font-size: 45px;
    }

	.our-approach{
		padding: 50px 0;
	}

	.our-approach-image{
		max-width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.our-approach-img-1 figure,
	.our-approach-img-2 figure,
	.our-approach-img-1 img,
	.our-approach-img-2 img{
		border-radius: 26px;
	}

	.trusted-client-box{
		padding: 20px;
		border-radius: 26px;
	}

	.trusted-client-box h3{
		font-size: 22px;
	}

	.mission-vision-item .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.mission-vision-item .icon-box img{
		max-width: 26px;
	}

	.mission-vision-content{
		width: calc(100% - 60px);
	}

	.mission-vision-content h3{
		margin-bottom: 5px;
	}

	.who-we-are{
		padding: 50px 0;
	}

	.who-we-are-content{
		margin-bottom: 30px;
	}

	.who-we-item{
		padding: 15px;
		margin-bottom: 20px;
	}

	.who-we-item .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.who-we-item .icon-box img{
		max-width: 24px;
	}

	.who-we-item-content{
		width: calc(100% - 60px);
	}

	.who-we-are-images{
		max-width: 70%;
		margin: 0 auto;
	}

	.who-we-image-box-1{
		margin-top: 30px;
	}

	.who-we-image-box-1 figure,
	.who-we-image-box-2 figure,
	.who-we-image-box-1 img,
	.who-we-image-box-2 img{
		border-radius: 26px;
	}

	.who-we-are-images .contact-us-circle img{
		max-width: 110px;
	}

	.our-success-story{
		padding: 50px 0;
	}

	.success-story-images{
		max-width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.success-story-img-1 figure,
	.success-story-img-1 img,
	.success-story-img-2{
		border-radius: 26px;
	}

	.success-story-img-2{
		max-width: 250px;
	}

	.contact-now-box{
		width: 265px;
	}

	.contact-now-box .icon-box{
		width: 50px;
	    height: 50px;
		margin-right: 10px;
	}

	.contact-now-box .icon-box img{
		max-width: 26px;
	}

	.contact-now-box-content{
		width: calc(100% - 60px);
	}

	.success-story-body{
		margin-bottom: 30px;
	}

	.success-story-body ul li{
        background-size: 20px auto;
    }

	.what-we-do{
		padding: 50px 0;
	}

	.what-we-do-box{
		margin-top: 0px;
	}

	.what-we-do-image figure,
	.what-we-do-image img{
		border-radius: 26px;
	}

	.what-we-do-image{
		margin-top: 0px;
	}

	.what-we-do-image img{
		aspect-ratio: 1 / 0.7;
	}

	.what-we-content{
		margin-left: 0;
		margin-top: 30px;
		border-radius: 26px;
		padding: 30px;
	}

	.what-we-item .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.what-we-item .icon-box img{
		max-width: 26px;
	}

	.what-we-item-content{
		width: calc(100% - 60px);
	}

	.what-we-counter-list{
		margin-top: 30px;
		gap: 20px 30px;
	}

	.what-we-counter-item{
		width: calc(25% - 22.5px);
	}

	.what-we-counter-item:after{
		right: -15px;
	}

	.what-we-counter-item h2{
		font-size: 36px;
	}

	.what-we-counter-item p{
		font-size: 18px;
	}

	.page-services{
		padding: 50px 0 20px;
	}

	.page-service-single{
		padding: 50px 0;
	}

	.page-single-sidebar{
		position: initial;
		margin: 0 0 30px 0;
	}

	.page-sidebar-catagery-list{
		border-radius: 26px;
		margin-bottom: 30px;
	}

	.page-sidebar-catagery-list h3,
	.page-sidebar-catagery-list ul{
		padding: 20px 30px;
	}

	.page-sidebar-catagery-list ul li{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.sidebar-cta-box{
		padding: 30px;
		border-radius: 26px;
	}

	.sidebar-cta-logo{
		margin-bottom: 30px;
	}
	
	.sidebar-cta-content{
		margin-bottom: 20px;
	}

	.sidebar-cta-content h3{
		margin-bottom: 10px;
	}

	.sidebar-cta-btn a img{
		max-width: 26px;
		margin-right: 10px;
	}

	.page-single-image figure{
		border-radius: 26px;
	}

	.page-single-image img{
		aspect-ratio: 1 / 0.55;
		border-radius: 26px;
	}

	.page-single-image{
		margin-bottom: 30px;
	}

	.service-entry{
		margin-bottom: 40px;
	}

	.service-entry p{
		margin-bottom: 15px;
	}

	.service-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.service-entry ul{
		gap: 15px 20px;
	}

	.service-entry ul li{
		width: calc(50% - 10px);
		background-size: 20px auto;
	}

	.service-solution-box,
	.service-secure-box,
	.service-entry-item-box{
		margin-top: 40px;
	}

	.service-solution-step-box{
		width: calc(100% - 70px);
	}

	.service-solution-step-item{
		border-radius: 26px;
		padding: 20px;
		margin-bottom: 14px;
	}

	.service-solution-step-no h2{
		margin-bottom: 0;
	}

	.service-solution-step-item .icon-box{
		height: 50px;
		width: 50px;
	}

	.service-solution-step-item .icon-box img{
		max-width: 26px;
	}

	.service-entry-image figure,
	.service-entry-image img{
		border-radius: 26px;
	}

	.service-entry-image-content{
		margin-top: 30px;
	}

	.service-entry-content-item{
		background-size: 20px auto;
		padding-left: 30px;
		margin-bottom: 20px;
	}

	.service-entry-item-list{
		margin-bottom: 30px;
	}

	.service-entry-item{
		border-radius: 26px;
		padding: 20px;
	}

	.service-entry-item .icon-box{
		height: 60px;
		width: 60px;
		margin-bottom: 20px;
	}

	.service-entry-item .icon-box img{
		max-width: 30px;
	}

	.service-entry-item-content h3{
		margin-bottom: 15px;
	}

	.page-blog{
        padding: 50px 0;
    }
    
    .page-pagination{
        margin-top: 10px;
        text-align: center;
    }

	.page-single-post{
        padding: 50px 0;
    }
    
    .post-image{
        margin-bottom: 20px;
    }
    
    .post-image figure,
    .post-image img{
        border-radius: 26px;
    }
    
    .post-entry h1,
    .post-entry h2,
    .post-entry h3,
    .post-entry h4,
    .post-entry h5,
    .post-entry h6{
        margin: 0 0 0.417em;
    }
    
    .post-entry h2{
        font-size: 36px;
    }
    
    .post-entry p{
        margin-bottom: 15px;
    }
    
    .post-entry ol li,
    .post-entry ul li{
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .post-entry blockquote{
        background-position: 20px 20px;
        background-size: 40px;
        padding: 20px 20px 20px 80px;
		border-radius: 26px;
        margin-bottom: 20px;
    }
    
    .post-entry blockquote p{
        font-size: 18px;
    }
    
    .post-tags{
        margin-bottom: 20px;
    }

    .tag-links{
        font-size: 20px;
    }
    
    .post-tags .tag-links a{
        padding: 12px 15px;
    }
    
    .post-social-sharing ul{
        text-align: left;
    }

	.page-projects{
		padding: 50px 0 20px;
	}

	.page-project-single{
		padding: 50px 0;
	}

	.project-detail-box{
		border-radius: 26px;
		margin-bottom: 30px;
	}

	.project-detail-title,
	.project-detail-list{
        padding: 20px;
    }

	.project-detail-item{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}

	.project-detail-item .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 15px;
	}

	.project-detail-item .icon-box img{
		max-width: 24px;
	}

	.project-detail-content{
		width: calc(100% - 65px);
	}

	.project-entry{
		margin-bottom: 40px;
	}

	.project-entry p{
		margin-bottom: 15px;
	}

	.project-entry h2{
		font-size: 36px;
		margin-bottom: 15px;
	}

	.project-entry ul{
		gap: 15px 20px;
		margin-bottom: 15px;
	}

	.project-entry ul li{
		width: calc(50% - 10px);
		background-size: 20px auto;
	}

	.project-essence-box,
	.project-challenge{
		margin-top: 40px;
	}

	.project-challenge-item-list{
		gap: 30px;
		margin-top: 30px;
	}

	.project-challenge-image figure,
	.project-challenge-image img{
		border-radius: 20px;
	}
	
	.project-challenge-content ul{
		padding-top: 15px;
		margin-bottom: 0;
	}

	.project-challenge-content ul li{
		width: 100%;
	}

	.page-team{
		padding: 50px 0 20px;
	}

	.page-team-single{
		padding: 50px 0;
	}

	.team-member-info-box,
	.team-skills-exprience{
		margin-bottom: 50px;
	}

	.team-member-image,
	.team-member-content{
		width: 100%;
	}
	
	.team-member-image figure{
		border-radius: 26px;
	}

	.team-member-image img{
		aspect-ratio: 1 / 0.72;
		border-radius: 26px;
	}

	.member-content-body{
		padding: 20px;
		border-radius: 20px;
	}

	.member-content-body ul li img{
		max-width: 22px;
		margin-right: 10px;
	}

	.member-social-list span,
	.member-content-body ul li span{
		font-size: 18px;
	}

	.team-skills-list .skills-progress-bar{
		margin-bottom: 30px;
	}

	.member-social-list{
		margin-top: 30px;
	}

	.team-exprience-list ul li{
		background-size: 20px auto;
		margin-bottom: 10px;
	}

	.team-contact-form{
		border-radius: 26px;
		padding: 30px;
	}

	.page-testimonials{
		padding: 50px 0 20px;
	}

	.page-testimonials .testimonial-item{
		height: calc(100% - 60px);
		padding: 50px 20px 20px;
	}

	.page-testimonials .author-content .author-title h3{
		font-size: 18px;
	}

	.page-gallery{
		padding: 50px 0 20px;
	}

	.page-gallery-box .photo-gallery figure,
	.page-gallery-box .photo-gallery img{
		border-radius: 20px;
	}

	.page-video-gallery{
		padding: 50px 0 20px;
	}

	.video-gallery-image a::before,
	.video-gallery-image img{
		border-radius: 20px;
	}

	.page-faqs{
		padding: 50px 0;
	}

	.page-faqs-catagery .page-faq-accordion{
		margin-bottom: 40px;
	}

	.page-contact-us{
		padding: 50px 0;
	}

	.contact-us-content{
		margin-bottom: 30px;
	}

	.contact-info-item{
		padding: 15px;
	}

	.contact-info-item .icon-box{
		width: 50px;
		height: 50px;
		margin-right: 10px;
	}

	.contact-info-content{
		width: calc(100% - 60px);
	}

	.contact-info-item .icon-box img{
		max-width: 26px;
	}

	.contact-us-form{
		margin-left: 0;
	}

	.contact-form .form-control{
		padding: 12px 40px 12px 15px;
	}

	.contact-form .form-group i,
	.contact-form .form-group img{
		top: 16px;
		right: 30px;
	}

	.contact-form .form-group i{
		font-size: 18px;
	}

	.contact-form .form-group img{
		width: 18px;
	}

	.google-map-iframe,
	 .google-map-iframe iframe{
		height: 350px;
	}

	.error-page{
		padding: 50px 0;
	}

	.error-page-image{
		margin-bottom: 20px;
	}

	.error-page-image img{
		max-width: 80%;
	}

    .error-page-content-body p,
    .error-page-content .section-title{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px){

	.section-title h1{
		font-size: 30px;
	}

	.section-title h2{
		font-size: 26px;
	}

	.hero{
        padding: 330px 0 80px;
    }

	.hero.hero-slider-layout .hero-slide{
		padding: 330px 0 80px;
	}

	.hero.hero-slider-layout .hero-pagination{
		text-align: left;
		padding-left: 15px;
	}

	.hero-content-box{
        gap: 20px;
    }

	.hero-customer-box,
	.hero-content{
        width: 100%;
    }

	.hero-content{
		text-align: left;
	}

	.hero-content .section-title p{
        font-size: 16px;
        max-width: 100%;
    }

	.about-us::before{
        width: 150px;
        height: 105px;
		transform: translateY(-58%);
    }

	.about-counter-box{
		gap: 20px;
	}

	.about-counter-item{
		width: calc(50% - 10px);
	}

	.about-counter-item h2{
        font-size: 26px;
    }

	.about-owner-content p{
		font-size: 16px;
	}

	.about-owner-signature img{
        max-width: 120px;
    }

	.about-owner-info-content h3{
		font-size: 18px;
	}

	.service-item .icon-box{
        width: 70px;
        height: 70px;
    }

	.service-item .icon-box img{
		max-width: 36px;
	}

	.service-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.project-content h3{
		font-size: 18px;
	}

	.work-process-item{
		width: 100%;
	}

	.work-process-item:nth-child(odd){
        margin-top: 0px;
    }

	.work-process-item:after{
		display: none;
	}

	.work-process-item .icon-box{
        width: 102px;
        height: 102px;
    }

	.work-process-item .icon-box img{
        max-width: 40px;
    }

	.work-process-item .icon-box .work-process-number{
		width: 30px;
		height: 30px;
	}

	.work-process-item .icon-box .work-process-number h3{
		font-size: 16px;
	}

	.our-skill-images{
		max-width: 100%;
		padding: 0 55px 100px 0;
	}

	.our-skill-image-2{
		max-width: 210px;
		border-width: 5px;
	}

	.contact-us-circle{
		bottom: 53px;
		left: 100px;
	}

	.contact-us-circle a img{
        max-width: 80px;
    }

	.skills-progress-bar .skillbar .skill-progress{
		height: 10px;
	}

	.request-quote-form-box{
		padding: 20px;
	}

	.request-quote-form-box h3{
		font-size: 24px;
	}

	.our-testimonials:before{
        width: 120px;
        height: 141px;
    }

	.testimonial-slider .swiper{
		margin: 0px;
		padding-bottom: 60px;
	}

	.author-rating i{
        font-size: 16px;
    }

	.testimonial-btn-prev,
	.testimonial-btn-next{
		top: auto;
		transform: translateY(0);
		bottom: 0px;
	}

	.testimonial-btn-prev{
		left: calc(50% - 25px);
		transform: translateX(-50%);
	}

	.testimonial-btn-next{
		right: calc(50% - 25px);
		transform: translateX(50%);
	}

	.our-faqs-content{
		padding: 20px;
	}

	.faq-accordion .accordion-item{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

	.faq-accordion .accordion-header .accordion-button{
		font-size: 18px;
	}

	.faq-accordion .accordion-item .accordion-body{
		padding-right: 0;
	}

	.intro-video-button a{
        width: 90px;
        height: 90px;
    }

	.intro-video-button a figure img{
        max-width: 75px;
    }

	.into-video-play-icon img{
		max-width: 18px;
	}

	.scrolling-content span img{
		max-width: 24px;
	}

	.scrolling-ticker-box .scrolling-content span{
		font-size: 50px;
	}

	.team-social-icon{
        left: 20px;
        right: 20px;
    }

	.team-item:hover .team-social-icon{
        bottom: 20px;
    }

	.team-social-icon ul{
		padding: 12px 20px;
	}

	.post-item-content h3{
		font-size: 18px;
	}

	.footer-logo{
		margin-bottom: 15px;
	}
	
	.footer-links h3{
		font-size: 18px;
	}
	
	.footer-copyright{
		flex-direction: column;
		padding: 15px 0;
		margin-top: 0;
	}

	.page-header-box h1{
        font-size: 30px;
    }

	.our-approach-image{
		max-width: 100%;
		gap: 20px;
	}

	.our-approach-img-box{
		width: calc(50% - 10px);
	}

	.our-approach-img-1 figure,
	.our-approach-img-2 figure,
	.our-approach-img-1 img,
	.our-approach-img-2 img{
        border-radius: 16px;
    }

	.trusted-client-box{
		border-radius: 16px;
		padding: 10px;
		margin-top: 20px;
	}

	.trusted-client-box h3{
        font-size: 16px;
    }

	.mission-vision-content h3{
		font-size: 18px;
	}

	.who-we-item{
		padding: 10px;
	}

	.who-we-item-content h3{
		font-size: 18px;
	}

	.who-we-are-images{
		max-width: 100%;
		gap: 20px;
	}

	.who-we-image-box-1,
	.who-we-image-box-2{
		width: calc(50% - 10px);
		gap: 20px;
	}

	.who-we-are-images .contact-us-circle img{
        max-width: 90px;
    }

	.success-story-images{
		max-width: 100%;
		padding: 0 0 65px 70px;
	}

	.success-story-img-2{
		max-width: 180px;
		border-width: 4px;
	}

	.contact-now-box{
		width: 225px;
		padding: 10px;
		right: 50px;
		bottom: 20px;
	}

	@keyframes movecontactbox{
		50%{
			right: 10px;
		}
	}

	.contact-now-box .icon-box{
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }

	.contact-now-box .icon-box img{
        max-width: 22px;
    }

	.contact-now-box-content h3{
		font-size: 18px;
	}

	.success-story-body ul{
		gap: 10px;
	}

	.success-story-body ul li{
		width: 100%;
	}

	.what-we-do-image img{
        aspect-ratio: 1 / 0.9;
    }
	
	.what-we-content{
		padding: 20px;
	}

	.what-we-content .section-title{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.what-we-item{
		width: 100%;
	}

	.what-we-item:after{
		width: 100%;
		height: 1px;
		top: auto;
		right: 0;
		bottom: -15px;
	}

	.what-we-item:nth-child(2n + 2):after{
		display: block;
	}

	.what-we-item:last-child:after{
		display: none;
	}

	.what-we-item-content h3{
		font-size: 18px;
	}

	.what-we-counter-item{
		width: calc(50% - 15px);
	}

	.what-we-counter-item h2{
        font-size: 26px;
    }

	.what-we-counter-item p{
        font-size: 16px;
    }

	.what-we-counter-item:nth-child(2n + 2):after{
		display: none;
	}

	.page-sidebar-catagery-list h3,
	.page-sidebar-catagery-list ul{
        padding: 15px 20px;
    }

	.page-sidebar-catagery-list h3{
		font-size: 18px;
	}

	.sidebar-cta-box{
        padding: 20px;
    }

	.sidebar-cta-logo{
        margin-bottom: 20px;
    }

	.sidebar-cta-content h3,
	.sidebar-cta-btn a{
        font-size: 18px;
    }

	.sidebar-cta-btn a img{
        max-width: 22px;
    }

	.page-single-image{
        margin-bottom: 20px;
    }

	.page-single-image img{
        aspect-ratio: 1 / 0.65;
    }

	.service-entry h2{
        font-size: 26px;
    }

	.service-entry ul li{
		width: 100%;
		font-size: 14px;
	}

	.service-solution-step-item{
		align-items: start;
        border-radius: 15px;
        padding: 15px;	
    }

	.service-solution-step-box{
        width: calc(100% - 60px);
    }

	.service-solution-step-no{
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.service-solution-step-content{
		width: 100%;
	}

	.service-solution-step-content h3{
		font-size: 18px;
	}

	.service-solution-step-content p{
		font-size: 14px;
	}

	.service-solution-step-item .icon-box{
        margin-left: 10px;
    }

	.service-entry-image,
	.service-entry-content{
		width: 100%;
	}

	.service-entry-content-item h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	.service-entry-item{
		width: 100%;
	}

	.service-entry-item-content h3{
		font-size: 18px;
        margin-bottom: 10px;
    }

	.post-single-meta ol li{
        font-size: 16px;
    }
    
    .post-single-meta ol li i{
        font-size: 16px;
    }
    
    .post-image img{
        aspect-ratio: 1 / 0.7;
    }
    
    .post-entry blockquote{
        background-position: 15px 15px;
        padding: 60px 15px 15px 15px;
    }
    
    .post-entry blockquote p{
        font-size: 16px;
    }
    
    .post-entry h2{
        font-size: 26px;
    }
    
    .tag-links{
        font-size: 18px;
    }

	.project-detail-title h3{
		font-size: 18px;
	}

	.project-entry h2{
        font-size: 26px;
    }

	.project-entry ul{
		gap: 10px;
	}

	.project-entry ul li{
		width: 100%;
	}

	.project-challenge-image,
	.project-challenge-content{
		width: 100%;
	}

	.project-challenge-item{
		gap: 20px;
	}

	.project-challenge-content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}

	.team-member-image img{
        aspect-ratio: 1 / 0.82;
    }

	.team-member-info-box{
		gap: 20px;
	}

	.member-content-body{
        padding: 15px;
    }

	.member-content-body ul li{
		font-size: 14px;
	}

	.member-content-body ul li img{
        max-width: 20px;
        margin-right: 5px;
    }

	.member-content-body ul li span{
		width: 40%;
		font-size: 16px;
	}

	.member-social-list{
		gap: 20px;
        margin-top: 20px;
    }

	.member-social-list ul li{
		margin-right: 10px;
	}

	.team-skills-box,
	.team-exprience-box{
		width: 100%;
	}

	.team-skills-list .skills-progress-bar{
        margin-bottom: 20px;
    }

	.team-contact-form{
        padding: 20px;
    }

	.contact-info-content h3{
		font-size: 18px;
	}
}
/* Custom Header & Top Bar styles migrated from index.html */
        .movein-top-bar {
            background-color: #ff429e;
            padding: 8px 0;
            font-size: 13px;
            position: relative;
            z-index: 101;
        }

        .movein-top-bar-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8px;
        }

        .movein-top-info {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 22px;
            flex-wrap: wrap;
        }

        .movein-top-info li {
            color: #fff;
            display: flex;
            align-items: center;
            font-weight: 600;
            font-size: 11.5px;
            letter-spacing: 0.6px;
            text-transform: uppercase;
            transition: all 0.3s ease;
        }

        .movein-top-info li i {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid rgba(29, 28, 87, 0.2);
            color: #1d1c57;
            font-size: 11px;
            margin-right: 8px;
            transition: all 0.3s ease;
        }

        .movein-top-info li:hover i {
            background: #1d1c57;
            color: #ffffff;
            border-color: #1d1c57;
            transform: scale(1.15) rotate(10deg);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        }

        .movein-top-info li a {
            color: #fff;
            text-decoration: none;
            transition: opacity 0.2s;
        }

        .movein-top-info li a:hover {
            opacity: 0.85;
        }
        .movein-top-right {
            display: flex;
            align-items: center;
            gap: 22px;
        }

        /* Social Links Base styling */
        .movein-top-social {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .movein-top-social li {
            position: relative;
        }

        .movein-top-social li a.top-soc {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #ffffff;
            border: 1px solid rgba(29, 28, 87, 0.2);
            color: #1d1c57;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 13px;
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-decoration: none;
        }

        /* Tooltip style for Social Icons */
        .movein-top-social li a::after {
            content: attr(data-tooltip);
            position: absolute;
            bottom: calc(100% + 8px);
            left: 50%;
            transform: translateX(-50%) translateY(4px);
            background: rgba(29, 28, 87, 0.95);
            color: #fff;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            white-space: nowrap;
            padding: 4px 8px;
            border-radius: 6px;
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.25s ease, transform 0.25s ease;
            z-index: 999;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .movein-top-social li a::before {
            content: '';
            position: absolute;
            bottom: calc(100% + 2px);
            left: 50%;
            transform: translateX(-50%) translateY(4px);
            border: 5px solid transparent;
            border-top-color: rgba(29, 28, 87, 0.95);
            pointer-events: none;
            opacity: 0;
            transition: opacity 0.25s ease, transform 0.25s ease;
            z-index: 999;
        }

        .movein-top-social li a:hover::after,
        .movein-top-social li a:hover::before {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

        /* Specific branded social hover effects */
        .movein-top-social li a.top-soc.soc-tiktok:hover {
            background: #010101 !important;
            border-color: #010101 !important;
            color: #fff !important;
            box-shadow: 0 4px 16px rgba(255, 0, 80, 0.45);
            transform: scale(1.18) translateY(-2px);
        }

        .movein-top-social li a.top-soc.soc-instagram:hover {
            background: radial-gradient(circle at 30% 110%, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
            border-color: #E4405F !important;
            color: #fff !important;
            box-shadow: 0 4px 16px rgba(228, 64, 95, 0.5);
            transform: scale(1.18) translateY(-2px);
        }

        .movein-top-social li a.top-soc.soc-facebook:hover {
            background: #1877F2 !important;
            border-color: #1877F2 !important;
            color: #fff !important;
            box-shadow: 0 4px 16px rgba(24, 119, 242, 0.5);
            transform: scale(1.18) translateY(-2px);
        }

        .movein-top-social li a.top-soc.soc-twitter:hover {
            background: #111 !important;
            border-color: #333 !important;
            color: #fff !important;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
            transform: scale(1.18) translateY(-2px);
        }

        .movein-top-social li a.top-soc.soc-youtube:hover {
            background: #FF0000 !important;
            border-color: #FF0000 !important;
            color: #fff !important;
            box-shadow: 0 4px 16px rgba(255, 0, 0, 0.5);
            transform: scale(1.18) translateY(-2px);
        }

        /* Sign In Button styling matching Mattel */
        .movein-top-signin {
            position: relative;
            display: inline-block;
        }

        .movein-top-signin a {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 13px;
            background: transparent;
            color: #ffffff !important;
            border: 1px solid #ffffff;
            padding: 4px 16px;
            border-radius: 30px;
            font-weight: 700;
            transition: all 0.3s ease;
            text-decoration: none;
        }

        .movein-top-signin a i {
            font-size: 12px;
        }

        .movein-top-signin a:hover {
            background: #ffffff;
            color: #ff429e !important;
            border-color: #ffffff;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
            transform: translateY(-1px);
        }

        /* Custom Header Enhancements to "close" the look */
        header.main-header {
            background: #1d1c57 !important;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25);
            border-bottom: 3px solid #ff429e !important;
        }

        /* Move logo to the left side a bit and style the image height */
        header.main-header .navbar-brand {
            margin-left: -20px !important;
            padding-left: 0 !important;
            margin-right: auto !important;
        }

        header.main-header .navbar-brand img {
            max-height: 70px !important;
            width: auto !important;
            transition: max-height 0.3s ease-in-out;
        }

        header.main-header .header-sticky.active .navbar-brand img {
            max-height: 70px !important;
        }

        /* Sticky Header — smooth transition for padding and radius to join top bar smoothly */
        header.main-header .header-sticky {
            transition: background-color 0.35s ease, box-shadow 0.35s ease, border-radius 0.35s ease;
        }

        header.main-header .header-sticky.active {
            background-color: #1d1c57 !important;
            border-bottom: 3px solid #ff429e !important;
            border-radius: 0 !important;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
        }

        /* Reduce Header Padding to make it sleeker when sticky */
        header.main-header .navbar {
            padding: 10px 0 !important;
            transition: padding 0.35s ease-in-out;
        }

        header.main-header .header-sticky.active .navbar {
            padding: 10px 0 !important;
        }

        /* Mobile Navbar — always use the smaller, sleeker layout to save screen space */
        @media (max-width: 991px) {
            header.main-header .navbar {
                padding: 10px 0 !important;
            }
            header.main-header .navbar-brand img {
                max-height: 70px !important;
            }
        }

        /* Footer Pink Top Outline */
        .main-footer {
            border-top: 3px solid #ff429e !important;
        }

        /* Floating Back to Top Button */
        .back-to-top {
            position: fixed;
            bottom: 80px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: #ff429e;
            color: #ffffff !important;
            border-radius: 50%;
            font-size: 18px;
            z-index: 999;
            cursor: pointer;
            box-shadow: 0 8px 24px rgba(255, 66, 158, 0.4);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transform: translateY(20px) scale(0.9);
            border: 2px solid #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .back-to-top.active {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
            transform: translateY(0) scale(1);
        }

        .back-to-top:hover {
            background: #1d1c57;
            color: #ffffff !important;
            box-shadow: 0 8px 24px rgba(29, 28, 87, 0.45);
            transform: translateY(-5px) scale(1.08);
            border-color: #ff429e;
        }

        /* Main Menu Font Size and Style updates */
        .main-menu ul li a {
            font-size: 16px !important;
            font-weight: 500 !important;
            display: inline-flex !important;
            flex-direction: row !important;
            align-items: center !important;
            justify-content: center !important;
            padding: 14px 12px !important; /* Prevents menu wrapping on 1366px screen */
        }

        /* Ensure icons in the menu links are strictly to the left of the text, never above */
        .main-menu ul li a i.menu-icon {
            display: inline-block !important;
            margin-right: 8px !important;
            margin-bottom: 0 !important;
            font-size: 15px !important;
            color: rgba(255, 255, 255, 0.7) !important;
            transition: color 0.3s;
            order: -1 !important; /* Force to the left */
        }

        .main-menu ul li a:hover i.menu-icon {
            color: #ff429e !important;
        }

        @media (max-width: 767px) {
            .movein-top-bar {
                padding: 4px 0 !important;
                line-height: 1.2 !important;
            }

            .movein-top-bar-inner {
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
                gap: 2px !important;
            }

            .movein-top-info {
                display: flex !important;
                flex-wrap: wrap !important;
                justify-content: center !important;
                gap: 2px !important;
                width: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            .movein-top-info li {
                font-size: 11px !important;
                flex: 0 0 auto !important;
                margin: 0 !important;
                padding: 1px 0 !important;
                line-height: 1.1 !important;
            }

            /* Place location (1st) and hours (2nd) on line 1, phone number (3rd) on line 2 */
            .movein-top-info li:nth-child(3) {
                flex: 0 0 100% !important;
                justify-content: center !important;
                margin-top: 0 !important;
            }

            .movein-top-right {
                flex-direction: column !important;
                align-items: center !important;
                width: 100% !important;
                gap: 10px !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            .movein-top-social {
                display: flex !important;
                justify-content: center !important;
                width: 100% !important;
                gap: 6px !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            .movein-top-social li {
                margin: 0 !important;
                padding: 0 !important;
            }

            .movein-top-social li a.top-soc {
                width: 28px !important;
                height: 28px !important;
                font-size: 11px !important;
            }

            .movein-top-social li a.top-soc svg {
                width: 11px !important;
                height: 11px !important;
            }

            .movein-top-signin {
                display: flex !important;
                justify-content: center !important;
                width: 100% !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            .movein-top-signin a {
                padding: 3px 12px !important;
                font-size: 11px !important;
            }
        }



/* Centered Hero Layout Styles */
.hero-slide-content-wrapper {
    position: relative;
    width: 100%;
    z-index: 5;
    padding: 270px 0 60px;
}

.hero-truck-decor {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%);
    width: 380px;
    height: auto;
    z-index: 10;
    pointer-events: none;
}

@media (max-width: 991px) {
    .hero-truck-decor {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .hero-truck-decor {
        display: none !important;
    }
}

.hero-content-box-centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.hero-content-centered {
    width: 100%;
    margin-bottom: 20px;
}

.hero-content-centered .section-title {
    margin-bottom: 0;
}

.hero-content-centered .section-title h1 {
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

/* Full-Width Quote Bar Styles (Reduced size to 950px and centered) */
.hero-quote-bar-full {
    width: 100%;
    max-width: 1080px;
    margin-top: 30px;
    position: relative;
    z-index: 10;
}

.hero-quote-form-pill {
    display: flex;
    align-items: center;
    background: rgba(255, 66, 158, 0.20);
    border-radius: 60px;
    padding: 10px 12px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 66, 158, 0.40);
    backdrop-filter: blur(12px);
    gap: 16px;
    width: 100%;
}

.quote-inputs-container {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 50px;
    padding: 10px 24px 10px 32px;
    flex: 1;
    gap: 24px;
    min-width: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
}

.quote-field-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
    position: relative;
}

/* Custom Autocomplete Suggestions dropdown matching brand theme */
.custom-autocomplete-suggestions {
    position: absolute;
    top: calc(100% + 18px);
    left: -24px;
    right: -24px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(29, 28, 87, 0.15);
    border: 1px solid rgba(29, 28, 87, 0.1);
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    padding: 8px 0;
    text-align: left;
}

/* Suggestion items */
.suggestion-item {
    padding: 10px 20px;
    font-size: 15px;
    color: #1d1c57;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s, color 0.2s;
}

.suggestion-item i {
    color: #ff429e;
    font-size: 13px;
    flex-shrink: 0;
    margin-right: 10px !important;
}

.suggestion-item:hover {
    background-color: rgba(255, 66, 158, 0.08);
    color: #ff429e;
}

/* Custom Scrollbar for suggestions */
.custom-autocomplete-suggestions::-webkit-scrollbar {
    width: 6px;
}

.custom-autocomplete-suggestions::-webkit-scrollbar-track {
    background: transparent;
}

.custom-autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: rgba(29, 28, 87, 0.15);
    border-radius: 4px;
}

.custom-autocomplete-suggestions::-webkit-scrollbar-thumb:hover {
    background: rgba(29, 28, 87, 0.3);
}

.quote-field-inline > i {
    color: #ff429e;
    font-size: 18px;
    flex-shrink: 0;
}

.quote-field-inline input {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    color: #1d1c57;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
}

.quote-field-inline input::placeholder {
    color: #a0aec0;
    font-weight: 400;
}

.quote-field-separator {
    width: 1px;
    height: 38px;
    background-color: rgba(29, 28, 87, 0.18);
    flex-shrink: 0;
}

.quote-pill-icons {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #a0aec0;
    font-size: 17px;
    flex-shrink: 0;
    margin-left: auto;
}

.quote-pill-icons i {
    transition: color 0.3s;
}

.quote-pill-icons i:hover {
    color: #ff429e;
}

.btn-quote-submit-pill {
    background-color: #ff429e;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 18px 44px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex-shrink: 0;
}

.btn-quote-submit-pill:hover {
    background-color: #1d1c57;
    color: #ffffff;
    transform: scale(1.03);
    box-shadow: 0 6px 15px rgba(29, 28, 87, 0.25);
}

/* WhatsApp Section Styles */
.hero-whatsapp-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 5px;
    position: relative;
    z-index: 10;
}

.hero-whatsapp-pill {
    display: inline-flex;
    align-items: center;
    background: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.3);
    border-radius: 50px;
    padding: 10px 24px;
    gap: 16px;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-whatsapp-pill:hover {
    background: rgba(37, 211, 102, 0.22);
    border-color: rgba(37, 211, 102, 0.5);
    transform: scale(1.03) translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.25);
}

/* Pulsing Green Indicator Dot and Icon */
.wa-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #25D366;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    animation: wa-pulse 1.8s infinite;
}

.wa-text-content {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.wa-text-content .wa-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.wa-text-content .wa-subtitle {
    color: rgba(255, 255, 255, 0.85);
    font-size: 11.5px;
    font-weight: 500;
    margin: 2px 0 0 0;
    letter-spacing: 0.2px;
}

/* Pulsing animation */
@keyframes wa-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Pulsing online status indicator */
.wa-online-status {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 8px #25D366;
    animation: wa-online-pulse 1.5s infinite;
}

@keyframes wa-online-pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

@media (max-width: 991px) {
    .hero-slider-section {
        padding: 0;
        min-height: auto;
        height: auto;
    }

    .hero-slide-content-wrapper {
        padding: 140px 0 60px;
    }

    .hero-swiper-btn {
        display: none !important;
    }

    .hero-quote-form-pill {
        flex-direction: column;
        border-radius: 24px;
        padding: 14px;
        gap: 12px;
        align-items: stretch;
        background: rgba(255, 66, 158, 0.22);
    }

    .quote-inputs-container {
        flex-direction: column;
        background: transparent;
        padding: 0;
        border-radius: 0;
        gap: 10px;
    }

    .quote-field-inline {
        background: #ffffff;
        border-radius: 12px;
        padding: 10px 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .quote-field-inline input {
        font-size: 14px;
        padding: 6px 0;
    }

    .quote-field-separator {
        display: none;
    }

    .quote-pill-icons {
        display: none;
    }

    .btn-quote-submit-pill {
        width: 100%;
        border-radius: 12px;
        padding: 13px;
        text-align: center;
        font-size: 14px;
    }

    .hero-meta-row {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        margin-top: 25px;
        align-items: center;
    }

    .hero-description-bottom {
        margin-top: 20px;
    }
}

/* Hero Slider */
.hero-slider-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 720px;
    display: flex;
    align-items: center;
}
.hero-bg-swiper {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-bg-swiper .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.hero-slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(29, 28, 87, 0) 0%, rgba(29, 28, 87, 0) 55%, rgba(29, 28, 87, 0.9) 100%);
    z-index: 2;
}

.hero-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 54px;
    height: 54px;
    background: rgba(29, 28, 87, 0.55);
    border: 2px solid rgba(255, 66, 158, 0.45);
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    outline: none;
    padding: 0;
}

.hero-swiper-btn:hover {
    background: #ff429e;
    border-color: #ff429e;
    transform: translateY(-50%) scale(1.12);
    box-shadow: 0 8px 28px rgba(255, 66, 158, 0.5);
}

.hero-swiper-prev {
    left: 28px;
}

.hero-swiper-next {
    right: 28px;
}

@media (max-width: 767px) {
    .hero-swiper-btn {
        display: none !important;
    }
    .hero-slider-section {
        align-items: flex-start !important;
        min-height: 100svh !important;
        height: auto !important;
    }
    .hero-slide-content-wrapper {
        padding-top: 175px !important;
        padding-bottom: 40px !important;
    }
}

/* Cetus Digital Space link styling in footer */
.footer-cetus-credit a {
    color: var(--accent-color) !important;
    font-weight: 700;
    transition: color 0.3s ease;
}

.footer-cetus-credit a:hover {
    color: var(--white-color) !important;
}

/* Footer Social Icons styles matching standard premium design */
.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.footer-social-icons a {
    width: 40px;
    height: 40px;
    color: var(--primary-color);
    background: var(--white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
}

.footer-social-icons a i,
.footer-social-icons a svg {
    font-size: 16px;
    color: inherit;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

/* Hover effects with brand colors matching top bar */
.footer-social-icons a.fs-tiktok:hover {
    background: #010101 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(255, 0, 80, 0.4);
    transform: translateY(-3px) scale(1.1);
}

.footer-social-icons a.fs-facebook:hover {
    background: #1877F2 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(24, 119, 242, 0.4);
    transform: translateY(-3px) scale(1.1);
}

.footer-social-icons a.fs-instagram:hover {
    background: radial-gradient(circle at 30% 110%, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(228, 64, 95, 0.4);
    transform: translateY(-3px) scale(1.1);
}

.footer-social-icons a.fs-twitter:hover {
    background: #111 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px) scale(1.1);
}

.footer-social-icons a.fs-youtube:hover {
    background: #FF0000 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.4);
    transform: translateY(-3px) scale(1.1);
}

.footer-social-icons a.fs-whatsapp:hover {
    background: #25D366 !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    transform: translateY(-3px) scale(1.1);
}

/* ========================================================================================
   Custom Mega Navigation Dropdown Styles (Dumbo-style in Corporate Navy/Pink Branding)
   ======================================================================================== */

@media (max-width: 991px) {
    .mega-menu-wrapper {
        display: none !important;
    }
}

@media (min-width: 992px) {
    /* Hide the mobile submenus on desktop */
    .mobile-only-menu {
        display: none !important;
    }
    
    /* Disable default simple submenus for mega-menu list items */
    .main-menu ul li.has-mega-menu:hover > ul {
        display: none !important;
    }

    /* Position the mega menu absolutely relative to the navbar container */
    .main-menu ul li.has-mega-menu {
        position: static !important;
    }
    
    header.main-header .container {
        position: relative !important;
    }
    
    header.main-header .main-menu {
        position: static !important;
    }
    
    header.main-header .nav-menu-wrapper {
        position: static !important;
    }
    
    header.main-header .navbar-nav {
        position: static !important;
    }

    .mega-menu-wrapper {
        display: block !important;
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        z-index: 999;
        
        background: #ffffff;
        border-radius: 20px;
        box-shadow: 0 15px 45px rgba(29, 28, 87, 0.15);
        border: 1px solid rgba(29, 28, 87, 0.08);
        padding: 30px 40px;
        margin-top: 15px;
        
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(15px);
        transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), visibility 0.35s;
    }

    /* Keep the space between header and dropdown hoverable so it doesn't close immediately */
    .mega-menu-wrapper::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 20px;
        background: transparent;
    }

    /* Show on hover */
    .main-menu ul li.has-mega-menu:hover .mega-menu-wrapper {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    /* Container Grid Layout */
    .mega-menu-container {
        display: grid;
        grid-template-columns: 2.2fr 1fr;
        gap: 40px;
        align-items: start;
    }

    .mega-menu-content-area {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .mega-menu-column {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .mega-menu-title {
        color: var(--accent-color);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border-bottom: 2px solid var(--secondary-color);
        padding-bottom: 8px;
        margin-bottom: 10px;
        text-align: left;
    }

    .mega-menu-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        
        /* Overrides to prevent conflict with default theme .main-menu ul ul rules */
        visibility: inherit !important;
        opacity: inherit !important;
        position: static !important;
        transform: none !important;
        width: auto !important;
        background: transparent !important;
        pointer-events: auto !important;
    }

    .mega-menu-grid li {
        margin: 0 !important;
        padding: 0 !important;
        position: static !important;
        width: auto !important;
        background: transparent !important;
    }

    /* Individual Grid Link Items */
    .main-menu .mega-grid-item {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 16px !important;
        padding: 10px 14px !important;
        border-radius: 12px !important;
        background: transparent !important;
        transition: all 0.3s ease !important;
        text-decoration: none !important;
        width: 100% !important;
        color: var(--primary-color) !important;
        
        /* Overrides to prevent text hiding or layout shifting from default sub-menus */
        visibility: inherit !important;
        opacity: inherit !important;
        position: static !important;
        transform: none !important;
    }

    .main-menu .mega-grid-item:hover {
        background: var(--secondary-color) !important;
        transform: translateX(4px) !important;
        color: var(--primary-color) !important;
    }

    .mega-grid-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 66, 158, 0.08); /* accent color tint */
        color: var(--accent-color);
        width: 42px;
        height: 42px;
        border-radius: 10px;
        font-size: 16px;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }

    .mega-grid-item:hover .mega-grid-icon {
        background: var(--accent-color);
        color: #ffffff;
    }

    .mega-grid-content {
        display: flex;
        flex-direction: column;
        gap: 2px;
        text-align: left;
    }

    .mega-grid-label {
        font-size: 15px;
        font-weight: 700;
        color: var(--primary-color);
        line-height: 1.2;
        transition: color 0.3s ease;
    }

    .mega-grid-item:hover .mega-grid-label {
        color: var(--accent-color);
    }

    .mega-grid-desc {
        font-size: 12px;
        font-weight: 400;
        color: var(--text-color);
        line-height: 1.3;
    }

    /* Right Sidebar Promo Area */
    .mega-menu-promo-area {
        display: flex;
    }

    .promo-card {
        background: var(--secondary-color);
        border: 1px solid rgba(29, 28, 87, 0.04);
        border-radius: 16px;
        padding: 24px;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        text-align: left;
    }

    .promo-title {
        color: var(--primary-color);
        font-size: 15px;
        font-weight: 800;
        margin: 0;
        letter-spacing: -0.01em;
        text-transform: capitalize;
    }

    .promo-cta-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .promo-cta-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #ffffff;
        border-radius: 10px;
        padding: 10px 16px;
        color: var(--primary-color) !important;
        font-size: 14px;
        font-weight: 700;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(29, 28, 87, 0.03);
    }

    .promo-cta-item:hover {
        color: var(--accent-color) !important;
        box-shadow: 0 4px 12px rgba(29, 28, 87, 0.08);
        transform: translateY(-2px);
    }

    .promo-cta-item .plus-icon {
        color: var(--accent-color);
        font-size: 12px;
        font-weight: 700;
        transition: transform 0.3s ease;
    }

    .promo-cta-item:hover .plus-icon {
        transform: scale(1.2);
    }

    .promo-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 14px 20px !important;
        font-size: 14px;
        font-weight: 700;
        border-radius: 10px;
        margin-top: 5px;
    }
    
    .promo-btn::before {
        display: none !important;
    }
    
    .promo-btn::after {
        border-radius: 10px;
    }
}

/* Caret indicator transitions */
.nav-caret {
    margin-left: 6px;
    font-size: 10px;
    transition: transform 0.3s ease;
    opacity: 0.75;
}

.main-menu ul li:hover .nav-caret {
    transform: rotate(180deg);
}

/* Make sure mobile sub-menus and wrapper elements behave nicely in slicknav */
.slicknav_nav .mega-menu-wrapper {
    display: none !important;
}

/* Allow mobile submenus to start closed and toggle normally via slicknav */
.slicknav_nav .mobile-only-menu {
    /* slicknav handles toggle inline */
}

.slicknav_nav a i {
    margin-right: 10px;
    width: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
}

/* Make header "Get Free Quote" button small, centered, and right-aligned */
header.main-header .header-btn {
    margin-left: auto !important;
    margin-right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

header.main-header .header-btn .btn-default {
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    border-radius: 10px !important; /* Reduced from 30px */
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
    height: 36px !important;
    min-width: 110px !important;
    box-shadow: 0 4px 12px rgba(255, 66, 158, 0.3) !important;
    transition: all 0.3s ease-in-out !important;
}

/* Fix hover state by defining explicit background and text color transition */
header.main-header .header-btn .btn-default:hover {
    background: var(--white-color) !important;
    color: var(--primary-color) !important;
    box-shadow: 0 4px 15px rgba(255, 66, 158, 0.5) !important;
}

/* Completely remove the arrow so text is centered */
header.main-header .header-btn .btn-default::before,
header.main-header .header-btn .btn-default::after {
    display: none !important;
}

/* Kenyan Media Awards Ribbon Styles */
.kenyan-awards-ribbon {
    background-color: #ff429e;
    padding: 24px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    display: flex;
}

.awards-ticker-track {
    display: flex;
    width: max-content;
    animation: scroll-ticker 55s linear infinite;
}

.awards-ticker-track:hover {
    animation-play-state: paused;
}

.awards-ticker-group {
    display: flex;
    align-items: center;
    gap: 50px;
    padding-right: 50px;
    flex-shrink: 0;
}

.award-item {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    white-space: nowrap;
}

.award-brand {
    font-weight: 800;
    font-size: 26px;
    letter-spacing: -0.5px;
}

/* Specific Kenyan Brand Styles */
.brand-nation {
    font-family: 'Georgia', Times, serif;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -1px;
    text-transform: capitalize;
    font-size: 28px;
}

.brand-standard {
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
}

.brand-business-daily {
    font-family: 'Impact', 'Arial Black', sans-serif;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 25px;
}

.brand-citizen {
    font-family: 'DM Sans', sans-serif;
    font-weight: 900;
    letter-spacing: -0.8px;
    font-size: 26px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.brand-citizen::after {
    content: 'TV';
    font-size: 11px;
    background: #ffffff;
    color: #ff429e;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 900;
    margin-left: 6px;
    line-height: 1;
}

.award-quote {
    font-size: 19px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'DM Sans', sans-serif;
}

.award-divider {
    width: 1px;
    height: 36px;
    background-color: rgba(255, 255, 255, 0.3);
    flex-shrink: 0;
}

@keyframes scroll-ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

/* Social Reels Section Styles */
.social-reels-section {
    position: relative;
    padding: 30px 0 10px;
    background: linear-gradient(135deg, #c13584 0%, #e1306c 35%, #000000 80%, #0b0b0b 100%);
    overflow: hidden;
}

.social-reels-section .section-row {
    margin-bottom: 20px !important;
}

/* Glassmorphism Reel Cards */
.reel-card {
    position: relative;
    aspect-ratio: 9 / 16;
    border-radius: 24px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.35s ease;
    cursor: pointer;
    width: 100%;
}

.reel-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(255, 66, 158, 0.3);
    border-color: rgba(255, 255, 255, 0.25);
}

.reel-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; /* Let parent card handle clicks */
}

/* Play Button Overlay */
.reel-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #ff429e;
    border: 2px solid #ffffff;
    backdrop-filter: blur(8px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 24px rgba(255, 66, 158, 0.4);
    padding-left: 4px; /* visually center play icon */
}

.reel-card.is-playing .reel-play-btn {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
}

/* Video Overlay Controls & Brand */
.reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.85) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    z-index: 2;
}

/* Header */
.reel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reel-platform {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.reel-platform i {
    font-size: 18px;
}

.reel-platform.insta-badge i {
    color: #e1306c;
}

.reel-platform.tiktok-badge i {
    color: #00f2fe;
    filter: drop-shadow(2px 0 0 #fe0979);
}

.btn-mute-toggle {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s, transform 0.2s;
    pointer-events: auto; /* Enable clicking */
}

.btn-mute-toggle:hover {
    background: rgba(255, 66, 158, 0.8);
    transform: scale(1.1);
}

/* Footer / Metadata */
.reel-footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.reel-handle {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
}

.reel-caption {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12.5px;
    line-height: 1.4;
    font-weight: 400;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    margin: 0;
}

/* Right side vertical metrics */
.reel-metrics {
    position: absolute;
    right: 15px;
    bottom: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 3;
}

.metric-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
    cursor: pointer;
}

.metric-item i {
    font-size: 20px;
    margin-bottom: 4px;
    transition: transform 0.2s;
}

.metric-item:hover i {
    transform: scale(1.2);
}

.metric-item.like-active i {
    color: #ff429e;
    animation: heart-pop 0.3s ease;
}

/* Floating Love Animations */
.heart-particle {
    position: absolute;
    pointer-events: none;
    z-index: 5;
    animation: floatHeart 1.8s ease-out forwards;
}

@keyframes floatHeart {
    0% {
        transform: translateY(100%) scale(0);
        opacity: 0;
    }
    10% {
        opacity: 0.9;
        transform: translateY(80%) scale(1.2);
    }
    100% {
        transform: translateY(-120px) translateX(var(--random-x, 15px)) rotate(var(--random-rot, 20deg)) scale(0.8);
        opacity: 0;
    }
}

@keyframes heart-pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.4); }
    100% { transform: scale(1); }
}

/* Follow social handles buttons */
.reels-social-links {
    display: inline-flex;
    gap: 16px;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-reel-social {
    padding: 10px 24px;
    border-radius: 30px;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    transition: transform 0.25s, box-shadow 0.25s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-reel-social:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-reel-social.insta-color {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.btn-reel-social.tiktok-color {
    background: #010101;
    border-color: #00f2fe;
}

/* Reels Pagination Styling */
.reels-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
    z-index: 10;
    position: relative;
}

.btn-reel-nav {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-reel-nav:hover {
    background: linear-gradient(135deg, #ff429e 0%, #e1306c 100%);
    border-color: #ff429e;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 66, 158, 0.4);
}

.btn-reel-nav:active {
    transform: scale(0.95);
}

.btn-reel-nav:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.05);
    transform: none;
    box-shadow: none;
}

.reels-page-indicator {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.3);
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reel-fade-in {
    animation: fadeIn 0.4s ease forwards;
}

/* Responsive adjustments for Reels on Phone View */
@media (max-width: 575.98px) {
    .social-reels-section {
        padding: 25px 0 5px;
    }
    
    .reel-card {
        border-radius: 16px;
    }

    .reel-overlay {
        padding: 10px;
    }

    .reel-platform {
        font-size: 9.5px;
        gap: 4px;
    }

    .reel-platform i {
        font-size: 12px;
    }

    .btn-mute-toggle {
        width: 26px;
        height: 26px;
        font-size: 10px;
    }

    .reel-metrics {
        right: 8px;
        bottom: 60px;
        gap: 8px;
    }

    .metric-item {
        font-size: 8.5px;
    }

    .metric-item i {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .reel-footer {
        gap: 3px;
    }

    .reel-handle {
        font-size: 11px;
    }

    .reel-caption {
        font-size: 9.5px;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Safety fallback to force only 1 testimonial card at a time on mobile */
    .testimonial-card {
        width: 100% !important;
    }
}

/* Services Grid Section Styles */
.services-grid-section {
    position: relative;
    padding: 40px 0 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f4f6fc 100%);
    overflow: hidden;
}

.services-grid-section .section-row {
    margin-bottom: 25px !important;
}

/* Add custom aesthetic background decoration */
.services-grid-section::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(255, 66, 158, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.services-grid-section::after {
    content: '';
    position: absolute;
    bottom: -200px;
    left: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(29, 28, 87, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.services-grid-section .container {
    position: relative;
    z-index: 2;
}

/* Service Card Design */
.service-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    box-shadow: 0 10px 30px rgba(29, 28, 87, 0.03);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Card Hover States */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(255, 66, 158, 0.09);
    border-color: rgba(255, 66, 158, 0.3);
}

/* Icon Container */
.service-card .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, rgba(255, 66, 158, 0.08) 0%, rgba(29, 28, 87, 0.03) 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.4s ease;
}

.service-card:hover .card-icon {
    transform: scale(1.1) rotate(6deg);
    background: linear-gradient(135deg, #ff429e 0%, #1d1c57 100%);
}

.service-card .card-icon i {
    font-size: 28px;
    color: #ff429e;
    transition: color 0.4s ease;
}

.service-card:hover .card-icon i {
    color: #ffffff;
}

/* Service Card Typography */
.service-card .card-title {
    font-size: 21px;
    font-weight: 700;
    color: #1d1c57;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    line-height: 1.3;
}

.service-card:hover .card-title {
    color: #ff429e;
}

.service-card .card-description {
    font-size: 14.5px;
    color: #646b7c;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

/* CTA Link */
.service-card .card-link {
    font-size: 14px;
    font-weight: 700;
    color: #ff429e;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease;
}

.service-card .card-link i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.service-card:hover .card-link {
    color: #1d1c57;
}

.service-card:hover .card-link i {
    transform: translateX(5px);
}

/* Responsive adjust for mobile */
@media (max-width: 991px) {
    .services-grid-section {
        padding: 30px 0 15px;
    }
    .service-card {
        padding: 30px 20px;
    }
}

/* Bento Grid Layout for Projects */
.projects-bento-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 270px;
    gap: 20px;
    width: 100%;
}

.bento-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

/* Bento item spans for desktop */
.bento-item-1 { grid-column: span 6; grid-row: span 1; }
.bento-item-2 { grid-column: span 3; grid-row: span 1; }
.bento-item-3 { grid-column: span 3; grid-row: span 1; }
.bento-item-4 { grid-column: span 3; grid-row: span 2; }
.bento-item-5 { grid-column: span 4; grid-row: span 1; }
.bento-item-6 { grid-column: span 5; grid-row: span 1; }
.bento-item-7 { grid-column: span 4; grid-row: span 1; }
.bento-item-8 { grid-column: span 5; grid-row: span 1; }

.bento-item .project-item {
    height: 100%;
    margin-bottom: 0 !important;
    position: relative;
    display: flex;
    flex-direction: column;
}

.bento-item .project-image {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.bento-item .project-image figure {
    height: 100%;
    width: 100%;
    margin: 0;
}

.bento-item .project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bento-item:hover .project-image img {
    transform: scale(1.06);
}

/* Text Overlay Design */
.bento-item .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(360deg, rgba(29, 28, 87, 0.95) 0%, rgba(29, 28, 87, 0.4) 60%, rgba(29, 28, 87, 0) 100%);
    z-index: 2;
    transition: background 0.4s ease;
}

.bento-item:hover .project-content {
    background: linear-gradient(360deg, rgba(255, 66, 158, 0.95) 0%, rgba(255, 66, 158, 0.45) 60%, rgba(255, 66, 158, 0) 100%);
}

.bento-item .project-content h3 {
    margin: 0;
}

.bento-item .project-content h3 a {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.3s ease;
}

/* Glassmorphic Play/View Button */
.bento-item .project-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.35s ease, transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.bento-item:hover .project-btn {
    opacity: 1;
    transform: translateY(0);
}

.bento-item .project-btn:hover {
    background: #ff429e;
    border-color: #ff429e;
}

.bento-item .project-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.bento-item .project-btn img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

/* Override Spacing for the Projects Section */
.our-projects {
    padding: 50px 0 30px !important;
}

.our-projects .section-row {
    margin-bottom: 25px !important;
}

/* Bento Grid Responsiveness */
@media (max-width: 991px) {
    .projects-bento-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 240px;
        gap: 16px;
    }
    .bento-item-1 { grid-column: span 2; }
    .bento-item-2 { grid-column: span 1; }
    .bento-item-3 { grid-column: span 1; }
    .bento-item-4 { grid-column: span 1; grid-row: span 2; }
    .bento-item-5 { grid-column: span 1; }
    .bento-item-6 { grid-column: span 1; }
    .bento-item-7 { grid-column: span 1; }
    .bento-item-8 { grid-column: span 1; }
    
    .our-projects {
        padding: 40px 0 20px !important;
    }
}

@media (max-width: 767px) {
    .projects-bento-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
    }
    .bento-item {
        grid-column: span 1 !important;
        grid-row: span 1 !important;
    }
}

/* Progressive Testimonials Section Styles */
.progressive-testimonials-section {
    position: relative;
    padding: 15px 0 10px;
    background: #ffffff;
    overflow: hidden;
}

.progressive-testimonials-section .section-row {
    margin-bottom: 10px !important;
}

/* Slider Viewport — clips overflow, full width */
.tslider-viewport {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 38px 0 8px; /* Extra top keeps avatar badge visible */
}

/* Track — holds all cards in a row, moved by JS */
.tslider-track {
    display: flex;
    gap: 30px;
    will-change: transform;
    /* Transition driven per step by JS — smooth cubic easing */
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Individual Testimonial Cards */
.testimonial-card {
    /* Width set by JS to fill 3 cards across the viewport */
    flex-shrink: 0;
    background: #ffffff;
    border: 1px solid #eef2f5;
    border-radius: 24px;
    padding: 38px 28px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 8px 25px rgba(29, 28, 87, 0.04);
    position: relative;
    margin-top: 32px; /* Room for avatar badge that overflows the top */
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1),
                border-color 0.3s ease,
                box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 66, 158, 0.3);
    box-shadow: 0 18px 40px rgba(255, 66, 158, 0.09);
}

/* Circular Initials Badge — floats above top edge */
.testimonial-card .avatar-letter {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff429e 0%, #1d1c57 100%);
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #ffffff;
    box-shadow: 0 6px 18px rgba(29, 28, 87, 0.14);
    letter-spacing: 0.5px;
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.testimonial-card:hover .avatar-letter {
    transform: translateX(-50%) scale(1.12);
}

.testimonial-card .client-name {
    font-size: 18px;
    font-weight: 700;
    color: #1d1c57;
    margin: 10px 0 3px;
}

.testimonial-card .client-sub {
    font-size: 13px;
    color: #7b8190;
    font-weight: 500;
    margin-bottom: 13px;
}

.testimonial-card .client-stars {
    color: #ff429e;
    font-size: 13px;
    display: flex;
    gap: 3px;
    justify-content: center;
    margin-bottom: 16px;
}

.testimonial-card .client-text {
    font-size: 14.5px;
    color: #565969;
    line-height: 1.65;
    margin: 0;
}

/* Dot Navigation */
.tslider-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 22px;
}

.tslider-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dde1ec;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
    padding: 0;
}

.tslider-dot.active {
    background: #ff429e;
    width: 26px;
    border-radius: 5px;
    transform: none;
}

/* Responsive */
@media (max-width: 991px) {
    .progressive-testimonials-section {
        padding: 30px 0 20px;
    }
    .tslider-viewport {
        padding: 40px 0 15px;
    }
}

/* Reviews Rotator Interactive Tooltip Styles */
.satisfy-customer-box {
    position: relative !important;
}

.satisfy-customer-images {
    position: relative;
    z-index: 5;
}

.satisfy-customer-image {
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s ease, box-shadow 0.3s ease, z-index 0.3s ease;
}

.satisfy-customer-image:hover {
    transform: scale(1.18) translateY(-4px);
    z-index: 10 !important;
    border-color: #ff429e !important;
    box-shadow: 0 8px 20px rgba(255, 66, 158, 0.5);
}

.review-tooltip-card {
    position: absolute;
    bottom: 85px; /* Float above the avatars */
    left: 0;
    width: 300px;
    background: rgba(20, 18, 56, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 66, 158, 0.35);
    border-radius: 14px;
    padding: 16px;
    color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35), 0 0 20px rgba(255, 66, 158, 0.15);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px) scale(0.95);
    transform-origin: bottom center;
    transition: opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.review-tooltip-card::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: var(--arrow-left, 35px);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(20, 18, 56, 0.95);
    transform: translateX(-50%);
    transition: left 0.25s ease;
}

.review-tooltip-card.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.review-tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 6px;
}

.review-tooltip-user {
    display: flex;
    flex-direction: column;
}

.review-tooltip-name {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.review-tooltip-location {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.6);
}

.review-tooltip-platform {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.review-tooltip-platform.google {
    background: rgba(66, 133, 244, 0.15);
    color: #8ab4f8;
    border: 1px solid rgba(66, 133, 244, 0.3);
}

.review-tooltip-platform.facebook {
    background: rgba(24, 119, 242, 0.15);
    color: #8ab4f8;
    border: 1px solid rgba(24, 119, 242, 0.3);
}

.review-tooltip-platform.trustpilot {
    background: rgba(0, 182, 122, 0.15);
    color: #00e699;
    border: 1px solid rgba(0, 182, 122, 0.3);
}

.review-tooltip-stars {
    color: #ffc107;
    font-size: 12px;
    margin-bottom: 6px;
    display: flex;
    gap: 2px;
}

.review-tooltip-text {
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-style: italic;
}

/* Initials Avatar Styling */
.initials-avatar-content {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff429e 0%, #1d1c57 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    user-select: none;
}

/* Reviews Summary Ribbon Styles */
.reviews-summary-ribbon {
    background-color: #ffffff;
    padding: 22px 0;
    border-bottom: 1px solid rgba(29, 28, 87, 0.06);
    position: relative;
    z-index: 10;
}

/* On subpages, the quote card overlaps -240px into the ribbon — give room.
   270px = 240px form overlap + 30px breathing space */
.page-header + .reviews-summary-ribbon {
    padding-top: 170px;
}

/* On mobile/tablet the form stacks above (not floating), so reset ribbon padding */
@media (max-width: 767px) {
    .page-header + .reviews-summary-ribbon {
        padding-top: 24px;
    }
}

.reviews-summary-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.reviews-summary-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #ff429e;
    line-height: 1.35;
    margin: 0;
    letter-spacing: -0.2px;
    font-family: "DM Sans", sans-serif;
}

.reviews-summary-items {
    display: flex;
    align-items: center;
    gap: 48px;
    flex-wrap: wrap;
}

.reviews-summary-item {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reviews-summary-item:hover {
    transform: translateY(-2px);
}

.reviews-summary-item .platform-logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-rating-details {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.platform-rating-details .rating-number {
    font-size: 19px;
    font-weight: 700;
    color: #1d1c57;
    line-height: 1.15;
    font-family: "DM Sans", sans-serif;
}

.platform-rating-details .rating-label {
    font-size: 12px;
    color: #565969;
    font-weight: 500;
    margin-top: 1px;
    font-family: "DM Sans", sans-serif;
}

/* Responsiveness */
@media (max-width: 1199px) {
    .reviews-summary-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    .reviews-summary-title h4 {
        br {
            display: none;
        }
    }
    .reviews-summary-items {
        justify-content: center;
        gap: 36px;
    }
}

@media (max-width: 767px) {
    .reviews-summary-ribbon {
        padding: 20px 0;
    }
    .reviews-summary-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
        width: 100%;
        justify-items: center;
    }
    .reviews-summary-item {
        justify-content: flex-start;
        width: 140px;
    }
}

/* Featured Highlights Section Styles */
.featured-highlights-section {
    background-color: #ffffff;
    padding: 80px 0 20px;
    position: relative;
    z-index: 5;
}

.highlight-row {
    margin-bottom: 60px;
}

.highlight-row:last-child {
    margin-bottom: 0;
}

.highlight-image-wrapper {
    position: relative;
    padding-bottom: 16px;
    padding-right: 16px;
    display: block;
}

.highlight-image-shadow {
    position: absolute;
    top: 16px;
    left: 16px;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    z-index: 1;
}

.highlight-row:nth-child(1) .highlight-image-shadow {
    background-color: #1d1c57; /* Indigo background for storage */
}

.highlight-row:nth-child(2) .highlight-image-shadow {
    background-color: #ff429e; /* Hot Pink background for moving */
}

.highlight-image-wrapper figure {
    margin: 0;
    position: relative;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(29, 28, 87, 0.1);
}

.highlight-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.highlight-image-wrapper:hover img {
    transform: scale(1.03);
}

/* Content Column Styling */
.highlight-content {
    padding: 10px 20px;
}

.highlight-title {
    font-size: 38px;
    font-weight: 700;
    color: #1d1c57;
    line-height: 1.25;
    margin-bottom: 22px;
    font-family: "DM Sans", sans-serif;
}

.highlight-title span {
    color: #ff429e;
    position: relative;
    display: inline-block;
}

.highlight-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 4px;
    background-color: rgba(255, 66, 158, 0.15);
    border-radius: 2px;
}

.highlight-description {
    font-size: 16px;
    color: #565969;
    line-height: 1.65;
    margin-bottom: 28px;
}

/* Checklist Items */
.highlight-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.highlight-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.highlight-checklist li:last-child {
    margin-bottom: 0;
}

.checklist-icon {
    width: 24px;
    height: 24px;
    background-color: rgba(37, 211, 102, 0.12);
    border: 1px solid rgba(37, 211, 102, 0.25);
    border-radius: 50%;
    color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 8px rgba(37, 211, 102, 0.1);
}

.checklist-text {
    font-size: 15px;
    color: #565969;
    line-height: 1.5;
}

.checklist-text strong {
    color: #1d1c57;
    font-weight: 600;
}

/* CTA Buttons */
.highlight-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 36px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    background-color: #ff429e;
    color: #ffffff !important;
    border: 1px solid #ff429e;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.highlight-cta-btn i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.highlight-cta-btn:hover i {
    transform: translate(2px, -2px);
}

.highlight-cta-btn:hover {
    background-color: #1d1c57;
    border-color: #1d1c57;
    color: #ffffff !important;
    box-shadow: 0 10px 25px rgba(29, 28, 87, 0.2);
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .featured-highlights-section {
        padding: 60px 0;
    }
    .highlight-row {
        margin-bottom: 60px;
    }
    .highlight-title {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .highlight-content {
        padding: 0;
        margin-top: 20px;
    }
}

/* ── Spacing & Overflow Fixes ───────────────────────────────── */

/* Kill phantom white-space below footer.
   GSAP ScrollTrigger / parallax scripts can push the scrollable
   area beyond the last visible element. Clipping prevents this. */
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    position: relative;
}

/* Ensure footer sits flush at the bottom — no trailing gap */
.main-footer {
    margin-bottom: 0 !important;
}

/* Tighten the gap between the Moving/Storage section and
   the "Every move counts" Our Projects section */
.our-projects {
    padding-top: 30px !important;
}

.featured-highlights-section {
    padding-bottom: 10px !important;
}

/* ==========================================================================
   Internal Pages Premium Layout Override Styles
   ========================================================================== */

/* Overlapping Header Column Styles */
.page-header,
.page-header.parallaxie {
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 130px 0 100px;
    z-index: 15;
    overflow: visible !important;
}

.page-header .container,
.page-header .row {
    overflow: visible !important;
}

.page-header .parallaxie {
    overflow: visible !important;
}

.page-header-quote-card {
    background: #ffffff !important; /* Pure white background */
    border: 1px solid rgba(255, 66, 158, 0.18) !important;
    border-top: 5px solid #ff429e !important; /* Premium top pink highlight bar */
    border-bottom: 5px solid #ff429e !important; /* Premium bottom pink highlight bar */
    border-radius: 24px !important;
    padding: 24px 28px !important;
    box-shadow: 0 20px 50px rgba(29, 28, 87, 0.15) !important;
    margin-bottom: -240px !important;
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 530px !important;
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.page-header-quote-card:hover {
    box-shadow: 0 30px 60px rgba(29, 28, 87, 0.22) !important;
    border-color: rgba(255, 66, 158, 0.35) !important;
}

/* On mobile, the form stacks vertically so no overlap occurs — reset the negative margin */
@media (max-width: 767px) {
    .page-header-quote-card {
        margin-bottom: 30px !important;
    }
}

.page-header-quote-card .qm-header {
    margin-bottom: 16px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-header-quote-card .qm-header h2 {
    font-size: 20px !important;
    color: #1d1c57 !important;
    margin: 0 !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px;
}

.page-header-quote-card .qm-tracking-badge {
    margin-top: 0 !important;
    padding: 4px 12px !important;
    font-size: 11px !important;
    border-radius: 30px !important;
    background: rgba(29, 28, 87, 0.05) !important;
    border: 1px solid rgba(29, 28, 87, 0.08) !important;
    color: #1d1c57 !important;
    font-weight: 700 !important;
    display: inline-block;
}

.page-header-quote-card .qm-form-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
}

@media (max-width: 575px) {
    .page-header-quote-card .qm-form-grid {
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
}

.page-header-quote-card .qm-field-group {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-header-quote-card .qm-field-group label {
    margin-bottom: 4px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #1d1c57 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 0 !important;
    display: inline-block !important;
}

.page-header-quote-card .qm-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.page-header-quote-card .qm-input-container > i {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 14px !important;
    color: rgba(29, 28, 87, 0.4) !important;
    font-size: 15px !important;
    pointer-events: none;
    transition: color 0.3s ease !important;
}

.page-header-quote-card .qm-input-container input,
.page-header-quote-card .qm-input-container select {
    width: 100%;
    padding: 10px 14px 10px 38px !important;
    border-radius: 12px !important;
    height: 42px !important;
    font-size: 14px !important;
    background: #f8fafc !important;
    border: 1.5px solid rgba(29, 28, 87, 0.08) !important;
    color: #1d1c57 !important;
    font-weight: 600 !important;
    outline: none;
    transition: all 0.3s ease !important;
    box-sizing: border-box;
}

.page-header-quote-card .qm-input-container input:hover,
.page-header-quote-card .qm-input-container select:hover {
    background: #f1f5f9 !important;
    border-color: rgba(255, 66, 158, 0.3) !important;
}

.page-header-quote-card .qm-input-container input:focus,
.page-header-quote-card .qm-input-container select:focus {
    background: #ffffff !important;
    border-color: #ff429e !important;
    box-shadow: 0 0 0 4px rgba(255, 66, 158, 0.12) !important;
}

.page-header-quote-card .qm-input-container input:focus + i,
.page-header-quote-card .qm-input-container select:focus ~ i {
    color: #ff429e !important;
}

.page-header-quote-card .qm-field-full {
    grid-column: span 2;
}

@media (max-width: 575px) {
    .page-header-quote-card .qm-field-full {
        grid-column: span 1;
    }
}

.page-header-quote-card .qm-action-row {
    display: flex;
    gap: 12px !important;
    margin-top: 18px !important;
}

@media (max-width: 575px) {
    .page-header-quote-card .qm-action-row {
        flex-direction: column;
        gap: 10px;
    }
}

.page-header-quote-card .qm-btn {
    flex: 1;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
}

.page-header-quote-card .qm-btn-whatsapp {
    background: #25d366 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
}

.page-header-quote-card .qm-btn-whatsapp:hover {
    background: #128c7e !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(18, 140, 126, 0.3) !important;
    color: #ffffff !important;
}

.page-header-quote-card .qm-btn-submit {
    background: #ff429e !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(255, 66, 158, 0.2) !important;
}

.page-header-quote-card .qm-btn-submit:hover {
    background: #1d1c57 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(29, 28, 87, 0.3) !important;
    color: #ffffff !important;
}

.header-sentence-title {
    font-size: 22px;
    color: #ffffff;
    opacity: 0.95;
    margin-top: 15px;
    font-weight: 500;
    line-height: 1.5em;
    max-width: 580px;
}

@media (min-width: 768px) {
    .page-header-box {
        text-align: left;
    }
    .header-sentence-title {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .page-header-box {
        text-align: center;
    }
    .header-sentence-title {
        text-align: center;
        margin: 15px auto 0;
    }
}


/* Note: The ribbon already accommodates the form card overlap via padding-top: 270px.
   No extra padding-top is needed on content sections that follow the ribbon. */

/* Custom checkmarks styling */
.checkmark-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.checkmark-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: var(--text-color);
    line-height: 1.6em;
    text-align: left;
}

.checkmark-list li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #34a853; /* Safe green check */
    font-size: 18px;
}

/* CTA Grey Strip Styles */
.cta-grey-strip {
    background-color: #f4f5f9;
    padding: 30px 0;
    border-top: 1px solid #e1e3eb;
    border-bottom: 1px solid #e1e3eb;
    position: relative;
    overflow: hidden;
}

.cta-grey-strip .cta-truck-img {
    height: 130px;
    width: auto;
    object-fit: contain;
    transform: scaleX(-1); /* Points forward/right */
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
}

.cta-grey-strip h3 {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 5px;
    font-weight: 500;
}

.cta-grey-strip h2 {
    font-size: 28px;
    color: var(--primary-color);
    font-weight: 800;
    letter-spacing: 0.5px;
}

.cta-grey-strip .btn-default {
    background-color: #ff429e;
    color: #ffffff;
    border-radius: 8px;
    padding: 16px 36px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(255, 66, 158, 0.3);
}

.cta-grey-strip .btn-default:hover {
    background-color: var(--primary-color);
    box-shadow: 0 4px 15px rgba(29, 28, 87, 0.3);
}

/* Centered specific feature cards */
.centered-feature-box {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #eee;
    transition: all 0.3s ease;
    height: 100%;
}

.centered-feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(255, 66, 158, 0.08);
    border-color: rgba(255, 66, 158, 0.2);
}

.centered-feature-box .icon-box {
    width: 70px;
    height: 70px;
    background: rgba(255, 66, 158, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #ff429e;
    font-size: 28px;
}

.centered-feature-box h3 {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 700;
}

.centered-feature-box p {
    font-size: 14.5px;
    color: var(--text-color);
    margin-bottom: 0;
    line-height: 1.6em;
}

/* Partners Logo Ticker styles — Styled as a beautiful team moving gallery */
.partner-logo-ticker {
    background: #ffffff;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(29, 28, 87, 0.06);
    border-bottom: 1px solid rgba(29, 28, 87, 0.06);
}

.partner-ticker-track {
    display: flex;
    width: max-content;
    animation: scroll-partner-ticker 35s linear infinite;
    gap: 20px;
    align-items: center;
    padding: 0 10px;
}

.partner-logo-item {
    flex-shrink: 0;
}

.partner-logo-item img {
    height: 160px;
    width: 240px;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: none;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(29, 28, 87, 0.08);
}

.partner-logo-item img:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: 0 12px 28px rgba(255, 66, 158, 0.18);
}

@keyframes scroll-partner-ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* Autocomplete suggestions dropdown positioning fix */
.page-header-quote-card .custom-autocomplete-suggestions {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin-top: 4px;
    border-radius: 10px;
    z-index: 9999;
}

/* ==========================================================================
   10. PREMIUM RELOCATION QUOTE MODAL POPUP
   ========================================================================== */

.qm-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 28, 87, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    overflow-y: auto;
    padding: 40px 10px;
}

.qm-backdrop.qm-active {
    opacity: 1;
    pointer-events: auto;
}

.qm-card {
    background: #ffffff;
    border: 1px solid rgba(29, 28, 87, 0.08);
    border-radius: 20px;
    width: 95%;
    max-width: 680px;
    padding: 24px 30px;
    box-shadow: 0 20px 40px rgba(29, 28, 87, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    transform: scale(0.92) translateY(20px);
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 50px auto;
}

.qm-backdrop.qm-active .qm-card {
    transform: scale(1) translateY(0);
}

.qm-close-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(29, 28, 87, 0.05);
    border: 1px solid rgba(29, 28, 87, 0.08);
    color: #1d1c57;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 10;
}

.qm-close-btn:hover {
    background: rgba(255, 66, 158, 0.1);
    border-color: #ff429e;
    color: #ff429e;
    transform: rotate(90deg);
    box-shadow: 0 0 10px rgba(255, 66, 158, 0.2);
}

.qm-header {
    text-align: center;
    margin-bottom: 20px;
}

.qm-icon-wrapper {
    width: 48px;
    height: 48px;
    margin: 0 auto 10px;
    background: rgba(255, 66, 158, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(255, 66, 158, 0.15);
    border: 1px solid rgba(255, 66, 158, 0.2);
}

.qm-icon-wrapper i {
    color: #ff429e;
    font-size: 18px;
    animation: qm-truck-wiggle 3s infinite ease-in-out;
}

@keyframes qm-truck-wiggle {
    0%, 100% { transform: translateX(0) rotate(0); }
    50% { transform: translateX(3px) rotate(1deg); }
}

.qm-header h2 {
    font-size: 22px;
    color: #1d1c57;
    margin-bottom: 4px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.qm-header p {
    color: #565969;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

/* Form Grid Layout */
.qm-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

@media (max-width: 575px) {
    .qm-form-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .qm-card {
        padding: 20px 15px 20px;
    }
}

.qm-field-full {
    grid-column: span 2;
}

@media (max-width: 575px) {
    .qm-field-full {
        grid-column: span 1;
    }
}

.qm-field-group {
    position: relative;
    display: flex;
    flex-direction: column;
}

.qm-field-group label {
    color: #1d1c57;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 0.1px;
    text-transform: uppercase;
}

.qm-input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.qm-input-container > i {
    position: absolute;
    left: 12px;
    color: #ff429e;
    font-size: 13px;
    pointer-events: none;
    transition: color 0.3s;
}

.qm-input-container input,
.qm-input-container select {
    width: 100%;
    padding: 10px 14px 10px 34px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    color: #1d1c57;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.qm-input-container input::placeholder {
    color: #a0aec0;
}

/* Focus & Autofill States */
.qm-input-container input:focus,
.qm-input-container select:focus {
    border-color: #ff429e;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(255, 66, 158, 0.2);
}

.qm-input-container input:focus + i,
.qm-input-container select:focus ~ i {
    color: #1d1c57;
}

/* Specific styles for Date Input */
.qm-input-container input[type="date"] {
    color-scheme: light; /* Native datepicker for light background */
}

/* Custom Styled Select Dropdown */
.qm-select-wrapper {
    position: relative;
    width: 100%;
}

.qm-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 36px; /* Space for custom arrow */
}

.qm-select-wrapper select option {
    background-color: #ffffff;
    color: #1d1c57;
    padding: 10px;
}

.qm-select-wrapper::after {
    content: "\f078"; /* fa-chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #1d1c57;
    font-size: 11px;
    pointer-events: none;
    transition: color 0.3s;
}

.qm-select-wrapper:hover::after {
    color: #ff429e;
}

/* Button Section Styles */
.qm-action-row {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .qm-action-row {
        flex-direction: column;
        gap: 10px;
    }
}

.qm-btn {
    flex: 1;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    outline: none;
}

.qm-btn-whatsapp {
    background-color: #25D366;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(37, 211, 102, 0.15);
}

.qm-btn-whatsapp:hover {
    background-color: #1ebd59;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.25);
}

.qm-btn-submit {
    background-color: #ff429e;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(255, 66, 158, 0.15);
}

.qm-btn-submit:hover {
    background-color: #1d1c57;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(29, 28, 87, 0.2);
}

/* Validation Error Classes */
.qm-input-error {
    border-color: rgba(230, 87, 87, 0.8) !important;
    box-shadow: 0 0 8px rgba(230, 87, 87, 0.15) !important;
    background-color: rgba(230, 87, 87, 0.02) !important;
}

.qm-error-msg {
    color: rgba(230, 87, 87, 0.95);
    font-size: 11px;
    margin-top: 3px;
    font-weight: 500;
    display: none;
}

/* Native Success State Wrapper */
.qm-success-state {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 10px;
    animation: qm-fade-in-scale 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes qm-fade-in-scale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.qm-success-icon {
    width: 60px;
    height: 60px;
    background: rgba(37, 211, 102, 0.1);
    border: 2px solid #25D366;
    color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
    box-shadow: 0 0 15px rgba(37, 211, 102, 0.15);
    animation: qm-success-pulse 2s infinite;
}

@keyframes qm-success-pulse {
    0%, 100% { transform: scale(1); box-shadow: 0 0 15px rgba(37, 211, 102, 0.15); }
    50% { transform: scale(1.05); box-shadow: 0 0 25px rgba(37, 211, 102, 0.3); }
}

.qm-success-state h3 {
    color: #1d1c57;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.qm-success-state p {
    color: #565969;
    font-size: 14px;
    line-height: 1.5;
    max-width: 420px;
    margin-bottom: 20px;
}

.qm-success-state p strong {
    color: #ff429e;
}

.qm-btn-success-close {
    background-color: transparent;
    color: #565969;
    border: 1px solid rgba(29, 28, 87, 0.2);
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.qm-btn-success-close:hover {
    color: #1d1c57;
    background-color: rgba(29, 28, 87, 0.05);
    border-color: rgba(29, 28, 87, 0.4);
}

/* Autocomplete Suggestions inside modal container */
.qm-input-container .custom-autocomplete-suggestions {
    top: 100%;
    left: 0;
    right: 0;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(29, 28, 87, 0.15);
    border: 1px solid rgba(29, 28, 87, 0.15);
    background: #ffffff;
    margin-top: 5px;
}

/* Tracking ID Badge & Success Layout */
.qm-tracking-badge {
    display: inline-block;
    background: rgba(29, 28, 87, 0.05);
    border: 1px dashed rgba(29, 28, 87, 0.2);
    color: #1d1c57;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 0.5px;
}

.qm-tracking-badge strong {
    color: #ff429e;
    font-family: monospace;
    font-size: 13px;
}

.qm-success-tracking {
    background: rgba(37, 211, 102, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.25);
    color: #1ebd59;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 600;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.qm-success-tracking strong {
    color: #ff429e;
    font-family: monospace;
    font-size: 14.5px;
}

/* Spacing for autocomplete suggestion items */
.suggestion-item i {
    margin-right: 10px !important;
}

/* ==========================================================================
   Premium Single Service Creative Section Styles (Overview, Process, Includes, FAQ)
   ========================================================================== */

/* Overview Section */
.svc-overview-section {
    padding: 60px 0;
    background: #ffffff;
    overflow: hidden;
}

.svc-eyebrow {
    color: #ff429e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 12px;
}

.svc-img-wrapper {
    position: relative;
    padding-right: 25px;
}

.svc-main-img img {
    border-radius: 30px;
    box-shadow: 0 20px 45px rgba(29, 28, 87, 0.08);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.svc-float-badge {
    position: absolute;
    background: #ff429e;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 10px 25px rgba(255, 66, 158, 0.25);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
    transition: all 0.3s ease;
}

.svc-badge-top {
    top: 30px;
    left: -20px;
}

.svc-float-card {
    position: absolute;
    bottom: 35px;
    right: -15px;
    background: #1d1c57;
    color: #ffffff;
    padding: 18px 28px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(29, 28, 87, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 5;
    transition: all 0.3s ease;
}

.svc-float-card-icon {
    background: rgba(255, 255, 255, 0.1);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff429e;
    font-size: 18px;
}

.svc-float-card strong {
    font-size: 20px;
    font-weight: 800;
    display: block;
    line-height: 1.2;
    font-family: "DM Sans", sans-serif;
}

.svc-float-card span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.svc-overview-content h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1d1c57;
    line-height: 1.2;
    margin-bottom: 25px;
}

.svc-overview-content p {
    font-size: 16px;
    line-height: 1.65;
    color: #6b6a99;
    margin-bottom: 20px;
}

/* Stats Row */
.svc-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 35px 0;
    border-top: 1px solid rgba(29, 28, 87, 0.08);
    border-bottom: 1px solid rgba(29, 28, 87, 0.08);
    padding: 25px 0;
}

.svc-stat-box {
    display: flex;
    flex-direction: column;
}

.svc-stat-box strong {
    font-size: 32px;
    font-weight: 800;
    color: #1d1c57;
    font-family: "DM Sans", sans-serif;
}

.svc-stat-box span {
    font-size: 14px;
    color: #6b6a99;
    margin-top: 4px;
    font-weight: 500;
}

.svc-overview-actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.svc-call-link {
    font-size: 16px;
    font-weight: 700;
    color: #1d1c57;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.svc-call-link:hover {
    color: #ff429e;
}

/* Process Section */
.svc-process-section {
    padding: 60px 0 35px;
    background: #fafafd;
}

.svc-process-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 50px;
}

.svc-process-step {
    flex: 1;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    text-align: center;
    border: 1px solid rgba(29, 28, 87, 0.03);
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.svc-process-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(29, 28, 87, 0.08);
    border-color: rgba(255, 66, 158, 0.2);
}

.svc-step-icon-wrap {
    width: 74px;
    height: 74px;
    background: rgba(255, 66, 158, 0.08);
    color: #ff429e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 28px;
    transition: all 0.3s ease;
}

.svc-process-step:hover .svc-step-icon-wrap {
    background: #ff429e;
    color: #ffffff;
    transform: scale(1.05);
}

.svc-step-num {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 16px;
    font-weight: 800;
    color: rgba(29, 28, 87, 0.1);
    font-family: "DM Sans", sans-serif;
}

.svc-process-step h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1d1c57;
    margin-bottom: 12px;
}

.svc-process-step p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #6b6a99;
    margin: 0;
}

.svc-process-connector {
    color: rgba(29, 28, 87, 0.15);
    font-size: 20px;
    font-weight: 900;
    user-select: none;
}

/* Includes Section */
.svc-includes-section {
    padding: 60px 0;
    background: #ffffff;
}

.svc-includes-section h2 {
    font-size: 40px;
    font-weight: 800;
    color: #1d1c57;
    line-height: 1.25;
    margin-bottom: 25px;
}

.svc-includes-section p {
    font-size: 16px;
    line-height: 1.65;
    color: #6b6a99;
    margin-bottom: 25px;
}

.svc-guarantee-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 66, 158, 0.05);
    border: 1px solid rgba(255, 66, 158, 0.15);
    padding: 12px 20px;
    border-radius: 12px;
    color: #ff429e;
    font-weight: 600;
    display: inline-flex;
    margin-top: 15px;
}

.svc-guarantee-badge i {
    font-size: 18px;
}

.svc-includes-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.svc-include-item {
    display: flex;
    gap: 18px;
    background: #fafafd;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(29, 28, 87, 0.02);
    transition: all 0.3s ease;
}

.svc-include-item:hover {
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(29, 28, 87, 0.05);
    border-color: rgba(255, 66, 158, 0.15);
}

.svc-include-icon {
    font-size: 26px;
    color: #ff429e;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.svc-include-item:hover .svc-include-icon {
    transform: scale(1.1);
}

.svc-include-text h4 {
    font-size: 17px;
    font-weight: 700;
    color: #1d1c57;
    margin-bottom: 6px;
}

.svc-include-text p {
    font-size: 14px;
    color: #6b6a99;
    margin: 0;
    line-height: 1.45;
}

/* FAQ Section */
.svc-faq-section {
    padding: 60px 0 25px;
    background: #ffffff;
}

.svc-faq-cta-panel {
    background: #1d1c57;
    border-radius: 30px;
    padding: 45px 35px;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 20px 45px rgba(29, 28, 87, 0.15);
}

.svc-faq-icon {
    font-size: 48px;
    color: #ff429e;
    margin-bottom: 20px;
}

.svc-faq-cta-panel h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
}

.svc-faq-cta-panel h2 span {
    color: #ff429e;
    display: block;
}

.svc-faq-cta-panel p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.svc-faq-call-btn {
    background: #ff429e;
    color: #ffffff;
    padding: 14px;
    border-radius: 12px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.svc-faq-call-btn:hover {
    background: #e03286;
    color: #ffffff;
}

.svc-faq-wa-btn {
    background: #25d366;
    color: #ffffff;
    padding: 14px;
    border-radius: 12px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.svc-faq-wa-btn:hover {
    background: #20ba56;
    color: #ffffff;
}

.svc-faq-email-btn {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 14px;
    border-radius: 12px;
    display: block;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.svc-faq-email-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
}

.svc-faq-header {
    margin-bottom: 35px;
}

/* Custom Accordion override inside Service single */
#svcFaqAccordion .accordion-item {
    background-color: #ffffff;
    border: 1px solid rgba(29, 28, 87, 0.05) !important;
    border-radius: 16px !important;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.01);
}

#svcFaqAccordion .accordion-header {
    border: none;
}

#svcFaqAccordion .accordion-button {
    background: #ffffff;
    color: #1d1c57;
    font-size: 16.5px;
    font-weight: 700;
    padding: 22px 25px;
    box-shadow: none !important;
    border: none;
}

#svcFaqAccordion .accordion-button:not(.collapsed) {
    color: #ff429e;
}

#svcFaqAccordion .accordion-button::after {
    background-size: 14px;
}

#svcFaqAccordion .accordion-body {
    padding: 5px 25px 25px;
    color: #6b6a99;
    line-height: 1.6;
    font-size: 15px;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .svc-overview-section,
    .svc-process-section,
    .svc-includes-section,
    .svc-faq-section {
        padding: 45px 0;
    }
    
    .svc-img-wrapper {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .svc-process-grid {
        flex-direction: column;
        gap: 30px;
    }

    .svc-process-connector {
        transform: rotate(90deg);
        margin: 0;
    }
    
    .svc-includes-grid {
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .svc-overview-content h2,
    .svc-includes-section h2 {
        font-size: 32px;
    }

    .svc-stats-row {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }
    
    .svc-includes-grid {
        grid-template-columns: 1fr;
    }
    
    .svc-overview-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .svc-call-link {
        justify-content: center;
    }
    
    .svc-float-badge {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .svc-float-card {
        padding: 14px 20px;
    }
    
    .svc-float-card strong {
        font-size: 16px;
    }
}

/* Dynamic Service Detail Section Styles */
.svc-promo-details-section {
    padding: 70px 0;
    background-color: #fafafd;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(29, 28, 87, 0.05);
}

.promo-details-content h2 {
    font-size: 38px;
    font-weight: 800;
    color: #1d1c57;
    line-height: 1.3;
    margin-bottom: 20px;
}

.promo-details-content h2 span {
    color: #ff429e;
}

.promo-desc {
    font-size: 16.5px;
    line-height: 1.65;
    color: #6b6a99;
    margin-bottom: 25px;
}

.promo-checklist {
    list-style: none;
    padding: 0;
    margin: 0 0 35px 0;
}

.promo-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.promo-chk-icon {
    width: 22px;
    height: 22px;
    background: rgba(255, 66, 158, 0.1);
    color: #ff429e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.promo-chk-text {
    font-size: 15.5px;
    color: #1d1c57;
    font-weight: 500;
}

.promo-action-row {
    display: flex;
    align-items: center;
    gap: 25px;
}

.promo-wa-link {
    color: #25d366;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.promo-wa-link:hover {
    color: #1ebd59;
}

/* Image styling */
.promo-details-image-wrapper {
    position: relative;
    padding-left: 20px;
    z-index: 5;
}

.promo-image-decor {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 66, 158, 0.15) 0%, rgba(29, 28, 87, 0.05) 100%);
    border-radius: 30px;
    z-index: -1;
    transform: rotate(-3deg);
}

.promo-main-img {
    border-radius: 30px;
    box-shadow: 0 20px 45px rgba(29, 28, 87, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: transform 0.5s ease;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.promo-details-image-wrapper:hover .promo-main-img {
    transform: scale(1.02);
}

/* Responsive adjustment */
@media (max-width: 991px) {
    .svc-promo-details-section {
        padding: 50px 0;
    }
    
    .promo-details-content h2 {
        font-size: 32px;
    }
    
    .promo-details-image-wrapper {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .promo-main-img {
        height: auto;
        max-height: 350px;
    }
}

/* Sibling adjustment to tighten spacing around ribbon when it sits between process and includes sections */
.kenyan-awards-ribbon + .svc-includes-section {
    padding-top: 35px;
}

/* FAQ Side Image Card Styles */
.svc-faq-image-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(29, 28, 87, 0.08);
    border: 1px solid rgba(29, 28, 87, 0.03);
    position: relative;
}

.faq-side-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.svc-faq-image-card:hover .faq-side-img {
    transform: scale(1.03);
}

/* Premium Scrollable Mobile Navigation with Visual Hierarchy */
.slicknav_nav {
    max-height: 75vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

/* Scrollbar styles for modern touch scroll look in the mobile menu */
.slicknav_nav::-webkit-scrollbar {
    width: 4px;
}
.slicknav_nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}
.slicknav_nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
}

/* Differentiate top-level navigation items from nested sub-menus */
.slicknav_nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.slicknav_nav > li > a, 
.slicknav_nav > li > .slicknav_row {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #ffffff !important;
    text-shadow: none !important;
    padding: 12px 20px !important;
}

/* Sub-menus nesting background depth */
.slicknav_nav ul {
    background: rgba(0, 0, 0, 0.12) !important;
    padding: 6px 0 !important;
    margin: 0 !important;
}

/* Style child list items / sub-links */
.slicknav_nav ul li a {
    font-weight: 500 !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.82) !important;
    padding: 10px 20px 10px 35px !important;
    transition: all 0.25s ease-in-out !important;
}

.slicknav_nav ul li a:hover,
.slicknav_nav ul li a:focus {
    color: var(--primary-color) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}
/* Custom styled Flatpickr Calendar */
.flatpickr-calendar {
    background: #ffffff !important;
    border: 1px solid rgba(255, 66, 158, 0.18) !important;
    box-shadow: 0 15px 35px rgba(29, 28, 87, 0.12) !important;
    border-radius: 16px !important;
    font-family: inherit !important;
    border-top: 4px solid #ff429e !important;
    border-bottom: 4px solid #1d1c57 !important;
}

.flatpickr-months .flatpickr-month {
    background: transparent !important;
    color: #1d1c57 !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 700 !important;
    color: #1d1c57 !important;
}

.flatpickr-current-month input.cur-year {
    font-weight: 700 !important;
    color: #1d1c57 !important;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #ff429e !important;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #ff429e !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg, 
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #ff429e !important;
}

span.flatpickr-weekday {
    color: #1d1c57 !important;
    font-weight: 700 !important;
}

/* Style for individual days to be bold black for legibility */
.flatpickr-day {
    color: #000000 !important;
    font-weight: 600 !important;
    border-radius: 50% !important;
}

/* Faded look for previous/next month days only if they are disabled (past days) */
.flatpickr-day.prevMonthDay.flatpickr-disabled,
.flatpickr-day.nextMonthDay.flatpickr-disabled {
    color: #cbd5e1 !important;
    font-weight: 400 !important;
}

/* Make selectable previous/next month days bold black too */
.flatpickr-day.prevMonthDay:not(.flatpickr-disabled),
.flatpickr-day.nextMonthDay:not(.flatpickr-disabled) {
    color: #000000 !important;
    font-weight: 600 !important;
}

/* Faded look for past/disabled days */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: #cbd5e1 !important;
    background: transparent !important;
    cursor: not-allowed !important;
}

/* Today's date styling */
.flatpickr-day.today {
    border-color: rgba(29, 28, 87, 0.3) !important;
    color: #1d1c57 !important;
}

.flatpickr-day.today:hover {
    background: rgba(29, 28, 87, 0.05) !important;
}

/* Chosen / selected date circled in pink */
.flatpickr-day.selected, 
.flatpickr-day.selected:focus, 
.flatpickr-day.selected:hover {
    background: transparent !important;
    border: 2px solid #ff429e !important;
    color: #ff429e !important;
    font-weight: 800 !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(255, 66, 158, 0.15) !important;
}

.flatpickr-day:hover {
    background: rgba(255, 66, 158, 0.08) !important;
    color: #ff429e !important;
}

/* Auth Modal Popup Styles */
.auth-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 28, 87, 0.6);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.auth-modal-backdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.auth-modal-card {
    background: #ffffff;
    border-radius: 24px;
    width: 90%;
    max-width: 820px;
    height: auto;
    min-height: 520px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.auth-modal-backdrop.active .auth-modal-card {
    transform: scale(1) translateY(0);
}

.auth-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(29, 28, 87, 0.05);
    border: none;
    color: #1d1c57;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
}

.auth-modal-close:hover {
    background: #ff429e;
    color: #ffffff;
}

.auth-modal-body {
    display: flex;
    height: 100%;
    min-height: 520px;
}

/* Left Pane Styles */
.auth-left-pane {
    width: 40%;
    background: #a94b7b; /* Rich dark pink base */
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    color: #ffffff;
}

/* Geometric overlays styled precisely like the image */
.auth-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.auth-shape-1 {
    position: absolute;
    top: -20%;
    left: -20%;
    width: 140%;
    height: 140%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%);
    transform: rotate(-15deg);
}

.auth-shape-2 {
    position: absolute;
    bottom: -30%;
    right: -20%;
    width: 120%;
    height: 120%;
    background: rgba(0, 0, 0, 0.08);
    transform: rotate(30deg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-tab-nav {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    align-items: center;
}

.auth-tab-btn {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    padding: 12px 30px;
    width: 80%;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-align: center;
}

.auth-tab-btn.active {
    background: #ffffff;
    color: #a94b7b;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.auth-tab-btn:not(.active):hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* Right Pane Styles */
.auth-right-pane {
    width: 60%;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    position: relative;
}

.auth-avatar-header {
    text-align: center;
    margin-bottom: 24px;
}

.auth-avatar-circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(169, 75, 123, 0.1);
    color: #a94b7b;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    border: 2px solid rgba(169, 75, 123, 0.2);
    box-shadow: 0 4px 10px rgba(169, 75, 123, 0.1);
}

.auth-greeting {
    font-size: 24px;
    color: #1d1c57;
    font-weight: 800;
    margin: 0;
}

.auth-subtitle {
    font-size: 13.5px;
    color: #718096;
    margin: 4px 0 0;
}

/* Form Styles */
.auth-form-view {
    display: none;
}

.auth-form-view.active {
    display: block;
}

.auth-field-group {
    margin-bottom: 18px;
}

.auth-input-wrapper {
    position: relative;
    border-bottom: 1.5px solid #e2e8f0;
    display: flex;
    align-items: center;
    transition: border-color 0.3s ease;
}

.auth-input-wrapper:focus-within {
    border-color: #a94b7b;
}

.auth-input-wrapper i {
    color: #a0aec0;
    font-size: 16px;
    margin-right: 12px;
    width: 20px;
    text-align: center;
}

.auth-input-wrapper input {
    border: none;
    background: transparent;
    outline: none;
    padding: 12px 35px 12px 0;
    font-size: 15px;
    color: #1d1c57;
    font-weight: 500;
    width: 100%;
}

.auth-input-wrapper .toggle-password {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-right: 0;
    color: #a0aec0;
    transition: color 0.3s ease;
    z-index: 5;
}

.auth-input-wrapper .toggle-password:hover {
    color: #ff429e;
}

.auth-input-wrapper input::placeholder {
    color: #a0aec0;
    font-weight: 400;
}

.auth-links-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -6px;
    margin-bottom: 24px;
    width: 100%;
}

.auth-remember-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13.5px;
    color: #718096;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.auth-remember-check {
    accent-color: #a94b7b;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.auth-forgot-link {
    color: #a0aec0;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-forgot-link:hover {
    color: #a94b7b;
}

.auth-submit-btn {
    width: 100%;
    background: #a94b7b;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(169, 75, 123, 0.2);
    transition: all 0.3s ease;
}

.auth-submit-btn:hover {
    background: #1d1c57;
    box-shadow: 0 6px 15px rgba(29, 28, 87, 0.25);
    transform: translateY(-1px);
}

/* Social Login Footer */
.auth-social-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 20px;
    margin-top: 24px;
    text-align: center;
}

.auth-social-title {
    font-size: 12px;
    color: #a0aec0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 12px;
}

.auth-social-buttons {
    display: flex;
    gap: 16px;
}

.auth-social-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    padding: 10px 16px;
    color: #1d1c57;
    font-size: 13.5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    background: #ffffff;
}

.auth-social-btn:hover {
    border-color: rgba(169, 75, 123, 0.3);
    background: #f8fafc;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .auth-modal-card {
        max-width: 420px;
    }
    
    .auth-modal-body {
        flex-direction: column;
        min-height: auto;
    }
    
    .auth-left-pane {
        width: 100%;
        padding: 24px;
    }
    
    .auth-tab-nav {
        flex-direction: row;
        justify-content: center;
        gap: 10px;
    }
    
    .auth-tab-btn {
        width: auto;
        padding: 8px 18px;
        font-size: 13px;
    }
    
    .auth-right-pane {
        width: 100%;
        padding: 30px 24px;
    }
    
    .auth-avatar-header {
        margin-bottom: 16px;
    }
    
    .auth-avatar-circle {
        width: 56px;
        height: 56px;
        font-size: 22px;
    }
    
    .auth-greeting {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .mobile-only-menu-item {
        display: none !important;
    }
}

/* Make Register Form a clean two-column grid (rectangular layout) */
#authRegisterForm {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
}

#authRegisterForm .auth-field-group {
    margin-bottom: 0 !important;
}

#authRegisterForm .auth-field-full {
    grid-column: span 2 !important;
}

#authRegisterForm .auth-submit-btn {
    grid-column: span 2 !important;
    margin-top: 6px !important;
}

@media (max-width: 575px) {
    #authRegisterForm {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    #authRegisterForm .auth-field-full {
        grid-column: span 1 !important;
    }
    #authRegisterForm .auth-submit-btn {
        grid-column: span 1 !important;
    }
}


/* ============================================================
   TRACK MY ID — BUTTON
============================================================ */
.btn-track-id {
    background: #ff429e !important;
    border: none !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-track-id:hover {
    background: #e8007a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(255, 66, 158,0.6);
}

/* ============================================================
   TRACK MY ID — MODAL BACKDROP
============================================================ */
.tracking-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.tracking-modal-backdrop.open {
    display: flex;
    animation: tmFadeIn 0.3s ease;
}
@keyframes tmFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ── MODAL CARD ── */
.tracking-modal-card {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 4px solid #ff429e;
    border-bottom: 4px solid #ff429e;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15), 0 4px 0 #ff429e inset, 0 -4px 0 #ff429e inset;
    overflow: hidden;
    animation: tmSlideUp 0.35s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes tmSlideUp {
    from { opacity:0; transform: translateY(30px) scale(0.97); }
    to   { opacity:1; transform: translateY(0) scale(1); }
}

/* ── CLOSE BUTTON ── */
.tracking-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 10;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}
.tracking-modal-close:hover {
    background: #ff429e;
    color: #fff;
    border-color: #ff429e;
    transform: rotate(90deg);
}

/* ── TOP BAR ── */
.tracking-topbar {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    padding: 28px 28px 0;
    flex-wrap: wrap;
}
.tracking-id-input-wrap {
    flex: 1;
    min-width: 240px;
}
.tracking-id-label {
    display: block;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.tracking-id-label i { color: #ff429e; margin-right: 5px; }

.tracking-id-field {
    display: flex;
    gap: 8px;
}
.tracking-id-field input {
    flex: 1;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 10px;
    color: #111827;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 16px;
    outline: none;
    transition: border-color 0.25s, box-shadow 0.25s;
    font-family: 'DM Mono', 'Courier New', monospace;
    letter-spacing: 1.5px;
}
.tracking-id-field input::placeholder { color: #9ca3af; letter-spacing: 0.5px; font-weight: 400; }
.tracking-id-field input:focus {
    border-color: #ff429e;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255, 66, 158,0.15);
}
.tracking-id-field input.input-error { border-color: #f87171; box-shadow: 0 0 0 3px rgba(248,113,113,0.15); }
.tracking-id-field input.input-success { border-color: #34d399; box-shadow: 0 0 0 3px rgba(52,211,153,0.15); }

.btn-track-now {
    background: linear-gradient(135deg, #ff429e, #7c3aed);
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 22px;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: transform 0.2s, box-shadow 0.2s;
}
.btn-track-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 66, 158,0.45);
}

.tracking-id-hint {
    margin-top: 7px;
    font-size: 11px;
    color: #9ca3af;
    min-height: 16px;
    transition: color 0.2s;
}
.tracking-id-hint.hint-error { color: #f87171; }
.tracking-id-hint.hint-success { color: #34d399; }

/* ── TABS ── */
.tracking-tabs-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 2px;
}
.tracking-tab {
    position: relative;
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-top: 3px solid #ff429e;
    border-bottom: 3px solid #ff429e;
    color: #6b7280;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 24px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
    display: flex;
    align-items: center;
    gap: 8px;
    letter-spacing: 0.3px;
    overflow: hidden;
}
.tracking-tab::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 66, 158,0.06), transparent);
    opacity: 0;
    transition: opacity 0.25s;
}
.tracking-tab:hover {
    color: #ff429e;
    border-color: #ff429e;
    border-top-color: #ff429e;
    border-bottom-color: #ff429e;
    background: #fff0f5;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 66, 158,0.18);
}
.tracking-tab:hover::after { opacity: 1; }
.tracking-tab.active {
    background: #ff429e;
    border: 3px solid #ff429e;
    border-top: 3px solid #e8007a;
    border-bottom: 3px solid #e8007a;
    color: #fff;
    box-shadow: 0 6px 24px rgba(255, 66, 158,0.45), 0 2px 8px rgba(255, 66, 158,0.3);
    transform: translateY(-1px);
}
.tracking-tab.active::after { opacity: 0; }
.tracking-tab i { font-size: 13px; transition: transform 0.2s; }
.tracking-tab:hover i, .tracking-tab.active i { transform: scale(1.15); }

/* ── DIVIDER ── */
.tracking-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 18px 28px 0;
}

/* ── CONTENT AREA ── */
.tracking-content-area {
    padding: 20px 28px 28px;
    min-height: 320px;
}

/* ── PANEL ── */
.tracking-panel { display: none; }
.tracking-panel.active { display: block; }

/* ── IDLE STATE ── */
.tracking-idle-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 36px 20px;
    text-align: center;
    gap: 10px;
}
.idle-icon-anim {
    font-size: 48px;
    color: rgba(255, 66, 158,0.5);
    animation: idleFloat 3s ease-in-out infinite;
}
@keyframes idleFloat {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}
.tracking-idle-state h3 { color: #111827; font-size: 20px; font-weight: 700; margin: 0; }
.tracking-idle-state p  { color: #6b7280; font-size: 13px; margin: 0; max-width: 340px; }
.demo-hint { font-size: 12px; color: #9ca3af; }
.demo-id-link {
    color: #ff429e;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline dotted;
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}
.demo-id-link:hover { color: #c2005a; text-decoration: underline solid; }

/* ============================================================
   LIVE MAP
============================================================ */
.live-map-container { margin-bottom: 16px; }
.live-map-bg {
    position: relative;
    background: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #1e3a5f 100%);
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    height: 200px;
    overflow: hidden;
}
.live-map-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 30px 30px;
}
.route-svg { position: absolute; inset: 0; width: 100%; height: 100%; }

.map-point {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}
.point-a { bottom: 25px; left: 40px; }
.point-b { top: 14px; right: 50px; }

.point-dot { width: 14px; height: 14px; border-radius: 50%; }
.pulse-green { background: #34d399; animation: pulseGreen 2s infinite; }
.pulse-pink  { background: #ff429e; animation: pulsePink 2s infinite; }

@keyframes pulseGreen {
    0%   { box-shadow: 0 0 0 0 rgba(52,211,153,0.6); }
    70%  { box-shadow: 0 0 0 12px rgba(52,211,153,0); }
    100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }
}
@keyframes pulsePink {
    0%   { box-shadow: 0 0 0 0 rgba(255, 66, 158,0.6); }
    70%  { box-shadow: 0 0 0 12px rgba(255, 66, 158,0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 66, 158,0); }
}

.point-label { display: flex; flex-direction: column; align-items: center; gap: 1px; }
.point-letter {
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    width: 20px; height: 20px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(255,255,255,0.25);
}
.point-name { font-size: 10px; color: rgba(255,255,255,0.65); white-space: nowrap; }

.map-truck {
    position: absolute;
    color: #ff429e;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    z-index: 5;
    animation: truckDrive 10s ease-in-out infinite;
}
@keyframes truckDrive {
    0%   { left: 12%; top: 68%; }
    40%  { left: 48%; top: 42%; }
    70%  { left: 70%; top: 54%; }
    100% { left: 86%; top: 26%; }
}
.truck-pulse {
    position: absolute;
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255, 66, 158,0.2);
    top: -8px; left: -8px;
    animation: truckPulse 1.5s ease-out infinite;
}
@keyframes truckPulse {
    0%   { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.8); opacity: 0; }
}
.truck-live-badge {
    background: rgba(255, 66, 158,0.9);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    padding: 2px 7px;
    border-radius: 20px;
    display: flex; align-items: center; gap: 4px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.live-dot {
    width: 6px; height: 6px;
    background: #fff;
    border-radius: 50%;
    animation: blinkDot 1s step-end infinite;
}

.map-overlay-stats {
    position: absolute;
    bottom: 12px; right: 14px;
    display: flex; flex-direction: column; gap: 5px;
}
.map-stat {
    background: rgba(0,0,0,0.55);
    border: 1px solid rgba(255,255,255,0.12);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 8px;
    display: flex; align-items: center; gap: 5px;
    backdrop-filter: blur(4px);
}
.map-stat i { color: #ff429e; font-size: 10px; }

/* ── shimmer animation ── */
@keyframes shimmer {
    0%   { background-position: -200% center; }
    100% { background-position:  200% center; }
}

/* ============================================================
   TRACKING INFO CARDS — CREATIVE
============================================================ */
.tracking-info-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
.tinfo-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 14px 15px;
    display: flex;
    align-items: center;
    gap: 13px;
    transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    overflow: hidden;
}
/* Gradient top stripe per card */
.tinfo-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 16px 16px 0 0;
}
/* Shimmer sweep */
.tinfo-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.6) 50%, transparent 70%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}
.tinfo-card:hover::after { opacity: 1; animation: shimmer 0.7s ease forwards; }

.tinfo-card:nth-child(1)::before { background: linear-gradient(90deg, #34d399, #10b981); }
.tinfo-card:nth-child(2)::before { background: linear-gradient(90deg, #60a5fa, #3b82f6); }
.tinfo-card:nth-child(3)::before { background: linear-gradient(90deg, #a78bfa, #7c3aed); }
.tinfo-card:nth-child(4)::before { background: linear-gradient(90deg, #ff429e, #e8007a); }

.tinfo-card:hover { transform: translateY(-4px) scale(1.02); }
.tinfo-card:nth-child(1):hover { box-shadow: 0 12px 28px rgba(16,185,129,0.22); }
.tinfo-card:nth-child(2):hover { box-shadow: 0 12px 28px rgba(59,130,246,0.22); }
.tinfo-card:nth-child(3):hover { box-shadow: 0 12px 28px rgba(124,58,237,0.22); }
.tinfo-card:nth-child(4):hover { box-shadow: 0 12px 28px rgba(255, 66, 158,0.22); }

.tinfo-icon {
    width: 42px; height: 42px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    position: relative;
}
.tinfo-green  { background: linear-gradient(135deg, #d1fae5, #a7f3d0); color: #059669; box-shadow: 0 4px 10px rgba(16,185,129,0.25); }
.tinfo-blue   { background: linear-gradient(135deg, #dbeafe, #bfdbfe); color: #2563eb; box-shadow: 0 4px 10px rgba(59,130,246,0.25); }
.tinfo-purple { background: linear-gradient(135deg, #ede9fe, #ddd6fe); color: #7c3aed; box-shadow: 0 4px 10px rgba(124,58,237,0.25); }
.tinfo-pink   { background: linear-gradient(135deg, #ffe4f0, #ffc2db); color: #ff429e; box-shadow: 0 4px 10px rgba(255, 66, 158,0.25); }

.tinfo-text { display: flex; flex-direction: column; min-width: 0; }
.tinfo-label { font-size: 9px; color: #9ca3af; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 3px; }
.tinfo-value { font-size: 14px; color: #111827; font-weight: 800; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.status-moving { color: #059669; }

/* ============================================================
   SECURITY BADGES — CREATIVE
============================================================ */
.tracking-security-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 6px;
}
.sec-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 11px;
    font-weight: 800;
    padding: 7px 16px;
    border-radius: 30px;
    border: none;
    cursor: default;
    letter-spacing: 0.4px;
    transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s;
    overflow: hidden;
}
/* shimmer sweep on badges */
.sec-badge::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,0.45) 50%, transparent 75%);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.2s;
}
.sec-badge:hover { transform: translateY(-3px) scale(1.04); }
.sec-badge:hover::after { opacity: 1; animation: shimmer 0.6s ease forwards; }
.sec-badge i { font-size: 11px; }

.sec-live {
    background: linear-gradient(135deg, #ff429e, #e8007a);
    color: #fff;
    box-shadow: 0 4px 14px rgba(255, 66, 158,0.35);
}
.sec-live:hover { box-shadow: 0 8px 24px rgba(255, 66, 158,0.5); }

.sec-insured {
    background: linear-gradient(135deg, #34d399, #059669);
    color: #fff;
    box-shadow: 0 4px 14px rgba(5,150,105,0.28);
}
.sec-insured:hover { box-shadow: 0 8px 24px rgba(5,150,105,0.45); }

.sec-sealed {
    background: linear-gradient(135deg, #a78bfa, #7c3aed);
    color: #fff;
    box-shadow: 0 4px 14px rgba(124,58,237,0.28);
}
.sec-sealed:hover { box-shadow: 0 8px 24px rgba(124,58,237,0.45); }

.sec-cctv {
    background: linear-gradient(135deg, #60a5fa, #2563eb);
    color: #fff;
    box-shadow: 0 4px 14px rgba(37,99,235,0.28);
}
.sec-cctv:hover { box-shadow: 0 8px 24px rgba(37,99,235,0.45); }

.sec-dot { width: 7px; height: 7px; border-radius: 50%; display: inline-block; background: #fff; flex-shrink: 0; }
.blink-red   { animation: blinkDot 1s step-end infinite; }
.blink-green { animation: blinkDot 0.9s step-end infinite; }
@keyframes blinkDot {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0; }
}

/* ============================================================
   STORAGE PANEL
============================================================ */
.storage-visual-row {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
    align-items: stretch;
}
.storage-warehouse-graphic {
    position: relative;
    flex: 0 0 220px;
    background: linear-gradient(160deg, #fdf2f8, #fce7f3);
    border: 1.5px solid rgba(255, 66, 158,0.2);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(255, 66, 158,0.1);
    overflow: hidden;
}
.storage-warehouse-graphic::before {
    content: '';
    position: absolute;
    top: -30px; right: -30px;
    width: 100px; height: 100px;
    background: radial-gradient(circle, rgba(255, 66, 158,0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.warehouse-building { width: 100%; }
.warehouse-roof {
    background: linear-gradient(90deg, #7c3aed, #ff429e);
    height: 20px;
    border-radius: 6px 6px 0 0;
    display: flex; align-items: center; justify-content: center;
}
.roof-line { width: 80%; height: 2px; background: rgba(255,255,255,0.3); }
.warehouse-body {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 12px;
}
.storage-unit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}
.unit-box {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #d1d5db;
    gap: 2px;
}
.unit-box.active-unit {
    background: rgba(255, 66, 158,0.18);
    border-color: #ff429e;
    color: #ff429e;
    animation: activeUnitPulse 2s ease-in-out infinite;
}
.unit-label { font-size: 8px; font-weight: 700; color: #ff429e; letter-spacing: 0.3px; text-align: center; }
@keyframes activeUnitPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(255, 66, 158,0.4); }
    50%      { box-shadow: 0 0 0 6px rgba(255, 66, 158,0); }
}
.safe-secured-badge {
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(52,211,153,0.1);
    border: 1px solid rgba(52,211,153,0.35);
    border-radius: 20px;
    padding: 5px 14px;
}
.ss-dot { width: 8px; height: 8px; background: #34d399; border-radius: 50%; display: inline-block; flex-shrink: 0; }
.ss-text { font-size: 10px; font-weight: 800; color: #34d399; letter-spacing: 1px; text-transform: uppercase; }

.storage-info-column { flex: 1; display: flex; flex-direction: column; gap: 14px; }
.storage-days-counter {
    position: relative;
    background: linear-gradient(135deg, #fff0f5, #fce7f3);
    border: 1.5px solid rgba(255, 66, 158,0.3);
    border-radius: 16px;
    padding: 18px 20px;
    display: flex; flex-direction: column; align-items: center; text-align: center;
    box-shadow: 0 4px 16px rgba(255, 66, 158,0.12);
    overflow: hidden;
}
.storage-days-counter::before {
    content: '';
    position: absolute;
    bottom: -20px; right: -20px;
    width: 80px; height: 80px;
    background: radial-gradient(circle, rgba(255, 66, 158,0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.days-number {
    font-size: 52px;
    font-weight: 900;
    background: linear-gradient(135deg, #ff429e, #7c3aed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
}
.days-label { font-size: 12px; font-weight: 700; color: #374151; text-transform: uppercase; letter-spacing: 1px; margin-top: 4px; }
.days-since { font-size: 11px; color: #9ca3af; margin-top: 4px; }

.storage-room-info { display: flex; flex-direction: column; gap: 8px; }
.room-info-row {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; color: #6b7280;
}
.room-info-row i { color: #7c3aed; font-size: 12px; width: 16px; text-align: center; }
.room-info-row strong { color: #111827; font-weight: 700; margin-left: auto; }
.text-warning { color: #fbbf24 !important; }

.storage-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 14px;
}
/* ── Storage Stat Cards — Creative ── */
.storage-stats-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 16px;
}
.storage-stat-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 13px 12px;
    display: flex; align-items: center; gap: 11px;
    transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    overflow: hidden;
}
.storage-stat-card::before {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 0 0 16px 16px;
}
.storage-stat-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.55) 50%, transparent 70%);
    background-size: 200% 100%;
    opacity: 0;
    pointer-events: none;
}
.storage-stat-card:hover::after { opacity: 1; animation: shimmer 0.65s ease forwards; }
.storage-stat-card:nth-child(1)::before { background: linear-gradient(90deg, #34d399, #059669); }
.storage-stat-card:nth-child(2)::before { background: linear-gradient(90deg, #60a5fa, #2563eb); }
.storage-stat-card:nth-child(3)::before { background: linear-gradient(90deg, #ff429e, #e8007a); }
.storage-stat-card:nth-child(4)::before { background: linear-gradient(90deg, #f87171, #dc2626); }
.storage-stat-card:hover { transform: translateY(-4px) scale(1.02); }
.storage-stat-card:nth-child(1):hover { box-shadow: 0 12px 28px rgba(16,185,129,0.22); }
.storage-stat-card:nth-child(2):hover { box-shadow: 0 12px 28px rgba(59,130,246,0.22); }
.storage-stat-card:nth-child(3):hover { box-shadow: 0 12px 28px rgba(255, 66, 158,0.22); }
.storage-stat-card:nth-child(4):hover { box-shadow: 0 12px 28px rgba(220,38,38,0.22); }
.sto-stat-icon { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }
.sto-green  { background: rgba(52,211,153,0.18); color: #34d399; }
.sto-blue   { background: rgba(59,130,246,0.18); color: #60a5fa; }
.sto-purple { background: rgba(124,58,237,0.18); color: #a78bfa; }
.sto-pink   { background: rgba(255, 66, 158,0.18); color: #ff429e; }

.sto-stat-info { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sto-label { font-size: 10px; color: #9ca3af; font-weight: 500; }
.sto-value { font-size: 12px; color: #111827; font-weight: 600; display: flex; align-items: center; gap: 5px; flex-wrap: wrap; }
.sto-badge { font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 20px; letter-spacing: 0.4px; }
.sto-ok   { background: rgba(52,211,153,0.2); color: #34d399; }
.sto-live { background: rgba(255, 66, 158,0.2); color: #ff429e; display: inline-flex; align-items: center; gap: 4px; }
.micro-dot { width: 5px; height: 5px; background: #ff429e; border-radius: 50%; display: inline-block; animation: blinkDot 0.8s step-end infinite; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    .tracking-topbar { flex-direction: column; align-items: stretch; }
    .tracking-tabs-wrap { justify-content: center; }
    .tracking-info-cards { grid-template-columns: repeat(2, 1fr); }
    .storage-stats-row   { grid-template-columns: repeat(2, 1fr); }
    .storage-visual-row  { flex-direction: column; }
    .storage-warehouse-graphic { flex: none; }
}
@media (max-width: 480px) {
    .tracking-modal-card { border-radius: 14px; }
    .tracking-topbar { padding: 20px 16px 0; }
    .tracking-content-area { padding: 14px 16px 20px; }
    .tracking-info-cards { grid-template-columns: 1fr 1fr; gap: 8px; }
    .live-map-bg { height: 160px; }
    .map-truck { font-size: 18px; }
    .storage-stats-row { grid-template-columns: 1fr 1fr; }
}


/* ============================================================
   KENYA COVERAGE MAP SECTION
============================================================ */
.kenya-map-section {
    padding: 90px 0;
    background: linear-gradient(160deg, #fff 0%, #fff5fa 50%, #fff 100%);
    position: relative;
    overflow: hidden;
}
.kenya-map-section::before {
    content: '';
    position: absolute;
    top: -80px; left: -80px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(255, 66, 158,0.07) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
.kenya-map-section::after {
    content: '';
    position: absolute;
    bottom: -60px; right: -60px;
    width: 250px; height: 250px;
    background: radial-gradient(circle, rgba(255, 66, 158,0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

/* ── Left Content ── */
.kenya-map-content { padding-right: 40px; }
.kenya-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff0f5;
    border: 1.5px solid rgba(255, 66, 158,0.25);
    color: #ff429e;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 30px;
    margin-bottom: 18px;
    box-shadow: 0 2px 10px rgba(255, 66, 158,0.1);
}
.kenya-map-content h2 {
    font-size: 36px;
    font-weight: 900;
    color: #111827;
    line-height: 1.2;
    margin-bottom: 16px;
}
.kenya-highlight {
    background: linear-gradient(135deg, #ff429e, #e8007a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.kenya-map-content > p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 28px;
}

/* ── Stats Grid ── */
.kenya-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 30px;
}
.k-stat {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1.5px solid #f3f4f6;
    border-radius: 14px;
    padding: 14px 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
}
.k-stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(255, 66, 158,0.15);
    border-color: rgba(255, 66, 158,0.3);
}
.k-stat > i {
    font-size: 22px;
    color: #ff429e;
    flex-shrink: 0;
    width: 40px; height: 40px;
    background: #fff0f5;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
}
.k-stat div { display: flex; flex-direction: column; }
.k-stat strong { font-size: 18px; font-weight: 900; color: #111827; line-height: 1; }
.k-stat span   { font-size: 11px; color: #9ca3af; font-weight: 600; margin-top: 3px; text-transform: uppercase; letter-spacing: 0.4px; }

/* ── CTA Button ── */
.kenya-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff429e;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 6px 24px rgba(255, 66, 158,0.4);
    transition: all 0.25s cubic-bezier(0.34,1.56,0.64,1);
    letter-spacing: 0.3px;
}
.kenya-cta-btn:hover {
    background: #e8007a;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(255, 66, 158,0.5);
    color: #fff;
}
.kenya-cta-btn i { font-size: 12px; transition: transform 0.2s; }
.kenya-cta-btn:hover i { transform: translateX(4px); }

/* ── Map Visual ── */
.kenya-map-visual { position: relative; }
.kenya-map-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.kenya-map-img {
    width: 100%;
    max-width: 560px;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 16px 40px rgba(255, 66, 158,0.15));
    animation: kenyaFloat 6s ease-in-out infinite;
}
@keyframes kenyaFloat {
    0%,100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

/* ── City Pins ── */
.k-pin {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: default;
    z-index: 5;
}
.k-pin-dot {
    width: 14px; height: 14px;
    background: #ff429e;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(255, 66, 158,0.5);
    position: relative;
    animation: pinPulse 2s ease-out infinite;
}
.k-pin-dot::after {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(255, 66, 158,0.4);
    animation: pinRing 2s ease-out infinite;
}
@keyframes pinPulse {
    0%,100% { box-shadow: 0 2px 8px rgba(255, 66, 158,0.5); }
    50%      { box-shadow: 0 2px 20px rgba(255, 66, 158,0.9); }
}
@keyframes pinRing {
    0%   { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0; }
}
.k-pin-label {
    background: #fff;
    color: #111827;
    font-size: 10px;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.12);
    white-space: nowrap;
    letter-spacing: 0.3px;
}

/* Pin positions — approximate Kenya geography */
.k-pin-nairobi { top: 58%; left: 52%; }
.k-pin-mombasa { top: 78%; left: 65%; }
.k-pin-kisumu  { top: 52%; left: 28%; }
.k-pin-nakuru  { top: 48%; left: 38%; }
.k-pin-eldoret { top: 38%; left: 33%; }

/* stagger pin animation delays */
.k-pin-nairobi .k-pin-dot { animation-delay: 0s; }
.k-pin-mombasa .k-pin-dot { animation-delay: 0.4s; }
.k-pin-kisumu  .k-pin-dot { animation-delay: 0.8s; }
.k-pin-nakuru  .k-pin-dot { animation-delay: 1.2s; }
.k-pin-eldoret .k-pin-dot { animation-delay: 1.6s; }

/* ── Responsive ── */
@media (max-width: 991px) {
    .kenya-map-content { padding-right: 0; margin-bottom: 40px; }
    .kenya-map-content h2 { font-size: 28px; }
}
@media (max-width: 576px) {
    .kenya-stats-grid { grid-template-columns: 1fr; }
    .kenya-map-section { padding: 60px 0; }
}

/* ── Interactive Regional Map Selector Styles ── */
.kenya-intro-p {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 24px;
}
.region-tabs-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.region-tab {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    border: 1.5px solid #f3f4f6;
    border-radius: 14px;
    background: #fff;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    overflow: hidden;
}
.region-tab:hover {
    border-color: rgba(255, 66, 158, 0.3);
    transform: translateX(6px);
    box-shadow: 0 4px 12px rgba(255, 66, 158, 0.05);
}
.region-tab.active {
    background: linear-gradient(135deg, #ff429e, #e8007a);
    border-color: transparent;
    box-shadow: 0 8px 24px rgba(255, 66, 158, 0.25);
}
.rt-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff0f5;
    color: #ff429e;
    font-size: 18px;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.region-tab.active .rt-icon {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.rt-info {
    display: flex;
    flex-direction: column;
}
.rt-info h4 {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    margin: 0;
    line-height: 1.3;
    transition: all 0.25s ease;
}
.region-tab.active .rt-info h4 {
    color: #fff;
}
.rt-info span {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
    transition: all 0.25s ease;
}
.region-tab.active .rt-info span {
    color: rgba(255, 255, 255, 0.8);
}

/* Map Display Card (Right) */
.map-display-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    border: 1px solid #f3f4f6;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.05);
}
.region-details-card {
    margin-top: 24px;
    border-top: 1px solid #f3f4f6;
    padding-top: 24px;
}
.region-details-card h3 {
    font-size: 20px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 10px;
}
.region-details-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
    min-height: 70px;
}
.region-stats-row {
    display: flex;
    gap: 15px;
    border-top: 1px dashed #f3f4f6;
    padding-top: 18px;
}
.r-stat {
    flex: 1;
    text-align: center;
    border-right: 1px solid #f3f4f6;
}
.r-stat:last-child {
    border-right: none;
}
.r-stat-val {
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #ff429e;
}
.r-stat-lbl {
    display: block;
    font-size: 10px;
    color: #9ca3af;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
    letter-spacing: 0.4px;
}
/* ── Regional Map Gallery Styles ── */
.region-gallery-section {
    margin-top: 24px;
    border-top: 1px solid #f3f4f6;
    padding-top: 24px;
}
.gallery-title {
    font-size: 15px;
    font-weight: 800;
    color: #111827;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.gallery-title i {
    color: #ff429e;
}
.region-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.region-gallery-item {
    border-radius: 12px;
    overflow: hidden;
    height: 130px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    border: 1px solid #f3f4f6;
    background: #fafafa;
    cursor: pointer;
}
.region-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.region-gallery-item:hover img {
    transform: scale(1.08);
}

@media (max-width: 576px) {
    .region-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .region-gallery-item {
        height: 100px;
    }
}

/* ── Location Switcher Sidebar Styles ── */
.location-switcher-sidebar {
    background: #fafafa;
    border: 1px solid #f3f4f6;
    border-radius: 16px;
    padding: 20px;
    margin-top: 30px;
}
.location-links-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.loc-link-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: #fff;
    border: 1.5px solid #f3f4f6;
    border-radius: 10px;
    color: #111827;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.loc-link-card i {
    color: #ff429e;
    font-size: 16px;
    width: 20px;
    text-align: center;
}
.loc-link-card:hover {
    border-color: rgba(255, 66, 158, 0.3);
    transform: translateX(4px);
    color: #ff429e;
}
.loc-link-card.active {
    background: linear-gradient(135deg, #ff429e, #e8007a);
    border-color: transparent;
    color: #fff;
}
.loc-link-card.active i {
    color: #fff;
}

/* ── Location Page Section Padding Fix ── */
.location-page-map-section {
    padding: 80px 0;
}
@media (min-width: 768px) {
    .location-page-map-section {
        padding-top: 170px !important;
    }
}
@media (max-width: 767px) {
    .location-page-map-section {
        padding-top: 50px !important;
    }
}

/* ──────────────────────────────────────────────
   Resource Page Sections: small padding so content
   starts cleanly after the page header. The form card
   margin is overridden per-page with inline style.
   ────────────────────────────────────────────── */
.page-header + .calc-section,
.page-header + .checklist-section,
.page-header + .resource-section,
.page-header + .pg-section {
    padding-top: 30px !important;
}

@media (max-width: 767px) {
    .page-header + .calc-section,
    .page-header + .checklist-section,
    .page-header + .resource-section,
    .page-header + .pg-section {
        padding-top: 24px !important;
    }
}

.mobile-only-track-btn {
    display: none;
}
.mobile-track-btn-custom {
    background: #ff429e !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
    outline: none !important;
    position: relative !important;
    z-index: 1 !important;
}
.mobile-track-btn-custom:hover {
    background: #e8007a !important;
    color: #fff !important;
}
.mobile-track-btn-custom i {
    font-size: 12px !important;
}
@media (max-width: 767px) {
    .mobile-only-track-btn {
        display: block !important;
    }
}

/* Gallery Adjustments - Remove links arrows, names, and dark overlay from home page bento grid */
.projects-bento-grid .project-btn,
.projects-bento-grid .project-content,
.projects-bento-grid .project-image figure::before {
    display: none !important;
}

/* Adjust Corporate Move image to prevent cutting off heads */
.projects-bento-grid .bento-item-6 .project-image img {
    object-position: center 15% !important;
}

/* ── Mobile Menu Uppercase Styling ── */
.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav .slicknav_item {
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
}
