html {
  scroll-behavior: smooth;
}


body {
    background-color: #f5f5f5;
    height: auto;
    font-family: "Quicksand", sans-serif;
    overflow-x: hidden;
    /*background: linear-gradient(#f6dcdc, #fff);*/
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul::after{
    content: "";
    display: block;
    clear: both;
}

ul li.lw-4{
    width: 25%;
    float: left;
}
ul li.lw-6{
    width: 16%;
    float: left;
}
ul li.lw-1{
    width: 100%;
}
ul li.lw-2{
    width: 50%;
    float: left;
}
ul li.lw-3{
    width: 33%;
    float: left;
}
.drow{
	padding: 8px 0px;
}
.dcol{
	padding: 0px 0px;
}
.dadjlcol{
    padding: 0px 0px 0px 15px;
}

.adv_input .smlabel {
    letter-spacing: 0.7px;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    color: #043458;
    font-weight: 500;
}
.adv_txtbox, .input_addon {
    border-radius: 0px !important;
    border: none;
    border-bottom: 1px solid #ccc;
    min-height: 40px;
    box-shadow: none;
    background: none;
}
.adv_txtbox:focus, .input_addon:focus {
    box-shadow: none;
    outline: none;
}
.flexCenterdrow{
    display: flex;
  align-items: center;     /* vertically center items */
  justify-content: center; /* horizontally center whole group */
  gap: 10px;               /* optional: space between items */
  flex-wrap: wrap;         /* optional: responsive wrap for smaller screens */
  text-align: center;
}
.flxrow {
    display: flex;
}
.phead-title {
    font-size: 41px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 20px;
}
.phead-smtitle{
	    font-size: 31px;
    line-height: 38px;
}
.phead-para {
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    color: #878080;
}
.phead-smpara {
        font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #878080;
}
.phead-xmtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}
.phead-xmpara {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #878080;
}
.phead-hmtitle{
    font-size: 21px;
    line-height: 38px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}
.phead-imtitle{
    font-size: 17px;
    line-height: 38px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
}
.phead-img{
        width: 50px;
    height: 50px;
}
.adv_txtarea{
    padding: 10px;
    min-height: 100px;
}
.large_txtarea{
    min-height: 250px;
}
.btn-stru{
    padding: 10px 30px;
    background-color: #323d98;
    color: #fff;
    border-radius: 32px;
    margin-right: 15px;
    letter-spacing: 0.7px;
}
.btn-stru.btn-planbtn{
	    background-color: #fff;
    border: 1px solid #8b8484;
    color: #000;
    font-weight: 600;
}
.btn-stru.btn-rdark{
    background-color: #ff3d3d;
}
.btn-stru.btn-planbtn:hover,
.btn-stru.btn-planbtn:focus{
	background-color: #8b8484;
}
.btn-stru.focus, .btn-stru:focus, .btn-stru:hover{
    color: #fff;
    outline: none;
}
.btn-abs{
    position: absolute;
}
.btns_iconbtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-toggle{
        top: 5%;
    right: 0;
    background: none;
    font-weight: 600;
    outline: none;
    display: flex;
    align-items: center;
}
.btn-toggle .btn_icon{
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.btn-toggle:hover, .btn-toggle:focus, .btn-toggle.active{
    outline: none;
    box-shadow: none;
}
/*.pageheader-gradient {
    background: linear-gradient(#f6dcdc, #fff);
}*/

.btn-iconbtn{
    padding: 0px 8px 0px 8px;
    margin: 0px;
    height: 30px;
    background: none;
}
.btn-iconbtn .svgicon{
    width: 27px;
    height: 27px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
    box-shadow: none;
}
.full_width {
    width: 100%;
}

.blackbtn {
    background: rgba(45, 40, 60, 1);
}


.flxbtn_style {
    flex: 1;
    margin: 0px 5px;
}
.inactivebtn {
    background: none;
}
.btns_iconbtn .btns_icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.opt_switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0px;
}

.opt_switch .switch_input {
    display:none;
}

.opt_slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CC2424;
  -webkit-transition: .4s;
  transition: .4s;
}

.opt_slide:before {
        position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; 
}

.switch_input:checked + .opt_slide {
  background-color: #64BD63;
}

.switch_input:focus + .opt_slide {
  box-shadow: 0 0 1px #64BD63;
}

.switch_input:checked + .opt_slide:before {
  -webkit-transform: translateX(17px);
  -ms-transform: translateX(17px);
  transform: translateX(17px);
}
.opt_slide.round {
  border-radius: 34px;
}

.opt_slide.round:before {
  border-radius: 50%;
}
.file_choose {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.uimdl_inputContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: transparent;
    padding: 10px;
    margin-bottom: 15px;
}
.uimdl_inputContainer .input_icon {
    width: 33px;
    height: 33px;
    margin-right: 15px;
    fill: #fff;
}
.uimdl_inputContainer .input_title {
    position: absolute;
    color: #a49898;
    font-size: 12px;
    top: 7px;
    left: 69px;
}
.uimdl_inputContainer .uimdl_txtbox {
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
    height: 14px;
    line-height: 14px;
    position: relative;
    background: transparent;
    color: white;
    width: 100%;
    border: none;
}
.uimdl_inputContainer::after{
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background-color: #a49898;
    position: absolute;
    left: 54px;

}
.uimdl_inputContainer .uimdl_txtbox:hover,
.uimdl_inputContainer .uimdl_txtbox:focus{
    outline: none;
    box-shadow: none;
    border: none;
}


@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}

.lang-slider .carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lang-slider .carousel {
    display: flex;
    animation: scroll-continuous 20s linear infinite;
    animation-play-state: running;
}
.lang-slider .carousel-item {
	flex: 0 0 auto;
    margin: 0 15px;
    text-align: center;
    padding: 10px 15px;
    border: 1px solid #dbd5d5;
    margin: 5px;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.lang-slider .carousel-item img {
    margin-right: 10px;
}
.lang-slider .carousel-item label{
	font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #000;
    margin-top: 10px;
}

.session-box-wrapper{
	padding: 35px;
	border: 1px solid #e4e4e4;
	border-radius: 15px;
}

.fetlist-wrap {
    position: relative;
    padding: 7px 0px 7px 35px;
}
.fetlist-wrap i {
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 22px;
    color: #323d98;
}
.fetlist-wrap .fetlist-para {
    margin: 0px;
    font-size: 16px;
    color: #000;
    text-shadow: 0 0 #000;
}
.fetestimonials-wrap {
	padding: 15px 20px;
	    background-color: #f5f5f5;
    border-radius: 15px;
}
.fetestimonials-stru {
    padding: 10px;
}
.fetestimonials-media .media-left .absfet-mediaImg {
    width: 40px;
    margin-top: 8px;
        margin-right: 15px;
}
.fetestimonials-media .media-heading {
    font-size: 20px;
    margin-top: 5px;
    font-weight: 600;
}
.fetestimonials-media.absfet-media .media-heading {
    font-size: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 285px;
}
.fetestimonials-media p {
    font-size: 13	px;
    color: #767272;
    text-shadow: 0 0 BLACK;
}
.fetestimonials-media.absfet-media p {
    min-height: 70px;
    overflow: hidden;
    margin-bottom: 0px;
}
.lang-grid-container{
	padding: 5px;
}
.lang-grid-stru{
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
	border-radius: 12px;
}
.lang-grid-stru .lang-grid-img{
	width: 55px;
    height: 55px;
    margin: 5px auto 15px;
    display: block;
}
.lang-grid-stru .lang-grid-stitle{
display: block;
    font-weight: 400;
    color: #000;
}
.lang-grid-stru .lang-grid-mtitle{
	    margin: 5px 0px 5px 0px;
    color: #000;
    font-size: 18px;
}
.ͼ1 .cm-scroller{
    border: 1px solid #ddd;
    border-radius: 12px;
}
.ͼ1 .cm-scroller:hover,
.ͼ1 .cm-scroller:focus{
    border: 1px solid #ddd !important;
}
.converter-box{
        padding: 15px;
    border-radius: 12px;
    /*border: 3px solid #8d97e1;*/
    border: 1px solid #e4e4e5;
    background-color: #fff;
}
.converter-stru .btn-abs{
        bottom: 22px;
    right: 0;
    z-index: 99;
}
.lanbox-wrapper{
    padding: 25px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.lang-grid-ul{

}
.lang-grid-ul::after{
    content: "";
    display: block;
    clear: both;
}
.lang-grid-ul .lang-grid-li{
    float: left;
    width: 11%;
}
.lang-grid-ul .lang-grid-stru .lang-grid-img{
    width: 40px;
    height: 40px;
}
.lang-grid-ul .lang-grid-stru .lang-grid-mtitle{
    font-size: 15px;
}


.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Full height of viewport */
    margin: 0px auto;
}

.modal-content {
    width: 100%;
    margin: auto;
}
.uimdl .uimdl_content{
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: linear-gradient(180deg, #7729aa -13.13%, #170a2d 0.17%, #0a061d 6.9%, rgba(10, 6, 30, 0.99) 36.38%, #010311 98.59%) !important;
}
.uimdl .uimdl_header{
    padding-bottom: 0px;
    border: none;
}
.uimdl .close {
    margin-top: -2px;
    z-index: 99;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    opacity: 1;
}
.uimdl .uimdl_header_title{
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.7px;
    font-weight: 500;
    margin-bottom: 10px;
}
.uimdl .uimdl_para{
    color: #fff;
    letter-spacing: 0.7px;
    font-size: 13px;
}
.boxctn_btnoptrow {
    padding: 10px 5px;
    background-color: #2c2c41;
    border-radius: 12px;
}

.dashbody_wrapper{
    background-color: #e9e9e9;
    padding: 20px 5px 20px 20px;

    width: 100%;
    height: 100%;
}
.dashbody_stru{
       min-height: 100px;
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #e4e4e4;
    overflow-y: auto;
    padding: 5px 15px 25px 15px;
}
.dashbody_stru .converter-wrapper{
    max-height: 546px;
    overflow-y: auto;
}
.logmnavbar + .dashbody_wrapper {
  padding-left: 260px;
}

/* When both .logmnavbar and .mnavbar-short are present */
.logmnavbar.mnavbar-short + .dashbody_wrapper {
  padding-left: 90px;
}
.boxinfo_wrapper{
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 12px;
}
.boxinfo_wrapper .boxinfo_body{
    max-height: 250px;
    overflow-y: auto;
}
.boxinfo_body ul{
    list-style: disc;
    padding-left: 35px;
}
.boxinfo_body .phead-xmpara{
    color : #000;
}

.packmedia_wrap{

}
.packmedia_wrap .mediabanner{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 180px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #fff;
        padding: 32px 0px 15px 0px;
    text-align: center;
}
.packmedia_wrap .media-heading{
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.packmedia_wrap .media-sheading{
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}
.packmedia_wrap .media-priceheading{
   text-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
}
.packmedia_wrap .media-priceheading svg{
     width: 35px;
    height: 35px;
    fill: #fff;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
    margin-right: 8px;
}
.packmedia_wrap p.txtpara{

}
.packmedia_wrap .packmedia_ul{

}
.packmedia_wrap .packmedia_ul li{
    display: flex;
}
.packmedia_wrap .packmedia_ul li svg{
     width: 20px;
    height: 20px;
    margin-right: 15px;
}
.packmedia_wrap .packmedia_ul li p{

}
.dashai_wrap{
    background-color: #e9e9e9;
    height: 100%;
    width: 17%;
    right: 15px;
    position: fixed;
    z-index: 999;
    border: none;
    border-radius: 0px;
    padding: 19px 0px 10px 10px;
    margin: 0px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}
.dashai_wrap.dashai-short{
    width: 0%;
    display: none;
}
.dashai_wrap .dashai_stru{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    padding-top: 25px;
}
.dashai_stru .phead-xmtitle{
    font-size: 18px;
    line-height: 31px;
}
.dashai_stru .phead-xmpara {
    font-size: 15px;
    line-height: 25px;
}
.dashai_stru .dashai_footer{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.dashai_footer .adv_txtarea{
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.dashai_footer .chatbtn{
    bottom: 16px;
    right: 0;
    padding: 5px 15px;
}
.phead-impara{
        text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.phead-bwpara{
        font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #878080;
    border: 1px solid #ccc;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 19px;
}
.explanationcode_wrapper h1{
        font-size: 18px;
    margin: 5px 0px;
}
.explanationcode_wrapper h2{
        font-size: 18px;
    font-weight: 500;
}

.spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px auto;
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  .explanationcode_wrapper div{
    padding: 5px 10px;
  }
  .explanationcode_wrapper p, .explanationcode_wrapper li{
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 23px;
    font-family: "Quicksand", sans-serif;
  }
  .explanationcode_wrapper h3{
    letter-spacing: 0.2px;
    line-height: 23px;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0px 10px 0px;
  }
  .explanationcode_wrapper pre{
    padding: 0px;
  }
 .explanationcode_wrapper pre div{
    padding: 0px;
 }
 .explanationcode_wrapper pre div div{
    padding: 0px !important;
    margin: 0px !important;
 }



 .loader-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}

.loadspinner {
  width: 60px;
  height: 60px;
  border: 6px solid #f3f3f3;
  border-top: 6px solid #007bff; /* Blue spinner */
  border-radius: 50%;
  animation: spinload 1s linear infinite;
  margin-bottom: 15px;
}

@keyframes spinload {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

.dot-loader {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 80px 0;
}

.dot-loader div {
  width: 14px;
  height: 14px;
  background-color: #007bff;
  border-radius: 50%;
  animation: bounce 0.6s infinite alternate;
}

.dot-loader div:nth-child(2) {
  animation-delay: 0.2s;
}

.dot-loader div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  to {
    transform: translateY(-12px);
  }
}

.infotab_wrap{

}
.infotab_wrap .btn-stru.btn-planbtn{
        font-weight: 500;
    font-size: 13px;
        padding: 4px 16px;
}
.infotab_wrap .truncate-cell {
  max-width: 300px;       /* Adjust based on your layout */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
      font-weight: 400;
}

/* modalAnimation.css */

/*.modal-backdrop {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.modal-custom {
  background: white;
  padding: 20px;
  border-radius: 6px;
  width: 100%;
}*/
.codemodal_wrap .modal-header{
    padding: 8px 15px;
    height: 51px;
    position: relative;
}
.codemodal_wrap .modal-header .modal-title{
    font-size: 19px;
    line-height: 38px;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    margin-bottom: 0px;
}
.codemodal_wrap .modal-header .mdlclose{
    top: 15px;
    position: absolute;
    right: 20px;
}

.codemodal_wrap .btn-stru{
    padding: 7px 15px;
}

.package_info .list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.package_info .list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.package_info .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.package_info .list-group-item .svgicon{
        width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
}
.package_info .list-group-item .price_para{
        margin: 0px 0px 0px 15px;
    font-size: 13px;
}
.package_wrapper{
    padding: 15px;
}
.package_wrapper .package_box{
        padding: 0px 0px 20px 0px;
    background-color: #fff;
    
    border-radius: 12px;
}
.package_box .package_header{
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 26px 10px 0px 0px;
    min-height: 180px;
    margin-bottom: 45px;
    border-radius: 12px 12px 0px 0px;
}
.package_header .package_mtitle{
        font-size: 20px;
    margin: 10px 0px 10px 0px;
    color: #fff;
}

.package_header .package_stitle{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.7px;
    margin: 15px 0px 15px 0px;
    color: #fff;
    text-shadow: 0 0 BLACK;
}
.package_header .package_stitle span{
    font-size: 16px;
}
.package_box .package_info{
    padding: 0px;
}

.packageinfo .btn-pricetoggle {
  margin-left: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
}