@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: "Montserrat", sans-serif !important;
}

/* Make long dropdown scrollable */
.dropdown-menu {
  max-height: 85vh;           /* adjust as per your design */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;        /* for Firefox */
  scrollbar-color: #0d6efd #f1f1f1; /* custom scrollbar color */
  border-radius: 10px;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #0d6efd;
  border-radius: 10px;
}

.dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}



ul.dropdown-menu.show li a.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
/* ===== TOPBAR ===== */
.topbar {
  background-color: #0dbcc0;
  color: #fff;
  font-size: 14px;
}

.topbar a {
  color: #fff;
  text-decoration: none;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.topbar a:hover {
  color: #F04734;
}

.topbar i {
  margin-right: 6px;
}

.divider {
  color: rgba(255,255,255,0.5);
  margin: 0 10px;
}

.right-top a {
  margin-left: 10px;
}

.right-top i {
  margin-right: 5px;
}

/* ===== NAVBAR ===== */
.main-navbar {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  z-index: 999;
}

.navbar-brand img {
  height: 60px;
}

.navbar-nav .nav-link {
  color: #0dbcc0;
  font-weight: 600;
  margin-left: 20px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #F04734;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler-icon {
  background-color: #0dbcc0;
}

/* ===== Sticky Header Shadow Effect ===== */
.sticky-top {
  position: sticky;
  top: 0;
  transition: all 0.3s ease;
}

.lines {
  position: relative;
  display: inline-block;
}

/* Longer line (120px) */
.lines::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #F04734;
  margin-top: 0px;
}

/* Shorter line (90px) */
.lines::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #F04734;
  margin-top: 10px;
}
.linescen {
  position: relative;
  display: inline-block;
}

/* Longer line (120px) */
.linescen::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 80px;
  height: 3px;
  background-color: #F04734;
  margin-top: 0px;
  transform: translate(-50%, -50%);
}

/* Shorter line (90px) */
.linescen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: #F04734;
  margin-top: 10px;
  transform: translate(-50%, -50%);
}


.banner {
    background: url(../images/banner.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.banner h1 {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
}
.banner p {
    color: #fff;
    padding-right: 60px;
}
.banner .bannercontent{
  width: 50%;
}


/* About Us start here */
section.about{
  margin-top: 80px;
  margin-bottom: 70px;
}
h2.heding2 {
    color: #0dbcc0;
    font-size: 44px;
    font-weight: 700;
    margin-top: 15px;
}


/* services start here */
.servicescard {
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    background: #fff;
    height: calc(100% - 30px);
}
.servicescard img{
    transition: all 0.4s ease;
}
.sercardcont {
    background: url(../images/servicebg.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-top: -80px;
    position: relative;
    padding: 25px 20px;
}
.sercardcont h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 14px;
    margin-top: 8px;
    font-weight: 600;
    text-decoration: none;
}
a.cardbtn {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 35px;
    display: inline-block;
    background: #0dbbbf;
    color: #fff;
    padding: 10px 25px;
    margin-top: 10px;
    transition:all 0.4s ease;
}
a.cardbtn:hover {
    transform: scale(1.05);
}
.sercardcont a {
    text-decoration: none;
}

section.about.abouus {
    background: #F5F5F5;
    padding: 70px 0;
    margin-top: 50px;
}
section.about.abouus a {
    background: #F04734;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 13px 30px;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.4s ease;
}
section.about.abouus a:hover {
    background: #0dbcc0;
}
.location-card.d-flex.align-items-center:hover {
    background: #F04734;
}
.location-card.d-flex.align-items-center:hover .text-area {
    background: #F04734;
}
.location-card.d-flex.align-items-center {
    background: #0dbcc0;
    transition: all 0.4s ease;
}
.servicescard:hover img.img-fluid {
    transform: scale(1.1);
}


.service-box {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight: 500;
  overflow: hidden;
  z-index: 0;
}

/* Sliding fill effect */
.service-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #F04734; /* Your primary color */
  z-index: -1;
  transition: width 0.9s ease;
  border-radius: 8px;
}

/* On hover */
.service-box:hover::before {
  width: 100%;
}

/* Text + lift effect */
.service-box:hover {
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.service-number {
  font-size: 20px;
  font-weight: 600;
  margin-right: 10px;
  color: #0d6efd;
}



/* ===== Locations Section ===== */
.locations-section {
  text-align: center;
}

.section-title {
  color: #0dbcc0;
  font-weight: 700;
}

/* ===== Location Card ===== */
.location-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(75, 75, 75, 0.15);
  background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0 14px rgba(75, 75, 75, 0.25);
}

.logo-area {
  background: #fff;
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.logo-area img {
  width: 50px;
  height: auto;
}

.text-area {
  background-color: #0dbcc0;
  color: #fff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  transition: all 0.4s ease;
}

.text-area h5 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .location-card {
    flex-direction: row;
  }
}



section.testimonials {
    background: rgba(28, 67, 151, 0.2);
    margin: 80px 0 0 0;
    padding: 60px 0;
}
section.testimonials h2 {
    margin-bottom: 40px;
}
.testi {
    background: #fff;
    padding: 30px 20px 20px;
    border-radius: 15px;
}
.testi img {
    width: 16px !important;
}
.testi p {
    font-size: 14px;
    margin-top: 10px;
}
.testi ul {
    list-style: none;
    padding: 0;
}
.testi ul li {
    display: inline-block;
    font-size: 14px;
    color: #FF7C00;
}
.testi h5 img{
  width: 40px !important;
  margin-right: 10px;
  border: 1px solid #000;
  border-radius: 50%;
}
.testi h5 {
    display: flex;
    align-items: center;
    color: #0dbcc0;
    font-size: 16px;
    font-weight: 600;
}
.owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}
button.owl-prev span {
    background: #0dbcc0;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    font-size: 46px;
    line-height: 26px;
    color: #fff;
    margin-right: 15px;
    font-weight: 300;
    padding: 2px 2px 2px 0px;
}
button.owl-next span {
    background: #0dbcc0;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    font-size: 46px;
    line-height: 26px;
    font-weight: 300;
    color: #fff;
    padding: 2px 2px 2px 7px;
}




.services-section {
      text-align: center;
      padding: 60px 20px;
    }

    .services-section h2 {
      font-weight: 700;
      color: #0dbcc0;
      margin-bottom: 50px;
      position: relative;
    }

    .service-box {
      background-color: #007bff;
      color: white;
      border-radius: 40px;
      padding: 10px 30px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-weight: 500;
      margin-bottom: 25px;
      transition: 0.3s ease;
    }

    .service-number {
      background-color: white;
      color: #007bff;
      font-weight: 700;
      font-size: 1.1rem;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 15px;
      flex-shrink: 0;
    }

    @media (max-width: 768px) {
      .service-box {
        justify-content: center;
        text-align: center;
        padding: 10px 20px;
      }

      .service-number {
        margin-right: 10px;
      }
    }


/* ===== Contact Section ===== */
.contact-section {
    background-color: rgb(28 67 151 / 04%);
}
.contact-form.p-4.p-md-5 {
    background: rgba(28, 67, 151, 10%);
    border-radius: 30px;
}
.contact-form.p-4.p-md-5 form .form-control {
    padding: 15px 15px;
    font-size: 14px;
}
button.btn.send-btn {
    background: #0dbcc0;
    width: 100%;
    padding: 15px;
    font-weight: 700;
    color: #fff;
}
/* Contact Info */
.contact-section p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}
.contact-section i {
  color: #F04734;
}

/* Social Icons */
.social-icons a {
  font-size: 18px;
  margin-right: 15px;
  transition: color 0.3s ease;
}
.social-icons a:hover {
  color: #F04734;
}

/* Map */
.map-container iframe {
  border-radius: 8px;
  margin-top: 15px;
  box-shadow
}

.service-number {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -40px;
    flex-shrink: 0;
    width: 64px;
    background: #0dbcc0;
    height: 64px;
    z-index: 1;
}

.service-box {
    background-color: #0dbcc0;
    color: white;
    border-radius: 40px;
    padding: 10px 20px 10px 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    margin-bottom: 0;
    transition: 0.3s ease;
    width: 100%;
}



footer {
    margin-top: 50px;
    background: #ECECEC;
    padding-top: 60px;
    padding-bottom: 40px;
}
.foot img {
    height: 70px;
    margin-bottom: 15px;
}
footer p {
    color: #000;
    font-size: 16px;
}
.foot ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.foot ul li {
    color: #000;
    font-size: 16px;
}
ul.footsocialicon li a {
    font-size: 20px;
    color: #0dbcc0 !important;
}
.foot h5 {
    font-size: 22px;
    font-weight: 600;
    color: #0dbcc0;
    margin-bottom: 20px;
}
.foot ul li a {
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
}
.foot ul li a i.fa-solid.fa-angles-right {
    color: #FF7C00;
    font-size: 14px;
    margin-right: 8px;
}
ul.address.p-0 li a i {
    color: #FF7C00;
    margin-right: 8px;
}
.copyright {
    background: #0dbcc0;
    padding: 20px 0;
}
.copyright p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
ul.copylist li {
    line-height: normal;
    display: inline-block;
}
ul.copylist li a {
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #fff;
    padding: 0 10px;
    text-decoration: none;
}
ul.address li i {
    color: #FF7C00;
    margin-right: 8px;
}
ul.footsocialicon li {
    display: inline-block;
    margin-right: 20px;
}
ul.footsocialicon li a {
    font-size: 20px;
    margin: 0;
}
.foot ul li a:hover {
    color: #0dbcc0;
}



@media screen and (max-width: 767px) {
  .left-top.d-flex.align-items-center.flex-wrap {
    justify-content: center;
}
.right-top.d-flex.align-items-center.flex-wrap {
    justify-content: center !important;
    width: 100%;
}
.navbar-toggler-icon {
    background-color: #ffffff;
}
button.navbar-toggler {
    border: 0;
}
span.divider {
    display: none;
} 
.topbar a {
    margin-right: 5px;
}
  .banner {
    padding: 50px 0;
}
  .banner .bannercontent {
    width: 100%;
}
.banner h1 {
    font-size: 30px;
}

section.about {
    margin-top: 50px;
    margin-bottom: 30px;
}
h2.heding2 {
    color: #0dbcc0;
    font-size: 28px;
    font-weight: 700;
    margin-top: 15px;
}
.lines::after {
    width: 40px;
}
.lines::before {
    width: 60px;
}
.linescen::after {
    width: 40px;
}
.linescen::before {
    width: 60px;
}
.sercardcont {
    padding: 25px 15px;
}
.sercardcont h4 {
    font-size: 22px;
}
.sercardcont p {
    font-size: 14px;
}
.sercardcont h4 {
    font-size: 22px;
}
a.cardbtn {
    color: #EF4933;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
}
section.about.abouus {
    background: #F5F5F5;
    padding: 20px 0 40px;
    margin-top: 20px;
}
section.about.abouus a {
    display: inline-block;
    margin-bottom: 20px;
}
section.testimonials {
    background: rgba(28, 67, 151, 0.2);
    margin: 50px 0 0 0;
    padding: 20px 0;
}
button.owl-prev span {
    background: #0063aa;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 50%;
    font-size: 40px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    padding: 0px 2px 2px 0px;
}
button.owl-next span{
  width: 34px;
    height: 34px;
    display: block;
    border-radius: 50%;
    font-size: 40px;
    line-height: 26px;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    padding: 0px 2px 2px 2px;
}
section.testimonials h2 {
    margin-bottom: 25px;
}
.services-section {
    text-align: center;
    padding: 30px 0px;
}
.services-section h2 {
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 20px;
    position: relative;
}
.service-box {
    background-color: #0dbcc0;
    color: white;
    border-radius: 40px;
    padding: 10px 0px 10px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 14px;
    transition: 0.3s ease;
    width: 100%;
}
.service-number {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -40px;
    flex-shrink: 0;
    width: 54px;
    background: #0dbcc0;
    height: 54px;
    z-index: 1;
}
.copyright {
    background: #0dbcc0;
    padding: 20px 0;
    text-align: center;
}
.foot h5 {
    font-size: 22px;
    font-weight: 700;
    color: #0dbcc0;
    margin-bottom: 10px;
    margin-top: 15px;
}
ul.footsocialicon {
    display: flex;
}
ul.footsocialicon li{
    margin-right:15px;
}
h2.hedingg2 {
    color: #0dbcc0;
    font-size: 26px;
    font-weight: 700;
    margin-top: 15px;
}



}


h2.hedingg2 {
    color: #0dbcc0;
    font-size: 34px;
    font-weight: 700;
    margin-top: 15px;
}