h1,
h2,
h3 {
    margin: 10px 0;
    color: #fff;
	font-family: 'Bebas Neue', sans-serif;
    font-weight: 400 !important;
	font-style: italic;
}

h1 {
    font-size: 300% !important;
}

h2 {
    font-size: 239%;
}

h3 {
    font-size: 150%;
    font-weight: 400;
}
p{
	color: #fff;
}
ul,
ol {
    margin: 0 !important;
}

a {
    text-decoration: none !important;
}

.br-10 {
    border-radius: 10px;
}

.br-20 {
    border-radius: 20px;
}

div#page {
    overflow-x: hidden;
}

.fs-300 {
    font-size: 300%;
}

section {
    padding: 60px 0;
	background: #000;
}

section.pink {
    padding: 50px 0;
    background: #ffc3d3;
}

section p:last-child {
    margin-bottom: 0;
}

section.green {
    padding: 60px 0;
    background: #097f30;
    color: #fff;
}

section.green h2,
section.green h3 {
    color: #fff;
}

.light-pink {
    color: #FFD4E5;
}

section.pink h3 {
    font-size: 140%;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

span.pink-text {
    color: #f60195;
}
.label-text {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    margin-bottom: 14px;
    color: #7a7a7a;
}

.bg-primary {
    background-color: #097f30 !important;
}

.page {
    margin: 0 !important;
}

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

.container-fluid {
    padding-right: var(--bs-gutter-x, 4rem);
    padding-left: var(--bs-gutter-x, 4rem);
}

.link-button {
    background: #00802c;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.link-button:hover {
    color: #fff;
    background: #007e2d !important;
}

.text-primary {
    color: #007e2d !important;
}

.icon-list p {
    margin-bottom: 8px;
}

.icon-list p i {
    color: #f60195;
}

/* Hide Something From Pages */
section.full-page-section {
    padding: 0 !important;
    overflow-x: hidden;
}

.container.full-page-site {
    max-width: 100% !important;
    padding: 0 !important;
}

.col-12.full-page-col {
    padding: 0 !important;
    margin: 0 !important;
}

h1.page-main-title {
    display: none !important;
}

/* NAVIGATION */

.navbar {
    z-index: 999;
    width: 100%;
    padding: 15px 0;
    background: #000000;
	border-bottom: 2px solid #fff;
}

.navbar .logo {
    width: 180px;
    transition: all 0.3s;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.pages nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 30px;
    background: #007d2e;
}

.navbar-toggler {
    padding: 0 !important;
}

.navbar-toggler i.fa-solid.fa-bars {
    color: #fff;
}

.nav-link {
    color: #ffffff !important;
    padding: 2px 0 !important;
    transition: .2s;
    font-size: 90%;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
	margin: 0 10px;
    font-weight: bold;
}

.nav-link:hover {
    transition: .2s;
    border-bottom: 2px solid #fff;
}

.dropdown-menu {
    padding: 1rem;
    background: #fff;
    width: unset;
    box-shadow: 0px 10px 10px -3px #555;
    border: 0;
}

.dropdown-menu a {
    color: #333;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid #002d4530;
    padding: 10px 0;
    transition: .2s;
}

.dropdown-menu a:hover {
    background: #fff;
    color: #0a7f2f;
    transition: .2s;
}

.dropdown-menu .nav-item {
    margin: 0;
}

.dropdown-menu.depth_1 {
    position: absolute;
    left: 100%;
    top: -40%;
    border-radius: 0 .25rem .25rem 0;
    box-shadow: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0a7f2f;
    background-color: unset;
}

.nav-item {
    position: relative;
}

/* BUTTONS */
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-primary {
	background: transparent;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    padding: 16px 40px;
    border: none;
    cursor: pointer;
    transition: background 0.25s, transform 0.2s;
	border: 2px solid #ffffff;
}

a.btn-primary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    transition: .3s;
    text-decoration: none;
}

.navbar .btn-primary {
    margin-left: 15px;
    padding: 10px 20px;
}

.btn-secondary {
    background: #656565;
    border-radius: 5px;
    padding: 8px 20px;
    border: 2px solid #656565;
    color: #fff;
    transition: .3s;
    font-family: "Quicksand", sans-serif;
}

a.btn-secondary:hover {
    background: #f60195;
    border-color: #f60195;
    color: #097f30;
    transition: .3s;
}

/* MAIN */
.hero-section {
    padding: 200px 0 100px;
}

.hero-content{
	z-index: 5;
	text-align: center;
	color: #ffffff;
}
.hero-section h1 {
    font-size: 350%;
    margin-top: 0 !important;
	color: #fff;
    margin: 0;
    font-weight: 800;
	
}
.hero-section p{
	width: 100%;
	max-width: 500px;
	margin: auto;
	padding-top: 10px;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.hero-section.home-section{
	padding: 0 !important;
}
.hero-section .home-hero{
	background: url("assets/img/home-banner.png");
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	padding: 0 20px;
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	
}
.hero-section .home-hero::before {
    content: "";
    position: absolute;
    width: 100%;
	height: 100%;
    background: rgba(0, 0, 0, 0.5); 
	z-index: 1;
}
.hero-section .home-hero h1 {
            font-size: clamp(2.5rem, 7vw, 4rem) !important;
            font-weight: 600;
            letter-spacing: -0.02em;
            line-height: 1.1;
            animation: fadeInUp 1s ease-out 0.3s forwards;
	color: #ffffff;
        }

       .hero-section .home-hero h1 .dot {
            display: inline-block;
            animation: dotPulse 2s ease-in-out infinite;
        }

        @keyframes dotPulse {
            0%, 100% {
                opacity: 1;
            }
            50% {
                opacity: 0.3;
            }
        }
.hero-section .home-hero .btn-primary{
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.hero-section .home-hero a.btn-primary:hover {
    background-color: #fff!important;
    border-color: #fff;
	color: #000;
}

.main-img {
    border: 5px solid #f60195;
}
/* Gradient Background  */
.gradient-bottom-bg{
    padding-top: 8rem;
    padding-bottom: 4rem;
    background-image: linear-gradient(to top, #000000 30%, transparent);
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
ul.tick {
    list-style: none;
    margin-left: 0px;
    margin-bottom: 30px;
    padding: 0;
}

ul.tick li {
    margin-bottom: 5px;
}

ul.tick li:before {
    content: '✓';
    margin-right: 15px;
    font-size: 150%;
    color: #fff;
}

ul.tick strong {
    font-size: 130%;
    font-weight: lighter;
}

div.img-div-servicing {
    background: url("assets/img/servicing.jpg");
    background-size: cover;
    background-position: center;
}

div.img-div-content {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

div.service {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #eee;
}

div.service h2 {
    font-size: 130%;
}

img.service {
    border-radius: 10px 10px 0 0;
}

h2.consultation {
    font-size: 200%;
    margin-bottom: 0;
}

/* Key Benefits Bar - Marquee Slider */
.benefits-bar {
    background: #ffc3d3;
    color: #000;
    padding: 2rem 0;
    overflow: hidden;
    position: relative;
}

.marquee {
    width: 100%;
    overflow: hidden;
}

.marquee-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10rem;
    animation: marquee 30s linear infinite;
    width: fit-content;
}

.marquee-content:hover {
    animation-play-state: paused;
}

p.benefit-item {
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    margin: 0;
    font-size: 1rem;
    font-family: "Quicksand", sans-serif;
}

p.benefit-item i {
    font-size: 24px;
    color: #f60195;
    display: block;
    text-align: center;
}

p.benefit-item span {
    padding-top: 8px;
    display: block;
    text-align: center;
}

.payment-types {
    padding: 20px;
    box-shadow: 0 0 5px 5px #ddd;
    border-radius: 30px 20px;
}

.payment-types .row {
    justify-content: center;
    align-items: center;
}

.payment-types img {
    width: 100%;
    max-width: 75px;
    margin: 0 auto;
    display: block;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .marquee-content {
        gap: 3rem;
        animation-duration: 25s;
    }
}

/* FOOTER */
footer {
    background-color: #000000;
    color: #fff;
    padding: 50px 0 20px;
}

.footer-logo{
	width: 220px;
	margin-bottom: 2rem;
}

footer h2 {
    color: #fff;
    font-size: 200%;
}

footer p {
	font-size: 16px;
    color: #CCC;
    margin-bottom: 10px;
}
.footer-links a{
	font-size: 16px;
	display: block;
	padding: 5px 10px
}
footer a {
    color: #fff;
}

footer a:hover {
    color: #f60195;
}

footer .copyright {
    font-size: 90%;
    text-align: center;
}

.footer-icon {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    margin-right: 15px;
}

.footer-icon:hover {
    background: #fff;
    color: #3f454a !important;
}

/* ANIMATION */

@keyframes floatInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.float-left-animate {
    opacity: 0;
    animation-fill-mode: forwards;
}

.float-left-animate-1 {
    animation: floatInLeft 1s ease-out 0s forwards;
}

.float-left-animate-2 {
    animation: floatInLeft 1s ease-out 0.5s forwards;
}

.float-left-animate-3 {
    animation: floatInLeft 1s ease-out 1s forwards;
}

.float-left-animate-4 {
    animation: floatInLeft 1s ease-out 1.5s forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-element {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s, transform 0.6s;
}

.fade-in-element.visible {
    opacity: 1;
    transform: translateY(0);
}

.lSAction>a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(assets/img/controls.png) !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width: 767.9px) {

    h1 {
        font-size: 200% !important;

    }

    h2 {
        font-size: 145%;
    }

    h3 {
        font-size: 150%;
    }

    .navbar-nav {
        text-align: center;
        margin-bottom: 0;
        align-items: flex-start;
    }

    .navbar-nav {
        margin-top: 0;
        padding-bottom: 2rem;
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .nav-item {
        margin: 5px 0;
        width: 100%;
    }

    .nav-link {
        font-size: 120%;
        margin-bottom: 15px;
        text-align: center;
    }
	
	.nav-link {
		border-bottom: none;
		border-top: none;
	}

	.nav-link:hover {
		transition: .2s;
		border-bottom: none;
	}
	
	.center-m {
		text-align: center;
	}
	
	.navbar .btn-primary {
		margin-left: 0;
		padding: 10px 20px;
	}

    ul.dropdown-menu {
        font-size: 100%;
        text-align: center;
        border: none;
        padding: 0;
        box-shadow: unset;
    }

    ul.dropdown-menu li {
        font-size: 100%;
        padding: unset;
    }

    ul.dropdown-menu li a {
        font-size: 120%;
        border-bottom: unset;
        padding: 0;
        margin-bottom: 25px;
    }

    .logo-wrap {
        position: relative;
        width: 100%;
    }

    .hero-section {
        padding: 50px 0 !important;
    }
	
	.hero-section .home-hero {
		min-height: 75vh;
	}


    .benefits-bar {
        padding: 15px 0;
    }

    section.pink {
        padding: 40px 0;
    }

    .fs-300 {
        font-size: 175%;
    }

    .payment-types .row {
        gap: unset;
    }

    .payment-types img {
        max-width: 75px;
        margin: 0 auto 20px;
    }

    .main-section {
        text-align: center;
    }

    section p:last-child {
        margin-bottom: 1.5em;
    }

    div.img-div-content {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }


    footer img {
        width: 50%;
    }

    footer h3 {
        margin: 30px 0 10px !important;
    }

    .no-pt {
        padding-top: 0;
    }

    .carousel-caption {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 30px;
    }

    .carousel-caption h1 {
        font-size: 120% !important;
        text-shadow: 0 0 5px #222;
    }

    .carousel-caption h2 {
        font-size: 110% !important;
        text-shadow: 0 0 5px #222;
    }

    ul.tick {
        padding-left: 0;
    }

    ul.tick li {
        margin-bottom: 10px;
    }

    ul.tick.columns-2 {
        column-count: 1;
        margin-bottom: 0;
    }

    .page-template-home ul.tick.columns-2 {
        margin-bottom: 20px;
    }
}

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

    .navbar {
        position: unset;
        justify-content: unset;
        padding: 20px;
    }

    .navbar-light .navbar-toggler {
        border: none;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

    }

    .navbar-toggler {
        z-index: 999;
        border: none;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .btn-header a {
        margin-left: 0;
        display: inline-block;
        margin-bottom: 0;
    }

    .logo-mobile {
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 150px;
        top: 50%;
        transform: translate(0, -50%);
        transition: all .3s;
    }

    .navbar-scrolled .logo-mobile {
        width: 115px;
        transition: all .3s;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: var(--bs-gutter-x, 1rem);
        padding-left: var(--bs-gutter-x, 1rem);
    }

    .animation:after {
        position: unset;
        width: unset;
        border-bottom: unset;
        transition: unset;
    }
    h2.consultation {
        font-size: 150%;
    }

    footer {
        text-align: center;
    }
}
@media screen and (max-width: 480px){
	.hero-section .home-hero h1 {
		font-size: 35px !important;
	}
}
@media screen and (max-width: 425px){
	.hero-section .home-hero h1 {
		font-size: 30px !important;
	}
}
@media screen and (max-width: 375px){
	.hero-section .home-hero h1 {
		font-size: 23px !important;
	}
	.hero-section p {
		font-size: 16px;
	}
	.btn-primary {
		padding: 10px 30px;
	}
}
/* About Section */
.about-section .about-container{
	display: grid;
    grid-template-columns: 1fr 1fr;
        align-items: stretch;
}

.about-container .about-details{
	padding: 5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.about-section .about-photo img{
	width: 100%;
}

@media screen and (max-width: 992.9px){
	.about-section .about-container{
		grid-template-columns: 1fr;
	}
	
	.about-section .about-photo img{
		border-left: none;
	}
}
/* Partnership Section */

        .partnerships-section {
            background: #0a0a0a;
            padding: 80px 5% 90px;
        }

        .section-header {
            margin-bottom: 48px;
        }
        .section-header h2 span {
            color: #f60195;
        }

        .p-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 4px;
        }
        .p-card {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            background: #111;
            aspect-ratio: 4 / 3;
        }

        .p-card img {
            position: absolute;
            inset: 0;
            width: 100%;
            object-position: center top;
            display: block;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .p-card:hover img {
            transform: scale(1.06);
        }

        .p-card__overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top,
                    rgba(0, 0, 0, 0.90) 0%,
                    rgba(0, 0, 0, 0.40) 40%,
                    rgba(0, 0, 0, 0.05) 70%,
                    transparent 100%);
            transition: background 0.45s ease;
            z-index: 2;
        }

        .p-card:hover .p-card__overlay {
            background: rgba(0, 0, 0, 0.80);
        }

        .p-card__line {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 3px;
            height: 0;
            background: #f60195;
            z-index: 5;
            transition: height 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .p-card:hover .p-card__line {
            height: 100%;
        }

        .p-card__corner {
            position: absolute;
            top: 14px;
            right: 14px;
            width: 22px;
            height: 22px;
            z-index: 5;
            opacity: 0;
            transform: scale(0.6);
            transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
        }

        .p-card__corner::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 2px;
            background: #f60195;
        }

        .p-card__corner::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 2px;
            height: 100%;
            background: #f60195;
        }

        .p-card:hover .p-card__corner {
            opacity: 1;
            transform: scale(1);
        }

        .p-card__body {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 20px 18px 18px;
            z-index: 4;
            display: flex;
            flex-direction: column;
        }

        .p-card__badge {
            display: inline-block;
            font-family: 'Barlow Condensed', sans-serif;
            font-size: 0.58rem;
            font-weight: 700;
            letter-spacing: 0.26em;
            text-transform: uppercase;
            color: #f60195;
            border: 1.5px solid #f60195;
            padding: 3px 8px;
            border-radius: 2px;
            margin-bottom: 10px;
            width: fit-content;
            transition: box-shadow 0.3s ease, background 0.3s ease;
        }

        .p-card:hover .p-card__badge {
            background: rgba(246, 1, 149, 0.12);
            box-shadow: 0 0 10px rgba(246, 1, 149, 0.45);
        }

        .p-card__title {
            font-family: 'Barlow Condensed', sans-serif;
            font-weight: 900;
            font-size: clamp(1.05rem, 1.5vw, 1.4rem);
            text-transform: uppercase;
            letter-spacing: 0.05em;
            color: #fff;
            line-height: 1.1;
            margin-bottom: 6px;
            transition: transform 0.35s ease, margin-bottom 0.35s ease;
        }

        .p-card:hover .p-card__title {
            transform: translateY(-4px);
            margin-bottom: 10px;
        }

		.p-card--cta {
			background: #000;
			border: 1px solid rgba(255, 255, 255, 0.12);
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.p-card--cta__inner {
			padding: 20px;
		}

		.p-card--cta__label {
			font-size: 11px;
			letter-spacing: 2px;
			text-transform: uppercase;
			color: rgba(255, 255, 255, 0.5);
			margin-bottom: 10px;
		}

		.p-card--cta__heading {
			font-size: 22px;
			font-weight: 700;
			color: #fff;
			line-height: 1.2;
			margin-bottom: 10px;
			margin-top: 0;
		}

		.p-card--cta__btn {
			display: inline-block;
			padding: 8px 15px;
			background: #fff;
			color: #0f0f1a;
			font-size: 13px;
			font-weight: 600;
			text-decoration: none;
			border-radius: 4px;
			transition: opacity 0.2s;
		}

.p-card--cta__btn:hover {
    opacity: 0.85;
}

        @media (max-width: 960px) {
            .p-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }


        @media (max-width: 768px) {
			.p-card__badge {
				display: none;
			}
			
			.p-card__title {
				font-size: 95%!important;
			}
        }

        @media (max-width: 600px) {
            .partnerships-section {
                padding: 52px 4% 60px;
            }

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

            .p-card {
                aspect-ratio: 4 / 3;
            }

            .p-card__body {
                padding: 16px 14px 14px;
            }

            .p-card__title {
                font-size: 1.1rem;
            }

            .p-card__desc {
                font-size: 0.78rem;
            }

            .p-card:hover .p-card__desc {
                max-height: 100px;
            }
        }
/* Brands */
 .brands-grid {
      display: flex;
      flex-direction: column;
    }

    .brands-row {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
    }

    .brand-cell {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 36px 28px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      animation: fadeUp 0.5s ease both;
    }

    .brand-cell:last-child {
      border-right: none;
    }

/*     .brand-cell::before {
      content: '';
      position: absolute;
      inset: 0;
      background: #f60195;
      transform: scaleY(0);
      transform-origin: bottom;
      transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
      z-index: 0;
    }

    .brand-cell:hover::before {
      transform: scaleY(1);
    } */

    .brand-cell img {
      position: relative;
      z-index: 1;
      max-width: 110px;
      max-height: 44px;
      width: auto;
      height: auto;
      object-fit: contain;
      filter: brightness(0) invert(1);
      transition: opacity 0.25s ease, filter 0.25s ease, transform 0.25s ease;
    }

/*     .brand-cell:hover img {
      filter: brightness(0);
      opacity: 1;
      transform: scale(1.07);
    } */

    .brands-row:nth-child(1) .brand-cell:nth-child(1) { animation-delay: 0.05s; }
    .brands-row:nth-child(1) .brand-cell:nth-child(2) { animation-delay: 0.10s; }
    .brands-row:nth-child(1) .brand-cell:nth-child(3) { animation-delay: 0.15s; }
    .brands-row:nth-child(1) .brand-cell:nth-child(4) { animation-delay: 0.20s; }
    .brands-row:nth-child(1) .brand-cell:nth-child(5) { animation-delay: 0.25s; }
    .brands-row:nth-child(2) .brand-cell:nth-child(1) { animation-delay: 0.30s; }
    .brands-row:nth-child(2) .brand-cell:nth-child(2) { animation-delay: 0.35s; }
    .brands-row:nth-child(2) .brand-cell:nth-child(3) { animation-delay: 0.40s; }
    .brands-row:nth-child(2) .brand-cell:nth-child(4) { animation-delay: 0.45s; }
    .brands-row:nth-child(2) .brand-cell:nth-child(5) { animation-delay: 0.50s; }
    .brands-row:nth-child(3) .brand-cell:nth-child(1) { animation-delay: 0.55s; }
    .brands-row:nth-child(3) .brand-cell:nth-child(2) { animation-delay: 0.60s; }
    .brands-row:nth-child(3) .brand-cell:nth-child(3) { animation-delay: 0.65s; }
    .brands-row:nth-child(3) .brand-cell:nth-child(4) { animation-delay: 0.70s; }
    .brands-row:nth-child(3) .brand-cell:nth-child(5) { animation-delay: 0.75s; }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(16px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    @media (max-width: 640px) {
      .brands-row {
        grid-template-columns: repeat(3, 1fr);
      }

      .brand-cell {
        padding: 28px 20px;
      }

      .brand-cell img {
        max-width: 90px;
        max-height: 36px;
      }
    }

    @media (max-width: 420px) {
/*       .brands-row {
        grid-template-columns: repeat(2, 1fr);
      } */

      .brand-cell {
        padding: 24px 16px;
      }

      .brand-cell img {
        max-width: 80px;
        max-height: 30px;
      }

      .brands-title {
        font-size: clamp(30px, 8vw, 48px);
      }
    }
/* Services Section */
.service-section{
	background: #ffff;
}
.service-section h2{
	color: #000;
}
.services-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.service-item {
    opacity: 0;
    transform: translateY(80px) scale(0.95);
    transition: all 0.9s ease-out;
    will-change: transform, opacity;
	border: 1px solid #555;
	background: #000;
    display: flex;
    flex-direction: column;
}

.service-item.in-view {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.service-item:nth-child(1) {
    transition-delay: 0.1s;
}

.service-item:nth-child(2) {
    transition-delay: 0.4s;
}

.service-item:nth-child(3) {
    transition-delay: 0.7s;
}

.service-card-overlay h2 {
    font-size: 200%;
    margin: 25px 0 25px;
	color: #fff;
}

.service-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.service-photo img {
        width: 100%;
    height: 220px;
    object-fit: cover;
}

.service-container .serviceDot-btns {
    padding: 0 !important;
}

.service-card-overlay {
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199.9px) {
   .service-card-overlay h2 {
	   font-size: 25px;
	}
}
@media screen and (max-width: 991.9px) {
    .services-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (max-width: 767.9px) {
    .services-container {
        grid-template-columns: repeat(1, 1fr)
    }
	.service-card-overlay h2 {
		font-size: 179%;
	}
}

/* Highlight box */
.highlight-box {
    background: #111F35;
    padding: 4rem 5%;
    text-align: center;
}

.highlight-box p {
    width: 100%;
    max-width: 700px;
    margin: auto;
    margin-bottom: 22px;
}
.highlight-box .btn-primary{
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.highlight-box a.btn-primary:hover {
    background-color: #2a2a2a;
	border-color: #2a2a2a;
	color: #fff;
}
/* Testimonial Section */
.testimonial-section {
	background: #fff;
}

.testimonial-container {
	max-width: 900px;
	margin: 0 auto;
}

.quote-icon {
	font-size: 250%;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}

.testimonial-quote {
	font-size: 160%;
	font-weight: 300;
	line-height: 1.6;
	color: #2d3748;
	margin-bottom: 0;
	font-style: italic;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.testimonial-author {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.author-image img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	flex-shrink: 0;
}

.author-info {
	text-align: left;
}

.author-info h4 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #2d3748;
	margin-bottom: 5px;
}

.author-info p {
	font-size: 0.95rem;
	color: #718096;
	margin: 0;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
	width: 50px;
	height: 50px;
	background-color: #000000;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
	opacity: 1;
	background-color: #764ba2;
}

.carousel-control-prev {
	left: -80px;
}

.carousel-control-next {
	right: -80px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 20px;
	height: 20px;
}

/* Responsive */
@media (max-width: 992px) {
	.carousel-control-prev {
		left: -40px;
	}

	.carousel-control-next {
		right: -40px;
	}
}

@media (max-width: 767.9px) {
	.testimonial-quote {
		font-size: 1.5rem;
		min-height: 250px;
	}

	.testimonial-author {
		flex-direction: column;
		gap: 15px;
	}

	.author-info {
		text-align: center;
	}

	.carousel-control-prev,
	.carousel-control-next {
		width: 40px;
		height: 40px;
	}

	.carousel-control-prev {
		left: -20px;
	}

	.carousel-control-next {
		right: -20px;
	}
}
/* Modal Style */
div#imageModal {
    z-index: 99999 !important;
}

div#videoModal {
    z-index: 999999;
}



@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px;
    }
}