/* styles.css */

/* Navbar */
/* Update this in styles.css */

/* Navbar Section */
body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fff;
    height: 200vh;
    position: relative; }
    body:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      z-index: 1; }
    body.offcanvas-menu:before {
      opacity: 1;
      visibility: visible; }
  
  p {
    color: #b3b3b3;
    font-weight: 300; }
  
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a, a:hover {
      text-decoration: none !important; }
  
  .hero {
    height: 100vh;
    width: 100%;
    background: #5d5b6a; }
  
  .site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: absolute;
    top: 0;
    width: 100%; }
    .site-navbar .site-logo {
      position: relative;
      left: 0;
      font-size: 24px; }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-navbar .site-navigation .site-menu .active {
        color: #007bff;
        display: inline-block;
        padding: 20px 20px; }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block; }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block; }
        .site-navbar .site-navigation .site-menu > li > a {
          padding: 20px 20px;
          font-size: 13px;
          text-transform: uppercase;
          display: inline-block;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #007bff; }
        .site-navbar .site-navigation .site-menu > li.social > a {
          padding-left: 5px;
          padding-right: 5px; }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative; }
        .site-navbar .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 16px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          border-top: 2px solid #007bff;
          -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
            color: #007bff !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 210px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 9px 20px;
              display: block; }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #eff1f3;
                color: #000; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
              content: "\e315";
              right: 20px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: #007bff; }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .offcanvas-menu .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 0 20px 20px 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529; }
        .site-mobile-menu .site-nav-wrap a:hover {
          color: #007bff; }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li .active {
          color: #007bff; }
      .site-mobile-menu .site-nav-wrap .social {
        display: inline-block; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 12px;
          z-index: 20;
          font-family: "icomoon";
          content: "\f078";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li.social {
          float: none !important;
          width: auto !important; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] {
        float: left;
        width: 100%;
        margin-top: 30px;
        padding-bottom: 5em; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
          width: auto; }
          .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
            padding-left: 15px !important; }
  
  .sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%; }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .sticky-wrapper .site-navbar {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .sticky-wrapper .site-navbar .site-menu-toggle {
        color: #fff; }
      .sticky-wrapper .site-navbar .site-logo a {
        color: #fff; }
      .sticky-wrapper .site-navbar .site-menu > li > a {
        color: rgba(255, 255, 255, 0.7) !important; }
        .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
          color: #fff !important; }
    .sticky-wrapper.is-sticky .site-navbar {
      background: #fff;
      border-bottom: 1px solid transparent;
      -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
      .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
        color: #000; }
      .sticky-wrapper.is-sticky .site-navbar .site-logo a {
        color: #007bff; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        color: #000 !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
          color: #007bff !important; }
  
/* Update this in styles.css */
/* Update this in styles.css */

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    height: 100vh;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: relative;
    text-align: left;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    background-color: #3498db; /* Add a background color */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper-slide:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.hero-title {
    font-size: 3em;
    margin-bottom: 20px;
    color: #f8f8f8;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    animation: fadeInUp 1.5s ease-out;
}

.hero-subtitle {
    font-size: 1.5em;
    margin-bottom: 30px;
    color: #f8f8f8;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 2s ease-out;
}

.btn-primary {
    animation: fadeInUp 2.5s ease-out;
    background-color: #4CAF50;
    border-color: #4CAF50;
}

.hero-image {
    border-radius: 15px;
    animation: parallax 3s ease-out, fadeInRight 2s ease-out;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Gradient Overlay for better contrast */
.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
    z-index: 0;
}

/* Update this in styles.css */

/* Swiper Navigation Styles */
.swiper-pagination {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.7;
    margin: 0 8px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    color: rgba(255, 255, 255, 0.5); /* Make arrows transparent */
    font-size: 18px;
    font-weight: bold; /* Make arrows bold */
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    transition: color 0.3s ease-in-out; /* Add transition effect */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: rgba(255, 255, 255, 0.8); /* Change color on hover */
}

.swiper-button-next { right: 10px; }
.swiper-button-prev { left: 10px; }

/* Animation Keyframes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes parallax {
    from {
        transform: translateX(-10%);
    }
    to {
        transform: translateX(10%);
    }
}


/* Responsive Styles */
@media (max-width: 768px) {
  .hero-section h1 {
      font-size: 28px; /* Adjust font size for smaller screens */
  }
}
/* About Section */

.mt-5 {
  margin-top: 5rem;
}


    .about-section {
        background-color: #f8f9fa; /* Light gray background color */
        padding: 80px 0;
    }

.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-title {
    font-size: 2.5rem;
    color: #007bff; /* Blue color for section titles */
    margin-bottom: 20px;
}

.text-muted {
    font-size: 1.2rem;
}

.display-4 {
    font-size: 3rem;
    font-weight: bold;
}

.text-primary {
    color: #4CAF50; /* Green color for primary text */
}

.text-success {
    color: #28a745; /* Dark green color for success text */
}

.img-fluid {
    max-width: 100%;
    height: auto;
    border-radius: 15px; /* Increased border radius for a smoother edge */
    transition: transform 0.5s ease-in-out;
}

.img-fluid:hover {
    transform: scale(1.1); /* Slightly larger scale effect on hover */
}

.rounded {
    border-radius: 10px;
}

.shadow-lg {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Custom Animation Class */
@keyframes zoom-in {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}

.zoom-in {
    animation: zoom-in 0.7s ease-in-out;
}




/*  blog section  */
.blog-section {
  overflow: hidden;

  background: linear-gradient(to bottom, #3498db, #2980b9);
/*  background: linear-gradient(to right, #66bb6a, #4CAF50); */
    color: #fff;
    padding: 80px 0;
}

.blog-scroll-container {
  position: relative;
  overflow: hidden;
}

.blog-scroll {
  display: flex;
 
  transition: transform 0.5s ease-in-out;
}

.blog-posts {
  display: inline-flex;
}

.card {
  width: 300px; /* Adjust the width as needed */
  margin-right: 20px; /* Increased spacing */
  border: 1px solid #ddd; /* Border for a card-like appearance */
  border-radius: 10px; /* Rounded corners */
  overflow: hidden; /* Hide overflow content */
  transition: box-shadow 0.3s ease;
}

.card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Hover effect with a subtle shadow */
}

.card img {
  max-width: 100%;
  width:  100%;
  height:  300px;


  border-bottom: 1px solid #ddd; /* Border at the bottom of the image */
}

.card-body {
  padding: 15px;
}

.card-title {
  font-size: 1.5rem;
  color: #333; /* Darker color for card titles */
}

.card-text {
  font-size: 1.2rem;
  color: #555; /* Slightly darker color for card text */
}


.arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px;
  font-size: 1.5rem;
  cursor: pointer;

  transition: background-color 0.3s ease;
}

.arrow-btn:hover {
  background-color: #0056b3; /* Darker color on hover */
}

.left-btn {
  left: 0;
}

.right-btn {
  right: 0;
 
}



/* Footer */
body {
  margin-bottom: 70px; /* Adjust to accommodate the fixed footer */
  background-color: #f8f9fa; /* Body background color */
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

footer {
  background: linear-gradient(to right, #2c3e50, #1a2530); /* Gradient background */
  color: #ffffff;
  padding: 30px 0;

  bottom: 0;
  width: 100%;
  border-top: 1px solid #34495e; /* Border color */
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  border-radius: 10px 10px 0 0; /* Rounded corners */
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.footer-links, .contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li, .contact-info li {
  margin-bottom: 15px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #3498db; /* Change color on hover */
}

.contact-info i {
  margin-right: 10px;
  color: #3498db;
}

.copyright {
  margin-top: auto;
  text-align: center;
  font-size: 14px;
}


/* Add this to styles.css */
/* Update this in styles.css */
/* Update this in styles.css */

/* Facts Section */
.facts-section {
  /*  background: linear-gradient(to right, #66bb6a, #4CAF50);
    color: #fff; */
    padding: 80px 0;
}

.facts-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.fact-card {
    background: linear-gradient(to right, #fff, #f5f5f5);
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    height: 250px;
}

.fact-card p{
  font-weight: bolder;

}

.fact-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.fact-card h3 {
    color: #4CAF50;
    font-weight: bolder;
}


/* Gallery Section */
.gallery-section {
    padding: 80px 0;
    background-color: #f5f5f5; /* Light gray background color */
}

.gallery-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-section img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Add this to styles.css */

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #fff; /* White background color */
}

.contact-section h2 {
    text-align: center;
    margin-bottom: 40px;
}

#contact-form {
    max-width: 600px;
    margin: 0 auto;
}

#contact-form .form-group {
    margin-bottom: 20px;
}

#contact-form button {
    display: block;
    margin-top: 20px;
}
/* Add this to styles.css */

/* Scroll-to-Top Button */
#scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
