/* navbar */
* {
  padding: 0px;
  margin: 0px;
}
body {
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  box-sizing: border-box;
}
.index_header {
  margin-top: 16px;
}
.index_header nav {
  padding: 0;
  z-index: 1;
}
.navbar-expand-lg {
  flex-wrap: nowrap;
  justify-content: flex-start;
  z-index: 10;
}
.section1 {
  background: url("image/wallpaper.jpeg");
  background-size: 120%;
  background-repeat: no-repeat;
  filter: brightness(80%);
  background-position: right 82% top 60%;
}
.logo {
  text-decoration: none;
  color: white;
  border: 2px solid white;
  padding: 3px 30px;
  border-radius: 5px;
}
.navigation_ul .active-menu > a {
  color: #000000;
}

.navigation_ul .active-menu > a::after {
  color: #000000;
}
.navigation_ul {
  justify-content: end;
  flex-grow: 1;
}
.navtext {
  font-size: 20px;
  font-family: "Tiro Tamil", serif;
  margin-right: 30px;
}
.navtext:last-of-type {
  margin-right: 60px;
}
.textInside {
  color: white;
}
.nav_right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.GetTheApp {
  font-size: 22px;
  font-weight: 500;
  font-family: "Tiro Tamil", serif;
  border-radius: 13px;
  border: 2px solid white;
  padding: 1px 20px;
  text-decoration: none;
  color: white;
}
.GetTheApp:hover {
  background-color: #9ee4ea;
  color: black;
}
.signUpFont:hover {
  background-color: #9ee4ea;
  color: #093d62;
}
.signUpFont {
  font-size: 18px;
  font-weight: 300;
  font-family: "Tiro Tamil", serif;
  border-radius: 5px;
  border: 1px solid white;
  padding: 4px 24px;
  text-decoration: none;
  color: white;
  margin-left: 16px;
}
.welcomeSection1 {
  padding-top: 20%;
  font-size: 2.8vw;
  font-family: "Abhaya Libre Medium", serif;
  font-weight: 500;
}
.welcomeSection2 {
  font-size: 1.5vw;
  font-family: "Abhaya Libre Medium", serif;
  font-weight: 500;
}

.buttonSection {
  border-radius: 10px;
  font-family: "Tiro Tamil", serif;
  font-weight: 500;
}
.arrowLogoSize {
  width: 36px;
  height: 20px;
  margin-left: 8px;
}
.sidebar {
  background-color: rgba(37, 64, 113, 0.75);
  color: white;
  width: fit-content !important;
}
.dropdown-menu.show {
  display: block;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (max-width: 1150px) {
  .navtext {
    font-size: 17px;
    margin-right: 16px;
  }
  .navtext:last-of-type {
    margin-right: 20px;
  }
  .GetTheApp {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .textInside {
    font-size: 20px;
  }
  .nav_right {
    margin-top: 10px;
    justify-content: space-between;
  }
  .textInside:hover {
    color: gray;
  }
  .offcanvas-title {
    font-size: 25px;
  }
}
@media (max-width: 830px) {
  .section1 {
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 480px) {
  .offcanvas-title {
    font-size: 20px;
  }
  .textInside {
    font-size: 16px;
  }
  .nav_right {
    margin-top: 10px;
    flex-direction: column;
    gap: 20px;
  }
}

/* --Search bar Form Section-- */

/* -----  */
.section1Container {
  margin-top: -90px;
  padding-top: 400px;
  padding-bottom: 30px;
  width: 90%;
}
.formSection {
  border-radius: 10px;
  background-color: #041d2bbf;
}
.formSection .firstDiv {
  padding-left: 16px;
}
.label_input {
  text-align: start;
  margin: 20px 0;
  padding: 0 0 0 10px;
}
.formSection :nth-child(5) {
  padding-right: 10px;
}
.label_input label {
  font-family: "Tiro Tamil";
  font-size: 16px;
}
.formDesign {
  width: 100%;
  padding: 8px 20px;
  border: 1px solid white;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.inputImage1 {
  background-image: url("Image/Place\ Marker.png");
}
.inputImage2 {
  background-image: url("Image/Account.png");
}
.inputImage3 {
  background-image: url("Image/Money\ Bag.png");
}
.inputImage4 {
  background-image: url("Image/Calendar.png");
}
.inputImageSize {
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 32px;
  background-color: #042f51;
  color: white;
}
.inputImageSize::placeholder {
  color: white;
  padding-left: 5px;
  font-size: 10px;
  font-family: "Tiro Tamil";
  font-weight: 300;
}

.searchBtnBg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  background-color: #0862a3;
  border-radius: 10px;
  border: none;
  color: white;
  font-family: "Tiro Tamil", serif;
}
.searchBtn {
  background-color: #0862a3;
  border: none;
  color: white;
  font-size: 20px;
}

@media (max-width: 992px) {
  .section1Container {
    padding: 400px 0 30px 0;
  }
  .label_input label {
    font-size: 12px;
  }
  .label_input {
    padding: 0 16px;
    margin: 10px 0;
  }
  .formSection :nth-child(5) {
    padding-right: 16px;
  }
  .searchBtnBg {
    display: flex;
    justify-content: center;
    align-items: end;
    font-family: "Tiro Tamil", serif;
    background-color: transparent;
  }
  .searchBtn {
    background-color: #0862a3;
    border: none;
    color: white;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 15px;
    width: 100%;
    margin: 0 16px 10px 16px;
  }
}
@media (max-width: 400px) {
  .label_input {
    padding: 5px;
  }
  .formSection .firstDiv {
    padding: 5px;
  }
  .searchBtn {
    font-size: 15px;
    padding: 8px;
    border-radius: 10px;
    width: 100%;
    margin: 0 5px 16px 5px;
  }
}

/* -----  */
.imageSection {
  background: #dbe9f2;
  overflow: hidden;
}
.image1 {
  height: 540px;
  margin: 20px;
}
.image2 {
  height: 380px;
  margin-left: -275px;
}
.image3 {
  height: 270px;
  margin-left: -150px;
}
.writingSection {
  padding: 48px 50px 40px 80px;
}
.writingSection p {
  color: #042f51;
}
.firstParagraph {
  font-family: "Tiro Tamil", serif;
  font-size: 20px;
  padding-left: 24px;
}
.writingSection .fontHeader {
  font-family: "Abhaya Libre Medium", serif;
  font-size: 40px;
  line-height: 30px;
  padding: 0 0 8px 24px;
}
.fontHeader {
  font-family: "Abhaya Libre Medium", serif;
  font-size: 40px;
  line-height: 30px;
  padding: 0 0 8px 24px;
}
.fontPara {
  padding: 0 0 8px 24px;
}
.lastParagraph {
  font-weight: 400;
  font-size: 1.1rem;
  padding: 16px 70px 0px 24px;
  font-size: 16px;
}
.readMore_btn {
  padding: 24px 0 0 24px;
  margin-top: 48px;
}
.readMore {
  font-family: "Tiro Tamil", serif;
  background: #0862a3;
  padding: 14px 55px;
  font-size: 20px;
  border: none;
  color: white;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .image_stack {
    flex-direction: column;
  }
  .imageSection {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .image1 {
    height: 400px;
    margin: 0;
  }
  .image2 {
    height: 290px;
    margin-left: -210px;
  }
  .image3 {
    height: 200px;
    margin-left: -140px;
  }
  .writingSection {
    padding: 20px;
  }
  .firstParagraph {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fontHeader {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 50px;
  }
  .lastParagraph {
    font-size: 13px;
    padding: 10px 0 0 24px;
  }
  .readMore_btn {
    margin-top: 0;
    padding-top: 10px;
  }
  .readMore {
    padding: 8px 24px;
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .image1 {
    height: 300px;
    margin: 0;
  }
  .image2 {
    height: 230px;
    margin-left: -165px;
  }
  .image3 {
    height: 165px;
    margin-left: -115px;
  }
  .writingSection {
    padding: 20px;
  }
  .writingSection .fontHeader {
    padding: 0;
  }
  .firstParagraph {
    font-size: 13px;
    margin-bottom: 5px;
    padding: 0;
  }
  .fontHeader {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0;
  }
  .lastParagraph {
    font-size: 11px;
    padding: 10px 0 0 0;
  }
  .readMore_btn {
    padding: 10px 0 0 0;
  }
  .readMore {
    padding: 8px 24px;
    font-size: 14px;
  }
}
/* grid image section  */

.grid_container {
  padding: 50px 100px;
}
.grid_container h1 {
  font-size: 48px;
}

.imageContainer {
  height: 380px;
  width: 100%;
  max-width: 250px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  margin-bottom: 50px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  background-color: white;
  color: #093d62;
}

/* Hover Effect */
.imageContainer:hover {
  background-color: #c8f5ff;
  color: #093d62;
  transform: scale(1.05);
}

.imageSize {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 15px;
}

/* Scale image on hover */
.imageContainer:hover .imageSize {
  transform: scale(1.15);
}

/* Text content styling */
.textContent {
  color: #093d62;
}

.imageText {
  font-size: 32px;
  font-weight: 500;
  margin-top: -40px;
  text-align: left;
  padding-left: 10px;
  font-family: "Shanti", sans-serif;
  color: #fff;
  opacity: 0.9;
}

.imageSubtext {
  font-size: 16px;
  margin: 20px 0px 0px;
  text-align: left;
  font-family: "Tiro Tamil", sans-serif;
  color: #093d62;
  line-height: 24px;
}

.containerParagraph {
  font-size: 11px;
  margin-top: 2px;
  text-align: left;
  color: #093d62;
}
@media (max-width: 600px) {
  .grid_container {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .grid_container {
    padding: 20px;
  }
  .grid_container h1 {
    font-size: 30px;
    padding: 0;
    margin-bottom: 0;
  }
  .grid_container p {
    font-size: 11px;
    padding: 0;
  }
}

/*------------------------------------------ neon background ---------------------------------------------- */

.neonBackground {
  background: url("Image/neon-background-image.jpg") rgba(0, 0, 0, 0.3);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.neonContainer {
  background: #093d62d1;
  padding: 0;
}
.neonHeader {
  color: white;
  padding: 100px 0 0 70px;
  font-weight: lighter;
  font-size: 45px;
  line-height: 60px;
  font-family: "Abhaya Libre Medium";
}
.neonParagraph {
  font-weight: 300;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0 180px 50px 70px;
}
.neonImage {
  padding: 20px 0 100px 70px;
  background: #093d62d1;
  width: 58.33%;
}
.neonImage img {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .neonContainer {
    background: #0f436991;
  }
  .neonHeader {
    padding: 50px 0 0 50px;
    font-size: 45px;
  }
  .neonParagraph {
    font-size: 16px;
    padding: 50px;
  }
  .neonImage {
    padding: 20px 0;
    background-color: #093d6291;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
  }
  .neonImage img {
    width: 27%;
  }
}
@media (max-width: 700px) {
  .neonHeader {
    padding: 35px;
    font-size: 25px;
    line-height: 40px;
  }
  .neonParagraph {
    font-size: 14px;
    padding: 0 20px 20px 35px;
  }
  .neonImage {
    gap: 0;
  }
}
@media (max-width: 450px) {
  .neonBackground {
    display: flex;
    flex-direction: column-reverse;
  }
  .neonImage {
    background-color: #093d62ed;
  }
  .neonHeader {
    padding: 24px;
    font-size: 20px;
    line-height: 30px;
  }
  .neonParagraph {
    font-size: 12px;
    padding: 24px;
    margin-bottom: 0;
  }
  .neonImage img {
    width: 30%;
  }
  .neonContainer {
    width: 100%;
  }
}

/* --- */
.containerPragraph {
  font-weight: 500;
  font-size: 12px;
  color: #093d62b2;
  font-family: "Shanti", serif;
}
.topHotel {
  background: #093d62;
  display: inline;
  color: white;
  font-size: 12px;
  padding: 4px;
  font-weight: 400;
  margin-right: 16px;
}
.spanText {
  font-size: 16px;
  font-weight: 500;
  color: #093d62;
}

/* ---------------- Why Choose Us -----------------  */
.chooseContainer {
  background: #0a3c64;
  width: 100%;
  padding: 0;
}
.whyUs_image {
  display: flex;
  flex-direction: column;
}
.image_divider1 {
  display: flex;
  width: 100%;
}
.image_divider2 {
  width: 100%;
}
.headerImage-1 {
  background: #0a3c64;
  font-weight: 500;
  font-size: 55px;
  line-height: 70px;
  font-family: "Abhaya Libre Medium";
  border: 1px solid #0a3c64;
  background-color: #dbe9f2;
  width: 50%;
  padding: 20px 0px 20px 30px;
}
.headerImage-2 {
  height: 75%;
  width: 340px;
}
.headerImage-3 {
  height: 40%;
}
.headerImage-4 {
  height: 45%;
}
.loremContainer {
  padding: 120px 50px 0 90px;
  margin: 0;
}
.loremText {
  color: #dbe8f2;
  font-size: 17px;
  font-weight: 100;
  font-family: sans-serif;
  margin-top: 40px;
}
.text_icon {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

@media (max-width: 1069px) {
  .loremContainer {
    flex-direction: column;
  }
  .whyUs_image {
    width: 100%;
  }
  .loremText_icon {
    display: flex;
  }
  .text_icon {
    width: 50%;
  }
}
@media (max-width: 930px) {
  .loremContainer {
    padding: 50px;
  }
  .headerImage-2 {
    height: 75%;
    width: 50%;
  }
  .image_divider2 {
    display: flex;
  }
  .headerImage-3 {
    width: 40%;
    padding: 0;
  }
  .headerImage-4 {
    width: 60%;
  }
}
@media (max-width: 575px) {
  .loremContainer {
    padding: 20px;
  }
  .image_divider1 {
    gap: 10px;
  }
  .headerImage-1 {
    font-size: 40px;
    line-height: 45px;
  }
  .headerImage-2 {
    height: 150px;
    width: 50%;
  }
}
@media (max-width: 400px) {
  .loremContainer {
    padding: 10px;
  }
  .whyUs_image {
    padding: 0;
  }
  .headerImage-1 {
    font-size: 30px;
    line-height: 36px;
    padding: 10px;
  }
  .headerImage-2 {
    height: 120px;
    width: 50%;
  }
  .bi-check-circle-fill::before {
    vertical-align: -10px;
  }
  .loremText p {
    font-size: 14px;
  }
}

/* ----USP Section --  */
.uspBorder {
  border: 2px solid #093d62;
}

.uspHeader {
  font-family: "Tiro Tamil";
  font-size: 50px;
  font-weight: 400;
}

.uspReadMore {
  background: #0862a3;
  color: white;
  padding: 8px 25px;
  border-radius: 10px;
  border: none;
  font-family: "Tiro Tamil";
  font-size: 16px;
}

.uspH4Header {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #0a3c64;
}
.uspParagraph {
  padding: 20px;
  color: #093d62;
  font-size: 17px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .uspHeader {
    font-size: 30px;
  }
  .uspH4Header {
    font-size: 20px;
    line-height: 24px;
  }
  .uspParagraph {
    padding: 16px;
    font-size: 14px;
  }
}

/*--------------------worldmap_section---------------------  */
.statistics-section {
  display: flex;
  flex-wrap: wrap;
  padding: 50px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  background-color: #093d62;
  margin-top: 30px;
}

.left-section {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.stat-box {
  width: 45%;
  display: flex;
  align-items: start;
}

.stat-number {
  font-size: 36px;
  margin-right: 15px;
  font-weight: bold;
  color: #5bb3f2;
  font-family: "poppins";
}

.stat-text {
  font-size: 16px;
  color: #5bb3f2;
  font-family: "poppins";
}

.right-section {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-image {
  max-width: 100%;
  height: auto;
  opacity: 0.9;
}

/*------------------ Responsive adjustments------------ */
@media (max-width: 768px) {
  .statistics-section {
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px;
  }

  .left-section,
  .right-section {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .stat-box {
    width: 100%;
    justify-content: center;
  }

  .stat-text {
    text-align: start;
  }
}

/* -------Rating Section-------  */

.ratingColor i {
  color: rgb(255, 191, 0);
}
.ratingParagraph {
  padding: 10px 40px;
  font-weight: 700;
  color: #093d62;
}

@media (max-width: 650px) {
  .rating {
    padding: 10px;
  }
  .rating img {
    width: 200px;
  }
  .ratingParagraph {
    padding: 10px;
  }
}
@media (max-width: 380px) {
  .rating img {
    width: 100px;
  }
}

/* --footer-- */

.footerContainer {
  background: #093d62;
  width: 100%;
  height: auto;
}
.footerRow {
  padding: 60px 60px 60px 100px;
  color: white;
}
.footerRow p,
a {
  font-weight: 350;
}

.footerRow div h5 {
  font-size: 20px;
  font-family: "Tiro Tamil";
}
.footerCol1 h6 {
  font-size: 14px;
  color: #00f0ff;
  font-weight: 400;
  margin-top: 30px;
}
.footerCol1 p {
  font-size: 14px;
  margin-bottom: 0px;
}
.footerCol2 ul {
  line-height: 35px;
}
.footerCol2 a {
  text-decoration: none;
  color: white;
}

.footerCol3 input {
  width: 100%;
  background-color: #1f4d6e;
  border: 1px solid rgba(255, 255, 255, 0.51);
  padding: 5px 16px;
  font-size: 13px;
  font-weight: 400;
}
.customPlaceholder::placeholder {
  color: rgb(189, 184, 184);
}

.footerCol3 a {
  color: white;
  font-size: 20px;
  padding-right: 16px;
}

.footerEnd {
  width: 100%;
  background: #042f51;
  padding: 15px 0;
}
.thickLine {
  height: 2.5px;
  margin: 0px;
  background: rgb(255, 255, 255);
  opacity: 0.6;
}
.footerEnd div {
  font-weight: 350;
  font-size: 14px;
}
/* Responsive Styles */
@media (max-width: 992px) {
  .footerRow {
    padding: 40px;
  }
  .footerCol1,
  .footerCol2,
  .footerCol3 {
    margin-bottom: 30px;
  }
  .footerEnd {
    text-align: center;
  }
  .footerEnd .col {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .footerRow {
    padding: 20px;
  }
  .footerEnd .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .footerRow div h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .footerCol2 a {
    font-size: 13px;
  }
  .footerCol2 ul {
    line-height: 25px;
    margin-top: 10px !important;
  }
}

/* -------------------------------------------------------------- About Page ----------------------- -----------------------------------------*/

.about_section {
  background: linear-gradient(rgba(9, 61, 98, 0.369), rgba(9, 61, 98, 0.369)),
    url("Image/aboutpage.png") center/cover no-repeat;
}
.about_sectionContainer {
  margin: auto;
  padding-top: 200px;
  padding-bottom: 50px;
  color: white;
  margin-top: -70px;
  width: 75%;
}
.about_sectionContainer h4 {
  font-size: 36px;
  font-weight: 400;
}
.about-square-box {
  position: absolute;
  left: 8%;
  top: 42%;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  max-width: 240px;
  max-height: 240px;
  border: 8px solid #ffffffbf;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about_section2 {
  color: white;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.about_section2 p {
  font-size: 22px;
  margin: 40px 0;
}
.about_section2 button {
  background: #0862a3;
  color: white;
  border: none;
  font-family: "Tiro Tamil", serif;
  font-size: 19px;
  border-radius: 10px;
  padding: 15px 35px;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 30px;
}
.about_section2 button:hover {
  background-color: #007bff;
}

@media (max-width: 800px) {
  .about_sectionContainer {
    width: 80%;
  }
  .about_sectionContainer h4 {
    font-size: 30px;
  }
  .about-square-box {
    left: 5%;
  }
  .about_section2 {
    width: 80%;
  }
  .about_section2 p {
    font-size: 18px;
  }
}
@media (max-width: 625px) {
  .about_sectionContainer h4 {
    font-size: 24px;
  }
  .about-square-box {
    left: 5%;
    width: 150px;
  }
  .about_section2 {
    width: 95%;
  }
  .about_section2 p {
    font-size: 16px;
  }
  .about_section2 button {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 25px;
  }
}
@media (max-width: 395px) {
  .about_sectionContainer h4 {
    font-size: 20px;
  }
  .about_sectionContainer {
    width: 90%;
  }
  .about-square-box {
    left: 1%;
    top: 41%;
    width: 130px;
  }
  .about_section2 p {
    font-size: 15px;
  }
  .about_section2 button {
    font-size: 16px;
    border-radius: 10px;
    padding: 10px 25px;
  }
}

/* ----------------------- why us section ------------------- */

.why_us_section {
  width: 100%;
  margin: 50px auto;
  padding: 40px;
}
.insidewh {
  padding: 0 20px;
  margin: 0 auto;
  align-items: center;
}
.why_us_section h1 {
  font-size: 55px;
  padding-top: 5px;
}
.insideWhyUsBg {
  height: fit-content;
  width: fit-content;
  background-color: #093d62e8;
  margin-left: -4rem;
  box-shadow: 10px 10px 5px rgb(136, 163, 163);
}
.insideWhyUsBg h2 {
  font-family: "Poppins", sans-serif;
  padding: 55px 85px 30px 45px;
  line-height: 50px;
  font-size: 32px;
}
.insideWhyUsBg p {
  padding: 0px 90px 0px 60px;
}
.outerWhyUsBg {
  width: 60rem;
  height: 28rem;
  background-color: #0ca5af70;
  z-index: -1;
  margin-left: -36rem;
  box-shadow: 10px 10px 10px rgb(171, 167, 167);
}

.whyUs_last {
  display: flex;
  align-items: center;
  color: white;
}
@media (max-width: 810px) {
  .insideWhyUsBg h2 {
    padding: 25px;
    line-height: 40px;
  }
  .insideWhyUsBg p {
    padding: 25px;
  }
  .outerWhyUsBg {
    display: none;
  }
}
@media (max-width: 600px) {
  .why_us_section {
    width: 95%;
    padding: 10px;
  }
  .insidewh {
    padding-left: 10px;
  }
  .about_first img {
    width: 120px;
    height: 160px;
  }
  .about_second img {
    width: 120px;
    height: 160px;
  }
  .about_third img {
    width: 150px;
    height: 340px;
  }
  .insideWhyUsBg h2 {
    padding: 25px;
    padding-bottom: 0;
    line-height: 30px;
    font-size: 24px;
  }
  .insideWhyUsBg p {
    padding: 20px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .why_us_section {
    width: 100%;
    margin: 10px auto;
  }
  .why_us_section h1 {
    font-size: 40px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .insidewh {
    padding: 10px;
  }
  .about_first img {
    width: 90px;
    height: auto;
  }
  .about_second img {
    width: 90px;
    height: auto;
  }
  .about_third img {
    width: 120px;
    height: auto;
  }
  .insideWhyUsBg h2 {
    padding: 10px;
    padding-bottom: 0;
    line-height: 20px;
    font-size: 15px;
  }
  .insideWhyUsBg p {
    padding: 10px;
    font-size: 10px;
  }
  .insideWhyUsBg {
    height: fit-content;
    margin-left: -10px;
  }
}
/* --------Stats Section------------ */

.statsSection {
  padding: 50px 0;
}
.statsItem {
  text-align: center;
  padding: 0px;
}
.statsItem h2 {
  color: #183c56;
  margin-bottom: 10px;
  font-size: 54px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.statsItem p {
  font-size: 24px;
  font-weight: 500;
  color: #042f51;
  margin-top: 10px;
  font-family: "Abhaya Libre Medium", serif;
}
.lineBetween {
  height: 1px;
  background-color: black;
}
/* Adding vertical borders */
.border-middle {
  border-left: 2px solid #1a3e5e;
  border-right: 2px solid #1a3e5e;
}

@media (max-width: 400px) {
  .statsSection {
    padding: 10px;
  }
  .statsItem h2 {
    font-size: 30px;
  }
  .statsItem p {
    font-size: 24px;
  }
}
/* <!-------------------------- services ---------------------------- --> */
/* (1123) */
.many_services {
  background: url("Image/many_service.png") no-repeat center center;
  background-size: cover;
  position: relative;
}
.many_services::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgb(0 58 91 / 39%);
  filter: brightness(2);
  z-index: 0;
}
.services {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.services h1 {
  font-size: 55px;
  font-family: "Abhaya Libre Medium", serif;
  color: white;
  margin: 0 auto;
}
.box img {
  height: 75px;
  width: 75px;
}
.diagonal-wrapper {
  position: relative;
  height: 550px; /* adjust as needed */
  margin-top: 40px;
}

.box {
  position: absolute;
  width: 355px;
  height: 200px;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(19, 14, 14, 0.1);
  z-index: 1;
}

.box1 {
  background-color: #ffffff;
  top: 20px;
  left: 24px;
}

.box2 {
  background-color: #0ca5af;
  color: #ffffff;
  top: 170px;
  left: 37%;
}

.box3 {
  background-color: #ffffff;
  top: 300px;
  right: 0;
}
.icon_circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 5px solid #0a4167;
  border-radius: 50%;
  background-color: transparent;
  color: #0a4167;
  font-size: 30px;
}
.icon_circle i {
  font-size: 40px;
}
.box h4 {
  font-size: 24px;
  font-weight: 600;
  padding-left: 5px;
  color: #042f51;
  font-family: "Poppins", sans-serif;
}
.box p {
  font-size: 14px;
  margin-top: 20px;
  padding-left: 5px;
  color: #093d62;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 1130px) {
  .box2 {
    transform: none;
  }
  .box3 {
    transform: none;
  }
}
@media (max-width: 992px) {
  .services {
    padding: 20px;
  }
  .services h1 {
    font-size: 45px;
    line-height: 50px;
    padding: 0;
  }
  .box {
    width: 300px;
    height: 200px;
  }
  .box1 {
    top: 20px;
    left: 0px;
  }
  .box2 {
    top: 280px;
    left: 30%;
  }
  .box3 {
    top: 20px;
    right: 0;
  }
}
@media (max-width: 768px) {
  .services {
    padding: 20px;
  }
  .services h1 {
    font-size: 45px;
    line-height: 50px;
    padding: 0;
  }
  .box {
    width: 250px;
    height: 200px;
  }
  .icon_circle {
    width: 40px;
    height: 40px;
  }
  .icon_circle i {
    font-size: 24px;
  }
  .box h4 {
    font-size: 20px;
  }
  .box p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .box1 {
    top: 20px;
    left: 0px;
  }
  .box2 {
    top: 280px;
    left: 30%;
  }
  .box3 {
    top: 20px;
    right: 0;
  }
}
@media (max-width: 576px) {
  .box {
    width: 200px;
    height: 180px;
    padding: 10px;
  }
  .box h4 {
    margin: 10px 0;
    font-size: 18px;
    padding-left: 0;
  }
  .box p {
    font-size: 12px;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .services {
    padding: 20px;
  }
  .services h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .diagonal-wrapper {
    width: 90%;
    margin: 10px auto;
  }
  .box {
    width: 100%;
    height: auto;
  }
  .icon_circle {
    width: 40px;
    height: 40px;
  }
  .icon_circle i {
    font-size: 24px;
  }
  .box h4 {
    margin: 10px 0;
    font-size: 18px;
    padding-left: 0;
  }
  .box p {
    font-size: 12px;
    padding-left: 0;
  }
  .box1 {
    top: 20px;
    left: 0px;
  }
  .box2 {
    top: 200px;
    left: 0;
  }
  .box3 {
    top: 380px;
    left: 0;
  }
}
/* Icon styling */

/* Title and description styling */

/*------------------------ our story -------------------------- */
.ourStory {
  margin-bottom: 20px;
}
.ourStory h1 {
  background: #093d62;
  padding: 45px 100px;
  color: white;
  margin: 0;
  font-size: 50px;
  font-family: "Abhaya Libre Medium", serif;
}
.ourStoryPara {
  padding: 30px 0px 20px 100px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.our_story_img img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .our_story {
    flex-direction: column;
  }
  .ourStoryPara {
    width: 100%;
  }
}
@media (max-width: 667px) {
  .ourStory h1 {
    padding: 10px 20px;
    font-size: 40px;
  }
  .ourStoryPara {
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 400px) {
  .ourStory h1 {
    font-size: 40px;
  }
  .ourStoryPara {
    font-size: 14px;
  }
  .our_story_img img {
    width: 100%;
    height: auto;
  }
}
/* --------------------------- testimonial ------------------------------ */
.testimonial h1 {
  font-size: 48px;
  font-family: "Tiro Tamil", serif;
  margin: 30px 0 90px 0;
}
.ratingBox {
  width: 300px;
  height: auto;
  margin: 70px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  background: #5bb3f224;
  box-shadow: 3px 3px 5px rgb(162, 156, 156);
  transition: height 0.3s ease-in-out;
}
.ratingBox img {
  width: 85px;
  height: 85px;
  position: relative;
  top: -45px;
}
.ratingBox h4 {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #042f51;
  margin-top: -40px;
  margin-bottom: 10px;
}
.ratingBox i {
  color: rgb(255, 183, 0);
  font-size: 20px;
  margin-bottom: 30px;
}
.ratingBox p {
  margin: 20px 0;
  padding: 10px;
}
/* Carousel arrow background */
.custom-arrow {
  background-color: #0ca5af;
  border-radius: 50%;
  padding: 20px;
}
/* Collapse paragraph with read more */
.testimonial-text {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
  overflow-y: auto;
}
.carousel-control-prev {
  left: 20%;
}
.carousel-control-next {
  right: 20%;
}
.testimonial-text.expanded {
  max-height: 1000px; /* large enough for full text */
}
.testimonial-text {
  font-size: 14px;
  line-height: 1.6;
}
.read-more-link {
  cursor: pointer;
  text-decoration: none;
}
.read-more-link {
  color: #0ca5af;
  cursor: pointer;
  font-weight: 500;
  margin-left: 5px;
  text-decoration: none;
}

.read-more-link:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .testimonial h1 {
    margin: 30px 0 50px 0;
  }
  .ratingBox {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .carousel-control-next {
    right: 10%;
  }
  .carousel-control-prev {
    left: 10%;
  }
}
@media (max-width: 768px) {
  .ratingBox {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .ratingBox {
    width: 70%;
    margin: 40px auto;
  }
  .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev {
    left: 0;
  }
  .custom-arrow {
    padding: 16px;
  }
  .testimonial h1 {
    font-size: 30px;
    margin: 30px auto;
  }
  .ratingBox h4 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: -24px;
  }
  .ratingBox img {
    width: 50px;
    height: 50px;
    top: -26px;
  }
  .ratingBox p {
    font-size: 12px;
  }
}
/* ------------------------------------------- Booking Page Section -------------------------------------- */
.bookingHeader {
  height: 200px;
  background-size: 120%;
}

/* ----Property Results Container------  */

.showResult {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  background: #dbe9f2;
  margin-top: -75px;
  padding: 80px 0 20px 0;
}

.resultProperty {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.resultProperty h2 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-family: "Tiro Tamil", serif;
}

.showResult ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.showResult li {
  margin: 0 30px; /* Adjust gap between items */
  font-family: "Tiro Telugu", serif;
  color: #042f51;
}

/* ---Filter Bar----  */
.filterBar {
  background: #041d2bbf;
}
.filterBar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  color: white;
  padding: 0;
}
.filterBar li {
  margin: 10px 40px;
  font-family: "Tiro Tamil", serif;
  font-weight: 100;
  font-size: 13px;
}
.filterBar li:hover {
  color: #10a0aa;
  cursor: pointer;
}

/*-------------------------------------- search result section ------------------------------ */

/*---- Left side ---- */
.section2Container {
  margin-top: -40px;
}
.filter_option {
  background: #dbe9f2;
  padding: 30px 0 20px 20px;
  border-radius: 10px;
  border: 1px solid rgb(206, 193, 193);
  margin: 40px 0 80px 0;
}
.filter_option h6 {
  color: #093d62;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.filter_option label {
  display: flex;
  font-family: "Poppins", serif;
  font-size: 16px;
  color: #093d62;
}
.left_text {
  margin-left: 5px;
}
.right_text {
  margin-left: auto;
  padding-right: 15px;
}

/* ------ Right side ---- */

.hotel_search h2 {
  font-size: 32px;
  font-family: "Tiro Tamil", serif;
  margin: 0;
}
.hotel_search p {
  font-size: 14px;
  font-family: "Tiro Telugu", serif;
  margin-top: -5px;
  margin-bottom: 0;
}
.hotel_search p span {
  color: #0ca5af;
}
.hotel_result {
  border: 1px solid rgb(197, 191, 191);
  border-radius: 15px;
  box-shadow: 0 3px 5px rgb(161, 156, 156);
  padding: 12px;
  width: 100%;
  gap: 16px;
}
.info_and_rating {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hotel_info {
  flex: 1;
}
.hotel_info h4 {
  font-size: 24px;
  font-family: "Shanti", serif;
  color: #0ca5af;
}
.star_rating {
  font-size: 13px;
  color: rgb(255, 166, 0);
}
.hotel_info :nth-child(3) {
  margin-top: 20px;
}
.hotel_info p {
  font-size: 12px;
  font-family: "Shanti", serif;
  color: #042f51;
  margin: 0;
  line-height: 15px;
}
.hotel_info h4 {
  margin: 0;
}
.hotel_info h5 {
  font-size: 12px;
  color: #ce651a;
  margin: 24px 0;
}
.hotel_info h6 {
  font-size: 11px;
  color: #04973f;
  margin-bottom: 0;
}

/* ---Left Side---  */
.rating_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hotel_rating {
  text-align: end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-shrink: 0;
}
.rating_info p,
.price_info p {
  margin-bottom: 0;
  font-size: 11px;
  color: #042f51;
  font-weight: bold;
  font-family: "Shanti", serif;
}
.rating_info h5 {
  color: #0ca5af;
  font-size: 15px;
  font-family: "Tiro Tamil", serif;
  margin-bottom: 0;
}
.rating_info h6 {
  background-color: #093d62;
  color: white;
  font-size: 11px;
  padding: 10px 8px;
}
.price_info {
  margin-top: 40px;
}
.price_info h3 {
  font-family: "Poppins", serif;
  color: #cd651a;
  font-weight: 600;
  margin-bottom: 0;
}
.price_info button {
  background: #0862a3;
  color: white;
  border: none;
  font-family: "Tiro Tamil", serif;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
}
.more_results {
  font-family: "Tiro Tamil", serif;
  padding: 12px 25px;
  float: right;
  background: #0862a3;
  color: white;
  font-size: 22px;
  border: none;
  border-radius: 10px;
  margin-bottom: 16px;
}

@media (max-width: 1166px) {
  .hotel_desc img {
    width: auto;
    height: auto;
  }
  .hotel_info h4 {
    font-size: 18px;
  }
  .hotel_info :nth-child(3) {
    margin-top: 7px;
  }
  .hotel_info h5 {
    margin: 16px 0;
  }
  .price_info {
    margin-top: 10px;
  }
  .price_info button {
    padding: 6px;
    font-size: 12px;
  }
  .price_info h3 {
    font-size: 20px;
  }
  .rating_info {
    flex-direction: column;
    align-items: end;
  }
  .filter_option {
    padding: 20px 0 20px 10px;
  }
  .right_text {
    padding-right: 10px;
  }
  .filter_option h6 {
    font-size: 13px;
  }
  .filter_option label {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .section2Container {
    margin-top: -105px;
  }
  .content_2 {
    width: 100%;
  }
  .hotel_info p {
    font-size: 11px;
  }
  .hotel_info h5 {
    margin: 10px 0;
    font-size: 11px;
  }
  .price_info {
    margin-top: 0px;
  }
  .price_info button {
    font-size: 10px;
    padding: 5px;
  }
  .hotel_result {
    padding: 8px;
  }
  .filter_option label {
    font-size: 10px;
  }
  .filter_option {
    padding: 20px 0 20px 5px;
  }
  .right_text {
    padding-right: 5px;
  }
  .filter_option h6 {
    font-size: 10px;
  }
}
@media (max-width: 844px) {
  .content_1 {
    display: none;
  }
  .showResult {
    display: none;
  }
  .filterBar {
    display: none;
  }
  .section2Container.formSection {
    margin-top: -32vh;
  }
}
@media (max-width: 576px) {
  .section2Container .formSection {
    width: 90%;
    margin: auto;
  }
  .hotel_desc img {
    width: 200px;
    height: 200px;
  }
  .content_2 {
    width: 100%;
  }
  .info_and_rating {
    flex-direction: column;
  }
  .hotel_rating {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    text-align: center;
  }
  .rating_info {
    flex-direction: column-reverse;
    align-items: center;
  }
  .hotel_info h4 {
    font-size: 15px;
  }
  .star_rating {
    font-size: 9px;
  }
  .hotel_info p {
    font-size: 9px;
  }
  .hotel_result {
    gap: 8px;
  }
  .hotel_info h5 {
    font-size: 9px;
  }
  .hotel_info h6 {
    font-size: 9px;
  }
  .rating_info h6 {
    padding: 4px;
  }
  .rating_info h5 {
    font-size: 12px;
  }
  .rating_info p,
  .price_info p {
    font-size: 9px;
  }
  .price_info h3 {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .section2Container .formSection {
    width: 100%;
    margin: auto;
  }
  .hotel_desc img {
    width: 140px;
    height: 146px;
  }
  .hotel_info h4 {
    font-size: 13px;
  }
  .star_rating {
    font-size: 7px;
  }
  .hotel_info p {
    font-size: 7px;
    line-height: 10px;
  }
  .hotel_info :nth-child(3) {
    margin: 0;
  }
  .hotel_result {
    gap: 8px;
  }
  .hotel_info h5 {
    font-size: 8px;
    margin: 2px 0;
  }
  .hotel_info h6 {
    font-size: 8px;
  }
  .rating_info h6 {
    padding: 4px;
    font-size: 8px;
    margin: 0;
  }
  .rating_info h5 {
    font-size: 10px;
  }
  .rating_info p,
  .price_info p {
    font-size: 7px;
  }
  .price_info h3 {
    font-size: 10px;
  }
  .price_info button {
    font-size: 8px;
    padding: 2px 10px;
  }
  .hotel_info span i {
    margin-top: -10px;
  }
}
/* ----------------------------------------Booking Page 2---------------------------------  */
.side_1 {
  margin-right: 16px;
}
.detail_desc {
  background: #dbe9f2;
  border-radius: 10px;
  border: 1px solid rgb(206, 193, 193);
  padding: 20px 10px 20px 30px;
}
.detail_desc h4 {
  color: #0ca5af;
  font-family: "Tiro Tamil", serif;
}
.detail_desc h6 {
  margin: 10px 0px 20px 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.detail_desc ul {
  padding: 0;
  margin-left: 16px;
  font-size: 14px;
}
.check_reviews {
  background: #dbe9f2;
  border-radius: 10px;
  border: 1px solid rgb(206, 193, 193);
  padding: 30px;
  margin-bottom: 50px;
}
.check_reviews h4 {
  color: #0ca5af;
  font-size: 26px;
  font-family: "Tiro Tamil", serif;
}
.detail_rating_info h6 {
  background-color: #093d62;
  color: white;
  font-size: 11px;
  padding: 10px 8px;
}
.detail_rating_info h5 {
  color: #0ca5af;
  font-size: 15px;
  font-family: "Tiro Tamil", serif;
  margin-bottom: 0;
}
.detail_rating_info p,
.detail_price_info p {
  margin-bottom: 0;
  font-size: 11px;
  color: #042f51;
  font-family: "Shanti", serif;
}
.detail_rating_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_price_info {
  margin-top: 40px;
}
.detail_price_info h3 {
  font-family: "Poppins", serif;
  color: #cd651a;
  font-weight: 600;
  margin-bottom: 0;
}
.detail_price_info button {
  background: #0862a3;
  color: white;
  border: none;
  font-family: "Tiro Tamil", serif;
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 20px;
}
.check_reviews .detail_rating_info {
  justify-content: flex-start;
}
.inside_rating {
  margin-left: 20px;
}
.inside_rating p {
  font-size: 14px;
}
.check_reviews h3 {
  font-size: 21px;
}
.check_reviews button {
  font-family: "Shanti", sans-serif;
  font-size: 20px;
  padding: 12px 30px;
  background: #0862a3;
  color: white;
  border: none;
  border-radius: 5px;
}
.hr_line {
  border: 1px solid rgb(140, 139, 139);
  margin: 24px 0;
}
.hotel_search h1 {
  color: #0ca5af;
  font-family: "Shanti", sans-serif;
  margin: 10px 0 5px -2px;
  font-size: 40px;
}

/* --------  */

.hotel_inner_container {
  margin-top: 28px;
}
.hotel_img_container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  gap: 10px;
}
.first_image {
  flex: 1 1 65%;
  position: relative;
}
.first_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.rightside_images {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.top_image {
  flex: 1;
}
.top_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.bottom_image {
  gap: 10px;
  flex: 1;
  position: relative;
}
.text_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 0 15px 0 0;
  color: white;
  font-size: 1.3rem;
  font-weight: 100;
  font-family: "Tiro Tamil", serif;
  border-radius: 10px;
}
.bottom_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.paras {
  font-family: "Tiro Tamil", serif;
  font-size: 15px;
}
.facilities h3 {
  color: #0ca5af;
  font-size: 24px;
  font-family: "Tiro Tamil", serif;
}
.more_facilities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.more_facilities i {
  color: #355167;
  font-size: 25px;
  margin-bottom: 5px;
}
.more_facilities h6 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.more_facilities div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.amenities {
  color: #0ca5af;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

@media (max-width: 1265px) {
  .check_reviews {
    padding: 16px;
  }
  .check_reviews h4 {
    font-size: 20px;
  }
  .detail_rating_info h6 {
    font-size: 9px;
  }
  .inside_rating p,
  .detail_price_info p {
    font-size: 12px;
  }
  .detail_price_info button {
    font-size: 14px;
    padding: 8px 12px;
  }
  .detail_price_info h3 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .text_overlay p {
    font-size: 15px;
  }
  .more_facilities i {
    font-size: 20px;
  }
  .more_facilities h6,
  .more_facilities h5 {
    font-size: 10px;
  }
  .main_content {
    flex-direction: column-reverse;
  }
  .side_1 {
    width: 97%;
    margin: 0;
  }
  .detail_desc {
    margin-left: 10px;
  }
  .side_1 img,
  .check_reviews,
  .detail_desc h6,
  .check_filter {
    display: none;
  }
  .desc_points {
    display: flex;
    justify-content: space-around;
  }
  .side_2 {
    width: 97%;
  }
  .detail_desc h4 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .first_image {
    flex: 1 1 60%;
  }
  .hotel_search h1 {
    font-size: 30px;
  }
  .hotel_search p {
    font-size: 13px;
  }
  .paras p {
    font-size: 13px;
  }
  .facilities h3 {
    font-size: 20px;
  }
  .more_facilities i {
    font-size: 16px;
  }
  .more_facilities h6,
  .more_facilities h5 {
    font-size: 12px;
  }
  .detail_desc {
    padding: 10px;
  }
  .detail_desc li {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .text_overlay p {
    font-size: 11px;
  }
  .hotel_search h2,
  .hotel_search h1 {
    font-size: 24px;
  }
  .hotel_search p {
    font-size: 10px;
  }
  .paras p {
    font-size: 11px;
  }
  .more_facilities i {
    font-size: 16px;
    margin-bottom: 0;
  }
  .more_facilities h6,
  .more_facilities h5 {
    font-size: 6px;
  }
  .detail_desc {
    padding: 5px;
  }
  .detail_desc h4 {
    font-size: 14px;
  }
  .detail_desc li {
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .detail_desc li {
    font-size: 7px;
  }
}

/* ------------check Availability Section--------------  */
.check_availability {
  color: #0ca5af;
  font-size: 26px;
  font-family: "Tiro Tamil", serif;
}
.check_availability h4 {
  margin-bottom: 16px;
}
.update_search_sect {
  display: flex;
  background-color: #041d2bbf;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 100px;
  width: 100%;
  flex-wrap: wrap;
}
.update_search_sect label {
  color: white;
  margin: 15px 0 10px 18px;
  font-family: "Tiro Tamil", serif;
}
.update_search_sect input {
  background-color: #042f51;
  border-radius: 10px;
  border: 1px solid rgb(181, 181, 181);
  margin: 0 0 20px 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  padding: 10px 10px 10px 35px;
  color: white;
}
.update_search:nth-child(3) input {
  width: 90%;
}
.update_search:nth-child(4) input {
  width: 90%;
  margin: 0 0 20px 0;
}
.update_search {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.update_search:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
.update_search button {
  background-color: #0862a3;
  color: white;
  border: none;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.update_search input[type="date"]:focus {
  appearance: none;
}
.inputImageSize2::placeholder {
  color: white;
  padding-left: 5px;
  font-size: 10px;
  font-family: "Tiro Tamil";
  font-weight: 300;
}

/* Top Recomended Section  */
.top_recomended {
  font-family: "Shanti", sans-serif;
}
.top_recomended h1 {
  font-size: 40px;
}
.prem {
  color: #0ca5af;
}
.rec {
  font-size: 16px;
  color: orange;
  padding: 5px 10px;
  background-color: transparent;
  border: 0.5px solid orange;
  border-radius: 10px;
}
.top_recomended h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.top_recomended a {
  color: black;
}

/* <!-- -----------------------------------------------Premium Room Section------------------------------------------------------------------------------- --> */
.premium_room {
  margin-bottom: 70px;
}
/* Grid container */
.hotel_image_container {
  display: grid;
  grid-template-columns: 2fr 1fr; /* Left section (2fr) and right section (1fr) */
  gap: 30px;
  padding: 0;
}

/* Left section (images) */
.left_section {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two columns for images */
  gap: 15px;
}

.left_section img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.in_left_sect {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Right section (room details) */
/* .right_section {
  display: flex;
  flex-direction: column;
  gap: 10px;
} */

/* Room details styling */
.room_details {
  background: #dbe9f2;
  border-radius: 10px;
  border: 1px solid rgb(206, 193, 193);
  padding: 8px 20px;
}

.room_details h4 {
  color: #0ca5af;
  font-size: 19px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.room_details ul {
  padding-left: 15px;
  margin-bottom: 5px;
}

.room_details li {
  font-size: 15px;
}

.room_details li::marker {
  font-size: 10px;
}

.room_details p {
  font-weight: 400;
  font-size: 11px;
  margin: 0;
}

.room_details h3 {
  color: #cd651a;
  margin: 0;
}

.details_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.room_details button {
  font-family: "Shanti", sans-serif;
  font-size: 20px;
  padding: 12px 30px;
  background: #0862a3;
  color: white;
  border: none;
  border-radius: 5px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .hotel_image_container {
    grid-template-columns: 1fr;
  }
  .left_section {
    grid-template-columns: 1fr;
  }
  .premium_room {
    max-width: 750px;
  }
}
@media (max-width: 992px) {
  .hotel_image_container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .left_section {
    grid-column: 1 / span 2;
  }
  .right_section {
    display: flex;
    gap: 15px;
  }
  .premium_room {
    max-width: 980px;
  }
  .premium_room .top_recomended {
    margin-left: 10px;
  }
}

/* <!-- ------------------------------------------------------------------------------------------------------------------------------ --> */

/* Property Rules Container  */
.property_rules {
  font-family: "Poppins", sans-serif;
  background-color: #dbe9f2;
  border-radius: 10px;
  border: 1px solid rgb(206, 193, 193);
  padding: 30px 40px;
}
.property_rules h3 {
  font-family: "Tiro Tamil", serif;
  color: #0ca5af;
  font-size: 28px;
  margin-bottom: 0;
}
.property_rules h6 {
  font-size: 16px;
  margin: 0 10px;
}
.property_rules ul {
  padding-left: 30px;
  margin-bottom: 20px;
}
.property_rules li {
  font-size: 15px;
}
.property_rules li::marker {
  font-size: 10px;
}
.property_rules a {
  text-decoration: none;
  color: #0ca5af;
  margin-left: 18px;
}
@media (max-width: 992px) {
  .rules {
    padding: 40px;
    max-width: 97%;
  }
}
@media (max-width: 768px) {
  .property_rules {
    padding: 15px;
  }
  .property_rules h3 {
    font-size: 15px;
  }
  .property_rules h6 {
    font-size: 12px;
    margin: 0 2px;
  }
  .property_rules li {
    font-size: 12px;
  }
  .property_rules a {
    font-size: 13px;
  }
  .property_rules ul {
    padding-left: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .property_rules {
    padding: 8px;
  }
  .property_rules h3 {
    font-size: 14px;
  }
  .property_rules h6 {
    font-size: 9px;
    margin: 0 2px;
  }
  .property_rules li {
    font-size: 10px;
  }
  .property_rules a {
    font-size: 11px;
  }
  .property_rules ul {
    padding-left: 20px;
    margin-bottom: 0;
  }
}

/* ----------------------------User Reviews Section--------------------------  */
/* Right Side  */
.user_rating h4 {
  color: #0ca5af;
}
.user_review {
  background-color: #dbe9f2;
  border-radius: 10px;
  padding: 20px 10px;
  border: 1px solid rgb(206, 193, 193);
  margin-right: 30px;
}
.user_review p {
  background-color: #093d62;
  padding: 12px 15px;
  color: white;
  border: 1px solid black;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 10px;
}
.user_review h5 {
  color: #0ca5af;
  font-size: 24px;
  font-weight: 400;
}
.user_review h6 {
  color: #093d62;
  font-size: 13px;
  font-family: "Tiro Tamil", serif;
}
.rating_review .top_recomended {
  margin-top: 50px;
}
.progress_bar {
  font-family: "Tiro Tamil", serif;
  font-size: 14px;
}
.progress_bar div {
  margin-bottom: 10px;
}
.progress_bar div :nth-child(3) {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.progress_bar progress {
  margin: 0 5px;
  width: 60%;
  height: 10px;
}
.colored {
  accent-color: #093d62;
}
.rating_bar {
  display: flex;
  flex-direction: column; /* Arrange rows vertically */
  gap: 5px; /* Space between rows */
}
.rating_row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rating_row label:first-of-type {
  flex: 3; /* First label takes two column */
  text-align: left; /* Align text to the left */
  font-family: "Tiro Tamil", serif;
}
.rating_row progress {
  flex: 8; /* Progress bar takes more space */
  width: 100%;
  height: 18px; /* Adjust to fill available space */
}
.rating_row label:last-of-type {
  flex: 1; /* Second label takes one column */
  text-align: center;
  font-family: "Poppins", sans-serif;
}
.review_btn {
  color: #ffac0a;
  border: 1px solid #ffac0a;
  background-color: #dbe9f2;
  padding: 5px 48px;
  border-radius: 10px;
  margin: 20px auto;
}

/* right side  */
.user_rating {
  font-family: "Tiro Tamil", serif;
}
.image_review {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  position: relative;
}
.image_review img {
  border-radius: 10px;
  flex: 1 1 auto;
  max-width: calc((100% - 40px) / 5);
  height: 110px;
  object-fit: cover;
  border-radius: 5px;
}
.image_review .text_overlay {
  width: 19%;
  float: right;
  margin-left: 81%;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.3);
  font-size: 16px;
  padding: 12px;
}
.review_dropdown {
  float: right;
}
.name_detail {
  margin-left: 16px;
}
.review_dropdown select {
  background-color: #d9d9d9;
}
.review_text {
  margin-top: 48px;
}
.review_text h5 {
  color: #0ca5af;
  font-size: 20px;
  margin-bottom: 10px;
}
.review_text h6 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 24px;
}
.circle_responsive {
  width: 50px; /* Responsive width */
  height: 50px;
  background-color: #8e44ad;
  border-radius: 50%;
}
.like_dislike i {
  font-size: 20px;
}
.review_star i {
  font-size: 14px;
}
.color1 {
  color: #ffac0a;
}
.color2 {
  color: #ffdb93;
}
.user_detail i span {
  margin-right: 16px;
  font-size: 12px;
}
.user_detail h5 {
  font-size: 20px;
  color: #0ca5af;
}
.user_detail h6 {
  font-size: 12px;
}
.text_review h6 {
  font-size: 16px;
  line-height: 24px;
}
.text_review h6:first-of-type {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .rules {
    padding: 40px;
    max-width: 95%;
  }
  .user_review {
    display: none;
  }
  .user_rating {
    width: 100%;
    padding-left: 20px;
  }
  .rating_review div:first-of-type {
    max-width: 100%;
  }
  .rating_review .top_recomended {
    margin-left: 10px;
  }
  .rating_review .top_recomended h1 {
    font-size: 30px;
  }
  .rating_review .top_recomended h4 {
    font-size: 15px;
  }
  .image_review img:nth-child(4) {
    /* display: none; */
  }
  .image_review img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .image_review img {
    height: 125px;
  }
}
@media (max-width: 576px) {
  .image_review img {
    height: 100px;
  }
  .image_review .text_overlay p {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .rating_review .top_recomended {
    display: none;
  }
  .image_review {
    gap: 5px;
  }
  .image_review img:nth-child(4) {
    display: none;
  }
  .image_review img {
    max-width: calc((100% + 50px) / 5);
    height: 70px;
  }
  .image_review .text_overlay {
    font-size: 11px;
    width: 23%;
    margin-left: 73%;
    display: inline-block;
  }
  .image_review .text_overlay p {
    font-size: 11px;
  }
  .review_dropdown select {
    font-size: 12px;
  }
  .review_text h5 {
    font-size: 18px;
  }
  .review_text h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .user_detail h5 {
    font-size: 14px;
    margin-bottom: 0;
  }
  .user_detail h6 {
    font-size: 8px;
    margin-bottom: 0;
  }
  .circle_responsive {
    width: 30px;
    height: 30px;
  }
  .name_detail {
    margin-left: 5px;
  }
  .review_star i {
    font-size: 10px;
  }
  .like_dislike i {
    font-size: 14px;
  }
  .like_dislike span {
    font-size: 12px;
  }
  .text_review h6 {
    font-size: 12px;
    line-height: 18px;
  }
  .rating_review .more_results {
    font-size: 12px;
    padding: 5px 15px;
    margin-right: 20px;
  }
  /* -------- */
  .premium_room {
    display: none;
  }
  /* ----------- */
}

/* -------------------- grid Container ------------------- */

/*------------------- Your Details Page -------------------- */
.current_stage {
  background-color: #dbe9f2;
}
.current_stage .hr_line {
  width: 28%;
}
.current_stage i {
  font-size: 25px;
  color: #0862a3;
  margin-bottom: 16px;
}
.current_stage i:last-of-type {
  color: #093d62;
}
.current_stage h4 {
  margin: 40px 0 40px 10px;
  font-size: 19px;
  font-family: "Tiro Tamil", serif;
}
.current_stage .hr_line {
  margin: 0 10px;
  border: 1px solid #042b40;
}

@media (max-width: 1040px) {
  .current_stage h4 {
    font-size: 16px;
    margin: 40px 0 40px 5px;
  }
  .current_stage i {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .current_stage .hr_line {
    width: 20%;
  }
}
@media (max-width: 865px) {
  .current_stage h4 {
    font-size: 14px;
    margin: 30px 0 30px 3px;
  }
  .current_stage i {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 560px) {
  .current_stage h4 {
    font-size: 13px;
    margin: 25px 0 25px 2px;
  }
  .current_stage i {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .current_stage .hr_line {
    width: 15%;
  }
}
@media (max-width: 440px) {
  .current_stage h4 {
    font-size: 11px;
    margin: 20px 0 20px 2px;
  }
  .current_stage i {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .current_stage .hr_line {
    width: 13%;
    margin: 0 3px;
  }
}

/* ----------------- Your Details Section ------------------ */
.details_section {
  margin: 0;
  margin-top: 36px;
  gap: 30px;
}

/* ----------left Section --------- */

.booking_detail {
  font-family: "Poppins", sans-serif;
  padding: 0;
}
.hotel_booking_detail {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.hotel_booking_detail h5 {
  font-size: 16px;
  margin-bottom: 16px;
}
.hotel_booking_detail h3 {
  font-size: 26px;
  font-family: "Tiro Tamil", serif;
}
.hotel_booking_detail h4 {
  font-size: 19px;
  font-family: "Tiro Tamil", serif;
  line-height: 30px;
  margin-bottom: 20px;
}
.hotel_booking_detail p {
  background-color: #0862a3;
  color: white;
  padding: 3px 5px;
  font-size: 16px;
  margin-right: 5px;
  font-weight: 500;
  margin-bottom: 20px;
}
.fa-solid {
  font-size: 16px;
  color: #042d42;
  line-height: 36px;
}
.fa-solid span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-left: 4px;
  margin-right: 20px;
  color: #042d42;
}
.your_booking_detail {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  padding: 20px;
}
.your_booking_detail h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.check_in_out {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.your_booking_detail h4 {
  font-size: 16px;
  font-family: "Tiro Tamil", serif;
  margin-top: 16px;
  margin-bottom: 5px;
}
.your_booking_detail h5 {
  font-size: 16px;
  font-weight: 600;
}
.check_in_out h4 {
  font-size: 16px;
  font-family: "Tiro Tamil", serif;
}
.check_in_out h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}
.selected {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}
.selected h5 {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0;
}
.selected p {
  font-size: 15px;
  font-weight: 600;
}
.selected a {
  text-decoration: none;
  font-weight: 600;
}
.your_selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.your_selection button {
  padding: 0;
}
.price_summary {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 30px;
}
.price_summary h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px;
}
.tax_fees {
  display: flex;
  justify-content: space-between;
  background-color: #0ca5af40;
  padding: 20px;
  align-items: center;
}
.tax_fees h3 {
  font-size: 20px;
  font-weight: 600;
}
.tax_fees h4 {
  font-size: 14px;
  margin-bottom: 0;
}
.tax_fees div:last-of-type {
  text-align: center;
}
.price_summary h6 {
  font-size: 15px;
  margin: 20px 20px 50px 60px;
}
.price_summary h6 span {
  float: right;
}
.payment_schedule {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}
.payment_schedule h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
.payment_schedule h6 {
  font-size: 15px;
  color: #308614;
  font-weight: 400;
}
.payment_schedule p {
  font-size: 15px;
  margin-bottom: 0;
}
.payment_schedule p span {
  float: right;
}
@media (max-width: 576px) {
  .hotel_booking_detail h5 {
    font-size: 14px;
  }
  .hotel_booking_detail h3 {
    font-size: 20px;
  }
  .hotel_booking_detail h4 {
    font-size: 16px;
  }
  .hotel_booking_detail p {
    font-size: 14px;
  }
  .fa-solid span {
    font-size: 13px;
  }
  /* ------- */
  .your_booking_detail h2 {
    font-size: 18px;
  }
  .check_in_out h4 {
    font-size: 13px;
  }
  .check_in_out h3 {
    font-size: 14px;
  }
  .your_booking_detail h4 {
    font-size: 15px;
  }
  .your_booking_detail h5 {
    font-size: 15px;
  }
  .selected h5 {
    font-size: 14px;
  }
  .selected p {
    font-size: 14px;
  }
  .selected a {
    font-size: 13px;
  }
  /* ------- */
  .price_summary h5 {
    font-size: 15px;
  }
  .tax_fees h3 {
    font-size: 15px;
  }
  .tax_fees h4 {
    font-size: 12px;
  }
  .price_summary h6 {
    font-size: 13px;
  }
  /* -----  */
  .payment_schedule h5 {
    font-size: 15px;
  }
  .payment_schedule h6 {
    font-size: 13px;
  }
  .payment_schedule p {
    font-size: 13px;
  }
}
/* -------Right Section ------ */

.your_detail {
  padding: 0;
  font-family: "Poppins", sans-serif;
}
.sign_text {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.sign_text h4 {
  font-size: 19px;
  line-height: 28px;
  font-family: "Tiro Tamil", serif;
  margin-bottom: 0;
}
.your_info {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.your_info h3 {
  font-size: 23px;
  font-weight: 600;
}
.your_info h1 {
  font-size: 28px;
  font-weight: 600;
  margin-left: 14px;
  margin-bottom: 20px;
}
.almost_done {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px 10px 20px 50px;
  background-color: #b2b2b242;
}
.almost_done h4 {
  font-size: 19px;
  margin-bottom: 0;
  font-family: "Tiro Tamil", serif;
}
.form_detail label {
  font-size: 18px;
  font-weight: 600;
}
.form_detail input,
.form_detail select {
  border: 2px solid black;
  height: 3.3rem;
  border-radius: 10px;
}
.your_info p {
  font-size: 14px;
  margin-top: 10px;
}
.good_to_know {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 20px;
}
.good_to_know div {
  display: flex;
  gap: 20px;
  align-items: center;
}
.good_to_know i {
  font-size: 30px;
  color: #308614;
  margin: 0;
}
.good_to_know span {
  font-size: 15px;
  font-weight: 500;
}
.standard_room {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 25px;
  padding: 20px;
}
.room_facility div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.room_facility i {
  text-align: center;
  width: 30px;
  font-size: 20px;
}
.room_facility p {
  margin: 0;
  font-weight: 600;
  color: #308614;
  font-size: 15px;
}
.room_facility span {
  font-weight: 400;
  color: #308614;
  font-size: 15px;
}
.label_span span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
.label_span p {
  font-size: 15px;
  margin-bottom: 0;
}
.special_request {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 40px 20px 20px 24px;
}
.special_request p {
  padding: 5px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.special_request h6 {
  padding: 5px 10px 10px 10px;
  font-weight: 600;
}
.special_request span {
  font-weight: 300;
}
.special_request textarea {
  border: 1px solid rgb(134, 125, 125);
  margin-left: 10px;
}
.arrival_time {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 100px;
  padding: 24px;
}
.arrival_time p {
  margin: 30px 10px 0 20px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
}
.arrival_time h6 {
  margin-top: 20px;
  margin-left: 10px;
  font-weight: 600;
}
.arrival_time h6 span {
  font-weight: 400;
}
/* ------------------------------------ */

.custom-time-input {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.custom-time-input input[type="number"] {
  width: 55px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #a19999;
  border-radius: 5px;
  outline: none;
}

.custom-time-input span {
  font-size: 18px;
  color: #555;
}

.custom-time-input input[type="number"]:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* ----------------------------- */
.final_detail {
  float: right;
  color: white;
  font-family: "Tiro Tamil", serif;
  padding: 10px 16px;
  background-color: #0862a3;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 80px;
}
.final_detail img {
  margin-left: 10px;
}

@media (max-width: 992px) {
  .details_section {
    flex-direction: column;
  }
  .booking_detail {
    width: 95%;
    margin: 0 auto;
  }
  .your_detail {
    width: 95%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .sign_text h4 {
    font-size: 14px;
  }
  .your_info h1 {
    font-size: 20px;
    margin-left: 0;
  }
  .almost_done h4 {
    font-size: 15px;
  }
  .form_detail label {
    font-size: 14px;
  }
  .form_detail input {
    font-size: 13px;
  }
}

/*-------------------------- final step Section ------------------------ */
.your_detail {
  color: #093d62;
}
.no_payment {
  border: 1px solid rgb(134, 125, 125);
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 20px 30px;
}
.no_payment h4 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 30px;
}
.no_payment h5 {
  font-size: 19px;
  font-weight: 400;
}
.checkbox_form {
  display: flex;
  gap: 25px;
  margin-top: 20px;
}
.increaseCheckbox {
  transform: scale(1.8);
  margin-top: 15px;
}
.your_detail label {
  font-size: 17px;
}
.your_detail p {
  margin-top: 40px;
}
.your_detail a {
  font-weight: bold;
  color: #093d62;
}
.your_detail h5 {
  font-size: 17px;
  font-weight: 400;
}

/* ------  */
.booking_btn {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  align-items: center;
  font-family: "Tiro Tamil", serif;
  margin: 60px 30px 60px 0;
  font-size: 24px;
}
.check_booking {
  background-color: white;
  color: #093d62;
  padding: 20px;
  border-radius: 10px;
}
.complete_booking {
  background-color: #0862a3;
  color: white;
  padding: 20px;
  border-radius: 10px;
  border: none;
}
.complete_booking i {
  color: white;
  font-size: 30px;
}

@media (max-width: 992px) {
  .no_payment h4 {
    font-size: 18px;
  }
  .your_detail h5 {
    font-size: 15px;
  }
  .your_detail label {
    font-size: 14px;
  }
  .checkbox_form {
    gap: 15px;
  }
  .increaseCheckbox {
    margin-top: 10px;
  }
  .your_detail p {
    font-size: 14px;
  }
  .booking_btn {
    font-size: 18px;
  }
  .complete_booking i {
    font-size: 18px;
  }
  .check_booking {
    padding: 14px;
  }
  .complete_booking {
    padding: 11px 14px;
  }
}
@media (max-width: 567px) {
  .no_payment h4 {
    font-size: 15px;
  }
  .your_detail h5 {
    font-size: 13px;
  }
  .your_detail label {
    font-size: 12px;
  }
  .your_detail p {
    font-size: 12px;
  }
  .booking_btn {
    font-size: 12px;
    margin-right: 0;
  }
  .complete_booking i {
    font-size: 12px;
  }
  .check_booking {
    padding: 10px;
    border: 1px solid #093d62;
  }
  .complete_booking {
    padding: 3px 10px;
  }
}

/*------------------ Boking Confirmation page ------------------ */

/*---------- left side ----------- */
.confirmation_section {
  font-family: "Poppins", sans-serif;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  color: #093d62;
}
.confirmed {
  padding: 10px 10px 10px 20px;
}
.booking_confirm h4 {
  margin-bottom: 30px;
}
.booking_confirm h5 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 24px;
  font-weight: 400;
}
.booking_confirm span {
  font-weight: 600;
  color: #093d62;
}
.confirmation_btn {
  margin-bottom: 16px;
}
.confirmation_btn button {
  color: white;
  background-color: #0862a3;
  padding: 10px 20px;
  border: none;
  font-size: 22px;
  font-family: "Tiro Tamil", serif;
  border-radius: 10px;
  margin-right: 10px;
}
.stay_safe {
  color: black;
  border: 1px solid rgb(134, 127, 127);
  padding: 25px;
  border-radius: 10px;
}
.confirmation_section h4 {
  font-size: 22px;
  font-weight: 600;
}
.stay_safe h5 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.stay_safe a {
  text-decoration: none;
  font-size: 22px;
  color: #093d62;
  font-weight: 600;
}
.confirmed h1 {
  margin-top: 30px;
  color: #125f9d;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 60px;
}
.final_booking_detail {
  padding-left: 40px;
}
.final_booking_detail h4 {
  font-size: 16px;
  font-family: "Tiro Tamil", serif;
  margin-top: 16px;
  margin-bottom: 5px;
}
.final_booking_detail h5 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
}
.final_booking_detail a {
  text-decoration: none;
  color: #125f9d;
  font-weight: bold;
}
.final_booking_detail img {
  width: 250px;
  height: 180px;
}
.final_check h5 {
  font-size: 22px;
  font-weight: 600;
}
.final_check h6 {
  font-size: 15px;
  font-weight: 600;
}
.final_booking_detail p {
  font-size: 18px;
  font-family: "Tiro Tamil", serif;
}
.final_check_in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 10px;
}
.final_check_in h4 {
  font-size: 17px;
  font-family: "Tiro Tamil", serif;
  font-weight: 500;
}
.final_check_in h3 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* ---------- right side ------------ */
.confirmation {
  padding: 0;
}
.confirmation_num {
  background-color: #30861438;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #357d0e;
}
.confirmation_num h5 {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0;
}
.is_correct {
  color: black;
  border: 1px solid rgb(134, 127, 127);
  padding: 25px;
  border-radius: 10px;
}
.is_correct p {
  font-weight: 400;
}
.is_correct a {
  color: #0862a3;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
.contact_email {
  color: black;
  border: 1px solid rgb(134, 127, 127);
  padding: 25px;
  border-radius: 10px;
}
.contact_email h4 {
  font-size: 20px;
}
.contact_email h5 {
  font-size: 20px;
  margin-bottom: 30px;
}
.contact_email a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  color: #093d62;
}
@media (max-width: 992px) {
  .confirmation_section {
    flex-direction: column;
  }
  .confirmed {
    width: 95%;
    margin: auto;
  }
  .confirmation {
    width: 90%;
    margin: auto;
  }
  .confirmation_num {
    width: fit-content;
  }
  .confirmation_num h5 {
    font-size: 20px;
    line-height: 30px;
  }
  .is_correct {
    width: fit-content;
  }
  .contact_email {
    width: fit-content;
  }
}
@media (max-width: 768px) {
  .confirmation_btn button {
    padding: 10px 20px;
    font-size: 18px;
  }
  .final_booking_detail img {
    width: 180px;
    height: 130px;
  }
  .final_booking_detail {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .confirmation_section h4 {
    font-size: 18px;
  }
  .booking_confirm h5 {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .confirmation_btn button {
    padding: 5px 14px;
    font-size: 15px;
  }
  .stay_safe {
    padding: 18px;
  }
  .stay_safe h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .stay_safe a {
    font-size: 18px;
  }
  .confirmed h1 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .final_check_in h4 {
    font-size: 14px;
  }
  .final_check_in h3 {
    font-size: 16px;
  }
  .final_check h5 {
    font-size: 18px;
  }
  .final_booking_detail img {
    width: 150px;
    height: 110px;
  }
  .final_booking_detail h5 {
    font-size: 20px;
  }
  .final_booking_detail p {
    font-size: 16px;
  }
}
@media (max-width: 465px) {
  .confirmed {
    width: 98%;
    margin: auto;
  }
  .confirmed {
    padding: 8px;
  }
  .confirmation_section h4 {
    font-size: 15px;
    margin-bottom: 14px;
  }
  .booking_confirm h5 {
    font-size: 12px;
    line-height: 18px;
  }
  .confirmation_btn button {
    padding: 5px 14px;
    font-size: 1px;
  }
  .confirmation_btn button {
    padding: 5px 12px;
    font-size: 12px;
    margin-right: 5px;
  }
  .stay_safe {
    padding: 12px;
  }
  .stay_safe h5 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .stay_safe a {
    font-size: 15px;
  }
  .confirmed h1 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .final_check_in {
    gap: 20px;
  }
  .final_booking_detail img {
    width: 80px;
    height: 70px;
  }
  .final_check_in h4 {
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 0;
  }
  .final_check_in h3 {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .final_booking_detail a {
    font-size: 14px;
  }
  .final_booking_detail h5 {
    font-size: 15px;
  }
  .final_check h6 {
    font-size: 12px;
  }
  .final_booking_detail p {
    font-size: 14px;
  }
  .confirmation_num {
    padding: 15px;
    width: 100%;
  }
  .confirmation_num h5 {
    font-size: 15px;
    line-height: 30px;
  }
  .is_correct {
    padding: 16px;
    margin-bottom: 10px;
    width: 100%;
  }
  .is_correct p {
    font-size: 12px;
  }
  .is_correct a {
    font-size: 14px;
  }
  .contact_email {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_email h4 {
    font-size: 18px;
  }
  .contact_email h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contact_email a {
    font-size: 18px;
  }
}

/*----------------- upgrade Section ------------- */
.upgrade_room {
  display: flex;
  color: black;
  border: 1px solid rgb(134, 127, 127);
  padding: 25px;
  border-radius: 10px;
  width: fit-content;
  align-items: center;
  margin-left: 65px;
  font-family: "Tiro Tamil", serif;
  gap: 16px;
  margin-bottom: 50px;
}
.upgrade_room img {
  height: 100px;
  width: 120px;
  flex: 1;
}
.upgrade_room h5 {
  font-size: 18px;
  color: #042d42;
  margin: 0;
  flex: 3;
}
.upgrade_room button {
  color: white;
  background-color: #0862a3;
  padding: 8px 20px;
  border: none;
  font-size: 20px;
  border-radius: 10px;
  flex: 2;
}

@media (max-width: 992px) {
  .upgrade_room {
    margin-left: 48px;
    margin-top: 30px;
    padding: 10px;
  }
  .upgrade_room h5 {
    font-size: 16px;
    flex: 2;
  }
  .upgrade_room button {
    font-size: 18px;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .upgrade_room {
    margin-left: 36px;
    gap: 10px;
  }
  .upgrade_room img {
    flex: 1;
    height: 75px;
    width: 75px;
  }
  .upgrade_room h5 {
    font-size: 14px;
    flex: 4;
  }
  .upgrade_room button {
    font-size: 14px;
    padding: 5px 10px;
    flex: 2;
  }
}
@media (max-width: 600px) {
  .upgrade_room {
    margin: auto;
    width: 90%;
    gap: 5px;
  }
  .upgrade_room img {
    height: 50px;
    width: 50px;
  }
  .upgrade_room h5 {
    font-size: 12px;
  }
  .upgrade_room button {
    font-size: 12px;
    padding: 5px;
  }
}
@media (max-width: 465px) {
  .upgrade_room {
    width: 95%;
    margin-bottom: 20px;
  }
  .upgrade_room h5 {
    font-size: 10px;
  }
  .upgrade_room button {
    font-size: 8px;
    padding: 5px 10px;
    border-radius: 5px;
  }
}

/* -------------------------------Login Page 1 ----------------------------------- */
.login_user i {
  font-size: 20px;
}
.login_user span {
  font-size: 18px;
  font-family: "Tiro Tamil", serif;
}
.login_user span i {
  font-size: 14px;
}
.login_user::after {
  display: none;
}
.login_option {
  width: 300px;
  font-family: "Tiro Tamil", serif;
  border-radius: 10px;
  border: none;
  padding: 20px;
}
.login_option li {
  margin-bottom: 20px;
}
.login_option i {
  font-size: 24px;
  color: #042f51;
}
.login_option button {
  padding: 0;
}
.login_option h5 {
  font-size: 19px;
  margin-bottom: 0;
}
.login_option h6 {
  font-size: 12px;
}
.login_option h5,
.login_option h6 {
  white-space: normal;
}

/* -------------- Personal Details Section ----------- */
.user_details {
  font-family: "Poppins", sans-serif;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
  color: #042d42;
}
.complete_detail {
  border: 1px solid rgb(94, 88, 88);
  padding: 24px 36px;
  border-radius: 10px;
  height: fit-content;
  border-bottom: none;
  margin-bottom: 310px;
}
.complete_detail .profile_update:last-of-type {
  border-radius: 10px;
}
.profile_details {
  border-bottom: 1px solid rgb(94, 88, 88);
  padding: 20px 40px;
}
.profile_update h4 a {
  text-decoration: none;
  color: #042d42;
  font-weight: 600;
}
.profile_update h4 a:hover {
  color: #0ca5af;
}
.profile_update h4.active_option a {
  color: #0ca5af;
}
.profile_details h6 {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 600;
}
.profile_details p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}
.profile_details h6 span {
  font-size: 14px;
  float: right;
  color: #0ca5af;
  font-weight: 600;
}
.profile_progress {
  accent-color: #093d62;
  height: 25px;
  width: 100%;
}
.profile_update {
  padding: 20px 30px;
  border-bottom: 1px solid rgb(94, 88, 88);
  display: flex;
  gap: 15px;
  align-items: center;
}
.profile_update i {
  font-size: 20px;
}
.profile_update h4 {
  margin-bottom: 0;
  font-size: 18px;
}
.profile_update span {
  color: #0ca5af;
}
.icon_container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ebebeb;
}

/*------------------ Right Side -------------------- */

.personal_header {
  margin-left: 24px;
}
.personal_detail h2 {
  font-size: 30px;
  font-weight: 600;
}
.personal_detail h5 {
  font-size: 18px;
  font-weight: 600;
}
.change_detail {
  border: 1px solid rgb(94, 88, 88);
  padding: 24px 36px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 70px;
}
.input-group {
  position: relative;
}
.card_details_wrapper {
  margin-top: 20px;
}
/*------- For Verified Symbol ------ */

/* .input_wrapper {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.input_wrapper input {
  flex-grow: 1;
}
.verified {
  position: absolute;
  right: 50px;
  white-space: nowrap;
  font-size: 14px;
  color: green;
  font-weight: bold;
} */

.input-group input {
  padding-right: 100px;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.btn_inside {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  padding: 0;
  color: #125f9d;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.btn_inside:hover {
  color: #2b8ef8;
}
.card_details input {
  width: 24rem;
  border: 1px solid rgb(3, 3, 3);
  height: 3rem;
  margin-bottom: 16px;
}
.card_details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card_details label {
  font-size: 15px;
  font-weight: 500;
}
.card_holder::placeholder {
  font-size: 12px;
}
.required::after {
  content: " *";
  color: red;
  font-weight: bold;
}

.change_privacy {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.change_password h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.change_password h6 {
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 600;
}
.change_privacy a {
  font-size: 18px;
  color: #125f9d;
  margin-bottom: 0;
  text-decoration: none;
  font-weight: 500;
  text-align: end;
}
.change_detail .hr_line {
  margin: 16px 0;
}

/* ---------------------------------------------------------- */
/* ----------career_ATS.html-------------------- */
.section1_width {
  width: 75%;
}
.section1_width .label_input {
  padding-left: 20px;
}
.section1_width .searchBtnBg {
  margin-left: 20px;
}
.job_filter {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 15px 0;
  background-color: #364a55;
  color: white;
  font-family: "Tiro Tamil";
  font-size: 13px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}
.most_relevent {
  cursor: pointer;
  color: #198892;
}
.career_search {
  padding-left: 10px;
}
.recently_posted {
  cursor: pointer;
}

.result_heading h1 {
  color: #042f51;
  font-family: "Tiro Tamil";
  font-size: 36px;
}

.result_heading p {
  color: #042f51;
  font-family: "Tiro Tamil";
  font-size: 16px;
}

.result_heading p span {
  color: #0ca5af;
}

.inner_result {
  padding: 40px;
}

.result_box {
  border: 1px solid #d1d0d0;
  border-radius: 16px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 20px;
}

.result_box_para {
  display: flex;
  justify-content: space-between;
  color: #357d0e;
  padding-left: 5px;
}

.result_box_body_heading h1 {
  color: #0ca5af;
  font-family: "Shanti";
  font-size: 40px;
}

.result_box_body_heading h3 {
  color: #042f51;
  font-family: "Shanti";
  font-size: 24px;
}

.result_box_body {
  display: flex;
  justify-content: space-between;
}

.result_box_body_btn {
  padding: 10px;
}

.result_box_body_btn .body_btn {
  background-color: #0862a3;
  color: white;
  padding: 15px 50px;
  border: none;
  border-radius: 5px;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
}

.result_box_body_btn .body_btn:hover {
  background-color: #5dade2;
}

.result_box_footer {
  display: flex;
  justify-content: space-between;
}

.result_box_footer .technology {
  display: inline-block;
  padding: 5px 25px;
  background-color: #4eadf1;
  color: white;
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin-top: 15px;
}

.result_box_footer .positions {
  color: #ce651a;
  padding: 10px;
}

.see_more_results_btn {
  display: inline-block;
  padding: 20px 30px;
  background-color: #125f9d;
  color: white;
  font-size: 24px;
  border-radius: 10px;
  text-align: center;
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.see_more_results_btn:hover {
  background-color: #5dade2;
}

.see_more_results {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

/*---------------Responsive Media Queries-------------*/

@media (max-width: 992px) {
  .section1_width .searchBtnBg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #0862a3;
    border-radius: 10px;
    border: none;
    color: white;
    font-family: "Tiro Tamil", serif;
  }
  .section1_width .label_input {
    padding: 0;
    padding-left: 13px;
    margin: 20px 0;
  }
  .section1_width .formDesign {
    padding: 5px 10px;
    padding-left: 32px;
  }
  .result_box_body_heading h1 {
    font-size: 30px;
  }

  .result_box_body_heading h3 {
    font-size: 18px;
  }

  .result_box_body_btn .body_btn {
    font-size: 18px;
    padding: 10px 15px;
  }
  .result_box_para {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .section1_width {
    width: 60%;
    padding: 200px 0 30px 0;
  }
  .section1_width .formSection {
    flex-direction: column;
    padding: 0 50px;
  }
  .section1_width .label_input label {
    font-size: 12px;
  }
  .section1_width .label_input {
    padding-left: 0;
  }
  .section1_width .searchBtnBg {
    margin: 20px 0;
  }
  .section1_width .searchBtn {
    margin-bottom: 0;
  }
  .srch_reslt_container {
    margin-top: 50px;
  }
  .inner_result {
    padding: 0px;
  }

  .result_box {
    padding: 15px;
  }

  .result_box_body_heading h1 {
    font-size: 26px;
  }

  .result_box_body_heading h3 {
    font-size: 16px;
  }

  .result_box_body_btn .body_btn {
    font-size: 16px;
    padding: 8px 12px;
  }

  .result_box_footer .technology {
    padding: 6px 15px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .srch_reslt_container {
    margin-top: 2rem;
  }
  .result_heading h1 {
    font-size: 28px;
  }

  .result_heading p {
    font-size: 14px;
  }

  .result_box_body_heading h1 {
    font-size: 22px;
  }

  .result_box_body_heading h3 {
    font-size: 14px;
  }

  .result_box_body_btn .body_btn {
    font-size: 14px;
    padding: 8px 12px;
  }

  .result_box_footer .technology {
    padding: 5px 15px;
    font-size: 12px;
  }

  .result_box_para {
    gap: 35px;
  }

  .see_more_results {
    justify-content: center;
    margin-bottom: 15px;
  }

  .see_more_results_btn {
    padding: 15px;
    font-size: 14px;
  }
}

@media (max-width: 477px) {
  .result_box_body_heading h1 {
    font-size: 18px;
  }
  .section1_width .formSection {
    padding: 0 20px;
  }
  .section1_width .label_input {
    margin: 10px 0;
  }
  .section1_width .searchBtn {
    font-size: 14px;
  }
  .result_box_body_heading h3 {
    font-size: 12px;
  }

  .result_box_body_btn .body_btn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .result_box_footer .technology {
    padding: 5px 15px;
    font-size: 12px;
  }
  .result_box_para p {
    font-size: 12px;
  }
  .result_box_footer .positions {
    font-size: 12px;
  }
}
@media (max-width: 411px) {
  .result_box_body_heading h1 {
    font-size: 13px;
  }

  .result_box_body_heading h3 {
    font-size: 10px;
  }

  .result_box_body_btn .body_btn {
    font-size: 10px;
    padding: 5px 10px;
  }
  .see_more_results_btn {
    padding: 10px;
    font-size: 12px;
  }
  .result_box_footer .technology {
    padding: 5px 12px;
    font-size: 10px;
  }
  .result_box_para p {
    font-size: 10px;
  }
  .result_box_footer .positions {
    font-size: 10px;
  }
}

/*---------------------------------------------- booking_page section --------------------------------------------------------------------------- */

.inbox_container {
  margin: 0 100px;
}
.inbox_details_container {
  margin: 0 6%;
}

/*----------------------------------------------------------------- Web_Checkin Page  ---------------------------------------------------------- */
.web_checkin_section {
  background: linear-gradient(rgba(9, 61, 98, 0.369), rgba(9, 61, 98, 0.369)),
    url("image/Check-in\ Early.png") center/cover no-repeat;
}

/* Search Form */
.web_checkin_sectionContainer {
  margin-top: -15vh;
  padding-top: 35vh;
  text-align: right;
  padding-bottom: 30vh;
}

.custom-heading {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 60px;
  font-size: 32px;
  font-family: "Poppins";
  font-weight: 400;
}

.square-box {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  width: 26vw;
  height: 26vw;
  max-width: 170px;
  max-height: 240px;
  border: 8px solid #ffffffbf;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 768px) {
  .custom-heading {
    font-size: 24px;
    padding-right: 10px;
  }

  .square-box {
    width: 35vw;
    right: 10%;
    transform: translateX(40%) translateY(-50%);
  }
}

@media (max-width: 576px) {
  .square-box {
    transform: translateX(25%) translateY(-50%);
  }

  .custom-heading {
    font-size: 18px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  .square-box {
    width: 20vw;
    height: 45vw;
  }
}

/* ---------------------------- */
.web_checkin_cont {
  padding: 50px;
}

.web_checkin_heading {
  font-size: 48px;
  font-family: "Abhaya Libre Medium";
  font-weight: 500;
  color: #0a3c64;
}

.web_checkin_color {
  color: #0ca5af;
}

.web_checkin_para {
  color: #093d62;
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 400;
}

.web_checkin_btn {
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.btn-1 {
  padding: 15px 40px;
  background: transparent;
  font-size: 20px;
  font-family: "Poppins";
  color: #093d6282;
  border: 0.5px solid #000;
  border-radius: 10px;
  box-shadow: 0 4px 8px #143f7e29;
}

.btn-2 {
  padding: 15px 50px;
  text-align: center;
  background: transparent;
  font-size: 20px;
  font-family: "Poppins";
  color: #093d6282;
  border: 0.5px solid #000;
  border-radius: 10px;
  box-shadow: 0 4px 8px #143f7e29;
}

.btn-3 {
  padding: 10px 60px;
  background: #0862a3;
  color: #ffffff;
  font-family: "Tiro Tamil";
  font-size: 24px;
  font-weight: 400;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px #143f7e29;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .web_checkin_btn {
    gap: 20px;
  }
}

@media (max-width: 992px) {
  .btn-1 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .btn-2 {
    padding: 10px 20px;
    font-size: 16px;
  }

  .btn-3 {
    padding: 10px 40px;
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .web_checkin_cont {
    padding: 30px;
    text-align: center;
  }

  .web_checkin_heading {
    font-size: 36px;
  }

  .web_checkin_para {
    font-size: 18px;
  }

  .web_checkin_btn {
    flex-direction: column;
    gap: 15px;
  }

  .btn-1,
  .btn-2,
  .btn-3 {
    width: 50%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .web_checkin_heading {
    font-size: 28px;
  }

  .web_checkin_para {
    font-size: 16px;
  }

  .btn-1,
  .btn-2,
  .btn-3 {
    width: 70%;
    font-size: 16px;
    padding: 12px;
  }
}

/*---------------------------------------------- Explore Places Page -------------------------------------------------- */

.explore_section {
  background: url("image/explore_bg.png") center/cover no-repeat;
  height: 85vh;
}

/* Search Form */
.explore_section_container {
  margin-top: -15vh;
  padding-top: 85vh;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.explore_section_formSection {
  background-color: #2e3c43;
  padding: 10px;
  margin-bottom: 20px;
}
.explore_ul {
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  gap: 90px;
}
.explore_ul li a {
  color: white;
  text-decoration: none;
}
.explore_ul li a:hover {
  color: #117e86;
}
@media (max-width: 768px) {
  .explore_ul {
    gap: 10px;
    flex-wrap: wrap;
    padding: 0;
  }
}

/* ------------dropdown_codes--------------- */
/* Hide dropdown by default */
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1000;
  padding: 0;
}

/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* Style the dropdown items */
.dropdown-item {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}

.dropdown-item div div:hover {
  color: rgb(1, 52, 65);
}

/* Optional: Change the text color of the main link on hover */
.nav-item.dropdown:hover .nav-link {
  color: #fff;
  /* Main item text color on hover */
  background-color: #ebeaea33;
  padding: 8px 15px;
  border-radius: 5px;
}

/* ------------places_gallery_container--------------- */
.places_inner_container {
  padding: 50px;
}
.places_container {
  margin-top: 50px;
}
.places_container span {
  color: #0ca5af;
}

.places_container h2 {
  font-family: "Tiro Tamil";
  font-size: 40px;
}

.places_container p {
  font-family: "Tiro Tamil";
  font-size: 27px;
}

.gallery_img_container {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 900px; */
  margin: auto;
  gap: 10px;
}

.main-image {
  flex: 1 1 60%;
  position: relative;
}

.main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.side-images {
  flex: 1 1 35%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.top-image {
  flex: 1;
}

.top-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.bottom-images {
  display: flex;
  gap: 10px;
  flex: 1;
}

.bottom-images .small-image {
  flex: 1;
  position: relative;
}

.bottom-images .small-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.see-more-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.bottom-images .see-more:hover .see-more-overlay {
  opacity: 1;
}

.see-more-overlay span {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .gallery_img_container {
    flex-direction: column;
  }

  .main-image,
  .side-images {
    flex: 1 1 100%;
  }

  .bottom-images {
    flex-direction: row;
  }
}

/* ----------------description_overview------------------- */

/*------------New Description Section Styles---------*/

.description-section {
  background-color: #dbe9f2;
  padding: 40px;
  margin-top: 0px;
  max-width: 1200px;
  margin: auto;
  border-radius: 10px;
  margin-bottom: 50px;
}

.info-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.3rem;
  color: #333;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "Tiro Tamil";
}

.info-row span {
  display: block;
}

.black-line {
  height: 2px;
  background-color: black;
  margin: 10px 0;
}

.section-heading {
  font-size: 1.7rem;
  margin-top: 10px;
  font-family: "Tiro Tamil";
}

.section-text {
  font-size: 1.3rem;
  color: #042f51;
  margin-top: 10px;
  line-height: 1.5;
  font-family: "Tiro Tamil";
}

.tips-list {
  list-style-type: disc;
  padding-left: 20px;
  color: #042f51;
  font-size: 1.3rem;
  font-family: "Tiro Tamil";
}

@media (max-width: 768px) {
  .info-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .places_container h2 {
    font-size: 25px;
  }

  .places_container p {
    font-size: 18px;
  }

  .section-text {
    font-size: 1rem;
  }

  .info-row {
    font-size: 1rem;
  }

  .see-more-overlay {
    font-size: 1rem;
  }
}

/*--------------------------------------------- Apply Form Page Section ----------------------------------------------- */

/* Form Container */
.form-section {
  border: 1px solid black;
  padding: 20px;
  width: 90%;
  margin: 40px auto;
  border-radius: 8px;
}

.form-section h2 {
  margin-bottom: 20px;
  font-size: 30px;
  text-align: left;
  color: #042d42;
}

.form-section p {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}

.form-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
}

/* Long Field */
.long-field {
  width: 100%;
  padding: 20px;
  font-size: 20px;
  border: 1px solid black;
  border-radius: 10px;
  background-color: #b2b2b242;
  color: #042d42;
  font-family: "Tiro Tamil";
}

/* Two Column Layout */
.form-row {
  display: flex;
  gap: 20px;
}

.form-row .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-row .form-group label {
  font-size: 18px;
  margin-bottom: 5px;
  color: #042d42;
  font-family: "Poppins";
  font-weight: 600;
}

.form-row .form-group input {
  padding: 15px;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 5px;
  border-radius: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
  .form-section {
    width: 90%;
  }
}

/* Responsive Styles */
@media (max-width: 480px) {
  .header-content {
    flex-direction: column;
    gap: 15px;
  }

  .form-container {
    width: 100%;
    padding: 0;
  }

  .form-section h2 {
    font-size: 20px;
  }

  .form-row .form-group label {
    font-size: 12px;
  }

  .header-buttons button,
  .header-buttons .symbol {
    font-size: 12px;
  }

  .auth-buttons button {
    font-size: 12px;
  }

  .long-field {
    font-size: 10px;
  }
}

/*------------Additional Section Container----------*/
.centered-container {
  max-width: 1045px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
}

.additional-section {
  display: flex;
  border: 1px solid black;
  padding: 20px;
  border-radius: 8px;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

/* Upload Box */
.upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #b1b1b163;
  width: 45%;
  padding: 100px 20px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  border: 0.5px solid black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.upload-box:hover {
  background-color: #d0d0d0;
}

.upload-box input[type="file"] {
  display: none;
}

.upload-box-icon {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  background-color: #093d62;
  padding: 10px;
  font-family: "Tiro Tamil";
  border-radius: 10px;
  border: 0.5px solid black;
}

.upload-box-text {
  font-size: 16px;
  color: #042d42;
  font-family: "Tiro Tamil";
}

.message-box-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.message-box-section label {
  font-size: 20px;
  margin-bottom: 5px;
  color: #093d62;
  font-family: "Tiro Tamil";
}

.message-box {
  padding: 10px;
  font-size: 16px;
  height: 150px;
  width: 85%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #dbe9f2;
}

/*--------Responsive Styles---------*/

@media (max-width: 768px) {
  .upload-box-icon,
  .upload-box-text {
    font-size: 10px;
  }

  .message-box-section label {
    font-size: 12px;
  }

  .message-box {
    font-size: 10px;
  }
}

.submit-button-container {
  text-align: right;
  margin: 20px;
  margin-right: 30px;
}

.submit-button {
  padding: 15px 25px;
  font-size: 22px;
  background-color: #125f9d;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-family: "Tiro Tamil";
}

.submit-button:hover {
  background-color: #042d42;
}
@media (max-width: 480px) {
  .additional-section {
    width: 95%;
  }
  .centered-container {
    width: 95%;
  }
  .additional-section {
    flex-direction: column;
  }
  .upload-box,
  .message-box-section {
    width: 100%;
  }
  .submit-button {
    padding: 10px 20px;
    font-size: 12px;
    border-radius: 10px;
  }
  .submit-button-container {
    text-align: center;
  }
}
/*--------------------------------------- career Details ATS Page Section ------------------------------------------- */
.career_section {
  background: url("image/careerpage3.png") no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.career_section_container {
  position: relative;
  z-index: 1;
  margin-top: -70px;
  padding-top: 200px;
  padding-bottom: 120px;
  width: 70%;
}
.career_section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.front_page {
  color: white;
  font-family: "Tiro Tamil", serif;
}
.front_page h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 20px;
}
.front_page h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.front_page button {
  padding: 15px 70px;
  background-color: #909090;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid white;
}
.front_page button:hover {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid white;
}
.recently_posted ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  background-color: #364a55;
  padding: 5px;
}
.recently_posted a {
  text-decoration: none;
  color: white;
  font-size: 13px;
}
.recently_posted a:hover {
  color: #0ca5af;
}
.career_container {
  margin: auto;
  width: 70%;
  padding: 30px;
}
.career_container h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.career_container p {
  font-size: 18px;
}
@media (max-width: 992px) {
  .career_section_container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .front_page h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .career_section_container {
    width: 100%;
  }
  .front_page h6 {
    font-size: 16px;
  }
  .front_page button {
    padding: 10px 60px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 16px;
  }
  .career_container {
    width: 90%;
    padding: 10px;
  }
}
@media (max-width: 400px) {
  .front_page h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .career_section_container {
    width: 100%;
  }
  .front_page h6 {
    font-size: 12px;
  }
  .front_page button {
    padding: 10px 50px;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 14px;
  }
  .career_container {
    width: 100%;
  }
  .career_container h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .career_container p {
    font-size: 12px;
  }
}

.join-us-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("./Image/image_boss.png") no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.join-us-box {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 20px;
  max-width: 68vw;
  height: 70vh;
  width: 80%;
}

.join-us-box h1 {
  font-size: 48px;
  margin-bottom: 15px;
  margin-top: 6rem;
}

@media (max-width: 768px) {
  .join-us-box h1 {
    font-size: 1.5rem;
  }

  .join-us-box {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .join-us-box h1 {
    font-size: 1.2rem;
  }

  .join-us-box {
    padding: 10px;
  }
}

.career_details_btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.details-button_career {
  background-color: #093d62;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 10px;
  font-size: 2rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.details-button_career:hover {
  background-color: #0ca5af;
}

@media (max-width: 480px) {
  .details-button_career {
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 16px;
  }
}

/*---------------------------------------- Air Quality Index Check Page Section-------------------------------------- */
.aqi_section {
  background: linear-gradient(rgba(9, 61, 98, 0.369), rgba(9, 61, 98, 0.369)),
    url("Image/aqi\ image.png") center/cover no-repeat;
  font-family: "Tiro Tamil", serif;
}
.aqi_sectionContainer {
  margin-top: -80px;
  padding-top: 250px;
  text-align: center;
  padding-bottom: 150px;
  color: white;
  width: 60%;
}
.aqi_text {
  font-size: 36px;
}
.aqi_para {
  font-size: 22px;
}

.air-quality-container {
  display: flex;
  justify-content: center;
}

.air-quality-box {
  display: flex;
  align-items: center;
  background: #9abfd080;
  padding: 0;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  margin-bottom: 50px;
}

.search-container {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}

.search-title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 12px;
}

.search-section {
  display: flex;
  align-items: center;
  background-color: #042f51;
  border-radius: 8px;
  height: 40px;
  width: 400px;
  color: #fff;
  margin-left: 10px;
}

.search-section input {
  border: none;
  background: none;
  outline: none;
  color: #fff;
  flex-grow: 1;
  padding: 0 10px;
  font-size: 16px;
}

.search-section .icon {
  font-size: 20px;
  margin: 0 10px;
  cursor: pointer;
}

.search-button {
  background-color: #0862a3;
  color: white;
  font-size: 18px;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  height: 90px;
  width: 180px;
  cursor: pointer;
}

.search-button:hover {
  background-color: #0066cc;
}
@media (max-width: 768px) {
  .aqi_sectionContainer {
    width: 70%;
  }
  .aqi_text {
    font-size: 30px;
  }
  .aqi_para {
    font-size: 18px;
  }
  .search-section {
    height: 40px;
    width: 250px;
  }
  .search-section input {
    padding: 0;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .aqi_sectionContainer {
    width: 90%;
  }
  .aqi_text {
    font-size: 20px;
  }
  .aqi_para {
    font-size: 12px;
  }
  .air-quality-box {
    border-radius: 5px;
  }
  .search-section {
    height: 30px;
    width: 150px;
  }
  .search-section input {
    padding: 0;
    font-size: 10px;
  }
  .search-section .icon {
    font-size: 13px;
  }
  .search-title {
    font-size: 13px;
  }
  .search-button {
    font-size: 14px;
    padding: 10px 10px;
    height: 60px;
    width: 90px;
    border-radius: 5px;
  }
}

/* -----------------map_container------------------- */

.air-quality-section {
  background: linear-gradient(rgba(9, 61, 98, 0.25), rgba(9, 61, 98, 0.25)),
    url("./Image/aqi\ map.png") no-repeat center center/cover;
  padding: 40px;
  color: #fff;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.switch-buttons {
  display: flex;
}

.action-button {
  padding: 10px 40px;
  border: none;
  color: black;
  cursor: pointer;
  border-radius: 5px;
  font-family: "Tiro Tamil";
  font-size: 20px;
  font-weight: 400;
}

.action-button span i {
  margin-right: 5px;
}

.action-button.active {
  background-color: #0d47a1;
  color: white;
}

.aqi-info-box {
  background-color: #1c496ad1;
  padding: 1rem;
  border-radius: 20px;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
}

.aqi-meter-container img {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.aqi-value-display {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}

.horizontal-line {
  height: 1px;
  background-color: #fff;
  width: 100%;
  margin: 10px 0;
}

.meter_number span {
  margin-right: 30px;
  margin-left: 30px;
}

.meter_number-big {
  font-size: 40px;
  font-family: "Tiro Tamil";
}

.meter_number {
  color: #fff;
  font-family: "Tiro Tamil";
}

.bottom-description {
  align-self: flex-end;
  width: 50%;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
}

.bottom-description h2 {
  font-family: "Poppins";
  font-size: 23px;
  font-weight: 700;
  color: #042f51;
}

.bottom-description p {
  font-family: "Poppins";
  font-size: 19px;
  font-weight: 500;
  color: #042f51;
}

.location-text {
  font-size: 16px;
  font-family: "Tiro Tamil";
  font-weight: 400;
  margin-bottom: 10px;
}

.meter_moderate {
  color: #fff;
  font-family: "Tiro Tamil";
  font-size: 20px;
  margin-top: 20px;
}

.meter_dominant {
  color: #fff;
  font-family: "Tiro Tamil";
  font-size: 20px;
  padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .air-quality-section {
    padding: 1rem;
  }

  .content-wrapper {
    align-items: center;
  }

  .switch-buttons {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .aqi-info-box {
    width: 100%;
  }

  .bottom-description {
    width: 100%;
    padding: 1rem;
  }

  .bottom-description h2 {
    font-size: 20px;
  }

  .bottom-description p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .action-button {
    padding: 10px 30px;
    font-size: 16px;
  }

  .aqi-value-display {
    font-size: 1.5rem;
  }

  .bottom-description h2 {
    font-size: 18px;
  }

  .bottom-description p {
    font-size: 16px;
  }
}

.aqi-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aqi-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.aqi_box_container {
  width: 90%;
}

.boxes {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  text-align: center;
  z-index: 1;
}

.aqi-box {
  position: absolute;
  top: 15%;
  left: 10%;
}

.health-box {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0ca5af;
  color: #fff;
  font-family: "Poppins";
}
.health-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.health-box h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.health-box ul {
  padding: 0;
}
.health-box li {
  font-size: 14px;
  list-style: none;
}
.weather-box {
  position: absolute;
  top: 15%;
  right: 10%;
}

.weather-box h3 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #042f51;
  margin-bottom: 20px;
}

.weather-box ul li {
  list-style: none;
  font-family: "Poppins";
  font-size: 15px;
  text-align: start;
  color: #042f51;
  line-height: 30px;
}

@media (max-width: 580px) {
  .boxes {
    padding: 8px;
    width: 180px;
    text-align: center;
  }
  .aqi-section ul {
    padding: 0;
  }
  .aqi-box h3 {
    font-size: 16px;
  }
  .aqi-box p {
    font-size: 12px;
  }
  .weather-box h3 {
    font-size: 16px;
  }
  .weather-box ul li {
    font-size: 10px;
  }
  .aqi-section {
    height: auto;
  }
  .boxes {
    position: static;
    width: 70%; /* Full width */
    margin: 10px auto; /* Add spacing */
  }
  .health-box {
    display: none;
  }
}
