:root {
    /* Colors */
    --color-primary: #0CB251;
    /* Primary Green */
    --color-secondary: #edf7f3;
    /* Light Green Background */
    --color-accent: #007bff;
    /* Accent color (Blue) */
    --color-dark: #212529;
    /* Dark Text */
    --color-light: #f8f9fa;
    /* Light Background */
    --color-text: #495057;
    /* Default Text Color */
    --color-muted: #6c757d;
    /* Muted Text Color */
    --color-white: #ffffff;
    /* White */

    /* Font Families */
    --font-primary: 'poppins', sans-serif;
    --font-secondary: 'Open Sans', sans-serif;

    /* Font Sizes */
    --font-size-small: 0.875rem;
    /* 14px */
    --font-size-regular: 1rem;
    /* 16px */
    --font-size-medium: 1.25rem;
    /* 20px */
    --font-size-large: 1.5rem;
    /* 24px */
    --font-size-xlarge: 2rem;
    /* 32px */
    --font-size-xxlarge: 2.5rem;
    /* 40px */
}


.ff-primary {
    font-family: poppins !important;
}

.fs-large {
    font-size: var(--font-size-large);
}

.g-text {
    color: #092709;
}

.fw-bold {
    font-weight: 600 !important;
}

.fw-light {
    font-weight: 400 !important;
}

.fw-light500 {
    font-weight: 500 !important;
}

.fs-xlarge {
    font-size: 40px;
}

.fs-medium {
    font-size: var(--font-size-medium);
}

.text-primary {
    color: var(--color-primary) !important;
}

body {
    font-family: var(--font-primary);
    color: var(--color-text);
}

/* Example Usage */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-dark);
}




/* Arrow icon styling */
.arrow-icon {
    transform: rotate(333deg);
    padding-left: 10px;
}

.mt-280 {
    margin-top: 280px !important;
}

.ml-62 {
    margin-left: 62px;
}

.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 1;
    padding-left: 32px;
    padding-right: 32px;
    border: 0;
}

.btn-primary:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 32px;
    border: 0;
}

.btn-primary2 {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 32px;
    width: 211px;
    z-index: 1;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 20px;
    border: 0;
}

.btn-primary2:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 32px;
    border: 0;
}



.btn-outline-primary {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.text-muted {
    color: var(--color-muted) !important;
}

.bg-light {
    background-color: var(--color-light) !important;
}

.bg-secondary {
    background-color: var(--color-secondary) !important;
}


.w-100 {
    width: 100% !important;
}


/* All the Ellipses Css  */
.Ellipse1 {
    position: absolute;
    top: 95px;
    left: 976px;
}

.Ellipse2 {
    position: absolute;
    top: 114px;
    left: 879px;

}

.Ellipse3 {
    position: absolute;
    top: 1507px;
    left: 0px;

}

.Ellipse4 {
    position: absolute;
    top: 2187px;
    left: 879px;

}

.Ellipse5 {
    position: absolute;
    top: 2963px;
    left: 0px;
}


.hero-section {
    background-color: #edf7f3;
    padding: 40px 0 0 0;
    background-size: cover;
    background-image: url(img/herobg.png);
}

.hero-section h1 {
    color: #092709;
    font-size: 56px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-section p {
    padding: 18px;
    border-left: 2px solid green;
}

.feedback-badge {
    background-color: #edf3f5;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.9rem;
}

.who-we-are {
    padding: 80px 0;
}



.stats {
    font-size: 1.25rem;
    color: #092709;

}

.arrow {
    position: absolute;
    top: 264px;
    z-index: 1;
    left: 0rem;
}

a {

    text-decoration: none;
}

.person {
    position: relative;
}

.vector {
    position: absolute;
    top: 224px;
    left: 1077px;
}

.frame {
    position: absolute;
    top: 400px;
    left: 20rem;
}

.Sliderbg {
    position: absolute;
    top: 0px;
    left: -50vw;
}

.ml-6 {
    margin-left: -6px;
}

.feedback {
    position: absolute;
    top: 400px;
    left: -3rem;
}

.marketer {
    position: absolute;
    top: 140px;
    z-index: 1;
    left: 22vw;
}

.arc {
    position: absolute;
    top: 50px;
    left: 27vw;
}

.Grouplines {
    width: 16px;
}

.star1 {
    position: absolute;
    left: 549px;
    top: 761px;

}

.icon-container {
    background-color: #f0fdf4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.step-number {
    color: transparent;
    -webkit-text-stroke: 2px #0CB251;
    font-weight: 600;
    position: absolute;
    opacity: 40%;
    left: 207px;
    top: 229px;
    font-size: 32px;
}

.step-number-2 {
    color: transparent;
    -webkit-text-stroke: 2px #0CB251;
    font-weight: 600;
    position: absolute;
    opacity: 40%;
    font-size: 48px;
    left: 191px;
    top: 11px;
}


.custom-card {
    height: 295px;
    z-index: 1;
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    width: 269px;
    transition: box-shadow 0.3s ease;
    /* Smooth transition for hover effect */
}

.custom-card:hover {
    box-shadow: 5px 4px 25px 0px rgba(12, 178, 81, 0.16);
    /* Apply hover effect */
}


.custom-card2 {
    height: 295px;
    border-radius: 16px;
    display: flex;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


.sc-icon {
    top: 226px;
    position: absolute;
    left: 323px;
}

.star2 {
    position: absolute;
    left: 1307px;
    top: 2518px;
    ;
}

.star3 {
    position: absolute;
    left: 629px;
    top: 3174px;
}

.star4 {
    position: absolute;
    left: 743px;
    top: 1360px;
}

.combo {
    left: 88vw;
    position: absolute;
    top: 1344px;
}


.contact-section {
    background-color: #e0f7e5;
    border-radius: 16px;
    height: 380px;
    padding: 40px;
    position: relative;
}

.contact-section .contact-info {
    z-index: 1;
    position: relative;
}

.contact-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('{{ asset("public/images/contact-bg.png") }}');
}



.contact-section::before {
    content: '';
    /* Creates the overlay */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 178, 81, 0.75);
    border-radius: 16px;
    z-index: 1;
}

.btn-transparent {
    border: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.15);

}

.contact-section img {
    max-width: 100%;
    border-radius: 16px;
    margin-left: -124px;
}

.contact-section h2 {
    font-size: 40px;
    font-weight: 700;
}

.contact-section p {
    font-size: 1rem;
    color: #f0f8f8;
}

.contact-section .btn {
    border-radius: 50px;
    padding: 10px 20px;
}

.phone-btn {
    background-color: #f0f8f8;
    color: #198754;
    font-weight: 600;
}

.contact-image {
    position: absolute;
    right: -10px;
    bottom: 0px;
    z-index: 1;
}

@media (max-width: 768px) {
    .contact-section {
        padding: 20px;
        text-align: center;
    }

    .contact-image {
        position: static;
        margin-top: 20px;
    }
}



.container-custom {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.img-card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}


.overlay-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1;
    color: #fff;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-card:hover .overlay-text {
    opacity: 1;
}

.img-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.img-card:hover img {
    transform: scale(1.05);
    /* Slight zoom on hover */
}

.img-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 76, 35, 0) 0%, rgba(12, 178, 81, 0.6) 82.43%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-card:hover::after {
    opacity: 1;
}

.footer {
    background-color: #0b3b0b;
    color: white;
    padding: 2rem 1rem;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    margin-right: 15px;
}

.border-right {
    border-right: 1px solid #FFFFFF4D;
    height: 255px;
}

footer ul li {
    padding-bottom: 10px;

}

footer small {
    margin-left: -36px;
}

.subscribe {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

footer .rowcustom {
    margin-left: 2px;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .star1 {

        left: 315px;
    }

    .Ellipse1 {
        display: none;
    }

    .Ellipse2 {
        display: none;
    }

    .Ellipse3 {
        display: none;
    }

    .Ellipse4 {

        display: none;
    }

    .Ellipse5 {
        display: none;
    }

    .star2 {
        left: 1082px;
        top: 2519px;
    }

    .star3 {
        left: 318px;
    }

    .star4 {
        left: 439px;
        top: 1454px;
    }



    .ml-62 {
        margin-left: 32px;

    }

    .sc-icon {
        left: 264px;
    }



    .vector {
        left: 802px;
    }



    .combo {
        left: 1123px;
        top: 1504px;
    }

    .mt-280 {
        margin-top: 190px !important;
    }



    .step-number-2 {
        left: 144px;
    }

    footer .rowcustom {
        width: 115%;
        margin-left: 9px;
    }

    .subscribe {
        padding-left: 23px;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        padding-right: 15px;
    }

}

/* Media querry Mobile View */

@media (max-width: 767px) {

    .fs-xlarge {

        font-size: 30px;

    }

    .fs-medium {

        font-size: 16px;

    }

    p {

        font-size: 13px;
    }

    .who-we-are {
        padding: 12px 0;
    }

    .contact-section {

        padding: 20px;
        text-align: center;
        height: 317px;
        padding: 0;
        width: 100%;
        margin: auto;
    }

    .row-cols-1>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .person {
        width: 70%;
    }

    .ml-62 {
        margin-left: 0px;
    }

    .star1 {

        left: 286px;
        width: 9%;
        top: 875px;

    }


    .star2 {
        left: 325px;
        width: 11%;
        top: 3659px;
    }

    .star3 {
        left: 9px;
        width: 12%;
        top: 4247px;
    }

    .step-number {

        left: 126px;
        font-size: 21px;
        top: 167px;

    }

    .step-number-2 {
        left: 150px;
    }

    .mt-280 {
        margin-top: 50px !important;
    }

    footer .rowcustom {
        width: 100%;
        margin-left: -13px;
        margin-top: 23px;
    }

    footer small {
        margin-left: 0;
    }

    .copy {
        margin-top: -39px !important;

    }

    .container-custom {
        padding-top: 0rem !important;
    }


    .border-right {

        border: none;
    }

    .custom-card {
        height: 200px;
    }

    .star4 {
        left: 17px;
        top: 1982px;
    }

    .arrow {

        left: -5px;
        width: 32%;
        transform: rotate(93deg);
        top: 481px;

    }

    .vector {
        left: 30px;
        top: 502px;
    }

    .marketer {

        left: 244px;
        width: 25%;
        top: 602px;
    }

    .sc-icon {
        left: 257px;

    }

    .w-auto-mob {

        width: auto !important;

    }

    .btn-primary {

        width: 40%;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .arc {

        left: 264px;
        top: 496px;

    }

    .contact-section .btn {
        padding: 7px 9px;
        font-size: 14px;
    }

    .combo {

        left: 305px;
        top: 2039px;
        width: 13%;

    }


    .Ellipse1,
    .Ellipse2,
    .Ellipse3,
    .Ellipse4,
    .Ellipse5 {
        display: none;
    }

    .feedback {
        top: 755px;
        left: 29px;
        width: 48%;
    }

    .frame {

        top: 663px;
        left: 150px;
    }

    .overlay-text {
        font-size: 12px;
    }

    .hero-section h1 {

        font-size: 30px;
    }

}


/* for tablet */

@media (min-width: 768px) and (max-width: 1024px) {
    .star1 {

        left: 518px;
        top: 1130px;

    }

    .star2 {
        left: 619px;
        top: 3284px;
    }

    .star3 {
        left: 448px;
    }

    .star4 {
        left: 168px;
        top: 2001px;

    }

    .arrow {
        left: 107px;
        top: 528px;
        transform: rotate(92deg);
    }

    .vector {
        left: 195px;
        top: 536px;
    }

    .marketer {
        left: 468px;
        top: 598px;
    }

    .arc {

        left: 517px;
        top: 512px;

    }

    .combo {

        left: 630px;
        top: 1991px;
    }

    .frame {
        top: 400px;
        left: 300px;
    }

    .contact-section img {
        max-width: 120%;
        margin-top: 31px;
        margin-left: -22px;
    }



    .mt-280 {
        margin-top: 110px !important;
    }

    .feedback {
        top: 909px;
        left: 104px;
    }

    .Ellipse1,
    .Ellipse2,
    .Ellipse3,
    .Ellipse4,
    .Ellipse5 {
        display: none;
    }

    .copy {
        margin-top: 119px !important;
    }

    .sc-icon {

        left: 126px;
    }

    .step-number-2 {
        left: 80px;
    }

    footer .rowcustom {
        width: 249px;
        margin-left: 0px;
    }

    .ml-62 {
        margin-left: 0px;
    }
}

@media (max-width: 768px) {
    .arrow {
        height: 0px;
        width: 0px;
    }

    .frame {
        height: 0px;
        width: 0px;
    }

    .marketer {
        height: 0px;
        width: 0px;
    }

    .feedback {
        height: 0px;
        width: 0px;
    }

    .arc {
        height: 0px;
        width: 0px;
    }
}