/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px; 
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.bg-custom-1{
    background-color: #58C1D7;
}
.txt-custom-1{
    color: #EA7225 ;
    font-weight: 600;
}
/*** 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 {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

/* .icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: var(--bs-primary);
}

.icon-box-light::before {
    background: var(--bs-light);
} */

.para-cus{
    font-size: 16px;
    text-align: justify;
    hyphens: auto;
    color: #000000;
}
.para-cus::first-letter{
    color: #263963 ;
    font-size: 21px;
    font-weight: 700;
}
.blok-quote{
    background-color: #263963;
    color: #fff;
    padding: 10px;
    width: fit-content;
}
.about-us-image{
    max-height: 300px;
    object-fit: cover;
}
/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-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-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: -34px;
    }

    .navbar {
        height: 68px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar-brand img{
    height: 50px;
}
.logo-upper{
    background-color: #FFFFFF;
    border-radius: 50px;
}
.logo-upper img{
    padding: 5px;
}
/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .5);
    z-index: 1;
}
.carousel-caption p{
    font-family: "Red Rose", cursive;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-orange);
    border: 15px solid var(--bs-orange);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/feature.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
    border-radius: 20px;
    font-family: "Red Rose", cursive;
}
.main-box-icon img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}
.service-item-img {
    text-align: center;
}
.service-item-img img{
    height: 80px;
    background-color: #fff;
    width: 80px;
    object-fit: cover;
    padding: 10px;
    border-radius: 50%;
}
.item-client{
    display: flex;
    justify-content: center;
}
.item-client img{
    height: 100px !important;
    width: 100px !important;
    object-fit: contain !important;
}
.responsive-img-container {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.responsive-img-container img {
    object-fit: cover;
    height: 100%;
    min-height: 300px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .responsive-img-container img {
        min-height: 250px;
    }
}

@media (max-width: 576px) {
    .responsive-img-container img {
        min-height: 200px;
    }
}
/* Client Carousel Dots Styling */
.custom-dots {
    text-align: center;
    margin-top: 20px;
}

.custom-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #EA7225;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-dot.active {
    background-color: #263963;
    width: 25px;
    border-radius: 10px;
}

.custom-dot:hover {
    background-color: #58C1D7;
}
/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    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: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}


/* Profile Section Styles */
.experience {
    padding: 20px;
    background: var(--primary);
    right: -50px;
    bottom: 30px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}


.responsive-img-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.67%; 
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.responsive-img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}



@media (max-width: 768px) {
    .responsive-img-wrapper {
        padding-bottom: 75%; /* 4:3 aspect ratio for tablets */
    }
}

@media (max-width: 576px) {
    .responsive-img-wrapper {
        padding-bottom: 100%; /* 1:1 aspect ratio for mobile */
    }
}

/* Mission Vision Section Styles */
.mission-card, .vision-card {
    padding: 1.4rem;
    border-radius: 15px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mission-card {
    background: linear-gradient(145deg, #ffffff, #f3f3f3);
    box-shadow: 20px 20px 60px #d1d1d1, -20px -20px 60px #ffffff;
}

.vision-card {
    background:#263963 ;
    color: white;
}

.mission-card .card-icon {
    font-size: 3rem;
    margin-bottom: 0.5rem;
   
}
.mission-card .card-icon i{
    color: #263963;

}

.vision-card .card-icon {
    color: white;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.mission-card blockquote {
    padding: 16px 20px 16px 20px;
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    text-align: justify;
    hyphens: auto;
    border-left: 4px solid #efbb20;
}
.vision-card blockquote {
    padding: 16px 20px 16px 20px;
    font-size: 16px;
    color: #fff;
    margin: 10px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #263963;
    text-align: justify;
    hyphens: auto;
    border-left: 4px solid #efbb20;
}

.mission-list, .vision-list {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.mission-list li {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    color: #263963;
    font-weight: 500;
}

.vision-list li {
    margin-bottom: 0.4rem;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
}

.mission-list i {
    margin-right: 10px;
    color: green;
    font-size: 1.4rem;
}
.vision-list i {
    font-size: 1.4rem;
    margin-right: 10px;
    color: #fff;
}



@media (max-width: 768px) {
    .mission-card, .vision-card {
        padding: 2rem;
    }
    
    .card-icon {
        font-size: 2.5rem;
    }
}
/* misiion and vision endss */

/* Accreditation Section Styles */
.accreditation-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.accreditation-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

.accreditation-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(95deg, rgba(221, 147, 10, 0.4), rgba(6, 75, 223, 0.4));
    border-radius: 0 20px 0 50%;
}

.cert-icon {
    font-size: 3rem;
    color: #263963;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.cert-icon i {
    background: linear-gradient(45deg, #263963, #58C1D7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cert-details h4 {
    color: #263963;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.cert-details p {
    color: #666;
    margin-bottom: 1rem;
}

.cert-number {
    background: rgba(38, 57, 99, 0.05);
    padding: 0.8rem;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cert-number span {
    color: #666;
    font-size: 0.9rem;
}

.cert-number strong {
    color: #EA7225;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .accreditation-card {
        padding: 1.5rem;
    }
    
    .cert-icon {
        font-size: 2.5rem;
    }
}

/* Career Section Styles */
/* Career Section Styles */
.career-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.benefits-box {
    margin-top: 30px;
    background: linear-gradient(145deg, #263963, #1e2d4f);
    padding: 25px;
    border-radius: 12px;
    color: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefit-item i {
    font-size: 1.5rem;
    color: #EA7225;
}

.career-form-container {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
}

.career-application-form .form-control,
.career-application-form .form-select {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.1);
}

.career-application-form .form-control:focus,
.career-application-form .form-select:focus {
    border-color: #263963;
    box-shadow: none;
}

.file-upload {
    margin-bottom: 10px;
}

.file-upload label {
    display: block;
    margin-bottom: 8px;
    color: #000;
}


@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .career-content,
    .career-form-container {
        padding: 20px;
    }
}

/* Enhanced Water Analysis Styles */
.water-analysis-card {
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    position: relative;
    overflow: hidden;
}

.water-analysis-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(45deg, rgba(88, 193, 215, 0.1), rgba(38, 57, 99, 0.1));
    border-radius: 0 20px 0 100%;
}

.analysis-icon {
    font-size: 3rem;
    color: #263963;
    margin-bottom: 1.5rem;
}

.analysis-icon i {
    background: linear-gradient(45deg, #263963, #58C1D7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.analysis-list {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.analysis-item {
    display: flex;
    align-items:flex-start;
    gap: 15px;
    /* margin-bottom: 25px; */
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.analysis-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.analysis-item i {
    color: #EA7225;
    font-size: 1.5rem;
    margin-top: 5px;
}

.item-content h5 {
    color: #263963;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.item-content p {
    color: #EA7225;
    font-weight: 600;
    margin: 0;
}

.water-analysis-image {
    position: relative;
    /* padding: 20px; */
}

.water-analysis-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-box {
    /* background: #1e2d4f; */
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.feature-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, rgba(228, 231, 236, 0.1), rgba(10, 194, 231, 0.1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.feature-icon i {
    font-size: 2.5rem;
    background: linear-gradient(45deg, #ffffff, #58C1D7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-box h3,h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.feature-box p {
    color: #fff;
    margin: 0;
}

@media (max-width: 768px) {
    .water-analysis-card {
        padding: 10px;
    }
    .analysis-list {
        flex-direction: column;
    }

}

/* Water Analysis Types Carousel Styles */
.analysis-type-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.analysis-type-item:hover {
    /* transform: translateY(-10px); */
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.analysis-type-item img {
    height: 250px;
    object-fit: cover;
    width: 100%;
    transition: all 0.3s ease;
    overflow: hidden;
}
.analysis-type-item:hover img{
   scale: 1.2;
}

.analysis-overlay {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(234,114,37,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.analysis-overlay i {
    color: white;
    font-size: 24px;
}

.analysis-content {
    padding: 15px;
    background-color: #EA7225;
}

.analysis-content h4 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}

/* Owl Carousel Custom Navigation */
.analysis-carousel .owl-dots {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.analysis-carousel .owl-dots .owl-dot {
    outline: none;
}

.analysis-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgba(234, 114, 37, 0.3);
    border-radius: 30px;
    display: block;
    transition: all 0.3s ease;
}

.analysis-carousel .owl-dots .owl-dot.active span {
    width: 25px;
    background: #EA7225;
}

.analysis-carousel .owl-dots .owl-dot:hover span {
    background: #EA7225;
}

/* Oil Analysis Service Styles */
.oil-service-item {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    height: 100%;
}

.oil-service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

.oil-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.oil-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.oil-service-item:hover .oil-img img {
    transform: scale(1.1);
}

.oil-content {
    padding: 25px;
    position: relative;
}

.oil-icon {
    position: absolute;
    top: -30px;
    right: 25px;
    width: 60px;
    height: 60px;
    background: #EA7225;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0 5px 15px rgba(234, 114, 37, 0.3);
}

.oil-content h4 {
    color: #EA7225;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.oil-content p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}


.food-analysis-image {
    position: relative;
    /* padding: 20px; */
}

.food-analysis-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.labortory-img{
    width: 100%;
    height:300px;
    object-fit: cover;
}


/* Blog Section Styles */
.blog-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.blog-card img {
    height: 240px;
    object-fit: cover;
}

.blog-content {
    background: #fff;
}
.blog-content .des{
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-line-clamp: 3;
}
.blog-card .badge {
    font-size: 12px;
    padding: 6px 12px;
    font-weight: 400;
}
.text-date{
    color: #EA7225;
    font-weight: 500;
}
.blog-card h4 {
    font-size: 20px;
    line-height: 1.4;
}

/* Blog Listing Styles */
.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar-widget .h6 {
    color: #263963;
    transition: all 0.3s;
    text-decoration: none;
}

.sidebar-widget .h6:hover,
.sidebar-widget .h6.active {
    color: #EA7225;
    background: rgba(var(--primary-rgb), 0.1);
}

.blog-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.blog-item img {
    height: 200px;
    object-fit: cover;
}

.blog-content {
    position: relative;
}

/* Blog Details Styles */
.blog-details img.img-fluid {
    height: 400px;
    object-fit: cover;
}

.comment-item {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.comment-item:last-child {
    margin-bottom: 30px;
}

.blog-details .form-control {
    padding: 12px 15px;
}

.blog-details textarea.form-control {
    height: 120px;
}
/* Soil Investigation Styles */
.process-item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.5s;
}
.process-item h4{
    color: #263963;
}
.process-item:hover {
    border-color: var(--primary);
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transform: translateY(-5px);
}

.service-soil-investigation {
    transition: all 0.5s;
}

.service-soil-investigation:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transform: translateY(-5px);
}

/* Earth Resistivity Test Styles */
.test-process-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.test-process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}
.test-process-item h4{
    color: #1e2d4f;
}
.test-process-item ul li {
    margin-bottom: 8px;
    font-size: 15px;
    color: #263963;
    font-weight: 500;
}

.test-process-item ul li:last-child {
    margin-bottom: 0;
}

/* Slope Stability Analysis Styles */
.analysis-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.analysis-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.analysis-item ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.analysis-item ul li:last-child {
    margin-bottom: 0;
}

.bg-white {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s;
}

.bg-white:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

/* FAQ Styles */

.accordion-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
    font-weight: 500;
    padding: 20px;
    color: #000;
}

.accordion-button:not(.collapsed) {
    background-color: #263963;
    color: #fff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 20px;
    background: #fff;
}

.tab-content {
    min-height: 400px;
}


/* Bridge Load Test Styles */
.test-process-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.test-process-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.test-process-item ul li {
    margin-bottom: 8px;
    font-size: 14px;
}

.test-process-item ul li:last-child {
    margin-bottom: 0;
}

.bg-white {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.bg-white:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}