
/* General Section Styling */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;   /* Makes them round */
    background-color: #979797; /* Blue color */
}

.carousel-indicators .active {
    background-color: #0056b3; /* Darker blue for active dot */
}
.ongoing_project {
  background-color: white; /* Background color for the section */
  padding: 30px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Text Styling */
.text-orange {
  color: #4285F4;
}

.text-black {
  color: black;
}

.text-silver {
  color: silver;
}

/* Image Styling */
.img-fluid.rounded.border-silver {
  border: 2px solid silver;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.img-fluid.rounded.border-silver:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}

/* Button Styling */
.btn-site-orange {
  background-color: #1062fe;
  
  color: white;
 
  border-radius: 20px;
  padding: 10px 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

/* .btn-site-orange:hover {
  background-color: #ea4335;
  color: #ffffff;
  border: 1px solid #ea4335;
} */
/* Add Lazy Load Animation */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Vision & Mission Section Styling */
.vision-mission-section {
  background-color: white;
  padding: 30px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start with an upward shift */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Animation on visibility */
}

/* Section Headings */
.text-orange {
  color: #4285F4;
}

.text-black {
  color: black;
}

.text-silver {
  color: silver;
}

/* Vision and Mission Paragraphs */
.mission-list, .expertise-list {
  padding-left: 20px;
  list-style-type: disc;
}

.mission-list li, .expertise-list li {
  margin-bottom: 10px;
}

.mission-list li strong, .expertise-list li strong {
  font-weight: bold;
}

/* Expertise Section Styling */
.expertise-list li {
  line-height: 1.6;
}

/* Ensure responsive design */
@media (max-width: 767px) {
  .vision-mission-section {
    padding: 20px;
  }

  .mission-list, .expertise-list {
    padding-left: 15px;
  }
}
/*why section statr*/
/* Why GRANT ELEVATOR Section Styling */
.why-grant-elevator {
  background-color: white;
  padding: 30px 15px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 0; /* Start hidden */
  transform: translateY(20px); /* Start with an upward shift */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Animation on visibility */
}

/* Feature Box Style */
/* Feature Box Style with Icons */
.feature-box i {
  display: block;
  margin: 0 auto 15px; /* Center the icon and add space below */
}

.feature-box h4 {
  color: #4285F4;
  margin-bottom: 10px;
}

.feature-box p {
  color: black;
  font-size: 1rem;
  margin-bottom: 0;
}

/* Vision and Mission Paragraphs */
.text-orange {
  color: #4285F4;
}

.text-black {
  color: black;
}

.text-silver {
  color: silver;
}

/* Ensure responsive design */
@media (max-width: 767px) {
  .why-grant-elevator {
    padding: 20px;
  }

  .feature-box {
    margin-bottom: 20px;
  }
}

/*why section end*/

/*--------------------------------------*/
/* Elevators Section */
.elevators-section {
  padding: 50px 0;
  background-color: #f4f4f4;
}

/* Title Styling */
.elevators-section h2 {
  font-size: 2.5rem;
  color: #ff6f00; /* Orange color for the title */
  font-weight: bold;
}

/* Right Content Styling */
.elevators-section .col-md-6 {
  padding: 20px;
}

.elevators-section p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

/* Carousel Styling */
.carousel-inner img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  background-color: #4285F4; /* Orange color for the controls */
}
h2
{
  color: #4285F4;
  text-transform: uppercase;
  font-weight: bold;
}
.why_choose p
{
  color: white;
}




    .success-section::before {
      content: '';
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.65);
      z-index: 1;
    }

    .success-content {
      position: relative;
      z-index: 2;
    }

    .success-content h6 {
      color: #ffffffff;
      font-weight: 500;
      letter-spacing: 1px;
    }

    .success-content h2 {
      font-weight: 700;
      font-size: 48px;
    }

    .success-content p {
      font-size: 18px;
      margin: 20px 0 30px;
    }

    .btn-blue {
      background-color: #2563eb;
      color: #fff;
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 500;
      border: none;
      margin-right: 10px;
    }

    .btn-outline-light {
      padding: 12px 28px;
      border-radius: 50px;
      font-weight: 500;
    }

    .floating-icon {
      position: absolute;
      z-index: 2;
    }

    .circle-blue {
      top: 40%;
      left: 30%;
      width: 30px;
      height: 30px;
      border: 4px solid #4285f4;
      border-radius: 50%;
    }

    .hex-red {
      top: 10%;
      right: 10%;
      width: 40px;
      height: 40px;
      border: 4px solid #ea4335;
      clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
    }

    .dot-red {
      bottom: 20%;
      left: 65%;
      width: 14px;
      height: 14px;
      background: #ea4335;
      border-radius: 50%;
    }.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-circle {
  background-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: relative;
}

.play-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid red;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 5px;
}

.play-btn-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.play-circle {
  background-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.play-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid red;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* Unique diagonal background split */
/* .ongoing_project {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff 65%, #1062fd 65%);
  border-radius: 15px;
  padding: 50px 20px;
} */

.custom-img {
  height: 550px;         /* Desktop view */
  width: auto;           /* Keep proportion */
}
.no-hover:hover {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.fancybox__slide {
        padding: 155px 100px;
        padding-bottom: 0 !important;
    }
    @media (min-width: 1024px) {
    .fancybox__slide {
        padding: 101px 100px;
        padding-bottom: 0px !important;
    }}
@media (max-width: 768px) {
  .custom-img {
    height: auto;        /* Auto height for mobile */
    width: 100%;         /* Full width */
  }
  .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom:0px;
    margin-left: 15%;
}


/* Text content styling */
.ongoing_text h3 {
  font-weight: bold;
  color: #1062fe;
}

.ongoing_text h4 {
  font-weight: 700;
  color: #222;
}

.ongoing_text p {
  line-height: 1.7;
  color: #444;
}

/* Image hover zoom effect */
.ongoing_image img {
  border-radius: 12px;

  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ongoing_image img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.author_About{
  line-height:50px;
}}

/* Gradient Button */
.gradient-btn1 {
  background: linear-gradient(135deg, #ffbd08, #ff0000);
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.gradient-btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255,255,255,0.6), transparent);
  z-index: 2;
  animation: shine 2.5s infinite;
}

/* Caption positions */
#bannerSlider .carousel-caption.left-caption {
  top: 10%; bottom: 10%; left: 10%; right: 10%;
  transform: none;
  text-align: left;
  align-items: flex-start;
  z-index: 2;
}
#bannerSlider .carousel-caption.right-caption {
  top: 10%; bottom: 10%; right: 10%; left: auto;
  transform: none;
  text-align: right;
  align-items: flex-end;
  z-index: 2;
}
#bannerSlider .carousel-caption.right-top-caption {
  top: 10%; bottom: auto; right: 10%; left: auto;
  transform: none;
  text-align: right;
  align-items: flex-end;
  z-index: 2;
}

/* Text color & orange */
.text-orange1 { color: rgb(249,131,8) !important; }
#bannerSlider .carousel-caption p { color: #000; }

/* Overlay */
#bannerSlider .carousel-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.09);
  z-index: 1;
}

/* Desktop text size */
#bannerSlider .carousel-caption h5 { font-size: 1.6rem; }
#bannerSlider .carousel-caption h2 { font-size: 2.5rem; line-height: 3.4rem; }
#bannerSlider .carousel-caption p { font-size: 1.7rem; max-width: 600px; }
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, #ffbd08, #ff0000);
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  border: none;
  z-index: 5;
  transition: transform 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

/* Arrow icons inside buttons */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none; 
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative;
}

/* Left arrow shape */
.carousel-control-prev-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* Right arrow shape */
.carousel-control-next-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* Tablet view */
@media (max-width: 992px) {
  #bannerSlider .carousel-caption h5 { font-size: 1.2rem; }
  #bannerSlider .carousel-caption h2 { font-size: 2.2rem; line-height: 2.5rem; }
  #bannerSlider .carousel-caption p { font-size: 1rem; }
}
/* Desktop: Change h5 color for Slide 1 & 3 only */
@media (min-width: 769px) {
  #bannerSlider .carousel-item:nth-child(1) .carousel-caption h5,
  #bannerSlider .carousel-item:nth-child(3) .carousel-caption h5 {
    color: #000 !important;
  }
}

/* Mobile view */
@media (max-width: 768px) {
  #bannerSlider .carousel-caption p { color: #fff; }
  #bannerSlider .carousel-item img { height: 450px; object-fit: cover; }
  #bannerSlider .carousel-item::before { background: rgba(0,0,0,0.51); }
  #bannerSlider .carousel-caption {
    top: 10% !important;
    transform: translateY(0) !important;
    text-align: center !important;
    align-items: center !important;
    padding: 10px;
  }
  #bannerSlider .carousel-caption h5 { font-size: 1.3rem; }
  #bannerSlider .carousel-caption h2 { font-size: 1.8rem; line-height: 1.8rem; }
  #bannerSlider .carousel-caption p { font-size: 1.3rem; margin-bottom: 11px; }
  #bannerSlider .carousel-caption a.btn { font-size: 0.85rem; padding: 8px 16px; }
  #bannerSlider .carousel-caption.right-caption {
  top: 10%; bottom: 10%; right: 10%; left: 10%;
  transform: none;
  text-align: right;
  align-items: flex-end;
  z-index: 2;
}
#bannerSlider .carousel-caption.right-top-caption {
  top: 10%; bottom: auto; right: 10%; left:10%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 40px;
    height: 40px;
  }

  .carousel-control-prev-icon::before,
  .carousel-control-next-icon::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}




/* Shine animation */
@keyframes shine {
  0% { left: -100%; }
  50% { left: 100%; }
  100% { left: 100%; }

  
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: transparent !important;
}
