:root {
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Roboto', sans-serif;
    --text-color: #4D4D4D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3 {
    font-family: var(--font-heading);
}

p,
span,
button {
    font-family: var(--font-body);
}

p {
    margin-bottom: 0 !important;
}

.hntWebsiteHeroSection {
    position: relative;
    width: 100%;
    height: 70vh;
    /* Full screen hero */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.intelligentAutomationMain {
    height: 100vh !important;
}

/* Background Video */
.backgroundVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

/* Dark Overlay */
.overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    /* background: rgba(32, 76, 142, 0.80); */
    /* background-image: url("../assets/images/overlay.png");
    background-position: 100% 100%;
    background-size: 100% 100%; */
    background: linear-gradient(rgba(12, 76, 102, 0.8),
            rgba(2, 34, 74, 0.8));

    /* 50% dark overlay */
    /* url("../assets/images/overlay.png"); */
    /* Adjust if needed */
}

/* Content */
.heroContent,
.intelligentAutomationContent {
    position: relative;
    z-index: 3;
    /* text-align: center; */
    /* max-width: 900px; */
    padding: 20px;
    color: #ffffff;
}

.headerLogo {
    width: 87%;
    margin: 0 auto;
    background: linear-gradient(rgba(12, 76, 102, 0.8),
            rgba(2, 34, 74, 0.8));
            position: relative;
}

.logoImg {
    position: absolute;
    top: 30px;
    width: 140px;
    z-index: 5;
}

.heroContent,
.buildNextSection,
.intelligentAutomationContent,
.solutionArchitectMain,
.leadingEnterpriseMain,
.leadingEdgeMain,
.empoweringMain,
.industriesTransSub,
.coreCapabilitiesSub,
.transformationDiv {
    width: 87%;
    margin: 0 auto;
    padding: 2.5rem 0;
}



.empoweringMain {
    padding-top: 0px !important;
}

.leadingEnterpriseMain {
    padding-top: 0 !important;
}

/* .buildNextSection{
    width: 87%;
    margin: 0 auto;
    padding: 2.5rem 0;
} */
.heroContent h1 {
    font-size: 30px;
    font-weight: 700;
}

.headingMain2 {
    font-size: 27px;
    font-weight: 700;
}

.leadingEdgeHeading {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}

.heroContent p {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0 !important;
}

.heroContent .herobtns button {
    width: 100%;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin: 5px 0;
}

.learnMoreBtn {
    background-color: #204c8e;
    color: #fff;
    border: 1.5px solid #fff !important;
}

.buildNextImg img {
    width: 100%;
    border-radius: 7px;
}

.buildNextDiv p,
.bulidCard p,
.buildCardHeading,
.buildNextPara,
.solutionArchitectCard p {
    color: var(--text-color);
}

.buildNextCardsMain {
    margin-top: 2rem;
}

.bulidCard {
    padding: 1.5rem 10px;
    border: 1.5px solid #2525ce;
    position: relative;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.leftQuote {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 20px;
    transform: rotate(180deg);
    background-color: #fff;
    color: #2525ce;
}

.rightQuote {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 20px;
    background-color: #fff;
    color: #2525ce;
}

.buildCardHeading {
    font-size: 20px;
    font-family: var(--font-heading);
}

.leadingEnterpriseCard {
    padding: 15px;
    border: 1px solid #4D4D4D;
    /* border: 2px solid #4D4D4D;
    border-top: 7px solid #4D4D4D !important; */
    border-radius: 10px;
}

.leadingEnterpriseCard p {
    font-size: 15px;
    color: var(--text-color);
}

.leadingEnterpriseCardHeading {
    font-family: var(--font-heading);
    font-size: 18px !important;
    /* margin-bottom: 15px !important; */
    color: #000 !important;
    font-weight: 600;
}

.intelligentAutomationMain {
    background-color: #2f4c7d;
    color: #fff;
}

.intelligentAutomationContent p {
    font-size: 17px;
    margin: 18px 0 !important;
}

.intelligentAutomationContent span {
    font-size: 15px;
}

.intelligentAutomationContent ul {
    padding-left: 16px;
    margin: 15px 0px;
}

.intelligentAutomationContent ul li {
    font-weight: bold;
    font-size: 15px;
}

.solutionArchitectCardsMain,
.leadingEdgeCardsMain {
    margin: 3rem 0;
}

.solutionArchitectCard {
    border-left: 2px solid #2525ce;
    position: relative;
}

.leadingEdgeCard {
    border-left: 2px solid green;
    position: relative;
    padding: 0px 0px 30px 40px;
}

.solutionArchitectCard {
    padding: 20px 0px 20px 40px;
}



.solutionArchitectCard h3,
.empoweringCard h3,
.industriesCard h3 {
    font-weight: 700;
    font-size: 18px;
}

.leadingEnterpriseMainHeading {
    font-family: var(--font-heading);
    font-size: 30px;
    font-weight: 400;
    margin: 0px 0px 30px 0 !important;
}

.empoweringCard {
    /* display: flex; */
    border: 1px solid var(--text-color);
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.cardImgBg {
    width: 70px;
    border-radius: 50%;
    height: 70px;
    background-color: #BEFFBD;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.cardImgBg img {
    width: 70%;
}

.cardContent p {
    color: var(--text-color) !important;
}

.industriesTransMain {
    background-color: #aee4bdbf;
}

.coreCapabilitiesMain {
    padding: 3rem 0;
    background: linear-gradient(90deg,
            #ABD8F5 0%,
            #C8D0EA 35%,
            #E7C5D2 70%,
            #F5B5B9 100%);

}

.industriesCard img {
    width: 50px;
}

.coreCapabilitiesCard {
    padding-bottom: 3rem;
    border-bottom: 2px solid gray;
}

.consultationBtn,
.downloadBtn {
    background-color: rgb(77, 77, 77);
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    border: none;
    border-radius: 7px;
}

.downloadBtn {
    background-color: transparent;
    border: 1px solid #2525ce;
    color: #2525ce;
}

.contactDiv {
    background-color: rgb(190, 190, 243) !important;
    padding: 15px;
    border-radius: 10px;
    margin: 3rem 0;
}

.visitUs {
    background-color: #fff;
    text-align: left;
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    bottom: 10px;
    margin: 10px;
}

.leadingEnterpriseCard,
.industriesCard {
    margin-bottom: 15px;
}

.coreCapabilitiesSub {
    border-radius: 15px;
    padding: 1.5rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.transformBtns button {
    width: 100%;
    margin-bottom: 10px;
}

.leadingcardimg {
    height: 50px;
    width: 50px;
    border-radius: 10px;
    background-color: rgb(232, 170, 232);
    display: flex;
    align-items: center;
    justify-content: center;
}

.leadingcardimg img {
    width: 30px;
}

.contactForm {
    width: 100%;
}

.contactForm .formInput {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.formInput span {
    color: red;
    font-size: 9px;
}

.contactForm .formInput label {
    color: #3C3C4399;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
}

.contactForm .formInput input,
.contactForm .formInput textarea {
    padding: 7px;
    background-color: #ffffff;
    border: 1px solid gray;
    border-radius: 5px;
}

input::placeholder,
textarea::placeholder {
    color: gray;
    font-size: 10px;
    opacity: 1;
    /* Ensure visibility */
}

.contactSubmitBtn {
    padding: 7px 30px;
    border-radius: 15px;
    color: #fff;
    background: linear-gradient(90deg, #021B79 0%, #0575E6 100%);
    border: none;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}

/* .setGreenImg{
       
} */
.bgimage {
    position: absolute;
    top: -20%;
    text-align: left;
    left: 0;
    transform: rotate(-90deg);
    width: 35px;
}

.bgicon {
    width: 20px;
    position: absolute;
    top: 0;
    left: -7px;
}

.blueroundimg {
    position: absolute;
    top: 24px;
    left: -7px;
    transform: rotate(180deg);
    width: 45px;
}



@media(min-width: 550px) {
    .buildNextImg {
        text-align: center;
    }

    .buildNextImg img {
        width: 70%;
    }
}

@media(min-width: 700px) {
    .heroContent {
        padding: 3rem 0;
    }

    .heroContent .herobtns button {
        width: auto;
        font-size: 18px;
        margin-right: 12px;
    }

    .learnMoreBtn {
        padding: 8px 0;
    }

    .heroContent h1 {
        font-size: 35px;
    }

    .headingMain2 {
        font-size: 32px;
    }

    .leadingEdgeHeading {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .heroContent p {
        font-size: 22px;
    }



    .leadingEnterpriseCardsMain {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .empoweringCard {
        display: flex;
        padding: 20px 10px 15px 20px;
    }

    .cardImgBg {
        border-radius: 10px;
        height: 100%;
        width: 150px;
        margin-right: 20px;
    }

    .cardImgBg img {
        width: 70px;
    }
}

@media(min-width: 992px) {
    /* .heroContent {
        height: 80vh;
        width: 82%;
        display: flex;
        align-items: center;
    } */
    .logoImg{
        width: 200px;
    }
    .buildNextSection,
    .intelligentAutomationContent,
    .solutionArchitectMain,
    .leadingEnterpriseMain,
    .leadingEdgeMain,
    .empoweringMain,
    .industriesTransSub,
    .coreCapabilitiesSub,
    .transformationDiv {
        width: 82%;
    }

    .industriesTransSub {
        padding: 5rem 0;
    }

    .coreCapabilitiesSub {
        padding: 3rem;
    }

    .heroContent .herobtns button {
        font-size: 18px;
    }

    .heroContent h1 {
        font-size: 48px;
    }

    .headingMain2 {
        font-size: 38px;
    }

    .leadingEdgeHeading {
        font-size: 30px;
    }

    .heroContent p {
        font-size: 25px;
    }

    .buildNextImg img {
        width: 100%;
    }

    .buildNextImg,
    .buildNextContent {
        width: 48%;
    }

    .buildNextDiv,
    .leadingEdgeDiv {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .transformationDivNew,
    .coreCapabilitiesCard,
    .coreCapabilitiesCardLast {
        align-items: end !important;
    }

    /* .getintouchDiv {
        align-items: end;
    } */

    .leadingEdgeDiv .buildNextContent {
        text-align: right;
    }

    .buildNextContent p,
    .buildNextPara,
    .solutionArchitectCard p,
    .empoweringMain p {
        font-size: 17px;
    }

    .buildNextCardsMain {
        display: flex;
        justify-content: space-between;
        margin-top: 5rem;
    }

    .bulidCard {
        width: 32%;
    }

    .intelligentAutomationContent p {
        font-size: 21px;
        margin: 1.8rem 0 !important;
    }

    .intelligentAutomationContent span {
        font-size: 17px;
    }


    .intelligentAutomationContent ul li {
        font-size: 17px;
    }

    .solutionArchitectCard {
        width: 50.1%;
    }

    .solutionArchitectCardRight {
        text-align: left;
    }

    .solutionArchitectCardLeft {
        border-left: none;
        border-right: 2px solid #2525ce;
        text-align: right;
        padding-right: 40px;
    }

    .cardRight {
        display: flex;
        justify-content: end;
    }

    .solutionArchitectCard h3,
    .empoweringCard h3,
    .industriesCard h3 {
        font-size: 22px;
    }

    .leadingEnterpriseCardsMain {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .leadingEnterpriseMainHeading {
        font-size: 38px;
    }

    .leadingEnterpriseCardHeading {
        font-size: 20px !important;
        margin: 10px 0;
    }

    .leadingEnterpriseCard p {
        font-size: 17px;
    }

    .leadingEnterpriseCard {
        padding: 20px 15px 15px 15px;
    }

    .industriesCardMain {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        gap: 20px;
    }

    .solutionArchitectCardLeft .blueroundimg {
        right: -8px !important;
        left: auto;
        transform: rotate(360deg) !important;

    }
}

@media(min-width: 1024px) {

    .buildNextContent p,
    .buildNextPara,
    .solutionArchitectCard p,
    .empoweringMain p {
        font-size: 18px;
    }

    .buildCardHeading {
        font-size: 21px !important;
    }

    .bulidCard p,
    .solutionArchitectCard p {
        font-size: 18px;
    }

    .leadingEnterpriseMain {
        margin-top: 2rem;
    }

    .leadingEdgeCardsMain {
        display: flex;
    }

    .leadingEdgeCard {
        width: 25%;
        border-left: none;
        border-top: 2px solid green;
        /* padding-left: 0; */
        text-align: center;
        padding: 80px 20px 40px 20px;
    }

    .empoweringCardMain {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        gap: 20px;
    }

    .cardContent p {
        font-size: 17px !important;
    }

    .empoweringCardMain> :last-child {
        grid-column: 1 / -1;
        width: fit-content;
        margin: 0 auto;
    }

    .bgimage {
        transform: rotate(0deg);
        top: -5%;
        left: 50%;
        width: 35px;
    }

    .bgicon {
        width: 20px;
        top: -2%;
        left: 53%;
    }

    .coreCapabilitiesMain {
        padding: 7rem 0;
    }

    .transformationDiv {
        padding: 5rem 0;
    }
}

@media(min-width: 1200px) {
    .heroContent .herobtns button {
        font-size: 18px;
    }

    .heroContent h1 {
        font-weight: 700;
        font-size: 48px;
    }

    .heroContent p {
        font-size: 25px;
    }

    .bulidCard {
        padding: 1.5rem;
    }

    .buildCardHeading {
        font-size: 23px !important;
    }

    .buildNextContent p,
    .buildNextPara,
    .solutionArchitectCard p,
    .empoweringMain p {
        font-size: 19px;
    }

    .solutionArchitectCard h3 {
        font-size: 25px;
    }

    .empoweringCard h3,
    .industriesCard h3 {
        font-size: 19px;
    }

    .leadingEnterpriseMainHeading {
        font-size: 45px;
        font-weight: 400;
    }

    .hntWebsiteHeroSection {
        height: 80vh;
    }

    .industriesCardMain {
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
        gap: 30px;
    }

    .transformBtns button {
        width: auto;
    }
}