/*
Theme Name: Rickett Luxury V2
Author: Planet media
Author URI: https://www.planetmedia.com.au/
Description:  Rickett Luxury is an custom bult them for the  Rickett Luxury website. Which are build with Quality in focus
Text Domain:  rickett_luxury
*/

:root{
      --whites: #ffffff;
     --blacks: #000000;
      --blues: #002466;
      --grays: #393e47;
      --darkGrays: #2b2f36;
      --red:rgb(185, 25, 25);
}
/* .home-bg {
    background: linear-gradient(
          89deg,
          rgb(2 41 106 / 68%) 0.32%,
          rgba(217, 217, 217, 0) 43.83%,
          rgba(217, 217, 217, 0) 70.32%,
          rgb(2 41 106) 104.19%
        )
        fixed,
      var(--background-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.home-bg {
  background: linear-gradient(91deg, rgb(2 41 106 / 71%) 0.32%, rgb(97 107 211 / 43%) 43.83%, rgba(217, 217, 217, 0) 70.32%, rgb(2 41 106) 104.19%) fixed, var(--background-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_blue{
  background: linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(0,36,102,1) 100%);
}

.properties_details{
  & ul {
    list-style: disc;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 45px;
}
}

/* contact_us Form Style */

.contact_us{
  & .wpforms-error{
    color: red;
        margin-top: 5px;
        font-size: 12px !important;
        padding-left: 15px;
        font-style: normal;
  }
  & .wpforms-layout-column-50{
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 0.75rem;
    margin-bottom: .75rem; */
    & .wpforms-field{
      /* width: 47.5%;*/
      display: flex;
      flex-direction: column; 
      margin: 10px 0px;
    }
  }
  & .wpforms-label-hide{
    display:none;
  }
  & .wpforms-field-label {
    font-weight: 500; 
    color: var(--blues); 
    font-size: 18px; 
    padding-top: 4px; 
    padding-bottom: 4px; 
  }
  & input[type='text'], input[type='email'], input[type='tel']{
    outline: none;  
    padding-left: 24px; 
    padding-right: 24px; 
    padding-top: 16px; 
    padding-bottom: 16px;
    border-radius: 8px; 
    border: 1px solid #d1d5db;
    width: 100%;
  }
  & .wpforms-field-textarea{
    display: flex;
    flex-direction: column;
    margin-bottom: .75rem;
    & textarea{
      outline: none;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      min-height: 164px;
      padding-left: 24px; 
      padding-right: 24px; 
      padding-top: 16px; 
      padding-bottom: 16px;
    }
  }
  & .wpforms-field-checkbox{
    & li{
      display: flex;
      margin-bottom: 1rem;
      align-items:center;
      & label{
        margin-left: 8px; /* ms-2 */
        font-size: 14px; /* text-sm */
        font-weight: 300; /* font-light */
        color: #111827; /* text-gray-900 */
      }
      & input[type='checkbox']{
        /* width: 1rem;
        height: 1rem; */
        border-radius: 0.25rem;
      }
    }
  }
  & .wpforms-submit{
   
      margin-top: 20px; /* mt-5 */
      white-space: nowrap; /* whitespace-nowrap */
      display: block; /* block */
      width: fit-content; /* w-fit */
      height: fit-content; /* h-fit */
      padding-left: 32px; /* md:px-8 */
      padding-right: 32px; /* md:px-8 */
      padding-top: 12px; /* md:py-3 */
      padding-bottom: 12px; /* md:py-3 */
      font-size: 18px; /* md:text-lg */
      background-color: var(--blues); /* bg-blues, replace with actual color code */
      border-radius: 6px; /* rounded-md */
      color: white; /* text-white */
      font-size: 16px; /* text-base */
      font-weight: 500; /* font-medium */
      border: 2px solid var(--blues); /* border-blues */
      transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    
  }
  & .wpforms-submit:hover{
    background-color: #002466eb;
  }
}
.wpforms-error-noscript{
  display: none;
}
#wpforms-error-noscript{
  display: none;
}

.header_menu .sub-menu{
  display: none;
}
.header_menu .is-open .sub-menu{
  display: block;
}

.sub-menu li{
  padding: 5px 10px;
}

.success_returninfo{
  & li {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    border-bottom: 1px dashed #02296a;
    padding: 7px 0px;
    color: #02296a;
  }
  & li:last-child{
    border-bottom: 0px dashed #02296a;
  }
}


.rlogin-form {
    max-width: 420px;
    width: 100%;
    overflow: hidden;
    background: #ffffffa8;
    background-size: cover;
    border-radius: 10px;
    backdrop-filter: blur(8px);
    text-align: center;
    display: flex;
    padding: 25px;
    flex-direction: column;

  & form{
    display: flex;
    margin: auto;
    flex-direction:column;
    min-width: 100%;
    gap: 15px;
    & p {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      align-content: flex-start;
      flex-wrap: wrap;
    }
    & input[type="text"] , input[type="password"] ,input[type="email"]{
      width: 100%; /* w-full */
      border-radius: 0.375rem; /* rounded-md */
      border: 1px solid #e0e0e0; /* border and border color */
      background-color: white; /* bg-white */
      padding-top: 0.5rem; /* py-3 */
      padding-bottom: 0.5rem; /* py-3 */
      padding-left: 1.5rem; /* px-6 */
      padding-right: 1.5rem; /* px-6 */
      font-size: 1rem; /* text-base */
      font-weight: 500; /* font-medium */
      color: #6B7280; /* text-[#6B7280] */
      outline: none; /* outline-none */
  }
  
  & input[type="text"]:focus, input[type="password"]:focus {
      border-color: #6A64F1; /* focus:border-[#6A64F1] */
      box-shadow: 0 0 0 3px rgba(106, 100, 241, 0.4); /* focus:shadow-md */
  }
  & label {
    color: var(--blues);
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.25rem;
    font-weight: 500;
  }
  & .button {
    background-color: var(--blues);
    color: var(--whites);
    border-radius: 25px;
    padding: 15px 10px;
    font-size: 1.2rem;
    line-height: 1.25rem;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    
  }
  & .button:hover{
    background-color: #011842;
  }
  }

}
.redflag{
  color: rgb(236, 32, 32) !important;
}
.greenFlag {
  border-color: #12e312 !important;
  color: #14c514 !important;
}

.rlogin-form{
  & .tab-item {
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
  }
  & .tab-item.active {
    border-bottom: 2px solid #000;
  }
  & .tab-content.hidden {
    display: none;
  }
}

.booking-form input[type="text"].form-control + .form-label {
  opacity: 1;
  top: 7px;
}
.booking-form input[type="email"].form-control + .form-label {
  opacity: 1;
  top: 7px;
}
.booking-form input[type="tel"].form-control + .form-label {
  opacity: 1;
  top: 7px;
}
textarea.form-control{
  height: 95px !important;
  padding-top: 20px !important;
}
textarea.form-control +.form-label{
  opacity: 1;
  top: 7px;
}

.in-wishlist svg{
  fill:var(--red);
}

/* Media Query for iPad in Portrait and Landscape */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Your styles for iPad */
  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns, 
  div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-field-layout-columns {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-right: -10px;
      margin-left: -10px;
      flex-direction: column;
  }

  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50, 
  div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-50 {
      width: 100% !important;
  }
}

/* Media Query for iPad Pro in Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  /* Your styles for iPad Pro */
  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-field-layout-columns, 
  div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-field-layout-columns {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-right: -10px;
      margin-left: -10px;
      flex-direction: column;
  }

  div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-50, 
  div.wpforms-container .wpforms-form .wpforms-field-repeater .wpforms-layout-column-50 {
      width: 100% !important;
  }
}

.classDi ul{
  list-style: disc !important;
  padding-left: 15px;
}

.gglobe {
  background-image: url("src/img/icons/language.svg") !important;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
  border-radius: 50%;
  height: 39px !important;
  width: 39px !important;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
}

.icon-remove {
  width: 1.5em;
  height: 1.5em;
  fill: #02296a00;
  transition: opacity 0.3s ease-in-out;
}
#wishlist-container{
	display:flex;
	gap:15px;
	flex-direction:column;
}

.gt_white_content {

  top: 18% !important;
  left: 85% !important;
  
}
.gt_black_overlay {
 
  background-color: #543a3a00 !important;
  
}
@media only screen and (max-width: 600px) {
  .gt_white_content {
   
    top: 50% !important;
    left: 50% !important;
    
  }
  .gt_black_overlay {
 
    background-color: #000000b7 !important;
    
  }
	.thumbnail .item {
		width: 90px;
		height: 124px;
		flex-shrink: 0;
		position: relative;
	}
}

.gt_switcher-popup span{
  display: none;
}

.nav-list li.with-submenu::after {
  border-color: #ffffff;
  right: 10px;
  top: 20px !important;
}

.loading{
  position: relative;

}

.loader {
  width: 15px;
  aspect-ratio: 1;
  position: relative;
}
.loader::before,
.loader::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--blues);
}
.loader::before {
  box-shadow: -25px 0;
  animation: l8-1 1s infinite linear;
}
.loader::after {
  transform: rotate(0deg) translateX(25px);
  animation: l8-2 1s infinite linear;
}

@keyframes l8-1 {
    100%{transform: translateX(25px)}
}
@keyframes l8-2 {
    100%{transform: rotate(-180deg) translateX(25px)}
}

.blog-content P{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.blog-content h2{
  font-size: 24px;
    color: #02296a;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-content h3{
    font-size: 18px; 
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-content ul{
  list-style: disc;
  padding-left: 25px;
}
.blog-content ul li{ 
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}