* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {
    --primary-color: #0d2665;
    --secondary-color: #164ac8;
    --white-color: #ffffff;
    --black-color: #000000;
    --light-text: #CDD4EF;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
}

/* Header CSS Starts */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, background 0.3s ease;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    padding: 0px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.head-row {
    display: flex;
    justify-content: space-between;
    padding: 21px 0px;
    position: relative;
}

.nav-logo {
    display: flex;
    align-items: center;
}

.cht-logo {
    width: 150px;
}

.cht-navlink {
    margin-left: 50px;
}

.cht-navlink ul {
    display: flex;
    align-items: center;
}

.cht-navlink ul li {
    list-style: none;
}

.cht-navlink ul li a {
    padding: 0 10px;
    margin: 0 10px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    color: #000;
    border-radius: 4px;
    padding: 5px 13px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-shadow: 
        1px 1px 0 #ffffff99,
        -1px -1px 0 #ffffff99,
        1px -1px 0 #ffffff99,
        -1px 1px 0 #ffffff99;
}

.cht-navlink ul li a.active {
    background-image: linear-gradient(to right, #c459cd, #6b5fcd);
    color: #fff;
    text-shadow:none;
}

.cht-navlink ul li a:hover {
    background-image: linear-gradient(to right, #c459cd, #6b5fcd);
    color: #fff;
    text-shadow:none;
}

.wticon span {
    position: absolute;
    top: -11px;
    right: -14px;
    width: 21px;
    height: 21px;
    font-size: 8px;
    background: #0b1d4bb5 ! IMPORTANT;
    color: #fff !important;
    border-radius: 20px ! IMPORTANT;
}
.wticon {
    width: inherit;
    height: inherit;
    margin-right: 15px;
    align-items: center;
    position:relative !important;
}
.wticon img {
    width: 25px;
}

.wht-info {
    display: flex;
    align-items: center;
}

.wttext a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #00133b;
    margin-bottom: -3px;
    display: block;
    text-decoration: none;
}

.wttext p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #5f686f;
}

.nav-info {
    display: flex;
    align-items: center;
}

.actbtn {
    margin-left: 35px;
}

.actbtn a {
    color: #091625;
    background-color: #ffffff00;
    transition: 0.7s;
    border: 1px solid #1d1d1d;
    padding: 14px 20px;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    line-height: 16px;
    text-shadow: 1px 1px 0 #ffffff99, -1px -1px 0 #ffffff99, 1px -1px 0 #ffffff99, -1px 1px 0 #ffffff99;
    box-shadow: 1px 1px 0 #ffffff99, -1px -1px 0 #ffffff99, 1px -1px 0 #ffffff99, -1px 1px 0 #ffffff99;
}

/* Header CSS Ends */


/* Banner CSS Starts */

.banner {
    /* background: url(/public/img/banner.png); */
    padding: 150px 0 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 63%;
    background-image: linear-gradient(to bottom, #6c5fcd5a, #c359cd6b, #ffffff 70%);
    opacity: .3;
}

.br-row {
    position: relative;
}

.br-row h1 {
    font-size: 80px;
    font-weight: 400;
    color: #00133b;
    text-align: center;
    max-width: 75%;
    margin: auto;
    line-height: 90px;
    font-family: 'Halyard Display';
}

.br-row h1 #typed {
    background-image: linear-gradient(to right, #6b5fcd, #c459cd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 10px;
}

.br-row p {
    font-size: 24px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    max-width: 62%;
    margin: auto;
    margin-top: 20px;
    line-height: 36px;
}

.banner-img {
    position: relative;
    padding-top: 20px;
}

.home__chat {
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 1;
    font-family: "Public Sans", sans-serif;

}

.home__chat-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 58rem;
    margin: auto;
}

.home__chat-bubble {
    align-self: flex-end;
    display: flex;
    gap: 1rem;
    max-width: 340px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .5s, transform .5s;
}

.home__chat-bubble.v--visible {
    opacity: 1;
    transform: translateY(0);
}

.home__chat-bubble-wrapper {
    gap: .5rem;
}

.home__chat-bubble-wrapper-author {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    text-align: right;
    width: 100%;
    margin-bottom: 6px;
}

.home__chat-bubble-wrapper-msg {
    background: #fff;
    border-radius: 20px 10px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    font-size: 17px;
    font-weight: 300;
    line-height: 1.55555556;
    padding: 16px 24px;
}

.home__chat-bubble-avatar {
    border-radius: 10px 20px 20px 20px;
    height: 52px;
    margin-top: 24px;
    width: 52px;
    display: block;
}

.home__chat-bubble.v--bot {
    align-self: flex-start;
    max-width: 360px;
}

.home__chat-bubble.v--bot .home__chat-bubble-wrapper-msg {
    background: #06f;
    color: #fff;
}

.banner-badge {
    background-color: transparent;
    background-image: linear-gradient(180deg, #0D2565 0%, #204AB0 100%);
    padding: 20px 15px;
    position: relative;
    overflow: hidden;
}

.pxl-rain-drop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.pxl-rain-drop-item {
    position: relative;
    height: 100%;
    min-height: 400px;
    width: 1px;
    background-color: rgba(255, 255, 255, .149);
}

.pxl-rain-drop-item:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -100%;
    width: 3px;
    height: 80px;
    border-radius: 1px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    animation: pxl-rain-drop 3s linear infinite;
}

.badge-row .bg-list img {
    transform: translateY(-1px);
    filter: invert(1);
}

.bg-list {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
}

.badge-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

@keyframes pxl-rain-drop {
    0% {
        top: -80px;
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        top: calc(100% - 0px);
        opacity: 0;
    }
}

/* Banner CSS Ends */


/* About CSS Starts */

.about-us {
    padding: 80px 0;
}

.abt-title h3 {
    color: #00133b;
    font-weight: 400;
    line-height: 63px;
    font-family: 'DM Sans';
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 47px;
    margin-bottom: 40px;
    /* opacity: 0.5;  */
}

.abt-text h4 {
    font-size: 30px;
    font-weight: 400;
    color: #00133b;
    font-family: 'Halyard Display';
    letter-spacing: .6px;
    padding-bottom: 20px;
}

.abt-text p {
    color: #5f686f;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Public Sans';
    line-height: 29px;
    margin-bottom: 30px;
}

.abt-row {
    display: flex;
    align-items: center;
}

.abt-text {
    width: 60%;
    padding-right: 50px;
}

.abt-text .common-btn {
    text-align: left;
    margin-top: 50px;
}

.abt-img {
    width: 40%;
    padding-left: 30px;
}

.abt-img img {
    box-shadow: 0px 4px 24px 0px rgba(9, 22.000000000000007, 37, 0.24);
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
}

.list-points ul {
    display: flex;
    flex-wrap: wrap;
}

.list-points ul li {
    list-style: none;
    color: #00133b;
    font-size: 17px;
    font-family: 'DM Sans';
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 50%;
    line-height: 40px;
}


.our-mision {
    width: 98%;
    margin: auto;

}

.mis-row {
    display: flex;
    border-radius: 20px;
}

.misstext {
    width: 65%;
    background: url(/public/img/miss-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.misstext:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, black, #0d266524);
}
.misstext h5 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Public Sans';
    font-weight: 300;
    position: relative;
    z-index: 99;

}

.misstext h3 {
    font-size: 44px;
    font-family: 'DM Sans';
    font-weight: 500;
    letter-spacing: 3px;
    margin: 25px 0px 20px 0;
    color: #fff;
    max-width: 90%;
    position: relative;
    z-index: 99;


}

.misstext p {
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Public Sans';
    line-height: 29px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;


}

.our-mision .common-btn {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 99;


}

.our-mision .common-btn a {
    color: #FFFFFF !important;
    background: #FFFFFF33 !important;
}

.vis-text {
    width: 35%;
    background: #0d2665;
    padding: 90px 58px 80px 62px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.svg-icon {
    margin-bottom: 22px;
}

.svg-icon svg path {
    fill: #fff;
}

.vis-text h3 {
    color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    font-size: 25px;
    line-height: 55px;
    font-family: 'DM Sans';
    font-weight: 500;
    margin-bottom: 10px;
}

.vis-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Public Sans';
    line-height: 29px;
    margin-bottom: 30px;
}

/* About CSS Ends */


/* Our Services CSS Starts */

.services {
    padding: 80px 0;
}

.common-title {
    text-align: center;
    margin-bottom: 40px;
}

.common-title h4 {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #164ac8;
    padding: 13px 30px;
    font-weight: 400;
    font-family: 'DM Sans';
    border-radius: 7px;
}

.common-title h3 {
    font-size: 45px;
    font-family: 'DM Sans';
    font-weight: 500;
    letter-spacing: 3px;
    margin: 20px 0px 17px 0;
}

.common-title p {
    font-family: 'Public Sans';
    font-size: 18px;
    color: #666;
}

.services-row {
    gap: 15px;
    padding-top: 20px;
    column-count: 3;
}

.services-box {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #D7D7D7;
    margin: 0px 15px 30px 0px;
    padding: 35px 45px 45px 45px;
    border-radius: 8px;
    position: relative;
}

.services-box:hover .sb-icon {
    background: #0d2665;
}

.services-box:hover .sb-icon img, .services-box:hover .sb-icon i {
    transform: rotateY(180deg);
    filter: invert();
}

.sb-icon img, .sb-icon i {
    width: 40px;
    font-size: 40px;
    margin: auto;
    transition: .3s ease-in-out;
    transform: rotateY(0);
}

.s-no {
    position: absolute;
    top: 70px;
    right: 44px;
    color: #848B94;
    font-family: 'DM Sans';
    font-size: 17px;
    font-weight: 300;
}

.sb-icon {
    width: 90px;
    height: 90px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ecf2fe;
    transition: .3s ease-in-out;
}

.sb-info h4 {
    margin: 17px 0px 13px 0px;
    padding: 29px 0px 0px 0px;
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #D8D9DA;
    font-family: 'DM Sans';
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .3px;
    color: #0A1119;
    transition: .3s ease-in-out;

}

.services-box:hover .sb-info h4 {
    border-color: #0A1119;
}

.sb-info p {
    text-align: left;
    color: #4B535D;
    font-family: "Public Sans", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 0px;
}

.common-btn {
    text-align: center;
    margin-top: 30px;
}

.common-btn a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .6px;
    background: #0564f6;
    padding: 17px 25px;
    color: #fff;
    text-decoration: none;
    font-family: 'Public Sans';
    font-weight: 300;
    border-radius: 6px;
}
.cm-box {
    filter: blur(2px);
}
.cm-soon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #0d2665;
}
.services-box.coming-soon{
    pointer-events: none;
}
.cm-soon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #0d2665;
    color: #fff;
    font-family: 'Halyard Display';
    text-align: center;
    width: 160px;
    padding: 14px;
    transform: translateY(-50%);
    border-radius: 40px;
}
/* Our Services CSS Ends */

/* Pricing CSS Starts */
.pricing-plan {
    padding-top: 100px;
}

.prixing-row {
    display: flex;
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 100px;
    flex-wrap: wrap;
}

.prc-box {
    padding: 41px 13px 50px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    width: calc(33% - 13px);
}

.prc-box h3 {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #111;
    font-family: 'Public Sans';
    padding-bottom: 15px;
    margin-bottom: 32px;
    border-bottom: 1px solid #cdcdcd;
    margin-left: 23px;
    margin-right: 23px;
    font-weight: 300;
}

.price-amt {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    margin-left: 23px;
    margin-right: 23px;
}

.price-amt h4 {
    font-size: 55px;
    line-height: 1.27;
    color: #164ac8;
    font-weight: 400;
    font-family: public sans;
    display: flex;
}

.pc-type {
    height: 32px;
    border-radius: 5px;
    background-color: #e5edfd;
    font-size: 15px;
    color: #164ac8;
    font-family: 'Public Sans';
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}

.com-par {
    font-size: 16px;
    line-height: 1.5625;
    color: #666;
    font-weight: 300;
    font-family: public sans;
    margin-bottom: 32px;
    margin-left: 23px;
    margin-right: 23px;
}

.dw-btn a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    padding-left: 26px;
    padding-right: 5px;
    font-size: 15px;
    letter-spacing: 0;
    color: #0a1119;
    font-weight: 300;
    font-family: 'Public Sans';
    text-decoration: none;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.dw-icon {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #164ac8;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    top: 5px;
    right: 5px;
}

.dw-icon img {
    filter: invert(1);
}

.dw-btn {
    position: relative;
}

.prc-box ul li {
    list-style: none;
    font-size: 15px;
    font-family: 'Public Sans';
    color: #000;
    margin-bottom: 11px;
    display: flex;
    gap: 10px;
    align-items: center;
    line-height: 24px;
}

.prc-box ul {
    padding-top: 35px;
}

.prc-box ul li.canc {
    opacity: .6;
}

.prc-box .common-btn {
    text-align: left;
    margin-top: 45px;
}

.prc-box .common-btn a {
    background: #164ac8;
}

.prc-box.premium {
    background: #0d2665;
    border-color: #0d2665;
}

.prc-box.premium h3,
.prc-box.premium h4,
.prc-box.premium ul li {
    color: #fff;
}

.prc-box.premium .com-par {
    color: #cdd4ef;
}

.prc-box.premium .common-btn a {
    background: #fff;
    color: #0d2665;
}

.prc-box.premium .dw-btn .dw-icon img {
    filter: inherit;
}

.prc-box.premium .dw-btn .dw-icon {
    background: #fff;
}

.prc-box.premium .dw-btn a {
    background: #164ac8;
    border-color: #164ac8;
    color: #fff;
}

.prc-box.premium .pc-type {
    background-color: rgba(255, 255, 255, .149);
    color: #fff;
}

.prc-box.premium h3 {
    border-color: rgba(255, 255, 255, .149);
}

.pricing-info {
    width: 98%;
    margin: auto;
    background: #0d2665;
    border-radius: 10px;
    margin-top: 20px;
}

.pricing-info h3 {
    margin: 0px 0px 0px 0px;
    padding: 38px 15px 35px 15px;
    ;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #FFFFFF26;
    text-align: center;
    color: #FFFFFF;
    -webkit-text-stroke-color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Public Sans';
    font-weight: 300;
}

.wk-row {
    padding: 120px 15px;
    display: flex;
    gap: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wk-box{
    width: 25%;
}

.wk-box h6 {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, .149);
    padding: 0 20px;
    font-size: 13px;
    color: #fff;
    font-family: 'Public Sans';
    font-weight: 200;
    margin-bottom: 25px;
}

.wk-box h4 {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'DM Sans';
    margin: 0 auto;
    margin-bottom: 20px;
}

.wk-box p {
    color: #cdd4ef;
    max-width: 310px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Public Sans';
    line-height: 26px;
}

.wk-row .pxl-rain-drop {
    width: 75%;
    right: 0;
    margin: auto;
}

.custom-pricing-tabs ul li button {
    border: 0 !IMPORTANT;
    border-radius: 30px !IMPORTANT;
    background: #f8fafc;
    padding: 8px 28px;
    font-size: 16px;
    color: #000;
}
.custom-pricing-tabs ul li button.active {
    background: #164ac8 !important;
    color: #fff !important;
}
.custom-pricing-tabs ul {
    border: 0;
    justify-content: center;
}
.custom-pricing-tabs ul {
    border: 0;
    justify-content: center;
    gap: 11px;
}
.custom-pricing-tabs .nav-item.disabled {
    opacity: .5;
    pointer-events: none;
}

/* Pricing CSS Ends */

/* Get in Touch CSS Starts */

.get-in-touch {
    background: url(/public/img/get-bg.png);
    background-size: cover;
    background-position: center;
}

.gt-img {
    width: 50%;
    position: relative;
}

.wobbleimg {
    position: absolute;
    top: 30%;
    right: 0;
    z-index: 999;
    animation: wobble 2.4s ease-in-out infinite;

}

.gt-row {
    display: flex;
    gap: 60px;
    align-items: center;
}

.get-form {
    width: 50%;
}

.get-form form {
    background: #ffffffc7;
    padding: 45px 40px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-width: 95%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.fm-row {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 15px;
}

.get-form form .fm-row:last-child {
    margin: 0;
}

.fm-row label {
    position: absolute;
    top: -10px;
    background-color: white;
    padding: 0px 5px;
    left: 12px;
    font-family: 'DM Sans';
    font-size: 14px;
}

.get-form h3 {
    background: #164ac8;
    padding: 20px;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 95%;
    margin: auto;
    color: #fff;
    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 20px;
}

.fm-row.fl-row input {
    height: 90px;
}

.fm-row.fl-row {
    width: 100%;
}

.fm-row input {
    padding-left: 14px;
    background: none;
    border: 1px solid #dddddd;
    padding: 13px 14px;
    border-radius: 8px;
    height: 51px;
    margin: 0px !important;
    font-size: 14px;
    font-weight: 400;
    text-align: left !important;
    width: 100%;
}

.get-form button {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .6px;
    background: #164ac8;
    padding: 17px 25px;
    color: #fff;
    text-decoration: none;
    font-family: 'Public Sans';
    font-weight: 300;
    border-radius: 6px;
    border: 0;
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

/* Get in Touch CSS Ends */

/* Footer CSS Starts */

footer {
    background-color: #0B1D4B;
}

.ft-row {
    display: flex;
}

.ft-wid1 {
    padding: 80px 0;
    width: 50%;
    border-right: 1px solid #FFFFFF26;
    padding-right: 50px;
}

.ft-logo {
    margin-bottom: 45px;
}

.ft-logo img {
    filter: brightness(40.5);
    width: 170px;
    padding-bottom: 45px;

}

.ft-logo p {
    color: #CDD4EF;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5625em;
    max-width: 73%;
    font-weight: 400;
}

.cm-info h3 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 30px;
}

.cm-info p {
    color: #CDD4EF;
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.667em;
    margin-bottom: 8px;
}

.social-ft {
    margin-top: 90px;
}

.social-ft ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-ft ul li {
    list-style: none;
}

.social-ft ul li a {
    font-size: 15px;
    line-height: 1.2;
    color: #cdd4ef;
    text-decoration: none;
    font-family: "Public Sans", sans-serif;
    font-weight: 200;
}

.ft-wid2 {
    padding: 80px 0 0 70px;
    width: 50%;
}

.ft-men h2 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 30px;
}

.ft-men ul li {
    list-style: none;
    margin-bottom: 10px;
}

.ft-men ul li a {
    color: #CDD4EF;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.667em;
    margin-bottom: 8px;
    text-decoration: none;
}

.ft-menu>div {
    width: 50%;
}

.ft-menu {
    display: flex;
    align-items: center;
    width: 100%;
}

.lt-updated img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.lt-updated {
    position: relative;
}

.lt-updated input::placeholder {
    color: #121c27 !important;
}

.lt-updated input {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid transparent;
    color: #121c27 !important;
    width: 100%;
    height: 55px;
    padding: 15px;
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
}

.lt-updated {
    margin-top: 70px;
}

.bell-ring img {
    filter: invert(1);
}

.bell-ring {
    width: 40px;
    height: 40px;
    min-width: 40px;
    background: #164ac8;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.update-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.update-info p {
    color: #CDD4EF;
    font-family: "Public Sans", sans-serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.667em;
    text-decoration: none;
}

.cpytext {
    padding: 36px 15px;
    border-top: 1px solid #FFFFFF26;
}

.cpytext p {
    margin: 0 !important;
    color: #CDD4EF;
    font-family: "Public Sans", sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}

.wt-fixed {
    position: fixed;
    bottom: 40px;
    left: 45px;
    z-index: 99;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .06), 0 2px 32px 0 rgba(0, 0, 0, .16);
    border-radius: 50%;
}

.wt-fixed a {
    width: 40px;
    height: 40px;
    font-size: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;

}

.wt-fixed a::after {
    content: "";
    left: 50%;
    position: absolute;
    transform-origin: center;
    border: 1px solid #25d366;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    width: 70px;
    height: 70px;
    background-color: #25d366;
    -webkit-animation: 1.7s ease-in-out infinite animation2;
    animation: 1.7s ease-in-out infinite animation2;
    -ms-animation: animation2 1.7s ease-out;
    -ms-animation-iteration-count: infinite;
    opacity: 1;
}

.wt-fixed a::before {
    content: "";
    left: 50%;
    position: absolute;
    transform-origin: center;
    transform: translateX(-50%);
    border: 1px solid #25d366;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    width: 120px;
    height: 120px;
    -webkit-animation: 2.2s ease-in-out infinite animation1;
    animation: 2.2s ease-in-out infinite animation1;
    -ms-animation: animation1 2.2s ease-out;
    -ms-animation-iteration-count: infinite;
    opacity: .5;
}

.wt-fixed a i {
    animation: 2s infinite ring;
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    12%,
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14%,
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    100%,
    20% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes animation1 {
    0% {
        opacity: .1;
        -webkit-transform: translateX(-50%) scale(.4);
        transform: translateX(-50%) scale(.4);
    }

    70% {
        opacity: .6;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    100% {
        opacity: .3;
        -webkit-transform: translateX (-50%) scale(.5);
        transform: translateX(-50%) scale(.5);
    }
}

@keyframes animation2 {
    0% {
        opacity: .3;
        -webkit-transform: translateX(-50%) scale(.6);
        transform: translateX(-50%) scale(.6);
    }

    70% {
        opacity: .8;
        -webkit-transform: translateX(-50%) scale(1);
        transform: translateX(-50%) scale(1);
    }

    100% {
        opacity: .1;
        -webkit-transform: translateX(-50%) scale(.7);
        transform: translateX(-50%) scale(.7);
    }
}
.cp-row{
    display: flex;
    justify-content: space-between;
}
.cp-row .ft-men ul li {
    margin: 0;
}

.cp-row .ft-men ul {
    display: flex
;
    gap: 18px;
}
/* Footer CSS Ends */


/* Swiper CSS Starts */
.swiper {
    width: 100%;
    max-width: 1400px;
    height: 510px;
    overflow: hidden;
    /* hides extra slides */
    padding: 24px 0;
    position: relative;
}

.swiper-wrapper {
    height: 100%;
    display: flex;
    position: relative;
    left: 17px;
}

.sw-slider {
    margin-top: 90px;
    margin-bottom: 20px;
}

.swiper-slide {
    border-radius: 12px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    flex-shrink: 0;
    /* prevent shrinking */
    opacity: 0.5;
    transform: scale(0.7) !important;
    /* default small */
}

/* Side slides */
.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
    transform: scale(0.85) !important;
    opacity: 0.8;
}

/* Active slide */
.swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
    opacity: 1;
    z-index: 10;
}

.swiper-slide.swiper-slide-prev {
    margin-left: -20px !important;
}

.swiper-slide.swiper-slide-next {
    margin-right: -20px !important;
}


/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-prev {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    background: linear-gradient(to bottom, #ff4040, #ac00fd);
    padding: 1px;
    border: 0;
}

.swiper-button-next {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 50;
    background: linear-gradient(to bottom, #ff4040, #ac00fd);
    padding: 1px;
    border: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #fff;
    font-size: 19px !important;
}


/* Swiper CSS Ends */

/* Dark Theme Color */
@media (min-width:1200px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width:1200px) {
    .cht-navlink {
        display: none;
    }

    .nav-info {
        transform: translateX(-90px);
    }
}

@media (max-width:1350px) {
    footer {
        padding: 0px 15px;
    }

    .pricing-plan {
        padding: 50px 15px 0;
    }

    .prixing-row {
        gap: 15px;
        padding-bottom: 50px;
    }
}

@media (max-width:1350px) and (min-width:992px) {
    .prc-box {
        width: calc(33% - 8px);
    }

    .prc-box h3 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .price-amt {
        margin-left: 10px;
        margin-right: 10px;
    }

    .com-par {
        margin-left: 10px;
        margin-right: 10px;
    }

    .price-amt h4 {
        font-size: 45px;
    }

    .gt-row {
        gap: 30px;
        align-items: end;
    }

    .get-form {
        width: 50%;
        padding: 20px 0;
    }

    .services {
        padding: 60px 15px;
    }

    .services-row {
        gap: 15px;
    }

    .services-box {
        margin: 0 0 15px;
        padding: 15px;
    }

    .sb-icon {
        width: 80px;
        height: 80px;
    }

    .sb-icon img, .sb-icon i {
        width: 30px;
        font-size: 30px;
    }

    .sb-info h4 {
        margin: 17px 0px 8px 0px;
        padding: 19px 0px 0px 0px;
    }

    .misstext p {
        margin-bottom: 0px;
    }

    .vis-text {
        padding: 90px 28px 80px 28px;
    }

    .about-us {
        padding: 50px 15px;
    }

    .wk-box h4 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .swiper {
        max-width: 992px;
        min-width: 992px;
        height: 384px;
    }

    .badge-row {
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .bg-list {
        width: calc(50% - 10px);
    }
}

@media (max-width:991px) and (min-width:768px) {
    .ft-logo p {
        max-width: 100%;
    }

    .common-title {
        margin-bottom: 20px;
    }

    .common-title p {
        line-height: 31px;
    }

    .common-title h3 {
        font-size: 40px;
    }

    .prc-box {
        width: calc(50% - 13px);
    }

    .pricing-plan {
        padding: 70px 15px 20px;
    }

    .prixing-row {
        padding-bottom: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ft-wid2 {
        padding: 80px 0 0 20px;
    }

    .ft-logo img {
        width: 150px;
        padding-bottom: 35px;
    }

    .ft-logo {
        margin-bottom: 35px;
    }

    .cm-info h3 {
        margin-bottom: 15px;
    }

    .ft-men h2 {
        margin-bottom: 20px;
    }

    .ft-wid1 {
        padding: 40px 0;
        padding-right: 30px;
    }

    .ft-wid2 {
        padding: 40px 0 0 20px;
    }

    .cpytext {
        padding: 20px 15px;
    }

    .gt-row {
        gap: 30px;
        align-items: end;
    }

    .fm-row.fl-row input {
        height: 60px;
    }

    .get-form {
        width: 55%;
        padding: 20px 0;
    }

    .gt-img {
        width: 45%;
    }

    .services {
        padding: 60px 15px;
    }

    .services-row {
        gap: 15px;
    }

    .services-box {
        margin: 0 0 15px;
        padding: 15px;
    }

    .sb-icon {
        width: 80px;
        height: 80px;
    }

    .sb-icon img, .sb-icon i {
        width: 30px;
        font-size: 30px;
    }

    .sb-info h4 {
        margin: 17px 0px 8px 0px;
        padding: 19px 0px 0px 0px;
    }

    .about-us {
        padding: 60px 15px;
    }

    .abt-row {
        flex-wrap: wrap;
    }

    .abt-text {
        width: 100%;
        padding-right: 0px;
    }

    .abt-img {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        margin-top: 80px;
    }

    .swiper {
        height: 497px !important;
        max-width: 753px !important;
        width: 100% !important;
        min-width: 753px !important;
    }

    .wk-row {
        padding: 60px 15px;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .wk-row .pxl-rain-drop {
        width: 100%;
        opacity: .2;
    }

    .wk-box {
        width: calc(50% - 15px);
        /* border-bottom: 1px solid #dddddd33; */
        /* padding-bottom: 50px; */
    }

    .badge-row {
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .bg-list {
        width: calc(50% - 10px);
    }

    .home__chat-wrapper.u-maxw-9.lg\:u-maxw-10.u-mx-auto {
        display: none;
    }

    .br-row h1 {
        font-size: 70px;
        max-width: 100%;
        margin: auto;
        line-height: 75px;
    }

    .banner {
        padding: 150px 15px 0px;
    }

    .br-row p {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    h1.desk-hide {
        display: none;
    }
    img.dk-hide {
    display: none;
}
}

@media (max-width:991px) {
    .mis-row {
        flex-wrap: wrap;
    }

    img.mb-hide {
        display: none;
    }

    h1.mobile-hide {
        display: none;
    }

    .vis-text {
        width: 100%;
        background: #0d2665;
        padding: 40px 15px 10px 15px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px;
    }

    .our-mision {
        width: 100%;
        margin: auto;
        padding: 0px 15px;
    }

    .misstext {
        width: 100%;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        padding: 25px;
    }

    .misstext h5 {
        line-height: 26px;
    }

    .misstext h3 {
        font-size: 34px;
        letter-spacing: 3px;
        max-width: 100%;
    }

    .our-mision .common-btn {
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .our-mision .common-btn a {
        color: #FFFFFF !important;
        background: #FFFFFF33 !important;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width:767px) {
    .ft-row {
        flex-wrap: wrap;
    }
.cp-row {
    flex-wrap: wrap;
}
    .prc-box {
        width: 100%;
        padding: 31px 13px 39px;
    }

    .prc-box h3 {
        padding-bottom: 23px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .price-amt {
        margin-left: 10px;
        margin-right: 10px;
    }

    .common-title h3 {
        font-size: 25px;
        letter-spacing: 2px;
        line-height: 32px;
    }

    .common-title h4 {
        font-size: 13px;
        padding: 13px 25px;
    }

    .common-title {
        margin-bottom: 10px;
        padding: 0px 15px;
    }

    .common-title p {
        line-height: 26px;
        font-size: 16px;
    }

    .com-par {
        margin-left: 10px;
        margin-right: 10px;
    }

    .price-amt h4 {
        font-size: 45px;
    }

    #pricing {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;

    }

    .prixing-row {
        padding-top: 30px;
        padding-bottom: 50px;
        flex-wrap: wrap;
    }

    .ft-wid1 {
        padding: 50px 15px;
        width: 100%;
        border-right: none;
        padding-right: 15px;
    }

    .ft-wid2 {
        padding: 30px 15px 40px 15px;
        width: 100%;
    }

    .ft-logo p {
        max-width: 100%;
        font-weight: 400;
    }

    .ft-logo img {
        filter: brightness(40.5);
        width: 130px;
        padding-bottom: 25px;
    }

    .ft-men {
        margin-top: 25px;
    }

    .cm-info h3 {
        margin-bottom: 20px;
    }

    .ft-menu>div {
        width: 100%;
    }

    .ft-men h2 {
        margin-bottom: 20px;
    }

    .social-ft {
        margin-top: 45px;
        margin-bottom: -45px;
    }

    .cpytext p {
        line-height: 27px;
    }

    .lt-updated {
        margin-top: 30px;
    }

    .cpytext {
        padding: 15px 15px;
    }

    .gt-row {
        flex-wrap: wrap;
        gap: 0;
    }

    .gt-img {
        width: 100%;
    }

    .get-form {
        width: 100%;
    }

    .wobbleimg {
        display: none;
    }

    .fm-row {
        width: 100%;
        margin-bottom: 15px;
    }

    .get-form form {
        padding: 40px 15px 40px;
        max-width: 95%;
    }

    .services-row {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 15px 0;
        margin-bottom: 50px;

    }

    .services-box {
        margin: 0px 0px 0px 0px;
        padding: 15px;
    }

    .about-us {
        padding: 60px 15px;
    }

    .abt-title h3 {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 35px;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .abt-row {
        flex-wrap: wrap;
    }

    .abt-text {
        width: 100%;
        padding-right: 0px;
    }

    .abt-text h4 {
        font-size: 24px;
        padding-bottom: 10px;
        line-height: 33px;
    }

    .list-points ul li {
        width: 100%;
    }

    .abt-text p {
        margin-bottom: 10px;
    }

    .abt-img {
        width: 100%;
        padding-left: 0px;
        margin-top: 60px;
    }

    /* .swiper {
    display: none !important;
}
.sw-slider {
    display: none;
} */
    .wk-row {
        padding: 60px 15px;
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .wk-row .pxl-rain-drop {
        width: 100%;
        opacity: .2;
    }

    .wk-row .wk-box:nth-child(4) {
        padding: 0 !important;
        border: 0 !important;
    }

    .wk-box {
        width: 100%;
        border-bottom: 1px solid #dddddd33;
        padding-bottom: 50px;
    }

    .badge-row {
        justify-content: flex-start;
        gap: 20px;
        flex-wrap: wrap;
    }

    .bg-list {
        border-bottom: 1px solid #dddddd30;
        width: 100%;
        padding-bottom: 13px;
    }

    .banner-badge .pxl-rain-drop.style-1 {
        opacity: .1;
    }

    .nav-info {
        display: none;
    }

    .mobile-menu {
        top: 27px !important;
    }

    .br-row h1 {
        font-size: 34px;
        line-height: 43px;
        width: 100%;
        max-width: 100%;
    }

    .br-row p {
        font-size: 18px;
        max-width: 100%;
        margin-top: 18px;
        line-height: 29px;
    }

    .banner {
        padding: 140px 15px 0px;
    }

    .u-w-full.home__chat {
        display: none;
    }

    @media (max-width:767px) and (min-width:576px) {
        .sw-slider .swiper-slide {
            opacity: 1;
            transform: scale(1) !important;
        }
    }
    .swiper {
    height: 530px !important;
}
.swiper-slide.swiper-slide-prev {
    margin-left: 0px !important;
}

.swiper-slide.swiper-slide-next {
    margin-right: 0px !important;
}
}

@media (max-width:575px) {
    .ft-menu {
        flex-wrap: wrap;
    }

    /* .swiper {
        height: 577px !important;
        max-width: 300px !important;
        width: 100% !important;
        min-width: 300px !important;
    } */
      .swiper {
    display: none !important;
}
.sw-slider {
    display: none;
}
.bottom-nav {
    display: none;
}
.chat-widget {
    width: calc(100vw - 40px);
    height: 484px !important;
}
}

/* Mobile Menu CSS Starts */

.mobile-menu {
    position: absolute;
    top: 32px;
    right: 0;
    width: 35px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
}

div#menuBtn {
    top: 5px;
    display: flex;
    align-items: center;
    height: 40px;
    z-index: 99999;
    width: 20px;
    top: 20px;
    right: 20px;
    width: 35px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 1001;
}

.menu-btn span {
    display: block;
    width: 32px;
    height: 3px;
    background: #333;
    border-radius: 4px;
    transition: 0.4s;
}

/* Animation to cross */
.menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* Sidebar menu */
.side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    padding: 80px 30px;
    transition: 0.5s ease;
    z-index: 1000;
}

.side-menu.active {
    right: 0;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu ul li {
    margin: 25px 0;
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.5s ease;
}

.side-menu.active ul li {
    transform: translateX(0);
    opacity: 1;
}

.side-menu ul li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    transition: color 0.3s;
    font-family: 'Halyard Display';
    font-weight: 400;
}

.side-menu ul li a:hover {
    color: #ffe066;
}

/* Mobile Menu CSS Ends */


        /* Chatbot Container */
        .chatbot-container {
            position: fixed;
            bottom: 85px;
            right: 20px;
            z-index: 1000;
            font-family: "Public Sans", sans-serif;

        }

        /* Chat Button (when closed) */
        .chat-button {
            width: 60px;
            height: 60px;
            background: #2563eb;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            border: none;
            position: fixed;
            right: 20px;
            bottom: 20px;
        }

        .chat-button:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 25px rgba(37, 99, 235, 0.4);
        }

        .chat-button svg {
            width: 24px;
            height: 24px;
            fill: white;
            transition: transform 0.3s ease;
        }

        .chat-button.active svg {
            transform: rotate(180deg);
        }

        /* Chat Widget */
        .chat-widget {
            width: 350px;
            height: 550px;
            background: #f8fafc;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
            display: flex;
            flex-direction: column;
            transform: scale(0) translateY(20px);
            opacity: 0;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transform-origin: bottom right;
            overflow: hidden;
            margin-bottom: 10px;
        }

        .chat-widget.open {
            transform: scale(1) translateY(0);
            opacity: 1;
        }

        /* Chat Header */
       .chat-header {
    background: #0c2562;
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

        .chat-title {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-family: 'Public Sans';
}

       .minimize-btn {
    background: none;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

        .minimize-btn:hover {
            background: rgba(30, 41, 59, 0.1);
        }

        /* Chat Content */
        .chat-content {
            flex: 1;
            padding: 20px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            overflow-y: auto;
        }

        /* AI Message */
        .ai-message {
            background: white;
            border-radius: 12px;
            padding: 16px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            animation: slideInUp 0.5s ease-out;
        }

        .message-header {
            display: flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 8px;
        }

        .ai-avatar {
            width: 35px;
            height: 35px;
            background: #1e293b;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 14px;
        }

        .message-info {
            flex: 1;
        }

        .sender-name {
    font-weight: 400;
    color: #1e293b;
    font-size: 15px;
    font-family: 'Halyard Display';
}

        .timestamp {
    color: #64748b;
    font-size: 12px;
    margin-top: 3px;
}

        .message-text {
            color: #475569;
            line-height: 1.5;
            font-size: 14px;
        }

        .chat-now-btn {
    background: #000000;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    transition: background-color 0.2s;
    width: 100%;
    font-family: 'DM Sans';
}

        .chat-now-btn:hover {
            background: #334155;
        }

        /* Help Links */
        .help-links {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

        .help-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 10px;
    color: #0c2562cf;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s;
    background: #fff;
    border-radius: 3px;
}

        .help-link:hover {
            color: #1e293b;
        }

        .help-icon {
            width: 20px;
            height: 20px;
            opacity: 0.7;
        }

        .arrow-icon {
            margin-left: auto;
            width: 16px;
            height: 16px;
            opacity: 0.5;
        }

        /* Chat Interface */
        .chat-interface {
            display: none;
            flex-direction: column;
            height: 100%;
        }

        .chat-interface.active {
            display: flex;
        }

        .chat-messages {
            flex: 1;
            padding: 20px;
            overflow-y: auto;
            display: flex;
            flex-direction: column;
            gap: 12px;
            height: 400px;
            overflow-y: scroll;
            max-height: 323px;
        }

        .message {
            max-width: 80%;
            padding: 12px 16px;
            border-radius: 12px;
            font-size: 14px;
            line-height: 1.4;
            animation: messageSlideIn 0.3s ease-out;
        }

        .message.user {
            background: #2563eb;
            color: white;
            align-self: flex-end;
            border-bottom-right-radius: 4px;
        }

        .message.bot {
            background: #f1f5f9;
            color: #1e293b;
            align-self: flex-start;
            border-bottom-left-radius: 4px;
        }

        .message.bot::before {
            content: "🤖";
            margin-right: 8px;
        }

        .chat-input-container {
            padding: 16px 10px;
            border-top: 1px solid #e2e8f0;
            background: white;
        }

        .chat-input-wrapper {
            display: flex;
            gap: 8px;
            align-items: center;
        }

        .chat-input {
            flex: 1;
            padding: 12px 16px;
            border: 1px solid #e2e8f0;
            border-radius: 24px;
            font-size: 14px;
            outline: none;
            transition: border-color 0.2s;
        }

        .chat-input:focus {
            border-color: #2563eb;
        }

        .send-button {
            width: 40px;
            height: 40px;
            background: #2563eb;
            border: none;
            border-radius: 50%;
            color: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.2s;
        }

        .send-button:hover {
            background: #1d4ed8;
        }

        .send-button:disabled {
            background: #94a3b8;
            cursor: not-allowed;
        }

        .typing-indicator {
            display: none;
            align-items: center;
            gap: 8px;
            padding: 12px 16px;
            background: #f1f5f9;
            border-radius: 12px;
            max-width: 80px;
            align-self: flex-start;
        }

        .typing-indicator.show {
            display: flex;
        }

        .typing-dots {
            display: flex;
            gap: 4px;
        }

        .typing-dot {
            width: 6px;
            height: 6px;
            background: #64748b;
            border-radius: 50%;
            animation: typingBounce 1.4s infinite ease-in-out;
        }

        .typing-dot:nth-child(1) { animation-delay: -0.32s; }
        .typing-dot:nth-child(2) { animation-delay: -0.16s; }

        /* Bottom Navigation */
        .bottom-nav {
            background: white;
            padding: 12px 20px;
            border-top: 1px solid #e2e8f0;
            display: flex;
            justify-content: space-around;
        }

        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            color: #64748b;
            text-decoration: none;
            font-size: 12px;
            transition: color 0.2s;
        }

        .nav-item.active {
    color: #0c2562;
}

        .nav-icon {
            width: 20px;
            height: 20px;
        }

        /* Footer */
        .chat-footer {
            padding: 12px 20px;
            text-align: center;
            font-size: 12px;
            color: #94a3b8;
            background: #f1f5f9;
        }

        .chat-footer a {
    color: #0c2562;
    text-decoration: none;
}

        /* Animations */
        @keyframes slideInUp {
            from {
                transform: translateY(20px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes messageSlideIn {
            from {
                transform: translateY(10px);
                opacity: 0;
            }
            to {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @keyframes typingBounce {
            0%, 80%, 100% {
                transform: scale(0);
            }
            40% {
                transform: scale(1);
            }
        }

        /* Responsive */
        @media (max-width: 480px) {
            .chat-widget {
                width: calc(100vw - 40px);
                height: calc(100vh - 100px);
                right: 20px;
            }
        }