@font-face {
  font-family: 'FS Elliot';
  src: url('fonts/FS-Elliot-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'FS Elliot';
  src: url('fonts/FS-Elliot-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'FS Elliot';
  src: url('fonts/FS-Elliot-Heavy.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

:root {
  --color-primary: #f78720;
  --color-secondary: #76bbf5;
  --color-dark-blue: #00307F;
  --color-light-blue: #d6ecff;
  --color-semi-light: #eff7ff;
}

html,
body {
  font-family: 'FS Elliot', sans-serif;
}

.orange-text {
  color: var(--color-primary);
}

.btn-theme {
  background-color: var(--color-primary);
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: 1px solid var(--color-primary);
  display: block;
  width: fit-content;
  text-align: center;
}

.btn-theme:hover {
  background-color: var(--color-dark-blue);
  border: 1px solid var(--color-dark-blue);
}

.header {
  background-color: #00245f;
}

.toggler-icon i {
  color: #fff;
  font-size: 20px;
}

#menuToggle {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#closeSidebar {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
}

.nav-link {
  position: relative;
}

/* Optional: White text on dropdown in desktop */
.dropdown-menu {
  background-color: #00245f;
  border-radius: 0px 0px 10px 10px;
}

.dropdown-menu .dropdown-item {
  color: #fff;
}

.dropdown-menu .dropdown-item:hover {
  color: var(--color-primary);
  background-color: #00245f;
}

/* Sidebar styles */
#mobileSidebar {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -800px;
  background-color: #00245f;
  transition: right 0.3s ease-in-out;
  z-index: 1050;
  padding: 50px 10px
}

#mobileSidebar.active {
  right: 0;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.overlay.active {
  display: block;
}

.logo-img {
  width: 100%;
  max-width: 150px;
}

.mobile-logo {
  width: 100%;
  max-width: 150px;
  height: 70px;
}

.sidebar-logo-footer {
  max-width: 100px;
}

.sidebar-logo-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #e1e1e1 !important;
  padding: 20px;
}

.nav-link:hover {
  color: var(--color-primary) !important;
}

/* Full screen video styling */
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* Overlay to darken video for contrast */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 90vh;
}

.hero-content h2 {
  color: white;
  font-size: 40px
}

.section-padding {
  padding: 50px 0px;
}

.radius-img {
  border-radius: 20px;
}

.main-title {
  font-size: 38px;
  font-weight: 600;
}

.dark-background {
  background-color: var(--color-dark-blue);
}

.section-title {
  font-size: 30px;
  font-weight: 600;
}

.color-lightblue {
  color: var(--color-secondary);
}

.community-logo-item {
  background-color: white;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  border-radius: 20px;
  height: 120px;
  width: 100%;
  overflow: hidden;
}

.community-logo-item img {
  transition: transform 0.3s ease;
  max-width: 120px;
  height: auto;
}

/* Center item enlarged */
.owl-carousel .center .community-logo-item {
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.community-slider .owl-stage-outer {
  padding: 50px 0px;
}

.hone-news-section {
  background-color: var(--color-secondary);
}

.news-blog {
  padding: 25px;
  border-radius: 50px;
}

.news-blog img {
  border-radius: 50px;
}

.news-blog .news-date {
  font-size: 16px;
}

.news-blog .news-title {
  font-size: 29px;
  color: #001C48;
  font-weight: 600;
}

.news-blog .news-des {
  color: #001C48;
  font-size: 20px;
}

.news-blog .news-btn-theme {
  background-color: var(--color-dark-blue);
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: 1px solid var(--color-dark-blue);
  display: block;
  width: fit-content;
  margin: 0 auto;
}

.community-slider .owl-dots .owl-dot span, .news-blog-slider .owl-dots .owl-dot span {
  width: 18px !important;
  background-color: #fff !important;
  opacity: 50% !important;
}

.community-slider .owl-dot.active span, .news-blog-slider .owl-dot.active span {
  opacity: 100% !important;
}

.case-studies-title {
  color: var(--color-dark-blue)
}


.case-studies-box {
  padding: 25px;
  border-radius: 50px;
  background-color: #B7D3EB;
}

.case-studies-box img {
  border-radius: 50px;
}

.case-studies-box .news-date {
  font-size: 16px;
}

.case-studies-box .news-title {
  font-size: 30px;
  color: #001C48;
  font-weight: 600;
}

.case-studies-box .news-des {
  color: #001C48;
  font-size: 20px;
}

.case-studies-box .news-btn-theme {
  background-color: var(--color-dark-blue);
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: 1px solid var(--color-dark-blue);
  display: block;
  width: fit-content;
  margin: 0 auto;
}

/*TESTIMONIAL SECTION */
.testimonal-sec {
  background: var(--color-semi-light);
}

.client-testimonial {
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
}

.client-testimonial p {
  font-size: 18px;
}

.testimonial-image img {
  background-color: white;
  padding: 25px;
  border-radius: 20px;
  width: 100%;
  margin-top: 20px;
  max-width: 210px;
}

/* CTA SECTION */
.cta-btn {
  background-color: var(--color-primary);
  padding: 60px 40px;
}

.cta-btn h3 {
  font-weight: 600;
}

.btn-theme2 {
  background-color: #00245f;
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: 1px solid #00245f;
  font-size: 20px;
}

/* FOOTER SECTION */
.footer {
  background-color: #00245f;
  padding: 40px 10px;
}

.logo-img-footer {
  width: 100%;
  max-width: 200px;
}

.rotate-icon {
  transition: transform .2s ease;
  color: var(--color-primary);
}

button.collapsed .rotate-icon {
  transform: rotate(0deg);
}

button:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}

.dark-bg {
  background-color: #00173c;
}

/* FOOTER END */

.breadcumb-box {
  padding: 80px 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.community-bg {
  background-image: url(../assets/community-bg.jpg);
}

.breadcumb-page-title {
  font-size: 50px;
  font-weight: 600;
}

.community-section-box {
  background-color: #B7D3EB;
  padding: 30px 0px 50px;
}

.breadcumb-link-box {
  color: #00245F;
  font-size: 18px;
}

.breadcumb-link-box a {
  color: #00245F;
}

.community-text-item {
  background-color: var(--color-dark-blue);
}

.community-img img {
  max-width: 150px !important;
}

.community-text-item p {
  font-size: 20px;
}

.community-second-section {
  background-color: #5495CC;
}

.community-second-section h2 {
  font-size: 30px;
  font-weight: 600;
}

.community-second-button {
  background-color: var(--color-dark-blue);
  color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
  text-transform: uppercase;
  border: 1px solid var(--color-dark-blue);
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.community-second-button:hover {
  background-color: var(--color-primary);
}

.explore-bg {
  background-image: url(../assets/explore-bg.jpg);
}

.dark-blue-color {
  background-color: #5495CC;
}

.list-item-pera li::marker {
  color: var(--color-primary)
}

.breadcumb-padding {
  background-color: #ffffffff;
  padding: 30px 0px 50px;
}

.breadcumb-padding .breadcumb-link-box a {
  color: var(--color-dark-blue);
}

.about-brief {
  background-color: #EFF7FF;
}

.section-subtitle {
  font-size: 26px;
  font-weight: 600;
}


.about-bg {
  background-image: url(../assets/aboutus-bg.jpg);
}

.gallery-section {
  background-color: #D6ECFF;
}

.gallery-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease, opacity .35s ease, filter .35s ease;
}

.gallery-image img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

.gallery-slider .owl-item .gallery-image {
  transform: scale(.86);
  opacity: .65;
  filter: saturate(.9) contrast(.95);
}

.gallery-slider .owl-item.active .gallery-image {
  transform: scale(1.0);
  opacity: 1;
  filter: none;
}

.gallery-slider .owl-dots {
  margin-top: 14px;
}

.gallery-slider .owl-dot span {
  width: 15px !important;
  height: 8px !important;
  margin: 3px 4px;
  background: #00307F !important;
  opacity: 30% !important;
}
.gallery-slider .item{
  padding: 30px 0px;
}

.gallery-slider .owl-dot.active span {
  transform: scale(1.25);
  opacity: 100% !important;
}

.gallery-slider .owl-dots .owl-dot span {
  background-color: #00245f !important;
}

.contact-bg {
  background-image: url(../assets/contact-bg.jpg);
}

.contact-section-box {
  background-color: var(--color-secondary);
}

.contact-section-box h2 {
  font-weight: 600;
  font-size: 30px;
}

.form-box {
  max-width: 600px;
  width: 100%;
}

.form-control {
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 10px 15px;
  font-size: 15px;
}

.form-submit {
  background-color: var(--color-dark-blue);
  color: #fff;
  border-radius: 30px;
  padding: 8px 40px;
  text-transform: uppercase;
  border: 1px solid var(--color-dark-blue);
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  margin-top: 30px;
}

.contact-details-title {
  font-size: 28px;
  font-weight: 600;
}

.contact-detail-box {
  background-color: #EFF7FF;
  padding: 25px;
  border-radius: 20px;
}

.contact-detail-box p {
  font-size: 15px;
  line-height: 20px;
}

.contact-detail-box p span {
  color: var(--color-primary);
}

.location-bg {
  background-image: url(../assets/location-bg.jpg);
}

.location-box iframe {
  border-radius: 30px;
}


/* Availability */


.availability-bg {
  background-image: url(../assets/availability-bg.jpg);
}

.community-btn {
  background: #5495CC;
  padding: 60px 40px;
}

.contact-box {
  background-color: var(--color-primary);
}

/* news  */

.news-bg{
background-image: url(../assets/news-bg.jpg);
}
.news-section .news-blog{
  background-color: #D6ECFF;
  height: 100%;
}
.filter-box{
  border: 2px solid var(--color-dark-blue);
  border-radius: 30px;
  width: 380px;
  padding: 15px 30px;
}
.filter-box h3{
  font-size: 18px;
}
.single-news-title{
  font-weight: 600;
  color: var(--color-dark-blue);
}
.news-main-title{
  font-weight: 600;
  font-size: 30px;
}


/* lakeside 300 */

.lease-terms {
  background-color: #EFF7FF;
}

 .conference-hire{
   background-color:#EFF7FF;
   }
   .nearby-section{
      background-color:#5495CC;
   }




@media (min-width: 768px) {

  #mobileSidebar,
  .overlay {
    display: none !important;
  }

}

/* mobile css */
@media(max-width: 990px) {
  .nav-link.btn-theme {
    width: fit-content;
    margin: 0 auto;
    margin-top: 0px;
  }

  .section-padding {
    padding: 50px 10px;
  }

  .hero-content h2 {
    font-size: 30px
  }

  .main-title {
    font-size: 24px;
  }

  .community-slider {
    padding: 0px 40px 30px;
  }

  .btn-theme {
    margin: 0 auto;
  }

  .owl-carousel .owl-stage-outer {
    padding: 0px 0px;
  }

  .breadcumb-page-title {
    font-size: 40px;
  }

  .community-second-section h2 {
    font-size: 24px;
  }

  .contact-details-title {
    font-size: 20px;
  }
  .news-main-title{
  font-size: 22px;
}
}
