body {
    font-family: Arial, Helvetica, sans-serif;
}

p {
    margin: 0px !important;

}

.bg-dark {
    background-color: black !important;
}

.nav-link {
    color: #ffffff !important;
    font-size: larger;
    font-weight: 400;
}

.nav-link.active {
    font-weight: 600;
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    position: relative;
}

.aboutUsBg {
    background-image: url('../images/aboutUsBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 140vh;

}

.aboutUsDiv {
    height: 100vh;
}

.aboutContect,
.aboutDescript {
    gap: 10px;
}

.aboutContect p:nth-of-type(1) {
    font-weight: 700;
    font-size: 64px;
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    text-align: center;
}

.aboutContect p:nth-of-type(2) {
    width: 246px;
    height: 3px;
    top: 212px;
    left: 557px;
    background: #FFA802;

}

.aboutContect p:nth-of-type(3) {
    width: 836px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}

.aboutDescript p:nth-of-type(1) {
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    width: 1008px;
    color: #FFFFFF;
}

.aboutDescript p:nth-of-type(1) span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
    color: transparent;
    text-align: center;
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);


}

.aboutDescript p:nth-of-type(2) {

    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}


.mainVedioSection {
    width: 99vw;
    overflow: hidden;
}

.aboutVedioWrapper {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: max-content;
    padding: 60px 40px;
    background-color: #000;
}

.videoBlock {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.aboutVedioDiv {
    width: 500px;
    height: 500px;
    border-radius: 20px;
    background: linear-gradient(180deg, #000 0%, #2F2F2F 100%);
    box-shadow: 0 4px 20px rgba(255, 165, 0, 0.2);
    object-fit: cover;
}

.videoBlock ul li {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}

.aboutOurCompyMain {
    padding: 24px;
    gap: 18px;
    background: linear-gradient(1.59deg, #000000 16.3%, #501900 187.25%);

}

.aboutOurCompyMain div:nth-of-type(1) {
    width: 869px;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
}

.aboutOurCompyMain div:nth-of-type(1) span {
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;

}

.aboutOurCompyMain div:nth-of-type(2) {
    width: 100%;
}

.aboutOurCompyMain div:nth-of-type(2) div:nth-of-type(1) {
    width: 546px;
    height: 307px;
    background-image: url('../images/aboutOurCmpy.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.aboutOurCompyMain div:nth-of-type(2) p {
    width: 636px;
    font-weight: 400;
    font-size: 24px;
    color: white;

}

.aboutOurCompyMain div:nth-of-type(3) {
    font-weight: 400;
    font-size: 20px;
    color: white;
    width: 990px;
}

.mainCardsSection {
    background-image: url('../images/aboutCardMain.png');
    background-repeat: no-repeat;
    width: 100%;
    height: min-content;
    background-size: cover;
    display: flex;
    align-items: center;
}

.justBuldServes {
    width: 615px;
    padding: 24px;
    gap: 20px;
}

.p1 {
    width: 515px;
    background: linear-gradient(90deg, #FF5F15 0%, #FFA802 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 43px;


}

.justBuldServes div {
    gap: 20px;

}

.justBuldServes div p:nth-of-type(1) {
    font-weight: 400;
    font-size: 24px;
    color: white;

}

.justBuldServes div p:nth-of-type(2) {
    font-weight: 400;
    font-size: 24px;
    color: white;
}


.cardDiv1,
.cardDiv2,
.cardDiv3,
.cardDiv4,
.cardDiv5,
.cardDiv6,
.cardDiv7,
.cardDiv8,
.cardDiv9 {
    padding: 24px;
    width: 407px;
    height: 488px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0px 0px 70.9px 0px #00000040;


}

.cardDiv1 img,
.cardDiv2 img,
.cardDiv3 img,
.cardDiv4 img,
.cardDiv5 img,
.cardDiv6 img,
.cardDiv7 img,
.cardDiv8 img,
.cardDiv9 img {
    width: 55px;
    height: 55px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #B3B3B3;
    display: flex;

}

.cardDiv1 p,
.cardDiv2 p,
.cardDiv3 p,
.cardDiv4 p,
.cardDiv5 p,
.cardDiv6 p,
.cardDiv7 p,
.cardDiv8 p,
.cardDiv9 p {
    font-weight: 400;
    font-size: 20px;
    color: white;
}

.cardDiv1 span,
.cardDiv2 span,
.cardDiv3 span,
.cardDiv4 span,
.cardDiv5 span,
.cardDiv6 span,
.cardDiv7 span,
.cardDiv8 span,
.cardDiv9 span {
    font-weight: 600;
    font-size: 30px;
    color: white;

}

.cardDiv1 {
    transform: rotate(-10deg);
    background: #0066f5;
    ;
    color: transparent;


}

.cardDiv2 {
    background: #00B4F5;
    color: transparent;
    transform: rotate(10deg);
}

.cardDiv3 {
    color: transparent;
    background: #211F67;
    transform: rotate(-10deg);

}

.cardDiv4 {
    color: transparent;
    background: #242424;
    transform: rotate(10deg);
}

.cardDiv5 {
    color: transparent;
    background: #3E4068;

    transform: rotate(-10deg);

}

.cardDiv6 {
    color: transparent;
    background: #7B4A7A;

    transform: rotate(10deg);

}

.cardDiv7 {
    color: transparent;
    background: #297255;

    transform: rotate(-10deg);

}

.cardDiv8 {
    color: transparent;
    background: #509189;

    transform: rotate(10deg);

}

.cardDiv9 {
    color: transparent;
    background: #000000;

    transform: rotate(-10deg);

}

.cardDivMain {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: max-content;
    scale: 0.8 !important;
}

.cardScrollWrapper {
    width: 100vw;
    overflow: hidden;
}

.justBuldServesMain {
    transition: opacity 0.5s ease;
    margin-bottom: 40px;
}


.mainCardsSection {
    overflow: hidden;
    background-color: #000;
    padding: 60px 40px;
}

.cardDivMain>div {
    padding: 24px;
    width: 407px;
    height: 488px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    box-shadow: 0px 0px 70.9px 0px #00000040;
    color: white;
}







.missionVisionSection {
    background: #000;
    color: #fff;
    padding: 60px 40px;
    font-family: Arial, sans-serif;
}

/* Large Mission Block */
.missionBox {
    background: linear-gradient(90deg, #1a0d00 0%, #3d1400 100%);
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.missionBox h2 {
    color: #ff8a00;
    font-size: 28px;
    margin-bottom: 20px;
}

.missionText {
    max-width: 700px;
    line-height: 1.6;
}

.missionIcon img {
    width: 269px;
    height: 269px;

}

/* Vision + Small Mission */
.visionMissionWrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.visionBox,
.missionBoxSmall {
    flex: 1 1 45%;
    background: linear-gradient(90deg, #1a0d00 0%, #3d1400 100%);
    border-radius: 20px;
    padding: 30px 0px 0px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
    position: relative;
}

.visionBox h2,
.missionBoxSmall h2 {
    color: #ff8a00;
    font-size: 24px;
    margin-bottom: 16px;
}

.visionBox p,
.missionBoxSmall p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: auto;
}

.visionBox img,
.missionBoxSmall img {
    align-self: flex-end;
    margin-top: 20px;
}


.whoWeAreSection {
    background: #000;
    padding: 60px 40px;
    color: #fff;
    font-family: Arial, sans-serif;
}

.sectionTitle {
    color: #ff8a00;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.sectionSubtitle {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.whoWeCardsWrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.whoWeCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s ease;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #444;
}

.cardContent {
    flex: 1;
    max-width: 55%;
}

.cardContent h3 {
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px;
}

.cardContent h3 span {
    font-size: 28px;
    font-weight: 800;
}

.cardDescription {
    font-size: 16px;
    color: #ccc;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-top: 10px;
}

.cardImage {
    flex-shrink: 0;
    position: relative;
    width: 300px;
    height: 160px;
    background: #444;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.5s ease;
}

.cardImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floatingIcon {
    position: absolute;
    top: 10px;
    right: 40px;
    background: #1976d2;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
}

.arrow {
    /* position: absolute; */
    /* right: 10px;
  bottom: 10px; */
    font-size: 32px;
    color: white;
}

/* Hover Effects */
.whoWeCard:hover .cardDescription {
    opacity: 1;
    max-height: 200px;
}

.whoWeCard:hover .cardImage {
    opacity: 1;
    transform: translateX(0);
}



.reqBtn {
    background: linear-gradient(90deg, #FF570A 0%, #FFA802 100%);
    color: white;
    border: none;
}

a {
    color: white !important;
}



@media (max-width: 1024px) {

    .aboutContect p:nth-of-type(1),
    .aboutDescript p:nth-of-type(1) {
        font-size: 42px;
        width: auto;
    }

    .p1 {
        font-size: 36px;
        width: auto;
    }

    .justBuldServes {
        width: 100%;
        padding: 16px;
    }

    .cardDivMain {
        flex-direction: column;
        align-items: center;
        scale: 1 !important;
        gap: 20px;
        width: auto;
    }

    .cardDivMain>div {
        width: 90%;
        height: auto;
    }

    .cardScrollWrapper {
        overflow: visible;
        width: 100%;
    }
}

@media (max-width: 768px) {

    .aboutContect p:nth-of-type(1),
    .aboutDescript p:nth-of-type(1) {
        font-size: 32px;
    }

    .aboutContect p:nth-of-type(3),
    .aboutDescript p:nth-of-type(2),
    .aboutOurCompyMain div:nth-of-type(2) p,
    .aboutOurCompyMain div:nth-of-type(3) {
        font-size: 16px;
        width: 100%;
    }

    .mainCardsSection {
        flex-direction: column;
        padding: 20px;
    }

    .justBuldServes {
        width: 100%;
    }

    .videoBlock {
        flex-direction: column;
        gap: 20px;
    }

    .aboutVedioDiv {
        width: 100%;
        height: auto;
    }

    .aboutOurCompyMain div:nth-of-type(1) {
        font-size: 28px;
        width: 100%;
    }

    .aboutOurCompyMain div:nth-of-type(2) div:nth-of-type(1) {
        width: 100%;
        height: 200px;
    }

    .missionBox {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }

    .missionBox h2 {
        font-size: 22px;
    }

    .missionIcon img {
        width: 180px;
        height: 180px;
    }

    .visionMissionWrapper {
        flex-direction: column;
    }

    .visionBox,
    .missionBoxSmall {
        flex: 1 1 100%;
        padding: 20px;
    }

    /* WHO WE ARE SECTION */
    .whoWeCardsWrapper {
        gap: 30px;
    }

    .whoWeCard {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cardContent {
        max-width: 100%;
    }

    .cardImage {
        width: 100%;
        height: 200px;
        transform: none;
        opacity: 1;
    }

    .cardImage img {
        object-fit: contain;
    }

    .cardDescription {
        opacity: 1;
        max-height: none;
    }

    .arrow {
        display: none;
    }

    .floatingIcon {
        right: 10px;
    }

    .sectionTitle {
        font-size: 24px;
    }

    .sectionSubtitle {
        font-size: 18px;
    }

    .missionVisionSection {
        padding: 0px;
    }

    .cardDivMain>div {
        width: 90% !important;
        height: auto;
        transform: rotate(0deg) !important;
    }

    .mainVedioSection {
        overflow: scroll
    }

    .aboutOurCompyMain div:nth-of-type(2) {
        flex-wrap: wrap;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55) !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
    }
}

@media (max-width: 480px) {
    .sectionTitle {
        font-size: 20px;
    }

    .sectionSubtitle {
        font-size: 16px;
    }

    .cardContent h3 {
        font-size: 18px;
    }

    .cardContent h3 span {
        font-size: 22px;
    }

    .cardDescription {
        font-size: 14px;
    }

    .floatingIcon {
        font-size: 12px;
        padding: 4px 8px;
    }

    .missionBox h2,
    .visionBox h2,
    .missionBoxSmall h2 {
        font-size: 20px;
    }

    .missionText,
    .visionBox p,
    .missionBoxSmall p {
        font-size: 14px;
    }

    .missionVisionSection {
        padding: 0px;
    }

    .cardDivMain>div {
        width: 90% !important;
        height: auto;
        transform: rotate(0deg) !important;
    }

    .mainVedioSection {
        overflow: scroll
    }

    .aboutOurCompyMain div:nth-of-type(2) {
        flex-wrap: wrap;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55) !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
    }
}

@media (max-width: 768px) {
    .cardScrollWrapper {
        overflow: visible;
        /* No scroll restriction */
        width: 100%;
    }

    .cardDivMain {
        flex-direction: column !important;
        align-items: center;
        gap: 20px;
        transform: none !important;
        scale: 1 !important;
        width: auto;
    }

    .cardDivMain>div {
        transform: rotate(0deg) !important;
        width: 90% !important;
        height: auto;
    }

    .justBuldServesMain {
        display: block !important;
    }

    .mainVedioSection {
        overflow: scroll
    }

    .aboutOurCompyMain div:nth-of-type(2) {
        flex-wrap: wrap;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55) !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
    }
}


/* 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;
}