@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Outfit:wght@100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
}

body{
    background-color: #19191B !important;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.common-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}
.common-flex1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    text-align: center;
}

.nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
}

.nav-container>div>img{
    height: 25px;
    width: 100%;
}

.call-book-now-left>button{
    padding: 9px 10px;
    border: 1px solid #f05b27;
    background-color: #f05b27;
    color: white;
    font-size: 12px;
    border-radius: 5px;
}
.call-book-now-left>button:hover{
    border: 1px solid white;
    background-color: white;
    color: #f05b27;
    border-radius: 5px;
}

.swiper-slide>img{
    height: 100vh;
    width: 100%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.custom-arrow{
    margin: 30px;
    opacity: 0.5;
}

.custom-arrow:hover{
    opacity: 1;
}

.welcome-section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 60px;
    color: white;
}

.welcome-text{
    font-size: 24px;
    letter-spacing: 3px;
}

.welcome-text>hr{
   width: 20%;
    margin: 1rem 0;
    border: 0;
    height: 3px;
    background-color: #ffffff;
}

.welcome-para{
    width: 50%;
}

.welcome-para>p{
    font-size: 17px;
    line-height: 1.6rem;
}

.kilpauk-section{
    border-top: 1px solid white;
    padding: 50px;
}

.mary-section{
    padding: 50px;
}

.sub-kilpauk{
    display: flex;
    justify-content: center;
    align-items: center;
}
.amara_left_kilpauk{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.project_list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap:30px;
    padding: 60px;
    flex-direction: column;
}

.amara_projectpara{
    font-size: 14px;
    letter-spacing: 1px;
    color: white;
    margin-bottom: unset !important;
}

.amara_projecttext1{
    font-family: "Dancing Script", cursive;
    font-size: 20px;
    color: #f05b27 !important;
}
.sub-amara_left_kilpauk{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.amara_projecthr{
    width: 20%;
    /* margin: 0.5rem 0; */
    border: 0;
    height: 5px;
    background-color: white;

}

.amara_Adhyaimage{
    height: 60px !important;
    width: 60px !important;
}

.img-adhya{
    height: 340px;
    width: 500px;
    /* width: 100%; */
}
.amaraproject_subpara{
    color: #a7906d;
    font-size: 0.7rem;
}

.amara-facility-serial-num{
    font-size: 14px;
    color: white;
    text-align: center;
    padding-top: 21px;
}

.Book_experiencebutton {
    padding: 0 20px;
    cursor: pointer;
    display: flex;
    justify-content: center !important;
    color: aliceblue;
    margin-bottom: 5%;
    margin-top: 10px;
}

.head_tag{
    font-size: 1.3rem;
    font-weight: 700;
}

.headlogo{
    height: 70px !important;
    width: 100% !important;
}

.hr_line{
    color: inherit;
    background-color: #4f5154;
    border: 0;
    opacity: unset;
    width: 60px;
    height: 4px !important;
    position: relative;
    right: 79px;
    bottom: -18px;
    margin: 0px;
}

.hr_line1 {
    color: inherit;
    background-color: #4f5154;
    border: 0;
    opacity: unset;
    width: 60px;
    height: 4px !important;
    position: relative;
    left: 210px;
    top: -18px;
    margin: 0px;
}

.amara-facility-bottom {
    color: aliceblue;
    text-align: center;
    padding: 50px;
}

.amara-facility-bottom > div:nth-child(1) {
    display: flex;
    justify-content: center;
}
.amara-facility-bottom > div:nth-child(1) > h1:nth-child(1) {
    background-color: #19191b;
    padding: 5px 40px;
    position: relative;
    top: 30px;
}
.amara-facility-bottom > div:nth-child(2) > ul:nth-child(1) {
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    padding: 50px 0px;
    border: 2px solid;
    border-radius: 9px;
}
.key_featuremain {
    padding: 0px 45px;
    margin-bottom: 50px;
}
.key_featurehead {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
}

.key_featurehead > h1 {
    background-color: #19191b;
    position: relative;
    top: 35px;
    padding: 5px 50px;
}
.key_featuremain > .row {
    border: 2px solid #fff;
    border-radius: 9px;
    padding: 50px 0px;
    margin-bottom: 15px;
}

.row-section{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    padding: 50px;
    border: 2px solid #fff;
    border-radius: 9px;
    margin-bottom: 15px
}

.key_featurecontent>li{
    margin-bottom: 20px;
}

.call-book-now{
    border-top: 1px solid white;
}

footer{
    padding: 50px;
    text-align: center;
    color: #ffffff;
}

.footer_text{
    font-size: 0.7rem;
}

.call-book-now-inner-container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}


@media (max-width: 426px) {
    .welcome-section{
        flex-direction: column;
    }
    .welcome-para {
    width: unset;
    }
 
    .img-adhya{
        height: 340px;
        width: 100%;
        object-fit: cover;
    }
    .amara-facility-bottom > div:nth-child(1) > h1:nth-child(1){
        position: unset;
    }
    .amara-facility-bottom > div:nth-child(2) > ul:nth-child(1){
        flex-direction: column;
    }
    .project_list{
        padding: unset;
    }
        .amara-facility-bottom > div:nth-child(2) > ul:nth-child(1) > li:nth-child(even)
    {
        display: none;
    }
}

@media (max-width: 991px) {
  .amara-facility-bottom {
    text-align: center;
    padding: 20px 15px;
  }

  .amara-facility-bottom h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .amara-facility-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 0.95rem;
  }

  .amara-facility-bottom ul li {
    display: inline-block;
  }
}


@media (max-width: 991px) {
  .key_featuremain {
    padding: 20px 15px;
    text-align: center;
  }

  .key_featurehead h1 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .row-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .key_featuresection {
    width: 100%;
  }

  .key_featurecontent {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 300px;
  }

  .key_featurecontent li {
    margin-bottom: 10px;
    font-size: 0.95rem;
  }
}


/* Hide mobile carousel by default */
.mobile-carousel {
  display: none !important;
}

/* Show desktop carousel on tablets and up */
.desktop-carousel {
  display: block;
}

/* On screens <= 767px (mobile), reverse the visibility */
@media (max-width: 767px) {
  .desktop-carousel {
    display: none !important;
  }
  .mobile-carousel {
    display: block !important;
  }
}


.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; 
    top: 0;
    width: 100%; 
    overflow: hidden;
    scrollbar-width: none;
    background: rgba(0,0,0,0.6);
  }

  .modal-content {
    background: #fff;
    padding: 30px;
    margin: 10% auto;
    width: 30% !important;
    max-width: 500px;
    position: relative;
    border-radius: 10px;
  }

  .close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
  }

  form input, form select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  form button {
    width: 100%;
    padding: 10px;
    background: #111;
    color: white;
    border: none;
    border-radius: 5px;
  }