/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700;800&display=swap");

:root {
  --glass-bg: rgba(10, 22, 40, 0.15);
  --glass-border: 1px solid rgba(59, 130, 246, 0.18);
  --glass-shadow: 0 8px 32px 0 rgba(13, 31, 60, 0.25);
  --glass-backdrop: blur(8px);
  --primary-gradient: linear-gradient(135deg, #1a3a6b 0%, #2563eb 50%, #3b82f6 100%);
  --secondary-gradient: linear-gradient(135deg, #0d1f3c 0%, #1a3a6b 100%);
  --text-color: #c8d6e5;
  --cosmic-darkest: #0a1628;
  --cosmic-navy: #0d1f3c;
  --cosmic-nebula: #1a3a6b;
  --cosmic-stellar: #2563eb;
  --cosmic-celestial: #3b82f6;
  --cosmic-ice: #60a5fa;
  --cosmic-glow: #93c5fd;
  --cosmic-starlight: #dbeafe;
  --cosmic-card-bg: rgba(13, 31, 60, 0.7);
  --cosmic-body-bg: #060e1a;
}

.bg-primary {
  background-color: var(--cosmic-stellar) !important;
}

.bg-secondary {
  background-color: var(--cosmic-navy) !important;
}

.text-primary {
  color: var(--cosmic-celestial) !important;
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: var(--cosmic-glow);
}

a:hover {
  color: var(--cosmic-ice);
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #93a3b8 !important;
  font-size: 13px;
  opacity: 0.8 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--cosmic-starlight);
}

body {
  background: linear-gradient(135deg, #060e1a 0%, #0a1628 25%, #0d1f3c 50%, #0a1628 75%, #060e1a 100%);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: var(--text-color);
  overflow-x: hidden;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.section-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .section-title {
    padding: 15px;
  }
}

.section-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 2rem;
  color: var(--cosmic-starlight);
}

.section-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
  font-size: 0.9rem;
  margin-top: 0px;
  font-weight: 700;
  color: var(--cosmic-glow);
}

.section-title span {
  font-weight: 700;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid rgba(59, 130, 246, 0.2);
  display: block;
  padding-right: 0px;
}

.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid var(--cosmic-celestial);
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
  margin-bottom: 15px;
  color: var(--cosmic-starlight);
}

.inner-title p {
  width: 100%;
  text-align: center;
}

.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  background-size: 100%;
  padding: 48px;
  text-align: center;
  padding-top: 48px;
  background: rgba(13, 31, 60, 0.6);
  -webkit-backdrop-filter: var(--glass-backdrop);
  backdrop-filter: var(--glass-backdrop);
  border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.page-nav ul {
  float: none;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .page-nav {
    background-size: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 356px) {
  .page-nav {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}

.page-nav h2 {
  font-size: 28px;
  width: 100%;
  font-weight: 700;
  color: var(--cosmic-starlight);
}

@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}

.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--cosmic-glow);
}

.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: var(--cosmic-ice);
}

.page-nav ul li a {
  color: var(--cosmic-glow);
  font-size: 0.93rem;
  font-weight: 600;
}

.btn-success {
  background-color: #51be78;
  border-color: #51be78;
}

.btn-success:hover {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:active {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
}

.btn-success:focus {
  background-color: #51be78 !important;
  border-color: #51be78 !important;
  box-shadow: none !important;
}

.btn-primary {
  background: var(--primary-gradient);
  border: none;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  background: var(--primary-gradient) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
  border: none !important;
}

.btn-primary:hover {
  background-color: var(--cosmic-stellar) !important;
  border-color: var(--cosmic-stellar) !important;
}

.btn-primary:active {
  background-color: var(--cosmic-stellar) !important;
  border-color: var(--cosmic-stellar) !important;
}

.btn-primary:focus {
  background-color: var(--cosmic-stellar) !important;
  border-color: var(--cosmic-stellar) !important;
  box-shadow: none !important;
}

.btn-outline-primary {
  border-color: var(--cosmic-celestial);
  color: var(--cosmic-celestial);
}

.btn-outline-primary:hover {
  background-color: var(--cosmic-stellar) !important;
  border-color: var(--cosmic-stellar) !important;
}

.btn-outline-primary:active {
  background-color: var(--cosmic-stellar) !important;
  border-color: var(--cosmic-stellar) !important;
}

.btn-outline-primary:focus {
  background-color: var(--cosmic-stellar) !important;
  border-color: var(--cosmic-stellar) !important;
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC;
}

.form-control {
  background: rgba(13, 31, 60, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(59, 130, 246, 0.25);
  margin-bottom: 20px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
}

.form-control:focus {
  background-color: rgba(13, 31, 60, 0.7);
  border-color: var(--cosmic-celestial);
  color: #ffffff !important;
}

/* ---- Form Select (Dropdown) Styling ---- */
.form-select {
  background-color: rgba(13, 31, 60, 0.5);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(59, 130, 246, 0.25);
  color: #ffffff !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2393c5fd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-select:focus {
  background-color: rgba(13, 31, 60, 0.7);
  border-color: var(--cosmic-celestial);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2) !important;
  color: #ffffff !important;
}

.form-select option {
  background-color: #0d1f3c;
  color: #ffffff;
}

/* ---- Browser Autofill Override ---- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(13, 31, 60, 0.9) inset !important;
  box-shadow: 0 0 0px 1000px rgba(13, 31, 60, 0.9) inset !important;
  border: 1px solid rgba(59, 130, 246, 0.25) !important;
  transition: background-color 5000s ease-in-out 0s;
}

.container {
  max-width: 1170px;
}

@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

.container-xl {
  max-width: 1170px;
}

/* ===================================== Basic CSS ==================================== */
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.fw-md {
  font-weight: 600;
}

.fw-sm {
  font-weight: 500;
}

.big-padding {
  padding: 50px;
}

@media screen and (max-width: 940px) {
  .big-padding {
    padding: 30px 10px;
  }
}

.bggray {
  background: rgba(13, 31, 60, 0.4) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(59, 130, 246, 0.12);
  box-shadow: 0 8px 32px 0 rgba(10, 22, 40, 0.2);
}

.fw-bold {
  font-weight: 600 !important;
}

.fs-11 {
  font-size: 4rem;
}

@media screen and (max-width: 991px) {
  .fs-11 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-11 {
    font-size: 2rem;
  }
}

.shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xs {
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.13);
}

.truncate-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 82px;
  overflow: hidden;
  line-height: 21px;
}

.truncate-6 {
  display: -webkit-box !important;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 130px;
  overflow: hidden;
  line-height: 21px;
}

.rtable {
  max-width: 500px;
  float: none;
  margin: auto;
}

.rtable tr td {
  padding: 5px;
}

.fs-7 {
  font-size: 0.95rem;
}

.fs-8 {
  font-size: 0.9rem;
}

.sticky {
  position: sticky;
}

.bg-gray {
  background: rgba(13, 31, 60, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(59, 130, 246, 0.12);
  box-shadow: 0 8px 32px 0 rgba(10, 22, 40, 0.2);
  border-radius: 15px;
}

.btn-xs {
  padding: 2px 8px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-xs i {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .bordernosm {
    border: 0px !important;
  }
}

.h400 {
  height: 400px;
  overflow: auto;
}

.sticky-top-90 {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  z-index: 1020;
}

.fs-9 {
  font-size: 0.79rem;
}

.fs-55 {
  font-size: 1.1rem;
}

.mt-25 {
  margin-top: 11px;
}

.width-fit {
  width: fit-content;
}

.text-justify {
  text-align: justify;
}

.max-230 {
  max-width: 230px;
  align-items: center;
}

.scroll-to-fixed-fixed {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.copy {
  padding: 20px;
  background: rgba(6, 14, 26, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--cosmic-glow);
  border-top: 1px solid rgba(59, 130, 246, 0.15);
}

.copy a {
  color: var(--cosmic-glow);
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

footer {
  background: rgba(10, 22, 40, 0.9) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(59, 130, 246, 0.1);
}

.max-30 {
  max-width: 80px;
}

.carousel-item {
  height: 700px;
  min-height: 350px;
  background-size: cover;
  background-position: center;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1110px) {
  .carousel-caption {
    top: 40%;
  }
}

.carousel-caption h5,
.carousel-caption p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.bg-fade {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.dkijiu {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: var(--cosmic-stellar);
  color: #FFF;
}

.bg-gray {
  background: rgba(13, 31, 60, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 15px;
}

.popover-title {
  background-color: #337ab7;
  color: #fff;
  font-weight: bold;
}

.popover-content {
  max-width: 400px;
  height: auto;
  overflow: hidden;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

/* ===================================== Smooth Scroll ================================== */
html {
  scroll-behavior: smooth;
}

/* ===================================== WhatsApp & Floating Buttons ================================== */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 25px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  animation: pulse-green 2s infinite;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float i {
  color: #fff;
  font-size: 32px;
}

@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.call-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background: var(--primary-gradient);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(7, 77, 185, 0.4);
  animation: pulse-blue 2s infinite;
  transition: transform 0.3s ease;
}

.call-float:hover {
  transform: scale(1.1);
}

.call-float i {
  color: #fff;
  font-size: 26px;
}

@keyframes pulse-blue {
  0% { box-shadow: 0 0 0 0 rgba(7, 77, 185, 0.5); }
  70% { box-shadow: 0 0 0 15px rgba(7, 77, 185, 0); }
  100% { box-shadow: 0 0 0 0 rgba(7, 77, 185, 0); }
}

/* ===================================== Back to Top ================================== */
.back-to-top {
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  background: rgba(37, 99, 235, 0.7);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
}

.back-to-top:hover {
  background: var(--cosmic-stellar);
  transform: translateY(-3px);
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
}

.back-to-top.show {
  display: flex;
}

/* ===================================== Stats Counter Section ================================== */
.stats-section {
  background: linear-gradient(135deg, #0d1f3c 0%, #1a3a6b 50%, #2563eb 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.stats-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stat-item {
  text-align: center;
  padding: 20px;
  color: #fff;
}

.stat-item .stat-icon {
  font-size: 2.5rem;
  margin-bottom: 10px;
  opacity: 0.9;
}

.stat-item .stat-number {
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #ffffff;
  background: linear-gradient(135deg, #60a5fa, #3b82f6, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-item .stat-label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* ===================================== CTA Section ================================== */
.cta-section {
  background: linear-gradient(135deg, #060e1a 0%, #0a1628 30%, #0d1f3c 60%, #1a3a6b 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
  animation: rotateBg 20s linear infinite;
}

@keyframes rotateBg {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.cta-section h2 {
  color: #fff !important;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto 30px;
  position: relative;
}

.cta-btn {
  display: inline-block;
  padding: 15px 40px;
  background: var(--cosmic-starlight);
  color: var(--cosmic-nebula);
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
  position: relative;
}

.cta-btn:hover {
  background: var(--cosmic-stellar);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
}

.cta-btn i {
  margin-right: 8px;
}

/* ===================================== Service Highlights on Slider ================================== */
.slider-cta-btn {
  display: inline-block;
  padding: 12px 35px;
  background: var(--primary-gradient);
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4);
  margin: 5px;
}

.slider-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
  color: #fff;
}

.slider-cta-btn-outline {
  display: inline-block;
  padding: 12px 35px;
  background: transparent;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  border: 2px solid var(--cosmic-glow);
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 5px;
}

.slider-cta-btn-outline:hover {
  background: var(--cosmic-starlight);
  color: var(--cosmic-nebula) !important;
  transform: translateY(-3px);
}

/* ===================================== Enhanced Contact Form ================================== */
.contact-card {
  background: var(--cosmic-card-bg);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(10, 22, 40, 0.4);
  border: 1px solid rgba(59, 130, 246, 0.15);
}

.contact-card h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--cosmic-starlight);
}

.contact-card .form-control {
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: rgba(10, 22, 40, 0.6);
  color: #ffffff !important;
}

.contact-card .form-control:focus {
  border-color: var(--cosmic-celestial);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2) !important;
  background: rgba(13, 31, 60, 0.8);
  color: #ffffff !important;
}

.contact-card .form-select {
  padding: 12px 15px;
  border-radius: 10px;
  border: 1px solid rgba(59, 130, 246, 0.2);
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background-color: rgba(10, 22, 40, 0.6);
  color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2393c5fd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.contact-card .form-select:focus {
  border-color: var(--cosmic-celestial);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2) !important;
  background-color: rgba(13, 31, 60, 0.8);
  color: #ffffff !important;
}

.contact-card textarea.form-control {
  min-height: 120px;
  resize: vertical;
}

.contact-card .btn-submit {
  padding: 12px 40px;
  background: var(--primary-gradient);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);
}

.contact-card .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.5);
}

/* Contact Info Cards */
.contact-info-card {
  background: var(--cosmic-card-bg);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(10, 22, 40, 0.3);
  transition: all 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.1);
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
}

.contact-info-card .icon-circle {
  width: 70px;
  height: 70px;
  background: rgba(37, 99, 235, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.contact-info-card .icon-circle i {
  font-size: 1.8rem;
  color: var(--cosmic-celestial);
}
.contact-info-card .icon-circle svg {
  color: var(--cosmic-celestial);
  stroke: var(--cosmic-celestial);
  width: 36px;
  height: 36px;
}

.contact-info-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--cosmic-starlight);
}

.contact-info-card p, .contact-info-card a {
  color: var(--cosmic-glow);
  font-size: 0.95rem;
}

/* ===================================== Working Hours Badge ================================== */
.working-hours {
  background: var(--cosmic-card-bg);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(10, 22, 40, 0.3);
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.working-hours h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--cosmic-starlight);
  text-align: center;
}

.working-hours .hours-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(59, 130, 246, 0.15);
  font-size: 0.95rem;
}

.working-hours .hours-item:last-child {
  border-bottom: none;
}

.working-hours .hours-item .day {
  font-weight: 600;
  color: var(--cosmic-starlight);
}

.working-hours .hours-item .time {
  color: var(--cosmic-glow);
}

.working-hours .hours-item.closed .time {
  color: #f87171;
  font-weight: 600;
}

/* ===================================== Improved Page Nav / Breadcrumb ================================== */
.page-nav {
  background: linear-gradient(135deg, #0d1f3c 0%, #1a3a6b 50%, #2563eb 100%);
  padding: 50px 0;
  text-align: left;
}

.page-nav h2 {
  color: #fff !important;
  font-size: 2rem;
  font-weight: 700;
}

.page-nav ul li {
  color: rgba(219, 234, 254, 0.8);
}

.page-nav ul li i {
  color: rgba(219, 234, 254, 0.8);
}

.page-nav ul li a {
  color: rgba(219, 234, 254, 0.9);
}

.page-nav ul li a:hover {
  color: #fff;
}

/* Navbar Styling */
.nav-part {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(10, 22, 40, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(59, 130, 246, 0.15);
  transition: all 0.3s ease-in-out;
}

/* Navbar Scrolled Effect */
.nav-part.scrolled {
  background: rgba(10, 22, 40, 0.95);
  box-shadow: 0 4px 30px rgba(10, 22, 40, 0.4);
}

/* Hover Effect for Links */
.nacul li a {
  color: var(--cosmic-glow) !important;
  transition: color 0.3s ease, border-bottom 0.3s ease, background-color 0.3s ease;
  border-bottom: 2px solid transparent;
  padding: 5px 10px;
}

.nacul li a.text-dark {
  color: var(--cosmic-glow) !important;
}

.nacul li a:hover {
  color: var(--cosmic-celestial) !important;
  border-bottom: 2px solid var(--cosmic-celestial);
  background-color: rgba(37, 99, 235, 0.1);
  border-radius: 4px;
}

/* Active Link Styling */
.nacul li a.active {
  color: var(--cosmic-ice) !important;
  font-weight: bold;
  border-bottom: 2px solid var(--cosmic-ice);
}

/* Smooth Collapse Animation */
.collapse {
  transition: height 0.3s ease, opacity 0.3s ease;
}

/* ===================================== EMPATHETIC / ILLITERATE-FRIENDLY UI ================================== */

/* --- Icon Navigation (Icon + Text) --- */
.nacul li a i.nav-icon {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 2px;
  color: var(--cosmic-celestial);
  transition: transform 0.3s ease;
}
.nacul li a:hover i.nav-icon {
  transform: scale(1.2);
}
.nacul li {
  text-align: center;
}
@media (max-width: 991px) {
  .nacul li {
    text-align: left;
  }
  .nacul li a i.nav-icon {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}

/* --- Visual Service Cards (Icon-First) --- */
.visual-service-card {
  background: var(--cosmic-card-bg);
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(10, 22, 40, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid rgba(59, 130, 246, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.visual-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary-gradient);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.visual-service-card:hover::before {
  transform: scaleX(1);
}
.visual-service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.25);
  border-color: rgba(59, 130, 246, 0.3);
}
.visual-service-card .service-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2.5rem;
  transition: all 0.3s ease;
}
.visual-service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
}
.visual-service-card .service-icon.blue { background: rgba(37,99,235,0.15); color: var(--cosmic-celestial); }
.visual-service-card .service-icon.green { background: rgba(40,167,69,0.15); color: #4ade80; }
.visual-service-card .service-icon.orange { background: rgba(255,153,0,0.15); color: #fbbf24; }
.visual-service-card .service-icon.red { background: rgba(220,53,69,0.15); color: #f87171; }
.visual-service-card .service-icon.purple { background: rgba(111,66,193,0.15); color: #a78bfa; }
.visual-service-card .service-icon.teal { background: rgba(23,162,184,0.15); color: #22d3ee; }
.visual-service-card .service-icon.pink { background: rgba(232,62,140,0.15); color: #f472b6; }
.visual-service-card .service-icon.indigo { background: rgba(102,16,242,0.15); color: #818cf8; }
.visual-service-card h5 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--cosmic-starlight);
}
.visual-service-card p {
  font-size: 0.9rem;
  color: var(--cosmic-glow);
  line-height: 1.6;
}
.visual-service-card .service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}
/* Action Chip for service card */
.visual-service-card .action-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  background: rgba(37,99,235,0.15);
  color: var(--cosmic-celestial);
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: auto;
  transition: all 0.3s ease;
}
.visual-service-card:hover .action-chip {
  background: var(--primary-gradient);
  color: #fff;
}

/* --- Large Touch Targets (Mobile) --- */
@media (max-width: 767px) {
  .nacul li a {
    padding: 12px 15px !important;
    font-size: 1rem;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .btn, .cta-btn, .slider-cta-btn, .slider-cta-btn-outline {
    min-height: 48px;
    padding: 12px 24px;
    font-size: 1rem;
  }
  .whatsapp-float, .call-float {
    width: 56px;
    height: 56px;
  }
  .whatsapp-float i, .call-float i {
    font-size: 24px;
  }
  .visual-service-card {
    padding: 25px 15px;
  }
  .visual-service-card .service-icon {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
  .contact-info-card .icon-circle {
    width: 60px;
    height: 60px;
  }
  .contact-info-card .icon-circle i {
    font-size: 1.5rem;
  }
  .stats-section {
    padding: 40px 0;
  }
  .stat-item .stat-number {
    font-size: 2rem;
  }
  .stat-item .stat-label {
    font-size: 0.8rem;
  }
  .page-nav {
    padding: 30px 0 !important;
  }
  .page-nav h2 {
    font-size: 1.5rem !important;
  }
  .cta-section {
    padding: 50px 15px;
  }
  .cta-section h2 {
    font-size: 1.5rem;
  }
  .cta-section p {
    font-size: 0.95rem;
  }
  footer.bg-dark {
    padding: 40px 0 !important;
  }
}

/* --- Quick Action Bar (Mobile-First) --- */
.quick-action-bar {
  display: none;
}
@media (max-width: 767px) {
  .quick-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: var(--cosmic-navy);
    box-shadow: 0 -4px 20px rgba(10, 22, 40, 0.5);
    border-top: 1px solid rgba(59, 130, 246, 0.15);
  }
  .quick-action-bar a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--cosmic-glow);
    transition: all 0.3s ease;
    min-height: 60px;
  }
  .quick-action-bar a i {
    font-size: 1.3rem;
    margin-bottom: 3px;
  }
  .quick-action-bar a.active,
  .quick-action-bar a:hover {
    color: var(--cosmic-celestial);
    background: rgba(37,99,235,0.1);
  }
  .quick-action-bar a.qab-call {
    color: #fff;
    background: #28a745;
  }
  .quick-action-bar a.qab-call:hover {
    background: #218838;
  }
  .quick-action-bar a.qab-whatsapp {
    color: #fff;
    background: #25D366;
  }
  .quick-action-bar a.qab-whatsapp:hover {
    background: #20c05e;
  }
  /* Offset body for fixed bottom bar */
  body {
    padding-bottom: 65px;
  }
  /* Hide floating buttons on mobile (replaced by bottom bar) */
  .whatsapp-float, .call-float {
    display: none !important;
  }
}

/* --- Warm Section Backgrounds --- */
.warm-section {
  background: linear-gradient(180deg, #0d1f3c 0%, #0a1628 100%);
  padding: 60px 0;
}
.cool-section {
  background: linear-gradient(180deg, #0a1628 0%, #0d1f3c 50%, #0a1628 100%);
  padding: 60px 0;
}
.trust-section {
  background: linear-gradient(135deg, #0a1628 0%, rgba(37, 99, 235, 0.1) 100%);
  padding: 60px 0;
}

/* --- Trust Badges --- */
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: var(--cosmic-card-bg);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
  box-shadow: 0 3px 12px rgba(10, 22, 40, 0.3);
  color: var(--cosmic-glow);
  border: 1px solid rgba(59, 130, 246, 0.1);
}
.trust-badge i {
  font-size: 1.1rem;
}
.trust-badge.gold { color: #fbbf24; border-color: rgba(251,191,36,0.2); }
.trust-badge.green { color: #4ade80; border-color: rgba(74,222,128,0.2); }
.trust-badge.blue { color: var(--cosmic-celestial); border-color: rgba(59,130,246,0.2); }

/* --- Enhanced Testimonial Cards (Empathetic) --- */
.review-card {
  background: var(--cosmic-card-bg);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(10, 22, 40, 0.3);
  transition: all 0.4s ease;
  border: 1px solid rgba(59, 130, 246, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 35px rgba(37, 99, 235, 0.2);
}
.review-card .review-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.review-card .review-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(59, 130, 246, 0.2);
}
.review-card .review-name {
  font-weight: 700;
  font-size: 1rem;
  color: var(--cosmic-starlight);
  margin: 0;
}
.review-card .review-label {
  font-size: 0.8rem;
  color: var(--cosmic-glow);
}
.review-card .review-stars {
  color: #fbbf24;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.review-card .review-text {
  font-size: 0.92rem;
  color: var(--cosmic-glow);
  line-height: 1.7;
  flex-grow: 1;
}
.review-card .review-google {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--cosmic-celestial);
  margin-top: 15px;
  transition: all 0.3s ease;
}
.review-card .review-google:hover {
  background: var(--cosmic-stellar);
  color: #fff;
}
.review-card .review-google img {
  width: 16px;
  height: 16px;
}

/* --- Gallery Enhanced --- */
.gallery-card-new {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(10, 22, 40, 0.4);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  aspect-ratio: 4/3;
}
.gallery-card-new:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.3);
}
.gallery-card-new img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.gallery-card-new:hover img {
  transform: scale(1.08);
}
.gallery-card-new .gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13, 31, 60, 0.8) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.gallery-card-new:hover .gallery-overlay {
  opacity: 1;
}
.gallery-card-new .gallery-overlay i {
  color: var(--cosmic-glow);
  font-size: 1.5rem;
}

/* --- Lightbox --- */
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 14, 26, 0.95);
  z-index: 100000;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.lightbox-overlay.active {
  display: flex;
}
.lightbox-overlay img {
  max-width: 90%;
  max-height: 90vh;
  border-radius: 10px;
  box-shadow: 0 10px 50px rgba(0,0,0,0.5);
}
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  background: none;
  border: none;
}

/* --- About Page Timeline --- */
.timeline-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}
.timeline-item .timeline-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  flex-shrink: 0;
  position: relative;
}
.timeline-item .timeline-icon::after {
  content: '';
  position: absolute;
  bottom: -35px;
  left: 50%;
  width: 2px;
  height: 30px;
  background: rgba(59, 130, 246, 0.2);
  transform: translateX(-50%);
}
.timeline-item:last-child .timeline-icon::after {
  display: none;
}
.timeline-item .timeline-content h5 {
  font-weight: 700;
  color: var(--cosmic-starlight);
  margin-bottom: 5px;
}
.timeline-item .timeline-content p {
  color: var(--cosmic-glow);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* --- Empathetic Hero (About page) --- */
.hero-about {
  background: linear-gradient(135deg, #0d1f3c 0%, #1a3a6b 60%, #2563eb 100%);
  padding: 80px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.hero-about::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-about h1 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
}
.hero-about p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
  position: relative;
}
@media (max-width: 767px) {
  .hero-about {
    padding: 50px 15px;
  }
  .hero-about h1 {
    font-size: 1.8rem;
  }
}

/* --- Team Cards --- */
.team-card {
  text-align: center;
  background: var(--cosmic-card-bg);
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 5px 20px rgba(10, 22, 40, 0.3);
  transition: all 0.3s ease;
}
.team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.2);
}
.team-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid rgba(59, 130, 246, 0.2);
}
.team-card h5 {
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--cosmic-starlight);
}
.team-card p {
  color: var(--cosmic-glow);
  font-size: 0.85rem;
}

/* --- Review Summary Bar --- */
.review-summary {
  background: var(--cosmic-card-bg);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 5px 25px rgba(10, 22, 40, 0.3);
  text-align: center;
}
.review-summary .big-rating {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--cosmic-starlight);
  line-height: 1;
}
.review-summary .big-stars {
  color: #fbbf24;
  font-size: 1.5rem;
  margin: 5px 0;
}
.review-summary .review-count {
  color: var(--cosmic-glow);
  font-size: 0.9rem;
}

/* --- Section Divider --- */
.section-divider {
  width: 60px;
  height: 4px;
  background: var(--primary-gradient);
  border-radius: 2px;
  margin: 15px auto 25px;
}

/* --- Accessibility: Focus styles --- */
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--cosmic-celestial);
  outline-offset: 2px;
  border-radius: 4px;
}

/* --- Enhanced Gallery CSS --- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* --- Print Styles --- */
@media print {
  .whatsapp-float, .call-float, .back-to-top, .quick-action-bar {
    display: none !important;
  }
}

/* ===================================== 2026 UI TREND - BENTO GRID & AURORA ================================== */

/* --- Inter Font for 2026 Clean Typography --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'Inter', 'Open Sans', sans-serif;
}

/* --- Aurora Gradient Background --- */
.aurora-bg {
  background: linear-gradient(135deg, #060e1a 0%, #0a1628 20%, #0d1f3c 40%, #122a5e 60%, #0d1f3c 80%, #060e1a 100%);
  position: relative;
  overflow: hidden;
}
.aurora-bg::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at 20% 50%, rgba(37, 99, 235, 0.08) 0%, transparent 50%),
              radial-gradient(ellipse at 80% 50%, rgba(96, 165, 250, 0.06) 0%, transparent 50%),
              radial-gradient(ellipse at 50% 0%, rgba(59, 130, 246, 0.05) 0%, transparent 50%);
  animation: auroraShift 12s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes auroraShift {
  0% { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(-3%, 3%) rotate(2deg); }
}

/* --- Bento Grid Layout --- */
.bento-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .bento-grid { grid-template-columns: 1fr; }
}
.bento-card {
  background: rgba(13, 31, 60, 0.5);
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 24px;
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  display: flex;
  flex-direction: column;
}
.bento-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), transparent, rgba(96, 165, 250, 0.1));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.15);
  border-color: rgba(59, 130, 246, 0.25);
}
.bento-card.span-2 { grid-column: span 2; }
.bento-card.span-3 { grid-column: span 3; }
@media (max-width: 575px) {
  .bento-card.span-2, .bento-card.span-3 { grid-column: span 1; }
}

/* --- Pill Tags --- */
.pill-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 100px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--cosmic-celestial);
  white-space: nowrap;
}

/* --- Gradient Text --- */
.gradient-text {
  background: linear-gradient(135deg, #dbeafe, #60a5fa, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* --- Section Headers 2026 --- */
.section-header-2026 {
  text-align: center;
  margin-bottom: 48px;
}
.section-header-2026 .overline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.15);
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--cosmic-celestial);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 16px;
}
.section-header-2026 h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 12px;
}
.section-header-2026 p {
  font-size: 1.05rem;
  color: var(--cosmic-glow);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .section-header-2026 h2 { font-size: 1.8rem; }
  .section-header-2026 p { font-size: 0.95rem; }
}

/* --- Glassmorphism Card 2026 --- */
.glass-card-2026 {
  background: rgba(13, 31, 60, 0.4);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(59, 130, 246, 0.12);
  border-radius: 20px;
  padding: 32px;
  transition: all 0.35s ease;
}
.glass-card-2026:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 48px rgba(10, 22, 40, 0.4);
  border-color: rgba(59, 130, 246, 0.25);
}

/* --- Instagram Section 2026 --- */
.insta-section {
  background: linear-gradient(135deg, rgba(131, 58, 180, 0.15), rgba(253, 29, 29, 0.08), rgba(252, 176, 69, 0.08));
  border: 1px solid rgba(225, 48, 108, 0.2);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
}
.insta-section .insta-handle {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.insta-section .insta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 16px;
}
.insta-section .insta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 25px rgba(225, 48, 108, 0.3);
  color: #fff;
}

/* --- Marquee / Ticker --- */
.ticker-strip {
  overflow: hidden;
  white-space: nowrap;
  padding: 14px 0;
  background: rgba(37, 99, 235, 0.08);
  border-top: 1px solid rgba(59, 130, 246, 0.1);
  border-bottom: 1px solid rgba(59, 130, 246, 0.1);
}
.ticker-strip .ticker-content {
  display: inline-block;
  animation: ticker 30s linear infinite;
}
.ticker-strip .ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 48px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--cosmic-glow);
}
.ticker-strip .ticker-item i {
  color: var(--cosmic-celestial);
}
@keyframes ticker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* --- Hero 2026 with Mesh --- */
.hero-2026 {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, #060e1a 0%, #0d1f3c 40%, #122a5e 70%, #0d1f3c 100%);
}
.hero-2026::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background:
    radial-gradient(circle at 30% 20%, rgba(37, 99, 235, 0.14) 0%, transparent 40%),
    radial-gradient(circle at 70% 80%, rgba(96, 165, 250, 0.1) 0%, transparent 40%),
    url('../images/ac-grid.svg');
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center center, center center, center center;
  background-size: auto, auto, cover;
  pointer-events: none;
}
.hero-2026 h1 {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
}
.hero-2026 p.hero-sub {
  font-size: 1.15rem;
  color: var(--cosmic-glow);
  max-width: 640px;
  margin: 0 auto 30px;
  line-height: 1.65;
  position: relative;
}
.hero-2026 .hero-badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
}
.hero-2026 .hero-btn-group {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
}
.hero-2026 .hero-btn-group .btn-glow {
  padding: 14px 36px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.hero-2026 .hero-btn-group .btn-glow.primary {
  background: var(--primary-gradient);
  color: #fff;
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.4);
}
.hero-2026 .hero-btn-group .btn-glow.primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(37, 99, 235, 0.6);
}
.hero-2026 .hero-btn-group .btn-glow.outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(219, 234, 254, 0.4);
}
.hero-2026 .hero-btn-group .btn-glow.outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--cosmic-celestial);
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .hero-2026 { padding: 60px 15px 50px; }
  .hero-2026 h1 { font-size: 2rem; }
  .hero-2026 p.hero-sub { font-size: 1rem; }
}

/* --- Modern Footer 2026 --- */
.footer-2026 {
  background: linear-gradient(180deg, #060e1a 0%, #0a1628 100%);
  padding: 80px 0 0;
  border-top: 1px solid rgba(59, 130, 246, 0.1);
}
.footer-2026 .footer-brand img {
  height: 78px;
  margin-bottom: 16px;
}

.navbar-brand img[src$="logo-bgrem.png"],
.footer-2026 .footer-brand img[src$="logo-bgrem.png"],
.nav-brand-logo[src$="logo-bgrem.png"],
.footer-brand-img[src$="logo-bgrem.png"] {
  width: auto;
  max-width: min(320px, 82vw);
  object-fit: contain;
}
.footer-2026 .footer-brand p {
  color: var(--cosmic-glow);
  font-size: 0.92rem;
  line-height: 1.7;
  max-width: 300px;
}
.footer-2026 h5 {
  font-weight: 700;
  font-size: 1rem;
  color: var(--cosmic-starlight);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-2026 .footer-links li {
  margin-bottom: 10px;
}
.footer-2026 .footer-links li a {
  color: var(--cosmic-glow);
  text-decoration: none;
  font-size: 0.92rem;
  transition: color 0.3s, padding-left 0.3s;
}
.footer-2026 .footer-links li a:hover {
  color: var(--cosmic-celestial);
  padding-left: 5px;
}
.footer-2026 .social-icons-2026 {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.footer-2026 .social-icons-2026 a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cosmic-glow);
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-2026 .social-icons-2026 a:hover {
  background: var(--cosmic-stellar);
  color: #fff;
  transform: translateY(-3px);
}
.footer-2026 .footer-bottom {
  margin-top: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(59, 130, 246, 0.1);
  text-align: center;
  color: var(--cosmic-glow);
  font-size: 0.85rem;
}

/* --- Smooth Page Transitions --- */
.fade-in-section {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}
.accordion-item {
  background: var(--cosmic-card-bg, rgba(13, 31, 60, 0.7)) !important;
  border: 1px solid rgba(59, 130, 246, 0.2) !important;
  border-radius: 8px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-button {
  background: linear-gradient(135deg, var(--cosmic-navy, #0d1f3c), var(--cosmic-nebula, #1a3a6b)) !important;
  color: #dbeafe !important;
  font-weight: 600;
  border: none !important;
  box-shadow: none !important;
  padding: 18px 24px;
}
.accordion-button::after {
  filter: brightness(0) invert(0.8);
}
.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--cosmic-nebula, #1a3a6b), var(--cosmic-stellar, #2563eb)) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}
.accordion-body {
  background: rgba(10, 22, 40, 0.8) !important;
  color: var(--cosmic-starlight, #dbeafe) !important;
  border-top: 1px solid rgba(59, 130, 246, 0.15);
  padding: 20px 24px;
  line-height: 1.7;
}

/* ===================================== CTA Section Styles ================================== */
.cta-cosmic-section {
  background: linear-gradient(135deg, #0a1628 0%, #0d47a1 100%);
}
.cta-cosmic-form {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* ===================================== Float Buttons ================================== */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 9999;
  background: #25D366;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}
.call-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background: var(--cosmic-stellar, #2563eb);
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  transition: transform 0.3s ease;
}
.call-float:hover {
  transform: scale(1.1);
  color: #fff;
}
#backToTop {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
#backToTop:hover {
  transform: scale(1.1);
}

/* ============================================================
   UI/UX PRO MAX ENHANCEMENTS — Design System Implementation
   ============================================================ */

/* --- 1. Syncopate (Kinetic / Automotive) Headings --- */
h1, h2, h3,
.section-header-2026 h2,
.hero-2026 h1,
.hero-about h1,
.cta-section h2,
.page-nav h2,
.section-title h2 {
  font-family: 'Syncopate', 'Inter', 'Open Sans', sans-serif;
  letter-spacing: 0.02em;
}

/* Space Mono for stats/data numbers — technical, precise */
.stat-number,
.big-rating,
.review-summary .big-rating {
  font-family: 'Space Mono', monospace;
}

/* --- 2. CTA Red (#DC2626) — Automotive urgency on primary actions --- */
:root {
  --cta-red: #DC2626;
  --cta-red-dark: #B91C1C;
  --cta-red-glow: rgba(220, 38, 38, 0.4);
}

/* Hero slider primary CTA button */
.slider-cta-btn {
  background: linear-gradient(135deg, #B91C1C 0%, #DC2626 60%, #EF4444 100%) !important;
  box-shadow: 0 4px 15px rgba(220, 38, 38, 0.4) !important;
}
.slider-cta-btn:hover {
  box-shadow: 0 8px 25px rgba(220, 38, 38, 0.55) !important;
  transform: translateY(-3px);
}

/* Main CTA section button */
.cta-btn {
  background: var(--cta-red) !important;
  color: #fff !important;
  box-shadow: 0 4px 15px var(--cta-red-glow) !important;
}
.cta-btn:hover {
  background: var(--cta-red-dark) !important;
  color: #fff !important;
  box-shadow: 0 8px 28px var(--cta-red-glow) !important;
}

/* Navbar "Call Now" button */
.navbar .btn-primary,
header .btn-primary {
  background: linear-gradient(135deg, #B91C1C 0%, #DC2626 100%) !important;
  border: none !important;
  box-shadow: 0 3px 12px rgba(220, 38, 38, 0.35) !important;
  transition: all 0.25s ease !important;
}
.navbar .btn-primary:hover,
header .btn-primary:hover {
  background: linear-gradient(135deg, #991B1B 0%, #B91C1C 100%) !important;
  box-shadow: 0 5px 18px rgba(220, 38, 38, 0.55) !important;
  transform: translateY(-1px);
}

/* --- 3. cursor-pointer on all interactive cards --- */
.contact-info-card,
.vehicle-card,
.review-card,
.gallery-card-new,
.team-card,
.bento-card,
.glass-card-2026,
.trust-badge {
  cursor: pointer;
}

/* --- 4. Body line-height (1.65 for readable body text) --- */
body {
  line-height: 1.65;
}

p {
  line-height: 1.65;
}

/* --- 5. Enhanced focus rings (red for CTA, blue for nav/links) --- */
.slider-cta-btn:focus-visible,
.cta-btn:focus-visible,
.btn-glow.primary:focus-visible {
  outline: 3px solid var(--cta-red);
  outline-offset: 3px;
}

/* --- 6. prefers-reduced-motion: disable all animations for accessibility --- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  /* AOS: show elements immediately without transform */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* Ticker / marquee */
  .ticker-content {
    animation: none !important;
  }

  /* Aurora / gradient background animation */
  .aurora-bg::before,
  body {
    animation: none !important;
  }

  /* Pulse animations on float buttons */
  .whatsapp-float,
  .call-float {
    animation: none !important;
  }
}

/* --- 7. Contact info card hover border accent (was missing) --- */
.contact-info-card:hover {
  border-color: rgba(220, 38, 38, 0.25);
}

/* --- 8. Stat label minimum readable size --- */
.stat-label {
  font-size: 0.85rem;
}

/* ============================================================
   END UI/UX PRO MAX ENHANCEMENTS
   ============================================================ */
