
body{
  font-family: "Sora", sans-serif !important;
}

.carousel-item img {
  filter: brightness(40%);
  height: auto;
}

/* Base styles for carousel controls */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: black;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 32px;
  transition: all 0.3s ease;
  z-index: 10;
  cursor: pointer;
}

/* Hover effect - darker black and yellow icon color */
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #000000;
  color: #f8d007; /* Bright yellow on hover */
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* Positioning */
.carousel-control-prev {
  left: 15px;
}

.carousel-control-next {
  right: 15px;
}

/* Custom icons using FontAwesome */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
  font-family: 'FontAwesome';
  font-size: 28px;
  background-color: transparent;
}

.carousel-control-prev-icon::before {
  content: '\f104'; /* Left arrow */
}

.carousel-control-next-icon::before {
  content: '\f105'; /* Right arrow */
}

.our_service :hover{
  background-color:red;
  border:2px solid red;
  transition: background-color 0.5s ease-in-out, transform 1s ease-in-out;
  transform: scale(1.05)
}


/* Font styles for carousel caption elements */
.carousel-caption h1 {
 
  font-weight: 600; /* Make the heading bold */
}

.carousel-caption p {

  font-weight: 300; /* Lighter weight for the paragraph text */
}

.carousel-caption h1 {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px rgb(167 165 165 / 60%);
}

.carousel-item img {
  height: auto;
  object-fit: cover;
}

/* carousel */
.carousel-left-text h1 {
  font-size: 3.5rem;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: -0.04em;
  color:white
}

.carousel-left-text p {
  font-size: 20px;
  margin-top: 10px;
}

/* Shared base style for both buttons */
.carousel-caption .btn1,
.carousel-caption .btn2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  font-weight: 600;
  padding: 14px 25px;
  font-size: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease, box-shadow 0.4s ease;
}

/* ------------------------------------
   Button 1: Coral base, white overlay
--------------------------------------*/
.carousel-caption .btn1 {
  background: #da4934;
  color: #ffffff !important;
  box-shadow: 0 5px 15px rgba(228, 104, 93, 0.3);
}

.carousel-caption .btn1::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -10%;
  width: 120%;
  height: 0%;
  background: #ffffff;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 0;
}

.carousel-caption .btn1:hover::before {
  height: 700%;
}

.carousel-caption .btn1:hover {
  color: #111 !important;
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}


/* ------------------------------------
   Button 2: White base, coral overlay slide-in
--------------------------------------*/
.carousel-caption .btn2 {
  background: #ffffff;
  color: #0a0a0a !important;
  margin: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: color 0.4s ease, box-shadow 0.4s ease;
}

.carousel-caption .btn2::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #da4934;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 12px;
}

.carousel-caption .btn2:hover::before {
  left: 0;
}

.carousel-caption .btn2:hover {
  color: #ffffff !important;
  box-shadow: 0 8px 25px rgba(228, 104, 93, 0.4);
}


.crh6{
    color: #e4685d;
;
}


/* Media Queries for Mobile */
@media (max-width: 768px) {

  /* Adjust carousel image size for mobile */
  .carousel-item img {
      height: 50vh; /* Adjust height for mobile screens */
      object-fit: cover; /* Ensure the image doesn't stretch */
  }

  /* Adjust font sizes for carousel caption */
  .carousel-caption h1 {
      font-size: 2rem; /* Smaller heading */
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6); /* Smaller shadow for mobile */
  }

  .carousel-caption p {
      font-size: 1rem; /* Smaller paragraph text */
  }

  /* Reduce button size for mobile */
  .carousel-caption .btn1, .carousel-caption .btn2 {
      padding: 5px 10px;
      font-size: 10px; /* Smaller button text */
  }

  /* Reduce spacing in the carousel text */
  .carousel-left-text h1 {
      font-size: 1.5rem; /* Smaller heading */
  }

  .carousel-left-text p {
      font-size: 16px; /* Smaller paragraph */
  }
}

/* Further adjustments for very small screens (e.g., phones) */
@media (max-width: 480px) {

  /* Make buttons even smaller on very small screens */
  .carousel-control-prev, .carousel-control-next {
      width: 40px;
      height: 40px;
      font-size: 24px;
  }

  .carousel-caption h1 {
      font-size: 1rem; /* Even smaller heading for small screens */
  }

  .carousel-caption p {
      font-size: 0.8rem; /* Even smaller paragraph text */
  }
}


  

/* ---------- Section Styling ---------- */
.section2 {
  position: relative;
  padding: 70px 20px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(200, 50, 40, 0.85)), url('images/le-6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  width: 100%;
  overflow: hidden;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.section2 .container {
  max-width: 1200px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* ---------- Content Styling ---------- */
.section2 h5 {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #fff;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeInUp 1s forwards;
}

.section2 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 650px;
  color: #fff;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeInUp 1.2s forwards;
}

.section2 p {
  font-size: 20px;
  color: #ddd;
  max-width: 600px;
  opacity: 0;
  animation: fadeInUp 1.3s forwards;
}

/* ---------- Button Styling ---------- */
.section2 button {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  padding: 16px 36px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
  opacity: 0;
  animation: fadeInUp 1.4s forwards;
}

.section2 button:hover {
  background: white;
  color: #e4685d;
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.section2 .fa-envelope {
  margin-right: 10px;
}

/* ---------- Responsive Layout ---------- */
.section2 .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.section2 .left-content {
  flex: 1 1 60%;
}

.section2 .right-content {
  flex: 1 1 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  .section2{
    padding: 40px 5px;
  }
  .section2 .row {
    flex-direction: column;
    text-align: center;
  }

  .section2 .right-content {
    justify-content: center;
  }

  .section2 h2 {
    font-size: 34px;
  }

  .section2 p {
    font-size: 18px;
  }

  .section2 button {
    margin-top: 0px;
  }
}

/* ---------- Animations ---------- */
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}


.whoare{
padding: 50px;
margin-bottom: 100px;
}

.image-container {
  position: relative;
  text-align: center;
}

.img-wrapper {
  position: relative;
}

.main-img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4); /* dark shadow effect */
  z-index: 1;
}

/* Second image styling */
.secondimg {
        position: absolute;
    top: 13%;
    left: 29%;
    transform: translate(7%
7%
, -13%);
    z-index: 12;
}

.secondimg img {
  max-width: 100%;

}

/* Overlay text */
.years-text {
     position: absolute;
    bottom: -35px;
    /* left: 30px; */
    color: white;
    z-index: 3;
    font-size: 4.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
    text-align: center;

}
.years-text span{
  font-size:18px;
  color: black;
  margin-top: 10px;
  display: block;
}

/* Text section */
.content-area {
  padding-left: 30px;
}

.section-label {
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

/* Phone icon styling */
.icondiv {
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.5s ease;
}
.icondiv:hover{
background-color: #e4685d;
color: white;
}

.texts p {
  margin: 0;
  font-weight: bold;
}

.whoright2 {
  font-size: 65px;;
  text-transform: uppercase;
  color: #8a8c8a;
}
.whoright2 span{
  color: black;
}
.capital {
  background-color: #F6F3EC;

}

.capital h1 {
  font-size: 60px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.1;
}

.capital h1 span {
  color: #da4934;
}

.capital .subheading {
  font-size: 18px;
  color: #000000;
  margin-bottom: 20px;
  font-weight: 500;
}

.capital p {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}

.icon-features .icon-box {

  padding: 12px 18px;
  border-radius: 12px;
  transition: transform 0.2s;
}

.icon-features .icon-box:hover {
  transform: translateY(-3px);
}

.capicon i, .icon-box i {
  font-size: 26px;
  color: #da4934;
}

.textsdiv h6 {
  margin: 0;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.custom-image {
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-image:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 24px rgba(0,0,0,0.15);
}

.imginfo {
    position: absolute;
    bottom: 4px;
    left: 71px;
    background-color: black;
    color: white;
    padding: 23px 30px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    width: 70%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.imginfo:hover {
  background-color: #001F5C;
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .capital h1 {
    font-size: 34px;
  }

  .custom-image {
    margin-top: 20px;
  }
}


@media screen and (min-width:300px) and (max-width:768px) {
  .carousel-caption h1 {
        font-size: 23px;
    }
  body,html{
    overflow-x: hidden;
    overflow-y: none;
  }
  .whoare{
    padding: 10px 0;
    margin-bottom: 0px;;
  }
  .secondimg img{
    display: none;
  }
  .years-text{
    font-size: 30px;;
    text-align: left;
    bottom: 10px;
  }
  .years-text span{
    color: white;
  }
  .carousel{
    overflow: hidden;
  }
  .whoright2{
    font-size: 26px;
    margin-bottom:10px;
  }
  .whobr{
    display: none;
  }
  .content-area{
    padding: 10px ;
  }
  .whoare p{
    font-size: 14px;;
  }
  .capital h1{
    font-size: 27px;;
  }
.capital .subheading{
  font-size: 14px;
}
.capital p{
  font-size: 14px;;
}
.custom-image{
  width: 100%;
}
.imginfo {
        width: 300px;
        left: 29px;
    }
.crh6{
  font-size: 11px;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  font-size: 22px;
}
}






/* breadcrum css */

    .badge1{
        background-color:#da4934 !important;
        color:white !important;
    }
    .border-warning{
        border-left :5px solid #da4934 !important;
    }
    .prod1 {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                    url('images/le-6.jpg') center center/cover no-repeat;
        height: 45vh;
    }

    .prod1 h1 {
        font-size: 2.7rem;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: "›";
        color: #ffd700;
    }

    .btn-warning {
        background-color: #ff6f00;
        border: none;
        transition: all 0.3s ease-in-out;
    }

    .btn-warning:hover {
        background-color: #e65100;
        transform: scale(1.05);
    }

    .highlight-box {
        font-size: 0.95rem;
        background-color: #f9f9f9;
        border-radius: 0.5rem;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.03);
    }

    .badge.bg-gradient {
        font-weight: 600;
        letter-spacing: 0.5px;
    }

    .enquiry-btn {
        font-size: 1.1rem;
        letter-spacing: 0.5px;
        transition: 0.3s ease-in-out;
        color:white
    }

    .enquiry-btn:hover {
        background-color: #d45500;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    @media (max-width: 576px) {
        .prod1 h1 {
            font-size: 1.8rem;
        }

        .product-section h2 {
            font-size: 1.5rem;
        }
         .prod1{
    height:25vh !important;
  }
    }

