:root {
    --primary-color: #081413;
    --font-size-base: 16px;
    --border-radius: 8px;
    --lightbox: rgb(0 0 0 / 0.75);
    --carousel-text: #fff;
  }

*{
     letter-spacing: 1px;
  }

  .apply-btn {
    background-color: #a30f2c;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
  }
  .hover-glow:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    transition: box-shadow 0.3s ease-in-out;
}
  
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; /* higher than video */
  }
  .navbar-container{
    background-color: #5050505e;
  }

 .navbar .navbar-toggler {
    border: none;
    outline: none;
    box-shadow: none; 
}

.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
}
  .hero-section .container {
    z-index: 2;
  }
  .about-btn{
    background-color: #A30F2c;
    color: #ffffff;
    border-radius: 4px;
  }

 .navbar .navbar-nav .nav-link {
    color: #ffffff;
  }
  .sm-icons {
    flex-direction: row;
  }
  .sm-icons .nav-link {
    padding-right: 1em;
  }

  /* Hero Section Banner Start */

  .owl-carousel,
  .owl-carousel .item {
    margin-top: 1.5rem;
    width: 100%;
    height: 80vh;
    border-radius: 10px;
  }
  
  .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .owl-carousel .item h4 {
    font-size: 4rem;
    color: white;
  }
  
  #bannerCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }
  
  .custom-prev,
  .custom-next {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1.2rem;
    padding: 0 9px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    user-select: none;
  }
  
  .hero-section {
    background-color: #f8f9fa;
  }
  
  @media (max-width: 768px) {
    .owl-carousel,
    .owl-carousel .item {
      height: 30vh; /* Reduced height for mobile */
    }
  
    .owl-carousel .item h4 {
      font-size: 2rem;
    }
  }
  

  /* Hero Section Banner End */

  /* Text aniumation marquees */
  .marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f0f0f0; /* Optional background */
  }
  
  .marquee-text {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-family: inherit;
    text-transform: capitalize;
    animation: scroll-left 30s linear infinite;
    font-size: 1rem; /* Optional style */
    padding-left: 100%; /* Start off-screen */
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .textAnimation .card{
    background-color: rgb(255, 234, 194);
  }
  .textAnimation .OrangeBtn{
    text-transform: uppercase;
    font-size: 1em;
    background-color: orange;
    font-weight: bold;
  }
  .textAnimation .OrangeBtn:hover{
    font-size: 1em;
    background-color: rgb(255, 145, 0);
    font-weight: bold;
  }

  .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
    background-color: #f0deaa;
    padding: 15px 20px;
    gap: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
  }
  
  .button-group a {
    text-decoration: none;
    color: #000;
    position: relative;
    padding: 10px 15px;
    border: 2px solid #000;
    border-radius: 5px;
    background: #fff;
    transition: background-color 0.3s ease;
    white-space: nowrap;
  }
  
  .button-group a:hover {
    background-color: #ddd;
  }
  
  @keyframes rainbow-glow {
    0%   { color: red; text-shadow: 0 0 5px red; }
    20%  { color: rgb(49, 38, 16); text-shadow: 0 0 5px rgb(64, 47, 15); }
    40%  { color: rgb(84, 84, 54); text-shadow: 0 0 5px rgb(82, 82, 38); }
    60%  { color: lime; text-shadow: 0 0 5px lime; }
    80%  { color: cyan; text-shadow: 0 0 5px cyan; }
    100% { color: magenta; text-shadow: 0 0 5px magenta; }
  }
  
  .new-badge {
    font-size: 0.7em;
    color: orange;
    font-weight: bold;
    margin-left: 5px;
    animation: rainbow-glow 1.5s infinite;
  }
  
  /* Media Query for smaller screens */
  @media (max-width: 600px) {
    .button-group {
      flex-direction: column;
      padding: 10px;
      gap: 15px;
    }
  
    .button-group a {
      width: 100%;
      text-align: center;
    }
  }
  

  /* About Section */

  .About-image{
    box-shadow: 0px 0px 50px 4px rgba(57, 57, 57, 0.7);
  }

  /* Why Choose Us Section */
.WhyUs-section{
    background-color: #ffffff;
}

.feature-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 20px 10px rgba(193, 255, 237, 0.3);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    
}
.feature-box p{ 
  font-weight: 600;
  font-size: small;
}
.feature-box:hover {
    background: rgba(243, 243, 243, 0.15);
    box-shadow: 0px 0px 30px 15px rgba(200, 251, 237, 0.5);
    transform: translateY(-5px);
}
.WhyUs-section .feature-box .icon {
    font-size: 40px;
    color: #081413;
    text-shadow: 0 0 10px rgba(92, 250, 184, 0.7);
}
  @media (max-width: 990px) {
    .hero-section .hero-image{
        padding-top: 2rem;
    }
  }

/* Glassmorphism Card Effect */
.applyCard-section {
    background-image: url("../images/banner-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    height: 80vh;
}

.apply-card-form {
    backdrop-filter: blur(20px) saturate(103%);
    -webkit-backdrop-filter: blur(25px) saturate(123%);
    background-color: rgba(17, 25, 40, 0.46);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.125);
    padding: 25px;
    text-align: center;
    color: white;
}

/* Headings */
.apply-card-form h2 {
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
}

.apply-card-form p {
  font-weight: 500;
  font-size: small;
    color: #eeeeee;
}

/* Input Group - Icons & Styling */
.applyCard-section .input-group {
    position: relative;
    margin-bottom: 15px;
}

.applyCard-section .input-group input,
.applyCard-section .input-group select {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    outline: none;
    transition: 0.3s;
}

/* Placeholder Styling */
.applyCard-section .input-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* File Input */
.applyCard-section .input-group input[type="file"] {
    padding: 8px;
    cursor: pointer;
}

/* Glowing Effect on Focus */
.applyCard-section .input-group input:focus,
.applyCard-section .input-group select:focus {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px rgba(0, 255, 150, 0.5);
}

/* Icon Positioning */
.applyCard-section .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: white;
}

.applyCard-section .applyCard-btn {
    width: 100%;
    padding: 12px;
 
}



/* do - don't section start */
.services {
  padding-bottom: 80px;
  padding: 60px 0;
    overflow: hidden;
}
.services .icon-box{
  background-color: #ffba60;
  padding: 20px;
  font-weight: 500;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.services  h4{
  font-weight: bold;
}
.services .section-title h2, .services .section-title p {
  color: #000;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #8f6204;
}
/* do - don't section end */

/* Gallery section start */



@keyframes zoomin {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .gallery-item {
    display: block;
  }
  
  .gallery-item img {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transition: box-shadow 0.2s;
  }
  
  .gallery-item:hover img {
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.4);
    transform: scale(1.05) rotateZ(1deg);
    border-radius: 12px;
  }
  
  .lightbox-modal .modal-content {
    background-color: var(--lightbox);
  }
  
  .lightbox-modal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.25rem;
    z-index: 10;
    filter: invert(1) grayscale(100);
  }
  
  .lightbox-modal .modal-body {
    display: flex;
    align-items: center;
    padding: 0;
  }
  
  .lightbox-modal .lightbox-content {
    width: 100%;
  }
  
  .lightbox-modal .carousel-indicators {
    margin-bottom: 0;
  }
  
  .lightbox-modal .carousel-indicators [data-bs-target] {
    background-color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-inner {
    width: 75%;
  }
  
  .lightbox-modal .carousel-inner img {
    animation: zoomin 10s linear infinite;
  }
  
  .lightbox-modal .carousel-item .carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 2rem;
    background-color: var(--lightbox);
    color: var(--carousel-text) !important;
  }
  
  .lightbox-modal .carousel-control-prev,
  .lightbox-modal .carousel-control-next {
    width: auto;
    color: #fff;
  }
  
  .lightbox-modal .carousel-control-prev {
    left: 1.25rem;
  }
  
  .lightbox-modal .carousel-control-next {
    right: 1.25rem;
  }
  
  @media (min-width: 1400px) {
    .lightbox-modal .carousel-inner {
      max-width: 60%;
    }
  }
  
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
  [data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
      filter: none;
  }
  
  .btn-fullscreen-enlarge,
  .btn-fullscreen-exit {
    position: absolute;
    top: 1.25rem;
    right: 3.5rem;
    z-index: 10;
    border: 0;
    background: transparent;
    opacity: .6;
    font-size: 1.25rem;
  }
  
  .bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -0.035em;
    fill: currentcolor;
  }
  

/* Gallery section end */

/* Testimonial Section start */
.testimonial-section {
  background: #f8f9fa;
  padding: 60px 20px;
}

.testimonial-card {
  background: white;
  border: none;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-name {
  font-weight: 600;
  font-size: 1.1rem;
}

.testimonial-role {
  color: #6c757d;
  font-size: 0.9rem;
}

.testimonial-text {
  font-size: 1rem;
  color: #343a40;
  margin-top: 15px;
}
/* Testimonal Section end */
    
  /* Contact Section */

  .contact-section{
    background-color: #ffffff;
  }

  .contact-box {
    background: rgba(162, 162, 162, 0.279);
    border-left: 5px solid #A30F2C;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    color: #202020;
}
.contact-box:hover {
    background: rgba(100, 100, 100, 0.15);
    box-shadow: 0 0 15px rgba(231, 231, 231, 0.5);
    transform: translateX(5px);
}

.contact-form-section{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-form {
    background: rgb(235, 235, 235);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 320px;
}
.contact-form h2 {
    margin-bottom: 20px;
    font-weight: bold;
}
.input-group {
    position: relative;
    margin-bottom: 15px;
}
.input-group input,
.input-group textarea {
    width: 100%;
    padding: 12px 15px 12px 40px;
    border: none;
    background: #efefef;
    outline: none;
    border-bottom: 1px dotted grey;
}
.input-group textarea {
    height: 80px;
    resize: none;
}
.contact-section .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: gray;
}

.glass-button {
    display: inline-block;
    padding: 2px 6px;
    border: none;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(30px);
    color: rgba(255,255,255,0.8);
    font-size: 0.7rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
 
 

  /* Footer Styling */
.footer-section {
    padding: 40px 0;
    text-align: center;
}

/* Footer Logo */
.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #a30f2c;
}

/* Quick Links */
.footer-section ul {
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 8px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer-section ul li a:hover {
    color: #efefef;
}

/* Social Media Icons */
.social-icons a {
    display: inline-block;
    margin: 0 10px;
    color: #ccc;
    font-size: 20px;
    transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
    color: #efefef;
    transform: scale(1.1);
}

/* Copyright */
.footer-section p {
    color: #bbb;
    font-size: 14px;
}