:root {
  --default-font: 'DM Sans';
  --heading-font: 'Mozilla Text';
  --nav-font: 'DM Sans';
}

/* Global Colors */
:root { 
  --background-color: #ffffff; /* Background color*/
  --default-color: #444444; /* Default color */
  --heading-color: #ffffff; /* Color for headings, subheadings and title*/
  --accent-color: #0285FE; /* Accent color*/
  --surface-color: #ffffff; /*surface color*/
  --contrast-color: #ffffff; /* Contrast color */
}

/* Nav Menu Colors*/
:root {
  --nav-color: #ffffff;  /* default color*/
  --nav-hover-color: #0285FE; /* main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff; /* background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff; /*background color for dropdown items  */
  --nav-dropdown-color: #444444; /* navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #0285FE; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

.icon-gradient {
 

  width: 48px;
  height: 48px;
  border-radius: 9999px;     /* fully circular */
  background: linear-gradient(135deg, #018CFE 0%, #01E0FE 100%);
  opacity: 1;

  display: flex;              /* center icon or text inside */
  align-items: center;
  justify-content: center;

  /* optional: shadow for style */
  box-shadow: 0 4px 12px rgba(1,140,254,0.3);

  color: #040506;

font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}
body {
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  text-decoration: none;
  transition: 0.3s;
}
.text-grey{
  color: #8A99A8;
}
.text-grey1{
  color: #8F99A3;
}

.features-icon11 {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(1, 153, 254, 0.2) 0%,
    rgba(1, 207, 254, 0.1) 100%
  );
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
p {
   margin-top: 1rem;
}
::marker {
    color: #0285FE;
}
.text-moonlight {
  color: #02D1FE; /* fallback */
  background: linear-gradient(90deg, #02D1FE 49.04%, #6EB5C5 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/
.footer {
  color: var(--default-color);
  background: #0B0D0F;

  border-top: 1px solid rgba(33, 38, 44, 0.5);
  font-size: 14px;
  text-align: left;
  padding-top: 40px;
  position: relative;
}
.gradient-bg-section {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.19) 0%,
    rgba(1, 153, 254, 0.0095) 50%,
    rgba(255, 255, 255, 0.19) 100%
  );
}

.copyright ul li {
    display: inline-block !important;
}
.copyright p {
    margin: 0px!important;
}
.footer ul {
    list-style: none;
}
.footer ul li {
    display: block;
     list-style: none;
    font-size: 15px;
     margin-bottom: 12px;
    font-weight: 400;
}

.quick {
    padding-left: 10%;
}

.footer-brand img {
    width: 41%;
    max-height: 36px;
}
        
        .footer-brand span {
            color: #0d6efd;
        }
        
        .footer-text {
            color: #fff;
            line-height: 1.6;
            margin-bottom: 25px;
        }
        
        .footer-heading {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #fff;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-heading:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: #0d6efd;
        }
        
        .footer-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        
        .footer-links a {
            color: #adb5bd;
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
        }
        
        .footer-links a:hover {
            color: #0d6efd;
            transform: translateX(5px);
        }
        
        .contact-info {
            list-style: none;
            padding: 0;
            margin: 0 0 25px 0;
        }
        
        .contact-info li {
            margin-bottom: 15px;
            color: #adb5bd;
            display: flex;
            align-items: flex-start;
        }
        
        .contact-info i {
            color: #0d6efd;
            margin-right: 10px;
            font-size: 18px;
            margin-top: 3px;
        }
        
        .social-icons {
            display: flex;
            gap: 15px;
        }
        
        .social-icons a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: #2c3034;
            color: #fff;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .social-icons a:hover {
            background-color: #0d6efd;
            transform: translateY(-3px);
        }
        
        .copyright {
               margin-top: 40px;
    padding: 20px 0px;
    background: #4d4d4d;
    border-top: 1px solid #2c3034;
    color: #6c757d;
    text-align: center;
        }
        
        @media (max-width: 768px) {
            .footer {
                text-align: center;
            }
            
            .footer-heading:after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .contact-info li {
                justify-content: center;
            }
            
            .social-icons {
                justify-content: center;
            }
              .copyright {
             
    padding: 20px 0px;
    background: #4d4d4d;
    border-top: 1px solid #2c3034;
    color: #6c757d;
    text-align: start;
        }

        }
/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 72px;
  overflow: clip;
}
@media (max-width: 991px) {
  section,
  .section {
    padding: 50px 0;
    scroll-margin-top: 64px;
  }
}

/* Mobile devices */
@media (max-width: 576px) {
  section,
  .section {
    padding: 35px 0;
    scroll-margin-top: 56px;
  }
}
@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 57px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
}

.section-title p {
  margin-bottom: 0;
  color: color-mix(in srgb, var(--default-color) 90%, white 50%);
}
.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero img {
  position: absolute;  inset: 0;  display: block;  width: 100%;  height: 100%; object-fit: cover;  z-index: 1;}
.hero:before {  content: "";  background: color-mix(in srgb, var(--background-color), transparent 30%);  position: absolute;
  inset: 0;  z-index: 2;}
.hero .container {  position: relative;  z-index: 3;}
.hero h2 {    margin: 0;    font-size: 42px;    font-weight: 400;}
.hero p {  color:#fff;  margin: 10px 0 20px 0;  font-size: 16px;  font-weight: 400;}
.btn-blue {  background-color:#0199FE; border: none; color: white; padding: 12px 28px; border-radius: 50px;font-weight: 500;
      transition: 0.3s; }
    .btn-blue:hover {
      color: white;
      background-color: #0199FE;
    }
 

    .btn-outline-light {
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 500;
    }
    .custom-badge {
  display: inline-block;
  padding: 6px 14px;
  font-size: 18px !important;
  border: 1px solid #018CFE4D;
  background: #018CFE0D;
  color: #8A99A8;

  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
}
.text-manyquest{
  color: #018CFE !important;
}
.text-infos{
 color: #01E0FE !important;

}
.gradient-hr {
  border: none;
  height: 2px; /* IMPORTANT */
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(1, 140, 254, 0) 0%,
    rgba(1, 140, 254, 0.9) 50%, /* increased opacity */
    rgba(1, 140, 254, 0) 100%
  );
  margin: 4rem 0 0;
}



.text-blue {
  background: linear-gradient(99.02deg, #018CFE 0%, #01E0FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
 .hero h2 b {
      color: #0285FE;  
 }
 .scroll-down {
      position: absolute;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      font-size: 2rem;
      color: #fff;
      z-index: 3;
      animation: bounce 2s infinite;
      cursor: pointer;
    }

    @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
      }
      40% {
        transform: translateX(-50%) translateY(-10px);
      }
      60% {
        transform: translateX(-50%) translateY(-5px);
      }
    }

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .hero p {
    font-size: 18px;
    line-height: 24px;
  }

 .mobile-nav-active .navmenu>ul {
        display: block !important;
    }
}

.call-to-action {
  padding: 50px 0;
  position: relative;
  clip-path: inset(0);
  text-align: center;
}

.call-to-action img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.call-to-action:before {
  content: "";
  background: #00407c70;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.call-to-action .container {
  position: relative;
  z-index: 3;
}

.call-to-action h3 {
  color: var(--default-color);
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: var(--default-color);
}

.call-to-action .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  background: var(--accent-color);
  color: var(--contrast-color);
}
.profile-section {  width: 100%;}
@media (min-width: 1400px) {  .profile-section {    margin-inline: auto;  max-width: 1200px;  }}
.call-to-action .cta-btn:hover {
  background: color-mix(in srgb, var(--accent-color) 90%, white 15%);
}
.features-section {
    padding: 50px 0px; text-align: center;}

    .features-section h2 {
     font-size: 50px;
    font-weight: 600;
      margin-bottom: 15px;
    }

    .features-section p.lead {
         font-size: 16px;
      margin-bottom: 50px;
    }

    .feature-card {background: #F0F9FF;border: 1px solid #95D5FF;
      text-align: left;
      border-radius: 15px;
      padding: 30px 20px;
      transition: transform 0.3s ease;
    }

    .feature-card:hover {
      transform: translateY(-10px);
    }
.icon-right{
  width:24px;height:24px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background: #01CFFE33;  color:#01CFFE;
}
.bg-skyblue1{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.36)),linear-gradient(0deg, rgba(1, 140, 254, 0.09), rgba(1, 140, 254, 0.09));border: 0.86px solid #018CFE;
}
.bg-skyblue{
  background: #F0F9FF;
border: 1px solid #01CFFE33;}
.text-info1{color: #01CFFE;}
.text-black1 { color: #000000CC !important;}
.text-black2{color: #00000099 !important;}
 .feature-icon {
    width: 60px;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #02D1FE, #6EB5C5);
    margin-bottom: 15px;
}
.feature-icon5 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #02D1FE, #6EB5C5);
    color: #fff;

    display: flex;              /* REQUIRED */
    align-items: center;        /* vertical center */
    justify-content: center;    /* horizontal center */

    margin-bottom: 15px;
}


.cta-card .feature-icon4 {
    width: 60px !important;
    border-radius: 50%;
    height: 60px;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(to right, #02D1FE, #6EB5C5) !important;
    margin-bottom: 15px;
}
.cta-card .feature-icon4 {
    margin: auto !important;
}
.icon-gradient {
  width: 80px;height: 80px;display: flex; align-items: center;justify-content: center; background: linear-gradient(135deg, #0199FE 0%, #01CFFE 100%);box-shadow:
    0px 4px 6px -4px rgba(1, 153, 254, 0.3),  0px 10px 15px -3px rgba(1, 153, 254, 0.3); border-radius: 16px;opacity: 1;
}
.icon-gradient1 {
  width: 48px;height: 48px;display: flex;align-items: center;justify-content: center;background: linear-gradient(135deg, #0199FE 0%, #01CFFE 100%);
  box-shadow:  0px 4px 6px -4px rgba(1, 153, 254, 0.3),0px 10px 15px -3px rgba(1, 153, 254, 0.3);border-radius: 35px;
  opacity: 1;}

    .feature-card h5 {
      font-size: 1.2rem;
      margin-bottom: 15px;
    }

    .cta-card {
    background: #0D0F1214;
    border-radius: 15px;
    margin: 0 auto;
    padding: 40px 20px;
    width: 80%;
    margin-top: 40px;
 }

    .cta-card h5 {
      margin-bottom: 15px;
      font-size: 1.7rem;
      font-weight: 700;
    }
     
 .trust-heading {
      position: relative; padding: 40px 20px; overflow: hidden; }
   .trust-content {
    position: relative;
    z-index: 2;
    border-radius: 10px !important;
    padding: 30px 15px;
    box-shadow: rgb(125 157 157 / 0%) 0px 1px 0px, rgb(22 25 25 / 26%) 0px 0px 8px;
  }



    
.bg-info1{
  background: linear-gradient(109.9deg, rgba(1, 153, 254, 0.5) 0%, rgba(1, 207, 254, 0.2) 50%, rgba(117, 126, 250, 0.5) 100%);
}
.bg-info2{
background: linear-gradient(135deg, #0199FE 0%, #01D8FE 100%);}

    .trust-section p {

      font-size: 16px;
    }

.trust-card {
  border: 1px solid #8A99A852;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    min-height: 275px;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.trust-card img {
  width: 100px;
  opacity: 0.9;
}

.trust-card h5 {
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
    color: #000;
}

.trust-card p {
  font-size: 16px;
}

.trust-card:hover {
  background: rgba(255, 255, 255, 0.01);
  transform: translateY(-5px);
}
  

.faq-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Left Images */
.faq-images {
  display: grid;
  
}


.faq-item {
    padding: 15px 18px 0px 18px;
    align-items: center;
    border-bottom: 0.5px solid #000;
    transition: 1s;
}

.faq-item h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin: 0;
  color: #000;
  font-size: 25px;
}
.faq-item p {
  margin-top: 0px; padding-top: 5px; font-size: 15px;  line-height: 1.5;color: #000000EE;
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease, opacity 0.3s ease;
}

.faq-item.active p {
  opacity: 1;
}

.cta{position:relative;max-width:980px;margin:56px auto 0}
    .cta::before{content:"";position:absolute;left:-110px;top:-110px;width:360px;height:360px;pointer-events:none}
    .cta::after{content:"";position:absolute;right:-140px;bottom:-140px;width:420px;height:420px;filter:blur(14px);pointer-events:none}
    .cta .inner{position:relative;z-index:1;border-radius:24px;border: 1px solid #95D5FF;box-shadow:0 22px 60px rgba(0,0,0,.55);padding:34px 24px;overflow:hidden}
    .cta-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;border:1px solid rgba(1,140,254,.25);background:rgba(1,140,254,.08);color:#00c2ff;}
    .cta-dot{width:10px;height:10px;border-radius:999px;background:#00c2ff;}
    .cta-title{font-weight:900;letter-spacing:-.02em;line-height:1.04;margin:18px 0 12px;font-size:clamp(34px,4.1vw,56px)}
    .cta-highlight{background:linear-gradient(90deg,#45c3ff 0%,#018CFE 55%,#0d7cff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
    .cta-sub{color:#aeb5bb;max-width:720px;margin:0 auto 18px;font-size:16px}
    .cta-meta{color:#8A99A8;font-size:14px;margin-top:18px}
    .btn-primary{background:#018CFE !important;border-color:#018CFE !important;}
    .btn-primary:hover{background:#0066cc !important;border-color:#0066cc !important}
.features-section h3 {  font-size: 1.8rem;}
.features-section p { font-size: 1rem;line-height: 1.6;}
.feature-list {list-style: none;padding: 0; margin: 0;}
.feature-list li {display: flex;align-items: center;gap: 12px;margin-bottom: 14px;font-size: 1rem;}
.feature-list .icon-box {  width: 24px;height: 24px;background: #018CFE1A;display: flex;align-items: center;justify-content: center;border-radius: 25px;flex-shrink: 0;}
.feature-list .icon-box i { font-size: 12px; color: #018CFE;}
.dashboard-box{border:1px solid #018CFE33;border: 1px solid #01CFFE33 inset;border-radius:22px;padding:32px 20px;background: #01CFFE0D;}
 .text-blue { color: #018cfe;}
.custom-badge {padding: 6px 14px;border-radius: 20px;font-size: 14px;border: 1px solid #018CFE4D;color: #01c6ff;}
.compare-card {background: #F0F9FF;border-radius: 18px; border: 1px solid #95D5FF;padding: 24px 28px;}
.icon-yes,.icon-no { width: 24px;height: 24px;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 12px;line-height: 1;flex-shrink: 0;vertical-align: middle;text-align: center;}
.icon-yes i,.icon-no i { display: block; transform: translateY(1px);}
.icon-yes {color: #018CFE;background: #018CFE33;}
.icon-no {color: #ff4d4f;background: rgba(255, 77, 79, 0.2);}
.icon-yes::before,.icon-no::before {position: relative;top: 0.5px;}
.compare-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch;}
@media (min-width: 992px) {.compare-scroll {overflow-x: visible; }
 .compare-table {  min-width: 100%;}}
@media (max-width: 991px) {.compare-table { min-width: 900px;}}

/* Dashboard Box Mobile Scroll */
@media (max-width: 991px) {
  .dashboard-scroll-view {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px; /* Space for scrollbar */
  }
  .dashboard-scroll-content {
    min-width: 600px;
  }
}


.faq-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: #018CFE;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.faq-btn:hover {
  background: #0056b3;
}
.image-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: repeat(2, 220px);
  gap: 20px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.img-small.top {
  grid-column: 1;
  grid-row: 1;
}

.img-small.bottom {
  grid-column: 1;
  grid-row: 2;
}

.img-large {
  grid-column: 2;
  grid-row: 1 / span 2;
}
@media (max-width: 576px) {
  .image-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }
.faq-content h2 {
   font-size: 30px;
    margin-bottom: 15px;
}

  .img-small.top,
  .img-small.bottom,
  .img-large {
    grid-column: auto;
    grid-row: auto;
  }

  .image-grid img {
    height: 180px;
    border-radius: 16px;
  }
}

@media (max-width: 768px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
  .faq-images {
    grid-template-columns: 1fr;
  }
}
.fs-18{
  font-family: DM Sans;
font-weight: 400;
font-style: 9pt Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}
.border-grey{
  border: 1px solid #D7D7D7;
}
.ellipse-bg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(1, 153, 254, 0.15) 0%, rgba(1, 153, 254, 0) 70%);
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 992px) {
    .ellipse-bg1, .ellipse-bg, .ellipse-bgtwo, .ellipse-bgthree {
        width: 70%;
        height: 80%;
    }
}

@media (max-width: 576px) {
    .ellipse-bg1, .ellipse-bg, .ellipse-bgtwo, .ellipse-bgthree  {
        width: 90%;
        height: 90%;
    }
}


.ellipse-bg {
       position: absolute;
    margin-top: 5%;
    width: 50%;
    height: 80%;
    background: radial-gradient(circle at center, rgb(2 133 254 / 38%), rgb(2 133 254 / 53%), #02FFF0 70%);
    border-radius: 50%;
    filter: blur(120px);
    z-index: 1;
    pointer-events: none;
}
.faq-content {
    z-index: 2;
}
.ellipse-bgtwo {
    position: absolute;
    width: 50%;
    right: 0px;
    height: 80%;
    background: radial-gradient(circle at center,
        rgb(2 133 254 / 18%),
        rgb(2 133 254 / 13%),
        #02FFF0 70%);
    border-radius: 50%;
    filter: blur(120px);
    z-index: 1;
    pointer-events: none; 
}

.ellipse-bgthree {
    position: absolute;
    width: 50%;
    left:-20px;
    height: 100%;
    background: radial-gradient(circle at center, rgb(2 133 254 / 38%), rgb(2 133 254 / 53%), #02FFF0 70%);
    border-radius: 50%;
    filter: blur(120px);
    z-index: 4;
    pointer-events: none;
}
 
    .mission .section-title {
    padding: 0px;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
    }
  }
  .mission p {
   color: #fff;
 }
    .card {
    border-radius: 12px;
    min-height: 235px;
    transition: 0.3s;
    }
    .card:hover {
      transform: translateY(-6px);
      box-shadow: 0px 6px 20px rgba(0,199,183,0.2);
    }
    .text-white1{
      color: #F0F2F5 !important;
    }
    .contact-section {
      background: #000;
    }
     .contact-info h5 {
      font-weight: 600;
      margin-bottom: 10px;
      color: #1ecbe1;
    }
    .contact-info p {
      margin: 0;
      color: #bbb;
    }
    .contact-card {
          background: #93939385;
    width: 60%;
    margin: 0 auto !important;
    border: none;
    border-radius: 12px;
    padding: 25px;
    color: #fff;
    transition: 0.3s;
    }
    .contact-card:hover {
      background: #93939385;
      transform: translateY(-5px);
    }
    .form-control, .btn {
      border-radius: 8px;
    }
    .btn-custom {
      background: #1ecbe1;
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 12px 20px;
      transition: 0.3s;
    }
    .btn-custom:hover {
      background: #17aabf;
    }
 @media only screen and (max-width: 768px) and (min-width:0px) {
  .trust-card { width: 100%!important; }
  #loginModal .modal-dialog { margin-top: 0px!important; }
  
  .cta-card { width: 100%!important; }
  .hero .d-flex { display: block!important; }
  
/*  .header .cta-btn { width: 40%!important; }*/
 }

 #loginModal { overflow: auto; }
 #loginModal .modal-dialog {
   max-width: 920px;
   width: 100%;
   margin: 2rem auto; /* normal centered modal */
 }
 #loginModal .modal-content {
   border: 0;
   border-radius: 18px;
   padding: 0;
   background: #fff;
   box-shadow: 0 20px 40px rgba(0,0,0,0.18);
 }
 /* optional link and heading colors for auth modal */
 #loginModal a { color: #0d6efd; }
 #loginModal h5 { color: #000; }
/* Auth modal */
.auth-modal-wrapper {
  border: 0;
  background: #fff;
  width: 100%;
  max-width: 900px;
}

.auth-modal {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  min-height: 540px;
}

.auth-left {
  position: relative;
  overflow: hidden;
  background: #19c39e;
  color: #fff;
}
.auth-left .h3,
.auth-left .small {
  color: #fff;
}
.auth-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
}
.auth-logo { height: 32px; }
.auth-card { max-width: 420px; margin: 0 auto; }
.auth-input { height: 48px; }
.auth-or { text-align: center; margin: 16px 0; color: #6c757d; }
.auth-google img { margin-right: 8px; }
.auth-role .btn.active { background-color: #0d6efd; color: #fff; }

/* Shapes */
.shape { position: absolute; }
.shape.s1 { width: 300px; height: 300px; border-radius: 50%; background: #7C3AED; left: 40px; top: 140px; }
.shape.s2 { width: 220px; height: 220px; border-radius: 50%; background: #00C4FF; left: 20px; top: 480px; }
.shape.s3 { width: 360px; height: 360px; border-radius: 50%; background: #51D1FF; right: 60px; top: 60px; }
.shape.s4 { width: 200px; height: 200px; background: #34D399; left: 260px; top: 40px; }
.shape.s5 { width: 180px; height: 180px; transform: rotate(45deg); background: #FBBF24; left: 340px; bottom: 60px; }
.shape.s6 { width: 280px; height: 280px; border-radius: 50%; background: #FB7185; left: -40px; top: -40px; }

/* Mobile / Tablet */
@media (max-width: 991px){
  .auth-modal { grid-template-columns: 1fr; }
/*  .auth-left { display: none; }*/
  .auth-right { padding: 30px; }
}

@media (max-width: 575px){
  .auth-input { height: 44px; }
  #btnToggleAuthMobile { height: 44px; font-weight: 500; }
  
}
