body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    /* font-family: 'Muli', sans-serif; */
    color: #666666;
    position: relative;
    line-height: 1.5;
}
html {
    height: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
}

a {
    color: #3daeff;
    text-decoration: none;
    outline: none;
}
::selection {
    background: #3daeff;
    color: #fff;
    text-shadow: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}
img,
object,
embed {
    max-width: 100%;
    vertical-align: top;
}

p {
    margin-bottom: 15px;
    /* line-height: 24px; */
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #324545;
}

h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

h2 {
    font-size: 35px;
    margin-bottom: 30px;
}

h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

h5 {
    font-size: 20px;
    margin-bottom: 15px;
}
.hm_go_top {
    display: inline-block;
    height: 43px;
    width: 43px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--logo-E-color) url(../images/hm-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 1;
    z-index: 1;
    -webkit-transform: translateZ(0);
}
.dark,
.dark .small_title .small_title_con,
.dark .main_title .line i,
.dark .main_title .dot,
body.site_boxed.dark,
.dark #main_wrapper {
    background: white;
    color: black;
}
.dark {
    /* color: #fff; */
    /* color: rgba(255, 255, 255, 0.7); */
    color: #14176C;
}
.dark .main_title:not(.gray_bg) h2,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6,
.dark .page_title h1,
.dark .hm_circle_title,
.dark .team_block .front .person_name,
.dark .team_block2 .person_name,
.dark .say_datils>h5,
.dark .normal_text_slider .client_details,
.dark .related_posts_slide .related_title {
    color: #14176C;
}
@media only screen and (min-width: 1024px) {
    .hm_go_top {
        bottom: 20px;
        height: 43px;
        right: 20px;
        width: 43px;
    }
}
        :root {
    --logo-E-color: #0B4BB7;
    --logo-I-color: #C43235;
    --logo-T-color: #14176C;
}

/* SECTION2 STYLE ABOUT US , OUR VISION AND MISSION */
* {
    font-family: Sora;
}

.section2n {
    position: relative;
    display: flex;
    .imgRight {
        position: absolute;
        height: 90px;
       
        top: calc(50% - 90px);
        right: -30px;
    }
    .s2-wrapper {
        position: absolute;
        width: 100%;
        display: flex;
        padding: 20px;

        .s2-mid,
        .s2-l {
            width: 35%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .s2-r {
            width: 30%;
            display: flex;
            justify-content: start;
            align-items: center;
            flex-wrap: wrap;
        }
    }
    h3 {
        font-size: 21px;
        color: var(--logo-E-color);
        font-weight: 700;
        margin-bottom: 0;
    }

    p {
        font-size: 13px;
        color: var(--logo-T-color);

    }
    h4 {
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin: 3px 0;
        color: var(--logo-E-color);
    }

    h5 {
        text-align: center;
        color: var(--logo-T-color);
        font-size: 12px;

    }

    .s2-stats {
        width: 160px;
        height: 145px;
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        margin: 20px 15px;

        box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.2),
            4px 0 8px rgba(0, 0, 0, 0.2);

        img {
            width: 50px;
            margin-top: 5px;
        }
    }

    .s2-r .s2-stats:nth-child(odd) {
        border-bottom: 6px solid var(--logo-T-color);
    }

    .s2-r .s2-stats:nth-child(even) {
        border-bottom: 6px solid var(--logo-I-color);
    }

    .imgOffice {
        width: 95%;
    }

    hr {
        margin: 0;
        background: var(--logo-I-color);
        height: 1.5px;
        margin: 0 0 10px 0;
        transition: width 0.3s;
    }

    .hrline1:hover hr {
        width: 25% !important;
    }

    .hrline2:hover hr {
        width: 60% !important;
    }

    @media (min-width:1250px) {
        .s2-l {
            align-items: end;
        }

        .s2-r {
            padding: 2vw 0 2vw 1vw;
        }

        .below1250 {
            display: none !important;
        }

        .s2-wrapper {
            height: calc(45vw - 40px) !important;
        }

        h3 {
            margin-top: 0;
            font-size: 1.6vw !important;
            padding-left: 2.6vw;
        }

        p {
            font-size: 0.98vw !important;
            padding-left: 2.6vw;
        }

        h4 {
            font-size: 1.3vw !important;
        }

        h5 {
            font-size: 0.8vw !important;
        }

        .s2-stats {
            width: 8vw !important;
            height: 10vw !important;
            margin: 1vw !important;

            img {
                width: 3vw;
            }
        }

        .s2-r .s2-stats:nth-child(odd) {
            border-bottom: 0.4vw solid var(--logo-E-color);
        }

        .s2-r .s2-stats:nth-child(even) {
            border-bottom: 0.4vw solid var(--logo-I-color);
        }

        .s2-r .s2-stats:nth-child(3) {
            margin-left: 3vw !important;
        }


        .imgRight {
            height: 20vw;
            top: calc(60% - 1vw);
        }

        hr {
            margin-left: 2.6vw;
        }

    }

    @media (max-width:1250px) {
        height: 1000px !important;
        align-items: center !important;

        .s2-wrapper {
            flex-wrap: wrap !important;
        }

        .s2-mid,
        .s2-l {
            width: 45vw !important;
        }

        .s2-r {
            width: 100% !important;
            margin-top: 40px !important;
            justify-content: space-around !important;
        }


        .s2-l>h3,
        .s2-l>p {
            display: none !important;
        }
    }


    @media (max-width:850px) {
        height: 1200px !important;
    }

    @media (max-width:600px) {
        height: 1450px !important;
        .s2-mid,
        .s2-l,
        .s2-r {
            width: 92vw !important;
        }

        .s2-r {
            margin-top: 40px !important;
        }

        .s2-mid {
            padding: 0 !important;
        }

        .s2-stats {
            width: 125px;
            height: 115px;

            img {
                width: 35px;
            }
        }

        h4 {
            font-size: 20px !important;
        }

        h5 {
            font-size: 9px !important;
        }

    }
}

/*SECTION 3 WIDE RANGE OF IT SERVICES DESKTOP (MORE THAN 700px) */
.section3n {
    background-color: var(--logo-T-color);
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 900px;
    padding: 18px 40px;
    position: relative;

    .img-ends {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        margin: 0 20px;
    }

    .img-container {
        display: flex;
        align-items: end;

        img {
            width: 200px;
        }
    }

    h3 {
        font-size: 18px;
        color: white;
        /* font-family: Afacad; */
    }

    h2 {
        text-align: center;
        font-weight: 600;
        color: white;
        font-size: 25px;
    }

    .centerDiv {
        position: absolute;
        width: 95%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 16%;
            height: 80%;
            object-fit: contain;
        }
    }



    @media (min-width:1000px) {
        padding: 2vw 4vw;
        height: 48vw !important;

        .img-container {
            img {
                width: 15vw;
                padding: 0 1vw;
            }
        }

        h3 {
            font-size: 1.1vw !important;
        }

        h2 {
            font-size: 2.6vw !important;
        }

        .imgupdown {
            height: 7vw !important;
        }

        img.img-rl {
            width: 12vw;
        }
    }

    @media (max-width:1000px) {
        display: none;
    }


}

/* SECTION 3 WIDE RANGE OF IT SERVICES MOBILE, TAB   (LESS THAN 700px) */

.section6 {
    width: 100%;
    background-color: var(--logo-T-color);
    display: flex;
    flex-direction: column;
    justify-content: center;

    .wrap-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;

        div {
            width: 290px;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 15px 25px;
            padding: 0 20px;
            border-radius: 10px;
        }

        img {
            width: 180px;
            padding: 25px 0;
        }

        h4 {
            font-size: 20px;
            font-weight: 500;
            color: white;
            /* font-family: Rubik; */
            line-height: 25px;
            /* width: 250px; */
            text-align: center;
        }

    }

    @media (max-width:500px) {
        .wrap-container {
            div {
                /* flex-direction: row !important; */
                justify-content: center !important;
                width: 95% !important;
            }

            h4 {
                margin-bottom: 0 !important;
                margin-right: 1vw !important;
            }
        }

        .wrap-container div:nth-child(odd) {
            flex-direction: row !important;
        }

        .wrap-container div:nth-child(even) {
            flex-direction: row-reverse !important;
        }
    }

    @media (min-width:1000px) {
        display: none !important;
    }

}


.section12x {
    width: 100%;
    padding: 30px 0;
    height: auto !important;

    .s12-sub {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }



    .r-content1 {
        width: 280px;
        height: 280px;
        border: 1.1px solid var(--logo-E-color);
        border-radius: 18px;
        padding: 6px;
        margin: 30px;
    }

    .r-header {
        width: 150px;
        height: 70px;
        margin-top: -25px;
        margin-left: -15px;
        border-radius: 30px;
        border: 1.8px solid var(--logo-T-color);
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: 100px;
        }
    }

    h4,
    h4>span {
        margin-top: 10px;
        /* font-family: Saira; */
        font-weight: 600;
        font-size: 13px;
        margin-bottom: 6px;
        margin-left: 4px;
    }

    h4 {
        color: var(--logo-T-color);
        ;
    }

    h4>span {
        color: var(--logo-E-color) !important;
    }

    p {
        /* font-family: Inter; */
        font-size: 11.5px;
        line-height: 23px;
        margin-left: 4px;
        color: var(--logo-T-color);
        ;
    }

    @media (min-width:1250px) {
        .r-header {
            width: 11vw;
            height: 5.2vw;
            margin-top: -1.8vw;
            margin-left: -1.2vw;

            img {
                width: 7vw;
            }
        }

        .r-content1 {
            width: 20vw;
            height: 22.5vw;
            margin: 2vw 1vw;
        }

        h4,
        h4>span {
            margin-top: 1.2vw;
            font-size: 1vw;
            margin-bottom: 6px;

        }

        h4 {
            margin-left: 0.5vw;
        }

        h4>span {
            margin-left: 0;
        }

        p {
            font-size: 0.85vw;
            line-height: 1.6vw;
            margin-left: 0.5vw;
        }
    }
}
/* SECTION 1 NEW */
.section1nnn {
    display: flex;
    height: 500px;
    position: relative;
    /* background-color: wheat; */

    .imgDesign {
        position: absolute;
        top: 15%;
        left: 0;
        width: 20px;
    }

    .s1-l {
        flex: 1;
        padding-left: 40px;
        padding-top: 70px;
        display: flex;
        flex-direction: column;
    }

    .s1-r {
        flex: 1;
        display: flex;
        justify-content: start;
        align-items: start;
        padding-top: 40px;
        visibility: hidden;
    }

    .br1250 {
        display: none;
    }

    h1,
    h1>span {
        color: var(--logo-T-color);
        font-weight: bold;
        font-size: 35px;
        line-height: 44px;
    }

    h1>span {
        color: var(--logo-E-color);
    }

    h3,
    .s1-list {
        color: var(--logo-T-color);
        font-size: 15px;
        line-height: 25px;

    }

    .s1-list {
        display: flex;
        align-items: start;

        img {
            width: 20px;
            padding-top: 3px;
            margin-right: 10px;
            object-fit: contain;
        }
    }

    .s1vid,
    .s1vidmob {
        display: none;
    }

    .s1vidmob {
        width: 85%;
        object-fit: contain;
    }

    .s1vid.active,
    .s1vidmob.active {
        display: block;
    }



    h4 {
        font-size: 21px;
        color: var(--logo-T-color);
        line-height: 28px;
    }

    .s1-bottom {
        position: absolute;
        bottom: 20px;
        left: calc(50% - 40px);
        display: flex;
    }

    .s1bx {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #D9D9D9;
        margin: 0 10px;
        cursor: pointer;
    }

    .s1bx.active {
        background-color: var(--logo-E-color);
    }

    @media (min-width:1250px) {
        .br1250 {
            display: block;
        }

        .s1-l {
            padding-left: 3vw;
            padding-top: 8vw;
        }

        .s1-r {
            padding-top: 4vw;
        }


        h1,
        h1>span {
            font-size: 2.8vw;
            line-height: 3.4vw;
        }

        h3,
        .s1-list {
            font-size: 1.1vw;
            line-height: 2vw;
            padding-right: 14vw;

            img {
                width: 1.6vw;
                padding-top: 0.1vw;
                margin-right: 0.8vw
            }
        }

        .s1-list {
            margin: 0.5vw 0;
        }

        h4 {
            font-size: 1.4vw;
        }

        .imgDesign {
            width: 1.5vw;
        }

        .s1-bottom {
            left: calc(50% - 8vw);
        }

        .s1bx {
            width: 0.8vw;
            height: 0.8vw;
            margin: 0 1vw;
        }
    }

    @media (max-width:1250px) {
        .s1-l {
            flex: 1.1;
        }

        .s1-r {
            flex: 0.9;
            align-items: center;
            visibility: visible !important;
        }
        .s1vid {
            display: none !important;
        }

    }

    @media (max-width:700px) {
        height: 850px;
        flex-direction: column;

        .s1-l {
            padding: 0 20px;
        }

        h1,
        h1>span {
            font-size: 25px;
            line-height: 32px;
        }

        .imgDesign {
            top: 50%;
        }

        .s1vidmob {
            width: 100% !important;
        }

        .s1-bottom {
            display: none;
        }

    }
}

.s10n {
    width: 100%;
    background-color: #000552;
    padding: 20px;
    position: relative;


    img.curve {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

    h2,
    h2>span {
        /* do fo all heading */
        font-weight: 700;
        /* font-family: Saira; */
        color: white;
        font-size: 35px;
        line-height: 40px;
        text-align: center;
        padding-bottom: 20px;
    }

    .s10wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .imgs10n {
        height: 95%;
    }

    .imgs10rl {
        height: 92%;
    }

    .s10ends {
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: space-between;
    }

    h4 {
        /* font-family: Rubik; */
        color: white;
        font-size: 24px;
        padding: 0 10px;
        width: 350px;
        font-weight: normal;
        margin: 0;
    }

    .s10wrappermob {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
    }

    .s10rlmob {
        display: flex;
        width: 100%;
        margin-top: 40px;
        justify-content: center;
        height: 400px;
    }


    @media (min-width:900px) {
        .s10wrapper {
            height: 30vw !important;
        }

        h4 {
            font-size: 1.15vw !important;
            width: 25vw !important;
        }
    }

    @media (max-width:900px) {
        .s10wrapper {
            display: none !important;
        }

        .s10wrappermob {
            display: flex !important;
        }

        .imgs10n {
            width: 40% !important;
            height: auto !important;
        }

        .imgs10rl {
            margin-top: 10px !important;
            height: 380px !important;
        }

        h4 {
            width: 400px !important;
            font-size: 22px !important;
        }
    }

    @media (max-width:550px) {

        .s10rlmob {
            height: 320px;
        }

        .imgs10rl {
            margin-top: 10px !important;
            height: 300px !important;
        }

        h4 {
            width: 250px !important;
            font-size: 15px !important;
        }

    }

}

/*  max width 1250px remove! except section style in start*/
@media (min-width: 1250px) {
    section {
        /*dont remove this*/
        height: 45vw !important;
    }
}

@media (max-width: 1250px) {


    .s8NotMobileOver500 {
        height: 170px !important;
    }

}
/* SECTION 1 STYLES */
.connect-button {
    height: 40px;
    width: 210px;
    font-size: 18px;
    padding-top: 10px;
    border: none;
    border-radius: 3px;
    background-color: var(--logo-E-color);
    color: white;
    font-family: League Spartan !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0 0;
    img {
        width: 25px;
        height: 25px;
        margin-bottom: 6px;
    }

    @media (min-width:1250px) {
        width: 16vw;
        height: 3vw;
        font-size: 18px;
        padding-top: 0.7vw;
        margin: 30px 0 0 0;
        font-size: 1.5vw;

        img {
            width: 2vw;
            height: 2vw;
            margin-bottom: 0.5vw;
        }
    }

}
/* BLUE TITILE WITH UNDERLINE COMMONE STYLE */

.blue-title,
.blue-title>span {
    font-weight: 700;
    /* font-family: Inter; */
    font-size: 35px;
    display: inline-block;
    line-height: 40px;

    @media (min-width:1250px) {
        font-size: 2.7vw !important;
        line-height: 4vw !important;
    }
}

.blue-title {
    margin: 20px 0px;
    padding-left: 15px;
    color: var(--logo-E-color);
}

.blue-title>span {
    color: var(--logo-T-color);
}

/* SECTION 8  STYLES WHY CHOOSE EIT */

.section8 {
    /* height: auto !important; */
    width: 100%;
    display: flex;
    padding: 30px 0;
    position: relative;

    .curve-card {
        position: relative;
        width: 300px;
        height: 230px;
        margin: 10px 20px;

        svg {
            position: absolute;
            fill: white;
        }

        h2 {
            position: absolute;
            font-size: 20px;
            top: 15px;
            left: 20px;
            font-weight: 700;
            color: var(--logo-E-color);
        }

        p {
            position: absolute;
            top: 105px;
            left: 20px;
            width: 85%;
            font-size: 14px;
            color: var(--logo-T-color);
        }

        div {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 5px;
            background-color: var(--logo-E-color);
            top: 15px;
            right: 6px;
            display: flex;
            align-content: center;
            padding: 10px;
        }
    }

    @media (min-width:1250px) {
        padding: 4vw;
        .curve-card {
            width: 21vw;
            height: 16.1vw;
            margin: 1vw 1.5vw;
            h2 {
                font-size: 1.35vw;
                top: 1vw;
                left: 1.2vw;
            }

            p {
                top: 7.5vw;
                left: 1.2vw;
                width: 85%;
                font-size: 0.98vw;
            }

            div {
                width: 5.2vw;
                height: 5.2vw;
                top: 1vw;
                right: 0.3vw;
            }
        }
    }
}
.s8Mobile {
    display: none;
}
@media (max-width: 500px) {
    .s8Mobile {
        display: block !important;
    }

    .s8NotMobileOver500 {
        display: none !important;
    }
}
/* SECTION 13 - Map */
.section13 {
    position: relative;
    width: 100%;
    background-color: white;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    padding: 0px 0;
    /* background-color: #000552; */
    img.curve {
        position: absolute;
        right: 0;
        top: 0;
    }

    img.map {
        width: 70%;
    }

    .map-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 2vw;
        /* margin-left: -15vw; */
    }

    .sec13-title {
        width: 100%;
    }

    .map-legends {

        display: flex;
        flex-direction: column;
        flex-wrap: wrap;

        ul {
            list-style: disc;
        }

        li {
            font-size: 10px;
            font-weight: 500;
            color: var(--logo-T-color);
            line-height: 20px;
        }
    }

    @media (min-width: 1250px) {
        .sec13-title {
            color: #022e8a;
            align-self: flex-start;
            padding-left: 40px;
            width: 44%;
        }

        img.map {
            height: 30vw !important;
            padding-right: 60px !important;
        }

        li {
            font-size: 1vw !important;
            line-height: 1.6vw !important;
        }

        .map-legends {
            margin-top: -40px !important;
            margin-left: 132px !important;
        }

    }

   @media (max-width: 1250px) {
    ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px 50px; 
        list-style-type: disc;
        padding: 6px 20px;
    }

    ul li {
        font-size: 14px;
        margin: 0; /* reset margin since grid handles spacing */
    }
    }
}

/* SECTION 9 - TECH USED  */
.section9 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    position: relative;
    /* background-image: linear-gradient(to bottom , white 70%,var(--logo-T-color)  ); */

    .tech-wrapper {
        height: 290px;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        padding: 0 40px;
        opacity: 0;
        display: none;
        transition: opacity 0.5s ease-in-out;

        img {
            width: 70px;
            margin: 20px 30px;
        }

    }

    .tech-wrapper.active {
        display: flex;
        opacity: 1;
        z-index: 1;

    }

    .tech-container {
        width: 120px;
        height: 140px;
        margin: 25px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* background-color: yellow; */


        img {
            width: 65px;
            height: 72px;
            object-fit: contain;
            margin: 10px 0;
        }

        p {
            font-size: 14px;
            font-weight: 400;
            text-align: center;
            color: var(--logo-T-color);
        }
    }

    .tech-label-wrapper {
        display: flex;
        justify-content: space-around;
        width: 100%;


        .tech-label {
            color: var(--logo-T-color);
            font-size: 1vw !important;
            font-weight: 500;
            display: block;
            margin: 0 0 10px 0;
            padding: 0 10px 0 10px;
            line-height: 24px;
            text-align: center;
            cursor: pointer;
        }
      

        .tech-label.active {
            display: block !important;
            color: white;
            background-color: var(--logo-T-color);
            /* border-bottom: 3px solid #263238; */
        }
    }

    .bubbles {
        display: flex;
    }

    .bx {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #D9D9D9;
        margin: 10px;
    }
    .bx:hover {
        
        cursor: pointer;
    }

    .bx.active {
        background-color: var(--logo-E-color);
    }

    @media (min-width:1250px) {
        .tech-label {
            font-size: 1.13vw !important;
            line-height: 2.5vw !important;
        }

        .tech-container {
            width: 8vw;
            height: 12vw;
            margin: 1vw 2vw;
            img {
                width: 4.5vw;
                height: 5.5vw;
                margin: 1vw 0;
            }

            p {
                font-size: 0.9vw;
                font-weight: 400;
            }
        }

        .changediv {
            height: 60%;
        }

        .designimg {
            margin-top: 12vw !important;
        }

        .tech-wrapper {
            img {
                width: 5.8vw;
                margin: 2vw 2.5vw;
            }
        }

    }

    @media (min-width:1100px) {
        .designimg {
            margin-top: 12vw !important;
        }
    }

    @media (max-width:1100px) {

        .tech-wrapper {
            height: auto !important;
        }
    }

    @media (max-width:700px) {
        .tech-wrapper {
           
            img {
                width: 55px;
                margin: 10px 20px;
            }
        }

        .tech-label {
            display: none !important;
        }

        .tech-container {
            width: 80px;
            height: 100px;

            img {
                width: 40px;
                height: 55px;
            }
        }
    }
/* Hover effect ONLY on desktop (screens 768px and above) */
@media (min-width: 768px) {
    .curve-card:hover svg {
        fill: var(--logo-E-color) !important;
    }

    .curve-card:hover h2 {
        color: white;
    }

    .curve-card:hover p {
        color: white;
    }
}
    @media (max-width: 480px) {

        .tech-container {
            width: 50px;
            height: 100px;
            margin: 0 20px;

            img {
                width: 35px;
                height: 55px;
            }
        }
        /* moibile grid view */
    @media (max-width: 700px) {
        .tech-wrapper {
             width: 100% !important;   
             margin: 0 auto !important; 
             justify-content: center;  
         }

        .tech-container {
            width: 70px !important; 
            margin: 10px !important;
         }
    }


    }
      @media(max-width:700px){
            .tech-label-wrapper{
            .tech-label{
                font-size: 12px !important;
                padding: 4px !important;
            }
        }
        }
}
        html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
a {
  background-color: transparent;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
p {
  margin: 0 0 10px;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
        .whatsapp_1 {
    width: 58px;
    height: 58px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1000;
}

        @media (max-width: 768px) {

            .imgg {

                width: 110vw !important;
                right: 10vw !important;
                top: 15% !important;
                position: relative !important;
            }

        }

        html {
            overflow-x: hidden;
        }
        /* Mobile-first approach */
        main {
            padding-top: 120px;
            overflow-x: hidden;
            /* Default mobile padding */
        }

        /* Tablet and larger */
        @media only screen and (min-width: 768px) {
            main {
                padding-top: 0;
                /* Reset or adjust for desktop */
            }
        }
        .flexbtn {
            display: flex;
            align-items: center;
            text-align: center;

            gap: 10px;
        }

        @media(max-width:768px) {
            .flexbtn {
                display: flex;
                /* width: 90vw; */

                gap: 1px;
            }

            .connect-button1 {
               display: none;
            }
             .connect-button {
               display: none;
            }
            .herobut {
                display: none;
            }
        }

        @media(min-width:768px) {
            .s1changeDivmx {
                width: 70vw !important;
            }
        }
        .footer-new {
            padding: 30px;
        }

        .ph-color::placeholder {
            color: #14176C !important;
            opacity: 1;
        }

        textarea::placeholder {
            font-size: 12px !important;

            padding-left: 2px;
        }

        /* Contact Container */
        .contact-container {
            width: 100%;
            min-height: 470px;
            background-color:#14176C;
            background-image: url('./assets/images/curvebg-rl.png');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            border-radius: 20px;
            padding: 20px 0;
            min-height: 350px !important;  /* reduce overall height */
    padding-bottom: 0px !important; /* remove bottom space */
    margin-bottom: -45px !important; /* pull section upward */

        }

        /* Flex Container */
        .flex-container {
            width: 100%;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: flex-start;
            margin: 30px 0;
        }

        /* Left Section */
        .left-section {
            width: 30%;
        }

        .section-heading {
            color: white !important;
            font-weight: 700;
        }

        .section-subheading {
            color: white !important;
        }

        .social-media-container {
            width: 100%;
        }

        .social-media-icons {
            width: 80%;
            display: flex;
            justify-content: space-between;
           
        }

        .social-icon {
            width: 10%;
        }

        /* Right Section */
        .right-section {
            width: 60%;
        }

        .form-row {
            width: 100%;
            display: flex;
            justify-content: space-between;
            padding: 20px 30px;
        }

        .form-field-half {
            width: 45%;

        }

        .form-input {
            width: 100%;
            background-color: white !important;
            color: black !important;
        }

        .form-textarea-container {
            width: 100%;
            display: flex;
            justify-content: center;
            padding: 20px 0;
        }

        .form-textarea-wrapper {
            width: 92%;
        }

        .form-textarea {
            width: 100%;
            background-color: white !important;
            color: black !important;
        }

        .form-buttons-container {
            width: 100%;
            display: flex;
            padding: 20px 30px;
            justify-content: space-between;
           
        }
 
 .form-buttons-container {
    position: relative;
    top: -1.4cm; /* move upward by 2–3 cm */
}

.ph-color {
    border: none;
    border-radius: 8px;
    padding: 12px 10px 10px 10px; /* extra padding for top and left strips */
    width: 100%;
    box-sizing: border-box;
    background: transparent;

    /* top and left colored blur strips inside the box in red */
    box-shadow:
        inset 0 4px 6px -4px rgba(255, 0, 0, 0.7),   /* top red strip */
        inset 4px 0 6px -4px rgba(255, 0, 0, 0.7);   /* left red strip */
    transition: box-shadow 0.3s;
}

.ph-color:focus {
    outline: none;
    box-shadow:
        inset 0 6px 8px -4px rgba(255, 0, 0, 1),   /* top red on focus */
        inset 6px 0 8px -4px rgba(255, 0, 0, );   /* left red on focus */
}
        .hidden-input {
            display: none !important;
        }

        .form-button {
            background: linear-gradient(to top, #1e90ff, #0052cc);
            color: white;
            font-size: 14px;
            font-weight: bold;
            border: 1px solid #003d99;
            border-radius: 6px;
            padding: 8px 18px;
            cursor: pointer;
            box-shadow: inset 2px 2px 4px rgba(255, 255, 255, 0.6), inset 2px 2px 4px rgba(0, 0, 0, 0.3);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            transition: 0.3s ease;
        }

        .attach-button:hover {
            background-color: white;
            color: #0088FF;
        }

        /* Location Section */
        .location-section {
            position: relative;
            margin-top: -4vw;
            border-radius: 20px;
            display: grid;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
            /* subtle shadow */
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 50px;
            padding: 15px;
            background: #fff;
        }

        .location-card {

            padding: 15px 27px;

            display: flex;
            flex-direction: column;

        }

        .card-header {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .card-header img {
            width: 20px;
            margin-right: 8px;
        }

        .card-header span {
            font-weight: 600;
            color: #14176C;
            font-size: 16px;
        }

        .location-card p {
            font-size: 13px;
            color: #14176C;
            font-weight: 500;
            line-height: 1.4;
        }

        /* Footer */
        .footer-row {
            margin: 0;
            display: flex;
            padding-left: 35px;
            padding-right: 35px;
            justify-content: space-between;
            width: 100%;
        }

        .footer-text {
            color: #7c7777ff !important;
        }

        /* Logo Animation */
        .logo-container {
            position: relative;
            display: inline-block;
            z-index: 1;
        }

       .logo-container::before {
    content: '';
    position: absolute;
    top: 55%;
    left: 30%;
    width: 40rem;
    height: 25rem;
    background: white;
    border-radius: 50%;
    filter: blur(5rem);
    opacity: 0.4;
    transform: translate(-50%, -50%);
    /* animation removed to make glow permanent */
    z-index: -1;
}

/* Align logo and form box in one line */
.logo-container,
.form-field-half {
  display: inline-block;  /* keep them on the same line */
  vertical-align: middle; /* align centers horizontally */
  margin-top: 0;          /* remove extra gap */
}

        .logo-container img {
  width: 130px;  /* You can change this (try 80px or 120px as needed) */
  height: auto;  /* Keeps the correct shape */
  margin-top: -20px;
}

/* Adjust form box position */
.ph-color {
  position: relative;
  top: -34px; /* move form boxes upward */
 
}

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .footer-new {
                padding: 0;
            }

            .footer-text {

                font-size: 12px !important;

            }

            .footer-row {
                padding-top: 15px;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
            }

            .social-media-container {
                margin-left: 15px;
            }

            .flex-container {
                flex-direction: column !important;
                align-items: center !important;
                text-align: center;
            }

            .left-section,
            .right-section {
                width: 90% !important;
                margin-bottom: 20px;
            }

            .logo-container {
                display: flex;
                justify-content: center;
                margin-bottom: 15px;
            }

            .section-heading,
            .section-subheading {
                text-align: center;
            }

            #contactForm {
                width: 100%;
            }

            .form-row {
                flex-direction: column !important;
                gap: 16px;
                padding: 10px 15px !important;
            }

            .form-field-half {
                width: 100% !important;
                margin-bottom: 15px;
            }

            .form-textarea {
                width: 100% !important;
            }

            .form-buttons-container {
                flex-direction: column !important;
                gap: 15px;
                align-items: center;
            }

            .form-button {
                width: 100% !important;
            }
        }