/* Importing a Google Font */
@import url('https://fonts.googleapis.com/css?family=Raleway');


.navbar {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-link {
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #007bff;
}

@media (max-width: 768px) {
  .navbar-collapse {
    background-color: white;
    /* Background for dropdown */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .navbar-collapse .nav-link {
    font-size: 1.25rem;
    /* Larger font size for mobile */
    padding: 15px;
    /* More padding for touch targets */
    text-align: center;
    /* Center align links */
  }

  .navbar-toggler {
    border-color: #007bff;
    /* Color for the toggler */
  }

  .navbar-toggler:focus {
    box-shadow: none;
    /* Remove focus outline */
  }
}

.logo_sz {
  width: 110px;
}

.active {
  font-weight: 600;
  text-decoration: 2px underline;
  text-underline-offset: 8px;
}

@media only screen and (max-width: 999px) {
  .slider_sec {
    margin-top: 95px !important;
  }

  .fxnone {
    display: none !important;
  }

  .black_over {
    padding-top: 150px !important;
    padding-bottom: 50px !important;
  }
}

@media only screen and (min-width: 1000px) {
  .slider_sec {
    margin-top: 80px !important;
  }

  .hnd_tx h1 {
    font-size: 47px;
  }

  .mv_bk {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

.wh_tx {
  color: white;
}

.wh_clbox {
  width: 100px;
  height: 2px;
  background-color: white;
}

.box {
  padding-top: 50px;
  padding-bottom: 50px;
}


@media only screen and (min-width: 768px) {
  .solutions .leftText {
    position: relative;
    height: max-content;
    width: 65%;
    filter: drop-shadow(-2px 0px 10px rgba(0, 0, 0, 0.25));
    -webkit-filter: drop-shadow(-2px 0px 10px rgba(0, 0, 0, 0.25));
    -moz-filter: drop-shadow(-2px 0px 10px rgba(0, 0, 0, 0.25));
  }
}

@media only screen and (min-width: 768px) {
  .solutions .rightImg {
    position: absolute;
    height: 80%;
    width: 50%;
    top: 10%;
    bottom: 10%;
    right: 0;
    filter: drop-shadow(15px 0px 20px rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(15px 0px 20px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(15px 0px 20px rgba(0, 0, 0, 0.5));
  }
}

.solutions {
  position: relative;
  height: max-content;
}

@media (min-width: 768px) {
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

@media only screen and (min-width: 768px) {
  .solutions .leftText .body {
    position: relative;
    background-color: #ffc830;
    width: 100%;
    padding-top: max(3.8em, 5.65vw);
    padding-right: 17%;
    padding-bottom: max(3.8em, 5.65vw);
    padding-left: clamp(4rem, 8.5vw, 10rem);
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}

@media only screen and (min-width: 768px) {
  .solutions .leftText .body::before {
    content: "";
    position: absolute;
    background-color: #e9e5ec;
    width: 14%;
    height: 10.7%;
    right: 9%;
    bottom: -0.7%;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
}

.solutions .leftText .body .heading {
  font-size: clamp(1.85rem, 4.835vw, 3rem);
  color: #fff;
  font-weight: 600;
  line-height: 1.1;
}

.solutions .leftText .body .subHeading {
  width: max-content;
  font-size: clamp(1.2rem, 2.9vw, 1.7rem);
  color: #000;
  font-weight: 600;
  line-height: 1.3;
  padding: .2rem .4rem .5rem 0;
  border-bottom: 1px solid #fff;
}

@media only screen and (min-width: 768px) {
  .solutions .rightImg .imgContainer {
    height: 100%;
    width: 100%;
    object-fit: cover;
    background-color: #36035e;
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.solutions .leftText .body p {
  width: 92%;
  max-width: 425px;
  color: #000;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .solutions .leftText .body::after {
    content: "";

    position: absolute;

    background-color: red;

    width: 15.3%;

    height: 10%;

    right: 0;

    top: 0;

    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);

    clip-path: polygon(100% 0, 0% 100%, 100% 100%);

  }
}

.Ab_box {
  transition: all ease-in-out 0.2s;
}

.Ab_box img {
  width: 70px;
}

.Ab_box i {
  font-size: 35px !important;
  color: white;
}

.Ab_box:hover {
  margin-top: -10px;
}

.box_saparator {
  margin-top: 10px;
  margin-bottom: 10px;
}

.box_shap {
  width: 60px;
  height: 60px;
  background-color: green;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_shap_2 {
  width: 60px;
  height: 60px;
  background-color: #f14e51;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box_shap_3 {
  width: 60px;
  height: 60px;
  background-color: #4d6cf1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tx_1 {
  color: #337ab7;
  font-weight: 600;
}

.tx_2 {
  color: green;
  font-weight: 600;
}

.tx_3 {
  color: #f14e51;
  font-weight: 600;
}

.tx_4 {
  color: #4d6cf1;
  font-weight: 600;
}

.btline {
  width: 150px;
  height: 3px;
  background-color: gray;
  margin-top: 10px;
}

.hnd_tx {
  line-height: 20px;
  margin-bottom: 20px;
}

.hnd_tx h1 {
  color: #1a1d23;
  line-height: 47px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
}

.hnd_tx p {
  margin-bottom: 0px;
}

.round_box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba241e;
  border-radius: 50%;
  margin-left: 10px;
}

.round_box_2 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ba241e;
  border-radius: 50%;
  margin-right: 10px;
}

.round_box i {
  color: white;
  font-size: 25px;
}

.round_box_2 i {
  color: white;
  font-size: 25px;
}

.wcu {
  text-align: right;
}

.wcu h6 {
  text-decoration: underline 2px gray;
  text-underline-offset: 8px;
}

.wcu_2 {
  text-align: left;
}

.wcu_2 h6 {
  text-decoration: underline 2px gray;
  text-underline-offset: 8px;
}


.custom_card {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;

}

.custom_card .image-container {
  position: relative;
  width: 100%;
  height: 200px;
}

.custom_card .card-img-top {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Overlay styles */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(184 37 31 / 31%);
  opacity: 0;
  transition: opacity 0.5s ease;
  /* Animation */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Hover effect on card */
.custom_card:hover .overlay {
  opacity: 1;
}

.custom_card:hover {
  margin-top: -10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.custom_card .card-body {
  padding: 16px;
}

.custom_card .card-title {
  font-size: 1.25rem;
  margin: 0 0 8px;
}

.custom_card .card-text {
  font-size: 1rem;
  margin: 0 0 16px;
  color: #555;
}

.custom_cl {
  padding: 2px 20px;
}

.sm_ln {
  width: 40px;
  height: 2px;
  background-color: gray;
  margin-bottom: 5px;
  margin-top: -2px;
}

.mv_bk {
  background-image: url("img/about-us-bg.jpg");
  background-position: bottom;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  color: white;
}

.About_img {
  width: 100%;
}

.bot_ln {
  width: 25px;
  height: 3px;
  background-color: red;
}

.banner_section {
  background-image: url("img/banner.jpg");
  background-position: center;
  background-size: cover;
}

.black_over {
  background-color: #000000ab;
  padding-top: 250px;
  padding-bottom: 150px;
}

.info-box {
  display: flex;
  align-items: center;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.icon {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: white;
  margin-right: 20px;
  flex-shrink: 0;
}

.icon i {
  font-size: 24px;
  line-height: 1;
}

.content {
  flex-grow: 1;
}

.bg-blue {
  background-color: #007bff;
}

.bg-green {
  background-color: #28a745;
}

.bg-orange {
  background-color: #fd7e14;
}

/* footer  */
footer a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  padding: 8px 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.red-btn {
  background: #ed1b24;
  border: 2px solid #ed1b24;
  color: #fff;
}

.red-btn:hover {
  background: #1c376c;
  color: #fff;
  border-color: #ffffff;
}

/*---------footer---------*/
footer {
  background-color: #222023;
  background-image: -webkit-linear-gradient(top, #222023, #1e2c47);
  background-image: -moz-linear-gradient(top, #222023, #1e2c47);
  background-image: -o-linear-gradient(top, #222023, #1e2c47);
  background-image: linear-gradient(to bottom, #222023, #1e2c47);
  color: #fff;
  padding: 220px 0;
  font-size: 17px;
}

footer h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

footer h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 2px;
}

.about-footer li i {
  position: absolute;
  left: 0;
}

.about-footer li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 40px;
}

.about-footer ul {
  margin-top: 40px;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #ed1b24;
}

.footer-title {
  border-bottom: 2px solid #a61f2d;
  padding-bottom: 25px;
  margin-bottom: 35px;
}

ul.footer-social {
  float: right;
}

ul.footer-social li {
  display: inline;
  margin-right: 16px;
}

ul.footer-social i {
  width: 30px;
  height: 30px;
  background: #fff;
  color: #222025;
  text-align: center;
  line-height: 30px;
  border-radius: 30px;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 800;
}

ul.footer-social li:last-child {
  margin-right: 0px;
}

ul.footer-social i:hover {
  background: #ed1b24;
  color: #fff;
}

.page-more-info li {
  margin-bottom: 31px;
}

footer .table td:first-child {
  font-weight: 600;
  padding-left: 33px;
}

footer .table td:last-child {
  text-align: right;
}

footer .table td {
  padding: 0px;
  border: 0;
}

footer .table tr {}

footer .table td i {
  position: absolute;
  left: 0px;
  font-size: 21px;
  top: 6px;
}

footer .table td {
  position: relative;
  padding: 4px 0;
}

.footer-logo td {
  padding-right: 4px !important;
}

.footer-logo td:last-child {
  padding-right: 0px !important;
}

footer hr {
  border-color: #9294a0;
}

.footer-bottom p {
  text-align: right;
}

.footer-bottom {
  margin-top: 30px;
}

.open-hours hr {
  margin: 30px 0;
}

.gallery-section {
  background-color: white;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 20px;
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.gallery-item:hover .overlay {
  transform: translateY(0);
}

.overlay h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.overlay p {
  font-size: 0.9rem;
  margin-bottom: 0;
  opacity: 0.8;
}

.modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

/* Animation for modal */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal.fade .modal-dialog {
  animation: fadeIn 0.3s ease-out;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gallery-item img {
    height: 200px;
  }
}

:root {
  --primary-color: #2c3e50;
  --secondary-color: #e74c3c;
  --accent-color: #3498db;
  --light-color: #ecf0f1;
  --dark-color: #2c3e50;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.branches-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-title h2 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.section-title h2:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: var(--secondary-color);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.section-title p {
  color: #777;
  max-width: 700px;
  margin: 0 auto;
}

.branch-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
  height: 100%;
  padding: 30px;
}

.branch-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.branch-icon {
  font-size: 2.5rem;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.branch-content h3 {
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.branch-content p {
  color: #666;
  margin-bottom: 15px;
}

.branch-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.branch-info i {
  color: var(--secondary-color);
  margin-right: 10px;
  font-size: 18px;
  width: 20px;
}

.branch-info span {
  color: #555;
}

.view-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background-color: var(--primary-color);
  color: white;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 2px solid var(--primary-color);
}

.view-btn:hover {
  background-color: transparent;
  color: var(--primary-color);
}

/* Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.branch-card {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.branch-card:nth-child(1) {
  animation-delay: 0.1s;
}

.branch-card:nth-child(2) {
  animation-delay: 0.3s;
}

.branch-card:nth-child(3) {
  animation-delay: 0.5s;
}