/* ====================================
   Almehri Law Firm - Custom Styles
==================================== */

:root {
  --primary-dark: #11243a;
  --primary-darker: #0b1a2c;
  --accent-gold: #c8a96a;
  --accent-gold-dark: #b08c4f;
  --light-bg: #f5f6f8;
  --text-muted: #6b7280;
  --text-dark: #1f2937;
}

* { box-sizing: border-box; }

body {
  font-family: 'Cairo', 'Tajawal', 'Segoe UI', Tahoma, Arial, sans-serif;
  color: var(--text-dark);
  line-height: 1.8;
  background: #fff;
}

a { text-decoration: none; transition: color .25s ease; }
img { max-width: 100%; height: auto; }

.eyebrow {
  display: inline-block;
  color: var(--accent-gold);
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: 1px;
  margin-bottom: 12px;
  position: relative;
  padding-right: 36px;
}
.eyebrow::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
  height: 2px;
  background: var(--accent-gold);
}

/* ----------- Top bar ----------- */
.top-bar {
    background: rgba(11, 18, 29, .86);
    color: #fff;
    font-size: 1.25rem;
    min-height: 65px;
    padding: 0;
    display: inline-grid;
    align-items: center;
    position: relative;
    z-index: 20;
}
.top-bar a { color: #fff; }
.top-bar a:hover { color: var(--accent-gold); }
.top-bar .container {
  max-width: 100%;
  padding-right: 28px;
  padding-left: 28px;
}
.top-bar .info-item {
  margin-left: 44px;
  display: inline-flex;
  align-items: center;
  direction: ltr;
  font-weight: 600;
}
.social2 .fa-facebook{
    margin-right: 44px;

}
.social{text-align: left;}
.social2{
  text-align: right;
}
.top-bar .info-item i {
  color: #fff;
  margin-right: 9px;
  margin-left: 0;
  font-size: 1.25rem;
}
.top-bar .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  border-radius: 50%;
  background: #fff;
  color: #1a2434;
  font-size: .88rem;
  opacity: 1;
}
.top-bar .social a i { color: #1a2434; }
.top-bar .social a:hover {
  background: var(--accent-gold);
  color: #fff;
}
.top-bar .social a:hover i { color: #fff; }
.social .info-item{
    font-size: 14px;
}
/* ----------- Navbar ----------- */
.navbar {

    margin-bottom: 0px;
}
.navbar-custom {
  background: #fff;
  min-height: 92px;
  padding: 0;
  transition: all .3s ease;
  box-shadow: 0 1px 0 rgba(11, 26, 44, .08);
  position: relative;
  z-index: 19;
}
.navbar-custom .container {
  max-width: 100%;
  min-height: 92px;
  padding-right: 28px;
  padding-left: 0;
  position: relative;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-collapse > .d-flex {
  align-self: stretch;
}
.navbar-custom .navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-custom .navbar-brand img {
  height: 76px;
  width: auto;
  filter: drop-shadow(0 7px 12px rgba(176, 140, 79, .22));
}
.navbar-custom .nav-link {
  color: #565656 !important;
  font-weight: 600;
  margin: 0 6px;
  position: relative;
  padding: 34px 10px 32px !important;
}
.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
  color: var(--accent-gold) !important;
}
.navbar-custom .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 25px;
  right: 10px;
  left: 10px;
  height: 1px;
  background: var(--accent-gold);
}
.navbar-custom .dropdown-toggle::after {
  margin-right: 8px;
  margin-left: 0;
  vertical-align: middle;
}
.navbar-custom .dropdown-menu {
  min-width: 320px;
  border: 0;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 0;
  text-align: right;
  box-shadow: 0 18px 40px rgba(11,26,44,.16);
}
.navbar-custom .dropdown-item {
  color: #2a3147;
  font-weight: 600;
  padding: 10px 18px;
  white-space: normal;
}
.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
  background: rgba(176, 140, 79, .12);
  color: var(--accent-gold);
}
@media (min-width: 992px) {
  .navbar-custom .services-dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar-custom.scrolled { box-shadow: 0 5px 18px rgba(11,26,44,.14); }
.navbar-toggler { border-color: rgba(17,36,58,.3); }
.navbar-toggler-icon { filter: none; }

.lang-switch {
  display: inline-flex;
  align-items: center;
  color: #333;
  font-weight: 600;
  margin: 0 14px 0 20px;
  font-size: .9rem;
  direction: ltr;
}
.lang-switch a {
  color: #333;
  padding: 0 4px;
}
.lang-switch a.active,
.lang-switch a:hover { color: var(--accent-gold); }
.lang-switch .sep { display: none; }

.nav-consult-btn {
  align-self: stretch;
  min-width: 226px;
  min-height: 92px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #252c43;
  color: var(--accent-gold);
  font-weight: 800;
  padding: 0 22px;
  text-align: center;

}
.nav-consult-btn:hover {
  background: #1c2338;
  color: #fff;
}

/* ----------- Buttons ----------- */
.btn-gold {
  background: var(--accent-gold);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 700;
  transition: all .25s ease;
}
.btn-gold:hover { background: var(--accent-gold-dark); color: #fff; transform: translateY(-2px); }
.btn-outline-gold {
  border: 2px solid var(--accent-gold);
  color: var(--accent-gold);
  background: transparent;
  padding: 10px 26px;
  border-radius: 4px;
  font-weight: 700;
  transition: all .25s ease;
}
.btn-outline-gold:hover { background: var(--accent-gold); color: #fff; }
.btn-outline-light-gold {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  padding: 10px 26px;
  border-radius: 4px;
  font-weight: 700;
}

/* ----------- Clients ----------- */
.clients-section {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.clients-carousel {
  position: relative;
  padding: 0 8px;
}

.client-logo {
  width: 100%;
  height: 150px;
  background: #fff;
  border: 1px solid rgba(17, 36, 58, .08);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(17, 36, 58, .06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.client-logo img {
  max-width: 100%;
  max-height: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(.1);
  transition: filter .25s ease;
}

.client-logo:hover img {
  filter: grayscale(0);
}

.clients-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.clients-carousel .owl-item {
  display: flex;
}

.clients-control-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--primary-dark);
  border: 1px solid rgba(17, 36, 58, .14);
  box-shadow: 0 8px 20px rgba(17, 36, 58, .12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all .25s ease;
}

.clients-control:hover .clients-control-icon {
  background: var(--accent-gold);
  color: #fff;
  border-color: var(--accent-gold);
}

.clients-carousel .owl-nav {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.clients-carousel .owl-nav button.owl-prev,
.clients-carousel .owl-nav button.owl-next {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
}

.clients-carousel .owl-nav button.owl-prev:hover,
.clients-carousel .owl-nav button.owl-next:hover {
  background: transparent !important;
}

.clients-carousel .owl-nav button.owl-prev.disabled .clients-control-icon,
.clients-carousel .owl-nav button.owl-next.disabled .clients-control-icon {
  opacity: .4;
  cursor: not-allowed;
}

@media (max-width: 767.98px) {
  .client-logo {
    height: 118px;
    padding: 10px;
  }

  .client-logo img {
    max-height: 90px;
  }
}
.btn-outline-light-gold:hover { background: #fff; color: var(--primary-dark); }

/* ----------- Hero ----------- */
.hero {
  position: relative;
  min-height: 92vh;
  background:
    linear-gradient(rgba(11,26,44,.78), rgba(11,26,44,.78)),
    url('../images/about.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  padding-bottom: 140px;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 24px;
}
.hero h1 span { color: var(--accent-gold); }
.hero p.lead {
  font-size: 1.1rem;
  max-width: 850px;
  margin: 0 auto 36px;
  opacity: .9;
}

/* ----------- Hero Carousel with Fade Effect ----------- */
.hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}



.hero-carousel .carousel-item {
  position: relative;
  background-size: cover;
  background-position: center;
  animation: fadeCarousel 0.5s ease-in-out;
}

@keyframes fadeCarousel {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.hero-carousel .carousel-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-carousel .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(11, 26, 44, .65), rgba(11, 26, 44, .65));
  z-index: 2;
}

.hero-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 850px;
  text-align: center;
  z-index: 3;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  bottom: auto !important;
  right: auto !important;
}

.hero-carousel .carousel-caption h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 24px;
  animation: slideUp 0.8s ease-out;
}

.hero-carousel .carousel-caption h1 span {
  color: var(--accent-gold);
}

.hero-carousel .carousel-caption .lead {
  font-size: 1.2rem;
  margin-bottom: 36px;
  opacity: 0.95;
  animation: slideUp 0.8s ease-out 0.2s both;
}

.hero-carousel .carousel-buttons {
  animation: slideUp 0.8s ease-out 0.4s both;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-carousel .carousel-indicators {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}

.hero-carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 8px;
  transition: all 0.3s ease;
}

.hero-carousel .carousel-indicators button.active {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  width: 32px;
  border-radius: 6px;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(200, 169, 106, 0.2);
  border-radius: 4px;
  opacity: 0.7;
  transition: all 0.3s ease;
  z-index: 4;
}

.hero-carousel .carousel-control-prev:hover,
.hero-carousel .carousel-control-next:hover {
  background: rgba(200, 169, 106, 0.4);
  opacity: 1;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
  filter: brightness(0) invert(1);
}

/* Responsive carousel */
@media (max-width: 768px) {
  .hero-carousel .carousel-item {
    height: 60vh;
  }
  
  .hero-carousel .carousel-inner {
    height: 60vh;
  }
  
  .hero-carousel .carousel-item img {
    height: 60vh;
  }
  
  .hero-carousel .carousel-caption h1 {
    font-size: 2rem;
  }
  
  .hero-carousel .carousel-caption .lead {
    font-size: 0.95rem;
  }
  
  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}

/* Overlapping feature cards */
.feature-strip {
  margin-top: -90px;
  position: relative;
  z-index: 5;
}
.cards-header{
  padding: 5px;
  z-index: 10;
}
.feature-card {
  background: var(--primary-dark);
  color: #fff;
  padding: 40px 28px;
  border-radius: 6px;
  height: 100%;
  text-align: center;
  transition: all .3s ease;
  border: 1px solid rgba(255,255,255,.05);
  box-shadow: 0 14px 40px rgba(11,26,44,.18);
}
.feature-card:hover { transform: translateY(-6px); }
.feature-card .card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 14px;
}
.feature-card .icon {
  font-size: 1.9rem;
  color: var(--accent-gold);
  line-height: 1;
  transition: color .3s ease;
}
.feature-card h5 { font-weight: 700; margin: 0; }
.feature-card p { font-size: .95rem; color: rgba(255,255,255,.75); margin: 0; line-height: 1.9; }
.feature-card.gold { background: var(--accent-gold); }
.feature-card.gold .icon { color: #fff; }
.feature-card.gold p { color: rgba(255,255,255,.92); }


.hero-text-slider{position:absolute;}
/* Page banner used by inner pages */
.page-banner {
  background:
    linear-gradient(rgba(11,26,44,.85), rgba(11,26,44,.85)),
    url('../images/services-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 100px 0 70px;
  text-align: center;
}
.page-banner h1 { font-size: 2.5rem; font-weight: 800; margin-bottom: 12px; }
.page-banner .breadcrumb-nav a { color: var(--accent-gold); }
.page-banner .breadcrumb-nav span { color: #fff; margin: 0 8px; }

/* ----------- Section title ----------- */
.section-padding { padding: 90px 0; }
.section-title {
  text-align: center;
  margin-bottom: 60px;
}
.section-title .eyebrow { padding: 0 36px; }
.section-title .eyebrow::before { right: 0; }
.section-title .eyebrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 2px;
  background: var(--accent-gold);
}
.section-title h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 16px;
}
.section-title p { color: var(--text-muted); max-width: 760px; margin: 0 auto; }

/* ----------- About ----------- */
.about-section { background: #fff; }
.about-section h2 {
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--primary-dark);
  margin-bottom: 18px;
  line-height: 1.5;
}
.about-section p { color: var(--text-muted); margin-bottom: 18px; }
.about-section ul { list-style: none; padding: 0; margin-bottom: 26px; }
.about-section ul li { padding: 6px 0; color: var(--text-dark); }
.about-section ul li i { color: var(--accent-gold); margin-left: 10px; }
.about-img { border-radius: 8px; overflow: hidden; box-shadow: 0 14px 40px rgba(11,26,44,.18); }

/* ----------- Services grid ----------- */
.services-grid {
  background:
    linear-gradient(rgba(11,26,44,.92), rgba(11,26,44,.92)),
    url('../images/services-bg.jpg') center/cover no-repeat;
  color: #fff;
}
.services-grid .section-title h2 { color: #fff; }
.service-item {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  padding: 28px 20px;
  border-radius: 6px;
  height: 100%;
  text-align: center;
  transition: all .3s ease;
}
.service-item:hover {
  background: var(--accent-gold);
  border-color: var(--accent-gold);
  transform: translateY(-5px);
}
.service-item .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(200,169,106,.15);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin: 0 auto 16px;
  transition: all .3s ease;
}
.service-item:hover .icon { background: #fff; color: var(--accent-gold); }
.service-item h5 { color: #fff; font-weight: 700; margin-bottom: 8px; font-size: 1.05rem; }
.service-item p { color: rgba(255,255,255,.7); font-size: .88rem; margin: 0; }
.service-item:hover p { color: rgba(255,255,255,.95); }

/* ----------- News / Articles ----------- */
.news-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  transition: all .3s ease;
}
.news-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(11,26,44,.12); }
.news-card .img-wrap { position: relative; overflow: hidden; }
.news-card img { width: 100%; height: 220px; object-fit: cover; transition: transform .5s ease; }
.news-card:hover img { transform: scale(1.06); }
.news-card .body { padding: 22px; }
.news-card .meta { font-size: .82rem; color: var(--text-muted); margin-bottom: 8px; }
.news-card .meta i { color: var(--accent-gold); margin-left: 4px; }
.news-card h5 a { color: var(--primary-dark); font-weight: 700; }
.news-card h5 a:hover { color: var(--accent-gold); }
.news-card p { color: var(--text-muted); font-size: .92rem; }
.read-more { color: var(--accent-gold); font-weight: 600; }
.read-more:hover { color: var(--accent-gold-dark); }

/* ----------- CTA with contact icons ----------- */
.cta-section {
  background:
    linear-gradient(rgba(11,26,44,.86), rgba(11,26,44,.86)),
    url('../images/contact-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 80px 0;
}
.contact-icons { margin-bottom: 50px; }
.contact-icon-item {
  text-align: center;
  color: #fff;
  padding: 14px 6px;
}
.contact-icon-item .ci-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--accent-gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin: 0 auto 14px;
}
.contact-icon-item h6 { font-weight: 700; margin-bottom: 4px; }
.contact-icon-item p { color: rgba(255,255,255,.78); margin: 0; font-size: .95rem; direction: ltr; }
.cta-section h2 {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
}
.cta-section .cta-desc {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.8);
}

/* ----------- Contact form ----------- */
.contact-section {
  background: var(--primary-darker);
  color: #fff;
  padding: 90px 0;
}
.contact-section .section-title h2 { color: #fff; }
.contact-form {
  background: rgba(255,255,255,.04);
  padding: 32px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.08);
}
.contact-form .form-control,
.contact-form .form-select {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 14px;
  text-align: right;
}
.contact-form .form-control::placeholder { color: rgba(255,255,255,.55); }
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  background: rgba(255,255,255,.1);
  border-color: var(--accent-gold);
  box-shadow: none;
  color: #fff;
}
.contact-form .form-select option { color: #000; }
.map-wrap {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  height: 100%;
  min-height: 420px;
}
.map-wrap iframe { width: 100%; height: 100%; min-height: 420px; border: 0; }

/* Inline contact info row (for contact page) */
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}
.contact-info-item .icon {
  width: 50px; height: 50px;
  background: var(--accent-gold);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  flex-shrink: 0;
}
.contact-info-item h6 { font-weight: 700; margin-bottom: 4px; color: #fff; }
.contact-info-item p { color: rgba(255,255,255,.75); margin: 0; }

/* ----------- Footer ----------- */
footer {
  background: var(--primary-darker);
  color: rgba(255,255,255,.75);
  padding: 70px 0 0;
  border-top: 1px solid rgba(255,255,255,.05);
}
footer h6 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 12px;
  font-size: 1.05rem;
}
footer h6::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: var(--accent-gold);
}
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 10px; }
footer ul li a { color: rgba(255,255,255,.7); }
footer ul li a:hover { color: var(--accent-gold); padding-right: 6px; }
footer .footer-logo img { height: 80px; margin-bottom: 18px; }
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255,255,255,.08);
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  transition: all .25s ease;
}
.social-icons a:hover { background: var(--accent-gold); color: #fff; }
.copyright {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
  margin-top: 50px;
  text-align: center;
  font-size: .9rem;
  color: rgba(255,255,255,.6);
}
.copyright .accent { color: var(--accent-gold); }

/* ----------- Page content (about/services details) ----------- */
.content-block h3 {
  color: var(--primary-dark);
  font-weight: 800;
  margin-bottom: 16px;
}
.content-block p { color: var(--text-muted); }
.value-card {
  background: #fff;
  padding: 28px 22px;
  border: 1px solid #eee;
  border-radius: 6px;
  text-align: center;
  height: 100%;
  transition: all .3s ease;
}

.value-card:hover { border-color: var(--accent-gold); box-shadow: 0 12px 30px rgba(11,26,44,.1); }
.value-card .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--light-bg);
  color: var(--accent-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin: 0 auto 16px;
}
.value-card h5 { color: var(--primary-dark); font-weight: 700; }
.value-card h5 a { color: var(--primary-dark); font-weight: 700; }

.value-card p{ color: var(--primary-dark);}
/* Stats bar (used on inner pages) */
.stats { background: var(--primary-dark); color: #fff; padding: 70px 0; }
.stat-box { text-align: center; padding: 18px 10px; }
.stat-box .icon { font-size: 2.2rem; color: var(--accent-gold); margin-bottom: 10px; }
.stat-box .num { font-size: 2.4rem; font-weight: 800; margin-bottom: 4px; }
.stat-box .label { color: rgba(255,255,255,.75); font-size: .95rem; }

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 54px;
  height: 54px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  z-index: 999;
  box-shadow: 0 6px 20px rgba(37,211,102,.5);
}
.wa-float:hover { color: #fff; transform: scale(1.06); }
.carousel-caption{
  position:absolute; top:40% !important;}
  .carousel-item{height:90vh;}

/*****************************************/
.carousel {
  overflow: hidden;
}
.carousel .carousel-inner {
  background-color: #474747;
}
.carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: opacity 1s, transform 5s linear 0s;
  -moz-transition: opacity 1s, transform 5s linear 0s;
  -ms-transition: opacity 1s, transform 5s linear 0s;
  -o-transition: opacity 1s, transform 5s linear 0s;
  transition: opacity 1s, transform 5s linear 0s;
}
.carousel .carousel-inner .item .carousel-caption {
  position: absolute;
  display: block;
  top: 50%;
  bottom: auto;
  padding-bottom: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35%;
  right: 35%;
  z-index: 1;
}
.carousel .carousel-inner .item .carousel-caption > h1,
.carousel .carousel-inner .item .carousel-caption > .h1,
.carousel .carousel-inner .item .carousel-caption > h2,
.carousel .carousel-inner .item .carousel-caption > .h2,
.carousel .carousel-inner .item .carousel-caption > h3,
.carousel .carousel-inner .item .carousel-caption > .h3 {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 36px;
  letter-spacing: 0.9px;
  font-size: 32px;
  font-weight: normal;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #ffffff;
}
.carousel .carousel-inner .item .carousel-caption > p,
.carousel .carousel-inner .item .carousel-caption > span {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid #ffffff;
  font-size: 18px;
}
.carousel .carousel-inner .item .carousel-caption > .btn,
.carousel .carousel-inner .item .carousel-caption > button {
  display: inline-block;
  margin-top: 30px;
  color: #ffffff;
  background: none;
  border: 2px solid #ffffff;
}
.carousel .carousel-inner .item,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  opacity: 0;
}
.carousel .carousel-inner .active,
.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right {
  opacity: 1;
}
.carousel .carousel-inner .next,
.carousel .carousel-inner .prev,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right {
  left: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel .carousel-inner:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  content: "";
  margin-top: 0px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid transparent;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-animation: spinner 1.6s linear infinite;
  -moz-animation: spinner 1.6s linear infinite;
  animation: spinner 1.6s linear infinite;
  z-index: 0;
}
@-moz-keyframes spinner {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.carousel .carousel-control.left .fa,
.carousel .carousel-control.right .fa {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.carousel-indicators{z-index: 0;}
.carousel .carousel-indicators li {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 6px;
  padding-left: 3px;
  padding-right: 3px;
  background: #ffffff;
  border: 1px solid #ffffff;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 6px;
  margin-right: 6px;
}
.carousel .carousel-indicators li + li {
  margin-left: 6px;
  margin-right: 6px;
}
.carousel .carousel-indicators li.active {
  width: 44px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 6px;
  margin-right: 6px;
}
.carousel .carousel-indicators li.active::before {
  position: absolute;
  display: inline-block;
  height: 6px;
  background: #ffffff;
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  bottom: 0;
  -webkit-animation: progress 5s linear 0s;
  -moz-animation: progress 5s linear 0s;
  -ms-animation: progress 5s linear 0s;
  -o-animation: progress 5s linear 0s;
  animation: progress 5s linear 0s;
  
}
.carousel .carousel-indicators li.active ~ li {
  background: none;
}
@-moz-keyframes progress {
  100% {
    right: 0px;
  }
}
@-webkit-keyframes progress {
  100% {
    right: 0px;
  }
}
@-ms-keyframes progress {
  100% {
    right: 0px;
  }
}
@-o-keyframes progress {
  100% {
    right: 0px;
  }
}
@keyframes progress {
  100% {
    right: 0px;
  }
}

.justify-content-between {
    justify-content: space-between !important;
}

  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color);
}


/* ----------- Responsive ----------- */
@media (max-width: 991.98px) {
  .top-bar {
    min-height: 48px;
    font-size: .82rem;
  }
  .top-bar .info-item {
    margin-left: 16px;
  }
  .social2 .fa-facebook{
    margin-right: 16px;

}
  .top-bar .info-item i {
    font-size: 1rem;
  }
  .top-bar .social a {
    width: 22px;
    height: 22px;
    font-size: .78rem;
  }
  .navbar-custom {
    min-height: 76px;
    padding: 0;
  }
  .navbar-custom .container {
    min-height: 76px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .navbar-custom .navbar-brand img {
    height: 58px;
  }
  .navbar-custom .navbar-collapse {
    background: #fff;
    margin-top: 0;
    padding: 8px 0 14px;
    border-top: 1px solid #eef0f4;
  }
  .navbar-custom .nav-link {
    padding: 10px 0 !important;
  }
  .navbar-custom .dropdown-menu {
    min-width: 100%;
    box-shadow: none;
    border: 1px solid #eef0f4;
    margin: 6px 0 8px;
  }
  .navbar-custom .dropdown-item {
    padding: 8px 12px;
  }
  .navbar-custom .nav-link.active::after {
    display: none;
  }
  .navbar-custom .navbar-collapse > .d-flex {
    align-items: stretch !important;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
  }
  .nav-consult-btn {
    min-width: 0;
    min-height: 46px;
    width: 100%;
  }
  .hero h1 { font-size: 2.1rem; }
  .hero { min-height: auto; padding: 100px 0 90px; }
  .carousel-caption {
    position: absolute;
    left: 15%;
    bottom: 1.25rem;
    right: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
  .feature-strip { margin-top: -60px; }
  .section-padding { padding: 70px 0; }
  .lang-switch {
    display: inline-flex;
    justify-content: center;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .hero h1 { font-size: 1.7rem; }
  .section-title h2 { font-size: 1.6rem; }
  .top-bar .social { display: none; }
  .top-bar .container {
    justify-content: center !important;
  }
  .top-bar .info-item {
    margin: 0 8px;
  }
  .top-bar .info-item.d-none {
    display: none !important;
  }
}
