/* ============================================================
   Re-Grouting Specialists – Master Stylesheet (All Pages)
   Fonts: Google Fonts (loaded in <head>)
   Icons: Material Symbols Outlined
   ============================================================ */

/* ── TOKENS ── */
body {
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
}


@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?yflmmb');
  src: url('../fonts/icomoon.eot?yflmmb#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?yflmmb') format('truetype'),
    url('../fonts/icomoon.woff?yflmmb') format('woff'),
    url('../fonts/icomoon.svg?yflmmb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook-app-symbol:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-search:before {
  content: "\e904";
}

.icon-cart:before {
  content: "\e905";
}

.icon-headache:before {
  content: "\e906";
}

.icon-award:before {
  content: "\e907";
}

.icon-satisfaction:before {
  content: "\e908";
}

.icon-add:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-minus:before {
  content: "\e90b";
}

.icon-up-right-arrow:before {
  content: "\e90c";
}

.icon-up-right-arrow-1:before {
  content: "\e90d";
}

.icon-right-arrow:before {
  content: "\e90e";
}

.icon-play:before {
  content: "\e90f";
}

.icon-checked:before {
  content: "\e910";
}

.icon-share:before {
  content: "\e911";
}

.icon-down-arrow:before {
  content: "\e912";
}

.icon-down-arrow-1:before {
  content: "\e913";
}

.icon-send:before {
  content: "\e914";
}

.icon-phone:before {
  content: "\e915";
}

.icon-prev:before {
  content: "\e916";
}

.icon-next:before {
  content: "\e917";
}

.icon-arrow-right:before {
  content: "\e918";
}

.icon-reply:before {
  content: "\e919";
}

.icon-pdf:before {
  content: "\e91a";
}

.icon-file:before {
  content: "\e91b";
}

.icon-checked-1:before {
  content: "\e91c";
}

.icon-right-chevron:before {
  content: "\e91d";
}

.icon-left-chevron:before {
  content: "\e91e";
}

.icon-antiseptic:before {
  content: "\e91f";
}

.icon-shield:before {
  content: "\e920";
}

.icon-trust:before {
  content: "\e921";
}

.icon-chair:before {
  content: "\e922";
}

.icon-clock:before {
  content: "\e923";
}

.icon-enhanced-disinfection2:before {
  content: "\e924";
}

.icon-envelop:before {
  content: "\e925";
}

.icon-home:before {
  content: "\e926";
}

.icon-home2:before {
  content: "\e927";
}

.icon-isolation-mode:before {
  content: "\e928";
}

.icon-pdf1:before {
  content: "\e929";
}

.icon-phone1:before {
  content: "\e92a";
}

.icon-projects-done:before {
  content: "\e92b";
}

.icon-quote:before {
  content: "\e92c";
}

.icon-quote-text:before {
  content: "\e92d";
}

.icon-satisfied--customers:before {
  content: "\e92e";
}

.icon-service-type:before {
  content: "\e92f";
}

.icon-service-type-2:before {
  content: "\e930";
}

.icon-service-type-3:before {
  content: "\e931";
}

.icon-star:before {
  content: "\e932";
}

.icon-steering:before {
  content: "\e933";
}

.icon-tag:before {
  content: "\e934";
}

.icon-team:before {
  content: "\e935";
}

.icon-time-tested-cleaning:before {
  content: "\e936";
}

.icon-user:before {
  content: "\e937";
}

.icon-world:before {
  content: "\e938";
}

.icon-worry-free:before {
  content: "\e939";
}

.icon-enhanced-disinfection:before {
  content: "\e93a";
}

.icon-date:before {
  content: "\e93b";
}



:root {
  --navy: #1a2b4a;
  --navy-deep: #0f1e35;
  --blue: #2d6da8;
  --blue-light: #4a8fc7;
  --accent: #7ec8e3;
  --gold: #f59e0b;
  --sky: #e8f3fb;
  --white: #ffffff;
  --gray: #f5f7fa;
  --gray2: #eef1f6;
  --dark: #111827;
  --text: #2c3e50;
  --text-muted: #6b7c93;
  --border: #dde3ec;
  --shadow: 0 4px 24px rgba(26, 43, 74, .10);
  --shadow-lg: 0 12px 48px rgba(26, 43, 74, .18);
  --radius: 14px;
  --drawer-w: 300px;
  --ease: 0.35s cubic-bezier(.4, 0, .2, 1);
}

/* ── RESET ── */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block;
  height: 42px;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ── MATERIAL SYMBOLS HELPER ── */
.ms {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* ── DRAWER OVERLAY ── */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10, 20, 40, .65);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--ease);
}

.drawer-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* ── LEFT DRAWER (mobile) ── */
.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--drawer-w);
  height: 100dvh;
  background: linear-gradient(170deg, var(--navy-deep) 0%, var(--navy) 60%, #1e3a5f 100%);
  z-index: 1200;
  transform: translateX(calc(-1 * var(--drawer-w)));
  transition: transform var(--ease);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  /* box-shadow:8px 0 48px rgba(0,0,0,.45); */
}

.drawer.open {
  transform: translateX(0);
}

.drawer-header {
  padding: 30px 22px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-header img {
  height: 48px;
  filter: brightness(0) invert(1);
}

.drawer-close {
  background: rgba(255, 255, 255, .12);
  border: none;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
  font-size: 20px;
}

.drawer-close:hover {
  background: rgba(255, 255, 255, .24);
}

.drawer-nav {
  flex: 1;
  padding: 16px 0;
}

.drawer-nav ul {
  list-style: none;
}

.drawer-nav ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 26px;
  color: rgba(255, 255, 255, .75);
  font-weight: 700;
  font-size: .94rem;
  letter-spacing: .01em;
  border-left: 3px solid transparent;
  transition: all .2s;
}

.drawer-nav ul li a:hover,
.drawer-nav ul li a.active {
  color: #fff;
  background: rgba(255, 255, 255, .09);
  border-left-color: var(--accent);
}

.drawer-nav ul li a .ms {
  font-size: 19px;
  color: var(--accent);
  flex-shrink: 0;
}

.drawer-footer {
  padding: 22px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.drawer-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--blue);
  color: #fff !important;
  border-radius: 11px;
  padding: 15px 18px;
  font-weight: 800;
  font-size: .95rem;
  transition: all .2s;
  border-left: none !important;
}

.drawer-cta .ms {
  color: #fff !important;
  font-size: 20px;
}

.drawer-cta:hover {
  background: var(--accent);
  color: var(--navy) !important;
}

.drawer-cta:hover .ms {
  color: var(--navy) !important;
}

.top-bar {
  background: var(--navy-deep);
  color: rgba(255, 255, 255, .72);
  font-size: .79rem;
  padding: 8px 24px;
  display:none;
}

.top-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.top-bar-item .ms {
  font-size: 14px;
  color: #fff;
}

.top-bar a {
  color: rgba(255, 255, 255, .82);
  transition: color .2s;
}

.top-bar a:hover {
  color: var(--accent);
}

/* ── MAIN HEADER ── */
header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 2px 20px rgba(26, 43, 74, .09);
  transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 6px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.logo img {
  height: 96px;
  width: auto;
  object-fit:cover;
}

nav ul {
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}

nav ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--navy);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 9px 10px;
  border-radius: 9px;
  transition: all .2s;
  letter-spacing: .01em;
  white-space: nowrap;
}

nav ul li a .ms {
  font-size: 16px;
  color: var(--blue);
}

nav ul li a:hover,
nav ul li a.active {
  background: var(--blue);
  color: #fff;
}

nav ul li a:hover .ms,
nav ul li a.active .ms {
  color: rgba(255, 255, 255, .9);
}

.nav-cta a {
  background: var(--blue) !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 11px 20px !important;
  font-weight: 800 !important;
}

.nav-cta a .ms {
  color: #fff !important;
}

.nav-cta a:hover {
  background: var(--navy) !important;
}

/* ── HAMBURGER ── */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 10px;
  background: none;
  border: none;
  border-radius: 10px;
  transition: background .2s;
}

.hamburger:hover {
  background: var(--sky);
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--navy);
  border-radius: 3px;
  transition: all .3s;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7.5px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7.5px) rotate(-45deg);
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, #1e3a5f 50%, var(--blue) 100%);
  color: #fff;
  padding: 120px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  opacity: 1;
  filter: grayscale(20%);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* background:linear-gradient(135deg,rgba(15,30,53,.93) 0%,rgba(26,43,74,.85) 55%,rgba(45,109,168,.7) 100%); */


}

.hero-pattern {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='30' height='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Crect x='30' y='30' width='30' height='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 60%;
  text-align: left;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  color: #fff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 50px;
  margin-bottom: 30px;
}

.hero-badge .ms {
  font-size: 15px;
  color: var(--gold);
}

.hero h1 {
  font-size: clamp(2.1rem, 5.5vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -.035em;
  text-shadow: #0f1e35 2px 2px 10px;
}

.hero h1 span {
  color: var(--accent);
}

.hero p {
  font-size: 1.15rem;
  opacity: .88;
  width: 100%;
  margin: 0 auto 42px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: left;
  flex-wrap: wrap;
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 10px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50px;
  padding: 7px 18px;
  font-size: .8rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .9);
}

.hero-trust-item .ms {
  font-size: 16px;
  color: var(--gold);
}

/* ── BUTTONS ── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--navy);
  color: #fff;
  padding: 15px 32px;
  border-radius: 11px;
  font-weight: 800;
  font-size: .97rem;
  transition: all .25s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.btn-primary .ms {
  font-size: 18px;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, .25);
  background: var(--accent);
  color: #fff;
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .5);
  padding: 15px 32px;
  border-radius: 11px;
  font-weight: 700;
  font-size: .97rem;
  transition: all .2s;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.btn-blue {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--blue);
  color: #fff;
  padding: 13px 28px;
  border-radius: 11px;
  font-weight: 700;
  font-size: .95rem;
  transition: all .2s;
  border: none;
  cursor: pointer;
}

.btn-blue:hover {
  background: var(--navy);
  transform: translateY(-1px);
}

/* ── STATS STRIP ── */
.stats-strip {
  background: var(--navy);
  color: #fff;
  padding: 36px 24px;
}

.stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 28px;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.stat-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, .1);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  display: none;
}

.stat-icon .ms {
  font-size: 24px;
  color: var(--accent);
}

.stat-item .number {
  font-size: 3.3rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}

.stat-item .label {
  font-size: .77rem;
  opacity: .7;
  text-transform: uppercase;
  letter-spacing: .09em;
}

/* ── SECTIONS ── */
.section {
  padding: 88px 24px;
}

.section-alt {
  background: var(--gray);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-tag .ms {
  font-size: 14px;
}

.section-header h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 18px;
  letter-spacing: -.025em;
}

.section-header p {
  color: var(--text-muted);
  max-width: 580px;
  margin: 0 auto;
  font-size: 1.05rem;
}

/* ── SERVICE CARDS ── */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
}

.card {
  background: #fff;
  border-radius: var(--radius);
  padding: 38px 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--accent));
  opacity: 0;
  transition: opacity .3s;
}

/* .card::after{
  content:'';position:absolute;top:0;left:0;right:0;height:100%;
  background:linear-gradient(90deg,var(--blue),var(--accent));
  opacity:1;transition:opacity .3s;
} */
.cardCont {
  position: relative;
  z-index: 2;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.card:hover::before {
  opacity: 1;
}

.card-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--sky) 0%, #c8e8f8 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  color: var(--blue);
}

.card-icon .ms {
  font-size: 30px;
}

.card h3 {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 12px;
}

.card p {
  color: var(--text-muted);
  font-size: .93rem;
  line-height: 1.68;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--blue);
  font-weight: 700;
  margin-top: 18px;
  font-size: .9rem;
  transition: gap .2s;
}

.card-link .ms {
  font-size: 17px;
}

.card-link:hover {
  gap: 10px;
  color: var(--navy);
}

/* ── IMAGE FEATURE SECTION ── */
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.feature-grid.reverse {
  direction: rtl;
}

.feature-grid.reverse>* {
  direction: ltr;
}

.feature-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}

.feature-img img {
  width: 100%;
  height: 600px;
  object-fit: fill;
  display: block;
  object-position: bottom center;
}

/* .feature-img-badge{
  position:absolute;bottom:20px;left:20px;
  background:rgba(15,30,53,.9);backdrop-filter:blur(8px);
  color:#fff;border-radius:10px;padding:10px 16px;
  font-size:.82rem;font-weight:700;
  display:flex;align-items:center;gap:8px;
}
.feature-img-badge .ms{font-size:16px;color:var(--accent);} */
.feature-text h2 {
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 18px;
  letter-spacing: -.02em;
  line-height: 1.2;
}

.feature-text p {
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.78;
}

.feature-list {
  list-style: none;
  margin: 24px 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 600;
  color: var(--text);
  font-size: .95rem;
}

.feature-list li:last-child {
  border: none;
}

.feature-list li .ms {
  font-size: 18px;
  color: var(--blue);
  flex-shrink: 0;
}

/* ── LOCATION CARDS ── */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  gap: 12px;
  margin-top: 40px;
}

.loc-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 14px 18px;
  color: var(--navy);
  font-weight: 700;
  font-size: .87rem;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all .22s;
}

.loc-card .ms {
  font-size: 16px;
  color: var(--blue);
  flex-shrink: 0;
}

.loc-card:hover {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(45, 109, 168, .24);
}

.loc-card:hover .ms {
  color: var(--accent);
}

/* ── PROCESS STEPS ── */
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.step {
  text-align: center;
  padding: 36px 24px;
  background: #fff;
  border-radius: var(--radius);
  border: 1.5px solid var(--border);
  position: relative;
  transition: all .3s;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.step-num {
  width: 56px;
  height: 56px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 1.15rem;
  margin: 0 auto 20px;
  position: absolute;
  top: calc(0% - 28px);
  left: calc(50% - 28px);
  border: 8px solid #fff;
  ;
}

.step h4 {
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.step p {
  font-size: .88rem;
  color: var(--text-muted);
}




.testimonial2 {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px;
  border: 1px solid var(--border);
  transition: all .3s;
  position: relative;
}

.testimonial2:hover {

}

.testimonial2::before {
  content: '\201C';
  position: absolute;
  top: 20px;
  right: 26px;
  font-size: 5.5rem;
  line-height: 1;
  color: var(--sky);
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
}

.testimonial2 .t-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 16px;
}

.testimonial2 .t-stars .ms {
  font-size: 18px;
  color: var(--gold);
}

.testimonial2 .t-body {
  font-size: .95rem;
  color: var(--text);
  line-height: 1.78;
  margin-bottom: 22px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial2 .t-author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial2 .t-avatar { 
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--accent));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  flex-shrink: 0;
}

.testimonial2 .t-info strong { 
  display: block;
  color: var(--navy);
  font-weight: 800;
  font-size: .93rem;
}

.testimonial2 .t-info span { 
  font-size: .8rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial2 .t-info span .ms {
  font-size: 13px;
  color: var(--blue);
}

/* ── CTA BAND ── */
.cta-band {
  background: linear-gradient(135deg, var(--blue) 0%, var(--navy) 100%);
  background: url(../images/hall2.jpg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  color: #fff;
  padding: 96px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='30' height='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Crect x='30' y='30' width='30' height='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
  background: #000;
  opacity: .5;
}

.cta-band-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.cta-band h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 900;
  margin-bottom: 0px;
  line-height: normal;
}

.cta-band p {
  opacity: .86;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.cta-band .btn-primary {
  background: #fff;
  color: var(--navy);
  margin-top: 36px;
}

.cta-band .btn-primary:hover {
  background: var(--accent);
}

.cta-band .btn-primary .ms {
  display: none;
}

/* ── FOOTER ── */
footer {
  background: var(--dark);
  color: rgba(255, 255, 255, .65);
  padding: 72px 24px 38px;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  margin-bottom: 34px;
}

.footer-brand img {
  height: 52px;
  margin-bottom: 20px;
  filter: brightness(0) invert(1);
}

.footer-brand p {
  font-size: .89rem;
  line-height: 1.8;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-social {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .65);
  transition: all .2s;
  cursor: pointer;
}

.footer-social .ms {
  font-size: 18px;
}

.footer-social:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

.footer-col h4 {
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
  margin-bottom: 22px;
  letter-spacing: .08em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col h4 .ms {
  font-size: 16px;
  color: var(--accent);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #fff;
  font-size: .88rem;
  transition: color .2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-col ul li a .ms {
  font-size: 13px;
  color: var(--accent);
}

.footer-col ul li a:hover {
  color: var(--accent);
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: ;
  flex-wrap: wrap;
  gap: 12px;
  font-size: .83rem;
}

.footer-bottom a {
  color: var(--accent);
}

.footer-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  padding: 8px 14px;
  font-size: .78rem;
}

.footer-badge .ms {
  font-size: 15px;
  color: var(--gold);
}

/* ── PAGE HERO ── */
.page-hero {
  background: linear-gradient(135deg, var(--navy-deep) 0%, var(--blue) 100%);
  background: url(../images/szafran.jpg);
  background-position: center;
  color: #fff;
  padding: 80px 24px 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Crect x='0' y='0' width='30' height='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3Crect x='30' y='30' width='30' height='30' fill='none' stroke='rgba(255,255,255,0.04)' stroke-width='1'/%3E%3C/svg%3E");
  background: #000;
  opacity: .5;
}

.page-hero-content {
  position: relative;
  z-index: 1;
}

.breadcrumb {
  font-size: .8rem;
  opacity: .65;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb .ms {
  font-size: 13px;
}

.page-hero h1 {
  font-size: clamp(1.9rem, 4.5vw, 3.2rem);
  font-weight: 900;
  line-height: normal;
  margin-bottom: 16px;
  letter-spacing: -.025em;
}

.page-hero p {
  opacity: .86;
  font-size: 1.07rem;
  max-width: 540px;
  margin: 0 auto;
}

/* ── ABOUT TEAM SECTION ── */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-img img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.about-text h2 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 20px;
  letter-spacing: -.022em;
}

.about-text p {
  color: var(--text-muted);
  margin-bottom: 16px;
  line-height: 1.8;
}

.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0;
}

.about-stat {
  background: var(--sky);
  border-radius: 12px;
  padding: 20px;
  border: 1.5px solid var(--border);
}

.about-stat .num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
}

.about-stat .lbl {
  font-size: .8rem;
  color: var(--text-muted);
  margin-top: 4px;
  font-weight: 600;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 44px;
}

.value-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 30px 26px;
  border: 1.5px solid var(--border);
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: all .3s;
}

.value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.value-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  flex-shrink: 0;
  background: linear-gradient(135deg, var(--sky), #c8e8f8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.value-icon .ms {
  font-size: 26px;
  color: var(--blue);
}

.value-card h3 {
  font-weight: 800;
  color: var(--navy);
  font-size: 1.02rem;
  margin-bottom: 7px;
}

.value-card p {
  font-size: .88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* ── SERVICE PAGE STYLES ── */
.service-intro {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 56px;
  align-items: start;
}

.service-sidebar {
  background: var(--sky);
  border-radius: var(--radius);
  padding: 32px;
  border: 1.5px solid var(--border);
  position: sticky;
  top: 110px;
}

.service-sidebar h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-sidebar h3 .ms {
  font-size: 19px;
  color: var(--blue);
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}

.info-item:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.info-icon {
  background: var(--blue);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.info-icon .ms {
  font-size: 18px;
}

.info-item strong {
  display: block;
  font-size: .76rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: 2px;
}

.info-item span {
  font-weight: 700;
  /* color:var(--navy); */
  font-size: .95rem;
}

.sidebar-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--blue);
  color: #fff;
  padding: 15px;
  border-radius: 11px;
  font-weight: 800;
  margin-top: 24px;
  transition: background .2s;
}

.sidebar-cta .ms {
  font-size: 18px;
}

.sidebar-cta:hover {
  background: var(--navy);
}

.prose h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--navy);
  margin: 44px 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.prose h2 .ms {
  font-size: 22px;
  color: var(--blue);
}

.prose h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy);
  margin: 28px 0 12px;
}

.prose p {
  color: var(--text);
  margin-bottom: 20px;
  line-height: 1.8;
}

.prose ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style: none;
}

.prose ul li {
  margin-bottom: 11px;
  color: var(--text);
  padding-left: 0px;
  position: relative;
}

/* .prose ul li::before{
  content:'';position:absolute;left:0;top:10px;
  width:9px;height:9px;border-radius:50%;background:var(--blue);
} */

/* ── CHECKLIST ── */
.checklist {
  list-style: none;
  padding: 0;
}

.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--border);
  font-size: .95rem;
}

.checklist li:last-child {
  border: none;
}

.checklist-icon {
  width: 26px;
  height: 26px;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}

.checklist-icon .ms {
  font-size: 14px;
}

/* ── FAQ ── */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  border: 1.5px solid var(--border);
  overflow: hidden;
}

.faq-q {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  transition: background .2s;
}

.faq-q:hover {
  background: var(--sky);
}

.faq-q .ms {
  font-size: 20px;
  color: var(--blue);
  flex-shrink: 0;
  transition: transform .2s;
}

.faq-item.open .faq-q .ms {
  transform: rotate(180deg);
}

.faq-a {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s;
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.75;
}

.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 24px 20px;
}

/* ── CONTACT FORM ── */
.contact-wrap {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 56px;
  align-items: start;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 14px 18px;
  border: 1.5px solid var(--border);
  border-radius: 11px;
  font-size: .95rem;
  font-family: inherit;
  color: var(--text);
  background: #fff;
  margin-bottom: 20px;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(45, 109, 168, .12);
}

.contact-form textarea {
  min-height: 150px;
  resize: none;
}

.contact-form label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: .87rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.contact-form label .ms {
  font-size: 16px;
  color: var(--blue);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.submit-btn {
  background: var(--blue);
  color: #fff;
  border: none;
  padding: 16px 32px;
  border-radius: 11px;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  transition: all .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.submit-btn .ms {
  font-size: 20px;
}

.submit-btn:hover {
  background: var(--navy);
  transform: translateY(-1px);
}

.contact-info-box {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 36px;
  color: rgba(255, 255, 255, .8);
}

.contact-info-box h3 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 28px;
}

.cinfo-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.cinfo-icon {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: rgba(255, 255, 255, .12);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cinfo-icon .ms {
  font-size: 20px;
  color: var(--accent);
  color: #fff;
}

.cinfo-label {
  font-size: .77rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  opacity: .6;
  margin-bottom: 4px;
  color: var(--accent);
  font-weight: bold;
}

.cinfo-val {
  font-weight: 700;
  color: #fff;
  font-size: .97rem;
}

.cinfo-val a {
  color: #fff;
}

/* ── LOCATIONS PAGE ── */
.loc-hero-region {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50px;
  padding: 7px 20px;
  margin-bottom: 22px;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.loc-hero-region .ms {
  font-size: 16px;
  color: var(--gold);
}

.regions-section {
  margin-bottom: 56px;
}

.region-title {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--border);
}

.region-title .ms {
  font-size: 22px;
  color: var(--blue);
}

/* ── MOBILE ── */
@media(max-width:1024px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid.reverse {
    direction: ltr;
  }

  .about-intro {
    grid-template-columns: 1fr;
  }

  .service-intro {
    grid-template-columns: 1fr;
  }

  .service-sidebar {
    position: static;
  }

  .contact-wrap {
    grid-template-columns: 1fr;
  }
}

@media(max-width:900px) {
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .footer-top .footer-brand {
    grid-column: 1/-1;
  }

  nav ul {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .top-bar .top-bar-item:not(:first-child):not(:last-child) {
    display: none;
  }
}

@media(max-width:640px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .hero {
    padding: 88px 20px 76px;
  }

  .section {
    padding: 64px 20px;
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-trust {
    gap: 12px;
  }

  .about-stats {
    grid-template-columns: 1fr 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}






/* ========================= */
/* SUBMENU CSS */
/* ========================= */
nav ul li {
  position: relative;
}

nav ul li ul {
  position: absolute;
  top: 120%;
  left: 0;
  background: #ffffff;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  opacity: 0;
  gap: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* Show dropdown on hover */
nav ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Submenu items */
nav ul li ul li {
  width: 100%;
}

nav ul li ul li a {
  padding: 10px 18px;
  color: #2c3e50 !important;
  border-radius: 0;
}

nav ul li ul li a:hover {
  background: #f1f5f9;
  color: #2f5d8c;
}

nav ul li ul li a:hover .ms {
  color: #2f5d8c;
}

.logomobile img {
  height: auto;
  width: 150px;
  border-radius: 6px;
  filter: none;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.drawer.open .drawer-nav ul {
  display: block;

}

.drawer-nav {
  padding: 16px 10px;
}

.nav-inner {
  padding: 6px 0;
}

.hamburger {
  margin-left: auto;
}

/* dropdown icon */
.dropdown-icon {
  font-size: 12px;
  margin-left: 5px;
  transition: 0.3s;
}

.dropdown-icon img {
  width: 10px;
  height:auto;
}

nav a:hover .dropdown-icon img {
  filter: brightness(0) saturate(100%) invert(100%);
}

/* submenu default */
.submenu {
  position: absolute;
  top: 120%;
  left: 0;
  background: #fff;
  min-width: 220px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s ease;
}

/* active class (JS se control hoga) */
.has-dropdown.active .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* icon rotate */
.has-dropdown.active .dropdown-icon {
  transform: rotate(180deg);
}


.iconcontact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--blue);
  border-radius: 50%;
}

.iconcontact::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #3686a5;
  border-radius: 50%;
  z-index: -1;
  animation: rippleFade 1.5s infinite;
}

.nav-cta .text {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.textphone {
  color: #000;
  font-size: 22px;
  line-height: 26px;
  text-transform: capitalize;
  display: block;
  font-weight: bold;
}

.nav-cta a,
.nav-cta a:hover {
  background: none !important;
}



/* RIGHT FORM */
.hero-form {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 0;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.hero-form h3 {
  margin-bottom: 15px;
}

.hero-form input,
.hero-form select , .hero-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.hero-form button {
  width: 100%;
  padding: 12px;
  background: #2f5d8c;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.sectionoursimp {
  position: relative;
}

.sectionoursimp .container {
  position: relative;
  z-index: 2;
}

.sectionoursimp:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 1;
}

.sectionoursimp .section-tag,
.sectionoursimp .section-header h2,
.sectionoursimp .section-header p {
  color: #fff;
  margin-bottom: 0;
}



/* ── Form Card ── */
.form-card {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(26, 43, 74, 0.10);
  margin: 0;
  text-align: left;
}

/* ── Header ── */
.form-header {
  background: #1a2b4a;
  padding: 15px 5px;
  text-align: center;
}

.form-header-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(126, 200, 227, 0.18);
  border: 1.5px solid rgba(126, 200, 227, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.form-header-icon svg {
  display: block;
}

.form-header h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: normal;
  font-weight: 800;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.form-header p {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  margin: 0;
}

/* ── Form Body ── */
.form-body {
  padding: 1.75rem 2rem 2rem;
}

/* ── Field Group ── */
.field-group {
  margin-bottom: 0px;
}

.field-group label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Input Wrapper (icon + input) ── */
.input-wrapper {
  position: relative;
}

.input-wrapper .input-icon {
  position: absolute;
  left: 12px;
  top: calc(30px - 4px);
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  color: #94a3b8;
}

.input-wrapper .input-icon svg {
  display: block;
}

.input-wrapper select option {
  color: #000;
}

/* ── Inputs & Select ── */
.input-wrapper input,
.input-wrapper select , .input-wrapper textarea {
  width: 100%;
  padding: 15px 12px 15px 38px;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: #f8fafc;
  color: #1e293b;
  outline: none;
  resize: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  appearance: none;
  -webkit-appearance: none;
}

.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
  color: #94a3b8;
}

.input-wrapper input:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
  border-color: #2d6da8;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(45, 109, 168, 0.12);
}

.input-wrapper input:hover,
.input-wrapper select:hover,
.input-wrapper textarea:hover {
  border-color: #cbd5e1;
}

/* ── Select Chevron ── */
.select-chevron {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #94a3b8;
  display: flex;
  align-items: center;
}

/* ── Info Note ── */
.form-note {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8fafc;
  border-radius: 8px;
  padding: 10px 14px;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
}

.form-note svg {
  flex-shrink: 0;
  color: #64748b;
}

.form-note span {
  font-size: 12px;
  color: #64748b;
}

/* ── Submit Button ── */
.submit-btn {
  width: 100%;
  padding: 13px;
  background: #1a2b4a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  transition: background 0.2s, transform 0.15s;
}

.submit-btn:hover {
  background: #2d6da8;
}

.submit-btn:active {
  transform: scale(0.98);
}

.submit-btn svg {
  display: block;
}

/* ── Footer Text ── */
.form-footer-text {
  text-align: center;
  font-size: 12px !important;
  color: #94a3b8;
  margin: 14px 0 0 !important;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  

  .hero-form {
    width: 100%;
  }
}

/* mobile view */
@media (max-width: 768px) {
  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .submenu {
    position: static;
    box-shadow: none;
    transform: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
  }

  .has-dropdown.active .submenu {
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    margin-top: 5px;
  }

}

@media(max-width:767px) {
  .logo img {
    height: 76px;
  }

  .top-bar-inner {
    justify-content: center;
    gap: 5px;
  }

  .hero-content {
    width: 100%;
    text-align: center;
  }

  .hero-actions,
  .hero-trust {
    justify-content: center;
  }

  .form-header h2 {
    font-size: 26px;
  }

  .form-body {
    padding: 1.75rem 1rem 2rem;
  }

  .stat-item .number {
    font-size: 2.1rem;
  }

  .feature-img img {
    height: auto;
  }

  .hero-badge {
    font-size: 0.56rem;
  }

}



/* ══════════════════════════════════════════════
   NEW FOOTER — Map + Info Grid Layout
   ══════════════════════════════════════════════ */
.site-footer {
  background: var(--dark);
  color: #fff;
  padding: 0;
}

/* Map Row */
.footer-map-row {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 380px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-map-wrap {
  position: relative;
  overflow: hidden;
}

.footer-map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  display: block;
  filter: grayscale(25%) contrast(1.05);
}

.footer-map-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: rgba(15, 30, 53, .92);
  backdrop-filter: blur(8px);
  color: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  font-size: .82rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(126, 200, 227, .3);
}

.footer-map-badge .ms {
  font-size: 16px;
  color: var(--accent);
}

/* Info Grid (right side of map row) */
.footer-info-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 0;
  padding: 60px 48px 40px;
  background: var(--navy-deep);
  /* border-bottom: 1px solid rgba(255,255,255,.07); */
  margin: -50px 0 0 0;
  position: relative;
  z-index: 1;
  border-radius: 20px 20px 0 0;
}

/* Brand col */
.footer-brand-col {
  padding-right: 32px;
}

.footer-logo {
  height: auto;
  width: 190px;
  object-fit: contain;
  margin-bottom: 18px;
 filter: brightness(100) invert(0); 
  /* border-radius: 6px; */
}

.footer-brand-col p {
  font-size: .88rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.footer-brand-col .footer-socials {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.footer-brand-col .footer-social {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .11);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .65);
  transition: all .2s;
  cursor: pointer;
  text-decoration: none;
}

.footer-brand-col .footer-social .ms {
  font-size: 18px;
}

.footer-brand-col .footer-social:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

/* Contact list */
.footer-contact-list {
  list-style: none;
  padding: 0;
}

.footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  font-size: .87rem;
  line-height: 1.5;
}

.footer-ci {
  font-size: 16px !important;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 1px;
}

.footer-contact-list a {
  color: rgba(255, 255, 255, .65);
  transition: color .2s;
}

.footer-contact-list a:hover {
  color: var(--accent);
}

/* Quote btn in footer */
.footer-quote-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: var(--blue);
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 800;
  font-size: .88rem;
  transition: background .2s;
}

.footer-quote-btn:hover {
  background: var(--accent);
  color: var(--navy);
}

.footer-quote-btn .ms {
  font-size: 17px;
  display: none;
}

/* Bottom bar */
.footer-bottom-bar {
  background: var(--dark);
  padding: 22px 24px;
  border-top: 1px solid rgba(255, 255, 255, .07);
}

/* Responsive footer */
@media (max-width: 1100px) {
  .footer-map-row {
    grid-template-columns: 1fr;
  }

  .footer-map-wrap {
    min-height: 260px;
  }

  .footer-info-grid {
    grid-template-columns:1.4fr 1.5fr 0.9fr;
    gap: 32px;
    padding: 36px 28px;
  }
}

@media (max-width: 700px) {
  .footer-info-grid {
    grid-template-columns: 1fr;
    padding: 28px 20px;
  }

  .footer-brand-col {
    padding-right: 0;
  }
}

/* ══════════════════════════════════════════════
   HOME PAGE FAQ SECTION
   ══════════════════════════════════════════════ */
.home-faq-section {
  padding: 88px 24px;
  background: var(--gray);
}

.home-faq-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.home-faq-intro h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 18px;
  line-height: 1.2;
  letter-spacing: -.025em;
}

.home-faq-intro p {
  color: var(--text-muted);
  font-size: 1.03rem;
  line-height: 1.78;
  margin-bottom: 28px;
}

.home-faq-img {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  margin-top: 32px;
}

.home-faq-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}





@media (max-width: 860px) {
  .home-faq-wrap {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .home-faq-img {
    display: none;
  }
}

.social-icons {
  display: flex;
  gap: 12px;
}

.social {
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
  background: var(--blue);
  transition: all ease-in-out .3s;
}

/* Brand colors */


/* Hover effect */
.social:hover {
  background: #fff;
  color: #000;
  transition: all ease-in-out .3s;
}

.social:hover svg path {
  fill: var(--blue);
  transition: all ease-in-out .3s;
}


.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background: #3686a5;
  /* dark green */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
}

/* outer soft circle */
.back-to-top::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: #3686a5;
  border-radius: 50%;
  z-index: -1;
  animation: rippleFade 1.5s infinite;
}


/* arrow */
.back-to-top .arrow {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

/* hover effect */
.back-to-top:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f51da59 */
.goldpattern {
  background: #e2ac24;
  position: relative;
  overflow: hidden;
}

.goldpattern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.2) 30%, transparent 30%),
    linear-gradient(240deg, rgba(0, 0, 0, 0.25) 40%, transparent 40%),
    linear-gradient(60deg, rgba(0, 0, 0, 0.15) 50%, transparent 50%);
  mix-blend-mode: multiply;
}

/* End custom CSS */

/* Arrow bounce */
@keyframes custBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

/* 🔥 Smooth breathing effect */
@keyframes smoothBreath {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* 🔥 Ripple fade */
@keyframes rippleFade {
  0% {
    transform: scale(0.0);
    opacity: 0;
  }

  40% {
    opacity: 0.5;
  }

  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}

.cta-bandlft {
  width: 100%;
  margin: 0 0 20px 0;
}

/* ══════════════════════════════════════════════
   BEFORE / AFTER GALLERY SECTION
   ══════════════════════════════════════════════ */
.gallery-section {
  padding: 88px 24px;
  background: var(--white);
}

.gallery-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 0;
}

.gallery-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1.5px solid var(--border);
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.gallery-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.gallery-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.gallery-divider {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #fff;
  z-index: 2;
  transform: translateX(-50%);
}

.gallery-label {
  position: absolute;
  top: 12px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  color: #fff;
  z-index: 3;
}

.gallery-label.before {
  left: 12px;
  background: rgba(26, 43, 74, 0.85);
}

.gallery-label.after {
  right: 12px;
  background: rgba(45, 109, 168, 0.92);
}

.gallery-caption {
  padding: 16px 20px;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.93rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.gallery-caption .ms {
  color: var(--blue);
  font-size: 18px;
}



@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns:repeat(auto-fit, minmax(210px, 1fr));
    gap:15px;
  }
  .gallery-caption {
    justify-content: center;font-size: 0.83rem;
    padding: 16px 5px;
  }
  .stats-inner {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .steps {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 64px;
  }
  .before-after {
    max-width: 991px !important;
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-img-wrap img {
    height: 170px;
  }
}


.topleft {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .topleft {
    gap: 5px;
    justify-content: center;
  }

  .hero p {
    font-size: 0.95rem;
  }

  .hero-actions {
    gap: 10px;
  }

  .btn-primary {
    padding: 9px 12px;
    font-size: 0.80rem;
  }

  .btn-outline {
    font-size: 0.77rem;
    padding: 10px 12px;
  }

  .btn-outline .ms {
    font-size: 16px;
  }

  .hero-trust {
    display: none;
  }

  .steps {
    gap: 45px;
  }

  .cta-band,
  .sectionoursimp {
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }

  .cta-band {
    padding: 40px 24px 80px 24px;
  }

  .home-faq-section {
    padding: 40px 24px;
  }

  .section {
    padding: 40px 24px;
  }

  .hero {
    padding: 40px 20px 40px;
  }

  .stat-item .label {
    font-size: 0.67rem;
  }

  .service-intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .prose {
    width: 100%;
    display: inline-block;
  }

  .service-sidebar {
    padding: 20px 10px;
    width: 100%;
  }

  .info-item span {
    font-size: 0.85rem;
  }

  .prose h2 {
    line-height: normal;
  }

  .contact-wrap {
    display: flex;
    flex-direction: column;
  }

  .contact-info-box {
    width: 100%;
  }

  .contact-info-box {
    padding: 20px 10px;
  }

  .cinfo-val {
    font-size: 0.85rem;
  }

  .footer-info-grid {
    margin: 0;
  }

  .footer-logo {
    width: 150px;
  }

  .hero {
    min-height: 60vh;
  }
}





.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.location-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px;
  border-radius: 12px;
  border: 2px solid var(--border);
  background: var(--white);
  text-decoration: none;
  color: inherit;
  transition: all .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
}

.location-card:hover {
  border-color: var(--primary);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  transform: translateY(-2px);
}

.location-card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: var(--primary-light, #e8f0fe);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--primary);
}

.location-card h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 6px;
  color: var(--navy);
}

.location-card p {
  font-size: .85rem;
  color: var(--muted);
  margin: 0 0 14px;
  flex: 1;
}

.location-card-link {
  font-size: .83rem;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 4px;
}

.location-card-link .ms {
  font-size: 16px;
}





div#comparison {
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden;
}

div#comparison figure {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-before.jpg);
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

div#comparison figure>img {
  position: relative;
  width: 100%;
}

div#comparison figure div {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/photoshop-face-after.jpg);
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -2rem;
  left: -2%;
  background-color: rgba(255, 255, 255, 0.1);
  width: 102%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]:active {
  outline: none;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 98%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  outline: none;
}

input[type=range]::active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}

input[type=range]:focus::-webkit-slider-thumb {
  background: rgba(255, 255, 255, 0.5);
}

input[type=range]:focus::-moz-range-thumb {
  background: rgba(255, 255, 255, 0.5);
}




/* Container */
.before-after {
  width: 100%;
  max-width: 700px;
}

.img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: ew-resize;
  aspect-ratio: 4/4.3;
}
.gallery-card .img-wrapper { 
  border-radius: 0;
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

/* After image */
.after-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.after-wrapper img {
  width: 570px;
  max-width: 600px;
}

/* Slider */
.slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.slider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 24px;
  height: 24px;
  background: #2d6da8;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* Labels */
.img-wrapper .label {
  position: absolute;
  top: 15px;
  padding: 6px 12px;
  background: #2d6da8;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
}

.img-wrapper .label.before {
  left: 15px;
}

.img-wrapper .label.after {
  right: 15px;
}

/* Touch fix */
.img-wrapper {
  touch-action: none;
}

.ftrrightrespo {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.ftrrightrespo ul {
  padding: 0;
  margin: 0;
}
.ftrrightrespo ul li {
  list-style: none;
  margin:  0 0 5px 0;
}
.ftrrightrespo .iconcontact::after {
  display: none;
}
.ftrrightrespo ul li a {
  background: #2f5d8c;
  border-radius: 10px 0 0 10px;
  padding: 6px 0px 6px 10px;
  font-size: 9px;
  display: flex;
  width: 86px;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  font-weight: 700;
}
.ftrrightrespo ul li a svg {
  width: 13px;
}


.ftrrightrespo ul li a:hover {
  background: #000;
}

.ftrrightrespo ul li a .icon-phone1 {
  font-size: 13px;
}
.telnumber {
  display: none;
}
.Followus {
  display: none;
  margin-top: 20px;
}

.hero-container .hero-form {
  width: 40%;
  background: transparent;
}
.hero-container .hero-form .form-card {
  background: linear-gradient(to bottom, rgba(45,109,168,0.5) 0%,rgba(26,43,74,0.5) 100%);
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.18);
}
.hero-container .form-header {
  padding: 0;
  background: none;
}
.hero-container .form-body {
  padding: 0;
}
.hero-container .form-header p {
  color: #fff;
  margin: 0 0 10px 0;
}
.hero-container .input-wrapper input, .hero-container .input-wrapper select, .hero-container .input-wrapper textarea {
  background: transparent;
}
.hero-container .form-header h2 {
  color: #fff;
}
.hero-container .input-wrapper input, .hero-container .input-wrapper select, .hero-container .input-wrapper textarea {
  color: #fff;
}
.cta-band .hero-form {
background: none;
}
.cta-band .form-card {
background: rgba(255, 255, 255,.8);
}


header {
  position: sticky; /* always fixed */
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.3s ease;
  z-index: 999;
  will-change: transform;
}

/* Hide */
header.hide {
  transform: translateY(-100%);
}

/* Show */
header.show {
  transform: translateY(0);
}
body {
  padding-top: 0; /* header height ke equal */
  
}




html {
  scrollbar-width: thin;
  scrollbar-color: rgba(45, 109, 168, 0.5) transparent;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px;
}

/* Track - fully transparent */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Thumb - semi transparent */
::-webkit-scrollbar-thumb {
  background: rgba(45, 109, 168, 0.5);
  border-radius: 50px;
}

/* Hover pe visible */
::-webkit-scrollbar-thumb:hover {
  background: #2d6da8;
}

@media (max-width: 991px) {
  .hero {
    padding:50px 24px 50px;
    min-height: 60vh;
  }
  .hero-container .form-header h2 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .ftrrightrespo {
    display: block;
    z-index: 9;
  }
  .top-bar-inner .social-icons {
    display: none;
  }
  .nav-inner > .logo {
    margin-left: 20px;
  } 
  .cards-grid {
    text-align: center;
  }
  .card-icon {
    margin: 0 auto;
  }
  .telnumber {
    display: flex;
  }
  .Followus {
    display: flex;
  }
  .hero-container .hero-form {
    width: 100%;
  }
  .hero-container {
    gap:50px !important;
  }
  .hero-content {
    max-width: 400px;
  }
  .hero-bg {
    height: 200px !important;
  }
  .hero-container {
    flex-direction: column;
  }
  .page-hero {
    padding: 20px 15px 20px;
  }
  .page-hero h1 {
    font-size: clamp(1.3rem, 4.5vw, 3.2rem);
  }
  .hero h1 {
    font-size: 24px !important;
  }
}

@media (min-width: 901px) and (max-width: 991px) {
	nav ul {
		gap:0;
	}
 

}
@media (min-width: 992px) and (max-width: 1199px) {
	nav ul {
		gap:5px;
	}
 .logo img {
	 height: 76px;
	 }

}





.testimonials .owl-dots {
	text-align:center;
 	}
.testimonials .owl-nav {
		display:none;}
 .testimonials .owl-dot {
	width:10px;
	height:10px;
	background:#000 !important;
	margin: 0 5px !important;

	}
	.testimonials .owl-dot.active {
		background:var(--blue) !important;
		}


    .custpravacy h2 {
      margin: 0 0 10px 0;
    }
    .custpravacy  p {
    margin: 0 0 10px 0;
    color: var(--text-muted);
    line-height: 1.8;
    }
    .custpravacy ul , .custpravacy ol {
      margin:  0 0 20px 0;
      padding-left: 20px;
    }
    .custpravacy ul li , .custpravacy ol li {
      color: var(--text-muted);
      line-height: 1.8;
    }

/* ══════════════════════════════════════════════
   LEGAL PAGES — T&C & Privacy Policy v2.2
   Added for updated document content styling
   ══════════════════════════════════════════════ */

/* Alert / Warning box (used for bank-fraud warning, ACL notice) */
.custpravacy .alert-box {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #fff8e1;
  border: 1.5px solid #f59e0b;
  border-left: 5px solid #f59e0b;
  border-radius: 10px;
  padding: 16px 20px;
  margin: 18px 0 22px;
  font-size: .93rem;
  color: var(--text);
  line-height: 1.75;
}
.custpravacy .alert-box .alert-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.custpravacy .alert-box strong {
  display: block;
  color: #92400e;
  font-weight: 800;
  margin-bottom: 4px;
  font-size: .95rem;
}

/* ACL notice box (blue tone) */
.custpravacy .acl-box {
  background: var(--sky);
  border: 1.5px solid var(--blue);
  border-left: 5px solid var(--blue);
  border-radius: 10px;
  padding: 18px 22px;
  margin: 18px 0 22px;
  font-size: .93rem;
  color: var(--text);
  line-height: 1.75;
}
.custpravacy .acl-box strong {
  display: block;
  color: var(--navy);
  font-weight: 800;
  margin-bottom: 6px;
}

/* Sub-clauses list — (a), (b), (c) style */
.custpravacy .sub-clauses {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 18px;
}
.custpravacy .sub-clauses li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 5px 0;
  color: var(--text-muted);
  line-height: 1.8;
  font-size: .93rem;
}
.custpravacy .sub-clauses li .clause-label {
  font-weight: 800;
  color: var(--blue);
  flex-shrink: 0;
  min-width: 26px;
}

/* Sub-section heading (h3) within custpravacy */
.custpravacy h3 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--navy);
  margin: 24px 0 10px;
}

/* Payment methods list special style */
.custpravacy .payment-list {
  list-style: disc;
  padding-left: 22px;
  margin: 10px 0 16px;
}
.custpravacy .payment-list li {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 4px;
}

/* Definition list */
.custpravacy .definitions-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}
.custpravacy .definitions-list li {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: .93rem;
  line-height: 1.75;
  color: var(--text-muted);
}
.custpravacy .definitions-list li:last-child {
  border-bottom: none;
}
.custpravacy .definitions-list li .def-term {
  font-weight: 800;
  color: var(--navy);
  flex-shrink: 0;
  min-width: 40px;
}

/* Effective date badge */
.custpravacy .doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.custpravacy .doc-meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--sky);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 5px 14px;
  font-size: .78rem;
  font-weight: 700;
  color: var(--navy);
}
