/********** 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;
}

/*** 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: #064d86;
    /* 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: 90%;
}

.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%);
    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;
}

.carousel-info h2 {
    font-size: 45px;
    color: #fff;
}

.carousel-info h6 {
    font-size: 20px;
    color: #fff;
}

.carousel-overlay {
    position: absolute;
    height: 300px;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.37);
    top: 50%;
    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;
        right: -35%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 120%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        right: -35%;
    }
}


/*** Hero Header ***/
.hero-header {
    margin-top: 0px;
    padding: 70px 0px 70px !important;
    background: url(../images/banners/bread2.webp) 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;
}


.footer-bg {
    background: linear-gradient(53deg, rgba(7, 79, 145, 1) 12%, rgba(6, 43, 79, 1) 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-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;
    font-size: 13px;
}

.foot-logo img {
    background-color: #fff;
}

.f-padd {
    padding-left: 40px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: normal;
    transition: .3s;
    font-size: 13px;
}

.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: 15px;
}

.foot-flex a {
    color: #fff;
    font-size: 13px;
}

.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(300px, 1fr));
    gap: 30px;
}

.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: 70px 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-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: 230px;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

/* .kms-content{
    display: flex;
    gap: 10px;
} */

.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: 40px;
    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: 3rem;
    color: #3498db;
    margin-bottom: 25px;
    display: inline-block;
    background: rgba(52, 152, 219, 0.1);
    width: 80px;
    height: 80px;
    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: 1.8rem;
    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 {}

.footer-sec .footer-content a {
    text-decoration: none;
}

.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: 1rem;
    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;
    }
}


/* key-pages */

.key-headings {
    font-weight: 600;
    font-size: 35px;
    padding: 7px 0px;
    line-height: 1.4;
}

.k-text-white {
    color: #fff;
}

.key-hero-sec {
    padding: 60px 0px 50px;
}

.key-hero-sec img {
    width: 100%;
}

.kd-flex {
    display: flex;
    align-items: center;
    padding: 5px 0px;
    gap: 5px;
}

.key-left-contents {
    border: 2px solid #000;
    padding: 10px;
}

.key-left-contents h3 {
    margin-bottom: 10px;
}

.key-left-contents p {
    margin: 0;
}

.key-l-serv-sec {
    margin: 15px 0px;
}

.key-l-plug-sec {
    margin-top: 15px;
}

.key-l-serv-sec ul {
    padding: 0;
    margin: 0;
}

.key-l-serv-sec ul li {
    list-style: none;
    background-color: #022b4c;
    padding: 8px;
    margin: 8px 0px;
    transition: 0.3s ease;
}

.key-l-serv-sec ul li:hover {
    background-color: #da2420;
    margin-left: 5px;
}

.key-service-active {
    background-color: #da2420 !important;
}

.key-l-serv-sec ul li a {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
}

.key-left-contents i {
    font-size: 18px;
    color: #da2420;
}

.kd-flex a {
    font-size: 15px;
}


/* proces-section */

.process-sec {
    padding: 0px;
}

.pro-left-sec {
    /* background: linear-gradient(rgba(31, 31, 31, 0.253), rgb(42 42 42 / 26%)), url(../images/key/key-images/k1a.webp); */
    height: 620px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pro-left-sec-k1 {
    background: linear-gradient(rgba(31, 31, 31, 0.253), rgb(42 42 42 / 26%)), url(../images/key/key-images/k1e.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
    width: 100%;
}

.pro-left-sec-k2 {
    background: linear-gradient(rgba(31, 31, 31, 0.253), rgb(42 42 42 / 26%)), url(../images/key/key-images/k2b.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
    width: 100%;
}

.pro-left-sec-k3 {
    background: linear-gradient(rgba(31, 31, 31, 0.253), rgb(42 42 42 / 26%)), url(../images/key/key-images/k3b.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
    width: 100%;
}

.pro-left-sec-k4 {
    background: linear-gradient(rgba(31, 31, 31, 0.253), rgb(42 42 42 / 26%)), url(../images/key/key-images/k4a.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
    width: 100%;
}

.pro-left-sec-k5 {
    background: linear-gradient(rgba(31, 31, 31, 0.253), rgb(42 42 42 / 26%)), url(../images/key/key-images/upvc-glazing-and-acp-manufacturer.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 620px;
    width: 100%;
}

.pro-right-sec {
    background: linear-gradient(rgb(6 57 104 / 81%), rgb(6 46 84 / 92%)), url(../images/key/key-images/k1b.webp);
    height: 620px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.pro-right-contents {
    padding: 40px;
}

.pro-right-contents .heading-one {
    background-color: #da2420;
    padding: 9px 18px;
    width: fit-content;
    margin-bottom: 10px;
    border-radius: 24px;
}

.pro-right-contents .heading-one h2 {
    font-size: 18px;
    margin: 0;
    color: #ffffff;
}

.heading-one h4 {
    margin: 0;
}

.pro-points {
    margin-top: 30px;
}

.pro-right-contents p {
    color: #fff;
}

.pro-df {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.pro-right-contents h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.pro-right-contents h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.pro-points .pro-picon {
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #da2c1f;
}

.pro-points .pro-picon i {
    color: #fff;
    font-size: 20px;
}

.pro-points .pro-det-points h5 {
    color: #fff;
    font-size: 16px;
    margin: 0px 0px 3px;
}


/* key-cards */

.key-card-sec {
    /* background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
    /* min-height: 100vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px;
}

.key-card-container {
    width: 100%;
}

.key-card-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.key-card-section-heading {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* .key-card-section-heading::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;
} */

.key-sec-cards {
    background-color: #f8f9fa;
    padding-bottom: 30px;
}

.key-card-section-subtitle {
    font-size: 1.1rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.key-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.key-card-item {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.3s ease;
    padding: 25px 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    text-align: left;
    position: relative;
}

.key-card-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.key-card-icon-bg {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.key-card-icon-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0.2;
    z-index: -1;
}

.key-card-icon {
    font-size: 2rem;
    color: white;
}

.key-card-heading {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.key-card-content {
    color: #5a6c7d;
    line-height: 1.6;
    font-size: 14px;
}

/* Card 1 */
.key-card-item:nth-child(1) .key-card-icon-bg {
    background: linear-gradient(135deg, #fd9699 0%, #fac9bc 100%);
    /* background-color: #ffebe8; */
}

.key-card-item:nth-child(1) {
    background: #ffd8d3;
}

/* Card 2 */
.key-card-item:nth-child(2) .key-card-icon-bg {
    background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%);
}

.key-card-item:nth-child(2) {
    /* background: linear-gradient(to bottom right, #ffffff, #f5fbff); */
    background: #deedff;
}

/* Card 3 */
.key-card-item:nth-child(3) .key-card-icon-bg {
    background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%);
}

.key-card-item:nth-child(3) {
    /* background: linear-gradient(to bottom right, #ffffff, #f7fff5); */
    background-color: #e4ffdb;
}

/* Card 4 */
.key-card-item:nth-child(4) .key-card-icon-bg {
    background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}

.key-card-item:nth-child(4) {
    /* background: linear-gradient(to bottom right, #ffffff, #fef5ff); */
    background-color: #f2dfff;
}

/* Responsive Design */
@media (max-width: 768px) {
    .key-card-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .key-card-section-heading {
        font-size: 2rem;
    }

    .key-card-item {
        padding: 25px 20px;
    }
}

@media (max-width: 480px) {
    .key-card-grid {
        grid-template-columns: 1fr;
    }

    .key-card-section-heading {
        font-size: 1.8rem;
    }

    .key-card-section-subtitle {
        font-size: 1rem;
    }

    .key-card-item {
        padding: 20px 15px;
    }

    .key-card-icon-bg {
        width: 80px;
        height: 80px;
    }

    .key-card-icon {
        font-size: 1.8rem;
    }
}


.what-set-apart-sec {
    padding: 80px 0px 80px;
}

.what-set-apart-left img {
    width: 100%;
}

.wsa-headings {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.wsa-headings i {
    font-size: 23px;
    color: #022b4c;
}

.what-set-apart-right {
    padding: 15px 30px;
}



/* onnn */
.ptb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
}


.brochures-prgs {
    cursor: pointer;
    border-top: 4px solid #dc0030;
    ;
    border-left: 3px solid #dc0030;
    ;
    padding: 11px;
    color: #373333;
    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: 0;
    position: absolute;
    padding: 10px;
    border-radius: 6px;
    margin-top: -7px;
    margin-right: 6px;
    background: #dc0030;
    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);
    }
}

/* onnn */


.key-mid-sec {
    background: linear-gradient(rgb(58 58 58 / 62%), rgb(42 42 42 / 45%)), url(../images/key/key-banners/key-mid-banners.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    padding: 50px 0px 50px;
}

.key-mid-sec p {
    margin: 0;
}

.key-mid-sec-contents .kms-content {
    background-color: #063058;
    padding: 15px;
    width: fit-content;
    margin: 10px 0px;
}

.key-mid-sec-contents .kms-content a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.foot-logo img {
    width: 90%;
}

.txt-jus {
    text-align: justify;
}

/* ================== 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;
    }

    .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;
    } */

    .key-hero-sec p {
        text-align: justify;
    }

    .key-headings {
        font-size: 25px;
        line-height: 1.3;
    }

    .pro-left-sec {
        height: 245px;
    }

    .pro-right-contents {
        padding: 20px 10px;
    }

    .pro-right-contents .heading-one {
        border-radius: 5px;
    }

    .pro-df {
        gap: 15px;
    }

    .pro-right-sec {
        height: 750px;
        width: 100%;
    }

    .pro-points .pro-picon {
        width: 80px;
    }

    .what-set-apart-right {
        padding: 30px 15px;
    }

    .what-set-apart-sec {
        padding: 50px 0px 35px;
    }

    .f-padd {
        padding: 0;
    }
    .head-mo {
            font-size: 30px;
    }
    .footer-hide {
        display: none;
    }
}

/* ========================= */


/* -funnels-Css--- */
/*mobile footer css starts*/

.navbar-footer a {
    float: left;
    display: none;
    width: 25%;
    color: #fff;
    text-align: center;
    padding: 25px 22px 38px 20px;
    text-decoration: none;
    font-size: 21px;
    /* margin-right: 22px;
    margin-left: 21px; */
}

.navbar-footer a:hover {
    background: #F1F1F1;
    color: black;
}

.w_app>i {
    color: #fff;
}

.w_app {
    background-color: #28A745;
}

.e_mail>i {
    color: #fff;
}

.e_mail {
    background-color: #DC3545;
}

.ems_call>i {
    color: #fff;
}

.ems_call {
    background-color: #007BFF;
}

.ems_enquiry>i {
    color: #fff;
}

.ems_enquiry {
    background-color: #FFC107;
}

.upside {
    display: none;
}

.mobile-hidden i {
    color: white;
}

@media screen and (min-width :315px) and (max-width :768px) {
    .upside {
        display: block;
    }

    .funnal-mobile {
        display: none !important;
    }

    .mobile-footer {
        display: block !important;
    }

    .social-mobile li a .fa {
        display: none;
    }

    .navbar-footer {
        overflow: scroll;
        z-index: 9999999 !important;
        background-color: #ccc;
        position: fixed;
        bottom: -16px;
        width: 100%;
    }

    .navbar-footer a:hover {
        background: #f1f1f1;
        color: black;
    }

    .main {
        padding: 0px;
        margin-bottom: 54px;
    }

    .navbar-footer {
        display: block !important;
    }

}

.mobile-hidden a {
    font-size: 16px;
}

/* mobile footer css end*/
@media only screen and (max-width:768px) {


    .mobile-hidden {
        display: none !important;
    }

    .tab {
        margin: 4px 4px !important;
    }

    .brochures-prgs .fa-plus {
        margin-right: 30px !important;
    }
}

/* Funnel css start */
.btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 15px 30px;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 15px 30px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
    padding: 15px 30px;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

/* .btn-primary {
      color: #fff!important;
      background-color: #0084bd;
      border-color: #0d668d;
      padding: 15px 30px;
    }
    .btn-primary:hover {
      color: #fff;
      background-color: #0d668d;
      border-color: #204d74
    } */
.pb-20 {
    padding-top: 10px;
    padding-bottom: 30px;
}


/* -funnels-Css-Ends--- */