*,
*::after,
*::before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
/* body {
  font-family:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
} */
button {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* ///////////..utility classes../////////// */
.container {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.btn {
    display: inline-block;
    padding: 0.5em 1.2em;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    margin-top: 1em;
    font-weight: 700;
}

.Remember {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
}

.btn-primary {
    color: #fff;
    background: #51A7AF;
}

    .btn-primary:hover {
        background: #117964;
        transition: background 0.3s ease-in-out;
    }

/* ............/navbar/............ *
/* desktop mode............/// */
.login-form {
    width: 100%;
    max-width: 320px;
    padding: 15px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

    .login-form h2 {
        margin: 0 0 20px;
        font-size: 1.2rem;
        font-weight: 600;
    }

    .login-form input[type="text"],
    .login-form input[type="password"] {
        width: 100%;
        padding: 10px;
        margin: 8px 0;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-sizing: border-box;
    }

    .login-form input[type="checkbox"] {
        margin-right: 5px;
    }

    .login-form label {
        font-size: 0.9rem;
    }

    .login-form a {
        color: #5abbbf;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .login-form a:hover {
            text-decoration: underline;
        }

    .login-form button {
        width: 100%;
        padding: 10px;
        background-color: #5abbbf;
        border: none;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
    }

        .login-form button:hover {
            background-color: #117964;
            transition: 0.5s;
        }

.register-now {
    margin-top: 10px;
    font-size: 0.9rem;
}

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
    display: none;
}

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
}

.banner-email {
    display: flex;
    flex-direction: column;
    font-size: 1.2rem;
}

    .banner-email a {
        color: #000;
        padding: 5px;
        text-decoration: none;
    }

.main-img img {
    width: 80%;
}

.smglogo {
    padding: 50px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

    .smglogo img {
        width: 20%;
    }

    .smglogo button {
        background-color: #51A7AF;
        color: #fff;
        padding: 15px;
        font-size: 1.2rem;
        border: none;
        display: flex;
        justify-content: space-evenly;
        width: 50%;
        align-items: center;
        border-radius: 5px;
    }

        .smglogo button:hover {
            background-color: #117964;
            transition: 0.5s;
        }

    .smglogo i {
        background-color: #1E1E1E;
        border-radius: 5px;
        float: right;
        padding: 5px;
    }

.logodiv {
    display: flex;
    flex-direction: row;
}

.navbar {
    box-shadow: 0px 5px 10px 0px #aaa;
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 100%;
    z-index: 12;
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px;
}

.menu-items {
    order: 2;
    display: flex;
    align-items: center;
}

    .menu-items li {
        list-style: none;
        margin-left: 1.5rem;
        margin-right: .5rem;
        font-size: 1.2rem;
    }

    .menu-items a {
        text-decoration: none;
        color: #555;
        font-weight: 600;
        transition: color 0.3s ease-in-out;
    }

.linkclass {
    width: 100%;
    font-size: 1rem;
    padding: 4px 10px;
    background-color: #51A7AF;
    border: none;
    border-radius: 5px;
    color: #fff;
}

    .linkclass:hover {
        background-color: #117964;
        transition: 0.5s;
        transform: scale(1.1);
    }

.menu-items a:hover {
    color: #117964;
    transition: color 0.3s ease-in-out;
}

.logo {
    order: 1;
    width: 100%;
    padding: 5px;
    height:48px !important;
}

/* ............//// Showcase styling ////......... */

.showcase-area {
    height: 100%;
    background: linear-gradient( rgba(240, 240, 240, 0.144), rgba(255, 255, 255, 0.336) ), url("../IMG/background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.showcase-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    font-size: 1.6rem;
}

.main-title {
    text-transform: uppercase;
    margin-top: 1.5em;
}

#Features {
    padding: 50px 0 0 0;
}

.pricing {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .pricing h2 {
        padding: 20px;
    }

.price-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
}

.price-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    width: 100%;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s ease;
}

    .price-card:hover {
        transform: translateY(-10px);
    }

.price-header {
    background-color: #5abbbf;
    padding: 20px;
}

    .price-header p {
        color: #fff;
    }

.price-content {
    padding: 20px;
    text-align: left;
}

    .price-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .price-content ul li {
            margin: 10px 0;
            font-size: 0.95rem;
        }

.price-footer {
    padding: 20px;
    text-align: center;
}

    .price-footer button {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        background-color: #5abbbf;
        color: #fff;
        font-size: 1.2rem;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .price-footer button:hover {
            background-color: #117964;
        }

#about {
    padding: 50px 0 0 0;
    background: #f5f5f7;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.Features-titile {
    color: #000;
}

.about-img {
    flex: 1 1 400px;
    transform: translateX(150%);
    animation: about-img-animation 1s ease-in-out forwards;
}

@keyframes about-img-animation {
    100% {
        transform: translate(0);
    }
}

.about-text {
    flex: 1 1 400px;
    margin: auto;
    transform: translate(-150%);
    animation: about-text-animation 1s ease-in-out forwards;
}

@keyframes about-text-animation {
    100% {
        transform: translate(0);
    }
}

.about-img img {
    display: block;
    max-width: 100%;
    margin: auto;
    object-fit: cover;
    object-position: right;
}

#blog {
    padding: 0;
}

    #blog h2 {
        text-align: center;
        font-weight: 400;
        margin-bottom: 40px;
        color: #555;
    }

.blog-container {
    display: flex;
    justify-content: space-between;
}

    .blog-container img {
        display: block;
        width: 100%;
        height: 100%;
        margin: auto;
        max-height: 300px;
        object-fit: cover;
        object-position: center;
    }

.img-container {
    margin: 0 1rem;
    position: relative;
}

.img-content {
    width: 80%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 2;
    text-align: center;
    transition: all 0.3s ease-in-out 0.1s;
}

    .img-content h3 {
        color: #fff;
        font-size: 1rem;
    }

    .img-content a {
        font-size: 1.2rem;
    }

.img-container::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.871);
    opacity: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition: all 0.3s ease-in-out;
}

.img-container:hover::after {
    opacity: 0.8;
    transform: scaleY(1);
}

.img-container:hover .img-content {
    opacity: 1;
    top: 40%;
}

.Features-menu-heading {
    text-align: center;
    font-weight: 400;
    color: #555;
}

.Features-menu-container {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px 0px 0px;
}

    .Features-menu-container img {
        display: block;
        width: 150px;
        height: 150px;
        box-shadow: 0px 5px 10px 0px #aaa;
        border-radius: 5%;
        object-fit: cover;
        object-position: center;
    }

.Features-menu-item {
    display: flex;
    flex: 1 1 600px;
    justify-content: flex-start;
    margin-bottom: 3rem;
}

.Features-description {
    margin: 0 20px;
}

.font-title {
    font-size: 1.8rem;
    font-weight: 400;
    color: #555;
}

.Features-description p {
    color: #555;
    /*font-weight: 500;*/
}

.Features-description .blog-price {
    color: #117964;
    font-weight: 700;
}

/* ........./ Testimonial /.......... */

#testimonials {
    padding: 5rem 0;
    background: rgba(243, 243, 243);
}

.testimonial-title {
    text-align: center;
    font-weight: 400;
    color: #555;
}

.testimonial-container {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    padding: 1rem;
}

.testimonial-box .checked {
    color: #ff9529;
}

.testimonial-box .testimonial-text {
    margin: 1rem 0;
    color: #555;
}

.testimonial-box {
    text-align: center;
    padding: 1rem;
}

.customer-photo img {
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin: auto;
}

/* ........ Contact Us........... */

#contact {
    padding: 5rem 0;
    background: rgb(226, 226, 226);
}

.contact-container {
    display: flex;
    background: #fff;
}

.contact-img {
    width: 50%;
}

    .contact-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
    }

.form-container {
    padding: 1rem;
    width: 50%;
    margin: auto;
}

    .form-container input {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 2px solid #ddd;
        padding: 1rem 0;
        box-shadow: none;
        outline: none;
        margin-bottom: 1rem;
        color: #555;
        font-weight: 500;
    }

    .form-container textarea {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 2px solid #ddd;
        color: #555;
        outline: none;
        padding: 1rem 0;
        resize: none;
    }

    .form-container h2 {
        font-weight: 500;
        color: #555;
        margin-bottom: 1rem;
    }

    .form-container a {
    }

.footer {
    background-color: #1e1e1e;
    color: #fff;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
/* Footer Columns */
.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer h3 {
    margin-bottom: 20px;
}

.footer p, .footer a {
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.6;
    text-decoration: none;
}

    .footer a:hover {
        color: #5abbbf;
    }
/* Social Media Icons */
.social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .social-icons a {
        color: #ccc;
        font-size: 1.6rem;
        margin-right: 20px;
        transition: color 0.3s;
    }

        .social-icons a:hover {
            color: #5abbbf;
        }

    .social-icons img {
        /*width: 80%;
        padding: 20px 0;*/
    }

.Privacy-Policy h3 {
    color: #1e1e1e;
    user-select: none;
}

.logo-img a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-end {
    background-color: #5abbbf;
    color: #fff;
}

    .footer-end p {
        color: #fff;
    }

/* ......../ media query /.......... */

@media (max-width: 768px) {
    .navbar {
        opacity: 0.95;
    }

    .banner {
        height: 250% !important;
    }

    .showcase-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%;
        font-size: 1.6rem;
    }

    .showcase-area {
        height: 150vmax;
    }

    .navbar-container input[type="checkbox"],
    .navbar-container .hamburger-lines {
        display: block;
    }

    .login-form {
        order: 2;
        max-width: 500px;
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 50px;
    }

    .social-icons img {
        width: 0%;
        padding: 0;
    }

    .footer-end {
        text-align: center;
    }

    .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 16px;
        width: 22px;
        position: absolute;
        top: 17px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .navbar-container .hamburger-lines .line {
            display: block;
            height: 4px;
            width: 100%;
            border-radius: 10px;
            background: #333;
        }

        .navbar-container .hamburger-lines .line1 {
            transform-origin: 0% 0%;
            transition: transform 0.4s ease-in-out;
        }

        .navbar-container .hamburger-lines .line2 {
            transition: transform 0.2s ease-in-out;
        }

        .navbar-container .hamburger-lines .line3 {
            transform-origin: 0% 100%;
            transition: transform 0.4s ease-in-out;
        }

    .navbar .menu-items {
        padding-top: 60px;
        background: #fff;
        height: 100vh;
        max-width: 200px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        transition: transform 0.5s ease-in-out;
        box-shadow: 5px 0px 10px 0px #aaa;
    }

    .price-card {
        max-width: 100%;
    }

    .pricing {
        padding: 50px 20px;
    }

    .navbar .menu-items li {
        margin-bottom: 1.5rem;
        font-size: 1.3rem;
        font-weight: 500;
    }

    .logo {
        position: absolute;
        top: 0px;
        width: 30%;
        right: 15px;
        opacity: 100% !important;
    }

    .footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 20px;
    }

    .navbar-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(35deg);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
    }

    .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-35deg);
    }


    .blog-container {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-type:not(:last-child) {
        margin-bottom: 3rem;
    }

    .blog-type {
        box-shadow: 5px 5px 10px 0 #aaa;
    }

    .footer-end p {
        text-align: center;
    }

    .img-container {
        margin: 0;
    }

    .Privacy-Policy h3 {
        content-visibility: hidden;
        margin-top: -60px;
    }
}

@media (max-width: 1880px) {
    .banner {
        height: 80%;
    }
}

@media (max-width: 500px) {
    html {
        font-size: 65%;
    }

    .banner {
        height: 185% !important;
    }

    .footer-end {
        text-align: center;
        padding: 0;
    }

    .navbar .menu-items {
        max-width: 170px;
    }

        .navbar .menu-items li {
            font-size: 1.6rem;
        }

    .showcase-area {
        height: 150vmax;
    }

    .login-form {
        padding: 15px;
        box-shadow: none;
        border-radius: 5px;
    }

    .testimonial-container {
        flex-direction: column;
        text-align: center;
    }

    .social-icons img {
        width: 0%;
        padding: 20px 0;
    }

    .Features-menu-container img {
        margin: auto;
    }

    .Features-menu-item {
        flex-direction: column;
        text-align: center;
    }

    .form-container {
        width: 90%;
    }

    .contact-container {
        display: flex;
        flex-direction: column;
    }

    .contact-img {
        width: 90%;
        margin: 3rem auto;
    }

    .logo {
        width: 50%;
        position: absolute;
        top: 06px;
        right: 15px;
    }

    .navbar .menu-items li {
        margin-bottom: 2.5rem;
        font-size: 1.8rem;
        font-weight: 500;
    }
}



.banner {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #C2FAFF; /* Change this for your background color */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    color: white;
    text-align: center;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background-color: rgba(81, 167, 200, 0.3); /* Color and transparency */
    animation: float 10s ease-in-out infinite;
}

    .circle:nth-child(1) {
        width: 200px;
        height: 200px;
        top: 50px;
        left: 50px;
        animation-duration: 12s;
    }

    .circle:nth-child(2) {
        width: 300px;
        height: 300px;
        top: 300px;
        right: 100px;
        animation-duration: 15s;
    }

    .circle:nth-child(3) {
        width: 400px;
        height: 400px;
        bottom: 200px;
        left: 50px;
        animation-duration: 18s;
    }

    .circle:nth-child(4) {
        width: 250px;
        height: 250px;
        bottom: 100px;
        right: 200px;
        animation-duration: 14s;
    }

@keyframes float {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }

    100% {
        transform: translateY(0) rotate(360deg);
    }
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2); /* Semi-transparent overlay */
}

/* Title Section */
.banner-title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 20px;
}

    .banner-title h1 {
        margin-bottom: 10px;
        color: #fff;
    }

    .banner-title p {
        color: #fff;
    }
/* Flex Container for Login and Details */
.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 60%;
    max-width: 1000px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Login Form */
.login-box {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 40%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

    .login-box h2 {
        margin-bottom: 20px;
        color: #333;
    }

    .login-box input {
        width: 100%;
        padding: 10px;
        margin: 10px 0;
        border-radius: 5px;
        border: 1px solid #ddd;
        font-size: 1rem;
    }

    .login-box button {
        width: 100%;
        padding: 10px;
        background-color: #3498db;
        border: none;
        color: white;
        border-radius: 5px;
        font-size: 1rem;
        cursor: pointer;
        transition: background-color 0.3s;
    }

        .login-box button:hover {
            background-color: #2980b9;
        }

/* Details Section */
.req-damo-main {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.smg-logo {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .smg-logo p {
        /* width: 70%; */
        color: #000 !important;
        font-size: 0.8rem !important;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .smg-logo img {
        width: 30% !important;
    }

.Request-Demo {
    width: 45%;
}

    .Request-Demo button {
        width: 100%;
        background-color: #51A7AF;
        border: none;
        color: #fff;
    }

        .Request-Demo button:hover {
            background-color: #117964;
            transition: 0.5s;
        }

.banner-details {
    width: 60%;
    text-align: left;
    padding-left: 20px;
}

    .banner-details h3 {
        margin-bottom: 15px;
        color: #333;
    }

/* Responsive Design */
@media (max-width: 768px) {
    .banner-content {
        flex-direction: column;
        text-align: center;
    }

    .login-box, .banner-details {
        width: 100%;
        margin-bottom: 20px;
    }

        .banner-details img {
            width: 100%;
        }

    .banner-details {
        padding-left: 0;
    }
}
/* Added by bharat temp */

/* Importing Google Fonts */
body {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.6;
    color: #555;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

/* Heading styles */
h1, h2, h3 {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #111;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

h2 {
    font-size: 2rem;
    font-weight: 700;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
}

/* Subheading styles */
h4, h5, h6 {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #222;
    font-weight: 600;
}

/* Body text */
p {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    color: #555;
}

/* Button text */
button {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 700;
    background-color: #51A7AF;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
}

    button:hover {
        background-color: #0056b3;
    }

/* Links */
a {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    color: #007BFF;
    text-decoration: none;
}
/* Heading and text pair example */
.hero-section h1 {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
}

.hero-section p {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.2rem;
    color: #666;
    max-width: 600px;
}

.slider {
    width: 100%;
    max-width: 900px;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
}

    .slide img {
        width: 100%;
        border-radius: 10px;
    }

/* Arrow Buttons */
.arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 2;
}
/* Overlay Background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
}
/* Open Button */
.open-popup-btn {
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
/* Popup Box */
.popup-box {
    width: 90%;
    max-width: 400px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    position: relative;
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.popup-overlay.active .popup-box {
    opacity: 1;
    transform: scale(1);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

/* Form Elements */
.popup-box h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.popup-box input,
.popup-box textarea {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.popup-box button {
    width: 100%;
    padding: 12px;
    background-color: #5abbbf;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .popup-box button:hover {
        background-color: #117964;
    }

    .validation-invalid-label {
        color: red;
    }
.font-family-common {
    font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-justify {
    text-align:justify !important;
}
.contactUs-Button {
    padding: 10px;
    background-color: #5abbbf;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px !important;
}
    .contactUs-Button:hover {
        background-color: #117964;
        transition: 0.5s;
    }
.p-1 {
    padding: 5px !important;
}
.pl-3 {
    padding-left: 20px !important;
}
.font16 {
    font-size:16px !important;
}
.font14 {
    font-size: 14px !important;
}
.font-weight-normal {
    font-weight:normal !important;
}