.elementor-12 .elementor-element.elementor-element-42c8943{--display:flex;--gap:00px 00px;--row-gap:00px;--column-gap:00px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-12 .elementor-element.elementor-element-42c8943:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-42c8943 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #38506F 33%, #FFFFFF 35%);}.elementor-12 .elementor-element.elementor-element-42c8943.e-con{--align-self:stretch;}.elementor-12 .elementor-element.elementor-element-e1ffa08{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6932392 *//* RTL + FONT */
.cs-header.urdu {
  direction: rtl;
  font-family: 'Noto Nastaliq Urdu', serif;
}

/* CONTAINER */
/* FULL WIDTH FIX */
.cs-container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 40px; /* spacing maintain */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TOP BAR */
.cs-topbar {
  background: #334F73;
  padding: 6px 0;
}

.cs-topbar * {
  color: #fff !important;
  font-weight: 600;
}

/* ALIGN */
.cs-top-left,
.cs-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* HEADER */
.cs-main-header {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* LOGO */
.cs-logo img {
  height: 45px;
}

/* NAV */
.cs-nav {
  display: flex;
  gap: 20px;
}

.cs-nav a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

/* BUTTON */
.cs-btn {
  background: #1b3a57;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
}

/* HAMBURGER */
.cs-hamburger {
  display: none;
  font-size: 22px;
  cursor: pointer;
}

/* MOBILE MENU */
.cs-mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 85%;
  height: 100%;
  background: #fff;
  padding: 30px;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 999;
}

.cs-mobile-menu.showMenu {
  right: 0;
}

.cs-mobile-menu a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}

.cs-mobile-lang {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.cs-close {
  font-size: 22px;
  cursor: pointer;
}

/* ICON FIX */
.cs-header i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
}

.cs-header .fa-brands {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .cs-nav,
  .cs-actions {
    display: none;
  }

  .cs-hamburger {
    display: block;
  }
}

@media(max-width:768px){
  .cs-topbar {
    display: none;
  }
}

@media(max-width:480px){
  .cs-logo img {
    height: 38px;
  }

  .cs-mobile-menu {
    width: 100%;
  }
}
.urdu {
  font-family: 'Noto Sans Arabic';
}

/* FORCE URDU FONT */
.cs-header.urdu {
  font-family: 'Noto Nastaliq Urdu', serif !important;
}

/* APPLY TO TEXT ONLY (SAFE) */
.cs-header.urdu span,
.cs-header.urdu a,
.cs-header.urdu p {
  font-family: 'Noto Nastaliq Urdu', serif !important;
}

/* FIX NASTALIQ SPACING */
.cs-header.urdu {
  line-height: 2;
}
/* MOBILE BUTTON TEXT WHITE */
@media(max-width:768px){
  .hero-btn,
  .cs-btn {
    color: #fff !important;
  }
}/* End custom CSS */