@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
  font-family: 'Altform TRIAL' sans-serif;
    src: url(assets/fonts/AltformTRIAL-Bold.otf);
}
@font-face {
  font-family: 'Altform TRIAL' sans-serif;
    src: url(assets/fonts/AltformTRIAL-Light.otf);
}
@font-face {
  font-family: 'Altform TRIAL' sans-serif;
    src: url(assets/fonts/AltformTRIAL-Regular.otf);
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 18px;
}
.container{
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}
p{
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
   margin: 0;  
}
/* header css start */
.header-bg {
    border-bottom: 4px solid #F5AD0E;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 78px;
}
.header-btn .login {
    border: 1.5px solid #C7B071;
    border-radius: 48px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px!important;
    line-height: 18px;
    color: #C7B071!important;
    display: block!important;
    padding: 15px 24px;
    transition: all 0.3s ease;
}
.header-btn .login:hover{
    background: #F51E1E; 
    color: #FFFFFF!important;
    border: 1.5px solid #F51E1E;
}
.header-btn .signup {
    background: #F51E1E;
    border-radius: 56px;
    display: block!important;
    font-weight: 600;
    font-size: 15px!important;
    line-height: 18px;
    color: #FFFFFF;
    padding: 18px 24px;
    transition: all 0.3s ease;
}
.header-btn .signup:hover{
    border: 1.5px solid #C7B071;  
    background: #C7B071;
}
.header-btn {
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-btn  span img{
  margin-right: 4px;
  height: 24px!important;
    
}
.mobile-logo{
    display: none!important;
}
nav{

  z-index: 99;
  width: 100%;
  background: #213F4A;
}
nav .wrapper{
  position: relative;
  max-width: 1160px;
  padding: 8px 20px 6px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
#menu-btn{
    display: none;
}
#close-btn{
   display: none; 
}
.svg-inline--fa {
    height: 1.5em;
}
.wrapper .nav-links ul{
  display: inline-flex;
}
.nav-links ul li{
  list-style: none;
}
.nav-links ul li a{
    padding: 9px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.nav-links ul li a:hover{
  color: #C7B071;
}
.nav-links  .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links ul li:hover .drop-menu,
.nav-links ul li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

/* Style the main menu */
#menu-main-menu > li {
  position: relative; 
  display: inline-block;
}

#menu-main-menu > li > a {
  display: block;
}
#menu-main-menu .submenu {
  display: none;
  position: absolute;
  top: 100%; 
  left: 0;
  background: #213F4A;
  min-width: 160px;
  z-index: 9999;
}
#menu-main-menu .submenu li {
  display: block;
}
#menu-main-menu .submenu li a {
  display: block;
  text-decoration: none;
  color: #fff;
  white-space: nowrap; 
}
#menu-main-menu .submenu li a:hover{
    color: #C7B071;
}
#menu-main-menu li:hover > .submenu {
  display: block;
}
/*#menu-main-menu li.has-dropdown > a::after {*/
/*  content: " ▼"; */
/*  font-size: 16px;*/
/*  margin-left: 6px;*/
/*  transition: transform 0.3s ease;*/
/*}*/
#menu-main-menu li.has-dropdown > a::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: transform 0.3s ease;
    vertical-align: middle;
    margin-top: -5px;
}
#menu-main-menu li.has-dropdown:hover > a::after {
    border-left: 2px solid #C7B071;
    border-bottom: 2px solid #C7B071;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

/* footer section css start */
.footer-bg {
    background: #192327;
    padding: 80px 0 41px;
}
.footer-logo{
    margin-bottom: 25px;
}
.social-links a svg {
    background: #FFFFFF;
    padding: 4px;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    margin-right:8px;
    transition: all 0.3s ease;
}
.social-links a svg:hover{
  background: #C7B071;
}
.footer-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.footer-title h3 {
    font-family: 'Altform TRIAL';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.bottom-text {
    text-align: center;
    margin-bottom: 32px;
}
.bottom-text p {
    font-family: 'Altform TRIAL';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.fotter-bottom-menu ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.fotter-bottom-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.footer-bottom {
    border-top: 1px solid #335361;
    padding-top: 40px;
    margin-top: 40px;
}
.ffoter-text p {
    font-family: 'Altform TRIAL';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 31px;
}
.footer-info a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
}
.footer-info a span{
    margin-right: 4px;
}
.footer-info {
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #213F4A;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.footer-menu ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer-menu ul {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}

/* hero-section css start */
.hero-bg{
    background-image: url(../images/hero-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 116px 0 0;
}
.hero-slider-wrapper .slick-slide {
    margin: 0!important;
}
.hero-content h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 73px;
    background: linear-gradient(94.68deg, #F5AD0E 2.74%, #F2F4FE 49.36%, #FFFFFF 98.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.46); */
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.46)); 
    max-width: 555px;
    margin-bottom: 28px;
}
.hero-content p{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.46);
    margin-bottom: 32px; 
    line-height: 30px;
}
.hero-btn .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 18px 40px;
    background: #F51E1E;
    border-radius: 56px;
    margin-bottom: 41px;
    transition: all 0.3s ease;
}
.hero-btn .btn:hover{
    background: #C7B071;
}

.hero-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero-counter span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
.hero-counter p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 18px;
    color: #C7B071;
}
.hero-counter span img {
    margin-right: 14px;
    height: 40px;
    width: 40px;
}
.join-bg {
    background-image: url(../images/Frame\ 103.png);
    padding: 78px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.join-content h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    color: #182E37;
    margin-bottom: 39px;
}
.join-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #182E37;
    max-width: 560px;
    margin: 0 auto 48px;
}
.join-btn {
    display: flex;
    gap: 16px;
    justify-content: center;
}
.join-btn .btn-one {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #F51E1E;
    border-radius: 56px;
    padding: 19px 40px;
    transition: all 0.3s ease;
}
.join-btn .btn-one:hover{
    background: #FFFFFF;
    color: #182E37;
}
.join-btn .btn-two {
    padding: 19px 64px;
    background: #FFFFFF;
    border-radius: 56px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #182E37;
    transition: all 0.3s ease;
}
.join-btn .btn-two:hover{
    color: #FFFFFF;
    background: #F51E1E;
}

/* blog section start */
.blog-bg {
    /* background: #182E37; */
    /* padding: 120px 0 0; */
}
.blog-title h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    background: linear-gradient(180deg, #C7B071 -17.07%, #FFFFFF 117.07%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 50px;
}
.blog-item {
    padding: 14px 18px 14px 12px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    gap: 16px;
    width: 100%;
}
.blog-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 24px;
    margin-bottom: 30px;
}
.blog-thumb {
    width: 40%;
}
.blog-thumb img {
    border-radius: 10px!important;
    max-width: 186px !important;
    min-height: 150px !important;
}
.blog-content {
    width: 60%;
}

.blog-date p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #637278;
    margin-bottom: 13px;
}
.blog-title h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #213F4A;
    margin-bottom: 13px;
}
.blog-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #637278;
    margin-bottom: 13px;
}
.blog-btn .btn {
    padding: 0;
    border: 0;
    outline: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #F51E1E;
}
.blog-bottom{
    background-image: url(../images/blog-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 53px;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    padding-right: 139px;
    margin-bottom: 16px;
}
.blog-bottom-sub-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.blog-bottom-title h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 32px;
    max-width: 404px;
}
.blog-bottom-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.blog-bottom-btn .btn {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #182E37;
    padding: 19px 40px;
    background: #C7B071;
    border-radius: 56px;
    transition: all 0.3s ease;
}
.blog-bottom-btn .btn:hover{
    background: #F51E1E;
    color:#fff;
}
.user-say-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    background: linear-gradient(180deg, #C7B071 -17.07%, #FFFFFF 117.07%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 64px;
}
.user-say-item {
    background: #213F4A;
    border: 1px solid #557584;
    border-radius: 8px;
    padding: 25px 19px 20px 14px;
    transition: all 0.3s ease;
}
.user-say-item:hover{
    border: 1px solid #C7B071;
    transform: rotate(6.02deg);
    filter: drop-shadow(0px 4px 30px rgba(244, 217, 143, 0.24)); 
}


.user-name h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.user-name p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}
.user-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.user-date p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.user-img-wrapper {
    display: flex;
    gap: 12px;
}
.user-img img {
    height: 32px!important;
    width: 32px!important;
}
.user-say-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
}
.insights-bg{
    background-image: url(../images/insights-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}
.insights-img {
    position: relative;
    border-radius: 12px;
    margin-bottom: 24px;
}
.insights-img-two{
    border-radius: 12px;
    width: 40%;
    position: relative;
}
.insights-title-two {
    position: absolute;
    bottom: 0;
    padding: 12px;
    width: 100%;
}
.insights-img-thumb img {
    height: 100%;
    width: 100%;
}
.insights-title-two {
    position: absolute;
    bottom: 0;
    padding: 12px;
    width: 100%;
}
.insights-item {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 12px 30px 12px;
}
.insights-item-two{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 14px 15px 11px 12px;
    display: flex;
    gap: 16px;
    width: 100%;
}
.expert-item-btn .btn span {
    margin-right: 10px;
}
.insights-content-two {
    width: 60%;
}
.insights-title h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.insights-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
}
.insights-content-wrapper p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #637278;
}
.insights-content-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.insights-content-title h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #213F4A;
    margin-bottom: 24px;
}
.insights-content-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #637278;
    margin-bottom: 24px;
}
.insights-content {
    padding: 0 10px;
}
.insights-left {
    margin-bottom: 26px;
}
.insights-title-two h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
}
.insights-wrapper {
    margin-bottom: 40px;
}
.insights-btn {
    text-align: center;
}
.insights-title-two p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.insights-content-wrapper-two{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.insights-content-wrapper-two p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #637278;
}
.insights-content-title-two h6 a{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #213F4A;
    transition: all 0.3s ease;

}
.insights-content-title-two h6 a:hover{
    color: #C7B071;
}
.insights-content-title-two h6{
    margin-bottom: 24px;
}
.insights-content-title-two p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #637278;
    margin-bottom: 24px;
}
.insights-right .insights-item-two {
    margin-bottom: 10px;
}
.live-bg {
    background: #213F4A;
    padding: 130px 0 120px;
}
.live-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    background: linear-gradient(180deg, #C7B071 -14.63%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;
    margin-bottom: 57px;
}
.live-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    color: #F0F3FD;
}
.live-icon-title h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 78px;
    text-align: center;
    background: linear-gradient(180deg, #C7B071 -17.07%, #FFFFFF 117.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 70px;
}
.live-icon-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.live-icon-item {
    text-align: center;
    max-width: 207px;
    margin: 0 auto;
}
.live-icon-item img {
    margin-bottom: 32px;
}
.live-icon-item h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.live-icon-item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.live-sub-title span {
    padding: 5px 7px;
    color: #F2F2F2;
    background: #FB4A59;
}
.live-sub-title {
    text-align: center;
    margin-bottom: 40px;
}
.footer-newsleeter {
    border: 1.5px solid #335361;
    border-radius: 48px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
}
.submit-btn {
    background: #C7B071;
    border-radius: 40px;
    width: 42px;
    height: 42px;
    border: 0;
    outline: 0;
}
.footer-newsleeter input[type="email"] {
    font-family: 'Altform TRIAL';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #BCC7CD;
    background: transparent;
    outline: 0;
    border: 0;
    padding: 15px;
}

/* slider css start */
.live-item{
    background-image: url(../images/slider.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;  
}
.live-item-content {
    padding: 346px 19px 14px 24px;
	  width: 350px;
}
.live-item-content h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.live-item-content h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.live-item-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
}
.live-item-counter {
    background: #F51E1E;
    border-radius: 0px 0px 8px 8px;
    padding: 12px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-item-counter h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live-item-counter  span{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 16px;
    color: #FFFFFF;
}
.live-slider-btn {
    margin: 95px 0 120px;
}


/* text slider css start */
.ticker-container {
    width: 100%;
    overflow: hidden;
    border-bottom: 2px solid #F5AD0E;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 22px 0;
    background: #0D0D0D;
    transform: matrix(1, 0, 0, -1, 0, 0);
}
.ticker-move {
    display: inline-block;
}
.ticker-text {
    display: inline-block;
    padding: 0 1rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
}
.green { 
   color: #1EF557;
}
.red { 
    color: #F51E1E; 
}
.blue { 
    color: #678AFF;
}
.ticker-text::after {
    content: '|';
    color: #C7B071;
    height: 11px;
    width: 2px;
    position: relative;
    border-radius: 20px 0;
    padding-left: 30px;
}

/* video live css start */
.comment-box {
    color: #fff;
    background: #335361;
    border: 1px solid #557584;
    border-radius: 8px;
    overflow: hidden;
    height: 490px;
}
.comment-title {
    background: linear-gradient(180deg, #C7B071 0%, #B29D65 50.16%, #615637 111.46%);
    border-bottom: 1px solid #557584;
    padding: 18px 18px 17px 27px;
    border-radius: 8px 8px 0 0;
}
.comment-title h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
}
.comment-list-wrapper{
    position: relative;
    overflow: hidden;
}
.comment-list {
    padding: 20px 28px 16px 16px;
    display: flex;
    flex-direction: column;
    animation: scroll-up 30s linear infinite;
}
.comment {
    padding: 15px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
}
.live-text {
    margin-bottom: 64px;
}
.video-live-wrapper {
    margin-bottom: 30px;
}
.comment {
    padding: 10px 0;
}
.video-live-video iframe{
    background: #FFFFFF;
    border-radius: 6px;
    max-width:730px;
    height:410px;
    width: 100%;
}

/* blog details css */
.blog-details-bg{
  background: #213F4A;
  padding: 98px 0 130px;
}
.blog-details-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.blog-details-meta {
    margin-bottom: 48px;
}
.blog-details-meta span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.blog-details-socials p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.blog-details-socials {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 45px;
}
.blog-details-thumb img {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 20px;
}
.blog-details-content-item {
    font-family: 'Inter';
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.blog-details-content-item h6 {
    font-weight: 700;
    margin-bottom: 20px;
}
.blog-details-content-item p {
    font-weight: 400;
}
.blog-details-content-wrapper {
    max-width: 738px;
    margin-bottom: 40px;
}
.blog-details-img img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 40px;
}
.blog-comment-replay-wrapper {
    background: #335361;
    border: 1px solid #C7B071;
    border-radius: 16px;
    max-width: 730px;
    margin-bottom: 64px;
    border-top:0px;
}
.blog-comment-box {
    background: #213F4A;
    padding: 15px;
    border-top: 1px solid #C7B071;
    border-radius: 16px;
}
.postbox__comment-input textarea {
    background: #335361;
    border-radius: 8px;
    width: 100%;
    height: 96px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #AEC1C9;
    padding: 16px;
    margin-bottom: 8px;
}
.postbox__comment-btn .tp-btn {
    background: #F51E1E;
    border-radius: 56px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 14px 30px;
    border: 0;
    outline: 0;
    transition: all 0.3s ease;

}
.postbox__comment-btn .tp-btn:hover{
    background: #C7B071;
}
.blog-comment-content-wrapper {
    padding: 20px 31px 0;
}
.comment-content-title h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
.postbox__comment-name h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.postbox__comment-name p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.blog-comment-content {
    display: flex;
    gap: 12px;
    border-bottom: 1px solid #557584;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.comment-user {
    background: #FE9738;
    border-radius: 56px;
    padding: 7px;
    height: 24px; 
    width: 24px; 
    display: flex
;
}
.comment-user h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}
div#comments a {
    color: #F51E1E;
}
.related-comment-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    background: linear-gradient(180deg, #C7B071 -17.07%, #FFFFFF 117.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 64px;
}
.related-comment {
    border-top: 1px solid #557584;
    padding-top: 64px;
}

/* about page css start */
.about-banner-bg{
    background-image: url(../images/about-us.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 0;
}
.about-banner-content {
    padding-top: 40px;
}
.about-banner-content h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 73px;
    background: linear-gradient(94.68deg, #F5AD0E 2.74%, #F2F4FE 49.36%, #FFFFFF 98.75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.46));
    margin-bottom: 40px;
}
.about-banner-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.46));
    max-width: 555px;
}
.about-info-bg{
    /* background-image: url(../images/about-info-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background: #213F4A;
    padding: 80px 0;
}
.about-info-content {
    background: #335361;
    border: 1px solid #557584;
    border-radius: 8px;
}
.about-info-title {
    background: linear-gradient(180deg, #C7B071 0%, #B29D65 50.16%, #615637 111.46%);
    border-bottom: 1px solid #557584;
    padding: 18px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}
.about-info-title h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
}
.about-info-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    padding: 45px 40px 74px;
}
.about-item-bg{
    background: #213F4A;
    padding: 120px 0;
}
.about-item-wrapper {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}
.about-item-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    background: linear-gradient(180deg, #C7B071 -17.07%, #FFFFFF 117.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 40px;
}
.about-item-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    max-width: 635px;
    margin: 0 auto 64px;
}
.contact-wrapper {
    max-width: 920px;
    background: #335361;
    border: 1px solid #C7B071;
    border-radius: 8px;
    padding: 57px 41px;
    margin: 0 auto 30px;
}
.contact-title h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(180deg, #C7B071 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 56px;
}
.form-field-wrapper {
    display: flex;
    gap: 16px;
}
.form-field {
    width: 100%;
    margin-bottom: 24px;
}
.form-control {
    background: #182E37;
    border: 1px solid #557584;
    border-radius: 56px;
    padding: 21px 10px 21px 26px;
    color: rgba(255, 255, 255, 0.6);
}
.form-field label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
textarea.form-control {
    min-height: 126px;
    border-radius: 12px;
}
.form-field-btn .btn {
    background: #F51E1E;
    border-radius: 56px;
    padding: 18px 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
.form-field-btn .btn:hover {
    background: #C7B071;
}
.form-control:focus {
    box-shadow: none;
    background: #182E37;
    border-color: #557584;
    color: rgba(255, 255, 255, 0.6);
}
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}
.contact-bottom-wrapper {
    max-width: 920px;
    margin: 0 auto;
    background: #335361;
    border: 1px solid #C7B071;
    border-radius: 8px;
    padding: 40px 55px 40px 40px;
}
.contact-bottom-title h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    background: linear-gradient(180deg, #C7B071 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-bottom-main {
    display: flex;
    justify-content: space-between;
}
.contact-bottom-main h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #C0CED4;
    margin-bottom: 24px;
}
.contact-bottom{
    margin-bottom: 16px;
}
.contact-bottom a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}
.contact-bottom-btn a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-decoration-line: underline;
    color: #F51E1E;
}
.contact-bottom-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: #FFFFFF;
}
.contact-bottom-right {
    position: relative;
}
.contact-bottom-right::before {
    border-left: 1px solid #557584;
    content: "";
    position: absolute;
    top: 27%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    margin-left: -64px;
}
/* pricing page css start */
.pricing-bg {
    background: #213F4A;
    padding: 120px 0;
}
.pricing-bg .container {
    max-width: 890px;
}
.pricing-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 78px;
    text-align: center;
    background: linear-gradient(180deg, #C7B071 -14.63%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 32px;
}
.pricing-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    max-width: 728px;
    margin: 0 auto 63px;
}
.pricing-switch p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}
.pricing-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.pricing-wrapper {
    max-width: 999px;
    margin: 0 auto;
}
.pricing-item {
    background: #182E37;
    border: 1px solid #557584;
    border-radius: 8px;
}
.pricing-item {
    background: #182E37;
    border: 1px solid #557584;
    border-radius: 8px;
    min-height: 534px;
}
.pricing-item-title {
    background: linear-gradient(180deg, #C7B071 0%, #B29D65 50.16%, #615637 111.46%);
    border-bottom: 1px solid #557584;
    border-radius: 8px 8px 0 0;
    padding: 25px 15px 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pricing-item-title h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}
.pricing-item-title p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 10px;
}
.pricing-item-title p span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}
.pricing-body-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 34px;
}
.pricing-body {
    padding: 30px 32px 23px 23px;
    min-height: 387px;
}
.pricing-list ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.pricing-list-two {
    margin-top: 45px;
}
.pricing-btn .btn {
    background: #F51E1E;
    border-radius: 40px;
    width: 100%;
    padding: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
.pricing-btn .btn:hover{
   background: #C7B071;
}
.pricing-btn {
    background: #304852;
    padding: 16px;
    border-radius: 0 0 8px 8px;
}

/* expert css start */
.expert-search-section {
    padding: 80px 0;
    background: #213F4A;
}
.expert-search-wrapper {
    margin: 0px auto 30px;
    background: #213F4A;
    border: 1px solid #C7B071;
    border-radius: 8px;
    padding: 37px 40px;
}
 .expert-search-wrapper h2{
    margin-bottom: 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}
.expert-search-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
input.search-input {
    background: #182E37;
    border: 1px solid #557584;
    border-radius: 40px;
    max-width: 566px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;

}
input.search-input::placeholder{
    color: #BCC7CD;
}
input.search-input::placeholder:focus{
    color: #BCC7CD;
}
.search-input,
.category-select {
  padding: 12px 20px;
  border-radius: 25px;
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1 1 300px;
  max-width: 400px;
}
.category-select {
    /* background: url("data:image/svg+xml;utf8,<svg fill='white' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 16px center; */
    background: #182E37;
    border: 1px solid #557584;
    border-radius: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #BCC7CD;
    max-width: 243px;
    width: 100%;
}
.search-btn {
    border: none;
    padding: 18px 30px;
    cursor: pointer;
    width: 189px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    background: #F51E1E;
    border-radius: 56px;
    transition: all 0.3s ease;
}
.search-btn:hover {
  background-color: #B29D65;
}
.expert-item-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 20px;
    row-gap: 16px;
}
.expert-item-btn .btn {
    background: #182E37;
    border: 1px solid #C7B071;
    border-radius: 48px;
    padding: 18px 32px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #C7B071;
    transition: all 0.3s ease;
}
.expert-item-btn .btn:hover{
    background: #F51E1E;
    border: 1px solid #F51E1E;
}
.expert-item-btn {
    margin-top: 40px;
    text-align: center;
}

/* login page design css start */
.page-wrapper{
    background-image: url(../images/Sign\ up\ Page.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 106px 0 84px;
}
.login-page {
    background-image: url(../images/form-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #C7B071;
    padding: 72px 40px 15px;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
}
.login-form {
    text-align: left;
    max-width: 428px;
    margin: 0 auto;
}
.login-box {
  text-align: center;
}
.login-box .title {
    margin-bottom: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 24px;
    letter-spacing: -2px;
    color: #FFFFFF;
}
.login-box .subtitle {
    margin-bottom: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -2px;
    color: #FFFFFF;
    opacity: 0.7;
}
.login-form .form-label {
    margin-bottom: 10px;
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.login-form .input-group input::placeholder{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #637278;
    opacity: 0.5;
} 
.login-form .input-group {
  position: relative;
  margin-bottom: 16px;
}
.login-form .input-group input {
    width: 100%;
    padding: 13px 20px;
    border: none;
    font-size: 14px;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #CCD8F1;
    border-radius: 64px!important;
}
.login-form .input-group .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.forgot-password {
    text-align: left;
    margin-bottom: 24px;
}
.forgot-password a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #F51E1E;
}
/* Buttons */
.login-btn {
    background-color: #ed1c24;
    width: 100%;
    margin-bottom: 32px;
    background: #F51E1E;
    border-radius: 64px;
    padding: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.login-btn:hover {
  background-color: #C7B071;;
  color: #fff;
}
.divider {
    margin-bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.google-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #EFF4FB;
    border: 1px solid #E2E8F0;
    border-radius: 56px;
    padding: 13px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #182E37;
    margin-bottom: 24px;
}
.google-btn:hover {
  background-color: #C7B071;;
}
.google-icon {
  width: 20px;
  height: 20px;
}
/* Register */
.register-text {
    color: #cdd3d8;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.register-text a {
    font-weight: 700;
    color: #F51E1E;
}
/* .insights-bg .insights-img-two {
    height: 170px;
} */
/* switch button*/

.toggle-container {
    display: none;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-bottom: 56px;
}
.toggle-checkbox {
    display: none;
}
.toggle-label {
    cursor: pointer;
    width: 4.5rem; 
    height: 2.25rem;
    background-color: #e5e7eb; 
    display: block;
    border-radius: 9999px;
    position: relative;
    transition: background-color 0.3s ease;
}
.toggle-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.25rem;
    transform: translateY(-50%);
    width: 1.75rem;
    height: 1.75rem;
    background-color: #ef4444; 
    border-radius: 9999px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.toggle-checkbox:checked + .toggle-label::after {
    transform: translate(2.25rem, -50%); 
}
.toggle-checkbox:checked ~ .label-monthly {
    color: #9ca3af; 
}
.toggle-checkbox:checked ~ .label-yearly {
    color: #e5e7eb; 
}
.label-monthly {
    transition: color 0.3s ease;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}
.label-yearly {
    transition: color 0.3s ease;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}
.text-small {
    margin-left: 0.5rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 16px;
    color: #FFFFFF;
}

/* expert details page css */
.expert-details-sidebar-item-img{
    /* border: 1px solid #FFFFFF; */
    border-radius: 8px;
    width: 50%;
    position: relative;
}
.expert-details-sidebar-img img {
    width: 100%;
    height: 100%;
}
.expert-sidebar-item-content {
    position: absolute;
    bottom: 0;
    padding: 12px;
    width: 100%;
}
.expert-details-title h1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
.expert-details-video iframe {
    width: 100%;
    border-radius: 8px;
    min-height: 468px;
}
.expert-details-video{
  margin-bottom: 16px;
}
.expert-details-sidebar-title {
    background: linear-gradient(180deg, #C7B071 0%, #B29D65 50.16%, #615637 111.46%);
    border-bottom: 1px solid #557584;
    padding: 18px 17px 18px  27px;
    border-radius: 8px 8px 0 0;
}
.expert-details-sidebar-title h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    color: #FFFFFF;
}
.expert-details-sidebar {
    background: #335361;
    border: 1px solid #C7B071;
    border-radius: 8px;
}
.expert-details-sidebar-body {
    padding: 10px 11px 0;
}
.expert-details-sidebar-item {
    display: flex;
    gap: 13px;
    margin-bottom: 18px;
}
.expert-details-sidebar-item-content {
    width: 50%;
}
.expert-details-sidebar-item-content h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.expert-details-sidebar-item-content h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 21px;
}
.expert-details-sidebar-item-content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #FFFFFF;
}
.expert-details-sidebar-item-img h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.expert-details-sidebar-item-img p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 18px;
    color: #FFFFFF;
}
ul.tabs li{
	cursor: pointer;
}

.tab-content{
	display: none;
}

.tab-content.active{
	display: inherit;
}
.tab-buttons {
    background: #FFFFFF;
    border-radius: 32px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tab-buttons .active {
    background: #C7B071;
    border-radius: 32px;
    padding: 19px;
    margin: 2px;
}
.tab-buttons button {
    width: 50%;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #182E37;
}
.expert-banner{
    padding: 20px 0 0;
}
.expert-banner .about-banner-content {
    padding-top: 65px;
}
.expert-banner .about-banner-img {
    text-align: center;
}
.expert-details-sidebar-img {
    border: 1px solid #FFFFFF;
    border-radius: 8px;
}
.footer-newsletter {
    border: 1.5px solid #335361;
    border-radius: 48px;
    height: 48px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
}
.footer-newsletter input {
    background: transparent;
    border: 0;
    outline: 0;
}
.footer-newsletter input::placeholder {
    font-family: 'Altform TRIAL';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-transform: uppercase;
    color: #BCC7CD;
    background: transparent;
    outline: 0;
    border: 0;
    padding: 15px;
    background: transparent;
}
.video-live-room iframe{
    height: 535px!important;
    max-width: 100%;
}
.live-room-comment {
    padding: 21px 16px 19px 19px;
    background: #304852;
    border-radius: 0 0 8px 8px;
    position: relative;
}
.comment-box2 {
    background: #335361;
    border: 1px solid #557584;
    border-radius: 8px;
}
.live-room-form {
    background: #304852;
    border: 1px solid #C7B071;
    border-radius: 40px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.live-room-form input {
    background: transparent;
    border: 0;
    outline: 0;
}
.live-room-form input::placeholder {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #869AA2;
}
.live-room-form .btn {
    padding: 0;
    outline: 0;
}
.comment-list2 {
    padding: 0 16px;
}
.video-comment-list2 {
    height: 310px;
}
.comment-box3 {
    margin-bottom: 16px;
}
.live-room-item {
    background: #557584;
    border-radius: 8px;
    padding: 13px 23px 12px 23px;
    max-width: 87px;
    height: 65px;
    text-align: center;
    width: 100%;
}
.live-room-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 16px 26px;
}
.live-room-comment p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.live-page-slider-wrapper {
    background: #557584;
    border-radius: 8px;
    padding: 8px 7px;
}
.live-page-item {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 24px 22px 21px 23px;
}
.live-page-item p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #C7B071;
}
.comment-right-text {
    padding: 20px 16px 26px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.comment-right-text p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}
#hero-slider button.slick-next, button.slick-next{
    background-image: url("../images/icon/arror\ \(2\).svg")!important;
}
#hero-slider button.slick-prev, button.slick-prev{
    background-image: url("../images/icon/arror\ \(1\).svg")!important;
}
#video-slider button.slick-next, button.slick-next{
   background-image: url("../images/icon/new\ \(1\).png")!important;
   top: 22% !important;
    right: -10px !important;
}

#video-slider button.slick-prev, button.slick-prev{
   background-image: url("../images/icon/new\ \(2\).png")!important;
    top: 23% !important;
    left: -28px !important;
}
.logo a img {
    max-width: 110px;
}
.footer-logo a img {
    max-width: 110px;
}
.mobile-logo a img {
    max-width: 110px!important;
}
.social-links a.twitter2 {
    color: #F51E1E!important;
}
.social-links a:hover{
 color: #F51E1E!important;	
}
.social-links {
    display: flex;
}

/* home new tab  section */
.crazy-tab .container{
  margin: 0 auto;
}
.crazy-tab .tabcontent h3 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 15px;
}
.crazy-tab .tabcontent p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
}
.crazy-tab .crazy-tab-main{
    width: 100%;
    display: flex;
}
.crazy-tab .tab {
  border: 0;
  width: 30%;
  height: 400px;
}
.crazy-tab .crazy-tab-content{
    width: 70%;
}
.crazy-tab .tab button {
    display: inline-flex;
    background: #213F4A;
    border: 1px solid #557584;
    border-radius: 8px;
    color: #fff;
    width: 90%;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 10px 10px;
    align-items: center;
    gap: 15px;
}
.crazy-tab .tab .active{
    background: linear-gradient(180deg, #C7B071 -0.12%, #ECD598 99.88%)!important;
}
.crazy-tab .tab button:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.crazy-tab .tab button span {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
}
.crazy-tab .tab button span p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}
.crazy-tab .tab button img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}
.crazy-tab .tabcontent {
  padding: 0px 12px;
  width: 100%;
  border-radius: 0 10px 10px 0;
}
.crazy-tab .readmore-btn .btn {
    padding: 0;
    color: #F51E1E;
    font-size: 18px;
    font-weight: 700;
    background: #C7B071;
    padding: 15px 30px;
    border-radius: 100px;
    color: #fff;
    transition: 0.3s;
}
.crazy-tab .readmore-btn .btn:hover{
    background: #F51E1E;
}
.crazy-tab .readmore-btn{
    margin-top:30px;
}
.tab-content-icon-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom:20px;
	flex-wrap:wrap;
}
.tab-content-icon-main {
    display: flex;
    align-items: center;
    gap: 10px;
	flex-wrap:wrap;
}
.tab-content-icon-main h6{
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px !important;
    font-weight: 400;
}
.tab-content-icon-main p{
    padding: 0;
    margin: 0; 
    color: #fff;
    font-size: 16px!important;
}
.crazy-tab .tabcontent img{
    border-radius: 12px;
	margin-top: 15px;
    margin-bottom: 15px;
}
.crazy-tab{
  background-image: url(../images/Sign\ up\ Page.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.tab-content-icon-main svg {
    color: #fff;
    font-size: 12px;
}
#commentform input, optgroup, select, textarea {
	background: #335361;
	border-radius: 8px;
	width: 100%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #AEC1C9;
	padding: 16px;
	margin-bottom: 8px;
}
#commentform label {
	margin-bottom: 10px;
}
#wp-comment-cookies-consent {
	width: 2%!important;
}
#commentform p {
	margin-bottom: 20px;
}
.comment-form-cookies-consent {
	display: flex;
	gap: 15px;
}
.header-top-bg {
    background: #C7B071;
    padding: 15px 0;
}
.header-top-bg .footer-info {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.language-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Arial, sans-serif;
}

.language-dropdown > li {
  position: relative;
  display: inline-block;
}

.language-dropdown a {
  text-decoration: none;
  display: block;
  color: #333;
  font-size: 15px;
}

.selected-lang {
  cursor: pointer;
}

/* Dropdown menu */
.dropdown-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  min-width: 100px;
  top: 100%;
  left: 0;
  display: none;
  z-index: 10;
  border: 0;
padding: 15px 10px;
}
/* Show dropdown on hover */
.language-dropdown > li:hover .dropdown-menu {
  display: block;
}
.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.language-dropdown li a {
	transition:0.3s;
	display: flex;
    align-items: center;
    gap: 5px;
}

.flag-img img{
    width:18px;
}



.main-video iframe {
    width: 700px;
    height: 400px;
    border-radius: 8px;
}

.video-list {
    width:300px;
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.video-item {
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
}

.video-item:hover {
    border-color: #ff0000;
}

.video-item img {
    width: 100%;
    height: auto;
    display: block;
}

.video-list .video-item:first-child {
    border: 2px solid #B29D65;
}
.header-top-wrapper .footer-info a{
  color: #333;
}

/*  */
.lang-en_us .hero-content h1 {
    font-size: 36px;
    line-height: 48px;
}
.lang-en_us .hero-counter span {
    font-size: 16px;
}
.lang-en_us .live-title h2 {
    font-size: 45px;
    margin-bottom: 25px;
}
.lang-en_us .live-text {
    margin-bottom: 95px;
}
.lang-en_us .live-item-content h5 {
    font-size: 14px;
}
.lang-en_us .live-icon-item h4 {
    font-size: 20px;
    line-height: 28px;
}
.lang-en_us .pricing-item-title h3 {
    font-size: 18px;
}
.lang-en_us .pricing-list ul li {
    font-size: 14px;
    line-height: 28px;
}
.lang-en_us .about-item-title p {
    max-width: 100%;
}









/* Container placement — adapt to your header/nav */
#menu-lang-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
#menu-lang-menu > li.trp-menu-ls-item {
  position: relative;
  display: inline-block;
}
#menu-lang-menu .trp-menu-ls-label {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;     
  text-decoration: none;
}
#menu-lang-menu .trp-menu-ls-label .trp-flag-image {
  width: 24px;
  height: 18px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
#menu-lang-menu .trp-ls-language-name {
  font-weight: 700;
  text-transform: uppercase;
  color: #333;        
  letter-spacing: 0.02em;
  font-size: 14px;
}
#menu-lang-menu .trp-menu-ls-label::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  transform-origin: center;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg); 
  transition: transform .18s ease;
  vertical-align: middle;
  margin-top: -4px;
}
#menu-lang-menu > li:hover .trp-menu-ls-label::after,
#menu-lang-menu > li.has-dropdown.open .trp-menu-ls-label::after {
  transform: rotate(-135deg);
  margin-top: 0px;
}
#menu-lang-menu .submenu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(6,12,34,0.15);
  padding: 6px;
  min-width: 140px;
  display: none; 
  z-index: 9999;
  list-style: none;
  margin: 0;
}
#menu-lang-menu > li:hover .submenu {
  display: block;
}
#menu-lang-menu .submenu li {
  margin: 0;
}
#menu-lang-menu .submenu a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  white-space: nowrap;
}
#menu-lang-menu .submenu .trp-menu-ls-label::after{
  display:none;
}
#menu-lang-menu .blog-bottom-title h6 {
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 10px;
    max-width: 100%;
}
#menu-lang-menu .blog-bottom-text p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}
#menu-lang-menu .blog-bottom {
    padding-right: 20px;
}