*/ body {
  color: #000000;
  padding-top: 80px; /* Adjust based on the header height */
}  
p{
  color:#01295f;
}
html {
  scroll-behavior: smooth;
}
span{
  color:#000000
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: #29378fba;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h6
{
 font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
  color: #01295f;
}
h5{
  font-family: "Playfair Display", serif !important;
  font-optical-sizing: auto;
}


#main {
  background-color: #ffffff; 
}
.row-height{
  height: 300px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #000000;
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(162, 162, 162);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  left: 0;
  width: 100%;
  z-index: 997;
  transition: top 0.5s ease-in-out; /* Smooth transition when hiding/showing */
  background:transparent;
}

#header.header-scrolled {
  background-color: #01295f;
}
.logo img.logo-img {
  max-width: 50px;
  height: auto;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  max-height: 500px;
}

#header img {
  padding: 0;
  margin: 0;
  width: 20%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .navbar ul {
    flex-direction: column;
    display: none;
  }

  .navbar ul.active {
    display: flex;
  }

  .burger {
    display: block;
    cursor: pointer;
  }
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  color: #01295f;
  display: flex;
  border-radius: 5px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
  text-decoration: none;
}

.navbar a:hover {
  text-decoration: underline solid #01295f;
  text-decoration-thickness: 3px;
  color: white;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.social-icons {
  list-style: none;
  display: flex;
  margin-left: 20px;
  justify-content: center;
}

.social-icons li {
  margin: 0 0px;
}

.social-icons a {
  color: #fff;
  font-size: 14px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-icons a:hover {
  color: #01295f;
  transform: scale(1.2);
}

/* Default: Hide the mobile nav toggle on desktop screens */
.mobile-nav-toggle {
  display: none;
}

/* Show only on mobile screens (≤991px) */
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1100; /* Ensure it's above the navbar */
  }

  .navbar {
    background-color: #01295f; /* Set background color for mobile navbar */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Ensure it's above other elements */
    padding: 15px 0;
    display: none;
  }

  .navbar.active {
    display: block; /* Show navbar when active */
  }

  .navbar ul {
    display: none;
    padding: 15px 0;
    width: 100%;
    text-align: center;
  }

  .navbar.active ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  /* Ensure the close ("X") button replaces the burger menu when open */
  .mobile-nav-toggle.active {
    content: "\f00d"; /* FontAwesome X icon, update based on your icon set */
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
 width: 100%;
  height: 90vh;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.237), transparent), url("/assets/img/Hero_images_/NewHeroImg.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #fff;
}

#hero .hero-container {
  position: absolute;
  inset: 0;  /* Shorter way to write top: 0; bottom: 0; left: 0; right: 0 */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  line-height: 56px;
  color: #fff;
  text-shadow: -1px 0 2px #000000;
  padding: 10px 25px 0px 10px
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 100;
  text-shadow: -1px 0 2px #000000;
}

#hero .btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.15);
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #000000;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  z-index: -1;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f8fbfd;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: violet;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about { 
  background-color: #fff;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;

}

.about .container {
  position: relative;
  z-index: 10;
  
}

.about .content {
  padding: 30px 30px 30px 0;
    text-align:center;
  
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #283890;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  display: inline-block;
  background: #000000;
  padding: 6px 44px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  position: relative;
}

.about .content .about-btn {
  font-size: 18px;
  position: absolute;
  right: 18px;
  top: 9px;
}

.about .content .about-btn:hover {
  background: #000000;
  transition: 2s;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #000000;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
.img-container{
  display: grid;
  align-items: center;
  
}
/*--------------------------------------------------------------
# Core Values
--------------------------------------------------------------*/
.core-values {
  background: #fff; /* Optional background for better visibility */
}

.core-values .value-box {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}



.core-values .value-box p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.core-values .value-box:hover {
  transform: translateY(-5px);
}

.core-values img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: white;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #67b0d1;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 24px;
  line-height: 1;
  color: #67b0d1;
  transition: all 0.3s ease-in-out;
}
.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #ffffff;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}
.services-card{
  padding-inline:15vw;
}
/* Adjust card size for smaller screens */
@media (max-width: 768px) {
  .service-card {
      width: 90%; /* Smaller width */
      margin: 0 auto 20px auto; /* Center and add spacing */
      padding: 10px; /* Reduce padding */
  }

  .service-card img {
      width: 70%; /* Shrink images */
      height: auto;
      margin-bottom: 0px; /* Add space below image */
  }

  .service-card .card-title {
      font-size: 1.2rem; /* Adjust title size */
  }

  .service-card .card-text {
      font-size: 0.9rem; /* Adjust text size */
      color: white;
  }
  #service-cards .row {
      margin: 0; /* Remove row margin for better fit */
      
  }
}

/* Extra small screen adjustments */
@media (max-width: 576px) {
  .service-card {
      width: 100%; /* Take full width */
  }

  .service-card img {
      width: 100%; /* Further reduce image size */
  }
}
/* Service Card Styling */
.services-card img {
  max-width: 100%; /* Ensures the image scales within its container */
  height: auto; /* Maintains aspect ratio */
  object-fit: cover; /* Ensures proper cropping for images */
  border-radius: 5px; /* Optional: Smooth edges for images */
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .services-card .card-img-top {
    height: 200px; /* Reduce image height on smaller screens */
  }
}

@media (max-width: 576px) {
  .services-card .card-img-top {
    height: 150px; /* Further reduce image height on extra-small screens */
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}

.counts .count-box {
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 44px;
  color: #67b0d1;
  float: left;
  line-height: 0;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #283890;
  margin-left: 60px;
}

.counts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "poppins", sans-serif;
  font-size: 14px;
  color: #49788c;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #49788c;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #6e9fb4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(103, 176, 209, 0.8), rgba(103, 176, 209, 0.8)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "poppins", 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 rgba(255, 255, 255, 0.5);
  color: #fff;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
/* Services Section */
section {
  background-color: #fff; /* Section background */
}

.card {
  transition: transform 0.3s, box-shadow 0.3s; /* Smooth hover effect */
  
}

.card:hover {
  transform: translateY(-10px); /* Lift effect */
  box-shadow:0 10px 20px #01295f;
}

.card-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
  color: #01295f;
}

.card-text {
  color: #000000; /* Subtle text color */
  padding:30px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ecf5f9;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #67b0d1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(103, 176, 209, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(103, 176, 209, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #283890;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #283890;
}

.custom-btn {
  padding: 5px 50px;
  font-size: 18px;
  border-radius: 8px;
  border-color: white;
  background-color: #01295f;
}
.contact .custom-btn {
  position: relative;
  padding: 5px 50px;
  font-size: 18px;
  border-radius: 8px;
  border-color: white;
  background-color: #01295f;
  color: white;
  border: none;
  left:60%;
}
@media screen and (max-width: 425px) {
  .contact .custom-btn {
    position: relative;
    padding: 5px 50px;
    font-size: 18px;
    border-radius: 8px;
    border-color: white;
    background-color: #01295f;
    color: white;
    border: none;
    left: 50%;
  }
}

#custom-btn{
  text-align: center;
}
.custom-btn:hover {
  border-color: #01295f;
  border-style:solid;
  border-width: 2px;
  border-radius: 8px;
  color: #01295f;
  background-color: rgb(255, 255, 255);

}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

.portfolio-details .portfolio-description p {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #283890;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #283890;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #283890;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .g-4{
  justify-content: center;
}
/* Team member styling */
.team .container{
  display: grid;
  justify-content: center;
  align-items: center;

  
}

.team .member {
  text-align: center;
  position: relative;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  position: absolute;
  top: 85%;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 95px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 300px; /* Expands smoothly on hover */
  
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b1cbd7;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  transition: color 0.3s;
  color: #52869d;
}

.team .member .social a:hover {
  color: #67b0d1;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Responsive handling for member cards */
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/* General Team Section Styling */
.team {
  padding: 50px 0; /* Spacing around the team section */

}

/* Team Member Card Styling */
.team-member {
  background: #ffffff; /* Card background */
  border-radius: 10px; /* Smooth corners */
  border: 1px solid #01295f;
  transition: transform 0.3s, box-shadow 0.3s; /* Hover effects */
}

.team-member:hover {
  transform: translateY(-10px); /* Lift effect */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover */
}

/* Team Member Image */
.team-member img {
  border-radius: 5%; /* Circular images */
  max-width: 25vw; /* Consistent image size */
  height: auto; /* Circular dimensions */
  object-fit: cover; /* Ensure images fit well */
  margin-bottom: 15px; /* Spacing below the image */
}

/* Team Member Name */
.team-member h4 {
  font-size: 25px;
  font-weight: bold;
  color: #01295f; /* Black text for the name */
  margin-bottom: 5px;
}

/* Team Member Role */
.team-member span {
  font-size: 16px;
  color: #01295f; /* Accent color for the role */
  margin-bottom: 10px;
  display: block;
}

/* Team Member Description */
.team-member p {
  font-size: 14px;
  line-height: 1.5;
  color: #000000; /* Subtle text color */
  margin-bottom: 15px;
}

/* Social Icons */
.social {
  margin-top: 15px;
}

.social a
{
  margin: 0 10px;
  font-size: 1.2em;
  color: #01295f; /* Default icon color */
  transition: color 0.3s ease;
}

.social a:hover {
  color: #000000; /* Hover color for social icons */
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #000000;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.267);
  padding: 30px;
  display: block;
  justify-content: center;
  align-items: center;
}
.row-height-contact{
  height:170px;
}
.contact .info-box i {
  font-size: 32px;
  color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #01295f;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #67b0d1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #67b0d1;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #f7da96;
  font-size: 14px;
  background-color: white; /* Add subtle background for contrast */
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin: -60px auto 15px auto; /* Adjust for centering */
  background: white;
  color: #ffffff;
  border: 2px solid #f7da96;
  text-align: center;
  padding: 30px 20px;
  border-radius: 8px; /* Smooth edges for better design */
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #f7da96;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color:#f7da96;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f7da96;
  color: #fff;
  line-height: 36px;
  margin-right: 6px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease;
}

#footer .footer-top .social-links a:hover {
  color:  #f7da96;
  background: #fff; /* Subtle background change on hover */
  border: 2px solid #f7da96;

}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color:#f7da96;
  margin-bottom: 12px;
}

#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: #f7da96;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color:#f7da96;
  transition: color 0.3s ease;
  text-decoration: none;
}

#footer .footer-top .footer-links ul a:hover {
  color: white; /* Highlight link on hover */
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px; /* Ensure this is properly applied */
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 110px);
  font-size: 14px;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background-color:#01295f
  color: #fff;
  transition: background 0.3s ease;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d350d6;
}

#footer .copyright {
  border-top: 1px solid #000000;
  text-align: center;
  padding-top: 30px;
  font-size: 13px;
  color: #000000;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px auto 30px auto;
  }

  #footer .footer-top .footer-links ul li {
    justify-content: center; /* Center align links on small screens */
  }
}
