:root {
  --nav-bg: #182653;
  --red: #ff0000;
  --light-pink: #fde5e7;
  --red-dark: #990000;
  --gray: #5b5d61;
  --paragraph: #333;
  --white: #ffffff;
  --black: #000000;
}

.txt-dark-blue {
  color: var(--nav-bg);
}

@font-face {
  font-family: PlusJakartaSans-Regular;
  src: url(../fonts/PlusJakartaSans-Regular.ttf);
}

body {
  background: var(--white);
  margin: 0;
  padding: 0;
  font-family: PlusJakartaSans-Regular;
  color: var(--paragraph);
  font-size: 16px;
  line-height: 1.4;
}

::selection {
  background: transparent;
  color: inherit;
}

::-moz-selection {
  background: transparent;
  color: inherit;
}

.Uni-Sans-Thin {
  font-family: Uni-Sans-Thin;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
span,
small,
a {
  font-family: PlusJakartaSans-Regular;
}

a {
  color: var(--red);
  text-decoration: none;
}

/* a:hover {
    color: var(--red-dark);
} */

h1,
h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

.title-txt {
  font-weight: 700;
  color: var(--nav-bg);
  margin: 25px 0 48px;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

/* ================= NAVBAR ================= */

.main-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.container-nav {
  background: var(--nav-bg);
  border-left: 6px solid var(--red);
  border-right: 6px solid var(--red);
}

.site-logo {
  height: 55px;
}

.navbar {
  height: 90px;
}

.navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler {
  padding: 2px 10px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%) !important;
}

.main-menu .nav-link {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  font-style: normal;
}

.main-menu .nav-link {
  position: relative;
  display: inline-block;
}

.main-menu .nav-link.active {
  color: var(--white);
}

.main-menu .nav-link.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background: var(--red);
}

.navbar-toggler {
  background: white;
}

/* .main-menu .nav-link.active {
  border-bottom: 2px solid var(--red);
 color: var(--white);
} */

.call-btn-left {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
  color: var(--white);
  font-size: 14px;
  padding: 10px 18px;
  padding-right: 22px;
  border-radius: 6px 0 0 6px;
  text-decoration: none;
  font-weight: 600;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.call-btn {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
  color: var(--white);
  padding: 10px 18px;
  padding-left: 22px;
  border-radius: 0px 6px 6px 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-weight: 600;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

/* ================= BANNER ================= */

.banner-slide {
  position: relative;
}

.banner-image {
  width: 100%;
  /* height: 720px; */
  object-fit: cover;
  border-bottom: 6px solid #ff0000;
}

.banner-overlay {
  position: absolute;
  bottom: 5px;
  width: 100%;
  height: 55%;
  background: linear-gradient(
    360deg,
    rgba(24, 38, 83, 0.85) 0%,
    rgba(24, 38, 83, 0) 100%
  );
}

.banner-content {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* .banner-content {
  position: absolute;
  bottom: 180px;
  width: 100%;
} */

.banner-title {
  color: var(--white);
  max-width: 950px;
  margin: 0 auto;
  line-height: 1.4;
}

/* ================= OWL DOTS ================= */

.banner-slider .owl-dots {
  position: absolute;
  right: 25px;
  bottom: 1%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.banner-slider .owl-dot {
  width: 8px;
  height: 8px;
  background: #ff0000 !important;
  margin: 6px 0;
  /* border-radius: 50%; */
}

.owl-dot.active {
  background: white !important;
}

.banner-slider .owl-dot.active span {
  background: var(--red);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
}

@media (max-width: 576px) {
}

.banner-overlay {
  pointer-events: none;
}

/* .banner-slider .owl-dots {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex !important;
  flex-direction: column;
  z-index: 9999;
} */

.banner-slide {
  position: relative;
}

.banner-bottom {
  border: 6px solid #182653;
  box-shadow: 0px 4px 15px 0px #00000026;
  background: #ffffff;
  border-radius: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-inline: 10px;
  text-align: center;
  margin-top: -120px;
  position: relative;
  z-index: 999;
}

.banner-disc {
  color: var(--gray);
  line-height: 1.4;
  margin-bottom: 15px;
}

.theme-btn {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: 0.5s;
  background-size: 200% auto;
  border: none;
  outline: none;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Hover Effect */

.theme-btn:hover {
  background-image: linear-gradient(
    to right,
    #990000 0%,
    #ff0000 51%,
    #990000 100%
  );
  background-position: right center;
  color: var(--white);
  text-decoration: none;
}

/* ================= SECTION ================= */

/* .why-choose-section {
  background: #f2f3f7;
  padding: 60px 0;
  border-bottom: #f4f4f9 4px solid;
} */

/* ================= FEATURE ITEM ================= */

.feature-item {
  margin-top: 50px;
  text-align: center;
  transition: all 0.3s ease;
}

/* ================= ICON CIRCLE ================= */

.feature-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

/* ================= TITLE ================= */

.feature-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--nav-bg);
  margin: 0;
  line-height: 1.4;
}

.feature-item:hover .feature-img {
  filter: invert(1);
}

/* ================= HOVER EFFECT ================= */

.feature-item:hover .feature-icon {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
  color: var(--white);
}

/* ================= ACTIVE (3rd one) ================= */

/* .feature-item.active .feature-icon {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
 color: var(--white);
} */

/* Section Background */

/* Section Background */

.services-section {
  background: #f4f4f9;
}

/* Badge */

.experience-badge {
  background: var(--light-pink);
  color: var(--red);
  font-weight: 400;
  padding: 10px 18px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.experience-badge-box {
  margin-bottom: 30px;
}

/* Title */

/* .section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--nav-bg);
    margin-bottom: 30px;
} */

/* Card */

.service-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  height: 380px;
  transition: all 0.4s ease;
}

/* Card Image */

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */

.service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* NORMAL = bottom */
  padding: 20px;
  background: linear-gradient(
    to top,
    rgba(24, 38, 83, 0.9) 0%,
    rgba(24, 38, 83, 0.1) 30%,
    rgba(0, 0, 0, 0) 100%
  );
  transition: all 0.5s ease;
}

/* Content */

.service-content {
  width: 100%;
  color: var(--white);
  transition: all 0.5s ease;
}

/* Icon */

.icon-box {
  width: 48px;
  height: 48px;
  background: #182653;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: all 0.4s ease;
}

.icon-box img {
  width: 30px;
  height: 30px;
}

/* Title */

.service-title {
  /* font-size: 18px; */
  font-weight: 600;
  margin-bottom: 0;
  height: 54px;
}

/* Description */

.service-description {
  position: absolute;
  /* font-size: 16px; */
  /* margin-top: 20px; */
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  width: calc(100% - 20px);
  padding-right: 20px;
}

/* ================= HOVER + ACTIVE ================= */

.service-card:hover,
.service-card.active-card {
  box-shadow: 0px 4px 4px 0px #ff000026;
}

/* MOVE CONTENT TO TOP ON HOVER */

.service-card:hover .service-overlay,
.service-card.active-card .service-overlay {
  justify-content: flex-start;
  /* THIS MAKES IT GO TO TOP */
  background: #182653bf;
}

/* Show paragraph */

.service-card:hover .service-description,
.service-card.active-card .service-description {
  opacity: 1;
  transform: translateY(0);
}

/* Icon gradient */

.service-card:hover .icon-box,
.service-card.active-card .icon-box {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
}

.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.banner-slider .owl-nav button {
  background: linear-gradient(180deg, #ff0000 40.38%, #ac0000 100%) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--white) !important;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  pointer-events: auto;
}

/* spacing from edges */

.banner-slider .owl-prev {
  margin-left: 20px;
}

.banner-slider .owl-next {
  margin-right: 20px;
}

/* hover */

/* .banner-slider .owl-nav button:hover {
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%) !important;
} */

/* Responsive */

@media (max-width: 991px) {
}

@media (max-width: 575px) {
}

.services-mobile-section {
  background: #f4f4f9;
}

.mobile-service-card {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.mobile-service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.mobile-service-content {
  padding: 20px;
  text-align: left;
}

.mobile-icon {
  width: 55px;
  height: 55px;
  background: #182653;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  border-radius: 10px;
}

.mobile-icon img {
  width: 30px !important;
  height: 30px;
}

.mobile-service-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.mobile-service-content p {
  font-size: 14px;
  color: #555;
}

.mobile-service-btn {
  display: inline-block;
  margin-top: 10px;
  background: #ff0000;
  color: #fff;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
}

/* Section Background */

.about-section {
  background: #ffffff;
}

/* Heading */

.about-heading {
  font-weight: 700;
  color: var(--nav-bg);
  line-height: 1.5;
  margin-bottom: 20px;
  /* max-width: 520px; */
}

/* Paragraph */

.about-text {
  font-weight: 400;
  color: var(--paragraph);
}

/* Image Wrapper */

.about-image-wrapper {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.08);
}

/* Image */

.about-image {
  border-radius: 14px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 991px) {
}

/* Section Background */

.recent-works-section {
  background-color: #0f3b63;
  background-image: url("../media/slider-bg.png");
  /* optional roof pattern */
  background-size: cover;
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Heading */

/* .recent-works-heading {
    color: var(--white);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
} */

/* Work Card */

.work-image-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.work-image-card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 16px;
}

/* Labels */

.work-label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
}

.work-label-light {
  background: var(--light-pink);
  color: var(--red);
  text-align: left;
  display: table;
}

.work-label-red {
  background: linear-gradient(to right, #ff0000, #d40000);
  color: var(--white);
  text-align: right;
  display: table;
  left: auto;
}

/* Owl Arrows */

.recent-works-slider .owl-nav {
  margin-top: 30px;
  text-align: center;
  display: flex !important;
  justify-content: center;
}

.recent-works-slider .owl-nav button {
  background: linear-gradient(180deg, #ff0000 40.38%, #ac0000 100%) !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 0 8px;
  color: var(--white) !important;
  font-size: 20px !important;
}

/* .recent-works-slider .owl-nav button:hover {
  background: #cc0000 !important;
} */

/* Remove dots */

.recent-works-slider .owl-dots {
  display: none;
}

/* .recent-work-item {
    padding: 0 10px;
} */

/* Responsive */

@media (max-width: 991px) {
}

@media (max-width: 576px) {
}

/* Section Background */

.why-choose-section {
  background: #ffffff;
  border-bottom: #18265326 4px solid;
}

/* Heading */

.why-choose-heading {
  font-weight: 700;
  color: var(--nav-bg);
  line-height: 1.4;
}

/* Item */

.why-choose-item {
  transition: all 0.3s ease;
}

/* Icon */

.why-icon {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}

.why-icon img {
  width: 70px;
  height: auto;
}

/* Title */

.why-title {
  font-weight: 700;
  color: var(--nav-bg);
  margin-bottom: 0;
  line-height: 1.4;
}

/* Responsive */

@media (max-width: 991px) {
}

@media (max-width: 576px) {
}

/* SECTION BACKGROUND */

.testimonials-section {
  background: #f9fafc;
  background-image: url(../media/review-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 80px 0 100px; */
  position: relative;
}

/* TOP LABEL */

/* .testimonials-top-label span {
    background: #ffe5e1;
    color: #ff5a3c;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 0.5px;
} */

/* HEADING */

/* .testimonials-heading {
    font-weight: 700;
    color: var(--nav-bg);
    margin: 25px 0 60px;
} */

/* CARD */

.testimonial-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px 35px;
  position: relative;
  height: 280px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.03);
}

/* TITLE */

.testimonial-title {
  font-weight: 700;
  color: var(--paragraph);
}

/* TEXT */

.testimonial-text {
  font-weight: 400;
  color: var(--paragraph);
  margin-bottom: 30px;
}

/* AUTHOR */

.testimonial-author {
  font-weight: 700;
  color: var(--nav-bg);
  position: absolute;
  bottom: 15px;
}

/* QUOTE ICON */

.testimonial-quote-icon {
  position: absolute;
  right: 30px;
  /* bottom: 30px; */
  width: 32px !important;
  /* opacity: 0.15; */
  bottom: 10px;
}

/* NAV BUTTONS */

.testimonials-slider-unique .owl-nav {
  margin-top: 40px;
  text-align: center;
  display: block !important;
}

.testimonial-nav {
  width: 36px;
  height: 36px;
  background: #ff3d2e;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 8px;
  cursor: pointer;
  background: linear-gradient(180deg, #ff0000 40.38%, #ac0000 100%);
}

/* .testimonial-nav::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
}

.testimonial-nav.prev::before {
  transform: rotate(-135deg);
}

.testimonial-nav.next::before {
  transform: rotate(45deg);
} */

/* RESPONSIVE */

@media (max-width: 991px) {
}

@media (max-width: 575px) {
}

.quick-quote-section {
  background: #ffffff;
}

/* LABEL */

.quick-quote-label span {
  background: #ffe5e1;
  color: #ff2d2d;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  letter-spacing: 0.5px;
  display: inline-block;
}

/* HEADING */

.quick-quote-heading {
  margin: 25px 0 30px;
  font-weight: 700;
  color: var(--nav-bg);
}

/* LABELS */

.quick-quote-form .form-label {
  font-size: 14px;
  font-weight: 600;
  color: #0b1b3f;
}

.quick-quote-form .form-label span {
  color: #ff2d2d;
}

/* INPUTS */

.quick-quote-form .form-control {
  height: 52px;
  border-radius: 8px;
  /* border: 1px solid #7c84b8; */
  border: 1px solid #182653;
  font-size: 14px;
  padding: 12px 16px;
}

.quick-quote-form .form-control::placeholder {
  color: #9aa0c3;
}

/* TEXTAREA */

.job-info-textarea {
  height: 140px;
  resize: none;
}

/* FILE UPLOAD */

.file-upload-box {
  border: 1px solid #182653;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.file-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.file-upload-content i {
  font-size: 26px;
  color: #0b1b3f;
  display: block;
  margin-bottom: 10px;
}

.file-upload-content p {
  font-size: 14px;
  color: #0b1b3f;
  margin: 0;
}

/* CAPTCHA */

.captcha-placeholder {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cfcfcf;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 14px;
}

.captcha-placeholder img {
  width: 32px;
  margin-left: 10px;
}

/* RESPONSIVE */

@media (max-width: 991px) {
}

@media (max-width: 575px) {
}

.site-footer {
  position: relative;
  background-image: url("../media/we-provide-img-5.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0 0;
  color: var(--white);
}

/* Overlay */

.footer-overlay {
  position: absolute;
  inset: 0;
  background: #182653e5;
  z-index: 1;
}

/* Content above overlay */

.footer-content {
  position: relative;
  z-index: 2;
}

/* Brand */

.footer-brand img {
  max-width: 180px;
  margin-bottom: 20px;
}

/* Description */

.footer-description {
  font-size: 14px;
  line-height: 1.8;
  color: var(--white);
  margin-bottom: 20px;
}

/* Social Icons */

.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: #ff0000;
  color: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 16px;
}

/* Titles */

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Links */

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.footer-links i {
  color: #ff0000;
  margin-right: 8px;
}

/* Contact */

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
  color: var(--white);
}

.footer-contact i {
  margin-top: 3px;
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: #ff0000;
  color: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 16px;
  flex-shrink: 0;
}

/* Bottom Bar */

.footer-bottom {
  position: relative;
  z-index: 2;
  background: #0c1945e5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding: 20px 0;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: var(--white);
}

/* Responsive */

@media (max-width: 767px) {
}

.feature-img {
  height: 62px;
  width: 62px;
}

/* Desktop hover dropdown */

@media (min-width: 992px) {
}

/* Smooth arrow rotate */

.nav-link .bi-chevron-down {
  transition: 0.3s;
}

@media (min-width: 992px) {
}

.dropdown-toggle::after {
  display: none !important;
}

.nav-item {
  padding-inline: 8px;
}

/* Custom chevron style */

.custom-chevron {
  font-size: 12px;
  /* icon size chota */
  margin-left: 4px;
  /* text & icon madhe chota gap */
  position: relative;
  top: 1px;
  /* thoda vertically align karayla */
}

/* ================= PAGE BANNER ================= */

.page-banner {
  position: relative;
  height: 450px;
  background: url("../media/banner.jpg") no-repeat center center/cover;
  color: var(--white);
  object-fit: cover;
  background-position: center;
}

.page-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #182653bf;
  /* Overlay Color */
}

.page-banner .container {
  position: relative;
  z-index: 2;
}

/* Title */

.page-title {
  font-weight: 700;
  margin-bottom: 15px;
}

.breadcrumb-section {
  background: var(--nav-bg);
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /* font-family: FiraSans-Regular; */
}

.custom-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  font-size: 14px;
}

.custom-breadcrumb a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.custom-breadcrumb a i {
  margin-right: 4px;
}

.breadcrumb-separator i {
  font-size: 12px;
  color: white;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: var(--red);
  font-weight: 500;
}

/* ================= FAQ SECTION ================= */

.faq-section {
  background: #ffffff;
}

/* Heading */

.faq-heading {
  font-size: 36px;
  font-weight: 700;
  color: var(--nav-bg);
}

/* Accordion Custom */

.custom-faq .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Question Button */

.custom-faq .accordion-button {
  background: #ffffff;
  color: var(--nav-bg);
  font-weight: 600;
  font-size: 18px;
  padding: 18px 20px;
  border: none;
  box-shadow: none;
}

/* Hover Effect */

.custom-faq .accordion-button:hover {
  background: var(--nav-bg);
  color: var(--white);
}

/* Active State */

.custom-faq .accordion-button:not(.collapsed) {
  background: var(--nav-bg);
  color: var(--white);
}

/* Remove default arrow */

.custom-faq .accordion-button::after {
  filter: brightness(0);
}

/* Body */

.custom-faq .accordion-body {
  background: #ffffff;
  color: var(--gray);
  font-size: 16px;
  line-height: 1.7;
  padding: 20px;
  border-top: 2px solid var(--red);
}

/* Optional red accent line */

.custom-faq .accordion-item::before {
  content: "";
  display: block;
  height: 4px;
  background: var(--red);
}

/* ================= MAP SECTION ================= */

.map-section {
  position: relative;
  width: 100%;
}

.map-wrapper iframe {
  display: block;
  width: 100%;
  height: 450px;
}

/* Optional Bottom Info Bar */

.map-info {
  background: var(--nav-bg);
  color: var(--white);
  padding: 20px 0;
}

.map-info h4 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}

.line {
  width: 100px;
  height: 1px;
  margin: 20px auto 40px auto;
  border-bottom: 1px solid white;
}

img {
  width: 100%;
  display: block;
}

/* Container */

.ba-container {
  /* width: 50%; */
  margin: 30px auto;
}

@media (max-width: 767px) {
}

/* Slider */

.before-after-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

/* Images */

.after-image {
  display: block;
}

.before-image {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

/* Resizer */

.resizer {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 4px;
  background: #fff;
  z-index: 5;
  cursor: ew-resize;
}

.resizer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(180deg, #ff0000 40%, #ac0000 100%);
  border: 3px solid #fff;
}

/* Fix Owl clipping */

.owl-carousel .owl-item {
  overflow: visible;
}

/* ================= SERVICE PAGE ================= */

.services-page {
  background: #f4f4f9;
  padding: 80px 0;
}

/* Section Title */

/* Card */

.service-page-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Hover */

.service-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(24, 38, 83, 0.15);
}

/* Image */

.service-page-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* Icon */

.service-page-icon {
  width: 65px;
  height: 65px;
  margin: 15px;
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.service-page-icon img {
  width: 32px;
  height: 32px;
}

/* Title */

.service-page-title {
  color: var(--nav-bg);
  font-weight: 700;
  margin-bottom: 12px;
}

/* Description */

.service-page-desc {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 991px) {
}

@media (max-width: 575px) {
}

/* ================= SERVICE PAGE ================= */

.services-page {
  background: #f4f4f9;
  padding: 80px 0;
}

/* Section Title */

/* Card */

.service-page-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  transition: all 0.4s ease;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

/* Hover */

.service-page-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(24, 38, 83, 0.15);
}

/* Image */

.service-page-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* Icon */

.service-page-icon {
  width: 65px;
  height: 65px;
  margin: 15px;
  background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}

.service-page-icon img {
  width: 32px;
  height: 32px;
}

/* Title */

.service-page-title {
  color: var(--nav-bg);
  font-weight: 700;
  margin-bottom: 12px;
}

/* Description */

.service-page-desc {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 991px) {
}

@media (max-width: 575px) {
}

/* .logo-box img {
  height: 150px;
  width: auto;
} */

.logo-box {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding-top: 30px;
}

.contact-info-box {
  background: var(--nav-bg);
  color: var(--white);
  border-radius: 10px;
}

.contact-info-box h4 {
  color: var(--white);
}

.contact-item strong {
  color: var(--red);
}

.contact-icon {
  font-size: 20px;
  color: var(--red);
}

/* .license-info {
    color: var(--gray);
} */

.contact-info-box hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
  position: relative;
}

.footer-links a {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-links i {
  color: #ff0000;
  margin-right: 8px;
}

/* ===== Dropdown ===== */

.footer-submenu {
  list-style: none;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 8px;
  display: none;
  position: absolute;
  background: white;
  color: black;
  z-index: 9999;
}

.footer-submenu li {
  margin-bottom: 6px;
}

.footer-submenu a {
  font-size: 13px;
  color: black;
}

.footer-submenu a:hover {
  color: #ff0000;
}

/* SHOW ON HOVER */

.footer-dropdown:hover .footer-submenu {
  display: block;
}

/* Rotate Icon on Hover */

.footer-dropdown:hover .custom-chevron {
  transform: rotate(180deg);
  transition: 0.3s ease;
}

.custom-dropdown {
  margin-left: 5px;
}

.service-img {
  height: 500px;
  object-fit: cover;
}

.service-slider .owl-nav {
  margin-top: 30px;
  text-align: center;
  display: flex !important;
  justify-content: center;
}

.service-slider .custom-nav {
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #ff0000, #b30000);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.3s;
}

.service-slider .owl-nav button {
  background: none !important;
  margin-left: 10px;
}

.service-slider img {
  height: 400px;
  object-fit: cover;
  border-radius: 15px;
}

/* .service-slider .custom-nav:hover {
  transform: scale(1.1);
} */

.monier-logo {
  width: 300px;
}

.boral-section {
  background: #f8f9fa;
}
 
.boral-section h2 {
  color: var(--nav-bg);
  font-weight: 700;
}
 
.boral-intro {
  color: var(--gray);
  line-height: 1.7;
}
 
.boral-logo-box {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
 
.boral-card {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /* padding: 20px; */
  border-radius: 12px;
  border-top: 4px solid var(--red);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  transition: 0.3s;
}
 
 
.boral-card h5 {
  color: var(--nav-bg);
  font-weight: 600;
  margin-bottom: 10px;
}
 
.boral-row {
  margin-bottom: 15px;
}
 
.boral-title {
  color: var(--nav-bg);
  font-weight: 600;
  margin-bottom: 10px;
}
 
.boral-card p {
  color: var(--gray);
  line-height: 1.6;
}
 
.boral-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
 
/* .owl-dots {
  display: block !important;
} */
 
.boral-card {
  background: #fff;
  /* padding: 20px; */
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
 
.card-img img {
  width: 120px;
  border-radius: 8px;
}
 
.card-content h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
 
.card-img-box {
  width: 50%;
  padding: 15px;
}
 
.card-img-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
 
.card-content-box {
  width: 50%;
  padding: 20px 20px 20px 0;
}
 
.boral-card {
  gap: 10px;
}
 
.boral-section .row.align-items-center {
  align-items: stretch;
}
 
.boral-section .col-md-5 {
  display: flex;
}
 
.boral-section .boral-card {
  width: 100%;
  min-height: 300px;
}

/* .owl-dots {
  display: block !important;
} */

.reroof-process {
  background: #f9f9f9;
}

.process-subtitle {
  color: var(--gray);
  max-width: 700px;
  margin: auto;
}

.process-card {
  background: var(--white);
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  height: 100%;
  transition: 0.3s;
  border-top: 4px solid var(--red);
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.process-number {
  position: absolute;
  top: -20px;
  left: 30px;
  background: var(--red);
  color: var(--white);
  font-weight: 700;
  font-size: 18px;
  padding: 8px 16px;
  border-radius: 5px;
}

.process-title {
  color: var(--nav-bg);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 15px;
}

.process-card p {
  color: var(--paragraph);
  line-height: 1.7;
}

.custom-video {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Urna-13.03 */

 .file-upload-box{
position:relative;
border:2px dashed #ccc;
padding:40px;
text-align:center;
border-radius:10px;
cursor:pointer;
	 margin-bottom: 20px;
}

.file-upload-box .wpcf7-form-control-wrap{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.file-input-cus{
/* position:absolute; */
top:0;
left:0;
width:100%;
height:100%;
opacity:0;
cursor:pointer;
	z-index:2;
} 

/* .file-upload-content{
pointer-events:none;
} */
.nav-link.active,
.dropdown-item.active{
color:#ff6b00 !important;
font-weight:600;
}
.logo-box {
  padding-top: 30px;
}
 
.logo-img {
  max-height: 120px;
  width: auto;
  margin: 0 auto;
  display: block;
  max-width: 200px;
}


@media(min-width: 1366px){
img.banner-image {
    display: block;
    width: 100%;
    height: 700px;
	}
}