/* Performance optimizations */
/* Consolidated Google Fonts with font-display=swap for better performance */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');

/* Font fallback strategy for better performance */
.font-loading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Optimize rendering performance */
* {
  box-sizing: border-box;
}

/* Reduce layout thrashing */
img {
  max-width: 100%;
  height: auto;
}

/* Optimize animations for better performance */
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

/* Critical styles for immediate rendering */
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  background-color: #F7F6F1;
  line-height: 1.6;
}

.sora{
  font-family: "Sora", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
/* Body styles moved to critical section above */
:root {
  --primary-color: #2B63E1;
  --text-color: #2B63E1;
}
/* .main-contaier{
  max-width: 1700px !important;
} */
.gap-h h1 {
    font-family: "Sora", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
    font-weight: 500 !important;
    font-size: 43px;
    line-height: 55px;
}

.scroll h3{
  font-family: "Sora", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
}

/* Comprehensive font family rules for all heading elements */
h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
}

/* Font family for text elements */
p, span, small {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}

/* Font family for interactive elements */
a, button {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
}
.gap-p p {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-weight: 300;
    color: #000 !important;
    font-size: 16px;
}

.gap-p{
  margin-right:-40px !important;
}

.gap-p .btn {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
    font-weight: 400 !important;
    font-size: 14px;
    border: none;
}

html{
  scroll-behavior: smooth !important;
}
.navbar {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}
.navbar-brand img {
  height: 50px;
}
.nav-link {
  font-size: 14px !important;
  color: #333;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
.nav-link:hover, .nav-link.active {
  color:#30d5c8 !important;
}
.cta-button a {
  color: #fff;
  text-decoration: none;
}
.navbar-toggler {
  border: none;
  font-size: 22px;
}
.nav-item a {
    padding-left: 10px !important;
    padding-right: 10px  !important;
    font-weight: 400 !important;
    font-family: "inter",sanc-sarif;
}
button.btn.download-btn {
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  background: var(--text-color);
  border-radius: 30px;
  color: #fff;
}

/* HEADER CSS END HERE */

.banner-content {
display: flex;
flex-direction: column;
justify-content: start;
align-items: start;
}

.banner-image img{
  border-radius: 10px;
}
.banner-content h1{
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
text-align: left;
  color: #000;
}
.banner-content h1 span{
  font-weight: 600;
  color: var(--primary-color);
}
.banner-content p{
  font-size: 18px;
  text-align: left;
  line-height: 30px;
  font-weight: 400;
}
.btn-start{
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  background: var(--text-color);
  border-radius: 30px;
  color: #fff;
  margin-top: 10px;
}

.banner-res{
  justify-content: end ;
}

@media(max-width:990px){
  .banner-res{
      justify-content: center ;
      margin-top: 45px !important;
  }
  .banner-image{
      width: 100%;
  }
  .banner-image img{
      width: 100%;
  }
}


.advisory-section {
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: #F9FAFB;
  justify-content: space-between;
}
.padd-sectoin{
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.advisory-image img {
  width: 100%;
 border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
}

.advisory-content {
  max-width: 50%;
  padding: 20px;
}

.advisory-content h2 {
  font-size: 45px;
  line-height: 60px;
  text-align: left;
  font-weight: 600;
  color: var(--primary-color);
}

.advisory-content p {
  margin: 15px 0;
  text-align: left;
  line-height: 35px;
  font-size: 16px;
  color: #000;
}

@media(max-width:1000px){
  .advisory-section {
      display: flex;
      flex-direction: column;
      padding: 20px;
  }
  .advisory-content{
      max-width: 100%;
      margin-top: 40px;
  }
  .advisory-image{
      width: 100%;
  }
}


.insight-card {
  border-radius: 16px;
  background-color: #f9f9f9;
  padding: 30px;
  min-height: 250px;
  position: relative;
  transition: all 0.3s ease;
}

.insight-card-blue {
  background-color: #3ed8cc;
  color: #fff;
}

.insight-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.insight-card p {
  font-size: 15px;
  margin-bottom: 0;
}

.icon-box {
  font-size: 30px;
  margin-bottom: 15px;
}

.arrow-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  font-weight: bold;
}

.section-header h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  text-align: left;
}

.section-header p {
  font-size: 15px;
  color: #555;
  text-align: right;
}

.see-details-btn {
  border: 1px solid #1659ff;
  background: none;
  color: #1659ff;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 500;
  transition: 0.3s;
}

.see-details-btn:hover {
  background-color: #1659ff;
  color: #fff;
}

/* SERVICE CSS END */

/* FAQ CSS START */

.faq-section {
  padding: 60px 15px;
  background-color: #fff;
  text-align: center;
}

.faq-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.accordion-item {
  background-color: #f8f8f8;
  border: none;
  border-radius: 7px !important;
  margin-bottom: 15px;
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.accordion-button {
  background-color: transparent;
  box-shadow: none !important;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #1c1c1c;
}

.accordion-body {
  padding: 0 25px 20px 25px;
  text-align: left;
  font-size: 15px;
  color: #555;
}

.faq-number {
  font-size: 20px;
  font-weight: bold;
  color: #aaa;
  margin-right: 15px;
  width: 40px;
}

.accordion-button::after {
  content: "↓";
  font-size: 18px;
  transform: rotate(0deg);
  transition: 0.3s;
}

.accordion-button:not(.collapsed)::after {
  content: "↑";
  transform: rotate(0deg);
}

.see-details-btn {
  border: 1px solid var(--primary-color);
  background: none;
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 25px;
  font-weight: 500;
  transition: 0.3s;
  margin-top: 30px;
}

p.eg-span {
    font-size: 11px !important;
    font-weight: 300 !important;
    color: #009688 !important;
    margin: 0 !important;
}
.my-label-custom label{ 
  margin-bottom: 32px !important;
}
.custom-label label {
    margin-bottom: 18px !important;
}
.head-form-tool {
    border-bottom: 1px solid #adadad;
    margin-bottom: 19px;
}
.head-form-tool p {
    margin-bottom: 10px !important;
}

article.tabbed-content.tabs-side {
    padding: 0 !important;
    background-color: #181818;
}
section .item {
    padding: 10px;
    background-color: #ffffff;
}
button.btn-next {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
}
button.btn-back {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
}
.tabs li {
  border-radius: 0 !important;
      
    border-bottom: 1px solid #454545 !important;
}
.tabs li{
  margin: 0 !important;
}
.input-group span {
    position: absolute;
    right: 10px;
    top: 10px;
}
.see-details-btn:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.my-h2 {
    font-size: 35px  !important;
    margin-bottom: 20px  !important;
    font-weight: 600 !important;
    line-height: 50px  !important;
    font-family: sora;
    color: #1a3049;
}
.accordion-header span {
  font-size: 25px;
  font-weight: 500 !important;
}
.accordion-item {
  border: none !important;
  background: #FAFAFA !important;
}
.accordion-button{
  background-color: transparent !important;
}
.accordion-button:not(.collapsed)::after {
  content: "";
  transform: rotate(0deg);
}



/* FAQ CSS END */


/* STEP FORM CSS START */

.sidebar { width: 250px; background: #fff; border-right: 1px solid #ccc; padding: 20px; }
.sidebar button { display: block; width: 100%; padding: 12px; border: none; background: none; text-align: left; margin-bottom: 10px; cursor: pointer; border-radius: 5px; }
.sidebar button.active { background-color: #e0e7ff; color: var(--primary-color); font-weight: bold; border: 1px solid var(--primary-color); }
.form-content {
flex-grow: 1;
padding: 30px;
padding-top: 10px !IMPORTANT;
flex-direction: column;
background: #fff;
align-items: start;
justify-content: start;
text-align: left;
}
.form-section { display: none; }
.form-section.active { display: block; }
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-weight: 600; margin-bottom: 8px; }
.form-group input[type="text"], .form-group input[type="number"] { width: 100%; padding: 10px; border: 1px solid #ccc; border-radius: 6px !important; }
.radio-group { display: flex; gap: 20px; margin-bottom: 15px; }
.nav-buttons { display: flex; justify-content: space-between; margin-top: 30px; }
.nav-buttons button { padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; }
.btn-back { background-color: #f3f4f6; }
.btn-next { background-color: var(--primary-color); color: #fff; }
.form-section h2 {
font-size: 30px;
}

@media(max-width:768px){
 .my-container-faq {
    flex-direction: column !important;
}

.my-container-faq aside {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid grey;
}
.faq-q-header {
  font-size: 15px !important;
  text-align: left !important;
}
  .my-br br{
    display:none !important;
  }
  .sidebar {
      display: flex;
      overflow: scroll;
      background: #fff;
      border-right:none;
      padding: 20px;
      width: 100% !important;
  }
  .form-container{
      width: 100% !important;
      max-width: 100% !important;
      display: flex !important;
      flex-direction: column !important;
  }
}

.chat-box {
  background-color: white;
  width: 50%;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  font-family: inter;
  display: flex;
  /* align-items: center; */
  height: 200px;
  margin: auto;
}

    .chat-box input {
    border: none;
    outline: none;
    flex: 1;
    height: 30px;
    font-size: 16px;
    color: #333;
}

    .chat-box input::placeholder {
      color: #666;
    }

   .send-btn {
    background-color: #2cd2c6;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    bottom: 10px;
    right: 20px;
}

/* STEP FORM CSS END */

/* CHAT SECTION CSS START */
.query-section {
  padding: 80px 15px;
  background-color: #fff;
  text-align: center;
}

.query-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0d1b2a;
  font-family: 'Sora', sans-serif;
  margin-bottom: 10px !important;
  line-height: 1.4;
}
.query-section p {
    font-size: 16px;
    color: #444;
    margin-bottom: 10px !important;
    font-weight: 400;
    font-family: inter;
}

.query-input-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.query-input {
  height: 55px;
  border-radius: 30px 0 0 30px;
  border: none;
  padding-left: 20px;
  font-size: 16px;
  background-color: #f6f6f6;
  width: 100%;
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
}

.query-btn {
  border-radius: 0 30px 30px 0;
  background-color: #30d5c8;
  border: none;
  padding: 0 25px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.query-btn i {
  font-size: 25px;
}

.query-form {
  display: flex;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.result-box {
  margin-top: 40px;
  background: #f2f4f7;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.result-keyword {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 25px;
}
/* CHAT SECTION CSS END HERE */

/* SUBSCRIBE SECTION CSS START */

.subscribe-section {
  background-color: #f8f9fc;
  padding: 60px 30px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}


.subscribe-section::before {
  top: -40px;
  left: -50px;
}

.subscribe-section::after {
  bottom: -40px;
  right: -50px;
}

.subscribe-title {
  font-size: 45px;
  font-weight: 600;
  color: #121212;
}

.subscribe-desc {
  font-size: 16px;
  color: #444;
  margin: 15px 0 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.subscribe-input {
  border: none;
  padding: 15px 20px;
  flex: 1;
  border-radius: 40px 0 0 40px;
  font-size: 16px;
}

.subscribe-btn {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0 40px 40px 0;
  transition: 0.3s ease;
}

.subscribe-btn:hover {
  background-color: var(--primary-color);
}

@media (max-width: 576px) {
  .subscribe-form {
    flex-direction: column;
    border-radius: 15px;
  }

  .subscribe-input {
    border-radius: 15px 15px 0 0;
  }

  .subscribe-btn {
    border-radius: 0 0 15px 15px;
    width: 100%;
  }
}
img.subscribe-img {
  position: absolute;
  left: 0;
  top: 50%;
}
/* SUBSCRIBE SECTION CSS END HERE */

/* FEEDBACK FORM CSS START FROM HERE */

.feedback-section {
  padding: 60px 20px;
  background-color: #fff;
}
.feedback-section h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
.feedback-section h2 span {
  color: var(--primary-color);
}
.form-label {
  font-weight: 600;
  margin-bottom: 6px;
}
.form-control {
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}
.submit-btn {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-weight: 500;
  border-radius: 8px;
  margin-top: 20px;
  transition: 0.3s ease;
}
.submit-btn:hover {
  background-color: var(--primary-color);
}

/* footer css start */


.footer {
  background-color: #f8f8f8;
  padding: 60px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #2d2d2d;
}
.footer .footer-logo {
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer p {
  font-size: 14px;
  color: #555;
}
.footer h6 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-bottom: 8px;
  transition: 0.3s;
}
.footer a:hover {
  color: var(--primary-color);
}
.footer .social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  line-height: 32px;
  transition: 0.3s ease;
}
.footer .social-icons a:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.footer hr {
  margin: 30px 0;
  color: #ddd;
}
.footer .copyright {
  font-size: 13px;
  text-align: center;
  color: #666;
}
.text-control{
  text-align: left;
}


/* CTA Section */

.cta-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cta-button {
padding: 12px 16px;
border: none;
border-radius: 25px;
font-size: 1rem;
font-weight: 500;
cursor: pointer;
transition: background-color 0.3s ease;
}

.cta-button.primary {
background-color: #f5a623;
color: white;
}

.cta-button.primary:hover {
background-color: #e69520;
}

.cta-button.secondary {
background-color: var(--primary-color);
color: white;
}

.cta-button.secondary:hover {
background-color: var(--primary-color);
}

.disclaimer {
margin-top: 20px;
font-size: 0.9rem;
color: #777;
}

.disclaimer i {
color: #f5a623;
margin-right: 5px;
}
.home-content{
display: flex;
justify-content: start;
flex-direction: column;
text-align: left;
}
.home-content h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 64px;
  color: #000;
}
.home-content span{
color: var(--primary-color);
}


.intro-text {
font-size: 1.1rem;
color: #555;
margin-bottom: 30px;
text-align: center;
}

.features-list {
list-style: none;
}

.features-list li {
display: flex;
align-items: center;
background-color: white;
padding: 15px;
text-align: left;
margin-bottom: 15px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
transition: transform 0.2s ease;
}

.home-content p {
line-height: 32px;
}

.features-list li:hover {
transform: translateY(-3px);
}

.features-list li i {
font-size: 1.5rem;
color: var(--primary-color);
margin-right: 15px;
}

.features-list li span {
font-size: 1rem;
}

.features-list li span strong {
color: #333;
font-weight: 600;
}
.btn-section{
display: flex;
gap: 20px;
justify-content: center;
}
.btn-section a{
text-decoration: none;
}
.about-content {
text-align: left;
display: flex;
line-height: 35px;
flex-direction: column;
justify-content: center;
}
.about-content h2 {
font-size: 45px;
font-weight: 600;
margin-bottom: 15px;
color: var(--primary-color);
}
.about-content p {
font-size: 18px;
}
.about-content a{
text-decoration: none;
}
.img-border{
border-radius: 10px;
}

.privacy-container{
display: flex;
flex-direction: column;
justify-content: start;
}
.p-set{
text-align: left;
}
.privacy-btn{
margin-left: 10px;
margin-top: 10px;
}
.highlight {
margin-top: 10px;
margin-bottom: 10px;
display: flex;
padding: 10px;
justify-content: start;
align-items: start;
background: #d9d9d9;
flex-direction: column;
border-radius: 5px;
}
.disclaimer {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  text-align: left;
  line-height: 35px;
  color: #000;
}
.disclaimer p{
font-size: 16px;
}
.privacy h2 {
    color: #30d5c8;
    font-family: sora;
}
.privacy h3{
color: #30d5c8;
font-size: 20px;
font-family: sora;
margin-top: 10px;
}
.privacy p{
  font-family: inter;
}
.disclaimer h2 {
    color: #30d5c8;
    font-family: 'Sora';
    margin-bottom: 15px;
}
.disclaimer strong {
    color: #30d5c8;
}
.contact-info {
margin-top: 20px;
padding: 15px;
background: #e7f3ff;
border-left: 5px solid #007bff;
border-radius: 5px;
}
.contact-info strong {
color: #0056b3;
}
.contact-info a {
color: #007bff;
text-decoration: none;
}
.contact-info a:hover {
text-decoration: underline;
}
.finance-contact{
border-radius: 10px;
}
.contact-box h2{
color: var(--primary-color);
}
.my-font{
font-size: 30px;
font-weight: 600;
color: var(--primary-color);
}

.notice {
font-style: italic;
background: #fffae6;
padding: 10px;
border-left: 4px solid #ffcc00;
}
.cookie-box {
display: flex;
flex-direction: column;
line-height: 30px;
text-align: left;
}
.cookie-box h2 {
    color: #30d5c8;
}
.cookie-box p {
    font-family: inter;
}
.cookie-box h2{
  font-family: sora;
}
.terms-box{
display: flex;
flex-direction: column;
align-items: start;
text-align: left;
line-height: 33px;
}

.terms-box h1{
color: var(--primary-color);
}

.terms-box h2 {
    color: #30d5c8;
}
.terms-box p {
    font-family: inter;
}
.terms-box h2{
  font-family: sora;
}
.checklist {
list-style: none;
padding: 0;
}
.checklist li {
background: #eaf7ea;
padding: 10px;
margin: 8px 0;
border-radius: 5px;
display: flex;
align-items: center;
}
.checklist li::before {
content: '\2714'; /* Checkmark symbol */
color: #2e7d32;
font-weight: bold;
margin-right: 10px;
}

@media(max-width:1000px){
.contact-info {
  flex-direction: column;
}
.finance-contact {
width: 100%;
}
img.subscribe-img {
display: none;
}
.cta-section button {
margin-top: 10px;
}
.features-list {
list-style: none;
padding-left: 0;
}
img.img-border {
width: 100%;
margin-top: 20px;
}
}


@media(max-width:380px){
  .faq-section .my-h2{
    font-size: 25px  !important;
    line-height: 35px  !important;
}
}
@media(max-width:768px){
  section.faq-section-main-1 {
    padding: 50px !important;
}
.chat-box {
  width: 90%;
}
.banner-content h1 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 15px;
}
.faq-section h2 {
  padding: 10px;
}
.cta-button {
  font-size: 15px !important;
}
.p-left {
  text-align: left;
}
.advisory-content h2 {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
.advisory-content p {
  text-align: center;
}
.container.main-contaier {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.my-flex {
  justify-content: center;
}
p{
  font-size: 16px !important;
}
.container.padd-section {
padding: 30px;
}
.home-content h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
.insight-card {
  padding: 10px;
}
.cta-section {
display: flex;
justify-content: start  !important;
flex-wrap: wrap;
gap: 10px;
}
.padd-sectoin {
padding-top: 50px !important;
padding-bottom: 26px !important;
}
.container{
padding: 20px !important;
}
.container.mine-container {
  padding: 0px !important;
}
.about-content p {
font-size: 14px;
margin-bottom: 0px;
}
.about-content h2 {
  font-size: 45px;
}
.btn-know {
margin-top: 20px;
}
.my-h2 {
font-size: 30px  !important;
line-height: 45px  !important;
}
.accordion-header span {
font-size: 16px;
font-weight: 500 !important;
}
.my-font {
font-size: 22px;
}
.section-header h2 {
  font-size: 30px;
  line-height: 40px;
}
.container.form-container {
margin-top: 0px !important;
padding-top: 0px !important;
}
.form-section h2 {
font-size: 18px;
}
.form-content {
padding-left: 0px;
}
.nav-buttons {
gap: 15px;
}
.subscribe-title {
font-size: 20px;
}
.subscribe-desc {
font-size: 14px;
}
.my-font {
  font-size: 30px;
}
}

@media(max-width:380px){
.banner-content h1 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 15px;
}
.banner-content p {
font-size: 15px;
line-height: 25px;
}
.advisory-content h2 {
font-size: 30px;
line-height: 40px;
}
}



.tabbed-content {
  background: #EEEBE5;
  padding: 1em;
  margin: 1em auto;
  border-radius: 10px;
}
.inactiveTab{
  background-color:transparent;
}
.tabs {
  ul {
    margin: 0;
    padding: 0 0 1em 0;
    font-weight: bold;
    li {
      background: #f0f0f000; /* Replace with the desired color */
      border-radius: 5px;
      a {
        padding: .7em 1em;
        border-radius: 5px;
        &:hover,
        &.active {
          background-color: #00968826; /* Replace with the desired active tab styles */
          color: var(--primary-color);
          font-weight: bold;
        }
      }
    } 
  }
}
.item {
  margin-bottom: 2px;
  &::before {
    cursor: pointer;
    font-weight: bold;
    background: #f0f0f0; /* Replace with the desired color */
    padding: .5em;
    display: block;
  }
  &.active {
    &::before {
      background-color: #00968826;
      color: var(--primary-color);
      font-weight: bold;
    }
    .item-content {
      padding: 1em;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
    }
  }
}
@media all and (min-width: 768px) {
  .item {
    &.active {
      .item-content {
        padding-top: 0;
      }  
    }
  }
  .tabs-side {
    .tabs {
      li {
        margin-bottom: 2px;
        /* background: #e0e7ff;
        border: 1px solid #1a73e8;
        border-radius: 5px; */
      }
    }
  }
}

/* 
The project specific CSS starts here
This is the minimum CSS that you will need in order for this to work
*/

.tabbed-content {
  .tabs {
    display: none;
  }
  .item {
    min-height: 2em; 
    &::before {
      content: attr(data-title); 
    }
    .item-content { 
      opacity: 0;
      visibility: hidden;
      height: 0;
      text-align: left;
    }
    &.active {
      .item-content {
        opacity: 1;
        visibility: visible;
        height:auto;
      }
    }
  }  
}
div#success-message {
  padding-top: 30px;
  padding-bottom: 30px;
}

.my-group input {
  margin-bottom: 5px;
}

@media all and (min-width: 1000px) {
  .tabbed-content {
    .tabs {
      display: block;
      li {
        display: inline-block;
        a {
          display: block;
          cursor: pointer;
          text-decoration: none;
          /* color: #000 !important; */
        }
      }
    }
    .item {
      min-height: 0;
      &::before {
        display: none;
      }
    }
    &.tabs-side {
      .tabs {
        width: 250px; /* Replace with the desired width */
        float: left;
        li {
          display: block;
        }
      }
      .item {
        margin-left: 250px; /* Replace with the desired width */
      }
    }  
  }
}

.activeTab{
  border-radius: 0 !important;
}

.inactiveTab {
    color: #ffffff !important;
    font-family: inter;
    font-weight: 300;
    font-size: 15px;
}
@media all and (min-width: 769px) {
  .tabs .activeTab
  {
    background:#30d5c8 !important ;
            color: #000000 !important;
        font-family: inter;
        font-weight: 400;
  }
}
@media all and (max-width: 768px) {
  .activeTab::before
  {
    background:#007bff !important ;
    color:#fff  !important ;
  }
}


.header-container {
  
  align-items: center;
  gap: 1rem;
}

.loader-container {
  display: flex;
  justify-content: center; /* Center the loader horizontally */
  width: 100%; /* Ensure it takes full width for centering */
}

.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


button.button-change {
  margin: 0px;
  font-size: 20px;
  margin-left: 0px !important;
  padding: 0;
  border: 1px solid;
  width: 28px;
  background: transparent;
}
.btn-setting{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
@media(max-width:500px){
  .btn-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column !important;
}
.nav-buttons {
  flex-direction: column  !important;
  align-items: center;
}
}
@media(max-width:768px){
  .btn-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column !important;
}
}
.btn-gen.mt-2 {
  margin-top: 0px !important;
}

/* Full-screen overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.747); /* Black background with opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it is on top of all other content */
}

/* Centered loader container */
.loader-container {
  text-align: center;
  color: white;
}

/* Custom Spinner Styles */
.custom-spinner {
  width: 60px;
  height: 60px;
  border: 8px solid #f3f3f3; /* Light background for the spinner */
  border-top: 8px solid #1a73e8; /* Blue color for the spinning section */
  border-radius: 50%;
  animation: spin 2s linear infinite; /* Smooth continuous rotation */
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg); /* Start at 0 degrees */
  }
  100% {
    transform: rotate(360deg); /* Complete 360 degree rotation */
  }
}


.loading{
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.loading::before,.loading::after{
  content: '';
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  inset: 0;
}
.loading::before{
  --animation-delay:0ms;
}
.loading::after{
  background-color: #1a73e8;
  transform: scale(0);
  inset: 5px;
  --animation-delay:500ms;
}
.loading::before,.loading::after{
  animation: scale 1s infinite;
  animation-delay: var(--animation-delay);
}
@keyframes scale{
  from{
      transform: scale(0);
      opacity: 1;
  }
  to{
      transform: scale(1);
      opacity: 0;
  }
}

.form-group button {
  background: transparent;
  border-radius: 50%;
  font-size: 25px;
  padding: 0px !important;
  border: none;
}
button.button-change{
  background: transparent;
  border-radius: 50%;
  font-size: 25px;
  padding: 0px !important;
  border: none;
}
.form-group.my-group {
  margin-bottom: 0px;
}
i.fa-solid.fa-circle-plus {
  color: #007bff;
}
.text-container textarea {
  width: 100%;
  height: 100px;
  border-color: #b1b1b1;
  margin-top: 10px;
  border-radius: 5px;
}
.text-container .col-lg-12{
  padding: 15px;
  text-align: left;
margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 10px;
}
.text-box textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
}
.inner-text-box {
  margin-top: 35px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 15px;
  text-align: left;
  border-radius: 10px;
}

.text-box {
  margin-bottom: 35px;
}

.col-lg-8.my-left {
  text-align: left;
}

/* Landing Page Design */

/* .custom-container{
  max-width: 80% !important;
} */
.btn-same {
    background-color: #30d5c8;
    color: #1e1e1e;
    font-family: 'Inter';
    border-radius: 15px;
    font-size: 15px !important;
    padding: 5px 15px;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    font-weight: 400 !important;
}
.btn-same:hover{
  background-color: #060606;
  color: #30d5c8;
  font-weight: 500;
  border-radius: 15px;
  padding: 5px 15px;
  text-decoration: none;
}
nav.navbar {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
section.banner-main {
  background: #f7f6f1;
}
.left-banner {
  text-align: left;
  margin-top: 50px !important;
  display: flex;
  flex-direction: column;
  gap: 40%;
  padding-left: 19rem !important;
}
.left-banner p{
  color: #000 !important;
}
.left-banner h1 {
  font-size: 50px !important;
  color: #000 !important;
  line-height: 70px;
  font-weight: 500 !important;
  font-family: "Figtree", sans-serif !important;
}
.about-section{
  text-align: left;
}
.about-section p {
    color: #3ED8CC;
    font-family: "Sora", sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px;
}
.about-section h2 {
  font-weight: 500 !important;
}
.right-about {
  padding-right: 20px !important;
  text-align: left !important;
  padding-top: 25px !important;
}
.text-left-main{
  text-align: left;
}
.slider-container{
  margin-left: 0px !important;
  padding-left: 0px	 !important;
  margin-top: 50px !important;
}

.slide-text {
  position: absolute;
   font-family: "Sora", sans-serif !important;
  bottom: 0;
  margin-bottom: 10px;
  left: 15px;
  text-align: left;
}

.slide-text p{
  color: #261c3d !important;
}

.slide-text h6 {
    color: #22324b !important;
    font-size: 17px;
}
.my-slide-icon {
  position: absolute;
  top: 5px;
  left: 15px;
}

.inner-box-slide {
  position: relative;
  background: #eeebe6 !important;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 85%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-card-front {
  background: #eeebe5;
}

.flip-card-back {
  background: #30D5C8;
  color: rgb(0, 0, 0) !important;
  transform: rotateY(180deg);
}
.flip-card-back p{
  font-weight: 500 !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.slick-track {
  padding-top: 10px;
}
.my-slide-icon svg {
  color: #261c3d;
}


.my-text-head h2 {
    font-size: 37px;
    color: #22324b;
    font-weight: 500;
    line-height: 45px;
     font-family: "Sora", sans-serif !important;
}

.my-bottom-p {
  margin-bottom: 30px;
}

.form-head p {
    margin-bottom: 45px;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 27px;
}

.form-head {
  margin-top: 30px !important;
}
.footer-top h2 {
  color: #fff;
  font-weight: 600;
}
.insight-container {
  margin-top: 110px;
  margin-bottom: 40px;
}
.right-insight {
  display: flex;
  justify-content: left;
  align-items: center;
}
.left-insight {
  text-align: left !important;
  padding-right: 0 !important;
}
.right-insight img{
  width: 90% !important;
}
.left-insight p {
    line-height: 31px;
    margin-top: 20px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 15px  !important;
}
.head-slide h2 {
    font-family: "Sora", sans-serif !important;
    font-weight: 500;
    line-height: 45px;
    font-size: 30px;
}
.custom-section{
  background-color: #30d5c8;
}
.left-insight .btn {
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 400 !important;
}
.head-slide {
  display: flex;
  text-align: left;
  justify-content: space-between;
  padding: 20px 0px;
}
.btn-slide {
  display: flex;
  align-items: end;
}
.btn-slide button {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border: none;
  align-items: center;
}

.over-image {
  height: 260px;
  overflow: hidden !important;
  border-radius: 15px;
}
.over-image img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}
.text-position-main {
  position: absolute;
  z-index: 9999999999;
  bottom: 0;
}
.text-position-main p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.about-section h2 {
    font-size: 38px !important;
    line-height: 54px !important;
    font-weight: 400 !important;
    font-family: "Sora", sans-serif !important;
}
.text-left-main p {
    text-align: left;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}
.text-left-main h2 {
    line-height: 45px;
    font-weight: 500;
    color: #22324b;
    font-family: "Sora", sans-serif !important;
}
.right-about p {
    line-height: 25px !important;
    font-family: "Inter" !important;
    font-weight: 400;
}
.helped-flip-card {
  perspective: 1000px;
}

.helped-flip-inner {
  position: relative;
  width: 100%;
  height: 250px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.helped-flip-card:hover .helped-flip-inner {
  transform: rotateY(180deg);
}

.helped-front,
.helped-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 0.75rem;
}

.helped-back {
  transform: rotateY(180deg);
}
img.helped-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.helped-title-wrap {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
p.helped-title {
  color: #fff;
  font-weight: 400;
  font-size: 15px !important;
  margin: 0;
   font-family: "Sora", sans-serif !important;
}
.helped-back {
  background: #000 !important;
  display: flex;
  align-items: center;
}
.helped-back p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

@media only screen and (max-width:768px) {
  .image-text .text-left {
    margin-top: 2rem;
  }
}

/* AI Insights Section Styles */
.ai-insights-header {
  text-align: center;
  margin-top:50px;
  margin-bottom: 50px;
}

.ai-insights-title {
  font-family: "Sora", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
  font-size: 42px;
  font-weight: 600;
  color: #1F2F4A;
  margin-bottom: 16px;
  line-height: 52px;
}

.ai-insights-subtitle {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
  font-size: 17px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
  line-height: 28px;
}

.ai-insights-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ai-insight-item {
  background: white;
  padding: 32px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  text-align: left;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ai-insight-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(31, 47, 74, 0.12);
}

.ai-insight-icon-wrapper {
  width: 56px;
  height: 56px;
  background: #f0f4f8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1F2F4A;
  font-size: 24px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.ai-insight-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ai-insight-text {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  margin-bottom: 16px;
  flex: 1;
}

.ai-insight-link {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif !important;
  color: #1F2F4A;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-top: auto;
}

.ai-insight-link:hover {
  color: #1F2F4A;
  text-decoration: underline;
}

@media(max-width: 992px) {
  .ai-insights-title {
    font-size: 32px;
    line-height: 42px;
  }
  .ai-insights-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media(max-width: 576px) {
  .ai-insights-title {
    font-size: 28px;
    line-height: 38px;
  }
  .ai-insights-subtitle {
    font-size: 15px;
    line-height: 24px;
  }
  .ai-insights-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .ai-insight-item {
    padding: 24px;
  }
}
.form-head h2 {
    font-family: "Sora", sans-serif !important;
    font-weight: 500;
    color: #22324b;
}
.form-main {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-family: "Inter", sans-serif;
}
.form-main label {
    font-weight: 300;
    margin-bottom: 8px;
}
.form-main input {
    border-radius: 16px;
    font-weight: 300;
    font-size: 15px;
}
.feild {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.feild-both {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mail {
  text-align: left;
  width: 100%;
}
.phone {
  text-align: left;
  width: 100%;
}
.feild textarea {
  height: 100px;
}
.feild input {
  border: 1px solid #dadcdb;
  background-color: transparent;
}
.feild-both input {
  border: 1px solid #dadcdb;
  background-color: transparent;
}
.feild textarea {
  border: 1px solid #dadcdb;
  background-color: transparent;
}
.form-btn {
  padding: 20px;
}
.form-btn button {
    background: #30d5c8;
    padding: 8px 20px;
    font-weight: 400;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    width: 100%;
    transition: 0.5s ease-in-out;
}
.form-btn button:hover{
    background: #252727;
    color: #fff !important;
   
}
section.footer-section {
  BACKGROUND: #181818;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dddddd79;
}
.container.legal-line {
  padding-top: 30px;
  padding-bottom: 30px;
}
.my-left {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: left;
  padding-right: 95px;
  padding-top: 50px;
  position: relative;
  justify-content: space-between;
  /* gap: 300px; */
  padding-bottom: 50px;
}

/* Hero section alignment with logo - Simple approach */
.hero-left-aligned .gap-h,
.hero-left-aligned .gap-p {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
}

.hero-left-aligned {
  padding-right: 0 !important;
  align-items: flex-start !important;
}

@media (max-width: 1199px) {
  .hero-left-aligned .gap-h,
  .hero-left-aligned .gap-p {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .hero-left-aligned .gap-h,
  .hero-left-aligned .gap-p {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .hero-left-aligned .gap-h,
  .hero-left-aligned .gap-p {
    max-width: 540px;
  }
}

.footer-top h2 {
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.footer-icon p {
    color: #fff;
    font-family: "Manrope", sans-serif;
}
.footer-section-bottom {
    background: #181818;
    font-family: "Manrope", sans-serif;
    padding-top: 50px;
}
.head-text h3 {
  color: #30d5c8;
  font-size: 22px;
  text-align: left;
}
.bottom-links ul {
  margin: 0;
  padding: 0;
  text-align: left;
  padding-top: 5px;
}
.bottom-links li {
  list-style-type: none;
}
.bottom-links a {
    color: #fff;
    text-decoration: none;
    font-weight: 300 !important;
}

@media(max-width:1000px){
.banner-main-box {
    flex-direction: column;
}
.banner-main-box .col-lg-6{
    width: 100%;
}
.banner-main-box .col-lg-6 {
    width: 100%;
    justify-content: start;
    align-items: start;
}

}
.my-footer-row {
  justify-content: space-between;
}
.my-footer-container{
  border-bottom: 1px solid #dddddd79;
  padding-bottom: 50px;
}
.legal-line {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 0 !important;
}
.legal-line p{
  color: #fff;
  font-size: 14px;
  margin: 0;
  text-align: left;
}

.subscribe-section {
  text-align: center;
}

.subscribe-text {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.email-input {
  padding: 12px 20px;
  border: 1px solid #2b2b2b;
  border-radius: 10px;
  background-color: #121212;
  color: white;
  outline: none;
  width: 170px !important;
}

.email-input::placeholder {
  color: #ccc;
}

.subscribe-button {
  padding: 12px 15px;
  border: none;
  border-radius: 5px;
  background-color: #27f4d2;
  color: black;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.subscribe-button:hover {
  background-color: #1ddac0;
}
.footer-sub {
  margin-top: 15px;
  text-align: left;
}
.footer-sub p {
  color: #fff;
  font-size: 14px;
}

.slick-dots li.slick-active button:before {
  color: #009688 !important;
}
.slick-dots li button:before {
  font-size: 12px !important;
}
nav.navbar {
  box-shadow: none !important;
}
@media(max-width:500px){
  .slider-container {
    margin-top: 15px !important;
}
.insight-container {
  margin-top: 17px;
}
.right-insight {
  display: block;
}
.left-insight {
  margin-top: 25px !important;
}
.head-slide {
  gap: 10px;
  flex-direction: column;
}
.footer-section-bottom {
  padding-top: 0px;
}
.my-footer-row .col-lg-3 {
  margin-bottom: 20px;
}
.legal-line {
  padding-left: 15px !important;
}
.legal-line p {
  font-size: 14px !important;
}
section.footer-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-icon p {
  margin-bottom: 10px;
}
}
.banner-ai-set {
  background-image: url(../images/temp-banner.jpg);
  padding-top: 75px;
  padding-bottom: 75px;
  background-position: center;
  background-size: cover;
}
.sec-banner {
  width: 50% !important;
  color: #fff;
  text-align: left;
}
.sec-banner p {
  margin-top: 15px;
  line-height: 30px;
  font-size: 15px;
}
.form-sec {
  background-color: #F7F6F1;
  padding-top: 65px;
  text-align: left;
}
.query-section {
    background: #30d5c8;
    padding: 0;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 70px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-nav .nav-item a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .col-lg-8.my-left {
    margin-left: -115px;
    text-align: left;
    margin-top: 30px;
}
.my-left h1{
  font-size: 43PX;
}
}

@media (max-width: 768px) {
  
section.main-sec {
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}
  .col-lg-8.my-left {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;	
}
.my-left h1{
  font-size: 27PX;
}
.my-left {
    padding-right: 0;
}
.gap-h h1 {
    line-height: 48px;
    font-size: 36px;
}
}
.tabbed-content .tabs ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  flex-direction: column !important;
}
.tabbed-content .tabs a.activeTab {
  font-weight: bold;
  border-bottom: none;
}i.fa-solid.fa-circle-plus {
  color: #009688;
}
section.faq-section-main-1 {
    padding: 100px;
    background: #181818;
    color: #fff;
}
.faq-section-main-1 h1{
  font-family: "Sora", sans-serif !important;
}
.faq-section-main-1 p {
    font-family: "Inter", sans-serif;
    font-weight: 300;
    margin-top: 10px;
}
.left-side {
  font-family: 'Inter';
  font-weight: 500 !important;
  /* color: #000000 !important; */
  text-align: left;
}
main h2 {
  text-align: left;
  color: #000;
  font-weight: 500;
  font-family: "Sora", sans-serif !important;
}
.text-p {
  text-align: left;
  margin-top: 10px;
  font-family: "Inter", sans-serif;
  color: #000000a6 !important;
}
.faq-q {
  color: #000;
  font-family: "Sora", sans-serif !important;
}
.faq-q {
  color: #000;
  font-weight: 500 !important;
  font-family: "Sora", sans-serif !important;
}
.faq-q-header {
  background: #fff;
  border-radius: 10px;
}
.faq-a {
  text-align: left;
  padding: 10px !important;
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  line-height: 30px !important;
}
@media(max-width:500px){
  section.faq-section-main-1 {
    padding: 10px !important;
}
}
.my-contact{
  position: relative;
}
.container.contact-c {
  width: 50%;
}
.left-c {
  text-align: left;
  padding: 30px;
  padding-left: 30px !important;
}
.left-c span {
  font-family: inter;
}
.left-c p {
  font-family: inter;
  font-weight: 300;
  padding-right: 50px;
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 15px !important;
}
.left-c h3 {
    font-family: sora;
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.left-c input {
  border-radius: 0 !important;
  font-family: inter;
  width: 90% !important;
}
.left-c textarea {
  border-radius: 0 !important;
  font-family: inter;
  width: 90% !important;
}
.left-c button {
  background: #009688;
  border: none;
  width: 90%;
  padding-top: 10px;
  border-radius: 0px;
  padding-bottom: 10px;
  font-family: inter;
}
.left-c button:hover{
  background: #03665c;
}
.rigth-c{
  overflow: hidden;
}
.left-c{
  background-color: #fff !important;
}
.right-c img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-contact-col {
  padding: 20px;
  background: #eeebe6;
  text-align: left;
}
.my-contact-col p {
  font-family: inter;
}
.my-contact-col h4 {
  font-family: sora;
  font-weight: 500;
  font-size: 16px;
}
.bottom-contact h2 {
 font-family: sora;
 margin-top: 30px;
}
.bottom-contact p {
  font-family: inter;
  font-size: 15px;
  font-weight: 300;
}
.bottom-contact {
  background-color: #f4f2eb;
}
.contact-us-main {
  background: #181818;
  background: linear-gradient(180deg,rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 1) 50%, rgba(244, 242, 235, 1) 50%);
}
.right-c {
  padding: 0 !important;
}
@media(max-width:1400px){
  .container.contact-c {
    width: 100%;
}
}
@media(max-width:1000px){
  .right-c{
    display: none;
  }
  .change .right-c{
    display: block;
  }
}
.my-c-bottom {
  flex-wrap: wrap;
}
@media(max-width:600px){
  .container.contact-c {
    width: 100%;
}
}
button.btn-same.btn {
  background: #30d5c8;
  border-radius: 30px;
  border: 1px solid #30d5c8;
  padding: 8px 15px;
  transition: 0.3s ease-in-out;
}
button.btn-same.btn:hover{
  background-color: transparent;
  border: 1px solid #30d5c8;
  border-radius: 30px;
}

button.btn-same.btn a {
  color: #fff !important;
  text-decoration: none;
  font-family: inter;
  font-weight: 400;
}
.check-l {
  display: flex;
  align-items: center;
  gap: 15px;
}
.text-c p {
  margin: 0;
}
.check-icon {
  background: #e9e3df;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.image-section {
  background: #f4f2eb;
  padding-top: 80px;
  padding-bottom: 80px;
}
.right-check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 50px !important;
}
.right-check h3 {
    font-family: sora;
    font-weight: 500;
    line-height: 50px;
    font-size: 38px;
    margin-bottom: 15px;
}
.right-check p {
  font-family: inter;
}
.right-p-h {
  margin-bottom: 25px;
}
.change-section .row {
  flex-direction: row-reverse;
}
.change-section p.right-p-h {
  padding-right: 95px;
  line-height: 30px;
}
@media(max-width:992px){
  .change .right-check {
    padding-left: 10px !important;
    margin-top: 20px;
}
}
.terms-box h1 {
    color: #30d5c8;
    font-family: sora;
    font-weight: 500;
    font-size: 30px;
}
.terms-box p {
  font-family: inter;
  font-weight: 300;
}
.terms-box li{
  font-family: inter;
}
  
.container.blog-container {
  display: flex;
  gap: 50px;
}
section.blog-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-post {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
}
img.blog-post-img {
    margin-bottom: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
a.blog-post-link {
    overflow: hidden;
}
.blog-post-content h3 {
    font-family: sora;
    font-weight: 500;
    margin-top: 5px;
    font-size: 25px;
}
.blog-post-content p {
  font-family: inter;
  margin: 0px;
  padding-top: 5px;

  font-weight: 300;
}
.blog-post-content span {
  font-family: inter;
  font-weight: 300;
}
aside.blog-sidebar {
  text-align: left;
}
.blog-widget h4 {
  font-family: sora;
  margin-bottom: 12px;
}
input.blog-search {
  border: 1px solid #b9b9b933;
  padding: 7px 13px;
  font-family: inter;
  margin-bottom: 15px;
}
.blog-widget ul {
  padding-left: 0;
}
.blog-widget li {
  list-style-type: none;
  font-family: inter;
  font-weight: 400;
  font-size: 15px;
  padding-bottom: 5px;
  cursor: pointer;
}
span.blog-tag {
  padding: 5px 7px;
  cursor: pointer;
  font-family: inter;
  border: 1px solid #d7d7d7b3;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-post:first-child {
  margin-top: 0;
}
.blog-pagination {
  justify-content: end;
  display: flex;
}
.blog-pagination button {
  margin: 2px;
  border: 1px solid #e3e3e3c9;
  font-family: inter;
  padding: 5px 11px;
  font-size: 15px;
  background: transparent;
  transition: 0.3s ease-in-out;
}
.blog-pagination button:hover {
  background: #30d5c8;
  color: #fff;
}

@media(max-width:1240px){
  .container.blog-container {
    flex-direction: column;
    justify-content: center;
}
.blog-main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
}
strong.main-text {
  color: #009688 !important;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
  font-family: sora;
  font-size: 18px;
}
.my-insights-text div {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
.data-show div div {
  margin-left: 0 !important;
}
.report-main td{
  font-family: sora;
}
.right-check {
    padding-right: 110px !important;
}
/* .left-c {
    padding-right: 110px !important;
} */
.disclaimer {
    flex-direction: column;
    text-align: left;
    padding: 30px;
    align-items: start;
    background: #F7F6F1;
}

.disclaimer p {
font-family: inter;
}

.my-p-main{
    text-align: center !important;
    margin-bottom: 10px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
}
button.button-change-main {
    margin: 0 !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 19px;
    background: #009688;
    font-weight: 500;
    border: none;
}
.full-page-loader p{
  font-family: inter;
}
section.banner-class {
    padding: 100px;
    font-family: 'Sora';
    color: #fff;
    background: #181818;
}
section.main-sec {
    padding-top: 70px;
    padding-bottom: 70px;
}
.right-about h2 {
    margin-bottom: 15px;
    font-size: 38px;
    color: #009688;
    font-weight: 600;
    font-family: sora;
}
p.small-p {
    font-family: inter;
    font-weight: 300;
}
.right-about ul {
    margin: 0;
    padding: 0;
}
.right-about li {
    list-style-type: none;
    padding-bottom: 20px;
    font-family: inter;
}
p.bottom {
    font-size: 15px;
    font-weight: 300;
}
.main-sec img{
  border-radius: 10px;
}
.second-col{
  flex-direction: row-reverse;
}
.main-sec img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.main-sec.desc-sec {
    background: #EEEBE5;
    text-align: center;
    font-family: inter;
    padding-top: 35px;
    padding-bottom: 35px;
}
.desc-sec p{
  margin: 0px ;
}
.blog-content ul {
    padding: 0 !important;
}
.blog-content li{
    list-style-type: none !important;
}
.blog-meta {
  color: #888;
  font-size: 0.9rem;
  /* margin-bottom: 20px !important; */
}
.blog-content h2 {
    font-family: 'Sora';
    font-size: 24px;
    margin: 32px 0 16px;
    color: #1C314A !important;
}
.single-blog-post h1 {
    line-height: 50px;
    margin-bottom: 0;
}
.desc h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: Inter, Arial, sans-serif !important;
}
.desc p{
  margin-bottom: 0px;
}
.recommended-actions-content > div {
  border: 1px solid #eee !important;
  padding: 10px !important;
  border-radius: 6px !important;
  margin-bottom: 10px !important;
}
.recommended-actions-content > div > div {
  margin-bottom: 10px;
}
.recommended-actions-content > div > div > strong {
  background: #30d5c8;
}
.image img {
  width: 30%;
  margin-bottom: 15px;
}
.slider {
  width: 90%;
  margin-bottom: 50px;
}

@media(min-width:1024px) and (max-width:1440px){
  .my-row-slide{
    flex-direction: column;
  }
}
p.warning-text {
  margin: 15px 0 10px 0px !important;
  color: #F7C500 !important;
  border-top: 1px solid #d9d9d9;
  padding-top: 5px;
}
small{
  font-family: inter;
}
.blog-main{
  width: 75%;
  margin: auto;
}

@media(max-width:1000px){
  .report-content {
    flex-direction: column;
}
.report-main {
  width: 100% !important;
}
.banner-col-4{
  display: none;
}
}

@media(max-width:386px){
  .chart-section{
    width: 100%;
  }
}
@media(max-width:358px){
  .chart_container{
    padding:0px !important;
  }
}

@media(max-width:531px){
  .cookie-consent-content{
    flex-direction: column;
  }
}

@media(max-width:449px){
  section.banner-class {
    padding: 50px;
}
}

.legal-text{
  font-size: 11px !important;
  color: #6c757d;
}
@media(max-width:590px){
  .btn-container{
    flex-direction: column;
    }
    .btn-container a{
      width: 100% !important;
    }
    .btn-container button{
      width: 100% !important;
    }
    .gap-p{
      margin-left: 8px !important;
      margin-right: 8px !important;
    }
    .my-left{
      padding-top:20px !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
    }
    .gap-h h1{
      margin-bottom:5px !important;
    }
    .navbar .custom-container{
      padding-top:5px !important;
      padding-bottom:5px !important;
    }
    .main-slider-container p {
    font-size: 12px !important;
}
}

.trusted-advisors-section {
  background: #f9fafb;
  padding: 90px 0;
}
 
.trusted-advisors-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  animation: fadeInTrusted 0.8s ease forwards;
  opacity: 0;
  transform: translateY(30px);
}
 
.trusted-advisors-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #1c1c1c;
  text-align: left;
}
 
.trusted-advisors-heading {
  font-family: "Sora", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  margin: 0;
  color: #000;
}
 
.trusted-advisors-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin: 0;
}
 
.trusted-advisors-highlight {
  padding: 26px 28px;
  border-radius: 16px;
  background: #ffffff;
  border-left: 4px solid #30d5c8;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 360px;
  margin-left: auto;
}
 
.trusted-advisors-highlight-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
}
 
@keyframes fadeInTrusted {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
 
@media (max-width: 992px) {
  .trusted-advisors-section {
    padding: 80px 20px;
  }
 
  .trusted-advisors-heading {
    font-size: 34px;
    line-height: 46px;
  }
 
  .trusted-advisors-highlight {
    margin-top: 10px;
    margin-left: 0;
    max-width: none;
  }
}
 
@media (max-width: 576px) {
  .trusted-advisors-section {
    padding: 60px 16px;
  }
 
  .trusted-advisors-heading {
    font-size: 28px;
    line-height: 38px;
  }
 
  .trusted-advisors-content {
    gap: 16px;
  }
 
  .trusted-advisors-highlight {
    padding: 22px;
  }
}
 
.legal-text{
  font-size: 11px !important;
  color: #6c757d;
}
 