/* Static HTML conversion helpers */
:root {
  --primary-color: #0ea5d8;
  --secondary-color: #0d253f;
  --accent-color: #f28c28;
  --page-bg: #f4f8fb;
  --surface-color: #ffffff;
  --border-color: #c7d8e6;
  --header-bg: #081827;
  --footer-bg: #081827;
  --footer-panel: #0f2b46;
  --text-color: #13202e;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--page-bg);
  color: var(--text-color);
  letter-spacing: 0;
  min-height: 100vh;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
select,
.nav-menu li a {
  letter-spacing: 0 !important;
}

#content {
  background: var(--page-bg);
}

a,
code {
  color: var(--primary-color);
}

a:focus,
a:hover {
  color: #087ea4;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  left: 10px;
  top: 10px;
  width: auto;
  z-index: 100000;
  background: #fff;
  color: #000;
  padding: 10px 14px;
}

.site-logo-link {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.site-logo-img {
  background: var(--surface-color);
  border: 1px solid rgba(14, 165, 216, 0.22);
  box-shadow: 0 10px 24px rgba(4, 18, 30, 0.18);
  display: block;
  height: auto;
  max-height: 70px;
  max-width: min(280px, 100%);
  object-fit: contain;
  padding: 5px 8px;
  width: auto;
}

.logo .site-title a,
.logo .site-title {
  color: #fff !important;
  text-transform: uppercase;
}

.logo .site-description {
  color: #fff;
}

.top-bar {
  background: linear-gradient(135deg, #09213a 0%, #0d3650 58%, #0a243a 100%);
}

.desktop-nav {
  display: block;
}

.main-menu-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.main-menu-navigation a.active,
.main-menu-navigation a:hover {
  color: #7dd3fc !important;
}

.main-menu-navigation .sub-menu a.active,
.main-menu-navigation .sub-menu a:hover {
  color: #fff !important;
}

.menu-item-has-children > a::after {
  content: "";
}

.header input[type="submit"] {
  min-height: 37px;
}

.header {
  background: var(--header-bg);
}

.static-page .header {
  background: var(--header-bg);
  position: static;
}

.static-page-title {
  background: linear-gradient(135deg, var(--secondary-color) 0%, #0e4d66 100%);
  border-bottom: 4px solid var(--primary-color);
  color: #fff;
  padding: 44px 0;
  text-align: center;
}

.static-page-title h1 {
  color: #fff;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.static-page-title p {
  color: #fff;
  margin: 0 auto;
  max-width: 720px;
}

.static-section {
  padding: 60px 0;
}

.static-section h2 {
  color: var(--secondary-color);
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}

.static-card {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 0 rgba(14, 165, 216, 0.28);
  height: 100%;
  padding: 24px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.static-card:hover {
  box-shadow: 0 14px 28px rgba(9, 33, 58, 0.15);
  transform: translateY(-4px);
}

.static-card h3,
.static-card h2 {
  color: var(--secondary-color);
  font-weight: 800;
  text-transform: uppercase;
}

.static-card .card-icon {
  height: 52px;
  margin-bottom: 16px;
  width: 52px;
}

.abt-img-box img {
  max-height: 54px;
  width: auto;
}

#about .right-part,
#about .left-part {
  min-height: 116px;
}

#about .left-part span a,
#about .right-part span a {
  color: var(--primary-color) !important;
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-content {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 0 rgba(14, 165, 216, 0.28);
  padding: 32px;
}

.feature-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0 !important;
}

.feature-list li {
  border-bottom: 1px solid var(--border-color);
  color: #242424;
  font-size: 15px;
  padding: 9px 0;
}

.feature-list i {
  color: var(--primary-color);
  margin-right: 8px;
}

.mainimage img,
.work-image,
.product-image {
  height: 240px;
  object-fit: cover;
  width: 100%;
}

.blog-sec {
  background: var(--surface-color);
  overflow: hidden;
  position: relative;
}

.blog-sec .entry-content {
  padding-top: 8px;
}

.static-meta {
  color: #fff;
}

.static-meta span {
  color: #fff !important;
}

.sidebar-search {
  display: flex;
}

.sidebar-search input[type="search"] {
  flex: 1;
}

.sidebar-search input[type="submit"] {
  background: var(--primary-color);
  border: 0;
  color: #fff;
  font-weight: 700;
  padding: 0 14px;
}

.gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.gallery-grid img {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.contact-panel {
  background: linear-gradient(145deg, var(--secondary-color) 0%, #0e4d66 100%);
  border: 1px solid rgba(125, 211, 252, 0.28);
  color: #fff;
  padding: 28px;
}

.contact-panel h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.contact-panel p,
.contact-panel a,
.contact-panel i {
  color: #fff !important;
}

.contact-form input,
.contact-form textarea,
.checkout-form input,
.checkout-form select,
.checkout-form textarea {
  border: 1px solid var(--border-color);
  margin-bottom: 14px;
  padding: 12px;
  width: 100%;
}

.contact-form button,
.checkout-form button,
.static-button {
  background: var(--primary-color);
  border: 0;
  color: #fff !important;
  display: inline-block;
  font-weight: 800;
  padding: 12px 22px;
  text-transform: uppercase;
}

.contact-form button:hover,
.checkout-form button:hover,
.static-button:hover {
  background: var(--secondary-color);
}

.woocommerce ul.products {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

.woocommerce ul.products li.product {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  box-shadow: 0 2px 0 rgba(14, 165, 216, 0.28);
  padding: 18px;
}

.woocommerce ul.products li.product h2 {
  color: var(--secondary-color);
  font-size: 20px;
}

.woocommerce .price {
  color: var(--primary-color);
  display: block;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 12px;
}

.product-detail {
  align-items: center;
  display: grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr;
}

.order-summary {
  background: #eef5fa;
  border: 1px solid var(--border-color);
  padding: 24px;
}

#footer.copyright-wrapper {
  background: var(--footer-bg);
  color: #fff;
}

.site-footer-main {
  background: var(--footer-bg);
  padding: 58px 0 0;
}

.site-footer-grid {
  display: grid;
  gap: 46px;
  grid-template-columns: 1.3fr 1.6fr 0.8fr 1fr;
}

.site-footer-brand img {
  display: block;
  height: auto;
  max-width: 170px;
  object-fit: contain;
  width: 100%;
}

#footer .site-footer-brand p {
  color: #cfe5f2;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 12px;
}

#footer .site-footer-grid h3 {
  border: 0;
  border-bottom: 1px solid rgba(125, 211, 252, 0.32);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 18px;
  padding: 0 0 9px;
}

.site-footer-office address {
  font-style: normal;
  margin: 0;
}

#footer .site-footer-office span,
#footer .site-footer-links a {
  color: #fff;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 12px;
}

#footer .site-footer-office span:first-child {
  color: #d7e7f0;
  max-width: 430px;
}

#footer .site-footer-office a,
#footer .site-footer-links a,
#footer .site-footer-copy a {
  color: #fff !important;
}

#footer .site-footer-office a:hover,
#footer .site-footer-links a:hover,
#footer .site-footer-copy a:hover {
  color: #7dd3fc !important;
}

#footer .static-footer-social {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

#footer .static-footer-social a {
  align-items: center;
  background: var(--footer-panel);
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-size: 17px;
  height: 44px;
  justify-content: center;
  margin: 0;
  width: 44px;
}

#footer .static-footer-social a:hover {
  background: var(--primary-color);
}

.site-footer-copy {
  border-top: 1px solid rgba(125, 211, 252, 0.22);
  margin-top: 48px;
  padding: 22px 0 26px;
  text-align: center;
}

#footer .site-footer-copy p {
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.top-header {
  background: #071827;
  border-bottom: 1px solid rgba(125, 211, 252, 0.2);
}

.page-template-custom-front-page .header {
  background: linear-gradient(180deg, rgba(8, 24, 39, 0.98), rgba(8, 24, 39, 0.84));
}

.page-template-custom-front-page .top-header {
  background: rgba(7, 24, 39, 0.88);
  border-bottom: 1px solid rgba(125, 211, 252, 0.18);
}

.menu-sec {
  background: linear-gradient(135deg, #09213a 0%, #0d3650 58%, #0a243a 100%);
  border: 1px solid rgba(125, 211, 252, 0.22);
  box-shadow: 0 12px 28px rgba(3, 12, 21, 0.24);
}

.toggle-menu {
  background: var(--header-bg);
  border-bottom: 1px solid rgba(125, 211, 252, 0.22);
}

.toggle-menu button,
.toggle-menu i {
  color: #eaf6ff !important;
}

.side-nav {
  background-color: var(--header-bg);
}

.nav ul li a {
  border-color: rgba(125, 211, 252, 0.22);
}

.search-box {
  background: #0a243a;
  border-left: 1px solid rgba(125, 211, 252, 0.2);
  border-top: 1px solid rgba(125, 211, 252, 0.18);
}

.welcome p {
  color: #7dd3fc;
}

.contact-details p,
.contact-details a,
.contact-details i,
.social-media i,
.nav-menu li a {
  color: #eaf6ff !important;
}

.contact-details p,
.contact-details a {
  font-weight: 400;
}

.contact-details a[href^="tel:"],
.contact-details a[href^="tel:"] p,
.contact-panel a[href^="tel:"],
#footer a[href^="tel:"] {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

.contact-details a[href^="tel:"] p {
  font-size: 14px;
}

.social-media i:hover,
.conatct-font:hover i,
.conatct-font:hover a p {
  color: var(--accent-color) !important;
}

#header .nav ul li:after {
  color: rgba(125, 211, 252, 0.45);
}

.nav-menu ul ul {
  background: #0a243a;
  border: 1px solid rgba(125, 211, 252, 0.38);
}

.nav-menu ul ul a {
  background: #0e3b5a;
}

.nav-menu ul ul a:hover {
  background: var(--secondary-color);
  border-left-color: var(--accent-color);
}

.static-button,
.contact-form button,
.checkout-form button,
input[type="submit"] {
  background: var(--primary-color);
}

.static-button:hover,
.contact-form button:hover,
.checkout-form button:hover,
input[type="submit"]:hover {
  background: var(--secondary-color);
}

.blog-sec,
.grid-sec {
  border-color: var(--border-color);
  box-shadow: 0 2px 0 rgba(14, 165, 216, 0.28);
}

.abt-image {
  border-color: #bfd7e8;
}

input[type="text"],
input[type="email"],
input[type="phno"],
input[type="search"],
textarea,
table,
th,
td {
  border-color: var(--border-color);
}

.notfound {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }

  .menubox {
    min-height: 1px;
  }

  .nav-menu li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce ul.products,
  .product-detail,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-content {
    padding: 22px;
  }
}

@media screen and (max-width: 720px) {
  .static-page-title {
    padding: 32px 0;
  }

  .static-section {
    padding: 42px 0;
  }

  .static-section h2 {
    font-size: 26px;
  }

  .site-logo-link {
    justify-content: center;
  }

  .site-footer-main {
    padding-top: 42px;
  }

  .site-footer-grid {
    gap: 30px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer-brand img {
    margin: 0 auto;
  }

  #footer .site-footer-office span:first-child {
    max-width: none;
  }

  #footer .static-footer-social {
    justify-content: center;
  }

  .site-footer-copy {
    margin-top: 34px;
  }
}

/* UI refresh */
:root {
  --primary-color: #0b8db7;
  --secondary-color: #10272d;
  --accent-color: #f08a24;
  --mint-color: #35a887;
  --page-bg: #f5f7f6;
  --surface-color: #ffffff;
  --border-color: #d6e2e0;
  --header-bg: #071b21;
  --footer-bg: #071b21;
  --footer-panel: #0f3037;
  --text-color: #17262a;
  --muted-color: #56676b;
  --shadow-sm: 0 10px 24px rgba(16, 39, 45, 0.08);
  --shadow-md: 0 18px 42px rgba(16, 39, 45, 0.14);
}

body {
  background:
    linear-gradient(180deg, #f6f8f7 0%, #edf5f2 42%, #ffffff 100%);
  color: var(--text-color);
}

p {
  color: var(--muted-color);
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid rgba(240, 138, 36, 0.42) !important;
  outline-offset: 3px;
}

.static-section,
.home-about-section {
  padding: 76px 0;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 760px;
}

.section-kicker,
.hero-kicker {
  color: var(--accent-color);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-heading h2,
.home-process-section h2,
.home-cta-panel h2 {
  color: var(--secondary-color);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.18;
  padding: 0 0 14px;
  text-transform: none;
}

.section-heading p,
.home-process-section p,
.home-cta-panel p {
  color: var(--muted-color);
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.page-template-custom-front-page .header {
  background: linear-gradient(180deg, rgba(7, 27, 33, 0.96), rgba(7, 27, 33, 0.78));
  backdrop-filter: blur(10px);
}

.sticky-header {
  padding: 12px 0;
}

.fixed-header {
  background: rgba(7, 27, 33, 0.96);
  box-shadow: 0 12px 26px rgba(4, 18, 22, 0.18);
}

.menu-sec {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0 34px;
}

#header .nav ul li:after {
  display: none;
}

.nav-menu li a {
  color: #eff8f7 !important;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 11px;
  position: relative;
  text-transform: none;
}

.main-menu-navigation a.active,
.main-menu-navigation a:hover {
  color: #ffffff !important;
}

.main-menu-navigation a::before {
  background: var(--accent-color);
  bottom: 2px;
  content: "";
  height: 2px;
  left: 11px;
  position: absolute;
  right: 11px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.main-menu-navigation a.active::before,
.main-menu-navigation a:hover::before {
  transform: scaleX(1);
}

.nav-menu ul ul {
  background: #0b252c;
  border: 1px solid rgba(214, 226, 224, 0.18);
  box-shadow: var(--shadow-md);
  padding: 8px 0 !important;
}

.nav-menu ul ul a {
  background: transparent;
  color: #eff8f7 !important;
  min-width: 190px;
  padding: 10px 16px;
}

.nav-menu ul ul a::before {
  display: none;
}

.nav-menu ul ul a:hover,
.nav-menu ul ul a.active {
  background: rgba(53, 168, 135, 0.16);
  color: #ffffff !important;
}

.site-logo-img {
  border: 0;
  box-shadow: none;
  max-height: 64px;
  padding: 4px 7px;
}

.search-box {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(214, 226, 224, 0.14);
  padding: 6px;
}

.header .search-form {
  align-items: center;
  display: flex;
  gap: 4px;
}

.header .search-form label {
  flex: 1;
  width: auto;
}

.search-box input.search-field {
  background: transparent;
  color: #ffffff;
  min-height: 38px;
  padding: 8px 10px;
}

.header input[type="submit"] {
  background: var(--accent-color);
  color: #071b21;
  min-height: 38px;
  padding: 8px 12px;
  text-indent: 0;
  width: auto;
}

.home-hero-slider {
  overflow: hidden;
}

section#slider.home-hero-slider {
  margin-top: 0;
}

#slider.home-hero-slider {
  background: var(--secondary-color);
}

#slider.home-hero-slider::before {
  background:
    linear-gradient(90deg, rgba(7, 27, 33, 0.92) 0%, rgba(16, 39, 45, 0.76) 44%, rgba(11, 141, 183, 0.30) 72%, rgba(240, 138, 36, 0.18) 100%);
}

#slider.home-hero-slider img {
  height: 720px;
  object-fit: cover;
  opacity: 1;
}

#slider.home-hero-slider .carousel-caption {
  left: 8%;
  max-width: 680px;
  right: auto;
  text-align: left;
  top: 54%;
}

#slider .inner_carousel {
  text-align: left;
}

#slider .inner_carousel h1 {
  color: #ffffff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.06;
  margin-bottom: 18px;
  max-width: 680px;
  text-transform: none;
}

#slider .inner_carousel p {
  color: #e4f1ef;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.75;
  max-width: 620px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 10px;
}

.more-btn a,
.static-button {
  border: 0;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(240, 138, 36, 0.22);
  font-size: 13px;
  letter-spacing: 0;
  padding: 13px 22px;
  text-transform: uppercase;
}

.more-btn a {
  background: var(--accent-color);
  color: #071b21 !important;
}

.more-btn a:hover,
.static-button:hover {
  background: #ffffff;
  color: var(--secondary-color) !important;
}

.more-btn span {
  border: 0;
}

.hero-secondary-link {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-secondary-link:hover {
  color: var(--accent-color) !important;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.hero-highlights span {
  align-items: center;
  color: #d7efea;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.hero-highlights i {
  color: var(--mint-color);
}

#slider .carousel-indicators {
  bottom: 30px;
  gap: 8px;
  margin: 0;
  right: auto;
  left: 8%;
  justify-content: flex-start;
  z-index: 5;
}

#slider .carousel-indicators button {
  background: rgba(255, 255, 255, 0.62);
  border: 0;
  height: 3px;
  opacity: 1;
  width: 34px;
}

#slider .carousel-indicators button.active {
  background: var(--accent-color);
}

#slider .carousel-control-next,
#slider .carousel-control-prev {
  bottom: 40px;
  opacity: 1;
  top: auto;
  width: 52px;
  z-index: 5;
}

#slider .carousel-control-prev {
  left: auto;
  right: 116px;
}

#slider .carousel-control-next {
  right: 54px;
}

#slider .carousel-control-prev-icon,
#slider .carousel-control-next-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.home-proof-band {
  background: #ffffff;
  border-bottom: 1px solid var(--border-color);
  box-shadow: 0 18px 44px rgba(16, 39, 45, 0.06);
  padding: 28px 0;
  position: relative;
  z-index: 3;
}

.proof-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
}

.proof-item {
  border-left: 1px solid var(--border-color);
  padding: 6px 26px;
}

.proof-item:first-child {
  border-left: 0;
}

.proof-item span {
  color: var(--accent-color);
  display: block;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 6px;
}

.proof-item strong {
  color: var(--secondary-color);
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.proof-item p {
  font-size: 14px;
  line-height: 1.55;
  margin: 5px 0 0;
}

#about h2 {
  font-size: 40px;
  letter-spacing: 0;
  text-transform: none;
}

#about h3 {
  color: var(--secondary-color);
  font-size: 15px;
  letter-spacing: 0;
}

#about p {
  color: var(--muted-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.65;
}

.about-feature-row {
  row-gap: 24px;
}

#about .right-part,
#about .left-part {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 20px !important;
  min-height: 0;
  padding: 20px;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

#about .right-part:hover,
#about .left-part:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-3px);
}

#about .right-part .row,
#about .left-part .row {
  align-items: flex-start;
  gap: 14px;
}

#about .right-part [class*="col-"],
#about .left-part [class*="col-"] {
  flex: 1;
  max-width: none;
  padding: 0;
}

#about .right-part [class*="col-"]:first-child,
#about .left-part [class*="col-"]:first-child {
  flex: 0 0 58px;
}

.abt-img-box {
  align-items: center;
  background: #eef8f4;
  border: 1px solid rgba(53, 168, 135, 0.18);
  border-radius: 8px;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.abt-img-box img {
  max-height: 32px;
}

#about .left-part span a,
#about .right-part span a,
.service-card a {
  color: var(--primary-color) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

#about .left-part span a:hover,
#about .right-part span a:hover,
.service-card a:hover {
  color: var(--accent-color) !important;
}

.abt-image {
  background: var(--surface-color);
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  position: relative;
}

.abt-image img {
  height: 520px;
  margin: 0;
  object-fit: cover;
  width: 100%;
}

.image-note {
  background: rgba(255, 255, 255, 0.94);
  border-left: 4px solid var(--accent-color);
  bottom: 20px;
  box-shadow: var(--shadow-sm);
  left: 20px;
  max-width: calc(100% - 40px);
  padding: 15px 16px;
  position: absolute;
}

.image-note strong {
  color: var(--secondary-color);
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.image-note span {
  color: var(--muted-color);
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.home-services-section {
  background: #ffffff;
}

.service-card {
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  height: 100%;
  padding: 28px;
  transition: box-shadow 0.24s ease, transform 0.24s ease;
}

.service-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.service-icon {
  align-items: center;
  background: linear-gradient(135deg, #eaf8f3 0%, #edf8fb 100%);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  margin-bottom: 18px;
  width: 58px;
}

.service-icon img {
  max-height: 36px;
  width: auto;
}

.service-card h3,
.process-step h3 {
  color: var(--secondary-color);
  font-size: 19px;
  font-weight: 800;
  padding: 0 0 10px;
}

.service-card p {
  font-size: 15px;
  line-height: 1.7;
}

.home-process-section {
  background:
    linear-gradient(135deg, rgba(16, 39, 45, 0.96) 0%, rgba(12, 61, 68, 0.94) 56%, rgba(53, 168, 135, 0.82) 100%);
  padding: 78px 0;
}

.home-process-section .section-kicker,
.home-process-section h2,
.home-process-section p {
  color: #ffffff;
}

.home-process-section p {
  color: #d9efeb;
  margin-bottom: 24px;
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-step {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px 1fr;
  padding: 22px;
}

.process-step span {
  align-items: center;
  background: #ffffff;
  border-radius: 8px;
  color: var(--secondary-color);
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.process-step h3 {
  color: #ffffff;
}

.process-step p {
  margin: 0;
}

.home-cta-section {
  background: #ffffff;
  padding: 70px 0;
}

.home-cta-panel {
  align-items: center;
  background: linear-gradient(135deg, #f4fbf8 0%, #eef7fb 100%);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 36px;
}

.home-cta-panel h2 {
  font-size: 34px;
  margin: 0;
}

.home-cta-panel .static-button {
  flex: 0 0 auto;
}

#footer.copyright-wrapper,
.site-footer-main {
  background:
    linear-gradient(135deg, #071b21 0%, #0b252c 58%, #123d3d 100%);
}

#footer .site-footer-grid h3 {
  border-color: rgba(240, 138, 36, 0.5);
}

#footer .static-footer-social a {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

#footer .static-footer-social a:hover {
  background: var(--accent-color);
  color: #071b21 !important;
}

@media screen and (max-width: 1200px) {
  #slider .inner_carousel h1 {
    font-size: 48px;
  }

  #slider.home-hero-slider .carousel-caption {
    max-width: 600px;
  }

  .menu-sec {
    padding: 0 18px;
  }

  .nav-menu li a {
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 1000px) {
  .page-template-custom-front-page .header {
    background: var(--header-bg);
    position: static;
  }

  .menu-sec {
    padding: 10px 18px;
  }

  .search-mobile {
    margin-top: 12px;
  }

  .nav-menu li a::before {
    display: none;
  }

  .side-nav {
    background: var(--header-bg);
  }

  body.show-main-menu .side-nav {
    top: 50px;
  }

  .nav ul li a {
    border-color: rgba(255, 255, 255, 0.12);
  }

  #slider.home-hero-slider img {
    height: 560px !important;
  }

  #slider.home-hero-slider .carousel-caption {
    left: 7%;
    max-width: 560px;
    right: 7%;
  }

  #slider .inner_carousel h1 {
    font-size: 42px;
  }

  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-item:nth-child(3) {
    border-left: 0;
  }

  .proof-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color);
    margin-top: 20px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .static-section,
  .home-about-section,
  .home-process-section,
  .home-cta-section {
    padding: 54px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .home-process-section h2,
  .home-cta-panel h2,
  #about h2 {
    font-size: 28px;
  }

  #slider.home-hero-slider img {
    height: 520px !important;
  }

  #slider.home-hero-slider .carousel-caption {
    left: 24px !important;
    right: 24px !important;
    top: 50%;
  }

  #slider .inner_carousel,
  #slider.home-hero-slider .carousel-caption {
    text-align: left;
  }

  #slider .inner_carousel h1 {
    font-size: 30px;
    line-height: 1.14;
    margin-bottom: 12px;
  }

  #slider .inner_carousel p {
    display: block;
    font-size: 14px;
    line-height: 1.6;
  }

  .hero-kicker,
  .section-kicker {
    font-size: 12px;
  }

  .hero-actions {
    gap: 12px;
  }

  .more-btn a,
  .static-button {
    padding: 11px 16px;
  }

  .hero-highlights {
    gap: 10px 14px;
  }

  .hero-highlights span {
    font-size: 12px;
  }

  #slider .carousel-indicators {
    bottom: 20px;
    left: 24px;
  }

  #slider .carousel-control-next,
  #slider .carousel-control-prev {
    display: none;
  }

  .proof-grid {
    grid-template-columns: 1fr;
  }

  .proof-item,
  .proof-item:nth-child(3) {
    border-left: 0;
  }

  .proof-item {
    border-top: 1px solid var(--border-color);
    padding: 18px 0;
  }

  .proof-item:first-child {
    border-top: 0;
  }

  .proof-item:nth-child(n + 3) {
    margin-top: 0;
    padding-top: 18px;
  }

  #about .right-part .row,
  #about .left-part .row {
    display: grid;
    justify-items: center;
  }

  #about .right-part [class*="col-"]:first-child,
  #about .left-part [class*="col-"]:first-child {
    flex: none;
  }

  #about .right-part,
  #about .left-part {
    padding: 22px;
  }

  .abt-image img {
    height: 360px;
  }

  .image-note {
    bottom: 14px;
    left: 14px;
    max-width: calc(100% - 28px);
  }

  .process-step {
    grid-template-columns: 1fr;
  }

  .home-cta-panel {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
  }
}

@media screen and (max-width: 480px) {
  .site-logo-img {
    max-height: 54px;
  }

  .search-mobile {
    display: none;
  }

  #slider.home-hero-slider img {
    height: 500px !important;
  }

  #slider .inner_carousel h1 {
    font-size: 26px;
  }

  .hero-secondary-link {
    font-size: 12px;
  }

  .service-card {
    padding: 22px;
  }
}
