:root {
  --primary: #086d6d;
  --secondary: #e7692f;
  --golden: #bf9a03;
  --bg: #f5f5f5;
  --bg1: #ff826f;
}



@font-face {
  font-family: "nunito-bold";
  src: url(../Nunito/static/Nunito-Bold.ttf);
}


@font-face {
  font-family: "nunito-regular";
  src: url(../Nunito/static/Nunito-Regular.ttf);
}

@font-face {
  font-family: "nunito-medium";
  src: url(../Nunito/static/Nunito-Medium.ttf);
}

@font-face {
  font-family: "poppins";
  src: url(../Poppins/Poppins-Bold.ttf);
}



@media (max-width:765px) {
  .sm_hide {
    display: none !important;
  }

  section {
    padding: 20px 0;
  }

  p {
    font-size: 13px;
  }

  h2 {
    font-size: 2rem;
  }
}

@media (min-width:765px) {
  h2 {
    font-size: 3rem !important;
  }

  .lg_hide {
    display: none !important;
  }

  section {
    padding: 70px 0;
  }

  p {
    font-size: 14px;
  }
}

/* @media(max-width:1400px){
    section{
        min-height: 100vh;
        display: flex;
        align-items: center;
    }
} */

section {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "poppins" !important;
  text-transform: capitalize;
}

h2 {


  margin-bottom: 2rem !important;
}

body {
  font-family: "nunito-regular" !important;
  position: relative;
  background: white !important;
}



a {
  text-decoration: none !important;
  font-family: "nunito-medium" !important;
}

p {
  font-size: 16px !important;
}



/* =======================================================
                             HEADER START                     
============================================================= */


/* -------------mob_services-------------------- */

.mob_services,
.mob_submenu {
  ul {
    list-style: none;
  }

  i {
    padding-left: 2rem;
    color: black;
  }

  height: 100%;
  background: white;
  position: fixed;
  z-index: 999;
  top: 10%;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  width: 0;

  transition: 0.5s;

  .menu {
    display: flex;
    flex-direction: column;
    padding-left: 2rem;

    a {
      color: black;
      padding: 5px 0;
      text-transform: uppercase;
    }
  }
}

/* --------------mobile navbar------------------ */
@media(max-width:765px) {
  .navbar-toggler-icon {
    transform: translateY(-12px);
  }


  .nav-link {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .mob_drp {
    display: none;
    position: absolute;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    min-width: 150px;
    z-index: 99;
  }

  .mob_drp a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
  }

  .mob_drp a:hover {
    background: #f1f1f1;
  }

  /* Show dropdown on hover - for desktop */
  .nav-item:hover .mob_drp {
    display: block;
  }

  /* Show dropdown on click - for mobile using JS */
  .nav-link.active+.mob_drp {
    display: block;
  }

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;

  .mob_drp {
    padding-left: 10px;

    a {
      font-size: 16px;
    }
  }

  ul {
    height: 80vh;
    overflow: scroll;
  }
}


.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: black;
  display: block;
  transition: 0.3s;
  z-index: 1000;
  text-transform: uppercase;

  letter-spacing: 1px;

  span {
    color: var(--red);
  }

  i {
    font-size: 10px;
    transform: translateY(-1px);
  }
}


.sidenav a:hover {
  color: #535252;
}


.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 55px;
  margin-left: 50px;
}


#main {
  transition: margin-left .5s;
  padding: 20px;
}

#mob_services.sidenav .close {
  position: absolute;
  top: 0;
  left: -2px;
  font-size: 25px;
}

#mob_services.sidenav {
  top: 64px;
  box-shadow: 3px 3px 10px -1px rgb(129 129 129), -1px 1px 10px -1px rgba(255, 255, 255, 0.7);


}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mob_menu {
  margin-top: 4rem;
}

#mob_services .card {
  display: flex;
  align-items: center;
  border: none;
  padding: .5rem;
}

#mob_services .card .mob_menu_img {
  width: 130px;

}

#mob_services .card .mob_menu_img img {
  border-radius: 10px;
}

.menu_item {
  text-align: center;
  margin-top: .5rem;

}

.menu_item h5 a {
  padding: 0 !important;
  font-size: unset;
  color: black;
  font-size: 14px;
  color: var(--green);
}

/* -------------------mobile navbar-------------- */

@media (max-width:765px) {

  .nav_logo {
    width: 100px !important;
    padding: 10px;
  }

  header {
    .navbar {
      padding: 0 !important;
    }
  }
}

header {


  .nav-item {
    position: relative;
  }

  .nav_subitem {
    position: absolute;


  }

  .dropdown-menu {
    border: 0;
    /* box-shadow: -1px -2px 64px -13px rgb(0 0 0 / 75%); */

    .img_div {
      width: 45px;
      margin-right: 10px;
    }

    .card {
      display: flex;
      flex-direction: row;
      background: transparent;
      align-items: center;
      border: 0;
    }

    /* .col-md-3 {
      margin: 1rem 0;
    } */

    h6 {
      color: black;
    }
  }

  .navbar-toggler {
    /* transform: translateY(-13px); */
    padding: 0 !important;


    border: none;
  }

  .navbar.scrolled {
    position: fixed;
    width: 100%;
    background: var(--bg);
    z-index: 995;
    top: 0;
    box-shadow: 25px 7px 39px -18px rgba(0, 0, 0, .5);

    .nav-link {
      color: var(--primary) !important;
    }
  }

  .nav_logo {
    width: 130px;

  }

  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
      justify-content: flex-end;
    }

    .nav_logo {
      margin: auto;
    }
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    width: 250px;
    transition: .6s;
    /* Removes small delay */
  }

  /* Optional: smooth hover dropdown */
  .dropdown-menu {
    transition: all 0.3s ease;
    position: absolute !important;
    left: 0;
    right: 0;
    width: 100px;
    margin: auto;
    /* top: 17%; */
    transition: .6s;
    background: var(--bg);
    box-shadow: -1px 8px 14px 0px #8080809c;
  }

  .navbar {
    padding: 1.2rem 0 !important;

    .dropdown-item {
      text-transform: uppercase;
      font-size: 14px;
      padding: 15px 18px;
      /* border-bottom: 1px solid #80808026; */
      box-shadow: 1px 3px 4px 0px rgb(0 0 0 / 20%);





    }

    .dropdown-item.active,
    .dropdown-item:active {
      color: var(--bs-dropdown-link-active-color);
      text-decoration: none;
      background-color: #6c757d1c;
    }



    /* background: #00923f; */


    .nav-link {
      text-transform: capitalize;
      font-size: 18px;
      font-weight: 500;
      color: var(--primary) !important;
      font-family: "nunito-medium" !important;
      transition: .6s;



    }

    .nav-link:hover {
      color: white;


    }

    .nav-item {
      margin: 0 12px;
    }
  }

}


/* =======================================================
                             HEADER END                     
============================================================= */


/* =======================================================
                             BANNER START                     
============================================================= */
.banner {



  .banner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    padding: 0 10%;
    position: relative;
    background: white;
  }

  /* --- The Giant Blue Blob Background --- */
  .bg-blob {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #F2F4FC;
    /* Light purple/blue tint */
    border-bottom-right-radius: 50% 100%;
    border-top-right-radius: 30%;
    z-index: 0;
  }

  /* --- Left Column: Text --- */
  .text-content {
    flex: 1;
    z-index: 1;
    max-width: 500px;
    margin-top: 9rem;

  }

  .text-content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .text-content p {
    color: #777;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 400px;
  }

  /* Button Styling */
  .cta-button {
    background-color: var(--primary);
    /* Main Brand Color */
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(93, 108, 179, 0.3);
    transition: transform 0.2s ease, background 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    a{
      color: white  !important;
    }
  }

  .cta-button:hover {
    transform: translateY(-2px);
    background-color: var(--secondary);
  }

  /* --- Right Column: Image & Hexagon --- */
  .image-content {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    margin-top: 9rem;

  }

  .hex-wrapper {
    position: relative;
    /* width: 400px;
            height: 450px; */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* The Clipping Mask for the Hexagon Image */
  .hex-mask {
   width: 600px;
    z-index: 2;
    overflow: hidden;
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
  }

  .hex-mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    /* Align image to show faces better */
  }

  /* The SVG Border */
  .hex-border {
    position: absolute;
    width: 115%;
    height: 115%;
    top: -5%;
    left: -12%;
    z-index: 1;
    transform: rotate(-10deg);
    display: none;
  }

  /* --- Decorative Elements --- */
  .dots-left,
  .dots-right {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: radial-gradient(#aaa 20%, transparent 20%);
    background-position: 0 0;
    background-size: 10px 10px;
    opacity: 0.6;
  }

  .dots-left {
    top: 30%;
    left: 5%;
    z-index: 2;
  }

  .dots-right {
    bottom: -20px;
    left: 20px;
    z-index: 0;
  }

  .cross-icon {
    position: absolute;
    font-size: 20px;
    color: #ccc;
    transform: rotate(45deg);
    z-index: 0;
    font-family: sans-serif;
    font-weight: bold;
  }

  .circle-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #ffcccc;
    border-radius: 50%;
    top: 25%;
    left: 48%;
    z-index: 0;
  }

  /* Mobile Responsiveness */
  @media (max-width: 900px) {
    .banner-container {
      flex-direction: column;
      padding: 50px 20px;
      text-align: center;
      justify-content: center;
    }

    .bg-blob {
      width: 100%;
      height: 40%;
      border-radius: 0 0 50% 50%;
    }

    .text-content {
      margin-bottom: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 50px;
    }

    .text-content h1 {
      font-size: 2.5rem;
    }

    .hex-wrapper {
      transform: scale(0.8);
    }
  }
}

@keyframes float-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/* =======================================================
                           BANNER END                
============================================================= */


/* =======================================================
                               FEATURES SECTION START                
============================================================= */
.features-section {
  padding: 60px 0;
  background: linear-gradient(to bottom, #fff 80%, #fff 100%);
  /* Simulating the fade */
}

.features-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.feature-card {
  flex: 1;
  min-width: 280px;
  display: flex;
  gap: 20px;
}

.icon-box {
  background-color: var(--secondary);
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
  /* Prevents shrinking */
  border-radius: 2px;
}

.feature-content h3 {
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.feature-content p {
  font-size: 0.9rem;
  margin-bottom: 10px;
  line-height: 1.5;
}

.read-more {
  text-decoration: none;
  color: var(--secondary);
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* =======================================================
                               FEATURES SECTION END                
============================================================= */


/* =======================================================
                               HOME ABOUT SECTION START                
============================================================= */


/* --- RESET & VARIABLES --- */
:root {
  --color-primary: #1e1b4b;
  /* Dark Blue */
  --color-accent: #22d3ee;
  /* Cyan-400 equivalent */
  --color-text: #6b7280;
  /* Gray-500 equivalent */
  --color-white: #ffffff;
  --font-main: 'Manrope', sans-serif;
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}





/* --- LAYOUT UTILITIES --- */
.container {
  width: 100%;
  max-width: 1280px;
  /* max-w-7xl */
  margin: 0 auto;
}

.grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 1024px) {
  body {
    /* padding: 3rem; */
  }

  .grid-layout {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
}


.image-composition {
  position: relative;
  width: 100%;
  max-width: 32rem;
  /* max-w-lg */
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .image-composition {
    max-width: none;
  }
}

/* Dots Pattern */
.dots-pattern {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 12rem;
  height: 12rem;
  background-image: radial-gradient(#d1d5db 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.6;
  z-index: 0;
  display: none;
}

@media (min-width: 1024px) {
  .dots-pattern {
    display: block;
  }
}

/* Main Image Wrapper */
.main-image-wrapper {
  position: relative;
  z-index: 10;
  /* margin-right: 2rem; */
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .main-image-wrapper {
    margin-right: 3rem;
  }
}

.main-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 150px 0;
  box-shadow: var(--shadow-xl);
  transition: transform 0.7s ease;
  display: block;
}

@media (min-width: 1024px) {
  .main-image {
    height: 500px;
  }
}

.main-image:hover {
  transform: scale(1.05);
}

/* Logo Badge */
.logo-badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-lg);
  z-index: 20;
}

.logo-badge svg {
  width: 2.5rem;
  height: 2.5rem;
  color: white;
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  bottom: 2.5rem;
  right: 0;
  transform: translateX(25%);
  background-color: white;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  padding: 0.75rem 2rem 0.75rem 1rem;
  box-shadow: var(--shadow-lg);
  z-index: 30;
  display: flex;
  align-items: center;
  border-right: 4px solid var(--secondary);
  min-width: 220px;
  animation: float-y 4s cubic-bezier(0.25, 0.1, 0.25, 1.06) infinite;
}

.years-count {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--secondary);
  margin-right: 0.75rem;
}

.years-text {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-text);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  line-height: 1.25;
}

/* Circular Overlay Image */
.circle-image {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 6px solid white;
  overflow: hidden;
  box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
  z-index: 20;
}

.circle-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .circle-image {
    width: 12rem;
    height: 12rem;
  }
}

/* --- RIGHT COLUMN: TEXT CONTENT --- */
.text-content {
  position: relative;
  z-index: 10;
  padding-left: 0;
}

@media (min-width: 1024px) {
  .text-content {
    padding-left: 1.5rem;
  }
}

@media (max-width:765px) {
  .eyebrow {
    justify-content: center;
  }

  h2 {
    text-align: center;
  }

  p.description {
    text-align: center;
  }

  .actions-container {
    align-items: center !important;
  }
}

/* Eyebrow */
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.eyebrow span {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--color-text);
  text-transform: uppercase;
}

.eyebrow-line {
  width: 2rem;
  height: 2px;
  background-color: var(--primary);
}

/* Typography */
h2 {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 3rem;
  }
}

p.description {
  color: var(--color-text);
  font-size: 1.125rem;
  line-height: 1.625;
  margin-bottom: 2rem;
}

/* Feature List */
.feature-list {
  list-style: none;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.check-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-icon i {
  width: 1rem;
  height: 1rem;
  color: white;
  stroke-width: 3;
}

.feature-text {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1.125rem;
}

/* Actions Area */
.actions-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .actions-container {
    flex-direction: row;
    align-items: center;
  }
}

/* Button */
.btn-primary {
  background-color: var(--primary);
  color: white;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  box-shadow: var(--shadow-lg);
  transition: all 0.3s ease;
  font-size: 1rem;
}

.btn-primary:hover {
  background-color: var(--secondary);
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* Award Card */
.award-card {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, #eff6ff 100%);
  border-radius: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 20rem;
  position: relative;
  overflow: hidden;
}

/* Decorative blur and swoosh for award card */
.award-card::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 80px;
  height: 80px;
  background: rgba(34, 211, 238, 0.15);
  border-radius: 50%;
  filter: blur(20px);
}

.award-swoosh {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4rem;
  width: 4rem;
  background: linear-gradient(to top left, var(--color-accent), transparent);
  opacity: 0.2;
  border-top-left-radius: 100%;
}

.award-icon-wrapper {
  position: relative;
}

.award-icon-bg {
  position: absolute;
  inset: 0;
  background-color: #cffafe;
  /* cyan-100 */
  border-radius: 50%;
  transform: scale(1.5);
  opacity: 0.5;
  filter: blur(4px);
}

.award-icon {
  position: relative;
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-accent);
}

.award-number {
  font-size: 1.875rem;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1;
}

.award-label {
  font-size: 0.75rem;
  color: var(--color-text);
  font-weight: 500;
  margin-top: 0.25rem;
}





/* =======================================================
                               HOME ABOUT SECTION END                
============================================================= */


/* =======================================================
                               HOME SERVICE CARD SECTION START                
============================================================= */
:root {
  /* Define CSS variables for the colors shown in the image */
  --primary-bg: #FFFFFF;
  --secondary-bg: #F5FCF5;
  /* Very light greenish-white for card interior */
  --accent-green-light: #B4E88C;
  /* Light green for the icon background */
  --accent-green-dark: #388E3C;
  /* Darker green for the icon stroke/fill */
  --text-primary: #1F2937;
  --text-secondary: #4B5563;
}

.service_card {

  h2 {
    color: var(--primary);
    text-align: center;
  }



  body {
    font-family: 'Inter', sans-serif;
    background-color: var(--primary-bg);
    padding: 3rem 1rem;
    min-height: 100vh;
    display: flex;
    /* Enable flexbox for centering */
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
  }

  /* Single Card Wrapper to control max width */
  .single-card-wrapper {
    width: 100%;
    max-width: 450px;
    /* A suitable maximum width for a single feature card */
  }

  /* --- Individual Card Styling (Kept intact from the original design) --- */

  /* Individual Card Styling */
  .service-card {
    background-color: var(--primary-bg);
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.06);
    padding: 1rem;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  }

  .service-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  }

  /* Inner Content Area (Light Green Background) */
  .card-content {
    background-color: var(--secondary-bg);
    padding: 24px;
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  /* Icon Wrapper Styling */
  .icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: var(--secondary);
    border-radius: 8px;
    /* Rounded square background */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  /* Icon SVG Styling */
  .icon-svg {
    width: 100%;
    height: 100%;
    stroke: white;
    fill: none;
    stroke-width: 2;
  }

  /* Title Styling */
  .card-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }

  /* Description Styling */
  .card-description {
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
  }
}



/* ====================================================================
                               HOME SERVICE CARD SECTION END                
=========================================================================== */


/* ========================================================
                          FAQ START                            
============================================================ */
.faq-section {
  padding: 2rem 0;
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-header {
  h2 {
    font-size: 2.5rem;
    color: #0f172a;
    /* Slate 900 */
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
  }

  h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--secondary);
    margin: 15px auto 0;
    border-radius: 2px;
  }
}

.section-header p {
  color: #64748b;
  /* Slate 500 */
  font-size: 1.1rem;
}

/* --- Accordion Styles --- */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: #bfdbfe;
  /* Light Blue */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Native Details/Summary styling */
details {
  width: 100%;
}

summary {
  padding: 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
  /* Slate 900 */
  font-size: 1.1rem;
  list-style: none;
  /* Remove default triangle */
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s;
}

summary::-webkit-details-marker {
  display: none;
  /* Hide default triangle in Chrome/Safari */
}

/* Custom Icon using CSS pseudo-element */
summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: #2563eb;
  /* Blue 600 */
  transition: transform 0.3s ease;
  line-height: 1;
}

details[open] summary::after {
  transform: rotate(45deg);
  /* Rotate to form an X */
}

details[open] summary {
  background-color: #f8fafc;
  border-bottom: 1px solid #f1f5f9;
}

.answer {
  padding: 1.5rem;
  color: #64748b;
  /* Slate 500 */
  font-size: 0.95rem;
  line-height: 1.7;
  background-color: #ffffff;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Highlighting keywords --- */
.highlight {
  color: #2563eb;
  font-weight: 500;
}

/* ========================================================
                           FAQ END                            
============================================================ */


/* ========================================================
                         WHY CHOOSE US START                    
============================================================ *

/  /* --- Why Choose Us Section (White Theme) --- */
.wy_choose {
  .why-us-section {
    background-color: white;
    color: var(--text-body);
    padding: 6rem 0;
    /* margin-top: 3rem; */
    border-top: 1px solid var(--border-color);
    position: relative;
  }

  /* Optional: Very subtle background texture for the white section */
  .why-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(#e2e8f0 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.5;
    pointer-events: none;
  }

  .section-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 3.5rem;
    position: relative;
    color: #333;
    letter-spacing: -1px;
  }

  .section-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--secondary);
    margin: 15px auto 0;
    border-radius: 2px;
  }

  .features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: relative;
    /* z-index fix for pattern */
    z-index: 1;
  }

  .feature-box {
    background-color: white;
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid var(--border-color);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #80808054;
  }

  .feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #bfdbfe;
    /* Light Blue Border on Hover */
  }

  .feature-box h4 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #333;
  }

  .feature-box p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
  }

  .feature-box i {
    font-size: 2.25rem;
    color: var(--primary);
    margin-bottom: 1.5rem;
    background: #eff6ff;
    /* Very light blue bg for icon */
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
  }

  .feature-box:hover i {
    background-color: var(--primary);
    color: white;
  }

  @media (min-width: 1024px) {
    .grid-container {
      grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }
}

/* ========================================================
                       WHY CHOOSE US END                        
============================================================ */


/* ========================================================
                    HOME SERVICE CARD SECTION START                      
============================================================ */
.home_service_sec {

  @media (max-width:765px) {
    h2 {
      font-size: 2rem !important;
    }
  }

  .card_payroll {
    .card-list li svg {
      color: #10b981;
    }

  }

  .card_statutory {
    .card-list li svg {
      color: #9333ea;
    }

  }

  .card_payroll {
    .card-list li svg {
      color: 10b981;
    }

  }

  .card_shops {
    .card-list li svg {
      color: #ea580c;
    }

  }

  .card_posh {
    .card-list li svg {
      color: #e11d48;
    }

  }

  h2 {
    position: relative;
    padding-bottom: 20px !important;
  }

  h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: white;
    /* margin: 15px auto 0; */
    border-radius: 2px;
    position: absolute;
    /* padding-bottom: 15px; */
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .service-card {
    background: #ffffff;
    border-radius: 1rem;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }

  .card-body-custom {
    padding: 2rem;
    flex: 1;
  }

  .card-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .icon-box {
    padding: 0.75rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Icon Box Colors */
  .icon-blue {
    background-color: #dbeafe;
    color: #2563eb;
  }

  .icon-emerald {
    background-color: #ecfdf5;
    color: #059669;
  }

  .icon-purple {
    background-color: #faf5ff;
    color: #9333ea;
  }

  .icon-orange {
    background-color: #fff7ed;
    color: #ea580c;
  }

  .icon-rose {
    background-color: #fff1f2;
    color: #e11d48;
  }


  .tag {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    background-color: #dbeafe;
    color: #1e40af;
  }

  .card-title-custom {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
  }

  .card-subtitle {
    font-size: 0.875rem !important;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }

  .text-blue-sub {
    color: #2563eb;
    text-transform: none;
    font-size: 0.95rem;
  }

  .text-gray-sub {
    color: #94a3b8;
  }

  .card-desc {
    color: #64748b;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }

  /* --- Lists inside cards --- */
  .card-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .card-list li {
    display: flex;
    align-items: flex-start;
    font-size: 0.875rem;
    color: #64748b;
  }

  .card-list li svg {
    /* color: #10b981; */
    margin-right: 0.75rem;
    flex-shrink: 0;
    margin-top: 2px;
  }

  /* --- Recruitment Detail Items --- */
  .detail-item {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 1rem;
    border-radius: 0.75rem;
    height: 100%;
  }

  .detail-title {
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    font-size: 1rem;
  }

  .detail-title svg {
    color: #3b82f6;
    margin-right: 0.5rem;
    width: 16px;
    height: 16px;
  }

  .detail-text {
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
  }

  /* --- Footer/Action areas in cards --- */
  .card-footer-custom {
    background-color: #f8fafc;
    padding: 1rem 2rem;
    border-top: 1px solid #e2e8f0;
  }

  .btn-link-custom {
    background: none;
    border: none;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
  }

  .btn-link-custom:hover {
    color: #1e40af;
  }

  .btn-link-custom svg {
    margin-left: 0.5rem;
    width: 16px;
    height: 16px;
  }

  /* Color bars at bottom of cards */
  .color-bar {
    height: 6px;
    width: 100%;
  }

  .bg-emerald {
    background-color: #10b981;
  }

  .bg-purple {
    background-color: #9333ea;
  }

  .bg-orange {
    background-color: #ea580c;
  }

  .bg-rose {
    background-color: #e11d48;
  }

  .bg-blue {
    background-color: #2563eb;
  }

  /* --- CTA Section --- */
  .cta-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
    background-color: var(--primary);
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  .cta-container {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  @media (min-width: 768px) {
    .cta-container {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      text-align: left;
    }
  }

  .cta-content h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
  }

  .cta-content p {
    color: white;
    /* blue-200 */
    max-width: 36rem;
    font-size: 1rem;
    margin-bottom: 0;
  }

  .btn-primary-custom {
    background-color: white;
    color: var(--primary);
    padding: 0.75rem 2rem;
    border-radius: 0.5rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
    font-size: 1rem;
    a{
       color: var(--primary);
    }
  }

  .btn-primary-custom:hover {
    background-color: #f1f5f9;
  }
}

/* ========================================================
                     HOME SERVICE CARD SECTION END                      
============================================================ */





/*  ======================================================== 
                        JOB CARD START
    =========================================================== */

/* Grid Layout */
.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

/* Job Card */
.job-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  border: 1px solid #e2e8f0;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Card Header */
.card-header {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 1rem;
}

.job-title {
  font-size: 1.25rem !important;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.meta-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  padding: 0.25rem 0.75rem;
  border-radius: 50px;
  font-weight: 600;
}

.tag-loc {
  background-color: #f1f5f9;
  color: #475569;
}

.tag-exp {
  background-color: #e0f2fe;
  color: var(--primary);
}

.tag i {
  margin-right: 0.4rem;
}

/* Card Body */
.card-body {
  flex-grow: 1;
}

.section-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  margin: 1.25rem 0 0.5rem 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.job-list {
  list-style: none;
  margin-bottom: 1rem;
}

.job-list li {
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 0.5rem;
  color: #475569;
  font-size: 0.95rem;
}

.job-list li::before {
  content: "•";
  color: var(--primary);
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  header h1 {
    font-size: 2rem;
  }

  .jobs-grid {
    grid-template-columns: 1fr;
  }
}


/*  ========================================================
                        JOB CARD END
    =========================================================== */


/* ================================================================
                               CONTACT SECTION START                   
    ===================================================================== */

.contact_sec {


  .container {
    width: 100%;
    max-width: 1200px;
    display: flex;
    gap: 4rem;
    align-items: center;
  }

  /* --- Left Side: Contact Form Card --- */
  .form-container {
    flex: 1;
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    max-width: 550px;
  }

  .form-header h2 {
    font-size: 1.8rem !important;
    color: black;
    margin-bottom: 2rem;
    font-weight: 700;
  }

  .form-row {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .form-group.full-width {
    width: 100%;
  }

  label {
    font-size: 0.9rem;
    font-weight: 600;
    color: black;
  }

  input,
  textarea {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f8fafc;
    font-size: 0.95rem;
    outline: none;
    transition: border-color 0.3s;
  }

  input::placeholder,
  textarea::placeholder {
    color: #94a3b8;
  }

  input:focus,
  textarea:focus {
    border-color: #3b5bdb;
    background-color: white;
  }

  textarea {
    resize: none;
    height: 120px;
  }

  .form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .privacy-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
    cursor: pointer;
  }

  .privacy-check input {
    width: auto;
  }

  .btn-submit {
    background-color: var(--primary);
    color: white;
    border: none;
    padding: 0.8rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
  }

  .btn-submit:hover {
    background-color: var(--secondary);
    transform: translateY(-2px);
  }

  /* --- Right Side: Contact Info --- */
  .info-container {
    flex: 1;
    padding-right: 2rem;
  }

  .info-header h2 {
    font-size: 2rem !important;
    color: black;
    line-height: 1.2;
    margin-bottom: 1rem;
  }

  .info-header p {
    color: #64748b;
    margin-bottom: 3rem;
    line-height: 1.6;
    max-width: 90%;
  }

  .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
  }

  .info-card {
    background: white;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: transform 0.3s;
  }

  .info-card:hover {
    transform: translateY(-5px);
  }

  .icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
  }

  /* Specific Colors for Icons */
  .icon-office {
    background-color: #e0e7ff;
    color: #4f46e5;
  }

  .icon-phone {
    background-color: #ffedd5;
    color: #f97316;
  }

  .icon-hours {
    background-color: #f3e8ff;
    color: #9333ea;
  }

  .icon-email {
    background-color: #dcfce7;
    color: #16a34a;
  }

  .card-details h3 {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0.25rem;
  }

  .card-details p {
    font-size: 0.85rem;
    color: #64748b;
    line-height: 1.4;
  }

  .social-section {
    display: flex;
    align-items: center;
    gap: 1.5rem;
  }

  .social-label {
    font-weight: 600;
    color: black;
  }

  .social-icons {
    display: flex;
    gap: 1rem;
  }

  .social-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background-color: #eff6ff;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 0.9rem;
  }

  .social-btn:hover {
    background-color: var(--primary);
    color: white;
  }

  /* --- Responsive Design --- */
  @media (max-width: 968px) {
    body {
      background: linear-gradient(180deg, var(--primary-dark) 200px, white 200px);
      padding: 1rem;
      display: block;
      height: auto;
    }

    .container {
      flex-direction: column-reverse;
      /* Put form on top or bottom based on preference, here bottom usually makes sense if text introduces it, but image shows form left. */
      gap: 3rem;
      margin-top: 2rem;
    }

    .form-container {
      width: 100%;
      max-width: 100%;
    }

    .info-container {
      padding-right: 0;
      text-align: center;
    }

    .info-header h1 {
      color: white;
      /* On mobile, the top text might be on the dark background */
    }

    .info-header p {
      color: #cbd5e1;
      margin: 0 auto 3rem auto;
    }

    /* Override text color back to dark if we want the info section below the dark header */
    .info-container {
      /* If we want the text to be visible on the white part */
      margin-top: -100px;
      z-index: 10;
    }

    /* Let's simplify mobile layout: Stack standard */
    body {
      background: #f9f9f9;
      display: block;
    }

    .container {
      flex-direction: column;
    }

    .info-header h1 {
      color: #333;
    }

    .info-header p {
      color: #64748b;
    }

    .info-container {
      margin-top: 0;
      text-align: left;
    }

    .info-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 600px) {
    .form-row {
      flex-direction: column;
      gap: 0;
    }

    .form-footer {
      flex-direction: column;
      gap: 1.5rem;
      align-items: flex-start;
    }

    .btn-submit {
      width: 100%;
    }
  }
}


/* ================================================================
                               CONTACT SECTION START                   
    ===================================================================== */













/* ==================footer============================ */
.footer {
  background-color: var(--primary);
  /* Dark background */
  padding: 70px 0 0 0;
  color: white;
  /* Light gray text */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Grid Layout */
.footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 Columns on Desktop */
  gap: 30px;
}

/* Column Styling */
.footer-col h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}

/* Underline Effect for Headings */
.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  /* Accent Color (Pink/Red) */
  height: 2px;
  width: 50px;
}

/* Descriptions & Address */
.footer-description {
  margin-bottom: 20px;
  font-size: 14px;
}

.footer-address {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* Links (Services & Quick Links) */
.footer-col ul {
  list-style: none;
  padding-left: 0;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease;
}

/* Hover Effect for Links */
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
  /* Slide effect */
}

/* Contact Section */
.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-item i {
  color: white;
}

/* Social Media Icons */
.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  /* Circle shape */
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #e91e63;
  /* Accent color on hover */
  color: #ffffff;
  transform: translateY(-3px);
}

/* Footer Bottom Bar */
.footer-bottom {
  background-color: var(--primary);
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);

  a {
    color: #ffffffa3;
    text-transform: capitalize;
    font-size: 14px;
  }
}

/* --- RESPONSIVE DESIGN (Media Queries) --- */

/* Tablet (2 Columns) */
@media (max-width: 991px) {
  .footer-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* Mobile (1 Column) */
@media (max-width: 576px) {
  .footer-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* Center align content on mobile for better look */
  .footer-col {
    text-align: center;
  }

  /* Center the underline */
  .footer-col h4::before {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Center Flex items (Address & Contact) */
  .footer-address,
  .contact-item,
  .social-links {
    justify-content: center;
  }
}

/* ==================footer============================ */







/* ========================side icons=========================== */

.whats-btn img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(15deg) brightness(107%) contrast(101%);
  height: 1.5rem;
  width: 1.5rem;
}

.call-btn img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(105%) contrast(105%);
  height: 1.5rem;
  width: 1.5rem;
}

.call-btn:hover {
  width: fit-content;
}

.whats-btn:hover .title,
.insta-btnn:hover .title {
  width: 100px;
  color: white;
}

.call-btn:hover .title {
  width: 100px;
}

.call-btn .img-div,
.whats-btn .img-div,
.insta-btnn .img-div {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-btn .title,
.whats-btn .title,
.insta-btnn .title {
  /* transform: translateX(100%); */
  /* visibility: hidden; */
  /* display: none; */
  width: 0px;
  overflow: hidden;
  transition: 0.5s;
  white-space: nowrap;

}

.call-btn {
  position: fixed;
  /* left: 2rem; */
  bottom: 2rem;
  height: 3rem;
  /* width: 3rem; */
  z-index: 999;
  color: white;
  background: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  right: 0;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
}

.whats-btn,
.insta-btnn {
  position: fixed;
  /* left: 2rem; */
  bottom: 2rem;
  height: 3rem;
  /* width: 3rem; */
  z-index: 999;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  right: 0;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
}

.whats-btn {
  background: #007f38;
  transform: translateY(-50px);
  /* right: 2rem; */
}

.insta-btnn {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  transform: translateY(-100px);
  /* width: 100px; */
}

.insta-btnn img {
  /* height: 22px; */
  filter: invert(100%) sepia(0%) saturate(1503%) hue-rotate(327deg) brightness(105%) contrast(94%);
}


/* ========================side icons=========================== */

/* ================contact map============================ */
.contact_map {
  h2 {
    text-align: center;
    margin-bottom: 2rem;
  }
}

/* ================contact map============================ */

/* =======================================================
                            CONTACT START                    
============================================================= */

.contact {
  .container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 2rem;

    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form {
    width: 100%;
    max-width: 820px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    z-index: 1;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-form {
    background-color: #252525;
    position: relative;
  }







  form {
    padding: 2.3rem 2.2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }

  .title {
    color: #fff;
    font-weight: 500;

    line-height: 1;
    margin-bottom: 0.7rem;
  }

  .input-container {
    position: relative;
    margin: 1rem 0;
  }

  .input {
    width: 100%;
    outline: none;
    border: 2px solid #fafafa;
    background: none;
    padding: 0.6rem 1.2rem;
    color: #fff;
    font-weight: 500;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    border-radius: 5px;
    transition: 0.3s;
  }

  textarea.input {
    padding: 0.8rem 1.2rem;
    min-height: 150px;
    border-radius: 5px;
    resize: none;
    overflow-y: auto;
  }

  .input-container label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4rem;
    color: #fafafa;
    font-size: 0.9rem;
    font-weight: 400;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }

  .input-container.textarea label {
    top: 1rem;
    transform: translateY(0);
  }

  .btn {
    padding: 0.6rem 1.3rem;
    background-color: #fff;
    border: 2px solid #fafafa;
    font-size: 0.95rem;
    color: black;
    line-height: 1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
    width: 100%;
  }

  .btn:hover {
    background-color: transparent;
    color: #fff;
  }

  .input-container span {
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 0.8rem;
    padding: 0 0.4rem;
    color: transparent;
    pointer-events: none;
    z-index: 1;
  }

  .input-container span:before,
  .input-container span:after {
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    background-color: #1abc9c;
    top: 50%;
    transform: translateY(-50%);
  }

  .input-container span:before {
    left: 50%;
  }

  .input-container span:after {
    right: 50%;
  }

  .input-container.focus label {
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 0.8rem;
  }

  .input-container.focus span:before,
  .input-container.focus span:after {
    width: 50%;
    opacity: 1;
  }

  .contact-info {
    padding: 2.3rem 2.2rem;
    position: relative;
  }

  .contact-info .title {
    color: black;
  }

  .text {
    color: #333 !important;
    margin: 1.5rem 0 2rem 0;
    font-size: 16px !important;
  }

  .information {
    display: flex;
    color: #222020 !important;
    margin: 0.7rem 0;
    align-items: flex-start;
    font-size: 0.95rem;

    p {
      color: #222020 !important;
    }
  }

  .information i {
    color: var(--rose);
    transform: translateY(4px);
    margin-right: 8px;
  }

  .information p {
    margin-bottom: 0;
  }

  .icon {
    width: 28px;
    margin-right: 0.7rem;
  }

  .social-media {
    padding: 2rem 0 0 0;
  }

  .social-media p {
    color: #222020 !important;
  }

  .social-icons {
    display: flex;
    margin-top: 0.5rem;
  }

  .social-icons a {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: linear-gradient(45deg, #0086c0, #5dceff);

    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-right: 0.5rem;
    transition: 0.3s;
  }

  .social-icons a:hover {
    transform: scale(1.05);
  }




  .square {
    position: absolute;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(181%, 11%);
    opacity: 0.2;
  }

  @media (max-width: 850px) {
    .form {
      grid-template-columns: 1fr;
    }

    .contact-info:before {
      bottom: initial;
      top: -75px;
      right: 65px;
      transform: scale(0.95);
    }

    .contact-form:before {
      top: -13px;
      left: initial;
      right: 70px;
    }

    .square {
      transform: translate(140%, 43%);
      height: 350px;
    }

    .big-circle {
      bottom: 75%;
      transform: scale(0.9) translate(-40%, 30%);
      right: 50%;
    }

    .text {
      margin: 1rem 0 1.5rem 0;
    }

    .social-media {
      padding: 1.5rem 0 0 0;
    }
  }

  @media (max-width: 768px) {}

  @media (max-width: 480px) {


    .container {
      padding: 1.5rem;
    }

    .contact-info:before {
      display: none;
    }

    .square,
    .big-circle {
      display: none;
    }

    form,
    .contact-info {
      padding: 1.7rem 1.6rem;
    }

    .text,
    .information,
    .social-media p {
      font-size: 0.8rem;
    }

    .title {
      font-size: 1.15rem;
    }

    .social-icons a {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }

    .icon {
      width: 23px;
    }

    .input {
      padding: 0.45rem 1.2rem;
    }

    .btn {
      padding: 0.45rem 1.2rem;
    }
  }

}

/* =======================================================
                             CONTACT END                     
============================================================= */


/* =============================================================
                    BANNER SUB START                             
================================================================== */

.banner_1 {
  position: relative;

  .col-md-6 {
    display: flex;

    align-items: center;
  }

  p {
    text-align: center;
  }

  .img_div {
    padding: 1rem;

    img {
      border-radius: 50px;
    }
  }

  /* --- Decorative Elements --- */
  .dots-left,
  .dots-right {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: radial-gradient(#aaa 20%, transparent 20%);
    background-position: 0 0;
    background-size: 10px 10px;
    opacity: 0.6;
  }

  .dots-left {
    top: 30%;
    left: 5%;
    z-index: 2;
  }

  .dots-right {
    bottom: -20px;
    left: 20px;
    z-index: 0;
  }

  .cross-icon {
    position: absolute;
    font-size: 20px;
    color: #ccc;
    transform: rotate(45deg);
    z-index: 0;
    font-family: sans-serif;
    font-weight: bold;
  }

  .circle-icon {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 2px solid #ffcccc;
    border-radius: 50%;
    top: -18%;
    left: 52%;
    z-index: 0;
  }

  .decor-wrapper {
    position: relative;

    width: 100%;
  }

  /* THE MAIN IMAGE */
  .main-image {
    width: 100%;
    height: auto;
    display: block;
    /* Creating the pill shape from your screenshot */
    border-radius: 80px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    /* Sits above background decorations */
  }

  /* DECORATION 1: The Dot Grid Pattern (Left side) */
  .decor-dots {
    position: absolute;
    top: 20%;
    left: -40px;
    width: 100px;
    height: 150px;
    z-index: 1;
    /* CSS-only dot pattern */
    background-image: radial-gradient(#cbd5e1 2px, transparent 2px);
    background-size: 15px 15px;
    display: none;
  }

  /* DECORATION 2: Solid Offset Box (Bottom Right) */
  .decor-box {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 150px;
    height: 150px;
    /* background-color: #e2e8f0; */
    border-radius: 30px;
    z-index: 1;
    border: 4px solid #c2e7ee8f;
    display: none;
  }

  /* DECORATION 3: Floating Ring (Top Right) */
  .decor-ring {
    position: absolute;
    top: -30px;
    right: 40px;
    width: 20px;
    height: 20px;
    border: 3px solid #3b82f6;
    border-radius: 50%;
    z-index: 3;
    background: transparent;
    animation: float 6s ease-in-out infinite;
  }

  /* DECORATION 4: Small Accent Circle (Bottom Left) */
  .decor-circle-fill {
    position: absolute;
    bottom: 20px;
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: #f43f5e;
    /* Rose accent color */
    border-radius: 50%;
    z-index: 3;
    animation: float 5s ease-in-out infinite reverse;
  }

  h2 {
    text-align: center;
    position: relative;
    padding-bottom: 1rem;
    color: var(--primary);
  }

  h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    height: 5px;
    border-radius: 10px;
    background: linear-gradient(120deg, #84fab0, #8fd3f4);
  }



}

/* Simple floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* =============================================================
                    BANNER SUB END                             
================================================================== */


/* =============================================================
                   CONTENT START                             
================================================================== */
.about-section {
  padding: 50px 0 100px 0;
}

.about-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* Image Styling */
.about-image-wrapper {
  flex: 1;
  position: relative;
}

.image-container {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  /* Space for squares */
  padding-bottom: 20px;
}

.image-container img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  /* The specific rounded corner shape */
  border-top-left-radius: 120px;
  object-fit: cover;
  min-height: 400px;
}

/* Decorative Squares */
.deco-square {
  position: absolute;
  width: 20px;
  height: 20px;
  z-index: 2;
}

.orange-sq {
  background-color: var(--primary);
  bottom: 0;
  left: 0;
  /* Bottom left square */
  width: 60px;
  height: 60px;
  z-index: 2;
}

.blue-sq-top {
  background-color: var(--secondary);
  top: 20px;
  right: -10px;
  width: 25px;
  height: 25px;
}

.blue-sq-bot {
  background-color: var(--secondary);
  bottom: -10px;
  left: 80px;
  width: 20px;
  height: 20px;
}

/* Floating Button */
.floating-btn {
  position: absolute;
  bottom: 50px;
  right: -20px;
  background-color: var(--secondary);
  color: white;
  padding: 12px 25px;
  font-size: 0.9rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  z-index: 3;
}

/* Content Styling */
.about-content {
  flex: 1;
}
@media (max-width:765px){
  .sub-heading{
    text-align: center;
  }
}
.sub-heading {
  color: var(--secondary);
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.main-heading {
  color: #333;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 25px;
}

.main-heading .highlight {
  color: var(--primary);
}

.description {
  margin-bottom: 30px;
}

.quote-box {
  background-color: #eeeeee;
  border-left: 4px solid var(--primary);
  padding: 25px;
}

.quote-box p {
  font-size: 0.95rem;
  color: #555;
  margin: 0;
}

/* --- Responsive Design (Mobile) --- */
@media (max-width: 900px) {
  .about-grid {
    flex-direction: column;
  }

  .about-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main-heading {
    font-size: 2rem;
  }

  .floating-btn {
    right: 10px;
  }
}

@media (max-width: 600px) {
  .features-grid {
    flex-direction: column;
  }

  .image-container img {
    border-top-left-radius: 60px;
    min-height: 300px;
  }
}

/* =============================================================
                  CONTENT END                             
================================================================== */

/* ====================================================
                   TESTIMONIAL START                   
=============================================================== */
.testimonial_sec {

  /* --- Section Layout --- */
  .testimonial-section {
    padding: 80px 20px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
  }

  .container {
    max-width: 800px;
    width: 100%;
    text-align: center;
  }

  .section-header h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 10px;
  }

  .section-header p {
    color: #666;
    margin-bottom: 40px;
  }

  /* --- Slider Container --- */
  .testimonial-slider {
    position: relative;
    overflow: hidden;
    /* Hides the slides that are off-screen */
    padding: 20px 0;
  }

  .testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    /* Smooth slide effect */
  }

  /* --- Testimonial Card --- */
  .testimonial-card {
    min-width: 100%;
    /* Ensures only one card shows at a time */
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .quote-icon {
    font-size: 2rem;
    color: #4a90e2;
    margin-bottom: 20px;
    opacity: 0.3;
  }

  .review-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    font-style: italic;
    margin-bottom: 30px;
  }

  .user-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
    border: 3px solid #4a90e2;
  }

  .user-info h4 {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 5px;
  }

  .user-info span {
    color: #666;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* --- Controls --- */
  .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #4a90e2;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    z-index: 10;
  }

  .nav-btn:hover {
    background: #4a90e2;
    color: white;
  }

  .prev-btn {
    left: 10px;
  }

  .next-btn {
    right: 10px;
  }

  /* Hide arrows on very small screens to avoid clutter */
  @media (max-width: 600px) {
    .nav-btn {
      display: none;
    }
  }

  /* --- Dots --- */
  .dots-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
  }

  .dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .dot.active {
    background: #4a90e2;
    transform: scale(1.2);
  }
}


/* ====================================================
                   TESTIMONIAL END                   
=============================================================== */