@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Oriya:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --brand-primary: #8c6a3d;
    --brand-primary-dark: #6d4f28;
    --brand-accent: #b18a44;
    --brand-accent-soft: #d9c08f;
    --brand-secondary: #7d8b5a;
    --brand-cream: #f7f1e6;
    --brand-surface: #fcf8f0;
    --brand-text: #3e2f20;
    --brand-text-soft: #6f5f4a;
    --brand-border: rgba(140, 106, 61, 0.16);
    --gold: var(--brand-accent);
    --gold-dark: var(--brand-primary);
    --cream: var(--brand-cream);
    --ink: var(--brand-text);
    --ink-soft: var(--brand-text-soft);
    --border: var(--brand-border);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Roboto', 'Segoe UI', sans-serif;
    background: var(--brand-surface);
    color: var(--ink);
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
}

.slide1{
    width: 100%;
    min-height: 100vh;
    padding: 120px 32px 60px;
    background: linear-gradient(110deg, rgba(76, 55, 34, 0.9) 0%, rgba(123, 101, 68, 0.72) 38%, rgba(255, 255, 255, 0.08) 100%), url(../images/womanlooking.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.F-inner{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    display: flex;
    align-items: center;
    min-height: 84px;
    width: 100%;
    background: rgba(255, 252, 247, 0.97);
    backdrop-filter: blur(10px);
    margin: 0;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 24px;
    box-shadow: 0 12px 35px rgba(37, 24, 9, 0.08);
    flex-wrap: wrap;
}

.responsive-img{
    width: auto;
    min-width: 0;
    height: auto;
    max-width: 100%;
    flex: 1 1 280px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    padding-right: 8px;
}

.txt {
    flex: 1;
    min-width: 0;
}

.img{
    max-width: 60px;
    padding: 1px;
    height: auto;
    display: block;
    background-color: var(--brand-surface);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(88, 64, 3, 0.12);
}

.txt h5 {
    color: var(--gold-dark);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin: 0;
    overflow-wrap: anywhere;
}

.txt h6 {
    margin: 2px 0 0;
    color: var(--ink-soft);
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.navbar{
    width: auto;
    flex: 0 0 auto;
    top: 0;
    right: 0;
    z-index: 1000;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    background: transparent;
    margin-left: auto;
}

.navbar .container-fluid{
    width: 100%;
    justify-content: flex-end;
    padding: 0;
}

.navbar-toggler {
    border: none;
    margin-left: auto;
    padding: 8px;
}

.navbar-collapse {
    background: transparent;
}


/*============= thi is code for responsiveness=========== */


@media (max-width: 991px) {
    .F-inner {
        align-items: flex-start;
        padding: 12px 16px;
    }

    .responsive-img {
        flex: 1 1 100%;
        padding-right: 56px;
    }

    .navbar {
        margin-left: auto;
        flex: 0 0 auto;
    }

    .navbar-collapse {
        margin-top: 8px;
    }
}

@media (max-width: 768px) {
    .F-inner {
        /* position: sticky; */
        top: 0;
        flex-wrap: wrap;
        align-items: flex-start;
        /* border: 1px solid red; */
        
        /* gap: 10px; */
        /* padding: 12px 16px; */
    }

    .responsive-img {
        flex: 1 1 100%;
        padding-right: 0;
    }

    .navbar {
        width: 100%;
        margin-left: 0;
    }

    .navbar .container-fluid {
        width: 100%;
        justify-content: flex-start;
    }

    .navbar-collapse {
        width: 100%;
        padding-top: 6px;
    }

    .navbar-nav {
        align-items: flex-start;
        gap: 0;
    }

    .nav-link {
        width: 100%;
        padding: 10px 0;
    }

    .on-bg {
        width: min(100%, 560px);
        padding: 26px 22px;
        min-height: auto;
    }

    .hero-highlights {
        flex-wrap: wrap;
    }

    .metric {
        flex: 1 1 calc(50% - 8px);
    }
}

@media (max-width: 575px) {
    .F-inner {
        padding: 12px 14px;
    }

    .responsive-img {
        gap: 10px;
        padding-right: 48px;
    }

    .img {
        max-width: 48px;
    }

    .txt h5 {
        font-size: 0.80rem;
    }

    .txt h6 {
        font-size: 0.62rem;
    }

    .navbar-toggler {
        margin-left: 0;
    }
}

/* ===============links for navbar ==========*/


.navbar-nav {
    align-items: center;
    gap: 4px;
}

.nav-link {
    color: var(--brand-text-soft);
    font-weight: 100;
    padding: 9px 13px;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: var(--brand-primary);
    background: rgba(140, 106, 61, 0.11);
}

.d-flex .mybtn{
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
    color: #fff;
    padding: 10px 16px;
    border: none;
    border-radius: 999px;
    margin-right: 0;
    box-shadow: 0 10px 20px rgba(140, 106, 61, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

.d-flex .mybtn:hover{
    transform: translateY(-1px);
    box-shadow: 0 14px 24px rgba(140, 106, 61, 0.22);
    color: #fff;
}




/* this is styling the text on the firdt slide on the home page */



.on-bg{
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 242, 231, 0.95) 100%);
    color: var(--ink);
    width: min(560px, 100%);
    min-height: clamp(24rem, 72vh, 37rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 38px 36px;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(20, 12, 4, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
}

.hero-badge {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(140, 106, 61, 0.12);
    color: var(--brand-primary);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.on-bg h1 {
    font-size: clamp(2.2rem, 3.4vw, 3.3rem);
    line-height: 1.08;
    color: var(--ink);
    margin: 0 0 12px;
    font-weight: 800;
}

.hero-copy {
    font-weight: 600;
    color: var(--ink-soft);
    font-size: 1rem;
    line-height: 1.8;
    margin: 0 0 8px;
}

.Force{
    width: 100%;
    display: flex;
    gap: 14px;
    padding: 10px 0 14px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.Force .mybtn1,
.Force .mybtn2 {
    padding: 12px 18px;
    border-radius: 999px;
    width: 150px;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.Force .mybtn1{
    background: linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 100%);
    color: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(140, 106, 61, 0.18);
}

.Force .mybtn2{
    background: #fff;
    color: var(--brand-primary);
    border: 1px solid rgba(140, 106, 61, 0.22);
}

.Force .mybtn1:hover,
.Force .mybtn2:hover {
    transform: translateY(-2px);
}

.hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
    width: 100%;
}

.metric {
    display: flex;
    flex-direction: column;
    flex: 1 1 110px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid var(--border);
    box-shadow: 0 8px 20px rgba(20, 12, 4, 0.04);
}

.metric strong {
    color: var(--gold-dark);
    font-size: 1rem;
    line-height: 1.1;
}

.metric span {
    color: var(--ink-soft);
    font-size: 0.82rem;
    margin-top: 4px;
    line-height: 1.4;
}

.coperateLogos{
    padding: 12px 0 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    color: var(--ink-soft);
    font-size: 0.95rem;
}

.coperateLogos img{
    height: 44px;
    padding: 8px;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(88, 64, 3, 0.12)
}

/*/...................... this is for slide 2......................... */

.slide2{
    padding: 80px 20px 90px;
    height: fit-content;
    margin-top: -100px;
    background: linear-gradient(180deg, var(--brand-cream) 0%, #f2ebdc 100%);
}

.services-intro{
    max-width: 960px;
    margin: 0 auto 36px;
    text-align: center;
}

.services-badge{
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(140, 106, 61, 0.12);
    color: var(--brand-primary);
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-bottom: 14px;
}

.services-intro h1{
    font-size: clamp(2rem, 3vw, 2.8rem);
    color: var(--brand-text);
    margin: 0 0 12px;
    line-height: 1.15;
}

.services-intro h1 span{
    color: var(--brand-accent);
}

.services-intro p{
    max-width: 760px;
    margin: 0 auto;
    color: var(--brand-text-soft);
    line-height: 1.8;
    font-size: 1rem;
}

.services-grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}

.service-card{
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(140, 106, 61, 0.08);
    border: 1px solid rgba(140, 106, 61, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 24px 55px rgba(140, 106, 61, 0.12);
}

.service-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.service-body{
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.service-body h3{
    margin: 0;
    color: var(--brand-text);
    font-size: 1.35rem;
}

.service-body p{
    margin: 0;
    color: var(--brand-text-soft);
    line-height: 1.7;
}

.service-body ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
    color: var(--brand-text-soft);
}

.service-body li{
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-body li img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

@media screen and (max-width: 980px) {
    .services-grid{
        grid-template-columns: 1fr;
        max-width: 640px;
    }
}


/* =============------(((((this is for slide 3)))))----============ */

.slide3{
    padding: 60px 20px 40px;
    background: #f9f6ef;
}

/* =============------(((((this is for footer)))))----============ */

.bd-footer{
    background: linear-gradient(135deg, var(--brand-primary-dark) 0%, var(--brand-primary) 100%);
    color: #f8f0d8;
    padding: 64px 20px 28px;
    margin-top: 70px;
}

.footer-grid{
    display: grid;
    grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}

.footer-brand{
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.footer-brand .img{
    max-width: 72px;
    padding: 0;
    margin: 0;
    background: transparent;
}

.footer-brand h5,
.footer-links h5,
.footer-contact h5{
    color: var(--brand-accent-soft);
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.footer-brand p,
.footer-contact p{
    color: #e8d9aa;
    line-height: 1.7;
    margin: 0;
}

.footer-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    width: fit-content;
}

.footer-links a{
    color: #f8e9bb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover{
    color: #ffd05d;
}

.social-links{
    display: flex;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}

.social-links a{
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    color: #ffffff;
    transition: transform 0.2s ease, background 0.2s ease;
}

.social-links a:hover{
    transform: translateY(-3px);
    background: var(--brand-accent);
}

.social-links svg{
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-bottom{
    max-width: 1180px;
    margin: 28px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    text-align: center;
    color: #e8d9aa;
    font-size: 0.95rem;
}

@media screen and (max-width: 980px) {
    .contact-grid{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 900px) {
    .slide1 {
        padding: 120px 18px 40px;
    }

    .d-flex .mybtn {
        width: auto;
        min-width: 140px;
        padding: 10px 14px;
    }

    .F-inner {
        flex-wrap: nowrap;
        min-height: auto;
        padding: 12px 16px;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .responsive-img {
        width: auto;
        justify-content: flex-start;
        flex: 1;
        min-width: 0;
    }

    .navbar {
        width: auto;
        justify-content: flex-end;
        flex: 0 0 auto;
        margin-left: auto;
    }
 
    .navbar .container-fluid {
        justify-content: flex-end;
        width: auto;
    }

    .navbar-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .nav-link:hover {
        color: var(--ink-soft);
        background: transparent;
    }

    .on-bg {
        width: min(100%, 620px);
        min-height: auto;
        padding: 28px 24px;
    }

       .slide2{
        margin-top: -50px;
    }

    .hero-highlights {
        gap: 10px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .metric {
        flex: 1 1 0;
        min-width: 0;
        padding: 10px;
    }

    .services-grid,
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 780px) {
    .footer-grid{
        grid-template-columns: 1fr 1fr;
    }
    
}

@media screen and (max-width: 560px) {
    .footer-grid{
        grid-template-columns: 1fr;
    }

    .hero-highlights {
        flex-wrap: wrap;
        gap: 8px;
    }

    .metric {
        flex: 1 1 calc(50% - 8px);
        min-width: 0;
        padding: 9px 10px;
    }

    .metric strong {
        font-size: 0.95rem;
    }

    .metric span {
        font-size: 0.76rem;
    }
       .slide2{
        margin-top: -50px;
    }
}

.contact-Us{
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contact-header{
    text-align: center;
    margin-bottom: 36px;
}

.contact-grid{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: stretch;
}

.contact-panel{
    border-radius: 32px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(140, 106, 61, 0.09);
    border: 1px solid rgba(140, 106, 61, 0.14);
    position: relative;
}

.contact-image-panel{
    min-height: 580px;
    background: #eef6f4;
}

.contact-image-panel img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-image-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 36px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(18,10,4,0.84) 100%);
    color: #fff;
}

.contact-image-overlay p{
    margin: 0 0 8px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-accent-soft);
}

.contact-image-overlay h3{
    margin: 0;
    font-size: 2.3rem;
    line-height: 1.05;
}

.contact-card{
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-headline h3{
    margin: 0;
    color: var(--brand-text);
    font-size: 2rem;
}

.contact-headline p{
    margin: 0;
    color: var(--brand-text-soft);
    line-height: 1.8;
}

.contact-form{
    display: grid;
    gap: 18px;
}

.contact-form label{
    font-weight: 700;
    color: var(--brand-text);
}

.contact-form .form-control{
    border-radius: 16px;
    border: 1px solid rgba(140, 106, 61, 0.2);
    background: #fbf7ee;
    padding: 14px 18px;
}

.contact-form textarea.form-control{
    min-height: 150px;
}

.contact-submit{
    width: min(220px, 100%);
    padding: 14px 20px;
    background: var(--brand-primary);
    color: #ffffff;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.contact-submit:hover{
    background: var(--brand-primary-dark);
    transform: translateY(-1px);
}

.contact-details{
    display: grid;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(140, 106, 61, 0.15);
    color: var(--brand-text-soft);
}

.contact-details div{
    font-size: 0.98rem;
}

.contact-socials{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.contact-socials a{
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(140, 106, 61, 0.12);
    color: var(--brand-primary);
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.contact-socials a:hover{
    transform: translateY(-2px);
    background: var(--brand-primary);
    color: #ffffff;
}

.contact-socials svg{
    width: 18px;
    height: 18px;
    fill: currentColor;
}

@media screen and (max-width: 980px) {
    .contact-grid{
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 720px) {
    .slide3{
        padding: 40px 16px 30px;
    }

    .contact-card{
        padding: 24px;
    }

    .contact-image-panel{
        min-height: 320px;
    }
       .slide2{
        margin-top: -50px;
    }
}

/*================== this is style for the mission and vision section of the home page========= */
.slide4{
    padding: 60px 20px 40px;
    background: #fcf8f1;
    position: relative;
}

.slide4::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(140, 106, 61, 0.12);
    top: 20px;
    right: 20px;
    z-index: 1;
}

.T-inner{
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
    color: var(--brand-text);
}

.section-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: var(--brand-primary);
    margin-bottom: 12px;
}

.section-header h2 {
    margin: 0;
    font-size: 2.8rem;
    letter-spacing: -0.03em;
    line-height: 1.05;
}

.section-header p {
    max-width: 760px;
    margin: 16px auto 0;
    color: var(--brand-text-soft);
    line-height: 1.8;
    font-size: 1rem;
    
}

.mission-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.mission-card,
.mission-image-panel {
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 28px 80px rgba(140, 106, 61, 0.08);
    border: 1px solid rgba(140, 106, 61, 0.12);
}

.mission-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding: 32px;
    text-align: justify;
}

.mission-panel {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.vision-panel {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.mission-image-panel {
    background: #f5f1e6;
    position: relative;
    min-height: 280px;
}

.mission-image-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mission-image-panel.bottom-image {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
}

.mission-image-panel:not(.bottom-image) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}

.card-icon-panel {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: rgba(140, 106, 61, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(140, 106, 61, 0.15);
}

.mission-icon {
    width: 28px;
    height: 28px;
}

.mission-card h3 {
    margin: 0 0 14px;
    color: var(--brand-text);
    font-size: 1.9rem;
}

.mission-card p {
    margin: 0;
    color: var(--brand-text-soft);
    line-height: 1.8;
    font-size: 1rem;
}

.addedSlide {
    padding: 90px 20px 100px;
    background:
        radial-gradient(circle at top left, rgba(140, 106, 61, 0.12), transparent 24%),
        linear-gradient(135deg, var(--brand-cream) 0%, #f6efe1 100%);
    position: relative;
    overflow: hidden;
}

.addedSlide::before,
.addedSlide::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.addedSlide::before {
    width: 260px;
    height: 260px;
    top: -90px;
    right: -80px;
    background: rgba(140, 106, 61, 0.12);
}

.addedSlide::after {
    width: 220px;
    height: 220px;
    bottom: -70px;
    left: -70px;
    background: rgba(93, 65, 20, 0.08);
}

.values-inner {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.values-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 24px;
    align-items: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(140, 106, 61, 0.16);
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(140, 106, 61, 0.08);
    backdrop-filter: blur(12px);
}

.values-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    min-height: 340px;
    box-shadow: 0 16px 36px rgba(140, 106, 61, 0.12);
    border: 1px solid rgba(140, 106, 61, 0.16);
    isolation: isolate;
}

.values-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
}

.values-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23, 15, 5, 0.02) 0%, rgba(23, 15, 5, 0.62) 100%);
}

.values-visual-card {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 250, 240, 0.97);
    box-shadow: 0 12px 24px rgba(20, 12, 4, 0.12);
    opacity: 0.8;
}

.values-visual-card h3 {
    margin: 0 0 8px;
    color: var(--brand-text);
    font-size: 1.15rem;
    font-weight: 700;
}

.values-visual-card p {
    margin: 0;
    color: var(--brand-text-soft);
    line-height: 1.7;
    font-size: 0.95rem;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-content: start;
}

.pillar {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px 20px;
    border-radius: 18px;
    background: linear-gradient(145deg, #fffdf7 0%, #f7ecdc 100%);
    border: 1px solid rgba(140, 106, 61, 0.16);
    border-left: 4px solid var(--brand-accent);
    box-shadow: 0 12px 30px rgba(88, 64, 3, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pillar:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(88, 64, 3, 0.1);
}

.pillar strong {
    color: var(--brand-text);
    font-size: 1rem;
    font-weight: 700;
}

.pillar span {
    color: var(--brand-text-soft);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media screen and (max-width: 980px) {
    .values-layout {
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .values-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mission-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .v2{
        display: none;
    }

    .mission-panel,
    .vision-panel,
    .mission-image-panel,
    .mission-image-panel.bottom-image,
    .mission-image-panel:not(.bottom-image) {
        grid-column: auto;
        grid-row: auto;
    }

    .mission-card {
        min-height: auto;
    }
    .slide2{
        margin-top: -50px;
    }
}

@media screen and (max-width: 720px) {
    .slide4 {
        padding: 40px 16px 30px;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .mission-grid {
        gap: 16px;
    }

    .mission-card {
        padding: 24px;
    }

    .mission-image-panel {
        min-height: 220px;
    }

    .mission-image-panel.bottom-image {
        display: none;
    }

    .values-layout {
        padding: 16px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .values-visual {
        min-height: 280px;
    }

    .values-visual-card {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 16px;
    }
    .slide2{
        margin-top: -50px;
    }
}



/* <=====================this is the begining of our staff--==++========================> */

.slide5{
    padding: 60px 20px 40px;
    background: #ffffff;
}

.team-header {
    text-align: center;
    margin-bottom: 40px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.team-card {
    background: #fdf8f1;
    border: 1px solid rgba(140, 106, 61, 0.16);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(140, 106, 61, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.team-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 34px 90px rgba(140, 106, 61, 0.12);
}

.team-photo {
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    background: linear-gradient(180deg, #fffaf0 0%, #f4ead6 100%);
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-details {
    padding: 24px;
}

.team-details h3 {
    margin: 0 0 8px;
    color: var(--brand-text);
    font-size: 1.4rem;
}

.team-details span {
    display: block;
    color: var(--brand-text-soft);
    font-size: 0.95rem;
    line-height: 1.6;
}

@media screen and (max-width: 1080px) {
    .team-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .slide2{
        margin-top: -50px;
    }
}

@media screen and (max-width: 720px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .slide5 {
        padding: 40px 16px 30px;
    }
    .slide2{
        margin-top: -50px;
    }
}

/*---------================= foootttterrr=========================== */

.bd-footer{
    /* border: 1px solid red; */
    background: rgb(182, 132, 5);
    color: #ffff;
}

.dp{
    height: 10%;
    width: 100%;
    background-color: #ffff;
}

.dp .img{
    height: 45px;
}

.col-6 ul li a{
    text-decoration: none;
    color: white;
}

@media screen and (max-width: 720px) {
    body {
        overflow-x: hidden;
    }

    .slide1 {
        min-height: auto;
    }

    .F-inner {
        flex-direction: row;
        height: auto;
        justify-content: space-between;
        align-items: center;
        padding: 8px 12px;
    }

    .responsive-img {
        width: auto;
        max-width: none;
        flex: 1;
    }

    .responsive-img .txt {
        min-width: 0;
    }

    .img {
        max-width: 20%;
        padding: 0;
    }

    .navbar {
        width: auto;
        height: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        position: relative;
        flex: 0 0 auto;
    }

    .navbar-toggler {
        margin-left: auto;
        border: 0;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 12px 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
        z-index: 1100;
    }

    .navbar-nav {
        align-items: flex-start;
        width: 100%;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .d-flex .mybtn {
        margin-right: 0;
        margin-top: 10px;
    }

    .on-bg {
        width: 100%;
        padding: 24px 18px;
        min-height: clamp(26rem, 70vh, 40rem);
        height: auto;
        background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    }

    .on-bg h1 {
        font-size: 2rem !important;
        height: auto !important;
        line-height: 1.2;
    }

    .Force {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .Force .mybtn1,
    .Force .mybtn2 {
        width: 100%;
    }

    .coperateLogos {
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .slide2,
    .slide3,
    .slide4,
    .slide5 {
        padding: 15px;
        margin-top: 25px;
    }
    .slide2{
        margin-top: -50px;
    }

    .S-inner,
    .Ff-inner,
    .flex,
    .boxes-row {
        flex-direction: column;
    }

    .S-inner {
        padding: 10px 0;
        gap: 15px;
    }

    .container {
        width: 100%;
        max-width: 100%;
    }

    .flex {
        height: auto;
        padding: 10px 0;
    }

    .flex .st,
    .flex .imagearea {
        width: 100%;
    }

    .flex .imagearea img {
        width: 100%;
        height: auto;
    }

    .slide4 {
        height: auto;
        margin-bottom: 40px;
    }

    .boxes-row {
        margin-top: 15px;
        height: auto;
    }

    .box {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .box-2{
        height: 200px;
        margin-bottom: -50px;
    }
    .box-3{
        visibility: hidden;
    }
    /* .box-4{
        height: 160px;
    } */

    .box-1 p,
    .box-4 p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .slide5 {
        height: auto;
    }

    .Ff-inner {
        gap: 15px;
    }

    .bd-footer .row {
        display: block;
    }

    .bd-footer .col-6 {
        width: 100%;
        margin-bottom: 15px;
    }

    .rights p {
        padding: 0 10px;
        font-size: 0.95rem;
    }
}

@media screen and (max-width: 720px) {
    body {
        overflow-x: hidden;
    }

    .slide1 {
        padding: 100px 14px 32px;
        min-height: auto;
    }

    .F-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .responsive-img {
        justify-content: flex-start;
        font-size: 20px;
    }

    .img {
        max-width: 48px;
        padding: 0;
    }

    .navbar {
        margin-left: auto;
        margin-top: -47px;
        margin-right: -30px;
        width: 160px;
        /* border: 1px solid red; */
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: auto;
        right: 0;
        width: min(102vw, 400px);
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 12px 28px rgba(37, 24, 9, 0.12);
        padding: 12px 14px;
        margin-top: 8px;
        z-index: 1100;
    }
    .nav-link{
        width: 50%;
        border-radius: 0;
    }
    .nav-link:hover {
        color: var(--ink-soft);
        background: transparent;
    }

    .navbar-nav {
        align-items: flex-start;
        width: 100%;
    }

    .d-flex .mybtn {
        width: auto;
        min-width: 120px;
        margin-top: 8px;
        padding: 10px 12px;
    }

       .slide2{
        margin-top: -50px;
    }

    .on-bg {
        width: 100%;
        padding: 24px 18px;
        min-height: auto;
        background: linear-gradient(to bottom, rgba(255,255,255,0.95), rgba(255,255,255,0.84));
    }

    .on-bg h1 {
        font-size: 2rem !important;
        height: auto !important;
        line-height: 1.2;
    }

    .Force {
        flex-direction: column;
        gap: 10px;
        padding: 0;
    }

    .Force .mybtn1,
    .Force .mybtn2 {
        width: 100%;
    }

    .hero-highlights {
        flex-direction: column;
    }

    .coperateLogos {
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
    }

    .slide2,
    .slide3,
    .slide4,
    .slide5 {
        padding: 36px 16px 28px;
        margin-top: 0;
    }

    .services-grid,
    .team-grid,
    .footer-grid,
    .value-pillars,
    .contact-grid,
    .mission-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 24px;
    }

    .contact-image-panel {
        min-height: 320px;
    }

    .mission-card {
        padding: 24px;
    }

    .section-header h2 {
        font-size: 2.2rem;
    }

    .team-photo {
        min-height: 220px;
    }

    .footer-grid {
        gap: 18px;
    }

    .footer-brand {
        flex-direction: column;
    }

    .footer-bottom {
        margin-top: 20px;
        font-size: 0.9rem;
    }
}

/* ============================ Dark theme ============================ */
html[data-theme="dark"] {
    color-scheme: dark;
    --brand-primary: #b28a4b;
    --brand-primary-dark: #8c6a3d;
    --brand-accent: #c7a864;
    --brand-accent-soft: #e2cc91;
    --brand-cream: #191510;
    --brand-surface: #12100e;
    --brand-text: #f7f0e5;
    --brand-text-soft: #cbbfae;
    --brand-border: rgba(178, 138, 75, 0.23);
    --gold: var(--brand-accent);
    --gold-dark: var(--brand-accent-soft);
    --cream: var(--brand-cream);
    --ink: var(--brand-text);
    --ink-soft: var(--brand-text-soft);
    --border: var(--brand-border);
}

html[data-theme="dark"] body {
    background: #12100e;
    color: var(--ink);
}

html[data-theme="dark"] .F-inner {
    background: rgba(24, 20, 16, 0.96);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .img,
html[data-theme="dark"] .footer-brand .img {
    background: #f7f0e5;
}

html[data-theme="dark"] .navbar-toggler {
    filter: invert(1);
}

html[data-theme="dark"] .theme-toggle {
    color: var(--ink-soft);
    border-color: var(--border);
}

html[data-theme="dark"] .theme-toggle:hover {
    background: rgba(229, 184, 75, 0.16);
    color: var(--gold-dark);
}

html[data-theme="dark"] .nav-link {
    color: var(--ink-soft);
}

html[data-theme="dark"] .nav-link:hover,
html[data-theme="dark"] .nav-link.active {
    color: var(--gold-dark);
    background: rgba(229, 184, 75, 0.14);
}

html[data-theme="dark"] .dropdown-menu {
    background: #27211b;
    border-color: var(--border);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .dropdown-item {
    color: var(--ink-soft);
}

html[data-theme="dark"] .dropdown-item:hover,
html[data-theme="dark"] .dropdown-item:focus {
    color: var(--ink);
    background: rgba(229, 184, 75, 0.14);
}

html[data-theme="dark"] .on-bg {
    background: linear-gradient(135deg, rgba(30, 25, 20, 0.96), rgba(43, 34, 25, 0.92));
    border-color: rgba(229, 184, 75, 0.18);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

html[data-theme="dark"] .hero-badge,
html[data-theme="dark"] .section-label,
html[data-theme="dark"] .services-badge {
    background: rgba(229, 184, 75, 0.14);
    color: var(--gold-dark);
}

html[data-theme="dark"] .slide2 {
    background: linear-gradient(180deg, #191510 0%, #211b15 100%);
}

html[data-theme="dark"] .slide3,
html[data-theme="dark"] .slide4,
html[data-theme="dark"] .addedSlide,
html[data-theme="dark"] .slide5 {
    background: #12100e;
}

html[data-theme="dark"] .service-card,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .mission-card,
html[data-theme="dark"] .team-card,
html[data-theme="dark"] .values-visual-card {
    background: #211b15;
    border-color: var(--border);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .service-body,
html[data-theme="dark"] .contact-form-panel,
html[data-theme="dark"] .textR,
html[data-theme="dark"] .team-details {
    color: var(--ink-soft);
}

html[data-theme="dark"] .service-body h3,
html[data-theme="dark"] .contact-headline h3,
html[data-theme="dark"] .mission-card h3,
html[data-theme="dark"] .values-visual-card h3,
html[data-theme="dark"] .pillar strong,
html[data-theme="dark"] .team-details h3,
html[data-theme="dark"] .section-header h2,
html[data-theme="dark"] .services-intro h1,
html[data-theme="dark"] .on-bg h1 {
    color: var(--ink);
}

html[data-theme="dark"] .service-body p,
html[data-theme="dark"] .service-body li,
html[data-theme="dark"] .contact-headline p,
html[data-theme="dark"] .contact-details,
html[data-theme="dark"] .mission-card p,
html[data-theme="dark"] .section-header p,
html[data-theme="dark"] .values-visual-card p,
html[data-theme="dark"] .pillar span,
html[data-theme="dark"] .team-details span,
html[data-theme="dark"] .textR p {
    color: var(--ink-soft);
}

html[data-theme="dark"] .pillar {
    background: linear-gradient(145deg, #282119 0%, #201a14 100%);
    border-color: var(--border);
    border-left-color: var(--gold);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

html[data-theme="dark"] .team-photo {
    background: linear-gradient(180deg, #2a231b 0%, #19140f 100%);
}

html[data-theme="dark"] .contact-form .form-control {
    color: var(--ink);
    background: #17130f;
    border-color: rgba(229, 184, 75, 0.28);
}

html[data-theme="dark"] .contact-form .form-control::placeholder {
    color: #988b7b;
}

html[data-theme="dark"] .contact-form .form-control:focus {
    background: #1d1813;
    color: var(--ink);
    border-color: var(--gold);
    box-shadow: 0 0 0 0.25rem rgba(229, 184, 75, 0.17);
}

html[data-theme="dark"] .contact-socials a {
    background: rgba(229, 184, 75, 0.14);
    color: var(--gold-dark);
}

html[data-theme="dark"] .bd-footer {
    background: linear-gradient(135deg, #17110a 0%, #38260d 100%);
}

@media screen and (max-width: 720px) {
    .theme-toggle {
        margin-left: auto;
        margin-right: 46px;
        margin-top: -43px;
    }

    html[data-theme="dark"] .navbar-collapse {
        background: #211b15;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
    }
}

html {
    color-scheme: light;
}

.theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: 12px;
    padding: 8px 12px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: transparent;
    color: var(--ink-soft);
    font: inherit;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.theme-toggle:hover {
    background: rgba(140, 106, 61, 0.12);
    color: var(--brand-primary);
}

.theme-toggle:focus-visible {
    outline: 3px solid rgba(140, 106, 61, 0.28);
    outline-offset: 3px;
}

.theme-toggle-icon {
    font-size: 1rem;
    line-height: 1;
}

/* Persistent utility control: remains reachable without consuming navigation space. */
.theme-toggle--floating {
    position: fixed;
    right: max(20px, env(safe-area-inset-right));
    bottom: max(20px, env(safe-area-inset-bottom));
    z-index: 1100;
    margin: 0;
    padding: 11px 15px;
    background: #fffaf0;
    color: var(--ink-soft);
    box-shadow: 0 12px 28px rgba(37, 24, 9, 0.18);
}

html[data-theme="dark"] .theme-toggle--floating {
    background: #27211b;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.38);
}

@media screen and (max-width: 720px) {
    .theme-toggle--floating {
        right: 16px;
        bottom: max(16px, env(safe-area-inset-bottom));
        margin: 0;
    }
}
