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

a {
  color: #f5ae36;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: 'Libre Baskerville', serif;

}
@media (min-width: 1200px){
.h1, h1 {
  font-size: 34px;
    color: #f5ae36;
    text-transform: capitalize;
    line-height: 1.5em;
}


}
section#about h1 a {
    font-size: 34px;
    color: #003e7a;
    text-transform: capitalize;
    line-height: 1.5em;
}

section#about a {
    color: #444444;font-size: 16px;
}

.btn-get-started {
    /* background: aqua; */
    /* padding: 10px; */
    background: #f5ae36;
    padding: 10px 25px;
    /* margin-left: 30px; */
    margin-right: 15px;
    border-radius: 50px;
    color: #fff;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 140px;
  z-index: 996;
  background: #fedb01;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

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

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

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
/* @media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
@media only screen and (max-width: 480px){
#hero h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 42px;
    color: #fefefe;
    font-size: 21px;
}}
@media only screen and (max-width: 320px){
#hero h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    line-height: 45px!important;
    color: #fefefe;
    font-size: 23px!important;
}
} */

@media (max-width: 480px){
.col-xs-12.span1_of_1.book_date {
    width: 100%!important;
}}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 20px; 
}

#header .header-container {
  background: #fff;
}

#header.header-scrolled {
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  top: 0;
}

#header .logo {
  overflow: hidden;
  padding: 16px 30px 12px 30px;
  background: #ffffff;
}

#header .logo h1 {
  font-size: 26px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

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

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    background: #053e7c;
  }

  #header.header-scrolled,
  #header .header-container {
    background: #053e7c;
  }

  #header .logo {
    padding-left: 0;
  }

  #header .logo h1 {
    font-size: 24px;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.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 25px;
  color: #36343a;
  transition: 0.3s;
  font-size:15px;
  font-weight: 500;
  text-transform: CAPITALIZE;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

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

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #05437e;
  padding: 10px 25px;
  margin-left: 30px;
  margin-right: 15px;
  border-radius: 50px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #05437e;
}

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

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #009970;
}

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

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

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

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

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

@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(29, 28, 31, 0.9);
  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;
}

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

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

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

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #009970;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* #hero {
  width: 100%;
  height: 80vh;
  background: url("../img/Wells-State-Park.jpg") center center;
  background-size: cover;
  position: relative;
}

#hero .container {
  padding-top: 80px;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h3 {
  margin: 0 0 10px 0;
  font-weight: 700;
  line-height: 56px;
  color: #fefefe;
  font-size: 20px;
}

#hero .pra {
  color: #eee;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
      background: #f5ae36;
    border: 2px solid #f4ad36;
}

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

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    padding-top: 60px;
  }

  #hero h3 {
    font-size: 20px;
    line-height: 36px;
  }
}
 */
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

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

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

.section-title h5 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h5::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009970;
  bottom: 0;
  left: 0;
}

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

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #eecd00;
    font-family: 'Libre Baskerville', serif;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

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

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;    font-size: 14px;

}

.about .content ul em {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #315d4d;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
      background:#05437e;
    padding: 20px 0 2px 0;
    color: #fff;    border-bottom: 2px solid #fedb016b;
}
.counts a{
     
    color: #fff;
}
.counts a:hover {
    color: #fff;
}
.counts .counters span {
  font-size: 36px;
  display: block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.img-fluid {
    max-width: 100%!important;
    height: auto;
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #305c4c;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

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

.why-us .content .more-btn {
display: inline-block;
    background: rgb(245 174 54);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    font-size: 16px;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #009970;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #009970;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

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

.why-us .icon-boxes .icon-box:hover {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/lobby_view.webp") fixed center center;
  background-size: cover;
  padding: 60px 0;
}



.cta p {
  color: #fff;    text-align: center;

}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #05437e;
    background: #fddd01;

}

.cta .cta-btn:hover {
  background: #05437e;
  border: 2px solid #05437e; color:#fff;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
 /*  border: 1px solid #009970; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #009970;
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box .srvc {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 19px; color: #305c4c; font-family: 'Libre Baskerville', serif;transition: ease-in-out 0.3s;   
}



.services .icon-box p {
  font-size: 15px;
    margin-bottom: 0;
    text-align: center;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

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

.services .icon-box:hover .icon {
  color: #fff;
 /*  background: #009970; */
}

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

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #009970;
}

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

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  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 img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.section-title h6 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-title h6::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #009970;
  bottom: 0;
  left: 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 #009970;
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(54, 52, 58, 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;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

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

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  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: #00cc95;
  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 auto 15px auto;
}

.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 #009970;
}

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

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

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

.team .member .social a:hover {
  background: #009970;
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #009970;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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;
  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 {
  height: 44px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f6f6f7;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.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: #4f4c55;
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #ffffffcf;
    font-size: 16px;
    background: #02284b;
    font-weight: 400;
}
#footer a{
  color:#ffffff;
  
 
}
.footer-contact {
    border-right: 1px #cccccca6 solid;
    border-left: 1px #cccccc82 solid;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background:#033463;
}

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

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  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: #00c28e;
  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: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009970;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #00664b;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #ddbd03;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fedb01;
    color: #033463;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #033463;
  text-decoration: none;
}
.title4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color:#e4c609;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}
.title6 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #305c4c;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}
.title6 a{
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #305c4c;
    font-family: 'Libre Baskerville', serif;
    transition: ease-in-out 0.3s;
}
.agileits_reservation {
    z-index: 999;
    background-image: linear-gradient(to bottom, #05437e82 16%, #617c9e91 68%);
    padding: 1em;
    -webkit-box-shadow: 0px 1px 8px 0px rgb(24 24 23 / 42%);
    -moz-box-shadow: 0px 1px 8px 0px rgba(24, 24, 23, 0.42);
    box-shadow: 0px 1px 8px 0px rgb(24 24 23 / 42%);
    margin-top: -107px;     position: relative;

}
.span1_of_1 {
    float: left;
    list-style: none;
    /* width: 30.9%; */
    padding-top: 10px;
}
.agileits_reservation input[type="text"], select#adult, select#children, select#selrooms, .phone_email1 input[type="email"] {
    width: 100%;
    color: #1d6554;
    font-size: 15px;
    padding: 10px 19px 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #ccc;
}
.date_btn input[type="submit"] {
    text-transform: capitalize;
    width: 100%;
    background: #ffd800;
    color: #05437e;
    padding: 10px 0;
    border: none;
    font-size: 14px;
    outline: none;
    font-weight: 800;
    letter-spacing: 2px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.agileits_reservation em.bi {
    position: absolute;
    color: #555;
    font-size:13px;
    margin-top: 14px;
    margin-left: 3px;
}
.date_btn input[type="submit"]:hover {
    background: #ffffff;
    color: #050505;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 17px;
    text-align: justify;
}

@media (min-width: 992px){
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
}}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #365c4c;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.gpdn {
    padding-top: 10px;
    color: #fff;
}
.title-2 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
    color: #305c4c;
    font-family: 'Libre Baskerville', serif;
}
.videoWrapper {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0
}
.videoWrapper iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
div#container-fluid\ tp {
    margin-top: 80px;
}
/* ================= HERO ================= */

.hero {
  position: relative;
  height: 100vh;
  background: url('../img/Confederacy.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.6)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(60px, 8vw, 140px);
  font-weight: 500;
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}


/* STAY word - fixed width so layout never shifts */
.static-word {
  min-width: 220px;
  text-align: right;
  color: #FFFFFF;
  text-shadow: 0 10px 40px rgba(0,0,0,0.5);
}


/* Rotator container */
.word-rotator {
  position: relative;
  height: 1.2em;
  perspective: 1000px;
  min-width: 350px; /* prevents layout jump */
  display: inline-block;
 
}

/* Individual words */
.word {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transform: rotateX(90deg);
  transform-origin: bottom;
  transition: transform 0.6s cubic-bezier(0.77,0,0.18,1),
              opacity 0.6s ease;
			  color: #e7c400; /* Soft Fairfield-inspired blue */
  text-shadow: 0 10px 40px rgba(0,0,0,0.6);

}
.hero-subtitle {
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.85);
  text-shadow: 0 5px 20px rgba(0,0,0,0.6);
}
/* Active word */
.word.active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: softGlow 4s ease-in-out infinite alternate;
}

@keyframes softGlow {
  from {
    text-shadow: 0 10px 40px rgba(0,0,0,0.6);
  }
  to {
    text-shadow: 0 15px 60px rgba(141,179,199,0.4);
  }
}
/* ================= HERO BACKGROUND ================= */

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease-in-out, transform 8s ease;
  transform: scale(1);
}

/* Active image */
.bg-slide.active {
  opacity: 1;
  transform: scale(1.08); /* subtle zoom effect */
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(10, 25, 45, 0.75) 0%,
    rgba(10, 25, 45, 0.55) 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  z-index: 1;
}
/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
margin-top:100px;
}
/* ================= RESPONSIVE ADJUSTMENTS ================= */

/* Tablets / iPads (max-width: 1024px) */
@media (max-width: 1024px) {
.hero {
 
  height: 70vh;
 
}
  .hero-title {
    flex-direction: column;/* Slightly reduce the minimum font size and gap */
    font-size: clamp(50px, 7vw, 90px);
    gap: 10px;
	
  }
  
  .static-word {
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  
  .word-rotator {
    min-width: 280px; /* Scale down constraints */
  }
}

/* Mobile Phones (max-width: 768px) */
@media (max-width: 768px) {
  .hero-title {
    /* Stack the words vertically for the cleanest look on narrow screens */
    flex-direction: column;
    gap: 5px;
    font-size: clamp(35px, 8vw, 55px);
  }

  .static-word {
    /* Remove fixed widths and center the text */
    min-width: auto;
    width: 100%;
    text-align: center;
  }

  .word-rotator {
    /* Remove fixed widths and allow it to take full container width */
    min-width: auto;
    width: 100%;
    height: 1.2em; /* Keeps the container height intact for the absolute positioned words */
  }

  .word {
    /* Ensure the rotating words center align with the static word */
    text-align: center;
  }

  .hero-subtitle {
    /* Shrink the subtitle slightly to fit mobile padding */
    font-size: 12px;
    margin-top: 15px;
    padding: 0 20px;
    line-height: 1.4;
  }
}

/* ================= ULTRA CINEMATIC HERO BOOKING ================= */

.hero-booking {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  position: relative;
  perspective: 1200px;
  animation: bookingFade 1.2s ease forwards;
  opacity: 0;
  transform: translateY(40px);
}

/* Glass Panel */
.booking-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;

  padding: 24px 50px;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.05)
  );

  backdrop-filter: blur(25px) saturate(140%);
  -webkit-backdrop-filter: blur(25px) saturate(140%);

  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.25);

  box-shadow:
    0 40px 100px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.4);

  transition: transform 0.4s ease;
}



/* Tablet / iPad (Screens smaller than 1024px) */
@media (max-width: 1024px) {
  .hero-booking {
    margin-top: 50px;
    padding: 0 20px; /* Prevents touching the screen edges */
  }

  .booking-inner {
    flex-wrap: wrap; /* Allows items to wrap to the next line if needed */
    justify-content: center;
    gap: 25px;
    padding: 24px 30px;
  }

  .booking-item {
    min-width: 140px; /* Slightly smaller for tablet */
  }

  /* Hide the vertical dividers on tablet to keep the wrapped layout clean */
  .booking-divider {
    display: none; 
  }
}

/* Mobile Devices (Screens smaller than 768px) */
@media (max-width: 768px) {
  .hero-booking {
    margin-top: 10px;
    padding: 0 15px;
  }

  .booking-inner {
    flex-direction: column; /* Stacks everything vertically */
    align-items: stretch;   /* Makes inputs fill the container width */
    padding: 30px 25px;
    gap: 20px;
    /* Adjust border animation sizing for mobile */
    background-size: 200% 200%;
  }

  .booking-item {
    min-width: 100%;
  }

  .booking-item span {
    font-size: 10px;
    margin-bottom: 5px;
  }

  .booking-item input,
  .booking-item select {
    width: 100%; /* Ensures inputs take full width of the mobile column */
    padding: 8px 0;
  }

  .booking-btn {
    margin-top: 10px;
    width: 100%; /* Full-width button for easy mobile tapping */
    padding: 16px;
    font-size: 14px;
  }
}

section#features-4 {
    background:#e4e2db4d;
}
 .features-4 .features-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 3rem;
  position: relative;
}
@media (max-width: 1199px) {
  .features-4 .features-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image image" "left right";
  }
  .features-4 .features-grid .center-image {
    grid-area: image;
    justify-self: center;
  }
  .features-4 .features-grid .left-column {
    grid-area: left;
  }
  .features-4 .features-grid .right-column {
    grid-area: right;
  }
}
@media (max-width: 768px) {
  .features-4 .features-grid {
    grid-template-columns: 1fr;
    grid-template-areas: "image" "left" "right";
  }
}
.features-4 .features-column {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.features-4 .feature-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.75rem;
  border-radius: 16px;
  background-color: var(--surface-color);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.features-4 .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.features-4 .feature-card:hover .icon-wrapper {
  background-color: #fedc00;
}
.features-4 .feature-card:hover .icon-wrapper i {
  color:#fff;
}
.features-4 .feature-card .icon-wrapper {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  transition: all 0.3s ease;
}
.features-4 .feature-card .icon-wrapper i {
  font-size: 28px;
  color: #01417e;
  transition: all 0.3s ease;
}
.features-4 .feature-card .content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}
.features-4 .feature-card .content p {
  font-size: 15px;
  color: color-mix(in srgb, #01417e, transparent 30%);
  margin-bottom: 0;
  line-height: 1.6;
}
.features-4 .center-image {
  position: relative;
  align-self: center;
}
.features-4 .center-image .device-wrapper {
  position: relative;
  padding: 20px;
  z-index: 2;
}
.features-4 .center-image .device-wrapper img {
  max-height: 550px;
  position: relative;
  z-index: 5;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}
.features-4 .center-image .device-wrapper .shape-decoration {
  position: absolute;
  width: 150%;
  height: 70%;
  top: 15%;
  left: -25%;
  background: linear-gradient(140deg, color-mix(in srgb, #053b86, transparent 80%) 0%, color-mix(in srgb, #093b73, transparent 95%) 100%);
  border-radius: 50%;
  z-index: 1;
  filter: blur(40px);
}
@media (max-width: 991px) {
  .features-4 .feature-card {
    padding: 1.5rem;
  }
  .features-4 .feature-card .icon-wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  .features-4 .feature-card .icon-wrapper i {
    font-size: 24px;
  }
  .features-4 .feature-card .content h3 {
    font-size: 17px;
  }
  .features-4 .center-image .device-wrapper img {
    max-height: 450px;
  }
}
@media (max-width: 768px) {
  .features-4 .features-column {
    gap: 1.5rem;
  }
  .features-4 .center-image {
    margin: 2rem 0;
  }
  .features-4 .center-image .device-wrapper img {
    max-height: 400px;
  }
  .features-4 .center-image .shape-decoration {
    width: 120%;
    height: 60%;
  }
} 
:root {  --default-font: Roboto, system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; --heading-font: Raleway; --nav-font: Poppins;--background-color: #f9fafb; --default-color: #374151; --heading-color: #111827; --accent-color: #10b981; --surface-color: #ffffff; --contrast-color: #ffffff; --nav-color: #ffffff; --nav-hover-color: #10b981; --nav-mobile-background-color: #ffffff; --nav-dropdown-background-color: #ffffff; --nav-dropdown-color: #374151; --nav-dropdown-hover-color: #10b981; scroll-behavior: smooth; }body {
  color: var(--default-color);
  background-color:#ffffff;
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}


@media (max-width: 1199px) {
  section, .section {
    scroll-margin-top: 66px;
  }
} .section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.section-title h3 {
  font-size: 32px;
  font-weight: 700;
  position: relative;    color: #023d79;

}
.section-title h3:before, .section-title h3:after {
  content: "";
  width: 50px;
  height: 2px;
  background:#fcde16;
  display: inline-block;
}
.section-title h3:before {
  margin: 0 15px 10px 0;
}
.section-title h3:after {
  margin: 0 0 10px 15px;
}
.section-title p {
  margin-bottom: 0;    text-align: center;
}
@media (max-width: 768px) {
  .section-title h3 {
    font-size: 20px;
  }
  .section-title h3:before, .section-title h3:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fcde16;
    display: inline-block;
  }
} 
 .post-slider {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--surface-color) 0%, color-mix(in srgb, var(--accent-color), transparent 95%) 100%);
}
.post-slider .blog-posts-slider .swiper-wrapper {
  height: auto !important;
}
.post-slider .blog-posts-slider .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.post-slider .blog-posts-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: color-mix(in srgb, var(--default-color), transparent 70%);
  opacity: 1;
  transition: all 0.3s ease;
}
.post-slider .blog-posts-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffb900;
  transform: scale(1.2);
}
.post-slider .blog-card {
  background: var(--surface-color);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.post-slider .blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px color-mix(in srgb, var(--default-color), transparent 85%);
}
.post-slider .blog-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}
.post-slider .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.post-slider .blog-image .category-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #ffb900;
  color: var(--contrast-color);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 2;
}
.post-slider .blog-image:hover img {
  transform: scale(1.05);
}
.post-slider .blog-content {
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .post-slider .blog-content {
    padding: 25px;
  }
}
.post-slider .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.post-slider .author-info .author-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  border: 3px solid color-mix(in srgb, var(--accent-color), transparent 80%);
}
.post-slider .author-info .author-details {
  display: flex;
  flex-direction: column;
}
.post-slider .author-info .author-details .author-name {
  font-weight: 600;
  color: var(--heading-color);
  font-size: 14px;
  margin-bottom: 2px;
}
.post-slider .author-info .author-details .publish-date {
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.post-slider h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  color: var(--heading-color);
}
@media (max-width: 768px) {
  .post-slider h3 {
    font-size: 18px;
  }
}
.post-slider h3 a {
  color:#05427c;
  transition: color 0.3s ease;
}
.post-slider h3 a:hover {
  color: #05427c;
}
.post-slider p {
  font-size: 16px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin-bottom: 25px;
  flex: 1;
}
.post-slider .blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}
@media (max-width: 576px) {
  .post-slider .blog-footer {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }
}
.post-slider .reading-time {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}
.post-slider .reading-time i {
  margin-right: 5px;
  font-size: 14px;
}
.post-slider .btn-read-more {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(45deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #000 10%));
  color: var(--contrast-color);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.post-slider .btn-read-more span {
  margin-right: 8px;
}
.post-slider .btn-read-more i {
  font-size: 12px;
  transition: transform 0.3s ease;
}
.post-slider .btn-read-more:hover {
  transform: translateX(5px);
  background: linear-gradient(45deg, color-mix(in srgb, var(--accent-color), #000 10%), var(--accent-color));
  color: var(--contrast-color);
}
.post-slider .btn-read-more:hover i {
  transform: translateX(3px);
}
@media (max-width: 576px) {
  .post-slider .btn-read-more {
    align-self: flex-end;
  }
} 

section#counts p {
    text-align: center;
}