﻿:root {
  --body-color: #181818;
  --dark-green-color: #001010;
  --primary-color: #39ff14;
  --secondary-color: #00ff85;
  --secondary-color-light: #e2ffe0;
  --jet-black-color: #0f0f10;
  --slate-gray-color: #334155;
  --navy-color: #0f172a;
  --lime-color: #d9f45f;
  --link-color: #fcdb66;
  --light-color: #f0eee7;
  --red-color: #cc0000;
  --primary-font: "Inter Tight", sans-serif;
  --common-transition: all 0.4s;
}
.bg-one,
.bg-two,
.bg-three,
.bg-four,
.bg-five,
.bg-six {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-one {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-one.webp?v=126);
}

.bg-two {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-two.webp?v=126);
}

.bg-three {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-three.webp?v=126);
  background-position: left bottom;
}

.bg-four {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-four.webp?v=126);
  z-index: 999;
}
.bg-five {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-five.webp?v=126);
}
.bg-six {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-six.jpg?v=126);
}

.bg-seven {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-seven.webp?v=126);
  z-index: 999;
}

.bg-four::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(15 23 42 / 60%);
  z-index: -1;
}

.bg-seven::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(15 23 42 / 85%) 0%, rgb(15 23 42 / 95%) 100%);
  z-index: -1;
}

/*====== Header ======*/
.header {
  position: sticky;
  top: 0;
  z-index: 99992;
}
.header-area {
  background: var(--navy-color);
  width: 100%;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
}

.header-top {
  padding: 10px 0;
}

.header-nav {
  background-color: var(--slate-gray-color);
}
.head-cta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phone-box {
  display: flex;
  gap: 12px;
  align-items: center;
}

.phone-box .icon img {
  width: 40px;
}

.call-text p {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
  color: #fff;
}

.call-text a {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: var(--lime-color);
}
.call-text a:hover {
  color: var(--secondary-color);
}
.middle-text {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
.site-logo img {
  width: 250px;
  height: auto;
}
@media (max-width: 1199px) {
  .site-logo img {
    width: 165px;
  }
  .btn-style {
    font-size: 13px;
    padding: 5px 5px 5px 20px;
    gap: 7px;
  }
 .btn-style .dot-box {
    height: 35px;
    width: 35px;
  }
}

@media all and (max-width: 991px) {
  .header .header-area .header-top .container {
    max-width: 100%;
  }
  .site-logo img {
    width: 130px;
  }
  .phone-box .icon img {
    width: 32px;
  }
  .call-text p {
    font-size: 14px;
    margin-bottom: 3px;
  }

  .call-text a {
    font-size: 18px;
  }
  .phone-box {
    gap: 10px;
  }
  .btn-style {
    font-size: 12px;
    padding: 5px 5px 5px 15px;
    gap: 7px;
  }
  .btn-style .dot-box {
    height: 28px;
    width: 28px;
  }
  span.dot-box img {
    max-width: 14px!important;
  }
}
@media all and (max-width: 767px) {
  .head-cta {
    gap: 15px;
  }
  .header-top .btn-style {
    padding: 5px 5px 5px 12px;
    gap: 5px;
  }
  .phone-box {
    gap: 5px;
  }
}
@media (max-width: 575px) {
  .site-logo img {
    width: 100px;
  }
  .call-text {
    display: none;
  }
  .phone-box .icon img {
    width: 28px;
  }
  .header-top .btn-style {
    padding: 3px 3px 3px 12px;
  }
  .head-cta {
      gap: 10px;
  }
}

/*=====================================
    MOBILE SIDE NAVIGATION
=====================================*/
@media all and (min-width: 1200px) {
  .dvLeft {
    display: none;
  }
}

@media all and (max-width: 1199px) {
  /*=====================================
      SCROLLBAR (VERTICAL ONLY)
  =====================================*/
  .overflow-nav::-webkit-scrollbar {
    width: 6px;
    height: 0;
  }

  .overflow-nav::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
  }

  .overflow-nav::-webkit-scrollbar-track {
    background: transparent;
  }

  /*=====================================
      HAMBURGER
  =====================================*/
  .menu-icon {
    display: flex;
    margin-left: auto;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
  }

  .menu-icon-in {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: 0.4s;
  }

  .menu-icon-in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    border-radius: 30px;
    transition: 0.4s;
  }

  .menu-icon-in span:nth-child(1) {
    top: 0;
  }
  .menu-icon-in span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-icon-in span:nth-child(3) {
    bottom: 0;
  }

  .menu-icon-in.open span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }

  .menu-icon-in.open span:nth-child(2) {
    opacity: 0;
  }

  .menu-icon-in.open span:nth-child(3) {
    bottom: 9px;
    transform: rotate(-45deg);
  }
.ulka-arrow {position: absolute;top: 0;right: 0;cursor: pointer;padding: 10px;color: #fff;}

.ulka-arrow i {
    font-weight: 700;
    font-size: 18px;
}
  /*=====================================
      SIDEBAR
  =====================================*/
  .dvLeft {
    position: fixed;
    top: 0;
    left: -320px;

    width: 300px;
    max-width: 100%;
    height: 100vh;

    background: linear-gradient(180deg, #0a0a0a, #111111);

    z-index: 9999;

    overflow-y: auto;
    overflow-x: hidden;

    -webkit-overflow-scrolling: touch;

    padding: 90px 15px 30px;

    transition: 0.45s ease;

    border-right: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 10px 0 40px rgba(0, 0, 0, 0.45);
  }

  .dvLeft.open {
    left: 0;
  }

  /*=====================================
      OVERLAY
  =====================================*/
  .mask-overlay {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(3px);

    z-index: 999;

    opacity: 0;
    visibility: hidden;

    transition: 0.4s;
  }

  .mask-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  body.no-scroll {
    overflow: hidden;
  }

  /*=====================================
      MENU RESET
  =====================================*/
  .ulka-menu,
  .ulka-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ulka-menu .menu-item {
    position: relative;
  }

  /*=====================================
      TOP LEVEL MENU
  =====================================*/
  .ulka-menu > .menu-item > .menu-link {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 100%;
        color: var(--white-color);
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        padding: 10px;
        transition: 0.3s ease;
        overflow: hidden;
        word-break: break-word;
        background-color: #0f172a;
        margin-bottom: 3px;
        border-radius: 3px;
  }

  .ulka-menu > .menu-item > .menu-link.active {
    background: var(--secondary-color-light);
    color: #000000 !important;
}

  .ulka-menu > .menu-item > .menu-link:hover {
    color: var(--primary-color);
  }

  .ulka-menu > .menu-item > .menu-link{
    padding-right: 42px;
  }

  .menu-item>a.menu-link:has(+span .fa-minus) {
    background: var(--secondary-color-light);
    color: #000000 !important;
}
.menu-item>a.menu-link.active + .ulka-arrow{
        color: #000000 !important;
    }

  /*=====================================
      SUB MENU
  =====================================*/
  .ulka-menu .sub-menu{
    display: none;
  }
  .ulka-menu .sub-menu.show {
    background-color: #43464a;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: -2px;
  }

.ulka-menu .sub-menu.show .menu-item{
    border-bottom: 1px solid var(--jet-black-color);
}
.ulka-menu .sub-menu.show .menu-item:last-child{
   border-bottom:none;
}

  .ulka-menu .sub-menu .menu-link {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 10px;
    padding-left: 20px;
    transition: 0.3s;
  }

  .ulka-menu .sub-menu .menu-link:hover {
    color: var(--primary-color);
    transform: translateX(5px);
  }

  /*=====================================
      MOBILE FULL WIDTH
  =====================================*/
  @media all and (max-width: 767px) {
    .dvLeft {
      left: -100%;
      padding-top: 90px;
    }

    .ulka-menu .sub-menu .menu-link {
      font-size: 1.4rem;
    }
  }
}

/*====== Top Navigation =====*/
@media (min-width: 1200px) {
  /* ===============================
   BASE MENU
=============================== */
  .top-navigation .navbar {
    padding: 0;
  }
  .ulka-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .ulka-menu > .menu-item {
    position: relative;
    padding: 0 2rem;
  }

  .ulka-menu > .menu-item:first-child {
    padding-left: 0;
  }

  .ulka-menu > .menu-item:last-child {
    padding-right: 0;
  }
span.ulka-arrow {
    display: none;
}
  /* ===============================
   LINKS
=============================== */
  .ulka-menu .menu-link {
    position: relative;
        display: flex;
        align-items: center;
    padding: 1rem 0;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: var(--secondary-font);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }

  /* Hover underline effect (same as old) */
  .ulka-menu > .menu-item > .menu-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background: var(--secondary-color);
    box-shadow: 0 0 3px 1px #fff;
    transform: scaleX(0);
    visibility: hidden;
    transition: 0.25s linear;
  }

  .ulka-menu .menu-item:hover > .menu-link::before {
    transform: scaleX(1);
    visibility: visible;
  }

  /* Hover color */
  .ulka-menu .menu-item:hover > .menu-link {
    color: var(--secondary-color);
  }

  /* Active */
  .ulka-menu .menu-link.active,
  .ulka-menu .has-children > .menu-link.active::after {
    color: var(--primary-color);
  }

  .ulka-menu .menu-link i {
    font-size: 14px;
}

  /* ===============================
   DROPDOWN
=============================== */
  .ulka-menu .sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
    z-index: 99;
  }

  /* Show dropdown */
  .ulka-menu .menu-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  /* Dropdown items */
  .ulka-menu .sub-menu .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .ulka-menu .sub-menu .menu-item:last-child {
    border-bottom: 0;
  }

  .ulka-menu .sub-menu .menu-link {
    color: #000;
    padding: 10px 14px;
    font-size: 1.5rem;
    display: block;
    transition: 0.3s;
  }

  /* Hover dropdown */
  .ulka-menu .sub-menu .menu-link:hover {
    color: var(--primary-color);
    transform: translateX(5px);
  }

  /* ===============================
   DROPDOWN ARROW
=============================== */
  .ulka-menu .has-children > .menu-link::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
  }
  li.menu-item.has-children .menu-link {
    padding-right: 20px;
  }
  /* Hover arrow color */
  .ulka-menu .menu-item:hover > .menu-link::after {
    color: var(--secondary-color);
  }

  /* ===============================
   SUB DROPDOWN (LEVEL 2)
=============================== */
  .ulka-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  .ulka-menu .sub-menu .has-children > .menu-link::after {
    content: "\f0da";
    right: 10px;
    color: #000;
  }

  .ulka-menu .sub-menu .menu-item:hover > .menu-link::after {
    color: var(--primary-color);
  }

  /* ===============================
   OPTIONAL: ALIGN RIGHT MENU
=============================== */
  .ulka-menu.menu-headermenu {
    justify-content: flex-end;
  }

  /* ===== MENU ITEM DIVIDER (UPDATED FOR NEW DOM) ===== */
  .ulka-menu > .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;

    background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0)
    );
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .ulka-menu .menu-link {
    font-size: 1.4rem;
  }
  .ulka-menu > .menu-item {
    padding: 0 1.5rem;
  }
}
/*========== Footer ==========*/
.footer {
  background-color: var(--navy-color);
}

.footer-top {
  padding: 40px 0;
}

.footer-logo img {
  max-width: 250px;
}
a.social-icon {
  text-align: end;
}

.social-icon img {
  width: 30px;
}

.footer-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 20px;
  margin-bottom: 0;
  justify-content: center;
}

.footer-links ul a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.footer-bottom {
  background: var(--navy-color);
  color: white;
  padding-block: 15px;
  border-top: 1px solid #484d59;
  font-size: 14px;
}

.footer-bottom a {
  color: #fff;
}

.powered-by img {
  max-width: 20px;
  margin: 0 2px;
}

.powered-by a {
  color: #febb02 !important;
  text-decoration: none;
}

.footer-bottom p,
.footer-copyright {
  margin-bottom: 3px;
}
.social-icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: end;
  gap: 10px;
}

.social-icons img {
  background: #fff;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 0 3px 0 #00000038;
  width: 32px;
}
.footer .common-box {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
.footer .common-box p {
  font-weight: 500;
}
.footer .common-box p:last-child {
  margin-bottom: 0;
}
.socialMediaLinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: center;
  gap: 15px;
}
.footer-items.social {
  text-align: center;
}

.footer-items .title-xs {
  margin-bottom: 15px;
  font-size: 20px;
}
.lisence {
  margin-top: 25px;
  font-weight: 500;
}

.lisence p:last-child {
  margin-bottom: 0;
}
.lisence p {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
  .social-icons {
    justify-content: center;
  }
  .footer-links ul {
    gap: 15px;
  }
  .footer-items {
    text-align: center;
}
}
@media (max-width: 575px) {
  .footer-links ul a {
    font-size: 13px;
  }
}

/*====== CTA ====*/
.common-sec.cta {
  border-top: 1px solid #f0f0f0;
}
.cta-sec {
  background-color: var(--secondary-color) !important;
}
.cta-box {
  padding: 40px;
  background-color: var(--secondary-color);
  border-radius: 20px;
  max-width: 1050px;
  margin: auto;
  text-align: center;
}
.cta-box p,
.cta-sec p {
  font-size: 18px;
}
.ctaBtn {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
span.dot-box img {
  max-width: 22px;
}

.ctaBtn .main-btn {
  border: 2px solid #ffffff;
  background-color: var(--red-color);
  min-width: 160px;
}
.ctaBtn .main-btn:first-child {
  margin-right: 10px;
}
.ctaBtn .main-btn:hover {
  border: 2px solid #fff;
  background-color: var(--primary-color);
}
.cta-fluid {
  text-align: center;
}

.cta-fluid .ctaBtn .main-btn {
  padding: 12px 20px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .ctaBtn .main-btn {
    min-width: 150px;
    font-size: 15px;
    padding: 8px 15px;
  }
}
@media (max-width: 425px) {
  .ctaBtn .main-btn:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .ctaBtn .main-btn {
    display: block;
  }
  .common-box .content {
    padding: 15px;
  }
}
a.main-btn.call img {
  width: 15px;
  margin-right: 3px;
  margin-bottom: 3px;
}
/*===== Hero Section ====*/
.slider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 600px;
  overflow: hidden;
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-hero-section.jpg?v=126);
  background-position: top;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: contain;
}
.slider-img img {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100%;
  object-fit: cover;
  width: 50% !important;
  border-bottom-left-radius: 100px;
}
.slider-text {
  position: relative;
  max-width: 700px;
  z-index: 1;
}

.slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0ab5;
}
.slider-text .mega-heading {
  position: relative;
  font-size: 55px;
  line-height: 62px;
  letter-spacing: 1.5px;
  font-weight: 600;
  color: #fff;
  text-shadow: rgb(207 207 207 / 50%) 0 1px 3px;
}

.slider-text p {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-shadow: rgb(207 207 207 / 50%) 0 1px 3px;
}

.slider-text .main-btn {
  margin-top: 20px;
}
.title-sub {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 10px;
  padding-right: 60px;
}

.title-sub::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50px;
  height: 3px;
  background-color: var(--secondary-color);
  border-radius: 3px;
  z-index: -1;
}
.inner-hero-banner {
    min-height: 500px;
    display: flex;
    align-items: center;
}
.inner-hero-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(90deg, rgb(24 24 24) 26.98%, rgba(255, 255, 255, 0) 100%);
}
.inner-hero-img {
    width: calc(100% + 1px);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
}

.inner-hero-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.inner-hero-banner .slider-text {
    max-width: inherit;
}
.inner-hero-banner .slider-text p {
    font-size: inherit;
}
@media (max-width: 1399px) {
  .slider-wrapper {
  height: 500px;
  }
  .slider-text .mega-heading {
    font-size: 36px;
    line-height: normal;
  }
  .slider-text p {
    font-size: 18px;
  }
  .slider-text {
    max-width: 500px;
  }
  .title-sub {
  font-size: 18px;
  padding-right: 45px;
}

.title-sub::after {
  width: 40px;
  height: 2px;
}
}

@media (max-width: 1199px) {
  .slider-text {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .slider-img img {
    width: 100% !important;
    border-bottom-left-radius: 0;
  }
  .slider-text {
    max-width: 100%;
    background-color: rgb(15 23 42 / 75%);
    padding: 20px;
    border-radius: 10px;
  }
    .inner-hero-banner {
    min-height: 400px;
}
.inner-hero-banner::before {
    background: transparent;
}
}

@media (max-width: 767px) {
    .slider-wrapper {
        height: 400px;
    }
    .slider-text .mega-heading {
       font-size: 28px;
       line-height: normal;
    }
  .slider-text p {
    font-size: 16px;
  }
    .inner-hero-banner {
    min-height: 350px;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}

@media (max-width: 575px) {
.title-sub {
  font-size: 15px;
  padding-right: 36px;
  margin-bottom: 5px;
  font-weight: 400;
}

.title-sub::after {
  width: 30px;
  height: 1px;
  bottom: 8px;
}
  .slider-text p {
    font-size: 14px;
  }
  .slider-text .mega-heading {
    font-size: 20px;
  }
  .inner-hero-banner {
    min-height: 300px;
}
}

/*======= Service Box & Card =======*/
.service-list {
  background-color: #232327;
  position: relative;
  display: block;
  border-radius: 25px;
  height: 100%;
  padding: 25px;
  overflow: hidden;
  isolation: isolate;
  transition: 0.5s ease;
}

.img-holder img {
  border-radius: 15px;
  transition: 0.5s 0.1s;
}

.img-holder a,
.text-holder {
  display: block;
  position: relative;
}

.text-holder {
  line-height: normal;
  position: relative;
  margin-top: 20px;
}
.text-holder p:last-child {
  margin-bottom: 0;
}

.text-holder .title-sm a {
  color: #fff;
}

.img-holder a {
  text-decoration: none;
}

.text-icon {
  display: flex;
  gap: 15px;
  padding-bottom: 25px;
  padding-top: 10px;
}

.text-icon p {
  font-size: 17px;
}

.text-icon .button {
  height: 80px;
  width: 80px;
  background: rgb(255 255 255 / 10%);
  border-radius: 12px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-icon .button img {
  padding: 10px;
}

.link-holder,
.link-holder a {
  display: inline-flex;
  color: var(--link-color);
  font-size: 16px;
  font-weight: 400;
  transition: 0.5s;
  align-items: center;
}

.link-holder img,
.link-holder a img {
  display: inline-block;
  padding-left: 14px;
  transition: 0.5s;
  width: 85px;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: block;
  height: 100%;
  box-sizing: border-box;
  border-radius: 15px;
  color: #e1e7ef !important;
  z-index: 1;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #011414 26.98%, rgb(0 18 18 / 30%) 100%);
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #011414 26.98%, rgb(0 18 18 / 85%) 100%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}

.service-card:hover::after {
  opacity: 1;
}

.card__title {
  display: flex;
  gap: 15px;
  align-items: center;
}

.card__title img {
  width: 65px;
}

.card__title .title-sm {
  margin-bottom: 0;
}

.card__body {
  margin-top: 10px;
}

.service-card.icon-fw {
  text-align: center;
}

.service-card.icon-fw .card__title {
    flex-direction: column;
}

.service-card.icon-fw .card__title img {
    width: 85px;
}

.service-list::before {
  content: "";
  position: absolute;
  inset: -54%;
  background: conic-gradient(from 0deg, #00f5ff, #5b1cc8, #64f70f, #00f5ff);
  opacity: 0;
  transition: 0.5s ease;
  animation: serviceRotate 5s linear infinite;
  z-index: -2;
}

.service-list::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #232327;
  border-radius: 23px;
  z-index: -1;
}
.service-list:hover::before {
  opacity: 1;
}
.img-holder {
  overflow: hidden;
  border-radius: 15px;
}

.img-holder img {
  border-radius: 15px;
  transition: 0.5s 0.1s;
  width: 100%;
}

.service-list:hover .img-holder img {
  transform: scale(1.08);
}
.servicesBox {
    margin-top: 15px;
}
@keyframes serviceRotate {
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1399px) {
  .service-list {
    padding: 15px;
 }
.link-holder a img {
    width: 75px;
}
  .text-icon p {
    font-size: 16px;
}
.text-icon .button {
  height: 70px;
  width: 70px;
}

.text-icon .button img {
  padding: 7px;
}
}
@media (min-width: 576px) and (max-width: 1399px) {
  .service-card {
    padding: 20px;
    text-align: center;
}
  .card__title {
    gap: 10px;
    flex-direction: column;
}
  .card__body {
    font-size: 14px;
}
  .card__title img,
  .service-card.icon-fw .card__title img {
    width: 75px;
}
}
@media (max-width: 575px) {
  .card__title .title-sm {
    font-size: 20px;
}
.service-card.icon-fw .card__title {
    flex-direction: row;
}
.service-card.icon-fw .card__title img,
.card__title img {
    width: 55px;
}
.service-card {
    text-align: left;
    padding: 20px;
}
}
.mt-50 {
  margin-top: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.common-sec [class*="bg--3quarter"] {
  position: relative;
  z-index: 0;
}

.common-sec [class*="bg--3quarter-start"] {
  padding-left: 15px;
}

.common-sec [class*="bg--3quarter-end"] {
  padding-right: 15px;
}

.common-sec [class*="bg--3quarter-start"]:before {
  left: 15px;
}

.common-sec [class*="bg--3quarter-end"]:after {
  right: 15px;
}

.common-sec [class*="bg--3quarter-start"]:before,
.common-sec [class*="bg--3quarter-end"]:after {
  content: "";
  position: absolute;
  border-radius: 2.5rem;
  width: 75%;
  height: calc(100% + 6rem);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.common-sec .theme-secondary-bg--3quarter-start:before {
  background-color: #2b2828;
}

.common-sec .theme-secondary-bg--3quarter-end:after {
  background-color: #2b2828;
}

.common-sec div[class*="bg--3quarter"] > div[class*="col"] > .img-box img {
  border-radius: 20px;
  width: 100%;
}

@media (min-width: 992px) {
  .common-sec div[class*="bg--3quarter"] > div[class*="col"] > .img-box {
    padding: 5px;
    border: 2px solid;
    border-radius: 25px;
  }
}

@media (max-width: 991px) {
  .common-sec [class*="bg--3quarter-start"] {
    padding-left: 0;
  }

  .common-sec [class*="bg--3quarter-end"] {
    padding-right: 0;
  }

  .common-sec [class*="bg--3quarter-start"]:before {
    left: 0;
  }

  .common-sec [class*="bg--3quarter-end"]:after {
    right: 0;
  }

  .common-sec [class*="bg--3quarter-start"]:before,
  .common-sec [class*="bg--3quarter-end"]:after {
    width: 100%;
  }
}

.details-block details {
  background-color: #252526;
  border-radius: 10px;
}

.details-block details + details {
  margin-top: 15px;
}

.details-block details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.details-block details summary:after {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}

.details-block details summary:after {
  content: "\002B";
}

.details-block details[open] summary:after {
  content: "\2212";
}

.details-block details summary strong {
  font-weight: 600;
}

.details-block details[open] .expand {
  padding-left: 15px;
  position: relative;
  margin: 0 20px;
  border-left: 2px solid #7ba4ff;
}
.award-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.award-list .item {
  max-width: 140px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: rgb(255 255 255);
  transition: all 0.3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.award-list .item img {
  transition: 0.3s;
}

.award-list .item:hover img {
  transform: scale(1.08);
}
@media (max-width: 991px) {
  .award-list {
    gap: 10px;
}
  .award-list .item {
    max-width: 100px;
}
}
@media (max-width: 575px) {
  .award-list {
    gap: 5px;
}
  .award-list .item {
    max-width: 75px;
    padding: 5px;
}
.details-block details summary {
    font-size: 16px;
    line-height: normal;
}
}
.review-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 55px 35px 35px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
  overflow: visible;
  margin-top: 30px;
  min-height: 290px;
}
.review-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 0 0 18px 0;
  z-index: 0;
}

.review-rating {
    position: absolute;
    top: -18px;
    left: 35px;
    background: #000;
    padding: 5px 10px;
    border-radius: 5px;
}
.review-rating img {
    width: 140px;
    height: auto;
}
.review-card .quote {
  position: absolute;
  font-weight: 700;
  line-height: 1;
}
.review-card .quote-top {
  top: -20px;
  right: 35px;
}
.review-card .quote-bottom {
  bottom: -25px;
  left: 25px;
}
.review-card .quote img {
    width: 65px;
    height: auto;
}
.review-card .quote.quote-bottom img {
    width: 45px;
}

.review-card .quote.quote-bottom {
    bottom: -12px;
}
.review-text {
  font-size: 19px;
  color: #000;
  margin-bottom: 0;
  z-index: 2;
  position: relative;
}

.review-author span {
  font-size: 18px;
  color: #878787;
  font-style: italic;
}
.review-author {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.review-author .title-xs {
    margin-bottom: 5px;
}
@media (max-width: 1399px) {
  .review-rating {
    font-size: 24px;
}
.review-card .quote img {
    width: 55px;
}
.review-card .quote-top {
    top: -15px;
}
.review-card {
    min-height: 230px;
    margin-top: 15px;
}
.review-card .quote.quote-bottom img {
    width: 35px;
}
.review-text {
    font-size: 16px;
}
}

/*Contact Form*/
.contact-box {
    position: relative;
    overflow: hidden;
    padding: 50px;
    border-radius: 30px;
    background-image: url('https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/contact-form-box-bg.jpg?v=126');
    background-position: top;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: contain;
    z-index: 1;
}

.contact-box::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #000000;
    opacity: 0.73;
}

.contact-box > * {
    position: relative;
    z-index: 1;
}

.contact-box .box {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.contact-box .box .icon {
    width: 50px;
    height: 50px;
    background-color: var(--lime-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--navy-color);
    font-size: 20px;
}

.contact-box .box .text a {
    font-size: 18px;
    font-weight: 500;
}

.contact-box .box.social .socialMediaLinks {
    justify-content: start;
}

.contact-box .box.social hr {
    margin: 15px 0;
}

.ulka-form-container {
    padding: 40px;
    background: rgb(255 255 255 / 10%);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ulka-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ulka-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ulka-field-group:has(.ulka-textarea),
.ulka-form-actions {
    grid-column: span 2;
}

.ulka-label {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.3px;
}

.ulka-required {
    color: var(--lime-color, #ef4444) !important;
    margin-left: 2px;
}

/* Premium Dark Inputs */
.ulka-input,
.ulka-textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 12px !important;
    background: rgb(255 255 255 / 30%) !important;
    font-size: 16px;
    color: #ffffff !important;
    transition: all 0.25s ease-in-out;
    outline: none;
}

.ulka-input::placeholder,
.ulka-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.ulka-input:focus,
.ulka-textarea:focus {
    border-color: var(--lime-color, #2563eb) !important;
    background: rgba(20, 20, 22, 0.8) !important;
    box-shadow: 0 0 0 4px rgba(163, 230, 53, 0.15) !important; /* Soft glow using lime accent */
}

.ulka-form-actions {
    margin-top: 10px;
}
.ulka-submit-button {
    width: 100%;
    padding: 14px 32px !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none !important;
    border-radius: 12px !important; /* Match field radius for consistency */
    background: var(--lime-color) !important;
    color: var(--navy-color) !important;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ulka-submit-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(163, 230, 53, 0.3);
}

.ulka-submit-button:active {
    transform: translateY(0);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .ulka-form-container {
        padding: 30px;
    }
    .contact-box {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    /* Collapse Grid to Single Column on Tablet/Mobile */
    .ulka-form {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .ulka-field-group:has(.ulka-textarea),
    .ulka-form-actions {
        grid-column: span 1;
    }
}

@media (max-width: 575px) {
    .contact-box {
        padding: 15px;
    }

  .ulka-form-container {
        padding: 0;
        border: none;
        background: transparent;
    }
    .ulka-label {
    font-size: 16px;
}
}

.reviews {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    padding: 30px;
    border-radius: 15px;
    background: #2d2e31;
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.reviews::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #374f72;
}
.reviewerInfo {
    position: relative;
    padding-right: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.reviewerInfo::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,0.08);
}

.reviewerInfo .name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.reviewerInfo .location {
    font-size: 16px;
    color: #a1a1aa;
}

.reviewerInfo .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    line-height: 1;
    overflow: hidden;
}

.reviewerInfo .rating::before {
    content: "★★★★★";
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #64f70f;
    display: block;
}

.comment p {
    color: #d4d4d8;
    font-size: 18px;
}
.comment p:last-child {
    margin-bottom: 0;
}

span.btn-text.no-icon {
    padding: 5px;
    padding-right: 15px;
}
@media (max-width: 991px) {
    .reviews {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 25px;
    }

.reviews::before {
    bottom: 0;
    width: 100%;
    height: 5px;
    top: inherit;
}

    .reviewerInfo {
        padding-right: 0;
        padding-bottom: 20px;
    }

    .reviewerInfo::after {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 1px;
    }
}
@media (max-width: 575px) {
    .reviews {
        padding: 15px;
        border-radius: 20px;
    }

    .reviewerInfo .name {
        font-size: 24px;
    }

    .comment p {
        font-size: 15px;
    }

    .comment::before {
        font-size: 80px;
        top: -20px;
    }
}
