* {
    font-family: 'Sora', sans-serif;
}
body {
    font-family: 'Sora', sans-serif;
}

.contact-us{
    width: 186px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    height: 56px;
    background-color: #0A0D14 !important;
    color: #FFFFFF !important;
}
.explore{
    width: 268px;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    height: 56px;
    gap: 50px;
    background-color: #0A0D14 !important;
    color: #FFFFFF !important;
}

.head-div,.service-bg{
    background-color: #EBEBE4;
}

.head-text{
    font-weight: bold;
    font-size: 80px;
}
.head-detail{
    color: #4D4D4D;
    line-height: 28px;
    font-size: 18px;
}

.footer-bg{
    background-color: #0A0D14 !important;

}
.footer-bg p ,.footer-bg a{
    color: #FFFFFF !important;

}
.footer-bg h4{
    color: #FFFFFF !important;

}

.head-div {
    position: relative; /* Optional, if you need layering effects */
}

.navbar {
    background-color: rgba(10, 13, 20, 0.7); /* Slightly transparent black */
    z-index: 1000; /* Ensure it stays on top of other elements */
}

.navbar a {
    font-size: 18px;
    color: #000000; /* Change navbar link color if needed */
}

.num{
    font-size: 44px;
    line-height: 70px;
    color: black;
}
.num-detail{
    font-size: 16px;
}

.topic{
    font-size: 44px;
    font-weight: bold;
    line-height: 54px;
}
.secound-topic{
    font-size: 24px;
    font-weight: bold;
}

.under_contactus{
    font-size: 22px;
    font-weight: 700;
}

.footer-topic{
    font-size: 18px;
    font-weight: 700;
}

.footer-hr{
    opacity: 100 !important;
    border: 1px solid white;
}

html {
    scroll-behavior: smooth !important;
}

.services{
    width: 114px;
    height: 43px;
    font-size: 16px;
    font-weight: 700;
    color: #5A48C3;
    background-color: #FFFFFF;
}




.no-scroll-nav {
    background-color: transparent !important;
    box-shadow: none;
    border: none;
}

.no-scroll-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

.head-div {
    background-color: #EBEBE4;
}

.navbar-nav .nav-link {
    /*color: #fff; !* Set this to match the style *!*/
}



.line-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*height: 200px; !* Container height *!*/
    /*width: 100%; !* Full width for equal spacing *!*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.head-text, .head-detail, .explore {
    z-index: 2;
    position: relative;
}

.line {
    width: 1px;
    background-color: #D7D7D7;
}


.custom-toggler {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50px;
    height: 30px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

/* Lime-colored lines for the menu icon */
.line-nav {
    display: block;
    height: 3px;
    background-color: #000000; /* Lime color */
    transition: all 0.3s ease;
}

/* Full-width lines */
.line1-nav,
.line2-nav {
    width: 100%;
    border-radius: 100px;
}

/* Third line is half-width */
.line3-nav {
    border-radius: 100px;
    width: 50%;
    align-self: flex-start; /* Aligns the half-width line to the right */
}
/*====================================*/


.line1 { height: 467px; }
.line2 { height: 168px; }
.line3 { height: 432px; }
.line4 { height: 341px; }
.line5 { height: 529px; }
.line6 { height: 121px; }
.line7 { height: 375px; }
.line8 { height: 341px; }


@media (max-width: 768px) {
    .head-top{
        margin-top: 100px;
    }
    .head-text{
        font-size: 40px;
    }
    .explore{
        gap: 8px;
    }
    .topic{
        font-size: 32px;
    }
    .num{
        font-size: 24px;
    }
    .under_contactus{
        font-size: 18px;
    }

    .line1 { height: 226px; }
    .line2 { height: 81px; }
    .line3 { height: 209px; }
    .line4 { height: 165px; }
    .line5 { height: 257px; }
    .line6 { height: 58px; }
    .line7 { height: 182px; }
    .line8 { height: 226px; }

    .line-container {
        /*display: flex;*/
        justify-content: space-between;
    }

    .logo{
        width: auto;
        height: 56px;
    }

    .main-image{
        height: 245px !important;
        width: 100% !important;
    }

    .images{
        height: 251px !important;
        width: 100% !important;
    }

}


/* Target iPads in portrait and landscape mode */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

   .card-body{
       padding: 0 !important;
   }
    .foot-service{
        margin-left: 5px;
    }
    .ipad-footer{
        margin-left: 5px;
        margin-right: 5px;
    }
}


.text-light{
    font-size: 14px;
}

.main-image{
    height: 432px;
    width: 761px;
}

.images{
    height: 440px;
    width: 600px;
}

small{
    font-size: 16px !important;
}

.logo{
    width: auto;
    height: 100px;
}

.product{
    cursor: pointer;
}

.product:hover{
    transform: scale(1.06);
    transition: transform 0.3s;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}