﻿:root {
  --body-color: #fff;
  --primary-color: #0072e1;
  --secondary-color: #b1e14d;
  --tertiary-color: #10b981;
  --fourth-color:#1d4ed8;
  --heading-color: #1a3b68;
  --link-color: #007bff;
  --light-color: #f0eee7;
  --red-color: #cc0000;
  --black-color: #000;
  --primary-font: "Inter", sans-serif;
}
.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=22);
}

.bg-two {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-two.webp?v=22);
}

.bg-three {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-three.webp?v=22);
  background-position: left bottom;
}

.bg-four {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-four.webp?v=22);
  z-index: 999;
}
.bg-five {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-five.webp?v=22);
}
.bg-six {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-six.jpg?v=22);
}

.bg-seven {
  background-image: url(https://cdn.ulka.dev/tenants/b47543f1a2fd4aa99e158b9677d368b6/245a1c75f2b642b79841095abc25b907/images/bg-seven.webp?v=22);
  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;
}
b, strong {
    font-weight: 600;
}
/*====== Header ======*/
.header {
  position: sticky;
  top: 0;
  z-index: 99992;
}
.header-area {
  width: 100%;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.header-top {
  padding: 10px 0;
}

.header-nav {
  background-color: var(--primary-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: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.call-text a {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: var(--red-color);
}
.call-text a:hover {
  color: var(--primary-color);
}
.middle-text {
  font-size: 20px;
  line-height: normal;
  font-weight: 700;
}
.site-logo img {
  width: 150px;
  height: auto;
}
/*=============================
    Button Styles
  =============================*/
.common-btn {
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #fff !important;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
  overflow: hidden;
  min-width: 170px;
  text-align: center;
  position: relative;
  background-color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
}
.common-btn:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  transition: 0.4s;
  z-index: -1;
  opacity: 1;
  width: 20px;
  height: 20px;
  background: var(--tertiary-color);
  border-radius: 20px 0 0;
}

.common-btn:hover {
  color: #000 !important;
}

.common-btn:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
    .common-btn {
        font-size: 16px;
        line-height: normal;
        min-width: 150px;
    }
}
@media (max-width: 991px) {
    .common-btn {
        font-size: 14px;
        min-width: 120px;
    }
}

@media (max-width: 575px) {
  .common-btn {
        padding: 10px 20px;
        font-size: 13px;
  }

    .common-btn:after {
        width: 13px;
        height: 13px;
    }
}
@media (max-width: 1199px) {
  .site-logo img {
    width: 130px;
  }
  .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%;
  }
  .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;
  }
      .site-logo img {
        width: 100px;
    }
}
@media (max-width: 575px) {
  .call-text {
    display: none;
  }
  .phone-box .icon img {
    width: 28px;
  }
  .header-top .btn-style {
    padding: 3px 3px 3px 12px;
  }
  .head-cta {
      gap: 10px;
  }
        .site-logo img {
        width: 85px;
    }
}

/*=====================================
    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: var(--heading-color);}

.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, #0062c1, #8ebfee);
    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(--heading-color);
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        padding: 10px;
        transition: 0.3s ease;
        overflow: hidden;
        word-break: break-word;
        background-color: #ffffff;
        margin-bottom: 3px;
        border-radius: 3px;
  }

  .ulka-menu > .menu-item > .menu-link.active {
    background: var(--secondary-color);
    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);
    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,
    .menu-item:has(> .menu-link.active) > .sub-menu {
    background-color: #005bb4;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-top: -2px;
  }

  .ulka-menu .sub-menu.show .menu-item,
  .menu-item:has(> .menu-link.active) > .sub-menu .menu-item {
    border-bottom: 1px solid var(--heading-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);
  }
  ul.sub-menu.show .menu-link.active,
  .menu-item:has(> .menu-link.active) > .sub-menu .menu-link.active {
    color: var(--secondary-color);
  }
}
  /*=====================================
      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;
    line-height: normal;
    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(--secondary-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: #232721;
}

.footer-top {
  padding: 40px 0;
}

.footer-logo img {
  max-width: 175px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}

.footer-bottom {
  background: var(--navy-color);
  color: white;
  padding-block: 15px;
  border-top: 1px solid #484d46;
  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;
}
.socialMediaLinks {
  display: grid;
  grid-template-columns: repeat(auto-fit, 32px);
  justify-content: center;
  gap: 20px;
}
.footer-items.social {
  text-align: center;
}

.footer-items .title-xs {
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
}
.footer-items a {
    font-weight: 600;
}
@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
  }
  .footer-items {
    text-align: center;
}
}
/*====== 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;
  justify-content: center;
  gap: 10px;
}

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 .btn-style:first-child {
  margin-right: 10px;
}
.ctaBtn .main-btn:hover {
  border: 2px solid #fff;
  background-color: var(--primary-color);
}
.cta-fluid {
    text-align: center;
    background-color: var(--secondary-color) !important;
}
.cta-fluid p {
    font-size: 18px;
    line-height: normal;
}
.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;
  }
  .cta-fluid p {
    font-size: 16px;
}
}
@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;
}
.slider-img img {
  position: absolute;
  right: 0;
  top: 0;
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-text {
  position: relative;
  max-width: 800px;
  z-index: 99;
}

.slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.slider-text .mega-heading {
  position: relative;
  font-size: 45px;
  line-height: normal;
  margin-bottom: 15px;
  font-weight: 700;
}

.slider-text p {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.slider-text .common-btn {
  margin-top: 30px;
}

.slider-text .mega-heading span {
  font-weight: 500;
  font-size: 36px;
  display: block;
  margin-top: 10px;
}
.inner-hero-banner {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.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%;
  object-position: 60% center;
}
.inner-hero-banner .slider-text {
  max-width: inherit;
}
.inner-hero-banner .slider-text p {
  font-size: inherit;
}

.howItWork .check-square {
  list-style: none;
  padding: 0;
  margin: 0;
}

.howItWork .check-square li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.howItWork .check-square li:last-child {
    margin-bottom: 0;
}
/* SVG Icon */
.howItWork .check-square li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  background-image: url("https://cdn.ulka.dev/tenants/73a2c6853c2a46aca365501641082ddd/c07d9b9e5e694448891a8ee70b637295/images/check-mark.svg?v=22");
  background-repeat: no-repeat;
  background-size: contain;
}

.howItWork .check-square li b {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .slider-wrapper {
    height: 500px;
  }
  .slider-text .mega-heading {
    font-size: 40px;
    line-height: normal;
  }
  .slider-text .mega-heading span {
    font-size: 28px;
  }
  .slider-text p {
    font-size: 18px;
  }
  .slider-text {
    max-width: 700px;
  }
}

@media (max-width: 1199px) {
  .howItWork .inner-hero-img img {
    object-position: 75% center;
  }
}

@media (max-width: 991px) {
  .slider-img img {
    width: 100% !important;
    border-bottom-left-radius: 0;
  }
  .slider-text {
    max-width: 75%;
  }
  .inner-hero-banner {
    min-height: 400px;
  }
  .inner-hero-banner::before {
    background: transparent;
  }
  .slider-text .common-btn {
    margin-top: 15px;
  }
  .howItWork .check-square li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .slider-wrapper {
    height: 450px;
  }
  .slider-text .mega-heading {
    font-size: 36px;
    line-height: normal;
  }
  .slider-text {
    max-width: 100%;
    padding: 25px;
    background: rgb(255 255 255 / 10%);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .slider-text p {
    font-size: 16px;
  }
  .slider-text .mega-heading span {
    font-size: 24px;
  }
  .inner-hero-banner {
    min-height: 350px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .slider-text .mega-heading br {
    display: none;
  }
}
@media (max-width: 575px) {
  .slider-text p {
    font-size: 16px;
  }
  .slider-text .mega-heading {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .slider-text .mega-heading span {
    font-size: 22px;
  }
  .slider-img img {
    object-position: 60% center;
  }
  .inner-hero-banner {
    min-height: 300px;
  }
  .howItWork .inner-hero-img img {
    object-position: 70% center;
  }
  .howItWork .check-square li {
    padding-left: 32px;
    margin-bottom: 12px;
  }
  .howItWork .check-square li::before {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 425px) {
  .slider-text .mega-heading {
    font-size: 28px;
  }
  .slider-text .mega-heading span {
    font-size: 20px;
  }
}
/*======= Service Box & Card =======*/
.service-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    display: block;
    height: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    z-index: 1;
    background: rgb(220 237 184 / 20%);
    border: 1px solid #f1f3ed;
}

.card__title {
  display: flex;
  gap: 15px;
  align-items: center;
}

.card__title img {
  width: 50px;
}

.card__title .title-sm {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.card__body {
  margin-top: 10px;
}

@media (max-width: 1199px) {
.card__title .title-sm {
    font-size: 18px;
}
.service-card {
    padding: 20px;
}
.card__title img {
    width: 40px;
}
.card__title {
    gap: 10px;
}
}
@media (max-width: 767px) {
.card__title .title-sm {
    font-size: 16px;
}
}
/*==== FAQs ===*/
.details-block details {
  background-color: #eff7fb;
  border-radius: 10px;
  border: 1px solid #fff;
}

.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: 600;
  letter-spacing: 1px;
}

.details-block details summary:after {
  font-size: 20px;
  text-align: center;
}

.details-block details summary:after {
  content: "+";
}

.details-block details[open] summary:after {
  content: "-";
}

.details-block details[open] .expand {
  padding-left: 15px;
  position: relative;
  margin: 0 20px 15px 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;
}
}

.review-card {
  position: relative;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 10px 27px rgb(0 0 0 / 8%);
  overflow: visible;
  height: 100%;
}
.review-card__body {
    margin-top: 10px;
}
.review-star::before {
  content: "★★★★★";
  color: #ccc;
  display: inline-block;
}

.review-star[data-rating^="1"]::before {
  content: "★☆☆☆☆";
  color: #ffc107;
}

.review-star[data-rating^="2"]::before {
  content: "★★☆☆☆";
  color: #ffc107;
}

.review-star[data-rating^="3"]::before {
  content: "★★★☆☆";
  color: #ffc107;
}

.review-star[data-rating^="4"]::before {
  content: "★★★★☆";
  color: #ffc107;
}

.review-star[data-rating^="5"]::before {
  content: "★★★★★";
  color: #ffc107;
}

.review-card__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  text-align: left;
  box-shadow: none;
}

.review-card__avatar {
  padding: 5px;
  background-color: #d5d5d524;
  border-radius: 50%;
  display: inline-block;
}

.review-card__avatar img {
  width: 55px;
  height: auto;
  padding: 8px;
}
.card-meta span {
    display: block;
}

.review-star {
    font-size: 25px;
    line-height: normal;
}
/*Contact Form*/
.contact-box {
    position: relative;
    overflow: hidden;
    padding: 50px;
    border-radius: 30px;
    background-image: url('https://cdn.ulka.dev/tenants/73a2c6853c2a46aca365501641082ddd/c07d9b9e5e694448891a8ee70b637295/images/online-notary-services.jpg?v=22');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    color: #e6e6e6;
}

.contact-box h1,
.contact-box [class*="title-"] {
    color: #e6e6e6;
}

.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(--secondary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--heading-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(--secondary-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(--secondary-color); !important;
    color: var(--heading-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;
        border-radius: 10px;
    }

  .ulka-form-container {
        padding: 0;
        border: none;
        background: transparent;
    }
    .ulka-label {
    font-size: 16px;
}
}


/*======== Trust Bar =========*/
.trust-boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.trust-bar .item {
    display: grid;
    grid-template-columns: 50px max-content;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: left;
    flex: 1;
    border-right: 1px solid #91cb1a;
    padding: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.trust-bar .item:last-child {
    border-right: none;
    padding-right: 0;
}

.trust-bar .item:first-child {
    padding-left: 0;
}

.trust-bar .icon img {
    width: 50px;
    height: auto; /* Maintains aspect ratio */
    display: block;
}

.trust-bar .item span {
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    color: #005289;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.trust-bar {
    background-color: var(--secondary-color);
}
@media (max-width: 1199px) {
  .trust-bar .item {
    grid-template-columns: 35px max-content;
    gap: 5px;
    text-align: center;
    padding: 20px;
    padding-right: 10px;
    padding-left: 10px;
}
.trust-bar .item span {
    font-size: 15px;
}
}
@media (max-width: 768px) {
    .trust-boxs {
        flex-direction: column; 
        gap: 0;
    }
    
    .trust-bar .item {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
        padding: 15px;
        width: 100%;
        gap: 10px;
    }
    
    .trust-bar .item:last-child {
        border-bottom: none;
        padding-bottom: 15px;
    }
    .trust-bar .item:first-child {
    padding-left: 15px;
}
}

.card-box {
  background-color: #fff;
  padding: 25px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 5px 10px #e0e0e0;
}

.card-box p:last-child {
  margin-bottom: 0;
}

ul.check-square.check-box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.check-square.check-box li {
  margin-bottom: 0;
  border: 1px solid #e8e8e8;
  padding: 20px;
  padding-left: 50px;
  font-weight: 500;
  box-shadow: 0 3px 10px #ececec;
  border-radius: 5px;
  font-size: 20px;
}

.check-square.check-box li::before {
  color: #97d516;
  top: 28%;
  left: 3%;
  font-size: 20px;
}
@media (max-width: 991px) {
  ul.check-square.check-box {
    grid-template-columns: auto;
    gap: 15px;
  }
  .check-square.check-box li {
    font-size: 18px;
  }
  .check-square.check-box li::before {
    top: 27%;
  }
}
@media (max-width: 767px) {
  .check-square.check-box li::before {
    color: #97d516;
    top: 26%;
    left: 3%;
    font-size: 18px;
  }
  .check-square.check-box li {
    font-size: 18px;
    padding: 15px;
    padding-left: 45px;
  }
}

.card-h {
  display: grid;
  grid-template-columns: 2fr 3fr;
  align-items: center;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  border: none;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.card-h img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.card-content {
  padding: 30px;
}

.card-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .card-h {
    grid-template-columns: 1fr;
  }
}