/* RESET & CORE */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --theme-color: #ff6b00;
  --secondary-color: #ffc42e;
  --text-color: #6a6a6a;
  --title-color: #111111;
  --testimonail-background: #f1f8ff;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/inter/Inter-Regular.otf) format(OpenType);
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  background-color: #f8f9fa;
}

a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
ul {
  padding-left: 0;
}

.l_container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.l_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.l_col_50 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}
/* ================= */
/* Navbar Section */
/* =============== */
.navbar-nav .nav-link {
  color: var(--title-color) !important;
  font-weight: 500;
  position: relative;
  padding: 10px 15px;
  transition: color 0.3s ease;
}
.image-container a {
  max-width: 200px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.dropdown-item:hover {
  color: #ff5e14 !important; /* Orange */
}

.dropdown-item {
  font-weight: 600;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  padding-left: 1.5rem;
  background-color: transparent;
}
.nav-item:hover {
  padding-left: 0.5rem;
  background-color: transparent;
  transition: 0.4s ease-in;
}

.offcanvas-body {
  padding: 2rem 1.5rem;
}

.offcanvas-body .nav-item {
  border-bottom: 1px solid #f8f9fa;
}

/* HEADER FIXES */
.header_main .l_container {
  display: flex !important;
  flex-wrap: nowrap !important; /* Prevents logo/hamburger from stacking */
  justify-content: space-between;
  align-items: center;
}

.navbar-brand img {
  max-height: 40px;
}

.theme_btn {
  background-color: #ff5e62;
  border: none;
  transition: 0.3s;
}

.theme_btn:hover {
  background-color: #e54b4f;
}

/* =============================== */
/* Banner Section */
/* ============================ */
.hero-contact {
  background: url("images/banner/banner_3.jpg") no-repeat center center/cover;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10%;
}

.overlay h1 {
  text-align: left;
  font-size: 35px;
  font-weight: normal;
  color: #fff;
}

.container {
  color: white;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.breadcrumbs span {
  margin: 0 5px;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
}

/* ========================== */
/* Blog Section */
/* ========================== */

.featured-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.blog-section .image-container {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}
.blog-section .image-container figure {
  overflow: hidden;
  max-width: 900px;
}
.image-container figure:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.btn-read {
  color: #ff5e62;
}

/* SIDEBAR & WIDGETS */
.widget-title {
  font-size: 1.25rem;
  font-weight: 700;
}

.widget {
  margin-bottom: 35px;
}

.widget-title {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 12px;
  border-left: 4px solid #ff5e62;
}

.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.search-box input {
  flex-grow: 1;
  padding: 12px;
  border: none;
  outline: none;
}

.search-box button {
  padding: 10px 15px;
  background: #fff;
  border: none;
  cursor: pointer;
}

.category-links {
  list-style: none;
  padding: 0;
}

.category-links li {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #f1f1f1;
  color: #555;
}

/* Popular Post Items */
.pop-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.pop-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.pop-text h4 {
  margin: 5px 0 0 0;
  font-size: 15px;
  line-height: 1.3;
}

.pop-text small {
  color: #bbb;
}

.newsletter-card {
  background-color: #1a1a3a;
}

.newsletter-card .text-success {
  color: #00d285 !important;
}

/* ============================ */
/* Footer Section */
/* ============================ */
.footer {
  background-color: #1a1a1a;
  color: #ffffff;
  padding: 50px 0 30px 0;
  position: relative;
  overflow: hidden;
}
.footer_content_box {
  padding-bottom: 85px;
  border-bottom: 1px solid #ffffff1a;
}
.footer .patter_layer {
  position: absolute;
  background: url("images/footer_background.jpg");
  left: 0;
  bottom: 0;
  width: 100%;
  height: 560px;
  background-position: center;
  background-repeat: repeat-x;
  -webkit-animation: slide 60s linear infinite;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1920px 0;
  }
}
.footer_container {
  margin: 0 auto;
  padding: 0 20px;
}
.brand_section,
.links_wrapper,
.footer_bottom {
  position: relative;
  z-index: 3;
}
.logo figure a img {
  display: inline-block;
  max-width: 100%;
}
.description {
  color: #fff;
  line-height: 1.6;
  max-width: 350px;
  margin-bottom: 30px;
}
.contact_info a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
.contact_info a:hover {
  color: var(--theme-color);
  transition: 0.5s ease-in;
}
.links_wrapper {
  display: flex;
  justify-content: space-between;
}
.link_group div {
  font-size: 24px;
  margin-bottom: 25px;
}
.link_group div:hover {
  color: var(--secondary-color);
  transition: 0.5s ease;
}
.link_group ul {
  list-style: none;
}
.link_group ul li {
  margin-bottom: 15px;
}
.link_group ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 16px;
}
.link_group ul li a:hover {
  color: var(--theme-color);
  transition: 0.5s ease-in;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #e5dbdb;
  font-size: 14px;
  padding: 24px 0;
}
.footer_copyright,.footer_copyright span a  {
  color: #fff;
  font-weight: 400;
  transition: all 500ms ease;
}
.footer_copyright span a:hover{
  color: var(--theme-color);
}
.footer-bottom a span {
  color: var(--theme-color);
}
.social_icons a {
  color: #ffffff99;
  margin-left: 20px;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
}
.social_icons a i {
  font-weight: 400;
  font-size: 18px;
}
.social_icons a i:hover {
  color: var(--theme-color);
  transition: 0.5s ease-in;
}

/* RESPONSIVE OVERRIDES */
@media (max-width: 991px) {
  .header_main .l_container {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
