/* =========================================
   PREMIUM LUXURY TESTIMONIAL PAGE
========================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins', sans-serif;
    background:#f8f5ef;
    color:#222;
    overflow-x:hidden;
}

/* =========================================
   HERO SECTION
========================================= */

.testimonial-hero{
    position:relative;
    height:100vh;
    background:
    linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.55)),
    url('/images/testimonial-banner.jpg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-content{
    max-width:950px;
    padding:20px;
    animation:fadeUp 1.2s ease;
}

.hero-content h1{
    font-size:78px;
    color:#fff;
    font-weight:800;
    margin-bottom:25px;
    line-height:1.2;
    text-shadow:0 10px 30px rgba(0,0,0,0.4);
}

.hero-content p{
    font-size:24px;
    color:#f2f2f2;
    line-height:1.9;
    margin-bottom:45px;
}

/* =========================================
   BUTTONS
========================================= */

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.primary-btn,
.secondary-btn{
    padding:18px 40px;
    border-radius:60px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
    transition:0.4s;
}

.primary-btn{
    background:linear-gradient(135deg,#f7c35f,#d89d2a);
    color:#111;
    box-shadow:0 15px 35px rgba(212,157,42,0.35);
}

.primary-btn:hover{
    transform:translateY(-7px);
}

.secondary-btn{
    border:2px solid #fff;
    color:#fff;
    backdrop-filter:blur(10px);
}

.secondary-btn:hover{
    background:#fff;
    color:#111;
}

/* =========================================
   SECTION TITLE
========================================= */

.section-title{
    text-align:center;
    margin-bottom:80px;
}

.section-title h2{
    font-size:54px;
    margin-bottom:15px;
    color:#1b1b1b;
    font-weight:800;
}

.section-title p{
    color:#666;
    font-size:19px;
}

/* =========================================
   STATS SECTION
========================================= */

.stats-section{
    padding:110px 8%;
    background:#fff;
}

.stats-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:30px;
}

.stat-card{
    background:#fff;
    padding:55px 35px;
    border-radius:30px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    transition:0.4s;
    border:1px solid rgba(0,0,0,0.05);
}

.stat-card:hover{
    transform:translateY(-12px);
}

.stat-card h2{
    font-size:52px;
    color:#d89d2a;
    margin-bottom:15px;
    font-weight:800;
}

.stat-card p{
    color:#666;
    font-size:18px;
}

/* =========================================
   TESTIMONIAL SECTION
========================================= */

.testimonial-section{
    padding:120px 8%;
     background:
    linear-gradient(
        135deg,
        rgba(0,0,0,0.40),
        rgba(0,0,0,0.35)
    ),
    url('/images/mountains.jpg');

    background-size:cover;
    background-position:center;
    background-attachment:fixed;

    position:relative;
}

.testimonial-grid{
    display:grid;

   grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* responsive cards */
    gap:35px;
    align-items:flex-start;
}

.testimonial-top{
 display:flex;
     flex-wrap: wrap; /* allows wrapping on small screens */
    align-items:center;
    gap:25px;
}


.client-info{
    flex:1;
   min-width:120px;   /* IMPORTANT: gives guaranteed space */
 flex-shrink:0;
overflow: visible; 
}

.client-info h3{
    font-size:24px;
    margin-bottom:6px;
    color:#222;
white-space:normal;
    overflow:visible;
    text-overflow:unset;
    word-break:break-word;


}

.client-info span{
    display:block;
    color:#777;
    margin-bottom:6px;
display:block;
white-space:normal;
 width:100%;
   word-break:break-word;
}

.client-info small{
    color:#d89d2a;
    font-weight:600;
    font-size:14px;
 width:100%;
white-space:normal;
   word-break:break-word;
}


.testimonial-section .section-title{
    text-align:center;
    margin-bottom:70px;
}

.testimonial-section .section-title h2{

    color:#ffffff;

    font-size:52px;

    font-weight:800;

    margin-bottom:18px;

    text-shadow:
    0 5px 20px rgba(0,0,0,0.35);
}

.testimonial-section .section-title p{

    color:#f3f4f6;

    font-size:19px;

    letter-spacing:1px;
}
.testimonial-card{

    background:
 white;

    backdrop-filter:blur(18px);

    border-radius:35px;

    padding:45px 35px;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.25);

    transition:0.4s;

    border:
    1px solid rgba(255,255,255,0.08);

    overflow:hidden;

    position:relative;
  
}

.testimonial-card:hover{
    transform:translateY(-12px);
}


.testimonial-avatar{

    width:250px;
    height:250px;

    border-radius:50%;

    overflow:hidden;

    flex-shrink:0;

    position:relative;

    padding:6px;

    background:
    linear-gradient(
        135deg,
        #f7c35f,
        #ffdf8c,
        #d89d2a
    );

    box-shadow:
    0 18px 40px rgba(247,195,95,0.45);
}

.testimonial-avatar img{

    width:100%;
    height:100%;

    object-fit:cover;

    border-radius:50%;

    display:block;
}

/* DEFAULT IMAGE */

.default-avatar{

    width:100%;
    height:100%;

    background:
    linear-gradient(135deg,#d89d2a,#f7c35f);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    font-size:32px;
    font-weight:800;
}

/* STARS */

.stars{
    color:#f5b301;
    margin-bottom:20px;
    font-size:20px;
}

/* REVIEW TEXT */
.review-text{

    position:relative;

    color:#555;
    line-height:1.9;
    font-size:16px;

    padding-left:20px;

    border-left:4px solid #f7c35f;

}

/* QUOTE ICON */


/* RESPONSIVE */

@media(max-width:768px){

    .testimonial-top{
        flex-direction:column;
        text-align:center;
    }
.testimonial-card::before{

    content:'“';

    position:absolute;

    top:15px;
    right:25px;

    font-size:140px;

    color:rgba(247,195,95,0.12);

    font-family:serif;
}
    .review-text{
        padding-left:15px;
    }

}

.btn-book {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(135deg, #f7c35f, #d89d2a);
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.btn-book:hover {
  background: linear-gradient(135deg, #d89d2a, #f7c35f);
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

/* =========================================
   VIDEO SECTION
========================================= */



.video-testimonial-section{
    padding:120px 8%;
    background:#fff;
}


.video-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:35px;
}

.video-card{
    border-radius:30px;
  background:#000;
    box-shadow:0 10px 40px rgba(0,0,0,0.1);
}

.video-card video{
    width:100%;
    display:block;
border-radius:30px;
}

/* ========================================
   STAFF SECTION
======================================== */

.staff-section{
    padding:120px 8%;
    background:#f7f5f2;
    position:relative;
    overflow:hidden;
}

/* soft texture */
.staff-section::before{
    content:'';
    position:absolute;
    inset:0;

    background-image:
    radial-gradient(rgba(0,0,0,0.03) 1px, transparent 1px);

    background-size:25px 25px;

    opacity:0.4;
}

/* ========================================
   TITLE
======================================== */

.section-title{
    text-align:center;
    margin-bottom:80px;
    position:relative;
    z-index:2;
}

.section-title h2{
    font-size:64px;
    font-weight:800;
    color:#111;
    margin-bottom:20px;
    line-height:1.1;
}

.section-title p{
    max-width:750px;
    margin:auto;

    font-size:20px;
    line-height:1.8;

    color:#666;
}

/* ========================================
   GRID
======================================== */

.staff-grid{
    display:grid !important;

    grid-template-columns:
  repeat(auto-fit, minmax(340px, 1fr));

    gap:40px;
align-items:start;
}

/* ========================================
   CARD
======================================== */

.staff-card{
    background:#fff;

    border-radius:30px;

    overflow:hidden;

    transition:0.45s ease;

    box-shadow:
    0 10px 35px rgba(0,0,0,0.08);

    border:1px solid rgba(0,0,0,0.05);

    position:relative;
}

/* hover */
.staff-card:hover{
    transform:translateY(-12px);

    box-shadow:
    0 20px 50px rgba(0,0,0,0.15);
}

/* ========================================
   IMAGE
======================================== */

.staff-image{
    position:relative;
    height:340px;
    overflow:hidden;
}

/* curved effect */
.staff-image::after{
    content:'';

    position:absolute;

    left:-5%;
    right:-5%;
    bottom:-60px;

    height:120px;

    background:#fff;

    border-radius:50%;
}

.staff-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:0.7s ease;
}

/* image zoom */
.staff-card:hover img{
    transform:scale(1.08);
}

/* ========================================
   CONTENT
======================================== */

.staff-content{
    padding:
    50px 30px 35px;

    text-align:center;

    position:relative;
    z-index:2;
}

/* NAME */
.staff-content h3{
    font-size:32px;
    color:#111;
    margin-bottom:10px;
    font-weight:800;
}

/* POSITION */
/* this targets your existing <p> position */
.staff-content > p:first-of-type{
    color:#ff7b00;

    font-size:19px;
    font-weight:700;

    margin-bottom:22px;
}

/* DESCRIPTION */
.staff-description{
    color:#666;

    font-size:16px;

    line-height:1.9;

    margin-bottom:28px;
}

/* RATING */
.staff-rating{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    padding:12px 22px;

    border-radius:50px;

    background:#fff4e8;

    color:#ff8800;

    font-size:15px;
    font-weight:600;

    border:1px solid rgba(255,136,0,0.15);
}

/* ========================================
   MOBILE
======================================== */

@media(max-width:992px){

    .section-title h2{
        font-size:48px;
    }

    .section-title p{
        font-size:18px;
    }

}

@media(max-width:768px){

    .staff-section{
        padding:90px 6%;
    }

    .section-title h2{
        font-size:38px;
    }

    .staff-image{
        height:300px;
    }

    .staff-content h3{
        font-size:28px;
    }

}

/* =========================================
   GALLERY SECTION
========================================= */

.gallery-section{
    padding:120px 8%;
    background:#fff;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:22px;
}

.gallery-card{
    overflow:hidden;
    border-radius:28px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.gallery-card img{
    width:100%;
    height:320px;
    object-fit:cover;
    transition:0.7s;
}

.gallery-card:hover img{
    transform:scale(1.12);
}

/* =========================================
   FORM SECTION
========================================= */

.review-form-section{
    padding:130px 8%;
    background:linear-gradient(to bottom,#fff,#f7f2e8);
}

.review-form-container{
    max-width:1000px;
    margin:auto;
    background:rgba(255,255,255,0.9);
    backdrop-filter:blur(15px);
    border-radius:40px;
    padding:70px;
    box-shadow:0 20px 60px rgba(0,0,0,0.1);
}

.form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:22px;
    margin-bottom:25px;
}

.review-form-container input,
.review-form-container textarea,
.review-form-container select{
    width:100%;
    padding:20px;
    border:none;
    border-radius:18px;
    background:#f5f5f5;
    font-size:16px;
    outline:none;
    transition:0.3s;
}

.review-form-container input:focus,
.review-form-container textarea:focus,
.review-form-container select:focus{
    background:#fff;
    box-shadow:0 0 0 3px rgba(216,157,42,0.2);
}

.review-form-container textarea{
    resize:none;
    margin-bottom:25px;
}

.upload-row{
    margin-bottom:25px;
}

.upload-row label{
    display:block;
    margin-bottom:10px;
    color:#555;
    font-weight:600;
}

.submit-btn{
    width:100%;
    padding:20px;
    border:none;
    border-radius:20px;
    background:linear-gradient(135deg,#f7c35f,#d89d2a);
    color:#111;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:0.4s;
    box-shadow:0 15px 35px rgba(216,157,42,0.25);
}

.submit-btn:hover{
    transform:translateY(-6px);
}

/* =========================================
   CTA SECTION
========================================= */

.cta-section{
    position:relative;
    padding:140px 8%;
    text-align:center;
    background:
    linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.65)),
    url('/images/cta-bg.jpg');
    background-size:cover;
    background-position:center;
}

.cta-content{
    position:relative;
    z-index:2;
    max-width:850px;
    margin:auto;
}

.cta-content h2{
    font-size:62px;
    color:#fff;
    margin-bottom:25px;
    font-weight:800;
}

.cta-content p{
    color:#eee;
    font-size:21px;
    line-height:1.9;
    margin-bottom:45px;
}






/* =========================================
   ANIMATION
========================================= */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px){

    .hero-content h1{
        font-size:52px;
    }

    .section-title h2{
        font-size:42px;
    }

    .cta-content h2{
        font-size:46px;
    }

    .form-row{
        grid-template-columns:1fr;
    }

    .review-form-container{
        padding:45px 30px;
    }
}

@media(max-width:768px){

    .testimonial-hero{
        height:80vh;
    }

    .hero-content h1{
        font-size:38px;
    }

    .hero-content p{
        font-size:18px;
    }

    .section-title h2{
        font-size:34px;
    }

    .cta-content h2{
        font-size:36px;
    }
}

@media(max-width:991px){

    .testimonial-grid{
        column-count:2;
    }

}

@media(max-width:768px){

    .testimonial-grid{
        column-count:1;
    }

}