/*** Spinner Start ***/
/*** 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;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);

}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

/*** Topbar Start ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    /* color: var(--bs-white); */
    /* color: #828282; */
    color: #000;
    font-size: 19px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    /* color: var(--bs-primary); */
    color: #20227f;
}

.top-header {
    border-top: 4px solid #19409a;
}


.navbar-light .navbar-brand img {
    /* max-height: 60px; */
    max-height: 80px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 80px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 1366px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-light .navbar-brand img {
        /* max-height: 60px; */
        max-height: 70px;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 70px;
    }
}


@media (max-width: 1024px) {
    .navbar-light .navbar-nav .nav-link {
        position: relative;
        margin-right: 20px;
        padding: 35px 0;
        /* color: var(--bs-white); */
        /* color: #828282; */
        color: #000;
        font-size: 12px;
        font-weight: 400;
        outline: none;
        transition: .5s;
    }

    .px-lg-5 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .navbar-light .navbar-brand img {
        /* max-height: 60px; */
        max-height: 55px;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 55px;
    }
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--bs-dark);
    }

    .navbar-light .navbar-brand img {
        /* max-height: 45px; */
        max-height: 60px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }

    .navbar-light {
        /* position: absolute; */
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        border-bottom: 1px solid;
        border-left: 0;
        border-style: dotted;
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
        border: none;
        padding: 10px !important;
    }

    .navbar-light .navbar-nav .nav-item::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        /* background: var(--bs-primary); */
        background: #20227f;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-nav .nav-item::before {
        bottom: 0;
    }

    .navbar-light .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 1px;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid;
        border-color: transparent transparent var(--bs-primary) transparent;
        opacity: 0;
        transition: 0.5s;
    }

    .navbar-light .navbar-nav .nav-item:hover::after,
    .navbar-light .navbar-nav .nav-item.active::after {
        bottom: 1px;
        opacity: 1;
    }

    .navbar-light .navbar-nav .nav-item:hover::before,
    .navbar-light .navbar-nav .nav-item.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header {
    position: relative;
    overflow: hidden;
}

.carousel-indicators {
    display: none;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    left: 0;
    border-left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;

}

.carousel .carousel-control-next .carousel-control-next-icon {
    right: 0;
    border-right: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
}

.carousel .carousel-inner .carousel-item {
    position: relative;
}

.carousel .carousel-inner .carousel-item .carousel-caption-1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* padding-top: 100px; */
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: end;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-1-content {
    text-align: end;
    padding-right: 100px;
}

.carousel-caption-1-content .carousel-caption-1-content-btn {
    display: flex;
    justify-content: end;
}

.carousel .carousel-inner .carousel-item .carousel-caption-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* padding-top: 100px; */
    padding-top: 10px;
    display: flex;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

.carousel-caption-2-content {
    text-align: start;
    padding-left: 100px;
}

.carousel-caption-2-content .carousel-caption-2-content-btn {
    display: flex;
    justify-content: start;
}


@media (max-width: 992px) {
    .carousel .carousel-inner .carousel-item {
        height: 600px;
        margin-top: -100px;
    }

    .carousel-inner {
        margin-top: 0px !important;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 600px;
        object-fit: cover;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-1 {
        max-width: 100% !important;
        justify-content: center;
        padding-top: 90px;
    }

    .carousel-caption-1-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-1-content .carousel-caption-1-content-btn {
        justify-content: center;
    }


    .carousel .carousel-inner .carousel-item .carousel-caption-2 {
        max-width: 100% !important;
        justify-content: center;
        padding-top: 90px;
    }

    .carousel-caption-2-content {
        padding: 0 20px !important;
        text-align: center !important;
    }

    .carousel-caption-2-content .carousel-caption-2-content-btn {
        justify-content: center;

    }



    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        display: none;
    }
}

.modal .modal-header {
    height: 100px;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .6);
}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)), url(../image/contact-banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

/*** Single Page Hero Header End ***/


/*** Features Start ***/
.feature .feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: var(--bs-white);
    border-radius: 10px;
    transition: 0.5s;
}

.feature .feature-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature .feature-item .feature-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    padding: 20px;
}

.feature .feature-item .feature-icon i {
    transition: 0.5s;
}

.feature .feature-item:hover .feature-icon i {
    transform: rotate(360deg);
}

.feature .feature-item a.btn {
    transition: 0.5s;
}

.feature .feature-item:hover a.btn:hover {
    color: var(--bs-primary) !important;
}

/*** Features End ***/

/*** About Start ***/

.about .about-img {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 30px;
}

.about .about-img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -30px;
    right: 0;
    border-radius: 10px;
    background: var(--bs-secondary);

}

.about .about-img::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    left: -30px;
    bottom: 30px;
    border-radius: 10px;
    background: var(--bs-secondary);
}

.about .about-img .about-exp {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px;
    font-size: 30px;
    font-weight: bold;
    background: var(--bs-secondary);
    color: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 10px;
}

/*** About End ***/

/*** Service Start ***/
.service-item {
    position: relative;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 1;
}

.service-item:hover::after {
    width: 100%;
    height: 100%;
}

.service-item:hover .service-content,
.service-item:hover .service-btn {
    position: relative;
    z-index: 2;
}

.service-item .service-content a,
.service-item .service-content p {
    transition: 0.5s;
}

.service-item:hover .service-content a:hover {
    color: var(--bs-secondary);
}

.service-item:hover .service-content a {
    color: #fff !important;
}

.service-item:hover .service-content p {
    color: var(--bs-white);
}

.service-item .service-btn {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bs-primary);
    transition: 0.5s;
}

.service-item .service-btn i {
    transition: 0.5s;
}

.service-item:hover .service-btn {
    background: var(--bs-white);
}

.service-item:hover .service-btn i {
    transform: rotate(360deg);
    color: var(--bs-primary) !important;
}

/*** Service End ***/


/* services-page */

.category-box {
    max-width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.category-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    border-left: 4px solid #20227f;
    padding-left: 10px;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    display: flex;
    /* align-items: center; */
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.3s ease;
}

.category-list a {
    color: gray;
}

.category-list li:hover {
    color: white;
    background-color: #20227f;

    i {
        color: white;
    }

    a {
        color: white;
    }
}


.category-list .icon {
    font-weight: bold;
    margin-right: 10px;
    font-size: 15px;
    color: #000;
}

/* Responsive */
@media (max-width: 768px) {
    .category-box {
        max-width: 100%;
    }
}

.services-applications ul li,
.services-advantages ul li {
    line-height: 30px;
    color: #000;
}

.services-item p {
    color: #000;
}


/* services-page end */



/*** Counter Start ***/
.counter {
    position: relative;
    overflow: hidden;
    /* background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)), url(../image/background.jpg); */
    background: linear-gradient(rgb(25 64 154 / 73%), rgb(25 64 154 / 52%)), url(../image/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/*** Counter End ***/


/*** Products Start ***/
.product .product-item {
    border: 1px solid rgba(196, 211, 211, 0.9);
    border-radius: 10px;
}

/*** Products End ***/


/* gallery */

.gallery-slider .item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

@media(max-width:768px) {
    .gallery-slider .item img {
        height: 250px;
    }
}

@media(max-width:480px) {
    .gallery-slider .item img {
        height: 220px;
    }
}

.product .owl-prev .owl-nav button {
    position: absolute;
    top: 40%;
    background: #0D74BA !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.product .owl-nav .owl-prev {
    left: -20px;
}

.product .owl-nav .owl-next {
    right: -20px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

/* Each dot */
.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
    transition: 0.3s;
}

/* Active dot */
.owl-dots .owl-dot.active {
    background: #0D74BA;
    width: 12px;
    border-radius: 10px;
}

/* gallery end  */

/*** Blog Start ***/
.blog .blog-item {
    border-radius: 10px;
    background: var(--bs-light);
    transition: 0.5s;
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    z-index: 1;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(0, 209, 249, 0.2);
}

.blog .blog-item .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    border-radius: 10px;
    background: var(--bs-primary);
    color: var(--bs-white);
    z-index: 2;
}

.blog .blog-item .blog-content a {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-content a:hover {
    color: var(--bs-primary) !important;
}

/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid var(--bs-secondary);
    border-radius: 10px;
}

.team .team-item .team-inner {
    transition: 0.5s;
}

.team .team-item:hover .team-inner {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.team .team-item .team-inner .team-img {
    position: relative;
    z-index: 2;
}

.team .team-item .team-inner .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(0, 209, 249, 0.2);
    transition: 0.5s;
    z-index: 3;
}

.team .team-item:hover .team-inner .team-img::after {
    height: 100%;
}

.team .team-item .team-inner .team-img .team-share {
    position: absolute;
    left: 10px;
    bottom: 10px;
    transition: 0.5s;
    z-index: 2;
}

.team .team-item:hover .team-inner .team-img .team-share {
    opacity: 0;
}

.team .team-item .team-inner .team-img .team-icon {
    position: absolute;
    bottom: 0;
    left: -100%;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    display: inline-flex;
    background: var(--bs-primary);
    transition: 0.5s;
    z-index: 4;
}

.team .team-item:hover .team-inner .team-img .team-icon {
    left: -25px;
}

/*** Team End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-top: 20px;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    border: 1px solid var(--bs-secondary);
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid var(--bs-primary);
    background: var(--bs-secondary) !important;
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
}

@media (max-width: 992px) {
    .owl-carousel.testimonial-carousel {
        padding-top: 30px;
    }

    .testimonial .owl-nav .owl-prev,
    .testimonial .owl-nav .owl-next {
        top: -30px;
    }
}

/*** testimonial End ***/


/* clients */


.clients-slider .item {
    padding: 20px;
}

.clients-slider img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    /* filter: grayscale(100%); */
    transition: 0.3s;
    border: 1px solid #ccc;
}

/* .clients-slider img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
} */

/* end clients  */

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    /* color: var(--bs-primary); */
    color: #fff;
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary) !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/

/* icon */

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

/*-- //end icon --*/




/* Card size */
.compact-card {
    /* height: 160px;   
    width: 160px;          
     */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image size */
.compact-card img {

    object-fit: fill;
}

.t-h-4 {
    font-size: 20px;
}


.feature-item {
    height: 300px;
}

.feature-item-about {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.feature-item-about p {
    flex-grow: 1;
}

.feature-item-about .btn {
    margin-top: auto;
}

.s-f-z {
    font-size: 22px;
    font-weight: 500;
}

.shadow {
    box-shadow: 10px 8px rgba(0, 0, 0, 0.2) !important
}

.card:hover {
    transform: scale(1.05);
}

@media (max-width: 426px) {
    .row {
        --bs-gutter-x: 0.75rem;
    }

    .row>.col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .shadow {
        box-shadow: 6px 3px rgba(0, 0, 0, 0.2) !important
    }

    .compact-card {
        max-width: 70%;
        /* slightly smaller card */
        margin: 0 auto;
        /* centered */
    }

    .card:hover {
        transform: none;
    }
}

@media (max-width: 576px) {
    .card:hover {
        transform: none;
    }
}

/* light gallery */
.gallery-item img {
    height: 280px;
    /* Set a fixed height for the grid view */
    object-fit: cover;
    /* This crops the image to fill the box without stretching */
    border-radius: 10px;
    /* Optional: adds nice rounded corners */
    transition: 0.3s;

}

.gallery-item:hover img {
    filter: brightness(70%);

    transform: translateY(-5px);
    /* Small lift effect on hover */
}

.Methods-text {
    text-align: center;
    color: #001442;
    font-size: 20px;
    margin-top: 10px;
}


.heading {
    text-align: center;
}

/* <!-- Features of Corporate NDT Training Start --> */
.icon {
    font-size: 60px;
    /* BIG icon */
    color: #0d6efd;
    /* Bootstrap primary */
    margin-bottom: 15px;
}

.card-title {
    font-size: 1.35rem;
    /* Bigger heading */
    font-weight: 600;
}

/* <!-- Features of Corporate NDT Training End --> */




/* NDT Methods cards */
.method-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.method-card img {
    width: 100%;
    /*  height: 180px; */
    object-fit: cover;
}

.method-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
    background-color: #001442;

    .method-title {
        background-color: #001442;
        color: white;
    }
}

.method-title {
    padding: 12px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #000;
}

/* Why Choose Us cards */
.card {
    border: none;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.card .icon {
    font-size: 38px;
    color: #0d6efd;
    margin-bottom: 14px;
}

.services-ndt {
    height: 100%;
}

.services-ndt img {
    height: 100%;
    object-fit: cover;
}

.category-box {
    height: 100%;
}

/* <!--On-site NDT Testing Start --> */
.on-site-method-card {
    /* text-align: center; */

    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;

}


.on-site-method-card img {
    width: 100%;
    object-fit: cover;
    /* border-radius: 6px; */
}

.on-site-method-title {
    /* margin-top: 10px; */
    font-weight: 600;
    color: black;
}

/* .on-site-method-card {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
} */

.on-site-method-card:hover {
    /* transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); */
     transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
 
    .on-site-method-title{ background-color: #001442;
        color: white;}
}
.on-site-method-card:hover .on-site-method-title h5{color: #FFF;}
.on-site-method-card:hover{ background-color: #001442;}

.on-site-method-title {
    /* margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    color: #000; */
   padding: 12px;
    font-weight: 600;
    text-align: center;
    background: #fff;
    color: #000;
}

/* <!--On-site NDT Testing end --> */
.Why-Choose-Us-img {
    display: flex;
    justify-content: center;
}

.Why-Choose-Us-img p {
    margin-top: 15px;
}

.Why-Choose-Us-img img {
    width: auto;

    height: auto;

    max-width: 100%;

    display: inline-block;
}

/* Product start */
.Unique-Strength {
    justify-content: center;
}

.Unique-Strength-product {
    align-content: center;
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 12px
}

.product-img {
    align-items: center;
    border: 2px solid gray;
    margin-bottom: 15px;
    padding: 20px 15px;
    border-radius: 20px;
    gap: 20px;
    justify-content: center;

    h5 {
        font-size: 18px;
    }
}

.product-img img {
    border-radius: 15px;
}

.Product-Categories h5 {
    font-size: 18px;
}

.Product-Categories {
    margin-bottom: 20px;
}

/* Product end*/
/* Manufacturing of NDT Test Blocks start */

.Manufactur-img {
    background-color: #001442;
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
    padding: 30px;
    border: 2px solid #001442;
    border-radius: 15px;

    margin-bottom: 20px;
}

.Manufactur-img img {
    width: 40%;
    max-width: 420px;
    height: auto;
    object-fit: cover;
}

.Manufactur-img p {
    width: 60%;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
    .Manufactur-img {
        flex-direction: column;
        text-align: center;
    }

    .Manufactur-img img,
    .Manufactur-img p {
        width: 100%;
    }
}


/* Manufacturing of NDT Test Blocks end */


.manufactur-img-2 {
    display: flex;
    align-items: center;
    gap: 40px;
}

.manufactur-img-2 img {
    width: 45%;
    border-radius: 15px;
}

.manufactur-img-2 div {
    width: 55%;
}

/* Mobile */
@media (max-width: 768px) {
    .manufactur-img-2 {
        flex-direction: column-reverse;
        text-align: center;
    }

    .manufactur-img-2 img,
    .manufactur-img-2 div {
        width: 100%;
    }
}


/* <!-- manufactur-quality /Why Choose Us start --> */
/* .Our-Quality {
    border: 2px solid black;
    border-radius: 15px;
    background:
        linear-gradient(40deg, #ffffff 0%, #19409a63 90%);

}

.Choose-us {
    border: 2px solid black;
    border-radius: 15px;

    background:
        linear-gradient(300deg, #ffffff 0%, #19409a63 90%);

}

.manufactur-quality {

    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 15px;
    gap: 15px;

    i {
        color: #001442;
    }

    h1,
    h2,
    h3 {
        color: #0f172a;
    }

    p,
    span {
        color: #334155;
    }

    li {
        color: black;
    }
}

.Our-Quality-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.Choose-us-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 12px;
}

.Our-Quality-text li {
    list-style: none;
    padding: 12px;
}

.Our-Quality-text {
    padding: 20px;
}

.Choose-us-text li {
    list-style: none;
    padding: 12px;
} */
.manufactur-quality {
    display: flex;
    gap: 30px;
    margin-top: 50px;

    i {
        color: #001442;
    }

    h1,
    h2,
    h3 {
        color: #0f172a;
    }

    p,
    span {
        color: #334155;
    }

    li {
        color: black;
    }
}

.Our-Quality-text li {
    margin-bottom: 14px;
    list-style: none;
}

.Our-Quality,
.Choose-us {
    flex: 1;
    background:
        linear-gradient(300deg, #ffffff 0%, #19409a63 90%);

    padding: 30px;
    border-radius: 18px;
}

.Our-Quality {
    background:
        linear-gradient(40deg, #ffffff 0%, #19409a63 90%);
}

/* Head alignment */
.Our-Quality-img,
.Choose-us-img {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/* Lists */

.Choose-us-text li {
    list-style: none;
    margin-bottom: 10px;
}

/* Mobile */
@media (max-width: 768px) {
    .manufactur-quality {
        flex-direction: column;
    }
}


/* <!-- manufactur-quality /Why Choose Us end --> */
/* <!-- service offered start --> */
.service-card {
    padding: 20px;
    border-radius: 15px;
}

.service-card img {
    width: 100%;
    height: 200px;
    /* KEY: uniform card height */
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
}

.service-card .card-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* List styling */
.Services-offere-text {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.Services-offere-text li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.Services-offere-text i {
    font-size: 8px;
    margin-top: 6px;
}

/* Mobile fine-tuning */
@media (max-width: 576px) {
    .service-card img {
        height: 180px;
    }
}


/* <!-- service offered end --> */
/* <!-- Resources Start --> */
/* =========================
   RESOURCE CARDS
========================= */

/* Corporate Resource Styles */
.Resources-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 15px;
    border: 1px solid #eef2f6;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.Resources-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: #001442;; /* Uses your primary Bootstrap color */
}

.Resources-card .icon-box {
    width: 60px;
    height: 60px;
    background: rgba(0, 123, 255, 0.1);
    color: #001442;;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 24px;
    margin-bottom: 25px;
    transition: 0.3s;
}

.Resources-card:hover .icon-box {
    background: #001442;;
    color: #fff;
}

.Resources-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a2a40;
    margin-bottom: 15px;
}

.Resources-card p {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
}

.read-more-link {
    text-decoration: none;
    color: #001442;;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.read-more-link i {
    transition: transform 0.3s;
}

.read-more-link:hover i {
    transform: translateX(5px);
}
/* <!-- Resources End --> */
/* Methods-Covered start */
.Methods-Covered .on-site-method-title:hover{color: white;}

/* SECTION SPACING */
.ndt-section {
    padding: 20px 0;
}

/* CARD BASE */
.ndt-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    cursor: pointer;
}

/* IMAGE WRAPPER */
.ndt-card-img {
    overflow: hidden;
}

/* IMAGE */
.ndt-card-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

/* BODY */
.ndt-card-body {
    padding: 16px;
    transition: background 0.3s ease;
}

/* TITLE */
.ndt-card-title {
    font-weight: 600;
    margin: 0;
    color: #000;
    transition: color 0.3s ease;
}

/* ---------- HOVER EFFECT ---------- */

/* Card lift */
.ndt-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* Image zoom */
.ndt-card:hover img {
    transform: scale(1.08);
}

/* Title background + text change */

.ndt-card:hover{background-color: #001442;}
.ndt-card:hover .ndt-card-title {
    color: #fff;
}

/* Methods-Covered end */


/* ===== Resources Section ===== */

.Resources-container .row {
    align-items: stretch;
}

/* Card */
.Resources-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    border: 1px solid #e9ecef;
    transition: all 0.25s ease;
}

/* Hover */
.Resources-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Icon */
.icon-box {
    width: 56px;
    height: 56px;
    background: #f1f6ff;
    color: #0d6efd;
    border-radius: 12px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 22px;
    margin-bottom: 18px;
}

/* Heading */
.Resources-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

/* Paragraph */
.Resources-card p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ===== ACCESS DOCUMENT LINK (FIXED) ===== */

.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-weight: 600;
    color: #001442;
    text-decoration: none;

    white-space: nowrap;        /* FORCE ONE LINE */
    overflow: hidden;
}

/* Arrow animation */
.read-more-link i {
    transition: transform 0.25s ease;
}

.read-more-link:hover i {
    transform: translateX(6px);
}

/* Hover color */
.read-more-link:hover {
    color: black;
}
