body {
    font-family: "Calibri", sans-serif;
    background-color: #000;
}

p,
h1 {
    margin: 0px !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.bg-dark {
    background-color: black !important;
}

h1,
h2,
h3 {
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.nav-link {
    color: #ffffff !important;
    font-size: larger;
    font-weight: 400;
}

.nav-link.active {
    font-weight: 600;
    position: relative;
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.reqBtn {
    background: linear-gradient(90deg, #FF570A 0%, #FFA802 100%);
    color: white;
    border: none;
}

/* Generic fade-in elements */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-100px);
    transition: opacity 0.1s ease, transform 0.8s ease;
}

.slide-in-left.show {
    opacity: 1;
    transform: translateX(0);
}

.slide-in-right {
    opacity: 0;
    transform: translateX(100px);
    /* starts from right */
    transition: opacity 0.1s ease, transform 0.8s ease;
}

.slide-in-right.show {
    opacity: 1;
    transform: translateX(0);
    /* ends in original position */
}

.border-primary {
    border-top: 1.5px solid #FF5F15 !important;
}

.fas {
    color: white !important;
}

.mainVedioSection {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.vedioDiv {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0);
    transition: transform 0.2s ease-out;
    z-index: -1;
}

.mainCmyOverView {
    padding: 24px;
    background-color: black;
    height: 50vh;
}

.mainCmyOverView span:nth-of-type(1) {
    font-weight: 500;
    font-size: 48px;
    color: white;

}


.video-section {
    display: flex;
    align-items: flex-start;
    background-color: #000;
    box-sizing: border-box;
}

.left-panel {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 20px;
}

.section-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: lowercase;
}

.right-panel {
    width: 70%;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}


.mainOurMisstion {
    padding: 40px;
    background-color: #000;
}

.heading h1 {
    font-size: 68px;
    font-weight: 500;
    color: #ffffff;

}

.firstRow {
    width: 400px;
    gap: 24px;
}

.setGols {
    width: 400px;
    height: 555px;
    border-radius: 29px;
    background: #FF5100;

}

.setGols img {
    width: 400px;
    height: 344px;
    border-top-right-radius: 34px;
    border-bottom-right-radius: 34px;
    border-bottom-left-radius: 34px;


}

.setGols span {
    font-weight: 600;
    font-size: 36px;
    color: white;
    position: relative;
    width: 219px;
    height: 108px;
    left: 40px;
    top: -20px;
}

.arrow {
    height: 199px;
    gap: 20px;
}

.arrow img {
    width: 400px;
    height: 199px;
    border-radius: 29px;

}

.arrow p {
    font-weight: 400;
    font-size: 20px;
    color: #7D7D7D;
    width: 345px;
    height: 120px;
    text-align: justify;
}

.arrowdec {
    height: 241px;
    border-radius: 29px;
    background: linear-gradient(90deg, #F9A23A 0%, #FF6116 100%);
}

.arrowdec span {
    width: 213px;
    font-weight: 600;
    font-size: 36px;
    color: white;


}

.arrowdec p {
    width: 400px;
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-align: justify;
}

.setGolsTwo,
.ourMisDiv,
.idea {
    gap: 20px;
}

.mainOurMisstion div:nth-child(1) {
    padding: 0px !important;
}


.idea p {
    background: linear-gradient(270deg, #FF5F15 0%, #F9A63C 100%);
    width: 822px;
    height: 241px;
    border-radius: 29px;
    font-weight: 400;
    font-size: 20px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.idea img {
    width: 400px;
    height: 199px;
    border-radius: 29px;
}


/* Timeline Section */
.scroll-section {
    height: 90vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: -50px;
}

.horizontal-content {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.horizontal-content .item {
    min-width: 600px;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    font-size: 24px;
    padding: 50px;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.horizontal-content .item.active {
    opacity: 1;
    transform: scale(1.3);
}

.horizontal-content .item h2 {
    font-weight: 700;
    font-size: 4rem;
    color: #f3f3f3;
    background-color: #ff7f00;
    border-radius: 50%;
    margin-bottom: -50px !important;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal-content .item p {
    color: #ffffff;
    margin-top: 100px !important;
    font-weight: 400;
    font-size: 22px;

}

.horizontal-content .item-1 img,
.horizontal-content .item-3 img,
.horizontal-content .item-5 img {
    margin-top: -150px;
}

.horizontal-content .item-2 img,
.horizontal-content .item-4 img,
.horizontal-content .item-6 img {
    margin-bottom: -150px;
}

.horizontal-content .progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 84%;
    height: 3px;
    background: repeating-linear-gradient(to right,
            #ffdbb8,
            #ffdbb8 20px,
            /* Dash length */
            transparent 15px,
            transparent 40px
            /* Gap length */
        );
    border-radius: 10px;
    overflow: visible !important;
}

.horizontal-content .progress {
    height: 100%;
    background-color: #ff7f00 !important;
    width: 0;
    border-radius: 10px;
    position: relative;
    z-index: 1 !important;
}

.horizontal-content .dots {
    position: absolute;
    bottom: -300%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.horizontal-content .dots span {
    height: 20px;
    width: 20px;
    background-color: #ffdbb8;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.horizontal-content .dots span.active {
    background-color: #ff7f00;
}

/* Timeline section mobile view */
.timeline-section {
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-section .container {
    overflow-x: auto;
    gap: 150px;
    height: 600px;
    scroll-behavior: smooth;
}

.timeline-section .timeline-card {
    width: 300px;
}

.timeline-section .timeline-card.card-1 img,
.timeline-section .timeline-card.card-3 img,
.timeline-section .timeline-card.card-5 img {
    margin-top: -150px;
}

.timeline-section .timeline-card.card-2 img,
.timeline-section .timeline-card.card-4 img,
.timeline-section .timeline-card.card-6 img {
    margin-bottom: -150px;
}

.timeline-section .timeline-card h2 {
    font-weight: 700;
    color: #111827;
    font-size: 3rem;
}

.timeline-section .timeline-card p {
    color: #4b5563;
    font-size: 0.9rem;
}

.timeline-section .progress-bar {
    height: 2px;
    width: 2250px;
    background-color: #ffdbb8;
    position: absolute;
    top: 50%;
    left: 22%;
    overflow: visible;
    background: repeating-linear-gradient(to right,
            #ffdbb8,
            #ffdbb8 20px,
            /* Dash length */
            transparent 15px,
            transparent 40px
            /* Gap length */
        );
    border-radius: 10px;
}

.timeline-section .progress-bar .progress {
    height: 100%;
    width: 0%;
    background-color: #ff7f00;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 0.1s ease-out;
}

.timeline-section .progress-bar .dots {
    position: absolute;
    width: 100%;
    top: -7px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.timeline-section .dots .dot {
    width: 15px;
    height: 15px;
    background-color: #ff7f00;
    border-radius: 50%;
    position: relative;
}

.headertimeline h1 {
    font-weight: 500;
    font-size: 68px;
    color: white;

}

.headertimeline p {
    font-weight: 400;
    font-size: 28px;
    text-align: center;

    color: white;

}

@media screen and (min-width: 992px) {

    /* Timeline section */
    .timeline-section {
        display: none;
    }
}

@media screen and (max-width: 992px) {

    /* Timeline Section */
    .scroll-section {
        display: none;
    }

    .horizontal-content {
        overflow-x: auto;
        width: 100vw;
    }
}

@media screen and (max-height: 800px) {

    /* Timeline Section */
    .horizontal-content .item img {
        width: 280px;
    }

    .horizontal-content .item h2 {
        font-size: 3.5rem;
    }

    .horizontal-content .item-1 img,
    .horizontal-content .item-3 img {
        margin-top: -100px;
    }

    .horizontal-content .item-2 img,
    .horizontal-content .item-4 img {
        margin-bottom: -100px;
    }
}

@media screen and (max-width: 767px) {

    /* Timeline Mobile view section */
    .timeline-section .progress-bar {
        left: 30%;
    }
}


@media screen and (max-height: 500px) {
    .horizontal-content .item {
        gap: 40px;
    }

    .horizontal-content .item-1 img,
    .horizontal-content .item-3 img {
        margin-top: -60px;
    }

    .horizontal-content .item-2 img,
    .horizontal-content .item-4 img {
        margin-bottom: -60px;
    }

    .horizontal-content .item img {
        width: 180px;
    }
}

@media screen and (max-width: 450px) {

    /* Timeline Mobile view section */
    .timeline-section .progress-bar {
        left: 170px;
    }
}


.mainAdvance {
    background-color: #000;
}


.headerAdvance h1 {
    font-weight: 500;
    font-size: 48px;
    color: white;
}

.headerAdvance p {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: white;

}

.custom-card {
    position: relative;
    background: #1a1a1a;
    padding: 1rem;
    width: 180px;
    height: 100px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(255, 255, 255, 0.05);
}

.icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}

.icon-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.camera-frame {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 8px;
    box-sizing: border-box;
    pointer-events: none;
}

.card-number {
    position: absolute;
    bottom: 6px;
    right: 10px;
    font-size: 1rem;
    color: #ccc;
    font-weight: bold;
}

.customApproch p:nth-of-type(1),
.dedicatedTeam p:nth-of-type(1) {
    font-weight: 400;
    font-size: 28px;
    background: linear-gradient(90deg, #9C9C9C 0%, #FFFFFF 50%, #999999 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    text-align: center;

}

.customApproch p:nth-of-type(2),
.dedicatedTeam p:nth-of-type(2) {
    color: white;
    font-weight: 400;
    font-size: 19px;
    text-align: center;

}

.advanceSectionOne {
    gap: 20px;
    width: 271px;
    justify-content: space-around;
    align-items: center;
}

.advanceSectionTwo {
    background-image: url('Group 1321315009.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 660px;
    height: 634px;

}



.mainyourLifeSection {
    width: 99vw;
    overflow: hidden;
}

.aboutVedioWrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: max-content;
    padding: 60px 40px;
    background-color: #000;
}

.videoBlock {
    padding: 30px 60px;
}

.aboutVedioDiv {
    width: 500px;
    height: 500px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.videoBlock ul li {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.aboutVedioDiv h1 {
    color: white;
    font-weight: 500;
    font-size: 68px;

}

.aboutVedioDiv p {
    color: white;
    font-weight: 500;
    font-size: 28px;
    text-align: justify;
}

@media (max-width: 768px) {
    .mainVedioSection {
        overflow: scroll
    }
}

@media (max-width: 480px) {
    .mainVedioSection {
        overflow: scroll
    }
}

.yourLifeCard1,
.yourLifeCard2,
.yourLifeCard3,
.yourLifeCard4 {
    width: 793px;
    height: 541px;
    border-radius: 20px;
    background: #E0FDFF;
    padding: 30px 60px;

}

.yourLifeCard1 {
    background: #e7f1f1;
}

.yourLifeCard2 {
    background: #E0FDFF;

}

.yourLifeCard3 {
    background-color: #FFEBF8;
}

.yourLifeCard4 {
    background: #DEF1FF;

}

.imgDiv1 img:nth-of-type(1) {
    width: 370px;
    height: 134px;
    border-radius: 100px;
}

.imgDiv1 img:nth-of-type(2) {
    width: 81px;
    height: 81px;
}

.yourLifeCard1 h1,
.yourLifeCard2 h1,
.yourLifeCard3 h1,
.yourLifeCard4 h1 {
    font-weight: 500;
    font-size: 34px;
    color: #2D2D2D;

}

.yourLifeCard1 p,
.yourLifeCard2 p,
.yourLifeCard3 p,
.yourLifeCard4 p {
    font-weight: 400;
    font-size: 22px;
    color: #000;
}

.cardFotters p {
    font-weight: 500;
    font-size: 55px;
    color: #616161;

}

.cardFotters button {
    width: 193px;
    height: 48px;
    border-radius: 12px;
    border: 1px solid #000000;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    background-color: transparent;
}

.mainMapSection {
    background-color: #000;
    padding: 30px 60px;
}

.mapHeader h1 {
    font-weight: 500;
    font-size: 68px;
    color: white;
    width: 720px;


}

.mapHeader img {
    width: 545.1219482421875px;
    height: 286px;

}

.mapImg {
    width: 579.565673828125px;
    height: 644.2442016601562px;
    border-width: 0.8px;

}

.location1,
.location2,
.location3 {
    position: absolute;
    text-decoration: none !important;
}

.location1 {
    top: 280px;
    right: 469px;
}

.location2 {
    top: 369px;
    right: 407px;
}

.location3 {
    top: 460px;
    right: 405px;
}

.mapDescription {
    gap: 20px;
}

.mapDescription p {
    font-weight: 400;
    font-size: 34px;
    color: white;
}

.mainHomeForm {
    background-color: #000;
    padding: 30px 60px;
}

.formDiv {
    width: 1279px;
    height: 631px;
    border-radius: 20px;
    background: #111116;
    padding: 30px 60px;

}

.formContent p:nth-of-type(1) {
    width: 483px;
    height: 66px;
    font-weight: 500;
    font-size: 34px;
    color: white;

}

.formContent p:nth-of-type(2) {
    width: 440px;
    height: 51px;
    color: white;
}

.formContent img {
    width: 258px;
    height: 178px;
    position: relative;
    left: 200px;

}

.custom-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* equivalent to space-y-6 */
}

.custom-input,
.custom-textarea {
    width: 100%;
    padding: 0.75rem 1.25rem;
    /* px-5 py-3 */
    background-color: #374151;
    /* bg-gray-700 */
    color: white;
    border-radius: 0.5rem;
    /* rounded-lg */
    border: none;
    outline: none;
}

.custom-input::placeholder,
.custom-textarea::placeholder {
    color: #9CA3AF;
    /* placeholder-gray-400 */
}

.custom-input:focus,
.custom-textarea:focus {
    box-shadow: 0 0 0 2px #F97316;
    /* focus:ring-2 focus:ring-orange-500 */
}

.custom-textarea {
    resize: vertical;
    /* resize-y */
    min-height: 150px;
    /* approximate for rows="6" */
}

.custom-button-container {
    display: flex;
    justify-content: flex-end;
    /* justify-end */
}

.custom-button {
    background: linear-gradient(to right, #F97316, #EF4444);
    /* gradient-button approximation */
    color: white;
    font-weight: 600;
    /* font-semibold */
    padding: 0.75rem 2rem;
    /* py-3 px-8 */
    border-radius: 0.5rem;
    /* rounded-lg */
    border: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    /* shadow-md */
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease-in-out;
}

.custom-button:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    /* hover:shadow-lg */
    transform: translateY(-2px);
    /* hover:-translate-y-[2px] */
}

.custom-button:focus {
    box-shadow: 0 0 0 2px #F97316, 0 0 0 4px rgba(249, 115, 22, 0.5);
    /* focus:ring-2 focus:ring-orange-500 focus:ring-offset-2 */
    background-color: #374151;
    /* focus:ring-offset-gray-800 approximation */
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        filter: blur(10px);
        transform: translateY(40px);
        /* Start slightly lower */
    }

    to {
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
        /* Move to normal position */
    }
}

@keyframes fadeSlideUpAndDown {
    0% {
        opacity: 0;
        filter: blur(10px);
        bottom: -200px;
        /* Start partially hidden */
    }

    50% {
        opacity: 1;
        filter: blur(0);
        bottom: 0px;
        /* Fully visible */
    }

    100% {
        opacity: 1;
        filter: blur(0);
        bottom: -200px;
        /* Move back down */
    }
}

.solutions-hero {
    width: 100vw;
    height: 845px;
    background-color: black;
    overflow-y: hidden;
}

.solutions-hero-content {
    max-width: 1312px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.solutions-hero-content-text {
    max-width: 645px;
    text-align: center;
}

.solutions-hero-content-text h1,
.solutions-hero-content-text h2,
.solutions-hero-content-text button {
    opacity: 0;
    /* Initially hidden */
    transform: translateY(50px);
}

.solutions-hero-content-text h1 {
    font-size: 68px;
    font-weight: 700;
    line-height: 68px;
    color: #ffffff;
    margin-bottom: 8px;
    transform: translateY(50px);
    animation: slideUp 0.8s ease-out forwards;
}

.solutions-get-in-touch {
    border: 1px solid #1f2937;
    font-weight: 500;
    color: #1f2937;
    background-color: #ffffff;
    margin-right: 16px;
}

.solutions-book-your-service {
    background-color: #00083d;
    color: #ffffff;
    outline: none;
    border: none;
}

.solutions-hero-content-images img,
.social {
    opacity: 0;
    /* Initially hidden */
    filter: blur(10px);
    /* Initially blurred */
    transform: translateY(20px);
    /* Move down initially */
    animation: fadeSlideUp 0.6s ease-out forwards;
    animation-delay: 0.9s;
    /* Starts after h1, h2, and button */
}

.solutions-hero-content-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social {
    position: absolute;
    top: 106px;
    left: 48px;
}

.social {
    width: 474px;
    height: 139px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background-color: #ffffff;
    border-radius: 10px;
}

.profile-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-header-text h3 {
    font-weight: 700;
    color: #111827;
}

.profile-header-text p {
    font-size: 14px;
    color: #6b7280;
}

.profile-header-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.social-text {
    font-size: 14px;
    color: #111827;
    text-align: justify;
}

.image-left {
    position: absolute;
    bottom: 32px;
    left: 72px;
    width: 216px;
    height: 230px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 8px;
}

.image-right {
    position: absolute;
    right: 113px;
    top: 108px;
    width: 230px;
    height: 240px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 8px;
}

.image-bottom {
    position: absolute;
    top: 500px;
    right: 20px;
    width: 400px;
    height: 168px;
    opacity: 0;
    /* Initially hidden */
    filter: blur(10px);
    animation: fadeSlideUpAndDown 3s ease-in-out forwards;
    animation-delay: 0.9s;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 8px;
}

.parallax {
    position: absolute;
    transition: transform 0.2s ease-out;
    will-change: transform;
    padding: 10px;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 50px;
}