/* font */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/* variable */
:root {
  --alt-font: "Inter", sans-serif;
  --primary-font: "Inter", sans-serif;
  --base-color: #1e73be;
  --green: #063864;
  --dark-gray: #1f2220;
  --medium-gray: #828282;
  --very-light-gray: #f7f7f7;
}
body {
  font-size: 16px;
  line-height: 28px;
}

section .swiper-slide h1 {
  line-height: 1.4 !important;
  font-size: 24px !important;
}
/* header */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  width: 300px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 16px;
  color: var(--dark-gray);
  font-weight: 600;
}
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a:hover,
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li.active:hover
  > a {
  background-color: var(--base-color);
  color: var(--white);
}
.navbar .navbar-nav .dropdown .dropdown-menu a i,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 40px;
  margin-right: 10px;
  width: 40px;
}
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li
  a:hover
  i {
  color: var(--white);
}
header .navbar-brand img {
  max-height: 36px;
}
.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 18px;
}
/* button */
.btn {
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
  padding: 17px 38px;
  font-size: 17px;
}
.btn.btn-switch-text.btn-large > span {
  padding: 13px 32px;
  font-size: 15px;
}
.btn.btn-switch-text.btn-medium > span {
  padding: 12px 26px;
  font-size: 14px;
}
/* heading */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
/* Text gradient color */
.text-gradient-light-green-white {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf6ee 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Background color */
.bg-light-green {
  background-color: #c4e7cc;
}
.bg-very-light-green {
  background-color: #ebf3ed;
}
/* Transparent background color */
.bg-gradient-green-transparent {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #ebf3ed 100%);
}

.right-210px {
  right: 210px;
}

/* page title */
.page-title-large h1 {
  font-size: 4.2rem;
  line-height: 4rem;
}
.page-title-large h2 {
  font-size: 18px;
}

/* Border color */
.border-color-dark-green {
  border-color: var(--green);
}
/* Subcribe style 02 */
.newsletter-style-02 .btn:hover {
  background-color: var(--green);
}
.newsletter-style-02 .btn {
  height: 85%;
  margin: 4px;
  padding: 5px 20px 5px;
}
.newsletter-style-02 input {
  padding-right: 75px !important;
}

/* Will change */
.animation-rotation {
  -webkit-animation: rotation 2.5s infinite linear;
}
/* footer */
footer .footer-logo img {
  max-height: 43px;
  width: auto;
}
footer a:hover {
  color: var(--white);
}
footer ul li {
  margin-bottom: 2px;
}
.social-icons {
  display: flex;
  gap: 8px; /* closer together */
}

.social-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px; /* smaller size */
  height: 30px;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
  padding: 4px; /* small padding inside */
}

.social-link:hover {
  background-color: #ff5e14; /* your custom hover color */
  color: #fff;
}

/* Underline highlight under "for a sustainable" */
.underline-highlight {
  display: block;
  height: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 4px;
  border-radius: 3px;
  width: 100%;
}

/* Optional smoother hover for buttons */
.btn:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

.form-group {
  position: relative;
}
.form-group .form-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  pointer-events: none;
}
.form-group textarea + .form-icon {
  top: 18px; /* better alignment for textarea */
  transform: none;
}
.form-group input,
.form-group textarea {
  padding-left: 2.5rem; /* ensures no overlap */
}
.form-control:focus {
  border-color: #1e73be;
  box-shadow: 0 0 0 1px rgba(30, 115, 190, 0.3);
}

footer a:hover {
  color: #ff5e14 !important;
}
.social-icon {
  transition: color 0.3s ease;
}

/* What We Do Section */
.what-we-do-section {
  position: relative;
}

.what-we-do-section .section-title {
  font-size: 36px;
}

.what-we-do-section .section-subtitle p {
  margin-bottom: 12px;
}

/* Value Cards */
.value-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  height: 100%;
}

.value-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.value-card .card-title {
  color: var(--bs-dark, #2b2b2b);
  font-size: 22px;
}

.value-card .card-text,
.value-card .core-values-list li {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

/* Core values list */
.core-values-list li {
  margin: 8px 0;
  position: relative;
  padding-left: 20px;
}

.core-values-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--base-color, #4caf50); /* align with theme */
  font-size: 14px;
}

.navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
}
/* Fix for foldable devices and navbar styling */

/* Prevent Services link from fading/turning white */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 > .nav-link {
  color: var(--dark-gray) !important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 > .nav-link:hover {
  color: var(--base-color) !important;
}

/* Keep dropdown toggle icon visible */
.navbar .navbar-nav .dropdown .dropdown-toggle {
  color: var(--dark-gray);
  opacity: 1;
}

.team-style-08 figcaption {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4); /* subtle dark overlay */
}

.team-style-08 figcaption::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px); /* blur intensity */
  -webkit-backdrop-filter: blur(6px); /* Safari support */
  z-index: -1;
}

.team-member-name {
  color: #fff !important; /* blue titles */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.member-designation {
  color: #ffffff;
  transition: color 0.3s ease-in-out;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* On hover description turns orange */
.team-style-08:hover .member-designation {
  color: whitesmoke !important;
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1600px) {
  /* Font size */
  .fs-80 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
    padding: 10px 10px;
  }
}
@media (max-width: 991px) {
  /* Background image */
  .md-background-position-top-center {
    background-position: top center !important;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* Background image */
  .sm-background-position-top-center {
    background-position: top center !important;
  }
}

@media (max-width: 768px) {
  section .swiper-slide h1 {
    line-height: 1.8 !important; /* slightly more relaxed */
    font-size: 18px !important; /* ensure readability */
    text-align: center; /* optional - centers nicely on mobile */
    width: 100%;
  }
}
