/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

        body {
          margin: 0;
          font-family: Arial, sans-serif;
          background-color: #fff;
          color: #333;

        }
        
        .page-container {
          display: flex;
          gap: 1rem;
          align-items: start;
        }
        
        aside {
          min-width: 700px;
          height: auto;
          font-size: 16px;
          background-color: #f8f7f5;
          top: 0;
          padding-top: 25px;
          padding-left: 35px;
          padding-right: 35px;
          padding-bottom: 15px;
          overflow-x: hidden;
          
        }

        .container {
    /* Your custom styles here */
    max-width: 1300px; /* Example: Set a maximum width */
    margin: 0 auto; /* Example: Center the container */
    padding: 0px; /* Example: Add padding inside the container */
    background-color: transparent; /* Example: Set a background color */
    }

    .container-fluid {
     max-width: 1600px;
     margin: 0 auto;
    padding: 0px; /* Example: Add padding inside the container-fluid */
 
}
        
        aside h4 {
          margin-top: 0;
          font-size: 1.2rem;
        }

        textarea
        {
          width: 550px;
        height: 130px; 
        padding: 10px;
        font-size: 16px; 
        border: 1px solid #f0f0f0; 
        border-radius: 5px;
        box-sizing: border-box; 
        resize: none; 
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
        }

    .continue-button
    {
      padding: 15px 95px;
      margin-top: 15px;
      font-size: 16px;
      background-color: #004b97;
      margin: 15px 2px;
      border: none;
      color: #ededed;
      opacity: 85%;
    }
    .continue-button:hover
    {
      opacity: 100%;
      transition: 0.3s ease-in;
      cursor: pointer;
    }

    @media only screen and ( max-width:600px )
    {
      .continue-button{
        padding: 10px 15px;
        font-size: 14px;
        margin: 10px 2px;
      }
    }
 


        
        .main-content {
          flex-grow: 1;
          background-color: #fff;
          border-radius: 8px;
          /* border:2px solid #004b97; */
          padding: 5px;
          margin: 25px 5px 5px 25px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          max-width: 350px;
        }

        .faq{
          border:2px solid #004b97;
          padding: 3px;
          align-items: start;
          text-align: start;
          border:none;
          background-color: transparent;
          box-shadow: none;
        }
        
        .main-content h3 {
          color: #004b97;
          margin-top: 10;
          padding:5px;
        }
        
        .main-content p {
          margin-bottom: 20px;
          line-height: 1.6;
        }
        
        .main-content- img {
          max-width: 100%;
          height: auto;
          border-radius: 8px;
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        hr {
          color: #004b97; /* Line color */
          background-color: #004b97; /* Background color */
          height: 2px; /* Height of the line */
          border: none; /* Remove default border */
          margin-top:10px; /* Margin at the top and bottom */
      }

      body {
        font-family: Arial, sans-serif;
        background-color: #f0f0f0;
        margin: 0;
    }
    .card-img-top {
        width: 58px;
        height: 50px;
        display: block;
        margin: 0 auto;
        padding: 10px;;
    }
  table tr td
  {
    font-size: 15px;
    line-height: 3px;
  }

  td p
  {
    text-align: right;
    font-size: 14px;
  }

  .content {
    display: none;
  }

  .content2 {
    display: none;
  }


  /* Button styles */
  .button, .button2, .number_button,.number_button2,.week, .bed {
    background-color: #ededed; /* Default button color */
    border: none;
    color: #004b97;
    padding: 30px 18px;
    align-content: space-between;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    margin: 4px 4px;
    transition-duration: 0.4s;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }

  /* Button hover effect */
  .button:hover, .button2:hover, .number_button:hover,.number_button2:hover,.week:hover, .bed:hover {
    background-color: #004b97; /* Darker green */
    color: antiquewhite;
  }

  /* Button active effect */
  .button.active, .button2.active, .number_button.active,.number_button2.active,.week.active, .bed.active {
    background-color: #004b97; /* Even darker green */
    color: antiquewhite;
  }

/* input
{
display: flex; 
align-items: center;
text-align: center;
align-content: center;
} */

input
{
  text-transform: capitalize;
}


  input[type="number"]
  {
padding: 5px;
font-size: 14px;
align-items: center;
text-align: center;
align-content: center;
margin: 15px 10px;
text-transform: capitalize;
  }

  label
  {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 75px;
    padding-left: 10px;
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /*input[type="text"],select,input[type="tel"],input[type="email"],input[type="datetime-local"]*/
  /*{*/
  /*  padding: 15px 75px;*/
  /*  padding-left: 10px;*/
  /*  font-size: 14px;*/
  /*  align-content: space-between;*/
  /*  border: none;*/
  /*  box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 5px;*/
  /*  text-align: left;*/
  /*  text-transform: capitalize;*/
  /*}*/

  /*input::placeholder*/
  /*{*/
  /*  text-align: left;*/
  /*  padding: 0px;*/
  /*  opacity: 1;*/
  /*  color: #aaa;*/
  /*  text-transform: capitalize;*/
  /*}*/

  

      /* Media Query for Mobile View */
      @media only screen and (max-width: 768px) {
        .page-container {
            flex-direction: column;
        }

        aside {
            
            min-width: auto;
            width: 100%;
            height: auto;
            background: #f8f7f5;
            font-size: 13px;
            margin-bottom: 10px;
            overflow-x: hidden;
            padding-top: 15px;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 15px;
        }

        textarea
        {
          width: 350px;
          padding-right: 15px;
          padding-left: 15px;
        }
        
        aside h4
        {
          font-size: 14px;
          padding: 5px;
        }

        .page-container
        {
           overflow-x: hidden;
        }

        .button, .button2, .number_button,.number_button2,.week, .bed {
    background-color: #ededed; /* Default button color */
    border: none;
    color: #004b97;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
  }

        .main-content {
            visibility: hidden;
        }

        input[type="number"]
  {
padding: 2px;
margin-top: 5px;
margin-bottom: 5px;
font-size: 14px;
align-items: center;
text-align: center;
align-content: center;
  }

  label
  {
    text-transform: capitalize;
    font-weight: 400;
    padding: 5px 10px;
    margin: 2px 2px;
  }

  input[type="text"]
  {
    padding: 10px 15px;
    margin: 5px 5px;
    font-size: 14px;
    align-content: space-between;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
  }

    }

    /* Model container */
    .model-container
    {
      display: flex;
      flex-wrap: wrap; /* Allow items to wrap to the next line */
      gap: 5px;
      padding: 5px;
      text-transform: capitalize;
    }

    .model-col
    {
      padding: 5px;
      flex: 1 1 calc(33.333% - 10px); /* Each item takes up one-third of the container width, minus gap space */
      box-sizing: border-box;
      text-transform: capitalize;
    }

   /* Grid container */
    .grid-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
      gap: 15px;
      padding: 10px;
    }

    /* Grid item styles */
    .grid-item {
      background-color: #f0f0f0;
      padding: 5px;
      border-radius: 8px;
      align-content: center;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .grid-item:hover
    {
      background-color: #004b97;
      transition: 0.3s ease-in;
      cursor: pointer;
      color: #f0f0f0;
    }



    .grid-item p {
      font-size: 14px;
      text-align: center;
    }

    /* Mobile responsiveness */
    @media only screen and (max-width: 600px) {
      .grid-container {
        grid-template-columns: repeat(2, 1fr); /* Show 2 items per row in mobile view */
        gap: 15px;
        padding: 0px;

      }

      .grid-item
        {
          padding: 0px;
        }
    }

    a, a:hover
    {
        text-decoration: none;
    }

    .top-bar
    {
        display: flex;
        align-items:center;
        justify-content: space-between;
        padding: 10px 25px;
        background-color: #fff;
    }
    .top-bar span
    {
        background-color: #fff;
        font-weight: 400;
    }

    .top-bar ul
    {
        list-style: none;
        display: flex;
    }

    .top-bar li
    {
        margin: 0px 10px;
      
    }

    .top-bar a 
    {
        color: black;
    }

    .top-bar a:hover
    {
        color: #004b97;
    }

    nav
    {
        background-color: #fff;
        padding: 5px 20px;
        display: flex;
        align-items: center;
    }

    nav a
    {
        color: black;
       
    }

    nav a:hover
    {
        color: #004b97;
    }

    .active
    {
        color: #004b97;
    }

    .logo
    {
        flex: 1;
    }

    .logo a{
        display: flex;
        align-items: center;
    }

    .logo img
    {
        width: 80px;
        padding: 15px;
        margin-right: 20px;
    }

    .menu
    {
        display: flex;
        align-items: center;
        list-style: none;
    }

    .menu li
    {
        padding: 15px 10px;
        font-size: 16px;
        font-family: poppins;
        font-weight: 500;
    }

    .toggle
    {
        display: none;
        font-size: 30px;
    }

    @media screen and ( max-width: 600px )
    {
        nav{
            display: block;
            position: relative;
            padding: 5px 10px;
            overflow-y: hidden;
            overflow: hidden;
        }

        .menu
        {
            margin-top: 15px;
            display: none;
            overflow-y: hidden;
            overflow: hidden;
        }

        .menu.active, .toggle
        {
            display: block;
        }

        .toggle
        {
            position: absolute;
            top: 15px;
            right: 20px;
        }

            .logo img
        {
            width: 50px;
            margin-right: 0px;
        }
        .top-bar span
        {
           padding: 5px 10px;
           font-size: 14px;
        
        }          
    }

      /* Modal container, hidden by default */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 
}

/* Modal content box */
.modal-content {
  background-color: #f8f7f5;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 50%; /* Could be more or less, depending on screen size */
  border-radius: 5px;
}

/* Close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 600px) 
{
  .modal-content
  {
    width: 70%;
  }
}


/* Footer styles */
        #footer {

            padding: 50px 0;
        }

        .footer-content {
            display: flex;
            justify-content: space-between;
        }

        .footer-section {
            flex-basis: 45%;
            text-align: left;
        }

        .footer-section h4 {
            text-align: center;
            color: #f5d630;
            font-size: 16px;
            font-family: Poppins;
            margin-bottom: 20px;
        }

         .footer-section p {
            text-align: justify;
            font-size: 14px;
            font-family: Poppins;
            margin-bottom: 20px;
        }

        .contact span {
            display: block;
            margin-bottom: 10px;
        }

        .socials a {
            color: #ccc;
            font-size: 24px;
            margin-right: 10px;
            transition: color 0.3s ease;
        }

        .socials a:hover {
            color: #fff;
        }

        .footer-bottom {
            text-align: center;
            padding: 25px 10px 10px 25px;
            background-color: #004b97;
            color: #fff;
            font-size: 14px;
            margin-top: 15px;
            margin-bottom: -20px;
        }

        /* FAQ */
        .transition, .faq ul li i:before, ul li i:after, p {
          transition: all 0.25s ease-in-out;
        }
        
        .flipIn, .faq ul li, h1 {
          animation: flipdown 0.5s ease both;
        }
        
        .no-select, .faq h2 {
          -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
          -webkit-touch-callout: none;
          -webkit-user-select: none;
          -khtml-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
        }
        
        .faq h1, h2 {
          color: #004b97;
        }
        
        .faq h1 {
          text-transform: uppercase;
          font-size: 16px;
          text-align: center;
          font-family: poppins;
          font-weight: bold;
          color: #fff;
          background-color: #da1b23;
          padding: 15px 5px 5px 15px;
        }
        
        .faq h2 {
          font-size: 15px;
          font-weight:normal;
          letter-spacing: normal;
          text-align: start;
          display: block;
          background-color: #fefffa;
          color: #111;
          font-family: poppins;
          margin: 0;
          cursor: pointer;
        }
        
        .faq p {
          color: rgba(48, 69, 92, 0.8);
          font-size: 13px;
          font-family: poppins;
          letter-spacing:normal;
          position: relative;
          overflow: hidden;
          max-height: 800px;
          opacity: 1;
          transform: translate(0, 0);
          margin-top: 14px;
          z-index: 2;
        }
        
        .faq ul {
          list-style: none;
          perspective: 900;
          padding: 0;
          margin: 0;
        }
        .faq ul li {
          position: relative;
          padding: 0;
          margin: 0;
          padding-bottom: 4px;
          padding-top: 18px;
          border-top: 1px dotted #dce7eb;
        }
        .faq ul li:nth-of-type(1) {
          animation-delay: 0.5s;
        }
        .faq ul li:nth-of-type(2) {
          animation-delay: 0.75s;
        }
        .faq ul li:nth-of-type(3) {
          animation-delay: 1s;
        }
        .faq ul li:last-of-type {
          padding-bottom: 0;
        }
        .faq ul li i {
          position: absolute;
          transform: translate(-6px, 0);
          margin-top: 16px;
          right: 0;
        }
        .faq ul li i:before, ul li i:after {
          content: "";
          position: absolute;
          background-color: #da1b23;
          width: 3px;
          height: 9px;
        }
        .faq ul li i:before {
          transform: translate(-2px, 0) rotate(45deg);
        }
        .faq ul li i:after {
          transform: translate(2px, 0) rotate(-45deg);
        }
        .faq ul li input[type=checkbox] {
          position: absolute;
          cursor: pointer;
          width: 100%;
          height: 100%;
          z-index: 1;
          opacity: 0;
        }
        .faq ul li input[type=checkbox]:checked ~ p {
          margin-top: 0;
          max-height: 0;
          opacity: 0;
          transform: translate(0, 50%);
        }
        .faq ul li input[type=checkbox]:checked ~ i:before {
          transform: translate(2px, 0) rotate(45deg);
        }
        .faq ul li input[type=checkbox]:checked ~ i:after {
          transform: translate(-2px, 0) rotate(-45deg);
        }
        
        @keyframes flipdown {
          0% {
            opacity: 0;
            transform-origin: top center;
            transform: rotateX(-90deg);
          }
          5% {
            opacity: 1;
          }
          80% {
            transform: rotateX(8deg);
          }
          83% {
            transform: rotateX(6deg);
          }
          92% {
            transform: rotateX(-3deg);
          }
          100% {
            transform-origin: top center;
            transform: rotateX(0deg);
          }
        }