/* ========================================
   ARABIAN LUXURY HOMES - CUSTOM STYLES
   ======================================== */

/* ========================================
   TABLE OF CONTENTS
   ========================================
   1. CUSTOM SECTION PADDING
   2. LOGO STYLES
   3. HERO SECTION
   4. PROJECT STYLES
   5. HEADER & NAVIGATION
   6. BUTTONS & INTERACTIONS
   7. ABOUT SECTION
   8. FEATURED CONTENT
   9. VIDEO BANNER
   10. TESTIMONIALS
   11. FOOTER STYLES
   12. UTILITY CLASSES
   13. RESPONSIVE DESIGN
   ======================================== */

/* ========================================
   1. CUSTOM SECTION PADDING
   ======================================== */
   .custom-sec-pd {
    padding: 70px 0;
}

/* ========================================
   2. LOGO STYLES
   ======================================== */
.logo--light,
.logo--dark {
  max-width: 152px;
  margin-top: -20px;
}

/* ========================================
   3. HERO SECTION
   ======================================== */
.hero__section {
 background: none;
 position: relative;
 height: 100vh;
 display: flex;
 align-items: center;
 justify-content: center;
}

.hero__section--wrapper {
 position: relative;
 z-index: 1;
}

.hero__content {
max-width: 800px;
text-align: center;
margin: auto;
    padding: 20px;
}

.hero__content h1 {
font-weight: 400;
margin-bottom: 20px;
letter-spacing: 1px;
}

.hero__content p {
color: white;
font-weight: 400;
font-size: 20px;
line-height: 1.4;
}

.hero__content--style5 .hero__content--heading__desc {
    width: 100% !important;
}

/* Video Wrapper */
.video-wraper {
 position: absolute;
 inset: 0;
}

.video-wraper video {
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.video-wraper::before {
 position: absolute;
 content: '';
 inset: 0;
 background: black;
 opacity: 0.5;
}

/* ========================================
   4. PROJECT STYLES
   ======================================== */
.section__heading--title {
text-transform: uppercase;
}

.project__content {
margin: -50px 30px 0 30px !important;
}

.project__thumbnail--link {
border-radius: 10px;  
}

.project__thumbnail--link img {
border-radius: 10px;
}

/* ========================================
   5. HEADER & NAVIGATION
   ======================================== */
.header-menu button {
  background: none;
  border: none;
  padding: 0;
  color: white;
  margin-top: -3px;
}

.custom-header .offcanvas__header--menu__open {
display: block !important;
padding-left: 30px;
position: absolute;
top: 30px;
left: 30px;
}

/* ========================================
   6. BUTTONS & INTERACTIONS
   ======================================== */
.solid__btn {
    color: black;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
}

.solid__btn.hero__section--btn {
color: black;
margin-top: 12px;
background: white;
border: 1px solid white;
}

.hero__section--btn:hover {
    background: #e42e2c;
    color: white;
}

.brand-360 {
    color: #e42e2c;
    position: relative;
    text-decoration: underline;
    font-weight: 700;
}

/* ========================================
   7. ABOUT SECTION
   ======================================== */
.home-about-img {
position: relative;
}

.home-about-img img {
position: relative;
border-radius: 0 30px 0 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
}

.home-about-img::before {
content: '';
position: absolute;
width: 100%;
height: calc(100% - 30px);
    background: var(--color-hover);
left: -10px;
top: 40px;
}

/* ========================================
   8. FEATURED CONTENT
   ======================================== */
.featured__card--title,
.blog__title {
text-transform: uppercase;
}

.featured__card--price {
    display: none;
}

.featured__author--img__style2 {
    display: none;
}

.featured__card--list {
    align-items: center;
}

.featured__list--wishlist__btn {
display: none !important;
}

.featured__content--list__top {
margin-bottom: 0;
}

.featured__content--desc {
margin-bottom: 8px;
}

/* ========================================
   9. VIDEO BANNER
   ======================================== */
.video__banner--area {
position: relative;
}

.video__banner--area::before {
position: absolute;
content: "";
width: 100%;
height: calc(100% - 3px);
background: rgba(0, 0, 0, 0.82);
left: 0;
top: 0;
z-index: 1;
}

.home-video-wrap {
position: absolute;
inset: 0;
text-align: center;
max-width: 800px;
margin: auto;
z-index: 1;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
}

.home-video-content h2 {
color: white;
font-size: 50px;
line-height: 60px;
letter-spacing: 2px;
}

/* ========================================
   10. TESTIMONIALS
   ======================================== */
.testimonial__icon path {
fill: var(--color-hover);
}

.testimonial__gallery .swiper-wrapper {
display: none;
}

.testimonial__section--three::before {
background-image: url(../img/other/about-items1.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.testimonial__rating {
display: none;
}

.testimonial__content--icon {
display: none;
}

.testimonial__content.style3 {
padding-left: 10rem;
text-align: center;
}

.testimonial__footer {
justify-content: center !important;
margin-top: 0;
}

.testimonial__author--wrapper {
flex-direction: column;
justify-content: center;
width: 100%;
}

/* ========================================
   11. FOOTER STYLES
   ======================================== */
.footer-list-menu {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ccc;
}

.footer-list-menu h4 {
font-size: 14px;
font-weight: 600;
}

.footer-right {
padding-left: 25px;
border-left: 1px solid #ccc;
}

/* ========================================
   12. UTILITY CLASSES
   ======================================== */
.custom-icon svg path {
  fill: var(--color-hover);
}

.contact__property--desc {
    font-size: 2rem;
}

.contact__form--input__field {
    box-shadow: 0 0 0 2px rgba(228, 46, 44, 0.1);
}

/* ========================================
   CONTACT FORM VALIDATION STYLES
   ======================================== */
.error-message {
    color: #e42e2c;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    font-weight: 500;
    position: absolute;
}

.contact__form--input.error,
.contact__form--textarea.error {
    border-color: #e42e2c;
    /* box-shadow: 0 0 0 2px rgba(228, 46, 44, 0.1); */
}

.contact__form--input__field.error,
.contact__form--textarea__field.error,
.contact__form--select.error {
    border-color: #e42e2c;
    background-color: rgba(228, 46, 44, 0.05);
}

.contact__form--input__field.error:focus,
.contact__form--textarea__field.error:focus,
.contact__form--select.error:focus {
    border-color: #e42e2c;
    box-shadow: 0 0 0 2px rgba(228, 46, 44, 0.2);
    outline: none;
}

.char-counter {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-top: 5px;
}

.char-counter.warning {
    color: #ff9800;
}

.char-counter.danger {
    color: #e42e2c;
}

/* Success state */
.contact__form--input.success,
.contact__form--textarea.success {
    border-color: #4caf50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}

.contact__form--input__field.success,
.contact__form--textarea__field.success,
.contact__form--select.success {
    border-color: #4caf50;
    background-color: rgba(76, 175, 80, 0.05);
}

/* Loading state */
.contact__form--btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    background-color: #ccc;
    color: #666;
}

/* Form validation animations */
.contact__form--input,
.contact__form--textarea {
    transition: all 0.3s ease;
}

.error-message {
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   THANK YOU PAGE STYLES
   ======================================== */
.thank-you__section {
    min-height: 60vh;
    display: flex;
  align-items: center;
}

.thank-you__content {
    background: #fff;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.thank-you__icon {
    animation: bounce 1s ease-in-out;
}

.thank-you__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.thank-you__message {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.thank-you__actions .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.thank-you__actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* ========================================
   TERMS & CONDITIONS PAGE STYLES
   ======================================== */
.terms__section {
    padding: 4rem 0;
    background: #f8f9fa;
}

.terms__content {
    background: #fff;
    padding: 3rem;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
}

.terms__title {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 500;
    color: black;
    margin-bottom: 0.5rem;
}

.terms__subtitle {
    font-size: 2rem;
    color: black;
    font-style: italic;
}

.terms__divider {
    width: 80px;
    height: 3px;
    background: var(--color-hover);
    margin: 1rem auto 0;
    border-radius: 2px;
}

.terms__body {
    line-height: 1.8;
}

.terms__section-content {
    margin-bottom: 2.5rem;
}

.section__title {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 400;
    color: black;
}

.subsection__title {
    font-size: 2.4rem;
    font-weight: 600;
    color: black;
    margin: 10px 0 10px 0;
}

.section__content {
    color: #555;
    font-size: 1rem;
    margin-top: 1rem;
}

.section__content p {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.terms__list {
    margin: 1rem 0;
    padding-left: 40px;
}

.terms__list li {
    margin-bottom: 0.5rem;
    color: black;
    font-size: 2rem;
    list-style: disc;
}

.contact__info {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--color-hover);
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.contact__info p {
    margin-bottom: 0.5rem;
}

.contact__info p:last-child {
    margin-bottom: 0;
}

.terms__footer {
    padding-top: 2rem;
    border-top: 2px solid #e9ecef;
}

.terms__actions {
    margin-bottom: 1rem;
}

.terms__actions .btn {
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.terms__actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.terms__footer-text {
    font-size: 2rem;
    color: black;
    font-style: italic;
}

/* Responsive Design */
@media (max-width: 768px) {
    .terms__content {
        padding: 2rem 1.5rem;
        margin: 1rem;
    }
    
    .terms__title {
        font-size: 2rem;
    }
    
    .section__title {
        font-size: 1.3rem;
    }
    
    .subsection__title {
        font-size: 1.1rem;
    }
    
    .terms__actions {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .terms__actions .btn {
        width: 100%;
    }
}

/* ========================================
   13. RESPONSIVE DESIGN
   ======================================== */

/* Large Desktop (max-width: 1100px) */
@media (max-width: 1100px) {
.main__menu.main__menu--style4 {
  display: none !important;
}
    
.custom-header .offcanvas__header--menu__open {
  left: 0;
  top: 25px;
}
    
.main__logo--link img {
  width: 150px !important;
}
}

/* Tablet (max-width: 991px) */
@media (max-width: 991px) {
.header__section {
  padding: 0 !important;
}

.testimonial__gallery {
  display: none;
}

.testimonial__section--three::before {
  display: none;
}

.testimonial__content.style3 {
  padding-left: 0;
  text-align: center;
  width: calc(100% - 1rem) !important;
  padding-bottom: 0;
}
}

/* Mobile (max-width: 767px) */
@media (max-width: 767px) {
.video__thumbnail .video__field {
  width: 100%;
  cursor: pointer;
  height: 300px;
  object-fit: cover;
}

.home-video-content h2 {
  font-size: 26px;
  line-height: 36px;
    }
}

/* ========================================
   END OF CUSTOM STYLES
   ======================================== */