.elementor-1674 .elementor-element.elementor-element-379bfc34{--display:flex;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1674 .elementor-element.elementor-element-379bfc34:not(.elementor-motion-effects-element-type-background), .elementor-1674 .elementor-element.elementor-element-379bfc34 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #38506F 33%, #FFFFFF 35%);}.elementor-1674 .elementor-element.elementor-element-379bfc34.e-con{--align-self:stretch;}/* Start custom CSS for html, class: .elementor-element-689280c3 *//* =========================
   HEADER FONT CONTROL
========================= */

/* ENGLISH */
.cs-header,
.cs-header * {
  font-family: 'Poppins', sans-serif;
}

/* URDU (FUTURE READY) */
.urdu-page .cs-header,
.urdu-page .cs-header * {
  font-family: 'Noto Nastaliq Urdu', serif;
}

/* =========================
   TOP BAR (WHITE + BOLD)
========================= */

.cs-topbar {
  background: #334F73;
  color: #fff;
  font-size: 13px;
  padding: 6px 0;
  font-weight: 600;
}

.cs-topbar span,
.cs-topbar i,
.cs-topbar a {
  color: #fff;
  font-weight: 600;
}

/* ALIGN */
.cs-top-left,
.cs-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* =========================
   NAVBAR (NOT BOLD, BIGGER)
========================= */

.cs-nav a {
  font-size: 16px;
  font-weight: 500; /* not bold */
  color: #333;
  text-decoration: none;
}

/* HOVER */
.cs-nav a:hover {
  color: #1FB5AD;
}

/* =========================
   BUTTON
========================= */

.cs-btn {
  background: #1b3a57;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
}

/* =========================
   MOBILE MENU PREMIUM
========================= */

.cs-mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100%;
  background: #fff;
  padding: 30px;
  transition: 0.4s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cs-mobile-menu.showMenu {
  left: 0;
}

/* LINKS */
.cs-mobile-menu a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

/* LANGUAGE */
.cs-mobile-lang {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.cs-mobile-lang a {
  color: #334F73;
  font-weight: 500;
}

/* CLOSE */
.cs-close {
  font-size: 22px;
  cursor: pointer;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {

.cs-nav,
.cs-actions {
  display: none;
}

.cs-hamburger {
  display: block;
}

}

@media (max-width: 768px) {

.cs-topbar {
  display: none;
}

.cs-container {
  width: 92%;
}

}

@media (max-width: 480px) {

.cs-logo img {
  height: 38px;
}

.cs-mobile-menu {
  width: 100%;
}

}/* Mobile view: Book Appointment button text white */
@media (max-width: 1024px) {
  .cs-btn {
    color: #fff; /* text color white */
  }
}
@media (max-width: 1024px) {
  .cs-mobile-menu .cs-btn {
    color: #fff; /* text color white */
  }
}/* End custom CSS */