/* =========================
   GLOBAL
========================= */
:root {
		/* hsla(42,35.71%,94.51%);
    hsla(33.33,32.14%,89.02%);
    hsla(30.73,22.65%,64.51%);
    hsla(32.5,16%,29.41%);
    hsla(30,12.5%,18.82%);
    hsla(30,12.5%,18.82%);
    hsla(30,12.5%,18.82%);
    hsla(30,12.5%,18.82%);
    hsla(42,35.71%,94.51%); */
		--safeLightAccent-hsl: 30.73,22.65%,64.51%;
    --primary-color: hsla(var(--safeLightAccent-hsl),1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #2d2d2d;
    overflow-x: hidden;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Esteban', serif;
    color: #1f1f1f;
}

a {
    text-decoration: none !important;
}
.section-padding {
    padding: 50px 0;
}

.section-subtitle {
    display: inline-block;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px;

}

.section-title {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;

}

/* =========================
   NAVBAR
========================= */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;

    background: hsla(33.33,32.14%,89.02%);

    z-index: 9999;

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;

    transition: .3s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-menu-list li {
    margin: 20px 0;
}

.mobile-menu-list a {
    position: relative;
    display: inline-block;

    font-size: 30px;
    text-decoration: none;
    color: #000;

    padding-bottom: 4px;
}
.mobile-menu-list a::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 0;
    height: 2px;

    background: hsla(32.5,16%,29.41%);

    transition: width .3s ease;
}
.mobile-menu-list a:hover::after {
    width: 100%;
}
.menu-close {
    position: absolute;
    top: 30px;
    right: 30px;

    border: none;
    background: transparent;

    font-size: 40px;
}
.custom-toggler {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
}

.custom-toggler span {
    display: block;
    width: 28px;
    height: 3px;
    background:hsla(42,35.71%,94.51%)!important;
    margin: 6px 0;
    border-radius: 999px;
}
.custom-toggler.toggler-dark span{
    display: block;
    width: 28px;
    height: 3px;
    background:hsla(32.5,16%,29.41%)!important;
    margin: 6px 0;
    border-radius: 999px;
}
.custom-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 30px;
    background: transparent;
}
.navbar {
    padding: 18px 0;
    transition: 0.3s;
}

.navbar-brand.logo-text {
    font-family: 'Poppins', serif;
    font-size: 22px;
		font-weight: 500;
    color: hsla(42,35.71%,94.51%) !important;
}

.navbar-brand.logo-text.brand-dark {
    font-family: 'Poppins', serif;
    font-size: 22px;
		font-weight: 500;
    color: hsla(32.5,16%,29.41%)!important;
}


.navbar-nav .nav-link {
    color: hsla(42,35.71%,94.51%) !important;
    margin-left: 20px;
    font-weight: 500;
    position: relative;
		font-family: 'Esteban', sans-serif;
    transition: .3s;
}
.navbar-nav .nav-link:hover {
    color: #fff !important;
}
.navbar-nav.navdark .nav-link {
    color: hsla(32.5,16%,29.41%) !important;
    margin-left: 20px;
    font-weight: 500;
    position: relative;
		font-family: 'Esteban', sans-serif;
    transition: .3s;
}
.navbar-nav.navdark .nav-link:hover {
    color: #000 !important;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 2px;
    background: var(--primary-color);
    transition: .3s;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .active .nav-link::after {
    width: 100%;
}
.navbar-toggler {
    border: none;
    outline: none !important;
}
.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
/* =========================
   HERO SECTION
========================= */

.hero-section {
    position: relative;
    min-height: 150vh;
    background: url('../img/hero.webp') center center/cover no-repeat;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
		background-color: rgba(54 48 42 / 0.67);
    /* background:
        linear-gradient(
            135deg,
           	hsla(30,12.5%,18.82%)	,
            rgba(15 15 15 / 0.69)
        ); */


    /* backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px); */
}
.hero-content {
    position: relative;
		padding-top: 110px;
    z-index: 2;
    max-width: 820px;
		margin: auto;
		text-align: center;

}

.hero-content h1 {
    color: #fff;
    font-size: 65px;
    line-height: 1.2;
    margin-bottom: 20px;
		font-family: 'Poppins', sans-serif;
}

.hero-content p {
    font-size: 18px;
    margin:0 auto 120px auto;
		max-width: 530px;
    color: rgba(255,255,255,0.9);
		font-family: 'Esteban', sans-serif;
}

/* =========================
   BUTTON
========================= */

.btn-main {
    background: hsla(30,12.5%,18.82%);
    color: hsla(42,35.71%,94.51%) !important;
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 500;
    transition: .3s;
		outline: none;
    border: none;
}
.btn-hero {
    background: hsla(30.73,22.65%,64.51%);
    color: hsla(30,12.5%,18.82%) !important;
    border-radius: 50px;
    padding: 14px 34px;
    font-weight: 500;
    transition: .3s;
		outline: none;
    border: none;
}
.btn-main:hover,
.btn-hero:hover {
    transform: translateY(-2px);
}

/* =========================
   ABOUT
========================= */
.image-wrapper {
    height: 600px;
		width: 500px;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rounded-lg {
    border-radius: 20px;
}

.text-muted {
    line-height: 1.9;
}

/* =========================
   ABOUT DARK
========================= */
.image-wrapper-dark {
    height: 600px;
		width: 100%;
}
.image-wrapper-dark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-wrapper-dark.rounded-lg {
    border-radius: 20px;
}
.section-title-dark {
		font-size: 3.8rem;
		font-weight: 500;
		font-family: 'Poppins', sans-serif;

}
.p-about{
		font-size: 1.1rem;
		font-family: 'Esteban', sans-serif;
}
.about-us-dark-left{
	padding:0 100px 0 20px;
}
.about-us-dark-right{
	padding:0 40px;
}

/* =========================
   PROCESS CARD
========================= */

.process-card {
    background: hsla(42,35.71%,94.51%);
    transition: .3s;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.1); */
}

.process-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.process-card h4 {
    margin-bottom: 20px;
		margin-top: 20px;
		font-family: 'Poppins', sans-serif;
		font-size: 1.1rem;

}
.process-card p {
		font-family: 'Esteban', sans-serif;
		font-size: 0.8rem;
		padding:10px;

}
/* .process-card {
    overflow: hidden;
    border-radius: 20px;
} */

.process-card-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.process-content {
    padding: 20px;
}
.card-title{
		font-family: 'Poppins', sans-serif;
}
.card-text{
		font-family: 'Esteban', sans-serif;

}
.btn-outline-custom {
    display: inline-flex;
    align-items: center;
    justify-content: center;
		font-family: 'Poppins', sans-serif;

    height: 52px;
    padding: 35px 50px;

    border: 1.8px solid hsla(30,12.5%,18.82%);
    border-radius: 999px;

    background: transparent;
    color: hsla(30,12.5%,18.82%) !important;

    font-weight: 500;
    transition: all .3s ease;
}

.btn-outline-custom:hover {
    background: hsla(30,12.5%,18.82%);
    color: #fff !important;
    transform: translateY(-2px);
}
/* =========================
   FORM
========================= */
.section-ht{
	padding:0 120px;
}
.custom-input {
    height: 55px;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding-left: 18px;
    box-shadow: none !important;
}

textarea.custom-input {
    height: auto;
    resize: none;
    padding-top: 15px;
}

.custom-input:focus {
    border-color: var(--primary-color);
}

/* =========================
   FOOTER
========================= */

.footer-section {
    background: hsla(30,12.5%,18.82%);;
    color: hsla(30.73,22.65%,64.51%);
    padding: 50px 0 50px;
}

.footer-logo {
    color: hsla(30.73,22.65%,64.51%);
    font-size: 36px;
    margin-bottom: 20px;
}

.footer-section h5 {
    color: hsla(30.73,22.65%,64.51%);
    margin-bottom: 1.5rem;
		font-family: 'Poppins', sans-serif;

}
.footer-section h3{
		font-size: 1.5rem;
		font-family: 'Poppins', sans-serif;

}
.footer-section small{
		font-family: 'Esteban', sans-serif;

}
.footer-links {
    list-style: none;
    padding: 0;
		text-decoration: underline;
		text-underline-offset: 3px;

}

.footer-links li {
    margin-bottom: 7px;
}

.footer-links a {
    color: hsla(30.73,22.65%,64.51%);
    transition: .3s;
		font-family: 'Esteban', sans-serif;
		
		
}
.footer-section p a{
		color: hsla(30.73,22.65%,64.51%);
    transition: .3s;
		font-family: 'Esteban', sans-serif;
		text-decoration: underline!important;
		text-underline-offset: 3px;

}

.footer-links a:hover {
    color: hsla(30.73,22.65%,64.51%);
    padding-left: 5px;
}

.footer-section p {
    margin-bottom: 12px;
}

.footer-section i {
    margin-right: 10px;
    color: var(--primary-color);
}
.about-us-right{
	padding:0 50px;
}
/* =========================
   CUSTOM ACCORDION
========================= */

.custom-accordion {
    margin-top: 40px;
}

.accordion-item {
    background: #fff;
    border-radius: 24px;
    margin-bottom: 20px;
    overflow: hidden;

    border: 1px solid rgba(0,0,0,0.06);

    box-shadow:
        0 10px 30px rgba(0,0,0,.05);

    transition: .3s;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow:
        0 15px 35px rgba(0,0,0,.08);
}

.accordion-btn {
    width: 100%;
    border: none;
    outline: none !important;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 28px 30px;

    font-size: 18px;
    font-weight: 600;
    color: #1f1f1f;

    text-align: left;
    cursor: pointer;
}

.accordion-btn span {
    padding-right: 20px;
}

.accordion-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--primary-light);
    color: var(--primary-color);

    transition: .3s ease;
    flex-shrink: 0;
}

.accordion-body-custom {
    padding:
        0 30px 30px;

    color: #6b7280;
    line-height: 1.9;
}

/* ACTIVE STATE */
.accordion-btn:not(.collapsed) {
    color: var(--primary-color);
}

.accordion-btn:not(.collapsed) .accordion-icon {
    background: var(--primary-color);
    color: #fff;
    transform: rotate(45deg);
}

.accordion-item:has(.show) {
    border-color: var(--primary-border);
}

/* MOBILE */
@media (max-width: 768px) {

    .accordion-btn {
        padding: 22px;
        font-size: 16px;
    }

    .accordion-body-custom {
        padding:
            0 22px 22px;
    }

    .accordion-icon {
        width: 40px;
        height: 40px;
    }
}
/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
	.section-title-dark {
			font-size: 2.5rem;
			font-weight: 500;
			font-family: 'Poppins', sans-serif;

	}
	.p-about{
			font-size: 1rem;
			font-family: 'Esteban', sans-serif;
	}
	.about-us-dark-left{
		padding: 20px;
	}
	.about-us-dark-right{
		padding: 20px;
	}

	#navbarContent {
			display: none !important;
	}

	.custom-toggler {
			display: block;
	}
	.section-ht{
		padding:0 20px;
	}
	.hero-section{
    min-height: 100vh;

	}
	.about-us-right,.about-us-left{
		padding:20px;
	}
	.about-us-right p{
		font-size:1.05rem !important;
	}
	.image-wrapper {
			height: 400px;
			width: 350px;
	}
	.custom-navbar {
			padding: 20px;
	}

	.navbar-collapse {
			background: rgba(17, 24, 39, 0.96);
			padding: 20px;
			border-radius: 18px;
			margin-top: 15px;
	}

	.navbar-nav {
			text-align: center;
	}

	.navbar-nav .nav-link {
			margin-left: 0;
			padding: 12px 0;
	}

	.hero-content {
			margin: auto;
			padding-top: 20px;
	}

	.hero-content h1 {
			font-size: 48px;
	}

	.section-title {
			font-size: 34px;
	}

	.section-padding {
			padding: 80px 0;
	}
}

@media (max-width: 768px) {
		.hero-section{
			min-height: 120vh;

		}
    .hero-content h1 {
        font-size: 38px;
    }

    .hero-content p {
        font-size: 16px;
    }
		.image-wrapper {
				height: 400px;
				width: 350px;
		}
    .section-title {
        font-size: 30px;
    }

    .footer-section {
        text-align: left;
    }
}

@media (max-width: 576px) {

    .hero-section {
        min-height: 100vh;
        padding: 100px 0;
    }

    .hero-content h1 {
        font-size: 32px;
    }

    .btn-main {
        width: 100%;
    }

    .section-padding {
        padding: 40px 0;
    }
}