@font-face {
    font-family: Heading;
    src: url(../Font/Rubik-Bold.ttf);
}

@font-face {
    font-family: Button;
    src: url(../Font/Poppins-Bold.ttf);
}

@font-face {
    font-family: Paragraph;
    src: url(../Font/Para_Poppins-Regular.ttf);
}

@font-face {
    font-family: Special_Text;
    src: url(../Font/Speacial_Ponari-Jpw1j.ttf);
}

@font-face {
    font-family: Sub_Heading;
    src: url(../Font/Poppins-Bold.ttf);
}


:root {
    --Dark: #000;
    --Yellow: #ffce33;
    --Green: #143c43;
    --Light: #fff;
    --background-color: #FBFBFB;
    --Heading: Heading;
    --Paragraph: Paragraph;
    --Special_Text: Special_Text;
    --Sub_Heading: Sub_Heading;
    --Button: Button;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    user-select: none;
    background: var(--background-color);
    color: var(--Dark) !important;
}


a {
    text-decoration: none;
}


/* Gradient Scrollbar */
body::-webkit-scrollbar {
    width: 1vh;
}

body::-webkit-scrollbar-track {
    background: var(--Green);
}

body::-webkit-scrollbar-thumb {
    background: transparent;
    box-shadow: 0px 0px 0px 100000vh #fff;
    border-radius: 22px;
}

.Main-background {
    backdrop-filter: blur(10px);
}

.Main {
    padding: 0 5%;
}















/* MAIN HEADING */

.Animated-Heading {
    height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 0% 5%;
}

.Animated-Heading-Inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: fadeIn 1.5s ease-out forwards;
    /* Initial load animation */
}

/* Main heading styles */
.Animated-Heading-Main {
    font-size: 7.5em;
    font-weight: 900;

    color: var(--Green);
    text-align: center;
    letter-spacing: 10px;
    font-family: var(--Special_Text);
    animation: slideDown 1s ease-out 0.5s forwards;
}

.Animated-Heading-Main span {
    color: var(--Yellow);
    font-family: var(--Paragraph);
}

.Animated-Heading-Para {
    font-size: 2em;
    color: var(--Green);
    font-weight: 600;
    text-align: center;
    font-family: var(--Paragraph);
    padding: 1% 5%;
}

.Animated-Heading-Main {
    overflow: hidden;
    display: inline-block;
}

.char {
    will-change: transform, opacity;
}

/* Responsive Design */
@media only screen and (max-width: 1400px) {
    .Animated-Heading-Main {
        font-size: 5.5em;
    }
}

@media only screen and (max-width: 1024px) {
    .Animated-Heading-Main {
        font-size: 8em;
    }

    .Animated-Heading-Para {
        font-size: 3em;
        padding: 5% 0%;
    }
}

@media only screen and (max-width: 880px) {
    .Animated-Heading-Main {
        font-size: 7em;
    }

    .Animated-Heading-Para {
        font-size: 1.8em;
        padding: 5% 0%;
    }
}

@media only screen and (max-width: 770px) {
    .Animated-Heading-Main {
        font-size: 6em;
    }

    .Animated-Heading-Para {
        font-size: 1.8em;
        padding: 5% 0%;
    }
}

@media only screen and (max-width: 600px) {
    .Animated-Heading-Main {
        font-size: 4em;
    }

    .Animated-Heading-Para {
        font-size: 1.5em;
    }
}












/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/
/* SIXTH BOX TEXT GRAPHIC  TYPE 2*/

.sixth-box {
    padding: 0% 10% 5%;
    display: flex;
    flex-direction: row;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sixth {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    column-gap: 5%;
}

.sixth-box-pic {
    width: 50%;
    height: auto;
    padding-top: 0px;
    position: relative;
}

.small-ball {
    position: absolute;
    z-index: -1;
    width: 60%;
    height: auto;
    top: 0;
}

.vector1 {
    position: relative;
}

.vector1>img {
    width: 100%;
    height: auto;
}

.combo {
    width: 50%;
    padding-top: 20px;
    position: relative;
}

.sixth-box-content {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: center;
}

.sixth-box-heading {
    font-size: 3.5em;
    letter-spacing: 2px !important;
    padding: 3% 2%;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--Green);
    font-family: var(--Heading);
}

.sixth-box-para {
    font-size: 1.7em;
    color: var(--Dark);
    position: relative;
    padding: 2%;
    font-family: var(--Paragraph);
}

.a {
    padding: 2%;
}


@media only screen and (max-width:1500px) {
    .sixth-box-heading {
        font-size: 2.5em;
        letter-spacing: 2px !important;
        padding: 3% 2%;
    }

    .sixth-box-para {
        font-size: 1em;
        position: relative;
        padding: 2%;
    }

    .a {
        padding: 2%;
    }

}


@media only screen and (max-width:1250px) {

    .sixth-box {
        padding: 2% 10%;
    }
}


@media only screen and (max-width:1050px) {

    .sixth {
        flex-direction: column;
    }

    .combo {
        width: 100%;
    }


    .sixth-box-pic {
        width: 100%;
    }


    .a {
        display: flex;
        justify-content: center;
    }

    .sixth-box-heading {
        font-size: 3.3em;
        font-weight: 900;
        text-align: center;
    }

    .sixth-box-para {
        font-size: 2.2em;
        text-align: center;
    }

    .a {
        display: flex;
    }

}

@media only screen and (max-width:994px) {
    .sixth-box {
        padding: 5% 10% 10%;
    }

    .sixth {
        margin-top: 0px;
    }

    .combo {
        padding-top: 30px;
    }


}

@media only screen and (max-width:965px) {}

@media only screen and (max-width:650px) {
    .sixth {
        column-gap: 2%;
    }

}

@media only screen and (max-width:540px) {
    .a {
        display: flex;
    }

    .sixth-box-heading {
        font-size: 1.7em;
        font-weight: 900;
        text-align: center;
    }

    .sixth-box-para {
        font-size: small;
        text-align: center;
    }


    .a {
        display: flex;
        justify-content: center;
    }

    .small-ball {
        width: 100%;
        left: -30px;
    }
}











/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */
/* SevenTH-BOX  TEXT GRAPHIC TYPE 1 */

.seventh-box {
    padding: 0% 10% 5%;
    position: relative;
}

.flower-pot {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100px;
    height: auto;
    top: -100px;
}

@media only screen and (max-width:630px) {
    .flower-pot {
        width: 75px;
        top: -49px;
    }
}

.seventh {
    position: relative;
    display: flex;
    flex-direction: row;
    column-gap: 5%;
}

.seventh-box-pic {
    width: 50%;
    height: auto;
    padding-top: 50px;
    align-self: center;
}

.vector2>img {
    width: 100%;
    height: auto;
}

.combo1 {
    width: 50%;
    display: flex;
    flex-flow: column;
    padding-top: 50px;
    align-self: center;
}

.b {
    padding: 2%;
}

.seventh-box-heading {
    font-size: 3.5em;
    padding: 2%;
    letter-spacing: 2px;
    font-family: var(--Heading);
    color: var(--Green);
}

.seventh-box-para {
    font-size: 1.7em;
    color: var(--Dark);
    padding: 2%;
    font-family: var(--Paragraph);
}



@media only screen and (max-width:1500px) {
    .seventh-box-heading {
        font-size: 2.5em;
        font-weight: 900;
    }

    .seventh-box-para {
        font-size: 1em;
    }
}

@media only screen and (max-width:1300px) {
    .seventh-box-heading {
        font-size: 3em;
        font-weight: 900;
    }

    .seventh-box-para {
        font-size: 1em;
    }
}

@media only screen and (max-width:1050px) {
    .combo1 {
        width: 100%;
        padding-top: 10px;
    }

    .seventh {
        flex-direction: column-reverse;
    }

    .seventh-box-pic {
        width: 100%;
        margin-top: 0;
        padding-top: 0;
    }

    .seventh-box-heading {
        font-size: 3.5em;
        font-weight: 900;
        text-align: center;
    }

    .seventh-box-para {
        font-size: 2.2em;
        text-align: center;
    }

    .b {
        justify-content: center;
    }
}

@media only screen and (max-width:1050px) {
    .seventh-box {
        padding: 1% 10% 10%;
    }
}

@media only screen and (max-width:540px) {
    .seventh-box-heading {
        font-size: 1.7em;
        font-weight: 900;
        text-align: center;
    }

    .seventh-box-para {
        font-size: small;
        text-align: center;
    }

    .b {
        text-align: center;
    }

    .seventh-box-pic {
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

/* TEXT GRAPHIC BUTTONS */

.TextGraphic_Button_1 {
    outline: none;
    color: var(--Dark);
    background: var(--background-color);
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    border: 2px solid var(--Green);
    padding: 2% 5%;
    font-weight: 600;
    font-family: var(--Paragraph);
    letter-spacing: 2px;
}

.TextGraphic_Button_1:before {
    content: '';
    background: linear-gradient(45deg, var(--Green), var(--Green));
    position: absolute;
    top: -5px;
    left: -5px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    animation: glowing_1 15s linear infinite;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    border-radius: 10px;
}

.TextGraphic_Button_1:active {
    color: var(--background-color);
}

.TextGraphic_Button_1:active:after {
    background: var(--Green);
}

.TextGraphic_Button_1:hover:before {
    opacity: 1;
}

.TextGraphic_Button_1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background-color);
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing_1 {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@media only screen and (max-width:2000px) {
    .TextGraphic_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1500px) {
    .TextGraphic_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1250px) {
    .TextGraphic_Button_1 {
        font-size: 1.2em;
    }
}

@media only screen and (max-width:1024px) {
    .TextGraphic_Button_1 {
        font-size: 1em;
        padding: 2% 5%;
    }
}

@media only screen and (max-width:650px) {
    .TextGraphic_Button_1 {
        padding: 5%;
    }
}
















/* WORK CAROUSEL */
/* WORK CAROUSEL */
/* WORK CAROUSEL */
/* WORK CAROUSEL */

/* Universal Carousel - Creative UI */
.universal-carousel {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0em 0 5em;
    border-radius: 15px;
}

.carousel-container {
    position: relative;
    width: 100%;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    margin: 5% auto;
}

.carousel-item {
    flex: 0 0 40%;
    border-radius: 15px;
    box-shadow: 0 0px 25px -5px rgba(245, 245, 245, 0.6);
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: max-content;
}

.carousel-item.active {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.card__image {
    width: 100%;
    height: fit-content;
    border-radius: 15px 15px 0 0;
}

.card__img,
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.card__data {
    padding: 1rem;
    text-align: center;
}

.card__name {
    font-size: 1.8rem;
    margin: 0.4em;
    color: var(--Light);
    letter-spacing: 2px;
    font-family: var(--Heading) !important;
}

.card__name:hover {
    color: var(--Yellow);
}

.card__description {
    font-size: 0.8rem;
    color: var(--Light);
    font-family: var(--Paragraph) !important;
}

/* Redesigned Navigation Buttons */
.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, var(--Green), var(--Dark));
    color: var(--Light);
    border: none;
    border-radius: 50%;
    font-size: 1.8rem;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}


/* Pagination Dots */
.carousel-pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.carousel-pagination span {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    border-radius: 50%;
    cursor: pointer;
}




/* Responsive Adjustments */
@media (max-width: 1450px) {
    .carousel-btn {
        font-size: 1.5rem;
        width: 50px;
        height: 50px;
    }
}


@media (max-width: 1024px) {
    .carousel-item {
        flex: 0 0 80%;

    }

    .card__name {
        font-size: 2.2rem;
    }

    .carousel-btn {
        display: none;
        visibility: hidden;
    }

    .card__description {
        font-size: 1.4em;
    }
}

@media (max-width: 999px) {
    .carousel-btn {
        display: none;
        visibility: hidden;
    }

    .card__name {
        font-size: 2.2rem;
    }

    .card__description {
        font-size: 1.4em;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        height: max-content;
    }

    .carousel-btn {
        display: none;
        visibility: hidden;
    }

    .card__name {
        font-size: 2rem;
    }

    .card__description {
        font-size: 1.5em;
    }
}

@media (max-width: 576px) {
    .carousel-item {
        height: max-content;
    }

    .carousel-btn {
        display: none;
        visibility: hidden;
    }

    .card__name {
        font-size: 1.2rem;
    }

    .card__description {
        font-size: 0.9em;
    }

}



































/* video */
/* video */
/* video */
/* video */
.video-service {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 2%;
    padding-bottom: 10%;
}

.video-heading {
    display: flex;
    flex-direction: column;
    width: 35%;
    height: auto;
    justify-content: center;
}

.video-heading-left {
    display: flex;
    flex-direction: column;

}

.video-left-top {
    font-weight: bold;
    font-size: x-large;
    padding-bottom: 10px;
    font-family: var(--Heading);
}

.video-left-bottom {
    font-size: larger;
    color: var(--Dark);
    padding-bottom: 10px;
    font-family: var(--Paragraph);
}

.video-heading-right {
    display: flex;
    flex-flow: column;
}

.video-right-top {
    font-size: 75px;
    font-family: var(--Heading);
}

.video-right-bottom {
    font-size: x-large;
    padding-top: 20px;
    padding-bottom: 40px;
    color: silver;
    font-family: var(--Paragraph);

}

.video-content {
    display: flex;
    flex-direction: column;
    width: 55%;
    height: auto;
    justify-content: center;
}

.video-right-name {
    font-size: medium;
    font-weight: 900;
    padding-top: 10%;
    color: #fff;
    text-align: center;
    font-family: var(--Paragraph);
    letter-spacing: 2px;
}

.rectangle {
    background-color: #ffce33;
    width: 20%;
    height: 10%;
    position: absolute;
    z-index: -2;
    transform: translate(60%, -80%);
}

.video-content-left {
    height: 100%;
    padding-top: 15px;
    z-index: -1;
}

.video-content-left-Logo {
    height: 100%;
    padding-top: 15px;
    z-index: -1;
}

.video-content-left video {
    width: 100%;
    height: 100%;
    z-index: 0;
    border: none;
}

.video-content-left-Logo img {
    width: 100%;
    height: auto !important;
    z-index: 0;
    border: none;
}

.video-content-right {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    display: grid;
}


.video-right-service {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
    justify-content: space-between;
}

.video-right-logo {
    display: flex;
    justify-content: center;
}

.video-right-logo img {
    width: 100%;
    height: auto !important;
    border-radius: 50%;
}


.video-content-bottom {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

@media only screen and (max-width:2000px) {
    .rectangle {
        transform: translate(50%, -70%);
    }
}

@media only screen and (max-width:1650px) {
    .rectangle {
        transform: translate(60%, -80%);
        height: 15%;
    }

    .video-content-right {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        display: grid;
    }

    .video-left-bottom {
        font-size: smaller;
    }

    .video-right-top {
        font-size: 45px;
    }

    .video-left-top {
        font-size: x-large;
    }

    .video-right-bottom {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:1227px) {
    .rectangle {
        transform: translate(50%, -90%);
        height: 20%;
    }

    .video-right-service {
        width: 100%;
    }

    .video-content-right {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        display: grid;
    }

}

@media only screen and (max-width:1150px) {
    .rectangle {
        transform: translate(50%, -90%);
        height: 15%;
    }

    .video-right-logo img {
        width: 9vh;
        height: 9vh;
    }
}

@media only screen and (max-width:1050px) {
    .video-service {
        flex-direction: column;
    }

    .video-heading,
    .video-content {
        width: 100%;
    }

    .video-heading {
        padding-top: 30px;
    }

    .video-left-top {
        font-size: 2.5em;
    }

    .video-left-bottom {
        font-size: 1.6em;
    }

    .rectangle {
        visibility: hidden;
    }

    .video-right-logo {
        display: flex;
        justify-content: center;
    }

    .video-content-right {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .video-right-logo img {
        width: 15vh;
    }
}


@media only screen and (max-width:650px) {
    .video-left-bottom {
        font-size: 1.2em;
    }

    .video-content-right {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-row-gap: 20px;
        grid-column-gap: 30px;
        padding-bottom: 10%;
    }

    /* TEXT */
    .video-right-top {
        font-size: 50px;
        font-weight: 900;
    }

    .video-right-bottom {
        font-size: smaller;
        text-align: left;
        padding: 5% 0%;
    }

    .video-content {
        flex-flow: column;
        row-gap: 20px;
        padding-top: 10%;
    }

    .video-right-name {
        font-size: large;
        font-weight: 900;
        padding-top: 5%;
        text-align: center;
    }

    .video-content-left iframe {
        height: 300px;
    }

    .video-right-bottom {
        font-size: medium;
        text-align: left;
    }

    .video-heading {
        padding-top: 15%;
    }

    .video-left-top {
        font-size: 1.6em;
        padding-bottom: 10px;
        text-align: end;
    }

    .video-left-bottom {
        text-align: end;
    }

    /* ICONS */
    .video-right-service {
        width: 100%;
    }

    .video-content-top {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 5%;
    }

    .video-content-bottom {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 5%;
        padding: 10% 0%;
    }

    .video-right-logo img {
        width: 20vh;
        height: 30vh;
    }
}

@media only screen and (max-width:550px) {

    /* TEXT */
    .video-right-top {
        font-size: 35px;
        font-weight: 900;
        padding-bottom: 1%;
    }

    .video-right-bottom {
        font-size: small !important;
    }



    /* ICONS */
    .video-right-service {
        width: 100%;
    }

    .video-content-top {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 5%;
    }

    .video-content-bottom {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 5%;
        padding: 10% 0%;
    }

    .video-right-logo img {
        width: 100%;
        height: 25vh;
    }

    .video-right-name {
        font-weight: 900;
        text-align: center;
    }

    .video-heading {
        padding-top: 2%;
    }

    /* ICONS */
    .video-content-top {
        padding-bottom: 0px;
    }

    .video-service {
        padding: 10% 5%;
    }

    .video-content-right {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        padding-bottom: 10%;
    }
}

@media only screen and (max-width:468px) {
    .video-content-top {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 5%;
    }

    .video-content-bottom {
        display: grid;
        grid-auto-flow: dense;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 5%;
        padding: 10% 0%;
    }

    .video-right-logo img {
        width: 20vh;
        height: 20vh;
    }
}





































.Contact-Form-Container {
    width: 90%;
    padding: 2% 5%;
    background-color: #1a2e2e;
    color: white;
    margin: auto;
}

.Contact-Form-Info {
    width: 100%;
    margin-bottom: 24px;
}

.Contact-Form-Info h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: var(--Button);
}

.Contact-Form-Info h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px;
    font-family: var(--Heading);
}

.Contact-Form-Info h1 span {
    color: #eab308;
}

.Contact-Form-Info p {
    margin-bottom: 24px;
    font-size: 16px;
    font-family: var(--Paragraph);
}

.Contact-Form-Info-Item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.Contact-Form-Info-Item i {
    color: #eab308;
    font-size: 20px;
    margin-right: 16px;
}

.Contact-Form-Form {
    width: 100%;
}

.Contact-Form-Grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

.Contact-Form-Two-Columns {
    grid-template-columns: repeat(2, 1fr);
}

.Contact-Form-Form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: var(--Paragraph);
}

.Contact-Form-Form input,
.Contact-Form-Form select,
.Contact-Form-Form textarea {
    width: 96%;
    padding: 2%;
    background-color: #23403f;
    color: white;
    border: none;
    border-radius: 6px;
    font-family: var(--Paragraph);
}

.Contact-Form-Form textarea {
    height: 128px;
}

.Contact-Form-Form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 24px;
    background-color: #eab308;
    color: #1a2e2e;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 2%;
    font-family: var(--Button);
}

.Contact-Form-Form button i {
    margin-left: 8px;
}

.Contact-Form-Container {
    font-family: var(--Paragraph);
}

option {
    width: -webkit-fill-available;
}







@media (max-width: 1050px) {
    .Contact-Form-Container {
        flex-direction: column;
        padding: 5% 5%;
        padding-bottom: 10%;
    }

    .Contact-Form-Info,
    .Contact-Form-Form {
        width: 100%;
    }


    .Contact-Form-Info h1 {
        font-size: 3em;
    }

    .Contact-Form-Info h2 {
        font-size: 2em;
    }

    .Contact-Form-Info p {
        font-size: 1.8em;
    }

    .Contact-Form-Info-Item i {
        font-size: 1.9em;
    }

    .Contact-Form-Form label {
        font-size: 1.9em;
    }

    .Contact-Form-Form input,
    .Contact-Form-Form select,
    .Contact-Form-Form textarea {
        font-size: 1.5em;
    }

    .Contact-Form-Form button {
        font-size: 1.9em;
    }

    .Contact-Form-Info-Item span {
        font-size: 1.5em;
    }
}

/* Responsive Design */
@media (min-width: 900px) {
    .Contact-Form-Container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .Contact-Form-Form button {
        width: auto;
    }
}

@media (max-width: 820px) {
    .Contact-Form-Two-Columns {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 620px) {
    .Contact-Form-Info h1 {
        font-size: 24px;
    }

    .Contact-Form-Info h2 {
        font-size: 18px;
    }

    .Contact-Form-Info p {
        font-size: 16px;
    }

    .Contact-Form-Info-Item i {
        font-size: 20px;
    }

    .Contact-Form-Form label {
        font-size: 14px;
    }


    .Contact-Form-Form input,
    .Contact-Form-Form select,
    .Contact-Form-Form textarea {
        font-size: 1.2em;
    }

    .Contact-Form-Form button {
        font-size: 1.2em;
    }

    .Contact-Form-Info-Item span {
        font-size: 1.2em;
    }

}

@media (max-width: 450px) {
    .Contact-Form-Info h1 {
        font-size: 20px;
    }

    .Contact-Form-Form button {
        width: 100%;
    }
}













.industries-container {
    width: 90%;
    padding: 5%;
    margin: 0 auto;
    padding: 2em 1em;
}

.industries-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em;
}

.industries-card {
    background-color: var(--Light);
    padding: 1.5em;
    border-radius: 0.5em;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.industries-card-number {
    font-size: 2.2em;
    font-weight: 700;
    color: var(--Green);
    margin-bottom: 0.5em;
    font-family: var(--Paragraph);
}

.industries-card-title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-family: var(--Paragraph);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.industries-card-description {
    color: #6b7280;
    font-size: 1.2em;
    font-family: var(--Paragraph);
}

/* Responsive Grid */


@media (max-width: 1450px) {

    .industries-card-number {
        font-size: 2em;
    }

    .industries-card-title {
        font-size: 1.5em;
    }

    .industries-card-description {
        font-size: 1em;
    }

    .industries-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }

}

/* Mobile and Tablet Adjustments */
@media (max-width: 1050px) {

    .industries-container {
        padding: 10% 5%;
    }
    
    .industries-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 820px) {
    .industries-card {
        padding: 1em;
    }
}

@media (max-width: 640px) {
    .industries-grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {
    .industries-card-number {
        font-size: 1.25em;
    }

    .industries-card-title {
        font-size: 1em;
    }

    .industries-card-description {
        font-size: 0.75em;
    }
}

@media (max-width: 450px) {
    .industries-grid-container {
        gap: 1em;
    }
}

@media (max-width: 320px) {
    .industries-card {
        padding: 0.75em;
    }
}