@font-face {
  font-family: 'Jokker';
  src: url('https://cdn.prod.website-files.com/645187265d5e5e386be40629/6939ba9d7a6ece034a2befb9_Jokker-Semibold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Jokker';
  src: url('https://cdn.prod.website-files.com/645187265d5e5e386be40629/6939ba9d7a6ece034a2befb9_Jokker-Semibold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Jokker';
  src: url('https://cdn.prod.website-files.com/645187265d5e5e386be40629/6939ba9d7a6ece034a2befb9_Jokker-Semibold.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Jokker';
  src: url('https://cdn.prod.website-files.com/645187265d5e5e386be40629/6939ba9d7a6ece034a2befb9_Jokker-Semibold.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}



body {
  font-family: "Figtree", sans-serif;
}

h1, h2, h3 {
  font-family: 'Jokker', sans-serif;
}

p{
	font-family: "Figtree", sans-serif;
}

/* TOP BAR */
.top-bar {
    font-size: 16px;
    padding: 6px 0;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-image: url(https://cdn.prod.website-files.com/6451872…/6979444…_Group%202147229294.png), linear-gradient(#1b9a90, #136b65);
}

.top-bar .badge {
  background: #d1f1f6;
  color: #0b7285;
  margin-right: 6px;
}

.top-bar img{
    width:13px;
}

.top-bar a{
    text-decoration:none;
    color:#fff;
}

/* NAVBAR */
.main-nav {
  background: #eaf8fb;
}

.navbar,
.navbar-collapse {
  overflow: visible !important;
}

.navbar-brand span {
  color: #0bbcd6;
}

.navbar-brand img{
	width:110px;
}

.navbar-brand small {
  display: block;
  font-size: 11px;
  color: #6b7280;
}

/* Mega dropdown width */
.mega-dropdown {
  position: static;
}

.mega-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

/* Titles */
.mega-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

/* Links */
.mega-links li {
  margin-bottom: 8px;
}

.mega-links a {
    color: #022a27;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.mega-links a:hover {
  text-decoration: underline;
}

/* Descriptions */
.mega-desc {
  font-size: 14px;
  color: #555;
}

/* Icon list */
.mega-links.icons li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}

.mega-links.icons li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #6f3cff;
}

/* Card */
.mega-card {
  background: linear-gradient(135deg,#1b9a90,#136b65);
  color: #fff;
  padding: 20px;
  border-radius: 16px;
}

.mega-card h5 {
  font-size: 16px;
  margin: 10px 0;
}

.mega-card .badge {
  font-size: 11px;
  background: rgba(255,255,255,.2);
  padding: 4px 10px;
  border-radius: 20px;
}

.mega-card .see-more {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}


/* HERO */
.hero-section {
    background: linear-gradient(rgb(234 248 251 / 0%), rgb(191 240 246 / 0%)), url(../img/banner-background.jpg) center / cover no-repeat;
    padding: 80px 0;
}

.hero-section h1 {
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
}

.hero-section p {
font-size: 15px;
    margin-bottom: 25px;
    line-height: 18px;
    font-weight: 400;
}

@media (max-width: 767px) {
  .hero-section h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 43px;
        text-align: center;
  }
  
  .hero-section {
      padding: 35px 0;
  }
  
  .hero-section p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 23px;
    font-weight: 400;
    text-align:center;
}

.banner-cta1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom:20px;
  }
}


/* HERO BUTTONS */
.hero-buttons span {
  display: inline-block;
  background: #5ed6e1;
  padding: 8px 16px;
  border-radius: 6px;
  margin: 6px 6px 0 0;
  font-size: 14px;
}

/* TOOLS BOX */
.tools-box {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  max-width: 420px;
  margin: auto;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
}

.tool-card {
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px;
  font-size: 13px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.aiq-navbar {
  background: #f3f8f9;
  padding: 2px 0;
}

.navbar-brand span {
  color: #6d28d9;
}

.nav-link {
  font-weight: 500;
  color: #033e3a !important;
  font-family: "Figtree", sans-serif;
}

.nav-link:hover {
  color: #6d28d9 !important;
}

/* Login link */
.nav-login {
  text-decoration: none;
  font-weight: 600;
  color: #033e3a;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: 0px !important;
}

/* Buttons */
.btn-primary {
 
      border-color: #1a9188;
  border-radius: 8px;
  padding: 8px 16px;
  background-image: url(https://cdn.prod.website-files.com/6451872…/6979444…_Group%202147229294.png), linear-gradient(#1b9a90, #136b65);
}

.btn-outline-primary {
  border-color: #17857d;
  color: #033e3a;
  font-weight:600;
  border-radius: 8px;
  padding: 8px 16px;
}

.btn-outline-primary:hover {
  background: #188c83;
  color: #fff;
}

/* Dropdown */
.dropdown-menu {
  border-radius: 12px;
  padding: 10px;
}

/* Hover dropdown – desktop only */
@media (min-width: 992px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .navbar .dropdown-toggle::after {
    transition: transform 0.2s ease;
  }

  .navbar .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
  }
}



/* SLIDER */
.media-slider {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.12);
  overflow: hidden;
  max-width: 520px;
  margin: auto;
}

.outerbor{
	border:2px solid #fff;
	padding:10px;
	border-radius:20px;
}

.media-track {
  display: flex;
  transition: transform 0.5s ease;
}

.media-slide {
  min-width: 100%;
  padding: 20px;
}

.media-slide img,
.media-slide video {
  width: 100%;
  border-radius: 14px;
}

/* ARROWS */
.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  background: #fff;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 10;
}

.nav-arrow.left { left: -18px; }
.nav-arrow.right { right: -18px; }

/* DOTS */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}

.dot {
  width: 8px;
  height: 8px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.dot.active {
  background: #6d28d9;
  width: 10px;
  height: 10px;
}


.youtube-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
}

.youtube-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


.banner-cta {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* Common button */
.banner-cta .btn {
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: all 0.25s ease;
}

/* Primary button */
.btn-primary {
  background: #17857d;
  color: #fff;
  box-shadow: 0 10px 25px rgba(111, 59, 255, 0.35);
}

.btn-primary:hover {
  background: #25cddb;
  transform: translateY(-2px);
}

/* Outline button */

.banner-cta1 .btn {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.banner-cta1 a{
    border: 2px solid #055825;
}


.banner-cta1 a:hover{
    border: 2px solid #055825;
}

.banner-cta1 .btn1 {
    padding: 13px 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.banner-cta1 .btn-outline {
  border: 2px solid #055825;
  color: #004e1e;
  background: transparent;
  margin-top: 1px;
}



.btn-outline:hover {
  background: #1a9188;
  color: #fff;
  transform: translateY(-2px);
}

/* Arrow animation */
.banner-cta .btn span {
  transition: transform 0.25s ease;
}

.banner-cta .btn:hover span {
  transform: translate(3px, -3px);
}


@media (max-width: 576px) {
  .banner-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .banner-cta .btn {
    justify-content: center;
    width: 100%;
  }
}



.aiq-laptop {
  position: relative;
  max-width: 900px; /* adjust if needed */
  margin: auto;
}

.aiq-laptop img {
  width: 100%;
  display: block;
}

/* Video positioning inside laptop screen */
.aiq-laptop-video {
  position: absolute;
  top: 5%;        /* adjust based on your image */
  left: 11%;
  width: 80%;
  height: 80%;
  overflow: hidden;
  border-radius: 8px;
}

.aiq-laptop-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}




@media (max-width: 768px) {
  .aiq-laptop-video {
    top: 5%;
    left: 11%;
    width: 80%;
    height: 80%;
  }
}


.logo-marquee {
  overflow: hidden;
  width: 100%;
  background: transparent;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 25s linear infinite;
}

.logo-track img {
  height: 50px;
  margin: 0 4px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
  border: 1px solid #00000033;
}

.logo-track img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.aiq-saas-hero {
  padding: 45px 0 10px;
  background: #ffffff;
}

.aiq-saas-hero h1 {
    max-width: 900px;
    margin: auto;
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    color: #115e59;
}

.aiq-saas-hero p {
	font-size:15px;
	line-height:17px;
	
	padding-top:10px;
	text-align: center;
}

/* CTA */
.aiq-cta {
  margin: 32px 0 60px;
}

.aiq-cta .btn {
  padding: 12px 28px;
  font-weight: 600;
  border-radius: 10px;
  margin: 0 8px;
}





@media (max-width: 767px) {
    .aiq-saas-hero h1 {
        max-width: 100%;
        margin: 0 auto;
        font-size: 28px;
        font-weight: 600;
        line-height: 31px;
        text-align: center;
        padding: 0 12px;
    }
    
    .aiq-cta .btn {
    padding: 12px 14px;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 8px;
}
}

.aiq-saas-hero h1 span {
  color: #0bbcd6;
}


/* Laptop mockup */
.aiq-laptop img {
  max-width: 100%;
  filter: drop-shadow(0 35px 65px rgba(0,0,0,0.22));
}

/* Trust text */
.aiq-trust-text {
margin-top: 20px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
}

/* Logos */
.aiq-trust-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.aiq-trust-logos img {
  height: 55px;
  opacity: 0.6;
  transition: 0.3s ease;
}

.aiq-trust-logos img:hover {
  opacity: 1;
}





.aiq-feature-section {
  background: linear-gradient(135deg, #0f766e, #2dd4bf);
  border-radius: 30px;
  padding: 50px 70px;
  margin: 40px 0;
}

.aiq-feature-section h2 {
   font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 20px;
}

.aiq-feature-section .lead {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
}

/* Feature cards */
.feature-box {
  background: #ffffff;
  color: #0f172a;
  border-radius: 1px;
  padding: 20px;
}

.feature-box h5 {
  font-weight: 700;
}

.feature-toggle {
 border-radius: 0px 0px;
}

.feature-box p{
	font-size:15px; 
	line-height:17px;
}
.feature-box ul li{
	list-style:disc;
}

/* Image */
.feature-image {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.feature-image img {
  width: 100%;
  border-radius: 22px;
}

/* Floating tools panel */
.floating-panel {
  position: absolute;
  bottom: -20px;
  left: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

.floating-panel img {
  width: 260px;
}



@media (max-width: 991px) {
  .aiq-feature-section {
    padding: 60px 30px;
    border-radius: 20px;
  }

  .aiq-feature-section h2 {
    font-size: 28px;
    line-height: 31px;
  }

  .floating-panel {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 20px;
  }
}



.academiq-tools {
  padding: 10px 0;
  background: #ffffff;
}

@media (max-width: 768px) {
.academiq-tools {
  padding: 10px 0;
  background: #ffffff;
  margin-top:500px;
}
}

/* Title */
.section-title h2 {
  font-size: 40px;
  line-height:46px;
  font-weight: 600;
  color: #0f766e;
}

.title-line {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 8px;
}

.title-line span {
  width: 12px;
  height: 6px;
  border-radius: 6px;
  background: #38bdf8;
}

/* Card */
.tool-card {
  background: #0f766e;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

.tool-header {
  color: #fff;
  font-weight: 700;
  padding: 14px 18px;
  font-size: 18px;
}

.tool-list {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.tool-list li {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #eef2f7;
  align-items: flex-start;
}

.tool-list li:last-child {
  border-bottom: none;
}

.tool-list img {
  width: 40px;
}

.tool-list h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}

.tool-list p {
  font-size: 12px;
  color: #64748b;
  margin: 4px 0 0;
}

.star {
  margin-left: auto;
  color: #0f766e;
  font-size: 14px;
}

/* Badges */
.badge {
  background: #f97316;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 6px;
}

.click-badge {
  background: #22c55e;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 6px;
}

/* More button */
.more-btn {
    display: inline-block;
    background: #0f766e;
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
    margin: 10px auto 0;
    text-decoration: none;
    text-align: center;
    display: block;
}


.acadmm img{
	width:135px;
}




.testimonials {
  padding: 45px 20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.section-title {
  text-align: center;
}

.section-title h2 {
   font-size: 40px;
  line-height:46px;
  font-weight: 600;
  color: #0f766e;
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 28px;
        line-height: 30px;
    }
    
    
}

.section-title p {
color: #64748b;
    margin-top: 8px;
    font-size: 25px;
    line-height: 26px;
}

.title-line {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.title-line span {
  width: 14px;
  height: 6px;
  background: #38bdf8;
  border-radius: 10px;
}

/* Wrapper */
.testimonial-wrapper {
  height: 370px;
  overflow: hidden;
  margin-top: 10px;
  position: relative;
}

/* Track */
.testimonial-track {
  display: flex;
  flex-direction: column;
  gap: 26px;
  animation: scrollUp 40s linear infinite;
}

/* Pause on hover */
.testimonial-wrapper:hover .testimonial-track {
  animation-play-state: paused;
}

/* Row */
.testimonial-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Card */
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.testimonial-card h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.testimonial-card p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 10px;
}

.stars {
  color: #facc15;
}

/* Effects */
.testimonial-card.active {
  transform: scale(1.05);
}

/* Circle Image */
.testimonial-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

/* Optional */
.testimonial-content h6 {
  margin: 0 0 5px;
}

/* Animation */
@keyframes scrollUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

/* Responsive */
@media(max-width: 992px) {
  .testimonial-row {
    grid-template-columns: 1fr;
  }
  .testimonial-wrapper {
    height: 450px;
  }
}



.ai-robust {
  padding: 28px 44px;
  background: linear-gradient(135deg, #1f766e, #2fb5a5);
  color: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.ai-title {
  text-align: center;
  margin-bottom: 11px;
}

.ai-title h2 {
      font-size: 40px;
	  line-height:46px;
    font-weight: 600;
	line-height:36px;
}

@media (max-width: 768px) {
.ai-title h2 {
    font-size: 28px;
    line-height: 46px;
    font-weight: 600;
    line-height: 36px;
}
}

.title-divider {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.title-divider span {
  width: 16px;
  height: 6px;
  background: #ffffff;
  border-radius: 10px;
}

/* Layout */
.ai-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Columns */
.ai-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Box */
.ai-box {
  display: flex;
  flex-direction: column;
  align-items: center;     /* CENTER ICON */
  text-align: center;      /* CENTER TEXT */
  gap: 12px;
}


.ai-box h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 6px 0 4px;
}

.ai-box p {
font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
}

/* Icon */
.icon {
  width: 48px;
  height: 48px;
  border: 2px solid #0a5c50;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
}

/* Center Image */
.ai-center {
  display: flex;
  justify-content: center;
}

.image-frame {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 6px solid rgb(170 235 255);
}

.image-frame img {
  width: 100%;
  max-width: 360px;
  display: block;
}

/* Play Button */
.play-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 56px;
  background: rgba(255,255,255,0.95);
  color: #0f766e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

/* Responsive */
@media(max-width: 992px) {
  .ai-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ai-col {
    align-items: center;
  }

  .image-frame img {
    max-width: 280px;
  }
}






.learning-hub {
  padding: 45px 20px;
  background: #fff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* Title */
.hub-title h2 {
    font-size: 40px;
	line-height:46px;
    font-weight: 600;
    color: #0f766e;
}

.hub-title p {
    margin-top: 8px;
    color: #101010;
	line-height: 18px;
}

.title-line {
  display: flex;
  gap: 6px;
  margin-top: 14px;
}

.title-line span {
  width: 16px;
  height: 6px;
  background: #38bdf8;
  border-radius: 10px;
}

/* Grid */
.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 15px;
}

/* Card */
.hub-card {
  background: #fff;
  border-radius: 0px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  transition: all 0.3s ease;
}

.hub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.hub-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Content */
.hub-content {
  padding: 20px;
}

.category {
  font-size: 12px;
  font-weight: 600;
  color: #0f766e;
}

.hub-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0;
}

.hub-content p {

  font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
	

}

/* Read more */
.read-more {
  display: inline-block;
  margin-top: 1px;
  font-size: 20px;
  color: #0f766e;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.read-more:hover {
  transform: translateX(6px);
}

/* Responsive */
@media(max-width: 992px) {
  .hub-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 576px) {
  .hub-grid {
    grid-template-columns: 1fr;
  }

  .hub-title h2 {
    font-size: 28px;
  }
}


.footer-section {
  background: url("../img/footer-background.png") center center / cover no-repeat;
}

.footer-logo {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
}

.footer-section h5 {
  margin-bottom: 1px;
  font-weight: 600;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}

.list-icon {
    width: 22px;
    height: auto;
}

.footer-list i {
  color: #7ce0d3;
  margin-right: 8px;
}

.footer-form .form-control {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #000000;
    border-radius: 0px;
	margin-bottom:10px;
}



.footer-form .form-control::placeholder {
  color: #e1dada;
  font-size:12px;
}

.footer-form button {
  border-radius: 0px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  transition: 0.3s;
}

.social-icons img{
    width: 48px;
    height: 42px;
}

.social-icons a:hover {
  background: #fff;
  color: #1b6d69;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.2);
}

.footer-links a {
  margin-right: 20px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  opacity: 0.85;
}

.footer-links a:hover {
  opacity: 1;
  text-decoration: underline;
}



.footer-contact-section {
  color: #ffffff;
  font-size: 14px;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
}

.footer-divider {
  width: 40px;
  height: 2px;
  background: #7de3d1;
  margin-bottom: 12px;
}

.footer-text {
  line-height: 1.6;
  opacity: 0.95;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.contact-list img {
  width: 26px;
  height: 26px;
}


@media (max-width: 767px) {
  .footer-title {
    font-size: 16px;
  }
}

.footerdiv img{
	width:100px;
	padding-bottom:10px;
}

.footerdiv1 img{
	width:80px;
	padding-bottom:10px;
}





/* ==========================
   About IQ Section
========================== */
.aboutiq-section {
  background: #dff3f7;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
}

/* Heading */
.aboutiq-title {
  font-size: 42px;
  font-weight: 700;
  color: #0f5f5c;
}

.aboutiq-subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 15px;
}

/* Divider */
.aboutiq-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
}

.aboutiq-divider span {
  width: 60px;
  height: 2px;
  background: #8bd3e6;
}

.aboutiq-divider .circle {
  width: 14px;
  height: 14px;
  border: 2px solid #8bd3e6;
  border-radius: 50%;
  background: transparent;
}

/* Images */
.aboutiq-images {
  position: relative;
  padding-left: 40px;
}

.aboutiq-images img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.aboutiq-images .img-top {
  width: 75%;
  margin-bottom: -60px;
  position: relative;
  z-index: 2;
}

.aboutiq-images .img-bottom {
  width: 90%;
  margin-left: auto;
}

/* Text */
.aboutiq-content p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 16px;
	font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .aboutiq-title {
    font-size: 32px;
  }

  .aboutiq-images {
    padding-left: 0;
  }

  .aboutiq-images .img-top {
    width: 100%;
    margin-bottom: 20px;
  }

  .aboutiq-images .img-bottom {
    width: 100%;
  }
}


/* =========================
   About Visual Block
========================= */
.aboutiq-visual {
  position: relative;
}


.district-hero {
  min-height: 80vh;
  padding: 45px 0;
  background: linear-gradient(135deg, #033e3a, #13958b);
  overflow: hidden;
}

.district-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.district-desc {
    font-size: 15px;
    max-width: 520px;
    line-height: 1.3;
    margin-bottom: 35px;
    opacity: 0.9;
}


.btn-demo {
  background: #ffffff;
  color: #5b2cc9;
  padding: 14px 26px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}

.btn-demo:hover {
  background: #17857d;
  transform: translateY(-2px);
}

/* IMAGE AREA */
.hero-image-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0,0,0,0.4);
}

.main-img {
  border-radius: 20px;
  width: 100%;
}

/* FLOATING DASHBOARD CARD */
.floating-card {
  position: absolute;
  top: 40px;
  left: -60px;
  width: 65%;
  background: #fff;
  border-radius: 16px;
  padding: 10px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
  animation: float 4s ease-in-out infinite;
}

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
  100% { transform: translateY(0); }
}

/* MOBILE */
@media (max-width: 768px) {
  .district-title {
    font-size: 36px;
  }

  .floating-card {
    display: none;
  }

  .district-hero {
    text-align: center;
  }

  .district-desc {
    margin-left: auto;
    margin-right: auto;
  }
}


/* Main Image */
.aboutiq-main-img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Stats Container */
.aboutiq-stats {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 15px;
}

/* Stat Card */
.stat-card {
  background: #ffffff;
  padding: 14px 18px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  min-width: 141px;
}

.stat-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #066a63;
  margin-bottom: 5px;
}

.stat-card p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .aboutiq-stats {
    position: static;
    transform: none;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .stat-card {
    min-width: 140px;
  }
}




.videbvag-pricing {
  padding: 80px 0;
  background: #f4fff9;
  text-align: center;
}

.videbvag-title {
  font-size: 42px;
  font-weight: 800;
  color: #0a5c50;
  margin-bottom: 15px;
}

.videbvag-subtitle {
  font-size: 16px;
  color: #333;
  margin-bottom: 50px;
}

/* Divider */
.videbvag-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.videbvag-divider span {
  width: 50px;
  height: 2px;
  background: #7de3d1;
}

.videbvag-divider img {
  width: 26px;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Cards */
.price-card {
  background: #ffffff;
  border-radius: 22px;
  padding: 35px 25px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
  text-align: left;
}

.price-card h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 5px;
}

.price-card h3 span {
  font-size: 14px;
  font-weight: 400;
}

.price-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.price-card .desc {
  font-size: 14px;
  margin-bottom: 18px;
}

.price-card ul {
  padding-left: 18px;
}

.price-card ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

/* Highlight Plans */
.price-card.highlight {
  background: linear-gradient(180deg, #2fd1b7, #1aa893);
  color: #fff;
}

.price-card.highlight ul li,
.price-card.highlight .desc {
  color: #eafffb;
}

/* Premium */
.price-card.premium {
  background: #eafff6;
  border: 2px solid #2fd1b7;
}

/* Mobile */
@media (max-width: 991px) {
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .videbvag-title {
    font-size: 28px;
  }
}



.faq-header {
  background-image: url(https://cdn.prod.website-files.com/6451872…/6979444…_Group%202147229294.png), linear-gradient(#1b9a90, #a7e7e3);
  padding: 80px 20px;
  text-align: center;
}

.faq-header h2 {
  color: #000000;
  font-size: 48px;
  font-weight: 700;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .faq-header {
    padding: 50px 15px;
  }

  .faq-header h2 {
    font-size: 32px;
  }
}






	.videbvag-faq {
	  padding: 90px 0;
	  background: #ffffff;
	}

	.videbvag-faq-title {
	  font-size: 46px;
	  font-weight: 800;
	  line-height: 1.1;
	  margin-bottom: 15px;
	}

	.videbvag-faq-title span {
	  color: #0a5c50;
	}

	.videbvag-faq-subtitle {
	  font-size: 15px;
	  margin-bottom: 35px;
	}

	/* Divider */
	.videbvag-divider {
	  display: flex;
	  align-items: center;
	  gap: 10px;
	  margin: 15px 0;
	}

	.videbvag-divider span {
	  width: 40px;
	  height: 2px;
	  background: #7de3d1;
	}

	.videbvag-divider img {
	  width: 24px;
	}

	/* Info Box */
	.videbvag-faq-box {
	  background: #eafff6;
	  border-radius: 20px;
	  padding: 30px;
	  margin-top: 30px;
	}

	.videbvag-faq-box h4 {
	  font-weight: 700;
	  margin-bottom: 10px;
	}

	.videbvag-faq-box p {
	  font-size: 14px;
	  margin-bottom: 15px;
	}

	.videbvag-faq-btn {
	  display: inline-block;
	  padding: 10px 22px;
	  background: #0a5c50;
	  color: #fff;
	  border-radius: 30px;
	  text-decoration: none;
	  font-size: 14px;
	}

	/* Accordion */
	.videbvag-accordion .faq-item {
	  background: #eafff6;
	  border-radius: 16px;
	  margin-bottom: 18px;
	  padding: 18px 22px;
	  cursor: pointer;
	}

	.faq-question {
	  font-weight: 600;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	.faq-answer {
	  font-size: 14px;
	  margin-top: 12px;
	  display: none;
	  line-height: 1.6;
	}

	.faq-item.active .faq-answer {
	  display: block;
	}

	.faq-item .icon {
	  font-size: 20px;
	  color: #0a5c50;
	}
	
	.videbvag-faq-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}

.faq-tab {
  padding: 8px 22px;
  border-radius: 30px;
  border: 1px solid #0a5c50;
  background: transparent;
  color: #0a5c50;
  cursor: pointer;
  font-size: 14px;
}

.faq-tab.active {
  background: #0a5c50;
  color: #fff;
}


	/* Mobile */
	@media (max-width: 768px) {
	  .videbvag-faq-title {
		font-size: 30px;
	  }
	}




.contact-ai-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #1c6f6b, #2ea8a0);
}

.contact-ai-img {
  max-width: 90%;
}

.contact-title {
  font-size: 36px;
  font-weight: 700;
}

.contact-divider {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 15px 0 25px;
}

.contact-divider span {
  height: 2px;
  width: 40px;
  background: #9fe6e1;
}

.contact-divider .circle {
  width: 8px;
  height: 8px;
  border: 2px solid #9fe6e1;
  border-radius: 50%;
}

.contact-desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
}

.contact-card h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.contact-card ul {
  padding-left: 18px;
  margin: 0;
}

.contact-card li {
  font-size: 14px;
  margin-bottom: 5px;
}

.social-icons {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.social-icons a {
  width: 36px;
  height: 36px;
  background: #ffffff00;
  color: #1c6f6b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.3s;
}

.social-icons a:hover {
  background: #0e4f4b;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-title {
    text-align: center;
  }
  .contact-divider {
    justify-content: center;
  }
}



.outcomes-section {
    background: linear-gradient(135deg, #04433f, #0f7a73);
    padding: 80px 0;
}

.outcomes-title {
  font-size: 36px;
  font-weight: 800;
}

.outcomes-subtitle {
  font-size: 16px;
  opacity: 0.9;
  max-width: 700px;
  margin: auto;
}

/* CARDS */
.outcome-card {
  background: #f7f5ff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.outcome-card p {
  font-size: 16px;
  margin-top: 15px;
  color: #333;
}

/* CIRCLE STAT */
.circle-stat {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 10px solid #7c3aed;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  color: #7c3aed;
  margin: auto;
}

/* VERIFIED */
.verified-badge {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #e8f9f1;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #1a936f;
  font-weight: 700;
}

.verified-badge span {
  font-size: 22px;
}

/* BAR STAT */
.bar-stat {
  font-size: 36px;
  font-weight: 800;
  color: #7c3aed;
}

/* TESTIMONIAL */
.testimonial-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.quote {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.testimonial-box span {
  font-size: 13px;
  color: #666;
}

/* MOBILE */
@media (max-width: 768px) {
  .outcomes-title {
    font-size: 28px;
  }
  .testimonial-box {
    padding: 25px;
  }
}



.community-section {
  background: radial-gradient(circle at top, #111 0%, #000 60%);
  padding: 80px 20px;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.community-section h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
  line-height: 1.2;
}

.community-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.community-card h4 {
  font-size: 23px;
  line-height:26px;
  margin-bottom: 15px;
  font-weight: 600;
}

.community-card img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
}

.community-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #d1d1d1;
  margin-bottom: 10px;
}

.community-card a {
     color: #35f5c5;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
}

.community-card a:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991px) {
  .community-grid {
    grid-template-columns: 1fr;
  }

  .community-section h2 {
    font-size: 32px;
  }
}


.stack-wrapper {
  background: #d2f9e1;
  padding-top:0px;
  height:320vh;
}

.stack-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  padding-top: 80px;
}

@media (max-width: 767px) {
    .stack-title {
        font-size: 24px;
        padding-top: 15px;
        margin-bottom: 8px;
        line-height: 32px;
    }
}



@media (max-width: 767px) {
    .stack-title {
  text-align: center;
  font-size: 23px;
}
}

.stack-container {
  position: relative;
  height: 260vh; /* controls scroll length */
}


.stack-card {
  width: 100%;
  max-width: 1250px;   /* SAME width for all cards */
  margin: 0 auto 40px;
  box-sizing: border-box;
  position: sticky;
  top: 20px;
  background: linear-gradient(135deg, #0f766e, #2dd4bf);
  border-radius: 18px;
  padding: 50px;
  margin-bottom: 120px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.12);
  transform: scale(0.94);
  transition: all 0.5s ease;
}

.stack-card h3{
	color:#fff;
	font-size:38px;
}

@media (max-width: 768px) {
  .stack-card h3 {
    font-size: 27px;
    line-height: 1.3;
  }
}

.stack-card p{
	color:#fff;
	font-size:15px;
	line-height:19px;
}

.stack-card ul li{
	color:#fff;
}

.stack-card.active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

/* IMAGE */
.stack-img {
  width: 100%;
  max-width: 520px;
  border-radius:20px;
}

/* TEXT */
.tag {
    color: #ffffff;
    font-size: 13px;
    background: linear-gradient(135deg, #0f766e, #2dd4bf);
    padding: 3px 12px;
    border-radius: 20px;
    font-weight: 400;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.feature-list.two-col {
  columns: 2;
  column-gap: 40px;
  padding-left: 0;
}

.feature-list.two-col li {
  list-style: none;
  break-inside: avoid;
  margin-bottom: 10px;
  font-size:15px;
  line-height:17px;
}

.feature-list li {
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
}

.feature-list li::before {
 content: "✔";
    position: absolute;
    left: 0;
    color: #7c3aed;
    background-color: #d0f6de;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    padding-left: 3px;
    font-size: 13px;
	font-weight:800;
	
}

/* BUTTON */
.btn-outline {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    border: 2px solid #25cddb;
    color: #d0f7df;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 20px;
}

.btn-outline:hover {
  background: #25cddb;
  color: #fff;
}

/* MOBILE */
@media (max-width: 768px) {
  .stack-card {
    padding: 30px;
  }

}



.feature-accordion {
  max-width: 600px;
}

.feature-item {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(255,255,255,0.15);
}

.feature-toggle {
  padding: 14px 18px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}

.feature-box {
  display: none;
  padding: 18px;
  background: #fff;
  color: #333;
}

.feature-item.active .feature-box {
  display: block;
}

.feature-item.active .feature-toggle {
  background: #ffffff;
  color: #000;
}


.impact-section {
  background: #faf7ff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
}

.impact-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 30px;
  align-items: center;
}

.impact-card {
  color: #fff;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  background-image: url(https://cdn.prod.website-files.com/6451872…/6979444…_Group%202147229294.png), linear-gradient(#1b9a90, #136b65);
}

.impact-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 10px;
    font-family: 'Jokker', sans-serif;
}

.impact-card p {
  font-size: 15px;
  line-height: 1.4;
  opacity: 0.95;
}

.icon-circle {
  width: 70px;
  height: 70px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: auto;
}

.impact-image img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .impact-container {
    grid-template-columns: 1fr;
  }

  .impact-image {
    order: -1;
  }
}





.why-academic {
  background: #fffbea;
}

.section-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  color: #5b2dab;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
  text-align: left;
}





.icon-heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menuicon {
  width: 35px;
  height: 35px;
  object-fit: contain;
  flex-shrink: 0;
}

.mega-title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
}

.mega-desc {
  font-size: 14px;
  color: #555;
}



.whydropdown {
  display: flex;
  align-items: center;
  gap: 6px;
}

.whydropdown span{
    font-size:14px;
    font-weight:600;
}

.menuicon {
  width: 34px;
 
  object-fit: contain;
  flex-shrink: 0;
}













/* SECTION */
.smart-section{
    position:relative;
    padding:52px 0;
    overflow:hidden;
}

/* Heading */
.main-heading{
font-size: 39px;
    font-weight: 700;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 35px;
}

/* Planet Icon */
.planet{
    position:absolute;
    left:8%;
    top:110px;
    width:70px;
}

/* Left Content */
.section-title{
    color:#05b3a5;
    font-weight:700;
    font-size:24px;
    margin-bottom:25px;
}

.feature-block{
    margin-bottom:30px;
}

.feature-block h5{
    font-weight:600;
    margin-bottom:8px;
}

.feature-block p{
    color:#555;
    font-size:15px;
    line-height:1.3;
}

/* Right Image */
.mockup-img{
    max-width:100%;
    position:relative;
    z-index:2;
}

/* Green Background Shape */
.green-bg{
    position:absolute;
    right:-200px;
    top:120px;
    width:600px;
    height:600px;
    background:radial-gradient(circle at center,
        #76c893,
        #52b788,
        #40916c);
    border-radius:50%;
    opacity:0.35;
    z-index:1;
}

/* Dotted Curve */
.dotted-curve{
    position:absolute;
    right:30%;
    top:260px;
    width:200px;
    border-top:2px dashed #76c893;
    transform:rotate(40deg);
    opacity:0.6;
}

/* Responsive */
@media(max-width:767px){

    .main-heading{
        font-size:22px;
    }

    .planet{
        display:none;
    }

    .green-bg{
        width:200px;
        height:200px;
        right:-150px;
    }

}








/* ========================= */
/* RIGHT SIDE BACKGROUND CIRCLES */
/* ========================= */

.circle {
    position: absolute;
    border-radius: 50%;
    z-index:1;
}

/* ===============================
   Mobile View (max-width: 767px)
================================= */
@media (max-width: 767px) {

    .circle1 {
        width: 250px;
        height: 250px;
        right: -120px;
        top: 55%;
    }

    .circle2 {
        width: 220px;
        height: 220px;
        right: -100px;
        top: 53%;
    }

    .circle3 {
        width: 200px;
        height: 200px;
        right: -80px;
        top: 57%;
    }

}


@media (min-width: 767px) {

/* Largest */
.circle1 {
    width: 450px;
    height: 450px;
    right: -250px;
    top: 50%;
  background: radial-gradient(circle at 40% 30%, #0c8d83, #a4fff8, #0b635d);
    opacity: 0.8;
    animation: float1 4s ease-in-out infinite alternate;
}

/* Medium */
.circle2 {
    width: 400px;
    height: 400px;
    right: -220px;
    top: 48%;
   background: radial-gradient(circle at 45% 35%, #24d7c9, #58bdb5, #24d7c9);
    opacity: 0.6;
    animation: float2 5s ease-in-out infinite alternate;
}

/* Small */
.circle3 {
    width: 350px;
    height: 350px;
    right: -200px;
    top: 52%;
   background: radial-gradient(circle at 50% 40%, #0d6b63, #6dd7f3b8, #a5ffda);
    opacity: 0.5;
    animation: float3 6s ease-in-out infinite alternate;
}

}

/* Animations */
@keyframes float1 {
    from { transform: translateY(-50%) translateX(0px); }
    to   { transform: translateY(-60%) translateX(-60px); }
}

@keyframes float2 {
    from { transform: translateY(-50%) translateX(0px); }
    to   { transform: translateY(-57%) translateX(-50px); }
}

@keyframes float3 {
    from { transform: translateY(-50%) translateX(0px); }
    to   { transform: translateY(-55%) translateX(-40px); }
}

/* Responsive */
@media (max-width: 768px) {
    .circle1 { width: 500px; height: 500px; right: -200px; }
    .circle2 { width: 450px; height: 450px; right: -170px; }
    .circle3 { width: 400px; height: 400px; right: -150px; }

    .golden-title{
        font-size:32px;
    }
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.titleheader {
  position: relative;
  width: 100%;
  height: 15vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}
.titleheader .wave {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150%;
  background: #167c75;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}
.titleheader .wave span {
  content: "";
  position: absolute;
  width: 265vh;
  height: 200vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
  background: #000;
}

.contenthead{
    position: relative;
  z-index: 1;
  max-width:800px;
}
.contenthead h2 {
  font-size: 2.5em;
  letter-spacing: 2px;
  color: #fff;
  text-align:center;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .contenthead h2 {
    font-size: 1.6em;
    letter-spacing: 1px; /* optional - slightly reduce spacing for small screens */
  }
}

.contenthead p {

  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
   text-align:center;
}
.titleheader .wave span:nth-child(1) {
  border-radius: 45%;
  background: rgba(20, 20, 20, 1);
  animation: animate 5s linear infinite;
}

.titleheader .wave span:nth-child(2) {
  border-radius: 40%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate 10s linear infinite;
}
.titleheader .wave span:nth-child(3) {
  border-radius: 42.5%;
  background: rgba(20, 20, 20, 0.5);
  animation: animate 15s linear infinite;
}
@keyframes animate {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}





.ai-wrapper{
  position:relative;
  width:200px;
  height:200px;
  display:flex;
  justify-content:center;
  align-items:center;
  overflow:hidden;
  font-family:Arial, sans-serif;
  margin-left: 43px;
}

.ai-wrapper canvas{
  position:absolute;
}

.ai-text {
    position: absolute;
    font-size: 74px;
    font-weight: bold;
    background: linear-gradient(45deg, #35e3ff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 15px #ffffff;
}







.connectivity-section {
  padding: 80px 0;
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.container-custom {
  width: 1200px;
  max-width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* LEFT AREA */
.left-area {
  position: relative;
  width: 50%;
  min-height: 500px;
}

/* Orange Background Circles */
.bg-circle {
  position: absolute;
  border-radius: 50%;
  background: #197b30;
  z-index: 0;
}

.bg-circle.big {
  width: 450px;
  height: 450px;
  left: -150px;
  top: 50px;
  opacity: 0.15;
}

.bg-circle.medium {
  width: 350px;
  height: 350px;
  left: -100px;
  top: 100px;
  opacity: 0.3;
}

.main-img {
    position: relative;
    width: 572px;
    z-index: 2;
}

/* Floating Card */
.floating-card {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 160px;
  height: 100px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  animation: float 3s ease-in-out infinite;
}

.play-icon {
  background: #f25c2b;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrow */
.arrow-svg {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 180px;
  height: 180px;
  z-index: 1;
}

.arrow-svg path {
  fill: none;
  stroke: #05b3a5;
  stroke-width: 2;
  stroke-dasharray: 6 6;
}

/* RIGHT AREA */
.right-area {
  width: 50%;
}

.right-area h2 {
  color: #05b3a5;
  font-size: 32px;
  margin-bottom: 30px;
}

.content-block {
  margin-bottom: 30px;
}

.content-block h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}




/* =========================
   Mobile Responsive
========================= */
@media (max-width: 991px) {

  .container-custom {
    flex-direction: column;   /* stack vertically */
    gap: 40px;
  }

  .left-area,
  .right-area {
    width: 100%;              /* full width */
  }

  .left-area {
    min-height: auto;
    text-align: center;
  }

  .main-img {
    width: 100%;
    max-width: 380px;
    padding-top: 40px;
  }

  /* Adjust circles so they don’t overflow */
  .bg-circle.big {
    width: 250px;
    height: 250px;
    left: -80px;
    top: 20px;
  }

  .bg-circle.medium {
    width: 200px;
    height: 200px;
    left: -50px;
    top: 60px;
  }

  /* Floating card adjust */
  .floating-card {
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 80px;
  }

  .arrow-svg {
    display: none; /* optional – hide arrow on mobile */
  }

  .right-area {
    text-align: center;
  }

  .right-area h2 {
    font-size: 26px;
  }

}


/* SECTION */
.chapter-section{
    padding:100px 0;
    text-align:center;
}

/* Heading */
/* Desktop */
.section-title {
    color: #05b3a5;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 42px;
    position: relative;
    display: inline-block;
}

/* Mobile */
@media (max-width: 767px) {
    .section-title {
        font-size: 35px;
        text-align: center;
        line-height: 40px;
    }
}

.section-title::before{
    content:"";
    position:absolute;
    width:90px;
    height:90px;
    background:#d7e2c8;
    border-radius:50%;
    left:-35px;
    top:-35px;
    z-index:-1;
}

/* Paragraph */
.section-desc{
    max-width:900px;
    margin:25px auto;
    color:#8c8ab4;
    font-size:16px;
}

.section-big{
    font-size:28px;
    font-weight:600;
    color:#1e1b6d;
    margin-bottom:60px;
}

/* CARDS */
.info-card{
    padding:45px 30px;
    border-radius:25px;
    transition:all 0.4s ease;
    cursor:pointer;
}

.card-light{
    background:#cfedeb;
}

.card-green{
    background:#17837b;
    color:#fff;
}

.info-card h5{
    font-weight:600;
    margin-bottom:30px;
}

.team-box{
    text-align:center;
    
}

/* Desktop */
.btn-custom{
    border: 2px solid #055825;
    color: #004e1e;
    background: transparent;
    margin-top: 1px;
    padding: 13px 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
}

/* Mobile */
@media (max-width: 767px){
    .btn-custom23{
        margin-left: 60px;
    }
}
.card-green .btn-custom{
    border-color:#fff;
    color:#fff;
}

.card-light .btn-custom{
    color:#1e1b6d;
}

.btn-custom:hover{
    background:#24cad8;
    color:#fff;
}

/* Hover Animation */
.info-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

/* Bottom CTA */
.team-box{
    background:#cfedeb;
    padding:40px 50px;
    border-radius:30px;
    margin-top:60px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}

.team-box h4{
    font-weight:600;
    color:#1e1b6d;
    margin:0;
}

.team-box .btn-custom{
    color:#1e1b6d;
}

@media(max-width:768px){
    .section-big{
        font-size:22px;
    }

    .team-box{
        text-align:center;
        gap:20px;
    }
}




.dropdown-menu a{
    color:#000;
    font-size:13px;
    text-decoration:none;
}


.dropdown-menu ul li{
    list-style:disc;
    margin-left:50px;
    line-height:16px;
    
}



.aboutcon-section{
    background: linear-gradient(135deg, #066a63, #0e1a2f);
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.aboutcon-image-wrapper{
    position: relative;
}

.aboutcon-image-wrapper img{
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.aboutcon-content h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
}

.aboutcon-content h2 span{
    background: linear-gradient(90deg, #7dffe7, #5fd0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutcon-content p{
    color: #b5c0d3;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.aboutcon-stats{
    margin-top: 40px;
}

.aboutcon-stat-box{
    background: #06918c;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.aboutcon-stat-box:hover{
    transform: translateY(-5px);
    background: #1a2645;
}

.aboutcon-stat-number{
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
}

.aboutcon-stat-label{
    font-size: 14px;
    color: #c7d2e4;
    margin-top: 8px;
}

.aboutcon-btn{
    margin-top: 40px;
}

.aboutcon-btn a{
    background: #fff;
    border: none;
    padding: 14px 32px;
    border-radius: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
}

.aboutcon-btn a:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(120,100,255,0.4);
}

/* Responsive */
@media(max-width:991px){
    .aboutcon-content{
        margin-top: 40px;
        text-align: center;
    }
    .aboutcon-content h2{
        font-size: 32px;
    }
}



.aboutcon-video-wrapper{
    width: 577px;
    height: 505px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.aboutcon-video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Responsive */
@media(max-width:991px){
    .aboutcon-video-wrapper{
        width: 100%;
        height: auto;
    }
    .aboutcon-video{
        height: auto;
    }
}


.vm-section{
background:#f4f1ee;
}

.vm-tag{
background:#08383b;
color:#fff;
padding:6px 14px;
border-radius:6px;
font-size:14px;
display:inline-block;
margin-bottom:10px;
}

.vm-title{
font-size:40px;
font-weight:700;
}

.vm-subtitle{
max-width:600px;
margin:auto;
color:#666;
}

.vm-card{
background:#fff;
padding:35px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
height:100%;
transition:0.3s;
}

.vm-card:hover{
transform:translateY(-6px);
}

.vm-highlight{
background: linear-gradient(135deg, #066a63, #0e1a2f);
color:#fff;
}

.vm-highlight ul li{
color:#fff;
}

.vm-icon{
width:50px;
height:50px;
    background: linear-gradient(135deg, #066a63, #0e1a2f);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
border-radius:6px;
font-size:22px;
margin-bottom:20px;
}

.vm-highlight .vm-icon{
background:#fff;
color:#f37321;
}

.vm-card h4{
font-weight:600;
margin-bottom:15px;
}

.vm-card h5{
    font-size: 18px;
    font-weight: 600;
}
.vm-card p{
font-size:15px;
margin-bottom:15px;
}

.vm-card ul{
padding-left:0;
list-style:none;
}

.vm-card ul li{
    margin-bottom: 2px;
    color: #555;
    font-size: 13px;
}

.vm-card ul li:before{
content:"✔";
margin-right:8px;
color:#8f9899;
}


.why-section{
padding:80px 0;
background:#f7f7f7;
}

.why-title{
font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    color: #0f766e;
}

.why-card{
background:#fff;
padding:35px 25px;
border-radius:10px;
text-align:center;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
height:100%;
}

.why-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 30px rgba(0,0,0,0.08);
}

.why-icon{
font-size:32px;
color:#1f8a70;
margin-bottom:15px;
}

.why-icon img{
	width:70px;
}

.why-card h4{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.why-card h3{
font-size:18px;
font-weight:600;
margin-bottom:10px;
}

.why-card p{
font-size:14px;
color:#666;
line-height:1.6;
}


.blink-link{
padding-left:10px;
padding-right:10px;
font-weight:600;
text-decoration:none;
color:#000;
display:inline-flex;
align-items:center;
gap:6px;
animation: blinkText 1.2s infinite;
}

.blink-arrow{
width:16px;
animation: blinkText 1.2s infinite;
}

@keyframes blinkText{
0%{opacity:1;}
50%{opacity:0;}
100%{opacity:1;}
}




.contact-section{

}

.contact-box{
background:#e2fffd;
padding:25px;
border-radius:30px;
box-shadow:0 20px 40px rgba(0,0,0,0.15);
max-width:1100px;
margin:auto;
}

.contact-box h2{
font-size:33px;
font-weight:700;
margin-bottom:10px;
}

.contact-sub{
    color: #555;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 21px;
}

.contact-input {
    height: 47px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding-left: 20px;
    font-size: 16px;
}

.contact-textarea{
border-radius:10px;
border:1px solid #ddd;
padding:18px;
font-size:16px;
    height: 103px;
}

.contact-check{
margin-top:10px;
font-size:15px;
}

.contact-check a{
color:#000;
font-weight:500;
text-decoration:underline;
}

.contact-btn{
background:#000;
color:#fff;
border:none;
padding:15px 40px;
border-radius:8px;
font-size:18px;
font-weight:600;
margin-top:10px;
transition:0.3s;
}

.contact-btn:hover{
background:#222;
}




.latest-post-section{
background:#ffffff;
padding-bottom:80px;
padding-top:40px;
color:#fff;
}

.latest-heading{
font-size:26px;
font-weight:600;
margin-bottom:30px;
}

.blog-card{
border-radius: 12px;
    overflow: hidden;
    border: 1px solid #178980;
    transition: 0.3s;
    height: 100%;
    background-image: url(https://cdn.prod.website-files.com/6451872…/6979444…_Group%202147229294.png), linear-gradient(#1b9a90, #a7e7e3);
}

.blog-card:hover{
transform:translateY(-6px);
border:2px solid #178980
}

.blog-img{
width:100%;
height:200px;
object-fit:cover;
}

.blog-content{
padding:18px;
}

.blog-category{
font-size: 13px;
    color: #136d66;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-title{
font-size:16px;
font-weight:600;
line-height:1.5;
margin-bottom:18px;
color: #000000;
}

.blog-title a{
font-size:16px;
font-weight:600;
line-height:1.5;
margin-bottom:18px;
color: #000000;
text-decoration:none;	
}

.blog-meta{
display:flex;
justify-content:space-between;
align-items:center;
font-size:13px;
color:#9ca3af;
}

.blog-author{
display:flex;
align-items:center;
gap:8px;
}

.blog-author span{ color:#000;}

.blog-author img{
width:28px;
height:28px;
border-radius:50%;
object-fit:cover;
}

.blog-date{
font-size:12px;
color: #000;
}




.single-blog-wrapper{
padding:60px 0;
}

/* BLOG CARD */

.single-blog-card{
background:#fff;
padding:25px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.single-blog-title{
font-size:28px;
font-weight:700;
margin-bottom:10px;
}

.single-blog-meta{
font-size:14px;
color:#777;
margin-bottom:20px;
}

.single-blog-meta span{
margin-right:15px;
}

.single-blog-img{
width:100%;
border-radius:8px;
margin-bottom:20px;
}

.single-blog-text{
color:#555;
line-height:1.8;
font-size:15px;
margin-bottom:18px;
}

/* QUOTE */

.single-blog-quote{
background:#f7f8fa;
padding:20px;
border-radius:8px;
font-style:italic;
margin:25px 0;
}

/* SUB TITLE */

.single-blog-subtitle{
font-size:20px;
font-weight:700;
margin-top:20px;
margin-bottom:10px;
}

/* SIDEBAR */

.single-blog-sidebar{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.single-blog-post{
display:flex;
margin-bottom:15px;
}

.single-blog-post img{
width:70px;
height:60px;
object-fit:cover;
border-radius:6px;
margin-right:10px;
}

.single-blog-post h6{
font-size:14px;
margin:0;
font-weight:600;
}

.single-blog-post span{
font-size:12px;
color:#888;
}

.single-blog-tabs .nav-link{
font-size:13px;
font-weight:600;
color:#555;
}

.single-blog-tabs .nav-link.active{
background:#167c74;
color:#fff;
border:none;
}

.single-blog-sidebar .nav-item .nav-link{
	color:#fff;
}