@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
a {
    color: #2A9145;
    text-decoration: none;
}   
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 14px;
    height: 26px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.border-end {
    border-right: 1px solid #dee2e6 !important;
    border-radius: 1px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

small,
.small {
    font-size: 14px;
}

.topbar a {
    color: #062A26;
    font-size: 14px;
    font-weight: 500;
}

.btn.btn-primary {
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 12px 22px !important;
    font-weight: 500;
    border-radius: 50px;
}

/* .topbar {
    background:#F4FAEB;

} */

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: #2A9145;
}

.btn.btn-light {
    color: #2A9145;
    border: none;
    background: transparent;
}

.btn-primary {
    color: #000;
    background-color: #052834;
    border-color: #052834;
    border-radius: 5px;
}


/*** Topbar Start ***/
.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: #2A9145;
}

.topbar .dropdown .dropdown-menu a:hover {
    background: #2A9145;
    color: #fff;
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 11px;
    border: 0;
    transition: .5s;
    opacity: 1;
}

/*** Topbar End ***/



/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 38px;
    padding: 35px 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: #000;
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #2A9145;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

/* 
.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
} */

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: #2A9145;
    color: #fff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #151414;
        
    }
    .navbar{
        background: #fff !important;

    }

    .navbar .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 10px;
        border: 1px solid #fff;
        color: #000000;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: #000;
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

.btn.btn-primary:hover {
    background: #2A9145;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        padding: 0px;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #ffffff;
        padding: 0rem 3rem !important;
    }
}
/* .topbars {
    max-width: 1222px !important;
} */
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/

p {
    font-size: 15px;
    font-weight: 450;
    color: #062A26;
    opacity: 82%;
}

h2,
.h2 {
    font-size: 42px;
}

h4,
.h4 {
    font-size: 18px;
    color: #062A26;
}


h6 span {
    background: #DEF1EC;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 500;
}

hr:not([size]) {
    height: 1px;
    /* background: #F4FAEB; */
    margin: 0px;
    color: #052834 !important;
}




/*** Footer Start ***/
.footer {
    background: #0a3160;
}

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 30px;
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
}

.footer .footer-item p {
    line-height: 25px;
    font-size: 14px;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer-highlights{
    color: #fff;
}




/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: url(../img/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}



.text-primary {
    color: #2A9145 !important;
}



/* Hero Section */
.hero-section {
    padding-top: 75px;
    background: #F4FAEB;
    margin-top: -50px;
}
.hero-text {
    max-width: 100%;
}
.hero-text h1 {
    font-size: 46px;
    font-weight: bold;
    color: #111;
}
.hero-text p {
    color: #666;
}
.hero-buttons .btn {
    border-radius: 50px;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
}
.btn-primary {
    background-color: #2A9145;
    border: none;
}
.btn-dark {
    background-color: #0B1030;
    border: none;
}
.btn-main {
    background-color: #0A3160;
    border: none;
    border-radius: 5px;
    color: #fff;
}
.hero-image {
    position: relative;
}
/* Slider section */
.hero-slider-container {
    /* background-color: #4A5FC1; Match background color */
    padding: 15px 0;
}

.hero-slider-item {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}


/* ===============================
Working Process
==================================*/

.main-title {
    font-size: 42px;
    font-weight: 800;
    text-transform: capitalize;
}

.process-section {
    background-color: #F4FAEB;
    border-radius: 20px;
    margin-left: -35px;
    z-index: -1;
    position: relative;
}

.process-card {
    padding: 20px 7px;
    border-radius: 15px;
    margin-bottom: 5px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}
.process-number {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: #019C2A;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.process-text h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.process-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

.badge-custom {
    background: #F4FAEB;
    color: #2A9145;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: 500;
}
.pcard{
    margin-left: 30px;
}


.projects-badge {
    background-color: #2A9145;
    color: #fff;
    border-radius: 24px;
    position: absolute;
    margin-bottom: 50px;
    padding: 30px  50px;
    margin-right: -20px;
}
.projects-badge h4{
    color: #fff;
    font-size: 31px;
}
.projects-badge p{
    color: #fff;
    font-size: 18px;
}



.reason{
    background: #F4FAEB;
}

.reason .badge-custom {
    background: #e6f3d3;
    color: #2A9145;
    font-size: 15px;
    padding: 8px 15px;
    border-radius: 15px;
    font-weight: 500;
    font-size: 15px;
}


.custom-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.custom-icon {
    width: 72px;
    height: 72px;
}




/* Contact */

.contact{
    background-color: #0A3160;
    color: white;
}
.contact .contact-card {
    background: white;
    border-radius: 15px;
    padding: 20px;
    color: black;
}
.contact .btn-custom {
    background-color: #2A9145;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    padding: 15px 25px;
    border: none;
    font-weight: 500;
}
.contact .btn-custom:hover {
    background-color: #0D6324;
}
.contact .icon img {
    /* font-size: 24px; */
    background: #2A9145;
    color: #2A9145;
    padding: 15px;
    height: 60px;
    width: 60px;
    margin: 15px 0px;
    border-radius: 50%;
}

.bg-light {
    background-color: #f8f8f8 !important;
    color: #2A9145;
    font-size: 15px;
    font-weight: 500;
}

.badge{
    border-radius: 15px;
}
.contact .form-control {
    border:none;
    background: #F6F7F5;
    padding: 20px 15px;
    font-size: 14px;
}



/* Faq's */

.faqs {
    background-color: #f4faeb;
}

.faq-section {
    background: #F4FAEB;
    padding: 40px;
    border-radius: 20px;
}
.faq-header {
    background: #F4FAEB;
    padding: 10px 20px;
    border-radius: 15px;
    display: inline-block;
    color: #6c63ff;
    font-weight: bold;
}
.emergency-box {
    background: white;
    border-radius: 15px;
    padding: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    max-width: 400px;
    gap: 20px;
}
.emergency-icon {
    font-size: 24px;
    color: #6c63ff;
    margin-right: 15px;
}
/* .faq-container {
    border-radius: 15px;
} */
.accordion-body {
    padding: 1rem 1.25rem;
    background: #F4FAEB;
    font-size: 14px;
}
.accordion-item {
    background-color:  #F4FAEB;
    border: none;
}
.accordion-button {
    background-color: #f4faeb;
    color: #000000;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
}
.accordion-button:not(.collapsed) {
    background-color: #f4faeb;
    color: #000000;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
}
.emergency-box h3 {
    font-size: 22px;
    margin: 10px 0px;
}
.text-muted {
    color: #062A26 !important;
    font-size: 15px;
    font-weight: 400;
}
.emergency-box h6 {
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 300;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/angle-small-down.svg');
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 16px;
    height: 8px;
    margin-left: auto;
    content: "";
    background-image: url('../img/angle-small-up.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    transition: transform .2s ease-in-out;
}



/* Team Starts */
/* .team-section {
    padding: 40px 0;
} */
.team-section h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.team-card {
    border: none;
    border-radius: 15px;
    max-width: 300px;
    margin: auto;
}
.team-card img {
    border-radius: 15px 15px 0 0;
    width: 100%;
}
.team-card-body {
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #00000014;
    margin: 21px 21px 1px 21px;
    border-radius: 20px;
    bottom: 57px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.team-card-title {
    font-weight: bold;
    margin: 5px 0px;
}
.team-card-text {
    color: #555;
}

/* Custom Indicators */
.owl-dots {
    text-align: center;
    top: -80px;
    right: 10px;
    position: absolute;
}
.owl-dot {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 0 5px;
    background: #ddd;
    border-radius: 5px;
    transition: background 0.3s;
}
.owl-dot.active {
    background: #4A6CF7;
    width: 40px;
    height: 5px;
}


/* Breadcrumb Section */
.main-breadcrumb{
    margin-top: 90px ;
}
.breadcrumb {
    background-color: #f4faeb; /* Light purple background */
    border-radius: 20px;
    padding: 100px 20px;
    text-align: center;
    display: block;
}
.page-title {
    font-size: 42px;
    font-weight: bold;
    color: #0a0a2a;
}
.breadcrumb-button {
    background-color: #2A9145;
    color: white;
    font-weight: 500;
    border-radius: 30px;
    padding: 15px 35px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}
.breadcrumb-button:hover {
    background-color: #2A9145;
    color: white;
}



/*  */
 
 
.section-wrapper {
    background-color: #f4faeb;
    border-radius: 20px;
    padding: 50px;
 
}
.badge-label {
    background-color: #fcfcfc;
    color: #2A9145;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
}
.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #0a0a2a;
}
.section-description {
    font-size: 14px;
    color: #5a5a75;
    margin-top: 10px;
}
.tab-buttons .nav-link {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
    color: #0a0a2a;
    border: 2px solid #d6d6f5;
    margin-right: 10px;
    background: #fff;
    font-size: 14px;
}
.tab-buttons .nav-link.active {
    background-color: #2A9145;
    color: white;
    border-color: #2A9145;
}
.checklist-item {
    font-size: 15px;
    color: #0a0a2a;
    font-weight: 500;
    line-height: 2.8;
}
.checklist-item i {
    color: #2A9145;
    margin-right: 8px;
    font-size: 18px;
}
.rounded-image {
    border-radius: 15px;
    max-width: 100%;
}


.services .checklist-item {
    font-size: 15px;
    color: #0a0a2a;
    font-weight: 500;
    line-height: 1.5;
}




/* Careers */

.hiring-section h6 {
    color: #2A9145;
    font-weight: 600;
    font-size: 24px;
}
.hiring-section h2 {
    font-size: 42px;
    font-weight: 800;
    color: #1e293b;
}
.hiring-section p {
    color: #475569;
    font-size: 14px;
    margin-bottom: 20px;
}
.filter-buttons .btn {
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    border: 1px solid #d1d5db;
    background-color: white;
    transition: all 0.3s ease;
    margin-right: 10px;
}
.filter-buttons .btn.active, 
.filter-buttons .btn:hover {
    background-color: #1e293b;
    color: white;
    border-color: #1e293b;
}
.job-card {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.job-card h5 {
    font-size: 24px;
    font-weight: bold;
    color: #1e293b;
}
.job-card p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 10px;
}
.job-tags span {
    font-size: 14px;
    color: #1e293b;
    font-weight: 500;
    border: 1px solid #d1d5db;
    padding: 5px 10px;
    border-radius: 15px;
    margin-right: 10px;
    display: inline-block;
}
.apply-link {
    font-size: 20px;
    font-weight: 800;
    color: #2A9145;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.apply-link img {
    width: 16px;
    margin-left: 8px;
}
.apply-link:hover {
    color: #0d6324;
}



/* Contact Page */

.contact-wrapper .section-subtitle {
    color: #2A9145;
    font-weight: 600;
}

.contact-wrapper .section-title {
    font-weight: bold;
}

.contact-wrapper .section-description {
    color: #6c757d;
}

.contact-wrapper .icon-img {
    width: 70px;
    height: 70px;
}

.contact-wrapper .form-container {
    background: #F3F9EA;
    border-radius: 15px;
    padding: 40px;
}

.contact-wrapper  .input-field, .textarea-field {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 15px;
    background: #fff;
}

.contact-wrapper .submit-button {
    background: #2A9145;
    border: none;
    border-radius: 5px;
    padding: 10px;
    color: white;
    font-weight: bold;
}

.contact-wrapper .submit-button:hover {
    background: #4052DB;
}

.contact-wrapper .info-text{
    margin-bottom: 0px;
}


/* Blog */
.custom-card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* .custom-card img {
    height: 200px;
    object-fit: cover;
} */
.custom-card-body {
    padding: 20px;
}
.date-label {
    position: absolute;
    bottom: 160px;
    right: 40px;
    background-color: #052834;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    
}
.category-label {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 10px;
}
.category-label i {
    color: #2A9145;
}
.read-more-link {
    color: #2A9145;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}
.card-title{
    font-size: 20px;
    color: #062A26;
    font-weight: 600;
    margin-bottom: 20px;
}



/* Blog Details */
.search-box {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
}
.search-box h6{
    font-size: 20px;
    font-weight: 600;
}
.search-box .form-control{
    padding: 15px;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    margin-right: 5px;
    width: 200px;
}

.product-list {
    background: #f4faeb;
    padding: 25px;
    border-radius: 10px;
}
.product-list h6{
    font-size: 25px;
    font-weight: 600;
}
.product-list ul {
    list-style: none;
    padding: 0;
}
.product-list ul li {
    padding: 5px 0;
    color: #000;
    line-height: 1.5;
    font-size: 19px;
    margin: 5px 0px;
}
.content-card {
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
}


.recent-posts {
    background: #f4faeb;
    padding: 30px;
    border-radius: 15px;
}
.recent-posts h5{
    font-size: 25px;
    font-weight: 600;
}
.recent-post-item {
    display: flex;
    gap: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.recent-post-item:last-child {
    border-bottom: none;
}
.recent-post-item img {
    width: 100px;
    height: 90px;
    border-radius: 5px;
    object-fit: cover;
}
.post-info {
    font-size: 13px;
    color: #6c757d;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.post-title {
    font-size: 18px;
    font-weight: 800;
    color: #333;
    line-height: 1.3;
}

.vertical-line {
    width: 2px; /* Thickness of the line */
    height: 150px; /* Height of the line */
    background-color: rgba(224, 222, 222, 0.32); /* Line color */
    margin: 20px; /* Spacing */
  }



@media (max-width: 991.98px) {
    .main-title {
        font-size: 29px;
        font-weight: 800;
    }

    .hero-section {
        padding-top: 82px;
        background: #F4FAEB;
        margin-top: -70px;
    }
    .process-section {
        margin-left: 0px;
        margin-right: 1px;
    }
    .pcard{
        margin-left: 0px;

    }
    .badge-custom {
        margin-top: 30px;
    }
    .projects-badge {
        background-color: #2A9145;
        color: #fff;
        border-radius: 24px;
        position: absolute;
        right: 5px;
        margin-top: -100px;
        padding: 15px 25px;
    }
    .faq-section {
        background: #f4faeb;
        padding: 20px;
        border-radius: 20px;
    }
    .emergency-box {
        gap:12px;
        padding: 15px;
    }
    .text-muted {
        font-size: 12px;
    }
    .emergency-box h3 {
        font-size: 18px;
        margin: 10px 0px;
    }
    .emergency-box h6 {
        font-size: 15px;
        margin: 10px 0px;
        font-weight: 300;
    }
    .owl-dots {
        text-align: center;
        top: -130px;
        right: 10px;
        position: absolute;
    }
    .main-breadcrumb {
        margin-top: 10px;
    }
}


@media (max-width: 768px) {
    .section-wrapper {
        background-color: #f4faeb;
        border-radius: 20px;
        padding: 20px 10px;
    }
    .approach .d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .approach .rounded-image {
        margin-bottom: 15px;
    }
    .approach .tab-buttons {
        flex-direction: row;
        align-items: center;
    }
    .tab-buttons .nav-link {
        border-radius: 30px;
        padding: 5px 10px;
        font-weight: 500;
        color: #0a0a2a;
        border: 2px solid #d6d6f5;
        margin-right: 4px;
        background: #fff;
        font-size: 13px;
    }
    .section-wrapper .checklist-item{
        text-align: left;
        line-height: 1.8;
    } 
}




  
  .navbar-nav .nav-link {
    position: relative;
    font-size: 18px;
    color: #2a9145;
    text-decoration: none;
    padding-bottom: 5px; /* Ensure space for the underline */
  }
  
  .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 25px; /* Set to 0 to avoid shifting */
    width: 0;
    height: 2px;
    background-color: #2a9145;
    transition: width 0.3s ease-in-out;
    transform: translateX(-50%);
  }
  
  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    width: 100%;
  }
  
  .sticky-top.navbar-light ::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px; /* Set to 0 to avoid shifting */
    width: 0;
    height: 2px;
    background-color: #2a9145;
    transition: width 0.3s ease-in-out;
    transform: translateX(-50%);
  }


  @media (max-width: 991.98px) {
    .navbar-nav .nav-link::after {
        display: none;
    }
  }  


 .service-img{
    width: 100%;
    height: 215px;
    object-fit: cover;
 }

.hero-slider-item img{
    width:150px;
    height: 90px;
    object-fit: contain;
}
.emergency-box img{
    width: 60px;
    height: 60px;
}

.sub-text {
    color: #2A9145;
    font-size: 16px;
    font-weight: 500;
}

.store-buttons img {
    width: 140px;
    margin-right: 10px;
}



.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #2a9145
}



/* Privacy Policy */

.privacy-policy {
    padding: 40px 0;
}



.privacy-policy h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2A9145;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'Arial', sans-serif;
}

.privacy-policy h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0A3160;
    margin-top: 30px;
    margin-bottom: 15px;
    font-family: 'Arial', sans-serif;
}

.privacy-policy p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.6;
    font-family: 'Arial', sans-serif;
}

.privacy-policy a {
    color: #2A9145;
    text-decoration: none;
    transition: color 0.3s ease;
}

.privacy-policy a:hover {
    color: #0a7d29;
    text-decoration: underline;
}

.privacy-policy ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.privacy-policy ul li {
    font-size: 1rem;
    color: #555;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .privacy-policy h2 {
        font-size: 2rem;
    }

    .privacy-policy h4 {
        font-size: 1.3rem;
    }

    .privacy-policy p, .privacy-policy ul li {
        font-size: 0.95rem;
    }
}