
:root {
    --bs-primary: #0f339f;
    --bs-secondary: #0f339f;
    --bs-light: #f8f9fa;
    --bs-dark: #0d0d0d;
    --bs-white: #ffffff;
    --bs-body: #d9e2ef;
    --bs-font-sans-serif: "Poppins", sans-serif;
    --section-padding: 80px;
    --container-max-width: 1200px;
    --transition-fast: all 0.3s ease;
    --transition-slow: all 0.6s ease;
    --card-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    --border-radius-lg: 20px;
}

.text-secondary {
    color: #000659c7 !important;
}

.home {
    overflow-x: hidden;
}

body p {
    font-size: 16px !important;
}

.section-title {
    font-size: 32px;
    font-weight: 900;
}

#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 ***/
body {
    font-family: "Poppins", sans-serif !important;
}

h1,
h2.h3,
h4,
h5,
h6,
p,
a {
    font-family: "Poppins", sans-serif !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    line-height: 1.2;
    color: #001248;
}

.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 {
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    outline: none;
}

.btn-hero {
    color: var(--bs-white);
    border: none;
    background-color: #0f339f !important;
    padding: 8px 10px 12px 10px !important;
    border-radius: 8px;


}

.btn-hero:active {
    background: var(--bs-primary);
    border: none !important;
    border-color: none;
    box-shadow: none;
    color: #fff;
    box-shadow: none;

}

.btn.btn-secondary {
    color: #fff;
    border: none;
    background-color: #0f339f !important;
    padding: 8px 10px 12px 10px !important;
    border-radius: 8px;

}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background: var(--bs-primary) !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: none !important;
    border-color: none;

}

/*** Topbar End ***/
.bg-secondary {
    background-color: #f8f9fa !important;
}

/*** Navbar ***/
.sticky-top {
    transition: 1s;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    padding: 10px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 17px;
    transition: .5s;
    z-index: 99;
}

.navbar .navbar-nav .nav-item {
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 2px solid var(--bs-secondary);
    opacity: 0;
    transition: 0.5s;
    z-index: 2 !important;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
}

.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 50%;
    height: 50%;
    opacity: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: white;
    background: var(--bs-secondary);
}

.nav-bar .navbar-toggler {
    color: var(--bs-dark);
    box-shadow: none !important;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

.navbar .nav-item .dropdown-menu {
    background: var(--bs-light);
    transition: 0.5s;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    transition: 0.5s;
}

.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item.active {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.navbar .nav-link.active {
  color: #1e4098 !important;
  font-weight: 600;
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        margin-top: 15% !important;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        border: 0;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 991px) {
    .navbar .nav-item .dropdown-menu {
        position: relative;
        margin-top: 0;
        transition: 0.5s;
    }

    .navbar .navbar-nav .nav-item::after,
    .navbar .navbar-nav .nav-item::before {
        display: none;
    }

    .navbar .navbar-nav .nav-item:hover::after,
    .navbar .navbar-nav .nav-item:hover::before,
    .navbar .navbar-nav .nav-item.active::after,
    .navbar .navbar-nav .nav-item.active::before {
        display: none;

    }

    .navbar .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .navbar .navbar-nav .nav-item {
        margin: 0;
    }

    .navbar .navbar-nav .nav-item.nav-link {
        padding: 12px 0;
    }
}

/*** Navbar End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 18, 72, 0.7), rgba(0, 18, 72, 0.7)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

/*** Single Page Hero Header End ***/

/*** Carousel Start ***/
.carousel .carousel-inner .carousel-item {
    position: relative;
    overflow: hidden;
    height: 550px;
}

@media (min-width: 992px) {
    .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .carousel .carousel-inner .carousel-item {
        height: 700px;
    }

    .carousel .carousel-inner .carousel-item img {
        height: 700px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .carousel-item .carousel-caption h1 {
        font-size: 36px;
    }

    .carousel-item .carousel-caption p.fs-5 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 576px) {
    #carousel-heading-1 {
        font-size: 25px;
    }

    #carousel-heading-2 {
        font-size: 12px !important;
    }

    #carousel {
        height: 500px;
    }

    #icon-box-1-heading,
    #icon-box-2-heading,
    #icon-box-3-heading,
    #icon-box-4-heading {
        font-size: 15px;
    }

    #icon-box-1-para,
    #icon-box-2-para,
    #icon-box-3-para,
    #icon-box-4-para {
        font-size: 10px !important;
    }

    #icon-box-icon {
        border-radius: 100% !important;
    }

    #Service-Cards {
        flex-direction: column;
    }
}

.carousel .carousel-inner .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.carousel .carousel-indicators {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    z-index: 5;
}

.carousel .carousel-indicators li,
.carousel .carousel-indicators li,
.carousel .carousel-indicators li {
    margin-right: 30px !important;
    width: 10px;
    height: 10px;
    border: 6px solid var(--bs-secondary);
    background: var(--bs-white);
    transition: 0.5s;
    display: none;
}

.carousel .carousel-indicators li.active {
    border: 10px solid var(--bs-primary);

}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    background: transparent;
}

.carousel .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    left: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    right: 0;
    padding: 25px 30px;
    background: var(--bs-primary);

}

.carousel .carousel-control-prev .carousel-control-prev-icon:hover,
.carousel .carousel-control-next .carousel-control-next-icon:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** About Start ***/
.about .about-item-content-img {
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-primary) var(--bs-primary) var(--bs-secondary);
}

.about .about-item-image {
    position: relative;
    background: var(--bs-light);
    background-image: url(../img/SAU/crausel\ 2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.about .about-item-image .img-1 {
    margin-bottom: 250px;
    margin-right: 0;
    border: 4px solid;
    border-color: var(--bs-secondary) var(--bs-light) var(--bs-light) var(--bs-secondary);
    z-index: 3;
}

.about .about-item-image .img-2 {
    margin-top: 250px;
    margin-left: 0;
    border: 4px solid;
    border-color: var(--bs-light) var(--bs-secondary) var(--bs-secondary) var(--bs-light);
    z-index: 3;
}

.about .about-item-image::before {
    width: 80%;
    height: 80%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: #0f339f8c;
    z-index: 2;
}

.about .about-item-image .about-item-image-content {
    width: 55%;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-secondary);
    border: 4px solid var(--bs-primary);
    opacity: 0.9;
    z-index: 4;
}

.about .about-item-image .about-item-image-effect {
    position: absolute;
    top: 0;
    right: 0;
}

.about-us-point {
    display: flex;
    gap: 10px;
}

/*** About End ***/

/*** Features Start ***/
.feature .feature-item {
    position: relative;
    transition: 0.5s;
}

.feature .feature-item:hover {
    background: var(--bs-white);
    border: 1px solid transparent;
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.feature .feature-item:hover a {
    transition: 0.5s;
}

.feature .feature-item:hover a:hover {
    color: var(--bs-secondary);
}

.feature .feature-item .feature-img img {
    border: transparent;
    transition: 0.5s;
}

.feature .feature-item:hover .feature-img img {
    border: 1px solid var(--bs-secondary);
}

/*** Features End ***/

/*** Services Start ***/

.services-section {
    max-width: 1300px;
    margin: 60px auto;
    padding: 0 20px;
}

/* ===== SERVICE CARD ===== */
.service-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    /* FIX IMAGE CUT ISSUE */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}


.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}


.service-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.erp-icon {
    color: #ffffff;
    font-size: 50px;
    width: 40px;
    height: 40px;
    line-height: 50px;
    margin-bottom: 18px;
    text-align: center !important;
}

.card-content {
    padding: 22px 24px 28px;
}


.card-content h3 {
    font-size: 24px;
    color: #0b2c6d;
    margin-bottom: 10px;
}


.card-content p {
    font-size: 15.5px;
    line-height: 1.7;
    color: #555;
}

/*** Services Start End ***/


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item .service-icon {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-item a.btn {
    color: var(--primary);
}

.service-item a.btn:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}

/*** Blog Start ***/
.blog-item {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.4s ease;
}

.blog-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blog-img img {
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-item:hover .blog-img img {
    transform: scale(1.05);
}

.blog-content a.h4:hover {
    color: var(--bs-primary);
    text-decoration: underline;
}

/*** Blog End ***/

/*** Contact Start ***/
.contact .contact-map {
    position: relative;
    overflow: hidden;
    padding: 20px;
    z-index: 1;
}

.contact .contact-map::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--bs-primary);
    z-index: -1;
}

.contact .contact-map::after {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--bs-secondary);
    z-index: -1;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(0, 18, 72, 0.9), rgba(0, 18, 72, 1)), url(../img/footer-img.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
    
}

.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: #ffffff !important;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}

/*** copyright end ***/
#why-choose-us .icon-circle {
    width: 50px !important;
    height: 50px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 20px;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    color: #0d6efd;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 20px rgba(13, 110, 253, 0.4);
    cursor: pointer;
    transition: 0.3s;
}

.play-btn:hover {
    background: #0d6efd;
    color: #fff;
}


/* testimonial */
.testimonial-card {
    border-radius: 10px;
    padding-top: 70px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 0 15px rgba(0, 68, 255, 0.05);
    background-color: #f2f3f5 !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 14px;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 68, 255, 0.15);
}

.testimonial-img-wrap {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid var(--bs-primary);
    object-fit: cover;
    background-color: #fff;
}

.testimonial-text {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    font-style: italic;
    padding: 0 10px;
    flex-grow: 1;
}



@media (max-width: 768px) {
    .testimonial-card {
        margin-top: 50px;
    }
}

/* @media (max-width: 500px) {
    #models {
        margin-top: -80px;
    }
    #moduls-btn {
        margin-top: -250px;
    }
} */

.accordion-button:not(.collapsed) {
    background-color: rgba(0, 68, 255, 0.05);
    color: var(--bs-primary);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-section img {
    max-width: 90%;
    transition: transform 0.4s ease;
}

.faq-section img:hover {
    transform: scale(1.05);
}

.contact-section .form-control {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.contact-section .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(0, 68, 255, 0.15);
}

.contact-section .btn-primary {
    background-color: var(--bs-primary);
    border: none;
    transition: all 0.3s ease;
}

.contact-section .btn-primary:hover {
    background-color: #0040cc;
    box-shadow: 0 4px 12px rgba(0, 68, 255, 0.3);
}

.map-container iframe {
    min-height: 350px;
}

.contact-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;

}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 68, 255, 0.15);
}

.contact-box .contact-social i {
    color: var(--bs-primary) !important;
}

.contact-box h6 {
    color: #000;
}

.contact-box p {
    font-size: 0.95rem;
    margin-bottom: 0;
}

.contact-info-wrapper,
.contact-form,
.map-container {
    height: 100%;
    border-radius: 20px;
}

.contact-social i {
    min-width: 35px;
    text-align: center;
}

.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: none !important;
}

.footer .footer-item .footer-p {
    line-height: 30px;
    color: var(--bs-body);
    padding-top: 20px;
}

/* media */
.media-card {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.media-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.glide__arrow {

    border: none !;
    color: #007bff !important;

    border-radius: 50%;
    font-size: 18px;
    transition: background 0.3s ease;
}

.glide__arrow:hover {
    background: #0056b3;
}

.glide__bullets button {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    border: none;
    transition: background 0.3s ease;
}

.glide__bullet--active {
    background: #007bff;
}

.glide__bullets {

    bottom: -32px !important;

}

.glide__arrow--right {
    right: -41px !important;
}

.glide__arrow--left {
    left: -41px !important;

}

.announcement-card {
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 68, 255, 0.05);
}

.announcement-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 68, 255, 0.15);
}

.section-title {
    font-weight: 700;
}

.text-primary {
    color: var(--bs-primary) !important;
}

@media(max-width: 500px) {
    #faq {
        flex-direction: column-reverse;
    }

    #faq-img {
        margin-bottom: 50px;
        width: 100%;
        height: 250px;
    }
}

/*** training Start ***/
.training .training-item .training-inner {
    position: relative;
}

.training .training-item .training-inner .training-title-name {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    transition: 0.5s;
}

.training .training-item {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.training .training-item:hover .training-inner .training-title-name {
    background: rgba(0, 58, 102, 0.5);
}

.training .training-item:hover .training-inner .training-title-name a {
    opacity: 0;
}

.training .training-item .training-inner img {
    transition: 0.5s;
}

.training .training-item:hover .training-inner img {
    transform: scale(1.3);
}

.training .training-item .training-content {
    position: absolute;
    width: 100%;
    bottom: -100%;
    left: 0;
    transition: 0.5s;
}

.training .training-item:hover .training-content {
    bottom: 0;
}

/*** training End ***/

/* Chatbot Box */
.fixed-buttons {
    position: fixed;
    right: 30px;
    bottom: 15%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: space-between; */
    gap: 150px;
    z-index: 9999;
}


.dual-icon {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.chatbot {
    background: var(--primary);
}

.chatbot img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chatbot-box {
    position: fixed;
    bottom: 90px;
    right: 25px;
    width: 350px;
    height: 420px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    z-index: 9999;
}

/* Header */
.chatbot-header {
    background: #1e4098;
    color: #fff;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.chatbot-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* Body */
.chatbot-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #f5f7ff;
}

.bot-msg,
.user-msg {
    margin-bottom: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  max-width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}

.bot-msg {
    background: #e0e7ff;
    color: #000;
}

.user-msg {
    background: #1e4098;
    color: #fff;
    margin-left: auto;
}

/* Footer */
.chatbot-footer {
    display: flex;
    border-top: 1px solid #ddd;
}

.chatbot-footer input {
    flex: 1;
    padding: 10px;
    border: none;
    outline: none;
}

.chatbot-footer button {
    background: #1e4098;
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
}


/*** Services Start ***/
.service-img {
    height: 370px;
    /* fixed height for all images */
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ensures image fills container without stretching */
    transition: transform 0.3s ease;
}

.service-item:hover .service-img img {
    transform: scale(1.05);
    /* zoom effect on hover */
}

.service .service-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover:after {
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.service .service-item .service-content {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.5s;
    opacity: 0;
    z-index: 3;
}

.service .service-item:hover .service-content {
    opacity: 1;
}

.service .service-item:hover .service-content a.fs-4 {
    color: var(--bs-white);
    transition: 0.5s;
}

.service .service-item:hover .service-content a.fs-4:hover {
    color: whitesmoke;
}

.service .service-item .service-title {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0px;
    right: 0;
    background: var(--bs-light);
    display: flex;
    transition: 0.5s;
    z-index: 3;

    padding-top: 19px;
}

 .service-item  h4 {
    font-size: 20px !important;
    line-height: 24px !important;
}

/* Tab header styling */
.custom-tabs .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 30px;
    margin: 10px 8px;
}

.custom-tabs .nav-link.active {
    background-color: #0056b3;
    color: #fff;
}

.custom-tabs .nav-link:hover {
    background-color: #0056b3;
    color: #fff;
}

.service .service-item:hover .service-title {
    margin-right: -100%;
}