body {
  font-family: "Poppins", sans-serif;
  color: #333;
  background-color: #EDEDE9;
  overflow-x: hidden;
}



.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

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

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

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

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

.long_section {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "Didot", serif;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.heading_container.heading_center {
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: "Didot", serif;
}

/* header section */
.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #D5BDAF;
  /* Updated background color */
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container {
  padding: 10px 0;
}

.custom_menu-btn {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
}

.custom_menu-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #D5BDAF;
  /* Updated background color */
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.07);
  z-index: 7;
  border-radius: 100%;
 
}

.custom_menu-btn.menu_btn-style::before {
  width: 100vh;
  height: 100vh;
  background-color: #D5BDAF;
  /* Updated background color */
  transform: scale(5);
  border-radius: 0;
}

.custom_menu-btn button {
  width: 50px;
  height: 50px;
  outline: none;
  border: none;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  z-index: 999;
  margin: 0;
}

.custom_menu-btn button span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: black;
  /* Updated color */
  margin: 2.5px 0;
  transition: all 0.3s;
  border-radius: 15px;
}

.custom_menu-btn .s-2 {
  transition: all 0.1s;
}

.menu_btn-style button span {
  background-color: black;
  /* Updated color */
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translate(6px, 6px);
}

.menu_btn-style button .s-2 {
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  transform: rotate(-45deg) translate(5px, -5px);
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;

  z-index: 9;
}

.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
  font-size: 60px;
}

.overlay a {
  padding: 0px;
  text-decoration: none;
  font-size: 22px;
  color: black;
  /* Updated color */
  display: block;
 
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  opacity: 0;
  font-family: 'Josefin Sans', sans-serif;
  /* Updated font */
}

.overlay a:hover {
  color: #CD853F;
  /* Same hover color as before */
}

.overlay-content {
  position: relative;
  top: 30%;
  width: 100%;
  text-align: center;
  margin-top: -100px;
  z-index: 99;
}

.overlay-content2 {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 40px rgba(0, 0, 0, 0.19);
  padding: 10px;
 
}

.menu_width {
  width: 100%;
}

.menu_width.overlay a {
  opacity: 1;
}

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

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

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

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: black;
  /* Updated color */
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  /* Updated font */
}




/* slider section */
.slider_section {
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 115px 0 75px 0;
}

.slider_section #customCarousel1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider_section #customCarousel1 .carousel-inner,
.slider_section #customCarousel1 .carousel-item,
.slider_section #customCarousel1 .img_container {
  height: 100%;
}

.slider_section #customCarousel1 .img_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider_section .detail-box {
  position: relative;
  width: 100%;
  z-index: 4;
}

.slider_section .detail-box .inner_detail-box {
  background-color: rgba(231, 220, 211, 0.8);
  color: #333;
  padding: 45px;
  border-radius: 5px;
}

.slider_section .detail-box h1 {
  font-family: "Didot", "Didot LT STD", "Didot W01", "Didot W05", "Georgia", serif;
  /* Use multiple variations for better compatibility */
  font-weight: bold;
  
  /* Ensure italic style */
  font-size: 2rem;
  /* Adjust font size as needed */
  line-height: 1.2;
  /* Line height for better readability */
  color: #333;
  /* Darker color for a classic look */
  letter-spacing: 0.05em;
  /* Slight letter spacing for elegance */
  text-transform: uppercase;
  /* Optional: uppercase for a bold statement */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  /* Subtle shadow for depth */
  margin-bottom: 20px;
  /* Space below the heading */
}

.slider_section .detail-box h1::before,
.slider_section .detail-box h1::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #CD853F;
  /* Accent color for the design */
  margin: 10px auto;
}

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

.slider_section .detail-box .slider-link {
  display: inline-block;
  padding: 10px 45px;
  background-color: #D6CCC2;
  color: #333;
  border-radius: 5px;
  border: 1px solid #D6CCC2;
  transition: all .2s;
  margin-top: 10px;
}

.slider_section .detail-box .slider-link:hover {
  background-color: transparent;
  color: #44403e;
}

.slider_section .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.slider_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 50px;
  height: 50px;
  z-index: 5;
  opacity: 1;
  border-radius: 5px;
  font-size: 12px;
  background-color: #D5BDAF;
  color: #333;
  transform: translateY(-50%);
}

.slider_section .carousel-control-prev {
  left: 45px;
  top: 50%;
}

.slider_section .carousel-control-next {
  right: 45px;
  top: 50%;
}



/* About section */
.about_section .row {
  align-items: center;
}

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

.about_section .detail-box p {
  margin-top: 10px;
  margin-bottom: 35px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #3a3f58;
  color: #fff;
  border-radius: 0;
  border: 1px solid #3a3f58;
  transition: all .2s;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #3a3f58;
}



/* Gallery section */
.gallery_section {
  background-color: #f9f8f7;
}

.gallery_section .heading_container {
  margin-bottom: 30px;
}

.gallery_section .row {
  align-items: stretch;
}

.gallery_section .img-box {
  display: flex;
  overflow: hidden;
  position: relative;
}

.gallery_section .img-box img {
  min-width: 100%;
  min-height: 100%;
}

.gallery_section .img-box a {
  display: flex;
  position: absolute;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #D5BDAF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
  color: #fff;
  font-size: 24px;
}

.gallery_section .img-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 63, 88, 0.85);
  transition: all 0.1s;
  transform: translateY(100%);
}

.gallery_section .img-box:hover::before {
  transform: translateY(0);
}

.gallery_section .img-box:hover a {
  opacity: 1;
}

.gallery_section .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.gallery_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #D5BDAF;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #D5BDAF;
  transition: all .2s;
}

.gallery_section .btn-box a:hover {
  background-color: transparent;
  color: #D5BDAF;
}

/* Service section */
.service_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 45px;
  position: relative;
}

.service_section .box .img-box {
  position: relative;
  width: 145px;
  height: 145px;
  margin-bottom: -72.5px;
}

.service_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #fff;
}

.service_section .box .detail-box {
  background-color: #3a3f58;
  color: #fff;
  padding: 97.5px 25px 25px 25px;
}

.service_section .box .detail-box h5 {
  margin-bottom: 0;
  font-weight: 600;
}

.service_section .box .detail-box p {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 15px;
}

.service_section .box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #D5BDAF;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #D5BDAF;
  transition: all .2s;
}

.service_section .box a:hover {
  background-color: transparent;
  color: #D5BDAF;
}

/* Blog section */
.blog_section .heading_container {
  align-items: center;
}

.blog_section .heading_container h2::before {
  left: 50%;
  transform: translateX(-50%);
}

.blog_section .box {
  margin-top: 55px;
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #000;
  background-color: #f9f8f7;
}

.blog_section .box .img-box {
  position: relative;
  width: 225px;
  min-width: 225px;
}

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

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

.blog_section .box .detail-box h5 {
  font-weight: bold;
  font-family: "Didot", serif;
}

.blog_section .box .detail-box p {
  font-size: 15px;
  color: #444;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 7px 20px;
  background-color: #3a3f58;
  color: #fff;
  border-radius: 0;
  border: 1px solid #3a3f58;
  transition: all .2s;
}

.blog_section .box .detail-box a:hover {
  background-color: transparent;
  color: #3a3f58;
}

//* Client section */
.client_section .heading_container {
  align-items: center;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center the items horizontally */
  margin: 45px 0;
  border-radius: 15px;
  text-align: center;
  /* Center text in the box */
}

.client_section .box .img-box {
  border-radius: 50%;
  /* Make the image fully circular */
  min-width: 175px;
  max-width: 175px;
  overflow: hidden;
  margin-bottom: 20px;
  /* Adjust margin for spacing */
  position: relative;
  border: 7px solid #fff;
  /* White border around the image */
}

.client_section .box .img-box img {
  width: 100%;
  height: auto;
  /* Maintain aspect ratio */
}

.client_section .box .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Center the detail box content */
  background-color: #F5EBE0;
  /* Use the palette color */
  padding: 30px 25px;
  /* Adjust padding for consistency */
  color: #333;
  /* Text color */
  border-radius: 10px;
  /* Smooth border radius */
}

.client_section .box .detail-box .name h6 {
  color: #CD853F;
  /* Adjust color to fit the theme */
  font-weight: 600;
  font-size: 1.1em;
  /* Adjust font size */
  margin-bottom: 15px;
  /* Add space below the name */
}

.client_section .box .detail-box p {
  color: #CD853F;
  /* Adjust text color */
  font-size: 1em;
  /* Adjust font size */
  line-height: 1.6;
  /* Line height for better readability */
}

.client_section .carousel_btn-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  /* Add margin for spacing */
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 45px;
  border: none;
  background-color: #D5BDAF;
  /* Adjust to fit the palette */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  /* Make buttons circular */
  margin: 0 10px;
  /* Adjust margin for spacing */
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #3a3f58;
  /* Hover color */
}

.client_section .carousel-control-next {
  left: auto;
  /* Ensure no left alignment */
  right: 0;
  /* Align to the right */
}


/* Contact section */
.contact_section {
  position: relative;
}

.contact_section .row {
  align-items: center;
}

.contact_section .form_container {
  background-color: #3a3f58;
  padding: 45px;
  margin-bottom: -90px;
  border: 5px solid #fff;
  color: #fff;
  transform: perspective(1000px) translateZ(20px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_section .form_container:hover {
  transform: perspective(1000px) translateZ(40px);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}

.contact_section .form_container .heading_container {
  margin-bottom: 30px;
}

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

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

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

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

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

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

.contact_section .form_container .btn_box {
  display: flex;
  margin-top: 15px;
}

.contact_section .form_container button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #D5BDAF;
  color: #333;
  border-radius: 0px;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #D5BDAF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.contact_section .subscribe-box {
  background-color: #f8f9fa;
  padding: 45px;
  margin-bottom: -90px;
  border: 5px solid #fff;
  color: #3a3f58;
  transform: perspective(1000px) translateZ(20px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact_section .subscribe-box:hover {
  transform: perspective(1000px) translateZ(40px);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}

.contact_section .subscribe-box h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.contact_section .subscribe-box p {
  color: #777;
}

.contact_section .subscribe-box form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact_section .subscribe-box form input {
  background-color: #ccc;
  height: 50px;
  padding-left: 15px;
  outline: none;
  color: #fff;
  border: none;
  width: 100%;
  margin-bottom: 15px;
}

.contact_section .subscribe-box form input::-webkit-input-placeholder {
  color: #555;
}

.contact_section .subscribe-box form input:-ms-input-placeholder {
  color: #555;
}

.contact_section .subscribe-box form input::-ms-input-placeholder {
  color: #555;
}

.contact_section .subscribe-box form input::placeholder {
  color: #555;
}

.contact_section .subscribe-box form button {
  background-color: #3a3f58;
  color: #fff;
  text-transform: uppercase;
  outline: none;
  border: none;
  display: inline-block;
  padding: 10px 45px;
  border-radius: 0;
  border: 1px solid #3a3f58;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.contact_section .subscribe-box form button:hover {
  background-color: transparent;
  color: #3a3f58;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}




/* Info section */
.info_section {
  background-color: #262939;
  color: #fff;
  padding: 165px 0 75px 0;
}

.info_section.innerpage_info_section {
  padding: 75px 0;
}

.info_section h4 {
  margin-bottom: 15px;
}

.info_section .info_contact a {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  margin-right: 5px;
  width: 25px;
}

.info_section .info_contact a:hover:hover {
  color: #D5BDAF;
}

.info_section .social_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.info_section .social_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

.info_section .social_box a:hover {
  color: #D5BDAF;
  border-color: #D5BDAF;
}

/* Footer section */
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  color: #000;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
