/* =========================================================
   ALIA CONTRACTING COMPANY LTD — theme stylesheet
   Palette: Navy #010e21 / Navy-light #13284a / Gold #f9cd4b
========================================================= */

:root {
  --navy: #010e21;
  --navy-2: #0f2447;
  --navy-light: #16305c;
  --gold: #f9cd4b;
  --gold-light: #e0c48a;
  --gray-bg: #f4f5f7;
  --text-dark: #1c2430;
  --text-muted: #5b6472;
  --white: #ffffff;
  --radius: 6px;
}

* {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: var(--text-dark);
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
.font-serif {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: var(--navy);
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.section {
  padding: 80px 0;
}

.section-sm {
  padding: 50px 0;
}

.bg-gray {
  background: var(--gray-bg);
}

.bg-navy {
  background: var(--navy);
}

.eyebrow {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: .85rem;
  margin-bottom: .5rem;
  display: inline-block;
}

.section-title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.section-title.text-white {
  color: var(--white);
}

.divider-gold {
  width: 60px;
  height: 3px;
  background: var(--gold);
  margin: 0 0 1.5rem;
}

.divider-gold.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- Buttons ---------- */
.btn-gold {
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--navy);
  font-weight: 600;
  padding: .7rem 1.7rem;
  border-radius: 2px;
  letter-spacing: .5px;
  transition: .25s;
}

.btn-gold:hover {
  background: transparent;
  color: var(--gold);
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 600;
  padding: .55rem 1.4rem;
  border-radius: 2px;
  letter-spacing: .5px;
  transition: .25s;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: var(--navy);
}

.btn-outline-light-line {
  border: 1px solid rgba(255, 255, 255, .6);
  color: #fff;
  font-weight: 600;
  padding: .7rem 1.7rem;
  border-radius: 2px;
  transition: .25s;
}

.btn-outline-light-line:hover {
  background: #fff;
  color: var(--navy);
}

/* ---------- Top strip ---------- */
.top-strip {
  background: var(--navy-2);
  color: #cfd6e2;
  font-size: .82rem;
  padding: 7px 0;
}

.top-strip a {
  color: #cfd6e2;
}

.top-strip a:hover {
  color: var(--gold);
}

.top-strip .divider {
  margin: 0 10px;
  opacity: .4;
}

/* ---------- Navbar ---------- */
.navbar-main {
  background: var(--navy);
  padding: 14px 0;
  transition: .3s;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.navbar-brand {
  max-width: 60px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-family: 'Playfair Display', serif;
  font-weight: 800;
}

.brand-mark span,
.brand-mark {
  font-size: 1.1rem;
}

.brand-mark {
  position: relative;
}

.brand-mark::after {
  content: "A";
  transform: rotate(-45deg);
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-title {
  font-family: 'Playfair Display', serif;
  font-weight: 800;
  color: #fff;
  font-size: 1.35rem;
  letter-spacing: 2px;
}

.brand-sub {
  color: var(--gold);
  font-size: .62rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: #e7e9ee;
  font-weight: 500;
  font-size: .85rem;
  letter-spacing: .4px;
  padding: .6rem 1rem !important;
  position: relative;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--gold);
}

.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .3rem;
  height: 2px;
  background: var(--gold);
}

/* ---------- Hero / Carousel ---------- */
.hero-carousel {
  position: relative;
}


.hero-slide::before {

  content: "";

  position: absolute;

  inset: 0;

  z-index: 1;

  background: linear-gradient(90deg,
      rgba(0, 0, 0, .25) 0%,
      rgba(0, 0, 0, .15) 35%,
      rgba(0, 0, 0, .08) 65%,
      rgba(0, 0, 0, 0) 100%);

}


.hero-slide {
  height: 75vh;
  min-height: 450px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;

  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}




.hero-slide-1 {

  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, .42) 0%,
      rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .15) 60%,
      rgba(0, 0, 0, .05) 100%),
    url('../images/hero/hero-1.jpg');


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide-2 {

  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, .42) 0%,
      rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .15) 60%,
      rgba(0, 0, 0, .05) 100%),
    url('../images/hero/hero-2.jpg');


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide-3 {

  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, .42) 0%,
      rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .15) 60%,
      rgba(0, 0, 0, .05) 100%),
    url('../images/hero/hero-3.jpg');


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide-4 {

  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, .42) 0%,
      rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .15) 60%,
      rgba(0, 0, 0, .05) 100%),
    url('../images/hero/hero-4.jpg');


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slide-5 {

  background-image:
    linear-gradient(90deg,
      rgba(0, 0, 0, .42) 0%,
      rgba(0, 0, 0, .28) 30%,
      rgba(0, 0, 0, .15) 60%,
      rgba(0, 0, 0, .05) 100%),
    url('../images/hero/hero-5.jpg');


  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 0px;
}

.hero-eyebrow {

  font-family: 'Poppins', sans-serif;

  letter-spacing: 8px;

  text-transform: uppercase;

  font-size: 18px;

  font-weight: 500;

  color: #fff;

}

.hero-title {

  font-family: 'Cinzel', serif;

  font-weight: 700;

  font-size: clamp(48px, 6vw, 65px);

  line-height: 1.05;

  letter-spacing: -1px;

  text-transform: uppercase;

  color: #fff;

  text-shadow: 0 3px 18px rgba(0, 0, 0, .45);

}

.hero-titleBR {
  font-size: clamp(40px, 6vw, 40px);
  font-weight: 700;
}

.hero-title .gold {
  color: var(--gold);
}

.hero-text {
  max-width: 520px;
  color: #fcfcfc;
  font-size: 0.95rem;
  margin-bottom: 1.8rem;
  font-weight: 100;
  text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
}

.hero-badge {
  position: absolute;
  right: 5%;
  top: 18%;
  z-index: 3;
  color: #fff;
  padding: 26px;
  max-width: 300px;
  border-radius: 4px;
  background: rgba(8, 18, 35, .78);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(201, 168, 76, .35);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
}


.hero-badge .num {
  color: var(--gold);
  font-size: 1.0rem;
  font-weight: 600;
  font-family: 'Cinzel', serif;
}

.numSpan {
  font-size: 2.4rem;
}

.hero-badge hr {
  border-color: var(--gold);
  opacity: .5;
  width: 40px;
  margin: .8rem 0;
}

@media (max-width: 991px) {
  .hero-badge {
    display: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: .7;
}

.carousel-indicators [data-bs-target] {
  background: var(--gold);
}

/* ---------- Counters ---------- */
.counter-band {
  background: var(--navy);
  padding: 40px 0;
}

.counter-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  border-right: 1px solid #404143;
}

.counter-item i {
  font-size: 2.1rem;
  color: var(--gold);
}

.counter-number {
  font-family: 'Cinzel', serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
}

.counter-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b9c1cf;
}

/* ---------- Service Cards ---------- */
.service-card {
  background: #fff;
  border: 1px solid #eceff3;
  padding: 32px 20px;
  text-align: center;
  border-radius: var(--radius);
  height: 100%;
  transition: .25s;
}

.service-card:hover {
  border-color: var(--gold);
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(10, 26, 52, .08);
}

.service-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.7rem;
}

.service-card h5 {
  font-size: 1.02rem;
  margin-bottom: 0;
  color: var(--navy);
}

/* ---------- Project cards ---------- */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  height: 280px;
  background: linear-gradient(135deg, #1b3560, #0a1a34);
  display: flex;
  align-items: flex-end;
  border: none;
}

.project-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 26, 52, .92) 10%, rgba(10, 26, 52, .1) 60%);
}

.project-card-body {
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
}

.project-card-body h5 {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: .2rem;
}

.project-card-body span {
  font-size: .8rem;
  color: var(--gold-light);
}

.badge-status-progress {
  background: var(--gold);
  color: var(--navy);
}

.badge-status-completed {
  background: #2f8f5b;
  color: #fff;
}

/* ---------- Why us icons ---------- */
.feature-strip {
  background: #fff;
  border-top: 1px solid #eceff3;
  padding: 36px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-item i {
  font-size: 1.8rem;
  color: var(--gold);
}

.feature-item h6 {
  margin: 0;
  color: var(--navy);
  font-weight: 700;
  font-size: .92rem;
}

.feature-item p {
  margin: 0;
  font-size: .78rem;
  color: var(--text-muted);
}

/* ---------- Generic page header (inner pages) ---------- */
.page-header {
  background: linear-gradient(90deg, rgba(10, 26, 52, .94), rgba(10, 26, 52, .8)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1600" height="500"><rect width="1600" height="500" fill="%230f2447"/></svg>');
  background-size: cover;
  padding: 60px 0 60px;
  color: #fff;
  text-align: center;
}

.page-header h1 {
  color: #fff;
  font-size: 2.6rem;
}

.breadcrumb-custom {
  color: var(--gold-light);
  font-size: .9rem;
}

.breadcrumb-custom a {
  color: #cfd6e2;
}

.breadcrumb-custom a:hover {
  color: var(--gold);
}

/* ---------- Cards / boxes ---------- */
.info-card {
  background: #fff;
  border-left: 4px solid var(--gold);
  padding: 28px;
  border-radius: var(--radius);
  box-shadow: 0 6px 20px rgba(10, 26, 52, .05);
  height: 100%;
}

.value-card {
  text-align: center;
  padding: 30px 22px;
}

.value-card i {
  font-size: 2.2rem;
  color: var(--gold);
  margin-bottom: 14px;
  display: block;
}

.cert-card {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: var(--radius);
  padding: 26px;
  text-align: center;
  height: 100%;
}

.cert-card i {
  font-size: 2.4rem;
  color: var(--gold);
  margin-bottom: 12px;
  display: block;
}

/* ---------- Table ---------- */
.table-acc thead {
  background: var(--navy);
  color: #fff;
}

.table-acc td,
.table-acc th {
  vertical-align: middle;
  font-size: .9rem;
}

/* ---------- Client logo box ---------- */
.client-box {
  background: #fff;
  border: 1px solid #eceff3;
  border-radius: var(--radius);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px;
  transition: .25s;
}

.client-box:hover {
  border-color: var(--gold);
  box-shadow: 0 10px 20px rgba(10, 26, 52, .06);
}

.client-box span {
  font-weight: 600;
  color: var(--navy);
  font-size: .85rem;
  line-height: 1.3;
}

/* ---------- Forms ---------- */
.form-control,
.form-select {
  border-radius: 2px;
  border: 1px solid #dfe3ea;
  padding: .7rem .9rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 .2rem rgba(201, 161, 90, .2);
}

label {
  font-weight: 500;
  color: var(--navy);
  font-size: .9rem;
  margin-bottom: .35rem;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy);
  color: #c9d0dc;
  padding-top: 60px;
}

.site-footer .brand-footer .brand-title {
  color: #fff;
}

.footer-about {
  font-size: .87rem;
  color: #aeb6c4;
  line-height: 1.7;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #aeb6c4;
  font-size: .88rem;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  font-size: .85rem;
  color: #aeb6c4;
  align-items: flex-start;
}

.footer-contact i {
  color: var(--gold);
  margin-top: 3px;
}

.footer-contact a {
  color: #aeb6c4;
}

.footer-contact a:hover {
  color: var(--gold);
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  transition: .25s;
}

.social-icons a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--navy);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 40px;
  padding: 18px 0;
  font-size: .82rem;
  color: #8d97a8;
}

/* ---------- Floating buttons ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .25);
  z-index: 999;
}

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 90px;
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: var(--navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 999;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

/* ---------- Utilities ---------- */
.map-frame {
  border: 0;
  width: 100%;
  height: 380px;
  border-radius: var(--radius);
}

@media (max-width:768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .hero-slide {
    height: auto;
    padding: 110px 0 60px;
  }

  .section {
    padding: 56px 0;
  }
}

.project-info-card {

  background: #fff;

  padding: 30px;

  border-radius: 15px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

  height: 100%;

}

.project-info-card h3 {

  margin-bottom: 20px;

  font-weight: 700;

}

.project-info-card table th {

  width: 120px;

  font-weight: 600;

}

.project-info-card table td {

  color: #666;

}

.project-slider-image {

  height: 550px;

  width: 100%;

  object-fit: cover;

}

#projectGallery {

  border-radius: 18px;

  overflow: hidden;

}

#projectGallery .carousel-control-prev,

#projectGallery .carousel-control-next {

  width: 8%;

}

#projectGallery .carousel-indicators button {

  width: 12px;

  height: 12px;

  border-radius: 50%;

}

.gallery-thumb {

  height: 240px;

  width: 100%;

  object-fit: cover;

  border-radius: 12px;

  transition: .4s;

  cursor: pointer;

  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);

}

.gallery-thumb:hover {

  transform: scale(1.05);

}

#galleryPreview {

  max-height: 85vh;

  object-fit: contain;

}

.project-card-new {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
  transition: .35s;
  height: 100%;
  border: 1px solid #ececec;
}

.project-card-new:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
}

.project-image {
  position: relative;
  height: 240px;
  overflow: hidden;
  background: #f5f5f5;
  width: 100%;
  border-radius: 12px 12px 0 0;

}

.project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
  display: block;
}

.project-card-new:hover .project-image img {
  transform: scale(1.08);
}

.project-image .badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 13px;
}

.project-content {
  padding: 25px;
}

.project-content h5 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  min-height: 95px;
}

.project-content p {
  color: #666;
  margin-bottom: 12px;
}

.project-content i {
  color: #C9A84C;
  width: 22px;
}

.project-content .btn {
  margin-top: 15px;
  width: 100%;
}

.project-hero {

  position: relative;

  height: 550px;

  overflow: hidden;

}

.project-hero-image {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.project-overlay {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: linear-gradient(to right,
      rgba(0, 0, 0, .75),
      rgba(0, 0, 0, .35));

  z-index: 1;

}

.project-hero-content {

  position: absolute;

  left: 0;

  right: 0;

  bottom: 80px;

  z-index: 2;

  color: #fff;

}

.project-hero h1 {

  font-size: 52px;

  font-weight: 800;

  max-width: 850px;

  margin: 20px 0;

  color: white;

}

.project-meta {

  display: flex;

  gap: 35px;

  flex-wrap: wrap;

}

.project-meta span {

  font-size: 17px;

}

.project-meta i {

  color: #C9A84C;

  margin-right: 8px;

}

@media(max-width:768px) {

  .project-hero {

    height: 420px;

  }

  .project-hero h1 {

    font-size: 34px;

  }

  .project-meta {

    gap: 15px;

    font-size: 15px;

  }

}

.info-item {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 15px 0;

  border-bottom: 1px solid #eee;

}

.info-item:last-child {

  border: none;

}

.info-item span {

  color: #777;

  font-size: 15px;

}

.info-item strong {

  font-weight: 700;

  color: #0b2748;

  text-align: right;

}

.project-description {

  padding-right: 40px;

}

.project-description p {

  font-size: 17px;

  line-height: 1.9;

  color: #666;

}

.policy-box {

  background: #fff;

  padding: 50px;

  border-radius: 18px;

  box-shadow: 0 20px 50px rgba(0, 0, 0, .08);

}

.policy-box h4 {

  margin-top: 35px;

  margin-bottom: 15px;

  color: var(--navy);

  font-weight: 700;

}

.policy-box p {

  line-height: 1.9;

  color: #555;

}

.policy-box ul {

  padding-left: 22px;

}

.policy-box li {

  margin-bottom: 10px;

  line-height: 1.8;

}

/* ==========================
   FAQ
========================== */

.faq-wrapper {
  max-width: 900px;
  margin: auto;
}

.faq-wrapper .accordion-item {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.faq-wrapper .accordion-button {
  background: #fff;
  color: var(--navy);
  font-weight: 600;
  font-size: 17px;
  padding: 22px 25px;
  box-shadow: none;
}

.faq-wrapper .accordion-button:not(.collapsed) {
  background: var(--gold);
  color: #fff;
}

.faq-wrapper .accordion-button:focus {
  box-shadow: none;
}

.faq-wrapper .accordion-body {
  padding: 22px 25px;
  color: #666;
  line-height: 1.9;
  background: #fff;
}

.faq-wrapper .accordion-button::after {
  filter: brightness(0);
}

.faq-wrapper .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}


.logo-text {

  display: flex;

  flex-direction: column;

  line-height: 1.1;

}

.logo-text h2 {

  font-family: 'Manrope', sans-serif;

  font-size: 20px;

  font-weight: 800;

  color: #fff;

  margin: 0;

  letter-spacing: 2px;

}

.logo-en {

  font-size: 11px;

  font-weight: 700;

  color: #fff;

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-top: 2px;

}

.logo-ar {

  font-size: 14px;

  font-weight: 700;

  color: #C9A84C;

  margin-top: 8px;

  direction: rtl;

  font-family: 'Tahoma', 'Arial', sans-serif;

}

/*======================================
        FOOTER CTA
======================================*/

.footer-cta {
  background: linear-gradient(135deg, #02162f, #002047);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.footer-cta::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .05);
}

.footer-cta::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(201, 168, 76, .08);
}

.footer-cta .container {
  position: relative;
  z-index: 2;
}

.footer-cta-tag {
  display: inline-block;
  background: rgba(201, 168, 76, .15);
  color: var(--gold);
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-cta h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 18px;
}

.footer-cta p {
  color: rgba(255, 255, 255, .75);
  font-size: 17px;
  line-height: 1.9;
  max-width: 700px;
}

.footer-cta .btn {
  min-width: 200px;
}

@media(max-width:991px) {

  .footer-cta {
    text-align: center;
  }

  .footer-cta h2 {
    font-size: 32px;
  }

}

/*=========================================
            PREMIUM FOOTER
=========================================*/

.site-footer {
  background: #071a2f;
  color: #c7d2df;
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--gold);
}

.site-footer::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -180px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .03);
}

.site-footer::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(201, 168, 76, .05);
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

/* headings */

.footer-heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background: var(--gold);
}

/* about */

.footer-about {
  line-height: 1.9;
  color: #b9c6d3;
  margin-top: 20px;
}

/* certificates */

.footer-certificates {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.footer-certificates span {
  background: rgba(201, 168, 76, .12);
  color: var(--gold);
  border: 1px solid rgba(201, 168, 76, .35);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
}

/* links */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 14px;
}

.footer-links a {
  color: #c7d2df;
  text-decoration: none;
  transition: .3s;
  display: inline-flex;
  align-items: center;
}

.footer-links i {
  color: var(--gold);
  margin-right: 10px;
  font-size: 12px;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(6px);
}

/* contact card */

.footer-contact-card {
  display: flex;
  gap: 16px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, .05);
  padding: 18px;
  border-radius: 12px;
  transition: .35s;
}

.footer-contact-card:hover {
  background: rgba(255, 255, 255, .08);
  transform: translateY(-4px);
}

.footer-contact-card i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--gold);
  color: #071a2f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

.footer-contact-card strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.footer-contact-card p {
  margin: 0;
  color: #c7d2df;
  line-height: 1.7;
}

.footer-contact-card a {
  color: #c7d2df;
  text-decoration: none;
}

.footer-contact-card a:hover {
  color: #fff;
}

/* social */

.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: .35s;
}

.social-icons a:hover {
  background: var(--gold);
  color: #071a2f;
  transform: translateY(-5px);
}

/* bottom */

.footer-bottom {
  margin-top: 70px;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #aebdcc;
  font-size: 14px;
}

.footer-bottom strong {
  color: var(--gold);
}

/* responsive */

@media(max-width:991px) {

  .site-footer {
    text-align: center;
  }

  .footer-heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer-contact-card {
    text-align: left;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-certificates {
    justify-content: center;
  }

  .footer-bottom {
    gap: 10px;
    text-align: center;
  }

}

/*======================================
      CERTIFICATION STRIP
======================================*/

.certification-strip {

  background: #fff;

  padding: 60px 0;

}

.cert-box {

  background: #fff;

  border-radius: 15px;

  padding: 35px 20px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);

  transition: .35s;

  height: 100%;

  border-top: 4px solid var(--gold);

}

.cert-box:hover {

  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);

}

.cert-box i {

  font-size: 48px;

  color: var(--gold);

  margin-bottom: 20px;

}

.cert-box h5 {

  color: var(--navy);

  font-weight: 700;

  margin-bottom: 10px;

}

.cert-box p {

  color: #666;

  margin: 0;

  font-size: 15px;

  line-height: 1.7;

}

.cert-logo {

  height: 310px;

  width: auto;

  margin-bottom: 20px;

  object-fit: contain;

}

/*====================================
        LANGUAGE SWITCHER
====================================*/

.language-switcher {

  display: flex;

  align-items: center;

  background: rgba(255, 255, 255, .08);

  border: 1px solid rgba(201, 168, 76, .35);

  border-radius: 50px;

  overflow: hidden;

  margin-right: 15px;

}

.language-switcher button {

  background: transparent;

  color: #fff;

  border: none;

  padding: 9px 18px;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 1px;

  cursor: pointer;

  transition: .35s;

}

.language-switcher button:hover {

  background: rgba(201, 168, 76, .15);

}

.language-switcher button.active {

  background: var(--gold);

  color: #081C36;

}



.client-box:hover {

  transform: translateY(-8px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, .12);

}

.client-logo {

  height: 90px;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 18px;

}

.client-logo img {

  max-width: 140px;

  max-height: 70px;

  object-fit: contain;

  transition: .35s;

}

.client-box:hover img {

  transform: scale(1.08);

}

.client-box h6 {

  font-size: 16px;

  font-weight: 600;

  color: #0A1A34;

  margin: 0;

}