@font-face {
    font-family: Euclid-Circular-B-Bold;
    src: url(../fonts/Euclid-Circular-B-Bold.ttf);
}

@font-face {
    font-family: Euclid-Circular-B-Medium;
    src: url(../fonts/Euclid-Circular-B-Medium.ttf);
}

@font-face {
    font-family: Euclid-Circular-B-Light;
    src: url(../fonts/Euclid-Circular-B-Light.ttf);
}

@font-face {
    font-family: Euclid-Circular-B-Regular;
    src: url(../fonts/Euclid-Circular-B-Regular.ttf);
}

@font-face {
    font-family: Walbaum60ptBold;
    src: url(../fonts/Walbaum60ptBold.ttf);
}

@font-face {
    font-family: aura-demo;
    src: url(../fonts/aura-demo.ttf);
}

html,
body {
    overflow-x: hidden;
}

body {
    color: #7B7B7B;
    line-height: 1.5;
    font-family: Euclid-Circular-B-Light;
    font-size: 14px;
}

ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 0px;
}

li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Euclid-Circular-B-Regular;
    font-weight: 600;
    color: #333232;
}

a {
    list-style-type: none;
    color: #fff !important;
    text-decoration: none;
}

.fs11 {
    font-size: 11px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs25 {
    font-size: 25px;
}

.fs30 {
    font-size: 30px;
}

.fs32 {
    font-size: 32px;
}

.fs35 {
    font-size: 35px;
}

.fs40 {
    font-size: 40px;
}

.fs50 {
    font-size: 50px;
}

.fs60 {
    font-size: 60px;
}

.fs70 {
    font-size: 70px;
}

.fs80 {
    font-size: 80px;
}

.fs90 {
    font-size: 90px;
}

.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-extrabold {
    font-weight: 800;
}

.color-white {
    color: #fff !important;
}

.color-black {
    color: #000 !important;
}

.color1 {
    color: #333232 !important;
}

.color2 {
    color: #7B7B7B !important;
}

.color3 {
    color: #A28968 !important;
}

.color4 {
    color: #eed1a5 !important;
}

.gradient-color {
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-white {
    background: #fff;
}

.bg-black {
    background: #000;
}

.bg-lightgrey {
    background: #EFEFEF;
}

.bg-darkgrey {
    background: #2B2B2B;
}

.bg-gold {
    background: #AA8F6A;
}

.bg-gradient {
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
}

.normal-btn {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transform: scale(1);
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.normal-btn:hover {
    transform: scale(1.02);
}

.normal-btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.normal-btn::before,
.normal-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.normal-btn:hover::before,
.normal-btn:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.normal-btn:hover::before {
    transform: translate3d(40%, 0, 0) scale(0.9);
}

.normal-btn:hover::after {
    transform: translate(59%, 0) scale(1.3);
}

.normal-btn span {
    display: inline-block;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    transition: ease 0.4s;
}


/* ******************************************* */

.grad-btn {
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.grad-btn:hover {
    transform: scale(1.02);
}

.grad-btn:hover span {
    animation: storm 0.7s ease-in-out both;
    animation-delay: 0.06s;
}

.grad-btn::before,
.grad-btn::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    opacity: 0;
    transition: transform 0.15s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.15s cubic-bezier(0.02, 0.01, 0.47, 1);
    z-index: -1;
    transform: translate(100%, -25%) translate3d(0, 0, 0);
}

.grad-btn:hover::before,
.grad-btn:hover::after {
    opacity: 0.15;
    transition: transform 0.2s cubic-bezier(0.02, 0.01, 0.47, 1), opacity 0.2s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.grad-btn:hover::before {
    transform: translate3d(40%, 0, 0) scale(0.9);
}

.grad-btn:hover::after {
    transform: translate(59%, 0) scale(1.3);
}

.grad-btn span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    border-radius: 0px 10px 10px 0px;
    transition: ease 0.4s;
}


/* ******************** Popup Css End ******************************** */

.modal-content .btn-close {
    position: absolute;
    right: 15px;
    top: -17px;
    opacity: 1;
    color: #bfa37c !important;
    background: #fff;
    z-index: 9999999999;
    padding: 6px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 12px;
    border: 3px solid #c6aa82;
}

.modal-body {
    padding: 0;
}

div#popupform .modal-dialog img {
    width: 100%;
}

.modal .form-div input {
    height: 40px;
    background: #F1F1F1;
    border-radius: 10px;
    border: 2px solid transparent;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
}

.modal .form-div textarea {
    width: 100%;
    height: 85px;
    background: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 13px;
    border: 2px solid transparent;
    resize: none;
}

div#popupform .modal-dialog {
    --bs-modal-width: 900px;
}

.modal-body {
    padding: 10px 20px 10px 0px;
}

.modal .form-div input:focus,
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible {
    border: 2px solid #957E5C;
    outline: none;
}

.modal .form-div button.grad-btn {
    width: 40%;
    height: 40px;
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #FFE3BA -59.27%, #FFEFCC -21.55%, #EED1A5 8.83%, #A58A65 51.33%, #957E5C 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    letter-spacing: 2px;
}

div#popupform {
    z-index: 9999;
}


/* ******************** Popup Css ******************************** */

.header .navbar-brand img {
    width: 160px;
}

.header li a {
    color: #000000 !important;
    padding: 0 30px !important;
    font-size: 17px;
    font-family: "Cinzel", serif;
    font-weight: 600;
}

.t-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 140px;
    height: 48px;
    color: white !important;
    padding: 0 30px !important;
    text-transform: uppercase;
    font-weight: 400;
    transition: .5s;
    font-size: 16px !important;
    border-radius: 25px 0px 25px;
    background: #73aabd;
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(4 42 98) 100%);
    box-shadow: 0px 0px 30px #a5a5a5ba;
    font-family: "Cinzel", serif;
}

.banner-sec .t-btn:hover {
    background: #fff;
    color: black !important;
}

.t-btn:hover {
    background: black;
}

.header li.nav-item a.t-btn {
    color: white !important;
    padding: 0 30px !important;
}

.header .navbar-brand {
    color: #09c3f8 !important;
    font-size: 0;
    text-transform: uppercase;
}

.banner-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 850px;
    background: #554ea3;
    background: linear-gradient(90deg, rgba(85, 78, 163, 1) 0%, rgba(78, 75, 186, 1) 21%, rgba(76, 74, 192, 1) 26%, rgba(74, 73, 198, 1) 32%, rgba(73, 73, 201, 1) 42%, rgba(0, 212, 255, 1) 100%);
    padding-top: 50px;
    position: relative;
}

section.banner-sec video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

section.banner-sec .container {
    position: relative;
    z-index: 9;
}

.banner-sec .text h1 {
    color: white;
    font-size: 55px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-sec .text p {
    color: white;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 400;
}

.banner-sec .t-btn {
    margin: 10px 0 0;
    background: #73aabd;
    background: linear-gradient(90deg, rgb(3 138 185) 0%, rgba(0, 212, 255, 1) 100%);
}

.banner-sec .img-box img {
    width: 80%;
    margin: 25px auto -166px;
    display: table;
}

.author-sec {
    padding: 80px 0;
}

.author-sec-01 {
    padding: 80px 0 80px;
}

.text h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
}

.text h2 span {
    background: -webkit-linear-gradient(#011637, #1c58b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

span {
    color: #032960;
}

.text h4 {
    font-size: 25px;
    margin: 0 0 10px;
}

.text p {
    font-size: 16px;
    margin: 20px 0 20px;
    /* font-weight: 600; */
}

.author-sec .img-box img {
    width: 90%;
    border-radius: 10px;
}

.logo-slide {
    padding: 30px 0;
    background: linear-gradient(90deg, #ff0000, #ff6666);
}

.logo-slide .img-div img {
    width: 260px;
    margin: 0 auto;
}

.logo-slide .slick-dots li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    border-radius: 60px;
    background: white;
    border: none;
}

.logo-slide .slick-active button {
    background: black !important;
}

.logo-slide .slick-dots li {
    margin-right: 10px;
}

.logo-slide ul.slick-dots {
    text-align: center;
    margin: 15px 0 0;
}

.author-book-sec {
    background-image: url("../img/bg-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}

.bk-sty .img-box img {
    width: 100%;
}

.bk-sty {
    background: white;
    padding: 0 40px 0px 0px;
}

.testi-box {
    padding: 40px 20px;
    box-shadow: 0px 0px 30px #d7d7d7;
    margin: 0 10px;
    min-height: 265px;
}

.testi-slider .slick-track {
    margin: 30px 0px;
}

.testi-box p {
    font-size: 20px;
    margin: 20px 0 20px;
    text-align: center;
    line-height: 2;
}

.testi-box h3 {
    font-size: 23px;
    text-align: center;
    margin: 25px 0 0;
    background: -webkit-linear-gradient(#011637, #1d5cbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.test-sec {
    padding: 90px 0;
}

.test-sec img {
    margin: -70px 0 30px;
}

.testi-slider .slick-arrow {
    position: absolute;
    right: -60px !important;
    width: 52px !important;
    top: 45%;
    z-index: 9;
    background: 0 0;
    border: none;
    font-size: 25px;
    color: #001535;
}

.next {
    left: -60px !important;
}

.ready-sec {
    background-image: url(../img/ready-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: center;
}

.ready-sec .text h2,
.ready-sec .text p {
    color: white;
}

.footer-main:after {
    position: absolute;
    content: "";
    width: 100%;
    top: -20px;
    background-image: url(../img/ban-bot.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    height: 200px;
    z-index: 0;
    transform: rotate(180deg);
}

.footer-main {
    position: relative;
    padding: 100px 0 0px;
    /* background: linear-gradient(90deg, rgb(5 92 122) 0%, rgb(38 218 255) 100%); */
    margin-top: 50px;
}

.main-logo a {
    color: #000000 !important;
    font-size: 45px;
    line-height: 1.1;
    text-transform: uppercase;
}

.footer-main .container {
    max-width: 1100px;
}

.main-logo p {
    color: #000000;
    font-size: 14px;
    margin: 8px 0 10px !important;
}

.main-link h5 {
    color: #000000;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-weight: 600;
    font-family: "Cinzel", serif;
}

.main-link li a {
    font-size: 17px;
    color: #000000 ! IMPORTANT;
    font-weight: 400;
}

.main-link li {
    display: flex;
    margin: 0 0 20px;
    align-items: center;
    column-gap: 8px;
    color: black;
    font-weight: 400;
}

.copy-right p {
    color: black;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid white;
    margin-top: 0;
}

.main-soc a i {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid white;
    color: white !IMPORTANT;
    align-items: center;
    border-radius: 50px;
}

ul.main-soc {
    display: flex;
}

.inner-sec:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    /*background: #00000073;*/
}

.inner-sec {
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
    background-size: cover;
    background-position: center;
    position: relative;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
}

.inner-sec .text h1 {
    color: white;
    font-size: 45px;
    /* text-transform: uppercase; */
    margin: 0 0 30px;
    font-family: "Cinzel", serif;
}

.contactpage .footer-main {
    display: none;
}

.head-div h2 {
    color: white;
    font-size: 30px;
    margin: 0 0 20px;
}

.inner-sec .text li {
    display: flex;
    column-gap: 10px;
    color: white;
    margin: 0 0 20px;
    align-items: center;
    font-size: 16px;
}

.contact-form {
    padding: 100px 0;
    background: #5172a326;
}

.head-div li {
    display: block;
    margin: 0 0 20px;
}

.trade-form input,
.trade-form textarea {
    width: 100%;
    border: none;
    height: 60px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
    outline: 0;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #00000047;
    margin: 0 0 20px;
}

.trade-form textarea {
    height: 150px !important;
    padding-top: 20px;
}

.head-div li a {
    font-size: 17px;
    color: #fff !important;
}

.free-trial {
    margin: 60px 0 0;
}

img.tstimg {
    width: 70px;
    height: 70px;
    border-radius: 100px;
    object-fit: cover;
    margin: 0 auto;
}

.head-div li a i {
    font-size: 18px;
    color: #fff;
    margin-right: 8px;
}

.contact-form .head-div h2 {
    margin-bottom: 40px;
    font-size: 45px;
}

.trade-form button {
    color: #fff;
}

.trade-form {
    padding: 40px 30px;
    background: #f5f7f940;
    border-radius: 20px;
    width: 90%;
    float: right;
}

.trade-form button {
    border: none;
    border-radius: 10px;
}

.about-author {
    padding-bottom: 90px;
}

.book-slide img {
    width: 300px;
    height: 400px;
}

.book-slide .slick-dots li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    border-radius: 60px;
    background: red;
    border: none;
}

.book-slide .slick-active button {
    background: rgb(255, 255, 255) !important;
}

.book-slide .slick-dots li {
    margin-right: 10px;
}

.about-author ul.slick-dots {
    z-index: 999;
    position: relative;
    left: 90px;
    right: 0;
    margin: 0 auto;
    top: -40px;
}

.banner-sec .text li {
    display: block;
    color: white;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
}

.banner-sec .text li:after {
    position: absolute;
    content: "";
    left: -16px;
    width: 8px;
    height: 8px;
    background: #fff;
    bottom: 8px;
    border-radius: 40px;
}

.banner-sec .text ul {
    padding-left: 15px;
}

.book-img img {
    width: 70%;
    float: right;
}

.box-book img {
    width: 230px;
    margin: 0 auto 20px;
    display: table;
}

.box-book {
    text-align: center;
}

section.book-sec {
    padding: 100px 0px;
}

.box-book p {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.box-book h4 {
    font-size: 28px;
}

.main-policy p {
    color: white;
}

.blog-sec .text h4 {
    margin: 0 0 20px;
}

.header {
    /* position: absolute; */
    width: 100%;
    top: 10px;
    z-index: 9;
}

.header a.t-btn {
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
}

.s-slider img {
    width: 240px;
    height: 90px;
    object-fit: contain;
    transition: .5s;
    margin: 0 auto;
}

.slide-logo .text {
    text-align: center;
    margin: 0 0 30px;
}

.slide-logo {
    padding: 70px 0;
}

.slide-logo .container {
    backdrop-filter: blur(45px);
    background: #ebebeb;
    padding: 30px 0;
    border-radius: 20px;
}

.c-box {
    border: 1px solid #00000073;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
    margin: 0 0 20px;
    min-height: 249px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.n-b span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: white;
    font-size: 25px;
    margin: 0 0 20px;
    background: #0d317c;
}

.c-box img {
    margin: 0 0 15px;
    width: 70px;
}

.c-box h4 {
    font-size: 28px;
    font-family: "Cinzel", serif;
    color: #0a2d64;
}

.c-box p {
    color: black;
    margin: 15px 0 0;
}

.feature-sec {
    padding: 60px 0 40px;
    background-image: url("../img/bg-cen.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.feature-sec .container {
    position: relative;
    z-index: 9;
}

.feature-sec:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000c7;
}

.choose-sec {
    padding-bottom: 30px;
}

.n-b ul li:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 10px;
    height: 10px;
    background: #f6f9ff;
    border-radius: 50px;
    top: 5px;
}

.n-b ul li {
    padding-left: 18px;
    position: relative;
    margin: 0 0 20px;
    font-size: 16px;
    color: #ffffff;
}

.feature-sec .text h2 {
    margin: 0 0 30px;
    color: white;
}

.price {}

.feature-sec .img-box img {
    width: 100%;
    height: 580px;
    object-fit: contain;
}

.price-box {
    padding: 0px 0px;
    background: white;
    box-shadow: 0px 0px 30px #d7d7d7;
    border-radius: 20px;
}

.price-box li i {
    color: #028fbe;
}

.price-box li {
    margin: 0px 0 18px;
    font-size: 16px;
    color: black;
    display: flex;
    column-gap: 7px;
    align-items: center;
}

.price-box h4 {
    font-size: 35px;
    text-align: center;
    color: white;
}

.price-box p {
    text-align: center;
    margin: 0 0 30px;
    color: black;
    font-size: 16px;
}

.price-box li i.fa-solid.fa-ban {
    color: gray;
}

.price-box a {
    font-size: 14px !important;
    margin-top: 35px;
    border-radius: 2;
    width: 100%;
}

.free-trial .container {
    padding: 30px 50px;
    border-radius: 20px;
    height: 300px;
    background: -webkit-linear-gradient(#011637, #103774);
}

.free-trial .text h2 {
    color: white;
}

.free-trial .text p {
    color: white;
}

.free-trial .img-box img {
    width: 81%;
    transform: rotate(15deg);
    margin: -65px 0 0;
    float: right;
}

.chat-sec .img-box img {
    width: 95%;
}

.chat-sec .text img {
    width: 280px;
    margin: 0 0 20px;
}

.chat-sec .text p {
    font-size: 20px;
}

.chat-sec {
    padding: 20px 0 0;
    margin-bottom: 90px;
}


/* ************************** FAQ's Css**************************** */

ul.accordion-list {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;

    li {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 35px 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #dddddd;
        border-radius: 25px;
        cursor: pointer;
        padding-left: 75px;

        &.active {
            h3 {
                &:after {
                    transform: rotate(45deg);
                }
            }
        }

        h3 {
            font-weight: 500;
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            padding: 0 0 0 0;
            margin: 0;
            font-size: 22px;
            letter-spacing: 0.01em;
            cursor: pointer;

            &: after {
                content: "\f278";
                font-family: "material-design-iconic-font";
                position: absolute;
                right: 0;
                top: 0;
                color: #fcc110;
                transition: all 0.3s ease-in-out;
                font-size: 18px;
            }
        }

        div.answer {
            position: relative;
            display: block;
            width: 100%;
            height: auto;
            margin: 0;
            padding: 0;
            cursor: pointer;

            p {
                position: relative;
                display: block;
                font-weight: 300;
                padding: 10px 0 0 0;
                cursor: pointer;
                line-height: 150%;
                margin: 0 0 0px 0;
                font-size: 14px;
            }
        }
    }
}

ul.accordion-list li:before {
    position: absolute;
    content: "01";
    width: 40px;
    height: 30px;
    line-height: 30px;
    left: 20px;
    top: 0;
    font-size: 30px;
    bottom: 0;
    margin: auto 0;
    font-weight: 600;
    background: -webkit-linear-gradient(#011637, #1d5cbf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

ul.accordion-list {
    & li {
        &.active {
            background: #fff;
            box-shadow: 0 0 91px rgb(0 0 0 / 12%);
        }
    }
}

ul.accordion-list li.active:before {
    -webkit-text-fill-color: #93959b;
}

ul.accordion-list li:nth-child(2):before {
    content: "02";
}

ul.accordion-list li:nth-child(3):before {
    content: "03";
}

ul.accordion-list li:nth-child(4):before {
    content: "04";
}

ul.accordion-list li:nth-child(5):before {
    content: "05";
}

.orange-div {
    height: 100%;
    border-radius: 30px;
    padding: 40px 50px 0 50px;
    background: -webkit-linear-gradient(#03201c, #008844e3);
}

.orange-div:after {
    position: absolute;
    content: "";
    width: 461px;
    height: 348px;
    background: url(../img/faqs-women.png) no-repeat;
    right: -100px;
    bottom: 0;
    background-size: 90%;
}

.faq-div .btn-div a.btn-normal.chat {
    width: 200px;
    background: #262b37;
    color: #fff;
    padding: 0;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.faq-div .btn-div a.btn-normal.chat:hover,
.faq-div .btn-div a.btn-grad:hover {
    box-shadow: 0px 0px 90px #fff;
}

.faq-div .btn-div a.btn-grad {
    background: transparent;
    border: 1px solid #fff;
    padding: 0;
    width: 200px;
    display: inline-block;
    height: 50px;
    line-height: 47px;
    text-align: center;
}

.faq-div .btn-div a.btn-normal.chat img,
.faq-div .btn-div a.btn-grad img {
    vertical-align: middle;
    margin-right: 5px;
}

.faq-div .btn-div a.btn-grad:before {
    display: none;
}


/* ************************** FAQ's Css End**************************** */

.faq-div .img-box img {
    width: 62%;
    margin: 0 auto;
    display: table;
}

.faq-div {
    padding: 100px 0 0px;
}

.banner-sec:after {
    position: absolute;
    content: "";
    background: #00000085;
    width: 100%;
    height: 100%;
    top: 0;
}

.b-sty {
    background: #01d1fc;
    padding: 40px 0px 0;
    position: relative;
    z-index: 9999;
}

.b-sty:after {
    position: absolute;
    content: "";
    width: 101%;
    height: 68px;
    bottom: -50px;
    left: -2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/aft-1.png");
    z-index: -1;
}

.price-box1 .b-sty:after {
    background-image: url("../img/aft-2.png");
    height: 71px;
}

.price-box1 .b-sty {
    background: #028fbe;
}

.price-box1 .st-con p {
    background: #028fbe;
}

.b-sty p {
    margin: 0;
    color: white;
}

.st-con p {
    margin: 20px 0 0;
    background: #01d1fc;
    font-size: 14px;
    padding: 14px 20px;
    color: white;
}

.st-con h1 {
    font-size: 50px;
    text-align: center;
    margin: 70px 0 0;
    font-weight: 900;
    background: -webkit-linear-gradient(#038dbc, #00cffb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.st-con ul {
    padding: 10px 0px 0;
}

.tech-ai:hover {
    margin-top: -15px;
}

.tech-ai img {
    width: 67%;
    margin: 0 auto;
    display: table;
}

.tech-ai {
    text-align: center;
    transition: .5s;
}

.tech-ai h2 {
    font-size: 28px;
    background: -webkit-linear-gradient(#011637, #1c4b95);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Cinzel", serif;
    margin: 13px 0 0;
}

.tech-ai p {
    margin: 10px 0 0;
    color: black;
    font-size: 16px;
}

.ai-tech {
    padding: 80px 0 90px;
}

.c-box {
    border: 1px solid #00000073;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    margin: 0 0 20px;
    min-height: 279px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px 30px 5px 40px;
    transition: .5s;
}

.banner-sec .img-box {
    position: relative;
}

.banner-sec .text-ani {
    position: absolute;
    top: 27px;
    left: 98px;
    width: 22%;
    z-index: 9;
}

span.typingText {
    font-size: 24px;
    background: -webkit-linear-gradient(#038dbc, #00cffb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
}

.st-con ul::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
    height: 150px;
    min-height: 100px;
}

.st-con ul::-webkit-scrollbar-thumb {
    background: #028fbe;
}

.st-con ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #bdbdbd;
    background-color: #fff;
}

.st-con ul {
    height: 270px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    margin: 20px 15px 0 40px;
}

.chat-sec .text ul li {
    padding-left: 18px;
    position: relative;
    margin: 0 0 20px;
    font-size: 18px;
    color: black;
    display: block;
}

.chat-sec .text ul li:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 10px;
    height: 10px;
    background: #011637;
    border-radius: 50px;
    top: 7px;
}

.chat-sec .text h2 {
    font-size: 45px;
    margin: 0 0 25px;
}

.banner-sec .text span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 55px;
    display: block;
}

.pricing-section {
    padding: 60px 20px 110px;
}

.pricing-heading {
    font-size: 32px;
    color: #222;
    margin-bottom: 5px;
}

.pricing-subheading {
    color: #666;
    margin-bottom: 40px;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.cards {
    background: #fff;
    border-radius: 10px;
    padding: 30px 0px;
    width: 270px;
    text-align: left;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    position: relative;
    height: 100%;
    border: 1px solid #038dbc2e;
}

.cards.highlight {
    border: 2px solid #0b2e65;
    /* background: #00d1fc1c; */
}

.cards .ribbon {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #0b2e65;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: bold;
}

.cards h3 {
    font-size: 24px;
    margin: 0;
    color: #222;
    text-align: center;
}

.cards .sub {
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 8px;
}

.cards .price {
    font-size: 50px;
    color: #111;
    margin-bottom: 5px;
    font-weight: 700;
    text-align: center;
}

.cards .price span {
    font-size: 14px;
    color: #666;
}

.cards .price.contact {
    font-size: 15px;
    font-weight: bold;
}

.cards .alt {
    font-size: 14px;
    color: #484848;
    margin-bottom: 0px;
    font-weight: 500;
}

.cards ul {
    list-style: none;
    padding-left: 0;
    padding: 0 20px;
}

.cards ul li {
    font-size: 14px;
    margin: 6px 0;
    color: #333;
    display: block;
    font-weight: 500;
}

.in-line img {
    width: 100px;
    margin: 25px auto 30px;
    display: table;
}

.in-line {
    padding: 0px 0px 20px;
    text-align: center;
    border-bottom: 1px solid #00000024;
    margin-bottom: 25px;
}

.cards.highlight {
    padding-top: 0px;
}

.cards.highlight .in-line {
    background: #0b2e671f;
    padding-top: 36px;
}

.price.contact {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #00000070;
    font-weight: 500 !important;
    border-radius: 7px;
    margin: 0 0 19px;
}

.banner-sec h4 {
    color: white;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
}

.inner-sec .container {
    position: relative;
    z-index: 9;
}

.ban-sec {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* background-image: url("../img/bane-bg.png"); */
    background-size: cover;
    padding: 100px 0px 160px;
    background: linear-gradient(90deg, rgb(16 44 93) 0%, rgb(47 107 205) 100%);
    margin-top: 40px;
}

.ban-sec .text h4 {
    background: white;
    border-radius: 6px;
    display: inline-flex;
    padding: 10px 12px;
    margin: 0 0 30px;
}

.ban-sec .text img {
    width: 200px;
}
.ban-sec .text h5 {
    color: white;
    font-weight: 600;   
         font-family: "Cinzel", serif;
    font-size: 35px;
}
.ban-sec .text h2 {
    color: white;
    font-weight: 600;
    font-size: 50px;
}

.ban-sec .text p {
    color: white;
    margin: 16px 0 30px;
    font-size: 18px;
}

.ban-sec ul {
    display: inline-flex;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.ban-sec ul li {
    display: flex;
    align-items: center;
    column-gap: 8px;
    background: white;
    padding: 5px 11px;
    border-radius: 15px;
    font-size: 14px;
    color: black;
}

.bt-ds {
    margin: 45px 0 0;
}

.ban-sec ul li i {
    color: #103d85;
}

.ban-sec .gif-img img {
    width: 84%;
    border-radius: 10px;
    margin: 50px auto 0;
    height: 670px;
    box-shadow: 0px 0px 30px #837d7d;
    border-radius: 20px;
}

.header .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center !important;
}

p.req {
    color: #fbfbfb !important;
    font-size: 17px !important;
    margin: 13px 0 0 !important;
    text-shadow: 90px 0px 20px #000000;
}

.future-sec {
    background-image: url("../img/nn1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    background-position: BOTTOM center;
    position: relative;
    background-attachment: fixed;
}

.future-sec:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    top: 0;
}

.future-sec .container {
    position: relative;
    z-index: 9;
}

.future-sec .text h2 {
    color: white;
    margin: 0 0 30px;
}

.footer-main .container-fluid {
    padding: 0 180px;
}

.footer-main .row {
    justify-content: center;
}

.ban-sec .text ul li img {
    width: 20px;
}

.ios-div ul li {
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.ios-div ul {
    display: flex;
    column-gap: 10px;
}

.main-logo h5 {
    margin: 40px 0 26px;
    font-weight: 600;
}

h5.top-spc {
    margin: 45px 0 20px;
}

.ios-div {
    margin: 0 0 50px;
}

.fot-icon ul {
    display: flex;
    column-gap: 15px;
    justify-content: end;
}

.fot-icon ul li i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    color: black;
    width: 60px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 10px;
}

.onlin li {
    font-size: 33px;
    color: black;
    font-weight: 500;
}

li.li-ste:after {
    position: absolute;
    content: "";
    left: 0px;
    width: 13px;
    height: 13px;
    background: #3bd671;
    border-radius: 50px;
    top: 5px;
}

li.li-ste {
    margin-right: 35px;
    position: relative;
    padding-left: 19px;
}

.footer-main .row.align-items-center {
    /*border-top: 1px solid #00000042;*/
    /*padding-top: 20px;*/
    margin-top: 20px;
}

.main-logo a video {
    width: 200px;
    margin: 0 auto;
    display: table;
}

.free-trial a.t-btn {
    background: white;
    color: black !IMPORTANT;
}

.indus-box img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
}

.indus-box h1 {
    font-size: 20px;
    margin: 0px 0 15px;
}

.indus-text {
    padding: 25px 20px;
    box-shadow: 0px 0px 10px #d7d7d7;
    background: #ffffff;
    border-radius: 0px 0px 20px 20px;
}

.indus-box {
    padding: 0;
    /* box-shadow: 0px 0px 30px #9d9d9d; */
    height: 520px;
    margin: 0 18px;
    border-radius: 20px 20px 0px 0px;
}

.indus-slide .slick-list.draggable {
    padding: 90px 0 50px;
}

.indus-slide .slick-arrow {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 9;
    background: #052465;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: transparent;
    transition: 0.5s;
    left: 50px;
    right: 0;
    margin: 0 auto;
}

.indus-slide .slick-next {
    right: 55px !important;
    left: 0 !important;
}

section.helth-indust {
    padding: 60px 0px 0px;
}

.n-b h4 {
    color: white;
}

.feature-sec .text h2 span {
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.copy-right p a {
    color: black !important;
}

.top-bar {
    background: #02183a;
    padding: 11px 0;
}

.top-bar .text p {
    margin: 0;
    text-align: center;
    color: white;
    font-size: 14px;
}

.marquee {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 20px;
    overflow: hidden;
}

.track {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 20s linear infinite;
    right: 0;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.crm-sec {
    padding: 90px 0 50px;
}

.crm-main {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    margin: 0 0 15px;
}

.crm-int {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 150px;
    height: 150px;
    background: #ffffff;
    box-shadow: 0px 0px 30px #e3e3e3;
    border-radius: 90px;
}

.srm-img img {
    width: 70px;
}

.srm-img p {
    margin: 0;
    font-weight: 700;
    color: black;
    margin: 10px 0 0;
}

.main-cm p {
    margin: 0;
    color: black;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    font-size: 15px;
    margin: 15px 0 0px;
    transition: .5s;
}

.main-cm:hover {
    margin-top: -10px;
}

.main-cm:hover p {
    opacity: 1;
}

.main-cm {
    transition: .5s;
}

.indus-text p {
    font-weight: 500;
    color: black;
    height: 110px;
    margin: 0;
}

.header video {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    object-position: bottom;
    object-fit: cover;
}

.header nav.navbar.navbar-expand-lg {
    padding: 2px 0 -1px;
}

.header a.navbar-brand.color-black {
    padding: 0;
}

.s-slider img:hover {
    filter: brightness(0%);
    transform: scale(1.09);
}

.c-box:hover {
    background: #072453;
}

.c-box:hover img {
    filter: brightness(0) invert(1);
}

.c-box:hover h4,
.c-box:hover p {
    color: white;
}

.chat-sec .text {
    padding-left: 35px;
}

.pri-top .text p {
    margin: 0;
}

.pri-top {
    padding: 8px 0;
    text-align: center;
    background: #103e87;
    color: white;
}

.inner-banner .text h2 {
    font-size: 45px;
    margin: 0 0 23px;
}

.inner-banner {
    padding: 110px 0 70px;
}

.inner-banner ul {
    display: inline-flex;
    column-gap: 15px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.inner-banner ul li {
    display: flex;
    align-items: center;
    column-gap: 8px;
    background: #ffffff;
    padding: 5px 11px;
    border-radius: 15px;
    font-size: 14px;
    color: black;
    box-shadow: 0px 0px 30px #d9d9d9;
    border: 1px solid #011535;
}

.inner-banner .text ul li img {
    width: 20px;
}

.pri-logo {
    display: flex;
    justify-content: center;
}

.pri-logo img {
    filter: contrast(0.5);
}

.inner-banner h4 {
    margin: 70px 0 0;
    font-weight: 100;
    font-size: 20px;
}

.text.track ul {
    display: flex;
    column-gap: 20px;
}

.text.track ul li {
    color: white;
    display: flex;
    column-gap: 7px;
    align-items: center;
}

.pkg-main {
    padding: 40px 20px;
    box-shadow: 0px 0px 10px #d7d7d7;
    background: #ffffff;
    border-radius: 10px;
    height: auto;
    position: relative;
}

.pkg-main h4 {
    font-size: 35px;
    margin: 40px 0 10px;
}

ul.mes-list li {
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    color: black;
    font-size: 16px;
}

.pr-logo img {
    width: 160px;
    margin: 25px 0 0;
}

.lis-price ul li {
    display: flex;
    align-items: center;
    column-gap: 3px;
    margin: 0 0 7px;
    font-weight: 500;
    color: black;
}

.lis-price li i {
    color: #103e87;
    padding-right: 4px;
}

.pkg-main a {
    border: 1px solid black;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 0;
    border-radius: 8px;
    color: black !important;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 15px;
    transition: .5s;
}

.pkg-main a:hover {
    background: #103e87;
    color: white !important;
}

ul.mes-list {
    height: 155px;
}

ul.mes-list li span {
    color: black;
}

.lis-price {
    margin: 40px 0 0;
    height: auto;
}

.fet-list ul li {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin: 0 0 7px;
    font-weight: 500;
    color: black;
}

.fet-list {
    background: #f7f7f7;
    padding: 15px 10px;
    margin: 40px 0 30px;
    border-radius: 10px;
}

.fet-list h6 img {
    width: 30px;
}

.fet-list h6 {
    margin: 0 0 20px;
}

.i-di {
    padding-left: 17px;
    display: flex;
    column-gap: 4px;
    margin: 3px 0 3px;
}

.price-pkg {
    padding: 60px 0;
}

.hei-fut {
    height: auto;
}

.post-t {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    background: #103e87;
    padding: 5px 20px;
    border-radius: 30px;
}

.post-t span {
    color: white;
}

.pkg-main.higlitht {
    border: 2px solid #103e87;
}

.pkg-main.higlitht a {
    background: #103e87;
    color: white !important;
}

.addon-pricing {
    margin: auto;
    background: #fff;
    border-radius: 12px;
}

.title {
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5rem;
}

.pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.pricing-table th {
    background: #103e87;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.pricing-table td {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    font-size: 16px;
    color: black;
}

.note {
    font-size: 12px;
    color: #777;
}

.dropdown-toggle {
    background-color: #f2f2f2;
    cursor: pointer;
    font-weight: bold;
}

.expand-arrow {
    text-align: right;
}

.dropdown-content {
    display: none;
    background-color: #fafafa;
}

th.tct-cn {
    text-align: LEFT;
    font-size: 20px;
    color: #ffffff;
}

.tct-cnn th.tct-cn {
    text-align: center;
    font-size: 20px;
    color: black;
}

.dropdown-toggle::after {
    display: none;
}

th.tct-cnn {
    color: white;
    font-size: 20px;
}

table.pricing-table {
    box-shadow: 0px 0px 30px #b7b7b7;
}

.addon-pricing {
    padding: 60px 0 90px;
}

.conver-sec {
    padding: 60px 0 90px;
    background: #1637723d;
}

.con-box {
    padding: 30px 20px;
    box-shadow: 0px 0px 10px #b1b1b1;
    background: #ffffff;
    border-radius: 10px;
}

.con-box img {
    width: 60px;
    margin: 0 0 15px;
}

.con-box p {
    margin: 0;
    font-size: 17px;
    color: black;
    margin: 15px 0 0;
}

.cnt-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    padding: 23px 35px;
    box-shadow: 0px 0px 10px #b1b1b1;
    background: #ffffff;
    border-radius: 10px;
}

.cnt-coin {
    display: flex;
    column-gap: 35px;
    justify-content: center;
}

.cnt-box img {
    width: 40px;
    border-radius: 110px;
    height: 40px;
    object-fit: cover;
}

.cnt-box h4 {
    margin: 0;
}

.country-sec {
    padding: 100px 0;
}

.pricing-page section.future-sec {
    background-image: url("../img/background-14-1.webp");
}

.uriel-box img {
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.uriel-box {
    margin: 0 20px;
    box-shadow: 0px 0px 30px #e3e3e3;
    border-radius: 20px;
    position: relative;
}

.u-txt:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ad;
    z-index: -1;
}

.u-txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    display: table;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 30px 20px;
}

.u-txt h2 {
    color: white;
    font-size: 24px;
    margin: 0 0 10px;
}

.u-txt p {
    margin: 0px 0 0px;
    color: white;
    font-size: 16px;
}

.uriel-indus .slick-next {
    right: 85px !important;
}

.uriel-indus .slick-arrow {
    position: absolute;
    top: -100px;
    z-index: 9;
    background: #052465;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: transparent;
    transition: 0.5s;
    right: 30px;
}

.uriel-indus {
    padding: 90px 0;
}

.uriel-indus .text {
    padding-left: 25px;
}

.features-page .inner-banner.pri-banner {
    padding-top: 100px !important;
}

.future-sec .text p {
    color: white;
}

.it-div {
    display: flex;
    align-items: center;
    width: 420px;
    column-gap: 14px;
    background: #ffffff3d;
    margin: 0 10px 15px;
    padding: 15px 10px;
    border-radius: 10px;
}

.mian-it {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.it-div img {
    width: 70px;
    filter: brightness(0) invert(1);
}

.it-text h4 {
    color: white;
}

.it-text {
    text-align: left;
}

.it-text h4 {
    font-size: 20px;
    margin: 0 0;
}

.it-text p {
    margin: 5px 0 0px;
    font-size: 14px;
}

.benefits-sec {
    padding: 90px 0 90px;
    position: relative;
}

.b-t {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.ben-text {
    width: 50%;
    margin: 0 auto;
    display: table;
}

.b-t p {
    margin: 0;
}

.b-t h4 {
    font-size: 140px;
    background: -webkit-linear-gradient(#011637, #1c58b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-family: aura-demo;
}


/* .b-t h4:after {
    position: absolute;
    content: "";
    left: 0;
    width: 300px;
    height: 300px;
    background: black;
    z-index: 9;
    right: 0;
} */

.b-t p {
    color: black;
    font-size: 25px;
    font-weight: 600;
    font-family: aura-demo;
    letter-spacing: 1.6px;
    line-height: 35px;
    text-transform: capitalize;
}

.t-pst {
    position: relative;
}


/* .ben-text.ben-text-1 {
    position: absolute;
    top: 150px;
    left: 80px;
    margin: 0 !important;
} */

.ben-text.ben-text-2 {
    /* position: absolute; */
    /* top: 120px; */
    left: 0;
    right: 0;
}

.b-t h4 sub {
    font-size: 20px;
    color: black !important;
}

.rotop {
    margin-top: 330px;
}

.sty-ltf .ben-text.ben-text-1 {
    position: absolute;
    top: 150px;
    left: 0;
}

.sty-ltf .text h2 {
    margin: 0 0 50px;
    font-size: 50px;
    color: #000000;
}

.main-cnt .text h2 {
    margin: 40px 0 40px;
    font-size: 50px;
    color: #000000;
    text-align: left;
    font-family: Euclid-Circular-B-Regular;
}

.tp-sp {
    margin-top: 0px;
}

.fet-list ul li i {
    color: #103e87;
}

.main-cnt .bg-chn {
    background: #16499936;
    border-bottom: 3px solid white;
    width: 80%;
    margin: 0 auto;
}

.ben-text.ben-text-1 .b-t p {
    text-align: right;
}

.txt-end {
    width: 100%;
    margin: 0 auto;
}

.txt-end h2 {
    text-align: center !important;
    text-transform: capitalize;
}

.header li a:hover {
    color: #103e88;
}

.tabs {
    /* max-width: 600px; */
    margin: 0 auto;
}

.tab-buttons {
    display: flex;
    border-bottom: 2px solid #ccc;
    width: 14%;
    margin: 0 auto 50px;
    position: relative;
    background: #0429604f;
    padding: 4px 15px 2px;
    border-radius: 40px;
}

.tab-buttons:after {
    position: absolute;
    content: "";
    right: -40px;
    width: 50px;
    height: 50px;
    background-image: url("../img/arrow.gif");
    background-size: cover;
    transform: rotate(235deg);
    top: -35px;
}

.tab-buttons h5 {
    position: absolute;
    right: -159px;
    margin: 0;
    background: #103e87;
    color: white;
    font-weight: 100;
    font-size: 13px;
    padding: 6px 8px;
    border-radius: 100px;
}

.zoom-in-zoom-out {
    animation: zoom-in-zoom-out 4s ease-in-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        /* Zoom just 10% */
    }

    100% {
        transform: scale(1);
    }
}

.zoom-effect {
    animation: zoom-in-zoom-out 5s ease-in-out infinite;
}

.tab-buttons button {
    flex: 1;
    padding: 6px 9px !IMPORTANT;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    font-weight: bold;
    transition: background 0.3s;
    font-size: 14px;
    border-radius: 50px;
    color: black;
}

.tab-buttons button.active {
    background: #fff;
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
    color: white;
}

.tab-content {
    /* background: #fff; */
    /* border: 1px solid #ccc; */
    border-top: none;
    /* padding: 20px; */
    display: none;
}

.tab-content.active {
    display: block;
}

.inner-sec .text p {
    color: white;
    font-size: 19px;
}

.header a.t-btn:hover {
    background: black;
}

.header li a:hover {
    color: #103d85 !important;
}

.fot-ind ul li a {
    font-size: 15px;
    color: black !important;
}

.fot-ind ul {
    display: flex;
    column-gap: 20px;
}

.fot-ind p {
    font-size: 16px;
    color: black;
    text-align: right;
}

.fot-ind a {
    color: black !IMPORTANT;
}

.wit-sty {
    width: 93%;
    margin: 0 auto;
}

.fot-ind {
    margin: 30px 0 0;
}

.main-logo {
    height: auto;
}

.fot-icon i:hover {
    background: #011637;
    color: white;
}

.fot-icon i {
    transition: .5s;
}

.con-sec-01 {
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
    padding: 0px 0px 100px;
}

.ft-sec-01 {
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
    padding: 0px 0px 40px;
}

.text-cunt p {
    color: #a3a3a3;
    margin: 0;
    font-size: 17px;
}

ul.ft-slit {
    display: flex;
    column-gap: 25px;
}

.ig-sty {
    justify-content: center;
    border-radius: 16px;
    background-color: #001B47;
    margin-right: 16px;
    display: flex;
    align-items: center;
    width: 200px;
    height: 110px;
}

a.sty-tet {
    color: #a3a3a3 !important;
}

.ft-sec-01 .row {
    padding-top: 30px;
    border-top: 1px solid #4f92ff36;
}

ul.ft-slide {
    display: flex;
    column-gap: 17px;
    font-size: 16px;
    color: gray;
    margin-top: 20px;
}

ul.ft-slide li a {
    font-size: 16px;
    color: #a3a3a3 !important;
}


/*chat css start */

#chat-widget {
    width: var(--chat-width);
    height: var(--chat-height);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Animation for appearing */
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#chat-container {
    flex: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 1rem;
}

#chat-container::-webkit-scrollbar {
    width: 8px;
}

#chat-container::-webkit-scrollbar-thumb {
    background-color: #6b7280;
    border-radius: 4px;
}

.chat-message {
    margin-bottom: 1rem;
    padding: 0.75rem;
    border-radius: 0.5rem;
    max-width: 80%;
    word-wrap: break-word;
    /* Animation for new messages */
    animation: slideIn 0.2s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.user-message {
    background-color: var(--user-message-bg);
    margin-left: auto;
}

.bot-message {
    background-color: var(--bot-message-bg);
    margin-right: auto;
}

.input-container {
    padding: 1rem;
    border-top: 1px solid var(--input-border);
    /* Animation for input focus */
    transition: padding 0.2s ease;
}

.input-container:focus-within {
    padding: 1.5rem;
    background-color: #f9fafb;
}


/* Responsive design */

@media (max-width: 640px) {

    /* sm breakpoint */
    #chat-widget {
        width: 100%;
        height: 100vh;
        max-height: 500px;
        position: fixed;
        bottom: 0;
        right: 0;
        border-radius: 0;
    }

    #chat-container {
        padding: 0.5rem;
    }

    .chat-message {
        max-width: 90%;
    }

    .input-container {
        padding: 0.5rem;
    }
}


/* Logo styling */

.logo {
    width: 60px;
    height: 40px;
    margin-right: 0.5rem;
    vertical-align: middle;
}

#chat-widget {
    border-radius: 1.25rem !important;
    /* More rounded */
    box-shadow: 0 8px 32px rgba(37, 99, 235, 0.18) !important;
    border: 1px solid #e5e7eb !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(4px);
}

.chat-message {
    border-radius: 1rem !important;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.06);
    margin-bottom: 1.2rem;
}

.user-message {
    background: linear-gradient(90deg, #041434 0%, #60a5fa 100%);
    color: #fff;
    font-weight: 500;
}

.bot-message {
    background: #f3f4f6;
    color: #22223b;
    font-weight: 400;
}

.input-container {
    border-radius: 0 0 1.25rem 1.25rem !important;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

@media (max-width: 640px) {
    #chat-widget {
        min-width: 100vw !important;
        max-width: 100vw !important;
        right: 0 !important;
        bottom: 0 !important;
        border-radius: 0 !important;
    }

    #chat-toggle-btn {
        right: 1rem !important;
        bottom: 1rem !important;
    }
}


/* New styles for wave animation and button */

#wave-transition {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s;
}

#wave-transition svg {
    height: 100%;
    width: 100%;
}

#wave-transition path {
    stroke: none;
    fill: #2563eb;
    opacity: 0.7;
}


/* Floating button styles */

#chat-toggle-btn {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #041434;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 50;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.15);
    transition: background 0.3s, transform 0.3s;
}

#chat-toggle-btn:hover {
    background: #041434;
    transform: translateY(-2px);
}

#chat-toggle-btn:active {
    transform: translateY(0);
}

#chat-widget {
    transition: opacity 0.4s cubic-bezier(.4, 0, .2, 1), transform 0.4s cubic-bezier(.4, 0, .2, 1);
    will-change: opacity, transform;
}

#chat-widget.closed {
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px) scale(0.98);
}

#chat-widget.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}


/* Loader styles */

#chat-loader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.loader {
    display: flex;
    gap: 0.5rem;
    scale: 3;
    height: 50px;
    width: 40px;
}

.box {
    position: relative;
    opacity: 0;
    left: 10px;
    width: 0.8rem;
    height: 0.8rem;
    background: #2563eb;
    animation: wave 1.2s infinite ease-in-out;
}

.side-left {
    position: absolute;
    background-color: #286cb5;
    width: 19px;
    height: 5px;
    transform: skew(0deg, -25deg);
    top: 14px;
    left: 10px;
}

.side-right {
    position: absolute;
    background-color: #2f85e0;
    width: 19px;
    height: 5px;
    transform: skew(0deg, 25deg);
    top: 14px;
    left: -9px;
}

.side-top {
    position: absolute;
    background-color: #5fa8f5;
    width: 20px;
    height: 20px;
    rotate: 45deg;
    transform: skew(-20deg, -20deg);
}

.box-1 {
    animation: from-left 4s infinite;
}

.box-2 {
    animation: from-right 4s infinite;
    animation-delay: 1s;
}

.box-3 {
    animation: from-left 4s infinite;
    animation-delay: 2s;
}

.box-4 {
    animation: from-right 4s infinite;
    animation-delay: 3s;
}

@keyframes wave {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1rem);
    }
}

@keyframes from-left {
    0% {
        z-index: 20;
        opacity: 0;
        translate: -20px -6px;
    }

    20% {
        z-index: 10;
        opacity: 1;
        translate: 0px 0px;
    }

    40% {
        z-index: 9;
        translate: 0px 4px;
    }

    60% {
        z-index: 8;
        translate: 0px 8px;
    }

    80% {
        z-index: 7;
        opacity: 1;
        translate: 0px 12px;
    }

    100% {
        z-index: 5;
        translate: 0px 30px;
        opacity: 0;
    }
}

@keyframes from-right {
    0% {
        z-index: 20;
        opacity: 0;
        translate: 20px -6px;
    }

    20% {
        z-index: 10;
        opacity: 1;
        translate: 0px 0px;
    }

    40% {
        z-index: 9;
        translate: 0px 4px;
    }

    60% {
        z-index: 8;
        translate: 0px 8px;
    }

    80% {
        z-index: 7;
        opacity: 1;
        translate: 0px 12px;
    }

    100% {
        z-index: 5;
        translate: 0px 30px;
        opacity: 0;
    }
}


/* Simple Spinner Loader */

#chat-loader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 60px;
}

#chat-loader .spinner {
    border: 4px solid rgba(37, 99, 235, 0.3);
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button#chat-header-btn {
    background: white;
}

button#chat-header-btn svg {
    color: #041434;
}


/*chat css end */


/*popup css start */


/* ******************** Popup Css End ******************************** */

.popup-sec .banner-btn {
    margin-top: 15px;
}

.popup-sec .modal-content .btn-close {
    position: absolute;
    right: -15px;
    top: -17px;
    opacity: 1;
    color: #000000 !important;
    background: #fff;
    z-index: 9999999999;
    padding: 6px;
    border-radius: 30px;
    font-size: 15px;
    line-height: 12px;
    border: 3px solid #001536;
}

.popup-sec .modal .form-div-sec input {
    height: 50px;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    padding-left: 35px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 13px;
}

.popup-sec .modal .form-div-sec textarea {
    width: 100%;
    height: 130px;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-left: 38px;
    font-size: 13px;
    border: 1px solid #dbdbdb;
    resize: none;
}

.modal-body {
    padding: 10px 30px 10px 20px;
    overflow: hidden;
}

.popup-sec .modal .form-div input:focus,
.modal .form-div input:focus-visible,
.modal .form-div textarea:focus,
.modal .form-div textarea:focus-visible {
    border: 2px solid #957e5c;
    outline: none;
}

.popup-sec .modal .form-div-sec button.grad-btn {
    width: 40%;
    height: 40px;
    position: relative;
    margin: 0;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: linear-gradient(102.16deg, #ffe3ba -59.27%, #ffefcc -21.55%, #eed1a5 8.83%, #a58a65 51.33%, #957e5c 100%) !important;
    border-radius: 10px;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.02, 0.01, 0.47, 1);
    letter-spacing: 2px;
}

.popup-sec .success-div .normal-btn {
    margin-left: 20px;
}

.popup-sec .modal-body:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #ffaa3300;
    left: 0;
    top: 0;
}

.popup-sec .modal-body:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    background: #ffaa3300;
    right: 0;
    bottom: 0;
}

.form-div-sec .text-end {
    z-index: 9;
}

.popup-sec h2 {
    font-size: 25px;
    margin: 0 0 30px;
}

.popup-sec .modal-header {
    justify-content: center;
}

.popup-sec .t-btn {
    margin: 20px auto 20px;
    display: table;
    color: white;
}

.modal-dialog.modal-lg.modal-dialog-centered {
    max-width: 990px;
}

.modal-body .img-box {
    padding: 40px 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
}

.modal-body .img-box h2 {
    color: white;
    font-size: 35px;
    margin: 0 0 25px;
    font-family: "Cinzel", serif;
}

.sty-pp iframe {
    width: 100%;
    height: 155px;
    border-radius: 15px;
    margin: 15px 0 0;
}

.pop-head-div img {
    width: 140px;
}

.modal-body .img-box p {
    color: white;
    font-size: 16px;
    margin: 0 0 0;
}

.pp-div img {
    width: 240px !important;
}

.pp-div img {
    width: 200px;
    margin: 0 auto;
    display: table;
}

.pp-slider {
    margin: 10px 0 0 !IMPORTANT;
}

.sty-pp {
    background: #f0f0f0;
    padding: 20px 10px;
    border-radius: 10px;
    height: 100%;
}

.inp-stye {
    position: relative;
}

.inp-stye i {
    position: absolute;
    left: 10px;
    top: 16px;
    font-size: 18px;
}

.form-div-sec p {
    color: black;
    font-size: 14px;
    margin-top: 10px;
}

.form-div-sec p a {
    color: #001536 !important;
}

.pop-head-div {
    padding-top: 20px;
    padding-bottom: 25px;
}

.lis-txt ul {
    display: flex;
    justify-content: space-between;
}

.pop-head-div video {
    width: 150px;
}


/*popup css end */


/*popup css end */

.git-box {
    display: flex;
    align-items: center;
    column-gap: 5px;
    justify-content: center;
}


/*popup css end */

.gt-text:after {
    position: absolute;
    content: "";
    left: -12px;
    width: 1px;
    background: #0000006e;
    height: 30px;
    top: 4px;
}

.gt-text {
    position: relative;
}

.git-img img {
    width: 98px;
    /* filter: brightness(0) invert(1); */
    /* transform: rotate(315deg); */
}

.git-img {
    display: flex;
    align-items: center;
    column-gap: 20px;
    /* filter: brightness(0) invert(1); */
    padding-left: 45px;
}

.gt-text h4 {
    font-size: 19px;
    margin: 0;
}

.gt-text {
    width: 90px;
}


/* .gitex-sec .row {
    background: linear-gradient(to bottom, #3ba1ff, #0059b3);
    border-radius: 8px;
    padding: 18px 0;
    margin: 0px 0 -40px;
    z-index: 99;
    position: relative;
    box-shadow: 0px 0px 1px #fff;
} */

.gitex-sec .row {
    border-radius: 0;
    margin: 0px auto -40px;
    /* z-index: 9; */
    position: relative;
    box-shadow: 0px 0px 1px #fff;
    /* background: linear-gradient(90deg, rgba(252, 64, 43, 1) 0%, #d3b6af 31%, #ebc6c0 73%, rgb(122 34 14 / 97%) 100%); */
    background: linear-gradient(90deg, rgba(252, 64, 43, 1) 0%, #ffffff 36%, #ffffff 63%, rgb(122 34 14 / 97%) 100%);
    height: 70px;
    width: 100%;
}

.gt-text h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.gitex-sec .text h4 {
    color: #ffffff;
    margin: 0;
    font-size: 19px;
    font-weight: 200;
    line-height: 18px;
    padding-left: 120px;
}

.img-nn {
    filter: none !important;
}

.gitx-img img {
    width: 170px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto;
    display: table;
}

.git-sec-01 .container {
    background: white;
    /*box-shadow: 0px 0px 20px #0c326e61;*/
    padding: 10px 30px 30px;
    /*border-radius: 20px;*/
}

.testi-box ul {
    text-align: center;
    color: #ffa534;
}

.btn-hedd {
    padding-left: 0;
    text-align: end;
    margin: 0 -40px 0px 0px;
}

.sty-pp img {
    margin: 0 auto 10px;
    display: table;
    width: 100px;
}

.desk-none {
    display: none;
}

.ban-sec .text h2 span {
    font-size: 23px;
    text-transform: uppercase;
    color: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
    display: block;
    margin: 10px 0 0;
}

a.cnt-blu {
    background: #103e87;
    color: white !important;
}

.terms-sec .text h1 {
    font-size: 35px;
    color: white;
}

.terms-sec .text h2 {
    font-size: 26px;
    margin: 25px 0 10px;
    color: white;
}

.bantext-hd h2 {
    font-size: 48px !important;
    text-transform: uppercase;
    color: #001636;
    padding: 50px 0px 80px;
}

section.terms-sec {
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
    padding-bottom: 70px;
}

.terms-sec .text p {
    color: white;
}

.terms-sec .text ul li {
    display: block;
    color: white;
    font-size: 15px;
    position: relative;
    margin: 14px 0;
}

.terms-sec .text ul li:after {
    position: absolute;
    content: "";
    left: -20px;
    background: #2560bf;
    color: white;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    top: 5px;
}

.terms-sec .text h3 {
    color: white;
    margin: 25px 0 10px;
}

.pkg-main h4 sub {
    font-weight: 100;
    font-size: 18px;
    color: #888888;
}

div#\:0\.targetLanguage {
    display: flex !IMPORTANT;
}

a.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex !IMPORTANT;
}

#google_translate_element {
    top: 3px !important;
    right: 3px !important;
}


/* new changes start  */

.marq-box {
    display: flex !important;
    align-items: center;
    column-gap: 10px;
}

.marq-img img {
    width: 50px !important;
    border-radius: 100px;
    height: 50px !important;
    object-fit: cover;
}

.marq-box h4 {
    margin: 0 !important;
    background: transparent !important;
    padding: 0 !important;
    display: inherit !important;
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.marq-text {
    text-align: left;
}

.marq-text p {
    margin: 0 !important;
}

.marq-box {
    backdrop-filter: blur(24px);
    background-color: #2c64c063;
    border: 1px solid #fff3;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    width: 350px;
    padding-top: 12px;
    padding-bottom: 20px;
    padding-left: 12px;
    display: flex;
    position: relative;
    box-shadow: 0 4px 8px #0000001a;
    margin: 0 10px 30px;
}

.marq-box ul {
    position: absolute;
    bottom: -15px;
    right: 20px;
}

.ban-sec .marq-box ul li {
    column-gap: 5px;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 11px;
}

.marq-slider {
    margin-top: 40px;
}

.cus-box {
    padding: 30px 40px 30px;
    box-shadow: 0px 0px 30px #c3c3c3;
    margin-top: 40px;
}


/* new changes start  */

box-shadow: 0 4px 8px #0000001a;
margin: 0 10px 30px;

}

.marq-box ul {
    position: absolute;
    bottom: -15px;
    right: 20px;
}

.ban-sec .marq-box ul li {
    column-gap: 5px;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 11px;
}

.marq-slider {
    margin-top: 40px;
}

.cus-box {
    padding: 30px 40px 30px;
    box-shadow: 0px 0px 30px #c3c3c38c;
    margin-top: 30px !important;
    border-radius: 15px;
    margin: 0 10px;
}

.comp-solution {
    padding: 50px 0 100px;
}

.comp-solution .cus-box h3 {
    font-size: 23px;
    font-family: "Cinzel", serif;
    color: gray;
    margin: 0 0 15px;
}

.cus-box h4 {
    font-size: 45px;
    font-family: "Cinzel", serif;
    color: #09295c;
    margin: 0 0 15px;
}

.cus-box p {
    font-size: 16px;
    margin: 20px 0 25px;
}

.comp-solution .text h2 {
    padding-left: 10px;
}

.eng-text {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    margin: 0 0 15px;
}

.eng-text h4 {
    font-size: 30px;
    font-family: "Cinzel", serif;
    margin: 0;
}

.eng-p p {
    margin: 0;
    font-size: 18px;
}

.eng-box {
    margin: 0 0 30px;
}

.eng-text i {
    font-size: 19px;
    color: #123f86;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #123f86;
    width: 35px;
    height: 35px;
    border-radius: 40px;
}

.eng-box {
    padding: 20px 20px;
    background: #2c64c10d;
    border-radius: 10px;
    box-shadow: 0px 0px 9px #3271d836;
}

.engine-sec {
    padding: 80px 0 80px;
}

.meet-sty {
    position: relative;

    .companies-sec .text h4 {
        font-size: 25px;
        font-family: "Cinzel", serif;
        margin: 20px 0 30px;
        color: #001637;
    }

    width: 100%;
}

.meet-sty p {
    /* position: absolute; */
    /* left: 30px; */
    /* right: 0px; */

    right: 0px;
    font-size: 20px;
    color: white;
    top: 30px;
    width: 90%;
}

.meet-sty img {
    width: 100%;
    border-radius: 15px;
}

.meet-sty {
    position: relative;
    width: 97%;
}

.meet-sec {
    background: #2b62bd33;
    padding: 60px 0;
}

.companies-sec {
    padding: 80px 0 70px;
}

.companies-sec .text h2 {
    font-size: 65px;
}

.companies-sec .text h4 {
    font-size: 25px;
    font-family: "Cinzel", serif;
    margin: 20px 0 30px;
    color: #001637;
}

.adopt-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.adopt-box h4 {
    margin: 0;
    font-family: "Cinzel", serif;
    font-size: 30px;
    color: #08285b;
}

.adopt-main {
    margin: 0 0 40px;
}

.adopt-main p {
    margin: 10px 0 0;
    font-size: 18px;
}

.adopt-box i {
    font-size: 20px;
    color: #14438f;
}

.companies-sec {
    position: relative;
}

.companies-sec:after {
    position: absolute;
    content: "";
    background-image: url("../img/uriel-logo.jpeg");
    width: 590px;
    height: 300px;
    top: 16%;
    background-size: cover;
    margin: 0 auto;
    z-index: -1;
    opacity: 0.1;
    left: -110px;
    transform: rotate(15deg);
}

.meet-men {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.met-txt h4 {
    font-family: "Cinzel", serif;
    font-size: 40px;
    color: #09295c;
}

p.tst-sty {
    font-size: 23px;
    margin: 110px 0 30px;
    color: black;
}

.t-t img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 100px;
}

.t-t {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-top: 35px;
}

.t-text p {
    margin: 0 0 0;
    color: black;
}

.test-mb .col-lg-6 {
    padding: 0px;
}

.bgg-cll {
    padding: 0 20px 0 30px !IMPORTANT;
    box-shadow: 0px 0px 30px #d9d9d9;
    margin: 0px 0 0;
    overflow: hidden;
    background: #1637723d;
}

.pdd-tst {
    padding: 0;
}

.testing-box a.t-btn {
    margin: 30px 0 0;
}

.test-mb:after {
    position: absolute;
    content: "";
    left: 30px;
    width: 78px;
    height: 68px;
    top: -4px !important;
    background-image: url("../img/testi-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.test-mb {
    position: relative;
}

.pdd-tst .img-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.test-mb .img-box img {
    height: 470px;
    width: 100%;
    object-fit: cover;
}

.testimonial-sec .slick-slide {
    display: flex !important;
}

.testimonial-sec {
    padding: 90px 0;
}

.testimonial-sec .test-mb li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    background: #0f2443;
    border-radius: 100px;
    margin: 0 6px;
}

.testimonial-sec ul.slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}

.testimonial-sec .slick-active button {
    background: #2b61bd !important;
}

.txt-met {
    position: absolute;
    top: 30px;
    left: 30px;
}

.reso-sec {
    /* background: linear-gradient(90deg, rgb(44 101 196) 0%, rgb(18 48 102) 100%); */

    padding: 60px 0;
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(17 64 139) 100%);
}

button.llm-whit {
    background: white !IMPORTANT;
    width: 100%;
    font-size: 14px;
    color: black;
    height: 55px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}

.u-t {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    margin: 15px 0 0;
    background: #ffffff24;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
}

.reas-text {
    background: #ffffff24;
    margin: 15px 0 0;
    padding: 20px 20px;
    border-radius: 5px;
}

button.kn-sty {
    width: 100%;
    background: #07265582 !important;
    color: white;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
}

.reas-text h6 {
    color: white;
    font-size: 13px;
    font-weight: 100;
    text-align: center;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.lv-text h4 {
    color: white;
    font-size: 35px;
    font-weight: 100;
    font-family: "Cinzel", serif;
    width: 90%;
}

.lv-text p {
    color: white;
    font-size: 14px;
    margin: 20px 0 0;
    width: 75%;
    line-height: 1.9;
}

.reso-sec .text h4 {
    color: white;
}

.reso-sec .text h2 {
    color: white;
    font-size: 55px;
}

.reso-sec .text p {
    color: white;
}

.reso-sec .text p {
    color: white;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
    display: table;
}

.div-kny1 {
    padding-right: 0px;
}

.div-kny2 .reas-text {
    background: white;
}

.div-kny2 .reas-text h6 {
    color: black;
}

.div-kny2 .reas-text button {
    background: #000 !IMPORTANT;
}

.comp-slider .slick-slide {
    display: flex !important;
}

.reso-sec li button {
    font-size: 0px;
    width: 13px;
    height: 13px;
    background: #ffffff;
    border-radius: 100px;
    margin: 0 6px;
}

.reso-sec ul.slick-dots {
    position: absolute;
    left: 8%;
    bottom: 100px;
}

.reso-sec .slick-active button {
    background: #000000;
}

.news-letter .container {
    width: 60%;
    margin: 0 auto;
    display: table;
    background: linear-gradient(90deg, rgb(41 99 197) 0%, rgb(4 42 98) 100%);
    padding: 20px 15px 30px 50px;
    border-radius: 20px;
}

.news-email form {
    display: flex;
    column-gap: 10px;
    margin-top: 35px;
}

.news-email input:placeholder {
    color: white !important;
}

.news-email input {
    width: 65%;
    height: 55px;
    background: transparent;
    border: 1px solid white;
    padding: 0px 10px;
    border-radius: 7px;
    color: white;
}

.news-letter .text h2,
.news-letter .text p {
    color: white;
}

.news-email button {
    padding: 0px 30px;
    height: 55px;
    background: white;
    border-radius: 8px;
    color: black;
    font-size: 16px;
    font-weight: 600;
}

.news-letter .img-box img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    border-radius: 15px;
}

.news-letter .text p {
    font-size: 18px;
    width: 80%;
}

p.news-xt {
    font-size: 12px !important;
    color: gray;
    margin: 30px 0 0;
}

.cus-box img {
    width: 100%;
    border-radius: 10px;
    margin: 20px 0 0;
}

.meet-tab button {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-family: "Cinzel", serif;
}

.meet-tab .tab-buttons {
    display: block;
    border-bottom: 2px solid #ccc;
    width: 85%;
    margin: 0 auto 10px;
    position: relative;
    background: #fdfdfd14;
    padding: 25px 15px 25px;
    border-radius: 15px;
    box-shadow: 0px 0px 30px #b5b5b5;
    background: #01173a2e;
}

.tab-meet .img-box img {
    width: 100%;
    border-radius: 15px;
}

.tab-meet .text h4 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    color: #01173a;
}

.tab-meet .text p {
    font-size: 18px;
    color: black;
}

.tab-meet {
    background: #2b62bd33;
    padding: 60px 0;
    margin: 0 0 50px;
}

.tab-meet .text.text-center {
    margin: 0 0 80px !IMPORTANT;
}

.cht-img img {
    width: 100%;
}

.aiagent .text h2 {
    font-size: 80px;
}

.aiagent .text p {
    font-size: 20px;
}

.cover-ai .con-box h3 {
    font-size: 30px;
    font-family: "Cinzel", serif;
    color: #092a5d;
}

.cover-ai .con-box p {
    font-size: 15px;
    margin: 10px 0 20px;
}

.cover-ai .con-box h5 {
    font-size: 50px;
    color: #092a5b;
}

p.law {
    margin: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
}

.cover-ai .con-box img {
    width: 80px;
    margin: 0 0 15px;
}

.cover-ai .con-box {
    padding: 20px 25px;
    box-shadow: 0px 0px 10px #b1b1b1;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    height: 100%;
}

.agent-slider .slick-slide {
    display: flex !important;
}

.b-agent {
    padding: 50px 0 90px;
}

.agent-slider .text h2 {
    font-size: 50px;
    width: 90%;
    color: #082759;
}

.agent-slider .text p {
    font-size: 20px;
    width: 80%;
}

.agent-slider .img-box img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.ban-sec video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    object-position: c;
}

.ban-sec:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #011535ad;
}

.ban-sec .container-fluid {
    position: relative;
    z-index: 9;
}

.trade-sec .container {
    background: #01183b;
    padding: 60px 40px;
    border-radius: 20px;
    width: 72%;
    margin: 60px auto;
    display: table;
    position: relative;
    overflow: hidden;
}

.trade-sec .text h2 {
    font-size: 30px;
    color: white;
    margin: 0 0 30px;
}

.trade-list ul {
    column-count: 2;
}

.trade-list li {
    font-size: 16px;
    color: white;
    display: flex;
    margin: 0px 0px 25px;
    align-items: center;
    column-gap: 9px;
}

.voice-ban .text h6 {
    margin: 0px 0 25px;
}

.trade-sec .container:after {
    background-size: cover;
    position: absolute;
    content: "";
    right: 0;
    width: 280px;
    height: 360px;
    background-repeat: no-repeat;
    background-image: url("../img/wom-1.png");
    top: 20px;
}

.res-box {
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(4 42 98) 100%);
    padding: 50px 30px;
    height: 100%;
    border-radius: 15px;
}

.res-box h4 {
    font-family: "Cinzel", serif;
    color: white;
    font-size: 32px;
    margin: 0 0 20px;
}

.res-box h3 {
    font-family: "Cinzel", serif;
    color: white;
    font-size: 18px;
    margin: 0 0 25px;
}

.res-box p {
    color: white;
    font-size: 15px;
    margin: 0;
}

.main-link {
    margin: 122px 0 0;
}

.news-letter {
    padding-top: 60px;
}

.res-box i {
    font-size: 30px;
    color: white;
    margin: 10px 0 30px;
}

.chat-agent {
    padding: 70px 0 50px;
    background: #1637723d;
}

.chet-box h4 {
    font-size: 27px;
    text-align: center;
    margin: 25px 0 15px;
}

.chet-box p {
    font-size: 18px;
    text-align: center;
}

.trade-video {
    padding: 80px 0 50px;
}

/* new changes start  */
.card {
    position: relative;
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
    margin: 0 20px;
    width: 95%;
}

.card:hover {
    transform: translateY(-6px);
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.75) contrast(1.05);
}

.glass-header {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    padding: 14px 22px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

.audio-player {
    position: absolute;
    top: 75px;
    left: 15px;
    right: 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 6px 10px;
}

.audio-player audio {
    width: 100%;
    outline: none;
    border-radius: 20px;
    background: transparent !important;
    height: 44px;
}

/* Glassmorphism controls (Chrome/Edge/Safari) */
audio::-webkit-media-controls-panel {
    background: transparent !important;
    backdrop-filter: none !important;
    border-radius: 20px !important;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-volume-slider {
    filter: invert(1) brightness(2);
    /* white style */
}

/* Hide unnecessary buttons */
audio::-webkit-media-controls-fullscreen-button,
audio::-webkit-media-controls-playback-rate-button,
audio::-webkit-media-controls-download-button {
    display: none !important;
}

.video-slider li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    background: #0f2443;
    border-radius: 100px;
    margin: 0 6px;
}

.video-slider .slick-active button {
    background: #2b61bd !important;
}

.video-slider ul.slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}

img.foot-logo {
    width: 200px;
    margin: 0 auto;
    display: table;
}

.onlin li a {
    color: black !IMPORTANT;
    font-weight: 700;
}

.features-page section.crm-sec {
    padding: 0 0 80px;
}

.fif-box {
    box-shadow: 0px 0px 30px #d4d4d4;
    padding: 40px 35px;
    border-radius: 20px;
    background: white;
}

.fif-box h3 {
    font-family: "Cinzel", serif;
    font-size: 85px;
    color: #0b2e65;
}

.fif-box p {
    font-size: 21px;
    margin: 0;
}

.fifty-per {
    padding: 60px 0 80px;
    background: #0b2f670d;
}

/* .header .navbar:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000008a;
}
.header .navbar {
    position: relative;
} */
.header .container {
    position: relative;
    z-index: 9;
}

.footer-main video {
    position: absolute;
    left: o;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.footer-main {
    position: relative;
}

.footer-main .container-fluid {
    position: relative;
    z-index: 9;
    padding-bottom: 20px;
}

a.nav-link.dropdown-toggle {
    background: transparent !important;
}

.dropdown-menu a.dropdown-item {
    padding: 10px 10px !important;
    width: 100%;
}

.voice-ban img.wave {
    position: absolute;
    width: 100%;
    top: 70px;
    height: 159px;
}

.voice-ban {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}


.contactpage .gitex-sec .row {
    z-index: 1;
}

.inbox-page .agent-slider .img-box img {
    width: 100%;
    height: 422px;
    object-fit: contain;
}

.every-main h3 {
    font-family: "Cinzel", serif;
    font-size: 28px;
    margin: 20px 0 15px;
}

.every-main {
    margin: 0 10px;
}

.every-main img {
    border-radius: 10px;
}

section.inbox-every {
    padding: 70px 0;
    background: #0a2b6014;
}

.inbox-every .slick-active button {
    background: #2b61bd !important;
}

.inbox-every ul.slick-dots {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
}

.inbox-every li button {
    font-size: 0px;
    width: 16px;
    height: 16px;
    background: #0f2443;
    border-radius: 100px;
    margin: 0 6px;
}

.inbox-tre .text h4 {
    font-size: 22px;
    color: white;
}

.inbox-tre .text h2 {
    font-size: 45px;
    color: white;
    margin: 0 0 10px;
}

.inbox-tre p {
    font-size: 16px;
    margin: 10px 0 35px;
    /* font-weight: 600; */
    color: white;
}

.inbox-page section.crm-sec {
    background: #eceef3;
    padding: 70px 0 50px;
}

.inbox-page .trade-sec .container:after {
    right: 0;
    width: 280px;
    height: 400px;
}

.inbox-page section.conver-sec.cover-ai {
    background: transparent;
    padding-bottom: 0px;
}

.v-w img {
    width: 100%;
    box-shadow: 0px 0px 20px #e8e8e8;
    margin-top: 70px;
}


.v-two {
    padding: 60px 0;
    margin: 80px 0;
    background: #1637723d;
}

.v-two .text img {
    width: 100%;
    margin-top: 30px;
}

section.v-two.v-three {
    background: transparent;
    margin: 0 !important;
    padding: 0 0 70px;
}


.v-three .text img {
    width: 40%;
    margin: 40px auto 0;
}


.voice-page .slide-logo {
    padding-bottom: 20px;
}

.connet-ban .text h2 {
    font-size: 60px;
    margin: 0 0 20px;
}

.connet-ban .text h6 {
    font-size: 25px;
    margin-bottom: 20px;
}

.connet-ban img {
    width: 100%;
}

.evelop-sec .text p {
    font-size: 27px;
    margin: 0 0 40px;
    color: black;
}

.eve-text {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin: 0 0 10px;
}

.eve-text h3 {
    font-size: 30px;
    font-family: "Cinzel", serif;
    margin: 0;
}

.eve-text i {
    font-size: 30px;
    color: #163874;
}

.eve-box p {
    font-size: 19px;
    margin-top: 20px;
}

.eve-box {
    margin: 0 0 40px;
}

.connect-page .cover-ai .con-box h5 {
    font-size: 20px;
    MARGIN: 0 0 20px;
}

.connect-page .cover-ai .con-box h3 {
    font-size: 42px;
}

.unlock-sec {
    padding: 70px 0 40px;
}

.unc-box h2 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    margin: 22px 0 10px;
    color: #13336a;
}

.unc-box {
    margin: 0 0 50px;
    transition: .5s;

}

.enter-text {
    column-gap: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.enter-text i {
    font-size: 23px;
    color: #163772;
}

.enter-text h2 {
    font-family: "Cinzel", serif;
    margin: 0;
    font-size: 42px;
}

.enter-box p {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 0;
    color: black;
}

.enter-sec {
    padding: 70px 0;
    background: #14346d12;
}

.box-max {
    background: #73aabd;
    background: linear-gradient(90deg, rgb(0 20 51) 0%, rgb(4 42 98) 100%);
    padding: 40px 30px;
    margin: 0 0 10px;
    border-radius: 15px;
}

.box-max h2 {
    font-family: "Cinzel", serif;
    color: white;
    font-size: 40px;
    margin: 0 0 20px;
}

.box-max p {
    margin: 0 0 0;
    color: white;
    font-size: 18px;
}

.max-sec .text h2 {
    font-size: 55px;
}

.max-sec .text p {
    font-size: 20px;
}

.max-sec .box-max a.t-btn {
    background: white;
    color: black !important;
    margin: 25px 0 0;
    font-weight: 600;
}

.max-sec {
    padding-top: 80px;
}

.unc-box:hover {
    transform: scale(1.04);
}

.evelop-sec {
    padding: 70px 0 40px;
}

.connect-page .inner-banner {
    padding: 60px 0 0px;
}

.inbox-ban {
    padding: 80px 0 70px;
}

.dropdown-menu li {
    width: 100% !important;
}

.aiagent .text h6 {
    font-size: 20px;
}


.cht-boxs .container {
    background: transparent;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    max-width: 500px;
    min-height: 420px;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: 0px 0px 30px #b4b4b4fc;
}

.cht-boxs .container video.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    border-radius: 12px;
    pointer-events: none;
}

.cht-boxs .container>*:not(.bg-video) {
    position: relative;
    z-index: 1;
}

.cht-boxs h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.cht-boxs .voice-selector {
    position: absolute;
    top: 0px;
    right: 20px;
    width: 110px;
    margin-bottom: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px 10px;
}

.cht-boxs select {
    width: 100%;
    min-width: 80px;
    max-width: 110px;
    padding: 6px 8px;
    border: 1px solid rgba(0, 0, 0, 0.35);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.45);
    font-size: 14px;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    backdrop-filter: blur(8px);
    color: #222;
}

.cht-boxs .input-container {
    position: relative;
    margin-bottom: 20px;
    background: rgba(0, 98, 189, 0.233);
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 16px 10px 16px 10px;
}

.cht-boxs input[type="text"] {
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    font-size: 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.884);
    color: #222;
    backdrop-filter: blur(8px);
}

.cht-boxs input[type="text"]:focus {
    outline: none;
    border-color: #000000;
}

.cht-boxs .speak-btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #000000;
    padding-left: 4px;
    display: flex;
    align-items: center;
}

.cht-boxs .speak-btn:hover {
    color: #0e0700;
}

@media (max-width: 480px) {
    .cht-boxs .container {
        padding: 20px;
        margin: 10px;
    }
}


.cht-boxs-1 .container {
    background: #03559033;
    border-radius: 12px;
    padding: 30px;
    width: 100%;
    max-width: 500px;
    min-height: 420px;
    height: 420px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    box-shadow: 0px 0px 30px #b4b4b4fc;
}

.cht-boxs-1 .container>* {
    position: relative;
    z-index: 1;
}

.cht-boxs-1 .lang-select {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 14px;
    cursor: pointer;
}

.cht-boxs-1 .tooltip {
    position: absolute;
    bottom: 120px;
    right: 165px;
    max-width: 220px;
}

.cht-boxs-1 .tooltip .bubble {
    background: #e5e5e5;
    color: #000000b0;
    padding: 10px 10px;
    border-radius: 8px;
    font-size: 14px;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cht-boxs-1 .tooltip .bubble::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 20px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #e5e5e5;
}

.cht-boxs-1 .mic-btn {
    position: absolute;
    bottom: 30px;
    left: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #001f61;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    margin: 0 auto;
}

.cht-boxs-1 .mic-btn:hover {
    transform: scale(1.05);
}

.cht-boxs-1 .mic-btn.active {
    background: #d40000;
}

.cht-boxs-1 .mic-btn svg {
    width: 24px;
    height: 24px;
}

.cht-boxs-1 .transcript {
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
    bottom: 80px;
    background: transparent;
    border-radius: 8px;
    padding: 0 16px;
    font-size: 18px;
    color: #222;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cht-boxs-1 .chat-bubble {
    align-self: flex-end;
    background: #0078d4;
    color: #fff;
    padding: 12px 18px;
    border-radius: 18px 18px 4px 18px;
    max-width: 80%;
    font-size: 17px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    opacity: 0;
    transform: translateY(20px);
    animation: bubbleIn 0.5s forwards;
    transition: opacity 0.5s;
}

.cht-boxs-1 .chat-bubble.fade-out {
    opacity: 0 !important;
    transition: opacity 0.5s;
}

@keyframes bubbleIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 480px) {
    .cht-boxs-1 .container {
        padding: 20px;
        margin: 10px;
    }

    .cht-boxs-1 .tooltip {
        right: 60px;
        bottom: 100px;
    }

    .cht-boxs-1 .transcript {
        top: 60px;
        left: 10px;
        right: 10px;
        bottom: 70px;
    }
}
.chat-box {
    padding: 30px 0 110px;
}


.ban-sec:before {
    position: absolute;
    content: "";
    width: 100%;
    bottom: -40px;
    background-image: url("../img/ban-bot.png");
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    height: 200px;
    z-index: 9;
    /* opacity: 0.9; */
}
/* 
 .footer-main:after {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #0000008a;
} */

/* new changes start  */

/* new changes start  */