/*------------------------------------------------------------------
  Consulting Theme Styles
  Custom styles for the consulting landing template
-------------------------------------------------------------------*/

/* ===== Utility Classes ===== */
.clear-fix::after {
  content: "";
  display: table;
  clear: both;
}
.float-left { float: left; }
.float-right { float: right; }
.tran3s {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-color-bg {
  background-color: #b83806;
  color: #fff;
}
.round-border {
  border-radius: 50%;
}

/* ===== Header / Navigation ===== */
.theme-main-menu {
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  min-height: auto;
}
.theme-main-menu .main-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.theme-main-menu .logo a {
  text-decoration: none;
}
.theme-main-menu .logo .cus-logo {
  font-family: "Conv_Now-Bold", "Barlow Condensed", sans-serif;
  color: #b83806;
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
  white-space: nowrap;
}
.theme-main-menu .menu-wrapper {
  display: flex;
  align-items: center;
}
.theme-main-menu .navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-main-menu .navbar-nav .nav-item {
  margin: 0;
}
.theme-main-menu .navbar-nav .nav-link {
  display: block;
  padding: 20px 14px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.theme-main-menu .navbar-nav .nav-link:hover,
.theme-main-menu .navbar-nav .nav-link:focus {
  color: #b83806;
}
.theme-main-menu .navbar-header {
  display: none;
}
.theme-main-menu .navbar-toggle {
  background: none;
  border: 1px solid #333;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 3px;
}
.theme-main-menu .navbar-toggle .fa {
  font-size: 20px;
  color: #333;
}

@media (max-width: 991px) {
  .theme-main-menu .main-container {
    flex-wrap: wrap;
  }
  .theme-main-menu .navbar-header {
    display: block;
  }
  .theme-main-menu .menu-wrapper {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
  .theme-main-menu .navbar-collapse.collapse {
    display: none !important;
  }
  .theme-main-menu .navbar-collapse.collapse.in {
    display: block !important;
  }
  .theme-main-menu .navbar-nav {
    flex-direction: column;
    width: 100%;
    background: #fff;
    padding: 10px 0;
  }
  .theme-main-menu .navbar-nav .nav-link {
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
  }
}

/* ===== Inner Page Banner ===== */
.inner-page-banner {
  background: linear-gradient(135deg, #2c2c2c 0%, #1a1a1a 100%);
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}
.inner-page-banner .opacity {
  position: relative;
  z-index: 1;
}
.inner-page-banner h2 {
  color: #fff;
  font-size: 42px;
  margin-bottom: 15px;
  font-family: "Conv_Now-Bold", sans-serif;
}
.inner-page-banner ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.inner-page-banner ul li {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}
.inner-page-banner ul li a {
  color: #fff;
  text-decoration: none;
}
.inner-page-banner ul li a:hover {
  color: #b83806;
}

/* ===== Theme Title ===== */
.theme-title {
  text-align: center;
  margin-bottom: 50px;
}
.theme-title h2 {
  font-size: 36px;
  color: #30180d;
  margin-bottom: 15px;
}
.theme-title span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #b83806;
  border-radius: 50%;
  margin: 0 3px;
}

/* ===== Consultant Section ===== */
.consultant-section {
  padding: 80px 0;
  background: #f9f9f9;
}
.consultant-section h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #30180d;
}
.consultant-section p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

/* ===== Service Section ===== */
.service-section {
  padding: 80px 0;
}
.service-content-wrapper {
  margin-top: 20px;
}
.service-single-item {
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.service-single-item:hover {
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  border-color: transparent;
}
.service-single-item h5 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.service-single-item h5 a {
  color: #30180d;
  text-decoration: none;
}
.service-single-item h5 a:hover {
  color: #b83806;
}
.service-single-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

/* ===== Business Planning ===== */
.business-planning {
  background: url('../images/4.jpg') center center no-repeat;
  background-size: cover;
  position: relative;
}
.business-planning .opacity {
  background: rgba(0,0,0,0.65);
  padding: 80px 0;
}
.single-content-section {
  margin-bottom: 30px;
}
.single-content-section h5 {
  margin-bottom: 15px;
}
.single-content-section h5 a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.single-content-section h5 a:hover {
  color: #b83806;
}
.single-content-section .img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.single-content-section .img img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}
.single-content-section .img:hover img {
  transform: scale(1.05);
}
.single-content-section .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(184, 56, 6, 0.9);
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.single-content-section .img:hover .hover-content {
  transform: translateY(0);
}
.single-content-section .hover-content p {
  color: #fff;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

/* ===== Get Quote Section ===== */
.get-quote-section {
  padding: 0;
}
.get-quote-section .section-bg {
  background: url('../images/1.jpg') center center no-repeat;
  background-size: cover;
}
.get-quote-section .opacity {
  background: rgba(0,0,0,0.7);
  padding: 80px 0;
}
.get-quote-section .left-side {
  max-width: 600px;
}
.get-quote-section h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 10px;
}
.get-quote-section h5 {
  color: #b83806;
  font-size: 18px;
  margin-bottom: 20px;
}
.get-quote-section p {
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 1.8;
}

/* ===== Client Slider ===== */
.client-slider {
  padding: 80px 0;
  text-align: center;
}
.client-slider .fa-quote-left {
  font-size: 40px;
  color: #b83806;
  margin-bottom: 30px;
  display: block;
}
.client-slider-wrapper .item {
  padding: 20px 30px;
}
.client-slider-wrapper .item p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  font-style: italic;
  margin-bottom: 25px;
}
.client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.client-info img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.client-info .name h6 {
  font-size: 14px;
  color: #333;
  margin: 0;
  font-weight: 600;
}

/* ===== Two Column Content / Who We Are ===== */
.two-column-content {
  padding: 80px 0;
}
.two-column-content.m-fix {
  padding: 80px 0 40px;
}
.who-we-are h4,
.future-success h4 {
  font-size: 24px;
  color: #30180d;
  margin-bottom: 20px;
  line-height: 1.3;
}
.who-we-are p,
.future-success p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}
.who-we-are ul {
  list-style: none;
  padding: 0;
}
.who-we-are ul li {
  padding: 8px 0;
  font-size: 15px;
  color: #555;
}
.who-we-are ul li span {
  color: #b83806;
  margin-right: 10px;
}
.future-success img {
  width: 100%;
  border-radius: 4px;
}

/* ===== Contact Us Page ===== */
.contact-us-page {
  padding: 60px 0;
}
.contact-us-section h4 {
  font-size: 28px;
  color: #30180d;
  margin-bottom: 30px;
}
.theme-form-two input[type="text"],
.theme-form-two input[type="email"],
.theme-form-two textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
  font-size: 14px;
  transition: border-color 0.3s;
  font-family: inherit;
}
.theme-form-two input:focus,
.theme-form-two textarea:focus {
  border-color: #b83806;
  outline: none;
}
.theme-form-two textarea {
  height: 150px;
  resize: vertical;
}
.theme-form-two button {
  padding: 12px 30px;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

/* ===== Map Section ===== */
.map-section {
  width: 100%;
  margin-bottom: 40px;
}
.map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 4px;
}

/* ===== Footer ===== */
footer {
  background: #1a1a1a;
  padding: 60px 0 0;
}
.footer-quick-links h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "Conv_Now-Bold", sans-serif;
}
.footer-quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-quick-links ul li {
  margin-bottom: 10px;
}
.footer-quick-links ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
  line-height: 1.6;
}
.footer-quick-links ul li a:hover {
  color: #b83806;
}
.bottom-footer {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  margin-top: 40px;
}
.bottom-footer p {
  text-align: center;
  margin: 0;
  font-size: 13px;
}

/* ===== Scroll Top Button ===== */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background: #b83806;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  z-index: 999;
  display: none;
  opacity: 0.8;
}
.scroll-top:hover {
  opacity: 1;
}

/* ===== Acc Page (Login/Register) ===== */
.auth-page {
  padding: 60px 0;
}

/* ===== Camera Slider Captions ===== */
#theme-main-banner .camera_caption {
  display: flex;
  align-items: center;
  height: 100%;
}
#theme-main-banner .camera_caption h1 {
  color: #fff;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
#theme-main-banner .camera_caption h6 {
  color: rgba(255,255,255,0.85);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
}

/* ===== Hover Effect on Service Items ===== */
.hoverOne {
  position: relative;
}
.hoverOne::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #b83806;
  transition: width 0.4s ease;
}
.hoverOne:hover::before {
  width: 100%;
}
