@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*===== Pre CSS =====*/
body{ margin: 0; padding: 0; font-size: 14px; font-weight: normal; color: #333; font-family: "Finlandica Headline", sans-serif; background: #F9FAFB;  }
p, a, span, table,th, tr, td,ul, ol, li{margin: 0; padding: 0; font-family: "Finlandica Headline", sans-serif;}
h1,h2, h3, h4, h5, h6, img{ margin: 0; padding: 0;  font-family: "Finlandica Headline", sans-serif; }

.transition{transition: all linear 0.4s;}
/*===== Go To Top Section =====*/
#back-top { display: block; position: fixed; bottom: 15px; right: 14px; text-align: center; z-index: 99999; }
#back-top a { display: block; text-decoration: none;  }
#back-top a .fa{ width: 40px; height: 40px; padding-top: 10px; font-size: 18px; border-radius: 5px; opacity: 1; color: #fff; background: #000; border: #fff solid 1px; transition: all linear 0.3s; }
#back-top a .fa:hover{ background: #fff; color: #000; border-color: #000; transform: scale(1.05,1.05);  }

/* ========preloader========= */
.flex-center {  display: -webkit-box;  display: -ms-flexbox;  display: flex;justify-content: center;}
.preloader {  position: fixed;  top: 0;  left: 0;  overflow: hidden;  width: 100vw;  height: 100vh;  background: #fff;  z-index: 9999999999999999999999999999999;}
.loader-gif  {width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.loader-gif img{width:10vw;height: auto;transform: rotate(00deg);width: 25%;filter: brightness(0) saturate(100%) invert(70%) sepia(82%) saturate(2819%) hue-rotate(3deg) brightness(108%) contrast(101%);}
.loader-gif h4{color: #00ABDF; font-size: 50px;line-height: 25px; font-weight: 400; font-family: "Inter", sans-serif; margin-left: 20px;}

/*===== Mobile Menu =====*/
.mobile_menu{ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 9; }
.menu_icon_box{ position: fixed; top: 0; left: 0; z-index: 9999999999; display: flex;align-items: center;justify-content: space-between; width: 100%;background: #000; height: 70px;padding:0 15px;  }
.mobile_menu .logo{}

.menu_icon{ position: fixed;  right: 15px; width: 30px; height: 30px; padding: 1px 5px; background: transparent; box-sizing: border-box; cursor: pointer; z-index: 999; }
.menu_icon span{ width: 100%; height: 2px; display: block; background: #fff; margin: 5px 0; border-radius: 5px; transition: all linear 0.3s; }
.menu_icon.active{ color: #fff; padding: 8px 3px 0; }
.menu_icon.active span{ position: absolute;     width: 85%; }
.menu_icon.active span:nth-child(1){ transform: rotate(45deg); }
.menu_icon.active span:nth-child(3){ transform: rotate(-45deg); }
.menu_icon.active span:nth-child(2){ display: none; }

.mobile_slideLogo{ display: block; text-align: center; }
.mobile_slideLogo img{ display: inline-block; float: none; background: #fff; padding: 15px; margin-bottom: 15px; border-radius: 5px; width: inherit; height: auto; }
.sidebar{ padding: 65px 5px; position: fixed; top: 0; left: -100%; z-index: 99999; overflow-y: scroll; width: 100%; height: 100%; backdrop-filter: blur(4px);background: rgba(255, 255, 255,1); text-align: center; box-sizing: border-box; z-index: 999999; transition: all linear 0.3s; }
.sidebar.active{ left: 0; }
.tab_section{padding-top: 50px;}
.sidebar ul li{ list-style: none; }
.sidebar ul li a{ position: relative; display: block; padding: 12px 10px; text-align: left; color: #1a1a1a; margin-bottom: 1px; text-transform: uppercase; text-decoration: none; font-size: 16px; font-weight: 400; border-radius: 5px; }
.sidebar ul li a::before{ content: ""; position: absolute; top: 0; left: 0; z-index: -1; padding: 12px 0; height: 100%; width: 0%; background: #747474; transition: all linear 0.3s; }
.sidebar ul li a:hover::before{ width: 100%; }
.sidebar ul li.active{ background: #f2f2f2; border-radius: 5px;color:#0073E6; }
.sidebar ul li.active a{color: #0073E6;}
.sidebar ul li.dropdown-active{background:#00ABDF ;}
.sidebar ul li:last-child a{background:#0073E6;color:#fff;text-align:center; }

/*-- Modern Social Media Icon Display --*/
.social_media_block{ display: block; position: fixed; bottom: 15px; left: 15px; z-index: 999; }
.share_icon .fa-solid{ position: absolute; left: 0; bottom: 0; z-index: 2; cursor: pointer; width: 52px; height: 52px; border-radius: 50%; background: #000; color: #fff; font-size: 24px; text-align: center; padding: 14px 0 0 0; transition: all linear 0.3s; }
.share_icon .fa-solid:hover{ transform: rotate(360deg); color: #fff; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); }
.social_icon{ position: relative; overflow-y: hidden; border-bottom-left-radius: 52px; border-bottom-right-radius: 52px; transition: all linear 0.3s; }
.social_icon.active{ padding-top: 52px; }
.social_icon ul{ position: relative; display: block; text-align: center; transform: translateY(100%); transition: all linear 0.3s; }
.social_icon.active ul{ transform: translateY(-52px); }
.social_icon ul li{ list-style: none; }
.social_icon ul li .fa-brands{ width: 50px; height: 50px; border-radius: 50%; border: none; background: #0e59a9; color: #fff; font-size: 24px; text-align: center; padding: 13px 0px 0 0; transition: all linear 0.3s; }
.social_icon ul li .fa-brands:hover{ transform: rotate(360deg); }
.social_icon ul li:nth-child(1) .fa-brands{ background: #3d5a96; color: #fff; }
.social_icon ul li:nth-child(2) .fa-brands{ background: #2aa3ef; color: #fff; }
.social_icon ul li:nth-child(3) .fa-brands{ background-image: linear-gradient(#8221b3, #c22268, #db8a40); color: #fff; }

/*===== Common Section =====*/
.section-title{ margin-bottom: 50px; text-align: left; }

.section-title h4{ color:#0173E5; font-family: "Inter", sans-serif;font-weight: 600;letter-spacing: 0.05em;font-size: 15px;text-transform: uppercase;margin-bottom:18px; }
.section-title h2{font-family: "Inter", sans-serif;font-weight: 700;font-size: 48px;line-height: 48px;margin-bottom: 20px; }
.section-title h2 span{color: rgba(241, 105, 59, 1);}
.section-title p{ font-family: "Inter", sans-serif;font-weight: 400;font-size: 17px;line-height: 28px; color: #627084;}

/*========common button==========*/
.home-page-link {margin-top: 40px;}
.home-page-link a{display: inline-block; transition: all linear 0.3s;color: #fff;background: #F97A1F; padding: 12px 31px; text-decoration: none;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 12px;font-family: "Inter", sans-serif;font-weight: 500;font-size: 17px;line-height: 28px;}


/* Wrapper */
.wrapper{ margin: 0; padding: 0; overflow: hidden; }
.transition{ transition: all linear 0.3s; }

/*===== Header Section =====*/
.header{padding: 15px 0; position: fixed; width: 100%; z-index: 9999; backdrop-filter: blur(12px); left: 0;background: transparent;transition: background 0.3s ease, box-shadow 0.3s ease;}
.header-page{ background: #fff; box-shadow: 0 2px 16px rgba(0,0,0,0.08); }

/* .header-middle{ padding: 60px 0; } */
.logo a {font-size: 24px;line-height: 32px;font-weight: 700;text-decoration: none;color: #fff; transition: all linear 0.3s}
.logo a span{color: #fff; transition: all linear 0.3s}
.header.sticky .logo a,.header-page .logo a{color: #111;}
.header.sticky a span,.header-page a span{color: #fb6600;}
.header-page .header-right a { color: #111; }
.header-middle .row{align-items: center;}

.navbar .navbar-nav{ display: flex; gap: 30px; flex-direction: row; align-items: center; justify-content: space-evenly; }
.navbar .navbar-nav > li{ display: inline-block; list-style: none; float: none; padding: 0; }
.navbar .navbar-nav > li > a{ position: relative; display: inline-block; padding: 0; margin: 0px 13px; border: none;  background: transparent; color: #000; font-size: 14px; line-height: normal; text-align: center; text-decoration: none; letter-spacing: 2px; text-transform: uppercase; transition: all linear 0.3s; }
.header.sticky .navbar .navbar-nav > li > a{color: #000;}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a{ color: #e85c1a; background: transparent; }

.header.sticky .navbar .navbar-nav > li > a,.header-page .navbar .navbar-nav > li > a{color: #111;}
.header-right { display: flex; align-items: center; gap: 12px; justify-content: flex-end; }
.header-right a{ display:flex; align-items: center; gap: 10px; text-decoration:none; color: #000; }
.header-right a .icon-circle {
  width: 40px;
  height: 40px;
  background: #FB6600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.header-right .contents span{ letter-spacing: 2px; }
.header-right .contents p{ font-weight: 600; }

.navbar .navbar-nav > li a:hover::before,
.navbar .navbar-nav > li > a:focus::before,
.navbar .navbar-nav > .active > a::before,
.navbar .navbar-nav > .open > a:hover::before,
.navbar .navbar-nav > .open > a:focus::before{width: 100%;}

/*.navbar .navbar-nav > li:last-child > a,.header.sticky .navbar .navbar-nav > li:last-child > a{background: #0073E6;color: #fff;padding: 14px 32px;font-size: 14px;border-radius: 2px;margin-right: 0;}*/
/*.navbar .navbar-nav > li:nth-child(7) > a{margin-left: 40px;}*/

/* Dropdown Menu */
.navbar .navbar-nav > li .serv_dropdown_menu{ display: none; position: absolute; z-index: 999999; border-top: transparent solid 27px; background: transparent; top: 20px; margin-left: 0; width: 270px; overflow-x: hidden; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li{ display: block; width: 100%; list-style: none; text-align: left; margin: 0; }
.navbar .navbar-nav > li .serv_dropdown_menu li a{ display: block; padding: 10px 15px; text-align: left; font-size: 16px; font-weight: 400; text-decoration: none; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); color: #fff; border-top: rgba(255, 255, 255, 0.2) solid 1px; border-radius: 0; transition: all linear 0.3s; }
.navbar .navbar-nav > li .serv_dropdown_menu li a:hover{ padding-left: 20px; color: #fff; background: #000; }
.navbar .navbar-nav > li .serv_dropdown_menu li a .fa{ float: none; margin-right: 5px; font-size: 14px; }
.navbar .navbar-nav > li  a .fa-angle-down{margin-left: 10px;}


/* My Own Custom Dropdown Animation */
.navbar .navbar-nav > li:hover .serv_dropdown_menu{ display: block; animation: slide-up .5s ease-out; }
.navbar .navbar-nav > li:hover .serv_dropdown_menu_second_level{ display: block; animation: slide-right .5s ease-out; }
@keyframes slide-up {
  0% { opacity: 0; transform: translateY(15%); }   
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-right {
  0% { opacity: 0; transform: translateX(15%); }   
  100% { opacity: 1; transform: translateX(0); }
}


/*===== Banners Section =====*/
/* ── Banner ── */

.banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
}
.banner::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.86;
  z-index: 0;
}
.banner::after {
  position: absolute;
  content: '';
  height: 128px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.banner .container,
.banner-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

/* ── Video Background (new) ── */
.banner-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.55);*/
}
/* ─────────────────────────── */

/* ── Content Box ── */
.banner-content-box {
  color: #fff;
  max-width: 820px;
  padding-top: 60px;
}

/* ── Badge ── */
.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(249, 122, 31, 0.18);
  border: 1px solid rgba(249, 122, 31, 0.4);
  padding: 9px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.banner-badge span {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fb6600;
}

/* ── Headline ── */
.banner-content-box h1 {
  display: block;
  font-weight: 800;
  font-size: clamp(48px, 6.5vw, 80px);
  line-height: 1.0;           
  margin: 0 0 28px;
  color: #fff;
}
.banner-content-box h1 span {
  color: #fb6600;
}

/* ── Paragraph ── */
.banner-content-box > p {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 400;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
  margin-bottom: 0;
}

/* ── Buttons ── */
.home-page-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 20px 0;
}

.home-page-link a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.22s, color 0.22s, border-color 0.22s;
  cursor: pointer;
}

.home-page-link a.btn-primary {
  background: #fb6600;
  color: #fff;
  border-color: #fb6600;
}

.home-page-link a.btn-primary:hover {
  background: #d95800;
  border-color: #d95800;
}

.home-page-link a.btn-outline {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}

.home-page-link a.btn-outline:hover {
  background: #fff;
  color: #fb6600;
  border-color: #fff;
}

.home-page-link a.btn-outline:hover svg {
  stroke: #fb6600;
}

.btn-arrow {
  font-style: normal;
  font-size: 15px;
}

/* ── Social + Google Row ── */
.banner-social-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.banner-social-icon:hover {
    color: #fb6600;
}

.banner-social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s;
}
.banner-social-icon:hover {
  background: #fff;
}

.banner-google-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50px;
  padding: 6px 16px 6px 6px;
  backdrop-filter: blur(4px);
}
.banner-google-g {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 16px;
  flex-shrink: 0;
}
.banner-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.banner-google-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .banner {
    min-height: auto;
    padding: 100px 0 64px;
    align-items: flex-start;
  }
  .banner-content-box h1 {
    font-size: clamp(36px, 10vw, 52px);
  }
  .home-page-link a {
    padding: 12px 20px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-page-link {
    flex-direction: column;
    align-items: flex-start;
  }
  .home-page-link a {
    width: 100%;
    justify-content: center;
  }
}


/*===== Banner Button Section =====*/


.banner-stats {
  background: rgba(230, 210, 200, 0.45);
  backdrop-filter: blur(8px);
  padding: 15px 0;
}

.banner-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.banner-stat {
  padding: 12px 40px;
}

.banner-stat h3 {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
  margin-bottom: 8px;
}

.banner-stat p {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #888;
}

/* Responsive */
@media (max-width: 640px) {
  .banner-stats-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .banner-stat {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 24px;
  }
  .banner-stat:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

/*===== Services Section =====*/

.services {
  background: #FAF8F5;
  padding: 100px 0 80px;
}

/* ── Header ── */
.services-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 70px;
  margin-bottom: 56px;
}
.services-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.services-eyebrow span {
  display: block;
  width: 36px;
  height: 2px;
  background: #fb6600;
}
.services-eyebrow p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fb6600;
  margin: 0;
}
.services-header-left h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 800;
  color: #111;
  line-height: 1;
  margin: 0;
}
.services-header-left h2 span {
  color: #fb6600;
}
.services-header-right {
  max-width: 320px;
  padding-bottom: 8px;
}
.services-header-right p {
  font-size: 16px;
  line-height: 1.65;
  color: #666;
  margin: 0;
}

.service-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: 480px;
  text-decoration: none;
  cursor: pointer;
}

.service-card-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.service-card:hover .service-card-img {
  transform: scale(1.06);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.05) 30%,
    rgba(0, 0, 0, 0.65) 100%
  );
  transition: opacity 0.3s ease;
  z-index: 1;
}
.service-card:hover .service-card-overlay {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.service-card-num {
  position: absolute;
  top: 20px;
  left: 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
  z-index: 2;
}

/* Arrow */
.service-card-arrow {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.service-card:hover .service-card-arrow {
  background: #fb6600;
  border-color: #fb6600;
  transform: scale(1.08);
}

/* Content */
.service-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  z-index: 2;
  transform: translateY(6px);
  transition: transform 0.3s ease;
}
.service-card:hover .service-card-content {
  transform: translateY(0);
}
.service-card-content h3 {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.2;
}
.service-card-content p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}

/* ── Also Available ── */
.services-also {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
}
.services-also-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
}
.services-also-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-tag {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 50px;
  border: 1.5px solid #ccc;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: transparent;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
}
.services-tag:hover {
  border-color: #fb6600;
  color: #fb6600;
  background: rgba(251, 102, 0, 0.05);
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .services-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 40px;
  }
  .services-header-right {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .services {
    padding: 64px 0 60px;
  }
  .service-card {
    height: 350px;
  }
  .services-also {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575px) {
  .service-card {
    height: 300px;
  }
}


/*===== Welcome Section =====*/

.about {
  background: #F8F6F1;
  padding: 100px 0 90px;
}

/* ── Section Header ── */
.about-header {
  max-width: 700px;
  margin-bottom: 60px;
}

.about-header h2 {
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 900;
  color: #111;
  line-height: 1.05;
  margin: 0 0 32px;
  letter-spacing: -0.01em;
}

.about-header h2 span {
  color: #fb6600;
}

.about-intro {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.75;
  color: #444;
  margin: 0;
}

.about-cards-row {
  align-items: stretch;
}

.about-card {
  background: #fff;
  border-radius: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.07);
  padding: 28px 24px 32px;
  height: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.about-card:hover {
  border-color: #fb6600;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.about-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(251, 102, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb6600;
  margin-bottom: 20px;
  flex-shrink: 0;
  transition: background 0.25s ease, color 0.25s ease;
}

.about-card:hover .about-card-icon {
  background: #fb6600;
  color: #fff;
}

.about-card-label {
  font-size: 14px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 18px;
}

.about-card-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-card-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  line-height: 1.4;
  font-family: "Poppins", sans-serif;
}

/* Orange dash before each list item */
.about-card-list li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 2px;
  background: #fb6600;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .about {
    padding: 80px 0 70px;
  }
  .about-header {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 64px 0 60px;
  }
  .about-header {
    margin-bottom: 36px;
  }
  .about-header h2 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .about-header h2 {
    font-size: 36px;
  }
  .about-card {
    padding: 22px 20px 26px;
  }
}


/*===== Free Estimate Sections =====*/

/* ============================================================
   FREE ESTIMATE SECTION — Multi-step form
   ============================================================ */

.estimate {
  background: #FAF8F5;
  padding: 100px 0 90px;
}

/* ── Section Header ── */
.estimate-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 60px;
}

.estimate-header-left h2 {
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 900;
  color: #111;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}

.estimate-header-left h2 span {
  color: #fb6600;
}

.estimate-header-right {
  max-width: 380px;
  padding-bottom: 8px;
}

.estimate-header-right p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* ── Two-column body ── */
.estimate-body {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  gap: 48px;
  align-items: start;
}

/* ── Left: Contact Info ── */
.estimate-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.estimate-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}

.estimate-contact-icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  flex-shrink: 0;
}

.estimate-contact-text span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 3px;
}

.estimate-contact-text p {
  font-size: 16px;
  color: #111;
  margin: 0;
}

.estimate-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 16px 0;
}

.estimate-follow-label {
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 14px;
}

.estimate-follow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.estimate-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.estimate-social-btn:hover {
  border-color: #fb6600;
  color: #fb6600;
}

.estimate-google-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  height: 44px;
  border-radius: 50px;
  border: 1.5px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: border-color 0.2s;
}

.estimate-google-btn:hover {
  border-color: #fb6600;
}

.estimate-google-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.estimate-google-stars {
  display: flex;
  align-items: center;
  gap: 1px;
}

/* ── Right: Form Wrap ── */
.estimate-form-wrap {
  background: #F5F1EC;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  padding: 36px 40px 40px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.05);
  min-height: 500px;
  display: flex;
  flex-direction: column;
}

/* ── Progress ── */
.estimate-progress {
  margin-bottom: 32px;
}

.estimate-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.estimate-step-label {
  font-size: 14px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000;
}

.estimate-step-pct {
  font-size: 14px;
  color: #fb6600;
  letter-spacing: 0.05em;
}

.estimate-progress-bar {
  height: 3px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  overflow: hidden;
}

.estimate-progress-fill {
  height: 100%;
  background: #fb6600;
  border-radius: 4px;
  transition: width 0.4s ease;
}

/* ── Steps ── */
.estimate-step {
  display: none;
  flex-direction: column;
  flex: 1;
  animation: stepFadeIn 0.3s ease;
}

.estimate-step.active {
  display: flex;
}

@keyframes stepFadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

.estimate-step h3 {
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 800;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.2;
}

.estimate-step-sub {
  font-size: 16px;
  color: #888;
  margin: 0 0 28px;
  line-height: 1.5;
}

/* ── Option Grid ── */
.estimate-options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 32px;
}

.estimate-options-grid--2col {
  grid-template-columns: 1fr 1fr;
}

.estimate-option {
  padding: 18px 20px;
  border-radius: 12px;
  border: 1.5px solid rgba(0, 0, 0, 0.09);
  background: #FAF8F5;
  font-size: 15px;
  color: #000;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.estimate-option:hover {
  border-color: rgba(251, 102, 0, 0.4);
  background: rgba(251, 102, 0, 0.04);
}

.estimate-option.selected {
  border-color: #fb6600;
  background: rgba(251, 102, 0, 0.07);
  color: #111;
}

/* Arrow on selected */
.estimate-option.selected::after {
  content: '↗';
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fb6600;
}

/* ── Actions ── */
.estimate-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 8px;
}

.estimate-actions--single {
  justify-content: flex-start;
}

.estimate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all 0.25s ease;
  font-family: "Finlandica Headline", sans-serif;
}

.estimate-btn--continue {
  padding: 14px 28px;
  border-radius: 50px;
  background: #fb6600;
  color: #fff;
}

.estimate-btn--continue:disabled {
  background: rgba(251, 102, 0, 0.35);
  cursor: not-allowed;
}

.estimate-btn--continue:not(:disabled):hover {
  background: #e55a00;
  transform: translateX(2px);
}

.estimate-btn--back {
  background: transparent;
  color: #666;
  padding: 8px 0;
}

.estimate-btn--back:hover {
  color: #111;
}

/* ── Step 4: Contact Fields ── */
.estimate-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.estimate-fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.estimate-input {
  width: 100%;
  padding: 14px 18px;
  border-radius: 10px;
  border: 1.5px solid rgba(0, 0, 0, 0.09);
  background: #FAFAF9;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
  font-family: "Finlandica Headline", sans-serif;
}

.estimate-input::placeholder {
  color: #aaa;
}

.estimate-input:focus {
  border-color: #fb6600;
}

.estimate-input--error {
  border-color: #e53e3e !important;
}

.estimate-input--full {
  width: 100%;
}

.estimate-textarea {
  resize: vertical;
  min-height: 100px;
}

/* ── Success State ── */
.estimate-success {
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 0;
}

.estimate-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(251, 102, 0, 0.1);
  border: 2px solid #fb6600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb6600;
  margin: 0 auto 24px;
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .estimate-body {
    grid-template-columns: 1fr 1.5fr;
    gap: 36px;
  }
}

@media (max-width: 991px) {
  .estimate-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 44px;
  }
  .estimate-header-right {
    max-width: 100%;
  }
  .estimate-body {
    grid-template-columns: 1fr;
  }
  .estimate-info {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
  }
  .estimate-contact-item {
    width: 50%;
    padding: 12px 16px 12px 0;
  }
  .estimate-divider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .estimate {
    padding: 64px 0 60px;
  }
  .estimate-form-wrap {
    padding: 24px 20px 28px;
  }
  .estimate-options-grid,
  .estimate-options-grid--2col {
    grid-template-columns: 1fr;
  }
  .estimate-fields-row {
    grid-template-columns: 1fr;
  }
  .estimate-contact-item {
    width: 100%;
  }
  .estimate-info {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .estimate-actions {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
  .estimate-actions--single {
    flex-direction: column;
    align-items: flex-start;
  }
}


/*===== Project Gallery Section =====*/

.portfolio {
  background: #FAF8F5;
  padding: 100px 0 80px;
}

/* ── Card ── */
.portfolio-card {
  background: #F5F1EC;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
}

/* offset on desktop only */
.portfolio-card--offset {
  margin-top: 60px;
}

/* make all columns same height */
.portfolio-row {
  align-items: stretch;
}

/* ── Card Info ── */
.portfolio-card-info {
  padding: 20px 24px 24px;
}

.portfolio-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fb6600;
  margin-bottom: 8px;
}

.portfolio-card-info h3 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 800;
  color: #111;
  margin-bottom: 4px;
  line-height: 1.2;
}

.portfolio-location {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #999;
  margin: 0;
}

.compare-slider {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  cursor: ew-resize;
  user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
}

.compare-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.compare-before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;          
  overflow: hidden;
  z-index: 2;
}

.compare-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.compare-before img {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--slider-width, 100%);
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}

.compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: rgba(255,255,255,0.95);
  z-index: 4;
  pointer-events: none;
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(0,0,0,0.25);
}

.compare-handle-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #333;
  box-shadow: 0 2px 14px rgba(0,0,0,0.22);
  pointer-events: none;
  flex-shrink: 0;
}

.compare-handle-btn svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}

.compare-label {
  position: absolute;
  top: 14px;
  z-index: 5;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.92);
  color: #111;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.08);
  pointer-events: none;
}
.compare-label--before { left: 14px; }
.compare-label--after  { right: 14px; }

/* ── Responsive ── */
@media (max-width: 991px) {
  .portfolio-card--offset {
    margin-top: 0;
  }
  .compare-slider {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .portfolio {
    padding: 64px 0 60px;
  }
  .compare-slider {
    height: 260px;
  }
}

@media (max-width: 480px) {
  .compare-slider {
    height: 300px;
  }
}

/*===== Project Gallery Section =====*/

.marquee-section {
  background: #FAF8F5;
  padding: 28px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.marquee-track {
  overflow: hidden;
  width: 100%;
}

.marquee-inner {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: marquee-scroll 28s linear infinite;
  will-change: transform;
}

.marquee-inner:hover {
  animation-play-state: paused;
}

.marquee-text {
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 900;
  color: #BFBCB8;
  white-space: nowrap;
  padding: 0 32px;
  letter-spacing: -0.01em;
  line-height: 1;
  font-family: "Finlandica Headline", sans-serif;
}

.marquee-star {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #fb6600;
  padding: 0 8px;
}

.marquee-star svg {
  width: clamp(24px, 2.5vw, 36px);
  height: clamp(24px, 2.5vw, 36px);
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── Responsive ── */
@media (max-width: 767px) {
  .marquee-section {
    padding: 20px 0;
  }
  .marquee-text {
    padding: 0 20px;
  }
  .marquee-inner {
    animation-duration: 20s;
  }
}

@media (max-width: 480px) {
  .marquee-inner {
    animation-duration: 16s;
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee-inner {
    animation: none;
  }
}


/*===== Our Process Section =====*/

.process {
  background: #F8F6F1;
  padding: 100px 0 80px;
}

/* ── Timeline wrapper — relative so the continuous vertical line can be absolutely positioned ── */
.process-timeline {
  margin-top: 60px;
  position: relative;
}

/* ── The single continuous vertical line through all dots ──
   It runs from the center of the first dot to the center of the last dot.
   We align it to the process-col-line column (col-md-1 = 8.33% of 12 = the center column).
   On a 12-col Bootstrap grid with container, col-md-5 = 41.66%, col-md-1 = 8.33%.
   So the line center is at: 41.66% + (8.33%/2) = ~45.83% from the left. ── */
.process-timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(41.66% + 4.165%); /* center of col-md-1 */
  width: 1.5px;
  background: #d5cfc8;
  transform: translateX(-50%);
  z-index: 0;
}

/* ── Per-step line is removed — we use the single timeline line above ── */
.process-step {
  position: relative;
  min-height: 130px;
}

.process-col-line {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  z-index: 1;
}

.process-line-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}

/* Hide the old per-row line — the continuous timeline::before replaces it */
.process-line {
  display: none;
}

/* Keep classes harmless */
.process-step:first-child .process-line { display: none; }
.process-step--last .process-line { display: none; }

/* ── Orange dot — sits on top of the continuous line ── */
.process-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fb6600;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #fb6600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  flex-shrink: 0;
}

.process-col-left {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.process-content-left {
  text-align: right;
  max-width: 350px;
}

.process-content-left h3 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.3;
}

.process-content-left p {
  font-size: 17px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.process-col-right {
  display: flex;
  align-items: center;
  padding-left: 48px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.process-item {
  display: flex;
  align-items: center;
  gap: 24px;
}

.process-num {
  font-size: clamp(60px, 6vw, 88px);
  font-weight: 800;
  color: #fb6600;
  line-height: 1;
  flex-shrink: 0;
}

.process-content h3 {
  font-size: 30px;
  font-weight: 800;
  color: #111;
  margin-bottom: 8px;
  line-height: 1.3;
}

.process-content p {
  font-size: 17px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  max-width: 380px;
}

/* ── Mobile ── */
@media (max-width: 767px) {
  .process {
    padding: 64px 0 60px;
  }

  /* On mobile the continuous line moves to the left strip */
  .process-timeline::before {
    left: 15px; /* sits in the center of the 32px line col */
    transform: none;
  }

  .process-timeline {
    margin-top: 40px;
    padding-left: 0;
  }

  .process-step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: auto;
    margin-bottom: 0;
  }

  .process-col-left {
    display: none;
  }

  .process-col-line {
    width: 32px;
    min-width: 32px;
    flex: 0 0 32px;
    max-width: 32px;
    padding: 0;
  }

  .process-col-right {
    flex: 1;
    padding-left: 20px;
    padding-right: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .process-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .process-num {
    font-size: 52px;
  }

  .process-col-left:not(:empty) {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 16px;
    order: 2;
  }

  .process-content-left {
    text-align: left;
  }
}

/*===== Footer Section =====*/

/* ============================================================
   FOOTER
   ============================================================ */

.footer {
  background: #F5F2ED;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* ── Main Body ── */
.footer-body {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  padding: 60px 0;
  align-items: start;
}

/* ── Brand Column ── */
.footer-logo {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #111;
  text-decoration: none;
  margin-bottom: 18px;
  font-family: "Finlandica Headline", sans-serif;
}

.footer-logo:hover{
  color: #000;
}

.footer-logo span {
  color: #fb6600;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* ── Content Columns ── */
.footer-col-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 20px;
}

.footer-col-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col-list li a,
.footer-col-list li span {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  transition: color 0.2s;
}

.footer-col-list li a:hover {
  color: #fb6600;
}

/* ── Social Row ── */
.footer-social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.footer-social-btn:hover {
  border-color: #fb6600;
  color: #fb6600;
}

.footer-google-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  height: 44px;
  border-radius: 50px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  text-decoration: none;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: border-color 0.2s;
  font-family: "Finlandica Headline", sans-serif;
}

.footer-google-btn:hover {
  border-color: #fb6600;
}

.footer-google-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Finlandica Headline", sans-serif;
}

/* ── Bottom Bar ── */
.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.footer-bottom-inner p {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.footer-licensed {
  font-size: 11px !important;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #999 !important;
}

.footer-devby {
  font-size: 13px;
  color: #888;
  margin: 0;
}

.footer-devby a {
  color: #fb6600;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.footer-devby a:hover {
  color: #e55a00;
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 991px) {
  .footer-body {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 56px 0 48px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .footer-body {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0 40px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 0;
  }
}


/*===== Slider Plugins =====*/
#banner-slider .owl-buttons{ display: none; }
#banner-slider .owl-dots { position: absolute; left: 50%; top: 90%; transform: translate(-50%,0); z-index: 9; display: none;}
#banner-slider .owl-dots .owl-dot span{ width: 15px; height: 15px; border-radius: 50%; background: #fff; border: none; opacity: 1; }
#banner-slider .owl-dots .active span{ backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); }

#testimonials-slider .owl-dots{ display: none;}
#testimonials-slider .owl-nav{ display: none; }
#testimonials-slider .owl-nav .owl-prev{ position: absolute; top: 50%; left: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #0000FF; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-next{ position: absolute; top: 50%; right: 0px; transform: translateY(-50%); font-family: 'FontAwesome'; text-align: center; width: 34px; height: 34px; border: none; background: #0000FF; color: #fff; font-size: 16px; border-radius: 0%; opacity: 1; display: flex; justify-content: center; align-items: center; z-index: 999; transition: all linear 0.3s; }
#testimonials-slider .owl-nav .owl-prev:hover,
#testimonials-slider .owl-nav .owl-next:hover{ background: #000; color: #fff; }
#testimonials-slider .owl-nav .owl-prev span{ margin-right: 5px; margin-bottom: 5px; }
#testimonials-slider .owl-nav .owl-next span{ margin-left: 5px; margin-bottom: 5px; }


/*===== Pages Breadcrumb =====*/
.content-banner{ padding: 20px 0; background:hsl(0 0% 100%);}
.breadcrumb{ padding: 10px 15px; margin: 0; margin-bottom: 0; color: #fff; background: transparent; border-radius: 0; font-family: "Inter", sans-serif;font-weight: 600; text-transform: uppercase; font-weight: 400; font-size: 18px; }
.breadcrumb a{ color: #fff;font-weight: 700; text-decoration: none;font-family: "Inter", sans-serif; }
.breadcrumb .fa-solid{  display: inline-block; margin: 0 10px; font-size: 15px; font-weight: 700; margin-top: 4px; }

/*===== Content Pages =====*/
.content{ width: 100%;background:#0073e6; padding: 70px 0;padding-top: 185px;}
/*.content-block{ padding: 20px; background: #fff; }*/
.sectiontitleunderline{ display: block; width: 80px; height: 2px; margin: 0 0 30px; background: #333; }
.content .section-title.page-top {margin-bottom: 0;}
.content .section-title h1{  font-size: 48px; color: #fff; font-weight: 700;font-family: "Inter", sans-serif;margin-bottom: 25px;}
.content .section-title h1 span{color: #000;}
.content .section-title p{color: #fff;}
.content .section-title h2 span{color: #000;}
.content .section-title h2{  font-size: 48px; line-height: 1.3; color: #fff; font-weight: 700;font-family: "Inter", sans-serif;margin-bottom: 25px;}


/*===== Page Bottom =====*/
.page-bottom{padding: 60px 0;}
.page-bottom-content h2{font-size: 48px;font-weight: 700;margin-bottom: 20px;}
.page-bottom-content p{font-size: 19px;font-weight: 400;color: #666;}
.page-bottom-link{margin-top: 50px;}
.page-bottom-link a{display: inline-block; transition: all linear 0.3s;color: #fff;background: #0073E6; padding: 10px 32px; text-decoration: none;border: 2px solid #0073E6;border-radius: 6px;font-family: "Inter", sans-serif;font-weight: 500;font-size: 18px;}
.page-bottom-link a:last-child{background: #fff;color: #1A1A1A;margin-left: 16px;}
.page-bottom-link a:first-child:hover{background-color: hsl(0 84% 51%)}
.page-bottom-link a:last-child:hover{background-color: #fff;color:#0073E6 ;}


/*===== Conatct page =====*/
.contact-form-container{padding: 80px 0;}
.contact-page-contact-info{margin-top: 50px;}
.contact-page-contact-info ul li{ display:flex;gap:25px;color:#666;font-weight:400;font-size:18px;margin-bottom:3px; }
.contact-icon{display: flex;justify-content: center;align-items: center;background: #0073E61A;height: 48px;width: 48px;border-radius: 8px;}
.contact-page-contact-info ul li{margin-bottom: 25px;padding: 25px;border-radius: 4px;box-shadow: 0 8px 30px -4px rgba(0, 0, 0, .2);border-left:4px solid #0073E6;background: rgba(250, 250, 250, 1);}
.contact-page-contact-info ul li span{ display: block; font-size: 18px;font-weight: 700; margin-bottom: 5px; }
.contact-page-contact-info ul li span.desc{font-size: 14px; font-weight: 400;color: #666;margin-top: 5px;margin-bottom: 0;}
.emergency-services{padding: 24px;margin-top: 32px;background: #f2f2f2;border-radius: 8px;max-width: 470px;}
.emergency-services h4{font-size: 18px;margin-bottom: 15px;color: #1A1A1A;}
.emergency-services p{font-size: 16px;color: #666666;}
.serving-mesa{background: #f2f2f2;padding: 70px 0;}
.serving-mesa-card{display: flex;flex-direction: column;justify-content: center;align-items: center;box-shadow: 0 4px 20px -2px rgba(0, 0, 0, .1);min-height: 284px;background: #fff;max-width: 986px;margin: auto;}
.serving-mesa-card h4{margin-bottom: 15px;font-size: 22px;font-weight: 700;color: #1A1A1A;}
.serving-mesa-card p{fallback: 18px;color: #666;}

.contact-page-contact-info ul li a{text-decoration: none;color:#0073E6; }

/*===== Content WCU =====*/
.content-wcu{padding: 80px 0;}
.content-wcu-content{max-width: 896px;margin: auto;}
.content-wcu-content h2{font-size: 48px;font-weight: 700;color: #1a1a1a;margin-bottom: 20px;text-align: center;}
.content-wcu-content p ,.content-wcu-content ul li{font-size: 20px;line-height: 35px;color: #666;margin-bottom: 15px;}
.content-wcu-content ul{padding-left: 55px;}

/*===== 404 || Page Not Found =====*/
.content-banner .page-not-found-title{ color: #fff; }
.page_not_found{ display: block; text-align: center; padding: 50px; }
.page_not_found h2{ font-size: 120px; color: #34495e; }
.page_not_found p{ font-size: 18px; color: #34495e; text-align: center; }
.page_not_found a{ display: inline-block; padding: 10px 25px; background: #c0392b; color: #fff; border-radius: 3px; text-decoration: none; }
.page_not_found a:hover{ background: #e74c3c; }

/*===== Latest Testimonials and Form Page =====*/
.content .reviewsblock{ padding: 15px 0; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); width: 100%; text-align: center; }
.content .reviewsblock h4{ margin-bottom: 0; text-transform: uppercase; color: #fff; font-size: 24px; font-weight: 700; }
.reviewsform{ padding: 15px; background: #eee; min-height: 150px; width: 100%; }
.reviewsformstyle{ height: 44px; border-radius: 0; border: #666 solid 1px; color: #666; margin-bottom: 15px; }
.reviewsform input::placeholder{ color: #666; }
.reviewsform textarea::placeholder{ color: #666; }
.btn-reviewsformstyle{ display: block; text-transform: uppercase; width: 100%; color: #fff; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); border: none; padding: 10px 16px; font-size: 18px; border-radius: 0; transition: all linear 0.3s; }
.btn-reviewsformstyle:hover{ background: #2ecc71; }

/* Bootstrap(v5.2.3) Accordion */
.testimonials-page{ display: block; margin-top: 15px; }
.testimonials-page .accordion-button:focus,
.testimonials-page .accordion-button:active,
.testimonials-page .accordion-button{ padding-bottom: 13px; background: #000; color: #fff; box-shadow: none; }
.testimonials-page .accordion-button.collapsed{ background: #fff; color: #000; }
.testimonials-page .accordion-button:not(.collapsed)::after{ content: '\f107'; font-family: 'fontawesome'; font-size: 18px; color: #fff; text-decoration: none; background-image: initial; }
.testimonials-page .accordion-button.collapsed::after{ content: '\f107'; font-family: 'fontawesome'; color: #000; text-decoration: none; background-image: initial; }


/*===== Latest Contact Form =====*/
.contact-form-section .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.contact-form-section .form-group .fa{ position: absolute; top: 0; z-index: 8; height: 100%; width: 50px; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.contact-form-section .form-group .sms{ height: 100%; }
.contact-form-section .contact-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.contact-form-section .contact-form-control::placeholder{ color: #666; }
.contact-form-section textarea.contact-form-control{ height: 200px; }
.contact-form-section .btn-contact-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.contact-form-section .btn-contact-form-control:hover{ background: #2ecc71; }
.contact-page-location-map .googlemap{ height: 400px; overflow: hidden; border: #eee solid 1px; }

/*===== Latest Free Estimate Form =====*/
.free-estimate-form .form-title{ padding: 10px 15px; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); color: #fff; }
.free-estimate-form .form-group{ position: relative; overflow: hidden; margin: 0; margin-bottom: 30px; }
.free-estimate-form .form-group .fa{ position: absolute; top: 22px; z-index: 999; height: 100%; width: 50px; backdrop-filter: blur(4px);background: rgba(255, 255, 255, 0.9); text-align: center; padding-top: 15px; color: #fff; font-size: 18px; }
.free-estimate-form .form-group .sms{ height: 100%; }
.free-estimate-form .free-estimate-form-control{ padding-left: 65px; height: 50px; border-color: #666; border-radius: 0; }
.free-estimate-form .free-estimate-form-control::placeholder{ color: #666; }
.free-estimate-form textarea.free-estimate-form-control{ height: 200px; }
.free-estimate-form .btn-free-estimate-form-control{ width: 150px; color: #fff; background-color: #000; border: none; border-radius: 0; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; transition: all linear 0.3s; }
.free-estimate-form .btn-free-estimate-form-control:hover{ background: #2ecc71; }


/* ====programs-page====== */
.programs-page-card{text-align: center;margin-bottom: 2rem;}
.programs-page-image{width: 100%;max-height: 300px;overflow: hidden;margin-bottom: 1.5rem;}
.programs-page-image img{object-fit: cover;width: 100%;height: 100%;}
.programs-page-card h4{ color: #1551B3; font-size: 20px; font-weight: 600;line-height: 35px;  font-family: "Inter", sans-serif; text-transform: uppercase; }
.programs-page-card p{  font-family: "Inter", sans-serif;color: #636363;font-size: 24px;font-weight: 400;line-height: 35px;margin-bottom: 30px; }
.programs-page-link{text-align: center;}


/*========== Responsive ==========*/


@media (max-width: 1399px){
  .banner-content-box h1 { font-size: 59px;}
  .services-card{min-height: 284px;}

}

@media (max-width: 1025px){
  body{padding-top: 0;}
  /*===== Go To Top =====*/
  #back-top{ right: 15px; bottom: 25px; }
  #back-top a { width: 40px; height: 40px;  }
  #back-top a .fa{ font-size: 16px; margin-top: 10px; }

  /*=====Social Media =====*/
  .share_icon .fa{ width: 45px; height: 45px; font-size: 18px; }
  .social_icon ul li .fa{  width: 43px; height: 43px; font-size: 18px; }
  .social_icon.active ul li:nth-child(1) .fa{ bottom: 188px; }
  .social_icon.active ul li:nth-child(2) .fa{ bottom: 145px; }
  .social_icon.active ul li:nth-child(3) .fa{ bottom: 102px; }
  .social_icon.active ul li:nth-child(4) .fa{ bottom: 59px; }

  /*===== Enable Header Menu Default in Small Device =====*/
  .mobile_menu{ display: block; width: 0; }
  .mobile_menu.active{ width: 100%; }
  .serv_dropdown_menu{ padding-left: 30px; }

  /*========== Body Section ===============*/
  .header{display:none ;}
  .logo a,.logo a span{color: #000;}
  .welcome-points ul li{width: 100%;}

}
@media (max-width: 992px){

  /*===== ALL Slider Section =====*/ 
  #banner-slider .owl-pagination{ top: 80%; }

  /*===== Pages Section =====*/
  .content-banner{ padding: 20px 0; }
  .content h2{ font-size: 20px; }
  .sectiontitleunderline{ margin: 0 0 15px; }
  .breadcrumb .fa{ margin: 5px; }
  .content p{ font-size: 14px; line-height: 26px; margin-bottom: 10px; }
  .single-blog-wrapper article p {font-size: 14px;}

  .online-ordering-content{text-align:center;}
  .offer-card{justify-content:flex-start;}
  .blog-wrapper{grid-template-columns: repeat(2, 1fr);}
  .single-blog-wrapper article .faq-item p {font-size: 14px;}


}

@media (max-width: 767px){

  .header-top ul li { font-size: 13px;}

  .banner .row{flex-direction: column-reverse;}
  .banner-content-box h1 {  font-size: 26px; line-height: 47px;}
  .banner-content-box p {font-size: 19px; line-height: 41px;}
  .banner .home-page-link a:last-child,.page-bottom-link a:last-child{margin-left: 0;margin-top: 25px;}

  .section-title br{display: none;}
  /*.section-title h2,.welcome .section-title, .welcome .section-title h2{margin: 20px 0;}*/
  .section-title h2 { font-size: 29px !important;}

  .why-choose-us-card,.core-values-card{margin-bottom: 1.5rem;}

  .testimonials-content{padding: 25px;}
  .mission-statement .section-title{padding: 30px 20px;}

  .footer{padding-bottom: 0;}
  .footer-content h4{margin-top: 1.5rem;}

  .banner br{display: none}
  section br{display: none;}    

  .banner-card{width: 44%;}
  .banner-card-last{width: 100%;}

  .welcome-right{margin-top: 1.5rem;}

  .services{padding:30px 0 40px;}
  .project{padding:0 }

  .copyright p {font-size: 16px;}

  .contact ul li br{display: block;}

  .content{padding: 125px 0 40px;}
  .serving-mesa{padding-top: 0;}
  .serving-mesa-card{text-align: center;}
  .our-creaentials-bbb{margin-bottom: 20px;}
  .single-blog-wrapper article .faq-item p {font-size: 14px;}

}

@media (max-width: 576px) {
  .blog-wrapper {
    grid-template-columns: 1fr;
  }
}
/* ============================================================
   MOBILE HEADER & SIDEBAR
   ============================================================ */

/* ============================================================
   MOBILE HEADER & SIDEBAR — Redesigned to match reference UI
   ============================================================ */

/* Hide desktop header on mobile */
@media (max-width: 1025px) {
  .header { display: none !important; }
}

/* ── Mobile Top Bar ── */
.mob-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 2px 20px rgba(0,0,0,0.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.mob-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: 68px;
}

/* Logo */
.mob-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

/* Right-side control group */
.mob-header-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Orange phone CTA button (circle) — matches reference image */
.mob-phone-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fb6600;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  transition: background 0.22s, transform 0.2s;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(251,102,0,0.35);
}
.mob-phone-btn:hover {
  background: #e55a00;
  transform: scale(1.06);
}
.mob-phone-btn svg { flex-shrink: 0; }

/* Rounded theme toggle — matches reference image */
.theme-toggle-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.12);
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #444;
  transition: border-color 0.22s, background 0.22s, color 0.22s, transform 0.25s;
  flex-shrink: 0;
}
.theme-toggle-btn:hover {
  border-color: #fb6600;
  color: #fb6600;
  transform: rotate(18deg);
}
.theme-toggle-btn .icon-sun { display: none; }
.theme-toggle-btn .icon-moon { display: block; }

/* Rounded hamburger/menu button — matches reference image */
.mob-menu-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.12);
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.22s, background 0.22s;
  flex-shrink: 0;
}
.mob-menu-btn:hover { border-color: #fb6600; background: rgba(251,102,0,0.06); }
.mob-menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
/* Animated X when open */
.mob-menu-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.mob-menu-btn.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.mob-menu-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Dark Overlay ── */
.mob-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999998;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mob-overlay.active { opacity: 1; }

/* ── Sidebar Panel ── */
.mob-sidebar {
  position: fixed;
  top: 0;
  right: -340px;
  width: 310px;
  height: 100%;
  background: #fff;
  z-index: 999999;
  overflow-y: auto;
  transition: right 0.38s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  box-shadow: -12px 0 48px rgba(0,0,0,0.18);
}
.mob-sidebar.open { right: 0; }

/* ── Sidebar Header (logo + close) ── */
.mob-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0,0,0,0.07);
  background: #FAF8F5;
  flex-shrink: 0;
}

.mob-close-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid rgba(0,0,0,0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #444;
  transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.2s;
}
.mob-close-btn:hover {
  border-color: #fb6600;
  color: #fb6600;
  background: rgba(251,102,0,0.06);
  transform: rotate(90deg);
}

/* ── Sidebar Nav Links ── */
.mob-nav { padding: 12px 0; flex: 1; }
.mob-nav ul { list-style: none; margin: 0; padding: 0; }
.mob-nav ul li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s, background 0.2s;
  font-family: "Finlandica Headline", sans-serif;
  letter-spacing: 0.01em;
}
.mob-nav ul li + li { border-top: 1px solid rgba(0,0,0,0.04); }
.mob-nav ul li a:hover,
.mob-nav ul li.mob-active a {
  color: #fb6600;
  border-left-color: #fb6600;
  background: rgba(251,102,0,0.05);
}
.mob-nav ul li a svg { flex-shrink: 0; color: inherit; opacity: 0.7; }
.mob-nav ul li.mob-active a svg,
.mob-nav ul li a:hover svg { opacity: 1; }

/* ── Sidebar CTA Buttons ── */
.mob-sidebar-cta {
  padding: 20px;
  border-top: 1px solid rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
}
.mob-cta-call {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 50px;
  border: 1.5px solid rgba(0,0,0,0.12);
  background: #fff;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  font-family: "Finlandica Headline", sans-serif;
}
.mob-cta-call:hover { border-color: #fb6600; color: #fb6600; background: rgba(251,102,0,0.04); }
.mob-cta-estimate {
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 50px;
  background: #fb6600;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.22s, transform 0.2s;
  font-family: "Finlandica Headline", sans-serif;
}
.mob-cta-estimate:hover { background: #e55a00; transform: translateY(-1px); }

/* ── Sidebar Footer Info ── */
.mob-sidebar-footer {
  padding: 14px 24px 22px;
  border-top: 1px solid rgba(0,0,0,0.05);
  flex-shrink: 0;
}
.mob-sidebar-footer p {
  font-size: 12px;
  color: #aaa;
  margin: 0 0 3px;
  font-family: "Finlandica Headline", sans-serif;
}

/* ── Show Mobile Header on Small Screens ── */
@media (max-width: 1025px) {
  .mob-header { display: block; }
  body { padding-top: 68px; }
  .mobile_menu { display: none !important; }
}

/* ── Mobile Banner Improvements ── */
@media (max-width: 767px) {
  .banner {
    min-height: 100svh;
    padding: 90px 0 60px;
    align-items: flex-start;
    background-position: center center;
  }
  .banner-content-box {
    padding-top: 20px;
  }
  .banner-content-box h1 {
    font-size: clamp(38px, 11vw, 58px);
    line-height: 1.06;
    letter-spacing: -0.02em;
  }
  .banner-content-box p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 16px;
  }
  .home-page-link {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .home-page-link a {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    font-size: 13px;
    letter-spacing: 0.06em;
    border-radius: 50px;
  }
  .banner-badge {
    margin-bottom: 18px;
  }
  .banner-social-row {
    margin-top: 28px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* ── Mobile Services Improvements ── */
@media (max-width: 767px) {
  .services { padding: 60px 0 48px; }
  .services-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }
  .services-header-left h2 { font-size: clamp(32px, 9vw, 48px); }
  .services-header-right { max-width: 100%; }
  .services-grid { grid-template-columns: 1fr; gap: 16px; }
}

/* ── Mobile Section General Improvements ── */
@media (max-width: 767px) {
  .section-title h2 { font-size: clamp(28px, 8vw, 40px) !important; line-height: 1.1 !important; }
  .section-title { margin-bottom: 32px; }
}

/* ── Mobile Stats Bar ── */
@media (max-width: 640px) {
  .banner-stats-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .banner-stat {
    padding: 14px 10px;
    border-right: 1px solid rgba(0,0,0,0.08);
    border-bottom: none;
    text-align: center;
  }
  .banner-stat:last-child { border-right: none; }
  .banner-stat h3 { font-size: clamp(22px, 6vw, 32px); }
  .banner-stat p { font-size: 10px; letter-spacing: 0.06em; }
}

/* ============================================================
   INNER PAGE HERO BANNER
   ============================================================ */
.inner-hero {
  background: #ff6800;
  padding: 100px 0 55px;
  position: relative;
  overflow: hidden;
}
.inner-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('./imgs/home/banner.jpg') center/cover no-repeat;
  opacity: 0.15;
}
.inner-hero .container { position: relative; z-index: 1; }

.inner-hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.inner-hero-eyebrow span {
  display: block;
  width: 36px;
  height: 2px;
  background: #fff;
}
.inner-hero-eyebrow p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.inner-hero h1 {
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 900;
  color: #fff;
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
  font-family: "Finlandica Headline", sans-serif;
}
.inner-hero h1 span { color: #000; }

.inner-hero-sub {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  margin: 0 0 28px;
  max-width: 560px;
}

.inner-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: rgba(255,255,255,0.5);
}
.inner-hero-breadcrumb a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
.inner-hero-breadcrumb a:hover { color: #fb6600; }
.inner-hero-breadcrumb .sep {
  color: rgba(255,255,255,0.3);
}
.inner-hero-breadcrumb .current { color: #000; font-weight: 600; }

/* ============================================================
   INNER PAGE CTA STRIP
   ============================================================ */
.inner-cta {
  background: #111;
  padding: 64px 0;
}
.inner-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.inner-cta-text h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 900;
  color: #fff;
  margin: 0 0 10px;
  font-family: "Finlandica Headline", sans-serif;
}
.inner-cta-text p {
  font-size: 16px;
  color: rgba(255,255,255,0.65);
  margin: 0;
}
.inner-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.inner-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  font-family: "Finlandica Headline", sans-serif;
}
.inner-cta-btn--primary { background: #fb6600; color: #fff; }
.inner-cta-btn--primary:hover { background: #e55a00; }
.inner-cta-btn--outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.3); }
.inner-cta-btn--outline:hover { border-color: #fb6600; color: #fb6600; }

@media (max-width: 767px) {
  .inner-hero { padding: 80px 0 56px; }
  .inner-cta-inner { flex-direction: column; align-items: flex-start; }
}

/* ============================================================
   ABOUT PAGE
   ============================================================ */
.about-page-story {
  background: #F5F2ED;
  padding: 80px 0;
}
.about-page-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-page-story-img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.about-page-story-img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.about-page-story-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: #fb6600;
  color: #fff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
}
.about-page-story-badge span { display: block; font-size: 22px; font-weight: 900; line-height: 1; }
.about-page-story-text h2 {
  font-size: clamp(28px, 3.5vw, 44px);
  font-weight: 900;
  color: #111;
  margin: 0 0 20px;
  font-family: "Finlandica Headline", sans-serif;
}
.about-page-story-text h2 span { color: #fb6600; }
.about-page-story-text p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 18px;
}
.about-points { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 12px; }
.about-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #222;
}
.about-points li::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 2px;
  background: #fb6600;
  border-radius: 2px;
}

/* Stats row */
.about-stats {
  background: #fff;
  padding: 60px 0;
  border-top: 1px solid rgba(0,0,0,0.06);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  text-align: center;
}
.about-stat-num {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 900;
  color: #fb6600;
  line-height: 1;
  margin-bottom: 8px;
  font-family: "Finlandica Headline", sans-serif;
}
.about-stat-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888;
}

@media (max-width: 991px) {
  .about-page-story-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 575px) {
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* ============================================================
   SERVICES PAGE
   ============================================================ */
.services-detail-section {
  background: #F5F2ED;
  padding: 80px 0;
}
.services-detail-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid rgba(0,0,0,0.07);
}
.services-detail-item:last-child { border-bottom: none; }
.services-detail-item.reverse { direction: rtl; }
.services-detail-item.reverse > * { direction: ltr; }
.services-detail-img {
  border-radius: 20px;
  overflow: hidden;
}
.services-detail-img img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.5s ease;
}
.services-detail-img:hover img { transform: scale(1.04); }
.services-detail-content .service-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fb6600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.services-detail-content .service-num::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #fb6600;
}
.services-detail-content h2 {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  color: #111;
  margin: 0 0 16px;
  font-family: "Finlandica Headline", sans-serif;
}
.services-detail-content p {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 24px;
}
.service-feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.service-feature-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.service-feature-list li::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #fb6600;
  flex-shrink: 0;
  border-radius: 2px;
}
.service-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 24px;
  border-radius: 50px;
  background: #fb6600;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
  font-family: "Finlandica Headline", sans-serif;
}
.service-cta-link:hover { background: #e55a00; color: #fff; }

@media (max-width: 991px) {
  .services-detail-item, .services-detail-item.reverse { grid-template-columns: 1fr; direction: ltr; gap: 32px; }
}

/* ============================================================
   PROJECTS / GALLERY PAGE
   ============================================================ */
.gallery-grid-section {
  background: #F5F2ED;
  padding: 80px 0;
}
.gallery-filter-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.gallery-filter-btn {
  padding: 9px 20px;
  border-radius: 50px;
  border: 1.5px solid rgba(0,0,0,0.12);
  background: #fff;
  font-size: 13px;
  font-weight: 600;
  color: #444;
  cursor: pointer;
  transition: all 0.2s;
  font-family: "Finlandica Headline", sans-serif;
}
.gallery-filter-btn.active,
.gallery-filter-btn:hover {
  background: #fb6600;
  border-color: #fb6600;
  color: #fff;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}
.gallery-item:hover .gallery-item-overlay { background: rgba(0,0,0,0.45); }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-item-overlay-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fb6600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.3s, transform 0.3s;
}
.gallery-item:hover .gallery-item-overlay-icon { opacity: 1; transform: scale(1); }
.gallery-item-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, transparent 100%);
  transform: translateY(8px);
  transition: transform 0.3s;
}
.gallery-item:hover .gallery-item-info { transform: translateY(0); }
.gallery-item-info h4 { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 4px; }
.gallery-item-info span { font-size: 11px; color: rgba(255,255,255,0.7); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

@media (max-width: 991px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-page-section {
  background: #F5F2ED;
  padding: 80px 0;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px;
  align-items: start;
}
.contact-info-card {
  background: #fa6600;
  border-radius: 20px;
  padding: 40px 36px;
  color: #fff;
}
.contact-info-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  font-family: "Finlandica Headline", sans-serif;
}
.contact-info-card > p {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  margin: 0 0 36px;
}
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgb(255 255 255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fb6600;
  flex-shrink: 0;
}
.contact-info-text span {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin-bottom: 4px;
}
.contact-info-text p, .contact-info-text a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  text-decoration: none;
  transition: color 0.2s;
}
.contact-info-text a:hover { color: #fb6600; }
.contact-hours {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 28px;
}
.contact-hours h4 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 16px;
}
.contact-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-hours ul li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.contact-hours ul li span:last-child { color: rgba(255,255,255,0.45); }

/* Contact form */
.contact-form-card {
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.07);
  padding: 40px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.05);
}
.contact-form-card h3 {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  margin: 0 0 6px;
  font-family: "Finlandica Headline", sans-serif;
}
.contact-form-card > p {
  font-size: 14px;
  color: #888;
  margin: 0 0 28px;
}
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.contact-form-group label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #666;
}
.contact-form-group input,
.contact-form-group select,
.contact-form-group textarea {
  padding: 13px 16px;
  border-radius: 10px;
  border: 1.5px solid rgba(0,0,0,0.09);
  background: #FAFAF9;
  font-size: 14px;
  color: #222;
  outline: none;
  transition: border-color 0.2s;
  font-family: "Finlandica Headline", sans-serif;
  width: 100%;
  box-sizing: border-box;
}
.contact-form-group input::placeholder,
.contact-form-group textarea::placeholder { color: #aaa; }
.contact-form-group input:focus,
.contact-form-group select:focus,
.contact-form-group textarea:focus { border-color: #fb6600; }
.contact-form-group textarea { resize: vertical; min-height: 120px; }
.contact-submit-btn {
  width: 100%;
  padding: 15px;
  border-radius: 50px;
  border: none;
  background: #fb6600;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
  font-family: "Finlandica Headline", sans-serif;
  margin-top: 6px;
}
.contact-submit-btn:hover { background: #e55a00; }

@media (max-width: 991px) {
  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-form-card { padding: 28px 24px; }
}
@media (max-width: 575px) {
  .contact-form-row { grid-template-columns: 1fr; }
}

/* ── Services cards overview section (services.php page) ── */
.services-cards-overview {
  background: #F5F2ED;
  padding: 80px 0;
}
