/* reset Css start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset Css end */



/* font css start */
@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter/Inter-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter/Inter-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../fonts/Inter/Inter-ExtraBold.woff2') format('woff2'),
        url('../fonts/Inter/Inter-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/Inter/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Inter/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/Inter/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Inter/Poppins-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/Inter/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter/Poppins-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Inter/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Inter/Poppins-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotoBlack';
    src: url('../fonts/Inter/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Inter/Roboto-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotoMedium';
    src: url('../fonts/Inter/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Inter/Roboto-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotoSemiBold';
    src: url('../fonts/Inter/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter/Roboto-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'robotoBold';
    src: url('../fonts/Inter/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Inter/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* font css end */


:root{
    --interRegular : Inter-Regular;
    --interMedium : Inter-Medium;
    --interSemiBold : Inter-SemiBold;
    --interBold : Inter-Bold;
    --interExtraBold : Inter-ExtraBold;
    --poppinsRegular : poppins-regular;
    --poppinsMedium : poppins-medium;
    --poppinsSemiBold : poppins-semibold;
    --poppinsBold : poppins-bold;
    --robotoBlack : robotoBlack;
    --robotoMedium : robotoMedium;
    --robotoSemiBold : robotoSemiBold;
    --robotoBold : robotoBold;

    --primaryColor : #005B96;
    --secondaryColor : #011F4B;
    --blueDark : #6497B1;

    --bluebg : #B3CDE0;
    --whiteColor : #ffffff;
    --secondaryDark : #111827;
    --themeBeigeColor : #DDD9D6;


    /* mia'sbot color which are removed start */
    --darkBlack : #2F2F2F;
    --themeBgColor : #FCF8EE;
    --themeBeigeColor800 : #F8F3E8;
    /* mia'sbot color which are removed end */


    --black : #000000;

    --fs75 : 74px;
    --fs50 : 50px;
    --fs40 : 40px;
    --fs38 : 38px;
    --fs24 : 24px;
    --fs20 : 20px;
    --fs18 : 18px;
    --fs16 : 16px;
}

html,
body{
    font-family: var(--poppinsRegular);
    font-size: var(--fs16);
    color: var(--darkBlack);
    background-color: var(--whiteColor);
    line-height: 26px;

}
.container{
    max-width: 1200px;
}
.customNav .container,
.bannerSection .container,
.innerPagebannerSection .container{
    max-width: 1440px;
}

.interRegular{
    font-family: var(--interRegular);
}
.interMedium{
    font-family: var(--interMedium);
}
.interSemiBold{
    font-family: var(--interSemiBold);
}
.interBold{
    font-family: var(--interBold);
}
.interExtraBold{
    font-family: var(--interExtraBold);
}
.poppinsBold{
    font-family: var(--poppinsBold);
}
.poppinsMedium{
    font-family: var(--poppinsMedium);
}
.poppinsRegular{
    font-family: var(--poppinsRegular);
}
.poppinsSemiBold{
    font-family: var(--poppinsSemiBold);
}
.robotoBlack{
    font-family: var(--robotoBlack);
}
.robotoMedium{
    font-family: var(--robotoMedium);
}
.robotoSemiBold{
    font-family: var(--robotoSemiBold);
}
.robotoBold{
    font-family: var(--robotoBold);
}


/* colorPalette css start */
.primaryColor {
    color: var(--primaryColor);
}
.secondaryColor {
    color: var(--secondaryColor);
}
.secondaryDark{
    color: var(--secondaryDark);
}
.themeBlack{
    color: var(--darkBlack);
}
.themeBlueDark{
    color: var(--blueDark);
}
.bluebg{
    background-color: var(--bluebg);
}


.themeBeigeColor{
    color: var(--themeBeigeColor);
}
.bgPrimaryColor {
    background-color: var(--primaryColor);
}
.bgSecondaryColor {
    background-color: var(--secondaryColor);
}
.bgThemeBlack{
    background-color: var(--darkBlack);
}
.bgThemeBeigeColor800{
    background-color: var(--themeBeigeColor800);
}
/* colorPalette css end*/

/* fonts sizes start */
h1,
.h1,
.fs75{
    font-size: var(--fs75) !important;
    line-height: 90px;
}
h2,
.h2,
.fs40{
    font-size: var(--fs40) !important;
}
h4,
.h4,
.fs38{
    font-size: var(--fs38) !important;
}
h5,
.h5,
.fs24{
    font-size: var(--fs24) !important;
}
h6,
.h6,
.fs20{
    font-size: var(--fs20) !important;
}
.fs18{
    font-size: var(--fs18) !important;
}
.fs50{
    font-size: var(--fs50) !important;
}
/* fonts sizes end */

/* common css start */
.rounded6{
    border-radius: 6px;
}
.rounded24{
    border-radius: 24px !important;
}

.themeBtn{
    background-color: var(--primaryColor)!important;
    color: var(--whiteColor) ;
    padding: 14px 20px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: 0.4s all;
    font-family: var(--interRegular);
}
.themeBtn:hover{
    background-color: var(--secondaryColor) !important;
    outline: 1px solid;
}

.themeOutlineBtn{
    color: var(--primaryColor);
    background: #754F2333;
    padding: 12px 22px;
    text-align: center;
    border: 1px solid #754F2333;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.themeOutlineBtn img,
.themeBtn img{
    transition: all 0.3s ease;
}
.themeOutlineBtn:hover img,
.themeBtn:hover img{
    transform: translateX(3px);
}
.pt60{
    padding-top: 60px;
}
.pb60{
    padding-bottom: 60px;
}
.imageWrapper{
    width: auto;
    height: auto;
    /* background: #0D3B3B36;
    border: 1px solid #0D3B3B33;
    border-radius: 100px; */
    display: inline-flex;
    justify-content: center;
    align-items: end;
}
.w595{
    max-width: 595px;
}
.w360{
    max-width: 360px;
}
.borderTitle{
    padding-bottom: 32px;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(270deg, rgba(13, 59, 59, 0) 0%, #005B96 52.67%, rgba(13, 59, 59, 0) 100%);
    border-image-slice: 1;
}
.pt120{
    padding-top: 120px;
}
.pb120{
    padding-bottom: 120px;
}

.arrowVector{
    position: absolute;
    right: 0;
    bottom: -133px;
}
.whiteArrow{
    filter: invert(97%) sepia(7%) saturate(268%) hue-rotate(130deg) brightness(277%) contrast(100%);
}
/* common css end */



/* modal css start */
#welcomeModal .modal-dialog{
    max-width: 446px;
}
#welcomeModal .modal-content{
    background-image: url("../images/popupBgImg.png");
    padding: 26px;
}
#welcomeModal .modalImg{
    min-height: 454px;
    object-fit: cover;
    object-position: left;
}
#welcomeModal .btn-close{
    box-shadow: 0px 9px 22px 0px #00000080;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--whiteColor);
    color: var(--black);
    top: 10px;
    right: 10px;
    opacity: 1;
    font-size: 12px;
    z-index: 1;
}
/* modal css start */


/* customNav css start */
/* .customNav{
    border : 1px solid #0000001a;
    padding-top: 16px;
    padding-bottom: 6px;
    background-color: var(--themeBgColor);
    transition: padding 0.3s ease;
    z-index: 9;
} */
.customNav{
    border : 1px solid #0000001a;
    padding-top: 13px;
    padding-bottom: 6px;
    position: sticky;
    top: 0;
    z-index: 9;
    background: var(--bluebg);
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 0.3s ease;
}
.customNav.scrolled {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* .customNav .nav-link::after{
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--primaryColor);
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
    
}
.customNav .nav-link:hover::after{
    width: 100%;
} */
.customNav .nav-link{
    transition: 0.2s ease;
}
.customNav .nav-link:hover,
.customNav .current-menu-item .nav-link{
    font-weight: bold;
    color: var(--primaryColor);
}
/* customNav css end */

/* bannerSection css start */
/* .bannerSection .bannerContent h1{
    font-style: italic;
} */
.roundCircle{
    width: auto;
    position: absolute;
    bottom: 10%;
    left: 42%;
}
.roundCircle .roundArrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.roundCircle .roundCircleText{
    /* animation: rotate 20s linear infinite; */
}
@keyframes rotate {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* bannerSection css end */

/* startYourJourney section css start */
.startYourJourney{
    padding-top: 124px;
    padding-bottom: 90px;
}
.startYourJourney .cardImg{
    max-height: 293px;
    min-height: 293px;
    object-fit: cover;
    width: 100%;
}

/* startYourJourney section css end */

/* brandLogoSliderSection css start */
.brandLogoSliderSection{
    padding-top: 100px;
    padding-bottom: 120px;
}
.brandLogoSliderSection .brandLogoSlides{
    width: auto !important;
    margin: 0 30px;
}
.brandLogoSliderSection .brandLogoSlides img{
    margin: 0 auto;
    object-fit: cover;
}
.brandLogoSliderSection .brandLogoSliderWrapper .slick-track{
    display: flex;
    align-items: center;
}
/* brandLogoSliderSection css en */

/* availablePlatformSection css start */
.availablePlatformSection .availablePlatformImgWrapper img{
    object-position: top;
    height: 432px;
    object-fit: none;
    width: 100%;
    display: block;
}
/* availablePlatformSection css end */


/* footer css start */
.py85{
    padding-top: 85px;
    padding-bottom: 85px;
}
.footerLinks{
    color: var(--whiteColor);
    transition: 0.4s ease-in-out;
}
.footerLinks:hover{
    transform: translateX(5px);
}
footer .paymentWrapper{
    background: var(--whiteColor);
    border-radius: 8px;
    padding: 10px 25px;
    width: 83px;
}
footer .paymentWrapper a{
    line-height: 0;
}
footer .customGap83{
    gap: 183px;
}
.copyRight{
    border-top: 1px solid rgb(0 0 0 / 10%);
}
footer .socialIconsWrapper img{
    display: block;
    height: 20px;
}
/* footer css end */

.pulse-img {
  --pulse-scale: 1.02;
  --pulse-duration: 3s;

  display: inline-block;
  animation: pulseImg var(--pulse-duration) ease-in-out infinite;
}

/* about-us page css start */
.innerPagebannerSection{
    /* background-image: url(../images/innerPagesBanner.png); */
    background-repeat: no-repeat;
    padding-top: 108px;
    padding-bottom: 108px;
    background-position: center;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.innerPagebannerSection h2{
    line-height: 70px;
}
.WhatMakeSpacial .WhatMakeSpacialCard .content{
    padding: 18px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    flex: 1 1 auto;
}
.WhatMakeSpacial .WhatMakeSpacialCard .cardImg{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    min-height: 258px;
    max-height: 258px;
}
.startYourJourney.WhatMakeSpacial{
    padding-top: 120px;
    padding-bottom: 162px;
}
.whoWeAreSection{
    padding-top: 170px;
    padding-bottom: 157px;
}
.whoWeAreSection .arrowVectorLeft{
    width: 90px;
}
.whoWeAreSection .imgContainer img{
    border-radius: 16px;
}

.pt100{
    padding-top: 100px;
}
/* about-us page css end */


/* contactUsSection css start */
.contactUsSection .addressDetailWrapper .detailLink{
    color: #000000;
    transition: 0.3s all ease-in-out;
}
.contactUsSection .addressDetailWrapper .detailLink:hover{
    color: var(--secondaryColor);
}
.contactUsSection .howCanHelpForm textarea{
    resize: none;
}
.contactUsSection .howCanHelpForm input{
    height: 50px;
}
.contactUsSection .howCanHelpForm textarea{
    padding: 8px;
}
.contactUsSection .howCanHelpForm textarea:focus{
    outline: none;
}
.contactUsSection .howCanHelpForm input,
.contactUsSection .howCanHelpForm textarea{
    box-shadow: 0px 0px 1px 0px #00000040;
    background-color: transparent;
    border-color: rgb(0 0 0 / 20%);
    border-radius: 8px;
}
.contactUsSection .w470{
    max-width: 350px;
    color: #494949;
}
/* contactUsSection css end */


/* chatbotSection page css start */

.chatbotSection{
    padding-top: 120px;
    padding-bottom: 120px;
    /* background-image: url("");
    background-repeat: no-repeat; */
    min-height: 980px;
    background-position: bottom -120px left !important;
    /* background: linear-gradient(rgb(0 0 0 / 2%), rgb(0 0 0 / 28%)), url(../images/chatbotBgUpdated.png) bottom -50px left / cover no-repeat; */
    background-size: auto !important;
    /* background-color: #f9f5e6 !important; */
    background-image: none !important;

}

/* chatbot css start */
.chatBotCard{
    height: 100%;
}
.chatBotCard .card{
    min-height: 668px;
    max-height: 668px;
    background-color: #F8F8F8;
    border-color: #DFDFDF;
    margin-bottom: 22px;
    height: 100%;
    border-radius: 10px;
}
.chatBotCard .card-body{
    /* height: calc(100% - 80px); */
    overflow-y: auto;
    margin-bottom: 22px;
    padding-bottom: 0;
    padding-left: 35px;
    padding-right: 35px;
}
.chatBotCard .chats{
    margin-bottom: 30px;
}
.chatBotCard .card-header{
    padding: 20px 35px;
    border-bottom-color: rgb(0 0 0 / 10%);
}
.chatBotCard .chats .botMsg p{
    font-style: italic;
}
.chatBotCard .card-header .chat-icon,
.chatBotCard .chats .botMsg .chat-img {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-color: #0D3B3B1A;
    border: 1px solid #0D3B3B33;
    margin-right: 10px;
}
.chatBotCard .card-header .chat-icon img,
.chatBotCard .chats .botMsg .chat-img img{
    height: 36px;
    width: 24px;
}

.chatBotCard .chats .chat-msg{
    background-color: #ffffff;
    border: 1px solid #E2E8F0;
    border-radius: 16px;
    padding: 12px;    
    color: #1E293B;
}
.chatBotCard .chats .botMsg,
.chatBotCard .chats .usermsg{
    margin-top: 20px;
}
.chatBotCard .chats .usermsg{
    max-width: 430px;
    margin-left: auto;
}
.chatBotCard .chats .botMsg .chat-msg{
    max-width: 443px;
    margin-right: auto;
}
.chatBotCard .send-message-input input{
    background: #F8F8F8F8;
    border: 1px solid #DFDFDF;
    font-size: var(--fs20);
    /* padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 64px;
    padding-right: 64px; */
    padding: 18px 54px 18px 84px;
    border-radius: 10px !important;


}
.chatBotCard .send-message-input input::placeholder{
    color: rgba(0, 0, 0, 50%) !important;
}
.chatBotCard .send-message-input img.inputRobotImg {
    position: absolute;
    z-index: 8;
    bottom: 00;
}
.chatBotCard .send-message-input img.inputRobotImg.marginBottom {
    
    bottom: -12px;
}
.chatBotCard .send-message-input .sendBtn {
    background: transparent;
    position: absolute;
    z-index: 8;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 21px;
}

.chatBotCard .card .msg-details{
    font-size: 12px;
    line-height: 1;
    text-align: end;
}
.chatBotCard input.form-control:focus{
    box-shadow: none;
}
body.body-loading{
    overflow-y: hidden;
    position: relative;
}
.fade-bg::before, .loader_product{
    position: fixed !important;
}
.chatbotSection .enterMsgBox{
    border: 1px solid var(--secondaryColor);
    border-radius: 12px;
    background: #b3cde09c;
    padding: 12px 20px;
}



/* Popup container and animation */
.popup-container {
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 50%) !important;
    backdrop-filter: blur(10px);
}
.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.popup-container.active {
	opacity: 1;
	visibility: visible;
}

/* Popup styling */
.popupCardLink{
    text-decoration: none;
}
.popup {
	position: relative;
    width: 450px;
    background-color: #F8F8F8;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border: 1px solid #DFDFDF;
    transform: scale(0.9);
    transition: transform 0.3s;
    /* background-image: url("https://172.105.42.212/miasbot/wp-content/uploads/2025/09/popupBgImg.png") ; */
}

.popup-container.active .popup {
	transform: scale(1);
}

/* Basic layout structure */
.popup-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.highlight {
	background-color: var(--bluebg);
	padding: 2px 4px;
	border-radius: 4px;
    margin-top: 4px;
    display: inline-block;
    cursor: pointer;
}

.close-btn {
    background-color: var(--bluebg);
    border: none;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    color: var(--primaryColor);
    font-weight: bold;
    line-height: 0;
    transition: background 0.3s ease, transform 0.2s ease;
    padding: 0px 0px 2px 0px;
    position: absolute;
    top: -20px;
    right: -10px;
}

.close-btn:hover {
	background-color: #e0e2e5;
	transform: scale(1.1);
}
.result-item {
	/* display: flex; */
	padding: 15px 0;
	border-top: 1px solid #eee;
}
.result-content {
	flex: 1;
    margin-top: 22px;
}
.result-container .swiper-pagination{
    position: relative;
}
.result-container .swiper-pagination-bullet-active{
    background: var(--secondaryColor) ;
}

/* Bolt UI POPUP */


.result-container {
	position: relative;
	overflow: hidden;
}

.slide {
	display: flex;
	flex-direction: column;
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 0.3s, transform 0.3s;
	position: absolute;
	width: 100%;
	background: white;
}

.slide.active {
	opacity: 1;
	transform: translateX(0);
	position: relative;
}


.result-logo {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto;
}

.result-logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	/* Ensures full visibility of the logo */
}


.result-title {
	font-weight: 500;
	margin-bottom: 4px;
}

.result-description {
	font-size: 14px;
	color: var(--darkBlack);
	margin-bottom: 4px;
}

.result-link {
	color: #1a73e8;
	text-decoration: none;
	font-size: 14px;
}

/* Pagination styling */
.pagination {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.dots {
	display: flex;
	gap: 8px;
}

.dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ddd;
	cursor: pointer;
	transition: background-color 0.3s;
}

.dot.active {
	background-color: #1a73e8;
}

/**** loader css start ****/
/* Full-page overlay */
.fade-bg::before, .loader_product  {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgb(123 123 123 / 60%);
    z-index: 999;
    backdrop-filter: blur(3px);
}


/**** Loader CSS Start ****/

.loader, .loader_new {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
    position: fixed;
    /* Keep it fixed above everything */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Ensure loader is above the overlay */
}

.loader:before,
.loader:after, 
.loader_new:before,
.loader_new:after {
    border-radius: 50%;
    content: "";
    display: block;
    height: 20px;
    width: 20px;
}

.loader:before, .loader_new:before {
    animation: ball1 1s infinite;
    background-color: var(--secondaryColor);
    box-shadow: 30px 0 0 var(--primaryColor);
    margin-bottom: 10px;
}

.loader:after, .loader_new:after  {
    animation: ball2 1s infinite;
    background-color: var(--primaryColor);
    box-shadow: 30px 0 0 var(--secondaryColor);
}


/* Width and height */
.chatBotCard ::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

/* Track */
.chatBotCard ::-webkit-scrollbar-track {
  background: #a7a7a7; 
  border-radius: 10px;
}

/* Handle */
.chatBotCard ::-webkit-scrollbar-thumb {
  background: var(--blueDark); 
  border-radius: 10px;
}

/* Handle on hover */
.chatBotCard ::-webkit-scrollbar-thumb:hover {
  background: var(--blueDark); 
}

#nav-tabContent {
    height: calc(100% - 60px);
    overflow-y: auto;
    padding-right: 16px;
}
/* chatbot css end */

.typingWrapper{
    background: #f2f2ff;
    border-radius: 16px 16px 16px 2px;
    margin: 0px 10px;
    /* max-width: 112px; */
    width: 100%;
    text-align: center;
    /* min-width: 250px; */
    margin-left: 56px;
    position: absolute;
    width: 79px;
}

.loader-div {
    width: 30%;
}

.typing {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 0rem;
    box-sizing: border-box;
    background: #ccc;
    border-radius: 50%;
    margin: 10px 1px;
    /* background-color: #8278DA; */
 
    &.typing-1 {
        animation: typing 3s infinite;
    }
 
    &.typing-2 {
        animation: typing 3s 250ms infinite;
    }
 
    &.typing-3 {
        animation: typing 3s 500ms infinite;
    }
}

.innerPageContentSection.privacy-policy-admin{
    padding-top: 65px;
    padding-bottom: 65px;
}
 
@keyframes typing {
 
    0%,
    75%,
    100% {
        transform: translate(0, 0.25rem) scale(0.9);
        opacity: 0.5;
    }
 
    25% {
        transform: translate(0, -0.25rem) scale(1);
        opacity: 1;
    }
}

@media(max-width : 1600px){
    .chatbotSection .container{
        margin-right: 200px;
    }
}

@media(min-width : 1200px){
    .customwidth240{
        width: 240px;
    }
    .bannerSection .rightSec{
        width: 43%;
    }
    .bannerSection .leftSec{
        width: 57%;
    }
}

@media(min-width:1440px){
    .bannerSection .rightSec{
        width: 48%;
    }
    .bannerSection .leftSec{
        width: 52%;
    }
}

@media(min-width : 1500px){
    .chatbotSection .container{
        max-width: 1480px;
        margin-right: 260px;
        padding: 0;
    }
    .chatbotSection .container .row{
        gap: 18px;
    }
    .chatbotSection .container .leftContentPart p{
        max-width: 650px;
    }
    .chatbotSection .leftContentPart,
    .chatbotSection .rightContentPart{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .chatbotSection .leftContentPart{
        max-width: 687px;
    }
    .chatbotSection .rightContentPart{
        max-width: 619px;
    }
}
/* chatbotSection page css end */




/* .innerPageContentSection{
      padding-top: 50px;
    padding-bottom: 80px;
}
.privacy-policy-admin h2 {
    margin-top: 30px;
    font-size: 28px !important;
    color: #333;
}
.privacy-policy-admin p {
    margin: 10px 0;
    color: #555;
    line-height: 1.6;
} */


@keyframes pulseImg {
  0%   { transform: scale(1); }
  70%  { transform: scale(var(--pulse-scale)); }
  100% { transform: scale(1);}
}


@media(max-width : 1500px){
    .chatbotSection{
        background-position: center center, left bottom -210px;
    }
    .chatbotSection .leftContentPart .chatbotsectionImg{
        max-width: 100%;
        height: auto;
    }
}

@media(max-width : 1440px){
    .container{
        padding-left: 60px;
        padding-right: 60px;
    }
    .arrowVector {
        right: -30px;
        bottom: -113px;
        width: 110px;
    }
    .pt100{
        padding-top: 70px;
    }
    .chatBotCard .chats .usermsg{
        max-width: 400px;
    }
    .chatBotCard .chats .botMsg .chat-msg{
        max-width: 383px;
    }
    .brandLogoSliderSection {
        padding-top: 60px;
        padding-bottom: 90px;
    }
    .roundCircle{
        bottom: 17%; 
    }
    .roundCircle img{
        width: 160px;
    }
}
@media(max-width : 1200px){
    :root{
        --fs75 : 60px;
        --fs50 : 45px;
        --fs40 : 38px;
        --fs38 : 36px;
        --fs24 : 22px;
        --fs20 : 20px;
        --fs18 : 18px;
        --fs16 : 16px;
    }
    .roundCircle{
        display: none;
    }
    .imageWrapper {
        /* width: 91px;
        height: 46px; */
    }
    .imageWrapper img{
        width: 63px;
    }
    .availablePlatformSection .downloadOnApp img{
        width: 180px;
    }
    footer .footer-logo img{
        width: 200px;
    }
    footer .paymentWrapper{
        width: 75px;
    }
    footer .customGap83 {
        gap: 43px;
    }
    .whoWeAreSection{
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .chatbotSection .imageWrapper{
        display: none;
    }
    .chatBotCard .chats .usermsg{
        max-width: 340px;
    }
    .chatBotCard .chats .botMsg .chat-msg{
        max-width: 330px;
    }
    .innerPagebannerSection{       
        min-height: 250px;
    }
    .availablePlatformSection .availablePlatformImgWrapper img{
        height: 372px;
        object-fit: cover;
        /* width: 77%;         */
        margin: 0 auto;
    }
}
@media(max-width : 1024px){
    .container{
        padding-left: 30px;
        padding-right: 30px;
    }
    .arrowVector {
        display: none;
    }
    footer .paymentWrapper {
        width: 68px;
    }
    .innerPagebannerSection h2{
        line-height: 1.2;
    }
    .chatbotSection{
        min-height: auto;
        background-position: center center, center bottom -150px;
    }
}
@media(max-width : 991px){
    :root{
        --fs75 : 55px;
        --fs50 : 40px;
        --fs40 : 36px;
        --fs38 : 34px;
        --fs24 : 22px;
        --fs20 : 20px;
        --fs18 : 18px;
        --fs16 : 16px;
    }
    h1{
        line-height: 1.2;
    }
    .themeBtn,
    .themeOutlineBtn{
        padding: 12px 16px;
        font-size: 17px !important;
    }
    .themeBtn img{
        width: 16px;
    }
    .customNav .navbar-brand img{
        width: 200px;
    }
    .navbar-toggler{
        position: relative;
        border: 0;
        margin-top: -6px;
        /* top: 6px; */
    }
    .navbar-toggler span,
    .navbar-toggler span::before
    ,.navbar-toggler span::after{
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 28px;
        background: var(--primaryColor);
        position: absolute;
        display: inline-block;
        content: '';
        left: 0;
    }
    .navbar-toggler span:before {
        top: -10px;
        left: 0;
    }
    .navbar-toggler span:after {
        bottom: -10px;
        left: 0;
    }
    .navbar-toggler span, .navbar-toggler span:before, .navbar-toggler span:after {
        -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
    }
    .navbar-toggler.open{
        top: 7px;
    }
    .navbar-toggler.open span {
        background-color: transparent;
    }
    .navbar-toggler.open span:before, .navbar-toggler.open span:after {
        top: -10px;
    }
    .navbar-toggler.open span:before {
        transform: rotate(45deg);
    }
    .navbar-toggler.open span:after {
        transform: translateY(-10px) rotate(-45deg);
        top: 00px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-collapse{
        position: absolute;
        width: 40%;
        left: -20px;
        padding: 20px;
        transform: translateX(-100%);
        background-color: var(--themeBgColor);
        transition: 0.2s ease-in;
        height: 100vh;
        top: 0;
        box-shadow: rgb(10 59 59 / 21%) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
    }
    .navbar-collapse.show{
        transform: translateX(0%);
        left: 0;
    }
    .navbar-collapse.collapse:not(.show){
        display: block;
    }
    .nav-backdrop {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 9;
    }
    body.nav-open .nav-backdrop {
        opacity: 1;
        visibility: visible;
    }
    body.nav-open {
        overflow: hidden;
    }
    .imageWrapper{
        display: none;
    }
    .brandLogoSliderSection{
        padding-top: 0;
    }
    .startYourJourney .cardImg{
        max-height: 250px;
        min-height: 250px;
    }

    .pulse-img{
        display: block;
        margin: 0 auto;
    }
    .w360{
        max-width: 100%;
    }
    footer .paymentWrapper{
        height: 50px;
    }
    footer .customMargin{
        margin: 0;
    }
    footer .customGap83{
        margin-top: 0px;
        margin-bottom: 42px;
    }
    .WhatMakeSpacial .WhatMakeSpacialCard .cardImg{
        min-height: 160px;
        max-height: 160px;
    }
    .whoWeAreSection,
    .startYourJourney.WhatMakeSpacial{
        padding-top: 80px;
    }
    .startYourJourney.WhatMakeSpacial{
        padding-bottom: 80px;
    }
    .contactUsSection{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .whoWeAreSection{
        padding-bottom: 80px;
    }
    .chatbotSection{
        padding-top: 0;
        /* background: (rgb(0 0 0 / 0%), rgba(0, 0, 0, 0.5)), url(../images/chatbotBgUpdated.png) bottom left / cover no-repeat */
    }
    .chatBotCard .chats .usermsg{
        max-width: 440px;
    }
    .chatBotCard .chats .botMsg .chat-msg{
        max-width: 500px;
    }
    .chatBotCard .card{
        min-height: auto;
        max-height: 700px;
    }
    .chatBotCard .send-message-input input{
        margin-top: 10px;
        font-size: 16px;
    }
    .chatBotCard .send-message-input .inputRobotImg {
        bottom: -5px !important;
    }
    
}

@media(max-width:767px){
    .bannerSection {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .startYourJourney{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .startYourJourney.WhatMakeSpacial{
        padding-bottom: 60px;
    }
    .availablePlatformSection,
    .contactUsSection {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    footer .py85{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .brandLogoSliderSection {
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .themeBtn,
    .themeOutlineBtn{
        font-size: 16px !important;
        padding: 8px 12px;
    }
    .themeBtn img{
        width: 18px;
    }


    .startYourJourney .cardImg{
        max-height: 300px;
        min-height: 300px;
    }
    .availablePlatformSection .downloadOnApp img {
        width: 150px;
    }
    .WhatMakeSpacial .WhatMakeSpacialCard .cardImg{
        min-height: 360px;
        max-height: 360px;
    }
    .whoWeAreSection{
        padding-bottom: 60px;
    }
    .innerPageContentSection.privacy-policy-admin{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .availablePlatformSection .availablePlatformImgWrapper img{
        height: 300px;
    }

    footer .customGap83{
        margin-top: 42px;
        margin-bottom: 0;
    }
}

@media(max-width:575px){
    :root{
        --fs75 : 50px;
        --fs50 : 38px;
        --fs40 : 34px;
        --fs38 : 32px;
        --fs24 : 20px;
        --fs20 : 18px;
        --fs18 : 15px;
        --fs16 : 14px;
    }
    .container{
        padding-left: 24px;
        padding-right: 24px;
    }
    .bannerSection .rightSec {
        margin-left: -20px !important;
    }
    .brandLogoSliderSection {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .startYourJourney.WhatMakeSpacial{
        padding-top: 60px;
    }
    .innerPagebannerSection{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .modal-dialog{
        margin-left: auto;
        margin-right: auto;
    }
    .customNav .navbar-brand img{
        width: 130px;
    }
    .navbar-collapse{
        width: 70%;
    }
    footer .footer-logo img {
        width: 160px;
    }
    footer .paymentWrapper{
        height: 32px;
        width: 58px;
    }
    footer .paymentWrapper img{
        width: 35px;
    }
    .WhatMakeSpacial .WhatMakeSpacialCard .cardImg{
        min-height: 230px;
        max-height: 230px;
    }
    .result-logo{
        width: 180px;
        height: 180px;
    }
    .popup{
        width: 100%;
    }
    .popup-container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .chatBotCard .chats .botMsg .chat-img{
        min-width: 34px;
        display: none !important;
    }
    .chatBotCard .chats .usermsg{
        max-width: 300px;
    }
    .chatBotCard .chats .botMsg .chat-msg{
        max-width: 315px;
    }
    .innerPageContentSection.privacy-policy-admin{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .chatBotCard .chats{
        margin-bottom: 0;
    }
    #nav-tabContent{
        height: calc(100% - 20px);
    }
    .chatbotSection{
        padding-bottom: 60px;
        background-position: bottom -210px left !important
    }
    .whoWeAreSection .pt100{
        padding-top: 40px;
    }
}

@media(max-width : 480px){
    #welcomeModal .modal-dialog {
        max-width: 300px;
    }
    #welcomeModal .modalImg{
        min-height: 250px;
    }
    .socialIconsWrapper img {
        width: 20px;
        height: 25px;
    }
    .availablePlatformSection .availablePlatformImgWrapper img{
        height: 230px;
    }
}

@media(max-width : 420px){
    .bannerContent h1{
        word-break: break-word;
    }
    .availablePlatformSection .availablePlatformImgWrapper img{
        height: 100%;
    }
}

@media(max-width : 380px){
    .chatBotCard .card-body{
        padding-left: 15px;
        padding-right: 15px;
    }
}