body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.html) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.html) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.html) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* ================= FOOTER DESIGN ================= */

.footer-custom {
  background:linear-gradient(190deg, #5d8bba, #193161);
  color: #fff;
  font-family: 'Poppins', Arial, sans-serif;
}

.footer-top {
  padding: 50px 0 30px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top h2 {
  font-weight: 700;
  margin-bottom: 8px;
}

.footer-top p {
  color: #c9371c;
  font-size: 15px;
}

.footer-content {
  padding: 50px 0;
}

.footer-custom h5 {
  font-weight: 600;
  margin-bottom: 18px;
  color:#c9371c;
}

/* TEXT */
.footer-custom p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

/* BUTTON */
.footer-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 18px;
  background: #c9371c;
  color: #000;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-btn:hover {
  background: #030202;
}

/* ICONS */
.footer-custom i {
  color: #c9371c;
  margin-right: 10px;
}

/* CONTACT LINKS */
.footer-custom a {
  color: #fff;
  text-decoration: none;
}

.footer-custom a:hover {
  color: #fff;
}

/* COPYRIGHT */
.footer-bottom {
  background: rgba(0,0,0,0.6);
  text-align: center;
  padding: 15px 10px;
  font-size: 13px;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-top h2 {
    font-size: 20px;
  }
}
/* NAVBAR BASE */
.custom-navbar {
  background: linear-gradient(90deg, #122c57, #628fbc);
  padding: 14px 0;
}

/* BRAND */
.custom-navbar .navbar-brand {
  font-size: 22px;
  letter-spacing: 0.5px;
}

.brand-highlight {
  color: #d7550a;
}

/* LINKS */
.custom-navbar .nav-link {
  color: #fff !important;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT */
.custom-navbar .nav-link:hover {
  background: rgba(255,255,255,0.15);
}

/* ACTIVE LINK */
.custom-navbar .nav-link.active {
  background: rgba(255,255,255,0.25);
}

/* CONTACT BUTTON */
.custom-navbar .btn-warning {
  font-weight: 600;
  border-radius: 30px;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  .custom-navbar {
    padding: 10px 0;
  }
  .custom-navbar .nav-link {
    margin-bottom: 6px;
  }
}
/* TOP HEADER BASE */
.top-header-modern {
  background: #ffffff;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

/* LOGO */
.logo-modern {
  max-width: 260px;
}

/* CONTACT BAR */
.contact-bar {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

/* CONTACT ITEM */
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* ICON CIRCLE */
.icon-circle {
  width: 42px;
  height: 42px;
  background: #e8630a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* TEXT */
.contact-text small {
  display: block;
  font-size: 12px;
  color: #777;
}

.contact-text a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.contact-text a:hover {
  color: #dc3545;
}

/* MOBILE FIX */
@media (max-width: 767px) {
  .contact-bar {
    justify-content: center;
    gap: 20px;
  }
}

/* =============================== */
/* T O P   H E A D E R   D E S I G N */
/* =============================== */

.topheader {
  background: linear-gradient(90deg, #6d6d6d, #ea6e1b);
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
}

.topheader .container-fluid {
  padding: 0;
}

.topheader .container {
  padding: 8px 0;
}

/* TEXT ITEMS */
.topheader .txts {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.6;
  padding: 6px 10px;
  display: inline-block;
}

/* CENTER HIGHLIGHT */
.topheader .txts:nth-child(2) {
  color: #ffc107;
  font-weight: 600;
}

/* ICON SUPPORT */
.topheader i {
  color: #ffc107;
  margin-right: 6px;
}

/* =============================== */
/* HOVER EFFECT (DESKTOP ONLY) */
/* =============================== */
@media (min-width: 992px) {
  .topheader .txts {
    transition: all 0.3s ease;
  }

  .topheader .txts:hover {
    color: #ffffff;
    transform: translateY(-2px);
  }
}

/* =============================== */
/* MOBILE RESPONSIVE */
/* =============================== */
@media (max-width: 767.98px) {
  .topheader {
    font-size: 13px;
    text-align: center;
  }

  .topheader .txts {
    padding: 6px 0;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .topheader .txts:last-child {
    border-bottom: none;
  }
}

/* =============================== */
/* T O P   H E A D E R   D E S I G N */
/* =============================== */

.topheader {
  background: linear-gradient(90deg, #f29d41, #d85208);
  color: #ffffff;
  font-family: 'Poppins', Arial, sans-serif;
  font-size: 14px;
}

.topheader .container-fluid {
  padding: 0;
}

.topheader .container {
  padding: 8px 0;
}

/* TEXT STYLE */
.topheader .txts {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 1.6;
  padding: 6px 8px;
}

/* HIGHLIGHT CENTER TEXT */
.topheader .txts:nth-child(2) {
  color: #f4b400;
  font-weight: 600;
}

/* ICON SUPPORT (OPTIONAL IF YOU ADD ICONS) */
.topheader i {
  color: #f4b400;
  margin-right: 6px;
}

/* =============================== */
/* HOVER EFFECT (DESKTOP ONLY) */
/* =============================== */
@media (min-width: 992px) {
  .topheader .txts {
    transition: all 0.3s ease;
  }

  .topheader .txts:hover {
    color: #ffffff;
    transform: translateY(-1px);
  }
}

/* =============================== */
/* M O B I L E   R E S P O N S I V E */
/* =============================== */
@media (max-width: 767.98px) {
  .topheader {
    font-size: 13px;
    text-align: center;
  }

  .topheader .txts {
    padding: 4px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }

  .topheader .txts:last-child {
    border-bottom: none;
  }
}
/* =============================== */
/* G A L L E R Y   S E C T I O N */
/* =============================== */

.galleryhome {
  padding: 60px 0;
  background: #f8f9fa;
}

/* TITLE */
.galleryhome h3 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* IMAGE WRAPPER */
.galleryhome .example-image-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

/* FIXED IMAGE SIZE */
.galleryhome .example-image {
  width: 100%;
  height: 220px;          /* SAME HEIGHT */
  object-fit: cover;     /* NO STRETCH */
  transition: transform 0.5s ease;
}

/* HOVER ZOOM */
.galleryhome .example-image-link:hover .example-image {
  transform: scale(1.1);
}

/* OVERLAY */
.galleryhome .example-image-link::after {
  content: "View Image";
  position: absolute;
  /* inset: 0; */
  background: rgba(0,0,0,0.55);
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.galleryhome .example-image-link:hover::after {
  opacity: 1;
}

/* =============================== */
/* RESPONSIVE HEIGHTS */
/* =============================== */
@media (max-width: 991px) {
  .galleryhome .example-image {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .galleryhome .example-image {
    height: 160px;
  }
}
/* =============================== */
/* T O P   H E A D E R   M O D E R N */
/* =============================== */

.top-header-modern {
  /* background: linear-gradient(135deg, #1b1b1b, #3a1c00); */
  padding: 12px 0;
  font-family: 'Poppins', Arial, sans-serif;
}

/* LOGO */
.logo-modern {
  max-height: 70px;
  transition: transform 0.3s ease;
}

.logo-modern:hover {
  transform: scale(1.05);
}

/* CONTACT BAR */
.contact-bar {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

/* CONTACT ITEM */
.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

/* ICON CIRCLE */
.icon-circle {
  width: 42px;
  height: 42px;
  background:#073f78;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;
}

/* TEXT */
.contact-text small {
  display: block;
  font-size: 12px;
  color: rgba(17, 11, 11, 0.7);
}

.contact-text a {
  color: #160a0a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}

.contact-text a:hover {
  color: #f4b400;
}


/* =============================== */
/* FORCE MOBILE HEADER DESIGN */
/* =============================== */
@media (max-width: 767.98px) {

  .top-header-modern {
   
    padding: 16px 0;
  }

  /* FORCE COLUMN STACK */
  .top-header-modern .row {
    flex-direction: column !important;
    text-align: center;
  }

  /* LOGO */
  .top-header-modern .logo-modern {
    max-height: 89px;
    margin-bottom: 10px;
  }

  /* CONTACT BAR STACK */
  .top-header-modern .contact-bar {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px;
  }

  /* CONTACT CARD STYLE */
  .top-header-modern .contact-item {
    width: 100%;
    max-width: 300px;
    background:rgb(228 88 58);
    padding: 10px 14px;
    border-radius: 30px;
    /* justify-content: center; */
  }

  .top-header-modern .icon-circle {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .top-header-modern .contact-text small {
    font-size: 18px;
  }

  .top-header-modern .contact-text a {
    font-size: 13px;
  }
}
/* ===============================
   GALLERY SECTION
================================ */
.welcomemain2 {
  padding: 60px 0;
  background: #f8f9fc;
}

.welcomemain2 h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

/* ===============================
   IMAGE COLUMN SPACING FIX
================================ */
.welcomemain2 .col-md-3,
.welcomemain2 .col-sm-4,
.welcomemain2 .col-6 {
  padding: 10px;
}

/* ===============================
   IMAGE LINK WRAPPER
================================ */
.example-image-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  transition: all 0.35s ease;
}

/* ===============================
   IMAGE STYLE
================================ */
.example-image {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 0.5s ease;
  border-radius: 16px;
}

/* ===============================
   HOVER EFFECT
================================ */
.example-image-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.15),
    transparent
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

.example-image-link::after {
  content: "View Image";
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: all 0.35s ease;
  z-index: 2;
}

/* ===============================
   HOVER ANIMATION
================================ */
.example-image-link:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
}

.example-image-link:hover .example-image {
  transform: scale(1.12);
}

.example-image-link:hover::before {
  opacity: 1;
}

.example-image-link:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* ===============================
   MOBILE OPTIMIZATION
================================ */
@media (max-width: 576px) {
  .example-image {
    height: 160px;
  }

  .example-image-link::after {
    font-size: 12px;
  }

  .welcomemain2 h3 {
    font-size: 24px;
  }
}
/* ===============================
   ENQUIRY FORM MODERN
================================ */

.enquiry-modern {
  background: linear-gradient(135deg, #111,#0736fe00);
  padding: 50px 0;
  font-family: 'Poppins', sans-serif;
}

.enquiry-box {
  background: #fff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.2);
}

/* TITLE */
.enquiry-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  color: #111;
}

.enquiry-title span {
  color:#0b427d;
}

/* INPUT FIELDS */
.enquiry-box input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  transition: all 0.3s ease;
}

.enquiry-box input:focus {
  border-color:#0b427d;
  outline: none;
  box-shadow: 0 0 0 2px rgba(196,0,0,0.15);
}

/* BUTTONS */
.btn-submit,
.btn-reset {
  padding: 10px 28px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  margin: 5px;
  transition: all 0.3s ease;
}

.btn-submit {
  background: #d13d1a;
  color: #fff;
}

.btn-submit:hover {
  background: #d13d1a;
}

.btn-reset {
  background: #333;
  color: #fff;
}

.btn-reset:hover {
  background: #000;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 576px) {

  .enquiry-box {
    padding: 22px 18px;
  }

  .enquiry-title {
    font-size: 16px;
    line-height: 1.4;
  }

  .enquiry-box input {
    font-size: 13px;
    padding: 11px;
  }

  .btn-submit,
  .btn-reset {
    width: 100%;
    margin: 6px 0;
  }
}

.enquiry3 {
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
}

.quote-card {
  width: 100%;
  max-width: 980px;
  background: #ffffff;
  padding: 28px 22px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.quote-title {
  text-align: center;
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 4px;
}

.quote-subtitle {
  text-align: center;
  font-size: 13px;
  color: #666;
  margin-bottom: 22px;
}

.quote-input {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.quote-input:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220,53,69,0.12);
}

.quote-btn-submit {
  width: 100%;
  background: #dc3545;
  color: #fff;
  border-radius: 25px;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 8px;
  border: none;
}

.quote-btn-submit:hover {
  background: #c82333;
}

.quote-btn-reset {
  width: 100%;
  background: #6c757d;
  color: #fff;
  border-radius: 25px;
  padding: 11px;
  font-size: 14px;
  margin-top: 10px;
  border: none;
}

/* Mobile polish */
@media (max-width: 576px) {
  .quote-card {
    padding: 24px 18px;
  }
}
/* ===============================
   OFFICE LOCATION SECTION
================================ */

.office-section {
  background: #f8f9fa;
  font-family: 'Poppins', sans-serif;
}

/* CARD */
.office-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.office-title {
  font-weight: 600;
  color: #c62828;
  margin-bottom: 25px;
}

/* ITEM ROW */
.office-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 18px;
}

.office-item i {
  font-size: 20px;
  color: #c62828;
  margin-top: 4px;
}

.office-item p {
  margin: 0;
  font-size: 15px;
  color: #333;
}

.office-item a {
  color: #c62828;
  text-decoration: none;
  font-weight: 500;
}

.office-item a:hover {
  text-decoration: underline;
}

/* MAP */
.map-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 350px;
  border: 0;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */

@media (max-width: 768px) {

  .office-card {
    padding: 22px;
  }

  .office-title {
    font-size: 18px;
    text-align: center;
  }

  .office-item {
    align-items: center;
    text-align: left;
  }

  .map-card iframe {
    min-height: 280px;
  }
}
.btn {
  padding: 10px 22px;
  font-weight: 600;
}

@media (max-width: 576px) {
  h1 {
    font-size: 24px;
  }
  h4 {
    font-size: 16px;
  }
}
.action-buttons {
  display: flex;
  gap: 12px;          /* proper space between buttons */
  flex-wrap: wrap;   /* allows wrapping on small screens */
}

@media (max-width: 576px) {
  .action-buttons {
    justify-content: center;  /* center on mobile */
  }

  .action-buttons .btn {
    width: 100%;              /* full-width buttons (optional but clean) */
    text-align: center;
  }
}
.action-buttons .btn {
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 600;
}
.action-buttons {
  display: flex;
  flex-direction: column;   /* stack buttons */
  gap: 12px;                /* IMPORTANT: space between */
}

.action-buttons .btn {
  width: 100%;
  text-align: center;
}
/* WHY US SECTION */
.whyus {
  background: linear-gradient(135deg, #063d77, #073e78, #0a417c);
  color: #fff;
}

/* HEADINGS */
.whyus-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.whyus-subtitle {
  font-size: 16px;
  color: #ffc107;
  letter-spacing: 0.5px;
}

/* COUNTER CARD */
.counter-card {
  background: #ffffff;
  color: #222;
  padding: 30px 20px;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(0,0,0,0.15);
  transition: all 0.35s ease;
  height: 100%;
}

.counter-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* ICON */
.icon-circle {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, #ca361c, #e5aa0f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 30px;
  color: #fff;
}

/* COUNTER TEXT */
.counter-card h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
}

.counter-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
}

/* MOBILE */
@media (max-width: 576px) {
  .whyus-title {
    font-size: 24px;
  }

  .counter-card {
    padding: 25px 18px;
  }
}
/* ============================
   WHY CHOOSE US SECTION
============================ */

.why-choose-us {
  background-color: #f8f9fa;
  padding: 60px 0;
}

/* SECTION TITLE */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #c82333; /* red theme */
  margin-bottom: 15px;
}

/* SECTION DESCRIPTION */
.section-description {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 900px;
  margin: 0 auto 35px;
}

/* FEATURE BOX */
.feature-box {
  background: #ffffff;
  padding: 35px 20px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

/* ICON */
.feature-box i {
  font-size: 40px;
  color: #c82333;
  margin-bottom: 15px;
  display: inline-block;
}

/* TEXT */
.feature-box p {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

/* HOVER EFFECT */
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* ============================
   RESPONSIVE STYLES
============================ */

@media (max-width: 768px) {
  .section-title {
    font-size: 26px;
  }

  .section-description {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .feature-box {
    padding: 28px 18px;
    margin-bottom: 20px;
  }

  .feature-box i {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }

  .feature-box p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contact-bar {
    justify-content: center;     /* center items horizontally */
    flex-direction: column;     /* stack vertically */
    align-items: center;
    gap: 15px;
  }

  .contact-item {
    justify-content: center;
    text-align: center;
  }

  .contact-text {
    text-align: center;
  }
}
.top-contact {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.top-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-contact-text small {
  display: block;
  font-size: 12px;
}
@media (max-width: 767px) {
  .top-contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .top-contact-item {
    justify-content: center;
    text-align: center;
  }

  .top-contact-text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-contact-item {
    background: #f05a28;
    padding: 26px 20px;
    border-radius: 30px;
    max-width: 320px;
    width: 100%;
  }

  .top-contact-item a,
  .top-contact-item small {
    color: #fff;
  }

  .top-contact-icon {
    background: #fff;
    color: #0b447f;
    border-radius: 50%;
    padding: 8px;
  }
}
/* ===============================
   TOP CONTACT BAR – DESKTOP
================================ */

.top-contact {
  display: flex;
  justify-content: flex-end;   /* right aligned on desktop */
  align-items: center;
  gap: 30px;
}

.top-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-contact-icon {
  width: 42px;
  height: 42px;
  background: #083f7a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.top-contact-text {
  text-align: left;
}

.top-contact-text small {
  display: block;
  font-size: 18px;
  color: #0a0808;
  line-height: 1.2;
}

.top-contact-text a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.top-contact-text a:hover {
  color: #f05a28;
}
/* --- CUSTOM INDICATORS (Dots) --- */
/* Making the indicators larger and a different shape */
.custom-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%; /* Makes them circles */
    margin: 0 5px;
    background-color: #ffffff; /* White by default */
    opacity: 0.5; /* Faded when inactive */
    transition: opacity 0.3s, background-color 0.3s;
    border: 2px solid #fff; /* White border */
}

.custom-indicators .active {
    opacity: 1;
    background-color: #0d6efd; /* Blue for active */
    transform: scale(1.1); /* Slightly larger when active */
}

/* --- CUSTOM CONTROLS (Arrows) --- */
/* Adding a dark, semi-transparent background to the controls */
.custom-control {
    width: 50px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4); /* Dark semi-transparent background */
    border-radius: 0.25rem; /* Slight round corners */
    opacity: 0.9;
    transition: background 0.3s ease;
}

.custom-control:hover {
    background: rgba(0, 0, 0, 0.6);
}

/* Position for prev control */
.carousel-control-prev.custom-control {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* Position for next control */
.carousel-control-next.custom-control {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Making the actual icons a bit bigger */
.custom-control .carousel-control-prev-icon,
.custom-control .carousel-control-next-icon {
    width: 30px;
    height: 30px;
}

/* --- CUSTOM CAPTION --- */
.custom-caption {
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent dark overlay */
    padding: 20px;
    border-radius: 0.5rem;
    bottom: 20px; /* Pull it up from the bottom edge */
    text-align: left;
}

.custom-caption h5 {
    color: #fff;
    font-size: 2em;
    margin-bottom: 10px;
}

.custom-caption p {
    color: #ccc;
    font-size: 1.1em;
}
.video-gallery {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.video-gallery .gallery-video {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
/* ============================= */
/* VIDEO GALLERY STYLING */
/* ============================= */

.gallery-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  background: #000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect (desktop only) */
@media (min-width: 992px) {
  .gallery-video:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  }
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .gallery-video {
    border-radius: 8px;
  }
}

/* Optional: equal height look */
.gallery-video {
  aspect-ratio: 16 / 9;
}
