body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #f8f4e3;
}

.hero_area {
  max-width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: white;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero_bg_box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.1s ease-in-out;
}

.logo_img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  padding: 10px;
}

.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.header_section {
  padding: 0;
  z-index: 1030;
  position: relative;
}

.header_top {
  background-color: #8b5a2b;
  padding: 15px 0;
}

.header_top .contact_link-container {
  display: flex;
  justify-content: space-between;
}

.header_top .contact_link-container a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
}

.header_top .contact_link-container a i {
  font-size: 20px;
  color: #f1db25;
  margin-right: 5px;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 35px 15px 10px 15px;
  color: #5b3a29;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  background-color: #c49a6a;
  color: white;
  text-transform: uppercase;
  border-bottom-left-radius: 30px;
  font-weight: bold;
  border: 2px solid #a68b5d;
}

.custom_nav-container .navbar-nav .nav-item.active .nav-link:hover {
  background-color: #a68b5d;
  text-decoration: none;
}

.topic {
  background: linear-gradient(to right, #c49a6a, #a68b5d);
  color: #fff;
  padding: 20px 0;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.slider_section {
  position: relative;
  text-align: left;
  height: 80vh;
  background-image: url("../images/Main_bg11.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
}

.btn-box a {
  margin-right: 10px;
  padding: 10px 20px;
  color: white;
  background-color: #5b3a29;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.btn-box a:hover {
  background-color: #3a2a1c;
}

.client_section {
  margin-top: 20px;
}

.client_section {
  position: relative;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  z-index: 1;
}

.carousel-item {
  transition: transform 0.5s ease;
}

.carousel-item img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.carousel-item:hover img {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(91, 58, 41, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: background-color 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(91, 58, 41, 1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.carousel-item h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  color: #5b3a29;
}

.carousel-item p {
  text-align: center;
  color: #777;
  padding: 0 15px;
}

.box {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.box:hover {
  transform: translateY(-5px);
}

.img-box {
  text-align: center;
}

.img-box img {
  width: 200px;
  height: 300px;
}

.content_section {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}

.content_box {
  flex: 1;
  margin: 0 10px;
  position: relative;
  color: white;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.content_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(2px);
  z-index: 0;
}

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

.content_box div {
  position: relative;
  z-index: 2;
}

.content_box p {
  position: relative;
  z-index: 2;
}

.content_box .btn-2 {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.content_box .btn-2::after {
  content: "→";
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.content_box .btn-2:hover {
  background-color: rgb(170, 168, 168);
  transform: translateY(-2px);
}

.content_box .btn-2:hover::after {
  transform: translateX(5px);
}

.content_box h4 {
  font-size: 28px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease;
}

.content_box h4:hover {
  color: #5b3a29;
}

.articles_interviews_section {
  margin: 50px 0;
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.articles_interviews_section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #5b3a29;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.article_item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.article_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.article_item img {
  width: 25%;
  border-radius: 8px;
  margin-right: 15px;
}

.article_content h4 {
  margin: 0;
  font-size: 18px;
  color: #8b5a2b;
}

.article_item a {
  color: #8b5a2b;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  transition: color 0.3s ease;
}

.article_item a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #c49a6a;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.article_item a:hover {
  color: #3a2a1c;
}

.article_item a:hover::after {
  width: 100%;
}

.article_content p {
  margin: 5px 0 0;
  color: #777;
}

.interview_list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.interview_list li {
  padding: 10px 0;
  border-bottom: 1px solid #8b5a2b;
}

.interview_list li:last-child {
  border-bottom: none;
}

.interview_list a {
  text-decoration: none;
  color: #8b5a2b;
  font-weight: 700;
  position: relative;
  transition: color 0.3s ease;
}

.text-left {
  text-align: left;
}

.interview_list a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #5b3a29;
  transition: width 0.3s ease;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.interview_list a:hover {
  color: #3a2a1c;
}

.interview_list a:hover::after {
  width: 100%;
}

footer {
  text-align: center;
  padding: 20px 0;
  background: #5b3a29;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    margin-left: 100px;
  }

  .content_section {
    flex-direction: column;
    align-items: center;
  }

  .content_box {
    margin: 10px 0;
    height: auto;
  }

  .article_item {
    flex-direction: row;
    align-items: flex-start;
  }

  .article_item img {
    width: 100%;
    max-width: 180px;
  }

  .articles_interviews_section {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .content_box h4 {
    font-size: 24px;
  }

  .content_box p {
    font-size: 14px;
  }

  .interview_list li {
    font-size: 14px;
    border-bottom: 1px solid #5b3a29;
  }
}

.navbar-toggler {
  background: transparent;
  border: none;
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #8b5a2b;
  position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #8b5a2b;
  position: absolute;
  left: 0;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

#warp {
  width: 80%;
  max-width: 800px;
  background: #595959;
  margin: 30px auto;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

ul#gallery-container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  height: auto;
  padding: 52% 0 10px;
  margin: 0;
  text-align: center;
  display: block;
}

li.gallery-item {
  display: inline-block;
  width: 10%;
  align-items: center;
  cursor: pointer;
  display: inline;
}

img.gallery-preview {
  background: white;
  margin: 0;
  padding: 5% 5% 15%;
  padding: 2px 2px 10px;
  position: relative;
  margin-top: 150px;
  width: 85%;
  height: auto;
  max-height: 45px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

ul#gallery-container:hover li img.gallery-preview {
  opacity: 0.5;
  filter: blur(2px) grayscale(0.5);
}

ul#gallery-container:hover li:hover img.gallery-preview {
  opacity: 1;
  filter: blur(0px) grayscale(0);
}

input.gallery-selector:checked ~ label.gallery-label > img.gallery-preview,
ul#gallery-container:hover li:hover img.gallery-preview:hover {
  z-index: 5;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.75);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);

  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul#gallery-container:hover li:hover img.gallery-preview:hover {
  z-index: 20;
  margin-top: 150px;
}

input.gallery-selector:checked ~ label.gallery-label > img.gallery-preview {
  background: #333;
  margin-top: 150px;
}

img.gallery-fullsize {
  position: absolute;
  top: 5%;
  left: 25%;
  display: block;
  width: 50%;
  height: auto;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul#gallery-container:hover li.gallery-item:active img.gallery-fullsize {
  z-index: 50;
  opacity: 0.75;
  filter: blur(10px) grayscale(1);
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -moz-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
  transition: all 0.3s ease-out 0.2s;
}

ul#gallery-container:hover
  li:hover
  input.gallery-selector:checked
  ~ img.gallery-fullsize {
  z-index: 10;
  opacity: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input.gallery-selector:checked ~ img.gallery-fullsize {
  display: block;
  opacity: 1;
  z-index: 10;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.2s ease-in 0.3s;
  -moz-transition: all 0.2s ease-in 0.3s;
  -o-transition: all 0.2s ease-in 0.3s;
  transition: all 0.2s ease-in 0.3s;
}

input.gallery-selector {
  display: none;
}

label.gallery-label {
  cursor: pointer;
}

.slider_section {
  position: relative;
  overflow: hidden;
}

.hero_text {
  position: absolute;
  color: white;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
  color: #5b3a29;
  width: 50%;
}

.hero_text h1 {
  font-size: 2.5rem;
}

.hero_text h5 {
  font-size: 1.25rem;
}

.btn-box {
  margin-top: 20px;
}

.btn-2 {
  padding: 10px 20px;
  font-size: 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero_text h1 {
    font-size: 2rem;
  }

  .hero_text h5 {
    font-size: 1rem;
  }

  .btn-2 {
    font-size: 0.9rem;
    padding: 8px 16px;
  }

  .img_main {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 645px) {
  .slider_section {
    position: relative;
    text-align: left;
    height: 100vh;
    background-image: url("../images/Main_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
  }

  .hero_text {
    position: absolute;
    text-align: center;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 75%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    width: 80%;
  }
}

@media (max-width: 576px) {
  .slider_section {
    position: relative;
    text-align: left;
    height: 80vh;
    background-image: url("../images/Main_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
  }

  .btn-box {
    margin-top: 5px;
  }

  .btn-2 {
    padding: 10px 20px;
    font-size: 10px;
  }
}

@media (max-width: 490px) {
  .hero_text {
    text-align: center;
    width: 100%;
    top: 75%;
    left: 0%;
    color: white;
  }

  .hero_text h1 {
    font-size: 1.5rem;
  }

  .hero_text h5 {
    font-size: 0.875rem;
  }

  .btn-box {
    margin-top: 5px;
  }

  .btn-2 {
    padding: 10px 20px;
    font-size: 10px;
  }

  .img_main {
    width: 100%;
    height: 450px;
  }
}

@media (max-width: 230px) {
  .slider_section {
    position: relative;
    text-align: left;
    height: 80vh;
    background-image: url("../images/Main_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
  }

  .hero_text {
    position: absolute;
    text-align: center;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 65%;
    left: 10%;
    color: white;
  }
}

/* 60/40 Split Layout */
.client_split_layout {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.carousel_panel {
  flex: 0 0 58%;
  max-width: 58%;
}

/* Noticeboard Panel */
.noticeboard_panel {
  flex: 0 0 40%;
  max-width: 40%;
}

.noticeboard_inner {
  background: #fdf6e3;
  border: 2px solid #c49a6a;
  border-radius: 10px;
  padding: 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow:
    3px 3px 12px rgba(0, 0, 0, 0.12),
    inset 0 0 30px rgba(196, 154, 106, 0.08);
  position: relative;
}

.noticeboard_inner::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #c49a6a;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.noticeboard_header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 2px dashed #c49a6a;
}

.noticeboard_header i {
  font-size: 20px;
  color: #c49a6a;
  transform: rotate(30deg);
}

.noticeboard_header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #5b3a29;
}

.noticeboard_text {
  font-size: 14px;
  color: #5d4e37;
  line-height: 1.7;
  margin-bottom: 20px;
}

.noticeboard_buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.action_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  text-align: center;
}

.action_btn i {
  font-size: 16px;
}

.action_btn.dashboard_btn {
  background-color: #5b3a29;
  color: #fff;
}

.action_btn.dashboard_btn:hover {
  background-color: #3a2a1c;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(91, 58, 41, 0.35);
  text-decoration: none;
  color: #fff;
}

.action_btn.report_btn {
  background-color: #c49a6a;
  color: #fff;
}

.action_btn.report_btn:hover {
  background-color: #a68b5d;
  transform: translateY(-2px);
  box-shadow: 0 5px 12px rgba(196, 154, 106, 0.35);
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .client_split_layout {
    flex-direction: column;
  }

  .carousel_panel,
  .noticeboard_panel {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .noticeboard_inner {
    margin-top: 20px;
  }
}
