body {
  font-family: 'Inter', sans-serif;
  background: #f9fafb;
}

/* NAVBAR */
.custom-navbar {
  background: #ffffff;
  height: 75px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 0 rgba(0,0,0,0.05);
  backdrop-filter: blur(10px);
  transition: 0.3s;
  padding: 0;
}

/* BRAND */
.navbar-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  height: 75px;
  padding: 0;
  margin: 0;
}

/* FULL HEIGHT LOGO */
.logo-img{
  height: 78px;
  width: auto;
  object-fit: contain;
  display: block;
}
.profile-avatar{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:34px;
    font-weight:700;
    font-family:'Poppins', sans-serif;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.avatar-1{
    background:linear-gradient(135deg,#2563eb,#1e3a8a);
}

/* CARD 2 */
.avatar-2{
    background:linear-gradient(135deg,#0ea5e9,#1e40af);
}

/* CARD 3 */
.avatar-3{
    background:linear-gradient(135deg,#1d4ed8,#172554);
}

/* CARD 4 */
.avatar-4{
    background:linear-gradient(135deg,#3b82f6,#0f172a);
}

/* TEXT WRAPPER */
.brand-text{
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  margin-left: -16px;
}

/* TRUSTLYTICS */
.brand-text strong{
  font-size: 28px;
  font-weight: 700;
  color: #111827;
}

/* CONSULTING */
.brand-text small{
  font-size: 13px;
  letter-spacing: 3px;
  color: #9ca3af;
  margin-top: 2px;
  margin-left: 5px;
}

.navbar > .container{
  height: 75px;
}
.nav-link {
   position: relative;
  font-size: 14px;
  color: #374151;
  margin: 0 10px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav-link.active {
  background: linear-gradient(135deg, #1d9bf0, #4dabf7);
  color: #fff !important;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(29,155,240,0.3);
}
.nav-link.active:hover {
  background: #1d9bf0;
  color: #fff !important;
  /* padding: 6px 14px; */
  border-radius: 8px;
}

.nav-link:hover{
  background: rgba(29, 155, 240, 0.1);
  color: #1d9bf0;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29,155,240,0.2);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #1d9bf0;
  transition: 0.3s;
  transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 60%;
}


.demo-btn {
  background: #1d9bf0;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 500;
}
.demo-btn:hover{
  background-color: #1d9bf0;
  color: white;
}
/* HERO */
.hero-modern {
  background: radial-gradient(circle at top,#0d2f66,#081c3a);
  color: white;
  overflow: hidden;
  position: relative;
  padding: 140px 0 10px; /* increase bottom space */
  /* overflow: hidden; */
  z-index: 1;
}
.hero-modern::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;

  width: 350px;
  height: 350px;

  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.08) 1px,
      transparent 1px,
      transparent 18px
    ),
    radial-gradient(circle, rgba(255,255,255,0.2) 2px, transparent 3px);

  background-size: 20px 20px, 20px 20px;
  background-position: 0 0, 10px 10px;

  opacity: 0.4;
  pointer-events: none;
}

.hero-badge {
  background: rgba(255,255,255,0.1);
  padding: 8px 16px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.left{
  margin-top: -60px;
}
.left p{
  width: 90%;
}
.hero-modern h1 {
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.hero-modern span {
  color: #2ea3ff;
}

.hero-btns .btn {
  margin-right: 10px;
}

/* RIGHT SIDE */
.hero-right {
  display: flex;
  justify-content: center;
}

/* MAIN WRAPPER */
.hero-layout {
  position: relative;
  width: 490px;
  margin-left: -40px;
  min-height: 420px;
}

/* MAIN DASHBOARD */
.main-dashboard {
  background: #fff;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  padding: 35px 30px;
  min-height: 320px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  position: relative;

  display: flex;
  flex-direction: column;
  gap: 12px;   /* 👈 CLEAN spacing instead of space-between */
}

/* BADGE */
.dash-badge {
  display: inline-block;
  background: rgba(46,163,255,0.1);
  color: #2ea3ff;
  padding: 5px 12px;
  font-size: 11px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

/* TITLE */
.dash-title {
  font-size: 22px;
  font-weight: 600;
  color: #111;
}

.dash-title span {
  background: linear-gradient(90deg, #2ea3ff, #00e5ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* MODERN FEATURES */
.features-modern {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

/* FEATURE PILL */
.feature-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(0,0,0,0.03);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  transition: 0.3s;
  cursor: pointer;
}

.feature-pill i {
  color: #2ea3ff;
  font-size: 12px;
}

/* HOVER EFFECT */
.feature-pill:hover {
  background: linear-gradient(135deg, #2ea3ff, #00e5ff);
  color: #fff;
  transform: translateY(-2px);
}

.feature-pill:hover i {
  color: #fff;
}

/* TEXT */
.main-dashboard h3 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #000;
  width: 80%;
}

.main-dashboard .sub {
  font-size: 15px;
  color: #666;
  margin-bottom: 12px;
  width: 60%;
}

.mockup-header {
    background: #1d9bf0;
    /* width: 100%; */
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    gap: 6px;
    /* margin-top: -33px; */
}

.dot { width: 10px; height: 10px; border-radius: 50%; }
.red { background: #ff5f56; }
.yellow { background: #ffbd2e; }
.green { background: #27c93f; }

/* BUTTON */
.start-btn {
  width: 33%;
  display: inline-block;
  padding: 6px 14px;
  background: #2ea3ff;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 15px;
}

/* FEATURES */
.features {
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #333;
}

.features i {
  margin-right: 5px;
  color: #2ea3ff;
}

/* IMAGE (SLIGHT RIGHT, NOT FULL) */
.hero-img {
  height: 480px;
  position: absolute;
  width: 360px;
  bottom: -10px;  /* 👈 pushes it slightly outside dashboard */
  right: -60px;     /* 👈 closer to edge */

  z-index: 2;
}

/* SIDE CARDS (VERY CLOSE) */
.side-cards {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 5px;

  justify-content: center; /* ensures equal alignment */
}

/* MINI CARDS */
.mini-card {
  color: black;
  width: 150px;
  height: 140px; 
  /* padding: 10px; */
  border-radius: 12px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  font-size: 8px;
}
.mini-card h4,h5,h3{
  font-size: 15px;
}
#performanceChart {
  height: 20px !important;
}
#miniChart {
  height: 20px !important;
}
.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dcfce7;
}
.icon-circle span{
  font-size: 20px;
}
/* =========================
   RESPONSIVE DESIGN
   ========================= */

/* Tablets (<= 1024px) */
@media (max-width: 1024px) {

  .hero-layout {
    width: 100%;
    margin-left: 0;
  }

  .hero-img {
    height: 420px;
    width: 230px;
  }

  .side-cards {
    right: -80px;
  }

  .main-dashboard h3,
  .main-dashboard .sub {
    width: 80%;
  }

  .start-btn {
    width: auto;
  }
}

/* Small tablets / large phones (<= 768px) */
@media (max-width: 768px) {

  .hero-modern {
    padding: 100px 0 40px;
    text-align: center;
  }

  .left {
    margin-top: 0;
  }

  .left p {
    width: 100%;
  }

  .hero-layout {
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-right {
    justify-content: center;
  }

  .main-dashboard {
    width: 100%;
    padding: 25px;
  }

  .main-dashboard h3,
  .main-dashboard .sub {
    width: 100%;
  }

  .features-modern {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-img {
    position: relative;
    width: 200px;
    height: auto;
    right: 0;
    bottom: 0;
    margin-top: 20px;
  }

  .side-cards {
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .mini-card {
    width: 120px;
    height: 150px;
    font-size: 11px;
    padding: 8px;
  }

  .mini-card h4,
  .mini-card h5 {
    font-size: 14px;   /* reduce heading size */
  }

  .mini-card p {
    font-size: 11px;   /* if you have text inside */
  }
.mini-card h6 {
    font-size: 12px;
  }
  #performanceChart,
  #miniChart {
    height: 20px !important;
  }
}

/* Mobile (<= 480px) */
@media (max-width: 480px) {

  .hero-modern h1 {
    font-size: 26px;
  }

  .hero-btns .btn {
    margin-bottom: 10px;
  }

  .main-dashboard {
    padding: 18px;
  }

  .dash-title {
    font-size: 18px;
  }

  .feature-pill {
    font-size: 11px;
    padding: 5px 10px;
  }

  .mini-card {
    width: 100px;
    height: 150px;
    font-size: 10px;
    padding: 6px;
  }

  .mini-card h4,
  .mini-card h5 {
    font-size: 12px;
  }
.mini-card h6 {
    font-size: 12px;
  }
  .mini-card p {
    font-size: 10px;
  }

  #performanceChart,
  #miniChart {
    height: 15px !important;
  }

  .hero-img {
    width: 180px;
  }
}


/* SECTION */
.team-chart-section {
  padding: 30px 0;
  background: radial-gradient(circle at top,#081c3a,#0d2f66);
  color: #fff;
}

/* HEADING */
.team-chart-section h2 {
  font-weight: 600;
  font-size: 28px;
}

.team-chart-section .sub-text {
  color: #94a3b8;
  font-size: 14px;
  margin-top: 5px;
}

/* KPI CARDS */
.kpi-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 15px;
  transition: 0.3s;
}

.kpi-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.kpi-card h6 {
  font-size: 12px;
  color: #94a3b8;
}

.kpi-card h3 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 600;
}

/* RANKING BOX */
.ranking-box {
  background: rgba(255,255,255,0.04);
  border-radius: 12px;
  padding: 15px;
  max-width: 400px;
  margin: auto;
}

.ranking-box h5 {
  font-size: 15px;
  margin-bottom: 10px;
}

.ranking-box ol {
  padding-left: 18px;
  text-align: left;
}

.ranking-box li {
  font-size: 13px;
  margin-bottom: 5px;
  color: #cbd5f5;
}

/* DROPDOWN */
#employeeSelect {
  background: white;
  color: black;
  border: 1px solid rgba(255,255,255,0.1);
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 8px;
}

/* CHART BOX */
/* CHART BOX - AUTO FIT */
.team-chart-section .team-dashboard-box {
  margin-top: 20px;
  width: 100%;
  max-width: 650px;

  margin-left: auto;
  margin-right: auto;

  background: rgba(255,255,255,0.03);
  border-radius: 15px;
  padding: 12px 15px;
  backdrop-filter: blur(15px);
}

/* CANVAS - CONTROL SIZE */
#teamChart {
  width: 100% !important;
  height: 180px !important;  /* ✅ SMALL & PERFECT */
}




.hero-solutions-section{
  padding: 80px 0;
  background: #f8fbff;
}

.section-subtitle{
  color: #2ea3ff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.section-title{
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
}

.section-desc{
  color: #666;
  max-width: 650px;
  margin: 10px auto 0;
}

/* CARD */
.solution-card{
  background: #fff;
  padding: 30px 25px;
  border-radius: 14px;
  text-align: left;
  transition: 0.3s;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  height: 100%;
}

.solution-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ICON */
.icon-box{
  width: 55px;
  height: 55px;
  background: #0d2b5c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
  font-size: 20px;
}

/* TEXT */
.solution-card h5{
  font-weight: 600;
  margin-bottom: 10px;
}

.solution-card p{
  font-size: 14px;
  color: #666;
}

.solution-card ul{
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.solution-card ul li{
  font-size: 14px;
  margin-bottom: 5px;
  color: #333;
}

/* IMAGE BOX */
.image-box {
  position: relative;
  border-radius: 14px;
  overflow: visible; /* allow cards outside */
}

.image-box img {
  width: 100%;
  display: block;
  border-radius: 14px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* 🔥 98% TOP RIGHT (exact like screenshot) */
.card-98 {
  position: absolute;
  top: -10px;
  right: -20px;
  background: #f9fafb;
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  min-width: 140px;
}

.card-98 h5 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #10b981;
}

.card-98 p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

/* 🔥 +40% BOTTOM LEFT (exact like screenshot) */
.card-40 {
  position: absolute;
  bottom: -35px;
  left: -17px;
  background: #f9fafb;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  min-width: 150px;
}

.card-40 h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1d9bf0;
}

.card-40 p {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

/* WHATSAPP BUTTON */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-decoration: none;
  z-index: 9999;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero {
    padding: 110px 0 60px;
    text-align: center;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero p {
    margin: 15px auto;
  }

  .image-box {
    margin-top: 30px;
  }

  .floating-card {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* OVERLAY */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(3px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

/* SIDE MENU */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 320px;
  height: 100%;
  background: #fff;
  padding: 20px;
  transition: 0.4s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile-menu.active {
  right: 0;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* MENU CONTENT */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.close-menu {
  font-size: 24px;
  color: #111;   /* make it visible */
  cursor: pointer;
  z-index: 1000;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.mobile-menu ul li {
  padding: 12px;
  font-size: 16px;
  color: #374151;
}

.mobile-menu {
  z-index: 9999;   /* increase */
}

.mobile-menu ul li.active {
  background: #1d9bf0;
  color: #fff;
  border-radius: 8px;
}

.menu-btn {
  background: #1d9bf0;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}

/* HIDE DEFAULT MENU IN MOBILE */
@media (max-width: 991px) {
  .navbar-collapse {
    display: none !important;
  }
  a{
    text-decoration: none;
  }
}
/* WHY SECTION */
.why-section {
  padding: 40px 0;
  background: #f9fafb;
}

.why-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
}

.sub-text {
  margin-top: 10px;
  color: #6b7280;
  font-size: 16px;
}

/* CARD */
.why-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  transition: 0.3s;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.why-card i {
  font-size: 28px;
  color: #1d9bf0;
  margin-bottom: 15px;
}

.why-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14px;
  color: #6b7280;
}

/* HOVER EFFECT */
.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.why-card:hover i {
  transform: scale(1.2);
  transition: 0.3s;
}

/* SECTION */
.industry-section {
  padding: 40px 0;
  background: #ffffff;
}

.industry-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.industry-section .sub-text {
  color: #6b7280;
  margin-top: 10px;
}

/* BOX */
.industry-box {
  background: #f9fafb;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 15px;
  border: 1px solid lightgrey;
}

/* HEADER */
.industry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

/* ICON */
.toggle-icon {
  transition: 0.3s;
}

/* CONTENT */
.industry-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

/* LIST */
.industry-content ul {
  margin-top: 15px;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 columns */
  gap: 10px 20px;
}

/* custom blue bullet */
.industry-content li {
   list-style: none;
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  color: #374151;
}

/* bullet dot */
.industry-content li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #2563eb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* ACTIVE STATE */
.industry-box.active .industry-content {
  max-height: 300px;
}

.industry-box.active .toggle-icon {
  transform: rotate(180deg);
}
.industry-box:hover {
  background: #eef2ff;
}
.industry-content li:hover {
  color: black;
  transform: translateX(3px);
  transition: 0.2s;
}
@media (max-width: 576px) {
  .industry-content ul {
    grid-template-columns: 1fr; /* single column on mobile */
  }
}

/* SECTION */
.testimonial-section {
  padding: 40px 0;
  background: #f9fafb;
}

.testimonial-section h2 {
  font-size: 36px;
  font-weight: 700;
}

.testimonial-section .sub-text {
  color: #6b7280;
  margin-top: 10px;
}

/* CARD */
.testimonial-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  text-align: left;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

/* REVIEW TEXT */
.review {
  font-size: 12px;
  color: #374151;
  line-height: 1.6;
  font-style: italic;
}

/* TAG */
.tag {
  display: inline-block;
  margin-top: 15px;
  background: #e0f2fe;
  color: #0284c7;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
}

/* NAME */
.testimonial-card h6 {
  margin-top: 15px;
  font-weight: 500;
}

/* COMPANY + LOCATION */
.company {
  margin: 0;
  font-size: 13px;
  color: #6b7280;
}

.location {
  font-size: 12px;
  color: #9ca3af;
}

/* HOVER */
.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
/* STARS */
.stars {
  color: #facc15; /* yellow */
  margin-bottom: 10px;
}
.stars .fa-solid {
  color: #facc15; /* yellow filled stars */
}

.stars .fa-regular {
  color: #d1d5db; /* gray empty star */
}

.stars i {
  font-size: 14px;
  margin-right: 2px;
}
/* SMALL GRAY LINE */
.divider {
  width: 100%;            /* control size */
  height: 1px;
  background: #e5e7eb;    /* light gray */
  margin: 12px 0;         /* spacing */
  border-radius: 2px;
}

/* BACKGROUND ANIMATION */
.contact-section {
  background: linear-gradient(270deg, #eef4ff, #dfe9ff, #f5f9ff);
  background-size: 600% 600%;
  animation: gradientMove 10s ease infinite;
  padding: 40px 0;
}

@keyframes gradientMove {
  0% {background-position: 0%}
  50% {background-position: 100%}
  100% {background-position: 0%}
}

/* GRADIENT TEXT */
.gradient-text {
  font-weight: 700;
  background: linear-gradient(90deg, #0d6efd, #6ea8fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GLASS EFFECT FORM */
.form-glass {
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.6);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  animation: floatBox 4s ease-in-out infinite;
}

/* FLOATING BOX ANIMATION */
@keyframes floatBox {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* INPUT GROUP */
.floating-group {
  position: relative;
  margin-bottom: 20px;
}

/* INPUT STYLE */
.floating-group input,
.floating-group textarea,
.floating-group select {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.8);
  outline: none;
  transition: 0.3s;
}

/* GLOW ON FOCUS */
.floating-group input:focus,
.floating-group textarea:focus,
.floating-group select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 10px rgba(13,110,253,0.3);
}

/* LABEL */
.floating-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: transparent;
  color: #666;
  font-size: 14px;
  transition: 0.3s;
  pointer-events: none;
}

/* FLOAT LABEL */
.floating-group input:focus + label,
.floating-group input:valid + label,
.floating-group textarea:focus + label,
.floating-group textarea:valid + label,
.floating-group select:focus + label,
.floating-group select:valid + label {
  top: -8px;
  font-size: 12px;
  color: #0d6efd;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-weight: 600;
  background: linear-gradient(135deg, #0d6efd, #4f8cff);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

/* BUTTON HOVER */
.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(13,110,253,0.4);
}

/* RIPPLE EFFECT */
.submit-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.submit-btn:active::after {
  width: 300px;
  height: 300px;
}

/* CTA BUTTON */
.join-btn {
  /* background: #1d9bf0; */
  color: black;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  display: inline-block;
  border: 1px solid rgb(219, 218, 218);
}

/* HOVER */
.join-btn:hover {
  background: #0d8ae5;
  color: #fff;
  transform: translateY(-2px);
}

/* ICON ANIMATION */
.join-btn i {
  transition: 0.3s;
}

.join-btn:hover i {
  transform: translateX(5px);
}
/* CTA SECTION */
.cta-section {
  background: #1d9bf0;
  padding: 60px 20px;
  color: #fff;
}

/* HEADING */
.cta-section h2 {
  font-size: 36px;
  font-weight: 700;
}

/* SUBTEXT */
.cta-section p {
  margin-top: 15px;
  font-size: 16px;
  opacity: 0.9;
}

/* BUTTON */
.cta-btn {
  margin-top: 25px;
  background: #fff;
  color: #1d9bf0;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

/* HOVER */
.cta-btn:hover {
  background: #f1f5f9;
  color: #1d9bf0;
  transform: translateY(-3px);
}

/* ICON ANIMATION */
.cta-btn i {
  transition: 0.3s;
}

.cta-btn:hover i {
  transform: translateX(5px);
}

/* FOOTER */
.footer {
  background: #ffffff;
  color: #374151;
  padding: 60px 0 20px;
}

/* LOGO */
.footer-logo {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.footer-logo img{
  height: 22px;   
  width: auto;
}
.mb-4 small{
  display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-left: 22px;
    margin-top: -3px;
}
/* HEADINGS */
.footer h5 {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 15px;
}

/* TEXT */
.footer p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.map{
  text-decoration: none;
  color: #6b7280;
}
.udyam {
  font-size: 13px;
  color: #9ca3af;
}

/* LIST */
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  font-size: 13px;
  margin-bottom: 8px;
  color: #6b7280;
  cursor: pointer;
  transition: 0.2s;
}

.footer strong{
    margin-left: -5px;
}

/* HOVER */
.footer ul li:hover {
  color: #1d9bf0;
  transform: translateX(3px);
}

/* ICONS */
.footer i {
  color: #1d9bf0;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #e5e7eb;
  margin-top: 30px;
  padding-top: 15px;
  font-size: 13px;
  color: #9ca3af;
}
/* PHONE BOX */
.phone-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.phone-box i{
  font-size: 13px;
}
.phone-numbers {
  display: flex;
  flex-direction: column;
  /* gap: 8px; */
  font-size: 12px;
  color: #6b7280;;
}

.phone-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.whatsapp-icon {
  color: #25D366;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s;
}

.whatsapp-icon:hover {
  transform: scale(1.2);
}

/* SOCIAL ICONS */
.social-icons i {
  font-size: 18px;
  margin-right: 12px;
  color: gray;
  cursor: pointer;
  transition: 0.3s;
}

.social-icons i:hover {
  color: #0d8ae5;
  transform: translateY(-2px);
}

/* ABOUT HERO */
.about-hero {
  padding: 120px 20px 80px;
  background: #f9fafb;
  text-align: center;
  background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

/* HEADING */
.about-hero h1 {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
}

/* SUBTEXT */
.about-hero p {
  margin-top: 15px;
  font-size: 16px;
  color: #6b7280;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.highlight {
  color: #1d9bf0; /* your theme blue */
}

/* ABOUT CONTENT */
.about-content {
  padding: 60px 20px;
  background: #ffffff;
}

/* HEADING */
.about-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
}

/* TEXT */
.about-content p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.8;
  margin-bottom: 15px;
}
/* SECTION */
.approach-section {
  padding: 40px 20px;
  background: #f9fafb;
}

/* HEADING */
.approach-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

/* CARD */
.approach-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

/* ICON */
.approach-card .icon {
  font-size: 32px;
  margin-bottom: 15px;
}

/* TITLE */
.approach-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* TEXT */
.approach-card p {
  font-size: 14px;
  color: #6b7280;
}

/* HOVER */
.approach-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}


/* SECTION */
.data-growth {
  padding: 40px 20px;
  background: #ffffff;
}

/* HEADING */
.data-growth h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

/* TEXT */
.data-growth p {
  font-size: 15px;
  color: #6b7280;
  line-height: 1.7;
}

/* FEATURES */
.about-features {
  margin-top: 20px;
}

.about-feature-item {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-weight: 600;
  color: #111827;
}

.about-feature-item i {
  color: #1d9bf0;
  margin-right: 10px;
}

.about-feature-text {
  margin-left: 25px;
  font-size: 14px;
  color: #6b7280;
}

/* IMAGE */
.image-box img {
  width: 100%;          /* full width of column */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.image-box img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
/* SECTION */
.founder-section {
  padding: 40px 20px;
  background: #f9fafb;
}

/* HEADING */
.founder-section h2 {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
}

/* BOX */
.founder-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* IMAGE */
.founder-box img {
  width: 100%;
  max-width: 250px;
  border-radius: 12px;
}

/* NAME */
.founder-box h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

/* ROLE */
.role {
  color: #1d9bf0;
  font-weight: 500;
  margin-bottom: 15px;
}

/* QUOTE */
.quote {
  font-style: italic;
  color: #374151;
  margin-bottom: 15px;
}

/* TEXT */
.founder-box p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}
.quote::before {
  content: "“";
  font-size: 24px;
  color: #1d9bf0;
  margin-right: 5px;
}
/* SECTION */
.values-section {
  padding: 40px 0;
  background: linear-gradient(180deg, #ffffff, #f8fbff);
}

.values-section h2 {
  font-size: 38px;
  font-weight: 700;
  color: #111827;
}

.values-section p {
  color: #6b7280;
}

/* CARD */
.value-card {
  background: #fff;
  padding: 35px 30px;
  border-radius: 18px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

/* HOVER */
.value-card:hover {
  transform: translateY(-10px);
  border-color: #0d6efd;
  box-shadow: 0 20px 40px rgba(13, 110, 253, 0.12);
}

/* ICON CIRCLE */
.value-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #0d6efd, #4f8cff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 26px;
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.25);
}

/* HEADING */
.value-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111827;
}

/* TEXT */
.value-card p {
  font-size: 15px;
  line-height: 1.8;
  color: #6b7280;
}
/* UDYAM SECTION */
.udyam-section {
  background: #f0f7fc; /* light blue */
  padding: 55px 15px;
}

/* TEXT */
.udyam-section p {
  margin: 0;
  font-size: 16px;
  color: #0c4a6e;
  font-weight: 500;
}
/* SECTION */
.services-header {
  padding: 120px 20px 40px;
  background: #ffffff;
}

/* HEADING */
.services-header h2 {
  font-size: 32px;
  font-weight: 700;
}

/* BLUE TEXT */
.blue-text {
  color: #1d9bf0;
}

/* SUBTEXT */
.services-header .sub-text {
  font-size: 15px;
  color: #6b7280;
  margin-top: 10px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blue-text {
  color: #1d9bf0;
}

.services-section {
  padding: 0px 0;
  background: #f9fbff;
}

.blue {
  color: #0d6efd;
}

.sub-text {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

/* CARD */
.service-card {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 16px;
  padding: 25px;
  text-align: left;
  transition: 0.3s;
}

.service-card:hover {
  border-color: #0d6efd;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ICON */
.service-icon {
  width: 50px;
  height: 50px;
  background: #eaf2ff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #0d6efd;
  margin-bottom: 15px;
}

/* TITLE */
.service-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

/* LABELS */
.label {
  font-size: 12px;
  font-weight: 700;
  margin-top: 12px;
}

.problem {
  color: #dc3545;
}

.solution {
  color: #0dcaf0;
}

.benefit {
  color: #0d6efd;
}

/* TEXT */
.service-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.solutions-section h2 {
  font-weight: 700;
}

.sub-text {
  color: #6c757d;
  max-width: 600px;
  margin: auto;
}

/* CARD */
.solution-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  transition: 0.3s;
}

.solution-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* IMAGE */
.solution-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* CONTENT */
.solution-content {
  padding: 20px;
  text-align: left;
}

.solution-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.solution-content p {
  font-size: 14px;
  color: #555;
}
.work-section {
  padding: 40px 0;
  background: #f8f9fb;
}

/* 🔥 ADD THIS */
.work-section .container {
  max-width: 900px;   /* control width */
  margin: auto;       /* center the section */
}

/* ITEM */
.work-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* CIRCLE */
.circle {
  width: 55px;
  height: 55px;
  background: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-right: 20px;
  flex-shrink: 0;
}

/* CONTENT */
.work-item .content h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.work-item .content p {
  color: #666;
  font-size: 14px;
  margin: 0;
}
.solutions-section {
  padding: 120px 0;
  background: #f8fafc;
}

.solution-card {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  text-align: left;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.solution-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.solution-card .icon {
  font-size: 28px;
  background: #e0f2fe;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 15px;
}

.solution-card h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #0f172a;
}



/* LABELS */
.label {
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
}

/* .label.red {
  color: #ef4444;
}

.label.blue {
  color: #2563eb;
}

.label.green {
  color: #10b981;
} */

.solution-card p {
  font-size: 14px;
  color: #475569;
  margin-bottom: 6px;
}

.stats-section {
  padding: 30px 0;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: white;
}

.stat-card {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  transition: 0.3s;
}

.stat-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.08);
}

.stat-card h3 {
  font-size: 40px;
  font-weight: 700;
  color: #38bdf8;
}

.stat-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #cbd5f5;
}

.showcase-section {
  padding: 80px 0;
  background: #f8fafc;
}

.showcase-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #e5e7eb;
  transition: 0.4s ease;
}

.showcase-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* IMAGE */
.showcase-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: 0.4s;
}

.showcase-card:hover img {
  transform: scale(1.05);
}

/* CONTENT */
.showcase-content {
  padding: 20px;
}

.showcase-content h5 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #0f172a;
}

.showcase-content h6 {
  font-size: 14px;
  color: #2563eb;
  margin-bottom: 10px;
}

.showcase-content p {
  font-size: 14px;
  color: #475569;
}
.industry-section {
   padding: 40px 0;
  background: #f1f5f9;
}

.industry-section h2 {
  font-weight: 700;
  color: #0f172a;
}

.industry-section p {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

/* MINI CARDS */
.mini-card {
  background: #f8fafc;
  padding: 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: 0.3s;
}

.mini-card:hover {
  transform: translateY(-6px);
  background: #2563eb;
  color: #fff;
}

.mini-card i {
  font-size: 22px;
  margin-bottom: 10px;
  color: #2563eb;
}

.mini-card:hover i {
  color: #fff;
}

.mini-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.mini-card p {
  font-size: 13px;
}
.pricing-intro {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #f8fafc, #e0f2fe);
}

.pricing-intro h2 {
  font-weight: 700;
  color: #0f172a;
}

.blue-text {
  color: #2563eb;
}

.pricing-intro .sub-text {
  max-width: 700px;
  margin: 0 auto;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}
.pricing-intro h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #2563eb;
  margin: 15px auto 0;
  border-radius: 2px;
}
.pricing-section {
  padding: 80px 0;
  background: #f8fafc;
}

/* TABS */
.pricing-tabs {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.tab-btn {
  border: none;
  background: #e2e8f0;
  color: #0f172a;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.tab-btn:hover {
  background: #2563eb;
  color: #fff;
}

.tab-btn.active {
  background: #2563eb;
  color: #fff;
  box-shadow: 0 10px 25px rgba(37,99,235,0.25);
}

/* CARD */
.pricing-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: 0.4s;
  position: relative;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* POPULAR */
.pricing-card.popular {
  border: 2px solid #2563eb;
  transform: scale(1.03);
}

.badge {
  position: absolute;
  top: -12px;
  right: 20px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 20px;
}
.pricing-card h4{
  font-size: 20px;
}
/* ICON */
.plan-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.plan-desc {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 15px;
}

/* PRICE */
.price-box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.price-box h5 {
  font-size: 16px;
  color: #2563eb;
}

.label {
  font-size: 12px;
  color: #94a3b8;
}

/* FEATURES */
.price-features {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.price-features li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #475569;
}

/* BUTTONS */
.plan-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  background: #e2e8f0;
  color: #0f172a;
  text-decoration: none;
  transition: 0.3s;
}

.plan-btn:hover {
  background: #2563eb;
  color: #fff;
}

.plan-btn.primary {
  background: #2563eb;
  color: #fff;
}

/* CTA */
.consult-btn {
  background: #2563eb;
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
}

.outline-btn {
  border: 1px solid #2563eb;
  color: #2563eb;
  padding: 12px 25px;
  border-radius: 8px;
}
.pricing-card.popular {
  box-shadow: 0 0 30px rgba(37, 99, 235, 0.3);
}
.pricing-card ul {
  list-style: none;
  padding: 0;
}

.pricing-card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #374151;
}

.pricing-card ul li::before {
  content: "\f00c"; /* Font Awesome check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #10b981; /* green tick */
}
.engagement-structure {
  padding: 40px 0;
  background: #f9fafb;
}
/* SWITCH BUTTONS */
.pricing-switch{
  margin-bottom: 50px;
}

.switch-btn{
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #0f172a;
  padding: 12px 24px;
  border-radius: 40px;
  margin: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.switch-btn i{
  margin-right: 8px;
}

.switch-btn:hover,
.switch-btn.active{
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
  box-shadow: 0 10px 25px rgba(37,99,235,0.25);
}

/* WHY CHOOSE US */
.why-choose-box{
  margin-top: 50px;
  background: linear-gradient(135deg,#ffffff,#f1f7ff);
  border: 1px solid #dbeafe;
  border-radius: 22px;
  padding: 35px 30px;
  box-shadow: 0 15px 40px rgba(37,99,235,0.08);
}

.why-choose-box h4{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #0f172a;
}

.why-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.why-item{
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e0ecff;
  padding: 16px 18px;
  border-radius: 14px;
  transition: 0.3s;
}

.why-item:hover{
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(37,99,235,0.12);
  border-color: #2563eb;
}

.why-item i{
  color: #2563eb;
  font-size: 18px;
}

.why-item span{
  font-size: 15px;
  font-weight: 600;
  color: #334155;
  line-height: 1.5;
}

/* RESPONSIVE */
@media(max-width:991px){

  .why-grid{
    grid-template-columns: repeat(2,1fr);
  }

}

@media(max-width:576px){

  .why-grid{
    grid-template-columns: 1fr;
  }

  .why-choose-box{
    padding: 25px 20px;
  }

  .why-choose-box h4{
    font-size: 24px;
  }

}


/* EXTRA INFO */
.plan-extra{
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #e5e7eb;
}
/* WORKING DAYS */
.working-days{
  margin-top: 18px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 500;
}

.working-days i{
  color: #2563eb;
}
.extra-item{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #475569;
  margin-bottom: 10px;
}

.extra-item i{
  color: #2563eb;
  font-size: 15px;
}

/* CONTENT */
.pricing-content{
  display: none;
}

.pricing-content.active-content{
  display: block;
}

/* BADGES */
.plan-badge{
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.plan-badge.starter{
  background: #16a34a;
}

.plan-badge.enterprise{
  background: #ca8a04;
}

/* MODAL WRAPPER */
.tw-modal-wrapper{
  border-radius: 24px;
  overflow: hidden;
  border: none;
  background: #fff;
}

/* HEADER */
.tw-modal-header{
  background: linear-gradient(135deg,#0f172a,#2563eb);
  padding: 25px 30px;
}

.tw-modal-title{
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.tw-close-btn{
  filter: brightness(0) invert(1);
}

/* BODY */
.tw-modal-body{
  padding: 35px;
  background: #f8fbff;
}

/* TOP */
.tw-package-top{
  text-align: center;
  margin-bottom: 30px;
}

.tw-mini-badge{
  background: #dbeafe;
  color: #2563eb;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
}

.tw-package-heading{
  margin-top: 18px;
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
}

.tw-modal-price{
  font-size: 42px;
  font-weight: 800;
  color: #2563eb;
  margin: 12px 0;
}

.tw-modal-price span{
  font-size: 20px;
  color: #94a3b8;
  text-decoration: line-through;
  margin-left: 8px;
}

.tw-package-desc{
  color: #64748b;
  font-size: 16px;
  max-width: 650px;
  margin: auto;
}

/* SECTION */
.tw-modal-section{
  background: #fff;
  border-radius: 18px;
  padding: 28px;
  border: 1px solid #dbeafe;
}

.tw-modal-section h5{
  margin-bottom: 20px;
  font-size: 22px;
  color: #0f172a;
  font-weight: 700;
}

.tw-feature-list{
  list-style: none;
  padding: 0;
}

.tw-feature-list li{
  position: relative;
  padding-left: 34px;
  margin-bottom: 14px;
  color: #334155;
  font-size: 15px;
}

.tw-feature-list li::before{
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #10b981;
}

/* INFO BOX */
.tw-info-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 25px;
}

.tw-info-card{
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  border: 1px solid #dbeafe;
  display: flex;
  gap: 14px;
}

.tw-info-card i{
  color: #2563eb;
  font-size: 24px;
  margin-top: 5px;
}

.tw-info-card strong{
  display: block;
  color: #0f172a;
  margin-bottom: 5px;
}

.tw-info-card p{
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.old-price{
  text-decoration: line-through;
  color: #94a3b8;
  font-size: 16px;
  margin-right: 8px;
  font-weight: 500;
}

/* MOBILE */
@media(max-width:768px){

  .tw-modal-body{
    padding: 25px;
  }

  .tw-package-heading{
    font-size: 28px;
  }

  .tw-modal-price{
    font-size: 34px;
  }

  .tw-info-box{
    grid-template-columns: 1fr;
  }

}


/* HEADING */
.engagement-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111827;
}
.engagement-title i{
  color: #2563eb;
}
/* CARD */
.engagement-card {
  max-width: 800px;
  margin: auto;
  background: #fff;
  padding: 50px 30px;
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

/* TEXT */
.main-line {
  font-size: 18px;
  margin-bottom: 15px;
}

.light-text {
  color: #6b7280;
  margin-left: 6px;
}

.sub-line {
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 8px;
}

/* CTA TEXT */
.cta-text {
  margin-top: 25px;
  font-size: 15px;
}

/* BUTTON */
.strategy-btn {
  display: inline-block;
  margin-top: 20px;
  background: #1d9bf0;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.strategy-btn:hover {
  background: #0ea5e9;
  transform: translateY(-2px);
}
.faq-section {
  padding: 40px 0;
  background: #f9fafb;
}

.faq-box {
  max-width: 800px;
  margin: auto;
}

/* ITEM */
.accordion-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* HEADER */
.accordion-header {
  width: 100%;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  background: #fff;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}

.accordion-header:hover {
  background: #f1f5f9;
}

.accordion-header span {
  font-size: 20px;
}

/* CONTENT */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 14px;
  color: #6b7280;
  transition: 0.4s ease;
}

.accordion-content.show {
  max-height: 200px;
  padding: 15px 20px 20px;
}

/* ACTIVE */
.accordion-header.active {
  color: #1d9bf0;
}
.final-cta-section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #0ea5e9, #1d9bf0);
  color: white;
  text-align: center;
}

/* HEADING */
.final-cta-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* TEXT */
.final-cta-section p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 30px;
}

/* BUTTON GROUP */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.primary-btn {
  background: #fff;
  color: #1d9bf0;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* SECONDARY BUTTON */
.secondary-btn {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s;
}

.secondary-btn:hover {
  background: #fff;
  color: #1d9bf0;
}

.review-page {
   position: relative;
  z-index: 1;
  padding: 120px 0;
  background: linear-gradient(135deg, #f8fbff, #eef5ff);
}

.review-card {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(12px);
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: 0.3s;
  height: 100%;
}

.review-card:hover {
  transform: translateY(-8px);
}

.review-card .top img{
  width: 80px;
  height: 80px;
  min-width: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

.review-card .top{
  display: flex;
  align-items: center;
  gap: 12px;
}

.review-card .stars {
  color: #f7b500;
  margin: 10px 0;
}

.review-text {
  font-size: 14px;
  color: #444;
}

.tag {
  display: inline-block;
  margin-top: 10px;
  background: #0d6efd;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.swiper {
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.swiper-slide {
  height: auto;
  display: flex;
}
.swiper-button-next,
.swiper-button-prev {
  width: 35px;
  height: 35px;
  background: #0d6efd;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

/* Remove default big arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 14px;
  font-weight: bold;
}

/* Position tweak */
.swiper-button-next {
  right: 5px;
}

.swiper-button-prev {
  left: 5px;
}
.review-stats {
  padding: 30px 0;
  background: #0d1117;
  color: #fff;
}

.review-stats h2 {
  font-weight: 600;
}

.review-stats .sub-text {
  color: #aaa;
}

.stat-box {
  background: rgba(255,255,255,0.05);
  padding: 30px;
  border-radius: 16px;
  transition: 0.3s;
  backdrop-filter: blur(10px);
}

.stat-box:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.08);
}

.stat-box h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0d6efd;
}

.stat-box p {
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}

.google-review-pro {
  padding: 80px 0;
  background: linear-gradient(135deg, #eef2ff, #f8fbff);
  position: relative;
  overflow: hidden;
}

/* background glow */
.google-review-pro::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  background: #0d6efd33;
  filter: blur(120px);
  top: -50px;
  left: -50px;
}

.review-box {
  max-width: 500px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;

  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(15px);

  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.3);

  transition: 0.4s;
}
.google-header img{
  width: 100px;
}

.review-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

.review-box p {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.review-btn {
  margin-top: 15px;
  background: #0d6efd;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}

.video-pro {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8fbff, #eef2ff);
  position: relative;
  overflow: hidden;
}

/* soft glow blobs */
.video-pro::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: #0d6efd22;
  filter: blur(120px);
  top: -50px;
  left: -50px;
}

.video-pro::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  background: #6f42c122;
  filter: blur(120px);
  bottom: -50px;
  right: -50px;
}

.video-wrapper {
  position: relative;
  max-width: 750px;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;

  /* GLASS EFFECT */
  background: rgba(255,255,255,0.4);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255,255,255,0.3);

  /* SHADOW DEPTH */
  box-shadow: 
    0 20px 60px rgba(0,0,0,0.15),
    0 0 40px rgba(13,110,253,0.15);

  transition: 0.4s;
}

/* hover lift */
.video-wrapper:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 
    0 30px 80px rgba(0,0,0,0.2),
    0 0 60px rgba(13,110,253,0.3);
}

.video-wrapper img {
  width: 100%;
  border-radius: 15px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #0d6efd;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 9999;
}

.video-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 100px auto;
}

.video-content iframe {
  width: 100%;
  height: 450px;
}

.close-video {
  position: absolute;
  top: -30px;
  right: 0;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}

/* ======================================
   CONSULTATION SECTION
====================================== */

.lead-form{
  background: linear-gradient(135deg,#f5f9ff,#edf4ff);
  position: relative;
  overflow: hidden;
}

.consulting-content{
  padding-right: 30px;
}

.mini-title{
  display: inline-block;
  background: rgba(13,110,253,0.1);
  color: #0d6efd;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.consulting-content h2{
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  color: #0a2540;
  margin-bottom: 20px;
}

.consulting-content p{
  font-size: 17px;
  color: #5b6574;
  line-height: 1.8;
  margin-bottom: 30px;
}

.consulting-points{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.point{
  background: #fff;
  padding: 16px 20px;
  border-radius: 14px;
  font-weight: 600;
  color: #0a2540;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* ======================================
   FORM
====================================== */

.form-wrapper{
  background: #fff;
  border-radius: 28px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* ======================================
   RESPONSIVE
====================================== */

@media(max-width:991px){

  .consulting-content{
    text-align: center;
    padding-right: 0;
  }

  .consulting-content h2{
    font-size: 36px;
  }

  .consulting-points{
    margin-bottom: 30px;
  }

}


.modal-content {
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

.modal-title {
  font-weight: 600;
}

.modal .form-control {
  padding: 12px;
  border-radius: 10px;
}

.modal .btn-primary {
  background: #0d6efd;
  border: none;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.3s;
}

.modal .btn-primary:hover {
  transform: scale(1.03);
}
/* ===== GLOBAL BLOG STYLE ===== */
.blog-hero,
.featured-section,
.blog-section,
.blog-cta {
  position: relative;
  z-index: 1;
}

/* ===== HERO ===== */
.blog-hero {
  padding: 120px 0 80px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.blog-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.5px;
}

.blog-hero p {
  max-width: 600px;
  margin: 10px auto 0;
  color: #666;
  font-size: 15px;
}

/* ===== FEATURED ===== */
.featured-section {
  padding: 40px 0;
}

.featured-card {
  display: flex;
  gap: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.35s ease;
}

.featured-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.featured-card img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.featured-content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-content h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #111;
}

.featured-content p {
  font-size: 14px;
  color: #555;
}

.read-more {
  margin-top: 15px;
  color: #0d6efd;
  font-weight: 500;
  text-decoration: none;
}

/* ===== BLOG GRID ===== */
/* ===== BLOG SECTION ===== */
.blog-section {
  padding: 70px 0 90px;
  background: #f8fbff;
}

/* ===== CARD ===== */
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  transition: all 0.35s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* HOVER EFFECT */
.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

/* ===== IMAGE ===== */
.blog-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* ZOOM EFFECT */
.blog-card:hover .blog-img img {
  transform: scale(1.08);
}

/* ===== CONTENT ===== */
.blog-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* ===== META TOP ===== */
.blog-meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: #777;
  margin-bottom: 10px;
}

/* ===== TAG ===== */
.tag {
  background: #e7f1ff;
  color: #0d6efd;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 500;
}

/* ===== TITLE ===== */
.blog-body h5 {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* ===== DESCRIPTION ===== */
.blog-body p {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
  flex-grow: 1;
}

/* ===== FOOTER ===== */
.blog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

/* AUTHOR */
.author {
  font-size: 13px;
  color: #666;
}

/* READ BUTTON */
.blog-footer a {
  font-size: 14px;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* READ HOVER */
.blog-footer a:hover {
  letter-spacing: 1px;
}

/* ===== BOTTOM LINE EFFECT (PREMIUM) ===== */
.blog-card::after {
  content: "";
  display: block;
  height: 3px;
  width: 0%;
  background: #0d6efd;
  transition: width 0.3s ease;
}

.blog-card:hover::after {
  width: 100%;
}

/* SECTION */
.blog-topics{
  padding: 40px 0;
  background: linear-gradient(135deg,#081c3a,#0d2f66);
  overflow: hidden;
}

/* TITLE */
.section-title{
  color: #fff;
  font-size: 42px;
  font-weight: 700;
}

.section-sub{
  color: rgba(255,255,255,0.75);
  margin-bottom: 60px;
  font-size: 17px;
}

/* WRAPPER */
.topics-wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}

/* CARD */
.topic-card{
  width: 210px;
  padding: 35px 25px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  transition: 0.4s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.topic-card::before{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
  rgba(37,99,235,0.25),
  transparent);
  opacity: 0;
  transition: 0.4s;
}

.topic-card:hover::before{
  opacity: 1;
}

.topic-card:hover{
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

/* ICON */
.topic-card i{
  font-size: 42px;
  color: #60a5fa;
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}

/* TEXT */
.topic-card h6{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 2;
}

/* MODAL */
.modern-modal{
  background: linear-gradient(135deg,#081c3a,#0d2f66);
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
}

.modern-modal .modal-header{
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding: 22px 28px;
}

.modern-modal .modal-title{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.modern-modal .modal-body{
  padding: 30px;
}

.modern-modal .modal-body p{
  color: rgba(255,255,255,0.82);
  line-height: 1.9;
  font-size: 15px;
  margin-bottom: 18px;
}

.modern-modal ul{
  padding-left: 20px;
  margin-bottom: 25px;
}

.modern-modal ul li{
  color: #dbeafe;
  margin-bottom: 12px;
  line-height: 1.8;
}

.modal-author{
  color: #93c5fd;
  font-size: 14px;
  margin-bottom: 22px;
  font-style: italic;
  letter-spacing: 1px;
}

.modal-highlight{
  background: rgba(255,255,255,0.08);
  border-left: 4px solid #60a5fa;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  line-height: 1.8;
  margin-top: 25px;
}

.btn-close{
  filter: invert(1);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .blog-img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .blog-img {
    height: 180px;
  }

  .blog-body h5 {
    font-size: 16px;
  }
}

/* ===== CATEGORY TAG ===== */
.category {
  font-size: 11px;
  font-weight: 600;
  color: #0d6efd;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ===== META ===== */
.meta {
  font-size: 12px;
  color: #888;
}

/* ===== CTA ===== */
.blog-cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #0d6efd, #4e73df);
}

.cta-box {
  max-width: 600px;
  margin: auto;
  text-align: center;
  color: #fff;
}

.cta-box h3 {
  font-weight: 600;
}

.cta-form {
  margin-top: 20px;
}

.cta-form input {
  width: 60%;
  padding: 12px;
  border-radius: 6px;
  border: none;
}

.cta-form button {
  padding: 12px 18px;
  margin-left: 8px;
  border-radius: 6px;
  border: none;
  background: #fff;
  color: #0d6efd;
  font-weight: 500;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .featured-card {
    flex-direction: column;
  }

  .featured-card img {
    width: 100%;
    height: 220px;
  }

  .cta-form input {
    width: 100%;
    margin-bottom: 10px;
  }

  .cta-form button {
    width: 100%;
    margin-left: 0;
  }
}

.contact-pro {
  padding: 40px 0;
  background: linear-gradient(135deg, #eef4ff, #f8fbff);
}

/* FORM BOX */
.contact-form-box {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.contact-form-box:hover {
  transform: translateY(-5px);
}

.contact-form-box h3 {
  font-weight: 600;
}

.contact-form-box p {
  color: #666;
  margin-bottom: 25px;
}

.contact-form-box input,
.contact-form-box select,
.contact-form-box textarea {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  outline: none;
  transition: 0.3s;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus,
.contact-form-box select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 2px rgba(13,110,253,0.1);
}

.contact-form-box button {
  width: 100%;
  background: linear-gradient(45deg, #0d6efd, #4dabff);
  color: #fff;
  padding: 12px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  transition: 0.3s;
}

.contact-form-box button:hover {
  transform: scale(1.03);
}

/* INFO BOX */
.contact-info-box {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(14px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  height: 100%;
}

.contact-info-box h3 {
  margin-bottom: 25px;
}

/* INFO ITEMS */
.info-item {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.icon {
  width: 45px;
  height: 45px;
  background: #eaf1ff;
  color: #0d6efd;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon.green { background: #e6fff4; color: #25d366; }
.icon.blue { background: #eaf1ff; color: #0d6efd; }
.icon.purple { background: #f3eaff; color: #6f42c1; }

.info-item h6 {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}

.info-item p {
  margin: 3px 0 0;
  color: #666;
  font-size: 14px;
}

/* PHONE ROW */
.phone-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}

.phone-row a {
  background: #25d366;
  color: #fff;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  text-decoration: none;
  transition: 0.3s;
}

.phone-row a:hover {
  background: #1ebe5d;
}
.contact-hero {
  padding: 120px 0 60px;
  background: linear-gradient(135deg, #eef4ff, #ffffff);
}

.contact-hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #111;
}

.contact-hero p {
  max-width: 600px;
  margin: 15px auto 0;
  color: #666;
  font-size: 16px;
}
.contact-features {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fbff, #eef4ff);
}

.feature-box {
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(12px);
  padding: 30px;
  border-radius: 18px;
  transition: 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.feature-box:hover {
  transform: translateY(-8px);
}

.feature-box i {
  font-size: 28px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.feature-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  color: #666;
  font-size: 14px;
}
