:root {
    --primary: #00343D;
    --primary-hover: #014854;
    --secondary: #785C3A;
    --accent-emerald: #1B6A73;
    --accent-gold: #C8A878;
    --accent-copper: #9B672D;
    --bg-warm: #FAF3E3;
    --text-primary: #2F2F2F;
    --text-secondary: #6A6A6A;
    --white: #FFFFFF;
    --font-family: 'Libre Baskerville', serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    overflow-x: hidden;
    width:100%
}
body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-warm);
    color: var(--text-primary);
    scroll-behavior: smooth;
    overflow-x: hidden;
    width:100%
}

h1, h2, h3 {
    font-family: 'Libre Baskerville', serif;
    color: var(--primary);
    margin-bottom: 20px;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 28px;
    font-style: italic;
}
.main-h{
    font-size: 48px;
    color: var(--accent-copper);
}
a {
    color: var(--accent-emerald);
    text-decoration: none;
}
a:hover {
    color: var(--accent-gold);
}
p{
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-primary);
}
.section-padding{
    padding-top: 100px;
    padding-bottom: 100px
}
.btn-primary {
    background-color: var(--primary);
    border: none;
    font-weight: 600;
    padding: 1rem 2.5rem;
    font-size: 1rem;
    text-decoration: none;
    color: var(--white);
    border-radius: 0.25rem;
    transition: background 0.3s, transform 0.3s;
}
.btn-primary:hover, .btn-primary:active {
    background-color: var(--primary-hover) !important;
    transform: translateY(-2px);
}

/* NAVBAR */
.navbar{
    background-color: var(--bg-warm);
    border-bottom: 1px solid #dad0be80;
    transition: padding 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
.navbar .nav-link{
    font-size: 15px;
    line-height: 1.25rem;
    font-weight: 500;
    color: #00343D;
    margin-left: 10px;
    margin-right: 10px;
}
.navbar .nav-link.btn-primary{
    color: #fff;
    padding: 14px 30px;
    margin-left: 0px;
    margin-right: 0px
}

.navbar-brand img{
    width: 110px;
    transition: width 0.3s ease;
}

.navbar.navbar-scrolled{
    padding-top: 5px;
    padding-bottom: 5px;
    position: fixed;
    width: 100%;
}

.navbar.navbar-scrolled .navbar-brand img {
    width: 80px;
}
/* hero */
.hero {
    position: relative;
    min-height: 95vh;
    /* padding-bottom: 150px; */
}

.hero-carousel,
.hero-slide {
    min-height: 95vh;
}

.hero-slide {
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 100px;
    padding-bottom: 150px;
}

/* soft dark overlay */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.85);
}

.hero-slide .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 600;
}

.hero h2 {
    font-style: italic;
    color: #C8A878;
}

.hero p {
    font-size: 1.125rem;
    color: rgba(47, 47, 47, 0.8);
    max-width: 600px;
    margin-bottom: 3rem;
}

.hero-divider {
    width: 1px;
    height: 4rem;
    background: rgba(0, 52, 61, 0.3);
    margin: 2rem 0;
}

/* default hidden */
.hero-slide h1,
.hero-slide h2,
.hero-slide p,
.hero-slide .hero-btns,
.hero-divider {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
}

/* animate ONLY active owl slide */
.owl-item.active .hero-slide h1,
.owl-item.active .hero-slide h2,
.owl-item.active .hero-slide p,
.owl-item.active .hero-slide .hero-btns,
.owl-item.active .hero-slide .hero-divider {
    opacity: 1;
    transform: translateY(0);
}
/* Position dots */
.hero-carousel .owl-dots {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 14px;
    z-index: 10;
}

/* Base radio */
.hero-carousel .owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid var(--accent-copper) !important;
    background: transparent !important;
    transition: all 0.3s ease;
}

/* Inner fill for active */
.hero-carousel .owl-dot.active {
    background: var(--accent-copper) !important;
}

/* Optional hover */
.hero-carousel .owl-dot:hover {
    transform: scale(1.15);
}
.about{
    background-color: var(--primary);
    padding-bottom: 230px;
    position: relative
}
.about h2{
    color: var(--bg-warm);
}
.about p{
    color: var(--bg-warm)
}
.about-quote{
    font-family: var(--font-family);
    font-style: italic;
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-bottom: 0px;
}
.about hr{
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    border-top-color: #fff;
    opacity: .8;
}
.about hr.hr-top{
    margin-top: 40px;
}
.about hr.hr-bottom{
    margin-bottom: 0px;
}
.ab-s1, .ab-s2{
    position: absolute;
    opacity: .6
}
.ab-s1{
    top: -70px;
    z-index: 4;
}
.ab-s2{
    bottom: 50px;
}
.shape-1{
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    right: 0;
}
.shape-1.bottom {
    top: inherit;
    bottom: -1px;
    z-index: 3
}
.serv-sec{
    padding-top: 90px;
    padding-bottom: 160px
}

.service-card {
    background: #fff;
    margin-top: 30px;
    border: 1px solid rgb(212 196 168 / 73%);
    border-radius: 8px;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-4px);
}
.service-card .service-img{
    height: 260px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}
.service-card .service-img img{
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px;
}
.service-card .service-con{
    padding: 27px 20px;
}
.service-card .service-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    bottom: 10px;
    left: 10px;
    background: var(--accent-copper);
    color: #fff;
    font-size: 25px;
    border-radius: 8px;
}
.service-card .service-icon img {
    width: 45px;
    height: 45px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon img {
    transform: translateY(-2px);
}

.service-card h3 {
    font-size: 20px;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}

.service-card p {
    margin-bottom: 0px;
    font-size: 15px;
}
.how-it-works{
    background: var(--white);
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 3rem;
}
.steps-grid .step{
    text-align: center;
    margin-top: 30px;
}
.steps-grid .step h3{
    font-style: normal;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 19px;
}
.steps-grid .step p{

}
.step-icon{
    width: 80px;
    height: 80px;
    border-radius: 999px;
    font-size: 30px;
    border: 1px solid var(--primary);
    color: var(--primary);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.step-icon .step-number{
    width: 32px;
    height: 32px;
    background: var(--primary);
    border-radius: 999px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: 500;
    font-size: 16px;
}
.steps-grid .step {
    position: relative;
}

/* Connector line aligned to icon center */
.steps-grid .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px; /* EXACT half of step-icon (80px / 2) */
    left: 50%;
    transform: translateX(40px); /* half icon width */
    width: calc(100% - 50px);
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        var(--primary),
        rgba(0, 0, 0, 0)
        );
    opacity: 0.35;
    z-index: 0;
}

/* Keep icon above connector */
.why-img-con{
    overflow: hidden;
    height: 95vh;
}
.why-img-con img{
    opacity: .6;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.step-icon {
    position: relative;
    z-index: 1;
}
.benefits-list {
    list-style: none;
    padding: 0;
    margin-bottom: 60px
}

.benefits-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    color: var(--text-primary);
    font-size: 16px;
    line-height: 1.6;
}

.benefits-list li::before {
    content: "\F633"; /* bi-check */
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: var(--accent-emerald);
}
.assist-sec{
    background-color: var(--white)
}
.ast-box{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
    border-bottom: 1px solid var(--accent-copper);
}
.ast-box .ast-con{
    width: 60%;
}
.ast-box .ast-con h3{
    font-style: normal;
}
.ast-box .ast-con p{
    margin-bottom: 0px;
    width: 80%;
    font-weight: 500;
    color: var(--accent-gold);
}
.ast-box .ast-img{

}
.ast-box .ast-img div{

}
.ast-box .ast-img div img{
    width: 230px;
    border-radius: 8px;
}
.contact-sec{
    background-color: var(--primary)
}
.contact-sec p{
    color: #fff;
    font-style: italic
}
.contact-sec .sub-h{
    text-transform: uppercase;
    color: var(--accent-gold);
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px
}
.contact-sec .main-h{
    color: #fff;
    line-height: 1.5
}
.contact-sec .main-h span{
    color: var(--accent-copper);
    display: block
}
.ms-social {
    display: flex;
    gap: 14px;
    padding: 0;
    margin: 0;
    justify-content: center;
    margin-top: 70px;
}

.ms-social .social-link {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    color: #fff;
    transition: all 0.25s ease;
    text-decoration: none;
}

/* Original Brand Colors */
.ms-social .whatsapp {
    background-color: #25D366;
}

.ms-social .instagram {
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}

.ms-social .email {
    background-color: #0d6efd;
}

/* Subtle Professional Hover (no color change) */
.ms-social .social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

footer {
    padding: 3rem 1.5rem 2rem;
    text-align: center;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}
.footer-container .ft-logo{
    width: 180px;
    margin-bottom: 30px;

}


.tagline {
    font-size: 1.7rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-family: 'Libre Baskerville', serif;
}

.slogan {
    font-size: 1.4rem;
    color: var(--accent-gold);
    font-style: italic;
    margin-bottom: 1.5rem;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.divider-line {
    height: 1px;
    width: 3rem;
    background-color: var(--primary);
}

.divider-icon {
    color: var(--accent-gold);
    font-size: 1.25rem;
}

.copyright {
    font-size: 0.875rem;
    color: var(--primary);
}
.quote-section {
    align-items: center;
    justify-content: center;
    padding: 4rem 1.5rem;
}

.quote-container {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
}

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

.decorative-line {
    width: 4rem;
    height: 1px;
    background-color: var(--accent-gold);
    margin: 0 auto 1rem;
}

.decorative-line-bottom {
    margin: 0rem auto 0;
}

blockquote {
    margin-bottom: 0.5rem;
}

.quote-text {
    font-size: clamp(1.5rem, 4vw, 3rem);
    font-family: var(--font-family);
    color: var(--primary);
    line-height: 1.5;
    letter-spacing: -0.025em;
    font-weight: 400;
}

.highlight {
    color: var(--accent-copper);
    font-weight: 700;
}

.attribution {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.attribution-line {
    width: 2rem;
    height: 1px;
    background-color: rgba(120, 92, 58, 0.4);
    margin-bottom: 1rem;
}

.author-name {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--secondary);
    font-family: var(--font-family);
    font-style: normal;
}

.author-title {
    display: block;
    font-size: 0.875rem;
    color: var(--text-secondary);
    margin-top: 0.25rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
@media (min-width: 768px) {

    .audience-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}
@media (max-width: 768px){
    .why-box{
        padding: 20px
    }
    .main-h{
        font-size: 36px
    }
    .hero {
        min-height: 75vh;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero h2{
        font-size: 26px
    }
    .hero-carousel,
    .hero-slide {
        min-height: 75vh;
    }
    .steps-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .steps-grid .step:not(:last-child)::after{
        display: none;
    }
    .shape-1.bottom {
        top: inherit;
        bottom: -2px;
    }
    .ast-box{
        display: block
    }
    .ast-box .ast-con{
        width: 100%
    }
    .ast-box .ast-con h3{
        margin-bottom: 10px;
        font-size: 24px;
    }
    .ast-box .ast-con p{
        width: 100%;
        margin-bottom: 25px
    }
    .ast-box .ast-img div img {
        width: 100%;
    }
    .quote-section {
        padding: 2rem 1.5rem;
    }
}
@media (max-width: 992px){
    .navbar{
        position: fixed;
        width: 100%;
    }

    .navbar-brand img {
        width: 90px;
    }
    .ab-s1 {
        top: -50px;
    }
    .ab-s2 {
        bottom: 80px;
    }
    .steps-grid .step h3{
        margin-top: 20px
    }
}