@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}
.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.header-section {
  /* ===== TOP BAR FIXED ===== */
}
.header-section .top-bar {
  background: #0C2340;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.368627451);
}
.header-section .top-bar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header-section .top-left i {
  color: #F89E2A;
  padding-right: 0.3rem;
  font-size: 1rem;
}
.header-section .top-right {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.header-section .top-right i {
  color: #F89E2A;
  padding-right: 0.3rem;
  font-size: 1rem;
}
.header-section .top-right span {
  white-space: nowrap;
}
.header-section .top-right a {
  color: #0C2340;
  font-size: 15px;
}
.header-section {
  /* ================= HEADER ================= */
}
.header-section .main-header {
  background: #0C2340;
  position: relative;
  z-index: 1000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.header-section .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.header-section .main-title {
  font-size: 1.5rem !important;
  font-weight: 600;
}
.header-section .main-title span {
  color: #F89E2A;
}
.header-section {
  /* LOGO */
}
.header-section .logo img {
  width: 100%;
  height: 60px;
}
.header-section {
  /* ================= MENU ================= */
}
.header-section .custom-menu ul {
  list-style: none;
  display: flex;
  gap: 35px;
}
.header-section .custom-menu li {
  position: relative;
}
.header-section .custom-menu a {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}
.header-section .custom-menu li.active a,
.header-section .custom-menu a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header-section {
  /* ================= MEGA MENU ================= */
}
.header-section .mega-menu {
  position: absolute;
  top: 50px;
  left: 0;
  background: white;
  width: 280px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.3s;
}
.header-section .mega-menu a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
.header-section .has-mega.open .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-section {
  /* RIGHT AREA */
}
.header-section .search-icon {
  font-size: 20px;
  cursor: pointer;
  margin-left: 30px;
}
.header-section .call-box {
  display: flex;
  align-items: center;
  background: #F89E2A;
  padding: 18px 30px;
  margin-left: 30px;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}
.header-section .call-box i {
  color: #0C2340;
  font-size: 28px;
  margin-right: 15px;
}
.header-section .call-box b {
  color: #0C2340;
}
.header-section {
  /* MOBILE ICON */
}
.header-section .menu-toggle {
  display: none;
  font-size: 26px;
  cursor: pointer;
}
.header-section {
  /* ================= MOBILE MENU ================= */
}
.header-section .mobile-header {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  border-bottom: 1px solid #eee;
  font-weight: 700;
}
.header-section {
  /* Arrow */
}
.header-section .arrow {
  float: right;
}
.header-section {
  /* ================= RESPONSIVE ================= */
  /* DESKTOP HOVER */
}
@media (min-width: 993px) {
  .header-section .main-title {
    font-size: 1.5rem !important;
    font-weight: 600;
  }
  .header-section .has-mega:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 1199.96px) {
  .header-section .header-wrap {
    position: relative;
  }
  .header-section .menu-toggle {
    display: block;
    color: #F89E2A !important;
  }
  .header-section .menu-close {
    color: #F89E2A;
  }
  .header-section .call-box {
    display: none;
  }
  .header-section {
    /* Slide menu */
  }
  .header-section .custom-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    height: 100vh;
    background: #0C2340;
    flex-direction: column;
    transition: 0.4s;
    z-index: 2000;
    padding-top: 10px;
  }
  .header-section .custom-menu.active {
    left: 0;
  }
  .header-section .mobile-header {
    display: flex;
  }
  .header-section .custom-menu ul {
    flex-direction: column;
    gap: 0;
  }
  .header-section .custom-menu li {
    border-bottom: 1px solid #eee;
  }
  .header-section .custom-menu a {
    padding: 15px 25px;
    display: block;
  }
  .header-section {
    /* Mobile mega menu */
  }
  .header-section .mega-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    display: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .header-section .has-mega.open .mega-menu {
    display: block;
  }
}
.header-section {
  /* Mobile top bar */
}
@media (max-width: 768px) {
  .header-section .top-bar-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-section .top-left {
    width: 100%;
    clip-path: none;
  }
  .header-section .top-right {
    width: 100%;
    justify-content: center;
    padding: 10px 20px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.footer-section .inzofin-footer {
  background-image: linear-gradient(90deg, rgba(0, 10, 30, 0.94), rgba(0, 10, 30, 0.929)), url("../img/ft-shape.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.footer-section {
  /* LOGO */
}
.footer-section .logo img {
  width: 250px;
  height: 60px;
}
.footer-section .text-name {
  color: #F89E2A;
  font-size: 1.2rem;
  font-weight: 600;
}
.footer-section .icon-box {
  width: 55px;
  height: 55px;
  background: #0C2340;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
}
.footer-section .social {
  width: 40px;
  height: 40px;
  background: rgba(238, 238, 238, 0.168627451);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.footer-section .footer-title {
  position: relative;
  margin-bottom: 25px;
}
.footer-section .footer-title::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #0C2340;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.footer-section .footer-links li {
  margin-bottom: 12px;
  color: #ddd;
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.hero-banner {
  position: relative;
  /* BACKGROUND */
}
.hero-banner .hero-bg {
  background-image: linear-gradient(90deg, rgba(8, 16, 35, 0.88) 38%, rgba(8, 16, 35, 0.25) 100%), url("../img/home/hme-slider-1.webp");
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
  padding: 7rem 0rem;
}
.hero-banner .banner-title {
  border-bottom: 2px solid rgba(221, 221, 221, 0.368627451);
}
.hero-banner {
  /* LIST */
}
.hero-banner .hero-list {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}
.hero-banner .hero-list li {
  color: #fff;
  font-size: 17px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.hero-banner .hero-list li i {
  color: #f5b400;
  font-size: 18px;
  margin-right: 10px;
}

@media (max-width: 576px) {
  .hero-banner .hero-bg {
    padding: 2rem 0rem;
  }
  .hero-banner .hero-list li {
    font-size: 16px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.about-section {
  padding: 3rem 0rem;
}
.about-section .main-title span {
  color: #0C2340;
}
.about-section .service-tag {
  justify-content: flex-start;
}
.about-section .main-img img {
  width: 100%;
}
.about-section .feature-box {
  display: flex;
  flex-direction: column;
}
.about-section .icon-circle {
  width: 55px;
  height: 55px;
  background: #0C2340;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 22px;
  margin-bottom: 0.5rem;
}
.about-section .about-list {
  list-style: none;
  padding: 0;
}
.about-section .about-list li {
  margin-bottom: 8px;
  font-weight: 500;
}
.about-section .about-list i {
  color: #0C2340;
  margin-right: 8px;
}
.about-section .review-box {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-section .avatars img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
}
.about-section .stars {
  color: #0C2340;
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.testimonial-section {
  padding: 3rem 0 6rem;
  background-color: #EBEBEB;
  overflow: hidden;
}
.testimonial-section .testimonial-title {
  text-align: center;
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 60px;
}
.testimonial-section .testimonial-title span {
  color: #0C2340;
}
.testimonial-section {
  /* CARD */
}
.testimonial-section .testimonial-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px 30px;
  position: relative;
  margin-top: 40px;
  background-color: white;
}
.testimonial-section {
  /* IMAGE */
}
.testimonial-section .profile-img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  overflow: hidden;
  position: absolute;
  top: -45px;
  left: 30px;
  border: 6px solid #f2f2f2;
  background: white;
}
.testimonial-section .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section {
  /* TEXT */
}
.testimonial-section .client-name {
  font-size: 22px;
  font-weight: 700;
  margin-top: 35px;
}
.testimonial-section .client-role {
  color: #777;
  font-size: 15px;
  margin-bottom: 10px;
}
.testimonial-section .stars {
  color: #0C2340;
  margin-bottom: 12px;
}
.testimonial-section .client-text {
  color: #666;
  font-size: 16px;
  line-height: 1.7;
}
.testimonial-section {
  /* NAV BUTTON */
}
.testimonial-section .owl-nav {
  display: block !important;
}
.testimonial-section .owl-nav button {
  width: 55px;
  height: 55px;
  background: #0C2340 !important;
  border-radius: 12px !important;
  position: absolute;
  bottom: -40px;
}
.testimonial-section .owl-nav button span {
  color: #fff;
  font-size: 30px;
}
.testimonial-section .owl-prev {
  left: 45%;
}
.testimonial-section .owl-next {
  right: 45%;
}
.testimonial-section {
  /* DOTS HIDE */
}
.testimonial-section .owl-dots {
  display: none;
}
.testimonial-section {
  /* MOBILE */
}
@media (max-width: 768px) {
  .testimonial-section .owl-prev {
    left: 38%;
  }
  .testimonial-section .owl-next {
    right: 38%;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}
.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.clients-section {
  padding: 3rem 0rem;
  position: relative;
}
.clients-section .main-title span {
  color: #0C2340;
}
.clients-section .owl-carousel {
  background-color: #0C2340;
  border-radius: 1rem;
}
.clients-section img {
  padding: 1.5rem;
}

.why-choose-section {
  position: relative;
  background-image: url("../img/home/hme-slider-2.webp");
  background-size: cover;
  background-position: center;
  padding: 3rem 0rem;
  background-repeat: no-repeat;
}
.why-choose-section .sub-desc {
  color: #0C2340 !important;
}
.why-choose-section {
  /* Feature Cards */
}
.why-choose-section .feature-box {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 15px;
  height: 100%;
  text-align: center;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.why-choose-section .feature-box:hover {
  transform: translateY(-8px);
}
.why-choose-section {
  /* Icon */
}
.why-choose-section .feature-box .icon {
  width: 70px;
  height: 70px;
  background: #f6b500;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.why-choose-section .feature-box .icon i {
  font-size: 30px;
  color: #fff;
}

@media (max-width: 576px) {
  .why-choose-section .feature-box .icon {
    width: 50px;
    height: 50px;
  }
  .why-choose-section .feature-box .icon i {
    font-size: 20px;
  }
}
.latest-service-section {
  background: linear-gradient(90deg, rgba(9, 26, 47, 0.832), rgba(12, 35, 64, 0.797)), url("../img/home/Reliable.webp");
  background-size: cover;
  background-position: center;
  padding: 4rem 0;
  /* PANEL */
}
.latest-service-section .service-panel {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 22px;
  padding: 40px;
}
.latest-service-section {
  /* SERVICE ITEM */
}
.latest-service-section .service-item {
  text-align: center;
  padding: 30px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.4s ease;
}
.latest-service-section .service-item:hover {
  background: rgba(248, 158, 42, 0.1);
  transform: translateY(-8px);
}
.latest-service-section {
  /* ICON BOX WITH GRADIENT CIRCLE */
}
.latest-service-section .icon-box {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #F89E2A, #ffbd59);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: float 3s ease-in-out infinite;
}
.latest-service-section .icon-box img {
  width: 95px !important;
}
.latest-service-section {
  /* SVG STYLE */
}
.latest-service-section .service-icon {
  width: 100px;
  height: 100px;
  stroke: #0C2340;
  stroke-width: 2;
  fill: none;
  transition: 0.4s ease;
}
.latest-service-section {
  /* Hover Animation */
}
.latest-service-section .service-item:hover .service-icon {
  stroke: #ffffff;
  transform: rotate(8deg) scale(1.1);
}
.latest-service-section {
  /* TEXT */
}
.latest-service-section .sub-title {
  color: #F89E2A;
  margin-bottom: 10px;
}
.latest-service-section .sub-desc {
  color: #ffffff;
  opacity: 0.9;
}
.latest-service-section {
  /* FLOAT ANIMATION */
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin-bottom: 0rem !important;
}

a {
  text-decoration: none !important;
}

/* BUTTONS */
.hero-btn-group {
  margin-top: 25px;
}

.btn-yellow {
  background: #f5b400;
  color: #000;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block;
}

.btn-yellow:hover {
  background: #d79b00;
}

.btn-blue {
  background: #0c2340;
  color: #fff;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.btn-blue:hover {
  background: #08192f;
}

/* Section Heading */
.service-tag {
  color: #0C2340;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.service-tag::before,
.service-tag::after {
  content: "";
  width: 35px;
  height: 2px;
  background: #0C2340;
}

.banner-title {
  font-size: 3.4rem;
  font-weight: 700;
  padding-bottom: 1rem !important;
  color: #fff;
}

.banner-title span {
  color: #F89E2A;
}

.banner-desc {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ddd;
}

.main-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.main-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
  line-height: 2rem;
}

.sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: #000;
}

.sub-desc {
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 1rem;
  color: #000;
}

@media screen and (max-width: 767.96px) and (min-width: 568px) {
  .banner-title {
    font-size: 2.5rem;
  }
  .banner-description {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.9rem;
  }
  .main-desc {
    font-size: 1rem;
  }
}
/* RESPONSIVE */
@media (max-width: 576px) {
  .banner-title {
    font-size: 1.7rem;
  }
  .banner-desc {
    font-size: 1.1rem;
  }
  .main-title {
    font-size: 1.4rem;
  }
  .main-desc {
    font-size: 1rem;
  }
  .btn-yellow,
  .btn-blue {
    padding: 12px 20px;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
/* Hide by default (desktop) */
.mobile-section {
  display: none;
}

/* Show only below 567px */
@media (max-width: 567px) {
  .mobile-section {
    display: block;
    background: linear-gradient(90deg, rgba(8, 16, 35, 0.411), rgba(8, 16, 35, 0.247)), url("../img/home/hme-slider-3.png");
    background-size: cover;
    background-position: center;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .mobile-section .sub-title {
    color: #fff;
  }
  .mobile-section .sub-desc {
    color: #F89E2A;
  }
  .mobile-section .text-center {
    text-align: center;
    margin-bottom: 30px;
  }
  .mobile-section .service-tag {
    color: #f5b754;
    font-size: 13px;
    letter-spacing: 2px;
  }
  .mobile-section .main-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
  }
  .mobile-section .main-title span {
    color: #f5b754;
  }
  .mobile-section {
    /* Swiper */
  }
  .mobile-section .mobileSwiper {
    height: 450px;
  }
  .mobile-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-section .mobile-glass {
    width: 100%;
    max-width: 320px;
    padding: 50px 20px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    color: #fff;
    backdrop-filter: blur(10px);
  }
  .mobile-section .mobile-glass h2 {
    font-size: 48px;
    color: #f5b754;
    margin-bottom: 10px;
  }
  .mobile-section .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .mobile-section .swiper-pagination-bullet {
    background: #666;
    opacity: 1;
  }
  .mobile-section .swiper-pagination-bullet-active {
    background: #f5b754;
  }
}
/* Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* Popup Box */
.popup-content {
  background: rgb(12, 35, 64);
  width: 90%;
  max-width: 450px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
}

/* Close Button */
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #Fff;
}

/* Form Styling */
.popup-content h2 {
  margin-bottom: 20px;
  text-align: center;
  color: rgb(248, 158, 42);
}

.popup-content input,
.popup-content textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(248, 158, 42);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.submit-btn:hover {
  background: rgb(248, 158, 42);
}

/* Responsive */
@media (max-width: 480px) {
  .popup-content {
    padding: 20px;
  }
}
/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.about-page {
  padding: 3rem 0;
}
.about-page .row {
  align-items: flex-start;
}
.about-page .sticky-wrapper {
  position: sticky;
  top: 120px;
}
.about-page ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.about-page ul li i {
  margin-right: 8px;
}/*# sourceMappingURL=main.css.map */