/********** Template CSS **********/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* margin: 0px !important; */
}

:root {
    --primary: #1363C6;
    --secondary: #15ACE1;
    --light: #F4F7FE;
    --dark: #14183E;
}


/*** 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;
}


/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}

.about-heading

/*** Button ***/
.btn {
    font-weight: 500;
    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;
    border-radius: 50px;
}


/* CSS of header starts */
.navbar-nav {
    margin: 0 auto;
}

.navbar .btn-custom {
    margin-left: 10px;
}

.navmenu ul li a {
    padding: 0 15px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.nav-link.active {
    color: #1e4098 !important;
    font-weight: bold;
}

.navmenu ul li a::after {
    content: '';
    position: relative;
    display: block;
    width: 0;
    height: 2px;
    margin: auto;
    background: #1e4098;
    transition: 0.5s;
}

.navmenu ul li a:hover::after {
    width: 100%;
}

.navmenu ul li a:hover {
    color: #1e4098;
}

.dekstop-btn,
.mobile-buttons {
    gap: 10px;
}

.dekstop-btn .nav-btn,
.mobile-buttons .nav-btn {
    border: 1px solid #1e4098 !important;
    border-radius: 10px !important;
    padding: 10px 16px;
    font-size: 14px;
    transform: 0.5s;
}

.dekstop-btn .partnet-btn,
.mobile-buttons .partnet-btn {
    color: #1e4098;
}

.btn-group .quote-btn {
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
    background: #ffffff;
    color: #1e4098 !important;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500 !important;
    transform: 0.5s;
}

.btn-group .quote-btn:hover {
    color: #1e4098 !important;
    background: #ffffff;
}

.dekstop-btn .partnet-btn:hover,
.mobile-buttons .partnet-btn:hover {
    background: #1e4098;
    color: #ffffff;
}

.dekstop-btn .quote-btn,
.mobile-buttons .quote-btn {
    background: #1e4098;
    color: #ffffff;
    transform: 0.5s;
}

.dekstop-btn .quote-btn:hover,
.mobile-buttons .quote-btn:hover {
    color: #1e4098;
    background: #ffffff;
}

.mobile-buttons a {
    width: 131px !important;
    height: 45px !important;
}

@media (max-width: 1024px) {
    .navbar-nav {
        margin: 0;
    }

    .navmenu ul li a {
        padding: 10px 10px !important;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

    .navmenu ul li a::after {
        display: none;
    }


    .mobile-buttons {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .mobile-buttons a {
        width: 140px !important;
        height: 45px !important;
        text-decoration: none;
        border-radius: 10px;
    }
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

S
/* CSS of header end */


/*** Hero Header ***/
.hero-header {
    margin-top: -75px;
    background: url(../img/bg-hero.png) center center no-repeat;
    background-size: cover;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    left: 0;
    background: var(--dark);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    left: 50px;
    background: var(--dark);
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: 0;
    background: #1e4098;
}

.section-title h6::after {
    top: 5px;
    left: 3px;
}


/* CSS of Banner start */

.banner-dekstop {
    width: 100%;
    height: 100%;
    background: url('../img/face-reconization-banner-1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner .banner-content {
    padding: 250px 0;
    width: 600px;
}


.banner .banner-content h1 {
    color: #fff;
    font-size: 50px !important;
    font-weight: 700;
}

.banner .banner-content p {
    color: #fff;
    font-size: 20px !important;
    font-weight: 500;
}

@media(max-width:768px) {
    .banner .banner-content {
        width: 100% !important;
        height: 100% !important;
        padding: 100px 0 50px 0;
    }

    .banner .banner-content h1 {
        font-size: 34px !important;
    }

    .banner .banner-content p {
        font-size: 18px !important;
    }
}

.banner-mobile {
    display: none;
}

@media(max-width:600px) {
    .banner-dekstop {
        display: none;
    }

    .banner,
    .smart-solution,
    .services,
    .smart-tech,
    .about-us {
        overflow-x: hidden;
    }

    .banner-mobile {
        position: relative;
        display: block !important;
        width: 100%;
        height: 100%;
        background: url('../img/face-banner-2.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .banner-mobile::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        /* dark overlay */
        z-index: 1;
    }

    /* Keep content above overlay */
    .banner-mobile * {
        position: relative;
        z-index: 2;
    }

}

.banner-btn {
    padding: 10px 16px;
    border-radius: 10px;
    background: #ffffff;
    color: #1e4098;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    transition: 1s;
}

.banner-btn:hover {
    background: #1e4098;
    color: #ffffff;
}

/* CSS Of Banner Ends */

/*** About ***/

.about-us,
.services,
.smart-solution,
.contact {
    padding: 80px 0 !important;
}

@media(max-width:768px) {

    .about-us,
    .services,
    .smart-solution,
    .contact {
        padding: 30px 0 !important;
    }

}

.about-img {
    position: relative;
    /* overflow: hidden; */
}

.about-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

/* CSS of Services Start */

.services {
    background: #000;
    padding: 50px 0;
}

.services h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
}

@media(max-width: 768px) {
    .services h2 {
        text-align: center !important;
    }
}

.card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 220px;
    max-width: 280px;
    /* height: 315px; */
    flex: 1 1 calc(20% - 20px);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}


.card-content {
    padding: 20px 20px 0px;
    flex-grow: 1;
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color, #1e4098);
    text-transform: uppercase;
}

.card-text {
    font-size: 12px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 400;
}

.card-media {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    display: block;
    transition: transform 0.5s ease;
}

.card-hover-content {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #1e4098, #f58324);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    transition: left 0.5s ease;
}

.card:hover .card-image {
    transform: translateX(-100%);
}

.card:hover .card-hover-content {
    left: 0;
}

@media (max-width: 1024px) {
    .card {
        flex: 1 1 calc(33.33% - 20px);
    }
}

@media (max-width: 768px) {
    .card {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .card {
        flex: 1 1 100%;
    }
}


/*** Case Study ***/
.case-item img {
    transition: .5s;
}

.case-item:hover img {
    transform: scale(1.2);
}

.case-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(20, 24, 62, 0), var(--dark));
    z-index: 1;
}

.case-overlay small {
    display: inline-block;
    padding: 3px 15px;
    color: #FFFFFF;
    background: 1e4098;
    border-radius: 25px;
    margin-bottom: 15px;
}

.case-overlay span.btn:hover {
    color: var(--primary);
    background: #FFFFFF;
    border-color: #FFFFFF;
}


/*** Footer ***/
.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .5);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .location-address {
    display: flex;
    color: #ffffff !important;
}

.footer .location-address i {
    margin-top: 5px;
}

/* testimonials Start */
.testimonials {
    background: url('/img/testimonial-bg.jpg') center center / cover no-repeat;
}

.testimonials .swiper {
    width: 100%;
    height: 320px !important;
}

.testimonial-slider {
    position: relative;
    /* padding: 50px 0; */
    padding-bottom: 30px !important;
}

.testimonials-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 12px;
    padding: 4px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 30px;
    position: relative;
    overflow: hidden;
    background: rgb(255, 255, 255);
    transition: 0.3s ease;
    width: 100%;
}

.testimonials-body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #d9dedd;
    z-index: 0;
    transition: height 0.4s ease;
    border-radius: 10px;
}

.testimonials-body * {
    position: relative;
    z-index: 1;
}

.testimonials-body:hover::before {
    height: 100%;
}

.testimonials-body:hover {
    color: var(--text-black);
}

.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.custom-prev {
    left: -60px;
}

.custom-next {
    right: -60px;
}

.testimonials .testimonials-body .fa-quote-right {
    font-size: 40px;
    color: #1e4098;
}

.testimonials-body .testimonials-body-content {
    font-size: 16px;
}

.testimonials-cards {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 100%;
}

.testimonials-cards img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
    border: 2px solid rgb(240, 240, 240);
    transition: border-color 0.3s 0.1s;
}

.testimonials-cards h5 {
    font-size: 14px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    transition: color 0.3s 0.1s;
    line-height: 10px !important;
}

.testimonials-cards .star-rating span i {
    color: #1e4098;
    font-size: 14px;
    margin-right: 2px;
    transition: color 0.3s 0.1s;
    line-height: 21px;
    height: 21px;
    display: flex;
    align-items: center;

}

.testimonial-slider .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
}

.swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.4;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #000;
    opacity: 1;
}

/* testimonials Ends */

/* CSS of Smart Solution Start */

.smart-solution {
    background: url('/img/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.smart-solution-img img {
    width: 100%;
    border-radius: 10px;
}

.smart-solution-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.smart-solution-content-point {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.smart-solution-content-point a svg {
    width: 50px;
    height: 50px;
}

.smart-solution-content-point h6 {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 20px;
    color: #1e4098;
}

.smart-solution-content-point p {
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 24px;
    color: var(--text-black);
}

/* CSS of Smart Solution Ends */

/* CSS of Smart Tech Start */

.smart-tech {
    background: url('/img/bg-hero.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
    position: relative;
}

.smart-tech h2,
.case-heading,
.testimonials h2,
.contact h2,
.smart-solution-content h2,
.about-heading,
.faq-title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px !important;
    position: relative;
    z-index: 2;
    color: #1e4098 !important;
}

.smart-tech h2 {

    margin-left: -10px !important;
}

@media (max-width: 1024px) {

    .smart-tech h2,
    .case-heading,
    .testimonials h2,
    .contact h2,
    .smart-solution-content h2,
    .about-heading,
    .faq-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
        margin-left: 0px !important;
        margin-top: 20px !important;
    }

    .smart-tech-content-1 h3 {
        padding-top: 20px !important;
    }
}

.smart-tech-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smart-tech-content-1 {
    background: var(--primary-color);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.color-1 {
    background: #1e4098;
}

.color-2 {
    background: #f58324;
}

.color-3 {
    background: #5B00D2;
}

.color-4 {
    background: #881400;
}


.smart-tech-content-1 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    /* line-height: 3px; */
    text-align: left !important;
    padding: 0 20px;
}

.smart-tech-content-1 p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 22px;
    padding: 0 20px;
}

.smart-tech-container .row {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.smart-tech-container .col-md-3 {
    padding: 0 !important;
}

.smart-tech-boxes-mobile {
    display: none !important;
}

@media (min-width: 750px) and (max-width: 892px) {
    .smart-tech-boxes {
        display: none !important;
    }

    .smart-tech-boxes-mobile {
        display: flex !important;
        flex-direction: column;
        width: 100% !important;
    }

    .smart-tech-inner-boxes {
        display: flex !important;
    }

}

@media (min-width: 750px) and (max-width: 992px) {
    .smart-solution-content h2 {
        margin-left: -240px !important;
    }
}

/*  */
/* CSS of Smart Tech Ends */

/* CSS of Contact Us Start */

.contact {
    background: rgba(244, 244, 244, 1);
    padding: 50px 0;
}


.contact .contact-form .form-group {
    margin: 20px 0;
}

.contact .contact-form .form-group input {
    padding: 10px;
}

.contact .contact-form .message-btn,
.newsletter-mail .message-btn {
    background: #f58324 !important;
    color: #ffffff;
    border-radius: 10px !important;
    padding: 10px 16px;
    font-size: 14px;
    transform: 0.5s;
}

.cont-info-block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 16px;
}

.cont-info-icnwrapper {
    width: 40px !important;
    height: 40px;
    padding: 10px 10px;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background: #F7F7F7;
    justify-content: center;
}

.cont-info-icnbox {
    width: 20px;
    height: 20px;
    border-radius: 8px;
    color: #1e4098;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.18rem;
}

.cont-info-head {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #1e4098;
}

.cont-info-detail {
    word-break: break-all;
    color: #1e4098;
}

.cont-info-detail a {
    color: #1e4098;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

.follow {
    color: #1e4098;
    font-size: 18px;
    font-weight: 600;
    text-align: left !important;
}

.cont-socialbtn {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #1e4098;
    color: rgb(255, 255, 255);
    transition: background 0.19s;
}

.cont-socialbtn:hover {
    background: #ffffff;
    color: #1e4098;
}
.form-control:focus,
.form-select:focus {
  border-color: #ced4da;   /* or your custom color */
  box-shadow: none;
  outline: none;
}

/* CSS of Contact Ends */


/* CSS of FAQ Section Start */
:root {
    --page-bg: #ffffff;
    --card-bg: #f6f6f6;
    --text-main: #0d0d0d;
    --border-color: #e5e5e5;
    --radius: 16px;
    --padding: 24px;
    --transition: 0.22s ease-out;
}

.faq-section {
    padding: 30px 16px 30px;
}

.faq-container {
    /* max-width: 960px; */
    margin: 0 auto;
}

/* List layout */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Card */
.faq-item {
    background: var(--card-bg);
    border-radius: var(--radius);
    border: 1px solid transparent;
    transition: border-color var(--transition), background-color var(--transition);
}

/* Optional slight border when open for clarity */
.faq-item.is-open {
    border-color: var(--border-color);
}

/* Header (clickable area) */
.faq-header {
    width: 100%;
    padding: var(--padding);
    border: none;
    outline: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-main);
    text-align: left;
}

.faq-header:hover {
    background: rgba(0, 0, 0, 0.02);
}

.faq-header:focus-visible {
    outline: 2px solid #1e4098;
    outline-offset: 2px;
}

.faq-question {
    flex: 1;
}

/* Icon base */
.faq-icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Horizontal line */
.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    background: var(--text-main);
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
    transform-origin: center;
}

/* Horizontal line (before) */
.faq-icon::before {
    transform: translate(-50%, -50%);
}

/* Vertical line (after) */
.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

/* WHEN OPEN → X ICON */
.faq-item.is-open .faq-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.faq-item.is-open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* Body */
.faq-body {
    padding: 0 var(--padding);
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition), padding-bottom var(--transition),
        padding-top var(--transition);
    will-change: max-height;
    color: var(--text-main);
}

.faq-item.is-open .faq-body {
    padding-top: 0;
    padding-bottom: var(--padding);
}

/* Text inside body */
.faq-body p {
    margin: 0;
    font-size: 16px;
    line-height: 24PX;
    color: var(--text-main);
    max-width: 720px;
    padding-bottom: 20px;
}

/* Responsive */
@media (max-width: 640px) {
    .faq-section {
        padding: 40px 12px 56px;
    }

    .faq-header {
        padding: 20px;
        font-size: 15px;
    }

    .faq-body {
        padding: 0 20px;
    }

    .faq-item.is-open .faq-body {
        padding-bottom: 20px;
    }
}

.faq-img img {
    width: 100%;
    height: 100%;
}

/* CSS of FAQ Section Ends */


/* Call To Action Section Start */
/* .cta-section {
  padding: 60px 20px;
  display: flex;
  justify-content: center;
} */

.cta-section {
    background: linear-gradient(145deg, #2d0b4e, #190536);
    color: #ffffff;
    padding: 30px 40px 10px;
    /* border-radius: 24px; */
    max-width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.4);
}

.cta-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 600px) {
    .cta-card {
        display: flex;
        flex-direction: column;
    }
}

.cta-card h2 {
    font-size: 32px !important;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.cta-card p {
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 30px;
}

.btn-group {
    margin-bottom: 10px;
}

.btn-group a {
    color: #fff !important;
}

@media (max-width: 400px) {
    .btn-group {
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
}

/* Floating Shapes */
.shape {
    position: absolute;
    width: 130px;
    height: 90px;
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(35deg);
    border-radius: 12px;
}

.shape-left {
    left: 40px;
    bottom: 40px;
}

.shape-right {
    right: 50px;
    top: 60px;
}

/* Call to Action Section Ends */

/* ===== Custom Scrollbar ===== */

/* Width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #b3b2b2;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1e4098;
    /* primary color */
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #16357d;
}

/* 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: 320px;
  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: 80%;
}

.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;
}
