.fnt44 {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -2px;
}
.p-subtitle {
  padding: 16px 0px 0px 0px;
  text-align: center;
  margin: 0 auto 2rem auto;
}
.opacity-des{
opacity: 0.8;
}
.map-container {
  max-width: 1016px;
  position: relative;
}
.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%; /* makes them circles */
  background-color: #999; /* inactive dot color */
  margin: 0 5px; /* space between dots */
  opacity: 1; /* ensure full visibility */
}

.carousel-indicators .active {
  background-color: #FF5D18 !important; /* active dot color (orange) */
}
.fn-size{
font-size:44px;
}
.fnt-size{
  font-size:28px;

}

.custom-heading-ceo {
  padding-left: 10px;
  padding-bottom: 40px;
}
.banner-head{
  margin-top:49px !important;
}
.vision-mission {
  height: auto;
  width: auto;
}
.home_banner {
  padding: 130px 0 0px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
.home_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("https://terra-cms.irepo.in/mrceoV2/wp-content/uploads/2025/09/banner-3.png");

  top: 0;
  background-repeat: no-repeat;
  z-index: -1;
  object-fit: cover;
  background-size: 100%;
}
.home_banner .fw800 {
  font-size: 18px;
}
.home_banner .row img,
.home_banner_imgs img {
  border-radius: 5px;
}
.home_banner_imgs {
  margin-top: -15%;
  z-index: 99;
  position: relative;
}
.banner-heading {
  width: 87%;
  margin-left:-2px;
}
.abt-banner {
  padding: 130px 0 0px;
}
.abt-banner:before {
  background-image: url("https://terra-cms.irepo.in/mrceoV2/wp-content/uploads/2025/09/banner-3.png");

  position: absolute;
  background: #fff;
  width: 100%;
  height: 100px;
  content: "";
  bottom: 0;
  z-index: 3;
  clip-path: polygon(0 90%, 100% 0, 100% 100%, 0 100%);
}
.abt-banner .zindex {
  z-index: 999;
}
.About_ceo {
  padding: 100px 0;
}
.About_ceo h2 span {
  font-size: 44px;
}
.origins {
  background-color: #181e3b;
  padding: 88px 38px;
  margin-left: 129px;
  overflow: hidden;
  margin-bottom: 100px;
}
.origins .company-logos img{border-right: 1px solid lightgrey;padding-right: 24px;margin-right: 24px;width:auto;text-align: center;height: 40px;
}
.origins .company-logos img:last-child {
  border: 0;
}
.origins .custom-width-389 {
  max-width: 450px;
}
.origins .custom-width-389 .d-flex a {
  border-right: 1px solid lightgrey;
  padding-right: 16px;
  margin-right: 16px;
}
.origins .custom-width-389 .d-flex a:last-child {
  border: 0;
}
.origins .row .col-md-3 {
  width: fit-content;
  padding: 0 10px;
}
.origins .row img {
  height: 203px;
  border-radius: 3px;
}
.origins .row > div:nth-child(1),
.origins .row > div:nth-child(3) {
  margin-top: -50px;
}
.origins .mt-custom {
  margin-top: 120px;
}
.origins .z-1 {
  position: relative;
  z-index: 9;
}
.origins::before {
  content: "";
  width: 915px;
  height: 100%;
  background-image: url("../images/pattern-red.svg");
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  z-index: 1;
  object-fit: cover;
  background-size: 100%;
}
.italic-size{
  font-size:44px;
}
.carousel-control-prev {
left:-6%;}
.carousel-control-next {
    right: -6%;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: transparent !important; 
    opacity: 1 !important;                    
    outline: none !important;                 
    box-shadow: none !important;              
    transition: none !important;              
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: none !important;               
    opacity: 1 !important;                   
    transition: none !important;
}

.carousel-control-prev-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF5D18'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.carousel-control-next-icon::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF5D18'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
.italic-size{
  font-size:26px;
}
  .fn-size{
font-size:26px;
}
  .banner-head{
  margin-top:0px !important;
  margin-left:-10px;
}
  .home_banner {
    padding: 120px 0 57px;
    clip-path: unset;
  }
  .home_banner::before {
    height: 366px;
    top: 0%;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
  }
  .home_banner_imgs.d-md-none {
    margin-top: 24px !important;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .home_banner_imgs.d-md-none .scroll-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .home_banner_imgs.d-md-none .scroll-item {
    flex: 0 0 90%;
    scroll-snap-align: center;
    text-align: center;
  }
  .home_banner .col-md-5 img,
  .home_banner_imgs img {
    max-height: 356px;
    object-fit: cover;
    width: 100%;
  }

  .About_ceo {
    padding: 40px 0px 0px 0px;
  }
  .About_ceo h2 span {
    font-size: 26px;
  }

  .origins {
    margin-left: 0;
    padding: 40px 30px;
  }
  .origins .company-logos img:last-child {
    margin: 0;
    padding: 0;
    width: 138px;
    object-fit: contain;
  }
  .origins .custom-width-389 .d-flex a:last-child {
    margin: 0;
    padding: 0;
  }
  .origins .company-logos img {
    padding-right: 16px;
    margin-right: 18px;
  }
  .origins .mt-custom {
    margin-top: 92px;
  }
  .origins .mt-custom .col-3 {
    width: 50%;
    padding: 0 5px;
  }
  .origins .mt-custom .col-3 img {
    height: 150px;
    object-fit: cover;
  }
  .origins .custom-width-389 .d-flex a {
    border-right: 0;
    width: 100%;
    text-align: start !important;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .origins::before {
    background-image: url("../images/pattern-red-mbl.svg");
    width: 100%;
  }
  .carousel-control-prev {
left:-4%;}
.carousel-control-next {
    right: -4%;
}
}
