@import url('style-starter.css');

/* =====================================================
   MOBILE RESPONSIVENESS FIXES
   Circumcision Clinic — custom overrides
   ===================================================== */

/* ---- Global ---- */
img {
  max-width: 100%;
  height: auto;
}

/* ---- Top Header Bar ---- */

/* Fix broken column math (col-lg-9 + col-lg-11 > 12).
   On medium screens and below, stack contact info vertically. */
@media (max-width: 991px) {
  .w3l-top-header-content .hny-top-menu .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .w3l-top-header-content .top-left,
  .w3l-top-header-content .social-top {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center !important;
    margin-top: 4px;
  }

  .w3l-top-header-content .accounts {
    justify-content: center;
    flex-wrap: wrap;
  }

  .w3l-top-header-content .top-bar-text {
    text-align: center;
  }
}

/* On very small screens, hide the top address bar entirely to save space */
@media (max-width: 575px) {
  .w3l-top-header-content {
    display: none;
  }
}

/* ---- Main Navigation ---- */
@media (max-width: 991px) {
  /* Make sure brand name doesn't overflow */
  .w3l-header-nav .navbar-light a.navbar-brand {
    font-size: 22px;
    line-height: 30px;
  }

  /* Stack call-support nicely under the nav links */
  .w3l-header-nav .call-support {
    padding: 8px 15px 12px;
    border-top: 1px solid #eee;
    margin-top: 4px;
  }

  .w3l-header-nav .call-support p,
  .w3l-header-nav .call-support h5,
  .w3l-header-nav .call-support h6 {
    margin: 2px 0;
  }

  /* Fix navbar collapse taking full viewport height */
  .w3l-header-nav .navbar-collapse {
    max-height: 80vh;
  }
}

@media (max-width: 575px) {
  .w3l-header-nav {
    padding: 12px 0;
  }

  .w3l-header-nav .navbar-light a.navbar-brand {
    font-size: 18px;
    line-height: 26px;
  }
}

/* ---- Hero / Banner Slider ---- */
@media (max-width: 991px) {
  .w3l-main-slider .banner-view {
    min-height: 420px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 36px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .w3l-main-slider .banner-view {
    min-height: 360px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 28px;
    line-height: 36px;
  }

  .w3l-main-slider .banner-info-bg h6 {
    font-size: 15px;
  }

  .w3l-main-slider a.btn {
    padding: 0 20px;
    height: 48px;
    line-height: 46px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .w3l-main-slider .banner-view {
    min-height: 300px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .w3l-main-slider .banner-info-bg h6 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .w3l-main-slider a.btn {
    padding: 0 16px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }

  /* Hide social share icons on very small screens */
  .w3l-main-slider ul.slide-social-icons {
    display: none;
  }
}

/* ---- About / Content Section ---- */
@media (max-width: 991px) {
  /* Stack content-6 columns vertically */
  .w3l-content-6 .content-info-in {
    flex-direction: column;
  }

  .w3l-content-6 .content-info-in > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .w3l-content-6 .content-info-in .photo-6-inf-left {
    margin-top: 24px;
  }
}

/* ---- Services / Open Block Cards ---- */
@media (max-width: 575px) {
  .w3l-open-block-services .card {
    margin-top: 55px; /* room for top absolute icon */
  }
}

/* ---- Additional Services Section ---- */
@media (max-width: 991px) {
  /* Stack the two columns of the content-with-photo section */
  .w3l-content-with-photo-4 .content-photo-grids {
    flex-direction: column;
  }

  .w3l-content-with-photo-4 .content-photo-grids > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0 !important;
  }

  .w3l-content-with-photo-4 .content-photo-grids .photo-6-inf-left {
    margin-top: 24px;
  }
}

/* ---- CQC / About5 Section ---- */
@media (max-width: 767px) {
  .w3l-about5 .history-info {
    min-height: 320px;
    padding: 30px 16px;
  }

  .w3l-about5 .heading {
    max-width: 100%;
  }

  .w3l-about5 .hny-title.two {
    font-size: 22px !important;
    line-height: 30px !important;
  }
}

/* ---- Guide Page ---- */
@media (max-width: 767px) {
  /* col-lg-11 / col-md-2 icon + col-md-10 text — stack them */
  .w3l-content-4 .content4-right-grids {
    flex-direction: column;
  }

  .w3l-content-4 .content4-right-icon {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 12px;
  }

  .w3l-content-4 .content4-right-info {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ---- Contact Page ---- */
@media (max-width: 991px) {
  /* Stack form and map */
  .w3l-contact-main .align-form-map {
    flex-direction: column;
  }

  .w3l-contact-main .align-form-map > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .w3l-contact-main .align-form-map .col-lg-6.mt-lg-0 {
    margin-top: 32px !important;
  }

  /* Contact info cards — stack to single column on small screens */
  .w3l-contact-main .contact-info-left {
    flex-direction: column;
    align-items: center;
  }

  .w3l-contact-main .contact-info {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 24px;
  }
}

@media (max-width: 575px) {
  /* Ensure the Google Maps iframe never overflows */
  .w3l-contact-main iframe,
  .map-container iframe {
    height: 280px !important;
  }

  /* Contact form inputs full width */
  .w3l-contact-main .form-inner-cont input,
  .w3l-contact-main .form-inner-cont textarea {
    width: 100%;
  }
}

/* ---- Footer ---- */
@media (max-width: 991px) {
  /* Stack left logo column and right column vertically */
  .w3l-footer-66 .footer-top {
    flex-direction: column;
  }

  .w3l-footer-66 .footer-top > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0 !important;
  }

  .w3l-footer-66 .footer-right {
    margin-top: 30px;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  /* Stack newsletter form vertically */
  .w3l-footer-66 form.w3layouts-newsletter {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .w3l-footer-66 form.w3layouts-newsletter input[type="email"] {
    width: 100% !important;
    border-radius: 4px !important;
  }

  .w3l-footer-66 form.w3layouts-newsletter button.btn1 {
    width: 100% !important;
    border-radius: 4px !important;
    margin-left: 0 !important;
  }

  /* Stack footer sub-nav columns */
  .w3l-footer-66 .sub-content-botom {
    flex-direction: column;
  }

  .w3l-footer-66 .sub-content-botom > div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    margin-top: 20px;
  }
}

/* ---- WhatsApp Floating Button ---- */
/* Move it slightly inward so it doesn't fall off narrow screens */
@media (max-width: 575px) {
  .wa-container {
    bottom: 16px !important;
    right: 16px !important;
  }

  .wa-container .wa-menu {
    width: 200px !important;
  }

  .whatsapp-float {
    width: 50px !important;
    height: 50px !important;
  }

  .whatsapp-float img {
    width: 36px !important;
    height: 36px !important;
  }
}

/* ---- Move-to-top button ---- */
@media (max-width: 575px) {
  #movetop {
    right: 12px;
    bottom: 80px; /* above WhatsApp button */
  }
}

/* ---- Services Page — Pricing box ---- */
@media (max-width: 767px) {
  .features-4 .features4-grids {
    flex-direction: column;
  }

  .features-4 .features4-grids .col-lg-11 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ---- General section padding on mobile ---- */
@media (max-width: 767px) {
  .py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 480px) {
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

/* ---- Typography scaling ---- */
@media (max-width: 575px) {
  h3.hny-title {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .w3l-content-6 .content-6-mian h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* ---- Prevent horizontal overflow site-wide ---- */
html, body {
  overflow-x: hidden;
}

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

/* =====================================================
   NEW HOMEPAGE SECTIONS — Polished Redesign
   ===================================================== */

/* ---- Shared sub-title ---- */
h6.sub-title {
  font-size: 13px;
  font-weight: 700;
  color: #0284c7;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: block;
}

.cc-section-lead {
  color: #666;
  font-size: 16px;
  max-width: 580px;
  margin: 10px auto 0;
  line-height: 26px;
}

/* Shared "Learn More / Read More" styled link button */
.cc-why-choose-us .btn,
.cc-faq .btn {
  display: inline-block;
  background: #0284c7;
  color: #fff !important;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid #0284c7;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cc-why-choose-us .btn:hover,
.cc-faq .btn:hover {
  background: #0369a1;
  border-color: #0369a1;
  color: #fff !important;
}

/* =====================================================
   HOW IT WORKS
   ===================================================== */
.cc-how-it-works {
  background: #f8fafc;
}

.cc-steps-row {
  margin-top: 20px;
}

/* Extra top margin so step-number badge has room */
.cc-step-col {
  padding-top: 24px;
}

.cc-step-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px 32px;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #0284c7;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  position: relative;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.18);
  border-top-color: #0369a1;
}

/* Numbered badge */
.cc-step-number {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  line-height: 44px;
  background: #0284c7;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 4px 12px rgba(2, 132, 199, 0.4);
  z-index: 1;
}

/* Icon circle */
.cc-step-icon {
  width: 72px;
  height: 72px;
  background: #e0f2fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.cc-step-icon .fa {
  font-size: 28px;
  color: #0284c7;
}

.cc-step-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 12px;
}

.cc-step-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 767px) {
  .cc-step-col {
    padding-top: 28px;
  }
  .cc-step-card {
    margin-bottom: 8px;
  }
}

/* =====================================================
   WHY CHOOSE US
   ===================================================== */
.cc-why-choose-us {
  background: #fff;
}

.cc-why-choose-us .col-lg-5 > h3 {
  font-size: 32px;
  line-height: 42px;
}

.cc-features-grid {
  margin: -8px;
}

.cc-feature-item {
  padding: 8px;
}

.cc-feature-box {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f8fafc;
  border-radius: 10px;
  padding: 20px 18px;
  border: 1px solid #e2e8f0;
  height: 100%;
  transition: all 0.22s ease;
}

.cc-feature-box:hover {
  background: #eff6ff;
  border-color: #93c5fd;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.12);
  transform: translateY(-2px);
}

/* Icon badge */
.cc-feat-icon-wrap {
  min-width: 46px;
  width: 46px;
  height: 46px;
  background: #0284c7;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cc-feat-icon {
  font-size: 20px;
  color: #fff !important;
}

.cc-feature-box h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 5px;
  line-height: 20px;
}

.cc-feature-box p {
  font-size: 13px;
  color: #64748b;
  line-height: 21px;
  margin: 0;
}

@media (max-width: 991px) {
  .cc-why-choose-us .row {
    flex-direction: column;
  }
  .cc-why-choose-us .col-lg-5,
  .cc-why-choose-us .col-lg-7 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cc-why-choose-us .col-lg-7 {
    margin-top: 32px;
  }
}

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.cc-testimonials {
  background: #f0f9ff;
}

.cc-testimonial-card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px 24px;
  border: 1px solid #bae6fd;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cc-testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(2, 132, 199, 0.16);
}

.cc-stars {
  margin-bottom: 14px;
}

.cc-stars .fa {
  color: #f59e0b;
  font-size: 16px;
  margin-right: 1px;
}

/* Quote mark */
.cc-testimonial-card::before {
  content: '\201C';
  font-size: 60px;
  color: #bae6fd;
  line-height: 1;
  display: block;
  margin-bottom: -10px;
  font-family: Georgia, serif;
}

.cc-testimonial-card > p {
  font-size: 14px;
  color: #475569;
  line-height: 26px;
  flex: 1;
  font-style: italic;
  margin-bottom: 20px;
}

.cc-testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid #e0f2fe;
  padding-top: 16px;
  margin-top: auto;
}

.cc-author-avatar {
  width: 44px;
  height: 44px;
  background: #e0f2fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cc-author-avatar .fa {
  font-size: 22px;
  color: #0284c7;
}

.cc-testimonial-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}

.cc-testimonial-author span {
  font-size: 12px;
  color: #0284c7;
  font-weight: 500;
}

@media (max-width: 767px) {
  .cc-testimonials .col-md-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* =====================================================
   FAQ ACCORDION
   ===================================================== */
.cc-faq {
  background: #fff;
}

.cc-faq .col-lg-4 > h3 {
  font-size: 28px;
  line-height: 38px;
}

.cc-accordion {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.cc-faq-item {
  border-bottom: 1px solid #e2e8f0;
}

.cc-faq-item:last-child {
  border-bottom: none;
}

.cc-faq-question {
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  transition: background 0.2s ease, color 0.2s ease;
  font-family: 'Poppins', sans-serif;
  line-height: 22px;
}

.cc-faq-question:hover {
  background: #f8fafc;
}

.cc-faq-item.cc-open .cc-faq-question {
  background: #eff6ff;
  color: #0284c7;
}

.cc-faq-chevron {
  font-size: 12px;
  color: #94a3b8;
  transition: transform 0.3s ease, color 0.2s ease;
  flex-shrink: 0;
}

.cc-faq-question:hover .cc-faq-chevron,
.cc-faq-item.cc-open .cc-faq-chevron {
  color: #0284c7;
}

.cc-faq-item.cc-open .cc-faq-chevron {
  transform: rotate(180deg);
}

.cc-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  background: #f8fafc;
}

.cc-faq-answer p {
  padding: 12px 22px 18px;
  font-size: 14px;
  color: #475569;
  line-height: 26px;
  margin: 0;
  border-left: 3px solid #0284c7;
}

.cc-faq-answer a {
  color: #0284c7;
  font-weight: 600;
}

@media (max-width: 991px) {
  .cc-faq .row {
    flex-direction: column;
  }
  .cc-faq .col-lg-4,
  .cc-faq .col-lg-8 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cc-faq .col-lg-8 {
    margin-top: 32px;
  }
}

/* =====================================================
   CTA BANNER
   ===================================================== */
.cc-cta-banner {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 55%, #38bdf8 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

/* Decorative circles */
.cc-cta-banner::before,
.cc-cta-banner::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,0.05);
  pointer-events: none;
}
.cc-cta-banner::before {
  width: 300px;
  height: 300px;
  top: -80px;
  right: -60px;
}
.cc-cta-banner::after {
  width: 200px;
  height: 200px;
  bottom: -60px;
  left: 5%;
}

.cc-cta-banner .container {
  position: relative;
  z-index: 1;
}

.cc-cta-sub {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  display: block;
}

.cc-cta-title {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  line-height: 38px;
  margin-bottom: 10px;
}

.cc-cta-text {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.cc-cta-btn-primary,
.cc-cta-btn-outline {
  display: block;
  text-align: center;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 28px;
  transition: all 0.22s ease;
  text-decoration: none !important;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.cc-cta-btn-primary {
  background: #fff;
  color: #0284c7 !important;
  border: 2px solid #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.cc-cta-btn-primary .fa {
  margin-right: 8px;
}

.cc-cta-btn-primary:hover {
  background: #e0f2fe;
  border-color: #e0f2fe;
  color: #0369a1 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.cc-cta-btn-outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid rgba(255,255,255,0.5);
}

.cc-cta-btn-outline:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.9);
  color: #fff !important;
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .cc-cta-banner {
    padding: 48px 0;
    text-align: center;
  }
  .cc-cta-title {
    font-size: 22px;
    line-height: 32px;
  }
  .cc-cta-banner .row {
    flex-direction: column;
  }
  .cc-cta-banner .col-lg-8,
  .cc-cta-banner .col-md-7,
  .cc-cta-banner .col-lg-4,
  .cc-cta-banner .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .cc-cta-banner .col-lg-4 {
    margin-top: 28px;
  }
  .cc-cta-btn-primary,
  .cc-cta-btn-outline {
    max-width: 260px;
    margin: 0 auto 12px;
  }
}


/* =====================================================
   ABOUT SECTION — visual refresh (blue scheme)
   ===================================================== */
.w3l-content-6 .content-6-mian {
  background: #f0f9ff;
}

.w3l-content-6 .content-gd h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #17223b;
  margin-bottom: 14px;
}

.w3l-content-6 .content-gd p {
  color: #555;
  line-height: 28px;
  font-size: 15.5px;
}

.w3l-content-6 .photo-6-inf-left img {
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.15);
  border: 6px solid #fff;
}

@media (max-width: 767px) {
  .w3l-content-6 .content-gd h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* =====================================================
   SERVICES CARDS (block3) — blue hover instead of dark navy
   ===================================================== */
.w3l-open-block-services {
  background: #fff;
}

.w3l-open-block-services .card {
  background: #f8fafc;
  border: 1px solid #e0f2fe !important;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(2, 132, 199, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.w3l-open-block-services .card:hover {
  background: linear-gradient(135deg, #0369a1 0%, #0284c7 100%) !important;
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(2, 132, 199, 0.28);
}

.w3l-open-block-services .icon-holder span.fa {
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.3);
}

.w3l-open-block-services .card:hover .icon-holder span.fa {
  background: #fff;
  color: #0284c7;
}

.w3l-open-block-services h4.mission {
  transition: color 0.25s ease;
}

/* =====================================================
   ADDITIONAL SERVICES — checklist refresh
   ===================================================== */
.w3l-content-with-photo-4 .content-photo-info {
  background: #fff;
}

.w3l-content-with-photo-4 .servehny-1 {
  background: #f8fafc;
  border: 1px solid #e0f2fe;
  border-radius: 12px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px 24px;
}

.w3l-content-with-photo-4 .servehny-1 a.ser1 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #17223b;
  margin-bottom: 0 !important; /* Remove style-starter.css margin-bottom */
}

.w3l-content-with-photo-4 .servehny-1 a.ser1 span.fa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  min-width: 26px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7 !important;
  font-size: 13px;
  margin-right: 0;
}

.w3l-content-with-photo-4 .photo-6-inf-left img {
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.15);
  border: 6px solid #fff;
}

@media (max-width: 667px) {
  .w3l-content-with-photo-4 .servehny-1 {
    padding: 18px;
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}

/* =====================================================
   CQC / HISTORY BANNER
   ===================================================== */
.w3l-about5 .heading h3.hny-title.two {
  color: #fff;
  font-weight: 700;
}

.w3l-about5 .heading a img {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 6px;
}

/* =====================================================
   REUSABLE CONTENT BLOCK (about.php, services.php, ...)
   ===================================================== */
.ab-block h6.sub-title {
  margin-bottom: 8px;
}

.ab-block h3.hny-title {
  font-size: 28px;
  line-height: 38px;
}

@media (max-width: 575px) {
  .ab-block h3.hny-title {
    font-size: 22px;
    line-height: 30px;
  }
}