/********** Template CSS **********/
:root {
    --primary: #FF6F0F;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #001D23;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 29, 35, .8);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}




/*** TEAM SECTION FIXED ALIGNMENT ***/
   /* ===== TEAM SECTION STYLE ===== */
    .team-section {
      padding: 60px 0;
      background: #f9f9f9;
    }

    .team-item {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease;
      text-align: center;
    }

    .team-item:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    }

    .team-item img {
      width: 100% !important;
      height: 380px !important;
      object-fit: cover !important;
      display: block;
    }

    .team-text {
      padding: 20px;
    }

    .team-text h5 {
      font-size: 18px;
      font-weight: 700;
      color: #222;
      margin-bottom: 8px;
    }

    .team-text p {
      color: #ff6600;
      font-size: 14px;
      margin-bottom: 15px;
    }

    .team-social a {
      display: inline-block;
      width: 35px;
      height: 35px;
      line-height: 35px;
      border-radius: 50%;
      background: #fff;
      border: 1px solid #ddd;
      color: #ff6600;
      margin: 0 5px;
      transition: all 0.3s;
    }

    .team-social a:hover {
      background: #ff6600;
      color: #fff;
      border-color: #ff6600;
    }

    @media (max-width: 768px) {
      .team-item img {
        height: 320px !important;
      }
    }

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}
.service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-icon {
    width: 80px;      /* 👈 image size chhoti aur uniform */
    height: 80px;
    object-fit: contain;
    margin: 0 auto 20px auto;
}

.service-item a.btn {
    margin-top: auto;
}

/* SALES TEAM */
:root{
  --orange-500:#ff7b00;
  --orange-600:#ff9100;
  --bg-1: linear-gradient(135deg, rgba(255,123,0,0.06), rgba(255,145,0,0.03));
  --glass: rgba(255,255,255,0.85);
  --text-dark:#222;
  --muted:#6b6b6b;
  --radius:18px;
  --fw-title:700;
  font-family: "Poppins", sans-serif;
}

.premium-team-section{
  padding: 70px 0;
  background: var(--bg-1);
}

.premium-team-section .wrap{
  max-width:1200px;
  margin:0 auto;
  padding: 0 20px;
}

/* Header */
.premium-team-section .header{ text-align:center; margin-bottom:32px; }
.premium-team-section .eyebrow{
  display:inline-block;
  background: rgba(255, 255, 255, 0.12);
  color: var(--orange-600);
  padding:6px 12px;
  border-radius: 999px;
  font-weight:600;
  letter-spacing:0.6px;
  margin-bottom:10px;
}
.premium-team-section .title{
  font-size:2.4rem;
  margin:8px 0 8px;
  color:var(--text-dark);
  font-weight:var(--fw-title);
}
.premium-team-section .lead{
  color:var(--muted);
  max-width:780px;
  margin:8px auto 20px;
}

/* Grid */
.team-grid{
  display:grid;
  gap:20px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
}

/* Card */
.team-card{
  background: var(--glass);
  border-radius: var(--radius);
  padding:26px 20px;
  text-align:center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(251, 0, 0, 0.06);
  transition: transform .35s cubic-bezier(.2,.9,.3,1), box-shadow .35s, background .35s;
  position: relative;
  overflow: hidden;
}
.team-card .icon-wrap{
  width:76px;
  height:76px;
  border-radius:50%;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255,145,0,0.06));
  color: var(--orange-600);
  font-size:28px;
  border: 1px solid rgba(0, 17, 255, 0.12);
  transition: transform .35s, background .35s, color .35s, box-shadow .35s;
  box-shadow: 0 6px 18px rgba(255, 145, 0, 0.06);
}
.team-card h4{
  margin:8px 0 10px;
  font-size:1.05rem;
  color:var(--text-dark);
  font-weight:600;
}
.team-card .meta{
  color:var(--muted);
  font-weight:600;
  margin-top:6px;
  font-size:0.98rem;
}
.team-card .counter{
  color:var(--orange-600);
  font-weight:800;
  font-size:1.05rem;
  margin-right:6px;
}

/* Hover / Active */
.team-card:hover{
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 50px rgba(255,145,0,0.18);
  background: linear-gradient(180deg, rgba(255,145,0,0.06), rgba(255,123,0,0.02));
  border: 1px solid rgba(255,145,0,0.22);
}
.team-card:hover .icon-wrap{
  transform: scale(1.1);
  background: linear-gradient(135deg, var(--orange-600), #ffb96a);
  color: #fff;
  box-shadow: 0 12px 30px rgba(255,145,0,0.22);
}
.team-card:hover .counter{ color: #000000; }

/* Responsive tweaks */
@media (max-width: 768px){
  .premium-team-section{ padding: 48px 0; }
  .premium-team-section .title{ font-size:1.6rem; }
  .team-card{ padding:18px; }
  .team-card .icon-wrap{ width:64px; height:64px; font-size:22px; }
}

/* Distribution location Section */
.location-network-section {
  background: #ffffff;
  padding: 80px 20px;
  color: #333;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.location-network-section .section-header h2 {
  color: #ff6600;
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.location-network-section .section-header p {
  max-width: 700px;
  margin: 0 auto 40px;
  color: #666;
  font-size: 1rem;
}

.region-title {
  color: #ff6600;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 40px 0 25px;
  text-transform: uppercase;
  position: relative;
}

.region-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ff6600, #ff9966);
  margin: 10px auto 0;
  border-radius: 2px;
}

.location-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 25px;
  justify-items: center;
  margin-bottom: 40px;
}

.location-card {
  background: #fff;
  border: 2px solid #ff6600;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.1);
  padding: 20px;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
  width: 100%;
  max-width: 220px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.location-card:hover {
  transform: translateY(-8px) scale(1.03);
  border-color: transparent;
  box-shadow: 0 10px 25px rgba(255, 102, 0, 0.25);
}

.location-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ff9966);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.location-card:hover::after {
  opacity: 1;
}

@media (max-width: 600px) {
  .location-card {
    font-size: 1rem;
    padding: 15px;
  }
}

/* cards mission */

.super-card {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  border-radius: 20px;
  padding: 40px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  min-height: 400px; /* ensures equal height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.super-card::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,102,0,0.15), transparent 60%);
  transform: scale(0);
  transition: all 0.5s ease-in-out;
  z-index: 0;
}

.super-card:hover::before {
  transform: scale(1);
}

.super-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(255,102,0,0.3);
}

.super-card h4 {
  color: #002b26;
  font-weight: 700;
  z-index: 1;
  position: relative;
}

.super-card p {
  color: #444;
  margin-top: 15px;
  font-size: 15px;
  z-index: 1;
  position: relative;
}

.icon-box {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 32px;
  color: white;
  box-shadow: 0 0 25px rgba(255,102,0,0.5);
  transition: transform 0.4s ease;
  z-index: 1;
  position: relative;
}

.super-card:hover .icon-box {
  transform: rotate(10deg) scale(1.1);
}
/* History Section  */
.history-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  position: relative;
  overflow: hidden;
}

.history-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,102,0,0.1), transparent 60%);
  animation: pulseGlow 8s infinite alternate;
  z-index: 0;
}

@keyframes pulseGlow {
  0% { transform: scale(0.8); opacity: 0.6; }
  100% { transform: scale(1.2); opacity: 1; }
}

.history-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  padding: 60px 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  overflow: hidden;
}

/* --- outline hidden by default --- */
.history-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ffcc99, #ff6600);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

/* --- only show on hover --- */
.history-card:hover::after {
  opacity: 1;
}

.history-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 50px rgba(255,102,0,0.3);
}

.history-card h2 {
  color: #002b26;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.history-card p {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}

.year-badge {
  display: inline-block;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: white;
  font-size: 22px;
  font-weight: bold;
  padding: 12px 25px;
  border-radius: 50px;
  box-shadow: 0 0 25px rgba(255,102,0,0.4);
  margin-bottom: 20px;
  animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
/* Core values */
.core-values-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  position: relative;
  overflow: hidden;
}

.core-card-square {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 25px 15px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  overflow: hidden;
  height: 230px;   /* 👈 square shape height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.core-card-square::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ffcc99, #ff6600);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.core-card-square:hover::after {
  opacity: 1;
}

.core-card-square:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 10px 35px rgba(255,102,0,0.3);
}

.icon-wrap {
  width: 65px;
  height: 65px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 25px;
  box-shadow: 0 0 20px rgba(255,102,0,0.4);
  transition: transform 0.4s ease;
}

.core-card-square:hover .icon-wrap {
  transform: rotate(10deg) scale(1.1);
}

.core-card-square h5 {
  color: #002b26;
  font-weight: 700;
  margin-top: 15px;
}

.core-card-square p {
  color: #444;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.4;
  margin-bottom: 0;
}
/* marketing */
/* Section Background */
.target-market-section {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.target-market-section::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,102,0,0.08), transparent 70%);
  animation: pulse-bg 9s infinite alternate;
  z-index: 0;
}

@keyframes pulse-bg {
  0% { transform: scale(0.9); opacity: 0.5; }
  100% { transform: scale(1.1); opacity: 1; }
}

/* Heading */
.section-heading {
  color: #002b26;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.2rem;
}

/* Card Layout */
.target-card {
  background: rgba(255,255,255,0.85);
  border-radius: 20px;
  border: 2px solid transparent;
  backdrop-filter: blur(10px);
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  position: relative;
  overflow: hidden;
  height: 100%; /* ensures all equal height */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Hover Border Animation */
.target-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ffcc99, #ff6600);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.target-card:hover::after {
  opacity: 1;
}

.target-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 40px rgba(255,102,0,0.3);
}

/* Icon Box */
.icon-box {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
  border-radius: 20%;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 25px rgba(255,102,0,0.4);
  transition: transform 0.4s ease;
}

.target-card:hover .icon-box {
  transform: rotate(10deg) scale(1.1);
}

/* Card Text */
.target-card h5 {
  color: #002b26;
  font-weight: 700;
  margin-top: 10px;
}

.target-card p {
  color: #444;
  font-size: 15px;
  margin-top: 8px;
  line-height: 1.6;
  flex-grow: 1;
}

/* Note Below Cards */
.target-note {
  max-width: 800px;
  margin: auto;
  font-size: 16px;
  color: #555;
  z-index: 1;
  position: relative;
}
/* our objectives */
.objectives-section {
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  position: relative;
  overflow: hidden;
}

.objectives-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255,102,0,0.1), transparent 60%);
  animation: bgMove 10s infinite alternate;
}

@keyframes bgMove {
  0% { transform: scale(1); }
  100% { transform: scale(1.1); }
}

.section-heading {
  color: #002b26;
  font-weight: 700;
  font-size: 2.2rem;
}

.objective-card {
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
  border: 1px solid #eee;
  box-shadow: 0 10px 25px rgba(255,102,0,0.1);
  padding: 25px;
  transition: all 0.4s ease;
  height: 100%;
  animation: floatCard 6s ease-in-out infinite;
}

@keyframes floatCard {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.objective-card:hover {
  transform: translateY(-12px) scale(1.03);
  border-color: #ff6600;
  box-shadow: 0 15px 40px rgba(255,102,0,0.25);
}

.objective-card i {
  color: #ff6600;
  font-size: 2.5rem;
  margin-bottom: 15px;
  transition: transform 0.4s;
}

.objective-card:hover i {
  transform: rotate(10deg) scale(1.2);
}

.objective-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
/* 🌿 Global White Background for All Main Sections */
section {
  background-color: #ffffff !important;
  position: relative;
  z-index: 1;
}

/* 🩶 Clean Container Styling */
section .container {
  position: relative;
  z-index: 2;
}

/* 🌟 Universal Card Design (for mission, values, target, objectives, etc.) */
.common-card {
  background: #ffffff;
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

/* 🧠 Hover Animation (premium soft glow) */
.common-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 18px 45px rgba(255, 102, 0, 0.25);
  border-color: #ff6600;
}

/* ✨ Hover Border Gradient */
.common-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ffb366, #ff6600);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.common-card:hover::after {
  opacity: 1;
}

/* 💡 Card Icons */
.common-icon {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 15px;
  box-shadow: 0 0 25px rgba(255,102,0,0.4);
  transition: transform 0.4s ease;
}

.common-card:hover .common-icon {
  transform: rotate(8deg) scale(1.1);
}

/* 🧡 Text Styling */
.common-card h4,
.common-card h5 {
  color: #002b26;
  font-weight: 700;
  margin-top: 10px;
}

.common-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 8px;
}

/* 🌬️ Smooth Fade-in Animation for Sections */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

section {
  animation: fadeInUp 1.2s ease both;
}
/* Force All Major Sections to White Background */
section,
.core-values-section,
.target-market,
.mission-section,
.vision-section,
.objectives-section {
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

/* Ensure inner containers don't add any overlays */
section::before,
section::after {
  background: none !important;
  content: none !important;
}

/* Optional: subtle shadow for separation between sections */
section {
  border-bottom: 1px solid rgba(0,0,0,0.05);
}

/* Keep card hover and animations working */
.common-card,
.core-card {
  background: #ffffff !important;
  border-color: #f0f0f0 !important;
}
/* Why we choose us section */
.why-choose-us-section {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.why-choose-us-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,102,0,0.08), transparent 70%);
  animation: sectionPulse 9s infinite alternate;
  z-index: 0;
}

@keyframes sectionPulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  100% { transform: scale(1.1); opacity: 1; }
}

.why-choose-us-section .core-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  overflow: hidden;
  min-height: 260px;
}

.why-choose-us-section .core-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ffcc99, #ff6600);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.why-choose-us-section .core-card:hover::after {
  opacity: 1;
}

.why-choose-us-section .core-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 40px rgba(255,102,0,0.3);
}

.why-choose-us-section .icon-wrap {
  width: 75px;
  height: 75px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 28px;
  box-shadow: 0 0 25px rgba(255,102,0,0.4);
  transition: transform 0.4s ease;
}

.why-choose-us-section .core-card:hover .icon-wrap {
  transform: rotate(10deg) scale(1.1);
}

.why-choose-us-section h5 {
  color: #002b26;
  font-weight: 700;
  margin-top: 15px;
}

.why-choose-us-section p {
  color: #444;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.6;
}
/* services */
.premium-services {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.premium-services::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,102,0,0.06), transparent 70%);
  animation: premiumPulse 9s infinite alternate;
  z-index: 0;
}

@keyframes premiumPulse {
  0% { transform: scale(0.9); opacity: 0.6; }
  100% { transform: scale(1.1); opacity: 1; }
}

.premium-card {
  position: relative;
  z-index: 1;
  background: rgba(255,255,255,0.9);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  border: 2px solid transparent;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.premium-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(135deg, #ff6600, #ffcc99, #ff6600);
  opacity: 0;
  transition: opacity 0.4s ease;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.premium-card:hover::after {
  opacity: 1;
}

.premium-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 15px 40px rgba(255,102,0,0.25);
}

.premium-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff6600, #ff8533);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 30px;
  box-shadow: 0 0 25px rgba(255,102,0,0.4);
  transition: transform 0.4s ease;
  animation: floatPremiumIcon 3s ease-in-out infinite alternate;
}

@keyframes floatPremiumIcon {
  from { transform: translateY(0px); }
  to { transform: translateY(-8px); }
}

.premium-card:hover .premium-icon {
  transform: scale(1.1) rotate(8deg);
}

.premium-card h5 {
  color: #002b26;
  font-weight: 700;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
  min-height: 50px;
}

.premium-card p {
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  flex-grow: 1;
}
