/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
html,
body {
  overflow-x: hidden;
}

a {
  /*color: #01476b;*/
  color:orange;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #01476b;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #01476b;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
/* journy */

.timebody:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  background-color: rgb(207, 14, 14);
}
.timebody .entries {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.timebody .entries .entry {
  width: calc(50% - 80px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.timebody .entries .entry:not(:first-child) {
  margin-top: -60px;
}
.timebody .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: rgb(226, 17, 17);
}
.timebody .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #e20000;
  background-color: #1d1d1d;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
}
.timebody .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(8px, -50%);
}
.timebody .entries .entry .body1 {
  color: rgb(218, 6, 6);
}
.timebody .entries .entry .body1 #timep {
  line-height: 1.4em;
}
.timebody .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.timebody .entries .entry:nth-child(2n) .title:before {
  left: -63px;
}
.timebody .entries .entry:nth-child(2n) .title.big:before {
  transform: translate(-8px, -50%);
}
#timep {
  color: #000;
}

/* Top bar css start */

.top-bar {
  background-color: #01476b !important;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: -1.8rem 2.65rem;
  flex-wrap: wrap;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 38px;
  font-family: "Open Sans", sans-serif;
}
/* LEFT SIDE */
.top-bar-left {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin-left: 50px;
}

.top-bar-left a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.95;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

.top-bar-left a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.fa-envelope:before {
  content: "\f0e0";
  padding-left: 10px;
}
.fa-envelope2:before {
  content: "\f0e0";
  padding-left: 0px;
}

/* SOCIAL ICONS (LEFT) */
.social-icon1 {
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  padding: 2px 12px;
  border-radius: 6px;
}

.social-icon1:hover {
  color: #fff;
  /* background-color: #ebb63b; */
  transform: translateY(-2px);
}

/* Social Icons */
.top-bar-right {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-right: 35px;
}
.social-icon {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
  color: #01476b;
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  margin: 1px 2px;
}

.social-icon:hover {
  transform: translate(3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.social-icon.facebook:hover {
  background-color: #1da1f2;
  /* background: #01476b; */
}

.social-icon.linkedin:hover {
  background-color: #1da1f2;
}

.social-icon.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.social-icon.twitter:hover {
  background: #1da1f2;
  color: #fff;
}

/* RESPONSIVE BREAKPOINTS */

/* Tablets & Small Laptops (≤ 1200px) */
@media (max-width: 1200px) {
  .top-bar {
    padding: 0px 80px;
  }

  .donate-btn {
    font-size: 15px;
    padding: 6px 15px;
  }
  .top-bar-right {
    margin-right: -74px;
  }
  .top-bar-left {
    gap: 3px;
    /* padding-bottom: 10px; */
    margin-left: -58px;
  }

  .top-bar-left a {
    font-size: 13px;
  }
}

/* Tablets & Large Mobiles (≤ 992px) */
@media (max-width: 992px) {
  .top-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 12px 20px;
  }

  .top-bar-left,
  .top-bar-right {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}

/* Medium Phones & Small Tablets (≤ 768px) */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 10px;
    padding: 12px 15px;
    text-align: center;
  }

  .top-bar-left,
  .top-bar-right {
    justify-content: center;
    width: 100%;
  }

  /* .top-bar {
    padding: 10px 15px;
  } */

  .top-bar-left a,
  .social-icon1,
  .social-icon {
    font-size: 16px;
    padding: 3px 10px;
  }

  .donate-btn {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/* Mobile Phones (≤ 600px) */
@media (max-width: 600px) {
  .top-bar {
    padding: 8px 12px;
    gap: 10px;
  }

  .top-bar-left {
    gap: 10px;
  }

  .top-bar-left a {
    font-size: 14px;
  }

  .social-icon1,
  .social-icon {
    padding: 2px 8px;
  }

  .donate-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}

/* Small Phones (≤ 480px) */
@media (max-width: 480px) {
  .top-bar {
    padding: 8px;
  }

  .top-bar-left,
  .top-bar-right {
    gap: 8px;
  }

  .top-bar-left a {
    font-size: 13px;
  }

  .social-icon,
  .social-icon1 {
    font-size: 16px;
  }

  .donate-btn {
    padding: 5px 10px;
    font-size: 13px;
  }
}

/* Extra Small Phones (≤ 360px) */
@media (max-width: 360px) {
  .top-bar-left a {
    font-size: 12px;
  }

  .social-icon,
  .social-icon1 {
    font-size: 14px;
    padding: 2px 6px;
  }

  .donate-btn {
    padding: 5px 8px;
    font-size: 12px;
  }
}

/*--------# Header-------*/
#header {
  padding: 60px 0px;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #ffffff;
  color: #01476b;
  border-bottom: 1px solid #01476b;
  /* box-shadow: rgb(1 71 107 / 37%) 0px 4px 15px; */
}

#header .menu {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  /* padding: 0 30px; */
}
#header #logo {
  float: left;
  margin: 0px;
}

#header #logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #01476b !important;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  /* color: #fff; */
  color: #01476b;
  padding-left: 10px;
  /*border-left: 4px solid #18d26e;*/
}

#header #logo img {
  padding: 0;
  margin: 0;
}
#header #logo .pull-left {
  margin-top: 20px;
}
/* #nav-menu-container {
  padding-right: 16px;
  padding-right: -5px !important;
  margin-top: 43px;
} */

#nav-menu-container .nav-menu {
  background: #ffffff;
  max-width: 1200px;
}

#nav-menu-container .nav-menu > li > a {
  color: #01476b;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease;
}

/* Donate button wrapper */
.donate-btn a {
  background: transparent !important;
}

/* Donate button */
.donate-btn .btn-danger {
  background: #dc3545;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Donate button hover */
.donate-btn .btn-danger:hover {
  color: #ffffff;
  background: #01476b;
}

/* Hover effect */
#nav-menu-container .nav-menu > li > a:hover {
  color: #ffffff;
}

/* LOGO CONTAINER */
#logo {
  display: flex;
}

#logo a {
  display: flex;
  align-items: center !important;
  text-decoration: none;
}

/* TEXT */
#logo .text {
  display: inline-block;
  margin-left: 6px;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 20px !important;
  font-weight: 700;
  color: #01476b;
}

#header #logo img {
  height: 75px;
  width: 80px;
  padding: 0px;
  margin: -4px;
  margin-top: 34px;
  margin-left: -10px !important;
}
#logo img {
  height: 55px;
  height: 75px;
  width: 80px;
  padding: 0px;
  margin: -4px;
  margin-top: 34px;
  left: -13px;
  margin-left: -90px;
}
#logo .text {
  display: inline-block;
  margin-left: 10px;
  margin-top: 33px !important;
  padding-top: 5px !important;
  font-size: 24px !important;
  font-weight: 700;
  color: #01476b;
}

.nav-menu > li > a {
  font-size: 12px;
  padding: 7px 8px;
}

/* ----SMALL LAPTOP → 1280px-----*/
@media (max-width: 1440px) {
  #header #logo h1 {
    font-size: 24px;
  }

  .nav-menu > li > a {
    font-size: 12px;
    padding: 8px 8px;
  }

  .nav-menu ul li a {
    font-size: 12px;
  }
  #logo img {
    height: 65px;
  }
  #logo .text {
    font-size: 18px;
  }
}
/* ----COMPACT LAPTOP / LARGE TABLET → 1024px -----*/
@media (max-width: 1024px) {
  #header #logo h1 {
    font-size: 20px;
  }
  #logo .text {
    font-size: 19px !important;
  }

  .nav-menu > li > a {
    font-size: 12px;
    padding: 4px 4px;
  }

  .nav-menu ul {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  #header {
    /* padding: 30px 0; */
    padding: 52px 0px !important;
    height: 92px;
    position: fixed;
  }
  #header #logo h1 {
    font-size: 20px;
    gap: 8px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    padding-left: 30px;
    max-height: 53px;
    height: 80px;
    width: 84px;
    margin-top: -5px !important;
    margin-left: -14px;
  }
  #header #intro text {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
  }
  #logo .text {
    display: inline-block;
    margin-left: 6px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    font-weight: 700;
    color: #01476b;
  }
  /* #intro span .text {
    color: #01476b;
    margin-left: 26px !important;
    font-size: 19px !important;
    font-weight: 550;
  } */
}
@media (max-width: 425px) {
  #header {
    padding: 52px 0px !important;
    height: 92px;
    position: fixed;
  }
  #header #logo h1 {
    font-size: 20px;
    gap: 8px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 99px;
    padding-left: 30px;
    height: 52px;
    width: 83px;
    margin-top: -5px !important;
    margin-left: -20px !important;
  }
  #logo .text {
    display: inline-block;
    margin-left: 6px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    font-weight: 700;
    color: #01476b;
  }
  #header #intro text {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
  }
  #intro .text {
    color: #01476b;
    padding-top: 14px !important;
    margin-left: 26px !important;
    font-size: 19px !important;
    font-weight: 550;
  }
}

@media (max-width: 375px) {
  #header {
    padding: 25px 0px !important;
    height: 92px;
    position: fixed;
  }
  #logo a {
    display: flex;
    max-height: 90px;

    text-decoration: none;
  }
  #header #logo h1 {
    font-size: 16px;
    gap: 8px;
  }
  #header #logo img {
    max-height: 90px;
    height: 55px;
    width: 87px;
  }
  #intro .text {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 320px) {
  #header {
    /* padding: 30px 0; */
    padding: 25px 0px !important;
    height: 92px;
    position: fixed;
  }
  #logo a {
    display: flex;

    text-decoration: none;
  }
  #header #logo h1 {
    font-size: 16px;
    gap: 8px;
  }
  #logo .text {
  }
  #header #logo img {
    max-height: 70px;
    height: 55px;
    /* width: 100px; */
    width: 89px;
    margin-left: -18px !important;
  }
}

/*------# Intro Section-------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
}

#intro .carousel-item {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
.fa-times:before {
  color: #fff !important;
}

.custom-control {
  width: 50px;
  height: 54px;
  background-color: #ffffff6e;
  top: 55%;
  transform: translateY(-50%);
  opacity: 1;
  padding: 0px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  color: #e60000 !important;
}

/* Large tablets / Small laptops */
@media (max-width: 1440px) {
  #intro .carousel-item {
    height: 80vh !important;
    margin-top: 106px;
  }

  #intro .carousel-background img {
    height: 90vh;
  }
}

@media (max-width: 1200px) {
  #intro .carousel-item {
    height: 80vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 90vh;
  }
}

/* Tablets */
@media (max-width: 992px) {
  #intro {
    min-height: 85vh;
  }

  #intro .carousel-item {
    height: 45vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 85vh;
  }
}

/* Mobile Large / Mobile Landscape */
@media (max-width: 768px) {
  #intro {
    min-height: auto;
    height: 47vh !important;
  }

  #intro .carousel-item {
    height: 62vh !important;
    margin-top: 95px;
  }

  #intro .carousel-background img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
  }
}

/* Mobile Small (Phones under 480px) */
@media (max-width: 480px) {
  #intro .carousel-item {
    height: 30vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 60vh;
    object-position: top;
  }
}

/* Extra small 320px devices */
@media (max-width: 360px) {
  #intro .carousel-item {
    height: 25vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 55vh !important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01476b;
  bottom: 0;
  left: calc(50% - 20px);
}
.fa-solid,
.fas {
  font-weight: 900;
}
.fa-heart {
  --fa: "\f004";
}
/* .fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
} */
.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.donate-blink {
  animation: softBlink 1s infinite;
}

@keyframes softBlink {
  0%,
  100% {
    opacity: 1.5;
  }
  50% {
    opacity: 0.8;
  }
}

/* 
.donate-blink {
  animation: pulseBlink 1s infinite;
}
.donate-blink i {
  margin-left: 4px;
}

@keyframes pulseBlink {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }
} */

.blinking {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

/*@media (min-width: 1024px) {*/
/*  #nav-menu-container {*/
    
/*    display: inline;*/
      
/*  }*/
/*  .nav-menu > li > a {*/
/*    font-size: 12px;*/

      
/*  }*/
/*}*/

/*@media (max-width: 768px) {*/
/*  #nav-menu-container {*/
/*    display: none;*/
/*  }*/
/*}*/

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

/* .nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: white;
} */
.nav-menu > li > a.parent:hover,
.nav-menu > li.menu-has-children:hover > a.parent {
  color: #ffffff !important;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #01476b;
}

.nav-menu ul ul {
  margin: 0;
}

/* #header-placeholder,
#header-placeholder header,
#header-placeholder nav {
  width: 100%;
  max-width: 100%;
}

#header-placeholder {
  display: contents;
}

.menu-has-children ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
}

.menu-has-children:hover > ul {
  display: block;
}

.nav-menu,
.nav-menu * {
  box-sizing: content-box;
} */
/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  /* cursor: pointer; */
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}
a.parent {
  pointer-events: none;
  cursor: default;
}
/* a.parent:hover {
  color: #fff!important;
} */
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*----------------------
# Sections
---------------------------*/

.section-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-header h3 {
  margin-bottom: 0px;
}

/* Divider container (auto width) */
.section-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.section-divider .line2 {
  width: 80px;
  height: 3px;
  background: #e60000;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.section-divider .line {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-divider .dot-icon {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
  line-height: 1;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
/* About Us Section
--------------------------------*/
/* About Us Section
--------------------------------*/
#about {
  background: #fafafa;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-content {
  padding-right: 40px;
}

#about .about-badge {
  display: inline-block;
  background: #f41b35;
  color: #fbf4f4;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  border-radius: 28px 0px 28px 0px;
}

#about .about-title {
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 12px;
}

#about .highlight-text {
  color: #f41b35;
  display: block;
}

#about .about-description {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
}

#about .btn-join-movement {
  display: inline-block;
  background: #f41b35;
  color: #fff;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 550;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(124, 179, 66, 0.2);
}

#about .btn-join-movement:hover {
  background: #00486b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(124, 179, 66, 0.4);
  color: #fff;
}

#about .about-images-wrapper {
  position: relative;
  height: 506px;
  margin-left: 25px;
}

#about .orange-circle {
  position: absolute;
  width: 390px;
  height: 385px;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  border-radius: 50%;
  top: 51%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1;
  left: 169px;
}

#about .about-img-top {
  position: absolute;
  top: 5px !important;
  right: 85px !important;
  width: 282px !important;
  height: 245px !important;
  object-fit: cover;
  border-radius: 20px;
  z-index: 3;
  border: 8px solid #fff;
}

#about .about-img-bottom {
  position: absolute;
  bottom: 18px;
  left: 75px;
  width: 333px;
  height: 272px;
  object-fit: cover;
  border-radius: 20px;
  z-index: 2;
  border: 6px solid #fff;
}

/* Large desktops */
@media (min-width: 1440px) {
  #about {
    padding: 12px 0 40px 0 !important;
  }
  #about .about-text {
    font-size: 18px !important;
  }

  #about .orange-circle {
    width: 354px;
    height: 356px;
    left: 122px;
  }

  #about .about-img-top {
    width: 255px !important;
    height: 230px !important;
    right: 80px !important;
    top: 21px !important;
    border: 4px solid #fff;
  }

  #about .about-img-bottom {
    height: 249px !important;
    bottom: -21px !important;
    left: 12px !important;
  }
}

@media (min-width: 1024px) {
  #about {
    padding: 0px 0 40px 0 !important;
  }
  #about .about-text {
    font-size: 16px;
  }
  #about .about-images-wrapper {
    height: 400px;
  }

  #about .orange-circle {
    width: 354px;
    height: 356px;
    left: 122px;
  }

  #about .about-img-top {
    width: 229px;
    height: 209px;
    right: 1px;
    top: 21px;
    border: 4px solid #fff;
  }

  #about .about-img-bottom {
    height: 249px;
    bottom: -21px;
    left: 12px;
    top: 160px;
  }
}

@media (max-width: 992px) {
  #about .about-content {
    padding-right: 0;
    margin-bottom: 60px;
  }

  #about .about-title {
    font-size: 36px;
  }
  #about .section-header h3 {
    font-size: 28px !important;
  }

  #about .about-images-wrapper {
    margin-left: 0;
    height: 450px;
  }

  #about .orange-circle {
    width: 350px;
    height: 350px;
  }

  #about .about-img-top {
    width: 240px;
    height: 170px;
    right: 60px;
  }

  #about .about-img-bottom {
    width: 280px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  #about {
    padding: 8px 0;
  }

  #about .about-title {
    font-size: 24px;
  }

  #about .about-description {
    font-size: 15px;
  }
  #about .section-header h3 {
    font-size: 24px !important;
  }
  #about .about-badge {
    display: inline-block;
    background: #f41b35;
    color: #fbf4f4;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    border-radius: 39px 0px 39px 0px;
  }
  #about .btn-join-movement {
    display: inline-block;
    background: #00486b;
    color: #fff;
    padding: 12px 12px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
  }

  #about .about-images-wrapper {
    height: 400px;
  }

  #about .orange-circle {
    width: 320px;
    height: 320px;
  }

  #about .about-img-top {
    width: 273px !important;
    height: 250px !important;
    right: 91px !important;
    top: -32px !important;
    border: 4px solid #fff;
  }

  #about .about-img-bottom {
    width: 300px;
    height: 270px;
    bottom: -45px;
  }
}

@media (max-width: 576px) {
  #about {
    padding: 0px 0;
  }
  #about .about-badge {
    font-size: 14px;
    padding: 6px 16px;
  }
  #about .about-title {
    font-size: 24px;
  }
  #about .about-description {
    font-size: 14px;
    text-align: left;
  }
  #about .btn-join-movement {
    font-size: 14px;
    padding: 10px 14px;
  }
  .section-header h3 {
    font-size: 21px !important;
  }

  #about .highlight-text {
    display: inline;
  }

  #about .about-images-wrapper {
    height: 350px;
    margin-left: 0;
  }

  #about .orange-circle {
    width: 272px;
    height: 280px;
    right: 0px;
    left: 58px;
    top: 137px;
  }

  #about .about-img-top {
    width: 189px !important;
    height: 180px !important;
    right: 2px !important;
    border: 4px solid #fff;
    z-index: 4;
    top: -12px !important;
  }

  #about .about-img-bottom {
    position: absolute;
    bottom: 9px;
    left: 9px;
    width: 216px;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    /*box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);*/
    z-index: 2;
    border: 4px solid #fff;
  }
}

#about .badge-icon {
  font-size: 24px;
}

#about .badge-text {
  font-size: 11px;
}

@media (max-width: 320px) {
  #about .about-title {
    font-size: 22px;
  }
  #about .about-description {
    font-size: 15px;
    word-break: break-all;
    text-align: justify;
  }
  #about .btn-join-movement {
    font-size: 13px;
    padding: 8px 12px;
  }
  .section-header h3 {
    font-size: 20px !important;
  }
  /* #about .about-title {
    font-size: 28px;
  } */

  #about .highlight-text {
    display: inline;
  }

  #about .about-images-wrapper {
    height: 350px;
    margin-left: 0;
  }

  #about .orange-circle {
    width: 221px;
    height: 220px;
    right: 0px;
    left: 49px;
    top: 148px;
  }

  #about .about-img-top {
    width: 155px !important;
    height: 147px !important;
    right: 0px !important;
    border: 4px solid #fff;
    bottom: 28px !important;
    z-index: 4;
    top: 4px !important;
  }

  #about .about-img-bottom {
    position: absolute;
    bottom: 26px;
    left: -2px;
    width: 197px;
    height: 203px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
    border: 4px solid #fff;
  }
}

/* Services Section
--------------------------------*/

.Donate-section {
  width: 100%;
  min-height: 70vh;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: linear-gradient(135deg, #1e3c72, #2a5298);
  position: relative;
}

.Donate-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.Donate-box {
  position: relative;
  z-index: 2;
  background: #ffffffd4;
  width: 500px;
  border: 4px solid #ffffff;
  max-width: 95%;
  padding: 35px 30px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

.Donate-box h2 {
  font-size: 32px;
  color: #222;
  font-weight: 700;
}

.Donate-box h2 span {
  color: #f41b35;
  font-weight: 800;
}

.Donate-box p {
  margin: 15px 0 18px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Join Button */
/* MAIN BUTTON DESIGN (your original style) */
.btn-join {
  display: inline-block;
  background: #f41b35;
  padding: 12px 28px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-join:hover {
  background: #c2172c;
  transform: translateY(-2px);
  color: #fff;
}

/* THEME BUTTON (merged + fixed) */
.theme-btn {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background-color: #c2172c;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Hover for theme-btn */
.theme-btn:hover {
  background-color: #c2172c;
}

/* BLINKING EFFECT FIX */
.blinking-icon {
  animation: blink-effect 1s infinite ease-in-out;
}

/* Proper keyframes */
@keyframes blink-effect {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .Donate-box h2 {
    font-size: 26px;
  }
}

/* Donate page css start*/

.donate-containerpage2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
}

.donate-section-header2 {
  padding: 140px;
  /* margin: 5px 0px; */
  padding-bottom: 0px;
}
.donate-section2-header {
  padding: 0px;
  padding-bottom: 0px;
  font-size: 34px;
  color: #00486b;
}

.donate-section-header h3 {
  font-size: 34px;
  font-weight: 800;
  color: #00345c;
}

.donate-section-divider {
  margin-top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.donate-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.donate-dot-icon {
  font-size: 18px;
  color: red;
}

.donation-subtext {
  max-width: 940px;
  margin: 0px auto 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10px;
}
.section-aashray-header {
  text-align: center;
}

/* Underline wrapper */
.underline-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

/* Underline image */
.underline-img {
  max-width: 290px;
  width: 100%;
  height: auto;
  margin-top: -24px;
}

/* ===== BIG DONATE CARD LAYOUT ===== */
.donate-card {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  border: 1px solid #00345c;
}

.donate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}

/* LEFT SIDE */
.donate-card-left {
  flex: 1;
  padding: 25px;
}

.donate-card-left h2 {
  font-size: 30px;
  font-weight: 700;
  color: #00345c;
  margin-bottom: 5px;
}

.donate-card-left .subtext {
  color: #db274b;
  font-weight: 600;
  margin-bottom: 12px;
}

.donate-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.donate-details li {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px dashed #b4a1a1ab;
  color: #000;
}

.donate-details li strong {
  color: #00345c;
}

/* RIGHT SIDE */
.donate-card-right {
  width: 360px;
  /* background: linear-gradient(135deg, #e94435, #003f88);  */
  background: #003f88bd;
  color: #fff;
  text-align: center;
  padding: 35px 25px;
}

.qr-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 15px;
}

.qr-wrapper img {
  max-width: 245px;
  width: 100%;
}

.donate-card-right h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.upi-list span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  margin: 4px;
  font-size: 13px;
}

/* FOOTER NOTE */
.footer-note p {
  font-size: 17px !important;
  color: #000;
}

/* ===== RESPONSIVE ===== */

/* Tablets & below */
@media (max-width: 992px) {
  .donate-card {
    flex-direction: column;
  }

  .donate-card-right {
    width: 100%;
  }

  .donate-card-left {
    padding: 40px 35px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .donate-section-header h3 {
    font-size: 28px;
  }
  .underline-img {
    max-width: 260px;
  }

  .donation-subtext {
    font-size: 16px !important;
    padding: 0px 8px;
    text-align: center;
  }

  .donate-card-left h2 {
    font-size: 26px;
  }

  .donate-details li {
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .donate-section-header2 {
    padding: 15px !important;
    font-size: 18px !important;
  }
  .donate-section2-header {
    padding: 90px 35px 0px 35px;
  }
  .donate-section-header h3 {
    font-size: 20px;
  }
  .underline-img {
    max-width: 255px;
    margin-top: -20px;
  }

  .donate-card {
    margin-top: 35px;
    border-radius: 16px;
  }

  .donate-card-left {
    padding: 28px 20px;
  }

  .donate-details li {
    font-size: 14px;
  }

  .footer-note p {
    font-size: 14px;
  }
}

/* Extra Small Devices */
@media (max-width: 425px) {
  .donate-section-header {
    padding-top: 0px !important;
    margin: 5px 0px !important;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .donate-section-header h3 {
    font-size: 18px;
  }

  .donation-subtext {
    font-size: 14px;
  }

  .donate-card-left h2 {
    font-size: 22px;
  }

  .donate-details li {
    font-size: 14px;
  }
  .footer-note p {
    font-size: 12px;
  }
}

/*------ About Page css   -----*/

.about-section {
  padding: 2rem 1.5rem;
  /*background: #f5f5f5;*/
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
  margin-top: -60px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* GRID LAYOUT */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* IMAGE STYLING */
.image-stack {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #b94f08, #e47028);
  border-radius: 50%;
  top: -46px;
  left: -51px;
  opacity: 0.25;
  z-index: 1;
  filter: blur(2px);
}
.circle2 {
  position: absolute;
  width: 105px;
  height: 100px;
  background: linear-gradient(135deg, #00486b, #00486b);
  border-radius: 50%;
  bottom: -28px;
  left: 500px;
  opacity: 0.35;
  z-index: 2;
  filter: blur(3px);
}
.main-img {
  width: 94%;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.main-img:hover {
  transform: scale(1.03);
}

/* RIGHT SIDE TEXT */
.half-text h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #f41b35;
  margin-bottom: 12px;
  line-height: 1.2;
}
.content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}

/* FULL-WIDTH TEXT BELOW */
.full-width {
  margin-top: 1rem;
  background: #ffffff;
  padding: 10px 0px;
  border-radius: 18px;
}

/* XL Screens (1440px+) */
@media (min-width: 1440px) {
  .grid {
    gap: 4rem;
  }
  .about-section {
    padding: 4rem 2.5rem;
  }
}

/* Large Screens (1024px–1439px) */
@media (max-width: 1439px) {
  .grid {
    gap: 3rem;
  }
}

/* Medium Screens (768px–1023px) */
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .half-text {
    margin-top: 1.5rem;
  }

  .circle {
    left: -20px;
    top: -20px;
  }

  .circle2 {
    right: -20px;
    bottom: -20px;
  }
}

/* Tablets (600px–767px) */
@media (max-width: 768px) {
  .content p {
    font-size: 1rem;
    word-break: break-all;
  }

  .full-width {
    padding: 1.5rem;
  }
}

/* Mobile (480px–599px) */
@media (max-width: 600px) {
  .about-section {
    padding: 1rem 1rem;
    padding-top: 0px !important;
  }

  .grid {
    gap: 5px;
  }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
  .half-text h2 {
    font-size: 22px;
  }

  .content p {
    font-size: 15px;
    word-break: break-all;
  }

  .circle,
  .circle2 {
    display: none;
  }

  .full-width {
    padding: 5px 0px;
    word-break: break-all;
  }
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* aashray page css start */
/* AASHRAY SECTION */
#aashray {
  background: #fff;
  padding: 35px 90px !important;
  padding-bottom: 1px !important;
}
.aashraypage {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 118px;
}
.section-aashray-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-aashray h3 {
  margin-bottom: 0px;
  font-size: 32px;
  color: #00486b;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  padding-top: 8px;
}
.section-aashraypage-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.section-aashraypage-divider .line5 {
  width: 80px;
  height: 3px;
  background: #e60000;
  border-radius: 5px;
  text-align: center;
}
.section-aashraypage-divider .line5 {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-aashraypage-divider .dot-icon5 {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
  line-height: 1;
}

.section-header-team2 {
  background: #fff;
  padding: 0px 50px !important;
}
/* AASHRAY SECTION */
.aashray-wrapper {
  padding: 0px 20px !important;
  background: linear-gradient(135deg, #f7f9fc, #eef2f7);
}

.aashray-container {
  max-width: 1200px;
  margin: auto;
  margin-top: -128px;
}

/* Header */
.aashray-header {
  text-align: center;
  margin-bottom: 50px;
}

.aashray-header h2 {
  font-size: 36px;
  color: #2c3e50;
}

.aashray-header h2 span {
  color: #01476b;
}

.aashray-tagline {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

/* Divider */
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.divider span {
  width: 60px;
  height: 2px;
  background: #01476b;
}

.divider i {
  margin: 0 12px;
  color: #01476b;
}

/* BIG CONTAINER */
.aashray-bigbox {
  padding: 20px 20px 40px;
}

.aashray-content {
  max-width: 1100px;
  margin: auto;
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* CONTENT BLOCKS */
.aashray-block h3 {
  font-size: 24px;
  color: #01476b;
  margin-bottom: 12px;
}

.aashray-block p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* LIST */
/*.offer-list {*/
/*  padding-left: 18px;*/
/*}*/

/*.offer-list li {*/
/*  font-size: 16px;*/
/*  color: #000;*/
/*  margin-bottom: 7px;*/
/*}*/

.offer-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}

/* List item */
.offer-list li {
  position: relative;
  padding-top: 55px; /* space for icon */
  text-align: center; /* IMPORTANT for alignment */
  font-weight: 500;
  color: #000;
  font-family: "Open Sans", sans-serif;
}

/* Font Awesome icon */
.offer-list li::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 32px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  color: red;
  transition: transform 0.35s ease;
}

/* Rotate ONLY icon */
.offer-list li:hover::before {
  transform: translateX(-50%) rotate(40deg);
}

/* Icons */
.offer-list li:nth-child(1)::before {
  content: "\f2a7";
}
.offer-list li:nth-child(2)::before {
  content: "\f12e";
}
.offer-list li:nth-child(3)::before {
  content: "\f001";
}
.offer-list li:nth-child(4)::before {
  content: "\f4c4";
}

/* 📱 Mobile View: 2 per row */
@media (max-width: 768px) {
  .offer-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* DIVIDER */
.aashray-divider {
  height: 1px;
  background: linear-gradient(to right, #d6d9e0d1, red, transparent);
  margin: 35px 0;
}

/* STATS */
.aashray-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
  gap: 30px;
}

.aashray-stats span {
  font-size: 28px;
  font-weight: bold;
  color: red;
}

.aashray-stats p {
  margin-top: 6px;
  font-size: 16px;
  color: #000;
}

@media (max-width: 480px) {
  #aashray {
    background: #fff;
    padding: 35px 30px !important;
    padding-bottom: 1px !important;
  }
  .aashray-wrapper {
    padding: 0px 20px !important;
  }

  .aashray-bigbox {
    padding: 20px 8px;
  }
  .aashray-stats {
    text-align: center;
    gap: 8px;
  }

  .aashraypage {
    margin-top: 80px;
  }

  .section-aashray h3 {
    font-size: 24px;
    color: #00486b;
  }

  .aashray-header h2 {
    font-size: 26px;
  }

  .aashray-content {
    padding: 25px;
    border-radius: 14px;
    text-align: justify;
    word-break: break-all;
  }

  .aashray-block p,
  .offer-list li,
  .aashray-stats p {
    font-size: 15px;
  }

  .aashray-stats span {
    font-size: 22px;
  }
}

/* LARGE MOBILES */
@media (min-width: 481px) and (max-width: 600px) {
  #aashray {
    padding: 25px;
  }

  .aashray-content {
    padding: 30px;
  }
}

/* TABLETS */
@media (min-width: 601px) and (max-width: 768px) {
  .section-aashray h3 {
    font-size: 26px;
  }

  .aashray-header h2 {
    font-size: 30px;
  }

  .aashray-content {
    padding: 38px;
  }
}

/* SMALL LAPTOPS */
@media (min-width: 769px) and (max-width: 1024px) {
  .aashray-content {
    padding: 45px;
  }
}

/* LARGE SCREENS */
@media (min-width: 1400px) {
  .aashraypage {
    max-width: 1600px;
  }
}

.facility-section {
  padding: 35px 40px;
  background: #f8fbff;
  padding-bottom: 40px;
}

.facility-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.facility-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: default;
}

.facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.facility-card img {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.facility-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #004aad;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 992px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-card img {
    width: 140px;
  }
}

/* ==========================
   RESPONSIVE BREAKPOINTS
========================== */

/* Tablets: 2 columns */
@media (max-width: 900px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-card {
    padding: 24px 14px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
  }

  .icon-box i {
    font-size: 26px;
  }
}

/* Very small screens */
@media (max-width: 360px) {
  .facility-card p {
    font-size: 14px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
  }

  .icon-box i {
    font-size: 22px;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Vision & Mission Section - Side by Side Layout
--------------------------------*/
#vision-mission {
  background: #01476b0d;
  padding: 0px 0px;
}

#vision-mission .vision-mission-images {
  position: relative;
  height: 500px;
  padding: 20px;
}

#vision-mission .vm-img-main {
  position: absolute;
  top: 52px;
  left: 0;
  width: 406px;
  height: 406px;
  /* object-fit: cover; */
  border-radius: 20px;
  /*box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);*/
  z-index: 3;
  border: 4px solid #fff;
}

#vision-mission .vm-img-secondary {
  position: absolute;
  bottom: 115px;
  right: -24px;
  width: 245px;
  height: 255px;
  border-radius: 20px;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 40px;*/
  z-index: 3;
  border: 4px solid rgb(255, 255, 255);
}

#vision-mission .vm-accent-blue {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 160px;
  height: 160px;
  background: #64b5f6;
  border-radius: 20px;
  z-index: 1;
}

#vision-mission .vm-accent-green {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 160px;
  height: 160px;
  background: #7cb342;
  border-radius: 20px;
  z-index: 1;
}

#vision-mission .vision-mission-content {
  padding-left: 42px;
}

#vision-mission .order-lg-1 .vision-mission-content {
  padding-left: 0;
  padding-right: 30px;
}

#vision-mission .vm-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}

#vision-mission .vm-description {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
  text-align: justify;
}

#vision-mission .vm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#vision-mission .vm-list li {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  /*font-family: "Montserrat", sans-serif;*/
}

#vision-mission .vm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #01476b;
  color: #fff;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  #vision-mission .vision-mission-images {
    height: 450px;
    margin-bottom: 55px;
  }

  #vision-mission .vm-img-main {
    width: 292px;
    height: 275px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 176px;
    left: 2px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 216px;
    left: 228px;
    width: 212px;
    height: 166px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }

  #vision-mission .vm-accent-yellow {
    width: 120px;
    height: 120px;
  }

  #vision-mission .vm-accent-blue,
  #vision-mission .vm-accent-green {
    width: 150px;
    height: 150px;
  }

  #vision-mission .vm-title {
    font-size: 36px;
  }

  #vision-mission .vision-mission-content {
    padding-left: 0;
  }

  #vision-mission .order-lg-1 .vision-mission-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #vision-mission {
    padding: 60px 0;
  }

  #vision-mission .vision-mission-images {
    height: 350px;
  }

  #vision-mission .vm-img-main {
    width: 325px;
    height: 253px;
    right: 6px;
    border: 4px solid #fff;
    z-index: 2;
    top: 118px;
    left: 98px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 124px;
    left: 400px;

    width: 265px;
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }

  #vision-mission .vm-accent-yellow,
  #vision-mission .vm-accent-blue,
  #vision-mission .vm-accent-green {
    width: 140px;
    height: 140px;
  }

  #vision-mission .vm-title {
    font-size: 28px;
  }

  #vision-mission .vm-description {
    font-size: 14px;
  }

  #vision-mission .vm-list li {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #vision-mission .vision-mission-images {
    height: 300px;
  }

  #vision-mission .vm-img-main {
    width: 178px;
    height: 178px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 138px;
    left: 48px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 130px;
    left: 134px;
    width: 167px;
    height: 151px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }
}

#vision-mission .vm-accent-yellow,
#vision-mission .vm-accent-blue,
#vision-mission .vm-accent-green {
  width: 120px;
  height: 120px;
}

#vision-mission .vm-title {
  font-size: 24px;
}

@media (max-width: 425px) {
  #vision-mission .vm-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  #vision-mission {
    padding: 5px 0;
  }
  .section-header h3 {
    padding-top: 5px !important;
    padding: 0px 4px;
  }
  #vision-mission .vision-mission-images {
    height: 350px;
  }

  #vision-mission .vm-img-main {
    width: 227px;
    height: 204px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 151px;
    left: 25px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 163px;
    left: 200px;
    width: 189px;
    height: 176px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }

  #vision-mission .vm-accent-yellow,
  #vision-mission .vm-accent-blue,
  #vision-mission .vm-accent-green {
    width: 140px;
    height: 140px;
  }

  #vision-mission .vm-title {
    font-size: 28px;
  }

  #vision-mission .vm-description {
    font-size: 15px;
    word-break: break-all;
  }

  #vision-mission .vm-list li {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  #vision-mission .vision-mission-images {
    height: 300px;
  }

  #vision-mission .vm-img-main {
    width: 195px !important;
    height: 186px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 138px;
    left: 11px !important;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 135px;
    left: 144px !important;
    width: 155px !important;
    height: 151px !important;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }
}

#vision-mission .vm-accent-yellow,
#vision-mission .vm-accent-blue,
#vision-mission .vm-accent-green {
  width: 120px;
  height: 120px;
}

#vision-mission .vm-title {
  font-size: 24px;
}

/*---------- Team Section page-------*/

#team {
  background: #fff;
  padding: 35px 90px !important;
  padding-bottom: 1px !important;
}
#team5 {
  background: #fff;
  padding: 20px 0px !important;
  margin: 10px;
  margin-bottom: -65px;
}
.containeraboutpage {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 118px;
  margin-bottom: 60px;
}
.section-headerteam {
  text-align: center;
  padding-bottom: 0px;
}

.section-headerteam h3 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #00486b;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  padding-top: 15px;
}
.section-dividerteam {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.section-dividerteam .line2 {
  width: 80px;
  height: 3px;
  background: #e60000;
  border-radius: 5px;
  text-align: center;
}
.section-dividerteam .line {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-dividerteam .dot-icon {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
  line-height: 1;
}

.section-header-team2 {
  background: #fff;
  padding: 0px 50px !important;
}

/* ================================
   📱 Mobile Screens (≤ 575px)
==================================*/
@media (max-width: 575px) {
  #team {
    padding: 20px 15px !important;
  }

  .containeraboutpage {
    margin-top: 40px;
  }

  .section-headerteam h3 {
    font-size: 24px !important;
    padding-top: 35px;
  }

  .section-dividerteam .line2 {
    width: 50px;
  }

  .section-dividerteam .line {
    width: 30px;
  }

  .section-dividerteam .dot-icon {
    font-size: 16px;
  }

  .section-header-team2 {
    padding: 0px 15px !important;
  }
}

/* ================================
   📱📱 Large Mobile / Tablet (576–768px)
==================================*/
@media (max-width: 768px) {
  #team {
    padding: 25px 30px !important;
  }

  .section-headerteam h3 {
    font-size: 30px !important;
  }

  .section-dividerteam .line2 {
    width: 60px;
  }

  .section-dividerteam .line {
    width: 40px;
  }
}

/* ================================
   💻 Tablet / Small Laptop (769–992px)
==================================*/
@media (max-width: 992px) {
  #team {
    padding: 25px 25px !important;
  }

  .section-headerteam h3 {
    font-size: 28px;
  }
}
/* Section Layout */
#committee {
  padding: 15px 20px;
  background: #f2f4f7;
  display: flex;
  justify-content: center;
}

.committee-container {
  max-width: 900px;
  width: 100%;
}
.section-headerteam h3 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #00486b;
  font-weight: 700;
  text-align: center;
}

.section-dividerteam {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.section-dividerteam .line {
  width: 60px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-dividerteam .dot-icon {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
}

/* Table Container */
.committee-table {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  transition: transform 0.2s ease;
}

.committee-table:hover {
  transform: translateY(-3px);
}

/* Table Header */
.table-header {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background: #003d5c;
  color: #ffffff;
  font-weight: 600;
  padding: 16px;
  letter-spacing: 0.5px;
}

.th {
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 400px;
}

/* Table Rows */
.table-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  background: #c7c4c4;
  transition: background 0.3s ease, transform 0.2s ease;
}

.table-row:last-child {
  border-bottom: none;
}

/* Hover Enhancement */
.table-row:hover {
  transform: scale(1.01);
  background: rgb(175, 172, 172);
}

/* Table Data */
.td {
  font-size: 16px;
  color: #000;
  font-weight: 500px;
}
.td :hover {
  font-size: 16px;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-headerteam {
    text-align: center;
    padding-bottom: 13px;
    margin-top: 70px;
  }
  .committee-title {
    font-size: 28px;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .th,
  .td {
    padding: 8px 0;
    font-size: 15px;
  }

  .committee-table {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .committee-title {
    font-size: 24px;
  }

  .th,
  .td {
    font-size: 14px;
  }

  .table-row {
    padding: 14px;
  }
}

/* Advisory Board Section */
#advisory-board {
  padding: 15px 20px;
  background: #f2f4f7;
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}

.advisory-container {
  max-width: 1200px;
  width: 100%;
}

/* Header (same as your other sections) */
.section-headerteam h3 {
  margin-bottom: 0px;
  font-size: 32px;
  color: #00486b;
  font-weight: 700;
  text-align: center;
}

.section-dividerteam {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.section-dividerteam .line {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-dividerteam .dot-icon {
  font-size: 20px;
  color: #e60000;
  font-weight: bold;
}

/* Advisory Grid Layout */
.advisory-list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* 2-column on tablets */
@media (min-width: 600px) {
  .advisory-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* Advisory Items */
.advisory-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 14px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.6s ease forwards;
}

.advisory-item:nth-child(odd) {
  /* background: #f9fbfd; */
  background: #c7c4c4;
}

.advisory-item:nth-child(even) {
  /* background: #ffffff; */
  background: #c7c4c4;
}

.advisory-item:hover {
  background: rgb(175, 172, 172);
  transform: scale(1.02);
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}

/* Fade-in animation */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 400px) {
  .section-headerteam {
    text-align: center;
    padding-bottom: 13px;
    margin-top: 48px !important;
  }
  .section-headerteam h3 {
    font-size: 20px !important;
    padding-top: 50px;
    word-break: break-all;
  }
}

/*---------- vision mission page css-------*/

.vm-containeraboutpage {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 20px;
}

.vm-section-header {
  padding: 20px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.vm-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  padding-top: 20px;
}

.vm-section-divider {
  margin-top: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.vm-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.vm-dot-icon {
  font-size: 18px;
  color: red;
}

/* =========== SECTION WRAPPER ========== */
.vision-mission-section {
  padding: clamp(20px, 5vw, 60px) 15px;
  background: #f3f8fc;
  font-family: Open Sans ", sans-serif";
  text-align: center;
  padding-top: 10px;
}

/* Header Text */
.section-header p {
  max-width: 850px;
  margin: 0 auto clamp(20px, 3vw, 35px);
  color: #000;
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  line-height: 1.6;
}

/* ========== GRID STRUCTURE ============ */
.vm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(15px, 3vw, 35px);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(10px, 3vw, 25px);
  margin-top: -10px;
}

/* Full-width card on large screens */
@media (min-width: 900px) {
  .vm-card.full-row {
    grid-column: span 2;
  }
}

/* ======== CARD BASE STYLE =========== */
.vm-card {
  padding: clamp(22px, 4vw, 35px) clamp(15px, 3vw, 25px);
  border-radius: 18px;
  min-height: clamp(220px, 35vw, 330px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease;
  color: #fff;
}

/* Background Colors */
.vm-card.blue {
  background-color: #689dd5;
  box-shadow: 0 8px 25px rgba(91, 192, 196, 0.12);
}
.vm-card.orange {
  background-color: #eba138;
  box-shadow: 0 8px 25px rgba(76, 163, 221, 0.12);
}
.vm-card.red {
  background-color: #d8524b;
  box-shadow: 0 8px 25px rgba(80, 187, 230, 0.12);
}

/* Hover Effect */
.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
}

/* ======== ICON STYLE ============= */
.vm-card .icon {
  width: clamp(55px, 8vw, 75px);
  height: clamp(55px, 8vw, 75px);
  border-radius: 50%;
  margin-top: calc(clamp(55px, 8vw, 75px) * -0.7);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(22px, 3vw, 32px);
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease;
}

.vm-card .icon:hover {
  transform: rotate(20deg) scale(1.1);
}

/* Icon colors */
.vm-card.blue .icon {
  background: #007bff;
}
.vm-card.orange .icon {
  background: #ff9500;
}
.vm-card.red .icon {
  background: #ff3b30;
}

/* ====== CARD TEXT ======== */
.vm-card h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  margin-bottom: 12px;
}

.vm-card p {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.55;
  margin-top: 8px;
  text-align: justify;
}

/* ==== RESPONSIVE ADJUSTMENTS === */

/* VERY SMALL MOBILE (max-width: 420px) */
@media (max-width: 420px) {
  .vm-card p {
    word-break: break-word;
  }

  .vm-card {
    min-height: 240px;
  }
}
/* ===== RESPONSIVE SECTION ======= */

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .vm-containeraboutpage {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .vision-mission-section {
    padding: 30px 10px;
  }

  .vm-section-header h3 {
    font-size: 24px;
  }

  .section-header p {
    font-size: 0.9rem;
    margin-bottom: 25px;
    text-align: justify;
  }

  .vm-card {
    padding: 28px 18px 35px;
    min-height: 260px;
  }

  /* .vm-card p {
    font-size: 0.9rem;
    word-break: break-all;
  } */

  .vm-list {
    text-align: left;
    padding-left: clamp(15px, 3vw, 30px);
    margin-top: 10px;
    list-style: none;
  }

  .vm-list li {
    position: relative;
    margin-bottom: clamp(8px, 1.2vw, 14px);
    padding-left: clamp(18px, 2vw, 25px);
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    line-height: 1.6;
    color: #fff;
    text-align: justify;
  }

  /* Custom bullet marker */
  .vm-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
  }

  /* Make list perfectly responsive on all screens */
  @media (max-width: 480px) {
    .vm-list {
      padding-left: 18px;
    }

    .vm-list li {
      padding-left: 20px;
      margin-bottom: 10px;
      word-break: break-all;
    }

    .vm-list li::before {
      font-size: 1.1rem;
    }
  }

  .vm-card .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

/* Tablets + Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .vm-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 15px;
  }

  /* Full-width card becomes normal card */
  .vm-card.full-row {
    grid-column: span 1;
  }

  .vm-card {
    padding: 28px 18px 35px;
  }
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .vision-mission-section {
    padding: 25px 20px;
    padding-top: 0px;
  }

  .vm-card {
    min-height: 300px;
  }

  .vm-grid {
    gap: 24px;
  }
}

/* Large Screens (min-width: 992px) */
@media (min-width: 992px) {
  .vm-card {
    min-height: 330px;
  }

  .vm-card h3 {
    font-size: 1.4rem;
  }

  .vm-card p {
    font-size: 1rem;
  }
}

/* =========================
   TEAM SECTION
========================= */

#team {
  padding: 30px 0px !important;
  padding-top: 15px !important;
}

#team .container {
  margin: auto;
  max-width: 1300px;
}

/* Grid layout */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 40px;
}

.team-member {
  text-align: center;
  background: #ffffff;
  /* padding: 20px; */
  border-radius: 10px;
  transition: 0.3s ease;
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  background: #d0dbe8;
}

.team-member h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 14px;
  color: #666;
}

.team-member:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .team-member img {
    max-width: 150px;
  }
}
#executive-team {
  padding: -40px 80px !important;
  margin-top: -160px;
  padding-bottom: 40px !important;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 15px;
}

.team-member {
  text-align: center;
  background: #ffffff;
  /* padding: 20px; */
  border-radius: 10px;
  transition: 0.3s ease;
}

.team-member img {
  width: 100%;
  /* max-width: 180px; */
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-member h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 14px;
  color: #000;
}

.team-member:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .team-member img {
    /* max-width: 150px; */
    justify-items: center;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 0px;
  justify-items: center;
}

/* Member card */
.team-member {
  text-align: center;
  padding: 0px;
}

/* Circular image */
.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* width: 70%;
    height: 70%;
    border-radius:100%; */
  object-fit: cover;
  /*padding: 3px;*/
  background: #d0dbe8;
  transition: transform 0.3s ease;
  /* border: 2px solid #005b7f; */
  border: 2px solid #b7bbbd;
}

/* Name */
.team-member h4 {
  font-size: 15px;
  font-weight: 550;
  margin: 4px 0 4px;
  color: #000;
}

/* Role */
.team-member p {
  font-size: 15px;
  color: #f70000;
  margin: 0;
}

/* Hover */
.team-member:hover img {
  transform: scale(1.08);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-member img {
    width: 100px;
    height: 100px;
  }
}

/* Contact Page Css Start-----*/

/* Banner Section */
.apf-banner {
  background: #005b7f;
  padding: 60px 0;
  color: #fff;
}

/* Responsive Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Breadcrumb Styles */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
  color: #607079;
}

.breadcrumb a {
  color: #756363;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb .current {
  font-weight: 600;
}

/* Page Title */
.banner-title {
  font-size: 40px;
  margin: 10px 0 30px;
  font-weight: 700;
}

/* Banner Image */
.banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .banner-title {
    font-size: 28px;
  }

  .apf-banner {
    padding: 40px 0;
  }
}

/* Section */
.contact-section {
  padding: 10px 85px;
  max-width: 1300px;
  margin: auto;
  padding-bottom: 35px;
}

.vm-containercontactpage {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.vm-section-headercontact {
  padding: 20px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.vm-section-headercontact h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  padding-top: 95px;
}

.vm-section-divider {
  margin-top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.vm-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.vm-dot-icon {
  font-size: 18px;
  color: red;
}
/* CARD GRID */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 25px;
  margin-bottom: 55px;
}

/* INDIVIDUAL CARD */
.card {
  background: #dbe1ef;
  padding: 18px 20px 10px 20px;
  border-radius: 20px;
  text-align: left;
  border: 4px solid #f1e8e8;
  transition: transform 0.35s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

/* CARD + ICON HOVER */
.card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
  border-color: #d8dde8;
}

/* ICON + TITLE IN SAME LINE */
.icon-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
}

.card .icon {
  font-size: 30px;
  color: #ffffff;
  padding: 8px;
  width: 52px;
  height: 50px;
  background: #00486b;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: 0.2s;
  border: 1px solid white;
}

.card:hover .icon {
  transform: scale(1.1) rotate(5deg);
  background: #e66937;
}

/* CARD TITLE */
.card h3 {
  font-size: 20px;
  color: #00486b;
  font-weight: 600;
  margin: 0;
}

/* CARD TEXT */
.card p {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 5px;
}
.card a {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 5px;
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 10px;
}
.phone-grid a {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 5px;
}

.layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

iframe {
  width: 100%;
  height: 632px !important;
  border-radius: 20px;
  border: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* Form Container */
.contact-form {
  background: #dbe1ef;
  padding: 15px 20px;
  border-radius: 18px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  width: 100%;
}

/* Title */
.form-title {
  text-align: center;
  font-size: 20px;
  color: #00486b;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Form Group */
.form-group {
  margin-bottom: 14px;
}

/* Label */
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #00486b;
  font-size: 14px;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #c7d2e1;
  background: #ffffff;
  font-size: 15px;
  transition: 0.3s ease;
  outline: none;
}

/* Hover Effect */
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #9db3ca;
}

/* Focus (when typing) */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00486b;
  box-shadow: 0 0 6px rgba(0, 72, 107, 0.3);
}

/* Textarea small height */
.contact-form textarea {
  min-height: 70px;
  resize: vertical;
}

/* Center Button */
.btn-center {
  text-align: center !important;
  margin-top: 32px;
  /* margin-left: 190px; */
}

button {
  background: #00486b;
  color: white;
  padding: 10px 50px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
}
/* ERROR STYLES */
.error {
  color: #ff2e2e;
  font-size: clamp(12px, 2vw, 13px);
}

.invalid {
  border-color: #ff2e2e !important;
}

.valid {
  border-color: #1ba345 !important;
}

/* ------------------------------
   IFRAME
------------------------------ */
iframe {
  width: 100%;
  height: clamp(250px, 40vw, 650px);
  border-radius: 20px;
  border: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* ------------------------------
   RESPONSIVE BREAKPOINTS
------------------------------ */

/* TABLET */
@media (max-width: 992px) {
  .layout {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .vm-section-headercontact h3 {
    padding-top: 60px;
    font-size: 24px;
  }
  .contact-section {
    padding: 15px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  iframe {
    height: 260px;
  }

  .contact-form {
    padding: 16px;
  }
}

/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}
html,
body {
  overflow-x: hidden;
}

a {
  color: #01476b;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #01476b;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #01476b;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
/* journy */

.timebody:before {
  content: "";
  position: fixed;
  top: 0px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 4px;
  background-color: rgb(207, 14, 14);
}
.timebody .entries {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: auto;
  position: relative;
  left: -5px;
}
.timebody .entries .entry {
  width: calc(50% - 80px);
  float: left;
  padding: 20px;
  clear: both;
  text-align: right;
}
.timebody .entries .entry:not(:first-child) {
  margin-top: -60px;
}
.timebody .entries .entry .title {
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
  color: rgb(226, 17, 17);
}
.timebody .entries .entry .title:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #e20000;
  background-color: #1d1d1d;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -73px;
  z-index: 1000;
}
.timebody .entries .entry .title.big:before {
  width: 24px;
  height: 24px;
  transform: translate(8px, -50%);
}
.timebody .entries .entry .body1 {
  color: rgb(218, 6, 6);
}
.timebody .entries .entry .body1 #timep {
  line-height: 1.4em;
}
.timebody .entries .entry:nth-child(2n) {
  text-align: left;
  float: right;
}
.timebody .entries .entry:nth-child(2n) .title:before {
  left: -63px;
}
.timebody .entries .entry:nth-child(2n) .title.big:before {
  transform: translate(-8px, -50%);
}
#timep {
  color: #000;
}

/* Top bar css start */

.top-bar {
  background-color: #01476b !important;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: -1.8rem 2.65rem;
  flex-wrap: wrap;
  transition: all 0.4s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  height: 38px;
  font-family: "Open Sans", sans-serif;
}
/* LEFT SIDE */
.top-bar-left {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  margin-left: 50px;
}

.top-bar-left a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.95;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

.top-bar-left a:hover {
  color: #fff;
  transform: translateY(-2px);
}
.fa-envelope:before {
  content: "\f0e0";
  padding-left: 10px;
}
.fa-envelope2:before {
  content: "\f0e0";
  padding-left: 0px;
}

/* SOCIAL ICONS (LEFT) */
.social-icon1 {
  color: white;
  font-size: 18px;
  transition: all 0.3s ease;
  padding: 2px 12px;
  border-radius: 6px;
}

.social-icon1:hover {
  color: #fff;
  /* background-color: #ebb63b; */
  transform: translateY(-2px);
}

/* Social Icons */
.top-bar-right {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-right: 35px;
}
.social-icon {
  width: 30px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #fff;
  color: #01476b;
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  margin: 1px 2px;
}

.social-icon:hover {
  transform: translate(3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.social-icon.facebook:hover {
  background-color: #1da1f2;
  /* background: #01476b; */
}

.social-icon.linkedin:hover {
  background-color: #1da1f2;
}

.social-icon.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.social-icon.twitter:hover {
  background: #1da1f2;
  color: #fff;
}

/* RESPONSIVE BREAKPOINTS */

/* Tablets & Small Laptops (≤ 1200px) */
@media (max-width: 1200px) {
  .top-bar {
    padding: 0px 80px;
  }

  .donate-btn {
    font-size: 15px;
    padding: 6px 15px;
  }
  .top-bar-right {
    margin-right: -74px;
  }
  .top-bar-left {
    gap: 3px;
    /* padding-bottom: 10px; */
    margin-left: -58px;
  }

  .top-bar-left a {
    font-size: 13px;
  }
}

/* Tablets & Large Mobiles (≤ 992px) */
@media (max-width: 992px) {
  .top-bar {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 12px 20px;
  }

  .top-bar-left,
  .top-bar-right {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
  }
}

/* Medium Phones & Small Tablets (≤ 768px) */
@media (max-width: 768px) {
  .top-bar {
    flex-direction: column;
    gap: 10px;
    padding: 12px 15px;
    text-align: center;
  }

  .top-bar-left,
  .top-bar-right {
    justify-content: center;
    width: 100%;
  }

  /* .top-bar {
    padding: 10px 15px;
  } */

  .top-bar-left a,
  .social-icon1,
  .social-icon {
    font-size: 16px;
    padding: 3px 10px;
  }

  .donate-btn {
    font-size: 14px;
    padding: 6px 14px;
  }
}

/* Mobile Phones (≤ 600px) */
@media (max-width: 600px) {
  .top-bar {
    padding: 8px 12px;
    gap: 10px;
  }

  .top-bar-left {
    gap: 10px;
  }

  .top-bar-left a {
    font-size: 14px;
  }

  .social-icon1,
  .social-icon {
    padding: 2px 8px;
  }

  .donate-btn {
    padding: 6px 12px;
    font-size: 14px;
  }
}

/* Small Phones (≤ 480px) */
@media (max-width: 480px) {
  .top-bar {
    padding: 8px;
  }

  .top-bar-left,
  .top-bar-right {
    gap: 8px;
  }

  .top-bar-left a {
    font-size: 13px;
  }

  .social-icon,
  .social-icon1 {
    font-size: 16px;
  }

  .donate-btn {
    padding: 5px 10px;
    font-size: 13px;
  }
}

/* Extra Small Phones (≤ 360px) */
@media (max-width: 360px) {
  .top-bar-left a {
    font-size: 12px;
  }

  .social-icon,
  .social-icon1 {
    font-size: 14px;
    padding: 2px 6px;
  }

  .donate-btn {
    padding: 5px 8px;
    font-size: 12px;
  }
}

/*--------# Header-------*/
#header {
  padding: 60px 0px;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #ffffff;
  color: #01476b;
  border-bottom: 1px solid #01476b;
  /* box-shadow: rgb(1 71 107 / 37%) 0px 4px 15px; */
}

#header .menu {
  max-width: 1300px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: visible;
  /* padding: 0 30px; */
}
#header #logo {
  float: left;
  margin: 0px;
}

#header #logo h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  color: #01476b !important;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  /* color: #fff; */
  color: #01476b;
  padding-left: 10px;
  /*border-left: 4px solid #18d26e;*/
}

#header #logo img {
  padding: 0;
  margin: 0;
}
#header #logo .pull-left {
  margin-top: 20px;
}
/* #nav-menu-container {
  padding-right: 16px;
  padding-right: -5px !important;
  margin-top: 43px;
} */

#nav-menu-container .nav-menu {
  background: #ffffff;
  max-width: 1200px;
}

#nav-menu-container .nav-menu > li > a {
  color: #01476b;
  font-weight: 600;
  text-transform: uppercase;
  transition: color 0.3s ease, background 0.3s ease;
}

/* Donate button wrapper */
.donate-btn a {
  background: transparent !important;
}

/* Donate button */
.donate-btn .btn-danger {
  background: #dc3545;
  border: none;
  border-radius: 50px;
  color: #ffffff;
  transition: all 0.3s ease;
}

/* Donate button hover */
.donate-btn .btn-danger:hover {
  color: #ffffff;
  background: #01476b;
}

/* Hover effect */
#nav-menu-container .nav-menu > li > a:hover {
  color: #ffffff;
}

/* Ensure top-level menu text becomes white when the whole li is hovered */
#nav-menu-container .nav-menu > li:hover > a {
  color: #ffffff !important;
}

/* LOGO CONTAINER */
#logo {
  display: flex;
}

#logo a {
  display: flex;
  align-items: center !important;
  text-decoration: none;
}

/* TEXT */
#logo .text {
  display: inline-block;
  margin-left: 6px;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 20px !important;
  font-weight: 700;
  color: #01476b;
}

#header #logo img {
  height: 75px;
  width: 80px;
  padding: 0px;
  margin: -4px;
  margin-top: 34px;
  margin-left: -10px !important;
}
#logo img {
  height: 55px;
  height: 75px;
  width: 80px;
  padding: 0px;
  margin: -4px;
  margin-top: 34px;
  left: -13px;
  margin-left: -90px;
}
#logo .text {
  display: inline-block;
  margin-left: 10px;
  margin-top: 33px !important;
  padding-top: 5px !important;
  font-size: 24px !important;
  font-weight: 700;
  color: #01476b;
}

.nav-menu > li > a {
  font-size: 12px;
  padding: 7px 8px;
}

/* ----SMALL LAPTOP → 1280px-----*/
@media (max-width: 1440px) {
  #header #logo h1 {
    font-size: 24px;
  }

  .nav-menu > li > a {
    font-size: 12px;
    padding: 8px 8px;
  }

  .nav-menu ul li a {
    font-size: 12px;
  }
  #logo img {
    height: 65px;
  }
  #logo .text {
    font-size: 18px;
  }
}
/* ----COMPACT LAPTOP / LARGE TABLET → 1024px -----*/
@media (max-width: 1024px) {
  #header #logo h1 {
    font-size: 20px;
  }
  #logo .text {
    font-size: 19px !important;
  }

  .nav-menu > li > a {
    font-size: 12px;
    padding: 4px 4px;
  }

  .nav-menu ul {
    min-width: 160px;
  }
}

@media (max-width: 768px) {
  #header {
    /* padding: 30px 0; */
    padding: 52px 0px !important;
    height: 92px;
    position: fixed;
  }
  #header #logo h1 {
    font-size: 20px;
    gap: 8px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    padding-left: 30px;
    max-height: 53px;
    height: 80px;
    width: 84px;
    margin-top: -5px !important;
    margin-left: -14px;
  }
  #header #intro text {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
  }
  #logo .text {
    display: inline-block;
    margin-left: 6px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    font-weight: 700;
    color: #01476b;
  }
  /* #intro span .text {
    color: #01476b;
    margin-left: 26px !important;
    font-size: 19px !important;
    font-weight: 550;
  } */
}
@media (max-width: 425px) {
  #header {
    padding: 52px 0px !important;
    height: 92px;
    position: fixed;
  }
  #header #logo h1 {
    font-size: 20px;
    gap: 8px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 99px;
    padding-left: 30px;
    height: 52px;
    width: 83px;
    margin-top: -5px !important;
    margin-left: -20px !important;
  }
  #logo .text {
    display: inline-block;
    margin-left: 6px;
    margin-top: 0px !important;
    padding-top: 0px !important;
    font-size: 20px !important;
    font-weight: 700;
    color: #01476b;
  }
  #header #intro text {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
  }
  #intro .text {
    color: #01476b;
    padding-top: 14px !important;
    margin-left: 26px !important;
    font-size: 19px !important;
    font-weight: 550;
  }
}

@media (max-width: 375px) {
  #header {
    padding: 25px 0px !important;
    height: 92px;
    position: fixed;
  }
  #logo a {
    display: flex;
    max-height: 90px;

    text-decoration: none;
  }
  #header #logo h1 {
    font-size: 16px;
    gap: 8px;
  }
  #header #logo img {
    max-height: 90px;
    height: 55px;
    width: 87px;
  }
  #intro .text {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 320px) {
  #header {
    /* padding: 30px 0; */
    padding: 25px 0px !important;
    height: 92px;
    position: fixed;
  }
  #logo a {
    display: flex;

    text-decoration: none;
  }
  #header #logo h1 {
    font-size: 16px;
    gap: 8px;
  }
  #logo .text {
  }
  #header #logo img {
    max-height: 70px;
    height: 55px;
    /* width: 100px; */
    width: 89px;
    margin-left: -18px !important;
  }
}

/*------# Intro Section-------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
}

#intro .carousel-item {
  width: 100%;
  height: 620px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}
.fa-times:before {
  color: #fff !important;
}

.custom-control {
  width: 50px;
  height: 54px;
  background-color: #ffffff6e;
  top: 55%;
  transform: translateY(-50%);
  opacity: 1;
  padding: 0px !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
  color: #e60000 !important;
}

/* Large tablets / Small laptops */
@media (max-width: 1440px) {
  #intro .carousel-item {
    height: 80vh !important;
    margin-top: 106px;
  }

  #intro .carousel-background img {
    height: 90vh;
  }
}

@media (max-width: 1200px) {
  #intro .carousel-item {
    height: 80vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 90vh;
  }
}

/* Tablets */
@media (max-width: 992px) {
  #intro {
    min-height: 85vh;
  }

  #intro .carousel-item {
    height: 45vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 85vh;
  }
}

/* Mobile Large / Mobile Landscape */
@media (max-width: 768px) {
  #intro {
    min-height: auto;
    height: 47vh !important;
  }

  #intro .carousel-item {
    height: 62vh !important;
    margin-top: 95px;
  }

  #intro .carousel-background img {
    height: 70vh;
    width: 100%;
    object-fit: cover;
  }
}

/* Mobile Small (Phones under 480px) */
@media (max-width: 480px) {
  #intro .carousel-item {
    height: 30vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 60vh;
    object-position: top;
  }
}

/* Extra small 320px devices */
@media (max-width: 360px) {
  #intro .carousel-item {
    height: 25vh !important;
    margin-top: 89px;
  }

  #intro .carousel-background img {
    height: 55vh !important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #01476b;
  bottom: 0;
  left: calc(50% - 20px);
}
.fa-solid,
.fas {
  font-weight: 900;
}
.fa-heart {
  --fa: "\f004";
}
/* .fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
} */
.fa,
.fa-brands,
.fa-regular,
.fa-solid,
.fab,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.donate-blink {
  animation: softBlink 1s infinite;
}

@keyframes softBlink {
  0%,
  100% {
    opacity: 1.5;
  }
  50% {
    opacity: 0.8;
  }
}

/* 
.donate-blink {
  animation: pulseBlink 1s infinite;
}
.donate-blink i {
  margin-left: 4px;
}

@keyframes pulseBlink {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.85;
  }
} */

.blinking {
  animation: blink 1s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}

.dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: background 0.3s ease, color 0.3s ease;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    /*padding-right: 60px;*/
    display: inline;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 0px 0px 0px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 550;
  font-size: 14px;
  text-transform: uppercase;
  outline: none;
}

/* .nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: white;
} */
.nav-menu > li > a.parent:hover,
.nav-menu > li.menu-has-children:hover > a.parent {
  color: #ffffff !important;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #000;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #01476b;
}

.nav-menu ul ul {
  margin: 0;
}

/* #header-placeholder,
#header-placeholder header,
#header-placeholder nav {
  width: 100%;
  max-width: 100%;
}

#header-placeholder {
  display: contents;
}

.menu-has-children ul {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 999;
}

.menu-has-children:hover > ul {
  display: block;
}

.nav-menu,
.nav-menu * {
  box-sizing: content-box;
} */
/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  /* cursor: pointer; */
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}
a.parent {
  pointer-events: none;
  cursor: default;
}
/* a.parent:hover {
  color: #fff!important;
} */
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*----------------------
# Sections
---------------------------*/

.section-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-header h3 {
  margin-bottom: 0px;
}

/* Divider container (auto width) */
.section-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.section-divider .line2 {
  width: 80px;
  height: 3px;
  background: #e60000;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.section-divider .line {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-divider .dot-icon {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
  line-height: 1;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
/* About Us Section
--------------------------------*/
/* About Us Section
--------------------------------*/
#about {
  background: #fafafa;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-content {
  padding-right: 40px;
}

#about .about-badge {
  display: inline-block;
  background: #f41b35;
  color: #fbf4f4;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
  border-radius: 28px 0px 28px 0px;
}

#about .about-title {
  font-size: 26px;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.2;
  margin-bottom: 12px;
}

#about .highlight-text {
  color: #f41b35;
  display: block;
}

#about .about-description {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
}

#about .btn-join-movement {
  display: inline-block;
  background: #f41b35;
  color: #fff;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 550;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(124, 179, 66, 0.2);
}

#about .btn-join-movement:hover {
  background: #00486b;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(124, 179, 66, 0.4);
  color: #fff;
}

#about .about-images-wrapper {
  position: relative;
  height: 506px;
  margin-left: 25px;
}

#about .orange-circle {
  position: absolute;
  width: 390px;
  height: 385px;
  background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
  border-radius: 50%;
  top: 51%;
  right: 0px;
  transform: translateY(-50%);
  z-index: 1;
  left: 169px;
}

#about .about-img-top {
  position: absolute;
  top: 5px !important;
  right: 85px !important;
  width: 282px !important;
  height: 245px !important;
  object-fit: cover;
  border-radius: 20px;
  z-index: 3;
  border: 8px solid #fff;
}

#about .about-img-bottom {
  position: absolute;
  bottom: 18px;
  left: 75px;
  width: 333px;
  height: 272px;
  object-fit: cover;
  border-radius: 20px;
  z-index: 2;
  border: 6px solid #fff;
}

/* Large desktops */
@media (min-width: 1440px) {
  #about {
    padding: 12px 0 40px 0 !important;
  }
  #about .about-text {
    font-size: 18px !important;
  }

  #about .orange-circle {
    width: 354px;
    height: 356px;
    left: 122px;
  }

  #about .about-img-top {
    width: 255px !important;
    height: 230px !important;
    right: 80px !important;
    top: 21px !important;
    border: 4px solid #fff;
  }

  #about .about-img-bottom {
    height: 249px !important;
    bottom: -21px !important;
    left: 12px !important;
  }
}

@media (min-width: 1024px) {
  #about {
    padding: 0px 0 40px 0 !important;
  }
  #about .about-text {
    font-size: 16px;
  }
  #about .about-images-wrapper {
    height: 400px;
  }

  #about .orange-circle {
    width: 354px;
    height: 356px;
    left: 122px;
  }

  #about .about-img-top {
    width: 229px;
    height: 209px;
    right: 1px;
    top: 21px;
    border: 4px solid #fff;
  }

  #about .about-img-bottom {
    height: 249px;
    bottom: -21px;
    left: 12px;
    top: 160px;
  }
}

@media (max-width: 992px) {
  #about .about-content {
    padding-right: 0;
    margin-bottom: 60px;
  }

  #about .about-title {
    font-size: 36px;
  }
  #about .section-header h3 {
    font-size: 28px !important;
  }

  #about .about-images-wrapper {
    margin-left: 0;
    height: 450px;
  }

  #about .orange-circle {
    width: 350px;
    height: 350px;
  }

  #about .about-img-top {
    width: 240px;
    height: 170px;
    right: 60px;
  }

  #about .about-img-bottom {
    width: 280px;
    height: 240px;
  }
}

@media (max-width: 768px) {
  #about {
    padding: 8px 0;
  }

  #about .about-title {
    font-size: 24px;
  }

  #about .about-description {
    font-size: 15px;
  }
  #about .section-header h3 {
    font-size: 24px !important;
  }
  #about .about-badge {
    display: inline-block;
    background: #f41b35;
    color: #fbf4f4;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    border-radius: 39px 0px 39px 0px;
  }
  #about .btn-join-movement {
    display: inline-block;
    background: #00486b;
    color: #fff;
    padding: 12px 12px;
    border-radius: 9px;
    font-size: 14px;
    font-weight: 600;
  }

  #about .about-images-wrapper {
    height: 400px;
  }

  #about .orange-circle {
    width: 320px;
    height: 320px;
  }

  #about .about-img-top {
    width: 273px !important;
    height: 250px !important;
    right: 91px !important;
    top: -32px !important;
    border: 4px solid #fff;
  }

  #about .about-img-bottom {
    width: 300px;
    height: 270px;
    bottom: -45px;
  }
}

@media (max-width: 576px) {
  #about {
    padding: 0px 0;
  }
  #about .about-badge {
    font-size: 14px;
    padding: 6px 16px;
  }
  #about .about-title {
    font-size: 24px;
  }
  #about .about-description {
    font-size: 14px;
    text-align: left;
  }
  #about .btn-join-movement {
    font-size: 14px;
    padding: 10px 14px;
  }
  .section-header h3 {
    font-size: 21px !important;
  }

  #about .highlight-text {
    display: inline;
  }

  #about .about-images-wrapper {
    height: 350px;
    margin-left: 0;
  }

  #about .orange-circle {
    width: 272px;
    height: 280px;
    right: 0px;
    left: 58px;
    top: 137px;
  }

  #about .about-img-top {
    width: 189px !important;
    height: 180px !important;
    right: 2px !important;
    border: 4px solid #fff;
    z-index: 4;
    top: -12px !important;
  }

  #about .about-img-bottom {
    position: absolute;
    bottom: 9px;
    left: 9px;
    width: 216px;
    height: 220px;
    object-fit: cover;
    border-radius: 20px;
    /*box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);*/
    z-index: 2;
    border: 4px solid #fff;
  }
}

#about .badge-icon {
  font-size: 24px;
}

#about .badge-text {
  font-size: 11px;
}

@media (max-width: 320px) {
  #about .about-title {
    font-size: 22px;
  }
  #about .about-description {
    font-size: 15px;
    word-break: break-all;
    text-align: justify;
  }
  #about .btn-join-movement {
    font-size: 13px;
    padding: 8px 12px;
  }
  .section-header h3 {
    font-size: 20px !important;
  }
  /* #about .about-title {
    font-size: 28px;
  } */

  #about .highlight-text {
    display: inline;
  }

  #about .about-images-wrapper {
    height: 350px;
    margin-left: 0;
  }

  #about .orange-circle {
    width: 221px;
    height: 220px;
    right: 0px;
    left: 49px;
    top: 148px;
  }

  #about .about-img-top {
    width: 155px !important;
    height: 147px !important;
    right: 0px !important;
    border: 4px solid #fff;
    bottom: 28px !important;
    z-index: 4;
    top: 4px !important;
  }

  #about .about-img-bottom {
    position: absolute;
    bottom: 26px;
    left: -2px;
    width: 197px;
    height: 203px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 2;
    border: 4px solid #fff;
  }
}

/* Services Section
--------------------------------*/

.Donate-section {
  width: 100%;
  min-height: 70vh;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: linear-gradient(135deg, #1e3c72, #2a5298);
  position: relative;
}

.Donate-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 0;
}

.Donate-box {
  position: relative;
  z-index: 2;
  background: #ffffffd4;
  width: 500px;
  border: 4px solid #ffffff;
  max-width: 95%;
  padding: 35px 30px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  text-align: center;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
}

.Donate-box h2 {
  font-size: 32px;
  color: #222;
  font-weight: 700;
}

.Donate-box h2 span {
  color: #f41b35;
  font-weight: 800;
}

.Donate-box p {
  margin: 15px 0 18px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

/* Join Button */
/* MAIN BUTTON DESIGN (your original style) */
.btn-join {
  display: inline-block;
  background: #f41b35;
  padding: 12px 28px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-join:hover {
  background: #c2172c;
  transform: translateY(-2px);
  color: #fff;
}

/* THEME BUTTON (merged + fixed) */
.theme-btn {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  background-color: #c2172c;
  color: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Hover for theme-btn */
.theme-btn:hover {
  background-color: #c2172c;
}

/* BLINKING EFFECT FIX */
.blinking-icon {
  animation: blink-effect 1s infinite ease-in-out;
}

/* Proper keyframes */
@keyframes blink-effect {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 480px) {
  .Donate-box h2 {
    font-size: 26px;
  }
}

/* Donate page css start*/

.donate-containerpage2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0px;
}

.donate-section-header2 {
  padding: 140px;
  /* margin: 5px 0px; */
  padding-bottom: 0px;
}
.donate-section2-header {
  padding: 0px;
  padding-bottom: 0px;
  font-size: 34px;
  color: #00486b;
}

.donate-section-header h3 {
  font-size: 34px;
  font-weight: 800;
  color: #00345c;
}

.donate-section-divider {
  margin-top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.donate-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.donate-dot-icon {
  font-size: 18px;
  color: red;
}

.donation-subtext {
  max-width: 940px;
  margin: 0px auto 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  padding: 0 10px;
}
.section-aashray-header {
  text-align: center;
}

/* Underline wrapper */
.underline-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

/* Underline image */
.underline-img {
  max-width: 290px;
  width: 100%;
  height: auto;
  margin-top: -24px;
}

/* ===== BIG DONATE CARD LAYOUT ===== */
.donate-card {
  max-width: 1200px;
  margin: auto;
  background: #ffffff;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  border: 1px solid #00345c;
}

.donate-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.22);
}

/* LEFT SIDE */
.donate-card-left {
  flex: 1;
  padding: 25px;
}

.donate-card-left h2 {
  font-size: 30px;
  font-weight: 700;
  color: #00345c;
  margin-bottom: 5px;
}

.donate-card-left .subtext {
  color: #db274b;
  font-weight: 600;
  margin-bottom: 12px;
}

.donate-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.donate-details li {
  padding: 10px 0;
  font-size: 16px;
  border-bottom: 1px dashed #b4a1a1ab;
  color: #000;
}

.donate-details li strong {
  color: #00345c;
}

/* RIGHT SIDE */
.donate-card-right {
  width: 360px;
  /* background: linear-gradient(135deg, #e94435, #003f88);  */
  background: #003f88bd;
  color: #fff;
  text-align: center;
  padding: 35px 25px;
}

.qr-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
  margin-bottom: 15px;
}

.qr-wrapper img {
  max-width: 245px;
  width: 100%;
}

.donate-card-right h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.upi-list span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  margin: 4px;
  font-size: 13px;
}

/* FOOTER NOTE */
.footer-note p {
  font-size: 17px !important;
  color: #000;
}

/* ===== RESPONSIVE ===== */

/* Tablets & below */
@media (max-width: 992px) {
  .donate-card {
    flex-direction: column;
  }

  .donate-card-right {
    width: 100%;
  }

  .donate-card-left {
    padding: 40px 35px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .donate-section-header h3 {
    font-size: 28px;
  }
  .underline-img {
    max-width: 260px;
  }

  .donation-subtext {
    font-size: 16px !important;
    padding: 0px 8px;
    text-align: center;
  }

  .donate-card-left h2 {
    font-size: 26px;
  }

  .donate-details li {
    font-size: 15px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .donate-section-header2 {
    padding: 15px !important;
    font-size: 18px !important;
  }
  .donate-section2-header {
    padding: 90px 35px 0px 35px;
  }
  .donate-section-header h3 {
    font-size: 20px;
  }
  .underline-img {
    max-width: 255px;
    margin-top: -20px;
  }

  .donate-card {
    margin-top: 35px;
    border-radius: 16px;
  }

  .donate-card-left {
    padding: 28px 20px;
  }

  .donate-details li {
    font-size: 14px;
  }

  .footer-note p {
    font-size: 14px;
  }
}

/* Extra Small Devices */
@media (max-width: 425px) {
  .donate-section-header {
    padding-top: 0px !important;
    margin: 5px 0px !important;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .donate-section-header h3 {
    font-size: 18px;
  }

  .donation-subtext {
    font-size: 14px;
  }

  .donate-card-left h2 {
    font-size: 22px;
  }

  .donate-details li {
    font-size: 14px;
  }
  .footer-note p {
    font-size: 12px;
  }
}

/*------ About Page css   -----*/

.about-section {
  padding: 2rem 1.5rem;
  /*background: #f5f5f5;*/
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
  margin-top: -60px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* GRID LAYOUT */
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

/* IMAGE STYLING */
.image-stack {
  position: relative;
  width: 100%;
}

.circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #b94f08, #e47028);
  border-radius: 50%;
  top: -46px;
  left: -51px;
  opacity: 0.25;
  z-index: 1;
  filter: blur(2px);
}
.circle2 {
  position: absolute;
  width: 105px;
  height: 100px;
  background: linear-gradient(135deg, #00486b, #00486b);
  border-radius: 50%;
  bottom: -28px;
  left: 500px;
  opacity: 0.35;
  z-index: 2;
  filter: blur(3px);
}
.main-img {
  width: 94%;
  border-radius: 8px;
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.main-img:hover {
  transform: scale(1.03);
}

/* RIGHT SIDE TEXT */
.half-text h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #f41b35;
  margin-bottom: 12px;
  line-height: 1.2;
}
.content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  margin-bottom: 10px;
  text-align: justify;
}

/* FULL-WIDTH TEXT BELOW */
.full-width {
  margin-top: 1rem;
  background: #ffffff;
  padding: 10px 0px;
  border-radius: 18px;
}

/* XL Screens (1440px+) */
@media (min-width: 1440px) {
  .grid {
    gap: 4rem;
  }
  .about-section {
    padding: 4rem 2.5rem;
  }
}

/* Large Screens (1024px–1439px) */
@media (max-width: 1439px) {
  .grid {
    gap: 3rem;
  }
}

/* Medium Screens (768px–1023px) */
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .half-text {
    margin-top: 1.5rem;
  }

  .circle {
    left: -20px;
    top: -20px;
  }

  .circle2 {
    right: -20px;
    bottom: -20px;
  }
}

/* Tablets (600px–767px) */
@media (max-width: 768px) {
  .content p {
    font-size: 1rem;
    word-break: break-all;
  }

  .full-width {
    padding: 1.5rem;
  }
}

/* Mobile (480px–599px) */
@media (max-width: 600px) {
  .about-section {
    padding: 1rem 1rem;
    padding-top: 0px !important;
  }

  .grid {
    gap: 5px;
  }
}

/* Small Mobile (≤480px) */
@media (max-width: 480px) {
  .half-text h2 {
    font-size: 22px;
  }

  .content p {
    font-size: 15px;
    word-break: break-all;
  }

  .circle,
  .circle2 {
    display: none;
  }

  .full-width {
    padding: 5px 0px;
    word-break: break-all;
  }
}

/* Call To Action Section
--------------------------------*/
#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/
#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* aashray page css start */
/* AASHRAY SECTION */
#aashray {
  background: #fff;
  padding: 35px 90px !important;
  padding-bottom: 1px !important;
}
.aashraypage {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 118px;
}
.section-aashray-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-aashray h3 {
  margin-bottom: 0px;
  font-size: 32px;
  color: #00486b;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  padding-top: 8px;
}
.section-aashraypage-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.section-aashraypage-divider .line5 {
  width: 80px;
  height: 3px;
  background: #e60000;
  border-radius: 5px;
  text-align: center;
}
.section-aashraypage-divider .line5 {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-aashraypage-divider .dot-icon5 {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
  line-height: 1;
}

.section-header-team2 {
  background: #fff;
  padding: 0px 50px !important;
}
/* AASHRAY SECTION */
.aashray-wrapper {
  padding: 0px 20px !important;
  background: linear-gradient(135deg, #f7f9fc, #eef2f7);
}

.aashray-container {
  max-width: 1200px;
  margin: auto;
  margin-top: -128px;
}

/* Header */
.aashray-header {
  text-align: center;
  margin-bottom: 50px;
}

.aashray-header h2 {
  font-size: 36px;
  color: #2c3e50;
}

.aashray-header h2 span {
  color: #01476b;
}

.aashray-tagline {
  font-size: 16px;
  color: #000;
  margin-top: 10px;
}

/* Divider */
.divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.divider span {
  width: 60px;
  height: 2px;
  background: #01476b;
}

.divider i {
  margin: 0 12px;
  color: #01476b;
}

/* BIG CONTAINER */
.aashray-bigbox {
  padding: 20px 20px 40px;
}

.aashray-content {
  max-width: 1100px;
  margin: auto;
  background: linear-gradient(135deg, #ffffff, #f7f9fc);
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.1);
}

/* CONTENT BLOCKS */
.aashray-block h3 {
  font-size: 24px;
  color: #01476b;
  margin-bottom: 12px;
}

.aashray-block p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* LIST */
.offer-list {
  padding-left: 18px;
}

.offer-list li {
  font-size: 16px;
  color: #000;
  margin-bottom: 7px;
}

/* DIVIDER */
.aashray-divider {
  height: 1px;
  background: linear-gradient(to right, #d6d9e0d1, red, transparent);
  margin: 35px 0;
}

/* STATS */
.aashray-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  text-align: center;
  gap: 30px;
}

.aashray-stats span {
  font-size: 28px;
  font-weight: bold;
  color: red;
}

.aashray-stats p {
  margin-top: 6px;
  font-size: 16px;
  color: #000;
}

@media (max-width: 480px) {
  #aashray {
    background: #fff;
    padding: 35px 30px !important;
    padding-bottom: 1px !important;
  }
  .aashray-wrapper {
    padding: 0px 20px !important;
  }

  .aashray-bigbox {
    padding: 20px 8px;
  }
  .aashray-stats {
    text-align: center;
    gap: 8px;
  }

  .aashraypage {
    margin-top: 80px;
  }

  .section-aashray h3 {
    font-size: 24px;
    color: #00486b;
  }

  .aashray-header h2 {
    font-size: 26px;
  }

  .aashray-content {
    padding: 25px;
    border-radius: 14px;
    text-align: justify;
    word-break: break-all;
  }

  .aashray-block p,
  .offer-list li,
  .aashray-stats p {
    font-size: 15px;
  }

  .aashray-stats span {
    font-size: 22px;
  }
}

/* LARGE MOBILES */
@media (min-width: 481px) and (max-width: 600px) {
  #aashray {
    padding: 25px;
  }

  .aashray-content {
    padding: 30px;
  }
}

/* TABLETS */
@media (min-width: 601px) and (max-width: 768px) {
  .section-aashray h3 {
    font-size: 26px;
  }

  .aashray-header h2 {
    font-size: 30px;
  }

  .aashray-content {
    padding: 38px;
  }
}

/* SMALL LAPTOPS */
@media (min-width: 769px) and (max-width: 1024px) {
  .aashray-content {
    padding: 45px;
  }
}

/* LARGE SCREENS */
@media (min-width: 1400px) {
  .aashraypage {
    max-width: 1600px;
  }
}

.facility-section {
  padding: 35px 40px;
  background: #f8fbff;
  padding-bottom: 40px;
}

.facility-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.facility-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.35s ease;
  cursor: default;
}

.facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.facility-card img {
  width: 160px;
  height: auto;
  margin-bottom: 20px;
  object-fit: contain;
}

.facility-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #004aad;
  line-height: 1.4;
}

/* Tablet */
@media (max-width: 992px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-card img {
    width: 140px;
  }
}

/* ==========================
   RESPONSIVE BREAKPOINTS
========================== */

/* Tablets: 2 columns */
@media (max-width: 900px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile: 1 column */
@media (max-width: 600px) {
  .facility-grid {
    grid-template-columns: 1fr;
  }

  .facility-card {
    padding: 24px 14px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
  }

  .icon-box i {
    font-size: 26px;
  }
}

/* Very small screens */
@media (max-width: 360px) {
  .facility-card p {
    font-size: 14px;
  }

  .icon-box {
    width: 50px;
    height: 50px;
  }

  .icon-box i {
    font-size: 22px;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Vision & Mission Section - Side by Side Layout
--------------------------------*/
#vision-mission {
  background: #01476b0d;
  padding: 0px 0px;
}

#vision-mission .vision-mission-images {
  position: relative;
  height: 500px;
  padding: 20px;
}

#vision-mission .vm-img-main {
  position: absolute;
  top: 52px;
  left: 0;
  width: 406px;
  height: 406px;
  /* object-fit: cover; */
  border-radius: 20px;
  /*box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);*/
  z-index: 3;
  border: 4px solid #fff;
}

#vision-mission .vm-img-secondary {
  position: absolute;
  bottom: 115px;
  right: -24px;
  width: 245px;
  height: 255px;
  border-radius: 20px;
  /*box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 40px;*/
  z-index: 3;
  border: 4px solid rgb(255, 255, 255);
}

#vision-mission .vm-accent-blue {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 160px;
  height: 160px;
  background: #64b5f6;
  border-radius: 20px;
  z-index: 1;
}

#vision-mission .vm-accent-green {
  position: absolute;
  top: 50px;
  right: 30px;
  width: 160px;
  height: 160px;
  background: #7cb342;
  border-radius: 20px;
  z-index: 1;
}

#vision-mission .vision-mission-content {
  padding-left: 42px;
}

#vision-mission .order-lg-1 .vision-mission-content {
  padding-left: 0;
  padding-right: 30px;
}

#vision-mission .vm-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
}

#vision-mission .vm-description {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
  text-align: justify;
}

#vision-mission .vm-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#vision-mission .vm-list li {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  /*font-family: "Montserrat", sans-serif;*/
}

#vision-mission .vm-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #01476b;
  color: #fff;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 12px;
  font-weight: bold;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  #vision-mission .vision-mission-images {
    height: 450px;
    margin-bottom: 55px;
  }

  #vision-mission .vm-img-main {
    width: 292px;
    height: 275px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 176px;
    left: 2px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 216px;
    left: 228px;
    width: 212px;
    height: 166px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }

  #vision-mission .vm-accent-yellow {
    width: 120px;
    height: 120px;
  }

  #vision-mission .vm-accent-blue,
  #vision-mission .vm-accent-green {
    width: 150px;
    height: 150px;
  }

  #vision-mission .vm-title {
    font-size: 36px;
  }

  #vision-mission .vision-mission-content {
    padding-left: 0;
  }

  #vision-mission .order-lg-1 .vision-mission-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #vision-mission {
    padding: 60px 0;
  }

  #vision-mission .vision-mission-images {
    height: 350px;
  }

  #vision-mission .vm-img-main {
    width: 325px;
    height: 253px;
    right: 6px;
    border: 4px solid #fff;
    z-index: 2;
    top: 118px;
    left: 98px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 124px;
    left: 400px;

    width: 265px;
    height: 210px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }

  #vision-mission .vm-accent-yellow,
  #vision-mission .vm-accent-blue,
  #vision-mission .vm-accent-green {
    width: 140px;
    height: 140px;
  }

  #vision-mission .vm-title {
    font-size: 28px;
  }

  #vision-mission .vm-description {
    font-size: 14px;
  }

  #vision-mission .vm-list li {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  #vision-mission .vision-mission-images {
    height: 300px;
  }

  #vision-mission .vm-img-main {
    width: 178px;
    height: 178px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 138px;
    left: 48px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 130px;
    left: 134px;
    width: 167px;
    height: 151px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }
}

#vision-mission .vm-accent-yellow,
#vision-mission .vm-accent-blue,
#vision-mission .vm-accent-green {
  width: 120px;
  height: 120px;
}

#vision-mission .vm-title {
  font-size: 24px;
}

@media (max-width: 425px) {
  #vision-mission .vm-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
  #vision-mission {
    padding: 5px 0;
  }
  .section-header h3 {
    padding-top: 5px !important;
    padding: 0px 4px;
  }
  #vision-mission .vision-mission-images {
    height: 350px;
  }

  #vision-mission .vm-img-main {
    width: 227px;
    height: 204px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 151px;
    left: 25px;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 163px;
    left: 200px;
    width: 189px;
    height: 176px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }

  #vision-mission .vm-accent-yellow,
  #vision-mission .vm-accent-blue,
  #vision-mission .vm-accent-green {
    width: 140px;
    height: 140px;
  }

  #vision-mission .vm-title {
    font-size: 28px;
  }

  #vision-mission .vm-description {
    font-size: 15px;
    word-break: break-all;
  }

  #vision-mission .vm-list li {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  #vision-mission .vision-mission-images {
    height: 300px;
  }

  #vision-mission .vm-img-main {
    width: 195px !important;
    height: 186px;
    right: 3px;
    border: 4px solid #fff;
    z-index: 2;
    top: 138px;
    left: 11px !important;
  }

  #vision-mission .vm-img-secondary {
    position: absolute;
    bottom: 135px;
    left: 144px !important;
    width: 155px !important;
    height: 151px !important;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    z-index: 3;
    border: 4px solid #fff;
  }
}

#vision-mission .vm-accent-yellow,
#vision-mission .vm-accent-blue,
#vision-mission .vm-accent-green {
  width: 120px;
  height: 120px;
}

#vision-mission .vm-title {
  font-size: 24px;
}

/*---------- Team Section page-------*/

#team {
  background: #fff;
  padding: 35px 90px !important;
  padding-bottom: 1px !important;
}
#team5 {
  background: #fff;
  padding: 20px 0px !important;
  margin: 10px;
  margin-bottom: -65px;
}
.containeraboutpage {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 118px;
  margin-bottom: 60px;
}
.section-headerteam {
  text-align: center;
  padding-bottom: 0px;
}

.section-headerteam h3 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #00486b;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  padding-top: 15px;
}
.section-dividerteam {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}

.section-dividerteam .line2 {
  width: 80px;
  height: 3px;
  background: #e60000;
  border-radius: 5px;
  text-align: center;
}
.section-dividerteam .line {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-dividerteam .dot-icon {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
  line-height: 1;
}

.section-header-team2 {
  background: #fff;
  padding: 0px 50px !important;
}

/* ================================
   📱 Mobile Screens (≤ 575px)
==================================*/
@media (max-width: 575px) {
  #team {
    padding: 20px 15px !important;
  }

  .containeraboutpage {
    margin-top: 40px;
  }

  .section-headerteam h3 {
    font-size: 24px !important;
    padding-top: 35px;
  }

  .section-dividerteam .line2 {
    width: 50px;
  }

  .section-dividerteam .line {
    width: 30px;
  }

  .section-dividerteam .dot-icon {
    font-size: 16px;
  }

  .section-header-team2 {
    padding: 0px 15px !important;
  }
}

/* ================================
   📱📱 Large Mobile / Tablet (576–768px)
==================================*/
@media (max-width: 768px) {
  #team {
    padding: 25px 30px !important;
  }

  .section-headerteam h3 {
    font-size: 30px !important;
  }

  .section-dividerteam .line2 {
    width: 60px;
  }

  .section-dividerteam .line {
    width: 40px;
  }
}

/* ================================
   💻 Tablet / Small Laptop (769–992px)
==================================*/
@media (max-width: 992px) {
  #team {
    padding: 25px 25px !important;
  }

  .section-headerteam h3 {
    font-size: 28px;
  }
}
/* Section Layout */
#committee {
  padding: 15px 20px;
  background: #f2f4f7;
  display: flex;
  justify-content: center;
}

.committee-container {
  max-width: 900px;
  width: 100%;
}
.section-headerteam h3 {
  margin-bottom: 10px;
  font-size: 32px;
  color: #00486b;
  font-weight: 700;
  text-align: center;
}

.section-dividerteam {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.section-dividerteam .line {
  width: 60px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-dividerteam .dot-icon {
  font-size: 22px;
  color: #e60000;
  font-weight: bold;
}

/* Table Container */
.committee-table {
  width: 100%;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6e6e6;
  transition: transform 0.2s ease;
}

.committee-table:hover {
  transform: translateY(-3px);
}

/* Table Header */
.table-header {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background: #003d5c;
  color: #ffffff;
  font-weight: 600;
  padding: 16px;
  letter-spacing: 0.5px;
}

.th {
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 400px;
}

/* Table Rows */
.table-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 16px;
  border-bottom: 1px solid #ebebeb;
  background: #c7c4c4;
  transition: background 0.3s ease, transform 0.2s ease;
}

.table-row:last-child {
  border-bottom: none;
}

/* Hover Enhancement */
.table-row:hover {
  transform: scale(1.01);
  background: rgb(175, 172, 172);
}

/* Table Data */
.td {
  font-size: 16px;
  color: #000;
  font-weight: 500px;
}
.td :hover {
  font-size: 16px;
  color: #fff;
}

/* Responsive Design */
@media (max-width: 768px) {
  .section-headerteam {
    text-align: center;
    padding-bottom: 13px;
    margin-top: 70px;
  }
  .committee-title {
    font-size: 28px;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .th,
  .td {
    padding: 8px 0;
    font-size: 15px;
  }

  .committee-table {
    border-radius: 10px;
  }
}

@media (max-width: 480px) {
  .committee-title {
    font-size: 24px;
  }

  .th,
  .td {
    font-size: 14px;
  }

  .table-row {
    padding: 14px;
  }
}

/* Advisory Board Section */
#advisory-board {
  padding: 15px 20px;
  background: #f2f4f7;
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}

.advisory-container {
  max-width: 1200px;
  width: 100%;
}

/* Header (same as your other sections) */
.section-headerteam h3 {
  margin-bottom: 0px;
  font-size: 32px;
  color: #00486b;
  font-weight: 700;
  text-align: center;
}

.section-dividerteam {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
}

.section-dividerteam .line {
  width: 50px;
  height: 3px;
  background: #00486b;
  border-radius: 5px;
}

.section-dividerteam .dot-icon {
  font-size: 20px;
  color: #e60000;
  font-weight: bold;
}

/* Advisory Grid Layout */
.advisory-list {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* 2-column on tablets */
@media (min-width: 600px) {
  .advisory-list {
    grid-template-columns: 1fr 1fr;
  }
}

/* Advisory Items */
.advisory-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  padding: 14px 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.6s ease forwards;
}

.advisory-item:nth-child(odd) {
  /* background: #f9fbfd; */
  background: #c7c4c4;
}

.advisory-item:nth-child(even) {
  /* background: #ffffff; */
  background: #c7c4c4;
}

.advisory-item:hover {
  background: rgb(175, 172, 172);
  transform: scale(1.02);
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
}

/* Fade-in animation */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 400px) {
  .section-headerteam {
    text-align: center;
    padding-bottom: 13px;
    margin-top: 48px !important;
  }
  .section-headerteam h3 {
    font-size: 20px !important;
    padding-top: 50px;
    word-break: break-all;
  }
}

/*---------- vision mission page css-------*/

.vm-containeraboutpage {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 20px;
}

.vm-section-header {
  padding: 20px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.vm-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  padding-top: 20px;
}

.vm-section-divider {
  margin-top: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.vm-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.vm-dot-icon {
  font-size: 18px;
  color: red;
}

/* =========== SECTION WRAPPER ========== */
.vision-mission-section {
  padding: clamp(20px, 5vw, 60px) 15px;
  background: #f3f8fc;
  font-family: Open Sans ", sans-serif";
  text-align: center;
  padding-top: 10px;
}

/* Header Text */
.section-header p {
  max-width: 850px;
  margin: 0 auto clamp(20px, 3vw, 35px);
  color: #000;
  font-size: clamp(0.9rem, 1.2vw, 1.15rem);
  line-height: 1.6;
}

/* ========== GRID STRUCTURE ============ */
.vm-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(15px, 3vw, 35px);
  max-width: 1200px;
  margin: 0 auto;
  padding: clamp(10px, 3vw, 25px);
  margin-top: -10px;
}

/* Full-width card on large screens */
@media (min-width: 900px) {
  .vm-card.full-row {
    grid-column: span 2;
  }
}

/* ======== CARD BASE STYLE =========== */
.vm-card {
  padding: clamp(22px, 4vw, 35px) clamp(15px, 3vw, 25px);
  border-radius: 18px;
  min-height: clamp(220px, 35vw, 330px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: 0.3s ease;
  color: #fff;
}

/* Background Colors */
.vm-card.blue {
  background-color: #689dd5;
  box-shadow: 0 8px 25px rgba(91, 192, 196, 0.12);
}
.vm-card.orange {
  background-color: #eba138;
  box-shadow: 0 8px 25px rgba(76, 163, 221, 0.12);
}
.vm-card.red {
  background-color: #d8524b;
  box-shadow: 0 8px 25px rgba(80, 187, 230, 0.12);
}

/* Hover Effect */
.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.18);
}

/* ======== ICON STYLE ============= */
.vm-card .icon {
  width: clamp(55px, 8vw, 75px);
  height: clamp(55px, 8vw, 75px);
  border-radius: 50%;
  margin-top: calc(clamp(55px, 8vw, 75px) * -0.7);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(22px, 3vw, 32px);
  color: #fff;
  border: 3px solid rgba(255, 255, 255, 0.7);
  transition: transform 0.3s ease;
}

.vm-card .icon:hover {
  transform: rotate(20deg) scale(1.1);
}

/* Icon colors */
.vm-card.blue .icon {
  background: #007bff;
}
.vm-card.orange .icon {
  background: #ff9500;
}
.vm-card.red .icon {
  background: #ff3b30;
}

/* ====== CARD TEXT ======== */
.vm-card h3 {
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  font-weight: 700;
  margin-bottom: 12px;
}

.vm-card p {
  font-size: clamp(0.9rem, 1.2vw, 1rem);
  line-height: 1.55;
  margin-top: 8px;
  text-align: justify;
}

/* ==== RESPONSIVE ADJUSTMENTS === */

/* VERY SMALL MOBILE (max-width: 420px) */
@media (max-width: 420px) {
  .vm-card p {
    word-break: break-word;
  }

  .vm-card {
    min-height: 240px;
  }
}
/* ===== RESPONSIVE SECTION ======= */

/* Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
  .vm-containeraboutpage {
    padding-top: 70px;
    padding-bottom: 0px;
  }

  .vision-mission-section {
    padding: 30px 10px;
  }

  .vm-section-header h3 {
    font-size: 24px;
  }

  .section-header p {
    font-size: 0.9rem;
    margin-bottom: 25px;
    text-align: justify;
  }

  .vm-card {
    padding: 28px 18px 35px;
    min-height: 260px;
  }

  /* .vm-card p {
    font-size: 0.9rem;
    word-break: break-all;
  } */

  .vm-list {
    text-align: left;
    padding-left: clamp(15px, 3vw, 30px);
    margin-top: 10px;
    list-style: none;
  }

  .vm-list li {
    position: relative;
    margin-bottom: clamp(8px, 1.2vw, 14px);
    padding-left: clamp(18px, 2vw, 25px);
    font-size: clamp(0.9rem, 1.2vw, 1rem);
    line-height: 1.6;
    color: #fff;
    text-align: justify;
  }

  /* Custom bullet marker */
  .vm-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.4rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
  }

  /* Make list perfectly responsive on all screens */
  @media (max-width: 480px) {
    .vm-list {
      padding-left: 18px;
    }

    .vm-list li {
      padding-left: 20px;
      margin-bottom: 10px;
      word-break: break-all;
    }

    .vm-list li::before {
      font-size: 1.1rem;
    }
  }

  .vm-card .icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}

/* Tablets + Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .vm-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 30px 15px;
  }

  /* Full-width card becomes normal card */
  .vm-card.full-row {
    grid-column: span 1;
  }

  .vm-card {
    padding: 28px 18px 35px;
  }
}

/* Tablet (max-width: 992px) */
@media (max-width: 992px) {
  .vision-mission-section {
    padding: 25px 20px;
    padding-top: 0px;
  }

  .vm-card {
    min-height: 300px;
  }

  .vm-grid {
    gap: 24px;
  }
}

/* Large Screens (min-width: 992px) */
@media (min-width: 992px) {
  .vm-card {
    min-height: 330px;
  }

  .vm-card h3 {
    font-size: 1.4rem;
  }

  .vm-card p {
    font-size: 1rem;
  }
}

/* =========================
   TEAM SECTION
========================= */

#team {
  padding: 30px 0px !important;
  padding-top: 15px !important;
}

#team .container {
  margin: auto;
  max-width: 1300px;
}

/* Grid layout */
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 40px;
}

.team-member {
  text-align: center;
  background: #ffffff;
  /* padding: 20px; */
  border-radius: 10px;
  transition: 0.3s ease;
}

.team-member img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
  background: #d0dbe8;
}

.team-member h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 14px;
  color: #666;
}

.team-member:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .team-member img {
    max-width: 150px;
  }
}
#executive-team {
  padding: -40px 80px !important;
  margin-top: -160px;
  padding-bottom: 40px !important;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  margin-top: 15px;
}

.team-member {
  text-align: center;
  background: #ffffff;
  /* padding: 20px; */
  border-radius: 10px;
  transition: 0.3s ease;
}

.team-member img {
  width: 100%;
  /* max-width: 180px; */
  height: auto;
  border-radius: 50%;
  margin-bottom: 15px;
}

.team-member h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.team-member p {
  font-size: 14px;
  color: #000;
}

.team-member:hover {
  transform: translateY(-5px);
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); */
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .team-member img {
    /* max-width: 150px; */
    justify-items: center;
  }
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 0px;
  justify-items: center;
}

/* Member card */
.team-member {
  text-align: center;
  padding: 0px;
}

/* Circular image */
.team-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  /* width: 70%;
    height: 70%;
    border-radius:100%; */
  object-fit: cover;
  /*padding: 3px;*/
  background: #d0dbe8;
  transition: transform 0.3s ease;
  /* border: 2px solid #005b7f; */
  border: 2px solid #b7bbbd;
}

/* Name */
.team-member h4 {
  font-size: 15px;
  font-weight: 550;
  margin: 4px 0 4px;
  color: #000;
}

/* Role */
.team-member p {
  font-size: 15px;
  color: #f70000;
  margin: 0;
}

/* Hover */
.team-member:hover img {
  transform: scale(1.08);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 576px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .team-member img {
    width: 100px;
    height: 100px;
  }
}

/* Contact Page Css Start-----*/

/* Banner Section */
.apf-banner {
  background: #005b7f;
  padding: 60px 0;
  color: #fff;
}

/* Responsive Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Breadcrumb Styles */
.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
  color: #607079;
}

.breadcrumb a {
  color: #756363;
  text-decoration: none;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb .current {
  font-weight: 600;
}

/* Page Title */
.banner-title {
  font-size: 40px;
  margin: 10px 0 30px;
  font-weight: 700;
}

/* Banner Image */
.banner-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .banner-title {
    font-size: 28px;
  }

  .apf-banner {
    padding: 40px 0;
  }
}

/* Section */
.contact-section {
  padding: 10px 85px;
  max-width: 1300px;
  margin: auto;
  padding-bottom: 35px;
}

.vm-containercontactpage {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

.vm-section-headercontact {
  padding: 20px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.vm-section-headercontact h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  padding-top: 95px;
}

.vm-section-divider {
  margin-top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.vm-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.vm-dot-icon {
  font-size: 18px;
  color: red;
}
/* CARD GRID */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 25px;
  margin-bottom: 55px;
}

/* INDIVIDUAL CARD */
.card {
  background: #dbe1ef;
  padding: 18px 20px 10px 20px;
  border-radius: 20px;
  text-align: left;
  border: 4px solid #f1e8e8;
  transition: transform 0.35s ease, box-shadow 0.3s ease;
  overflow: hidden;
}

/* CARD + ICON HOVER */
.card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.2);
  border-color: #d8dde8;
}

/* ICON + TITLE IN SAME LINE */
.icon-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 8px;
}

.card .icon {
  font-size: 30px;
  color: #ffffff;
  padding: 8px;
  width: 52px;
  height: 50px;
  background: #00486b;
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  transition: 0.2s;
  border: 1px solid white;
}

.card:hover .icon {
  transform: scale(1.1) rotate(5deg);
  background: #e66937;
}

/* CARD TITLE */
.card h3 {
  font-size: 20px;
  color: #00486b;
  font-weight: 600;
  margin: 0;
}

/* CARD TEXT */
.card p {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 5px;
}
.card a {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 5px;
}

.phone-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 10px;
}
.phone-grid a {
  color: #000;
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 5px;
}

.layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}

iframe {
  width: 100%;
  height: 632px !important;
  border-radius: 20px;
  border: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}
/* Form Container */
.contact-form {
  background: #dbe1ef;
  padding: 15px 20px;
  border-radius: 18px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  width: 100%;
}

/* Title */
.form-title {
  text-align: center;
  font-size: 20px;
  color: #00486b;
  font-weight: 700;
  margin-bottom: 18px;
}

/* Form Group */
.form-group {
  margin-bottom: 14px;
}

/* Label */
.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #00486b;
  font-size: 14px;
}

/* Inputs */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 14px;
  border-radius: 10px;
  border: 1px solid #c7d2e1;
  background: #ffffff;
  font-size: 15px;
  transition: 0.3s ease;
  outline: none;
}

/* Hover Effect */
.contact-form input:hover,
.contact-form textarea:hover {
  border-color: #9db3ca;
}

/* Focus (when typing) */
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00486b;
  box-shadow: 0 0 6px rgba(0, 72, 107, 0.3);
}

/* Textarea small height */
.contact-form textarea {
  min-height: 70px;
  resize: vertical;
}

/* Center Button */
.btn-center {
  text-align: center !important;
  margin-top: 32px;
  /* margin-left: 190px; */
}

button {
  background: #00486b;
  color: white;
  padding: 10px 50px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  transform: translateY(-2px);
}
/* ERROR STYLES */
.error {
  color: #ff2e2e;
  font-size: clamp(12px, 2vw, 13px);
}

.invalid {
  border-color: #ff2e2e !important;
}

.valid {
  border-color: #1ba345 !important;
}

/* ------------------------------
   IFRAME
------------------------------ */
iframe {
  width: 100%;
  height: clamp(250px, 40vw, 650px);
  border-radius: 20px;
  border: none;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

/* ------------------------------
   RESPONSIVE BREAKPOINTS
------------------------------ */

/* TABLET */
@media (max-width: 992px) {
  .layout {
    grid-template-columns: 1fr;
  }
}

/* MOBILE */
@media (max-width: 600px) {
  .vm-section-headercontact h3 {
    padding-top: 60px;
    font-size: 24px;
  }
  .contact-section {
    padding: 15px;
  }

  .cards {
    grid-template-columns: 1fr;
  }

  iframe {
    height: 260px;
  }

  .contact-form {
    padding: 16px;
  }
}

/*---------Footer-----------*/
#footer {
  background: #000;
  padding: 0 0 30px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 10px;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  border-left: 4px solid #01476b;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #eee;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: white;
  color: orange;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before,
#footer .footer-top h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: orange;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #333;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover,
#footer .footer-links ul a:hover {
  color: orange;
}

/* Footer active link: white text + short underline matching text width
   Use .footer-links selector because current markup uses .footer-main not .footer-top */


#footer .footer-links ul a.active{
    /*color: #ffffff !important;*/
    /* position: relative; */
    /* display: inline-block; */
    /* padding-bottom: 6px; */
    color: orange !important;
    
}
    

/*#footer .footer-links ul a.active::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0px;*/
/*  height: 2px;*/
/*  width: 100%;*/
/*  background: #ffffff;*/
/*  border-radius: 2px;*/
  
/*margin-left:10px;*/
/*}*/

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: orange;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: orange;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#facebook {
  overflow: auto !important;
  height: 425px !important;
  width: 100%;
}

#twitter {
  overflow: auto !important;
  height: 400px !important;
  width: 100%;
}

.bg-contact {
  background-color: #01476b;
  color: white;
}

.first-box {
  padding: 10px;
  background-color: black;
}
.second-box {
  padding: 10px;
  background-color: black;
}
.third-box {
  padding: 10px;
  background-color: black;
}
.fourth-box {
  padding: 10px;
  background-color: black;
}

.address {
  margin: 5px;
}

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  height: 100px;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: black;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: black;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: black;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: orange;
}

/*----# General-----*/

a {
  color: orange;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: orange;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0px -12px 14px 0;
  /* font-size: 34px; */
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: orange;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------ # Navigation Menu-----*/

/* Nav Menu Essentials */
/* RESET */
.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

/* NAVBAR WRAPPER */
#nav-menu-container {
  float: right;
  padding-top: 49px;
}

/* MAIN ITEMS */
.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: block;
  padding: 8px 8px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.3s;
}

/* DROPDOWN BASE */
.nav-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2e2e2e;
  min-width: 200px;
  display: none;
  z-index: 1000;
}

.nav-menu li:hover > ul {
  display: block;
}

/* DROPDOWN LINKS */
.nav-menu ul li a {
  padding: 8px 12px;
  display: block;
  color: #fff;

  background-color: #01476b;
  transition: 0.3s;
}

/* HOVER EFFECT (INDIVIDUAL ITEM ONLY) */
.nav-menu li:hover > a {
  background-color: #0077b5;
  color: #fff;
}

.nav-menu ul li a:hover {
  background-color: #0077b5;
  color: #fff;
}

/* SUBMENU (LEVEL 2) */
.nav-menu ul ul {
  left: 100%;
  top: 0;
}

/* ACTIVE PAGE (UNDERLINE) */
.nav-menu a.active {
  border-bottom: 2px solid #00486b;
  padding-bottom: 7px;
}

.menu-has-children a.active {
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
}

/* Parent dropdown active state when child page is active */
/*.nav-menu > li.menu-has-children > a.parent.menu-active {*/
/*  border-bottom: 2px solid #00486b;*/
/*  padding-bottom: 7px;*/
/*}*/

.nav-menu > li.menu-has-children > a.parent.menu-active {
  color: #ff5e14 !important;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  /* margin: 20px 20px 0 0; */
  margin: 20px -38px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  /* color: #01476b; */
  color: #cf1818;
  margin-top: 12px;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: orange;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Sections Header ---*/

.section-header h3 {
  font-size: 32px;
  color: #00486b;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  padding-top: 20px;
}

.section-header p {
  text-align: justify;
  padding-bottom: 30px;
  color: #000;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

.features-wrapper {
  padding: 25px 0;
  background: linear-gradient(135deg, #f0f4f7 0%, #ffffff 100%);
}

.features-header h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #0d2c54;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features-card {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: 0.4s ease-in-out;
  border: 2px solid transparent;
}

.features-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  /* border-color: #0077b5; */
}

.features-list {
  padding-left: 22px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}

.features-list li {
  margin-bottom: 12px;
  padding-left: 5px;

  /* .feature-list li:before {
  } */
}

/* ---------- LARGE LAPTOP (max 1440px) ---------- */
@media (max-width: 1440px) {
  .features-card {
    padding: 35px 40px;
  }
  .features-header h3 {
    font-size: 30px;
  }
}

/* ---------- LAPTOP (max 1280px) ---------- */
@media (max-width: 1280px) {
  .features-header h3 {
    font-size: 28px;
  }
  .features-card {
    padding: 32px;
  }
  .features-list {
    font-size: 18px;
  }
}

/* ---------- SMALL LAPTOP / BIG TABLET (max 1024px) ---------- */
@media (max-width: 1024px) {
  .features-header h3 {
    font-size: 26px;
  }
  .features-card {
    padding: 28px 30px;
  }
  .features-list {
    font-size: 17px;
    line-height: 1.75;
    word-break: break-all;
  }
}

/* ---------- TABLET (max 768px) ---------- */
@media (max-width: 768px) {
  .features-wrapper {
    padding: 30px 0;
  }
  .features-header h3 {
    font-size: 24px;
  }
  .features-card {
    padding: 25px 22px;
    border-radius: 15px;
  }
  .features-list {
    font-size: 16px;
    padding-left: 18px;
    text-align: justify;
    word-break: break-all;
  }
}

/* ---------- LARGE MOBILE (max 576px) ---------- */
@media (max-width: 576px) {
  .features-header h3 {
    font-size: 22px;
  }
  .features-card {
    padding: 22px 18px;
  }
  .features-list {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
  }
  .features-list li {
    margin-bottom: 12px;
  }
}

/* ---------- MEDIUM MOBILE (max 450px) ---------- */
@media (max-width: 450px) {
  .features-header h3 {
    font-size: 20px;
  }
  .features-card {
    padding: 18px 16px;
  }
  .features-list {
    font-size: 14px;
    text-align: justify;
    word-break: break-all;
  }
}

/* ---------- SMALL MOBILE (max 380px) ---------- */
@media (max-width: 380px) {
  .features-header h3 {
    font-size: 18px;
  }
  .features-card {
    padding: 15px 12px;
    border-radius: 12px;
  }
  .features-list {
    font-size: 14px;
    padding-left: 12px;
    text-align: justify;
    word-break: break-all;
  }
  .features-list li {
    margin-bottom: 10px;
  }
}
/* About Us Section
--------------------------------*/

#about2nd {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about2nd::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about2nd .container {
  position: relative;
  z-index: 10;
}

#about2nd .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 38%);
  margin-bottom: 20px;
}

#about2nd .about-col .img {
  position: relative;
}

#about2nd .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about2nd .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about2nd .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #025580;
  transition: 0.3s;
}

#about2nd .about-col:hover .icon {
  background-color: #fff;
}

#about2nd .about-col:hover i {
  color: orange;
}

#about2nd .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about2nd .about-col h2 a {
  color: #000;
}

#about2nd .about-col h2 a:hover {
  color: orange;
}

#about2nd .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: white;
}

#call-to-action .cta-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #dc3545;
  color: #fff;
}

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* =====  media gallary page ===== */

/* MEDIA HEADER FIX */
.media-header {
  padding: 80px 0 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.media-containerpage {
  max-width: 1200px;
  margin: auto;
}

.media-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.media-section-header img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
}

.media-header {
  position: relative;
  z-index: 2;
  padding: 80px 0 40px;
  background: #fff;
}

.donate-section-header {
  position: relative;
}

.donate-section-header img {
  display: block;
  margin: 10px auto 0;
}

.admission-section-header6 {
  padding: 130px 10px;
  margin: 0px 0px;
  padding-bottom: 4px;
  color: #00486b;
}
/* WOW FIX */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

/* WOW visibility fix */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

/*#portfolio {*/
/*  padding: 30px 0;*/
/*  background: #f8f6ff;*/
/*}*/
/*.portfolio-item {*/
/*  padding-bottom: 40px;*/
/*}*/

/* Card Container */
/*.portfolio-wrap {*/
/*  background: #fff;*/
/*  border-radius: 16px;*/
/*  overflow: hidden;*/
/*  transition: 0.4s ease;*/
/*  cursor: pointer;*/
  /* border: 2px solid #e5dfff;
  box-shadow: 0 6px 15px rgba(140, 110, 255, 0.15); */
/*  border: 2px solid#e5dfff;*/
  /*box-shadow: 0 6px 15px rgb(140 110 255 / 58%);*/
/*}*/

/*.portfolio-wrap:hover {*/
/*  transform: translateY(-8px);*/
/*  border-color: #c4b1ff;*/
/*  box-shadow: 0 12px 25px rgba(120, 90, 255, 0.25);*/
/*}*/

/* Card Image */
/*.card-img {*/
/*  width: 100%;*/
/*  height: 260px;*/

/*  object-fit: cover;*/
/*  display: block;*/
/*  transition: 0.3s ease;*/
/*}*/

/*.portfolio-wrap:hover .card-img {*/
/*  transform: scale(1.05);*/
/*  filter: brightness(80%);*/
/*}*/

/* Text */
/*.portfolio-info {*/
/*  padding: 12px;*/
/*  text-align: center;*/
/*}*/

/*.portfolio-info h4 {*/
/*  font-size: 20px;*/
/*  color: #4a3ba0;*/
/*  margin-bottom: 5px;*/
/*  font-weight: 600;*/
/*}*/

/*.portfolio-info p {*/
/*  color: #000;*/
/*  font-size: 14px;*/
/*  padding: 0px !important;*/
/*  margin: 0px 0 0px 0 !important;*/
/*}*/

/* Dark overlay */
/*#portfolio .portfolio-wrap::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  background: rgba(0, 0, 0, 0.2);*/
/*  opacity: 0;*/
/*  transition: opacity 0.4s ease;*/
/*  z-index: 1;*/
/*}*/

/* Eye icon container */
/*#portfolio .eye-overlay {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%) scale(0.6);*/
/*  font-size: 52px;*/
/*  color: #fff;*/
/*  opacity: 0;*/
/*  z-index: 2;*/
/*  transition: all 0.4s ease;*/
/*}*/

/* Glow effect */
/*#portfolio .eye-overlay i {*/
/*  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);*/
/*}*/

/* Hover Effects */
/*#portfolio .portfolio-wrap:hover::before {*/
/*  opacity: 1;*/
/*}*/

/*#portfolio .portfolio-wrap:hover .eye-overlay {*/
/*  opacity: 1;*/
/*  transform: translate(-50%, -50%) scale(1);*/
/*}*/

/*#portfolio .portfolio-wrap:hover .card-img {*/
/*  transform: scale(1.1);*/
/*}*/

/* ===== MODAL IMAGE VIEWER ===== */
/*.modal {*/
/*  display: none;*/
/*  position: fixed;*/
/*  z-index: 9999;*/
/*  padding-top: 50px;*/
/*  left: 0;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: rgba(0, 0, 0, 0.85);*/
/*  backdrop-filter: blur(4px);*/
/*}*/

/*.modal-content {*/
/*  margin: auto;*/
/*  display: block;*/
/*  max-width: 55%;*/
/*  max-height: 89%;*/
/*  border-radius: 10px;*/
/*  border: 3px solid white;*/
/*  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3);*/
/*  animation: fadeIn 0.4s;*/
/*  margin-top: 42px;*/
/*}*/

/* Close Button */
/*.close {*/
/*  position: absolute;*/
/*  top: 93px;*/
/*  right: 248px;*/
/*  font-size: 40px;*/
/*  color: #000;*/
/*  cursor: pointer;*/
/*  transition: 0.3s;*/
/*  background: #fff;*/
/*  padding: 2px 9px;*/
/*}*/

/*.close:hover {*/
/*  transform: scale(1.2);*/
/*}*/

/* Navigation Buttons */
/*.prev,*/
/*.next {*/
/*  cursor: pointer;*/
/*  position: absolute;*/
/*  top: 48%;*/
/*  padding: 10px;*/
/*  color: white;*/
/*  font-size: 40px;*/
/*  user-select: none;*/
/*  transition: 0.3s;*/
/*}*/

/*.prev {*/
/*  left: 18%;*/
/*}*/
/*.next {*/
/*  right: 18%;*/
/*}*/

/*.prev:hover,*/
/*.next:hover {*/
/*  transform: scale(1.3);*/
/*  color: #d8c4ff;*/
/*}*/

/* Animation */
/*@keyframes fadeIn {*/
/*  from {*/
/*    opacity: 0;*/
/*    transform: scale(0.8);*/
/*  }*/
/*  to {*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*  }*/
/*}*/

/* Responsive */
/*@media (max-width: 600px) {*/
/*  .modal-content {*/
/*    max-width: 95%;*/
/*    max-height: 70%;*/
/*  }*/
/*  .prev,*/
/*  .next {*/
/*    font-size: 32px;*/
/*  }*/
/*}*/





/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /*background-color: #ddd;*/
}

#testimonials .owl-dot.active {
  background-color: orange;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 35px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 40px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*-----Footer------*/


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 26px !important;
    /* padding-left: 42px !important;
    margin-top: 72px !important; */
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    /* padding-right: 16px; */
    /* padding-right: 8px; */
    margin-top: -12px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
    margin-top: 20px !important;
  }
}
@media (max-width: 320px) {
  #mobile-nav-toggle {
    display: inline;
    margin-top: 12px !important;
  }

  span .text {
    color: #01476b;
    margin-left: 26px !important;
    font-size: 19px !important;
    font-weight: 550;
  }
}

td,
th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 15px;
}

.donate {
  height: 30px;
  background-color: red;
}
.donate:hover {
  background-color: orange;
}

.reg {
  border: 1px solid black;
}

.head5 {
  -webkit-animation: head5_animate 1s infinite;
  -moz-animation: head5_animate 1s infinite;
  animation: head5_animate 1s infinite;
}
@-webkit-keyframes head5_animate {
  50% {
    color: white;
  }
  100% {
    color: orange;
  }
}
@-moz-keyframes head5_animate {
  50% {
    color: white;
  }
  100% {
    color: orange;
  }
}
@keyframes head5_animate {
  50% {
    color: white;
  }
  100% {
    color: orange;
  }
}

/*-------- Intro Section------------*/

#intro {
  display: table;
  width: 100%;
  height: 93vh;
  /*background: #000;*/
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 3%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#slider-animation {
  max-height: 550px;
}
.heading-box h2 {
  width: 100%;
  color: red;
}
h2,
p {
  color: #fff;
}
.carousel-item img {
  width: 100%;
}
.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #000;
  transform: translateY(-50%);
}

.number {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #025580;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
}

.number i {
  font-size: 43px;
  color: #025580;
  margin-bottom: 15px;
}

.number h3 {
  font-size: 33px;
}

.number span {
  color: #025580;
  font-weight: 700;
}

.number:hover {
  border-color: #025580;
}

/*home-btn*/

.wp-side-menu {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  top: 55%;
  right: 0;
  z-index: 10001;
}
.wp-side-menu-item:not(:last-child) {
  margin-bottom: 0;
  text-decoration: none;
}
.wp-side-menu-item {
  position: absolute;
  cursor: pointer;
  width: 280px;
  height: 45px;
  right: -250px;
  line-height: 0;
  -webkit-transition: 400ms all linear;
  transition: 400ms all linear;
  margin: 1px;
  padding: 5px;
  padding-top: 15px;
  padding-left: 10px;
}
.wp-side-menu-item {
  background-color: #dc3545;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  /*color:orange;*/
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2 {
  font-size: 24px !important;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 400ms all linear;
  transition: 600ms all linear;
  padding: 5px 0;
}
.icon2 {
  color: #ffffff;
  background-color: #00494f;
}
.wp-side-menu-item span {
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 2px;
  padding: 5px 0;
}
.wp-side-menu-item span {
  color: #ffffff;
}
.wp-side-menu-item:hover {
  right: -100px;
}
.wp-side-menu-item:hover {
  background: #dc3545;
}
/*index-page-Image-hover*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  padding-top: 20px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.buton_size {
  font-size: 12px !important;
}

.box1 {
  background-image: url(../img/bg_contact.png);
  color: #000;
  border: 1px #ccc dotted;
  font-size: 14px;
}
.box-part {
  background: #fff;
  border-radius: 0;
  padding-top: 30px;
  height: 240px;
  line-height: 18pt;
}
#trainingandtheorapy {
  width: 450px;
  float: left;
  padding: 5px;
  background: #fff;
  box-shadow: 5px 4px #cac9c9;
  text-align: center;
  margin: 50px;
  color: #000;
  margin-top: 10px;
}
#trainingandtheorapy1 {
  color: #000;
}
.blog .card {
  position: relative;
  /* height: 500px; */
  box-shadow: 5px 5px 20px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(235, 134, 75, 1) 0%,
    rgba(255, 173, 120, 1) 50%,
    rgba(245, 122, 43, 1) 100%
  );
  cursor: pointer;
}

.subtitle {
  margin: 10px;
}

.blog .intro {
  position: absolute;
  height: 88px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  background-color: rgb(16 15 15 / 89%);
  transition: 0.4s ease-in-out;
}

.blog .card:hover .intro {
  height: 280px;
  bottom: 0;
  background-color: rgb(0 0 0 / 63%);
}

.blog .card:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.blog img {
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.blog .text-h1 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 28px;
}

.blog .text-p {
  opacity: 1;
  visibility: visible;
  letter-spacing: 1.3px;
  font-size: large;
}
.member img {
  width: 100%;
  height: 151px;
}

/* Addmission Page CSS start */
.hero {
  background: url("/img/futureplan.jpg") center/cover;
  padding: 144px 20px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: 80px;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}
.btn-primary {
  background: #ff4757;
  color: white;
}
.btn-primary:hover {
  background: #e84118;
}
.btn-secondary {
  background: #3742fa;
  color: white;
}
.btn-secondary:hover {
  background: #1e3799;
}

.about,
.form-section {
  padding: 0px 20px;
  text-align: center;
}

.admission-containerpage {
  text-align: center;
  padding-bottom: 6px;
  background: #fff;
}
.add-h3 {
  color: #00486b;
}
/* MOBILE ICON */
#mobile-nav-toggle {
  display: none;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 20px;

    top: 0px;
    z-index: 9999;
    margin: -60px;
  }
}

/* btn-primary */
html {
  scroll-behavior: smooth;
}
#admissionTitle {
  scroll-margin-top: 140px;
}

.highlight-title {
  animation: glow 1.5s ease;
}

@keyframes glow {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: transparent;
  }
}
/* ACTIVE MENU */

.menu-active {
  color: #ff5e14 !important;
  font-weight: 600;
}

.admission-section-header {
  padding: 12px;
  margin: 0px 0px;
  padding-bottom: 4px;
}

.services {
  padding: 40px 20px;
  background-color: #f9fafc;
  padding-top: 0px;
}

.service-grid {
  max-width: 1100px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.service-card {
  background-color: #ffffff;
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  border: 2px solid #b8b8b8;
  border-radius: 12px;
  transition: all 0.3s ease;
  /*box-shadow: 0 8px 20px rgb(0 0 0 / 27%);*/
  color: #000;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #0b4c8c;
  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.15);
  color: #e93d3d;
}

/* Tablet */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 30px 15px;
    font-size: 16px;
  }
}

/* =========================
   ADMISSION FORM CARD
   ========================= */

.admissionform-card-wrapper {
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 28px;
}

/* Card Look */
.admissionform-form {
  background: #ffffff;
  border: 2px solid #025580;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

/* Title spacing inside card */
.admissionform-title {
  margin: 25px 0px;
  color: #0d2c54;
  margin-bottom: 12px;
}
.admissionform-group {
  color: #000;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .admissionform-card-wrapper {
    padding: 15px;
  }

  .admissionform-form {
    padding: 25px;
    border-radius: 12px;
    margin: 15px !important;
  }
}

.admissionform-form {
  max-width: 1100px;
  margin: auto;
  padding-top: 0px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.admissionform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  color: #000;
}

.admissionform-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #0d2c54;
  font-size: 18px;
}
.admissionform-group input,
.admissionform-group textarea {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.admissionform-group input:focus,
.admissionform-group textarea:focus {
  border-color: #444;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.admissionform-full {
  grid-column: span 2;
}

/* Checkbox layout */
.admissionform-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.admissionform-checkbox-grid label {
  font-size: 14px;
  color: #000;
}
.admissionform-submit-btn {
  display: block;
  width: auto;
  margin: 35px auto 0;
  padding: 10px 40px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.admissionform-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

/* Responsive */
@media (max-width: 768px) {
  .admissionform-grid,
  .admissionform-checkbox-grid {
    grid-template-columns: 1fr;
  }
  .admission-form {
    margin: 15px;
  }

  .admissionform-full {
    grid-column: span 1;
  }
}

/* ===== Target Section ===== */
.target {
  padding: 0px 0px;
  background-color: #f9fafc;
  padding-left: 125px;
}

/* Container */
.target-container {
  max-width: 1200px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 85px;
  padding: 0px 48px;
}

/* ===== Left Side ===== */
.target-left {
  width: fit-content;
}

.target-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.target-left ul li {
  background-color: #ffffff;
  padding: 12px 22px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  border-left: 5px solid #e2562c;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  color: #000;
}

.target-left ul li:hover {
  transform: translateX(6px);
  background-color: #eef2ff;
}

/* ===== Right Side ===== */
.target-right {
  /* flex: 1; */
  display: flex;
  justify-content: center;
}

.target-right img {
  width: 100%;
  max-width: 770px;
  height: 450px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.target-right img:hover {
  transform: scale(1.04);
}
@media (max-width: 1024px) {
  .admissionform-form {
    margin: 5px 15px !important;
    border: 2px solid #025580;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .target-right img {
    height: 360px;
  }
  .admission-section-header h3 {
    font-size: 30px;
  }
}

/* Laptop */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .target-right img {
    height: 360px;
  }
  .admission-section-header h3 {
    font-size: 30px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .hero {
    padding: 110px 16px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .target-container {
    flex-direction: column;
    gap: 30px;
  }

  .target-right img {
    height: 300px;
  }

  .admission-section-header h3 {
    font-size: 26px;
  }

  .admissionform-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero {
    padding: 90px 14px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    font-size: 16px;
    padding: 16px 11px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 14px;
    padding: 10px 20px;
  }

  .target-right img {
    height: 260px;
  }

  .admission-section-header h3 {
    font-size: 22px;
  }
  .admissionform-title {
    font-size: 22px;
  }
  .admissionform-group label {
    font-size: 16px;
  }
  .target-left ul li {
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero {
    padding: 75px 12px;
  }
  .target-container {
    padding: 0px 20px;
  }

  .target-right img {
    height: 220px;
  }

  .admission-section-header h3 {
    font-size: 24px;
  }

  .admissionform-submit-btn {
    display: block;
    width: auto;
    margin: 24px auto 0;
    padding: 12px 28px;
    font-size: 14px;
  }
}

/* photo gallary page css start */

.photo-containerpage {
  text-align: center;
  padding-top: 60px;
  background: #f3f5f3;
}

.photo-section-header {
  padding: 18px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.photo-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00486b;
}

.photo-section-divider {
  margin-top: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.photo-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.photo-dot-icon {
  font-size: 18px;
  color: red;
}

.portfolio-wrap figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Eye icon */
.portfolio-wrap .link-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  font-size: 48px; /* BIG icon */
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Hover effects */
.portfolio-wrap:hover figure::before {
  opacity: 1;
}

.portfolio-wrap:hover .link-preview {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.portfolio-wrap:hover img {
  transform: scale(1.1);
}

/* Optional: Glow effect */
.portfolio-wrap .link-preview i {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
/* ===== MODAL IMAGE VIEWER ===== */
.modal1 {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.modal-content1 {
  margin: auto;
  display: block;
  max-width: 55%;
  max-height: 89%;
  border-radius: 10px;
  border: 3px solid white;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3);
  animation: fadeIn 0.4s;
  margin-top: 42px;
}
.close1 {
  position: absolute;
  top: 93px;
  right: 248px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  padding: 2px 9px;
}

.close1:hover {
  transform: scale(1.2);
}

/* Navigation Buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 48%;
  padding: 10px;
  color: #000;
  font-size: 40px;
  user-select: none;
  transition: 0.3s;
}

.prev1 {
  left: 22%;
}
.next1 {
  right: 22%;
}

.prev1:hover,
.next1:hover {
  transform: scale(1.3);
  color: #000;
}

/* ==============================
   TRAINING FACILITY PAGE CSS
============================== */

.training-facilities1 {
  padding: 20px 20px;
  background: linear-gradient(135deg, #f8f9ff, #eef1ff);
}

.container {
  max-width: 1270px;
  margin: auto;
}

/* GRID */
.facilities-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.facility-card1 {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
}

/* IMAGE WRAP */
.image-wrap {
  position: relative;
  padding: 15px;
  background: #f4f6fb;
}

/* IMAGE */
.image-wrap img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
}

/* TITLE ON IMAGE */
.image-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 12px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgb(0 0 0 / 35%));
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0 0 12px 12px;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 2;
}

/* OVERLAY – FULL IMAGE AREA */
.overlay {
  position: absolute;
  inset: 15px;
  background: #01476bde;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
  border-radius: 12px;
}

.overlay i {
  font-size: 2.6rem;
  margin-bottom: 12px;
  color: orange;
}

.overlay h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: orange;
}

.overlay p {
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 0 25px;
}

/* ==============================
   FULL CARD HOVER EFFECT
============================== */

.facility-card1:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.2);
}

/* Hide title on hover */
.facility-card1:hover .image-title {
  opacity: 0;
  transform: translateY(10px);
}

/* Show overlay on hover */
.facility-card1:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* SCROLL ANIMATION */
.facility-card1.show {
  transform: translateY(0);
  opacity: 1;
}

/* ======RESPONSIVE===== */

@media (max-width: 992px) {
  .facilities-grid1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .photo-section-header h3 {
    font-size: 24px;
  }
  .media-section-header h3 {
    font-size: 26px;
  }
  .training-facilities1 {
    padding: 40px 5px !important;
  }

  .facilities-grid1 {
    grid-template-columns: 1fr;
  }

  .image-wrap img {
    max-height: 220px;
  }

  .image-title {
    font-size: 1.1rem;
  }

  .overlay h3 {
    font-size: 1.25rem;
  }
}

/* Training And Therapy css start */

.training-facilities {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: "Open Sans", sans-serif;
}

.training-facilities .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.training-facilities .section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  margin-top: -8px;
}

.training-facilities .section-divider {
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #ff9800;
  margin-bottom: 20px;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.facility-card {
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 35%);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  border: 1px dashed #01476b;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgb(0 0 0 / 50%);
}

.facility-number {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff9800;
  margin-bottom: 10px;
}

.facility-card p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-facilities .section-header h2 {
    font-size: 1.8rem;
  }

  .facility-card {
    padding: 20px 15px;
  }
}
.training-section {
  /*background: #f7f9fc;*/
  padding: 0px 0;
  /*font-family: "Montserrat", sans-serif;*/
}

.training-grid {
  margin-top: 14px;
  margin-bottom: 40px;
  /* row-gap: 30px;   
  column-gap: 20px; */
}
.col-md-6 {
  padding: 8px 18px;
  margin-bottom: 16px;
  margin-top: 0px;
}

.therapy-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: -35px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 40%);
  transition: all 0.35s ease;
  height: 100%;
  border: 2px solid #b8b8b8;
}

.therapy-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 30px 65px rgba(0, 0, 0, 0.15); */
  box-shadow: 0 4px 15px rgb(0 0 0 / 60%);
}

.therapy-image {
  background: #eef2f7;
  /* padding: 12px 12px; */
  text-align: center;
}

.therapy-image img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.therapy-content {
  padding: 12px;
}

.therapy-content h4 {
  color: #00486b;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 0px 0px 0px 0px;
}

.therapy-content p {
  color: #000;
  padding: 4px;
  word-spacing: -2px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: justify;
}

@media (max-width: 991px) {
  .therapy-content {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .therapy-content {
    padding: 15px 5px;
    font-size: 15px;
  }

  .therapy-content p {
    font-size: 14px;
    padding: 15px 5px;
    word-break: break-all;
  }
}

/* future plan page css */
/* Container */
.future-container {
  padding: 60px 15px;
  /* font-family: "Segoe UI", sans-serif; */
  font-family: "Open Sans", sans-serif;
}


/* Content */
.future-content {
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 50px 0px 60px;
}

/* Text */
.future-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background: #f4f8fc;
  padding: 25px;
  border-left: 4px solid #0b4c8c;
  border-radius: 6px;
}

/* Image */
.future-image {
  text-align: center;
  margin-top: 20px;
}

/*.future-image img {*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*  border-radius: 12px;*/
/*  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);*/
/*  transition: transform 0.3s ease;*/
/*}*/

.future-image img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .future-content {
    padding: 0 !important;
  }
  .future-text p {
    margin-bottom: 25px;
    text-align: justify;
  }

  .future-header-inner h3 {
    font-size: 24px;
  }
}

/* appeltodoner css start */
#contact1 {
  background: #fff;
  padding: 0 90px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 15px;
  font-family: "Montserrat", sans-serif;
}

/* =======================
   HEADER
======================= */
.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header-inner h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b4c8c;
  text-transform: uppercase;
}

/* =======================
   DIVIDER
======================= */
.contact-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.contact-line {
  width: 60px;
  height: 2px;
  background-color: #0b4c8c;
}

.contact-dot {
  margin: 0 12px;
  color: #f4b400;
  font-size: 16px;
}

/* =======================
   CONTENT
======================= */
.contact-content {
  display: flex;
  justify-content: center;
}

.contact-text1 {
  width: 100%;
  max-width: 1200px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-text1 p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  margin-bottom: 10px;
  /*font-family: "Montserrat", sans-serif;*/
}

/* Thanks Text */
.contact-thanks {
  font-weight: 600;
  color: #0b4c8c;
  text-align: center;
  margin-top: 25px;
}

/* =======================
   RESPONSIVE BREAKPOINTS
======================= */

/* Tablets */
@media (max-width: 992px) {
  #contact1 {
    padding: 0 40px;
  }

  .contact-header-inner h3 {
    font-size: 26px;
  }

  .contact-text1 {
    padding: 25px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #contact1 {
    padding: 0 20px;
  }

  .contact-container {
    padding: 40px 10px;
  }

  .contact-header-inner h3 {
    font-size: 22px;
  }

  .contact-text1 {
    padding: 20px;
  }

  .contact-text1 p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  #contact1 {
    padding: 0 12px;
  }

  .contact-header-inner h3 {
    font-size: 20px;
  }

  .contact-dot {
    font-size: 14px;
  }
}

/* working page css start */

.work-containerpage {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 6px;
}

.work-section-header {
  padding: 12px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.work-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  margin-top: 40px;
}
.work-section-headerr h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  margin-top: 75px;
}

.work-section-divider {
  margin-top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.work-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.work-dot-icon {
  font-size: 18px;
  color: red;
}

/* =======================
   WORKING SECTION
======================= */
#working-content {
  background: #ffffff;
  padding: 0 90px;
}

.working-section {
  padding: 70px 0;
  /*font-family: "Montserrat", sans-serif;*/
}

/* =======================
   HEADER
======================= */
.working-header {
  text-align: center;
  margin-bottom: 40px;
}

.working-header-inner h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b4c8c;
  text-transform: uppercase;
}

.working-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.working-line {
  width: 60px;
  height: 2px;
  background: #0b4c8c;
}

.working-dot {
  margin: 0 12px;
  color: #f4b400;
  font-size: 16px;
}

/* =======================
   MAIN CONTENT CARD
======================= */
.working-main-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 50px;
}

.working-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 14px;
  text-align: justify;
}

/* =======================
   WORKING CARDS GRID
======================= */
.working-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  justify-items: center;
}

/* Card */
.working-card {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(56, 73, 185, 0.28);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

/* Card Image */
.working-card img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  display: block;
}

/* Card Title */
.working-card h4 {
  font-size: 16px;
  color: #0b4c8c;
  margin: 12px 10px;
}

/* Hover */
.working-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(56, 73, 185, 0.35);
}

/* =======================
   CENTER LAST 2 CARDS
   (DESKTOP ONLY)
======================= */
.working-card:nth-child(4) {
  grid-column: 1 / 2;
}

.working-card:nth-child(5) {
  grid-column: 2 / 3;
}

/* =======================
   RESPONSIVE BREAKPOINTS
======================= */

/* Large Laptop */
@media (max-width: 1200px) {
  #working-content {
    padding: 0 60px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  #working-content {
    padding: 0 40px;
  }

  .working-cards-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .working-card:nth-child(4),
  .working-card:nth-child(5) {
    grid-column: auto;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #working-content {
    padding: 0 20px;
  }

  .working-section {
    padding: 50px 0;
  }

  .working-header-inner h3 {
    font-size: 22px;
  }

  .working-text p {
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
  }

  .working-card img {
    height: 260px;
  }

  .working-cards-row {
    gap: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .work-section-header {
    padding: 6px;
    margin: 0px 0px;
    padding-bottom: 8px;
  }
  .work-section-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00345c;
  }
  #working-content {
    padding: 0 12px;
  }

  .working-cards-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .working-main-card {
    padding: 20px;
  }

  .working-card img {
    height: 248px;
  }

  .working-text p {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

/* way to give page css start */
.donations-section {
  width: 100%;
  padding: 6px 0px;
}

.donations-text {
  max-width: 1000px;
  margin: auto;
}

.donations-list {
  padding-left: 1.2rem;
  text-align: justify;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #000;
  font-size: clamp(0.85rem, 2.5vw, 1rem);
}

.donations-list li {
  margin-bottom: 0.8rem;
}

/* Small screens */
@media (max-width: 375px) {
  .donations-list {
    font-size: 0.8rem;
    padding-left: 1rem;
    word-break: break-all;
  }
}
@media (max-width: 480px) {
  .donations-list {
    font-size: 0.8rem;
    padding-left: 1rem;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .donations-list {
    font-size: 0.9rem;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .donations-list {
    font-size: 1rem;
  }
}

/* photo-gallary css start */

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.gallery-section {
  padding: 40px 80px;
  background: #f5f7fb;
}

.gallery-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* Card */
.gallery-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
  /* pointer-events: auto; */
  pointer-events: none;
}

.gallery-card:hover .gallery-eye {
  opacity: 1;
  pointer-events: auto;
}

/* @media (hover: none) {
  .gallery-overlay {
    opacity: 1;
    pointer-events: auto;
  }
} */

/* /////////// */

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Card container */
.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-overlay > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}

/* Date */
.gallery-date {
  font-size: 15px;
  color: #f1f1f1;
  margin-bottom: 2px;
}

.gallery-date i {
  color: #ffc107;
  margin-right: 6px;
}

/* Title */
.gallery-overlay h3 {
  font-size: 15px;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

.gallery-eye {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 0px !important;

  width: 44px;
  height: 44px;
  border-radius: 50%;

  background: rgba(60, 60, 60, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  line-height: 1;
  cursor: pointer;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);

  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
  z-index: 5;
}

/* Desktop hover */
.gallery-card:hover .gallery-eye {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(90, 90, 90, 0.75);
}

/* Mobile & tablet – always visible */
@media (max-width: 991px) {
  .gallery-eye {
    opacity: 1;
  }
}

/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
  .gallery-eye {
    opacity: 1 !important;
    pointer-events: auto;
  }
  .gallery-overlay {
    padding: 12px;
  }

  .gallery-overlay h3 {
    font-size: 15px;
  }

  .gallery-eye {
    width: 38px;
    height: 38px;
    bottom: 14px;
    right: 12px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .gallery-overlay {
    padding: 10px;
  }

  .gallery-overlay h3 {
    font-size: 14px;
  }

  .gallery-date {
    font-size: 14px;
  }

  .gallery-eye {
    width: 34px;
    height: 34px;
    bottom: 12px;
    right: 10px;
  }
}
/* ///////////// */

/* Modal */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.gallery-modal img {
  max-width: 85%;
  max-height: 80%;
  border-radius: 10px;
}

.gallery-close,
.gallery-prev,
.gallery-next {
  position: absolute;
  color: white;
  font-size: 36px;
  cursor: pointer;
  user-select: none;
}

.gallery-prev {
  left: 30px;
}

.gallery-next {
  right: 30px;
}
/* Modal */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  padding: 0;
}

.gallery-modal-content {
  width: 90%;
  max-width: 1000px;
  padding-top: 40px;
}

/* Main Image */
.gallery-main {
  position: relative;
  text-align: center;
}

.gallery-main img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 10px;
  margin-top: 20px;
}

/* Prev Next */
.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #ffffff8a;
  padding: 5px 15px;
  border-radius: 50%;
}

.gallery-prev {
  left: 10px;
}
.gallery-next {
  right: 10px;
}

/* Close */
.gallery-close {
  position: absolute;
  top: 84px;
  right: 30px;
  right: 15px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  background-color: #ffffffcc;
  padding: 0px 12px;
  border-radius: 50%;
}

/* Thumbnails container */
.gallery-thumbs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 5px 0;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Thumbnail images */
.gallery-thumbs img {
  width: 30px;
  height: 55px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.gallery-thumbs img.active,
.gallery-thumbs img:hover {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #fff;
}

/* Responsive */

@media (min-width: 1200px) {
  .gallery-grid {
    max-width: 1300px;
    gap: 30px;
  }

  .gallery-card img {
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .gallery-section {
    padding: 40px 40px;
  }

  .gallery-card img {
    height: 240px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery-card:hover .gallery-eye {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 991px) {
  .gallery-section {
    padding: 30px 30px;
  }

  .gallery-title {
    font-size: 26px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gallery-main img {
    max-height: 65vh;
  }

  .gallery-prev,
  .gallery-next {
    font-size: 18px;
    padding: 6px 14px;
  }

  .gallery-close {
    font-size: 22px;
    padding: 2px 12px;
    z-index: 4;
    top: 250px;
  }

  .gallery-card img {
    height: 220px;
  }

  .gallery-overlay h3 {
    font-size: 15px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .photo-containerpage {
    padding-top: 25px;
  }
  .gallery-main img {
    max-height: 55vh;
  }

  .gallery-prev,
  .gallery-next {
    font-size: 12px;
    padding: 5px 10px;
  }

  .gallery-close {
    font-size: 18px;
    padding: 0px 8px;
  }
  .gallery-section {
    padding: 25px 20px;
  }

  .gallery-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card img {
    height: 210px;
  }

  .gallery-eye {
    padding: 10px 12px;
    font-size: 16px;
  }

  .gallery-overlay h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .gallery-main img {
    max-height: 50vh;
  }

  .gallery-thumbs img {
    height: 55px;
  }
  .gallery-section {
    padding: 20px 15px;
  }

  .gallery-card img {
    height: 190px;
  }

  .gallery-overlay h3 {
    padding: 0px;
    font-size: 12px;
  }
  .photo-section-header img {
    margin-top: -25px !important;
    margin-left: 0px !important;
  }
}


#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: orange;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: orange;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#facebook {
  overflow: auto !important;
  height: 425px !important;
  width: 100%;
}

#twitter {
  overflow: auto !important;
  height: 400px !important;
  width: 100%;
}

.bg-contact {
  background-color: #01476b;
  color: white;
}

.first-box {
  padding: 10px;
  background-color: black;
}
.second-box {
  padding: 10px;
  background-color: black;
}
.third-box {
  padding: 10px;
  background-color: black;
}
.fourth-box {
  padding: 10px;
  background-color: black;
}

.address {
  margin: 5px;
}

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
  height: 100px;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: black;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: black;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: black;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: orange;
}

/*----# General-----*/

a {
  color: orange;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: orange;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin: 0px -12px 14px 0;
  /* font-size: 34px; */
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: orange;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*------ # Navigation Menu-----*/

/* Nav Menu Essentials */
/* RESET */
.nav-menu,
.nav-menu ul,
.nav-menu li,
.nav-menu a {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

/* NAVBAR WRAPPER */
#nav-menu-container {
  float: right;
  padding-top: 49px;
}

/* MAIN ITEMS */
.nav-menu {
  display: flex;
  align-items: center;
}

.nav-menu > li {
  position: relative;
}

.nav-menu > li > a {
  display: block;
  padding: 8px 6px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px!important;
  text-transform: uppercase;
  transition: 0.3s;
}

/* DROPDOWN BASE */
.nav-menu ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #2e2e2e;
  min-width: 200px;
  display: none;
  z-index: 1000;
}

.nav-menu li:hover > ul {
  display: block;
}

/* DROPDOWN LINKS */
.nav-menu ul li a {
  padding: 8px 12px;
  display: block;
  color: #fff;

  background-color: #01476b;
  transition: 0.3s;
}

/* HOVER EFFECT (INDIVIDUAL ITEM ONLY) */
.nav-menu li:hover > a {
  background-color: #0077b5;
  color: #fff;
}

.nav-menu ul li a:hover {
  background-color: #0077b5;
  color: #fff;
}

/* SUBMENU (LEVEL 2) */
.nav-menu ul ul {
  left: 100%;
  top: 0;
}

/* ACTIVE PAGE (UNDERLINE) */
.nav-menu a.active {
  border-bottom: 2px solid #00486b;
  padding-bottom: 7px;
}

.menu-has-children a.active {
  border-bottom: 2px solid #fff;
  padding-bottom: 7px;
}
@media (max-width: 1024px) {
  #nav-menu-container {
    /*padding-right: 60px;*/
    display: inline;
      
  }
  .nav-menu > li > a {
    font-size: 12px!important;
     padding: 8px 4px;

      
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  /* margin: 20px 20px 0 0; */
  margin: 20px -38px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  /* color: #01476b; */
  color: #cf1818;
  margin-top: 12px;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #18d26e;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: orange;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #18d26e;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #18d26e;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Sections Header ---*/

.section-header h3 {
  font-size: 32px;
  color: #00486b;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 0px;
  padding-top: 20px;
}

.section-header p {
  text-align: justify;
  padding-bottom: 30px;
  color: #000;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f7f7f7;
}

.features-wrapper {
  padding: 25px 0;
  background: linear-gradient(135deg, #f0f4f7 0%, #ffffff 100%);
}

.features-header h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 35px;
  color: #0d2c54;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.features-card {
  background: #ffffff;
  padding: 40px 45px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  transition: 0.4s ease-in-out;
  border: 2px solid transparent;
}

.features-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
  /* border-color: #0077b5; */
}

.features-list {
  padding-left: 22px;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
}

.features-list li {
  margin-bottom: 12px;
  padding-left: 5px;

  /* .feature-list li:before {
  } */
}

/* ---------- LARGE LAPTOP (max 1440px) ---------- */
@media (max-width: 1440px) {
  .features-card {
    padding: 35px 40px;
  }
  .features-header h3 {
    font-size: 30px;
  }
}

/* ---------- LAPTOP (max 1280px) ---------- */
@media (max-width: 1280px) {
  .features-header h3 {
    font-size: 28px;
  }
  .features-card {
    padding: 32px;
  }
  .features-list {
    font-size: 18px;
  }
}

/* ---------- SMALL LAPTOP / BIG TABLET (max 1024px) ---------- */
@media (max-width: 1024px) {
  .features-header h3 {
    font-size: 26px;
  }
  .features-card {
    padding: 28px 30px;
  }
  .features-list {
    font-size: 17px;
    line-height: 1.75;
    word-break: break-all;
  }
}

/* ---------- TABLET (max 768px) ---------- */
@media (max-width: 768px) {
  .features-wrapper {
    padding: 30px 0;
  }
  .features-header h3 {
    font-size: 24px;
  }
  .features-card {
    padding: 25px 22px;
    border-radius: 15px;
  }
  .features-list {
    font-size: 16px;
    padding-left: 18px;
    text-align: justify;
    word-break: break-all;
  }
}

/* ---------- LARGE MOBILE (max 576px) ---------- */
@media (max-width: 576px) {
  .features-header h3 {
    font-size: 22px;
  }
  .features-card {
    padding: 22px 18px;
  }
  .features-list {
    font-size: 16px;
    line-height: 1.7;
    padding-left: 15px;
    text-align: justify;
    word-break: break-all;
  }
  .features-list li {
    margin-bottom: 12px;
  }
}

/* ---------- MEDIUM MOBILE (max 450px) ---------- */
@media (max-width: 450px) {
  .features-header h3 {
    font-size: 20px;
  }
  .features-card {
    padding: 18px 16px;
  }
  .features-list {
    font-size: 14px;
    text-align: justify;
    word-break: break-all;
  }
}

/* ---------- SMALL MOBILE (max 380px) ---------- */
@media (max-width: 380px) {
  .features-header h3 {
    font-size: 18px;
  }
  .features-card {
    padding: 15px 12px;
    border-radius: 12px;
  }
  .features-list {
    font-size: 14px;
    padding-left: 12px;
    text-align: justify;
    word-break: break-all;
  }
  .features-list li {
    margin-bottom: 10px;
  }
}
/* About Us Section
--------------------------------*/

#about2nd {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#about2nd::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#about2nd .container {
  position: relative;
  z-index: 10;
}

#about2nd .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 38%);
  margin-bottom: 20px;
}

#about2nd .about-col .img {
  position: relative;
}

#about2nd .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about2nd .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #18d26e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about2nd .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #025580;
  transition: 0.3s;
}

#about2nd .about-col:hover .icon {
  background-color: #fff;
}

#about2nd .about-col:hover i {
  color: orange;
}

#about2nd .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about2nd .about-col h2 a {
  color: #000;
}

#about2nd .about-col h2 a:hover {
  color: orange;
}

#about2nd .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Services Section
--------------------------------*/

#services {
  background: #fff;
  background-size: cover;
  padding: 60px 0 40px 0;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #18d26e;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #18d26e;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: white;
}

#call-to-action .cta-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #dc3545;
  color: #fff;
}

#skills {
  padding: 60px 0;
}

#skills .progress {
  height: 35px;
  margin-bottom: 10px;
}

#skills .progress .skill {
  font-family: "Open Sans", sans-serif;
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: 0.9s;
}

/* Facts Section
--------------------------------*/

#facts {
  background: url("../img/facts-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 0 0;
  position: relative;
}

#facts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #18d26e;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #111;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* =====  media gallary page ===== */

/* MEDIA HEADER FIX */
.media-header {
  padding: 80px 0 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.media-containerpage {
  max-width: 1200px;
  margin: auto;
}

.media-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.media-section-header img {
  display: block;
  margin: 0 auto;
  max-width: 160px;
}

.media-header {
  position: relative;
  z-index: 2;
  padding: 80px 0 40px;
  background: #fff;
}

.donate-section-header {
  position: relative;
}

.donate-section-header img {
  display: block;
  margin: 10px auto 0;
}

.admission-section-header6 {
  padding: 130px 10px;
  margin: 0px 0px;
  padding-bottom: 4px;
  color: #00486b;
}
/* WOW FIX */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

/* WOW visibility fix */
.wow {
  visibility: hidden;
}

.wow.animated {
  visibility: visible;
}

#portfolio {
  padding: 30px 0;
  background: #f8f6ff;
}
.portfolio-item {
  padding-bottom: 40px;
}

/* Card Container */
.portfolio-wrap {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.4s ease;
  cursor: pointer;
  border: 2px solid#e5dfff;
}

.portfolio-wrap:hover {
  transform: translateY(-8px);
  border-color: #c4b1ff;
  box-shadow: 0 12px 25px rgba(120, 90, 255, 0.25);
}
/* Portfolio image wrapper */
.portfolio-wrap {
  position: relative;
  cursor: pointer;
}

/* Overlay container */
.eye-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show overlay on hover */
.portfolio-wrap:hover .eye-overlay {
  opacity: 1;
}

/* Eye icon styling */
.eye-overlay i {
      width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #333;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Hover effect on icon */
.portfolio-wrap:hover .eye-overlay i {
  transform: scale(1.1);
  background-color: #d5d5d5;
}

/* Card Image */
.card-img {
  width: 100%;
  height: 260px;

  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}

.portfolio-wrap:hover .card-img {
  transform: scale(1.05);
  filter: brightness(80%);
}

/* Text */
.portfolio-info {
  padding: 12px;
  text-align: center;
}

.portfolio-info h4 {
  font-size: 20px;
  color: #4a3ba0;
  margin-bottom: 5px;
  font-weight: 600;
}

.portfolio-info p {
  color: #000;
  font-size: 14px;
  padding: 0px !important;
  margin: 0px 0 0px 0 !important;
}

/* Dark overlay */
#portfolio .portfolio-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Eye icon container */
#portfolio .eye-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  font-size: 52px;
  color: #fff;
  opacity: 0;
  z-index: 2;
  transition: all 0.4s ease;
}

/* Glow effect */
#portfolio .eye-overlay i {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

/* Hover Effects */
#portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

#portfolio .portfolio-wrap:hover .eye-overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

#portfolio .portfolio-wrap:hover .card-img {
  transform: scale(1.1);
}


/* ===== MODAL IMAGE VIEWER ===== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

/* Image */
.modal-content {
  position: relative;
  margin: auto;
  display: block;
  max-width: min(90%, 900px);
  max-height: 85vh;
  border-radius: 20px;
  border: 3px solid #fff;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3);
  animation: fadeIn 0.4s;
  margin-top: 60px;
}

/* Close Button */
.close {
  position: fixed;
  top: 55px;
  right: 60px;
  font-size: 34px;
  color: #000;
  background: #fff;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: 0.3s;
}

.close:hover {
  transform: scale(1.2);
}

/* Navigation Buttons */
.prev,
.next {
  /* position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
    color: #000;
  background:  #d8c4ff;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
  padding: 12px;
  transition: 0.3s ease; */
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  color: #000 !important;
  background: #d8d2e399;
  padding: 4px 10px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
  padding: 0px 12px;
  transition: 0.3s ease;
}

/* Button Positions */
.prev {
  left: clamp(10px, 4vw, 60px);
}

.next {
  right: clamp(10px, 4vw, 60px);
}

/* Hover */
.prev:hover,
.next:hover {
  transform: translateY(-50%);
  /* color: #d8c4ff; */
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Always show eye icon on mobile */

@media (max-width: 768px) {
  #portfolio .eye-overlay {
    opacity: 1 !important;
    transform: translate(-50%, -50%) scale(1) !important;
  }

  #portfolio .portfolio-wrap::before {
    opacity: 0.25;
  }

  #portfolio .eye-overlay i {
   width: 40px;
        height: 40px;
        font-size: 17px;
        background: #d5d5d5;
   
  }
}

@media (max-width: 600px) {
    #portfolio{
        padding:0px 0px;
    }
  .modal-content {
    max-width: 95%;
    max-height: 70%;
  }
  .prev,
  .next {
    font-size: 22px;
  }
  .close {
    font-size: 24px !important;
    top: 17px;
    right: 12px;
  }
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Testimonials Section
--------------------------------*/

#testimonials {
  padding: 60px 0;
}

#testimonials .section-header {
  margin-bottom: 40px;
}

#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  /*background-color: #ddd;*/
}

#testimonials .owl-dot.active {
  background-color: orange;
}

/* Team Section
--------------------------------*/

#team {
  background: #fff;
  padding: 35px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/

#contact {
  padding: 40px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #18d26e;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #18d26e;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #18d26e;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*-----Footer------*/

#footer {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  color: #e0e0e0;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7cb342 0%, #4a90e2 50%, #f39c12 100%);
}

#footer .footer-main {
  padding: 20px 0 15px 0;
}

/* Footer About Section */
#footer .footer-about {
  padding-right: 0px;
}

#footer .footer-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* margin-top: -5px; */
}

#footer .footer-logo-img {
  width: 80px;
  height: 62px;
  margin-left: -15px;
  border-radius: 10px;
  margin-top: -14px;
  margin-bottom: -12px;
}

#footer .footer-logo h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  padding-left: 0px;
}

#footer .footer-description {
  font-size: 14px;
  line-height: 1.8;
  color: #f0ecec;
  margin-bottom: 25px;
  margin-top: 0px;
}

/* Social Icons */
#footer .footer-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#footer .social-icon {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 15px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

#footer .social-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

#footer .social-icon.facebook:hover {
  background: #1877f2;
}

#footer .social-icon.linkedin:hover {
  background: #0077b5;
}

#footer .social-icon.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

#footer .social-icon.twitter:hover {
  background: #1da1f2;
}

/* Footer Links */
#footer .footer-links h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}

#footer .footer-links h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #da2727 25%, #4a90e2 100%);
  border-radius: 2px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul li {
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

#footer .footer-links ul li:hover {
  transform: translateX(5px);
}

#footer .footer-links ul li a {
  color: #f0ecec;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}

#footer .footer-links ul li a i {
  margin-right: 8px;
  font-size: 12px;
  color: #7cb342;
}

#footer .footer-links ul li a:hover {
  color: #fff;
}

/* Footer Contact */
#footer .footer-contact h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 12px;
  font-family: "Open Sans", sans-serif;
}

#footer .footer-contact h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #da2727 25%, #4a90e2 100%);
  border-radius: 2px;
}

#footer .contact-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

#footer .contact-item i {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 15px;
}
#footer .contact-item i:hover {
  color: #7cb342;
}

#footer .contact-text {
  flex: 1;
}

#footer .contact-text p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  /* color: #b0b0b0; */
  color: #f0ecec;
}

#footer .contact-text a {
  color: #f0ecec;
  text-decoration: none;
  transition: all 0.3s ease;
}

#footer .contact-text a:hover {
  color: #7cb342;
}

/* Footer Bottom */
#footer .footer-bottom {
  background: rgba(0, 0, 0, 0.3);
  padding: 0px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: -28px;
}

#footer .copyright-text {
  margin: 0;
  font-size: 14px;
  padding: 8px 0px;
  color: #f0ecec;
}
#footer .developer-text {
  margin: 0;
  font-size: 14px;
  color: #f0ecec;
  padding: 8px 28px;
  margin-right: 78px!important;
      
}

#footer .copyright-text a,
#footer .developer-text a {
  color: #7cb342;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

#footer .copyright-text a:hover,
#footer .developer-text a:hover {
  color: #fff;
}

/* Responsive Design */
@media (max-width: 991px) {
  #footer .footer-main {
    padding: 50px 0 30px 0;
  }

  #footer .footer-about {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #footer .footer-main {
    padding: 40px 0 20px 0;
  }

  #footer .footer-logo h3 {
    font-size: 20px;
    text-align: start;
  }

  #footer .footer-links h4,
  #footer .footer-contact h4 {
    font-size: 16px;
  }

  #footer .footer-bottom {
    padding: 0px 0;
  }

  #footer .footer-bottom .col-md-6 {
    margin-bottom: 10px;
  }

  #footer .copyright-text,
  #footer .developer-text {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  #footer .footer-logo {
    flex-direction: column;
    text-align: center;
  }

  #footer .col-md-6 {
    margin-bottom: 0px !important;
  }

  #footer .footer-logo-img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  #footer .footer-social {
    justify-content: center;
  }

  #footer .contact-item {
    flex-direction: column;
    text-align: start !important;
  }

  #footer .contact-item i {
    margin-right: 0;
    margin-bottom: 10px;
  }
    #footer .developer-text{
        padding:0px!important;
        margin:0px!important;
    }
}

#facebook {
  overflow: auto !important;
  height: 425px !important;
  width: 100%;
}

#twitter {
  overflow: auto !important;
  height: 400px !important;
  width: 100%;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 26px !important;
    /* padding-left: 42px !important;
    margin-top: 72px !important; */
  }

  #intro p {
    width: 60%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    /* padding-right: 16px; */
    /* padding-right: 8px; */
    margin-top: -12px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
    margin-top: 20px !important;
  }
}
@media (max-width: 320px) {
  #mobile-nav-toggle {
    display: inline;
    margin-top: 12px !important;
  }

  span .text {
    color: #01476b;
    margin-left: 26px !important;
    font-size: 19px !important;
    font-weight: 550;
  }
}

td,
th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 15px;
}

.donate {
  height: 30px;
  background-color: red;
}
.donate:hover {
  background-color: orange;
}

.reg {
  border: 1px solid black;
}

.head5 {
  -webkit-animation: head5_animate 1s infinite;
  -moz-animation: head5_animate 1s infinite;
  animation: head5_animate 1s infinite;
}
@-webkit-keyframes head5_animate {
  50% {
    color: white;
  }
  100% {
    color: orange;
  }
}
@-moz-keyframes head5_animate {
  50% {
    color: white;
  }
  100% {
    color: orange;
  }
}
@keyframes head5_animate {
  50% {
    color: white;
  }
  100% {
    color: orange;
  }
}

/*-------- Intro Section------------*/

#intro {
  display: table;
  width: 100%;
  height: 93vh;
  /*background: #000;*/
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 3%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

#slider-animation {
  max-height: 550px;
}
.heading-box h2 {
  width: 100%;
  color: red;
}
h2,
p {
  color: #fff;
}
.carousel-item img {
  width: 100%;
}
.text-box {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  color: #000;
  transform: translateY(-50%);
}

.number {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #025580;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
}

.number i {
  font-size: 43px;
  color: #025580;
  margin-bottom: 15px;
}

.number h3 {
  font-size: 33px;
}

.number span {
  color: #025580;
  font-weight: 700;
}

.number:hover {
  border-color: #025580;
}

/*home-btn*/

.wp-side-menu {
  font-family: "Open Sans", sans-serif;
  position: fixed;
  top: 55%;
  right: 0;
  z-index: 10001;
}
.wp-side-menu-item:not(:last-child) {
  margin-bottom: 0;
  text-decoration: none;
}
.wp-side-menu-item {
  position: absolute;
  cursor: pointer;
  width: 280px;
  height: 45px;
  right: -250px;
  line-height: 0;
  -webkit-transition: 400ms all linear;
  transition: 400ms all linear;
  margin: 1px;
  padding: 5px;
  padding-top: 15px;
  padding-left: 10px;
}
.wp-side-menu-item {
  background-color: #dc3545;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  /*color:orange;*/
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon2 {
  font-size: 24px !important;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: 400ms all linear;
  transition: 600ms all linear;
  padding: 5px 0;
}
.icon2 {
  color: #ffffff;
  background-color: #00494f;
}
.wp-side-menu-item span {
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-left: 2px;
  padding: 5px 0;
}
.wp-side-menu-item span {
  color: #ffffff;
}
.wp-side-menu-item:hover {
  right: -100px;
}
.wp-side-menu-item:hover {
  background: #dc3545;
}
/*index-page-Image-hover*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  padding-top: 20px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.buton_size {
  font-size: 12px !important;
}

.box1 {
  background-image: url(../img/bg_contact.png);
  color: #000;
  border: 1px #ccc dotted;
  font-size: 14px;
}
.box-part {
  background: #fff;
  border-radius: 0;
  padding-top: 30px;
  height: 240px;
  line-height: 18pt;
}
#trainingandtheorapy {
  width: 450px;
  float: left;
  padding: 5px;
  background: #fff;
  box-shadow: 5px 4px #cac9c9;
  text-align: center;
  margin: 50px;
  color: #000;
  margin-top: 10px;
}
#trainingandtheorapy1 {
  color: #000;
}
.blog .card {
  position: relative;
  /* height: 500px; */
  box-shadow: 5px 5px 20px;
  overflow: hidden;
  background: linear-gradient(
    90deg,
    rgba(235, 134, 75, 1) 0%,
    rgba(255, 173, 120, 1) 50%,
    rgba(245, 122, 43, 1) 100%
  );
  cursor: pointer;
}

.subtitle {
  margin: 10px;
}

.blog .intro {
  position: absolute;
  height: 88px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
  color: #fff;
  background-color: rgb(16 15 15 / 89%);
  transition: 0.4s ease-in-out;
}

.blog .card:hover .intro {
  height: 280px;
  bottom: 0;
  background-color: rgb(0 0 0 / 63%);
}

.blog .card:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.blog img {
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.blog .text-h1 {
  margin: 0px;
  text-transform: uppercase;
  font-size: 28px;
}

.blog .text-p {
  opacity: 1;
  visibility: visible;
  letter-spacing: 1.3px;
  font-size: large;
}
.member img {
  width: 100%;
  height: 151px;
}

/* Addmission Page CSS start */
.hero {
  background: url("/img/futureplan.jpg") center/cover;
  padding: 144px 20px;
  text-align: center;
  color: white;
  position: relative;
  margin-top: 80px;
  object-fit: cover;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.hero-content {
  position: relative;
  z-index: 2;
}
.btn-primary,
.btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  margin-top: 15px;
  transition: 0.3s;
}
.btn-primary {
  background: #ff4757;
  color: white;
}
.btn-primary:hover {
  background: #e84118;
}
.btn-secondary {
  background: #3742fa;
  color: white;
}
.btn-secondary:hover {
  background: #1e3799;
}

.about,
.form-section {
  padding: 0px 20px;
  text-align: center;
}

.admission-containerpage {
  text-align: center;
  padding-bottom: 6px;
  background: #fff;
}
.add-h3 {
  color: #00486b;
}
/* MOBILE ICON */
#mobile-nav-toggle {
  display: none;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: block;
    position: fixed;
    right: 20px;

    top: 0px;
    z-index: 9999;
    margin: -60px;
  }
}

/* btn-primary */
html {
  scroll-behavior: smooth;
}
#admissionTitle {
  scroll-margin-top: 140px;
}

.highlight-title {
  animation: glow 1.5s ease;
}

@keyframes glow {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: transparent;
  }
}
/* ACTIVE MENU */

.menu-active {
  color: #ff5e14 !important;
  font-weight: 600;
}

.admission-section-header {
  padding: 12px;
  margin: 0px 0px;
  padding-bottom: 4px;
}

.services {
  padding: 40px 20px;
  background-color: #f9fafc;
  padding-top: 0px;
}

.service-grid {
  max-width: 1100px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.service-card {
  background-color: #ffffff;
  padding: 15px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 450;
  border: 2px solid #b8b8b8;
  border-radius: 12px;
  transition: all 0.3s ease;
  /*box-shadow: 0 8px 20px rgb(0 0 0 / 27%);*/
  color: #000;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: #0b4c8c;
  box-shadow: 0 12px 30px rgba(79, 70, 229, 0.15);
  color: #e93d3d;
}

/* Tablet */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    padding: 30px 15px;
    font-size: 16px;
  }
}

/* =========================
   ADMISSION FORM CARD
   ========================= */

.admissionform-card-wrapper {
  max-width: 1100px;
  margin: 0px auto 0;
  padding: 28px;
}

/* Card Look */
.admissionform-form {
  background: #ffffff;
  border: 2px solid #025580;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

/* Title spacing inside card */
.admissionform-title {
  margin: 25px 0px;
  color: #0d2c54;
  margin-bottom: 12px;
}
.admissionform-group {
  color: #000;
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .admissionform-card-wrapper {
    padding: 15px;
  }

  .admissionform-form {
    padding: 25px;
    border-radius: 12px;
    margin: 15px !important;
  }
}

.admissionform-form {
  max-width: 1100px;
  margin: auto;
  padding-top: 0px;
  margin-top: 5px;
  margin-bottom: 40px;
}

.admissionform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  color: #000;
}

.admissionform-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #0d2c54;
  font-size: 17px;
}
.admissionform-group input,
.admissionform-group textarea {
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.admissionform-group input:focus,
.admissionform-group textarea:focus {
  border-color: #444;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}

.admissionform-full {
  grid-column: span 2;
}

/* Checkbox layout */
.admissionform-checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.admissionform-checkbox-grid label {
  font-size: 14px;
  color: #000;
}
.admissionform-submit-btn {
  display: block;
  width: auto;
  margin: 35px auto 0;
  padding: 10px 40px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.admissionform-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

/* Responsive */
@media (max-width: 768px) {
  .admissionform-grid,
  .admissionform-checkbox-grid {
    grid-template-columns: 1fr;
  }
  .admission-form {
    margin: 15px;
  }

  .admissionform-full {
    grid-column: span 1;
  }
}

/* ===== Target Section ===== */
.target {
  padding: 0px 0px;
  background-color: #f9fafc;
  padding-left: 125px;
}

/* Container */
.target-container {
  max-width: 1200px;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 85px;
  padding: 0px 48px;
}

/* ===== Left Side ===== */
.target-left {
  width: fit-content;
}

.target-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.target-left ul li {
  background-color: #ffffff;
  padding: 12px 22px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  border-left: 5px solid #e2562c;
  border-radius: 8px;
  white-space: nowrap;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  color: #000;
}

.target-left ul li:hover {
  transform: translateX(6px);
  background-color: #eef2ff;
}

/* ===== Right Side ===== */
.target-right {
  /* flex: 1; */
  display: flex;
  justify-content: center;
}

.target-right img {
  width: 100%;
  max-width: 770px;
  height: 450px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease;
}

.target-right img:hover {
  transform: scale(1.04);
}
@media (max-width: 1024px) {
  .admissionform-form {
    margin: 5px 15px !important;
    border: 2px solid #025580;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .target-right img {
    height: 360px;
  }
  .admission-section-header h3 {
    font-size: 30px;
  }
}

/* Laptop */
@media (max-width: 992px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .target-right img {
    height: 360px;
  }
  .admission-section-header h3 {
    font-size: 30px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  .hero {
    padding: 110px 16px;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .target-container {
    flex-direction: column;
    gap: 30px;
  }

  .target-right img {
    height: 300px;
  }

  .admission-section-header h3 {
    font-size: 26px;
  }

  .admissionform-grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .hero {
    padding: 90px 14px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    font-size: 16px;
    padding: 16px 11px;
  }

  .btn-primary,
  .btn-secondary {
    font-size: 14px;
    padding: 10px 20px;
  }

  .target-right img {
    height: 260px;
  }

  .admission-section-header h3 {
    font-size: 22px;
  }
  .admissionform-title {
    font-size: 22px;
  }
  .admissionform-group label {
    font-size: 16px;
  }
  .target-left ul li {
    font-size: 16px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .hero {
    padding: 75px 12px;
  }
  .target-container {
    padding: 0px 20px;
  }

  .target-right img {
    height: 220px;
  }

  .admission-section-header h3 {
    font-size: 24px;
  }

  .admissionform-submit-btn {
    display: block;
    width: auto;
    margin: 24px auto 0;
    padding: 12px 28px;
    font-size: 14px;
  }
}

/* photo gallary page css start */

.photo-containerpage {
  text-align: center;
  padding-top: 60px;
  background: #f3f5f3;
}

.photo-section-header {
  padding: 18px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.photo-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00486b;
}

.photo-section-divider {
  margin-top: -26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.photo-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.photo-dot-icon {
  font-size: 18px;
  color: red;
}

.portfolio-wrap figure::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Eye icon */
.portfolio-wrap .link-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  font-size: 48px; /* BIG icon */
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.4s ease;
}

/* Hover effects */
.portfolio-wrap:hover figure::before {
  opacity: 1;
}

.portfolio-wrap:hover .link-preview {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.portfolio-wrap:hover img {
  transform: scale(1.1);
}

/* Optional: Glow effect */
.portfolio-wrap .link-preview i {
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
/* ===== MODAL IMAGE VIEWER ===== */
.modal1 {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(4px);
}

.modal-content1 {
  margin: auto;
  display: block;
  max-width: 55%;
  max-height: 89%;
  border-radius: 10px;
  border: 3px solid white;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3);
  animation: fadeIn 0.4s;
  margin-top: 42px;
}
.close1 {
  position: absolute;
  top: 93px;
  right: 248px;
  font-size: 40px;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  background: #fff;
  padding: 2px 9px;
}

.close1:hover {
  transform: scale(1.2);
}

/* Navigation Buttons */
.prev1,
.next1 {
  cursor: pointer;
  position: absolute;
  top: 48%;
  padding: 10px;
  color: #000;
  font-size: 40px;
  user-select: none;
  transition: 0.3s;
}

.prev1 {
  left: 22%;
}
.next1 {
  right: 22%;
}

.prev1:hover,
.next1:hover {
  transform: scale(1.3);
  color: #000;
}

/* ==============================
   TRAINING FACILITY PAGE CSS
============================== */

.training-facilities1 {
  padding: 20px 20px;
  background: linear-gradient(135deg, #f8f9ff, #eef1ff);
}

.container {
  max-width: 1270px;
  margin: auto;
}

/* GRID */
.facilities-grid1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* CARD */
.facility-card1 {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transform: translateY(0);
  opacity: 1;
}

/* IMAGE WRAP */
.image-wrap {
  position: relative;
  padding: 15px;
  background: #f4f6fb;
}

/* IMAGE */
.image-wrap img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.6s ease;
}

/* TITLE ON IMAGE */
.image-title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  padding: 12px 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgb(0 0 0 / 35%));
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0 0 12px 12px;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 2;
}

/* OVERLAY – FULL IMAGE AREA */
.overlay {
  position: absolute;
  inset: 15px;
  background: #01476bde;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s ease, transform 0.45s ease;
  border-radius: 12px;
}

.overlay i {
  font-size: 2.6rem;
  margin-bottom: 12px;
  color: orange;
}

.overlay h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: orange;
}

.overlay p {
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 0 25px;
}

/* ==============================
   FULL CARD HOVER EFFECT
============================== */

.facility-card1:hover {
  transform: translateY(-12px);
  box-shadow: 0 32px 60px rgba(0, 0, 0, 0.2);
}

/* Hide title on hover */
.facility-card1:hover .image-title {
  opacity: 0;
  transform: translateY(10px);
}

/* Show overlay on hover */
.facility-card1:hover .overlay {
  opacity: 1;
  pointer-events: auto;
}

/* SCROLL ANIMATION */
.facility-card1.show {
  transform: translateY(0);
  opacity: 1;
}

/* ======RESPONSIVE===== */

@media (max-width: 992px) {
  .facilities-grid1 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .photo-section-header h3 {
    font-size: 24px;
  }
  .media-section-header h3 {
    font-size: 26px;
  }
  .training-facilities1 {
    padding: 40px 5px !important;
  }

  .facilities-grid1 {
    grid-template-columns: 1fr;
  }

  .image-wrap img {
    max-height: 220px;
  }

  .image-title {
    font-size: 1.1rem;
  }

  .overlay h3 {
    font-size: 1.25rem;
  }
}

/* Training And Therapy css start */

.training-facilities {
  padding: 60px 20px;
  background-color: #f9f9f9;
  font-family: "Open Sans", sans-serif;
}

.training-facilities .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.training-facilities .section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  margin-top: -8px;
}

.training-facilities .section-divider {
  display: inline-block;
  width: 60px;
  height: 3px;
  background-color: #ff9800;
  margin-bottom: 20px;
}

.facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.facility-card {
  border-radius: 12px;
  padding: 25px 20px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 35%);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  border: 1px dashed #01476b;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgb(0 0 0 / 50%);
}

.facility-number {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff9800;
  margin-bottom: 10px;
}

.facility-card p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .training-facilities .section-header h2 {
    font-size: 1.8rem;
  }

  .facility-card {
    padding: 20px 15px;
  }
}
.training-section {
  /*background: #f7f9fc;*/
  padding: 0px 0;
  /*font-family: "Montserrat", sans-serif;*/
}

.training-grid {
  margin-top: 14px;
  margin-bottom: 40px;
  /* row-gap: 30px;   
  column-gap: 20px; */
}
.col-md-6 {
  padding: 8px 18px;
  margin-bottom: 16px;
  margin-top: 0px;
}

.therapy-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: -35px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 40%);
  transition: all 0.35s ease;
  height: 100%;
  border: 2px solid #b8b8b8;
}

.therapy-card:hover {
  transform: translateY(-8px);
  /* box-shadow: 0 30px 65px rgba(0, 0, 0, 0.15); */
  box-shadow: 0 4px 15px rgb(0 0 0 / 60%);
}

.therapy-image {
  background: #eef2f7;
  /* padding: 12px 12px; */
  text-align: center;
}

.therapy-image img {
  max-width: 100%;
  max-height: 320px;
  object-fit: contain;
}

.therapy-content {
  padding: 12px;
}

.therapy-content h4 {
  color: #00486b;
  font-weight: 700;
  margin-bottom: 4px;
  padding: 0px 0px 0px 0px;
  font-size: 20px;
}

.therapy-content p {
  color: #000;
  padding: 4px;
  word-spacing: -2px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: justify;
  font-size: 14px;
}

@media (max-width: 991px) {
  .therapy-content {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .therapy-content {
    padding: 15px 5px;
    font-size: 15px;
  }

  .therapy-content p {
    font-size: 14px;
    padding: 15px 5px;
    word-break: break-all;
  }
}

/* future plan page css */
/* Container */
.future-container {
  padding: 60px 15px;
  /* font-family: "Segoe UI", sans-serif; */
  font-family: "Open Sans", sans-serif;
}

/* Header */
/* .future-header {
  text-align: center;
  margin-bottom: 40px;
}

.future-header-inner h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b4c8c;
  text-transform: uppercase;
      /* margin-top: 100px; *
}

.future-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.future-line {
  width: 60px;
  height: 2px;
  background-color: #0b4c8c;
}

.future-dot {
  margin: 0 12px;
  color: red;
  font-size: 16px;
} */

/* Content */
.future-content {
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  padding: 10px 50px 0px 60px;
}

/* Text */
.future-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background: #f4f8fc;
  padding: 25px;
  border-left: 4px solid #0b4c8c;
  border-radius: 6px;
}

/* Image */
.future-image {
  text-align: center;
  margin-top: 20px;
}

.future-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.future-image img:hover {
  transform: scale(1.03);
}

/* Responsive */
@media (max-width: 768px) {
  .future-content {
    padding: 0 !important;
  }
  .future-text p {
    margin-bottom: 25px;
    text-align: justify;
  }

  .future-header-inner h3 {
    font-size: 24px;
  }
}

/* appeltodoner css start */
#contact1 {
  background: #fff;
  padding: 0 90px;
}

.contact-container {
  max-width: 1200px;
  margin: auto;
  padding: 60px 15px;
  font-family: "Montserrat", sans-serif;
}

/* =======================
   HEADER
======================= */
.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header-inner h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b4c8c;
  text-transform: uppercase;
}

/* =======================
   DIVIDER
======================= */
.contact-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.contact-line {
  width: 60px;
  height: 2px;
  background-color: #0b4c8c;
}

.contact-dot {
  margin: 0 12px;
  color: #f4b400;
  font-size: 16px;
}

/* =======================
   CONTENT
======================= */
.contact-content {
  display: flex;
  justify-content: center;
}

.contact-text1 {
  width: 100%;
  max-width: 1200px;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  /*box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);*/
  box-shadow: 0 10px 25px rgb(0 0 0 / 35%);
}

.contact-text1 p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  margin-bottom: 10px;
  /*font-family: "Montserrat", sans-serif;*/
}

/* Thanks Text */
.contact-thanks {
  font-weight: 600;
  color: #0b4c8c;
  text-align: center;
  margin-top: 25px;
}

/* =======================
   RESPONSIVE BREAKPOINTS
======================= */

/* Tablets */
@media (max-width: 992px) {
  #contact1 {
    padding: 0 40px;
  }

  .contact-header-inner h3 {
    font-size: 26px;
  }

  .contact-text1 {
    padding: 25px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #contact1 {
    padding: 0 20px;
  }

  .contact-container {
    padding: 40px 10px;
  }

  .contact-header-inner h3 {
    font-size: 22px;
  }

  .contact-text1 {
    padding: 20px;
  }

  .contact-text1 p {
    font-size: 15px;
    line-height: 1.7;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  #contact1 {
    padding: 0 12px;
  }

  .contact-header-inner h3 {
    font-size: 20px;
  }

  .contact-dot {
    font-size: 14px;
  }
}

/* working page css start */

.work-containerpage {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 6px;
}

.work-section-header {
  padding: 12px;
  margin: 0px 0px;
  padding-bottom: 0px;
}

.work-section-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  margin-top: 40px;
}
.work-section-headerr h3 {
  font-size: 32px;
  font-weight: 700;
  color: #00345c;
  margin-top: 75px;
}

.work-section-divider {
  margin-top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.work-line {
  width: 65px;
  height: 3px;
  background: #00345c;
}

.work-dot-icon {
  font-size: 18px;
  color: red;
}

/* =======================
   WORKING SECTION
======================= */
#working-content {
  background: #ffffff;
  padding: 0 90px;
}

.working-section {
  padding: 70px 0;
  /*font-family: "Montserrat", sans-serif;*/
}

/* =======================
   HEADER
======================= */
.working-header {
  text-align: center;
  margin-bottom: 40px;
}

.working-header-inner h3 {
  font-size: 28px;
  font-weight: 600;
  color: #0b4c8c;
  text-transform: uppercase;
}

.working-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.working-line {
  width: 60px;
  height: 2px;
  background: #0b4c8c;
}

.working-dot {
  margin: 0 12px;
  color: #f4b400;
  font-size: 16px;
}

/* =======================
   MAIN CONTENT CARD
======================= */
.working-main-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 50px;
}

.working-text p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 14px;
  text-align: justify;
}

/* =======================
   WORKING CARDS GRID
======================= */
.working-cards-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  justify-items: center;
}

/* Card */
.working-card {
  width: 100%;
  max-width: 300px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(56, 73, 185, 0.28);
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding-bottom: 10px;
  margin-bottom: 18px;
}

/* Card Image */
.working-card img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  display: block;
}

/* Card Title */
.working-card h4 {
  font-size: 16px;
  color: #0b4c8c;
  margin: 12px 10px;
}

/* Hover */
.working-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(56, 73, 185, 0.35);
}

/* =======================
   CENTER LAST 2 CARDS
   (DESKTOP ONLY)
======================= */
.working-card:nth-child(4) {
  grid-column: 1 / 2;
}

.working-card:nth-child(5) {
  grid-column: 2 / 3;
}

/* =======================
   RESPONSIVE BREAKPOINTS
======================= */

/* Large Laptop */
@media (max-width: 1200px) {
  #working-content {
    padding: 0 60px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  #working-content {
    padding: 0 40px;
  }

  .working-cards-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .working-card:nth-child(4),
  .working-card:nth-child(5) {
    grid-column: auto;
  }
}

/* Mobile */
@media (max-width: 768px) {
  #working-content {
    padding: 0 20px;
  }

  .working-section {
    padding: 50px 0;
  }

  .working-header-inner h3 {
    font-size: 22px;
  }

  .working-text p {
    font-size: 15px;
    line-height: 1.7;
    word-break: break-word;
  }

  .working-card img {
    height: 260px;
  }

  .working-cards-row {
    gap: 20px;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .work-section-header {
    padding: 6px;
    margin: 0px 0px;
    padding-bottom: 8px;
  }
  .work-section-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #00345c;
  }
  #working-content {
    padding: 0 12px;
  }

  .working-cards-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .working-main-card {
    padding: 20px;
  }

  .working-card img {
           height: 282px;

  }

  .working-text p {
    word-break: break-all;
    overflow-wrap: break-word;
  }
}

/* way to give page css start */
.donations-section {
  width: 100%;
  padding: 6px 0px;
}

.donations-text {
  max-width: 1000px;
  margin: auto;
}

.donations-list {
  padding-left: 1.2rem;
  text-align: justify;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.6;
  color: #000;
  font-size: clamp(0.85rem, 2.5vw, 1rem);
}

.donations-list li {
  margin-bottom: 0.8rem;
}

/* Small screens */
@media (max-width: 375px) {
  .donations-list {
    font-size: 0.8rem;
    padding-left: 1rem;
    word-break: break-all;
  }
}
@media (max-width: 480px) {
  .donations-list {
    font-size: 0.8rem;
    padding-left: 1rem;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .donations-list {
    font-size: 0.9rem;
  }
}

/* Large screens */
@media (min-width: 1200px) {
  .donations-list {
    font-size: 1rem;
  }
}

/* photo-gallary css start */

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.gallery-section {
  padding: 40px 80px;
  background: #f5f7fb;
}

.gallery-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

/* Grid */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

/* Card */
.gallery-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gallery-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-card:hover img {
  transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
  opacity: 1;
  /* pointer-events: auto; */
  pointer-events: none;
}

.gallery-card:hover .gallery-eye {
  opacity: 1;
  pointer-events: auto;
}

/* @media (hover: none) {
  .gallery-overlay {
    opacity: 1;
    pointer-events: auto;
  }
} */

/* /////////// */

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Card container */
.gallery-card {
  position: relative;
  overflow: hidden;
}

.gallery-overlay > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 50px;
}

/* Date */
.gallery-date {
  font-size: 15px;
  color: #f1f1f1;
  margin-bottom: 2px;
}

.gallery-date i {
  color: #ffc107;
  margin-right: 6px;
}

/* Title */
.gallery-overlay h3 {
  font-size: 15px;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}

.gallery-eye {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 0px !important;

  width: 44px;
  height: 44px;
  border-radius: 50%;

  background: rgba(60, 60, 60, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);

  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;
  line-height: 1;
  cursor: pointer;

  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);

  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
  z-index: 5;
}

/* Desktop hover */
.gallery-card:hover .gallery-eye {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(90, 90, 90, 0.75);
}

/* Mobile & tablet – always visible */
@media (max-width: 991px) {
  .gallery-eye {
    opacity: 1;
  }
}

/* ================= RESPONSIVE ================= */

/* Tablets */
@media (max-width: 992px) {
  .gallery-eye {
    opacity: 1 !important;
    pointer-events: auto;
  }
  .gallery-overlay {
    padding: 12px;
  }

  .gallery-overlay h3 {
    font-size: 15px;
  }

  .gallery-eye {
    width: 38px;
    height: 38px;
    bottom: 14px;
    right: 12px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .gallery-overlay {
    padding: 10px;
  }

  .gallery-overlay h3 {
    font-size: 14px;
  }

  .gallery-date {
    font-size: 14px;
  }

  .gallery-eye {
    width: 34px;
    height: 34px;
    bottom: 12px;
    right: 10px;
  }
}
/* ///////////// */

/* Modal */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.gallery-modal img {
  max-width: 85%;
  max-height: 80%;
  border-radius: 10px;
}

.gallery-close,
.gallery-prev,
.gallery-next {
  position: absolute;
  color: white;
  font-size: 36px;
  cursor: pointer;
  user-select: none;
}

.gallery-prev {
  left: 30px;
}

.gallery-next {
  right: 30px;
}
/* Modal */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  padding: 0;
}

.gallery-modal-content {
  width: 90%;
  max-width: 1000px;
  padding-top: 40px;
}

/* Main Image */
.gallery-main {
  position: relative;
  text-align: center;
}

.gallery-main img {
  max-width: 100%;
  max-height: 70vh;
  border-radius: 10px;
  margin-top: 20px;
}

/* Prev Next */
.gallery-prev,
.gallery-next {
  position: absolute;
  top: 50%;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  transform: translateY(-50%);
  background-color: #ffffff8a;
  padding: 5px 15px;
  border-radius: 50%;
}

.gallery-prev {
  left: 10px;
}
.gallery-next {
  right: 10px;
}

/* Close */
.gallery-close {
  position: absolute;
  top: 84px;
  right: 30px;
  right: 15px;
  font-size: 28px;
  color: #000;
  cursor: pointer;
  background-color: #ffffffcc;
  padding: 0px 12px;
  border-radius: 50%;
}

/* Thumbnails container */
.gallery-thumbs {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 5px 0;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Thumbnail images */
.gallery-thumbs img {
  width: 30px;
  height: 55px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}

.gallery-thumbs img.active,
.gallery-thumbs img:hover {
  opacity: 1;
  transform: scale(1.05);
  border: 2px solid #fff;
}

/* Responsive */

@media (min-width: 1200px) {
  .gallery-grid {
    max-width: 1300px;
    gap: 30px;
  }

  .gallery-card img {
    height: 260px;
  }
}
@media (max-width: 1199px) {
  .gallery-section {
    padding: 40px 40px;
  }

  .gallery-card img {
    height: 240px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery-card:hover .gallery-eye {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (max-width: 991px) {
  .gallery-section {
    padding: 30px 30px;
  }

  .gallery-title {
    font-size: 26px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .gallery-main img {
    max-height: 65vh;
  }

  .gallery-prev,
  .gallery-next {
    font-size: 18px;
    padding: 6px 14px;
  }

  .gallery-close {
    font-size: 22px;
    padding: 2px 12px;
    z-index: 4;
    top: 250px;
  }

  .gallery-card img {
    height: 220px;
  }

  .gallery-overlay h3 {
    font-size: 15px;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .photo-containerpage {
    padding-top: 25px;
  }
  .gallery-main img {
    max-height: 55vh;
  }

  .gallery-prev,
  .gallery-next {
    font-size: 12px;
    padding: 5px 10px;
  }

  .gallery-close {
    font-size: 18px;
    padding: 0px 8px;
    top: 110px;
  }
  .gallery-section {
    padding: 25px 20px;
  }

  .gallery-title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card img {
    height: 210px;
  }

  .gallery-eye {
    padding: 10px 12px;
    font-size: 16px;
  }

  .gallery-overlay h3 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .gallery-main img {
    max-height: 50vh;
  }

  .gallery-thumbs img {
    height: 55px;
  }
  .gallery-section {
    padding: 20px 15px;
  }

  .gallery-card img {
    height: 190px;
  }

  .gallery-overlay h3 {
    padding: 0px;
    font-size: 12px;
  }
  .photo-section-header img {
    margin-top: -25px !important;
    margin-left: 0px !important;
  }
}
