:root {
    --accent: #0b76ff;
    --dark: #0b1220;
    --muted: #6b7280;
    --card-bg: #ffffff;
}

* {
    box-sizing: border-box
}








.home-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 450px;


}




.webLogo {
    height: 80px;
}

.menu {
    padding: 5px;
    
    border: 1px solid #f17e20;
    border-radius: 50px;
    background-color: #f17e20;
}

/* MOBILE */
@media (max-width: 768px) {

    .nav {
        display: none;          /* by default hidden */
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;            /* full width */
        flex-direction: column; /* vertical stack */
        background: #fff;
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
        z-index: 9999;
    }

    .nav.active {
        display: flex;          /* show menu */
    }

    /* Links style */
    .nav a {
        display: block;         /* make links block level for full width */
        padding: 14px 20px;
        border-bottom: 1px solid #e5e7eb;
        color: #0b1220;
        text-decoration: none;
    }

    .nav a:last-child {
        border-bottom: none;
    }
}






.webH1 {
    width: 70%;
    font-size: 50px;
    color: white;
    margin-bottom: 0px;
}

.webp {
    width: 900px;
    font-size: 20px;
    color: gray;
    margin-top: 0px;
}

.home-buton {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 50px;
    border: 1px solid black;
    border-radius: 30px;
    background-color: #f76f00;
    text-decoration: none;
    outline: none !important;
    border: none;
}

.home-buton:focus,
.home-buton:active {
    outline: none !important;
    border: none !important;
}

.home-buton p {
    color: white;
    font-size: medium;
    margin: 0;
}

.arrow-box {
    width: 12%;
    height: 38px;
    background-color: #f98f38;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    font-size: 30px;
    color: white;
    margin-top: -7px;
}

/* Mobile click highlight hatane ke liye */
.home-buton {
    -webkit-tap-highlight-color: transparent;
}




.parent {
    display: flex;
    gap: 25px;
    /* dono parts ke beech gap */
    width: 100%;
    /* full width le */
    box-sizing: border-box;
    padding: 10px;
    /* parent container ke andar thoda padding */
}

.part1,
.part2 {
    flex: 1;
    /* dono parts barabar width */
    padding: 80px;
    box-sizing: border-box;
    /* padding aur border width me add nahi honge */
}




/* Tablet (max-width: 1024px) */
@media (max-width: 1024px) {
    .parent {
        flex-direction: column;
        gap: 20px;
        padding: 10px 20px;
    }

    .part1,
    .part2 {
        padding: 40px;
    }
}

/* Mobile (max-width: 600px) */
@media (max-width: 600px) {
    .parent {
        flex-direction: column;
        gap: 15px;
        padding: 10px 15px;
    }

    .part1,
    .part2 {
        padding: 10px;
        font-size: 14px;
        /* text chhota kar diya */
    }

    /* Agar headings hain, unka font thoda bada rakhna ho */
    .part1 h1,
    .part2 h1,
    .part1 h2,
    .part2 h2 {
        font-size: 28px;
    }

    /* Paragraph ya normal text */
    .part1 p,
    .part2 p {
        font-size: 14px;
    }
}

.container3 {
    width: 50%;
    margin-left: 25%;
    font-size: 20px;
}

/* Tablet */
@media (max-width: 1024px) {
    .container3 {
        width: 80%;
        margin-left: 10%;
        font-size: 20px;
    }


    .responis_ke-liye {
        margin-left: 40px;
        font-size: 18px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .container3 {
        width: 100%;
        margin-left: 0;
        font-size: 16px;
        padding: 30px;
    }

    .container3 h1 {
        font-size: 20px;
    }

    .responis_ke-liye {
        margin: 10px;
        font-size: 16px;
    }
}





.containerParen5 {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.chaidContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}

.chaidContainerImg {
    width: 80%;
}

.chaidContainer p {
    margin: auto;
}

.chaidContainer h4 {
    margin: auto;
}


/* Tablet */
@media (max-width: 1024px) {
    .containerParen5 {
        flex-wrap: wrap;
        /* wrap ho jaye agar space kam ho */
        gap: 15px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .containerParen5 {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }

    .chaidContainerImg {
        width: 50%;
    }

    .chaidContainer {
        margin-top: 20px;
        width: 100%;
    }

    .chaidContainer p,
    .chaidContainer h4 {
        margin: 0 auto;
        text-align: center;
    }
}


.containerParen6 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    width: 100%;
}


.leftBox {
    width: 50%;
    padding-left: 100px;
    padding-right: 100px;
}



.leftBox p {
    margin-top: 100px;
}

.rightBox {
    width: 50%;
}

.containerParen6Img {
    width: 80%;
}

/* Tablet */
@media (max-width: 1024px) {
    .containerParen6 {
        flex-direction: column;
        margin-top: 5%;
    }

    .leftBox,
    .rightBox {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .leftBox h1 {
        padding: 10px;
        font-size: 20px;

    }

    .leftBox p {
        padding-top: 30px;
        margin-top: 40px;
    }

    .containerParen6Img {
        margin-top: 30px;
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .containerParen6 {
        flex-direction: column;
        margin-top: 5%;
        padding: 0 10px;
    }

    .leftBox,
    .rightBox {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .leftBox p {
        margin-top: 20px;
    }

    .containerParen6Img {
        width: 100%;
    }
}

.despite {
    margin-top: 50px;
    padding-left: 180px;
    margin-right: 350px;
}

.strenk-ke-liye {
    font-size: 100px;
    color: #f76f00;
}

.despite-ki-description {
    margin-top: -80px;
    font-size: 30px;
}


/* Tablet */
@media (max-width: 1024px) {
    .despite {
        padding-left: 60px;
        margin-right: 60px;
        margin-top: 40px;
    }

    .strenk-ke-liye {
        font-size: 60px;
    }

    .despite-ki-description {
        margin-top: -40px;
        font-size: 22px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .despite {
        padding-left: 20px;
        margin-right: 20px;
        margin-top: 30px;
    }

    .strenk-ke-liye {
        font-size: 60px;
        text-align: center;
    }

    .despite-ki-description {
        margin-top: -20px;
        font-size: 20px;
        text-align: center;
    }
}


.chuti-img-ke-liye {
    margin-left: 12%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.imggg {
    width: 5%;
}

.mendiana {
    display: flex;
    flex-direction: column;
}

.diana {
    margin: 0;
    font-weight: 500;
}



/* Tablet */
@media (max-width: 1024px) {
    .chuti-img-ke-liye {
        margin-left: 5%;
        gap: 8px;
    }

    .imggg {
        width: 8%;
    }

    .diana {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .chuti-img-ke-liye {
        margin-left: 0;
        gap: 5px;
        padding: 0 10px;
    }

    .imggg {
        width: 12%;
    }

    .diana {
        font-size: 14px;
        text-align: center;
    }

    .mendiana {
        align-items: center;
    }
}



.box-5 {
    display: flex;
    gap: 2%;
}

.box-5-ka-des {
    width: 40%;
    padding: 7%;
    padding-left: 10%;
    font-size: 20px;
}

.box-5-ka-des p {
    font-size: small;
}

/* Tablet */
@media (max-width: 1024px) {
    .box-5 {
        flex-wrap: wrap;
        /* items wrap ho jayein */
        gap: 4%;
    }

    .box-5-ka-des {
        width: 80%;
        padding: 5%;
        padding-left: 7%;
        font-size: 18px;
    }

    .box-5-ka-des p {
        font-size: 14px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .box-5 {
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }

    .box-5-ka-des {
        width: 100%;
        padding: 10px;
        padding-left: 10px;
        font-size: 16px;
    }

    .box-5-ka-des p {
        padding-top: 20px;
        font-size: 10px;
    }
}

.menChi-4 {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;

}

.box-img {
    width: 20%;
}

.chaiBox-4 {
    width: 48%;
    padding: 6%;
}

.chaiBox-4:hover {
    background-color: #f17e20;
    color: white;
}



/* Tablet */
@media (max-width: 1024px) {
    .menChi-4 {
        width: 80%;
        justify-content: center;
        gap: 10px;
    }

    .chaiBox-4 {
        width: 80%;
        padding: 4%;
    }

    .box-img {
        width: 30%;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .menChi-4 {
        padding: 20px;
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }

    .chaiBox-4 {
        width: 100%;
        padding: 3%;
    }

    .box-img {
        width: 20%;

    }

}


.theTypeOf {
    margin-top: 80px;
    padding: 0 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

}

.theTypeOf h1 {
    margin: auto;
    font-size: 40px;
}

/* Tablet */
@media (max-width: 1024px) {
    .theTypeOf {
        padding: 0 100px;
    }


    /* Mobile */
    @media (max-width: 600px) {
        .theTypeOf {
            padding: 10%;
        }

        .theTypeOf h1 {
            font-size: 20px;
        }

        .theTypeOf p {
            text-align: center;
        }
    }
}



.tech-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 80px 60px;
    flex-wrap: wrap;
}

.tech-card {
    width: 30%;
    text-align: center;
}

.tech-card img {
    width: 80px;
    margin: auto;
    display: block;
}

.tech-card h4 {
    margin: 15px 0 10px;
    font-size: 20px;
}

.tech-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* 📱 Tablet */
@media (max-width: 992px) {
    .tech-card {
        width: 45%;
    }
}

/* 📱 Mobile */
@media (max-width: 600px) {
    .tech-section {
        padding: 40px 20px;
    }

    .tech-card {
        width: 100%;
    }

    .tech-card img {
        width: 70px;
    }

    .tech-card h4 {
        font-size: 18px;
    }

    .tech-card p {
        font-size: 14px;
    }
}




.weHave {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}

.divWeHave {
    padding-left: 10%;
}


@media (max-width:920px) {
    .weHave {
        display: block;
    }

    .divWeHave {
        padding: 10px;
    }

    .divWeHave h1 {
        font-size: x-large;
    }

    .divWeHave P {
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .weHave {
        display: block;
    }

    .divWeHave {
        padding: 10px;
        padding-right: 35%;
    }

    .divWeHave h1 {
        font-size: 20PX;
    }

    .divWeHave P {
        font-size: 14px;
    }

}












.expert-session {
    margin-left: 130px;
    padding-left: 10px;
    display: flex;
    width: 18%;
    height: 50px;
    gap: 15px;
    border: 2px solid #f76f00;
    border-radius: 30px;
    align-items: center;
    justify-content: space-between;
}

/* link styling */
.expert-link {
    text-decoration: none;
}

.expert-link p {
    margin: 0;
    color: black;
    font-size: 13px;
    white-space: nowrap;
}

/* arrow circle */
.arrow-circle {
    width: 30px;
    height: 30px;
    background-color: #f76f00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-circle span {
    color: white;
    font-size: 20px;
}

/* 🔥 RESPONSIVE CSS */

/* Tablet */
@media (max-width: 1024px) {
    .expert-session {
        width: 40%;
        margin-left: 50px;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .expert-session {
        width: 60%;
        
        
    }

    .expert-link p {
        font-size: 13px;
    }
}


















.containerMenu {
    display: flex;
    width: 100%;
    padding: 8%;
}

.left-menu {
    display: flex;
    gap: 1%;
    padding-top: 2%;
    padding-left: 4%;
    padding-right: 4%;
    width: 30%;
    color: #6b7280;
}

.tital-description {
    padding: 7%;
    width: 70%;

}

.left-menu h4 {
    color: #6b7280;
    cursor: pointer;
    transition: 0.3s;
}

.left-menu h4.active {
    color: black;
    font-weight: 600;
}






/* LEFT MENU STICKY */
.left-menu {
    position: sticky;
    top: 0px;
    /* scroll me itni height tak fixed rahega */
    height: fit-content;
    align-self: flex-start;



}

.left-menu :hover {
    color: #0b1220;
}

/* TITLE DEFAULT STYLE */
.left-menu h4 {
    color: #6b7280;
    cursor: pointer;
    padding: 8px 0;
    transition: 0.3s;
    border-left: 4px solid transparent;
}

/* ACTIVE TITLE */
.left-menu h4.active {
    color: black;
    font-weight: 600;
    border-left: 4px solid #f76f00;
    /* orange border */




    color: black;
    font-weight: 600;
    border-left: 4px solid #f76f00;
    background-color: #f0f0f0;
    padding-left: 12px;
    margin-left: 5px;
    transition: 0.3s;
}


/* LEFT SIDE VERTICAL LINE KO ORANGE KARNA */
.left-menu .main-line.active-line {
    border-color: #f76f00 !important;
}




/* ===== MOBILE VIEW ===== */
@media (max-width: 768px) {

    .containerMenu {
        flex-direction: column;
        padding: 4%;
    }

    /* LEFT MENU MOBILE ME HIDE */
    .left-menu {
        display: none;
    }

    /* CONTENT FULL WIDTH */
    .tital-description {
        width: 100%;
        padding: 0;
    }

    /* SECTION SPACING */
    .section {
        margin-bottom: 30px;
    }

    .section h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .section p {
        font-size: 14px;
        line-height: 1.6;
    }

    .section h4 {
        font-size: 15px;
        margin-top: 15px;
    }
}



.divTake {
    display: flex;
    margin-top: -60px;
}

.takeThe {
    width: 50%;
    margin: auto;
    padding-left: 10%;
}

.ifYou {
    width: 50%;
    padding-right: 10%;
}

@media(max-width:920px) {
    .divTake {
        flex-direction: column;
    }

    .takeThe,
    .ifYou {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0;
        text-align: left;
        /* 🔥 */
    }
}

/* Mobile */
@media(max-width:600px) {
    .divTake {
        flex-direction: column;
    }

    .takeThe {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        margin: 0;
        text-align: left;
        /* 🔥 main fix */
    }

    .takeThe h1 {
        margin-top: 50px;
        font-size: 30px;
        font-weight: 600;
        text-align: left;
        /* 🔥 double sure */
    }

    .ifYou {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
}














/* ye css he site se image ko site se nikal le ke liye  */









.ani-section {
    display: flex;
    margin-top: 50px;
}

.ani-image-box {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ani-image-box img {
    width: 90%;
}

.ani-text-box {
    width: 50%;
    padding-left: 3%;
    padding-top: 5%;
}

/* Orange Line */
.ani-line {
    width: 0%;
    height: 6px;
    background-color: #f76f00;
    margin: 10px 0 20px 0;
    transition: width 1s ease;
}

/* Slide Animation Start */
.slide-left {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1s ease;
}

.slide-right {
    opacity: 0;
    transform: translateX(80px);
    transition: all 1s ease;
}

/* When visible */
.show {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* Line fill */
.fill-line {
    width: 15%;
}

.btnHover:hover a {
    color: white !important;
}

.btnHover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 35px;
    border: 1px solid #f76f00;
    border-radius: 50px;
    cursor: pointer;
}

.btnHover a {
    text-decoration: none;
    color: #f76f00;
    font-size: small;
}

.btnHover:hover {
    background-color: #f76f00;
    box-shadow: 2px 2px #6b7280;
}

.btnHover:hover a {
    color: white !important;
}


/* ===== TABLET & MOBILE ===== */
@media (max-width: 992px) {

    .ani-section {
        flex-direction: column;
        margin-top: 30px;
    }

    .ani-image-box,
    .ani-text-box {
        width: 100%;
        padding: 20px;
    }

    .ani-image-box img {

        width: 70%;

    }

    /* 🔥 Animations OFF */
    .slide-left,
    .slide-right {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ani-line {
        width: 30%;
        /* static line */
        transition: none;
    }



    /* 🔥 Button normal */
    .btnHover {
        width: 40%;
        margin-top: 15px;
        box-shadow: none;
    }

    .btnHover:hover a {
        color: #f76f00;
    }
}






/* ye dosra he isika  */

.ani-section2 {
    display: flex;
    margin-top: 50px;
}

/* TEXT LEFT */
.ani-text-box2 {
    width: 50%;
    padding-left: 3%;
    padding-top: 5%;
}

/* ORANGE LINE */
.ani-line2 {
    width: 0%;
    height: 6px;
    background-color: #f76f00;
    margin: 10px 0 20px 0;
    transition: width 1s ease;
}

/* IMAGE RIGHT */
.ani-image-box2 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ani-image-box2 img {
    width: 90%;
}

/* SLIDE START POSITION */
.slide-left2 {
    opacity: 0;
    transform: translateX(-80px);
    transition: all 1s ease;
}

.slide-right2 {
    opacity: 0;
    transform: translateX(80px);
    transition: all 1s ease;
}

/* WHEN ACTIVE */
.show2 {
    opacity: 1 !important;
    transform: translateX(0) !important;
}

/* LINE FILL */
.fill-line2 {
    width: 15%;
}

/* ===== TABLET & MOBILE ===== */
@media (max-width: 992px) {

    .ani-section2 {
        flex-direction: column;
        margin-top: 30px;
    }

    /* 🔥 IMAGE FIRST */
    .ani-image-box2 {
        order: 1;
        width: 100%;
        padding: 0;
    }

    /* 🔥 TEXT AFTER IMAGE */
    .ani-text-box2 {
        order: 2;
        width: 100%;
        padding: 20px;
    }

    .ani-image-box2 img {
        width: 70%;
    }

    /* Animations OFF */
    .slide-left2,
    .slide-right2 {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ani-line2,
    .fill-line2 {
        width: 30%;
        transition: none;
    }
}





.containerContact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

}

.descriptionContact {
    width: 50%;
    height: 170vh;
    border: 1px solid #17181c;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    background-color: #232429;
    color: white;
}

.Contact-box {
    width: 50%;
    padding-left: 100px;
    padding-right: 100px;
}

.Contact-box h3 {
    color: #f76f00;
    text-transform: uppercase;
}

.contact_input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 10px;

}

.contact_input input {
    width: 48%;
    height: 50px;
}

.contact_input2 input {
    margin-top: 10px;
    margin-left: 5px;
    width: 98%;
    height: 50px;
}

#inquiry {
    margin-top: 10px;
    margin-left: 5px;
    width: 98%;
    height: 50px;
}

#summary {
    margin-top: 10px;
    margin-left: 5px;
    width: 98%;
    height: 80px;
}


#checkboxx {
    margin-top: -0px;
    width: 2%;
}

.submitBtn {
    width: 40%;
    height: 40px;
    border-radius: 30px;
    background-color: #f76f00;
    color: white;
    border: none;
}

.submitBtn:hover {
    width: 40%;
    height: 40px;
    border-radius: 30px;
    background-color: #f17e20;
    color: white;
    border: none;
}


@media (max-width:992px) {
    .containerContact {
        display: block;
        padding: 0%;
    }

    .descriptionContact {
        width: 100%;
        padding: 20px;
        height: 850px;
    }

    .Contact-box {
        width: 100%;
        padding: 20px;
    }

    .Contact-box h1 {
        font-size: x-large;
    }

    .contact_input {
        margin-top: 20px;
        width: 100%;
        display: block;
    }
}

.relatedS {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

@media (max-width:992px) {
    .relatedS{
        padding: 20px;
    }
}








.threeBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}



.box__1 {
    width: 26%;
    background-color: #f76f00;
    color: white;
    padding: 50px;
    box-shadow: 5px 5px 15px gray;
}

.box__2 {
    width: 26%;
    padding: 50px;
    box-shadow: 5px 5px 15px gray;

}

.box__3 {
    width: 26%;
    padding: 50px;
    background-color: #f76f00;
    color: white;
    box-shadow: 5px 5px 15px gray;

}

.threeBoxImg {
    width: 25%;
}

/* 3d */

.threeBox div[class^="box__"] {
    opacity: 0;
    transform: translateY(80px);
    /* niche se */
    transition: all 0.8s ease;
}

.threeBox div[class^="box__"].show {
    opacity: 1;
    transform: translateY(0);
}

.box__1 h2,
.box__1 p,
.box__2 h2,
.box__2 p,
.box__3 h2,
.box__3 p {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.box__1.show h2,
.box__2.show h2,
.box__3.show h2 {
    transition-delay: 0.3s;
    opacity: 1;
    transform: translateY(0);
}

.box__1.show p,
.box__2.show p,
.box__3.show p {
    transition-delay: 0.6s;
    opacity: 1;
    transform: translateY(0);
}



@media (max-width:992px) {
    .threeBox{
        display: block;
        width: 100%;
       padding-left: 5%;
        
    }
    .box__1{
        width: 90%;
        
    }
    .box__2{
        width: 90%;
        margin-top: 20px;
    }
    .box__3{
        width: 90%;
        margin-top: 20px;
    }
}









.titleBox {
    margin-top: 10px;
    border: 1px solid black;
    background-color: #17181c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 50px;
    font-weight: 600;
    gap: 5px;
    cursor: pointer;
    transition: background-color 0.4s;
}

.titleBox.active {
    background-color: #f76f00;
}


.icon {
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    height: 15px;
    border: 1px solid gray;
    background-color: gray;
    border-radius: 100px;
    font-size: large;
    color: #17181c;

}

.description {
    max-height: 0;
    overflow: hidden;
    background-color: #17181c;
    margin-top: -1px;
    border: 1px solid #17181c;
    border-radius: 10px;
    padding: 0 10px;
    color: white;

    transition: max-height 0.6s ease;
}


.description.show {
    max-height: 300px;
    padding: 10px;
}



































/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */







body {
    font-family: Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
    line-height: 1.5;
    margin: 0;
    color: var(--dark);

}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    


}





.nav {
    display: flex;
    gap: 16px;
    align-items: center
}

.nav-link {
    text-decoration: none;
    color: var(--dark);
    padding: 8px 10px;
    border-radius: 8px
}

.nav-link:hover {
    background: #eef6ff
}

.cta {
    background-color: #f69030;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none
}

.nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    font-size: 1.4rem
}


.hero {
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%);
    padding: 60px 0
}

.hero-inner {
    display: flex;
    gap: 40px;
    align-items: center
}

.hero-text {
    flex: 1
}

.hero-text h1 {
    font-size: 2rem;
    margin: 0 0 12px
}

.hero-text p {
    color: var(--muted);
    margin: 0 0 18px
}

.button {
    display: inline-block;
    background-color: #f76f00;
    color: white;
    padding: 10px 16px;
    border-radius: 10px;
    text-decoration: none;
    margin-right: 10px
}

.button.outline {
    background: transparent;
    color: #f76f00;
    border: 2px solid #f76f00
}

.hero-visual img {
    width: 420px;
    max-width: 100%;
    border-radius: 12px
}


.services h2,
.portfolio h2,
.testimonials h2 {
    margin-top: 0
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px
}

.card {
    background: var(--card-bg);
    padding: 18px;
    border-radius: 12px;
    box-shadow: 3px 3px 10px gray
}


.link {
    border: 2px solid #f76f00;
   
    padding: 8px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: inline-block;
    margin-top: 10px
}

.link:hover {
    background-color: #f76f00;
    color: white;
}

.portfolio-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px
}

.testimonial {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 12px
}


.page-header {
    padding: 40px 0
}

.content-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px
}

.sidebar .card {
    padding: 16px
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    padding-bottom: 60px
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e6e9ee;
    border-radius: 8px;
    margin-bottom: 12px
}

.button.small {
    padding: 8px 12px
}


.site-footer {
    background: #0b1220;
    color: #fff;
    padding: 28px 0;
    margin-top: 40px
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    margin-left: 12px
}

.copyright {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    padding: 12px 0
}

.webBG-img {

    width: 100%;
    height: 600px;
    background-image: url("./img/web.jpg.png");
    background-size: cover;
    /* image ko full fit karta hai */
    background-position: center;
    /* image center me */
    position: relative;

}

.webH1-text {
    position: absolute;
    top: 20%;
    /* center me laana */
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* text white */
    font-size: 50px;
    font-weight: bold;

}

.webP-text {
    position: absolute;
    top: 50%;
    /* center me laana */
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    /* text white */

    font-weight: bold;
}




@media (max-width: 600px) {
    .webBG-img {
        height: 40vh;
        /* Mobile me chhoti height */
    }

    .webLogo {
        margin-left: 10px;
        height: 50px;
    }
}




/* Responsive */
@media (max-width:900px) {
    .hero-inner {
        flex-direction: column-reverse;
        text-align: center
    }

    .hero-visual img {
        max-width: 320px
    }

    .content-grid,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .nav {
        display: none;
        position: absolute;
        top: 68px;
        right: 20px;
        background: #fff;
        padding: 12px;
        border-radius: 8px;
        box-shadow: 0 8px 30px rgba(2, 6, 23, 0.12)
    }

    .nav-toggle {

        display: block
    }
}


/* small UI tweaks */
a {
    transition: all .18s ease
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */




.botam {
    display: flex;
    gap: 10px;
    margin-top: 50px;
    width: 100%;
    height: 250px;
    background-color: #f76f00;
    color: white;
}

.botam-box {
    width: 30%;
    height: 250px;
    padding-left: 8%;
}

.botam-box button {
    width: 45%;
    padding: 10PX;
    border-radius: 30px;
    font-size: 10px;
    color: #f76f00;
    border: none;
}


.anterLink {
    width: 70%;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    padding-top: 5px;

}


.contecLink {

    padding: 20px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #f76f00;

}


.botam-box2 {
    width: 20%;
    height: 250px;
}

.botam-box2 p {
    font-size: small;
    font-weight: 600;

}

.botam-box2 h4 {
    margin-bottom: 0px;
}

@media (max-width:992px) {
    .botam{
    display: block;
    height: 1000px;
    }
    .botam-box{
        width: 100%;
        padding-top: 60px;
        padding-left: 20px;
        
    }
    .botam-box2{
        width: 100%;
        padding-top: 60px;
        padding-left: 20px;
        
    }
    .botam-box3{
        width: 100%;
        padding-top: 60px;
        padding-left: 20px;
        
    }
}






.botamLogo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 400px;
    background-color: #1b1f23;
    color: white;
    gap: 30px;

}

.botamIng {
    padding: 50px;
    width: 20%;
}

.botamDescrition {
    padding-left: 10%;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    gap: 20px;
}

.utLine {
    width: 80%;
    border: 2px solid white;
}

.botamLogooo {
    display: flex;
    align-items: center;
    justify-content: center;

}

.botam_logo {
    width: 100%;

}

@media (max-width:992px) {
    .botamLogo{
        display: block;
        height: 800px;
    }
    .botamIng{
        width: 100%;
    }
}








html {
    scroll-behavior: smooth;
}






































/* 

mobile fredli */


/* Tablet */
@media (max-width: 1024px) {
    .webBG-img {
        height: 400px;
        /* thoda chhota */
    }
}

/* Mobile */
@media (max-width: 600px) {
    .webBG-img {
        height: 400px;
        /* mobile pe chhota */
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .home-img {
        height: 350px;
        /* thoda chhota */
        padding: 0 20px;
        /* thoda side padding */
    }
}

/* Mobile */
@media (max-width: 600px) {
    .home-img {
        height: auto;
        /* auto height for content */
        padding-top: 40px;
        gap: 10px;
        /* thoda spacing agar multiple children hain */
    }
}

/* Tablet */
@media (max-width: 1024px) {
    .webH1 {
        width: 20%;
        font-size: 36px;
        margin: 0 auto 10px auto;
        text-align: center;
    }

    .webp {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }

    .home-buton {
        width: 40%;
        height: 45px;
        gap: 8px;
    }

    .arrow-box {
        width: 20%;
        height: 34px;
    }

    .arrow {
        font-size: 24px;
        margin-top: 0;
    }
}

/* Mobile */
@media (max-width: 600px) {
    .webH1 {
        width: 100%;
        font-size: 28px;
        margin: 0 auto 10px auto;
        text-align: center;
    }

    .webp {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

    .home-buton {
        width: 65%;
        height: 40px;
        gap: 10px;
        font-size: 14px;
        justify-content: center;
        padding: 0 10px;
    }
    .home-buton p {
        font-size: smaller;
    }

    .arrow-box {
        width: 15%;
        height: 30px;
    }

    .arrow {
        font-size: 20px;
        margin-top: 0;
    }
}