











  /* Basic Reset */
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
   font-family: Arial, Helvetica, sans-serif;
    background-color: #dfdfdf;
    overflow-x: hidden;
    
      }



.color-white{
 color: white;
}









      
.vertical-socio-wrapper {
  position: fixed;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1px 12px;
  z-index: 999;
  
}

.vertical-socio-icon {
  color: #fff;
  text-decoration: none;
  font-size: 1px;
  margin: 12px 0;
  transition: opacity 0.3s ease;
}

.vertical-socio-icon:hover {
  opacity: 0.7;
}

.vertical-socio-icon img{
  width: 17px;
  height: 17px;
  padding: 0px;
  margin: 0px;
}


      
      .scrollbar-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;              /* thin line */
  background: linear-gradient(90deg, #D9B369, #f2c94c);  /* your gold color */
  z-index: 9999;
  transition: width 0.1s ease;  /* smooth animation */
}

.scrollbar-progress__fill {
  height: 100%;
  background: #D9B369;
  width: 0%;
}
     

.ABS-logo img{
    width: 90px;
    height: 40px;
}

.second-nav{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 13px;
  background-color: #252525;
  color: #D9B369;
  color: white;
  padding: 0.5rem 5rem;
}

.second-nav-left div{
  display: flex;
  gap: 5px;
  align-items: center;
}

.second-nav-right div{
  display: flex;
  gap: 5px;
  align-items: center;
}

.second-nav img{
  width: 20px;
  height: 20px;
}
.second-nav-left{
  display: flex;
  gap: 20px;
}


.hover-menu-popup {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  position: absolute;
  top: 85%; /* directly below the menu */
  left: 25%;
  background-color:black;
  border: 1px solid #D9B369;
  min-width: 180px;
  border-radius: 4px;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  align-items: center;
  padding: 30px;
}

li a[href="/services.html"]::after {
  content: " ▼"; /* Unicode downward arrow */
  font-size: 0.7em;
  margin-left: 5px;
}

.hover-menu-popup div {
  display: flex;
  align-items: start;
  justify-content: start;
  border: 1px solid black;
}

/* Popup list items */
.hover-menu-popup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hover-menu-popup li a {
  display: flex;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.hover-menu-popup li a:hover {
  background-color: #ddd;
}

/* Show popup when hovering the Services menu */
li a[href="/services.html"]:hover + .hover-menu-popup,
.hover-menu-popup:hover {
  display: flex;
}

/* Ensure popup stays relative to menu item */
li a[href="/services.html"] {
  position: relative;
}


  /* Navbar Container */
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.2rem 4rem;
    color: #D9B369;
    position: sticky;
    top: 0px;
    z-index: 999;
    font-weight: 700;
      background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
   background-color: rgba(0, 0, 0, 1) !important;
  backdrop-filter: blur(20px);
  }

  .scrolled {
    background-color: rgba(0, 0, 0, 0.95) !important;
}

  .navbar .logo {
    font-size: 1.5rem;
    font-weight: bold;
  }

  /* Navbar Links */
  .navbar ul {
    display: flex;
    list-style: none;
    gap: 1.5rem;
  }

  .navbar ul li a {
    text-decoration: none;
    color: #D9B369;
    font-size: 1rem;
    transition: color 0.3s;
     padding: 20px 10px;
       border: 1px solid transparent;
  }

  .navbar ul li a:hover {
    color:#D9B369;;
     border: 1px solid #D9B369;
     background-color: #000000;
     padding: 20px 10px;
  }

  /* Hamburger Menu Icon */
  .hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
  }

  .hamburger div {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s;
  }

.hero-banner{
  
  width: 100%;
  background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
      margin: 0;
      display: flex;
      justify-content: space-between;
      padding: 10px 120px;
        background-image: url('/assets/images/↠𝆯𝑃𝜄𝜋𝜋𝜔𝛼𝜋𝜕𝆯𝑈𝑆𝛥𝆺𝛱𝜀𝜔⋆𝛹𝜎𝑟𝜅𝆺𝐶𝜄𝜏𝜑𝆯↞\ ￫ˑ²⁵ˑ₁₀ˑ²⁰²¹ˑ￩-artguru.png'); /* Image path */
  background-size: cover;   
  background-repeat: no-repeat; /* Prevent repeating */
  background-position: top center;
   background-attachment: scroll;
    background-position: top center; /*  Center the image */
  box-sizing: border-box; 
  margin-top: -30px;
  padding-top: 100px;    /* Cover the entire div  */

  
}


 .package-outer-div{
background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
padding: 30px 0px;
  }
  /* Container styling with your requested radial gradient */
.package-wrapper {
  
  padding: 0px 40px 80px;
  display: flex;
  justify-content: space-around; /* This ensures even spacing between elements */
  align-items: center;
  perspective: 1000px;
  overflow: hidden;
  max-width: 1300px; /* Adjust based on your container width */
  margin: 0 auto;
}

.package-card {
  /* Removed backdrop-filter for a crystal clear look */
  background: #1e1e1e; /* Solid color for professional clarity */
  border: 1px solid rgba(152, 109, 15, 0.4);
  border-radius: 12px; /* Slightly sharper corners for a pro feel */
  padding: 40px 30px;
  width: 380px;
  color: #ffffff;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
   background: radial-gradient(
    circle at top right,
    rgba(255, 213, 106, 0.25),
    transparent 60%
  );
}

/* 3D Scaling Logic */
.package-side {
  transform: scale(0.9); /* Slightly larger than before for better visibility */
  z-index: 1;
}

.package-center {
  z-index: 10;
  border: 2px solid #986d0f;
  background: #252525; /* Slightly lighter to pop against the background */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
   background: radial-gradient(
    circle at top right,
    rgba(255, 213, 106, 0.25),
    transparent 60%
  );
}

/* Typography & Elements */
.package-title {
  color: #986d0f;
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.package-price {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: #ffffff;
}

.package-price span {
  font-size: 1rem;
  color: #888;
}

.package-features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: left;
}

.package-feature-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 0.95rem;
  color: #ffffff;
}

/* Professional Tick Icon */
.package-tick-icon {
  color: #986d0f;
  margin-right: 12px;
  font-size: 1.1rem;
}

.package-button {
  background: transparent;
  border: 2px solid #986d0f;
  color: #986d0f;
  padding: 14px 30px;
  border-radius: 4px; /* Squared-off professional look */
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.package-center .package-button {
  background: #986d0f;
  color: #000;
}

.package-button:hover {
  background: #986d0f;
  color: #fff;
}


 


    /* TOGGLE BUTTON */
    .mobile-menu-toggle {
      width: 30px;
      height: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer;
      z-index: 1002;
      position: relative;
  
    }

    .mobile-menu-toggle span {
      display: block;
      width: 100%;
      height: 4px;
      background: #D9B369;
      border-radius: 2px;
      transition: 0.3s ease;
    }

    /* TOGGLE ANIMATION TO X */
    .mobile-menu-toggle.active span:nth-child(1) {
      transform: rotate(45deg) translate(6px, 6px);
    }

    .mobile-menu-toggle.active span:nth-child(2) {
      opacity: 0;
    }

    .mobile-menu-toggle.active span:nth-child(3) {
      transform: rotate(-45deg) translate(6px, -6px);
    }

    /* OVERLAY */
    .mobile-menu-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: rgba(0, 0, 0, 0.4);
      display: none;
      z-index: 900;
    }

    .mobile-menu-overlay.active {
      display: block;
    }

    /* POPUP MENU */
    .mobile-menu-popup {
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      background: #111;
      max-height: 0;
      overflow-y: auto;
      transition: max-height 0.4s ease;
      z-index: 1001;
    }

    .mobile-menu-popup.active {
      max-height: 100vh;
    }

    .mobile-menu-list {
      list-style: none;
    }

    .mobile-menu-item {
      border-bottom: 1px solid #222;
    }

    .mobile-menu-link {
      display: block;
      padding: 16px 20px;
      color: #fff;
      text-decoration: none;
      font-size: 16px;
    }

    /* SUBMENU */
    .mobile-menu-submenu {
      background: #1b1b1b;
      max-height: 0;
      overflow: scroll;
      transition: max-height 0.3s ease;
    }

    .mobile-menu-submenu.active {
      max-height: 400px;
    }

    .mobile-menu-submenu a {
      padding-left: 40px;
      font-size: 14px;
    }

    /* MOBILE ONLY */
    @media (min-width: 601px) {
      .mobile-menu-toggle {
        display: none;
      }

      .hero-form-wrapper {

        height: 450px;
      }

      .hero-banner{
        height:90vh;
      }

      .stepsleft-container {
     
      height: 90%;
      }

    }


.heroleft{
  color: white;
  display: flex;
  flex-direction: column;
  
  gap: 10px;
  margin-top: 130px;
  font-size: 17px;
  width: 60%;
  width: 700px;
  
}

.hero-span{
  font-weight: 900;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.buttn{
    background-color: #000000;
    color: #D9B369;
    border: 1px solid #D9B369;
  padding: 15px 23px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
 text-decoration: none;
}

 .buttn:hover {
background-color: #D9B369;
   color: black;
}




.heroleft h1{
  font-size: 40px;
  font-weight: 900;
}

.hero-right-icon{
  width: 50%;
  height:75vh;
}


 .form-container {
      background: #ffffff;
      padding: 30px;
      width: 100%;
      max-width: 420px;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 20px;
      color: #222;
    }

    .form-group {
      margin-bottom: 15px;
    }

    label {
      display: block;
      margin-bottom: 6px;
      font-size: 14px;
      color: #444;
    }

    input, select {
      width: 100%;
      padding: 12px;
      font-size: 14px;
      border-radius: 6px;
      border: 1px solid #ccc;
      outline: none;
    }

    input:focus,
    select:focus {
      border-color: #007bff;
    }

    .submit-btn {
      width: 100%;
      padding: 12px;
       background: linear-gradient(
  to right,
  #ba9218,
  #ba981a,
  #d5a61c
);
      color: #ffffff;
      font-size: 15px;
      font-weight: bold;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
    }

   

  .call-button {
   
   background-color: #000000;
    color: #D9B369;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 15px;
    border: 1px solid #D9B369;
    cursor: pointer;
    transition: all 0.25s ease;
}

 .call-button:hover{
   background-color: #D9B369;
   color: black;
 }

/* Hover effect */
.gold-button:hover {
    background: linear-gradient(135deg, #f5d76e, #d4af37, #b8961e);
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.5);
    transform: translateY(-2px);
}

  /* Mobile Menu */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    right: -250px; /* hidden by default */
    width: 250px;
    height: 100%;
    background-color: #333;
    padding: 2rem;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
  }

  .mobile-menu.active {
    right: 0;
  }

  .mobile-menu ul {
    flex-direction: column;
    gap: 1.5rem;
  }

  .mobile-menu ul li a {
    font-size: 1.2rem;
  }

  /* Hamburger Animation */
  .hamburger.active div:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active div:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active div:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

.outer-div{
  padding: 10px 100px;
}


.services-section {
    padding: 20px 60px;
}

.services-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: 600;
    margin-top: -20px !important;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 30px;
}

.services-card {
    position: relative;
    height: 360px;
    border-radius: 12px;
    overflow: hidden;
    background: #111;
}

.services-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}

.services-content h3 {
    font-size: 26px;
  
background: linear-gradient(to right, #a47a10, #c2972a, #9c813d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

 


.services-content span {
    font-size: 14px;
    opacity: 0.7;
}

.services-hover {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: bottom 0.45s ease;
    z-index: 3;
    gap: 20px;
}

.services-hover p {
    font-size: 15px;
    line-height: 1.6;
}

.services-card:hover .services-hover {
    bottom: 0;
}

.services-content h3{
  padding-bottom: 10px;
  color: #D9B369;
}

.steps-title{
  margin-bottom: 10px;
  font-weight: 700;
}

.steps-wrapper {

  background: linear-gradient(
  90deg,
  #dfdfdf 0%,
  #dfdfdf 30%,
  #0A0A0A 30%,
  #0A0A0A 100%
);


  padding: 60px;
}

.steps-container {
  display: flex;
  gap: 60px;
  align-items:center;
 justify-content: end;
 padding: 0px 60px;

}



.steps-carousel {
  position: relative;
  max-width: 720px;
  overflow: hidden;
  border-radius: 16px;

}

.steps-slide {
  display: none;
  width: 100%;
  height: 100%;
}

.steps-slide.active {
  display: block;
}

.steps-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stepsleft-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      padding: 15px;
      border-radius: 8px;
      font-family: Arial, sans-serif;
        background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
       justify-content: center;
    }

    .stepsleft-header {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 8px;
      padding: 0px 20px;
      
    }

 .stepsleft-icon img{
      width: 30px;
      height: 30px; 
}

    .stepsleft-icon {
      width: 60px;
      height: 60px;
      display: inline-block;
      border-radius: 50%;
      flex-shrink: 0;
      background: radial-gradient(circle at top, #FFE27A 0%, #FFD700 35%, #C9A227 70%, #8B6508 100%);;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .stepsleft-title {
      font-size: 28px;
      font-weight: bold;
      color: white;
    }

    .stepsleft-description {
      font-size: 14px;
      color: white;
      
      padding: 20px 40px;
    }

     .stepsleft-description p{
      line-height: 2.0; 
    }



.steps-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(0,0,0,.45);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
 
}

.steps-prev { left: 3px; }
.steps-next { right: 3px; }

.steps-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.steps-dot {
  width: 8px;
  height: 8px;
  background: #cfcfcf;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.steps-dot.active {
  background: #ffffff;
}

.steps-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 14px;
  font-weight: 700;
  text-transform: capitalize;
  width: 40%;
}



.steps-item {
  padding: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.steps-item.active {
  background: #1d1f1f;
  color: white;
}




/*

Round Steps 


*/


   :root {
            --bg-blue: #020202;
            --accent-gold: #986d0f;
            --gold-light: #e0b454;
            --text-white: #ffffff;
        }

        
            
          

        .main-container {
            display: flex;
            width: 100vw;
            height: 80vh;
             background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
            font-family: 'Inter', sans-serif;
            color: var(--text-white);
            

        }

        /* LEFT SECTION */
        .left-section {
            width: 60%;
            height: 100%;
            position: relative;
            overflow: hidden;
            display: flex;
            align-items: center;
            
        }

        /* THE IMAGE - Now truly fixed, no rotation */
        .fixed-bg-image {
            position: absolute;
            left: -37.5vw;
            width: 90vw;
            height: 90vw;
            border-radius: 50%;
            background-image: url('https://images.unsplash.com/photo-1497366216548-37526070297c?auto=format&fit=crop&q=80');
            background-size: cover;
            background-position: center;
            z-index: 1;
            padding: 10px 120px;
        }

        /* THE GRADIENT OVERLAY - This rotates to show progress/movement */
        .rotating-overlay {
            position: absolute;
            left: -37.5vw;
            width: 90vw;
            height: 90vw;
            border-radius: 50%;
            z-index: 2;
            background: linear-gradient(135deg, rgba(152, 109, 15, 0.8) 0%, rgba(6, 19, 36, 0.9) 100%);
            transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
        }

        /* FIXED CONTENT AREA - Perfectly stable positioning */
        .fixed-content-area {
            position: absolute;
            left: 8vw; /* Adjust this to move text further in/out of circle */
            width: 600px;
            z-index: 10;
        }

        /* Entrance animation for the text */
        .text-wrapper {
            transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
        }

        .text-hidden {
            opacity: 0;
            transform: translateX(-80px); /* Slides in from the left */
        }

        .heading-row {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 20px;
        }

        .heading-row i { font-size: 3.5rem; color: var(--gold-light); }
        .fixed-content-area h1 { font-size: 3.2rem; margin: 0; line-height: 1.1; text-transform: uppercase; font-weight: 900; }
        .roundstep-desc { font-size: 1.05rem; line-height: 1.6; color: rgba(255,255,255,0.9); margin-top: 20px; }

        /* RIGHT SECTION */
        .right-section {
            width: 40%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-right: 80px;
            box-sizing: border-box;
            gap: 25px;
            z-index: 20;
        }

        .step-card {
            display: flex;
            align-items: center;
            gap: 20px;
            cursor: pointer;
            opacity: 1;
            transition: 0.4s;
        }

        .step-card.active { opacity: 1; transform: translateX(20px); }

        .num-circle {
            width: 50px; height: 50px; min-width: 50px;
            background: linear-gradient(135deg, var(--gold-light), var(--accent-gold));
            border-radius: 50%; display: flex; align-items: center; justify-content: center;
            color: var(--bg-blue); font-weight: bold;
        }

        .step-info h3 { margin: 0; color: var(--gold-light); font-size: 1rem; letter-spacing: 1px; }
        .step-info p { margin: 2px 0 0 0; font-size: 0.8rem; color: #aaa; }





 .insights-container {
      margin: 0 auto;
      padding: 30px 80px;
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    /* Header Section */
    .insights-header {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .insights-header-left {
     display: flex;
     flex-direction: column;
     align-items: center;
    }

    .insights-title {
      font-size: 34px;
      font-weight: 700;
      color: #1f3c88;
      margin-bottom: 15px;
    }

    .insights-description {
      font-size: 16px;
      line-height: 1.6;
      color: #555;
      text-align: center;
    }

.blog-redirect-button{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

    .insights-button {
      background: black;
      color:white;
      padding: 12px 22px;
      border-radius: 4px;
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
      white-space: nowrap;
    }

    /* Cards Section */
    .insights-cards {
      display: flex;
      gap: 25px;
    }

    .insights-card {
      flex: 1;
      height: 260px;
      border-radius: 6px;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-position: center;
    }

    .insights-card::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.35);
    }

    .insights-card-content {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      color: #fff;
      z-index: 1;
    }

    .insights-card-tag {
      font-size: 12px;
      background: rgba(255, 255, 255, 0.2);
      display: inline-block;
      padding: 4px 8px;
      border-radius: 3px;
      margin-bottom: 10px;
    }

    .insights-card-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.3;
    }
.align{
  display: flex;
  justify-content: center;
  margin: 30px 0px;
}

    .highlight-orange {
      color: #D9B369;
    }

    .highlight-blue {
      color: #4da3ff;
    }

    /* Background Images */
    .card-one {
      background-image: url("/assets/images/Untitled\ design\ \(81\).webp");
      object-fit: cover;
    }

    .card-two {
      background-image: url("/assets/images/Untitled\ design\ \(80\).webp");
      object-fit: cover;
    }

    .card-three {
      background-image: url("/assets/images/Untitled\ design\ \(82\).webp");
      object-fit: cover;
    }






.who-we-are-up{
    display: flex;
    align-items: center;
   justify-content: center
}

h2.heading-tags{
     font-size: 50px;
      color: #D9B369;
      font-weight: 800;
}

.who-we-are-container{
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-between;
  color: #C0C0C0;
  padding: 50px 120px;
  background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
  align-items: center;
}

.who-we-are-left{
width: 60%;
display: flex;
flex-direction: column;
gap: 10px;
text-align: center;
}

.who-we-are-right{
  width: 35%;
  display: flexa;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
  }

.who-we-are-right img{
  width:100%;
   box-shadow: 15px 15px 0 #C9A227;
 }
.who-we-are-desc {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  text-align: left;
}
.who-we-are-desc img{
  width: 30px;
  height: 30px;
  background: radial-gradient(circle at top, #FFE27A 0%, #FFD700 35%, #C9A227 70%, #8B6508 100%);
  border-radius: 20px;
  padding: 5px;
}


.gvlogo-carousel .gvlogo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}



.gvlogo-carousel .gvlogo-item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
  transition: transform 0.2s;
}

.gvlogo-carousel .gvlogo-item img:hover {
  transform: scale(1.2);
}

  .achieve-stats {
    background-color: #000000;
    margin: 0px 80px;
   padding: 0px 0px;
    margin-top: 20px;
    border-radius: 10px;
  }

  .achieve-stats__inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;              /* flexbox layout for cards [web:4] */
    justify-content: space-between;
    align-items: center;
    gap: 1px;                   /* thin divider between items */
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .achieve-stats__item {
    flex: 1 1 0;
    text-align: center;
    padding: 54px 10px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .achieve-stats__number {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }

  .achieve-stats__label {
    font-size: 14px;
    opacity: 0.8;
  }

.upheading{
  color:#1b1a19;
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin: 50px 0px;
font-family: 'Poppins', sans-serif;
font-weight: 900;
text-transform: uppercase;
}

.description{
  display: flex;
  align-items: center;
  text-align: center;
  color: #181510;
}




/* ===============================
   Documents Required – Styling
   =============================== */

.doc-req-section {
  padding: 30px 120px 80px;
  background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
  color: #ffffff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.doc-req-header {
  text-align: center;
  margin-bottom: 50px;
}

.doc-req-title {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(135deg, #FFD56A, #986d0f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.doc-req-subtitle {
  font-size: 16px;
  color: #cfcfcf;
  max-width: 700px;
  margin: 0 auto;
}

.doc-req-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.doc-req-card {
  background: linear-gradient(
    160deg,
    rgba(152, 109, 15, 0.15),
    rgba(0, 0, 0, 0.8)
  );
  
  border: 1px solid rgba(152, 109, 15, 0.35);
  border-radius: 20px;
  padding: 28px;
  position: relative;
  overflow: hidden;
   border: 2px solid #986d0f;
  background: #252525; /* Slightly lighter to pop against the background */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.doc-req-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top right,
    rgba(255, 213, 106, 0.25),
    transparent 60%
  );
  pointer-events: none;
}

.doc-req-card-title {
  font-size: 20px;
  font-weight: 600;
  color: #FFD56A;
  margin-bottom: 18px;
}

.doc-req-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-req-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.6;
  color: #e6e6e6;
  margin-bottom: 12px;
}

.doc-req-item::before {
  content: "✔";
  color: #986d0f;
  font-weight: 700;
  margin-top: 2px;
}

.doc-req-note {
  margin-top: 40px;
  padding: 22px;
  border-radius: 16px;
  background: linear-gradient(
    135deg,
    rgba(255, 213, 106, 0.18),
    rgba(152, 109, 15, 0.1)
  );
  border: 1px solid rgba(152, 109, 15, 0.4);
  font-size: 15px;
  color: #f3f3f3;
}

.doc-req-note strong {
  color: #FFD56A;
}





    .reviews-container {
      max-width: 1400px;
      margin: auto;
      
    }

    .review-row {
      display: flex;
      gap: 30px;
      margin-bottom: 25px;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .review-card {
      background: #ffffff;
      width: 48%;
      display: flex;
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      
    }

    .review-text {
      width: 100%;
      min-width: 200px;
      padding: 20px 20px;
      background-color: black;
      color: #C0C0C0;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }

    .review-text h3 {
      margin-top: 0;
      font-size: 18px;
    }

    .review-text p {
      font-size: 14px;
      line-height: 1.6;
    }

    .review-video {
      width: 10%;
      min-width: 200px;
      position: relative;
     aspect-ratio: 9 / 16;
      overflow: hidden;
    }

    .review-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      background-color: white;
    }

   .gbreview-carousel .carousel-item {
    background: black;
    padding:20px;
    
    border-radius: 10px;
    color: white;
    gap: 10px;
    height: 240px;
    justify-content: space-between;
}

.gbreview-carousel .carousel-item h4 {
    margin-bottom: 10px;
}

.gbreview-carousel .carousel-item .stars {
    margin-top: 10px;
    color: #ffb400; /* Gold stars */
    font-size: 20px;
    display: flex;
    align-items: start;
}

.gbreview-profile{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.google-logo img{
  width: 30px;
  height: 20px;
}

.carousel-item{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;

}
.dp{
  display: flex;
  gap: 10px;
  align-items: center;
}

.greview-text{
  display: flex;
  justify-content: start;
  text-align: left;
  width: 100%;
  padding: 0px;
}

.gbreview-redirect{
  background-color:rgb(15, 15, 15);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.gbreview-redirect-left{
  display: flex;
  gap: 20px;
  align-items: center;
}

.gbreview-redirect-left img{
  width: 70px;
  height: 70px;
}

.gbreview-redirect-right button {
   padding: 10px 20px;
   border-radius: 5px;
   box-shadow: none;
   background: linear-gradient(
  to right,
  #a07d23,
  #c6a245,
  #9c813d
);
color: white;
border: none;
font-weight: 700;
cursor: pointer;
}

.redirect-review-stars-mble{
       display: none; 
      }
.colored-star{
  color: #dbbf20;
}
.owl-nav{
   display: none;
}


 .faq-container {
    margin: 0 auto;
    background-color: silver;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
  }

  .faq-item:last-child {
    border-bottom: none;
  }

  .faq-question {
    padding: 18px 20px;
    cursor: pointer;
    transition: background 0.3s;
    position: relative;
    color: #D9B369;
    background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
    font-size: 20px;
  }

  


  .faq-question::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 20px;
    transition: transform 1s;
  }

  .faq-question.active::after {
    content: '-';
    transform: rotate(180deg);
  }

  .faq-answer {
    
    display: none;
    color: rgb(19, 19, 19);
    padding: 20px 40px;
    line-height: 1.7;
    font-size: 13px;
  }

  .faq-answer.show {
    display: block;
  }


  .footer-wrapper {
  background: rgb(0, 0, 0);
  font-family: Arial, sans-serif;
  color: #ffffff;
}

.footer-container {
  max-width: 1400px;
  margin: auto;
  padding: 60px 20px 30px;
  position: relative;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
 
}

.footer-brand {
  max-width: 320px;
}

.footer-logo img{
  width: 300px;
  height: 200px;
  margin-top: -70px;
  margin-left: -50px;
  
}

.footer-logo span {
  font-size: 12px;
  letter-spacing: 4px;
}

.footer-description {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  color: #cfd9df;
  margin-top: -30px;
}

.footer-socials {
  display: flex;
  gap: 10px;
  
}


.footer-social {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  background-color: white;
 
 
}

.footer-menu-wrapper{
  display: flex;
  gap: 20px;
  align-items: start;
  justify-content: start;
}

.footer-social img{
   width: 20px;
   height: 20px;
 
}

.you-tube{
  width: 25px !important;
  height: 25px !important;
}


.footer-column {
  max-width: 250px;
  height: 250px;
}

.footer-column iframe{
  width: 100%;
  height: 70%;
}

.footer-title {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-mt {
  margin-top: 30px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #cfd9df;
}

.footer-list {
  list-style: none;
  padding: 0;
  align-items: start;
  justify-content: start;
  display: flex;
  flex-direction: column;
  gap: 0px;
  
}

.footer-list li{
  margin-bottom: 5px;
}

.footer-list-2{
  margin-top: -5px;
}

.footer-list a {
  text-decoration: none;
  color: #cfd9df;
  font-size: 14px; 
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 40px 0 20px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: #cfd9df;
  text-align: center;
}

.footer-bottom span {
  color: #ffffff;
}

.footer-float-call,
.footer-float-whatsapp {
  position: fixed;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
}

.footer-float-call {
  bottom: 90px;
  background: #ffffff;
  color: #0d3046;
}

.footer-float-whatsapp {
  bottom: 30px;
  background: #25d366;
  color: #ffffff;
}




  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }



    /* Responsive */
    @media (max-width: 900px) {

      .main-container {
          flex-direction: column;
         min-height: 1000px;
      }

      .package-wrapper {
          flex-direction: column;
          padding: 0px;
      }

      .package-center{
        
        transform: scale(0.9);
      }

.left-section{
  width: 100%;
 
}

.roundstep-desc{
  font-size: 14px;
}

.heading-row i{
  font-size: px;
}

.fixed-content-area h1{
     font-size: 29px;
}

.fixed-bg-image{
  width: 300vw;
  height: 300vh;
}

.rotating-overlay{
  width: 300vw;
  height: 300vh;
}


.fixed-content-area{
  width: auto;
  padding: 0px 30px;
  left: 0px;
}


      .right-section{
        width: 100%;
        padding: 50px 30px;
      }

      

      .review-card {
        width: 100%;
        flex-direction: column;
      }

      .review-text,
      .review-video {
        width: 100%;
      }

      .review-video {
       aspect-ratio: 9 / 16;
      }
         .footer-top{
   flex-direction: column;
}
h2.heading-tags{
     font-size: 40px;

    } }

  /* Responsive */
  @media (max-width: 768px) {
    .navbar ul {
      display: none;
    }

    .hamburger {
      display: flex;
    }

    .mobile-menu {
      display: flex;
      flex-direction: column;
    }
    
    .footer-map {
      max-width: 100%;
     
    };
  
  }

   @media (max-width: 768px) {
    .achieve-stats__inner {
      flex-direction: column;   /* stack on mobile using flexbox [web:9] */
      border-left: 1px solid rgba(255, 255, 255, 0.15);
      border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    .achieve-stats__item {
      width: 100%;
      border-top: 1px solid rgba(255, 255, 255, 0.15);
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
.footer-container {

  padding: 30px 50px;
}
 
  }




  /* Business Page Code */




  .businesspage-review-wrapper{

 background: radial-gradient(circle at center, #1A1A1A 0%, #0A0A0A 100%);
 padding-bottom: 50px;
 padding-top:20px;
  }

  .review-wrapp-head{
        font-size: 30px;
        color: white;
        
  }

 .review-second-head{
       
        color: white;
  }


  .business-carousel-item{
    background-color: white !important;
  }

  .business-greview-text{
    color: black !important;
  }

  .business-gbreview-profile{
    color: black !important;
  }

  .business-gbreview-redirect{
    background-color: white !important;
    color: black !important;
  }

.redirect-review-stars{
  color: #979595;
}

.business-desc{
  text-align: center;
  color: #2a2a2a;
  font-family: 500;
  line-height: 1.8;
  margin-bottom: 10px;
  margin-top: -30px;
}

.whitebg-font-size{
  font-size: 14px;
}


.link-blog-button{
  background-color: rgb(50, 49, 49);
  color: white;
  border-radius: 5px;
  font-size: 12px;
  text-decoration: none;
  text-transform: capitalize;
  padding: 5px 10px;
  margin-top: -30px;
  
}


.free-consultant-wrapper{
  display: flex;
  background-color: rgb(229, 226, 226);
  margin:0px 100px;
  justify-content: space-between;
  position: absolute;
  z-index: 99;
  border-radius: 5px;
}

.free-consultant-left{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 40px;
  padding-bottom: 90px;
  
}

.free-consultant-left p{
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  font-size: 17px;
}

.free-consultant-left h3{
font-size: 30px;
 margin: 0px;
 
}

.free-consultant-right{
  width:50%;
}

.free-consultant-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.free-consultant-button{
  padding: 15px;
  border-radius: 5px;
  border: none;
   background: linear-gradient(
  to right,
  #a47a10,
  #c2972a,
  #9c813d
);
color: white;
font-weight: 700;
cursor: pointer;
}





.hero-form-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  
 
}



.hero-form-heading {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
  padding-bottom: 20px;
  margin: 0px;
  text-transform: capitalize;
  margin-top: -10px;
  
}

.hero-form label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.hero-form input,
.hero-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.hero-form-number-wrapper {
  display: flex;
  gap: 10px;
}

.hero-form-number-wrapper select {
  width: 40%;
}

.hero-form-number-wrapper input {
  width: 60%;
}

.hero-form-submit {
  width: 100%;
  padding: 12px;
  background: #000;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
   background-color: #000000;
   
}







/*  For Blog page */







.insights-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}




    .blogs-container {
      max-width: 1400px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .blogs-heading {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
      font-weight: 600;
    }

    .blogs-content {
      display: flex;
      gap: 30px;
      align-items: flex-start;
    }

    /* Left section: featured blogs */
    .blogs-left {
      flex: 2;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
    }

    .blogs-card {
      background: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s;
    }

    .blogs-card:hover {
      transform: translateY(-5px);
    }

    .blogs-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .blogs-card-content {
      padding: 15px;
    }

    .blogs-card-content h3 {
      font-size: 1.1rem;
      margin: 0 0 10px 0;
    }

    .blogs-card-content a {
      text-decoration: none;
      color: #0077ff;
      font-size: 0.9rem;
    }

    /* Right section: latest blogs */
   .blogs-right {
  position: sticky;
  top: 80px;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-height: calc(80vh - 10px); /* keeps sidebar within viewport */
  background-color: white;
  border-radius: 15px;
  padding: 25px;
}

.sticky-header {
  /* optional: white background to avoid overlap */
  z-index: 10;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d4d4; /* optional visual separation */
}

.blogs-latest-scroll {
  overflow-y: auto; /* only this scrolls */
  flex-grow: 1;     /* fills remaining height */
  padding: 10px 0;
}

.blogs-view-more {
  margin-top: 10px;
  text-align: center;
}

.latest-blog-heading{
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  font-size: 25px;
  display: flex;
 
}

.blogs-latest-scroll {
  display: flex;
  flex-direction: column;
  gap: 10px; /* space between items */
}

.blogs-latest-scroll > div {
  display: flex;
  align-items: center; /* vertically center image and text */
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0; /* dusky white bottom border */
}

.blogs-latest-scroll img {
  width: 40px;
  height: 40px;
  border-radius: 50%; /* makes image rounded */
  object-fit: cover;
  margin-right: 15px; /* space between image and text */
  flex-shrink: 0; /* prevent image from shrinking */
}

.blogs-latest-scroll p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.3;
  color: #333; /* readable text color */
  word-break: break-word; /* prevent overflow */
}

.blogs-latest-item{
  cursor: pointer;
}


@media(max-width: 1500px) {
     .free-consultant-left p{
  line-height: 1.8;
font-size: 16px;}



 .free-consultant-left{
  justify-content: space-between;

 }


}


    @media(max-width: 900px) {
      .blogs-content {
        flex-direction: column;
      }
      .blogs-right {
        position: relative;
        top: 0;
        max-height: none;
        margin-top: 30px;
      }
   

    }


     .business-uae-blog-container {
      max-width: 1100px;
      margin: auto;
      padding: 0px 20px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1.8;
      color: #222;
    }

    .business-uae-blog-heading {
      text-align: center;
      font-size: 42px;
      margin-bottom: 40px;
      font-weight: 800;
      text-transform: capitalize;
      
    }

    .business-uae-blog-subheading {
      font-size: 28px;
      margin-top: 50px;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .business-uae-blog-paragraph {
      font-size: 17px;
      margin-bottom: 22px;
    }

    .business-uae-blog-highlight {
      color: #c9a23f;
      font-weight: 600;
    }

    .business-uae-blog-title{
      margin-bottom: 20px;
      font-weight: 800;
     
    }

      .business-uae-blog-title h1{
        text-align: left;
      }
    .business-uae-blog-section h2 {
      margin: 20px 0px;
      display: flex;
      align-items: start;
      justify-content: start;
      font-weight: 700;
    }





    /*   Media Below 980px */







@media (max-width:980px) {
     .outer-div{
      padding: 0px 40px;
     }

     .hero-banner{
      padding: 40px 20px;
      gap: 20px; 
    }

     .media-hide{
      display: none;
     }

     .who-we-are-container{
      padding: 20px 40px;
     }

     .who-we-are-left{
      width: 70%;
     }

     .footer-wrapper{
      padding: 0px 40px;
      margin-top: 20px;
     }
    .upheading{
      padding: 30px 60px;
      text-align: center;
      font-size: 14px;
    }
    .steps-container{
       flex-direction: column;
    }
    

    .steps-content{
      display: none;
    }

    .stepsleft-container {
      background: linear-gradient(rgb(35, 35, 35),rgb(67, 66, 66));
    }
    
}


/* mobile responsive */


@media (max-width:650px) {

.doc-req-section {
  padding: 10px 10px 50px;
}

   .navbar{
    padding: 20px 30px;
   }

   h2.heading-tags{
     font-size: 20px;
     text-align: center;
    }

 .call-button{
        display: none;
      }

   .free-consultant-wrapper{
    margin: 0px;

    flex-direction: column;
    justify-content:center ;
    align-items: center;
   }

   
   .free-consultant-left{
    width: 100%;
    padding: 15px 50px;
   }

    .footer-wrapper{
       flex-direction: column;  
       padding: 0px 10px;  
      }

      .steps-wrapper{
  padding:20px 0px ;
}


      .second-nav{
        display: none;
      }

      .hero-banner{
        flex-direction: column;
        align-items: end;
        justify-content: end;
      }

      .heroleft{
        width: 100%;
        margin-top: 70px;
      }
   
      
      
      .vertical-socio-wrapper {
     top: 80%;

      }

      .who-we-are-container{
       
      flex-direction: column;  
      gap: 40px;
      padding: 60px 30px ;
      }

      .who-we-are-left{
        width: 100%;
      }

      .who-we-are-right{
        width: 90%;
      }

      .upheading{
        padding: 0px 10px;
        font-size: 14px;
        flex-wrap: wrap;
      }

      .insights-container{
        padding: 0px 40px;
      }

      .insights-cards{
         display: block;
         gap: 20px;
      }

       .insights-card{

        margin-bottom: 25px;

       }

       .gbreview-redirect{

        flex-direction: column;
    
       
       }

       .gbreview-redirect-right{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 50px;
        padding: 10px;
       }

       .redirect-review-stars{
        display: none;
       }
.redirect-review-stars-mble{
      display: block;  
      }

      .vertical-socio-icon img{
      
      width: 18px;
      height: 18px;

      }

      .free-consultant-right{
       width: 100%;
      }

      .services-section {
    padding: 20px 20px;
}
      
  .achieve-stats {
    margin: 10px 50px;
    

  }

  .gvlogo-carousel .gvlogo-item img {
  width: 270px;
  height: 270px;
 
}

.padding0{
  margin-bottom: 0px !important;
}

.outer-div{
  padding: 0px 20px;
}
.owl-carousel{
 
}

.who-we-are-container{
  padding: 60px 20px;
}


.footer-container{
  padding: 50px 30px;
}

.footer-divider{
  margin-top:0px;
}
.upheading{
  font-size: 25px;
}

.free-consultant-left{
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.free-consultant-right{
  padding: 0px;
  margin-bottom: -40px;
}



.steps-container{
 
}
.steps-wrapper{
  display: flex;
  justify-content: center;
}

.heroleft{
  align-items: center;

}

.heroleft h1{ 
  font-size: 25px;
  text-align:center;
  text-transform: uppercase;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.heroleft h3{
   text-align: center;
   font-size: 13px;
}

.stepsleft-title  {
 
  font-size: 20px;
}


  .stepsleft-description p{
    font-size: 10px;
    line-height: 1.4;
}

.steps-container{
  padding: 0px 30px;
}

 

.review-row{
  background-color: black;
}

.review-card{
  background-color: black;
}


}

.bol{
  font-weight: 700;
}

