
/* Special trash effect */
.trash-effect {
  position: relative;
  max-width: 320px;
  margin: 60px auto 0;
}
.trash-effect .icon-file {
  font-size: 30px;
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -25px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(90px) translateY(20px) scale(1);
  -moz-transform: translateX(90px) translateY(20px) scale(1);
  -ms-transform: translateX(90px) translateY(20px) scale(1);
  transform: translateX(90px) translateY(20px) scale(1);
}
.trash-effect .icon-file:nth-child(2) {
  -webkit-transform: translateX(140px) translateY(-10px) scale(1);
  -moz-transform: translateX(140px) translateY(-10px) scale(1);
  -ms-transform: translateX(140px) translateY(-10px) scale(1);
  transform: translateX(140px) translateY(-10px) scale(1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.trash-effect .icon-file:nth-child(3) {
  -webkit-transform: translateX(140px) translateY(50px) scale(1);
  -moz-transform: translateX(140px) translateY(50px) scale(1);
  -ms-transform: translateX(140px) translateY(50px) scale(1);
  transform: translateX(140px) translateY(50px) scale(1);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.trash-effect.trash-effect-active .icon-file {
  -webkit-transform: translateX(-100px) translateY(-10px) scale(0);
  -moz-transform: translateX(-100px) translateY(-10px) scale(0);
  -ms-transform: translateX(-100px) translateY(-10px) scale(0);
  transform: translateX(-100px) translateY(-10px) scale(0);
}
@-webkit-keyframes openTrash {
  50% {
      -webkit-transform: rotate(-35deg);
  }
  100% {
      -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes openTrash {
  50% {
      -moz-transform: rotate(-35deg);
  }
  100% {
      -moz-transform: rotate(0deg);
  }
}
@keyframes openTrash {
  50% {
      transform: rotate(-35deg);
  }
  100% {
      transform: rotate(0deg);
  }
}



/*=================================================================
  About us section
==================================================================*/
.about {
    background: #fff;
  }
  .about h2 {
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
  }
  @media (max-width: 992px) {
    .about h2 {
      font-size: 25px;
    }
  }
  .about h4 {
    font-size: 14px;
    color: #f0326b;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .about p {
    line-height: 1.6;
    margin-top: 20px;
  }
  .about .content {
    padding: 50px 0;
  }
  @media (max-width: 992px) {
    .about .content {
      padding: 5px 0;
    }
  }
  
  


/*=================================================================
  Latest Posts
==================================================================*/
.post-item {
    background: #fff;
    margin-bottom: 40px;
  }
  .post-item .post-thumb {
    margin-right: 10px;
  }
  .post-item .post-thumb img {
    height: auto;
  }
  .post-item .post-title {
    margin-top: 20px;
  }
  .post-item .post-title h3 {
    font-size: 23px;
  }
  .post-item .post-title h3 a {
    color: #000;
  }
  .post-item .post-meta {
    font-size: 14px;
    color: #888;
  }
  .post-item .post-meta a {
    color: #000;
    margin: 3px 0;
  }
  .post-item .post-content p {
    color: #757575;
    margin: 10px 0;
  }
  .post-item .btn-main, .post-item .btn-main-sm {
    font-size: 12px;
    margin-top: 10px;
    padding: 8px 20px;
    margin: 15px 0;
  }
  

/*============================================
    END Call to Action
*=============================================*/


/* News Single
================================================== */
.post-single {
  position: relative;
}
.post-single .post-body {
  border: 1px solid #f1f1f1;
  background: none;
  padding: 40px;
}
.post-single .post-meta-date {
  position: absolute;
  top: 30px;
  left: 35px;
  display: block;
  text-align: center;
}
.post-single .post-author .avatar {
  width: 30px;
  height: 30px;
}
.post-single .post-author a {
  display: inline-block;
  margin-left: 6px;
}
.post-single .post-author:after {
  border: 0;
}
.post-single .entry-header .entry-title {
  font-size: 36px;
}
.post-single .entry-content p {
  margin-bottom: 30px;
}
.post-single .entry-content h3 {
  margin: 30px 0;
}
.post-single .post-footer {
  border-top: 1px solid #f1f1f1;
  margin: 40px 0 0;
  padding-top: 40px;
}

.tags-area {
  margin: 20px 0;
}

.post-tags strong {
  margin-right: 5px;
}
.post-tags a {
  border: 1px solid #f1f1f1;
  color: #626c84;
  display: inline-block;
  font-size: 14px;
  padding: 3px 15px;
  margin-left: 3px;
  border-radius: 25px;
}
.post-tags a:hover {
  background: #da0f32;
  color: #fff;
  border: 1px solid transparent;
}

/* Post social */
.post-social-icons > li {
  display: inline-block;
}
.post-social-icons a {
  margin-left: 10px;
  font-size: 16px;
  color: #252a37;
  text-align: center;
}
.post-social-icons a:hover {
  color: #da0f32;
}

/* Post navigation */
.post-navigation span:hover,
.post-navigation h3:hover {
  color: #da0f32;
}
.post-navigation .post-previous,
.post-navigation .post-next {
  padding: 0 40px;
  width: 50%;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.post-navigation i {
  margin: 0 5px;
  color: #da0f32;
}
.post-navigation span {
  font-size: 14px;
  color: #626c84;
  margin-bottom: 10px;
}
.post-navigation .post-previous {
  text-align: left;
  float: left;
  border-left: 0 none;
  border-right: 0 none;
  padding: 0 40px 0 0;
}
.post-navigation .post-next {
  text-align: right;
  float: left;
  border-right: 0 none;
  padding: 0 0 0 40px;
}
.post-navigation h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 8px 0 0;
}

/* Author box */
.author-box {
  padding: 40px;
  margin: 40px 0;
}

.author-img img {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  border-radius: 100%;
}

.author-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
.author-info h3 span {
  font-size: 12px;
  color: #999;
  border-left: 1px solid #AFAFAF;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 500;
}
.author-info p {
  padding-left: 130px;
}

.author-url a {
  font-size: 14px;
  color: #626c84;
}

/* Comments area */
.comments-area {
  margin: 40px 0;
}

.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-reply {
  color: #252a37;
  font-weight: 400;
  font-size: 14px;
}
.comments-list .comment-reply i {
  margin-right: 5px;
}
.comments-list .comment-reply:hover {
  color: #da0f32;
}

.comments-counter {
  font-size: 18px;
}
.comments-counter a {
  color: #323232;
}

.comments-list {
  list-style: none;
  margin: 0;
  padding: 20px 0;
}
.comments-list .comment {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.comments-list .comment.last {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comments-list img.comment-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-right: 30px;
}
.comments-list .comment-body {
  margin-left: 110px;
}
.comments-list .comment-author {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  color: #252a37;
}
.comments-list .comment-date {
  color: #252a37;
  font-size: 14px;
  display: block;
  margin-top: -5px;
}

.comments-reply {
  list-style: none;
  margin: 0 0 0 70px;
}

.comments-form {
  margin-bottom: 0;
}
.comments-form .title-normal {
  margin-bottom: 20px;
}
.comments-form .btn.btn-primary {
  margin-top: 20px;
}

/* Sidebar
================================================== */
.sidebar .widget-title {
  font-size: 24px;
  position: relative;
  margin: 0 0 30px;
  padding-left: 15px;
  border-left: 3px solid #da0f32;
}
.sidebar .widget {
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
  padding: 40px;
}
.sidebar .widget.widget-ad {
  padding: 0;
  border: none;
}

/* Widget common */
.sidebar-left .widget {
  margin-right: 20px;
}

.sidebar-right .widget {
  margin-left: 20px;
}

.sidebar .widget.box {
  padding: 25px;
}

.widget.box.solid {
  background: #f2f2f2;
}
.widget.box.red {
  background: #ec483b;
  color: #fff;
}
.widget.box.red .widget-title {
  color: #fff;
}
.widget ul li {
  line-height: 30px;
}

.sidebar .widget ul li a:hover {
  color: #da0f32;
}
.sidebar .widget ul li i {
  margin-right: 5px;
  font-weight: 500;
}
.sidebar .btn {
  font-weight: 800;
  margin-top: 15px;
}

/* Widget search */
.widget.widget-search {
  background: none;
  position: relative;
  padding: 0;
}

.input-group-btn {
  background: #da0f32;
  color: #fff;
}

.widget-search .form-control {
  border: 0 !important;
  font-style: italic;
  background-color: none;
}
.widget-search .form-control:focus {
  border: 0 !important;
  font-style: italic;
  background-color: none;
}
.widget-search i {
  color: #fff;
  background: #da0f32;
  font-size: 18px;
  position: relative;
  top: 0;
  padding: 15px;
}

/* Sidebar nav */
.widget-nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-nav-tabs li {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed #EAEAEA;
  margin-bottom: 20px;
}
.widget-nav-tabs li a {
  font-size: 16px;
  color: #626c84;
  font-family: 'Fira Sans', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-nav-tabs li span {
  float: right;
}
.widget-nav-tabs li:after {
  display: block;
  content: "";
  clear: both;
}
.widget-nav-tabs li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}


/*** Facts ***/
.fact-item .fact-icon {
  width: 120px;
  height: 120px;
  margin-top: -60px;
  margin-bottom: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border-radius: 120px;
  transition: .5s;
}

.fact-item:hover .fact-icon {
  background: rgba(236, 234, 234, 0.904);
}

.fact-item .fact-icon i {
  color: var(--primary);
  transition: .5;
}

.fact-item:hover .fact-icon i {
  color: #FFFFFF;
}


/*** About ***/
@media (min-width: 992px) {
  .container.about {
      max-width: 100% !important;
  }

  .about-text  {
      padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .about-text  {
      padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .about-text  {
      padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}



/*** Footer ***/
.footer {
  color: #B0B9AE;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #B0B9AE;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}
.copyright {
  padding: 0.5rem 0 !important;
  background: #111111;
  color: #B0B9AE;
  font-size: 0.85rem;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none; /* or block only when scrolling */
  z-index: 999;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}  
/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-nav .nav-link {
  margin-left: 30px;
  padding: 25px 0;
  color: var(--secondary);
  font-weight: 900;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link  {
      margin-left: 0;
      padding: 10px 0;
  }

  .navbar .navbar-nav {
      margin-top: 25px;
      border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      right: 0;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

.container {
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.background-container {
  background-image: url(https://www.se-coastalgroup.org.uk/wp-content/gallery/images/diggers-sunk-seasalter.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 100px!important;
  padding-top: 100px!important;
  text-align: center!important;
}
.background-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23,27,38,.92)), to(rgba(39,45,62,.92)));
  background-image: linear-gradient(to top, rgba(23,27,38,.92) 0%, rgba(39,45,62,.92) 100%);
}
.background-cover {
  z-index: 2;
  position: relative;
  color: #fff;
}
.line-heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.line-heading-left {
  text-align: right!important;
  margin: 0;
  padding: 0;
}
.line-heading-left h2 {
  color: #fff;
  font-size: 2.625rem;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  line-height: 1.1;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.line-heading-left h4 {
  font-size: 1.75rem;
  font-weight: 300;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #05B0E3;
  line-height: 1.1;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
.line-heading p {
  margin-left: 38px;
  margin-top: 0;
  border-left: 3px solid #05B0E3;
  padding: 12px 0 12px 30px;
  line-height: 24px;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 1rem;
 font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
  color: #bfbfbf;
  text-align: left;
  margin-bottom: 0;
}



/*** Facts & Quote ***/
.facts,
.quote {
    background: rgba(15, 66, 41, .6);
}


/*** Button ***/
.btn {
  transition: .5s;
  font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
  color: var(--light);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/* Carousel Inner Overlay */
.owl-carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay for readability */
  padding: 0 15px;
}

/* Carousel Item Base */
.header-carousel .owl-carousel-item {
  position: relative;
  width: 100%;
  height: 600px; /* balanced and presentable */
  overflow: hidden;
}

.header-carousel .owl-carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
 
  top: 0;
  left: 0;
  z-index: 1;
}


.owl-carousel-inner,
.owl-carousel-item img {
  transition: all 0.5s ease-in-out;
}
/* Responsive for mobile */
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    height: 400px;
  }

  .header-carousel .owl-carousel-item img {
    max-height: 100%;
    width: auto;
  }

  .owl-carousel-inner {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
  }

  .owl-carousel-inner .col-10,
  .owl-carousel-inner .col-lg-8 {
    width: 100%;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px;
  }
}

/* Carousel Navigation Thumbnails */
.header-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}

.header-carousel .owl-dots .owl-dot {
  width: 45px;
  height: 45px;
  margin: 6px 0;
  background: var(--dark);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.4s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
}

.header-carousel .owl-dots .owl-dot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
  transition: opacity 0.4s;
}

.header-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}



.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

/* Caption Styling */
.owl-carousel-item p {
  font-family: 'Cinzel Decorative', cursive;
  font-size: 2rem;
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 10px 20px;
  border-left: 4px solid #0d55a8;
  border-radius: 5px;
  margin-bottom: 20px;
}

/* Button Styling */
.owl-carousel-item .btn {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #0d55a8;
  border: none;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.owl-carousel-item .btn:hover {
  background-color: #063b76;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}
/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 20px 0 30px 0;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px dotted #097969;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #097969;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 30px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  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: #059652;
  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 #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #088024;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #034137;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Section full height and background */
.hero-section {
  height: 40vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to bottom right, #d5e5d0, #4f7c56, #2e5939 );


  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 1rem;
  overflow: hidden;
}

/* Hero content styling */
.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.hero-content p {
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}

.cta-button {
  background-color: #0f3057;
  color: #fff;
  border: none;
  padding: 0.75rem 1.8rem;
  font-size: 1rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #00b89c;
  transform: scale(1.05);
}

/* Scroll down arrow */
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  font-size: 2rem;
  animation: bounce 1.8s infinite;
  color: #ffffffcc;
  cursor: pointer;
}

@keyframes bounce {
  0%, 70% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}

/* Responsive typography */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
}
.fact-item {
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
}

.fact-item:hover {
  transform: translateY(-5px);
  background-color: #f3fdf6;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
}

.fact-icon i {
  transition: transform 0.3s ease, color 0.3s ease;
}

.fact-item:hover .fact-icon i {
  transform: scale(1.2);
  color: #157347; /* Slightly darker green on hover */
}
h4 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(to right, rgb(13,25,92), rgb(95,104,185));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  margin: 40px auto;
}

h4::before,
h4::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, rgb(13,25,92), rgb(95,104,185));
}

h4::before { left: -55px; }
h4::after { right: -55px; }

