/********** Template CSS **********/
:root {
    /* --primary: #FDA12B; */
    --primary: #058339;
    --primary-green: #00a651;
    --dark-green: #006633;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: rgb(59, 153, 240);
    --custom:rgb(3, 37, 68);
     --accent-blue: #007bff;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}


.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: var(--primary);
    outline-color: var(--primary);
}

.btn.btn-primary,
.btn.btn-outline-primary{
    color: #FFFFFF !important;
    border-color: var(--primary) !important;
}

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

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

.btn-lg-square {
    width: 48px;
    height: 48px;
}
.link-color{
    border-radius: 5px !important;
    color: blue;
}

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


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    color: var(--secondary);
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

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



@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 25px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    /* background: rgba(0, 0, 0, .65);  */
    /* background: rgba(175, 171, 171, 0.144); */
    background: rgba(85, 84, 84, 0.315);
    z-index: 1;
} 


/* header-text slide show  */


.carousel-item.body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.carousel-item.slideshow-container {
    position: relative !important;
    width: 80%;
    height: 50px;
    overflow: hidden;
}

.slide-text {
    position: absolute !important;
    width: 100%;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    /* color: #333; */
    color: var(--primary);
    white-space: nowrap;
}

.slide-in {
    animation: slideIn 2s ease-in-out forwards;
}

.slide-out {
    animation: slideOut 2s ease-in-out forwards;
}

@keyframes slideIn {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOut {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}


@media (max-width: 576px) {
    
    
    .carousel-caption h5 {
        font-size: 16px;
        margin-top: 12em;
    }

    .carousel-caption h4 {
        font-size: 14px;
    }

    .carousel-caption i {
        font-size: 1.5rem;
    }

    /** keyframes **/
    
}


@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 3rem;
        height: 3rem;
        border-width: 12px;
    }

}
/** Page Headers */
.page-header {

    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;


    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-1.jpg) center center no-repeat;

    background: linear-gradient(rgba(49, 44, 44, 0.65), rgba(0, 0, 0, .65)), url(../img/media1.jpg) center center no-repeat;
    
    background-size: cover;
}
/* .feature-page-header{
    background: linear-gradient(rgba(49, 44, 44, 0.65), rgba(0, 0, 0, .65)),  url('static/hero_slide_show/garbage_chuck.jpg') center center no-repeat;
    
    background-size: cover;
} */

.test-bg {
    /* background-image: url("../img/about.jpg"); */
    background-image:linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url("/static/hero_slide_show/testimonial-1.webp");
    background-repeat: no-repeat;
  
    background-size: cover;
    height: 70vh; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}


/* .about-bg {
    background-image: linear-gradient(rgba(49, 44, 44, 0.65), rgba(0, 0, 0, .65)),
        url("/static/hero_slide_show/testimonial-1.webp");
    background-size: cover;
} */

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/media1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header1 .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

.team-page-header{
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../hero_slide_show/talwa_img1.jpg) center center no-repeat;
    background-size: cover;
}


.contact-page-header{
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/fact-1.jpg) center center no-repeat;
    background-size: cover;
}
.service-page-header{
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/fact-2.jpg) center center no-repeat;
    background-size: cover;
}

.logo-container img {
    width: 100px;
    height: auto;
}


/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.facts-overlay h1 {
    font-size: 90px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}
.service-text a{
    color: var(--primary);
    font-weight: bold !important;
}


/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}


/*** Team ***/
.team-img{
    height: 420px;
}
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {
    width: 100%;
}

.team-text * {
    transition: .5s;
}

.team-item:hover .team-text * {
    letter-spacing: 2px;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid var(--primary);
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer-section {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.footer-link:hover {
    color: #fff !important;
    padding-left: 5px;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    border-color: #198754;
}

.newsletter-form .btn-success {
    background: #198754;
    border: none;
    transition: all 0.3s ease;
}

.newsletter-form .btn-success:hover {
    background: #157347;
    transform: translateX(5px);
}

@media (max-width: 767.98px) {
    .footer-main {
        text-align: center;
    }
    
    .footer-brand {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-brand > div:first-child {
        justify-content: center;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .footer-links h6 span {
        left: 50% !important;
        transform: translateX(-50%);
    }
    
    .footer-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .footer-contact .contact-info > div {
        justify-content: center;
        text-align: left;
    }
    
    .back-to-top {
        width: 45px !important;
        height: 45px !important;
        bottom: 20px !important;
        right: 20px !important;
    }
}

/*** Footer ***/
/* .footer {
    color: #999999;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
} */


/*** News section */
.news-container {
    display: flex;
    align-items: center;
    gap: 20px; 
    max-width: 1024px;
    /* margin: auto; */
    flex-wrap: wrap; 
    
}

.image-container {
    flex: 1; 
    min-width: 350px; 
}

.wrapped-image {
    max-width: 100%;
    height: auto;
    display: block; 
}

.content-container {
    flex: 2;
    min-width: 300px;
}

/* Media Query for Small Screens */
@media (max-width: 600px) {
    .news-container {
        flex-direction: column; 
        text-align: left; 
    }
    .image-container {
        flex: 1; 
        min-width: 480px; 
    }
    

}

 .wrapped-image{
    width: 350px;
    margin-right: 10px;
 }

.news-btn:hover {
    color: var(--primary);
}
.news-btn{
    color: #0631a8;
}
.btn.btn-primary{
    background-color: rgb(48, 48, 224);
    color: #ffffff;
    border: none;

}
.btn.btn-primary:hover{
    background-color: var(--primary);
}
.news-header::after {
    content: "";
    display: block;
    width: 20%; 
    height: 3px; 
    background-color: var(--primary); 
    margin-top: 5px; 
}
.breadcrumb-item.active{
    color: var(--primary);
    font-weight: 500;
}

.founder{
    background-color: #058339 !important;
}


.about-bg {
   
    background-image:url("/static/hero_slide_show/chuck2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}

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

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

.text-primary2{
    color: white;
}

.pagination-btn{
    border-radius: 5px;
}

.welcome-to{
    color: black !important;
}

.trust-san{
    color:#0645f0
}
.text-header{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 20px !important;

    color: white !important;
}
.parag{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 20px !important;

    color: white !important;
}

.read-more{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-top: 20px !important;
    color: white !important;
    text-align: center;
    margin-bottom: 10px;
}

.content-wrapper{
    display: flex !important;
    flex-direction: row;  
}

.main-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center; 
}

.image-container {
    flex: 1 1 calc(33.333% - 20px); 
    max-width: 350px; 
    text-align: center;
    background: var(--primary); 
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.img-description {
    margin-top: 15px;
}

.text-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.parag {
    font-size: 14px;
    color: #666;
}

.read-more {
    display: inline-block;
    font-size: 14px;
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.read-more:hover {
    color: #0056b3;
}

/* Hover effect */
.image-container:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .image-container {
        flex: 1 1 calc(50% - 20px); 
    }
}

@media (max-width: 576px) {
    .image-container {
        flex: 1 1 100%; 
    }
}


.service-card {
    height: 400px;  
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

.card img {
    height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



/* Equal height and width for all cards */
.equal-height {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
    height: 100%;
}

.card.equal-height {
    height: 100%;
    min-height: 400px;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .card.equal-height {
        min-height: 350px;
        max-height: 350px;
    }
    .card-img-top {
        height: 160px;
    }
}

@media (max-width: 767.98px) {
    .card.equal-height {
        min-height: 300px;
        max-height: 300px;
    }
    .card-img-top {
        height: 120px;
    }
}

.team-member {
    text-align: center;
    margin-bottom: 30px;
  }
  .team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
  }
  .team-member h4 {
    margin-top: 10px;
    font-size: 1.25rem;
  }
  .team-member p {
    font-size: 1rem;
    color: #777;
  }
  .team-member .social-icons a {
    margin: 0 10px;
    color: #007bff;
    font-size: 1.5rem;
  }

  .gallery-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-img:hover {
    transform: scale(1.05);
}
.modal-img {
    width: 100%;
}

/* Sidebar List Color */
.sidebar ul.list-group li a {
    color: blue !important;
}

.card-img-top {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
}

.list-group-item a {
    color: blue !important; 
    text-decoration: none; 
    font-weight: 300;
}

.list-group-item a:hover {
    color: darkblue; 
}

@media (min-width: 992px) { 
    .row.equal-height {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .row.equal-height > div:nth-last-child(-n+2) { 
        display: flex;
        justify-content: center;
    }
}


/* Custom styles for the card */
.custom-card {
    height: 400px; 
    width: 100%;   
    display: flex;
    flex-direction: column;
}

.card-img-top {
    height: 200px; 
    object-fit: cover; 
}

.card-body {
    flex: 1; 
    overflow: hidden; 
    padding: 10px;
}


.card-title, .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}

/** Font */
.bold-font{
    font-weight: 600 !important;
}

.hero-section {
    background: url('team-in-action.jpg') no-repeat center center/cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    font-weight: bold;
}
.section-title {
    border-bottom: 3px solid #28a745;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

/**About and Brief History **/

.content-box {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    min-height: 550px;
}
.content-box h2 {
    color: #007BFF;
}
.founder-name {
    font-weight: bold;
    margin-top: 15px;
}


form input,
form textarea,
form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

form label {
    font-weight: 600;
}

form button {
    font-size: 18px;
    padding: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.col-lg-5, .col-lg-7 {
    display: flex;
    flex-direction: column;
}
.testimonial {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}




.carousel-control-prev, .carousel-control-next {
    width: 5%;
}

.carousel-indicators button {
    background-color: #007bff;
}

.org-structure img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.vacancy {
    color: red;
    font-style: italic;
}

.pagination .page-link {
    color: green !important; 
    border-color: green !important; 
}

.pagination .page-item.active .page-link {
    background-color: green !important; 
    border-color: green !important; 
    color: white !important;
}

.pagination .page-link:hover {
    color: white !important; 
    background-color: darkgreen !important; 
    border-color: darkgreen !important; 
}

.bg-color{
    /* background-color: rgb(55, 55, 245) !important; */
    background-color: #90EE90;
}
.my-btn{
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    color: white;
}
.my-btn:hover{
    background-color: white;
    color: blue;
}

.btn-service{
    background-color: white;
    border: 1px solid blue;
    padding: 10px;
    border-radius: 5px;
    color: blue;
    transition: all 0.3s ease-in-out;
}
.btn-service:hover{
    background-color: var(--primary);
    color: white;
    border-color: var(--primary);
    box-shadow: 0px 4px 10px rgba(0, 0, 255, 0.3);
    cursor: pointer;
}


/**News Section */


/* 
.news-section {
    background-color: #f8f9fa;
    padding: 30px;
    text-align: center;
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.news-img img {
    width: 100%;

    height: 300px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
} */

/* .news-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    
} */

/* .news-body p {
    flex-grow: 1;
}

.read-more {
    color: blue;
    font-weight: bold;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.carousel-indicators {
    position: relative;
    margin-top: 10px;
}

.carousel-control-prev, .carousel-control-next {
    width: auto;
}

.see-all-news {
    background-color: white;
    border: 1px solid blue;
    padding: 10px;
    border-radius: 15px;
    color: blue;
}

.see-all-news:hover {
    background-color: #0056b3;
}

.news-btn{
    color: blue;
} */

/** News Section */
.news-section {
    background-color: #f8f9fa !important;
    padding: 30px !important;
    text-align: center !important;
}

.news-card {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border: none !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

.news-img img {
    width: 100% !important;
    height: 300px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.news-body p {
    flex-grow: 1 !important;
}

.read-more {
    color: blue !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.read-more:hover {
    text-decoration: underline !important;
}

.carousel-indicators {
    position: relative !important;
    margin-top: 10px !important;
}

.carousel-control-prev, .carousel-control-next {
    width: auto !important;
}

.see-all-news {
    background-color: white !important;
    border: 1px solid blue !important;
    padding: 10px !important;
    border-radius: 15px !important;
    color: blue !important;
}

.see-all-news:hover {
    background-color: #0056b3 !important;
}

.news-btn {
    color: blue !important;
}

/* Responsive Layout */
@media (max-width: 767px) {
    .carousel-inner .carousel-item > .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .carousel-inner .carousel-item .col-md-4 {
        flex: 0 0 100% !important; /* 1 card per slide */
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner .carousel-item > .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    .carousel-inner .carousel-item .col-md-4 {
        flex: 0 0 50% !important; /* 2 cards per slide */
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .carousel-inner .carousel-item .col-md-4 {
        flex: 0 0 33.3333% !important; /* 3 cards per slide */
        max-width: 33.3333% !important;
    }
}


/**career*/
.career{
    background: white;
}

h1 {
    font-size: 32px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}


.wrapper {
    text-align: center; /* Center the text inside the wrapper */
}

.test-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #0631a8;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

.test-btn:hover {
    background-color: var(--primary);
    color: white;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
    
}

/**About Us*/
.btn-about{
    color:#0056b3 !important;
}


/* Blog Section start*/

.blog-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}
.blog-card:hover {
    transform: scale(1.05);
}
.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: blue;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}
.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog-content {
    padding: 15px;
}
.blog-author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/* blog section end  */

.service-content p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.service-content ul, .service-content ol {
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
}

.why-card {
    transition: all 0.4s ease;
}

.why-card:hover {
    transform: translateY(-12px);
    background-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}


/* ====================== PROFESSIONAL SERVICES SWIPER (3 Cards) ====================== */
.equal-height,
.card.equal-height {
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
}

.services-swiper {
    padding: 0 15px;
}

.service-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 166, 81, 0.12);
    overflow: hidden;
    height: 100%;
    transition: all 0.4s ease;
}

.service-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 166, 81, 0.25);
}

.service-card .card-img-top {
    height: 240px;
    object-fit: cover;
}

.service-card .card-body {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
}

.service-card .card-title {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.service-card .btn {
    margin-top: auto;
    border-radius: 50px;
    padding: 0.65rem 1.8rem;
    font-weight: 500;
}


.stat-number {
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--primary-green);
}

.modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.star-rating input { display: none; }
.star-rating label {
    font-size: 2rem;
    color: #ddd;
    cursor: pointer;
}
.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
    color: #ffc107;
}

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

@media (max-width: 768px) {
    .hero-text h1 { font-size: 2.25rem; }
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .service-card .card-img-top {
        height: 200px;
    }
    
    .service-card .card-body {
        padding: 1.25rem;
    }
}

.card {
    overflow: hidden;
}

