html {
    scroll-behavior: smooth;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.navbar {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    height: 108px;
    padding: 0 80px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    /* background: linear-gradient(to right, #0a0a0a, #111); */
    background: linear-gradient(to right, #f5f5f5, #ffffff);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    transition: background 0.3s ease-in-out;
}

/* Logo */
.logo img {
    height: 232px;
    width: auto;
}

/* Navigation Links */
.nav-links {
    display: flex;
    list-style: none;
    transition: all 0.3s ease-in-out;
}

.nav-links li {
    margin: 21px;
}

.nav-links a {
    text-decoration: none;
    /* color: #6359ad; */
    color:#111;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease-in-out;
}


.nav-links a:hover {
    color: #8B2635;
}

/* Authentication Buttons */
.auth-buttons {
    display: flex;
    margin-left: 33px;
    align-items: center;
}

.auth-buttons button {
    /* background-color:#8B2635;  */
    background-color:#4353B7; 
    
    color: white;
    padding: 10px 20px; /* Adjust padding as needed */
    border: none;
    border-radius: 5px; /* Or the border radius from the image */
    font-size: 16px; /* Adjust font size as needed */
    font-weight: bold; /* If the text is bold */
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.auth-buttons button a{
    color: white;
}
.auth-buttons button a:hover{
    color: rgb(243, 238, 238);
}


.auth-buttons .login-btn:hover {
    transform: scale(1.05);
    /* background-color: #3858AC; */
    background-color:#4353B7; 
    /* color: white; */
}
.auth-buttons .signup-btn:hover {
    transform: scale(1.05);
    border: 2px solid #f4f3f1;
    /* color: white; */
}

/* Hamburger Menu */
.hamburger {
    display: none;
    font-size: 24px;
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.hamburger:hover {
    transform: scale(1.1);
}

/* Responsive Navbar */
@media (max-width: 1024px) {
    .navbar {
        padding: 0 48px;
    }

    .logo img {
        height: 201px;
    }

    .nav-links li {
        margin: 21px;
    }

    .nav-links a {
        font-size: 14px;
    }

    .auth-buttons button {
        font-size: 14px;
        padding: 10px 20px;
    }
}

/* Tablets & Mobile (Width ≤ 768px) */
@media (max-width: 768px) {
 

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 109px;
        left: 0;
        width: 100%;
        background:whitesmoke;
        /* background: #111; */
        text-align: center;
        padding: 16px 0;
    }

    .nav-links li {
        margin: 9px 0;
        margin-left: 14px;
    }

    .nav-links a {
        font-size: 16px;
        display: block;
        padding: 8px 0;
    }

    /* Move Auth Buttons to the bottom */
    .auth-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 16px 0;
        gap: 8px;
        order: 1; /* Place after nav links */
    }

    .auth-buttons button {
        width: 15%;
        font-size: 13px;
        margin-left: -39px;
        padding: 0px;
    }
    .hamburger {
        color: #18183f;
        display: block;
        cursor: pointer;
        padding-right: 13px;
    }
    /* Show menu when toggled */
    .show-menu {
        display: flex !important;
    }

    /* Assuming you have a contact button or link with class "contact-link" */
    .nav-links li.contact-link {
        order: -1; /* Place before auth buttons when menu is active*/
    }

    .auth-buttons {
        order: 0; /* Place after contact link when menu is active*/
    }
    
}

@media (max-width: 550px) {
    .auth-buttons button {
        width: 15%;
        font-size: 13px;
        margin-left: -44px;
        padding: 0px;
    }
}


@media (max-width: 442px) {
    .auth-buttons button {
        width: 22%;
        font-size: 13px;
        margin-left: -48px;
        padding: 0px;
    }
}
@media (max-width: 340px) {
    .auth-buttons button {
        width: 26%;
        font-size: 13px;
        margin-left: -48px;
        padding: 0px;
    }
}

@media (max-width: 440px) {
    .logo img {
        margin-left: -21px;
        height: 184px;
    }
}












/* Global Styles */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    align-items: center;
} */

body {
    background: #f8f9fa;
}
.hero-heading {
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 20px;
}

.hero-heading .primary {
  color: #3b82f6; /* Blue-500 */
}

.hero-heading .highlight {
  color: #db2777; /* Pink-600 */
}

.hero-heading .italic {
  font-style: italic;
  color: #6b7280; /* Gray-600 */
}


.hero-section {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 119px 10%;
    background: linear-gradient(to right, #ffffff, #f4f4f4);
    flex-wrap: wrap;
    margin-top: 95px;
    padding-bottom: 115px;
}
.left {
    margin-left: -62px;
    width: 50%;
    max-width: 600px;
    /* margin-right: 74px; */
    margin-bottom: 15px;
}
.left h1 {
    margin-top: -20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 52px;
    line-height: 1.1;
    font-weight: 800;
    /* color:#8B2635; */
    color:#4353B7;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(0); /* Remove initial translation */
    opacity: 1; /* Make it fully visible */
    white-space: nowrap;
    -webkit-font-smoothing: antialiased; /* Improve font rendering */
    -moz-osx-font-smoothing: grayscale; /* Improve font rendering */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add media query for responsive line wrapping if needed */
@media (max-width: 768px) {
    .left h1 {
        white-space: normal;
        word-break: break-word;
        line-height: 1.2;
    }
}

/* .left h1 span {
    color: #f7b512;
    letter-spacing: 1px;
} */

.left h1 span {
    color: #f7b512; /* Original color */
    letter-spacing: 1px;
    animation: colorChange 5s linear infinite; /* Add the animation */
}

@keyframes colorChange {
    0% { color: #f7b512; } /* Start with the original color */
    20% { color: #ff6347; } /* Tomato */
    40% { color: #9370db; } /* Medium Purple */
    60% { color: #32cd32; } /* Lime Green */
    80% { color: #00bfff; } /* Deep Sky Blue */
    100% { color: #f7b512; } /* Back to original color */
}

.left p {
    font-size: 17px;
    color: #333333; /* Darker shade for better contrast and readability */
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 1.8;
    font-family: 'Poppins', sans-serif; /* Matches your bold, clean headline font */
    max-width: 600px;
    text-align: left;
    word-spacing: 1.5px;
    letter-spacing: 0.2px;
    opacity: 1; /* Full contrast for better visibility */
    animation: fadeIn 1s ease-out forwards;
}


@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.Explore-button {
    /* font-size: 18px; */
    font-size: 17px;
    padding: 18px 34px;
    /* font-size: 20px; 
    padding: 16px 40px;  */
    /* background: linear-gradient(135deg, #1e90ff, #29abe2); Blue gradient background */
    background-color:#ff7300; 
    color: #fff;
    border: none;
    /* border-radius: 30px;  */
        border-radius: 11px;
    font-weight: 600; /* Semi-bold font weight */
    cursor: pointer;
    margin-top: -5px; /* More space from paragraph */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); /* More prominent shadow */
    position: relative; /* For pseudo-element animation */
    overflow: hidden; /* Hide overflow from pseudo-element */
}

.Explore-button a {
    color: white;
    text-decoration: none;
    display: block; /* Make the link fill the button */
    width: 100%;
    height: 100%;
}

.Explore-button:hover {
    transform: translateY(-3px); /* Slight lift on hover */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Increased shadow on hover */
}

.Explore-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%; /* Start off-screen */
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent); /* Light stripe effect */
    transition: left 0.6s ease;
}

.Explore-button:hover::before {
    left: 100%; /* Move stripe across the button */
}

/* .Explore-button:hover {
    background: #333232;
    transform: scale(1.05);
} */

/* Right Image */
.right {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right img {
    margin-left: 144px;
    width: 85%;
    max-width: 535px;
    height: auto;
    object-fit: contain;
    margin-top: -72px;
    /* Animation */
    animation: fadeInSlide 1s ease-in-out forwards;
  }
  
  /* Define the animation */
  @keyframes fadeInSlide {
    0% {
      opacity: 0;
      transform: translateX(100px); /* Start off-screen to the right */
    }
    100% {
      opacity: 1;
      transform: translateX(0); /* End at its original position */
    }
  }


@media (max-width: 1240px) {
    .left h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 37px;
        line-height: 1.1;
        font-weight: 800;
        /* color: #1e90ff; */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        animation: fadeInUp 0.8s ease-out forwards;
        transform: translateY(0);
        opacity: 1;
        white-space: nowrap;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .right img {
        margin-left: 116px;
        width: 96%;
        max-width: 415px;
        height: auto;
        object-fit: contain;
        animation: fadeIn 1s ease-in-out;
    }
    .left p {
        font-size: 14px;
        color: #555;
        margin-top: 20px;
        margin-bottom: 17px;
        line-height: 1.6;
        font-family: math;
    }
    .Explore-button {
        font-size: 20px;
        padding: 14px 30px;
        background: #FC7404;
        color: #fff;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 11px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
    }
}

/* Tablets (Width ≤ 1024px) */
@media (max-width: 1024px) {
    .Explore-button {
        font-size: 17px;
        padding: 10px 25px;
        /* background: linear-gradient(135deg, #1e90ff, #29abe2); */
        color: #fff;
        border: none;
        border-radius: 30px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 11px;
        transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        position: relative;
        overflow: hidden;
    }
    .hero-section {
        display: flex;
        flex-direction: row;
        /* text-align: center; */
        padding-bottom: 40px;
        padding: 60px 8%;
    }

    .left {
        width: 48%;
        margin-left: -24px;
        max-width: 700px;
    }
    .left h1 {
        font-size: 30px;
        line-height: 45px;
        margin-top: 50px;
    }


        .left p {
            font-size: 14px;
            color: #555;
            margin-top: 20px;
            margin-bottom: 17px;
            line-height: 1.6;
            font-family: math;
        }

   

    .right {
        width: 50%;
        margin-bottom: 20px;
    }

    .right img {
        margin-top: 25px;
        margin-left: 116px;
        width: 96%;
        max-width: 415px;
        height: auto;
        object-fit: contain;
        animation: fadeIn 1s ease-in-out;
    }
}
@media (max-width: 858px) {
    .left h1 {
        font-size: 24px;
        line-height: 37px;
    }
}

@media (max-width: 905px) {
    .left h1 {
        font-size: 26px;
        line-height: 40px;
    }
    .left p {
        font-size: 13px;
        max-width: 95%;
        margin: 15px auto;
    }
}


/* Mobile (Width ≤ 768px) */
@media (max-width: 768px) {
    .hero-section {
        display: flex;
        flex-direction: column-reverse;
        padding: 40px 5%; /* Adjusted padding */
        text-align: center; /* Center align for better mobile layout */
    }

    .left {
        width: 100%; /* Full width on mobile */
        margin-left: 0;
        max-width: none; /* Remove max-width restriction */
    }

    .left h1 {
        margin-top: 20px; /* Adjusted margin */
        font-size: 2.2rem; /* Using rem units for responsiveness */
        line-height: 2.8rem; /* Adjusted line height */
        font-family: sans-serif; /* Simplified font family */
    }

    .left p {
        font-size: 1.1rem;
        line-height: 1.6rem;
        max-width: 80%;
        padding: 0 10px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-spacing: 0.05em; /* Very subtle adjustment */
    }

    .Explore-button {
        font-size: 1rem; /* Using rem units */
        padding: 1rem 1.5rem; /* Adjusted padding */
        border-radius: 8px; /* Slightly smaller border radius */
        margin: 20px auto 0; /* Center align button */
    }

    .right {
        margin-top: 65px;
        width: 78%;
        margin-bottom: 30px;
        margin-left: -96px;
    }
    .right img {
        margin-top: -35px;
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 620px) {
    .left h1 {
        margin: 0px;
        margin-top: 20px;
        font-size: 33px;
        line-height: 46px;
    }
    .left p {
        font-size: 14px;
        max-width: 85%;
    }
    .Explore-button {
        font-size: 13px;
        padding: 11px 28px;
        margin-top:11px;
    }
}

@media (max-width: 545px) {
    .left h1 {
        margin: 0px;
        margin-top: 17px;
        font-size: 27px;
        line-height: 42px;
    }
    .left p {
        font-size: 14px;
        max-width: 74%;
    }
}
@media (max-width: 450px) {
    .left h1 {
        margin: 0px;
        margin-top: 17px;
        font-size: 24px;
        line-height: 42px;
    }
    .left p {
        font-size: 15px;
        max-width: 88%;
        margin-top: 7px;
    }
}
@media (max-width: 400px) {
    .left h1 {
        margin: 0px;
        margin-top: 19px;
        font-size: 22px;
        line-height: 31px;
    }
    .left p {
        font-size: 13px;
        max-width: 89%;
    }
}
@media (max-width: 366px) {
    .left h1 {
        margin: 0px;
        margin-top: 3px;
        font-size: 19px;
        line-height: 33px;
    }
        .left p {
        font-size: 12px;
        max-width: 86%;
    }
}

@media (max-width: 320px) {
    .left h1 {
        margin: 0px;
        margin-top: 3px;
        font-size: 17px;
        line-height: 27px;
    }

    .left p {
        font-size: 12px;
        max-width: 78%;
    }
}





































/* Features Section */
#features {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding: 5vw;
    background: #ffffff;
}

/* Left Feature Image */
.left-feature {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-feature img {
    width: 100%;
    max-width: 550px;
    height: auto;
    object-fit: contain;
    animation: fadeIn 2s ease-in-out, scaleUp 2s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

/* Right Feature Content */
.right-feature {
    width: 50%;
}
.right-feature-heading h4 {
    padding-top: 35px;
    font-size: 3.0vw;
    margin-top: -30px;
    font-weight: 700;
    /* color: #1e90ff; */
    color: #4353B7;
    /* background-color:#8B2635;  */
    margin-bottom: 0.8vw;
    animation: fadeInScaleUp 2s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    white-space: nowrap; /* Added this line */
}

@keyframes fadeInScaleUp {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}

.right-feature-heading h1 {
    font-size: 34px;
    line-height: 58px;
    font-weight: 700;
    /* color: #d57813; */
     color:#8B2635;
    margin-bottom: 2vw;
}



/* Features Blocks */
.right-feature1,
.right-feature2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
    margin-top: 20px;
}

.inventory, 
.sales-payment {
    width: 48%;
    background: white;
    padding: 2vw;
    border-radius: 15px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
}

/* Hover Effect */
.inventory:hover, 
.sales-payment:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.12);
}

.circle1, .circle2 {
    width: 50px; /* Slightly larger for better visibility */
    height: 50px; /* Make it a perfect circle */
    border-radius: 50%;
    background:#4353B7; /* Gradient for a modern look */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.2vw; /* Adjusted margin for better spacing */
    color: white; /* White text for better contrast */
    font-weight: 600; /* Medium bold for readability */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}
.circle1 h2, 
.circle2 h2 {
    font-size: 2vw;
    font-weight: 700;
    color: white;
}

/* Feature Titles */
.inventory-h2, .sales-h2 {
    font-size: 1.6vw; /* Slightly smaller for better fit */
    font-weight: 600; /* Medium bold for a balanced look */
    color: #2c3e50; /* A professional dark blue-gray */
    margin-bottom: 0.8vw; /* Adjusted margin for closer spacing */
    text-transform: capitalize; /* Capitalize each word */
    letter-spacing: 0.5px; /* Subtle letter spacing for readability */
    line-height: 1.2; /* Improved line height for better spacing */
}

/* Feature Description */
.inventory-h4 {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    line-height: 1.6;
    font-family: cursive;
}

/* Responsive Design */

/* Tablets (Width ≤ 1024px) */
@media (max-width: 1024px) {
    #features {
        flex-direction: column;
        text-align: center;
    }
    .left-feature img {
        width: 100%;
        padding-top: 44px;
        max-width: 370px;
        height: auto;
        object-fit: contain;
    }
    .left-feature {
        width: 80%;
        margin-bottom: 4vw;
    }

    .right-feature {
        width: 90%;
    }

    .right-feature-heading h4 {
        /* font-size: 4vw; */
        font-size: 35px;
        margin-top: -1px;
    }

    .right-feature-heading h1 {
      
        line-height: 81px;
    }

    .inventory, 
    .sales-payment {
        width: 48%;
        padding: 2.5vw;
    }

    .circle1 h2, 
    .circle2 h2 {
        font-size: 2.5vw;
    }

    .inventory-h2, 
    .sales-h2 {
        font-size: 2.2vw;
    }

    .inventory-h4 {
        font-size: 1.5vw;
    }
}

@media (max-width: 821px) {

    .right-feature-heading h1 {
        /* font-size: 4vw; */
        line-height: 81px;
        font-size: 27px;
    }
}



/* Mobile (Width ≤ 768px) */
@media (max-width: 768px) {
    .left-feature {
        width: 100%;
    }

    .right-feature {
        width: 100%;
    }

    .right-feature-heading h4 {
        font-size: 5vw;
        margin-top: 19px;
    }
    .right-feature-heading h1 {
        font-size: 3.5vw;
        line-height: 57px;
    }
    .right-feature1, 
    .right-feature2 {
        flex-direction: column;
        align-items: center;
    }

    .inventory, .sales-payment {
        width: 78%;
        margin-bottom: 3vw;
    }

    .circle1 h2, 
    .circle2 h2 {
        font-size: 3vw;
    }

    .inventory-h2, .sales-h2 {
        font-size: 2.5vw;
        margin-top: -45px;
    }

    .inventory-h4 {
        font-size: 2vw;
    }
}

/* Small Mobile (Width ≤ 480px) */
@media (max-width: 480px) {
    .right-feature-heading h4 {
        font-size: 5vw;
    }
    .left-feature img {
        width: 100%;
        max-width: 269px;
        height: auto;
        object-fit: contain;
    }

    .right-feature-heading h1 {
        font-size: 4vw;
        line-height: 39px;
    }
    .circle1, .circle2 {
        width: 32px;
        height: 26px;
        border-radius: 50%;
        background: #f7b512;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5vw;
    }
    .inventory, 
    .sales-payment {
        width: 100%;
        padding: 4vw;
    }
    .inventory-h2, .sales-h2 {
        font-size: 2.5vw;
        margin-top: -23px;
    }

    .circle1 h2, 
    .circle2 h2 {
        font-size: 3.5vw;
    }

    .inventory-h2, 
    .sales-h2 {
        font-size: 3vw;
    }

    .inventory-h4 {
        font-size: 2.2vw;
    }
}

















#about {
    display: flex
;
    align-items: center;
    /* background-color: #f8f7f7; */
    background-color: linear-gradient(to right, #ffffff, #f4f4f4);
    justify-content: space-between;
    width: 100%;
    min-height: 530px;
    padding: 50px 5%;
    /* background-color: rgb(247 247 247); */
    flex-wrap: wrap;
}
/* Left About Section */
.left-about {
    width: 50%;
    max-width: 600px;
}


.left-about-heading h4 {
    color: #4353B7;
    font-size: 3.5vw; /* Responsive font size */
    font-weight: 700; /* Bolder font weight for emphasis */
    letter-spacing: 1px; /* Subtle letter spacing */
    margin-bottom: 1vw; /* Responsive margin */
    margin-top: 1vw; /* Responsive margin */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); /* Reduced shadow for subtlety */
    animation: fadeIn 1s ease-out; /* Simple fade-in animation */
    text-transform: uppercase; /* Uppercase for a more formal look */
    white-space: nowrap; /* Ensures text stays on one line */
    -webkit-font-smoothing: antialiased; /* Improves font rendering */
    -moz-osx-font-smoothing: grayscale; /* Improves font rendering */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.left-about-heading h1 {
    word-spacing: -1px;
    font-size: 31px;
    letter-spacing: 2px;
    font-family: system-ui;
    font-weight: 700;
    color:#8B2635; 
    line-height: 1.3;
    margin-top: 12px;
}

/* About Text Sections */
.left-about-text {
    display: flex
;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 19px;
}
.left-about-text ul {
    list-style: none;
    padding: 0;
}

.left-about-text li {
    font-size: 24px; /* Slightly reduced font size for better readability */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* More professional font */
    color: #333; /* Dark gray for better contrast and readability */
    margin-bottom: 8px; /* Adjusted margin for spacing */
    padding-left: 30px; /* Added padding for bullet point space */
    position: relative;
    list-style: none; /* Removed default bullet points */
}

.left-about-text li::before {
    content: '•'; /* Unicode bullet point */
    color: #1e90ff; /* Blue color for bullet points */
    position: absolute;
    left: 0;
    top: 0;
}

.left-about-text li::before {
    content: "•";
    color: #921133;
    font-size: 24px;
    font-weight: bold;
    margin-right: 21px;
}

/* Right About Section (Image) */
.right-about {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-about img {
    width: 90%;
    max-width: 500px;
    height: 418px;
    animation: fadeInScaleUp 2s ease-in-out;
}

@keyframes fadeInScaleUp {
    0% {
        opacity: 0; /* Start with the image being invisible */
        transform: scale(0.8); /* Start with the image being slightly smaller */
    }
    100% {
        opacity: 1; /* End with the image being fully visible */
        transform: scale(1); /* End with the image at normal size */
    }
}


    
/* Responsive Design */
@media (max-width: 1024px) {
    #about {
        flex-direction: column;
        text-align: center;
    }

    .left-about {
        width: 90%;
    }

    .right-about {
        width: 100%;
        /* margin-top: 30px; */
    }

    .right-about img {
        width: 60%;
    }

    .left-about-text {
        /* flex-direction: column; */
        align-items: center;
    }
    .left-about-heading h4 {
        /* color: rgb(247, 181, 18); */
        font-size: 40px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
        margin-top: 12px;
    }

    .left-about-text1, .left-about-text2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .left-about-heading h1 {
        word-spacing: -1px;
        font-size: 29px;
        letter-spacing: 2px;
        font-family: system-ui;
        font-weight: 700;
        /* color: rgb(60 63 59); */
        line-height: 45px;
        margin-top: 12px;
    }
}

@media (max-width: 768px) {
    .left-about-heading h1 {
        font-size: 25px;
        
        line-height: 39px;
    }


   

    .right-about img {
        width: 80%;
    }
   

    .left-about-heading h4 {
        /* color: rgb(247, 181, 18); */
        font-size: 36px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
        margin-top: 12px;
    }

}
@media (max-width: 656px) {
    .left-about-heading h4 {
        /* color: rgb(247, 181, 18); */
        font-size: 28px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
      

        margin-top: 12px;
    }
    .right-about img {
        width: 86%;
    }
    .left-about-heading h1 {
        line-height: 28px;
        font-size: 16px;
        /* font-family: cursive; */
    }
   
    .left-about-text li {
        font-size: 20px;
    }
}

@media (max-width: 485px) {
    .left-about-heading h4 {
        /* color: rgb(247, 181, 18); */
        font-size: 23px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .left-about-text li {
        font-size: 13px;
    }

    .left-about-heading h1 {
        line-height: 26px;
        font-size: 14px;
        /* font-family: cursive; */
    }

}
@media (max-width: 381px) {
    .right-about {
        width: 100%;
        margin: -79px;
    }
    .left-about-text li {
        font-size: 10px;
    }
    .left-about-text1, .left-about-text2 {
        width: 100%;
        /* margin-bottom: 15px; */
    }
    .left-about-heading h4 {
        /* color: rgb(247, 181, 18); */
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 2px;
        /* margin-bottom: 4px; */
        margin-top: 12px;
    }
    .left-about-heading h1 {
        line-height: 22px;
        font-size: 12px;
        /* font-family: cursive; */
    }
    .left-about-text li::before {
        content: "•";
        color: #921133;
        font-size: 13px;
        font-weight: bold;
        margin-right: 21px;
    }
}
@media (max-width: 320px) {
    .left-about-heading h4 {
        /* color: rgb(247, 181, 18); */
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 2px;
        margin-bottom: 10px;
        margin-top: 12px;
    }
    .left-about-heading h1 {
        line-height: 22px;
        font-size: 10px;
        /* font-family: cursive; */
    }
    .left-about-text li {
        font-size: 10px;
    }
}

















footer {
    background-color: #f8f8f8;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 40px 20px;
    border-top: 1px solid #e0e0e0;
    width: 100%;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-quick,
.footer-support,
.footer-services,
.footer-contact {
    flex: 1 1 200px;
    padding: 20px;
}

.footer-quick h2, .footer-support h2, .footer-services h2, .footer-contact h2 {
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #4353B7;
    font-weight: 600;
}

.footer-quick ul,
.footer-support ul,
.footer-services ul {
    list-style: none;
    padding: 0;
}

.footer-quick li,
.footer-support li,
.footer-services li {
    margin-bottom: 8px;
}

.footer-quick a,
.footer-support a,
.footer-services a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 5px 0;
}

.footer-quick a:hover,
.footer-support a:hover,
.footer-services a:hover {
    color: #0056b3;
}

.footer-contact p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.footer-contact .social-icons {
    margin-top: 20px;
}

.footer-contact .social-icons a {
    font-size: 1.5em;
    margin-right: 15px;
    transition: color 0.3s ease;
}

.footer-contact .social-icons a.fa-instagram {
    color: #E1306C; /* Instagram color */
}

.footer-contact .social-icons a.fa-facebook {
    color: #1877F2; /* Facebook color */
}

.footer-contact .social-icons a.fa-linkedin {
    color: #0A66C2; /* LinkedIn color */
}

.footer-contact .social-icons a.fa-twitter {
    color: #1DA1F2; /* Twitter/X color */
}

.footer-contact .social-icons a:hover {
    opacity: 0.8; /* Slightly fade on hover */
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9em;
    color: #777;
}

.footer-bottom a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #0056b3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-quick,
    .footer-support,
    .footer-services,
    .footer-contact {
        width: 100%;
        text-align: center;
    }

    .footer-contact .social-icons {
        justify-content: center;
    }
}