  
   /* Background + Text */
.agent-hero {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 20px;
    padding-bottom: 20px; /* fixed negative padding */
    background: url('/images/agents/agents.jpg') no-repeat center/cover;
    color: #fff;
    position: relative;
    overflow: hidden;
}

/* background overlay */
.agent-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.7); /* 0.8 opacity */
    z-index: 1;
}

/* keep text above overlay */
.agent-hero * {
    position: relative;
    z-index: 2;
}

.hero-text {
    padding: 0px 100px;
    text-align: start;
}

.hero-text h1 {
    font-size: 36px;
    font-weight: 700;
    color: #d4b159;
}

.hero-text .subtitle {
    margin-top: 10px;
    font-size: 16px;
    color: #ddd;
}

/* Search Box */
.search-box {
    width: 95%;
    max-width: 1200px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    padding: 25px;
 margin: 40px auto 0px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    align-items: end;
}

.field label {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.field input,
.field select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #ddd;
    font-size: 15px;
}

/* Search Button */
.search-btn {
    background: #d4b159;
    border: none;
    padding: 14px 20px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* --------------- RESPONSIVE ----------------- */

/* Tablets */
@media (max-width: 992px) {
    .hero-text{
    padding: 0px 40px;
    text-align: start;
}
    .search-box {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .hero-text{
    padding: 0px 20px   ;
    text-align: start;
}
    .search-box {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .search-btn {
        width: 100%;
    }

    .hero-text h1 {
        font-size: 26px;
    }
}






/* /agents section */

.agentes-detailes{
    padding: 80px;
}

 .Agent-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
 }

.agent-card {
     
    padding: 30px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin: 20px auto;
}

.agent-img {
    position: relative;
    display: inline-block;
}
#agents-hdng{
    h1{
        font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 36px;
text-align: center;
color: #1A1A1A;
    }
    p{
        font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
text-align: center;
color: #4A4A4A;

    }
}
.agent-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%; 
    border: 4px solid #d4b159;
}

.verified-badge {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background: #d4b159;
    color: white;
    padding: 6px 7px;
    border-radius: 50%;
    font-size: 16px;
}

.agent-card h2 {
    margin: 12px 0 5px;
    font-size: 22px;
    font-weight: 600;
}

.role {
    color: #666;
    margin-bottom: 15px;
}

.rating {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.stars {
    color: #f1b10f;
    font-size: 20px;
}

.rate-number {
    font-weight: 600;
}

.experience {
    color: #444;
    margin-bottom: 18px;
}
 
.tags{

     font-family: DM Sans;
font-weight: 400;
font-style: Regular;
font-size: 12px;
 color: #0B0C0E;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.call-btn {
    background: #C8A648;
    color: #000;
    padding: 10px 20px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    img{
        width:15px;
    }
}

.profile-btn {
    background: transparent;
    border: 2px solid #C8A648;
    color: #C8A648;
   padding: 0px 10px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}

.notsure{
    display: flex;
 justify-content: center;
 align-items: center;
 padding: 80px 250px;
}
#notsurecontainer{
   
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
padding-top: 56px;
padding-right: 32px;
padding-bottom: 56px;
padding-left: 32px;
border-radius: 32px;
background: linear-gradient(100.76deg, #0B0C0E 0.48%, #1A1C20 50.24%, #0B0C0E 100%);
h1{
    font-family: Josefin Sans;
font-weight: 700;
font-style: Bold;
font-size: 36px;
 
text-align: center;
color: #ffff;
}
p{
font-family: DM Sans;
font-weight: 500;
font-style: Medium;
font-size: 18px;
 color:#FFFFFFA3;
text-align: center;

}
}
.notsurebutton{

    display: flex;
    flex-direction: column;
    gap: 30px;
   #support{
  
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
border-radius: 12px;
border-width: 2px;
background-color: #FFFFFF;
a{
    font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color: #C8A648;

}
   } 
   #getagent{
   
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
border-radius: 12px;
background-color:   #C8A648;
border: none;
a{
font-family: DM Sans;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
 color:   #1A1A1A;
}

   }

}

@media(max-width:990px){
     .Agent-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:10px;
 } 
 
.call-btn {
    background: #C8A648;
    color: #000;
    padding: 4px 10px;
    border-radius: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    img{
        width:15px;
    }
}

.profile-btn {
    background: transparent;
    border: 2px solid #C8A648;
    color: #C8A648;
   padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
}
      .agentes-detailes{
    padding: 40px;
}
#notsurecontainer{
    h1{
        font-size:25px;
    }
    p{
        font-size:10px;
    }
}
.notsure{
    display: flex;
 justify-content: center;
 align-items: center;
 padding: 40px 40px;
}
 
}


@media(max-width:600px){
    .agentes-detailes{
       #agents-hdng 
       {
        h1{
            font-size:25px;
        }
        P{
            font-size:16px;
        }
    }

    padding: 20px;
}
.notsure{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
     .Agent-grid{
    display: grid;
    grid-template-columns: repeat(1,1fr);
 }
 .agent-hero {
    
padding-top: 60px;
    
padding-left: 20px;
    
padding-right: 20px;
    
padding-bottom: -20px;
    
background: url('/images/agents/agents.jpg') no-repeat center/cover;
    
color: #fff;
    
text-align: center;
    
position: relative;
margin:50px 0px;
}
  
}