body {
  font-family: 'Roboto', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f07b26;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.header_section .header_top {
  padding: 5px 0;
  background-color: #252525;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_section .header_top .header_top_container .lang_box a {
  margin: 0;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
}

.header_section .header_top .header_top_container .lang_box a img {
  width: 25px;
}

.header_section .header_top .header_top_container .lang_box span {
  color: #ffffff;
  margin-left: 10px;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu {
  min-width: auto;
  width: auto;
  border-radius: 0;
}

.header_section .header_top .header_top_container .lang_box .dropdown-menu a {
  color: #000000;
  margin: 0;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a {
  margin-right: 25px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  /*background-color: #ffffff;*/
  width: 25px;
  height: 25px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f07b26;
}

.header_section .header_top .contact_nav a:hover i {
  color: #1d8fbd;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  /*background-color: #ffffff;*/
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f07b26;
}

.header_section .header_top .social_box a:hover i {
  color: #1d8fbd;
}

.header_section .header_bottom {
  background-color: #fff;
  /* padding: 15px 0; */
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand img {
  width: 150px;
  
}

.custom_nav-container {
  padding: 0;
}

/*.custom_nav-container .navbar-nav {*/
/*  margin: auto;*/
/*}*/

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 18px;
  font-size: 15px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #ffffff;
  background-color: #f07b26;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .nav_search-btn:hover {
  color: #000000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote_btn-container a {
  color: #000000;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #252525;
}

.quote_btn-container .quote_btn {
  display: inline-block;
  padding: 5px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.quote_btn-container .quote_btn:hover {
  background-color: #bc570d;
}



/* .carousel-caption p{
  font-size: 3rem;
} */

.carousel-caption h1{
  font-size: 3.5rem;
  font-weight: 900;
}

/*end header section*/


/* ------------------------------------------------- hero */

.slider_section .carousel-title {
  text-shadow: 2px 2px 4px #fff; 
}
.carousel-caption {
  position: absolute;
  bottom: 45%;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  color: #fff; /* Ensure text is visible on video background */
  text-align: center;
}
.carousel-caption h1{
  font-size: 5rem;
}
.carousel-caption h2{
  font-size: 3.5rem;
  color: #fff;
}

.carousel-inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media (max-width: 768px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }

  .carousel-title {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption {
    bottom: 20%;
    /* left: 5%; */
    /* transform: translateX(0); */
  }
  .carousel-caption h2{
    font-size: 1rem;
  }
  .carousel-caption h1{
    font-size: 1.5rem;
  }

  .carousel-title {
    font-size: 1.5rem;
  }
}



/* ------------------ */






.service_section {
  position: relative;
}

.service_section .heading_container h2 {
  text-transform: none;
}

.service_section .service_container {
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  padding: 45px 15px;
  margin: 0 25px;
}

.service_section .box {
  margin-top: 45px;
}

.service_section .box .img-box {
  height: 65px;
}

.service_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #252525;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #f07b26;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

/* --------------------------------------------------- */
/* service home page  */

@media (max-width:345px) {
  .thirdsec h1{
    font-size: 1.5rem;
  }
}

/* General styles */


.title-sec {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 22vh;
  background-image: url(../images/headerimage1.webp);
  background-position: 80% 40%;
  background-size: cover;
  /* border: 1px solid #0056b3; */
}



.title-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.title-sec > * {
  position: relative;
  z-index: 2; /}


/* ---------service secontion on home page */

.service-item-home {
  /* height: 100%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f9fa;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 10px;
}

.service-item-home h5{
  color: #000;
}
.service-item-home h5:hover{
  color: #f07b26;
}

h5 {
  font-size: 1rem;
}

@media (max-width: 768px) {
  h5 {
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  h5 {
    font-size: 0.8rem;
  }
}


/* ----------------------------new service */



.service-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Distribute space between items */
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* height: 610px;  */
  margin-bottom: 30px; /* Add margin between service items */
  box-sizing: border-box; /* Include padding and border in height */
}

.service-item:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease;
}

.book-now {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F07B26; 
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: auto; /* Push the button to the bottom */
  text-align: center;
}

.book-now:hover {
  background-color: #e06b1f; /* Slightly darker shade on hover */
}

.service-image {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  object-fit: cover; /* Maintain image aspect ratio */
}

.service-title {
  margin: 15px 0 10px;
  font-size: 1.5rem;
  color: #F07B26;
  text-align: center;
  font-weight: bold;
}

.service-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: auto; /* Ensures list items are pushed up */
}

.service-list li {
  margin-bottom: 8px;
}



@media (max-width: 768px) {
  .service-image {
    height: 200px; 
  }
  .service-title {
    font-size: 1.25rem; 
  }
  .service-item {
    height: auto; 
  }
}


/* ---------------------------- */

.serviceContainer {
  width: 90%; /* Adjusted width for responsiveness */
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0;
  margin: 0 auto; /* Center container */
}

.serviceContainer .serviceBox {
  position: relative;
  width: 100%; /* Full width by default */
  max-width: 320px;
  margin: 0 15px; /* Space between boxes */
  margin-bottom: 15px;
  background-color: #fff;
  padding: 60px 30px; /* Adjusted padding for smaller screens */
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* Ensures consistent spacing */
  min-height: 400px; /* Ensures consistent height, adjust as needed */
}

.serviceContainer .serviceBox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F07B26;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.5s ease;
}

.serviceContainer .serviceBox:hover:before {
  transform: scaleY(1);
  transform-origin: bottom;
}

.serviceContainer .serviceBox h2 {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 3em;
  font-weight: 800;
  z-index: 1;
  opacity: 0.1;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.serviceContainer .serviceBox:hover h2 {
  opacity: 1;
  transform: translateY(-20px);
}

.serviceContainer .serviceBox:hover h3 {
  color: #fff;
}

.serviceContainer .serviceBox h3 {
  position: relative;
  font-size: 1.2em;
  z-index: 2;
  color: #F07B26;
  transition: color 0.5s ease;
}

.serviceContainer .serviceBox p {
  position: relative;
  z-index: 2;
  margin-bottom: 20px; /* Space between paragraph and button */
}

.serviceContainer .cta-button {
  display: block;
  margin-top: auto; /* Push button to the bottom of the container */
  padding: 10px 20px;
  background-color: #0F4675; /* Adjust as needed */
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.serviceContainer .cta-button:hover {
  background-color: #0056b3; /* Adjust as needed */
}

/* Responsive styles */
@media (max-width: 768px) {
  .serviceContainer {
    padding: 30px 0;
  }

  .serviceContainer .serviceBox {
    padding: 40px 20px;
    margin: 15px 0; /* Vertical spacing for stacked layout */
    min-height: 350px; /* Adjust height for smaller screens */
  }

  .serviceContainer .serviceBox h2 {
    font-size: 2.5em;
    left: 20px;
    top: 20px;
  }

  .serviceContainer .serviceBox h3 {
    font-size: 1.1em;
  }

  .serviceContainer .serviceBox p {
    font-size: 0.9em;
  }
}

@media (max-width: 480px) {
  .serviceContainer {
    padding: 20px 0;
  }

  .serviceContainer .serviceBox {
    padding: 30px 15px;
    margin: 15px 0;
    min-height: 300px; /* Adjust height for very small screens */
  }

  .serviceContainer .serviceBox h2 {
    font-size: 2em;
    left: 15px;
    top: 10px;
  }

  .serviceContainer .serviceBox h3 {
    font-size: 1em;
  }

  .serviceContainer .serviceBox p {
    font-size: 0.85em;
  }
}



/* ------------------------------------------------------------ */

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .img-box::before, .about_section .img-box::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 70%;
  background-color: #f07b26;
  z-index: 3;
}

.about_section .img-box::before {
  left: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about_section .img-box::after {
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
  margin-top: 15px;
}


/* About page second */

.slider {
  
  margin-bottom: 30px;
  position: relative;
}
.slider .owl-item.active.center .slider-card {
  transform: scale(1.15);
  opacity: 1;
  background: #F07B26; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #ff5e62, #ff9966); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #ff5e62, #ff9966); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #110f0f;
}
.slider .owl-item.active.center .slider-card h5{
  color: #fff;
}

.slider-card {
  background: #fff;
  padding: 0px 0px;
  margin: 50px 15px 90px 15px;
  border-radius: 5px;
  box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%); 
  transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s;
 
}
.slider-card img {
  border-radius: 5px 5px 0px 0px;
}
.owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.owl-dots .owl-dot.active {
  background: #f44336 !important;
}




/* testing */

/* Section Styles */
.unique-section {
  padding: 20px;
}

.unique-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* Unique Box Styles */
.unique-box {
  background: #f9f9f9;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease-in-out;
}

.unique-box:hover {
  transform: scale(1.02);
}

.unique-box img {
  width: 100%;
  height: auto;
  display: block;
}

.unique-text {
  padding: 15px;
}

.unique-text-box h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.unique-text-box p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .unique-text-box h2 {
    font-size: 1.25rem;
  }

  .unique-text-box p {
    font-size: 0.875rem;
  }
}

@media (max-width: 480px) {
  .unique-text-box h2 {
    font-size: 1rem;
  }

  .unique-text-box p {
    font-size: 0.75rem;
  }
}
@media (max-width:320px) {
  .unique-section{
    padding: 0px;
  }
}


/* own booking */

.book_now_btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F07B26;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  margin: 20px 0;
}

/* -------------------------booking page-------------- */

.auto-container {
  position: static;
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
}

/* ----------end here------------------- */

.img-fluid {
  /* width: 100%;
  height: auto; */
  margin-bottom: 15px; /* Adjust spacing between images */
}

.about_section .detail-box a:hover {
  background-color: #bc570d;
}

.project_section .heading_container {
  margin-bottom: 45px;
}

.project_section .heading_container h2 {
  color: #000000;
  text-transform: uppercase;
  margin: 0;
}

.project_section .heading_container h2 span {
  color: #ffffff;
}

.project_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project_section .filter_box h6 {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
}

.project_section .filter_box .owl-filter-bar {
  margin-left: 25px;
}

.project_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #252525;
  padding: 0 10px;
  font-size: 15px;
}

.project_section .filter_box .owl-filter-bar a.active {
  color: #f07b26;
}

.project_section .box {
  position: relative;
}

.project_section .box .img-box {
  position: relative;
}

.project_section .box .img-box img {
  width: 100%;
}

.project_section .box .img-box .pin_link {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #f07b26;
  font-size: 20px;
}

.project_section .box .detail-box {
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #f07b26;
  color: #ffffff;
  visibility: hidden;
  opacity: 0;
}

.project_section .box .detail-box h5 {
  font-weight: bold;
}

.project_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.project_section .project_carousel {
  margin-top: 45px;
  padding: 0 45px;
}

.project_section .project_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.project_section .project_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #252525;
  outline: none;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

.project_section .project_carousel .owl-nav button:hover {
  background-color: #f07b26;
}

.project_section .project_carousel .owl-nav button.owl-prev {
  left: -25px;
}

.project_section .project_carousel .owl-nav button.owl-next {
  right: -25px;
}

.client_section {
  background-image: url(../images/client-bg.webp);
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding: 40px 0; 
}

.client_section .heading_container {
  margin-bottom: 30px;
  color: #ffffff;
}

.client_section .heading_container h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 24px; /* Adjust font size for smaller screens */
}

.client_section .box {
  display: flex;
  flex-direction: column; /* Stack vertically on small screens */
  align-items: center; /* Center elements horizontally */
  text-align: center; /* Center text */
}

.client_section .box .img-box {
  width: 100px; /* Adjust size for smaller screens */
  height: 100px; /* Adjust size for smaller screens */
  min-width: 100px; /* Adjust size for smaller screens */
  margin-right: 0; /* Remove margin for smaller screens */
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_section .box .img-box i {
  font-size: 50px; /* Adjust icon size for smaller screens */
}

.client_section .box .client_info {
  display: flex;
  flex-direction: column; /* Stack vertically on small screens */
  align-items: center; /* Center items horizontally */
  text-align: center; /* Center text */
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  color: #252525;
  margin-bottom: 5px;
  font-size: 18px; /* Adjust font size for smaller screens */
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 10px;
  color: #f07b26;
  font-weight: normal;
  font-size: 14px; /* Adjust font size for smaller screens */
}

.client_section .box .client_info i {
  font-size: 20px; /* Adjust icon size for smaller screens */
}

.client_section .box p {
  margin-top: 20px;
  font-size: 14px; /* Adjust font size for smaller screens */
}

.client_section .box .detail-box {
  background-color: #ffffff;
  padding: 30px; /* Adjust padding for smaller screens */
  width: 100%; /* Ensure it takes full width */
  max-width: 600px; /* Limit max width */
  margin: 0 auto; /* Center the box */
}

.client_section .carousel-indicators {
  display: flex;
  justify-content: center; /* Center indicators */
}

.client_section .carousel-indicators li {
  background-color: #f07b26;
  width: 8px; /* Adjust size for smaller screens */
  height: 8px; /* Adjust size for smaller screens */
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 16px; /* Adjust size for smaller screens */
  height: 16px; /* Adjust size for smaller screens */
  background-color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .client_section .heading_container h2 {
    font-size: 20px;
  }
  
  .client_section .box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .client_section .box .img-box {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .client_section .box .img-box i {
    font-size: 40px;
  }

  .client_section .box .client_info .client_name h5 {
    font-size: 16px;
  }

  .client_section .box .client_info .client_name h6 {
    font-size: 12px;
  }

  .client_section .box .client_info i {
    font-size: 18px;
  }

  .client_section .box p {
    font-size: 12px;
  }

  .client_section .box .detail-box {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .client_section .heading_container h2 {
    font-size: 18px;
  }
  
  .client_section .box .img-box {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .client_section .box .img-box i {
    font-size: 30px;
  }

  .client_section .box .client_info .client_name h5 {
    font-size: 14px;
  }

  .client_section .box .client_info .client_name h6 {
    font-size: 10px;
  }

  .client_section .box .client_info i {
    font-size: 16px;
  }

  .client_section .box p {
    font-size: 10px;
  }

  .client_section .box .detail-box {
    padding: 15px;
  }
}

.why_us_section .why_us_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 45px;
}

.why_us_section .why_us_container .box .img-box {
  background-color: #f07b26;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  min-width: 175px;
  height: 125px;
  margin-right: 25px;
  padding-right: 25px;
  -webkit-clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
          clip-path: polygon(0 0, 85% 0, 85% 35%, 100% 50%, 85% 65%, 85% 100%, 0 100%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why_us_section .why_us_container .box .img-box img {
  width: 45px;
}

.why_us_section .why_us_container .box .detail-box h5 {
  font-weight: bold;
}

.why_us_section .why_us_container .box:hover .img-box {
  background-color: #252525;
}

.why_us_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.why_us_section .btn-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.why_us_section .btn-box a:hover {
  background-color: #bc570d;
}

.contact_section {
  position: relative;
}

/* .contact_section .heading_container {
  margin-bottom: 25px;
} */

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

  /* .contact_section .form_container {
    margin-right: 15px;
  } */

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 15px;
  margin-bottom: 25px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #252525;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #252525;
}

.contact_section .form_container input::placeholder {
  color: #252525;
}

.contact_section .form_container input.message-box {
  height: 120px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.contact_section .form_container button:hover {
  background-color: #bc570d;
}

.contact_section .map_container {
  height: 450px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #0F4675;
  color: #ffffff;
  /* padding: 45px 0; */
  padding-bottom: 20px;
}

.info_section .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  text-align: center;
}

.info_section .contact_nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}

.info_section .contact_nav a i {
  font-size: 28px;
}

.info_section .contact_nav a:hover {
  color: #f07b26;
}

.info_section .info_top {
  padding: 45px 0;
}

.info_section h4 {
  text-transform: uppercase;
  position: relative;
  margin-bottom: 25px;
}



  .footer-top ul li {
    color: white;
  }
  .footer-top h4 {
    font-weight: 700;
    color: #f07b26;
  }
  .footer-top ul li:hover {
    color: #f07b26;
  }
  .footer-top ul a {
    color: inherit; 
    text-decoration: none; 
  }

.footer-widget img{
  width: 100%;
  height: 100px;
  padding: 0;
  padding-right:3.5rem ;
}
  

.info_section .info_links .info_links_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links .info_links_menu a {
  color: #ffffff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.info_section .info_links .info_links_menu a:hover, .info_section .info_links .info_links_menu a.active {
  color: #f07b26;
}

.info_section .info_post .post_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_post .post_box .img-box {
  min-width: 45px;
  max-width: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -ms-flex-preferred-size: calc(33% - 10px);
      flex-basis: calc(33% - 10px);
  padding: 5px;
  margin: 5px;
}

.info_section .info_post .post_box .img-box img {
  width: 100%;
}

.info_section .info_post .post_box p {
  margin: 0;
}

.info_section .info_post .post_box:not(:nth-last-child(1)) {
  margin-bottom: 15px;
}

.info_post h5{
  color: #fff;
}

.footer-nav i{
  padding: 7px;
}

.info_section .info_form input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #eaeaea;
  outline: none;
  color: #101010;
}

.info_section .info_form button {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f07b26;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: none;
}

.info_section .info_form button:hover {
  background-color: #bc570d;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_bottom .info_logo {
  margin-right: 45px;
}

.info_section .info_bottom .info_logo a img {
  width: 125px;
}

.info_section .footer-nav .social_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  gap: 20px;
  font-size: 2rem;
  margin-left: 3rem;

}
.social_box i{
  color: #fff;
}
.social_box i:hover{
  color: #f07b26;
}


.info_section .info_bottom .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  color: #f07b26;
  font-size: 18px;
  margin-right: 10px;
}

.info_section .info_bottom .social_box a:hover {
  color: #252525;
}


/* ---------------------------------------new */

.footer-top {
  background-color: #077aa9;
  color: #fff;
  padding: 30px 0;
}

.footer-widget {
  margin-bottom: 20px;
}

.footer-widget .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
}

/* .footer-widget ul {
  padding-left: 0;
}

.footer-widget ul li {
  margin-bottom: 10px;
}
.footer-widget ul li i {
  margin-right: 10px; 
  font-size: 20px; 
} */


.footer-widget ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none; /* Remove default list styles */
}

.footer-widget ul li {
  margin-bottom: 15px; /* Space between list items */
  display: flex; /* Use flexbox for alignment */
  align-items: flex-start; /* Align items at the start */
  line-height: 1.5; /* Improve readability */
}

.footer-widget ul li i {
  margin-right: 15px; /* Space between icon and text */
  font-size: 20px; /* Adjust icon size as needed */
}

.footer-widget ul li span {
  flex: 1; 
}



.footer-widget ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-widget ul li a:hover {
  text-decoration: underline;
}

.info_logo img {
  max-width: 150px;
  height: auto;
}

.social_box a {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}


.info_bottom p {
  margin: 0;
}

@media (max-width: 767px) {
  .footer-widget .widget-title {
    font-size: 16px;
  }

  .footer-widget ul li {
    font-size: 14px;
  }
}


/* ------------------ */

/* footer section*/
.footer_section {
  position: relative;
  background-color: #252525;
  text-align: center;
  
}

.footer_section p {
  color: #fff;
  padding: 10px 0;
  margin: 0;
}



.footer_section p a {
  color: inherit;
}

.footer_section p a:hover {
  color: #f07b26;
}


.auto-container img{
width: 100%;
height: auto;
}

.footer-service-link .info_post a{
  color: #fff;
}

.footer-service-link .info_post a:hover{
  color: #f07b26;
}

.footer-line{
  height: 1px;
  background-color: #f07b26;
}


/* ------------------------- */

.book-btn{
  list-style: none;
  border: none;  
  padding: 10px;
  border-radius: 10px;
  background-color: #f07b26;
  color: #fff;
}

/* ---------------- */
/* -------------------------------Gallery page  */
/* .gallery{
	background-color: #dbddf1;
	padding: 40px 0;
}
.gallery img{
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
}

.overlap-cap h1 {
    color: var(--stdWhite);
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center !important;
}


.position-relative {
    position: relative;
}

.gallery .img-fluid {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
@media (max-width:325px) {
  .gallery img{
    padding: 0;
  }
}

@media (max-width: 767.98px) {
    .img-fluid {
        height: auto;
    }
} */



  /* General Gallery Styles */
.gallery {
  background-color: #F0EFEF;
  padding: 40px 0;
}

/* Style for each gallery item */
.gallery-item {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  cursor: pointer;
}

/* Responsive Image Styles */
.gallery .img-fluid {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.gallery-div:hover{
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  transition: all 0.3s ease;

}

#gallery-modal .modal-img{
	width: 100%;
}


/* Set a fixed size for the modal */
#gallery-modal .modal-dialog {
  max-width: 800px; /* Fixed width */
  max-height: 600px; /* Fixed height */
}

#gallery-modal .modal-content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Ensure the image fits inside the modal and scales properly */
.modal-body img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures the image is fully visible */
}

/* Position the Previous and Next buttons over the image */
#prev, #next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  border: none;
  color: white;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 1000;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#prev {
  left: 10px;
}

#next {
  right: 10px;
}

#prev:hover, #next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Remove padding from the modal body to ensure the image takes full space */
.modal-body {
  padding: 0;
  height: 100%;
}


/* Media Queries for Smaller Screens */

/* For very small screens */
@media (max-width: 325px) {
  .gallery-item {
      padding: 0;
  }
}

/* For small screens */
@media (max-width: 767.98px) {
  .gallery .img-fluid {
      height: auto;
  }
}


/* ----POP UP WINDOW */


.popup {
  display: none;
  position: fixed;
  z-index: 1000; 
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4); 
}


.popup-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px; 
}


.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}



.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5); /* Dark overlay background */
}

/* Popup content */
.event-container {
  background-color: #fff;
  border-radius: 8px;
  margin: 5% auto; /* Center the popup */
  padding: 20px;
  max-width: 90%; /* Adjust width for small screens */
  width: 500px; /* Default width for larger screens */
  position: relative;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 28px;
  color: #aaa;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

.btn_box{
  margin-bottom: 15px;
}

/* Event Image */
.event-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}

/* Event Information */
.event-info {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.event-info h1 {
  color: #333;
  font-size: 24px;
  margin-bottom: 10px;
}

.event-info p {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.event-info a {
  color: #007BFF;
  text-decoration: none;
}

.event-info a:hover {
  text-decoration: underline;
}

/* Call-to-action button */
.cta-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
  .event-container {
    width: 90%; /* Adjust width for medium-sized screens */
    margin: 5% auto; /* Reduce margin for smaller screens */
  }
  
  .event-info h1 {
    font-size: 22px; /* Adjust font size for smaller screens */
  }

  .event-info p {
    font-size: 14px; /* Adjust font size for smaller screens */
  }

  .cta-button {
    font-size: 14px; /* Adjust font size for smaller screens */
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .event-container {
    width: 95%; /* Further adjust width for very small screens */
    margin: 40% auto; /* Further reduce margin */
    padding: 15px; /* Adjust padding for smaller screens */
  }

  .event-info h1 {
    font-size: 20px; /* Further adjust font size for smaller screens */
  }

  .event-info p {
    font-size: 12px; /* Further adjust font size for smaller screens */
  }

  .cta-button {
    font-size: 12px; /* Further adjust font size for smaller screens */
    padding: 6px 12px;
  }
}

/* ----------------END HERE */


  


  #floating-button{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f07b26;
    position: fixed;
    bottom: 54px;
    left: 30px;
    cursor: pointer;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: 99;
  }
  
  .plus{
    color: black;
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 55px;
    font-size: 40px;
    font-family: 'Roboto';
    font-weight: 500;
    animation: plus-out 0.3s;
    transition: all 0.3s;
  }
  
  #container-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

  .button-container {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    align-items: center;    /* Center-align buttons horizontally */
}
  
  #container-floating:hover{
    height: 400px;
    width: 90px;
    padding: 30px;
  }
  
  #container-floating:hover .plus{
    animation: plus-in 0.15s linear;
    animation-fill-mode: forwards;
  }
  
  .edit{
    position: absolute;
    top: 0;
    display: block;
    bottom: 0;
    left: 0;
    display: block;
    right: 0;
    padding: 0;
    opacity: 0;
    margin: auto;
    line-height: 65px;
    transform: rotateZ(-70deg);
    transition: all 0.3s;
    animation: edit-out 0.3s;
  }
  
  #container-floating:hover .edit{
    animation: edit-in 0.2s;
     animation-delay: 0.1s;
    animation-fill-mode: forwards;
  }

  @keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  /* background: #f07b26; */
  left: 37px;
  bottom: 120px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  /* background: #f07b26; */
  left: 37px;
  bottom: 170px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  font-family: 'Roboto';
  color: black;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}


#floating-button-top {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #f07b26;
  position: fixed;
  bottom: 54px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  z-index: 99;
}

.arrow {
  color: black;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 40px;
  font-family: 'Roboto';
  font-weight: 500;
  transition: all 0.3s;
}

#container-floating-top {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

/* Container for overall layout */
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 10px;
}

/* Section title styling */
.sec-title {
    margin-bottom: 30px;
}

.sec-title .title {
    font-size: 16px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sec-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 10px 0;
    color: #333;
}

/* Team section layout */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    justify-content: center;
}

/* Individual team member styling */
.col-lg-4, .col-lg-2 {
    padding: 15px;
    box-sizing: border-box;
}

.team-9 {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.team-img img {
    width: 100%;
    height: 325px;
    border-radius: 50%;
    margin-bottom: 15px;
    object-fit: cover;
}

/* Team member content */
.team-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 5px;
}

.team-content h3 {
    font-size: 16px;
    font-weight: 400;
    color: #777;
}

/* Team member overlay styling */
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
}

.team-9:hover .team-overlay {
    opacity: 1;
}

.team-overlay h2 {
    margin-bottom: 5px;
    font-size: 22px;
    color: #236963; /* Same color as text in the overlay */
}

.team-overlay h3 {
    margin-bottom: 15px;
    font-size: 16px;
}

.team-overlay p {
    font-size: 14px;
    line-height: 1.5;
}

/* Social media icons styling */
.team-social a {
    margin: 0 5px;
    color: #fff;
    font-size: 18px;
}

.team-social a:hover {
    color: #236963; /* Hover color for social media icons */
}

.fixed-buttons {
    position: fixed;
    bottom: 110px; /* Adjusted to ensure it doesn't overlap the footer */
    left: 20px;   /* Adjusted to fit better within the viewport */
    right: 20px;  /* Adjusted to fit better within the viewport */
    display: flex;
    justify-content: space-between;
    padding: 0; /* Removed padding to prevent overlap issues */
    z-index: 1000;
}

.whatsapp-button, .call-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;  /* Adjusted size */
    height: 45px; /* Adjusted size */
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* WhatsApp button styles */
.whatsapp-button {
    font-size: 30px; /* Adjusted font size */
    background-color: #25D366; 
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.whatsapp-button:hover {
    background-color: #128C7E; 
}

/* Call button styles */
.call-button {
    font-size: 25px;
    background-color: #34b7f1; 
    position: absolute;
    left: 15px;
}

.call-button:hover {
    background-color: #007BFF; 
}
