@font-face {
  font-family: "Kohinoor-Bangla";
  src: url("../fonts/Kohinoor_Bangla/KohinoorBangla-Regular.otf")
    format("truetype");
  font-display: swap; /* Add this for better performance */
  font-weight: 100;
}
@font-face {
  font-family: "Kohinoor-Bangla-Bold";
  src: url("../fonts/Kohinoor_Bangla/KohinoorBangla-Bold.otf")
    format("truetype");
  font-display: swap; /* Add this for better performance */
}

:root {
  --section-heading-color: #434343;

  --hero-font-size: 5rem;
  --hero-font-weight: 100;
  --hero-line-height: 0.9;
  --hero-font-color: white;
  --hero-letter-spacing: -3px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #343434;
  font-family: "Kohinoor-Bangla";
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgb(255, 111, 24);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  cursor: grabbing;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 111, 24) transparent;
}

.team-header .links.menu a,
.team-header .cta,
.team-header .lang,
.team-header .hamburger-menu {
  color: #000;
  font-weight: bold !important;
}

.team-header .logo img,
.team-header .hamburger-menu img {
  filter: brightness(0) saturate(100%) !important;
}

.mega-content a:hover {
  color: rgba(255, 111, 24) !important; /* Hover color */
}

.hamburger-menu span {
  background-color: #1a1a1a;
  height: 4px;
}

.bg-change {
  background-color: #111;
}

.glink {
  color: #111 !important;
}

.team-hero-wrapper {
  position: relative;
  background: url("../images/hero/teamhero.png") no-repeat center center / cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.team-hero-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  z-index: 1;

  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* border-radius: 20px; */
}

/* Hero Section */
.team-hero-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  position: relative;
  z-index: 2;
  width: 70%;
}

.team-hero-content-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 97%;
  height: 93%;
  /* position: relative; 
  background: url("../images/teamhero.png") no-repeat center center / cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  z-index: 1; */
}

.team-hero-overlay h1 {
  margin-top: 100px;
  margin-bottom: 30px;
  text-align: center;
  font-size: var(--hero-font-size);
  line-height: var(--hero-line-height);
  letter-spacing: var(--hero-letter-spacing);
  font-weight: var(--hero-font-weight);
}
.team-hero-overlay p {
  font-size: 1.1rem;
  line-height: 1.2;
  width: 80%;
  margin: 0 auto 40px;
  color: black;
}

/* UAE Highlight */
.value {
  position: relative;
  color: #383838;
  display: inline-block;
  z-index: 1;
  padding: 5px 10px;
}
.value::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -5px;
  width: 115%;
  height: 150%;
  border: 5px solid #383838;
  transform: rotate(-10deg);
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
}

/* Button */
.team-hero-btn {
  text-align: center;
  width: 100%;
}

.team-hero-btn button {
  background: black;
  color: white;
  width: 200px;
  height: 55px;
  font-size: 1.2rem;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease;
  letter-spacing: -1px;
}

.team-hero-btn button:hover {
  background-color: rgb(29, 29, 29);
}

/* Footer Links */
.team-hero_list_items {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  z-index: 3;
  /* border: 1px solid blue;  */
}

.team-hero_list_items ul {
  position: relative;
  bottom: 40px;
  left: 58px;
  list-style-type: none;
  line-height: 18px;
  padding: 30px;
  /* border: 1px solid rgba(0, 0, 0, 0.2); */
  background: rgba(46, 56, 77, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 100px;
}
.team-hero_list_items ul li a {
  text-decoration: none;
  color: black;
  font-size: 0.9rem;
  position: relative;
}

.team-hero_list_items ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: black;
  z-index: 1;
  width: 0;
}

.let-start .cta__circle circle {
  fill: #000000;
}

.let-start .cta__border--left path,
.let-start .cta__border--right path {
  fill: none;
  stroke: #000000;
}

.let-start .cta__label {
  color: rgb(255, 255, 255);
}

.let-start .cta:hover .cta__label {
  color: #000000;
}

.team-hero_list_items ul li a:hover::after {
  width: 100%;
}

/* =============================
   Responsive: Laptops (≤ 1366px)
============================= */
@media screen and (max-width: 1366px) {
  .team-hero-overlay {
    margin-top: 5%;
  }
  .team-hero-overlay h1 {
    font-size: 4rem;
    /* width: 80%; */
  }

  .team-hero-overlay p {
    /* width: 65%; */
    font-size: 1rem;
  }

  .team-hero-btn button {
    font-size: 1rem;
    height: 50px;
    width: 180px;
  }
}

/* =============================
   Responsive: Tablets (≤ 1024px)
============================= */
@media screen and (max-width: 1024px) {
  .team-hero-wrapper {
    padding: 40px 0;
  }

  .team-hero-content-wrap {
    margin-top: 70px;
  }

  .team-hero-overlay h1 {
    font-size: 3rem;
    width: 90%;
    line-height: 1;
  }

  .team-hero-overlay p {
    width: 75%;
    font-size: 1rem;
    line-height: 1.5;
  }

  .team-hero-btn {
    padding-bottom: 20px;
  }

  .team-hero_list_items ul {
    position: relative;
    left: 20px;
    padding: 20px;
  }
}

/* =============================
   Responsive: Mobile (≤ 768px)
============================= */
@media screen and (max-width: 768px) {
  .team-hero-overlay {
    padding: 0 15px;
    width: 90%;
  }

  .team-hero-overlay h1 {
    font-size: 2rem;
    letter-spacing: -1px;
    margin-top: 30px;
  }

  .team-hero-overlay p {
    width: 90%;
    font-size: 0.95rem;
    margin: 0 auto 30px;
  }

  .team-hero-btn button {
    width: 160px;
    height: 45px;
    font-size: 1rem;
  }

  .team-hero_list_items ul {
    bottom: 20px;
    left: 10px;
    padding: 20px 20px;
    flex-direction: column;
    /* text-align: center; */
    gap: 10px;
  }

  .team-hero_list_items ul li a {
    font-size: 0.85rem;
  }

  .value::before {
    top: -5px;
    left: -2px;
    border-width: 2px;
  }
}

/* =============================
   Very Small Devices (≤ 480px)
============================= */
@media screen and (max-width: 480px) {

  .team-hero-overlay{
    width: 100%;
  }
  .team-hero-overlay h1 {
    width: 100% !important;
    font-size: 1.6rem !important;
  }

  .team-hero-overlay p {
    line-height: 1;
    margin: 0 0 20px 0;
    width: 100%;
  }

  .team-hero-btn button {
    font-size: 0.9rem;
    width: 140px;
    height: 40px;
  }

  .team-hero_list_items ul {
    padding: 20px 20px;
    border-radius: 80px;
  }
}

/*========================================================================== 
============================================================================
==============================WHY CHOSE LEDGERS Section=================================*/

.why-sect {
  /* background-color: #343434; */
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-wrapper {
  color: white;
  background-color: black;
  width: 97%;
  height: 93%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.why-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/bg/ledgers_bg_light.png");
  background-position: top 30px right 30px;
  background-repeat: no-repeat;
  background-size: 600px auto;
  /* mix-blend-mode: multiply; */
  opacity: 0.04; /* your desired opacity */
  z-index: 0;
  pointer-events: none; /* make sure it doesn’t block clicks */
}
.why-row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.why-content {
  width: 40%;
}
.why-content h1 {
  text-align: left;
  width: 100%;
  font-size: 2.7rem;
  font-family: "Kohinoor-Bangla-Bold";
}
.why p {
  width: 100%;
}
.why-content p {
  line-height: 15px;
}
.why-img {
  position: relative;
}
.why-img-1 {
  width: 90%;
  right: -50px;
}
.why-img-2 {
  position: absolute;
  right: 20px;
  bottom: -92px;
  width: 55%;
  /* --- AWARDS WEBSITE ANIMATION ADDED BELOW --- */
  animation: subtlePulse 3s infinite alternate ease-in-out; /* Added ease-in-out for smoother pulse */
}

/* --- KEYFRAMES FOR THE ANIMATION --- */
@keyframes subtlePulse {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0px); /* Start at original scale and position */
    filter: brightness(1);
  }
  50% {
    opacity: 1; /* Slightly less opaque */
    transform: scale(1.02) translateY(-20px); /* Scale up slightly and lift */
    filter: brightness(1.1); /* Brighter */
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px); /* Return to original scale and position */
    filter: brightness(1);
  }
}

.bottom-text-wrapper {
  color: white;
  width: 90%;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.bottom-text-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  margin: 0;
}

.bottom-text-content img {
  max-width: 350px;
}

@media screen and (max-width: 1366px) {
  .why-img {
    display: flex;
    justify-content: center;
    right: 0px;
    width: 27% !important;
  }
  .why-img-1 {
    width: 100%;
  }
  .why-img-2 {
    bottom: -60px;
    width: 50%;
  }
  .bottom-text-wrapper {
    margin-top: 50px;
  }
}

/* ================================
   Responsive: Tablets (≤ 1024px)
================================ */
@media screen and (max-width: 1024px) {
  .team-hero-overlay {
    margin-top: 70px;
  }

  .team-hero-overlay h1 {
    font-size: 3rem;
    width: 90%;
  }
  .why-row-1 {
    gap: 40px;
  }

  .why-content {
    margin-top: 0px;
  }

  .why-content h1 {
    font-size: 2rem;
  }

  .why-content p {
    line-height: 1;
    font-size: 0.9rem;
  }
  .why-img {
    width: 40% !important;
  }

  .why-img-1 {
    width: 100%;
  }
  .why-img-2 {
    display: none;
  }
  .why-img-2 {
    width: 50%;
    bottom: -51px;
    right: 15px;
  }

  .why-wrapper::before{
      background-size: 450px auto;
  }
}

/* ================================
   Responsive: Mobile (≤ 768px)
================================ */
@media screen and (max-width: 768px) {
  .why-row-1 {
    flex-direction: column-reverse;
  }
  .why-content {
    width:100% !important;
  }
  .why-content h1 {
    font-size: 1.2rem;
  }

  .why-content p {
    font-size: 1rem;
    width: 100%;
    line-height: 1;
  }

  .why-wrapper::before{
      background-size: 350px auto;
  }
}

/* ================================
   Very Small Devices (≤ 480px)
================================ */
@media screen and (max-width: 480px) {
  .why-sect, 
  .team-majid-sect,
  .empowering-section,
  .team{
    height: auto !important;
    padding: 0.5rem 0 !important;
  }
  .why-wrapper,
  .team-majid-wrapper {
    padding: 0.4rem;
  }
}
@media screen and (max-width: 480px) {
  .why-sect {
    height: auto;
    padding: 0.5rem 0;
  }
  .why-img {
    width: 80% !important;
  }
  .why-content h1 {
    font-size: 2rem;
    line-height: 1;
  }

  .why-content p {
    font-size: 0.9rem;
    line-height: 1;
  }

  .why-wrapper::before{
      background-size: 250px auto;
  }
}

/*========================================================================== 
============================================================================
==============================MAJID Section=================================*/

.team-majid-sect {
  /* background-color: #343434; */
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.team-majid-wrapper {
  color: white;
  background-color: black;
  width: 97%;
  height: 93%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.team-majid-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/bg/ledgers_bg_light.png");
  background-position: top 30px right 30px;
  background-repeat: no-repeat;
  background-size: 600px auto;
  /* mix-blend-mode: multiply; */
  opacity: 0.04; /* your desired opacity */
  z-index: 0;
  pointer-events: none; /* make sure it doesn’t block clicks */
}
.team-majid-row-1 {
  display: flex;
  margin-top: 100px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}
.team-majid-row-1 .team-majid-content .msg {
  position: relative;
  display: inline-block;
}

.team-majid-row-1 .team-majid-content .msg h4 {
  color: white;
  font-weight: bolder;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.7rem;
  letter-spacing: 1px;
  font-family: "Kohinoor-Bangla-Bold";
}

.team-majid-row-1 .team-majid-content .msg h4::after {
  display: none;
}

.team-majid-row-1 .team-majid-content .msg h4 .last-line {
  position: relative;
  /* display: inline-block; */
}

.team-majid-row-1 .team-majid-content .msg h4 .last-line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(153, 153, 153, 255);
}

.team-majid-content {
  width: 40%;
  margin-top: -150px;
}
.team-majid-content h1 {
  text-align: left;
  width: 100%;
  font-size: 3rem;
  font-weight: 900;
  margin-top: 20px;
  font-family: "Kohinoor-Bangla-Bold";
}
.team-majid p {
  width: 100%;
}
.team-majid-img {
  position: relative;
}
.team-majid-img-1 {
  position: relative;
  width: 90%;
  right: -50px;
}
.team-majid-img-2 {
  position: absolute;
  right: 20px;
  bottom: -55px;
  width: 55%; /* --- AWARDS WEBSITE ANIMATION ADDED BELOW --- */
  animation: subtlePulse 3s infinite alternate ease-in-out; /* Added ease-in-out for smoother pulse */
}

/* --- KEYFRAMES FOR THE ANIMATION --- */
@keyframes subtlePulse {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0px); /* Start at original scale and position */
    filter: brightness(1);
  }
  50% {
    opacity: 1; /* Slightly less opaque */
    transform: scale(1.02) translateY(-20px); /* Scale up slightly and lift */
    filter: brightness(1.1); /* Brighter */
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px); /* Return to original scale and position */
    filter: brightness(1);
  }
}
/* ================================
   Responsive: Small Laptops (≤ 1366px)
================================ */
@media screen and (max-width: 1366px) { 
  .team-majid-img {
    width: 27% !important;
  }
  .team-majid-content p {
    line-height: 1;
  }
}

/* ================================
   Responsive: Tablets (≤ 1024px)
================================ */
@media screen and (max-width: 1024px) {
  .team-majid-row-1 {
    gap: 40px;
  }

  .team-majid-content {
    margin-top: 0px;
  }

  .team-majid-content h1 {
    font-size: 2rem;
  }

  .team-majid-content p {
    line-height: 1;
    font-size: 0.9rem;
  }
  .team-majid-img {
    width: 40% !important;
  }

  .team-majid-img-1 {
    width: 100%;
  }
  .team-majid-img-2 {
    display: none;
  }
  .team-majid-img-2 {
    width: 50%;
    bottom: -51px;
    right: 15px;
  }
  .team-majid-wrapper::before{
      background-size: 450px auto;
  }
}

/* ================================
   Responsive: Mobile (≤ 768px)
================================ */
@media screen and (max-width: 768px) {
  .team-majid-row-1 {
    flex-direction: column-reverse;
  }
  .team-majid-content {
    width:100% !important;
  }
  .team-majid-content h1 {
    font-size: 1.2rem;
  }

  .team-majid-content p {
    font-size: 1rem;
    width: 100%;
    line-height: 1;
  }

  .team-majid-wrapper::before{
      background-size: 350px auto;
  }
}

/* ================================
   Responsive: Small Devices (≤ 480px)
================================ */
@media screen and (max-width: 480px) {
  .team-majid-img {
    width: 70% !important;
  }
  .team-majid-content h1 {
    font-size: 2rem;
    line-height: 1;
  }

  .team-majid-content p {
    font-size: 0.9rem;
    line-height: 1;
  }

  .team-majid-wrapper::before{
      background-size: 250px auto;
  }
}

/*========================================================================== 
============================================================================
==============================COUNTER Section=================================*/

.empowering-section {
  color: black; /* Changed from white to black based on new CSS */
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh; /* Full viewport height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-content {
  color: black;
  background-color: #ff6f18; /* Vibrant orange background */
  width: 97%;
  height: 93%;
  margin: 0 auto;
  position: relative; /* For z-index stacking with shapes */
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}
.section-content::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 0;
  left: 0;
  background-image: url("../images/bg/ledgers_bg_light.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 600px auto;
  mix-blend-mode: difference;
  opacity: 0.03;
  z-index: 0;
  pointer-events: none;
}

.whychoseus-wrapper > * {
  position: relative;
  z-index: 1; /* bring content above the pseudo-element */
}

.heading-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-heading {
  width: 67%;
  font-size: 4rem;
  font-weight: 100;
  line-height: 0.8;
  letter-spacing: -1px;
  /* margin-bottom: 3rem; */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  color: black; /* Explicitly set to black based on provided CSS */
  z-index: 999;
}
@media (max-width: 768px) {
  .main-heading {
    font-size: 3.5rem;
    width: 90%; /* Adjust width for smaller screens */
  }
}
@media (min-width: 1024px) {
  .main-heading {
    font-size: 5rem;
  }
}

.counter-div {
  display: flex;
  justify-content: center;
}

/* Counters Grid */
.counters-grid {
  width: 85%;
  border: 2px solid black;
  border-radius: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 2rem;

  padding: 40px 0;
}

.counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
}

.counter-number {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.5rem;
  color: black;
  min-width: 65px;
  text-align: center;
  display: inline-block;
  z-index: 999;
}

.percent-num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
}

.percent-num .counter-number {
  font-size: 5rem;
  font-weight: 800;
  line-height: 1;
  color: black;
  min-width: 65px;
  text-align: right;
  margin-bottom: 0;
  padding-right: 0.1em;
}

.percent-sign {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1;
  color: black;
  margin-left: -0.1em;
}

.counter-label {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: black;
  white-space: nowrap; /* Prevent label from wrapping too early */
}
.para-div {
  position: relative;
  display: flex;
  justify-content: center;
}

.description-paragraph {
  width: 65%;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1; /* Increased for readability */
  color: black;
  padding: 0 1rem; /* Added padding for readability on smaller screens */
}
.counter-obj {
  position: absolute;
  right: 120px;
  bottom: -100px;
  width: 7%; /* --- AWARDS WEBSITE ANIMATION ADDED BELOW --- */
  animation: subtlePulse 3s infinite alternate ease-in-out; /* Added ease-in-out for smoother pulse */
}

/* --- KEYFRAMES FOR THE ANIMATION --- */
@keyframes subtlePulse {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0px); /* Start at original scale and position */
    filter: brightness(1);
  }
  50% {
    opacity: 1; /* Slightly less opaque */
    transform: scale(1.02) translateY(-20px); /* Scale up slightly and lift */
    filter: brightness(1.1); /* Brighter */
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px); /* Return to original scale and position */
    filter: brightness(1);
  }
}

/* ====================================================
   ✅ 1366px – Standard Laptops
==================================================== */
@media screen and (max-width: 1366px) {
  .section-content {
    gap: 0px;
  }

  .main-heading {
    font-size: 3.3rem !important;
    width: 80%;
  }
  .counter-div {
    margin-top: 2rem;
  }

  .counters-grid {
    width: 90%;
    gap: 1.5rem;
    padding: 30px 0;
  }

  .counter-label {
    font-size: 1rem;
  }

  .description-paragraph {
    width: 75%;
    font-size: 1.05rem;
    line-height: 1.4;
  }

  .counter-obj {
    display: none;
  }
  .para-div {
    margin-top: 2rem;
  }

  /* ====================================================
   ✅ 1024px – Tablets / Small Laptops
==================================================== */
  @media screen and (max-width: 1024px) {
    .empowering-section {
      height: 100%;
    }

    .main-heading {
      font-size: 3.5rem;
      width: 80%;
      margin-top: 30px;
    }

    .counters-grid {
      width: 92%;
      padding: 25px 0;
      gap: 0rem;
    }

    .counter-number,
    .percent-num .counter-number,
    .percent-sign {
      font-size: 3.5rem;
    }

    .counter-label {
      font-size: 1rem;
    }

    .description-paragraph {
      width: 85%;
      font-size: 1rem;
    }

    .counter-obj {
      right: 5px;
      width: 9%;
    }
    .para-div {
      margin-bottom: 30px;
    }
    .section-content::before{
        background-size: 450px auto;
    }
  }

  /* ====================================================
   ✅ 768px – Tablets & Large Phones
==================================================== */
  @media screen and (max-width: 768px) {
    .heading-div {
      width: 100% !important;
    }
    .main-heading {
      font-size: 1.6rem;
      width: 95% !important;
      line-height: 1;
    }

    .counters-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      padding: 20px 0;
      width: 55%;
    }

    .counter-number,
    .percent-num .counter-number,
    .percent-sign {
      font-size: 2.5rem;
    }

    .counter-label {
      font-size: 0.95rem;
    }
    .para-div {
      width: 100%;
    }

    .description-paragraph {
      width: 100% !important;
      font-size: 0.95rem;
    }

    .counter-obj {
      right: 0px;
      width: 10%;
      bottom: 20px;
    }
    .percent-num {
      display: block;
    }
    .section-content::before{
        background-size: 350px auto;
    }
  }

  /* ====================================================
   ✅ 480px – Mobile Phones
==================================================== */
  @media screen and (max-width: 480px) {
    .main-heading {
      font-size: 1.5rem !important;
    }

    .counters-grid {
      grid-template-columns: 1fr;
      gap: 0.8rem;
      padding: 15px 0;
    }

    .counter-number,
    .percent-num .counter-number,
    .percent-sign {
      font-size: 2rem;
    }

    .counter-label {
      font-size: 0.9rem;
    }

    .description-paragraph {
      width: 95%;
      font-size: 0.9rem;
    }

    .counter-obj {
      right: 0px;
      bottom: 80px;
      width: 12%;
    }
    .section-content::before{
        background-size: 250px auto;
    }
  }

  /* ============ TEAM STYLES ============ */
  .team {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

  .team_wrapper {
    display: flex;
    align-items: center;
    width: 97%;
    height: 93%;
    background-color: black;
    flex-direction: column;
    box-sizing: border-box;
    gap: 45px;
    position: relative; /* For z-index stacking with shapes */
    z-index: 1;
  }

  .team_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .team_wrapper .team_text h2 {
    /* font-size: 5rem; */
    font-weight: 400;
    /* line-height: 70px; */
    letter-spacing: -2px;
    width: 80%;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    z-index: 999;
  }

  .grid {
    display: grid;

    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .team-member {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    transition: transform 0.3s ease;
    margin: 0 auto;

    box-sizing: border-box;
  }

  .team-member:hover {
    transform: translateY(-8px) scale(1.03);
    cursor: pointer;
  }

  .team-member img {
    width: 99%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    transition: filter 0.3s ease, transform 0.3s ease;
  }

  .team-member:hover img {
    filter: brightness(0.4);
  }

  .member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
    box-sizing: border-box;
  }

  .team-member:hover .member-overlay {
    opacity: 1;
  }

  .inside-overlay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .member-overlay h3 {
    font-size: 0.8rem;
    margin-bottom: 10px;
    color: white;
    position: relative;
    z-index: 1;
  }
  .member-overlay h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    z-index: 0;
    background-color: rgba(255, 111, 24);
  }

  .member-overlay p {
    font-size: 0.8rem;
    margin-bottom: 3px;
    color: white;
    line-height: 1;
    text-align: center;
  }

  .member-overlay span {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
  }

  /* --- Responsive Styles (Adjusted for 5 columns and smaller screens) --- */
  /* @media screen and (max-width: 1450px) {
    .team {
      height: 100%;
    }
    .grid {
      grid-template-columns: repeat(4, 1fr); 
  } */

  @media screen and (max-width: 1366px) {
    /* Adjust breakpoint for team-member size */
    .team-member {
      width: 180px;
      height: 180px;
    }
    .grid {
      gap: 1rem;
    }
    .member-overlay h3 {
      font-size: 1rem;
      line-height: 1;
    }
    .team_text h2 {
      font-size: 3rem !important;
      line-height: 1;
    }
  }

  @media screen and (max-width: 1024px) {
    .team {
      height: 100%;
    }
    .team_wrapper .team_text h2 {
      font-size: 3rem;
      width: 90%;
      line-height: 1;
    }

    .grid {
      grid-template-columns: repeat(
        3,
        1fr
      ); /* Original 3 columns from your initial code */
      gap: 20px;
    }

    .team-member {
      width: 160px;
      height: 160px;
    }
    .team_text h2 {
      font-size: 3rem !important;
      line-height: 1;
    }
    .member-overlay h3 {
      font-size: 1.2rem;
    }
  }

  @media screen and (max-width: 768px) {
    .team_wrapper {
      height: 100%;
    }
    .team_wrapper .team_text h2 {
      font-size: 1.5rem !important;
      letter-spacing: -1px;
      width: 95%;
      line-height: 1;
    }

    .grid {
      grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
      gap: 15px;
    }

    .team-member {
      width: 140px;
      height: 140px;
    }

    .member-overlay h3 {
      font-size: 1rem;
    }

    .member-overlay p {
      font-size: 0.7rem;
    }

    .member-overlay span {
      font-size: 0.6rem;
    }
  }

  @media screen and (max-width: 600px) {
    .team_wrapper {
      height: 100%;
    }
    .grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
    }

    .team-member {
      width: 120px; /* Make it a bit larger when single column */
      height: 120px;
    }

    .member-overlay h3 {
      font-size: 0.7rem;
    }
    .member-overlay span {
      font-size: 0.4rem;
    }
    .team {
      height: 100%;
    }
  }

  @media screen and (max-width: 400px) {
    .team_wrapper .team_text h2 {
      font-size: 1.8rem;
    }
    .team {
      height: 100%;
    }
  }
}



@media (min-width: 1500px) {
  section {
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (max-width: 1450px) {
  .why-row-1 {
    justify-content: space-between;
    margin-top: 0;
  }
  .why-content {
    width: 50%;
  }
  .whychoseus-content p {
    line-height: 1;
  }  
  .why-img {
    width: 30%;
  }
  .why-img-1 {
    width: 100%;
  }
  
  .team-majid-row-1 {
    justify-content: space-between;
    margin-top: 0;
  }
  .team-majid-img {
    width: 30%;
  }
  .team-majid-img-1 {
    width: 100% !important;
    right: 0;
  }
  .team-majid-content {
    margin-top: 0;
    width: 60%;
  }

  .clients-box {
    padding: 20px;
  }
  .clients-box {
    height: 300px;
  }

  .main-heading {
    width: 80%;
    font-size: 4rem;
  }
  .description-paragraph {
    width: 80%;
    line-height: 1;
  }
  .counter-number, .percent-num .counter-number {
    font-size: 4rem;
  } 
  .counters-grid {
    padding: 10px 0;
  }
  .counter-obj {
    top: 0.1rem;
    right: 3rem;
  }
  

  .team_wrapper{
    margin-bottom: 1rem;
  }
  .team_wrapper .team_text h2 {
    margin-top: 1rem;
    line-height: 0.9;
  }
  .grid {
    margin-bottom: 1rem;
  }
}