/* Figtree Regular */
@font-face {
  font-family: "Figtree";
  src: url("./fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Figtree Medium */
@font-face {
  font-family: "Figtree";
  src: url("./fonts/Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

/* Figtree SemiBold */
@font-face {
  font-family: "Figtree";
  src: url("./fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Figtree Bold */
@font-face {
  font-family: "Figtree";
  src: url("./fonts/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Figtree" ,sans-serif;
}

/* Header bottom border */
.custom-header {
  border-bottom: 2px solid #e9e9e9;
}

/* Hover underline effect */
.custom-header .nav-link {
  position: relative;
  transition: 0.3s ease;
  color: #11162a !important;
}
.navbar a:focus,
.navbar a:active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  outline: none !important;
  box-shadow: none !important;
}
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active {
  outline: 0 !important;
  box-shadow: none !important;
}

.custom-header .nav-link {
  position: relative;
	font-weight:500 !important;
}

/* underline animation */
/* .custom-header .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 3px;
  background: orange !important;
  transition: 0.3s ease;
}



.custom-header .nav-link:hover::after {
  width: 100%;
}
 */
/* active underline */
/* .custom-header .nav-link.active::after {
  width: 100%;
} */
@media (max-width: 992px) {
  .custom-header .nav-link::after {
    display: none;
  }
  .premium-outline-v3 {
    margin-top: 10px;
  }
}
/* active color */
.custom-header .nav-link.active {
  color: #000000 !important;
  font-weight: 600;
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  transition: transform 0.35s ease, box-shadow 0.2s ease;
}

/* Scroll shadow */
.sticky-header.scrolled {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* 👉 HIDE NAVBAR (correct value) */
.sticky-header.navbar-hidden {
  transform: translateY(-110%);
}

/* Premium button */
.premium-outline-v3 {
  padding: 10px 26px;
  font-weight: 600;
  border-radius: 12px;
  background-color: #004B49;
  color: #fff;
  transition: box-shadow 0.3s ease;
}

.premium-outline-v3:hover {
  box-shadow: 0 0 12px rgba(101, 172, 76, 0.45); /* soft green glow */
}


/* ------------------------------------------Home Page---------------------------------------- */
/* HERO SLIDER STYLES */
.hero-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}
.desc-main {
  color: #cdc3c3;
  font-size: 16px;
  opacity: 80%;
  letter-spacing: 0.02rem;
  /* font-weight: 400; */
  /* font-family: "Figtree", sans-serif; */
}

/* FULL WIDTH IMAGE */
.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TEXT OVERLAY */
.hero-content {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  max-width: 650px;
  color: #000;
  z-index: 2;
}

/* TEXT STYLING */
.small-text {
  font-size: 20px;
  color: #fff;
  /* font-family: "Figtree", sans-serif; */
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.main-heading {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff !important;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .main-heading {
    font-size: 22px !important;
  }
  .desc-main {
    font-size: 12px !important;
  }
}

.highlight {
  color: #0066ff;
}

/* ORANGE LINE */
.under-line {
  width: 120px;
  height: 3px;
  background: orange;
  border-radius: 5px;
  margin: 8px 10px 20px 8px;
}
@media (max-width: 786px) {
  .under-line {
    display: none;
  }
}
a:visited {
    color: #fff;
}

/* BUTTON */
.hero-btn {
  background: #004b49;
  color: #fff !important;
  padding: 12px 34px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s ease;
}

.hero-btn:hover {
  background: #004b49;
	box-shadow: 0 0 40px rgba(0, 255, 240, 0.35);

}
  transform: translateY(-3px);
}

/* SLIDER ARROWS */
.slider-arrow {
  filter: invert(1); /* black icons visible on any bg */
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 20px;
    top: 55%;
  }

  .main-heading {
    font-size: 32px;
  }

  .hero-slide {
    height: 75vh;
  }
}
/* --------------------------------------------Section 1---------------------------------------------------- 2 */
.about-box {
  background: #444;
  color: #fff;
  padding: 40px 20px;
  height: 100%;
}
.padding-class {
  margin-top: 60px;
}
.about-heading {
  font-size: 36px;

  font-weight: 700;
}
.about-icon {
  color: #004b49;
  font-size: 40px;
  margin-bottom: 10px;
}

.check-icon {
  color: #004b49 !important;
  margin-right: 10px;
  font-size: 18px;
}
.about-title {
  font-size: 16px;

  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #000 !important;
}
.about-title-heading {

  font-weight: 600;
  font-size: 34px;
}
.about-underline {
  width: 90px;
  height: 2px;
  background: orange;
  border-radius: 5px;
  margin-bottom: 10px;
  /* margin: 10px auto; */
}
.about-desc-box {
  font-size: 16px;

  opacity: 80%;
}
.about-list li {
  font-size: 16px !important;

  margin-bottom: 10px;
}

.about-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.about-main-img {
  border-radius: 12px;
}

.about-box {
  background: #ecfbf4;
  color: #000;
  padding: 40px 20px;
  border-radius: 12px;
}

.about-small-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
/* Right side about image */
.about-right-img {
  border-radius: 12px;
}


/* optional: thoda gap sahi lage mobile pe */
@media (max-width: 575.98px) {
  .about-box {
    text-align: center;
  }
}

/*----------------------------------------------------- Section 2 ---------------------------------------------------*/

/* SECTION BG */
.services-section {
  background: #ecfbf4;

  color: #000;
}

/* MAIN TITLE */
.services-title {
  font-size: 34px;
  font-weight: 600;
position: relative;
  text-align: center;
  padding-top: 24px; 
}

.services-title::before {
  content: "\f005"; /* Font Awesome star */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #000;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ORANGE UNDERLINE */
.services-underline {
  width: 90px;
  height: 6px;
  background: #ff8d22;
  border-radius: 5px;
  margin: 10px auto;
}

/* SUBTEXT */
.services-subtext {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

/* SERVICE CARD */
.service-card {
  background: #fff;
/*   backdrop-filter: blur(6px); */
  cursor: pointer;
  border-radius: 20px;
  padding: 40px 25px;
  transition: 0.3s ease;
  min-height: 300px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: start;
  justify-content: space-between;
}
.service-card p {
  flex-grow: 1;
}

/* ON HOVER */
.service-card:hover {
  /* transform: translateY(-8px); */
  background: linear-gradient(
    135deg,
    rgba(236, 251, 244, 1),
    rgba(255, 255, 255, 0.9)
  );
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

/* ICON CIRCLE */
.service-icon {
  width: 90px;
  height: 90px;
  border: 2px solid #004b49;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: auto; */
  font-size: 40px;
  color: #000;
	background:#004b49;
}

/* ARROW ICON */
.arrow-icon {
  margin-top: 20px;
  font-size: 20px;
  color: #004b49 !important;
  transition: 0.3s ease;
}

.arrow-icon:hover {
  transform: translateX(6px);
}

.arrow-icon::before {
  color: #004b49 !important;
}


/* RESPONSIVE */
@media (max-width: 768px) {
  .service-card {
    padding: 30px 20px;
  }
}

/* ---------------------------------------------Section 3------------------------------------------------------ */
/* Section Title */
.blogs-title {
  font-size: 34px;
  font-weight: 600;
	position: relative;
  padding-top: 24px;
  /* font-family: sans-serif; */
  color: #000;
}
.blogs-title::before {
  content: "\f005"; /* Font Awesome star */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #004B49;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.blogs-underline {
  width: 90px;
  height: 6px;
  background: orange;
  border-radius: 5px;
  margin: 10px auto;
}

/* Blog Card */
.blog-card {
  cursor: pointer;
  transition: 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

/* Blog Images */
.blog-img {
  width: 100%;
  height: 280px !important;
  object-fit: cover;
  border-radius: 18px;
}

/* Blog Title */
.blog-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #06245e;
}

.blog-title:hover {
  color: #0d6efd;
}

/* Blog Meta */
.blog-meta {
  color: #6c757d;
  font-size: 14px;
  margin-top: 5px;
}

/* -----------------------------------------------Section 4 --------------------------------------------------*/

/* Section Background */
.contact-bg-section {
  background: url("../assets/images/WhatsApp Image 2025-11-28 at 15.35.07_065944cb.jpg")
    no-repeat center center/cover;
  padding: 90px 0;
  background-attachment: fixed;
  position: relative;
  color: white;
}

.contact-section {
  background: #ecfbf4;
  color: #000;
}

/* Title */
.contact-title {
  font-size: 34px;
  font-weight: 600;
  color: #000;
	 display: flex;
  align-items: center;
	 gap: 12px;
  /* font-family: sans-serif; */
}
.contact-title::before,
.contact-title::after {
  content: "\f005"; /* Font Awesome star */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #004b49; /* black star */
  font-size: 16px;
}
.contact-title-1 {
  font-size: 34px;
  font-weight: 600;
  color: #fff;
	 display: flex;
  align-items: center;
	 gap: 12px;
  /* font-family: sans-serif; */
}
.contact-title-1::before,
.contact-title-1::after {
  content: "\f005"; /* Font Awesome star */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff; /* white star */
  font-size: 16px;
}
/* Orange underline */
.contact-underline {
  width: 100px;
  height: 8px;
  background: #ff7c1f;
  border-radius: 10px;
  margin-top: 10px;
}

/* Description */
.contact-desc {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
}
.contact-desc-1 {
  font-size: 18px;
  color: #fff;
  line-height: 1.7;
}

/* Social icon */
.social-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  overflow: hidden; /* important for rounded look */
  cursor: pointer;
}

/* Image styling */
.social-img-icon {
  width: 26px;
  height: 26px;
  object-fit: cover;
  border-radius: 50%;
}
.icon-class-contact {
  text-decoration: none !important;
}
.icon-class-contact img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-right: 10px;
}

.icon-class-contact:hover img {
  transform: scale(1.15);
   box-shadow:
    0 0 12px rgba(101, 172, 76, 0.45),
    0 0 28px rgba(101, 172, 76, 0.35),
    0 0 40px rgba(101, 172, 76, 0.25);
}

/* HOVER EFFECT */
.social-icon:hover {
  background: #ff7c1f;
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.follow-card-desc {
  color: #000;
}
.follow-card-desc-1 {
  color: #fff;
}

/* Right Form Card */
.contact-form-card {
  background: linear-gradient(
    135deg,
    rgba(236, 251, 244, 0.85),
    rgba(255, 255, 255, 0.65)
  );
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
}

/* Input Fields */
.contact-input {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 15px !important;
  border-radius: 12px !important;
  color: #fff;
}
textarea.contact-input {
  height: 100px !important; /* or give your own */
  min-height: 120px;
  padding: 12px 16px;
}

.contact-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Submit Button */

.contact-btn {
  padding: 12px 45px;
  font-weight: 700;
  font-size: 17px;
  color: white;
  background: #ff7c1f !important;
  border-radius: 12px;
  border: none;
  transition: 0.3s ease;
  box-shadow: 0 6px 18px rgba(30, 60, 114, 0.35);
}

.contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(30, 60, 114, 0.45);
}

.contact-btn:hover {
  background: #00a844;
}
.best-solutions {
  background: #fff;
}

.top-subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.main-heading {
  font-size: 62px;
  font-weight: 600;
  color: #fff;
}

.underline-img {
  width: 140px;
}

.icon-box {
  width: 130px;
  height: 130px;
  background: #f4f4f4;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 36px;
  color: #0d1b46;
}

.text-muted {
  font-size: 15px;
}
/* a:visited {
  color: #160a1c !important;
} */

.best-solutions p {
  margin-bottom: 6px;
}
/* Glass Card */
.new-contact-form {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgb(0 0 0 / 10%);
  border: 1px solid rgba(0, 0, 0, 0.06);
}

/* INPUT FIELDS */
.contact-input {
  background: #f8f8f8;
  border: 1px solid #ddd !important;
  border-radius: 10px;
  padding: 10px 16px !important;
  font-size: 15px;
  transition: 0.3s ease-in-out;
  color: #000 !important;
}

/* Placeholder Black */
.contact-input::placeholder {
  color: #000 !important;
  opacity: 0.7;
}

/* Focus Animation */
.contact-input:focus {
  border-color: #65ac4c !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(101, 172, 76, 0.15);
  outline: none !important;
}

/* Textarea Same Look */
textarea.contact-input {
  resize: none;
}

/* Submit Button */
.contact-btn {
  background: #004b49 !important;
  padding: 12px 34px !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  color: #fff !important;
  transition: 0.3s ease !important;
}

.contact-btn:hover {
  background: #004b49;
  transform: translateY(-2px);
	box-shadow: 0 0 40px rgba(0, 255, 240, 0.35);

}

/* ------------------------------------------------------Section 5----------------------------------------------- */
.testimonials-section {
  background: url("../assets/images/12ca.jpg") no-repeat center center/cover;
  padding: 90px 0;
  background-attachment: fixed;
  position: relative;
  color: white;
}

.testimonials-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}

.sub-title {
  color: #ffeb00;
  font-weight: 700;
  font-size: 28px;
}

.main-title {
  font-weight: 600;
  font-size: 34px;
  /* font-family: sans-serif; */
  margin-bottom: 10px;
}
.testimonial-title {
  font-weight: 600;
  font-size: 34px;
  /* font-family: sans-serif; */
  margin-bottom: 10px;
}

.desc {
  max-width: 700px;
  margin: auto;
  font-size: 16px;
  opacity: 0.9;
}

/* CARDS */
.testimonial-card {
  background: #fff;
  color: #444;
  padding: 28px;
  border-radius: 8px;
  height: 100% !important;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  text-align: left;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.myTestimonialSlider .swiper-slide {
  display: flex;
}

.myTestimonialSlider .swiper-wrapper {
  align-items: stretch !important;
}

.review-text {
  font-size: 15px;
  line-height: 1.7;
}

.profile-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-title {
  color: #fff;
  font-weight: 800;
  font-size: 42px;
}

/* -------------------------------------------Service details------------------------------------------------- */
.overview-title {
  font-size: 42px;
  color: #06245e;
  font-weight: 800;
}

.overview-underline {
  width: 90px;
  height: 6px;
  background: orange;
  border-radius: 5px;
}

.overview-section img {
  border-radius: 18px;
}

.includes-section {
  background: #f8f9ff;
}

.includes-title {
  font-size: 40px;
  font-weight: 800;
  color: #06245e;
}

.includes-underline {
  width: 90px;
  height: 6px;
  background: orange;
  border-radius: 5px;
  margin: 10px auto;
}

/* FAQ ITEM BOX */
.faq-item {
  background: #f3f5fb;
  padding: 0;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}

/* QUESTION BOX */
.faq-question {
  padding: 18px 25px;
  font-size: 17px;
  font-weight: 500;
  /* font-family: sans-serif; */
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

/* ICON */
.faq-icon {
  font-size: 24px;
  font-weight: bold;
  color: #06245e;
  transition: 0.3s ease;
}

/* ANSWER (HIDDEN BY DEFAULT) */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  /* font-family: sans-serif; */
  background: white;
  padding: 0 25px;
  font-size: 15px;
  color: #444;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* WHEN OPEN */
.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 15px 25px 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: orange;
}
/*--------------------------------------------- Service css --------------------------------------------------*/
.core-service-title {
  font-size: 42px;
  color: #004b49;
  font-weight: 800;
}
.breadcrumb-custom {
  font-size: 16px;
  font-weight: 500;
}
.service-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.bc-link {
  color: #000 !important;
  text-decoration: none;
}
.house-icon {
  color: #000;
}

.bc-link:hover {
  text-decoration: underline;
}

.bc-arrow {
  color: #6c757d; /* arrow light grey */
}

.bc-current {
  color: #000; /* current page grey */
  font-weight: 600;
}

/* ------------------------------------------Blogs css ---------------------------------------------------------*/
/* Blog Card Wrapper */
.blog-card-grid {
  border: 2px solid #f4f4f4;
  border-radius: 12px;
  padding: 15px;
  cursor: pointer;
  background: #fff;
  transition: 0.3s ease;
}

.blog-card-grid:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
	background:#ecfbf4;
}

/* Image Wrapper */
.blog-img-wrapper-grid {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
}

.blog-img-wrapper-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogs-a {
  text-decoration: none !important;
}
/* Title */
.blog-grid-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.4;
  /* text-decoration: none !important; */
  color: #000;
}
.blog-grid-title:hover {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  line-height: 1.4;
  /* text-decoration: none !important; */
  color: #004b49;
}
/* Description */
.blog-grid-desc {
  color: #666;
  font-size: 14px;
  margin-top: 8px;
}

/* Author */
.author-img-grid {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
}

.author-name-grid {
  font-size: 13px;
  color: #555;
}
.arro-icon-text {
  color: #000 !important;
}

/* Arrow icon */
.arrow-icon-grid {
  font-size: 16px;
  color: #004b49 !important;
  cursor: pointer;
  transition: 0.3s ease;
}

.arrow-icon-grid:hover {
  transform: translateX(3px);
}
/* -------------------------------------------Blog Details ----------------------------------------------------*/
.blog-detail-img {
  border-radius: 12px;
  width: 100%;
  object-fit: cover;
}
.blog-banner-full {
  width: 100%;
  height: 100%; /* Full desktop height */
  background-size: cover; /* Crop + fit */
  background-position: center; /* Center image */
  background-repeat: no-repeat; /* No repeat */
  margin-bottom: 40px;
}

.blog-text {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.blog-heading {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.blog-subheading {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.blog-list {
  margin-top: 10px;
}

.blog-list li {
  margin-bottom: 8px;
  line-height: 1.7;
  color: #333;
}
/* --------------------------------------------------About Us ----------------------------------------------------*/
.finance-section {
  font-family: "Figtree", sans-serif;
}

.left-box {
  background: #ecfbf4;
  color: white;
  padding: 70px 60px;
  min-height: 100%;
}

.tag {
  font-size: 16px;
  /* font-family: sans-serif; */
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #000;
}
.highlight-heading {
  font-size: 32px;
  /* font-family: sans-serif; */
  font-weight: 700;
  color: #000000 !important;
}
.points li {
  margin-bottom: 10px;
  font-size: 16px;
  opacity: 80%;
  /* font-family: sans-serif; */
}

.points i {
  color: #004b49 !important;
  margin-right: 8px;
}
.icon-text-img {
  font-size: 16px;
  font-weight: 700;
  opacity: 80%;
  color: #000;
  /* font-family: sans-serif; */
}

/* ICON BOXES */
.feature-box {
  /* width: 60px;
  height: 60px;
  background: #65ac4c;
  display: flex; */
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 28px;
  font-weight: bold;
}

/* BUTTON */
.main-btn {
  background: #004b49;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 6px;
  font-weight: 600;
  transition: box-shadow 0.4s ease;
}

.main-btn:hover {
  background: #004b49;
  color: #fff;
	box-shadow: 0 0 40px rgba(0, 255, 240, 0.35);

}

/* VIEW SERVICES LINK */
.view-link {
  color: black !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}

.view-link:hover {
  color: #004b49 !important;
}

.object-cover {
  object-fit: cover;
}
.team-img {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  /* border: 3px solid #44b8a8; */
  border-radius: 50%;
}

.email {
  color: #44b8a8;
  font-weight: 500;
}

.email i {
  margin-right: 6px;
}

.team-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444 !important;
  /* opacity: 80% !important; */
  /* font-family: sans-serif; */
}

.dots {
  font-size: 22px;
  letter-spacing: 6px;
  color: #44b8a8;
}
.member-class {
  /* font-family: sans-serif; */
}

/* ------------------------------------------footer---------------------------------------------------------- */
/* -------- Modern Footer Background -------- */
.footer-modern {
  background: linear-gradient(135deg, #0b0d19, #11162a);
}
.social-img {
  background-color: #fff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
/* -------- Description text -------- */
.footer-desc {
  color: #c9c9c9;
  font-size: 14px;
  line-height: 1.6;
  max-width: 280px;
}

/* -------- Input email field -------- */
.footer-subscribe .form-control {
  border-radius: 8px 0 0 8px;
  border: none;
  padding: 10px 15px;
}

.footer-subscribe .btn {
  border-radius: 0 8px 8px 0;
}

/* -------- Footer links -------- */
.footer-links li {
  margin-bottom: 10px;
}

.footer-links li a {
  color: #d6d6d6;
  font-size: 15px;
  text-decoration: none;
  transition: 0.3s ease;
  position: relative;
  padding-bottom: 3px;
}

/* .footer-links li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #0d6efd;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s ease;
}
 */
.footer-links li a:hover {
  color: #fff;
}
/* 
.footer-links li a:hover::after {
  width: 100%;
} */

/* -------- Social Icons -------- */
/* .footer-social a {
  font-size: 18px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: 0.3s ease;
} */

/* .footer-social a:hover {
  background: #0d6efd;
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.35);
} */
.footer-icon-class-contact {
  text-decoration: none !important;
}
.footer-icon-class-contact img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-right: 10px;
}

.footer-icon-class-contact:hover img {
  transform: scale(1.15);
   box-shadow:
    0 0 12px rgba(101, 172, 76, 0.45),
    0 0 28px rgba(101, 172, 76, 0.35),
    0 0 40px rgba(101, 172, 76, 0.25);
}

.btn-primary-1{
	background:#004b49;
	color:#fff;
}
.btn-primary-1:hover{
	background:#004b49;
	color:#FFF;
}

/* -------- Divider -------- */
.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 25px 0;
}

/* ==== TEAM CARD ==== */
.team-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-card img.team-img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 15px;
}

.readmore-btn {
  margin-top: 15px;
  background: #65ac4c;
  padding: 8px 18px;
  border-radius: 30px;
  color: #fff !important;
  font-weight: 600;
  border: none;
  transition: 0.3s ease;
}

.readmore-btn:hover {
  background: #4a8d39;
  transform: translateY(-2px);
}

/* ==== POPUP MODAL ==== */
/* GLOBAL MODAL BACKDROP */
.team-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px;
  overflow-y: auto;
}

/* MODAL BOX */
.team-modal-content {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 650px;
  margin: 40px auto; /* CENTERED */
  padding: 25px;
  max-height: 85vh; /* STOP OVERFLOW SCREEN */
  overflow-y: auto; /* SCROLL INSIDE BOX */
  position: relative;
}

/* CLOSE BUTTON */
.close-modal {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 26px;
  cursor: pointer;
}

/* MOBILE RESPONSIVE FIX */
@media (max-width: 576px) {
  .team-modal-content {
    margin: 20px auto !important;
    padding: 20px;
    max-height: 90vh;
  }
}
