p {
    font-size: 16px !important;
    line-height: 28px !important;
}


.profile-section .card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.profile-section .card:hover {
    transform: scale(1.05);
}

.profile-section .card img {
    width: 100%;
    /* height: 359px; */
    max-height: 400px;
    object-fit: cover; /* Ensures the image covers the area without stretching */
    display: block;
    transition: transform 0.3s ease-in-out;
}

.profile-section .card:hover img {
    transform: scale(1.1);
}

.profile-section .hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out;
}

.profile-section .card:hover .hover-content {
    transform: translateY(0%);
}

.profile-section .read-more-btn {
    background: #f8f9fa;
    color: black;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
}

.read-more-btn:hover {
    background: #ddd;
}

/* Ensure the modal stays within the viewport */

/* 🔹 Prevent hover effect when modal is open */
.disable-hover .hover-content {
    display: none !important;
    transform: translateY(100%) !important;
    opacity: 0 !important;
}

/* 🔹 LinkedIn Icon */
.linkedinpic {
    max-width: none !important;
    width: 30px !important;
    height: 30px !important;
}

.award-box-center {
margin-left: auto ;
margin-right: 24px;
}

.mx-custom {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.service-section .content-box {
    position: relative;
    /* background: #f8f9fa; 
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden; */
}

.service-section h1{
    font-size: 3.375rem;
}

.service-section .service-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 8px;
    text-align: center;
}

.service-section .service-hover p {
    font-size: 14px !important;
    line-height: 16px !important;
}

/* Show the content when hovering over the box */
.service-section .content-box:hover .service-hover {
    opacity: 1;
}

/* Optional: Add a slight zoom effect on hover */
.service-section .content-box:hover {
    transform: scale(1.05);
}


.hero-image-slider img {
    height: 400px !important; /* Adjust height as needed */
    object-fit: cover; /* Ensures images maintain aspect ratio */

}
/* Title overlay (minimal change) */
.hero-slider-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
} 

.about h6::after, .about .h6::after {
    content: "";
    width:0 !important;
}

.pl-md-90 {
    padding-left: 90px !important;
  }

  .captcha__title {
    font-size: 15px !important;
  } 


  .video-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px); /* 75% of the viewport height */
    overflow: hidden; /* Prevents unwanted scrollbars */
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video fills the container */
    display: block;
}

.video-container .cta-button {
   /* position: absolute;
    top: 115%;
    right: 45%; */
    z-index: 2;
    position: relative;
}


.heading-award {
    font-family: "ChronicleDisplay";
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1.3157894737em;
    margin-top: 0;
    margin-bottom: 0.5rem;
} 


.main-nav > ul > li > a, #block-moduler-theme-main-menu > ul > li > a {
    font-size: 16px;
    
}

footer ul li a {
    font-size: 16px;
} 

 
.shobha-pods .inner-slider .slick-dots {
    bottom: 160px !important;
} 

.shobha-pods-botttom .inner-slider .slick-dots {
    bottom: 114px !important;

} 




p, ul li {
    font-size: 16px;
    line-height: 28px;;
}

@media screen and (max-width: 1024px) {
    /* Add your responsive styles here */
  .video-container .cta-button {
    /* position: absolute;
    top: 108%;
    right: 29%; */
    z-index: 2;
  }

  .about .pic-out picture {
    display: inline;
  }
  .pl-md-90 {
    padding-left: 0px !important;
}
 
}

  @media screen and (max-width: 991px){
    .awards .box img {
        /* max-width: 367px; */
        position: relative !important;
        width: 24.625rem !important;
        top: -6px !important;
        -webkit-transition: ease-in-out 0.4s;
        /* transition: ease-in-out 0.4s; */
        /* left: 1.375rem !important; */
        /* height: 100%; */
        -o-object-fit: cover !important;
        object-fit: cover !important ;
        -o-object-position: center center !important ;
        object-position: center center !important;
    }
  }

  @media screen and (max-width: 480px) {
    .video-container .cta-button {
        /* position: absolute;
        top: 108%;
        right: 25%; */
        z-index: 2;
    }
   

    .about .pic-out picture {
        display: inline;

    }

    .pl-md-90 {
        padding-left: 16px !important;
        padding-top: 27px;
    }

    .shobha-pods .inner-slider .slick-dots {
        bottom: 27px !important;
    } 

    .shobha-pods-botttom .inner-slider .slick-dots {
        bottom: 27px !important;
    
    } 
    .location p {
        /* max-width: 160px; */
    }

    

    .inner-slider .slick-slide img {
        height: 250px !important;
    }



  }


  .awards .box img {
    max-width: 289px;
    position: absolute;
    width: 20.625rem;
    top: 0px;
    -webkit-transition: ease-in-out 0.4s;
    transition: ease-in-out 0.4s;
    /* left: -20.625rem;  */
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
  } 


  .industries .slick-slider {
    width: 100% !important;
    margin: 0px 0 0 0 !important;
}
  .slick-dotted.slick-slider {
    margin-bottom: 0px !important;
  }


  /* .banner .slick-list .slick-track .slick-slide{
    min-width:100%!important;
 } */
 .shobha-pods .inner-slider .slick-dots, .shobha-pods-botttom .inner-slider .slick-dots{
    position: relative !important;
    top: -63px;
    width: 151px;
}


.set-height {
  height: 130px;
} 


.mission-vision {
    padding: 60px 0;
}
.mission-image {
    max-width: 600px;
    height: 600px;
    object-fit: cover;
}
.vision-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}
.vision-card h4, 
.vision-card p {
    text-align: left;
    margin-top: 10px;
}

.inner-slider .slick-slide img {
    height: 400px;
}

.custom-padding {
    padding: 0 0 0 20px;
}

.industries .slick-slider .slick-slide {
    height : 250px;
}

.messages.messages--error.file-upload-js-error {
  background-color: #f8d7da;   /* light red background */
  border: 1px solid #f5c2c7;   /* matching red border */
  color: #842029;              /* dark red text */
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 5px;
  font-size: 16px;
  font-family: sans-serif;
  position: relative;
}

/* Optional: Add an error icon before the message */
.messages.messages--error.file-upload-js-error::before {
  content: "⚠️ ";
  font-weight: bold;
  margin-right: 8px;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: transparent;
  opacity: 0.5;
}


input[name="attach_resume_pdf_only_remove_button"],input[name="other_documents_pdf_only_remove_button"] {
  background-color: #e74c3c !important; /* Override the background */
  color: #fff !important; /* Ensure white text */
  border: 1px solid #c0392b !important;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

input[name="attach_resume_pdf_only_remove_button"]:hover, input[name="other_documents_pdf_only_remove_button"]:hover {
  background-color: #c0392b !important;
}


@media (max-width: 767px) {  /* Target mobile screens */
  input[name="attach_resume_pdf_only_remove_button"], input[name="other_documents_pdf_only_remove_button"] {
    margin-top: 10px !important;
  }
}


.js-form-required::after, 
.form-required::after {
    content: " *";
    color: red; /* Adjust color if needed */
    font-weight: bold;
    margin-left: 4px; /* Add spacing */
}


label.error {
    color: red;
    font-size: 14px;
    font-weight: normal;
    margin-top: 5px;
    display: block;
}

input.error {
    border: 2px solid red;
    background-color: #ffe6e6; /* Light red background (optional) */
    outline: none;
}

input.error:focus {
    border-color: darkred; /* Darker red when focused */
    background-color: #ffdcdc; /* Slightly different shade when focused */
}
.location small {
    color: #A98364;
  }
  .location a{
    color:white!important;
  }

  /* Full screen flex center */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5; /* light gray background */
    padding: 1rem;
  }
  
  /* Card styling for the login box */
  .login-card {
    background: #ffffff;
    padding: 3rem 2rem;
    max-width: 400px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  }
  
  /* Enhance form elements */
  .login-card .form-item {
    margin-bottom: 1.5rem;
  }
  
  .login-card label {
    font-weight: bold;
    margin-bottom: 0.5rem;
    display: block;
  }
  
  .login-card input.form-text {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #f9f9f9;
  }
  
  .login-card input.form-text:focus {
    border-color: #007bff;
    outline: none;
    background-color: #fff;
  }
  
  .login-card input[type="submit"] {
    width: 100%;
    padding: 0.75rem;
    background-color: #007bff;
    border: none;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .login-card input[type="submit"]:hover {
    background-color: #0056b3;
  }
  