/**
* King of Jungle Charity Foundation
* Custom Styles Based on Logo Colors
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #333333;
}

a {
  text-decoration: none;
  color: #0d7a8a;
}

a:hover {
  color: #a8256f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

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

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

.back-to-top:hover {
  background: #a8256f;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: white;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
}

#header .logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #0d7a8a;
}

#header .logo span {
  color: #a8256f;
  font-size: 18px;
  font-weight: 600;
}

#header .logo img {
  max-height: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #0d7a8a;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #a8256f;
  padding: 10px 28px;
  margin-left: 30px;
  border-radius: 50px;
  font-weight: 500;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #0d7a8a;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0d7a8a;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(13, 122, 138, 0.95);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  border-radius: 10px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #333333;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #0d7a8a;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: linear-gradient(
    135deg,
    rgba(13, 122, 138, 0.9) 0%,
    rgba(168, 37, 111, 0.85) 100%
  );
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background: linear-gradient(
    135deg,
    rgba(13, 122, 138, 0.85) 0%,
    rgba(168, 37, 111, 0.8) 100%
  );
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

#hero h2 span {
  color: #ffd700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 40px auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  max-width: 800px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #0d7a8a;
  background: #fff;
  margin: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

#hero .btn-get-started:hover {
  background: #ffd700;
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

#hero .btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-secondary:hover {
  background: #fff;
  color: #0d7a8a;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 32px;
  }

  #hero p {
    font-size: 16px;
  }

  #hero .carousel-container {
    left: 20px;
    right: 20px;
  }
}

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

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

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

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

.section-title h2 {
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  line-height: 1px;
  margin: 0 0 10px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #a8256f;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #0d7a8a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #0d7a8a;
}

@media (max-width: 768px) {
  .section-title p {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# About / Mission
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #0d7a8a;
}

.about .content h3 {
  font-weight: 600;
  line-height: 32px;
  font-size: 22px;
  color: #a8256f;
  margin-bottom: 20px;
}

.about .content p {
  line-height: 1.8;
  margin-bottom: 20px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 10px 35px;
  position: relative;
  font-size: 16px;
}

.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 22px;
  color: #a8256f;
}

/*--------------------------------------------------------------
# Impact Stats
--------------------------------------------------------------*/
.stats {
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  padding: 60px 0;
}

.stats .stats-item {
  text-align: center;
  color: #fff;
  padding: 20px;
}

.stats .stats-item i {
  font-size: 48px;
  color: #ffd700;
  margin-bottom: 15px;
}

.stats .stats-item h3 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.stats .stats-item p {
  font-size: 18px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/*--------------------------------------------------------------
# Services / What We Do Preview
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 30px;
  padding: 40px 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 40px rgba(13, 122, 138, 0.2);
}

.services .icon-box i {
  float: left;
  color: #0d7a8a;
  font-size: 48px;
}

.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .icon-box h4 a {
  color: #333333;
  transition: 0.3s;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 15px;
  color: #666666;
}

.services .icon-box:hover h4 a {
  color: #a8256f;
}

/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(
      135deg,
      rgba(168, 37, 111, 0.95) 0%,
      rgba(13, 122, 138, 0.95) 100%
    ),
    url("assets/images/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 16px 40px;
  border-radius: 50px;
  transition: 0.5s;
  background: #fff;
  color: #0d7a8a;
  border: 2px solid #fff;
}

.cta .cta-btn:hover {
  background: transparent;
  color: #fff;
  transform: translateY(-3px);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2c3e50;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Page Specific Styles
--------------------------------------------------------------*/
.mission-box,
.vision-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  transition: transform 0.3s;
}

.mission-box:hover,
.vision-box:hover {
  transform: translateY(-5px);
}

.mission-box .icon-header,
.vision-box .icon-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.mission-box .icon-header i,
.vision-box .icon-header i {
  font-size: 48px;
  color: #0d7a8a;
  margin-right: 20px;
}

.vision-box .icon-header i {
  color: #a8256f;
}

.mission-box h3,
.vision-box h3 {
  color: #0d7a8a;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.vision-box h3 {
  color: #a8256f;
}

.mission-box p,
.vision-box p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin: 0;
}

/* Our Story Section */
.our-story {
  padding: 80px 0;
}

.our-story .story-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0d7a8a;
  margin-bottom: 15px;
}

.our-story .story-content h3 {
  font-size: 22px;
  font-weight: 600;
  color: #a8256f;
  margin-bottom: 25px;
  font-style: italic;
}

.our-story .story-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.our-story .story-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.our-story .story-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.our-story .story-image:hover img {
  transform: scale(1.05);
}

/* Goals Section */
.goals {
  padding: 80px 0;
}

.goal-item {
  display: flex;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  height: 100%;
}

.goal-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(13, 122, 138, 0.15);
}

.goal-item .goal-icon {
  flex-shrink: 0;
  margin-right: 20px;
}

.goal-item .goal-icon i {
  font-size: 48px;
  color: #0d7a8a;
}

.goal-item .goal-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.goal-item .goal-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.goal-item-full {
  background: linear-gradient(
    135deg,
    rgba(13, 122, 138, 0.05) 0%,
    rgba(168, 37, 111, 0.05) 100%
  );
  border: 2px solid #0d7a8a;
}

.goal-item-full .goal-icon i {
  color: #a8256f;
}

/* Values Section */
.values {
  padding: 80px 0;
}

.value-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}

.value-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(168, 37, 111, 0.2);
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
}

.value-box i {
  font-size: 48px;
  color: #0d7a8a;
  margin-bottom: 20px;
  transition: all 0.3s;
}

.value-box:hover i {
  color: #ffd700;
}

.value-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
  transition: all 0.3s;
}

.value-box:hover h4 {
  color: #fff;
}

.value-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  transition: all 0.3s;
}

.value-box:hover p {
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
  .our-story .story-image {
    margin-bottom: 30px;
  }

  .mission-box,
  .vision-box {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# What We Do Page Specific Styles
--------------------------------------------------------------*/
.program-intro {
  padding: 50px 0px 0px 0px;
  background: #fff;
}

.program-intro h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0d7a8a;
  margin-bottom: 20px;
}

.program-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.program-detail {
  padding: 80px 0;
}

.program-content {
  padding: 20px;
}

.program-content .program-icon i {
  font-size: 64px;
  color: #0d7a8a;
  margin-bottom: 20px;
}

.program-content h3 {
  font-size: 32px;
  font-weight: 700;
  color: #0d7a8a;
  margin-bottom: 10px;
}

.program-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #a8256f;
  margin-bottom: 20px;
  font-style: italic;
}

.program-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.program-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.program-content ul li {
  padding: 8px 0;
  font-size: 16px;
  color: #555;
}

.program-content ul li i {
  color: #a8256f;
  font-size: 20px;
  margin-right: 10px;
}

.program-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}

.program-image img {
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.program-image:hover img {
  transform: scale(1.05);
}

.impact-stats {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}

.impact-stats span {
  font-size: 16px;
  color: #666;
}

.impact-stats strong {
  color: #0d7a8a;
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

.additional-programs {
  padding: 80px 0;
}

.additional-program-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}

.additional-program-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(13, 122, 138, 0.2);
}

.additional-program-box i {
  font-size: 48px;
  color: #0d7a8a;
  margin-bottom: 20px;
  transition: color 0.3s;
}

.additional-program-box:hover i {
  color: #a8256f;
}

.additional-program-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.additional-program-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.our-impact {
  padding: 80px 0;
  background: #fff;
}

.impact-box {
  text-align: center;
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  padding: 40px 20px;
  border-radius: 10px;
  transition: all 0.3s;
  height: 100%;
}

.impact-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(168, 37, 111, 0.4);
}

.impact-box i {
  font-size: 48px;
  color: #ffd700;
  margin-bottom: 15px;
}

.impact-box h3 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.impact-box p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

@media (max-width: 992px) {
  .program-detail .order-1 {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Get Involved Page Specific Styles
--------------------------------------------------------------*/
.involvement-intro {
  padding: 60px 0;
  background: #fff;
}

.involvement-intro h2 {
  font-size: 28px;
  font-weight: 600;
  color: #0d7a8a;
  margin-bottom: 10px;
}

.involvement-intro p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.involvement-ways {
  padding: 80px 0;
}

.involvement-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  height: 100%;
  transition: all 0.3s;
}

.involvement-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(13, 122, 138, 0.2);
}

.involvement-card .card-icon i {
  font-size: 64px;
  color: #0d7a8a;
  margin-bottom: 20px;
  transition: color 0.3s;
}

.involvement-card:hover .card-icon i {
  color: #a8256f;
}

.involvement-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.involvement-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.involvement-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}

.involvement-card ul li {
  padding: 8px 0;
  font-size: 15px;
  color: #555;
  position: relative;
  padding-left: 25px;
}

.involvement-card ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #a8256f;
  font-weight: bold;
}

.btn-involvement {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
}

.btn-involvement:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(13, 122, 138, 0.4);
  color: #fff;
}

.donation-impact {
  padding: 80px 0;
  background: #fff;
}

.impact-card {
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  padding: 40px 20px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}

.impact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(168, 37, 111, 0.4);
}

.impact-card .amount {
  font-size: 48px;
  font-weight: 700;
  color: #ffd700;
  margin-bottom: 15px;
}

.impact-card p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  line-height: 1.6;
}

.faq {
  padding: 80px 0;
}

.accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.accordion-button {
  background: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 25px;
  border: none;
}

.accordion-button i {
  color: #0d7a8a;
  margin-right: 10px;
  font-size: 20px;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  color: #fff;
  box-shadow: none;
}

.accordion-button:not(.collapsed) i {
  color: #ffd700;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d7a8a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffd700'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
  padding: 25px;
  background: #f8f9fa;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

/*--------------------------------------------------------------
# Contact Page Specific Styles
--------------------------------------------------------------*/

/* Contact Section */
.contact {
  padding: 80px 0;
}

.contact iframe {
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.contact .info {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.contact .info .address,
.contact .info .email,
.contact .info .phone {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}

.contact .info .address:last-child,
.contact .info .email:last-child,
.contact .info .phone:last-child {
  margin-bottom: 0;
}

.contact .info i {
  font-size: 32px;
  color: #0d7a8a;
  flex-shrink: 0;
  margin-right: 20px;
  line-height: 1;
  padding-top: 5px;
}

.contact .info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.contact .info p {
  color: #666;
  font-size: 15px;
  margin: 0;
  line-height: 1.6;
}

/* Contact Form */
.contact .php-email-form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
}

.contact .php-email-form .form-group {
  margin-bottom: 0;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 8px;
  box-shadow: none;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  padding: 12px 15px;
  transition: all 0.3s;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #0d7a8a;
  box-shadow: 0 0 0 0.2rem rgba(13, 122, 138, 0.15);
}

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

.contact .php-email-form button[type="submit"] {
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  border: 0;
  padding: 14px 45px;
  color: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(13, 122, 138, 0.3);
}

.contact .php-email-form button[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(168, 37, 111, 0.4);
}

.contact .php-email-form .loading {
  display: none;
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  text-align: center;
  padding: 15px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 0 10px -4px 0;
  border: 3px solid #ffd700;
  border-top-color: transparent;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 15px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
  text-align: center;
  padding: 15px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 15px;
}

.contact .php-email-form .loading.d-block {
  display: block !important;
}

.contact .php-email-form .error-message.d-block {
  display: block !important;
}

.contact .php-email-form .sent-message.d-block {
  display: block !important;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  #breadcrumbs h2 {
    font-size: 24px;
  }

  .contact .info {
    margin-bottom: 30px;
  }

  .contact .php-email-form {
    padding: 30px 20px;
  }
}


    /* Contact Page Specific Styles */
    .contact-intro {
      padding: 60px 0 40px 0;
      background: #fff;
    }

    .contact-intro h2 {
      font-size: 28px;
      font-weight: 600;
      color: #0d7a8a;
      margin-bottom: 20px;
      text-align: center;
    }

    .contact-intro p {
      font-size: 18px;
      line-height: 1.8;
      color: #666;
      text-align: center;
      max-width: 800px;
      margin: 0 auto;
    }

    .contact-details {
      padding: 80px 0;
    }

    .contact-info-card {
      background: #fff;
      padding: 40px 30px;
      border-radius: 10px;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
      text-align: center;
      height: 100%;
      transition: all 0.3s;
    }

    .contact-info-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 40px rgba(13, 122, 138, 0.2);
    }

    .contact-info-card i {
      font-size: 48px;
      color: #0d7a8a;
      margin-bottom: 20px;
      transition: color 0.3s;
    }

    .contact-info-card:hover i {
      color: #a8256f;
    }

    .contact-info-card h4 {
      font-size: 22px;
      font-weight: 700;
      color: #333;
      margin-bottom: 15px;
    }

    .contact-info-card p {
      font-size: 16px;
      line-height: 1.7;
      color: #666;
      margin: 0;
    }

    .contact-form-section {
      padding: 1px 0;
      background: #f9f9f9;
    }

    .contact-form-wrapper {
      background: #fff;
      padding: 50px;
      border-radius: 10px;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    }

    .contact-form-wrapper h3 {
      font-size: 32px;
      font-weight: 700;
      color: #0d7a8a;
      margin-bottom: 10px;
    }

    .contact-form-wrapper .subtitle {
      font-size: 18px;
      color: #666;
      margin-bottom: 30px;
    }

    .contact-form-wrapper .form-control {
      border-radius: 8px;
      box-shadow: none;
      font-size: 15px;
      border: 1px solid #0e0d0d;
      padding: 12px 15px;
      transition: all 0.3s;
    }

    .contact-form-wrapper .form-control:focus {
      border-color: #0d7a8a;
      box-shadow: 0 0 0 0.2rem rgba(13, 122, 138, 0.15);
    }

    .contact-form-wrapper textarea.form-control {
      resize: vertical;
      min-height: 150px;
    }

    .contact-form-wrapper button[type="submit"] {
      background: linear-gradient(135deg, #0d7a8a 0%, #a8256f 100%);
      border: 0;
      padding: 14px 45px;
      color: #fff;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 600;
      transition: all 0.3s;
      cursor: pointer;
      box-shadow: 0 5px 20px rgba(13, 122, 138, 0.3);
    }

    .contact-form-wrapper button[type="submit"]:hover {
      transform: translateY(-3px);
      box-shadow: 0 8px 25px rgba(168, 37, 111, 0.4);
    }

    .map-section {
      padding: 0;
      margin-top: 40px;
      margin-bottom: 60px;
    }

    .map-section iframe {
      width: 100%;
      height: 400px;
      border: 0;
      border-radius: 10px;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    }

    @media (max-width: 768px) {
      .contact-form-wrapper {
        padding: 30px 20px;
      }

      .contact-info-card {
        margin-bottom: 30px;
      }
    }


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2c3e50;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

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

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #0d7a8a;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: rgba(255, 255, 255, 0.9);
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  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: #0d7a8a;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-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: 2px;
  color: #0d7a8a;
  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: rgba(255, 255, 255, 0.8);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #0d7a8a;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.8);
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}

#footer .credits a {
  color: #0d7a8a;
  transition: 0.3s;
  font-weight: 600;
}

#footer .credits a:hover {
  color: #a8256f;
}
