/********** Template CSS **********/

/*** 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;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
    background-color: #0491aa;
    color: #fff;
}

/*** Button ***/
.btn {
    transition: .5s;
}

.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;
    font-weight: normal;
}

.light-skyblue {
    background-color: #f3faff;
}

.text-dark-blue {
    color: #022b4c;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.top-nav {
    background: #059bb5;
    /* background: linear-gradient(299deg,rgba(21, 83, 125, 1) 100%, rgba(44, 134, 195, 1) 100%); */
}

.since-border {
    border: solid 2px #022b4c;
}

.second-nav {
    padding: 7px 0px;
}

.top-nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 9px 30px;
}

.top-nav-contactinfo {
    display: flex;
    margin: 0;
    gap: 20px;
}

.top-nav-contactinfo p {
    margin: 0;
    color: #fff;
}

.top-nav-scical-icons {
    display: flex;
}

.top-nav-scical-icons p {
    margin: 0;
    color: #fff;
}

.tnav-call i {
    color: #D8A85B;
}

.tnav-call a {
    color: #fff;
    transition: 0.3s ease;
}

.tnav-call a:hover {
    color: #fefefe;
}

.top-nav-scical-icons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-nav-scical-icons img {
    width: 25px;
}

.navbar {
    padding: 0;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
}

.navbar-brand img {
    width: 70%;
}

.f-w-700 {
    font-weight: 700;
}

.fs-italic {
    font-style: italic;
}

.service-foot-sec {
    padding-top: 20px;
}

.about-home-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ser-headings {
    display: flex;
    align-items: center;
    gap: 15px;
}


.nav-eq-btn {
    margin-left: 30px;
    /* background: linear-gradient(53deg, rgba(7, 79, 145, 1) 12%, rgba(6, 43, 79, 1) 91%); */
    background-color: #0491aa;
    padding: 7px 15px;
    color: #fff;
    transition: 0.4s ease;
    border-radius: 5px !important;
}

.nav-eq-btn:hover {
    color: #fff;
    background: linear-gradient(53deg, rgb(4, 46, 85) 12%, rgb(14, 94, 173) 91%);
}


.corousel-content {
    z-index: 9;
    position: relative;
    top: 60px;
}

.carousel-info h2 {
    font-size: 45px;
    color: #fff;
}

.carousel-info h6 {
    font-size: 20px;
    color: #fff;
}

.carousel-overlay {
    position: absolute;
    height: 285px;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.37);
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 0;
    outline: none;
    color: var(--bs-dark);
}

.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;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    /* background: var(--bs-primary); */
    background: #064d86;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        left: -65px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-top: 0px;
    padding: 50px 0px 50px !important;
    background: url(../img/banners/breadcrumb.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}


.hero-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.hero-header-content {
    z-index: 10;
}

.hero-sec-img {
    position: relative;
}

.hero-sec-img img {
    width: 95%;
    border-radius: 5px;
}

.exp-overlay {
    position: absolute;
    bottom: -8%;
    left: -8%;
    background-color: #0b7c9b;
    height: 150px;
    width: 150px;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 6px solid #f3faff;
}

.exp-overlay h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
}

.exp-overlay h5 {
    color: #fff;
    font-size: 28px;
}

.hero-right-sec {
    padding: 0px 30px 0px 30px;
}

.hero-right-sec h1 {
    font-size: 55px;
    font-weight: 600;
}

.hero-right-sec p {
    text-align: left;
}

.hero-sec-btns {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-sec-btn1 {
    padding: 12px 24px;
    background-color: #0f7d9d;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.hero-sec-btn1:hover {
    background-color: #096986;
    color: #fff;
}

.hero-sec-btn2 {
    padding: 10px 22px;
    background-color: transparent;
    border: 2px solid #0f7d9d;
    color: #0f7d9d;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
}

.footer-bg {
    background: linear-gradient(53deg, rgb(13 116 135) 12%, rgb(21 114 139) 91%);
}

.hero-section {
    padding: 80px 0px 0px;
}

.hero-section p {
    text-align: justify;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


.header-carousel {
    position: relative;
    padding: 45px 90px 45px 0;
}

.header-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: #022b4c;
    z-index: -1;
}

.header-carousel .owl-dots {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--bs-white);
    transition: .5s;
}

.header-carousel .owl-dot.active {
    height: 30px;
    background: var(--bs-white);
}




/*** About ***/
.about-sec {
    padding: 110px 0px 80px;
}

.about-page-img {
    position: relative;
}

.about-page-img img {
    width: 100%;
}

.about-page-img .overlay-img1 {
    position: absolute;
    top: 55px;
    left: 140px;
    width: 370px;
    height: 380px;
    object-fit: cover;
}

.about-page-img .overlay-img2 {
    position: absolute;
    top: -25px;
    left: 30px;
    width: 330px;
    height: 350px;
    object-fit: cover;
    border: 10px solid #fff;
}

.about-img {
    position: relative;
    overflow: hidden;
}

.about-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url() top left no-repeat;
    background-size: contain;
}


/*** Project ***/
.project-item img {
    transition: .5s;
}

.project-item:hover img {
    transform: scale(1.2);
}

.project-overlay {
    position: absolute;
    padding: 25px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgb(0 0 0 / 14%) 50%, #000000ad);
    z-index: 1;
}


/*** Service ***/
.service-item {
    position: relative;
    padding: 30px 25px;
    transition: .5s;
}

.service-item.bg-primary:hover {
    background: var(--bs-light) !important;
}

.service-item.bg-primary p {
    color: var(--bs-light);
    transition: .5s;
}

.service-item.bg-primary:hover p {
    color: var(--bs-secondary);
}

.service-item.bg-light:hover {
    background: var(--bs-primary) !important;
}

.service-item.bg-light p {
    color: var(--bs-secondary);
    transition: .5s;
}

.service-item.bg-light:hover p {
    color: var(--bs-light);
}


.service-item .service-img h3 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 12px 7px 0;
}

.service-item.bg-primary .service-img h3 {
    background: #0A5091;
    color: var(--bs-white);
    transition: .5s;
}

.service-item.bg-primary:hover .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
}

.service-item.bg-light .service-img h3 {
    background: var(--bs-light);
    color: var(--bs-dark);
    transition: .5s;
}

.service-item.bg-light:hover .service-img h3 {
    background: var(--bs-primary);
    color: var(--bs-white);
}


/*** Our Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.2);
}

.team-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(rgba(255, 255, 255, .1) 50%, var(--bs-dark));
    z-index: 1;
}

.team-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial-img {
    position: relative;
    padding: 45px 0 45px 90px;
}

.testimonial-img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(50% + 45px);
    height: 100%;
    background: var(--bs-primary);
    z-index: -1;
}

.testimonial-text h5 {
    position: relative;
    padding-left: 45px;
}

.testimonial-text h5::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots {
    position: absolute;
    height: 17px;
    bottom: 0;
    right: 0;
    left: auto;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    background: var(--bs-white);
    border: 2px solid var(--bs-primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

@media (max-width: 768px) {
    .testimonial-carousel .owl-dots {
        left: 0;
        right: auto;
    }

    .testimonial-carousel .owl-dot {
        margin-right: 10px;
        margin-left: 0;
    }
}


/*** Newsletter ***/
.newsletter {
    background: url() bottom right no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .newsletter .container {
        max-width: 100% !important;
    }

    .newsletter .newsletter-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .newsletter .newsletter-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer-sec p {
    color: #fff;
}

.foot-logo img {
    background-color: #fff;
    width: 100%;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: var(--bs-white);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 14px;
    border-top: 1px solid rgb(215 215 215 / 81%);
}

.footer .copyright a {
    color: rgba(255, 255, 255, .5);
}

.footer .copyright a:hover {
    color: var(--bs-white);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/*  */

.why-choose-card {
    background-color: bisque;
    padding: 25px;
}

.footer-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.foot-flex {
    display: flex;
    align-items: baseline;
}

.foot-flex i {
    font-size: 20px;
    color: #fff;
}

.foot-flex a {
    color: #fff;
}

.foot-call {
    margin: 10px 0px;
}

.foot-soc-icons {
    margin-top: 13px;
}

.foot-soc-icons img {
    padding: 0px 3px;
    width: 35px;
}

/* .foot-soc-icons img{
    display: flex;
} */


.enq-sec input {
    margin: 0px 0px 20px;
}


.eq-btn {
    border: none;
    padding: 10px 16px;
    border-radius: 5px;
    background: #062b4f;
    color: #fff;
    background: linear-gradient(53deg, rgba(7, 79, 145, 1) 12%, rgba(6, 43, 79, 1) 91%);
    transition: 0.3s ease;
}

.eq-btn:hover {
    color: #fff;
    background: linear-gradient(53deg, rgb(4, 46, 85) 12%, rgb(14, 94, 173) 91%);
}

.contact-page-info {
    background-color: #f2f2f2;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.cp-flex {
    display: flex;
    gap: 25px;
    align-items: start;
}

.cp-flex img {
    width: 70px;
}

.cp-flex h5 {
    margin-bottom: 5px;
}

/* .cp-mob h5{
    margin-bottom: 10px;
} */
.cp-email h5 {
    margin-bottom: 10px;
}

.cp-mob {
    margin: 40px 0px;
}

/* gallery*/
/* Unique class names to prevent conflicts */
.gallery-section-unique {
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.gallery-title-unique {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
}

.gallery-subtitle-unique {
    text-align: center;
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.gallery-grid-unique {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.gallery-item-unique {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    aspect-ratio: 4/4;
    cursor: pointer;
}

.gallery-item-unique:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.gallery-img-unique {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item-unique:hover .gallery-img-unique {
    transform: scale(1.05);
}

.gallery-overlay-unique {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item-unique:hover .gallery-overlay-unique {
    opacity: 1;
}

.gallery-icon-unique {
    color: white;
    font-size: 2rem;
}

/* Lightbox styles */
.lightbox-overlay-unique {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lightbox-overlay-unique.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-content-unique {
    max-width: 90%;
    max-height: 55%;
    position: relative;
}

.lightbox-img-unique {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close-unique {
    position: absolute;
    top: -35px;
    right: -35px;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    z-index: 1001;
}

.lightbox-close-unique:hover {
    background: rgba(255, 255, 255, 0.3);
}

.lightbox-caption-unique {
    color: white;
    text-align: center;
    margin-top: 15px;
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-grid-unique {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }

    .gallery-title-unique {
        font-size: 2rem;
    }

    .lightbox-content-unique {
        max-width: 95%;
    }

    .lightbox-close-unique {
        top: -35px;
        right: 0;
    }
}

@media (max-width: 480px) {
    .gallery-grid-unique {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gallery-title-unique {
        font-size: 1.8rem;
    }

    .gallery-subtitle-unique {
        font-size: 1rem;
    }
}

.enq-btn-mob {
    display: none;
}

.second-nav {
    padding: 0px;
}

/* home why choose section */

.why-choose-sec {
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
    /* padding: 20px; */
}

.services-container {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 80px 0px;
}

.services-header {
    text-align: center;
    margin-bottom: 50px;
}

.services-header h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

/* .services-header h1::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
} */

.services-header p {
    font-size: 1rem;
    color: #7f8c8d;
    /* max-width: 600px; */
    margin: 0 auto;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
    gap: 20px;
}

.stars-sec i {
    color: #ffc107;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    font-size: 18px;
    /* background-color: transparent; */
}

.service-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 28px;
    color: white;
    position: relative;
    z-index: 1;
}

.service-icon::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db, #2ecc71);
    z-index: -1;
    transition: all 0.3s ease;
}

.service-card:hover .service-icon::before {
    transform: scale(1.1);
}

.service-card:nth-child(1) .service-icon::before {
    background: linear-gradient(135deg, #3498db, #2980b9);
}

.service-card:nth-child(2) .service-icon::before {
    background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.service-card:nth-child(3) .service-icon::before {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

.service-card:nth-child(4) .service-icon::before {
    background: linear-gradient(135deg, #f39c12, #e67e22);
}

.service-card:nth-child(5) .service-icon::before {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.service-card:nth-child(6) .service-icon::before {
    background: linear-gradient(135deg, #1abc9c, #16a085);
}

.service-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #2c3e50;
}

.service-description {
    color: #7f8c8d;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    flex-grow: 1;
}

.service-highlight {
    display: inline-block;
    margin-top: 0px;
    font-weight: 600;
    color: #073c6f;
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}

.service-card:hover .service-highlight {
    padding-left: 10px;
}

.service-highlight::after {
    content: '→';
    margin-left: 5px;
    transition: all 0.3s ease;
}

.service-card:hover .service-highlight::after {
    margin-left: 10px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .services-header h1 {
        font-size: 2rem;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 25px;
    }
}

@media (max-width: 480px) {
    .services-header h1 {
        font-size: 1.8rem;
    }

    .service-title {
        font-size: 1.3rem;
    }

    .service-description {
        font-size: 0.95rem;
    }
}

/* home why choose section end */





/* testimonial slider */

.testimonial-sec {
    background-color: #ebf7ff;
}

.testimonial-container {
    /* max-width: 900px; */
    width: 100%;
    text-align: center;
    padding: 40px 0px;
}

.testimonial-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: 600;
    /* text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); */
}

.testimonial-subtitle {
    font-size: 15px;
    margin-bottom: 10px;
    opacity: 0.9;
    /* max-width: 600px; */
    margin-left: auto;
    margin-right: auto;
}

.testimonial-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 0px 0px 40px;
}

.testimonial-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.testimonial-slide {
    min-width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-quote-icon {
    font-size: 2rem;
    color: #062e55;
    margin-bottom: 20px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-style: italic;
    max-width: 700px;
}

.testimonial-client-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
}

.testimonial-client-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #062e55;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-client-details {
    text-align: left;
}

.testimonial-client-name {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-client-role {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-client-title {
    font-size: 0.9rem;
    opacity: 0.8;
}

.testimonial-slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
}

.testimonial-nav-btn {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #062f57;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.testimonial-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4646464d;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonial-dot.active {
    background: #063663;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .testimonial-title {
        font-size: 2rem;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .testimonial-client-info {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-client-details {
        text-align: center;
    }
}


.bg-light-blue {
    background-color: #0a5091;
}


/* services sections */

.home-ser-sec {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    color: #333;
    min-height: 100vh;
    padding: 80px 0px;
}

.home-service-container {
    /* max-width: 1200px; */
    margin: 0 auto;
}

.home-service-header {
    text-align: center;
    margin-bottom: 30px;
}

.home-service-title {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

/* .home-service-title::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
} */

.home-service-subtitle {
    font-size: 15px;
    color: #7f8c8d;
    /* max-width: 800px; */
    margin: 0 auto;
    line-height: 1.6;
}

.home-service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.home-service-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    position: relative;
}

.home-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.home-service-image {
    height: 250px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.home-service-card:hover .home-service-image {
    transform: scale(1.05);
}

.home-service-content {
    padding: 15px 20px;
}

.home-service-icon {
    font-size: 1.4rem;
    color: #07457e;
    margin-bottom: 15px;
    display: inline-block;
    background: rgba(52, 152, 219, 0.1);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-service-name {
    font-size: 1.4rem;
    color: #da2420;
    margin-bottom: 15px;
    font-weight: 600;
}

.home-service-description {
    color: #7f8c8d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.home-service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.home-service-feature {
    background: rgba(52, 152, 219, 0.1);
    color: #063b6c;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.home-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.home-service-card:hover::before {
    transform: scaleX(1);
}

@media (max-width: 768px) {
    .home-service-title {
        font-size: 2.2rem;
    }

    .home-service-grid {
        grid-template-columns: 1fr;
    }
}


/* mission and vision */

.mis-vis-sec {
    padding: 80px 0px;
}

.mission-vision-container {
    max-width: 1200px;
    width: 100%;
}

.mission-vision-header {
    text-align: center;
    margin-bottom: 30px;
}

.mission-vision-title {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* .mission-vision-title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
} */

.mission-vision-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
}

.mission-vision-card {
    background: white;
    border-radius: 20px;
    padding: 22px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mission-vision-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.mission-vision-icon {
    font-size: 2rem;
    color: #3498db;
    margin-bottom: 25px;
    display: inline-block;
    background: rgba(52, 152, 219, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.mission-vision-card:hover .mission-vision-icon {
    transform: scale(1.1) rotate(5deg);
    background: rgba(52, 152, 219, 0.2);
}

.mission-vision-card-title {
    font-size: 21px;
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.mission-vision-card-title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #3498db;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    transition: width 0.4s ease;
}

.mission-vision-card:hover .mission-vision-card-title::after {
    width: 100px;
}

.mission-vision-card-content {
    color: #5a6c7d;
    line-height: 1.7;
    font-size: 1.05rem;
    flex-grow: 1;
}

.mission-vision-card-highlights {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mission-vision-highlight {
    background: rgba(52, 152, 219, 0.1);
    color: #3498db;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.mission-vision-card:hover .mission-vision-highlight {
    transform: translateY(-3px);
    background: rgba(52, 152, 219, 0.15);
}

.mission-vision-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.mission-vision-card:hover::before {
    transform: scaleX(1);
}

.mission-vision-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: rgba(52, 152, 219, 0.03);
    border-radius: 50%;
    transform: translate(30px, 30px);
    transition: all 0.4s ease;
}

.mission-vision-card:hover::after {
    transform: translate(10px, 10px);
    width: 120px;
    height: 120px;
}

@media (max-width: 768px) {
    .mission-vision-title {
        font-size: 2.2rem;
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
    }

    .mission-vision-card {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .mission-vision-grid {
        grid-template-columns: 1fr;
    }
}

/* founder section */

.founder-sec {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: #333;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    /* margin: 110px 0px; */
}


.founder-section-container {
    width: 100%;
}

.founder-section-header {
    text-align: left;
    margin-bottom: 30px;
}

.founder-section-title {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

/* .founder-section-title::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
} */

.founder-section-subtitle {
    font-size: 1rem;
    color: #7f8c8d;
    line-height: 1.6;
}

.founder-content-wrapper {
    display: flex;
    /* background: white; */
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); */
    transition: all 0.4s ease;
}

.founder-content-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.founder-image-container {
    flex: 0 0 30%;
    position: relative;
    overflow: hidden;
}

.founder-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.founder-content-wrapper:hover .founder-image {
    transform: scale(1.05);
}

.founder-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    text-align: center;
}

.founder-image-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.founder-image-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
}

.founder-info-container {
    flex: 1;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.founder-name {
    font-size: 2.2rem;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
}

.founder-role {
    font-size: 1.3rem;
    color: #3498db;
    margin-bottom: 20px;
    font-weight: 600;
}

.founder-description {
    color: #5a6c7d;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 0px;
}

.founder-quote {
    font-style: italic;
    color: #7f8c8d;
    border-left: 4px solid #3498db;
    padding-left: 20px;
    margin: 25px 0;
    font-size: 16px;
}

.founder-achievements {
    margin-top: 25px;
}

.founder-achievement-title {
    font-size: 1.2rem;
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
}

.founder-achievement-list {
    list-style-type: none;
}

.founder-achievement-item {
    padding: 8px 0;
    color: #5a6c7d;
    display: flex;
    align-items: flex-start;
}

.founder-achievement-item i {
    color: #3498db;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 0.9rem;
}

.founder-social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.founder-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3498db;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.founder-social-link:hover {
    background: #3498db;
    color: white;
    transform: translateY(-3px);
}

@media (max-width: 992px) {
    .founder-content-wrapper {
        flex-direction: column;
    }

    .founder-image-container {
        flex: 0 0 400px;
    }

    .founder-info-container {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .founder-section-title {
        font-size: 2.2rem;
    }

    .founder-name {
        font-size: 1.8rem;
    }

    .founder-role {
        font-size: 1.1rem;
    }

    .founder-info-container {
        padding: 30px 25px;
    }
}

@media (max-width: 576px) {
    .founder-image-container {
        flex: 0 0 350px;
    }

    .founder-info-container {
        padding: 25px 20px;
    }

    .founder-name {
        font-size: 1.6rem;
    }

    .founder-social-links {
        justify-content: center;
    }
}

.our-project-headings {
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-project-headings h1 {
    margin: 0;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
}

/* logo slider */

.client-slider-sec {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.slider-container {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px;
}

.slider-title {
    text-align: center;
    margin-bottom: 20px;
    color: #333;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: slide 30s linear infinite;
}

.slider-item {
    flex-shrink: 0;
    width: 220px;
    height: 130px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.slider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.slider-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(30%);
    transition: filter 0.3s ease;
}

.slider-item:hover .slider-logo {
    filter: grayscale(0%);
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slider-wrapper:hover .slider-track {
    animation-play-state: paused;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .slider-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .slider-item {
        width: 150px;
        height: 90px;
        margin: 0 20px;
    }

    .slider-track {
        animation: slide 20s linear infinite;
    }
}

@media (max-width: 480px) {
    .slider-title {
        font-size: 1.8rem;
    }

    .slider-item {
        width: 130px;
        height: 80px;
        margin: 0 15px;
    }
}

.footer-note {
    margin-top: 40px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.footer-sec .footer-content {
    color: #e9e9e9;
}

.footer-sec .footer-content a {
    text-decoration: none;
    color: #e9e9e9;
}

.ser-viewmore-btn {
    padding-top: 20px;
    text-align: right;
}

.ser-viewmore-btn a {
    background: linear-gradient(53deg, rgb(4, 46, 85) 12%, rgb(14, 94, 173) 91%);
    border-radius: 5px;
    border: none;
    padding: 8px 16px;
    color: #fff;
}

/* fancybox */

.gall-sec {
    padding: 2rem 1rem;
    margin: 0 auto;
    max-width: 68rem;
    width: 100%;
}

.gall-sec .gall-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    justify-content: center;
    align-items: center;
}

.gall-sec .gall-card {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    color: #333;
    border-radius: 2px;
}

.gall-sec .gall-card-image {
    background: #fff;
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}

.gall-sec .gall-card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .gall-sec .gall-container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}


/* home service section */

.hs-cont {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
    color: #333;
    padding: 40px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.h-ser-container {
    max-width: 1200px;
    width: 100%;
}

.hs-contents {
    text-align: center;
    margin-bottom: 30px;
}

.hs-contents h2 {
    font-size: 40px;
    font-weight: 600;
}

.hs-contents h6 {
    font-weight: 600;
    color: #c03928;
}

.h-ser-title {
    text-align: center;
    margin-bottom: 50px;
}

.h-ser-title h2 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.h-ser-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2ecc71);
    border-radius: 2px;
}

.h-ser-title p {
    color: #7f8c8d;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.h-ser-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.h-ser-card {
    background: white;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
}

.h-ser-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.h-ser-image-container {
    height: 270px;
    overflow: hidden;
    position: relative;
}

.h-ser-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.h-ser-card:hover .h-ser-image {
    transform: scale(1.05);
}

.h-ser-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.h-ser-card:hover .h-ser-overlay {
    opacity: 1;
}

.h-ser-name {
    padding: 15px 10px;
    text-align: center;
}

.h-ser-name h3 {
    font-size: 1.1rem;
    color: #2c3e50;
    margin-bottom: 0px;
}

.h-ser-name p {
    color: #7f8c8d;
    font-size: 0.95rem;
    line-height: 1.5;
}

.h-ser-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.h-ser-card:hover .h-ser-icon {
    opacity: 1;
    transform: translateY(0);
}

.h-ser-icon i {
    color: #3498db;
    font-size: 1.2rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .h-ser-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .h-ser-title h2 {
        font-size: 2rem;
    }

    .h-ser-title p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    /* body {
        padding: 20px 15px;
    } */

    .h-ser-title {
        margin-bottom: 30px;
    }

    .h-ser-title h2 {
        font-size: 1.8rem;
    }
}

.ser-img img {
    width: 100%;
}

.light-blue-bg {
    background: rgb(241, 250, 253);
}


/* about timeline section */

.time-sec {
    background-color: rgb(239, 251, 255);
}

.timeline-container {
    margin: 0 auto;
    padding: 60px 20px;
}

.timeline-header {
    text-align: center;
    margin-bottom: 60px;
}

.timeline-title {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-weight: 600;
}

/* .timeline-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #3498db, #2c3e50);
    border-radius: 2px;
} */

.timeline-subtitle {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* Timeline center line */
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #0491aa;
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    width: 100%;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: auto;
    margin-right: 0;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-left: 0;
    margin-right: auto;
}

.timeline-year {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #0491aa;
    color: white;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: bold;
    z-index: 10;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 80px;
    text-align: center;
}

.timeline-content {
    width: calc(50% - 40px);
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.timeline-item:nth-child(odd) .timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}

.timeline-item:nth-child(even) .timeline-content::before {
    content: '';
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
}

.timeline-company {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 8px;
    font-weight: 600;
}

.timeline-description {
    color: #555;
    margin-bottom: 10px;
    font-size: 1rem;
}

.timeline-location {
    color: #7f8c8d;
    font-style: italic;
    font-size: 0.9rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .timeline::before {
        left: 11px;
    }

    .timeline-content {
        width: calc(100% - 80px);
        margin-left: 80px !important;
        margin-right: 0 !important;
    }

    .timeline-year {
        left: 13px;
        transform: translateX(0);
    }

    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        left: -10px;
        right: auto;
        border-right: 10px solid white;
        border-left: none;
    }
}

@media (max-width: 480px) {
    .timeline-title {
        font-size: 2rem;
    }

    .timeline-content {
        padding: 20px;
    }

    .timeline-company {
        font-size: 1.2rem;
    }
}


/* toggle effect */

.g-sec {
    padding: 50px 0;
}

.gallery-filters {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-filters .filter-btn {
    background-color: #f0f0f0;
    border: none;
    padding: 10px 20px;
    margin: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-filters .filter-btn.active,
.gallery-filters .filter-btn:hover {
    background-color: #0491aa;
    color: #fff;
}

/* .gall-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.gall-card {
    width: calc(33.333% - 20px);
    display: block;
}
.gall-card img {
    width: 100%;
    display: block;
    border-radius: 5px;
}
@media(max-width: 768px) {
    .gall-card { width: calc(50% - 20px); }
}
@media(max-width: 480px) {
    .gall-card { width: 100%; }
}

 */

.contact-page-headings {
    text-align: center;
    margin-bottom: 40px;
}

.contact-page-headings h1 {
    font-weight: 600;
}

.contact-df {
    margin: 30px 20px;
}

.contact-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    background-color: rgb(240, 240, 240);
}

.contact-content .c-address {
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

/* .contact-content .c-address img{
    width: 45px;
} */

.c-address .c-add-sec h3 {
    font-size: 24px;
    font-weight: 600;
}

.contact-content .c-address .c-add-sec a {
    font-size: 14px;
    text-decoration: none;
    color: #363636;
    font-weight: 700;
}

.service-sec .ser-content h2 {
    font-weight: 600;

}


















/* ================== mobile layout ================ */

@media (max-width: 768px) {
    .top-nav {
        padding: 0px 12px;
    }

    .top-nav-scical-icons {
        display: none;
    }

    .hero-header {
        padding: 0px 0px 0px !important;
    }

    .navbar {
        display: inline;
    }

    .top-nav-content {
        padding: 7px 0px;
        display: none;
    }

    .top-nav-contactinfo {
        gap: 15px;
    }

    /* .top-nav-contactinfo {
        flex-direction: column;
    } */

    .tnav-call {
        display: flex;
        gap: 5px;
        align-items: center;
    }

    /* .container-fluid {
        padding: 0 !important;
    } */
    .tnav-call a {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 60%;
    }

    .nav-eq-btn {
        display: none;
    }

    .enq-btn-mob {
        display: block;
    }

    .hero-section {
        padding: 30px 0px 0px;
    }

    /* .navbar {
        display: block;
    } */
    .footer-hide {
        display: none;
    }

    .hero-sec-img img {
        width: 100%;
    }

    .hero-right-sec h1 {
        font-size: 45px;
    }

    .home-ser-sec {
        padding: 0px 0px;
    }

    .pb-5 {
        padding-bottom: 0rem !important;
    }

    .about-page-img .overlay-img1 {
        position: unset !important;
    }

    .about-page-img .overlay-img2 {
        position: absolute;
        top: -66px;
        left: 30px;
        width: 319px;
        height: auto;
        object-fit: cover;
        border: 10px solid #fff;
    }

    .about-page-img .overlay-img1 {
        position: absolute;
        top: 55px;
        left: 140px;
        width: 300px;
        height: auto;
        object-fit: cover;
    }

    .gallery-filters .filter-btn {
        padding: 5px 8px;
    }

}

/* ========================= */



/* Keyword pages css */
.head-font {
    font-size: 40px !important;
}

.key-baner-div {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.key-baner-div img {
    width: 100%;
    height: auto;
    /* margin-bottom: 30px; */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.key-links {
    background-color: #f9f9f9;
    /* soft background */
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
}

.key-links:hover {
    transform: translateY(-5px);
}

.key-links h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 15px;
    border-bottom: 2px solid #0491aa;
    padding-bottom: 5px;
}

.key-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.key-links ul li {
    margin: 0px 0;
}

.key-links ul li a {
    text-decoration: none;
    color: #34495e;
    font-size: 1rem;
    padding: 8px 12px;
    display: block;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.key-links ul li a:hover {
    background-color: #0491aa;
    color: #fff;
    transform: translateX(5px);
}

.key-contact {
    background-color: #f9f9f9;
    /* soft background */
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
}

.key-contact:hover {
    transform: translateY(-5px);
}

.key-contact h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 15px;
    border-bottom: 2px solid #0491aa;
    padding-bottom: 5px;
}

.key-contact p a {
    color: black;
    text-decoration: none;
}

.key-head {
    font-weight: 600;
    font-size: 35px;
}

.key-about {
    background-color: #f9f9f9;
    /* soft background */
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: 300px;
    font-family: 'Arial', sans-serif;
    transition: transform 0.3s;
}

.key-about:hover {
    transform: translateY(-5px);
}

.key-about h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 15px;
    border-bottom: 2px solid #0491aa;
    padding-bottom: 5px;
}

.text-justify {
    text-align: justify;
}



/* FAQ css start */
.ptb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
    font-size: 30px;
}


.brochures-prgs {
    cursor: pointer;
    border-top: 3px solid #d8a85b;
    border-left: 3px solid #d8a85b;
    padding: 11px;
    color: #15131e;
    border-radius: 9px;
    background: #d3d3d336;
    font-size: 16px;
    margin-bottom: 15px;
    position: relative;
}

.disp {
    display: none;
    padding: 20px;
}


.rotate {
    transform: rotate(180deg);
}

.brochures-prgs .fa {
    font-size: 18px;
    right: -5px;
    width: 40px;
    height: 46px;
    top: 7px;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    margin-top: -7px;
    margin-right: 6px;
    background: #d8a85b;
    color: #fff;
}

.trin-trin {
    animation-name: trin;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%,
    32%,
    44%,
    56%,
    68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 12deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -12deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* FAQ css end */



.main-contact {
    list-style: none;
    padding-left: 0rem !important;
}

.main-contact i {
    color: #0491aa;
    padding-right: 20px;
}


/* why choose css */
.card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    margin-bottom: 20px;
    height: 265px;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.card i {
    font-size: 40px;
    color: #0491aa;
    margin-bottom: 15px;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Button style inside card */
.card button {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background-color: #ed9922;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.card button:hover {
    background-color: #d6811c;
}

/* Why choose css end */


.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.feature-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-card h5 {
    color: #0491aa;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.feature-card p {
    color: #555;
    line-height: 1.6;
    font-size: 1rem;
}

@media(max-width: 768px) {
    .features {
        grid-template-columns: 1fr;
    }

    .key-about {
        max-width: 100%;
    }

    .key-links {
        max-width: 100%;
    }

    .key-contact {
        max-width: 100%;
    }

    .heading-line {
        font-size: 29px !important;
    }

    .benefit-box {
        height: 215px;
    }

    .key-head {
        font-weight: 600;
        font-size: 30px;
    }

    .head-font {
        font-size: 30px !important;
    }

    .exp-overlay {
        left: -3%;
    }

    .cf-img img {
        height: auto !important;
        width: 100%;
    }

    .cfa-img img {
        height: auto !important;
        width: 100%;
    }

    .pl-img img {
        height: auto !important;
        width: 100%;
    }

    .pharma-img img {
        height: auto !important;
        width: 100%;
    }
    .timeline-item {
    margin-bottom: 30px;
}
}


.head-line {
    border-bottom: 2px solid #0491aa;
    padding-bottom: 10px;
}

.benefit-box {
    border-left: 5px solid #0491aa;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


.heading-line {
    font-size: 35px;
    color: #2c3e50;
    margin-bottom: 15px;
    /* position: relative; */
    /* display: inline-block; */
    font-weight: 600;
}

.benefit-box h6 {
    font-size: 17px;
    font-weight: 600;
}

.cf-img {
    height: 100%;
    width: 100%;
}

.cf-img img {
    height: 330px;
    width: 100%;
}

.pharma {
    line-height: 2rem;
}

.cfa-img {
    height: 100%;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cfa-img img {
    height: 320px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pl-img {
    height: 100%;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pl-img img {
    height: 250px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pharma-img {
    height: 100%;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pharma-img img {
    height: 265px;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.key-name {
	width: 100%;
    height: 20px;
    background-color: #ffffff;
    border: solid #14728b 2px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    /* justify-content: center; */
    border-radius: 20px;
}

.key-name p a {
	color: rgb(0, 0, 0);
	font-size: 9px;
	margin-top: 15px;
}