* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;

}
.calculate-btn{
  background: #dcdcdc !important;
      border: 1px solid #d71812 !important;
    border-radius: 5px !important;
     transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
.calculate-btn:hover{
  background:  #d71812 !important;
  color: white !important;
      border: 1px solid #d71812 !important;
    border-radius: 5px !important;
}

.reset-btn{
  background: #dcdcdc !important;
   transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
     border: 1px solid #d71812 !important;
    border-radius: 5px !important;
}
.reset-btn:hover{
   background:  #d71812 !important;
  color: white !important;
     border: 1px solid #d71812 !important;
    border-radius: 5px !important;
}
/* font size start */
.fs-14 {
  font-size: 14px;
}

.fs-11 {
  font-size: 11px;
}
.fs-13 {
  font-size: 13px;
}

.fs-16 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px
}

.fs-36 {
  font-size: 36px
}

.fs-22 {
  font-size: 22px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-29 {
  font-size: 29px;
}

.fs-50 {
  font-size: 50px;
}
.fs-20{
  font-size: 20px;
}

.con-btn {
  margin: 57px 0px;
}

.lh-28 {
  line-height: 28px;
}
.h-56{
  height: 56px;
}
.modal-dialog{
      margin-top: 75px;
}

/* font size end */
.color-red {
  color: #D71812;
}

.modal {
   
    overflow-y: hidden !important;
   
}
.header {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: bold !important;
}

.subheader {
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  font-weight: 500 !important;
}

.txt-black {
  color: #2F333A;
}

.top-header {
  background-color: #D71812;

  color: #FFF;
}

.carousel-caption {

  left: 10% !important;

}

.w-15 {
  width: 18%;
}


.top-header-section {
  /* margin-top: 13px; */
  margin-left: 71px;
}

.link-design {
  color: #FFF;
  text-decoration: none;
      display: flex
;
    align-items: center;
}

.bg-red {
  background-color: #D71812;
}

.dropdown-menu {
  width: 400px !important;
}


.nav-link.active {
  color: #D71812 !important;
  /* Match your primary color */
  font-weight: bold;
  border-bottom: 2px solid #EE6C4D;
}

#topHeader {
  transition: all 0.3s ease-in-out;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  /* Adjust to your navbar bg */
  transition: none !important;
}
.main-logo{
  width: 90px;
}


body.sticky-padding {
  padding-top: 70px;
}

.custom-sticky-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  /* Above most elements */
  background-color: #fff;
  /* Prevent see-through */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  /* Optional: subtle shadow */
}

.custom-slider-btn {
  background-color: #D71812;
  border: none;
  border-radius: 5%;
  width: 46px;
  height: 45px;
  padding: 0;
  display: flex;
  margin-left: 20px;
}

.prev-icon1 {
  transform: rotate(180deg);
  /* Will make left arrow point right */
}

.next-icon1 {
  transform: rotate(180deg);
  /* Will make right arrow point left */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60% 60%;

}

.carousel-control-next,
.carousel-control-prev {

  opacity: 1 !important;
}
    .modal-lg {
        max-width: 1000px !important;
    }
.get-us {
     font-weight: 500;
    color: #000000;
    font-size: 35px !important;
}

.get-image {
  margin-top: 70px;

}
.map-card{
  height: 515px;
}
.card-img-top {
  height: 310px;
}

.get-image-right {
  margin-left: 60px;
}

.para-style {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

/* carousel card moving css start */
.scroll-wrapper {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.scroll-content {
  display: inline-flex;
  animation: scroll-left 25s linear infinite;
}

.scroll-content.paused {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.carousel-card-wrapper {
  display: flex;
  gap: 1rem;
}

.carousel-card {
  min-width: 250px;
  background: #f7f7f7;
  padding: 1rem;
  margin-right: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
}


.carousel-card img {
  width: 80px;
  height: auto;
  padding: 2px;
}

.carousel-card p {
  margin-bottom: 0.25rem;
}

.carousel-card a {
  text-decoration: none;
}


/* carousel card moving css end */
.product-slider {
  position: absolute;
  top: 100% !important;
  bottom: -45px !important;
  width: 97% !important;

}

.lh-35 {
  line-height: 35px;
}

.product-card1 {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
        
    padding-bottom: 0px !important;
}

.product-card1 img {
  width: 100%;
  height: 160px;
  height: 264px;
  border-radius: 5px;
}
.card-img-container-product img {
  width: 100%;
  height: 200px !important;
  height: 264px;
  border-radius: 5px;
}

.product-card1 h5 {
  margin-top: 15px;
  font-weight: bold;
  height: 3rem;
}

/* TEST */
.product-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
     height: 395px;
    padding-bottom: 0px !important;
}

.product-card img {
  width: 100%;
  height: 160px;
  height: 264px;
  border-radius: 5px;
}

.product-card h5 {
  margin-top: 15px;
  font-weight: bold;
  height: 3rem;
}

.product-info {
  font-size: 0.95rem;
}

.view-details {
  color: #212529;
  text-decoration: none;
  position: relative;
  padding: 8px 0px;
  border-radius: 6px;
  transition: all 0.3s ease;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
.client-textt{
height: 130px !important;
}

.partner-img {
  padding: 2px;
  width: 100%;
  height: 113px;
  border-radius: 20px;
  
}

.view-details .arrow-right {
  transition: transform 0.3s ease;
}

/* Hover Effects */
.view-details:hover {
  color: #D71812;

}

.view-details:hover .arrow-right {
  transform: translateX(6px);
}

.carousel-item>.row {
  display: flex;
}



#productCarousel {
  position: relative;
}

.control-prev,
.control-next {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  /* Optional: dark background */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.control-prev {
  left: -65px;
  /* Adjust as needed */
}

.control-next {
  right: -65px;
  /* Adjust as needed */
}

/* Optional: prevent text from showing outside the carousel */
#productCarousel .carousel-inner {
  overflow: hidden;
}

.arrow-right {
  width: 15px !important;
  height: 8px !important;
  margin-left: 5px;
}

.product-sec {
  background-image: url('../images/background/product-sec.png');
}

.product-sec-bg {
  background: #ff080012;
}

.contac-us-btn {
  background: #D71812;
  padding: 8px 35px;
  border: none;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

.contac-us-btn:hover {
  background: #D71812;
  padding: 8px 35px;
  border: none;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

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

.aboutus-more-btn {
  background: #D71812;
  padding: 8px 35px;
  border: none;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

.aboutus-more-btn:hover {
  background: #D71812;
  padding: 8px 35px;
  border: none;
  border-radius: 5px;
  color: white;
  text-decoration: none;
}

.pointer1 {
  background: #F5F5F5;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.pointer1 img {
  width: 30px;
  height: 30px;
}

.cta-sec {
  background-image: url('../images/cta-bg.png');
  padding: 0px !important;
  background-repeat: no-repeat;
}

.quote-btn {
  background: #D71812;
  padding: 8px 50px;
  border: none;
  border-radius: 5px;
  color: white;

}

.cta-left-padding {
  padding-left: 130px;
}

.home-news-card {
      height: 355px;
}

.cursor-pointer {
  cursor: pointer !important;
}

#newsCards .card {
  cursor: pointer !important;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.h-44 {
  height: 44px;
  width: 44px;
}

.subscribe {
  border: 1px solid white;
}

.form-control:focus {
  border: none !important;
}


/* about us page css */
.comma {
  position: absolute;
  top: 0px;
}

.us-card {
  height: 75px;
  border-radius: 20px;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 20px;
  background: #EDEDED;
  margin-bottom: 0px !important;
}

.custom-slider-controls2 {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 10;
  top: -57px;
  right: 75px;
}

.vission-bg {
  background-image: url('../images/vission-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}


/* product details page css */
.product-dif-img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px;
}
.pro-cardd{
      
    height: 438px;
    display: block;
}
.main-product-img {
     width: 80% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 430px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #D71812;
  border-color: #dee2e6 #dee2e6 #fff;
  border-radius: 5px;
}

.nav-link {
  color: #2E2E2E !important;
  margin: 0px 10px;
}

.sidebar-help {
  width: 100%;
  background: #F8F8FA;
  padding: 20px;
}


/* contact us page css */
.contact-icon {
  width: 70px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contact-bg {
  background: #F8F8FA;
}

.con-background {
  background: #2E2E2E;
}

/* model css */
.modal-content {
  border-radius: 0;
  padding: 2rem;
}

.modal-header {
  border-bottom: none;
  justify-content: flex-end;
}

.form-control {
  background-color: #f8f9fa;
  border: none;
  border-radius: 0;
  padding: 1rem;
}

.form-control::placeholder {
  color: #6c757d;
}

.submit-btn {
  border: 1px solid #003d73;
  color: #003d73;
  padding: 0.5rem 1.5rem;
  border-radius: 0;
  font-weight: 500;
}

.submit-btn:hover {
  background-color: #003d73;
  color: white;
}

.modal-title {
  font-weight: bold;
  color: #003d73;
}




.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  position: relative;
}

.marquee {
  display: flex;
  width: max-content;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-left {
  animation-name: scrollLeft;
}

.scroll-right {
  animation-name: scrollRight;
}

.marquee-group {
  display: flex;
}

.partner-img {
  height: 100px;
  width: 200PX;
  margin-right: 30px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

/* Keyframes */
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }

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

@media (max-width: 1400px) {
  /* Styles for large desktops and TVs */

}

@media (max-width: 1200px) {
  /* Styles for desktops */
}

@media (min-width: 992px) {

  /* Styles for laptops */
  .banner-imagee {
    width: 100%;
  }

}

@media (max-width: 768px) {
  .scrolltop{
    display: none;
  }
  .inputt{
    width: 100% !important;
  }

}

@media (max-width: 600px) {
  /* Styles for tablets (portrait) */

}

@media (max-width: 480px) {
  .featured-image {
    width: 100% !important;
   
}
  .home-news-card1 {
    height: 384px;
}
  .main-product-img {
    width: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
            height: auto;
}
.pro-cardd {
    width: auto;
    height: 370px;
    display: block;
}


  /* Styles for regular phones */
  .banner-imagee {
    height: 135px;
    width: 100%;
  }

  .custom-slider-controls {
    bottom: -7px !important;
    left: 200px;
  }

  .custom-slider-btn {
    width: 20px !important;
    height: 20px !important;
    margin: 0px;
  }

  .home-sec-img {
    height: 250px;
    width: 100% !important;
    margin-bottom: 25px;
  }

  .email-us {
    margin: 0px !important;
  }

  .email-us a {
    font-size: 12px;
  }

  .hour-service {
    margin: 0px !important;
  }

  .hour-service p {
    margin: 0px !important;
    margin-bottom: 5px !important;
  }

  .control-prev,
  .control-next {
    top: 100%;
    transform: translateY(30%);
  }

  .control-next {
    right: 35%;
  }

  .control-prev {
    left: 35%;
  }

  .control-prev img {
    height: 20px;
  }

  .control-next img {
    height: 20px;
  }

  .partner-img {
    width: 150px;
    margin-bottom: 16px;
  }

  .cta-left-padding {
    padding: 20px !important;
    text-align: center;
  }

  .contac-us-btn {
    margin-bottom: 40px;
  }

  .aboutus-more-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .news-card {
    height: 330px;
    overflow: auto !important;
  }

  .process-img {
    width: 100%;
  }

  .navbar-collapse {
    position: absolute;
    background: white;
    height: auto;
    z-index: 9999;
    top: 0px;
    left: -23px;
    padding: 35px;
    box-shadow: 0px 2px 5px 0px #9E9E9E;
  }

  .dropdown-menu {
    width: 100% !important;
    padding: 10px;
  }

  .comma {
    position: absolute;
    top: 0px;
  }

  .vission-bg {
    background-size: auto;
  }

  .custom-slider-controls2 {

    right: 28px;
  }
}

@media (max-width: 320px) {
  .partner-img {
    width: 130px;
    margin-bottom: 16px;
  }

  .navbar-brand img {
    width: 135px;
  }

}


/* blog */

.card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
}

.card-img-container {
  position: relative;
}

.date-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 75px;
  height: 75px;
  background-color: #d9291c;
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 500;
}

.date-badge .day {
  font-size: 18px;
  font-weight: bold;
}

.date-badge .month {
  font-size: 14px;
}

.admin-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 38px
}

.admin-badge .icon {
  display: inline-block;
  width: 20px;
  height: 22px;

  border-radius: 50%;
}

.learn-more:hover {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.card-body {
  padding: 15px;
}

.card-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

.learn-more {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.learn-more::after {
  content: "→";
  margin-left: 5px;
  color: #d9291c;
}

.custom-slider-controls {
  position: absolute;
  bottom: 60px;
  /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  /* Make sure it appears above the carousel images */
  display: flex;
  gap: 10px;
  /* space between prev and next buttons */
}

/* blog details */

.featured-image-container {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}

.featured-image {
  width: 66%;
  height: 400px;
  border-radius: 10px;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #d9291c;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #d71812;
  background-color: #d718120d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.date-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 75px;
  height: 75px;
  background-color: #d9291c;
  border-radius: 50%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.date-badge .day {
  font-size: 22px;
  font-weight: bold;
}

.date-badge .month {
  font-size: 16px;
}

.meta-info {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.meta-badge {
  background-color: #222;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.meta-badge .icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
}

.calendar-icon {
  color: #d9291c;
  margin-right: 5px;
}

.blog-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.blog-content {
  color: #555;
  line-height: 1.7;
  margin-bottom: 30px;
}

.latest-news {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 10px;
}

.latest-news h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.news-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.news-date {
  color: #d9291c;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.news-title {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  color: #222;
}

.help-section {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}

.help-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  margin-bottom: 15px;
}

.help-title .icon {
  color: #d9291c;
  font-size: 20px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #555;
}

.contact-info i {
  color: #777;
}



.testimonial-card {
  background-color: #2a2a2a;
  color: white;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  position: relative;
}

.testimonial-text {
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.testimonial-author {
  text-align: right;
  font-weight: 500;
}

.testimonial-position {
  font-size: 14px;
  color: #ccc;
  margin-left: 5px;
}

.content-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}

.content-text {
  color: #555;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
}

.image-container {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.content-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.content-image img {
  width: 100%;
  height: auto;
  display: block;
}

.dropdown-item:hover {
  color: white;
  background-color: #D71812;
  border-radius: 5px;
}

.dropdown-item {
  white-space: normal;
  word-break: break-word;
}

.custom-card-news {
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  /* Optional: for smooth corners */
  overflow: hidden;
  margin-bottom: 25px !important;
}

.custom-card-news:hover {
  transform: scale(1.05);
  /* Slightly enlarge the card */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* Soft shadow */
}

.custom-card-news:hover h3 {
  color: #2E2E2E;
  /* Change heading color on hover */
}

.custom-card-news:hover img {
  transform: rotate(10deg);
  /* Slight rotation effect on image */
  transition: transform 0.3s ease-in-out;
}



@media (max-width: 768px) {
  .image-container {
    flex-direction: column;
  }
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  z-index: 1000;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
      width: 66px;
}


.whatsapp-float .fa-whatsapp:hover {
  color: red;
  transform: scale(1.1);
}
.scrolltop{
      
    margin: 5px !important;
    z-index: 9999 !important;
}
.top-conn{
  width: 15px;
}
.alwaysopen-modal{
  background-image: url("../images/banner/modal-img.png");
              height: 500px;
    border-radius: 20px;
    padding: 5px;
    background-repeat: round;
    background-size: cover;
}



.btn-close {
  background-image: url("../images/icons/close-icon.png") !important;
}