@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  /* font-family: "Poppins", sans-serif !important; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Poppins", sans-serif !important; */
  text-transform: capitalize;
}


@media (max-width: 762.98px) {
  .site-navbar {
    padding-top: 0px !important;
    padding-bottom: 5px !important;
  }

  .site-logo img {
    max-width: 150px !important;
    margin-left: 5px !important;
  }
}


@media (min-width: 1200px) {
  .container {
    max-width: 1320px !important;
  }
}



.icon-claa {
  margin: 20px;
  color: #D60C0C !important;

}

.header-top-right {
  background-color: #D60C0C;
  -webkit-clip-path: polygon(2% 100%, 100% 100%, 100% 0%, 0% 0%);
  padding: 10px 0px;
}

.header_right_text {
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 16px;
  /* top: -5px; */
  position: relative;
}


.header_right_address {
  color: #FFFFFF !important;
  text-decoration: none !important;
  font-size: 16px;
  height: 17px;
  /*top: 5px;*/
  position: relative;
  display: inline-block;

}

.header_hr {
  height: 25px;
  /*top: 5px;*/
  position: relative;
  border-right: 2px solid #FFFFFF;
  display: inline-block;
}


.btntext {
  font-weight: 700 !important;
}

.btn {
  border-radius: 20px !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #D60C0B !important;
  font-weight: 600 !important;
  background-color: #ffffff!important;
}

.second-header {
  color: #000000 !important;
}

.footertextpage {
  text-transform: capitalize !important;
}

.site-logo img {
  max-width: 200px;
  margin-left: 2rem;
}

.header_logo {
  max-width: 177px;
}

.left-padding {
  padding-left: 3rem !important;
}

.top-header-left {
  padding-left: 16px !important;
}

.ban_sec {
  width: 100%;
}

.ban_img {
  width: 100%;
  position: relative;
}

.ban_img img {
  width: 100%;
  max-height: 400px;
}

.ban_text {
  position: absolute;
  top: 20%;
  left: 3rem;
  width: 45%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #d1d1d1;
}

.ban_text strong {
  font: 500 38.22px / 35px "PT Serif";
  color: #000000 !important;
  line-height: 1.2;
  text-transform: uppercase;


}

.ban_text strong span {
  font: 400 44.44px/52px "Muli";
  letter-spacing: 3px;
}

.ban_text p {
  font: 400 15px/20px "Muli";
  color: #1c1a1a;
  margin: 7px 0 25px;
}

.ban_text a {
  display: inline-block;
  font: 500 19.39px/24px "Muli";
  background: #D60C0B;
  border-radius: 7px;
  color: #FFFFFF;
  padding: 12px 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.ban_text a:hover {
  background: #FFFFFF;
  color: #D60C0B;
  border: 1px solid #D60C0B;
}

.textpss {
  text-align: justify;
  position: absolute;
  bottom: 10px;
  right: 35%;
  border: 1px solid #d32f2f;
  border-radius: 20px;
  padding: 10px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .ban_text p {
    font-size: 21px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ban_text p {
    font-size: 17px;
  }

  .ban_text strong {
    font-size: 50px;
    line-height: 60px;
  }

  .ban_text strong span {
    font-size: 37px;
  }

  .ban_text a {
    font-size: 16px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 991px) {
  .ban_text strong {
    font-size: 35px;
    line-height: 40px;
  }

  .ban_text strong span {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 2px;
  }

  .ban_text p {
    font-size: 14px;
    line-height: 20px;
  }

  .ban_text a {
    font-size: 13.39px;
    line-height: 15px;
  }
}

@media only screen and (max-width: 767px) {
    .ban_img img {
        min-height: 150px;
        /* object-fit: cover; */
        height: 150px;
    }
}

  .net_bacimg {
    left: 0px !important;
  }

  .why-choose-us {
    text-align: center;
  }

  .ban_img {
    width: 100%;
    position: relative;
  }
}

@media only screen and (max-width: 762px) {
  .ban_text strong {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
    display: block;
  }

  .ban_text p {
    font-size: 15px;
    line-height: 22px;
  }

  .tks .ban_text strong {
    width: 100%;
    font-size: 19px;
    line-height: 26px;
    display: block;
  }

  .tks .ban_text p {
    font-size: 10px;
    line-height: 15px;
  }



  .icon-menu {
    color: #b71c1c !important;
  }

  .contact-box {
    display: none;
  }

  .textpss {
    text-align: center;
    right: 30% !important;
  }
}

@media only screen and (max-width: 992px) {

  .icon-menu {
    color: #b71c1c !important;
  }
}


@media only screen and (max-width: 480px) {
  .ban_text strong span {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  .ban_text {
    left: 2%;
    width: 80% !important;
  }
}

.h1-home {
  font-weight: 600;
}

.home-paragraph {
  font-weight: 300 !important;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  /* Allows wrapping to new lines on smaller screens */
  align-items: center;
  gap: 10px;
  background: white;
  border-radius: 8px;
  padding: 0px 10px 0px 10px;
  /* Adding padding to make it look better */
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.input-search {
  flex: 1;
  padding: 14px;
  border: none;
  border-right: 1px solid #ddd;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  /* Ensures padding doesn't affect width */
}


.input-service {
  flex: 1;
  padding: 12px;
  border: none;
  border-right: none;
  font-size: 14px;
  color: #666;
  box-sizing: border-box;
  /* Ensures padding doesn't affect width */
}



.search-form input:focus {
  outline: none;
  border-color: #aaa;
  /* Highlight border on focus */
}

.search-form button {
  padding: 10px 20px;
  background-color: #d32f2f;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  font-weight: bold;
  flex-shrink: 0;
  /* Prevent button from shrinking */
}

.search-form button:hover {
  background-color: #b71c1c;
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
  .search-form {
    flex-direction: column;
    /* Stack items vertically */
    padding: 0px 10px 15px 10px !important;
    gap: 15px;
  }

  .input-search,
  .input-service,
  .search-form button {
    width: 100%;
    /* Make inputs and button full-width */
  }


  .ban_search {
    position: absolute;
    top: 10% !important;
    /* left: 10% !important; */
    width: 80% !important;
    text-align: center !important;
    padding: 20px 0px;
   
  }


  .search-text {
    display: flex;
    color: #FFFFFF;
    align-items: center;
    left: 0% !important;
    font-weight: 600;
    font-size: 25px;
    position: relative;
  }

  .smrg {
    /* margin-top: 7rem !important; */
  }


  .input-search,
  .input-service {
    flex: 1;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ddd !important;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    /* Ensures padding doesn't affect width */
  }
}

.smrg {
  margin: 50px 0px;
}



.search-text {
  /* display: flex; */
  color: #FFFFFF;
  align-items: center;
  /* left: 18%; */
  font-weight: 600;
  position: relative;

}

.ban_search {
  position: absolute;
  top: 20%;
  /* left: 8%; */
  width: 86%;
   margin-top:-15px!important;

}

.over-hed {
  color: #D60C0B;

}

.over-hed {
  color: #343434;

}

.card {
  background-color: white;
  /* border-radius: 10px; */
  border: none !important;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  text-align: center;
  /* font-family: Arial, sans-serif; */
}

.card:hover {
  background-color: white;
  border: none !important;
  padding: 20px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  text-align: center;
  /* font-family: Arial, sans-serif; */
}

.card-icon img {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  /* Dark text color */
  margin: 0;
}

.card-description {
  font-size: 16px;
  color: #666;
  margin: 10px 35px 20px;
}

.card-link {
  font-size: 14px;
  color: #d32f2f;
  /* Red color for the link */
  text-decoration: none;
  font-weight: bold;
}

.card-link span {
  font-size: 16px;
  margin-left: 5px;
  transition: margin-left 0.2s ease;
}

.card-link:hover span {
  margin-left: 10px;
  /* Creates a small slide effect for the arrow */
}


.services-section {
  /* font-family: Arial, sans-serif; */
  color: #333;
}

.section-title {
  color: #d32f2f;
  /* Red color for the title */
  font-weight: 700;
  margin: 0;
}

.section-description {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 35px;
  margin-top: 10px;
}

@media only screen and (min-width: 762px) {
  .dextop {
    display: block;
    /* background-color: #D60C0BDE;  */
    /* padding: 5px 0px; */
  }
}


@media only screen and (max-width: 762px) {
  .dextop {
    display: none;
  }
}

.contact-box {
  background-color: #D60C0BDE;
  /* Red color */
  color: #fff;
  max-width: 300px;
  padding: 20px;
  text-align: justify;
  position: absolute !important;
  margin-top: -10%;
  z-index: 99;
  display: none;
}

.contact-box h2 {
  font-size: 18px;
  margin-top: 0;
  line-height: 22px;
  word-spacing: 2px;

}

.contact-box .phone-icon {
  font-size: 40px;
  margin: 20px 0;
}

.contact-box .phone-number {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  font-weight: 900;
}

.phoneimg {
  text-align: end;
}

.imass {
  max-width: 120px;
  opacity: 0.5;
  /* 50% opacity */
}

.call_us_now {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}


/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Footer Styling */
.footer {
  background-color: #333;
  color: #fff;
  padding: 0px 0px 0px 0px;
}

.footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #555;
}

.footer .contact-banner {
  background-color: #d32f2f;
  padding: 20px;
  color: white;
  border-radius: 5px;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
}

.footer .contact-banner p {
  margin: 10px 0;
}

.footer .contact-banner a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  padding: 8px 16px;
  background-color: #c1272d;
  border-radius: 4px;
}

.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 40px;
  background: #f3f5f6;
  color: black;
  border-top: 1px solid #d7d7d7;

}

.footer .footer-content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
  /* margin-top: 6rem; */
}

.footer .footer-content div {
  flex: 1 1 200px;
}

.footer .footer-content h4 {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #000000;
}

.footer .footer-content p,
.footer .footer-content a {
  color: #000000;
  font-size: 0.9em;
  text-decoration: none;
}

.footer .footer-content a:hover {
  color: #000000;
}

.footer .footer-bottom {
  text-align: center;
  padding: 10px 0;
  font-size: 0.9em;
  color: #000000;
  border-top: 1px solid #FFFFFF;
  background: #dadada;

}

.footer .footer-bottom p {

  color: #000000;
  margin-bottom: 0px !important;


}


/* Responsive */
@media (max-width: 768px) {
  .footer .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer .footer-top {
    flex-direction: column;
    gap: 20px;
  }
}

.callimgdata {
  background-image: url('images/coustomer.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0px !important;
  width: 100%;
  height: 331px;
}

.callimgdata2 {
  background-image: url('images/arrowupdegin.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 336px;
  height: 331px;
}

.mdata {
  color: #FFFFFF;
  font-size: 30px;
  top: 25%;
  position: relative;
  text-decoration: underline;
  font-weight: 700;
}

.pdata {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  top: 19%;
  margin-bottom: 0px !important;
  position: relative;
}

@media (min-width: 768px) {
  .castee {
    position: absolute !important;
    z-index: 99;
    margin-top: -15%;
    display: block;
  }
}

@media (max-width: 768px) {
  .castee {
    display: none;
  }
}

.mss-b {
  margin-bottom: 18rem;
}

.hrfooter {
  border: none;
  border-bottom: 1px solid #FFFFFF !important;
  width: 100%;
}


.footer_hr {
  height: 100%;
  top: 5px;
  position: relative;
  /* border-right: dashed 1px#FFFFFF; */

  display: inline-block;
}

.footerpra {
  color: #FFFFFF !important;
}

.net_bacimg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 331px;
  position: relative;
  left: 2rem;
  top: 3rem;
  display: none;
}


.description {
  font-size: 16px;
  color: #000000;
  margin: 20px 0;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.feature-card {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
  max-width: 400px;
  margin-top: 10px;
  transition: box-shadow 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  max-width: 50px;
  margin-right: 20px;
}

.feature-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

.feature-text p {
  margin: 5px 0 0;
  color: #888;
  font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .feature-card {
    flex-direction: column;
    text-align: center;
  }

  .feature-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.contact-info {
  background-color: red;
  color: white;
  padding: 10px;
  margin-top: 30px;
  text-align: center;
  position: relative;

}

.contact-info a {
  color: white;
  text-decoration: underline;
}

.contact-info P {
  color: white;
  font-weight: 600;
  margin-bottom: 0px !important;
}

/* Responsive styles */
@media (max-width: 768px) {
  .feature-box {
    flex-basis: 100%;
  }
}

.why-choose-us {
  padding: 0rem 2rem 2rem 2rem;
  position: relative;
}

.why-choose-us h3 {
  color: #D60C0B;
  font-weight: 700;
}

.why-choose-us h2 {
  font-weight: 700;
}

.whiimg {
  height: 100%;
  width: 100%;
  left: -15px;
  position: absolute;
}

.heltimg {
  width: 100%;
}

.helt {
  text-align: center !important;
}

.h1helt {
  font-weight: 700 !important;
}

.stycky-header {
  background-color: #FFFFFF;
}


.testimonial-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #f5f5f5 !important;

}

.testimonial-section h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: bold;
}

.carousel-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 80%;
}

.testimonial-card {
  background-color: #fff;
  padding: 20px;
  margin: 0 10px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-width: 300px;

}

.carousel-btn {
  background-color: red;
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  border-radius: 50%;
  width: 49px;
}

.prev-btn {
  left: 0px;
}

.next-btn {
  right: 0px;
}

.carousel-btn:hover {
  background-color: darkred;
}

.footercontentp {
  margin-bottom: 0px !important;
}

.rigico {
  color: #ffffff !important;
}

.footercontitle {
  color: #fff !important;
  text-transform: capitalize !important;
}

.p_text {
  color: #2c2c2c !important;
  text-transform: capitalize !important;
}

.fprow {
  padding: 0px 40px !important;
}

/* Responsive */
@media (max-width: 768px) {
  .carousel {
    overflow-x: scroll;
    /* Allow horizontal scrolling */
    width: 100%;
  }

  .carousel-btn {
    display: none;
    /* Hide navigation buttons */
  }

  .carousel-container {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
    position: relative;
  }

  .testimonial-section {
    text-align: center;
    padding: 50px 5px !important;
    background-color: #f0f8ff;
  }

}




/* faq */

.faq-section h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-weight: 700;
}

/* FAQ Section Styles */
.faq-section {
  /* padding: 50px; */
  background-color: #fff;
}

.faq-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;

}

.faq-section h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.faq-section p {
  font-size: 16px;
  margin-top: 1rem;
  color: #000000 !important;
}

font {
  color: #000000 !important;
}


/* Responsive Styles */
@media (max-width: 768px) {
  .faq-container {
    grid-template-columns: 1fr;
  }
}


/* # Header, Main Menu
================================ */

.navbar {
  opacity: 0.8;
  margin-bottom: 0;
  background-color: #fff;
  transition: all 0.2s ease-out;
}

.navbar-container {
  position: relative;
}

.navbar .navbar-nav li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #2E1C05;
  transition: all 0.2s ease-out;
}

.navbar-brand {
  font-size: 25px;
  transition: all 0.2s ease-out;
  color: rgba(200, 100, 0, 0.8);
}

.navbar-scroll {
  opacity: 1;
}

#top-social-menu {
  display: none;
}


@media (min-width: 768px) {
  .navbar {
    height: 120px;
  }

  .navbar-nav>li>a {
    padding: 0;
    margin-top: 35px;
    margin-left: 50px;
    line-height: 70px;
  }

  .navbar-brand {
    font-size: 28px;
    padding: 0;
    height: 120px;
    line-height: 120px;
  }

  #top-social-menu {
    display: initial;
  }

  /* Navbar when scrolled */

  .navbar-scroll {
    height: 70px;
  }

  .navbar-scroll #top-social-menu {
    display: none;
    transition: all 0.2s ease-out;
  }

  .navbar-scroll .navbar-brand {
    height: 70px;
    line-height: 70px;
  }

  .navbar-scroll .navbar-nav>li>a {
    opacity: 1;
    padding: 0;
    margin-top: 0;
  }
}

/* # Hover Link Effect
  ================================ */
@media (min-width: 768px) {
  .navbar-nav>li>a::after {
    position: absolute;
    top: 80%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #2E1C05;
    content: '';
    opacity: 0;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    transform: translateY(-10px);
  }

  .navbar-nav>li>a:hover::after,
  .navbar-nav>li>a:focus::after {
    height: 2px;
    opacity: 1;
    transform: translateY(0px);
  }
}

/* # Social menu
  ================================ */

#top-social-menu {
  position: absolute;
  top: 7px;
  right: 0;
  font-size: 12px;
  z-index: 101;
  padding-right: 0px;
  list-style: none;
  color: #2E1C05;
  transition: all 0.2s ease-out;
}

#top-social-menu li {
  float: left;
  padding: 10px 15px;
}

#top-social-menu li:last-child {
  padding-right: 0;
}

#top-social-menu li a {
  text-decoration: none;
  color: #2E1C05;
}

#top-social-menu li a:hover {
  text-decoration: none;
  color: #543A1A;
}

#top-social-menu i {
  font-size: 16px;

  transition: all 0.2s ease-in;
}

#top-social-menu i:hover {
  text-decoration: none;
  color: #543A1A;
}

/* # Section Full Width Image
  ================================ */

.box {
  background: rgba(0, 0, 0, 0.4);
  border: 3px solid #000;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding: 10px 20px;
}

.subheading-text {
  list-style: none;
  font-size: 35px;
  line-height: 50px;
}

.testimonial-card p {
  color: #000 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .mss-b {
    margin-bottom: 0px !important;

  }

  .showmov {
    display: block !important;
  }

  .showmov2 {
    display: none !important;
  }

  .footer_hr {
    height: 100%;
    top: 5px;
    position: relative;
    border-right: none !important;
    padding: 0px !important;
    border-bottom: 1px solid #FFFFFF !important;
    display: inline-block;
  }

  .footer_h {
    height: 100%;
    top: 5px;
    position: relative;
    padding: 0px !important;
    display: inline-block;
  }

  .footer .footer-content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
    margin-top: 0rem !important;
  }

  .about_img {
    max-width: 100% !important;
    margin-left: 0px !important;
  }


  .abot_had {
    position: relative;
    text-align: center;
    margin-top: 2rem;
    border-left: transparent !important;
    display: inline-block;
  }

  .abou_p {
    padding: 2rem;
    text-align: center;
    line-height: 2rem;
    color: #000000;
  }

  .sp_c {
    color: #F50707;
    display: block;
    text-align: center;
  }
}

.showmov {
  display: none;
}

.showmov2 {
  display: block;
}

.abot_had {
  position: relative;
  border-left: 5px solid #F50707;
  display: inline-block;
  margin-bottom: 15px;
}

.smrg p {
  color: #000000 !important;
}



.abou_p {
  padding-top: 2rem;
  line-height: 2rem;
  color: #969595;
}

.sp_c {
  color: #F50707;
}

.about_h2 {
  padding-left: 1rem;
  font-weight: 700;
}

.about_h4 {
  padding-left: 1rem;
  color: #525252;
  font-weight: 600;
}

.about_img {
  max-width: 100%;
  height: 100%;

}

.foot_p_c {
  color: #D60C0B !important;
}


.blog-posts {
  flex: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.post {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: calc(33.333% - 20px);
  display: flex;
  flex-direction: column;
  margin: 10px 0px;
}

.post img {
  width: 100%;
  height: auto;
}

.category {
  background: #F50707;
  color: #000000;
  padding: 5px 10px;
  font-size: 12px;
  position: relative;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  align-self: flex-start;
  top: -7%;
  border-radius: 3px;
}

.post-info {
  padding: 15px 5px 15px 0px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);

}

.date {
  font-size: 12px;
  color: gray;
}

.post h2 {
  font-size: 18px;
  margin: 10px 0;
}

.post p {
  font-size: 14px;
  color: #555;
}

/* styles.css */



.sidebar {
  /* max-width: 200px; */
  padding: 20px;
  border-radius: 5px;

}

.sidebar_singl {
  /* max-width: 200px; */
  padding: 0px;
  border-radius: 5px;

}

.sidebar h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.sidebar ul {
  list-style-type: none;
}

.sidebar li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.sidebar li {
  background: #f8fbfd;
  padding: 1rem;
}


.sidebar_singl h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #333;
}

.sidebar_singl ul {
  list-style-type: none;
}

.sidebar_singl li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.sidebar_singl li a {
  color: #333;
}

.sidebar_singl li {
  background: #f8fbfd;
  padding: 1rem;
}

.sidebar li .circle {
  background: #F50707;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  right: 1.6rem;
}

.sidebar_singl li .circle {
  background: #d32f2f;
  color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-right: 10px;
  font-size: 12px;
  position: absolute;
  right: 1.6rem;
}

/* Responsive */
@media (max-width: 768px) {
  .post {
    width: 100%;
  }

  .sidebar {
    width: 100%;
  }


  .category {
    background: #F50707;
    color: #000000;
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    font-weight: bold;
    margin: 2px 0px 0px 0px !important;
    align-self: flex-start;
    top: -7%;
    border-radius: 3px;
  }

  .owl-carousel .category {
    background: #F50707;
    color: #000000;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    font-weight: bold;
    margin: 2px 0px 0px 0px;
    align-self: flex-start;
    top: 38% !important;
    border-radius: 0px;
  }

  .owl-carousel .date {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;

  }


  .filter_line {
    text-align: center !important;
  }

  .filter_had {
    text-align: center !important;
  }



}

.lodbtn {
  background: #D60C0B !important;
  color: #FFFFFF !important;
  border: 1px solid #D60C0B !important;

}


.single_blog_img {
  padding: 0% 3% 0% 3%;
}

.post-meta {
  display: flex;
  align-items: center;
  /* font-family: Arial, sans-serif; */
}

.author {
  color: #000000;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
}

.separator {
  color: #D60C0B;
  font-size: 18px;
  margin: 0 5px;
  font-weight: 700;
}

.date {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}

.sing_blog_par {
  line-height: 30px;
}

.image-containers {
  position: relative;
  display: inline-block;
}

.image-containers img {
  width: 100%;
  /* Adjust this as needed */
  height: 220px !important;
}

.rest_category {
  background: #F50707;
  bottom: 0px;
  /* Adjust the bottom position as needed */
  left: 0px;
  /* Adjust the left position as needed */
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  align-self: flex-start;
  border-radius: 0px;
}

.rest_blog_by {
  background: #F50707;
  bottom: 0px;
  /* Adjust the bottom position as needed */
  right: 0px;
  /* Adjust the left position as needed */
  color: #ffffff;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  font-weight: bold;
  align-self: flex-start;
  border-radius: 0px;
}

.rsnt {
  font-weight: 700;
}



.events-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Correct property */
  gap: 20px;
}

.event-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s;
}

.event-card:hover {
  transform: translateY(-5px);

}

.event-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.event-info {
  /* padding: 15px 0px 15px 0px; */
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.event-date {
  color: #d9534f;
  font-size: 0.9em;
  margin-bottom: 5px;
  font-weight: 700;
  /* font-family: "Poppins", sans-serif !important; */
}

.event-title {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  font-weight: 700;
  /* font-family: "Poppins", sans-serif !important */
}

.event-description {
  color: #666;
  font-size: 0.95em;
}

.load-more {
  display: block;
  width: 200px;
  margin: 30px auto;
  padding: 10px 20px;
  background-color: #d9534f;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
  transition: background-color 0.2s;
}

.load-more:hover {
  background-color: #c9302c;
}

.event-padding {
  padding: 15px;
}

.event-title h2 {
  font-weight: 700;

}


.dropdown {
  background-color: #e0e0e0;
  border: none;
  padding: 8px 12px;
  border-radius: 4px;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}

.dropdown:focus {
  outline: none;
}

.filter-icon {
  width: 32px;
  height: 32px;
  top: -2px;
  position: relative;
  background-color: #d32f2f;
  /* Red background */
  line-height: normal;
  border-radius: 4px;
  cursor: pointer;
  border: none;
}

.filter-img {
  max-width: 20px;
}

.filter_line {
  text-align: end;
}

.evth1 {
  font-weight: 700;
}


.event-meta {
  align-items: center;
  /* font-family: Arial, sans-serif; */
}

.contact_email {
  color: red !important;
}

.cont_h2 {
  font-weight: 700;
}

.cant_iconfont {
  font-size: 40px;
}

/*.cont_left_padd{*/
/*        padding-left: 15%;*/
/*}*/


.contact-form {
  background-color: #fff;
  /* padding: 20px; */
  border-radius: 8px;
  width: 100%;

}

.modal-body {
  padding: 0px !important;
}

.modal-title {

  font-size: 14px !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
  border-radius: 5px;
}

.contact-form textarea {
  resize: vertical;
  min-height: 100px;
}

.contact-form button {
  width: 100%;
  padding: 10px;
  background-color: #D60C0B;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.contact-form button:hover {
  background-color: #00308f;
}

.contact-icon {
  max-width: 40px;
  max-height: 40px;
  margin-right: 20px;
  position: relative;
}

.contact-card {
  display: flex;
  border-radius: 8px;
  padding: 20px;
  background-color: #fff;
  margin-top: 10px;
  transition: box-shadow 0.3s ease;
}


.contact-text h3 {
  margin: 0;
  font-weight: 600;
  color: #000;
}

.contact-text p {
  margin: 5px 0 0;
  color: #888;
  font-size: 14px;
  margin-top: 14px;
}


.service-details {
  /* max-width: 600px; */
  margin: auto;

}

.service-details2 {
  max-width: 600px;
  margin: auto;
  top: 10px;
  position: relative;

}

.service-header {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.description {
  margin-bottom: 20px;
}

.service-list {
  list-style-type: none;
  padding-left: 0;
}

.service-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.service-list li::before {
  content: "•";
  color: #D60C0B;
  font-size: 30px;
  margin-right: 10px;
  line-height: 1;
}

.single_service {
  padding: 1rem 5rem 1rem 5rem;
  margin-top: 0px !important;
}

.single_service2 {
  padding: 0rem 0rem 0rem 0rem;
}

.about-quality {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #d32f2f;
  /* Blue color */
  text-transform: uppercase;
  margin-bottom: 20px;
}

.about-quality::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #d32f2f;
  /* Blue color */
  margin-right: 10px;
}

.single_bg {
  background-color: #292944;
}

@media (max-width: 768px) {

  .single_service {
    padding: 1rem 1rem 1rem 1rem !important;
  }

  .single_serviceimg {
    /* width: 100%; */

  }

  .service-details {
    max-width: 600px;
    margin-top: 2rem !important;
  }

  .reverse-order {
    flex-direction: column-reverse;
  }

}


.image-container {
  background-color: #d32f2f;
  width: 85%;
  padding: 10px;
  display: inline-block;
  position: relative;
}

.image-container img {
  max-width: 100%;
  display: block;
  margin-left: 55%;
  top: 10px;
  position: relative;
}

.sarvic_back {
  background-color: #F8F8FA;
}

.indmt-5 {
  /* margin-top: 6rem !important; */
  /* padding: 50px 0px; */
  background-color: #f5f5f5 !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
  .pt-50 {
    padding-top: 20px !important;
  }

  .pb-50 {
    padding-bottom: 20px !important;
  }
}


.blog-card {
  border-radius: 8px;
  background-color: #F5F6F9;
  overflow: hidden;
  animation: slideInUp 0.6s ease;
}

.blog-card .date {
  border-radius: 100px 0 0 100px;
  padding: 16px 15px;
  position: absolute;
  right: 0;
  line-height: 1;
  top: 30px;
  background-color: #fff;
}

.blog-card .content {
  padding: 30px 30px 0 30px;
  text-align: justify;
}

.blog-card .icon-tag {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 200px;


}

.blog-card .icon-tag .icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 10px;
  line-height: 48px;
  background-color: #008D9E;


}



.blog-card .icon img {
  max-width: 100%;
  height: auto !important;
  vertical-align: middle !important;
}

.owl-carousel .owl-item img {
  display: inline-block !important;
  width: auto !important;
  max-width: 455px !important;
  border-radius: 12px;

  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.blog-card .icon-tag span {
  font-size: 15px;
  color: #666;
}

.blog-card .icon-tag a {
  color: #666;
  text-decoration: none;
}

.blog-card .cats {
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
  text-align: justify;

}

.blog-card .cats a {
  color: #2E364A;
  font-size: 15px;
  text-decoration: none;
}

.blog-card h3 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  /* font-family: "Poppins", sans-serif !important;  */
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-card h3 a {
  color: #333;
  text-decoration: none;
  /* font-family: "Poppins", sans-serif !important */
}

.blog-card .image {
  position: relative;
}

.blog-card .image img {
  width: 100%;
  display: block;
}

.blog-card .read-more {
  position: absolute;
  bottom: 0;
  right: 75px;
  color: #d32f2f;
  font-weight: 600;
}

.blog-card .read-more i {
  font-size: 12px;
  margin-left: 5px;
}

@keyframes slideInUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.index_blo {
  padding: 1rem 2rem 1rem 2rem;
}

.icon-tag:before {
  content: none !important;
}


/* Initial style for the text */
.slide-in-text {
  opacity: 0;
  transform: translateX(-100px);
  /* Start from off-screen left */
  animation: slideInRight 1.5s ease-out forwards;

}

/* Keyframes for the animation */
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Text animation */
.animated-left {
  opacity: 0;
  transform: translateX(-100px);
  /* Start from the left */
  animation: slideInLeft 1.5s ease-out forwards;
  font-size: 16px!important;
  /* margin-right: 20px; */
}

/* Image animation */
.animated-right {
  opacity: 0;
  transform: translateX(100px);
  /* Start from the right */
  animation: slideInRight 1.5s ease-out forwards;
  /* max-width: 200px; */
  height: auto;
}

/* Keyframes for text sliding in from the left */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Keyframes for image sliding in from the right */
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.contact-pragr {
  margin: 5px 0 0;
  color: #888;
  font-size: 14px;
  margin-top: 14px;
}

.foot_numb {
  color: #FFFFFF;
}

.foot_numb:hover {
  color: #FFFFFF !important;
}

.rigico {
  margin-right: 10px;
  font-size: 0.9em;
}


/* Newsletter Container */
.newsletter {
  /* background-color: #333;  */
  color: white;
  /* White text */
  padding: 0px 20px 20px 0px;
  /* font-family: Arial, sans-serif; */
}

.newsletter h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #000;
}

/* Form Styling */
.newsletter-form {
  /* display: flex; */
  justify-content: center;
  /* margin-right: 25%; */
  gap: 0;
  margin-top: 10px;
}

.newsletter-form input[type="email"] {
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px 0 0 5px;
  /* Rounded corners on the left */
  outline: none;
  flex: 1;
  /* Grow to fill available space */
  max-width: 300px;
  /* Optional: limit input size */
  background-color: #f4f4f4;
  /* Light gray */
  color: #333;
  border: 1px solid #d32f2f;
}

.newsletter-form button {
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: #d32f2f;
  /* Red button */
  border: none;
  border-radius: 0 5px 5px 0;
  /* Rounded corners on the right */
  cursor: pointer;
  transition: background-color 0.3s;
}

.newsletter-form button:hover {
  background-color: #d32f2f;
  /* Darker red on hover */
}


@media (max-width: 768px) {
  .newsletter-form {
    display: flex;
    justify-content: left !important;
    margin-right: 16px;
    gap: 0;
    margin-top: 10px;
  }
}

/* Social Icons Container */
.social-icons {
  display: flex;
  gap: 15px;
  /* background-color: #333;  */
  padding: 20px 20px 20px 0px;
}

.social-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #d32f2f;
  /* Red background for icons */
  border-radius: 50%;
  /* Circle shape */
  color: white;
  /* Icon color */
  font-size: 24px !important;
  /* Icon size */
  text-decoration: none;
  /* Remove underline */
  transition: background-color 0.3s, transform 0.3s;
}

.social-icons .icon:hover {
  background-color: #d32f2f;
  /* Darker red on hover */
  transform: scale(1.1);
  /* Slight zoom effect */
}

/* Add spacing between icons */
.social-icons .icon i {
  line-height: 1;
  /* Center icons */
}

/* Contact Info Section */



.picon {
  display: flex;
}

.sicon {
  background-color: #d32f2f;
  /* Red background for icons */
  color: white;
  /* White icon color */
  width: 25px;
  height: 25px;
  border-radius: 50%;
  /* Circular icon */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  /* Spacing between icon and text */
  font-size: 12px;
  /* Icon size */
}

.cart_des {
  text-align: justify !important;
}

.mbo {
  margin-bottom: 0px;
}


/* Modal Overlay */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* On top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Disable scrolling */
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fff;
  margin: 10% auto;
  /* Center the modal */
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 75%;
  /* Adjust modal width */
  position: relative;
}

/* Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.page_404 {
  padding: 40px 0;
  background: #fff;
  /* font-family: 'loto', serif; */
}

.four_zero_four_bg {
  background: url('images/404_image.gif') center no-repeat;
  height: 400px;
}

.contant_box_404 {
  margin-top: -50px;
}

.bogbtn {
  display: inline-block;
  font: 500 19.39px / 24px "Muli";
  background: #D60C0B;
  border-radius: 7px;
  color: #FFFFFF;
  padding: 12px 30px;
}

.bogbtn:hover {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
  text-transform: capitalize !important;
}


.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
  text-transform: capitalize !important;
}

.asd .card {
  position: relative;
  min-height: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff00;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}

.parnt_back {
  /* background: #f0f8ff; */
  background: url('images/our-partner.jpg') center no-repeat;
}

.foot_mor_less {
  display: block;
  color: #d32f2f !important;
  font-weight: 600;
  cursor: pointer;
}




/* swati css  */

.ban_text {
  background: #FFFFFF;
  /* semi-transparent background for readability */
  border-radius: 12px;
  max-width: 700px;
  margin-top: 15px !important;
  padding: 30px;
}

.ban_text h1,
.ban_text p {
  margin: 0;
  color: rgb(192, 0, 0) !important;
}

.ban_text span {
  margin: 0;
  color: rgb(0, 0, 0) !important;
}

.ban_text h1 {
  font-weight: 300 !important;
  /* light text */
  letter-spacing: normal !important;
  /* normal spacing */
  line-height: 1.4 !important;
  /* heading line height */
}

.ban_text p {
  font-weight: 300 !important;
  letter-spacing: normal !important;
  line-height: 1.6 !important;
  /* paragraph line height */
}

.ban_img {
  position: relative;
  background-size: cover;
  /* makes image cover full div */
  background-position: center;
  /* centers image */
  background-repeat: no-repeat;
  /* no repeat */
  min-height: 175px;
  /* adjust height */
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 60px 20px; */
}

.ban_img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ban_search {
  position: relative;
  z-index: 2;
  color: #fff;
  /* white text for contrast */
  text-align: center;
}


.text-center {
  text-align: center !important;
}



/* map css  */



.city-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.city-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.city-icon {
  font-size: 40px;
  color: #d60e0e;
  margin-bottom: 15px;
}

.city-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.city-sub-list {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}

.city-sub-list li {
  font-size: 14px;
  padding: 4px 0;
  color: #555;
  /* display: flex; */
  align-items: center;
}

.city-sub-list li i {
  font-size: 12px;
  margin-right: 8px;
  color: #007bff;
}

.foot_mor_less {
  font-size: 14px;
  font-weight: 500;
  color: #007bff;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}

.btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.btn-whatsapp {
  background: #d60e0e;
  color: #fff;
  border-radius: 6px;
  padding: 8px 14px;
  text-decoration: none;
}

.btn-whatsapp:hover {
  background: #d60e0e;
  color: #fff;
}

.btn-call {
  background: #ffffff;
  color: #d60e0e;
  border-radius: 6px;
  padding: 8px 14px;
  text-decoration: none;
  border-color: #d60e0e;
}

.btn-call:hover {
  background: #ffffff!important;
  color: #d60e0e;
}



.city-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.btn-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.btn-whatsapp {
  background: #d60e0e;
  color: #fff;
  border-radius: 8px;
  flex: 1;
  text-align: center;
  padding: 8px;
}





.btn-call:hover {
  background: #0069d9;
}

.mb {
  margin-bottom: 20px !important;
}


/* services section css  */


.services-section h2 {
  font-weight: 700;
  color: #333;
}

.service-card {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-content {
  padding: 20px;
}

.light-card {
  background: #ffffff;
  color: #333;
}

.light-card h4 {
  color: #222;
}

.dark-card {
  background: #d32f2f;
  /* Red accent color */
  color: #fff;
}

.dark-card h4 {
  color: #fff;
}

.dark-card .btn-light {
  background: #fff;
  color: #d32f2f;
  border-radius: 8px;
}

.light-card .btn-primary {
  border-radius: 8px;
}

/* White background for odd sections */
/* Odd cards */
.row>.col-12:nth-child(odd) .card {
  background: #efefef;
}

.btn {
  padding: 12px 7px !important;
}

.get-in-touch .btn {
  padding: 10px 20px !important;
}


/* Even cards */
/* .row > .col-12:nth-child(even) .card {
  background: #e0e0e0;
} */



.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  padding: 14px !important;
}

.faq-section .item {
  padding: 10px !important;

}

.faq-section .border {
  padding: 10px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 20px;
}


/* .btn-call {
  background: #ffffff00 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
} */

.btn-contact {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* subtle shadow */
  transition: all 0.3s ease;
  /* smooth hover effect */
}

/* Optional: add a hover effect */
.btn-contact:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.text-red{
  color: #d32f2f;
}

.text-red:hover {
  color: #d32f2f;
}

footer .fa-brands:before,
footer .fa-regular:before,
footer .fa-solid:before,
footer .fa:before,
footer .fab:before,
footer .far:before,
footer .fas:before {
  color: white !important;
}


.btn-padding {
  padding: 12px 18px !important;
}

.bg-red {
  background-color: #D60C0C !important;
}


/* Equal Heights for OwlCarousel 2 */
.owl-carousel {
  .owl-stage {
    display: flex;
  }

  .owl-item {
    display: flex;
    flex: 1 0 auto;
  }

  .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;

    .caption {
      display: flex;
      flex: 1 0 auto;
      flex-direction: column;

      .flex-text {
        flex-grow: 1;
      }
    }
  }
}


.owl-nav {
  display: none !important;
}

.owl-dots {
  display: none !important;
}




.owl-carousel {
  .thumbnail {

    /* border: 1px solid grey!important; */
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px;
    /* padding: 10px; */
  }
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 0px !important;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}


@media (min-width: 1024px) and (max-width: 1280px) {
  .nest-hub-none {
    display: none !important;
  }

  .recent-blog img {
    height: 200px;
    width: 200px;
  }

  .btn-padding {
    padding: 9px 11px !important;
}

}

@media (min-width: 1024px) and (max-width: 1280px) {
  .nest-hub-block {
    display: block !important;
  }

  .site-navbar .site-logo {
    position: relative !important;

  }

  .search-form {
    word-wrap: nowrap !important;
  }

  .btn {
    font-size: 11px !important;
  }
  .recent-blog img {
    height: 300px;
    width: 300px;
  }

}

#loginModal .modal-content {
  border-radius: 15px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
}

  .font-25{
    font-size:22px!important;
  }

.modal-backdrop.show {
  opacity: 0 !important;
}


.icon-menu:before {
  content: "\e5d2";
  color: #d60c0c !important;
}

.modal-backdrop {
  position: relative !important;
  z-index: 99999 !important;
}

.btn-primary {
  background-color: #d60c0c !important;
  color: white !important;
  border-color: #d60c0c !important;
}

.btn-primary:hover {
  background-color: white !important;
  color: #d60c0c !important;
  border-color: #d60c0c !important;
}

.modal-title {

  margin-top: 20px !important;
}




.get-in-touch {
  background: url('images/get-in-tocuh.jpg') top/cover no-repeat;
  /* background-attachment: fixed; */
  /* light grey bg */
  border-radius: 10px;
  /* margin: 50px auto; */
  padding: 60px 20px;
  /* max-width: 800px; */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.get-in-touch h2 {
  font-weight: 700;
  font-size: 2rem;
  color: #333;
}

.get-in-touch p {
  font-size: 1.1rem;
  color: #555;
}

.btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}


.btn-contact {
  background: #6e8efb;
  color: #fff;
}

.btn-contact:hover {
  background: #a777e3;
  transform: translateY(-3px);
}

.card-body {

  padding: 1.25rem 0 !important;

}


/* .card-img-top{
      height: 220px!important;
    width: 249px!important;
} */


.blog-list-item {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 15px;
  transition: all 0.3s ease;
}

.blog-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-image-wrapper {
  flex-shrink: 0;
}

.blog-thumb {
  width: 180px;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .blog-list-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .blog-thumb {
    width: 100%;
    height: auto;
  }
}


.service-details p{
  text-align: justify!important;
  color: #000000!important;
  font-size: 16px!important;
      line-height: normal;
    letter-spacing: .5px;
}
.service-details p span{
   text-align: justify!important;
  color: #000000!important;
  font-size: 16px!important;
      line-height: normal;
    letter-spacing: .5px;
}



.blog-posts{
  margin: 20px;
}

.cart_des{
  padding: 20px!important;
}

p{
    color: #000000!important;
  
}
.text-justify{
     text-align: justify!important;
}

.text-dark p{
    color:black!important;
}
.text-dark p span{
    color:black!important;
}

@media (max-width: 768px) {
.login-btn{
  margin-bottom:20px;  
}
}


.sticky-wrapper{
    height: 70px!important;
}


    /* Mobile top contact bar */
    .mobile-top-contact {
        background-color: #d32f2f; /* WhatsApp-like green */
        color: #fff;
        text-align: center;
        padding: 8px 0;
        font-size: 14px;
        position: relative;
        z-index: 10000;
    }

    .mobile-top-contact a {
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }

    .mobile-top-contact a i {
        font-size: 14px;
    }

    /* Hide on desktop, show only on mobile */
    @media (min-width: 992px) {
        .mobile-top-contact {
            display: none;
        }
    }