/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@;400;;600;700;&display=swap'); */

:root {
  --primary: #B11616;
  --dark: #0a0a18;
  --darker: #050510;
  --light: #ffffff;
  --light-bg: #f8faff;
  --text: #0a0a18;
  --text-light: #4a4a68;

}

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  line-height: 1.66em;
}

/* Topbar */
.topbar {
  background: #B11616;
  padding: 8px 0;
  font-size: 14px;
}

.topbar .social a {
  margin-left: 10px;
  text-decoration: none;
  color: #333;
}

/* Navbar */
.navbar-nav .nav-link {
  margin-left: 20px;
  font-weight: 500;
}

.navbar-nav .nav-link:hover {
  color: #B11616;
}

/* Slider */
.carousel img {
  height: 650px;
  object-fit: cover;
}

/* Title */
.title-section {
  padding: 60px 0;
}


/* About */
.about {
  padding: 40px 0;
  text-align: center;
  margin: auto;
}


.feature-card {
  padding: 30px;
  border: none;
}

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 12px;
  height: 12px;

}

.carousel-indicators [data-bs-target] {
  background-color: #0e0e0e;
  margin-right: 10px;
}

.carousel-indicators [data-bs-target].active {
  background-color: #000000;
}

.carousel-indicators {
  bottom: -50px;
}

#heroSlider {
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgb(0 0 0 / .2);
}

#menu .nav-item .nav-link {
  color: #444;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px !important;
  padding-left: 20px !important;
  text-transform: uppercase;
  letter-spacing: 0;
}

/* Make navbar height based on logo */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

/* Make links full height */
#menu .nav-link {
  height: 90px;
  /* same as logo height */
  display: flex;
  align-items: center;
  /* vertical center */
  padding: 0 20px;
  /* horizontal spacing */
  transition: all 0.3s ease;
}

/* Hover */
#menu .nav-link:hover {
  background-color: #B11616;
  color: #fff;
}

/* Active */
#menu .nav-link.active {
  background-color: #B11616;
  color: #fff;
}

.title {
  padding: 0 35px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  border-left: 1px solid;
  border-right: 1px solid;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  color: #404040;

}

.line-right {
  border-right: 1px solid;
}

.line-right {
  right: 3px;
}

.line-left {
  border-left: 1px solid;
}

.line-left {
  left: 3px;
}

.line-left,
.line-right {
  position: absolute;
  top: 0;
  height: 100%;
}

.title .title-text::before {
  top: 20.5px;
  border-bottom: 1px solid;
  right: 100%;
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 200px;
  box-sizing: content-box;
  border-top: 1px solid;
}

.title .title-text::after {
  top: 20.5px;
  border-bottom: 1px solid;
  left: 100%;
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 200px;
  box-sizing: content-box;
  border-top: 1px solid;
}

.main-para p {
  text-align: justify;
  color: #333;

}

.main-para p a {
  color: #2e2e2e;
  font-weight: 700;
  text-decoration: none;

}

.main-para p strong {
  color: #B11616;
  font-weight: 700;
  text-decoration: none;

}

.fet-icon svg {
  background-color: #d6d6d6;
  padding: 20px;
  border-radius: 50%;
  width: 74px;
  height: 74px;
}

.dark-sec {
  background-color: #333333;
}

.sec-img img {
  width: 100%;
}

.enquiry-btn {
  background-color: #dd3333;
  color: #ffffff;
  padding: 18px 25px;
  /* border-radius: 5px; */
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}

.enquiry-btn:hover {
  background-color: #B11616;
  color: #ffffff;
}

/* footer  */
.mk-footer {
  background-color: #3d4045;
  color: #cbd5e1;
  padding: 60px 0 40px;
  font-size: 14px;
  line-height: 1.6;
}

.widgettitle {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  position: relative;
}

/* Information Menu Styling */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-menu li:last-child {
  border-bottom: none;
}

.footer-menu a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
}

.footer-menu a i {
  font-size: 10px;
  margin-right: 10px;
  color: #ffffff;
}

.footer-menu a:hover {
  color: #ffffff;
}

/* Contact Info Styling */
.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-list li {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}

.contact-info-list i {
  width: 25px;
  margin-top: 4px;
  color: #cbd5e1;
  font-size: 16px;
}

.contact-info-list span,
.contact-info-list a {
  color: #ebebeb;
  text-decoration: none;
}

.contact-info-list a:hover {
  color: #f0f0f0;
}

/* Map Styling */
.map-container {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
}

.page-title {
  font-size: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 25px 20px 15px;
  line-height: 120%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
  color: #000000;
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
  float: right;
  display: inline-block;
  margin: 0 20px -10px 0;
  line-height: 11px;
  padding: 10px 12px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.intro-left {
  /* position: relative; */
  padding: 20px 0 30px 0 !important;
  background-color: #F7F7F7;
  border-bottom: 1px solid #ededed;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a {
  color: #000000;
  text-decoration: none;
}

h3 strong {
  color: #b01717;
}

li strong {
  color: #b01717;
}

#sub-footer {
  background-color: #333;
  padding: 25px 0;
}

.mk-footer-copyright,
#mk-footer-navigation li a {
  color: #fff;
}

.main-para ol li {
  text-align: justify;
}

.color-red {
  color: #b01717;
}

.form-group {
  margin-bottom: 2rem;
}

.form-control {
  width: 100%;
  padding: 1.2rem 1.5rem;
  background: var(--light-bg);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: var(--text);
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
}

textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

input.Submit-box {
  background-color: #B11616;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

input.Submit-box:hover {
  background-color: #a00000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.border-red {
  border-bottom: 2px solid #ED3237;
  padding-bottom: 10px;
  width: max-content;
}
.inq-btn-floater {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: var(--primary);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    /* font-weight: bold; */
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(220, 2, 2, 0.4);
    z-index: 1000;
    animation: bounce 2s infinite;
    display: flex;
    align-items: center;
    /* gap: 10px; */
}

i.fas.fa-paper-plane {
    margin-left: 5px;
}

.modal-header {
    border-bottom: 2px solid var(--primary);
}

.modal-footer {
    border-top: 2px solid var(--primary);
}

button.btn-close {
    background: rgb(202, 0, 0);
    opacity: 1;
    padding: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.btn.moClose {
    background: rgb(202, 0, 0);
    color: #fff;
    padding: 8px 17px;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.modal .form-control {
      padding: 10px 15px;
      border-radius: 3px;

}
.glow-btn {
    box-shadow: 0 4px 15px rgba(2, 150, 220, 0.25);
}
.btn-primary {
    background-color: var(--primary) !important;
    border: 2px solid var(--primary);
    color: #fff;
    /* font-weight: 600; */
    border-radius: 4px;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}


/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .glass-nav {
        padding: 5px 0;
    }

    .hero-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 28px;
    }

    .padding-section {
        padding: 50px 0;
    }

    /* .inq-btn-floater span {
        display: none;
    } */

    .inq-btn-floater {
        padding: 12px;
        border-radius: 30px;
        padding: 10px 20px;
        left: 7px;
    }
}
@media (max-width: 1024px) {

  .title .title-text::before,
  .title .title-text::after {
    display: none;
  }

  #menu .nav-item .nav-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .navbar-brand img {
    width: 150px !important;
    height: auto !important;
  }

  .carousel img {
    height: auto;
  }
  
    .inq-btn-floater {
        padding: 12px 15px;
        border-radius: 30px;
        justify-content: center;
        width: 50px;
        height: 190px;
        left: 5px;
        right: auto;
        top: 50%;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        /* FIX width issue */
        text-orientation: mixed;
        flex-direction: row-reverse;
        gap: 7px;
    }

    i.fas.fa-paper-plane {
        margin-left: 0px;
        transform: rotate(-90deg);

    }

    .inq-btn-floater span {
        transform: rotate(180deg);
        /* text readable */
        display: inline-block;
    }

}


  @media (max-width: 768px) {
    .mk-footer .col-md-6 {
      margin-bottom: 40px;
    }

    #menu .nav-link {
      height: 50px;
    }
  }

  @media (max-width: 768px) {
    .topbar {
      display: none;
    }
    .title{
      font-size: 32px;
    }
  }