/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.main-menu ul, .site-slider ul, ul.social {
  padding: 0;
  margin: 0;
  list-style: none;
}

.item-small, .item-large, .product-item .item-thumb {
  overflow: hidden;
}
.item-small img, .item-large img, .product-item .item-thumb img {
  width: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="number"],
form input[type="password"] {
  background: #fff;
  border: 1px solid #fff;
  padding: 7px 10px;
  width: 60%;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
  outline: none !important;
}
form .button {
  background: #fff;
  border: 1px solid #fff;
  padding: 7px 20px;
  text-transform: uppercase;
}
form .button:focus, form .button:active {
  outline: none !important;
}
form .button.yellow {
  background: #e7af2a;
  color: #fff;
  border: 1px solid #c89316;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
  font-size: 100%;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

body {
  font: 13px/21px "Open Sans", Arial, sans-serif;
  color: #838383;
  background-color: white;
}

a {
  color: #1a4d8f;
  text-decoration: none !important;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
a:hover {
  color: #e67e22;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, sans-serif;
  color: #0d263f;
  font-weight: 700;
}

h1 {
  font-size: 2.6em;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 2.2em;
  letter-spacing: -0.3px;
}

h3 {
  font-size: 1.8em;
  letter-spacing: -0.2px;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: .8em;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section-title {
  border-top: 1px solid #e1e6e9;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-transform: uppercase;
  font-weight: 600;
  color: #0d263f;
  letter-spacing: 1px;
}
.section-title:before {
  content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #1a4d8f, #e67e22);
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
  border-radius: 2px;
}
.section-title:after {
  content: '';
  width: 60px;
  height: 4px;
  background: linear-gradient(to left, #1a4d8f, #e67e22);
  margin-bottom: 15px;
  margin-left: 15px;
  display: inline-block;
  border-radius: 2px;
}

.bigger-text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #444;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.site-header {
  position: fixed;
  min-height: 70px;
  height: 70px;
  width: 100%;
  z-index: 9999;
  background-color: #0d263f;
}

#templatemo_logo {
  background-color: #1a4d8f;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 30px center;
  height: 70px;
  display: block;
}
#templatemo_logo h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 102px;
  display: block;
}
#templatemo_logo h1 a {
  margin-left: 140px;
  color: white;
  display: block;
}

#templatemo_logo h1.logo-text {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 70px;
  display: block;
  font-size: 1.1em;
  color: white;
  padding-left: 15px;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
#templatemo_logo h1.logo-text:hover {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.main-menu {
  text-align: right;
  position: relative;
}
.main-menu ul {
  position: absolute;
  background-color: #161616;
  width: 100%;
}
.main-menu ul li {
  display: inline-block;
  width: 150px;
  text-align: center;
  line-height: 70px;
}
.main-menu ul li a {
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  display: block;
  transition: all 0.3s ease;
  position: relative;
  line-height: 70px;
  height: 70px;
  padding: 0;
}
.main-menu ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: #e67e22;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.main-menu ul li a:hover:after {
  width: 80%;
}
.main-menu ul li a.current {
  background: none;
  background-position: none;
  border-bottom: 3px solid #e67e22;
  padding-bottom: 0;
  color: white;
}

.toggle-menu {
  display: none;
  margin: 40px 35px 0 0;
  font-size: 24px;
  color: white;
  text-align: right;
}

.responsive .main-menu {
  display: none;
}
.responsive .main-menu ul li {
  width: 100%;
}
.responsive .main-menu ul li a {
  line-height: 55px;
  padding: 10px 20px;
}
.responsive .main-menu ul li a.current {
  background-image: none;
  color: #e67e22;
  border-bottom: 0;
}

/* ==========================================================================
    Slider Styling
   ========================================================================== */
.site-slider {
  padding-top: 70px;
}
.site-slider ul li {
  float: left;
  margin: 0;
}

.bx-wrapper img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  object-fit: cover;
  height: 500px;
  width: 100%;
}

.bx-wrapper {
  background-color: #161616;
}

.bx-wrapper .bx-viewport {
  height: 500px;
}

.site-slider ul li img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  display: block;
}

.bx-thumbnail-wrapper {
  background-color: #161616;
  text-align: center;
  margin-top: -1px;
  position: relative;
  padding: 20px 0;
}

#bx-pager a img {
  height: 60px;
  width: 80px;
  object-fit: cover;
  display: block;
  outline: 0;
  border: 0;
}

#bx-pager a {
  margin: 20px 10px 0 20px;
  padding: 0;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  outline: 0;
  border: 0;
  vertical-align: bottom;
}
#bx-pager a.active {
  opacity: 1;
  filter: alpha(opacity=100);
  background: none;
  border-bottom: 3px solid #e67e22;
  padding-bottom: 0;
}

.caption-wrapper {
  position: relative;
}

.slider-caption {
  position: absolute;
  z-index: 988;
  bottom: 140px;
  background: linear-gradient(135deg, #1a4d8f 0%, #0d263f 100%);
  display: inline-block;
  right: 0;
  border-radius: 4px;
  padding: 20px 30px;
  box-shadow: 0 10px 30px rgba(13, 38, 63, 0.3);
}
.slider-caption h2 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  color: white;
  letter-spacing: 1px;
}

.bx-controls {
  position: relative;
}

.bx-controls-direction {
  position: absolute;
  text-align: right;
  bottom: 80px;
  right: -2px;
  z-index: 998;
}
.bx-controls-direction a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  display: block;
  float: left;
  margin-right: 2px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
#services {
  padding-top: 160px;
  margin-top: -60px;
}

.service-item {
  padding-bottom: 40px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
}
.service-item:hover {
  transform: translateY(-8px);
}
.service-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a4d8f;
  margin-bottom: 15px;
}
.service-item p {
  color: #555;
  line-height: 1.6;
}
.service-item .service-icon {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(135deg, #1a4d8f 0%, #2563a8 100%);
  border-radius: 50%;
  filter: drop-shadow(0 4px 8px rgba(26, 77, 143, 0.15));
  transition: all 0.3s ease;
  color: white;
  font-size: 48px;
  font-weight: 700;
}
.service-item:hover .service-icon {
  filter: drop-shadow(0 8px 16px rgba(26, 77, 143, 0.25));
  transform: scale(1.1) rotateY(360deg);
  background: linear-gradient(135deg, #e67e22 0%, #d96a0a 100%);
}
.service-item .service-icon.first:before {
  content: '🧹';
}
.service-item .service-icon.second:before {
  content: '🏠';
}
.service-item .service-icon.third:before {
  content: '✨';
}
.service-item .service-icon.fourth:before {
  content: '💧';
}

/* ==========================================================================
    Promotion Styling
   ========================================================================== */
.item-small {
  padding: 20px;
  background: linear-gradient(135deg, #1a4d8f 0%, #2563a8 100%);
  color: white;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(26, 77, 143, 0.15);
}
.item-small:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(26, 77, 143, 0.25);
}
.item-small h4 {
  color: white;
  line-height: 24px;
  margin: 20px 0 0 0;
  font-weight: 700;
}

.item-large .item-header {
  margin: 30px 0;
}
.item-large .item-header h2 {
  margin: 0;
}
.item-large .item-header span i {
  display: inline-block;
  font-size: 18px;
  color: #e7d323;
  margin-left: 3px;
}
.item-large .item-header span i:first-child {
  margin-left: 10px;
}

/* ==========================================================================
    Products Styling
   ========================================================================== */
.product-item {
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.product-item:hover {
  transform: translateY(-5px);
}
.product-item .item-thumb {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 95;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(26, 77, 143, 0.1);
}
.product-item:hover .item-thumb {
  box-shadow: 0 10px 24px rgba(26, 77, 143, 0.2);
}
.product-item .item-thumb .note {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  color: #444444;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  z-index: 96;
}
.product-item .item-thumb .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #1a4d8f;
  padding: 20px;
  z-index: 97;
  background: linear-gradient(135deg, rgba(26, 77, 143, 0.95) 0%, rgba(13, 38, 63, 0.95) 100%);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
  filter: alpha(opacity=0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item .item-thumb .overlay .overlay-inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
.product-item .item-thumb .overlay .overlay-inner a.view-detail {
  position: relative;
  margin-top: 0;
  display: block;
  padding: 12px 30px;
  color: white;
  background: linear-gradient(135deg, #e67e22 0%, #d96a0a 100%);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
.product-item .item-thumb .overlay .overlay-inner a.view-detail:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(230, 126, 34, 0.3);
}
.product-item .item-thumb:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-item h3 {
  margin: 15px 0 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: #0d263f;
}
.product-item span {
  font-size: 14px;
}
.product-item span em {
  font-weight: 700;
  font-style: normal;
}
.product-item span em.price {
  color: #1a4d8f;
}
.product-item span em.text-muted {
  color: #a3a7aa;
  text-decoration: line-through;
  font-weight: 600;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
#map {
  width: 100%;
  height: 380px;
  outline: 0;
  border: 0;
}

input, textarea {
  margin-bottom: 30px;
  background-color: #f8f9fa;
  padding: 14px;
  font-size: 14px;
  color: #555;
  outline: 0;
  border: 2px solid #e1e6e9;
  border-radius: 4px;
  width: 100%;
  transition: all 0.3s ease;
  font-family: 'Open Sans', Arial, sans-serif;
}
input:focus, textarea:focus {
  border-color: #1a4d8f;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(26, 77, 143, 0.1);
}

.contact-form textarea {
  height: 130px;
}

input.button {
  display: inline-block;
  width: auto;
  background: linear-gradient(135deg, #1a4d8f 0%, #2563a8 100%);
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}
input.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(26, 77, 143, 0.3);
}

.site-footer {
  margin-top: 120px;
  background: linear-gradient(135deg, #0d263f 0%, #1a4d8f 100%);
  color: white;
  padding: 40px 0;
  border-top: 4px solid #e67e22;
}
.site-footer a {
  color: white;
}
.site-footer span {
  margin-top: 12px;
  display: block;
}

ul.social {
  text-align: right;
}
ul.social li {
  display: inline-block;
}
ul.social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: linear-gradient(135deg, rgba(26, 77, 143, 0.2) 0%, rgba(26, 77, 143, 0.3) 100%);
  display: inline-block;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: white;
}
ul.social li a:hover {
  background: linear-gradient(135deg, #1a4d8f 0%, #2563a8 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(26, 77, 143, 0.3);
}

/*------------------------------------------------------
	RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
  .main-menu, .bx-thumbnail-wrapper {
    display: none;
  }

  .toggle-menu {
    display: block;
  }

  .site-header .container {
    padding: 0;
  }

  .slider-caption {
    bottom: 80px;
  }

  .bx-controls-direction {
    bottom: 30px;
  }

  .section-title:after {
    display: none;
  }
  .section-title:before {
    display: none;
  }

  .main-menu {
    display: none;
    border-top: 1px solid #2f2f2f;
    text-align: left;
  }
  .main-menu ul li {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 1px solid #2f2f2f;
  }
  .main-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-menu ul li a {
    padding: 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    display: block;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }

  .contact-form {
    margin-top: 60px;
  }

  .item-large {
    margin: 40px 0;
  }

  .slider-caption {
    display: block;
    bottom: 50px;
    right: 15px;
    padding: 15px 20px;
    font-size: 14px;
  }

  .slider-caption h2 {
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.5px;
  }

  #templatemo_logo h1 a {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  /* Mobile Slider Responsive */
  .site-slider {
    padding-top: 60px;
  }

  .bx-wrapper img {
    height: 300px;
  }

  .site-slider ul li img {
    height: 300px;
  }

  .bx-wrapper .bx-viewport {
    height: 300px;
  }

  .bx-controls-direction {
    bottom: 15px;
    right: 5px;
  }

  .bx-controls-direction a {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }

  /* Mobile Logo Responsive */
  .site-header {
    min-height: 60px;
    height: 60px;
  }

  #templatemo_logo {
    height: 60px;
  }

  #templatemo_logo h1.logo-text {
    line-height: 60px;
    font-size: 0.9em;
    padding-left: 10px;
  }

  .main-menu ul li {
    line-height: 60px;
  }

  .main-menu ul li a {
    line-height: 60px;
    height: 60px;
    font-size: 12px;
  }

  .toggle-menu {
    margin: 18px 15px 0 0;
    font-size: 20px;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  .site-header {
    min-height: 55px;
    height: 55px;
  }

  #templatemo_logo {
    height: 55px;
  }

  #templatemo_logo h1.logo-text {
    line-height: 55px;
    font-size: 0.8em;
    padding-left: 8px;
    letter-spacing: 0.2px;
  }

  .main-menu ul li {
    line-height: 55px;
  }

  .main-menu ul li a {
    line-height: 55px;
    height: 55px;
    font-size: 11px;
  }

  .bx-wrapper img {
    height: 220px;
  }

  .site-slider ul li img {
    height: 220px;
  }

  .bx-wrapper .bx-viewport {
    height: 220px;
  }

  .bx-controls-direction a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .toggle-menu {
    margin: 16px 10px 0 0;
    font-size: 18px;
  }

  .site-slider {
    padding-top: 55px;
  }

  .slider-caption {
    display: block;
    bottom: 40px;
    right: 10px;
    padding: 12px 15px;
  }

  .slider-caption h2 {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.2px;
  }
}

/* ==========================================================================
    Modern Enhancement Styles
   ========================================================================== */
.content-section {
  padding: 60px 0;
}

#product-promotion {
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
}

#products {
  background-color: white;
}

#contact {
  background: linear-gradient(135deg, #f8f9fa 0%, white 100%);
}

#faq {
  background-color: white;
}

/* Smooth transitions for all interactive elements */
button, input[type="submit"], a {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced box shadows for depth */
.service-item:hover {
  box-shadow: 0 8px 24px rgba(26, 77, 143, 0.12);
}

/* Modern input focus states */
input:focus, textarea:focus {
  outline: none;
}

/* Heading improvements */
.section-title {
  position: relative;
  padding-bottom: 20px;
}

/* Enhanced footer styling */
.site-footer .container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}

/* Service Areas Grid Layout */
div[style*="display: grid"] {
  animation: fadeInUp 0.6s ease-out;
}

/* About Us Cards Enhancement */
.col-md-6.col-sm-6[style*="margin-bottom"] > div {
  animation: fadeInUp 0.6s ease-out;
}

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

/* Responsive Service Areas */
@media (max-width: 1199px) {
  div[style*="grid-template-columns"] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 767px) {
  div[style*="grid-template-columns"] {
    grid-template-columns: 1fr;
  }
  
  .col-md-6.col-sm-6[style*="margin-bottom"] {
    width: 100% !important;
  }
}

/* Why Choose Us Section Grid Fix */
#product-promotion .row:not(.first-row) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#product-promotion .row:not(.first-row) > .col-md-10 {
  padding-left: 15px;
  padding-right: 15px;
}

#product-promotion .col-md-6.col-sm-6[style*="margin-bottom"] {
  display: flex;
  padding: 0 10px;
}

#product-promotion .col-md-6.col-sm-6 > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#product-promotion .col-md-6.col-sm-6 h3 {
  flex-grow: 0;
}

#product-promotion .col-md-6.col-sm-6 p {
  flex-grow: 1;
}

/* Service Detail Sections */
.content-section a[href="#contact"] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-section a[href="#contact"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.content-section img {
  animation: fadeInUp 0.8s ease-out;
}

/* Center images vertically in service detail sections */
.content-section > .container > .row > .col-md-6:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 85px;
}

/* Service Detail Responsive */
@media (max-width: 991px) {
  .content-section .col-md-6 {
    margin-bottom: 30px;
  }
  
  .content-section .col-md-6[style*="order: 2"] {
    order: 2 !important;
  }
  
  .content-section .col-md-6[style*="order: 1"] {
    order: 1 !important;
  }
  
  .content-section > .container > .row > .col-md-6:has(img) {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}