.abouthead h1 {
    font-size: 38px;
    font-weight: 900;
    margin: 10px 0px;
}

.aboutcontent p {
    font-size: 20px;
    line-height: 32px;
}

/* Remove underline from all links */
a {
    text-decoration: none !important;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.5);
    z-index: 1;
    background-image: url(../assets/images/bulkbg.jpeg);
    display: flex;
    justify-content: center;
    align-items: center;

}
.main-about-head{
    background-image: url(../assets/images/bulkbg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 210px 0px;
    /* height: 450px; */
}
.main-about-head h1 {
    color: white;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    /* Ensures the text is centered */

}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 35);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    --bg-blue: #00335e;
    --bg-white: #FFFFFF;
    --bg-red: #EE2110;
    --text-color-red: #EE2110;
    --text-color-white: #FFFFFF;
    --text-color: #111111;
    --inter: 'Inter';
    --test-n-2: 'TestNational2';
    --bg-color-greywhite: #F4F4F4;
}

/* .inter-<uniquifier> {
      font-family: "Inter", serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    } */
/* @font-face {
    font-family:'TestNational2';
   
    src: url('/font/TestNational2/TestNational2-Bold-BF663c3f490c32f.otf') format('opentype');
    src: url('/font/TestNational2/TestNational2-Medium-BF663c3f4904b1a.otf') format('opentype');
    src: url('/font/TestNational2/TestNational2-Regular-BF663c3f4a23d54.otf') format('opentype');
    
}

@font-face {
    font-family: 'inter';
    src: url('/font/Inter/Inter-VariableFont_slnt,wght.ttf') format('opentype');

    
} */


body {
    a {
        text-decoration: none;
    }
}

/* .container {
    padding-top: ;
} */

input,
select,
textarea,
button {
    outline: 0;
}




/* <!-- slider -section -start --> */
.slide {
    position: relative;
    /* background-image: url('../assets/images1/slider1.webp'); */
    background-image: url('../assets/images1/navkar.jpeg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: rgba(17, 17, 17, 0.5);
    z-index: 1;
}

.text {
    position: relative;
    z-index: 2;
    color: white;
}


.hero-slider {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    position: relative;

}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide.active {
    opacity: 1;
}

.text {
    text-align: center;
}

.text h1 {
    font-family: 'TestNational2';
    font-size: 60px;
    font-weight: 600;
    line-height: 76px;
    color: white;
}

.animate-line1 {
    opacity: 0;
    transform: translateY(-20px);
    animation: fadeInDown 1s forwards;
    animation-delay: 0.5s;
}

.animate-line2 {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
    animation-delay: 1.5s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



.geterow {
    padding-left: 15px;
}

.growbtn {
    margin-top: 30px;
}

/* .growbtn button {
    width: 200px;
    height: 52px;
    padding: 14px 20px 14px 20px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    background-color: var(--bg-red);
    border: 1px solid var(--bg-red);
    border-radius: 100px;
    font-family: var(--inter);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--bg-white);
} */

/* <!-- slider -section -End --> */


/* <!-- Businesses Registered-4-box-section-start --> */
.countermainnp {
    background-color: var(--bg-blue);
    background-image: url("../assets/images1/bgpatterndeal.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* top: -260px !important; */
}

.card-countermain {
    color: #000000;
    border-radius: 5px;
    padding: 30px 30px 30px 30px;
    border: 1px solid var(--bg-white);
    background-color: var(--bg-white);
    border-radius: 10px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 211;
    position: relative;
    top: -68px;

}

.conter1img img {
    height: 60px;
    width: 60px;
}

.card-counter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card-counter i {
    font-size: 5em;
    opacity: 0.2;
}

.card-counter .count-numbers {
    font-family: var(--inter);
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    color: #111111;
}

.card-counter .count-name {
    display: block;
    font-family: var(--inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #111111;
}

/* <!-- Businesses Registered-4-box-section-End --> */

/* <!-- Explore JPoint-Section-style-start --> */
.expercardmainnp {
    z-index: 11;
    padding: 100px 0px 160px 0px;
    background-color: var(--bg-blue);
    background-image: url("../assets/images1/bgpatterndeal.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 0vh;

}

.Exptitlenp h1 {
    font-family: 'TestNational2';
    font-size: 40px;
    font-weight: 600;
    line-height: 100px;
    color: var(--bg-white);
    margin-bottom: 20px;
    /* Adjust spacing if needed */
}



.card-textnp {
    font-family: var(--inter);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text-color-white);
    text-align: left;
}



.card-bodynp a {
    font-family: var(--inter);
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #FFCC00;
    /* Highlighting links in a noticeable color */
    text-decoration: none;
}

.exnp {
    margin-left: 10px;
}

.row {
    display: flex;
    align-items: flex-start;
    /* Ensures both items align at the top */
    flex-wrap: wrap;
    /* Prevents breaking on smaller screens */
}

.cardimg img {
    width: 558px;
    height: 580px;
    object-fit: contain;
    border-radius: 8px;
}



/* Responsive Fix */
@media (max-width: 768px) {
    .card-textnp {
        font-size: 16px;
        line-height: 24px;
    }
}



/* <!-- Explore JPoint-Section--End-start --> */