@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
} 
body{
  width: 100%;
    background-color:white;
    height: 100vh;
   font-family: -apple-system,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; 
}

nav{
    padding: 0 50px;
    width: 100%;
    
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.navbar-one{
    display: flex;
    background-color: #0096C7;
    color:navy;
    cursor: pointer;
    font-weight: bolder;
    font-size: 14px;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 8px;
    font-style: italic;
    font-weight: 400;

    


}

.navbar-one .left .email {
    font-size: 14px;
    color: navy;
    margin-left: 0;
    font-weight: bolder;
    margin-left: 20px;
    font-weight: 400;


}
.phone{
    margin-left: 50px;
}
.right > div{
    margin-right:20px;
    gap: 5px;
}
.right > div + div{
    margin-left: 0;
}

.navbar-one .left .email :hover
{
    color: white;
    transition: all 0.5s;
}

.navbar-one .left .phone :hover
{    color: white;
    transition: all 0.5s;
}
.email:hover{
    color: goldenrod;
}
span{
    margin-left: 5px;
    font-weight: 500;

}
.navbar-second{
    border-bottom: none;
    padding-top: 2px;
    padding-bottom: 2px;
    background: white;
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-left: 0;
}

.logo{

    margin-left:0;
    width: 50%;
}

.logo img{
  padding-top: 28px;
    width: 32%;
    margin-left: 0;
}
.logo h1{
    text-transform: uppercase;
    font-size: 34px;
    cursor: pointer;
    color:goldenrod;
    margin-top: 20px;
    font-weight: bolder;
    padding-right: 70px;
    margin-right: 10px;
 
}
.logo p{
    font-size: 21;
    cursor: pointer;
    color:red;
    stroke-width: 5%;
    font-weight: bolder;
}

.flexx{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
    float: left;
    margin-left: 8px;
}
/* Hide menu on mobile */
.menu-toggle {
  display: none;
  font-size: 18px;
  color: rosybrown;
  cursor: pointer;
  margin-left: auto;
  width: min-content;
}

/* Mobile styles */
@media (max-width: 768px) {
  .navbar-second {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px;
    position: relative;
  }

  .menu-toggle {
    display: flex;
    margin-left: 0;
  }

  .flexx {
    display: none;
    flex-direction: column;
    width: 100%;
    background:navy;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: center;
    padding: 15px 0;
    z-index: 10;
  }

  .flexx.active {
    display: flex;
  }

  .flexx li {
    margin: 10px 0;
  }

  .flexx a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
  }

   .flexx a:hover {
    color:white;
    font-size: 16px;
    text-decoration: none;
  }
}
/* Container centers the card */
.user-detail-container {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background: #f4f6f9;
}

/* Main card */
.user-card {
    width: 100%;
    max-width: 650px;
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Headers */
.user-card h2 {
    font-size: 26px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.user-card h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #34495e;
    font-weight: 500;
}

/* User info rows */
.user-info p {
    font-size: 16px;
    margin: 10px 0;
    line-height: 1.5;
}

.user-info span:first-child {
    font-weight: 600;
    color: #555;
}

/* Role badge */
.role-tag {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Role color variants */
.role-tag.admin {
    background: #1abc9c;
    color: white;
}

.role-tag.user {
    background: #3498db;
    color: white;
}

/* Notes list */
.notes-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.notes-list li {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.note-content {
    font-size: 15px;
    color: #333;
}

.note-date {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}

/* No notes */
.no-notes {
    text-align: center;
    color: #888;
    padding: 12px;
    font-style: italic;
}

/* Back button */
.back-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.2s ease;
}

.back-btn:hover {
    background: n;
}

li{
    list-style: none;
      
}
a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 8px;
    color: navy;
    font-weight: 400;
    padding: 3px;
    font-style: oblique;
}

a:hover{
    color: black;
    border-bottom: 2px solid goldenrod;
    transition: all 0.5s;
    text-decoration: none;}


#top {
    position: relative;
    background-image: url("/static/SPAPHOTOS/movers5.jg");
    background-size: cover;
    padding: 150px;
    margin-top: 20px;
    overflow: hidden;
    background-position: top;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 40px;
    margin-top: 40px;
    height: 50%;
    font-weight: bolder;
    font-size: xx-large;
    color: goldenrod;
    text-align: center;
    
}


#top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/static/SPAPHOTOS/movers5.jpeg");
    background-size: cover;
    filter: blur(5px); 
    z-index: -1; /* Position behind content */
    font-weight: bolder;
    font-size: xx-large;
    color: goldenrod;
    text-align: center;
}
.whyus{
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.whyus h1 {
    align-items: center;
    text-align: center;
    width: 50%;
    height: 50%;
    font-weight: 700;
    font-size: large;
    color: #052f5c;
    position: relative; /* Ensure positioning context for pseudo-element */
}

.whyus h1::after {
    content: ''; /* Required for pseudo-elements */
    position: absolute; /* Position relative to the h1 */
    left: 0;
    bottom: -8px; /* Adjust as needed to control distance from text */
    width: 100%;
    height: 3px; /* Adjust thickness of the dashed line */
    background-image: 
        linear-gradient(to right, transparent calc(33.33% - 1px), rgba(49, 50, 0, 0.945) calc(33.33% - 1px), rgba(49, 50, 0, 0.945) 33.33%, transparent 33.33%, transparent calc(66.66% - 1px), rgba(49, 50, 0, 0.945) calc(66.66% - 1px), rgba(49, 50, 0, 0.945) 66.66%, transparent 66.66%);
    background-size: 6px 3px; /* Adjust dash length (6px) and thickness (3px) */
    background-repeat: repeat-x; /* Repeat the gradient horizontally */
    transition: background-position 0.3s ease; /* Smooth transition for animation */
}

.whyus h1:hover::after {
    background-position: 100% 0; /* Move the gradient to animate the dash effect */
}
.formhead{
    display: flex;
    justify-content: center;
}
.formhead h1 {
    align-items: center;
    text-align: center;
    width: 50%;
    height: 50%;
    font-weight: 700;
    font-size: xx-large;
    color:black;
    position: relative; /* Ensure positioning context for pseudo-element */
    background: white;
    border-radius: 15px;
}

.formhead h1::after {
    content: ''; /* Required for pseudo-elements */
    position: absolute; /* Position relative to the h1 */
    left: 0;
    bottom: -8px; /* Adjust as needed to control distance from text */
    width: 100%;
    height: 3px; /* Adjust thickness of the dashed line */
    background-image: 
        linear-gradient(to right, transparent calc(33.33% - 1px), rgba(49, 50, 0, 0.945) calc(33.33% - 1px), rgba(49, 50, 0, 0.945) 33.33%, transparent 33.33%, transparent calc(66.66% - 1px), rgba(49, 50, 0, 0.945) calc(66.66% - 1px), rgba(49, 50, 0, 0.945) 66.66%, transparent 66.66%);
    background-size: 6px 3px; /* Adjust dash length (6px) and thickness (3px) */
    background-repeat: repeat-x; /* Repeat the gradient horizontally */
    transition: background-position 0.3s ease; /* Smooth transition for animation */
}

.formhead h1:hover::after {
    background-position: 100% 0; /* Move the gradient to animate the dash effect */
}
.flash-messages-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; /* Ensure full height to center vertically */
    margin-top: 20px; /* Adjust margin as needed */
}

.alert {
    background-color:green; /* Example background color */
    border-color: #c3e6cb; /* Example border color */
    color: white; /* Example text color */
    margin-bottom: 10px; /* Adjust margin as needed */
    text-align: center;
    font-family: 500;
    padding: 5;
    width: max-content;
}

.alert .close {
    position: relative;
    top: -0.5rem;
    right: -1rem;
}
.galleryhead{
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0;

}
.galleryhead h1{
    color: goldenrod;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 15px;
}


.wwd, .services {
    position: relative;
    z-index: 1; /* Ensure content is above the blurred background */
}

.wwd h1, .wwd h2, .services p {
    color: white; /* Example: Ensure text is readable against the blurred background */
}

.topintro {
    display: flex;
    padding: 350px 100px;
    margin-top: 140px;
    background-image: url("/static/SPAPHOTOS/packing2.jpg");
    background-size: cover; 
 
}

.pheader h1 {
    color: #052f5c;
    width: 75%;
    margin-top: -61px;
    font-weight: 800;
    animation: dance 5s ease-in-out infinite; /* Apply animation */
}

@keyframes dance {
    0%, 100% {
        transform: translateY(-5px); /* Move text 5 pixels up */
    }
    50% {
        transform: translateY(5px); /* Move text 5 pixels down */
    }
}
.pheader p {
    padding: 20px;  
    border-radius: 60px;
    padding: 20px; 
    border: 5px solid transparent; 
    border-radius: 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    background:linear-gradient(45deg, blueviolet, lightgreen);
    width: 50%;
    color: whitesmoke;
    font-weight: 800;

}
#exploreservices{
    justify-content: center;
}
.headingsfeatures{
    justify-content: center;
}


.feature_base {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0;
    background:aliceblue; /* light background */
}

.fb {
    display: flex;
    flex-wrap: wrap; /* responsive row layout */
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
}

.feature_box {
    flex: 1 1 250px;
    background: transparent;
    border-radius: 1px;
    padding: 25px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 9px 5px black;
}

.feature_box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.feature_box h3 {
    font-size: 1.3rem;
    color: #1a237e; /* deep blue */
    text-transform: capitalize;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 5px;
}

.feature_box h4 {
    color: #333;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 8px;
}

.feature_box p {
    color: #555;
    font-size: 0.95rem;
    margin-top: 5px;
}

.spby {
    background-color: #052f5c;
    padding: 2px 5px;
    box-shadow: 
        0 0 10px 5px rgba(0, 0, 0, 0.2), /* Outer shadow */
        inset 0 0 10px rgba(255, 255, 255, 0.5); /* Inner shadow */
    justify-content: center;
    float: right;
    margin-top: calc(1cm - 10px); /* 1cm down */
    margin-left: 5px; /* 5px right */
}

.spby img{
    width: 10%;

}
.secfnote h1{
    color: red;
}
@keyframes bulge {
    0% { transform: scale(1); } 
    15% { transform: scale(1.2); } 
    30% { transform: scale(1); } 
    60% { transform: scale(1.5); } 
    90% { transform: scale(1); }
  
    100% { opacity: 1; } 

}

.otherservices {
    justify-content: space-between;
    width: fit-content;
    border-radius: 5px; 
    height: 55%;
    margin-left: 30px;
    margin-top: 40px;
    margin: 0 auto; 
    display: flex;
    flex-direction: column;
}

.otherservices:hover {
    animation: bulge 0.3s ease-out forwards;
}
.otherservices a.btn {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    color:#052f5c;
    transition: background-color 0.3s, color 0.3s;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); 
    background-color: goldenrod;
    
    font-weight: 600;
    margin-left: 0%;
    height: 75%;
    width: fit-content;

}

.otherservices a.btn:hover {
    background-color:white;
}
.otherservices h3,h5
{
    font-weight: bolder;
    color:#052f5c;
    font-size: medium;
}
  


.feature_box h3{
    font-weight: bold;
    padding: 2px;
    color: navy;
    font-size: 14px;
}
.feature_box h5{
    color: black;
}

.feature_box h4 {
    margin-bottom: 5px; 
    font-size: 14px; 
    font-weight: 500;
    text-align: center;
    position: relative;
    color: black; 
}
.feature_box h5 {
    font-weight: bold; 
    font-style: italic;
    padding: 1px 2px;
    border-width: 40px;
}



.feature_box p{
    margin-top: 20px;
    font-weight: 800;
    font-size: 12px;
    margin: 0.1; 
    padding: 0; 


}
#wcu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 40px;
    margin-top: 40px;
    background-color:gainsboro;

}
#wcu .reasons h1{
    align-items: center;
    text-align: center;
    width: 50%;
    height: 50%;
    font-weight: 700;
    font-size: xx-large;
        color: goldenrod;
        
}
#wcu .reasons p{
    margin: 0;
    margin-left: 40px;
    align-items: center;
    
}
#wcuhouse{
    margin-left: 0;
    display: flex;
    flex-direction: row;
    height: 20%;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}
#wcuhouse .reasons{
    margin-top: 50px;
    margin-left: 5px;
    display: flex;
    flex-direction: row;
    width: 75%;
    height: 20%;
    margin-right: 20px;
}
#wcuhouse .reasons h1{
    width: 10%;
    word-spacing: 0.05;
    box-shadow: 
        0 0 10px 5px rgba(0, 0, 0, 0.2), 
        inset 0 0 10px rgba(255, 255, 255, 0.5); 
        border-radius: 15px;
        font-weight: 700;
        font-size: 28px;
    
}
.karen{
    position: relative;
}
#wcuhouse .reasons p{
    margin-top: 20px;
    line-height: 0.8;
    font-weight: 600;
    height: 50%;
    margin-left: 15px;
    width: 100%;
    padding: 1px 2px;
    
}
.wcuhouseicons{
    display: flex;
    flex-direction: row;
    margin-left: 5px;

}



.wcuicons{
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    justify-content: center;
}
.affordabilityhouse,
.securityhouse,
.integrityhouse,
.follow-uphouse {
    margin-left: 2px;
    padding: 5px;
    border-radius: 10px;
    border: 2px solid #ccc;
    background-color: #f9f9f9; 
    height: 50%;
    
}

.affordabilityhouse {
    border-color: #4CAF50; 
    background-color: #E7F6E7; 
    
}

.securityhouse {
    border-color: #FF9800; 
    background-color: #FFF5E5;
}

.integrityhouse {
    border-color: #2196F3; 
    background-color: #E6F0FF; 
}

.follow-uphouse {
    border-color: #FF4081; 
    background-color: #FFE6F0; 

}
.wcuhouseicons .affordabilityhouse i,
.wcuhouseicons .securityhouse i,
.wcuhouseicons .integrityhouse i,
.wcuhouseicons .follow-uphouse i {
    font-size: 30px;
    display: block; 
    margin: 0 auto; 
    text-align: center;
 
}
.wcuhouseicons .affordabilityhouse,
.wcuhouseicons .securityhouse,
.wcuhouseicons .integrityhouse,
.wcuhouseicons .follow-uphouse {
    text-align: center; 
}

.wcuhouseicons .affordabilityhouse p,
.wcuhouseicons .securityhouse p,
.wcuhouseicons .integrityhouse p,
.wcuhouseicons .follow-uphouse p {
    margin: 0; 

}
.affordability,
.security,
.integrity,
.follow-up {
    margin-left: 10px;
    padding: 5px;
    
}

.affordability {
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-top: 100px;
}

.security {
    border-color: black; 
    margin-top: 50px;
    margin-right: 50px;

}


.wcuicons .affordability i,
.wcuicons .security i,
.wcuicons .integrity i,
.wcuicons .follow-up i {
    font-size: 30px;
    display: block; 
    margin: 0 auto; 
    text-align: center;
    color: rgb(255, 0, 0); 
}
.wcuicons .affordability,
.wcuicons .security,
.wcuicons .integrity,
.wcuicons .follow-up {
    text-align: center; 
}

.wcuicons .affordability p,
.wcuicons .security p,
.wcuicons .integrity p,
.wcuicons .follow-up p {
    margin: 0; 
    color: rgb(255, 0, 0);
    font-weight: 600;
}

.lhsheader{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: gainsboro;
    margin-top: auto;

    
}
.lhsheaderabout{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 20px;

    
}
.lhsheaderitemsabout1{
    background-color: rosybrown;
    margin-top: 20px;
    padding: 20px 25px;
    width: 40%;
    border: double 8px navy;

    
}
.lhsheaderitemsabout2{
    background-color: navy;
    margin-top: 20px;
    padding: 20px 25px;
    width: 50%;
    color: white;
    border: double 8px rosybrown;
}


.lhsheader h1{
    align-items:center ;
    text-align: center;
    color:goldenrod;
}
.lhsheader p{
    align-items:center ;
    text-align: center;
    color: black;
}
.padding{
    margin: 0;
    height: 65%;
    box-shadow: 0 0 5px 0 rgba(128, 128, 128, 0.993);
}

.topback {
  position: relative;
  background-image: url("/static/SPAPHOTOS/face1.jpeg");
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  color: white;
  overflow: hidden;
  animation: bgChange 50s infinite alternate ease-in-out;
}

@keyframes bgChange {
  0%   { background-image: url("/static/SPAPHOTOS/face1.jpeg"); }
  10%  { background-image: url("/static/SPAPHOTOS/face2.jpeg"); }
  20%  { background-image: url("/static/SPAPHOTOS/face3.jpeg"); }
  30%  { background-image: url("/static/SPAPHOTOS/face4.jpeg"); }
  40%  { background-image: url("/static/SPAPHOTOS/face5.jpeg"); }
  50%  { background-image: url("/static/SPAPHOTOS/face6.jpeg"); }
  60%  { background-image: url("/static/SPAPHOTOS/face7.jpeg"); }
  70%  { background-image: url("/static/SPAPHOTOS/face8.jpeg"); }
  80%  { background-image: url("/static/SPAPHOTOS/face9.jpeg"); }
  90%  { background-image: url("/static/SPAPHOTOS/face10.jpeg"); }
  100% { background-image: url("/static/SPAPHOTOS/face1.jpeg"); }
}

.topback::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4) url("/static/SPAPHOTOS/face10.jpg") center/cover no-repeat;
  filter: blur(2px);
  z-index: 0;
}

.topback-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  padding: 20px;
  animation: fadeInUp 1.5s ease-in-out;
}

.topback h2 {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #0077B6;
  color: orange;
  font-size: 20px;
  display: inline-block;
  padding: 15px;
  border-radius: 2px;
  animation: slideIn 1.2s ease-in-out forwards;
}

.topback p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
  border-bottom: double 6px #00B4D8;
  display: inline-block;
  padding-bottom: 10px;
}

.topback-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-primary,
.btn-secondary {
  text-decoration: none;
  padding: 10px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: transparent;
    border: 2px solid orange;

  color: goldenrod;
}

.btn-secondary {
  background-color: transparent;
  border: 2px solid orange;
  color: goldenrod;
}

.btn-primary:hover,
.btn-secondary:hover {
  transform: scale(1.1);
  background-color:white;
  color: black;
}

/* Animations */
@keyframes slideIn {
  0% { transform: translateX(-100%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes fadeInUp {
  0% { transform: translateY(30px); opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}




.lhsheaderitemsabout1 h1{
    align-items:center ;
    text-align: center;
    color:white;
    font-size: large;
    font-weight: bolder;
}
.lhsheaderitemsabout2 h1{
    align-items:center ;
    text-align: center;
    color:white;
    padding: 10px;
    font-size: 18px;
}
.lhsheaderitemsabout2 p{
    align-items:center ;
    text-align: center;
    color: white;
}

.lhsheaderitemsabout1 p{
    align-items:center ;
    text-align: center;
    color: white;


}
#lhs{
    margin-top: 20px;
    background-color:  rgba(255, 228, 181, 0.115);
    justify-content: center;
    
}
.lhsclass{

    background: goldenrod;
    padding:15px 9%;
    padding-bottom: 100px;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    width: 75%; /* Set width to 10cm */
    margin: 0 auto; /* Center the form horizontally */
    margin-top: 50px;


}
#lhs .snips{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 50px;
    gap: 10px;
   
}
#lhs .snips .sec{
    width: fit-content;

}
#lhs .snips .sec img{
    margin-top: 10px;
}

#lhs .snips .sectwo{
    width: 50%;
}
#lhs .snips .sectwo img{
    margin-top: 10px;
}
#lhs .snips .sectwo .fnote{
    width: 60%;
    float: right;

}
#lhs .snips .sectwo .fnote img{
    width: 20%;
}
#lhs h1{
    color: red;

}
#lhs .spby{
    color: white;
    font-weight: 700;

}
.wwd {

    justify-content: flex;
    width: 50%;
    padding:15px 9%;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    border-color: linear-gradient(45deg, blueviolet, lightgreen);
    border: linear-gradient(45deg, blueviolet, lightgreen);
    border-style: groove;
    margin-left: 25%;
    background-color: #052f5c; /* Adjust the last value (alpha) for transparency */
}
.wwd h1{
    color: #ffffff;
    font-weight: 800;
    padding: 10px 10px;
    font-size: 24px;
}
.wwd h2{
    font-weight: 700;
    color: #ffffff;;
    line-height: 1.2;
    font-size: 16px;
}

.householdhead  {
    display: flex;
    justify-content: flex;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    

}




.householdhead  h1{
    color: rgb(22, 3, 56);
    font-weight: 600;
    padding: 10px 10px;
    line-height: 1.2;
    font-size: 14px;
}
.householdheadtwo {
    display: flex;
    justify-content: flex;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    background-color: #333;
    

}


.householdheadtwo p {
    position: relative;
    color: white;
    padding: 50px;
}

.householdheadtwo ::before,
.householdheadtwo ::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px; /* Adjust stripe width as needed */
    height: 100%;
    background-color: rgb(255, 255, 255);
}

.householdheadtwo ::before {
    left: 0;
}

.householdheadtwo ::after {
    right: 0;
}
.subheading {
    text-align: center;
    padding-bottom: 15px;
    color:#052f5c;
    text-shadow: 0 5px 10px rgb(255, 255, 255);
    font-size: 14px;
    padding-block: 5px;
}
.form-group textarea{
    width: auto;
}

/* General Section Layout */
.contacts {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
  background-color:ghostwhite; /* soft grayish bg behind form */
  padding-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

/* Container holding both form and contact logo/info */
.container.second {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1100px;
  background-color: ghostwhite; /* white main background */
  padding: 40px 50px;
  gap: 40px;

}

/* --- LEFT COLUMN (Form) --- */
.contact-form {
  flex: 2;
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}

.cfqf {
  text-align: center;
  margin-bottom: 25px;
}

.cfqf h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1e4a8c; /* professional blue */
  text-transform: capitalize;
  margin: 0;
  letter-spacing: 0.5px;
}

legend {
  text-align: center;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* --- Form Fields --- */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

input,
textarea,
select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 0.95rem;
  background-color: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #1e4a8c;
  box-shadow: 0 0 4px rgba(30, 74, 140, 0.3);
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* --- Radio Buttons (Yes/No) --- */
.centralized-checkbox {
    background-color: ghostwhite;
    padding: 20px 25px;
    font-size: 12px;
    border-radius: 5px;
  flex: 1;
}
.centralized-checkbox label {
    font-size: 15px;
}
.yes-no-options {
  display: flex;
  align-items: center;
  gap: 5px;
}

.yes-no-options label {
  font-weight: 400;
  color: #444;
}

/* --- Button --- */
.btn {
  display: block;
  width: fit-content;
  margin: 25px auto 0;
  background-color: white;
  color: black;
  padding: 12px;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  height: min-content;
  margin-top: 90px;
  border: 2px solid rosybrown;
}

.btn:hover {
  background-color: rosybrown;
  color: white;
}

/* --- RIGHT COLUMN (Logo / Info) --- */
.conlogo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-image: url("/static/SPAPHOTOS/logo.jpg");
  padding: 30px;
  height: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03);
  background-position: cover;

}

.conlogo img {
  max-width: 20%;
  height: auto;
  border-radius: 8px;
}

/* --- Responsive --- */
@media (max-width: 900px) {
  .container.second {
    flex-direction: column;
    padding: 30px 25px;
  }


  .conlogo {
    flex:1 ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-image: url(/static/SPAPHOTOS/logo.jpg);
    padding: 30px;
    height: 100%;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.03);
    background-position: cover;
margin-top: -150px;
margin-left: 40px;

}

}

  
  .overviewclass{
    padding:15px 9%;
    color: white;
  }

.overview  {

    justify-content: flex;
    width: 50%;
    margin-top: 50px;
    justify-content: center;
    text-align: center;
    margin-left: 25%;
    box-shadow: 0 0 20px 50px black;
    background-color: transparent;
}
.overview  h1{
    color:white;
    font-weight: 400;
    padding: 5px;
    line-height: 1.2;
    font-size: 16px;
    background-color: black;

}


  .gallerywrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-bottom: 10px;
    background-color: none;
    width: 100%;
    height: 20%;
    margin-top: 20px;
    position: relative;
  }
  .gallery{
    width: 900px;
    display: flex;
    overflow-x: scroll;
    
  }
  .gallery div{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30%px;
    padding: 10px;
    justify-content: space-between space-evenly;
  }
  .gallery div img{
    width: 200px;
    margin-top: 50px;
  }
  .gallery::-webkit-scrollbar{
    display: none;
  }
  .gallery div img:hover{
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.1);
  }
  #backbtn,#nextbtn{
    width: 50px;
    cursor: pointer;
    margin: 40px;
  
  }
  .gallerywrapabout{
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    margin-bottom: 10px;
    background-color: none;
    width: 100%;
  }
  .galleryabout{
    width: 900px;
    display: flex;
    overflow-x: scroll;
    display: flex;
    overflow-x: scroll;
  
  }
  .galleryabout div{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 30%px;
    padding: 10px;
    justify-content: space-between space-evenly;
  }
  .galleryabout div img{
    width: 400px;
    margin-top: 20px;
  }
  .galleryabout::-webkit-scrollbar{
    display: none;
  }
  .galleryabout div img:hover{
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.1);
  }
  #backbtn,#nextbtn{
    width: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: auto;
  
  }

  .services{
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: center;
  }
  .services1 h3{
  background: none;
  border: none;
  color:#052f5c;
  font-size: 34px;
  font-weight: bolder;
  justify-content: center;
  text-align: center;
  
  }
  .services2 h2{
    background: #052f5c;
    color:white;
    font-size: 14px;
    font-weight: bolder;
    justify-content: center;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px 15px;
    border-radius: 20px;
    animation: bulgeGrowColor 5s ease-in-out infinite; /* Apply animation */
    }
  .services h1{
    background: none;
    border: none;
    color: #333;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    }

 
  .services p{

    text-align: center;
    color: goldenrod;
    font-weight: bolder;
    box-shadow:0.5px 0.8px 1px 1px rgba(0, 0, 0, 0.2) ;
    padding: 15px 30px; 
    font-size: 18px;  
    border-radius: 20px;
  
  }
  .ms{
    padding: 10px 30px;
    margin-left: 50px;
    width: 90%;
    word-spacing: 0.2;
    
  }
  .ms h1{
    font-size: 28px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgb(255, 255, 255);

  }
  .more {
    background-color: #2196F3; /* Button background color */
    color: white; /* Button text color */
    border: none;
    border-radius: 5px;
    padding: 10px 20px; /* Adjust padding as needed */
    cursor: pointer;
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    margin-left: 30px;
}


    /* CV-style header (no cards, no rounded corners) */
    .cv-wrapper {
      max-width: 980px;
      margin: 18px auto;
      background: #ffffff;
      padding: 28px;
      box-shadow: none; /* flat look */
      border-left: 6px solid transparent; /* subtle line if needed */
    }

    .cv-header {
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:12px;
    }

    .cv-identity {
      display:flex;
      flex-direction:column;
      gap:6px;
      align-items:flex-start;
    }

    .cv-name {
      font-size:28px;
      font-weight:700;
      margin:0;
    }

    /* role is shown but without the word "Role:" */
    .cv-role {
      font-size:13px;
      color:#6b6b6b;
      font-style:italic;
      margin-top:2px;
    }

    /* top-left micro link area (small unobtrusive links) */
    .cv-links {
      text-align:right;
      font-size:14px;
    }
    .cv-links a { display:block; color:#0d6efd; text-decoration:none; margin-bottom:6px; font-weight:600; }

    .divider { height:1px; background:#ececec; margin:18px 0; }

    .cv-section { margin-bottom:14px; }
    .cv-section h4 { margin:0 0 8px 0; font-size:14px; font-weight:700; color:#2a2a2a; }
    .cv-section p { margin:0 0 8px 0; color:#444; }
    .notes-list { margin:0; padding-left:18px; }

    .back-link {
      display:inline-block;
      margin-top:14px;
      color:#333;
      text-decoration:none;
      font-weight:600;
    }


.more:hover {
    background-color: #0e81d1; /* Darker background color on hover */
}
#foot{
    background: grey;
    display: flex;
    flex-direction: row;
    padding: 20px 90px;
    margin: auto; /* Center the form horizontally */
    margin-top: 80px;
}
#foot .reasons{
    margin: 0 auto; /* Center the form horizontally */
    width: fit-content;
    justify-content: center;
    align-items: center;
margin-top: 4%;

}
.reasons h1{
    font-weight: 700;
    font-size: 16px;
    color: black;

}
.reasons p{
    font-weight: 400;
    font-size: 14px;
    color: white;
    padding:9px 0;
width:90% ;
box-shadow: 2px 1px 2px skyblue;
}
.special h1{
    display: flex;
    flex-direction: row;
    width: fit-content;
    font-size: 14px;
    margin-top: 50px;
    
    color: palegoldenrod;

}
.special p{

    font-size: 13px;
    margin-top: 25px;
    color: whitesmoke;
    font-weight: 200;

}


.qlinks{
    margin-left: 0;
    display: flex;
    flex-direction: row;


}
.lbuttons {
    display: flex;
    flex-direction: column;
    
}

.lbuttons h5 {
    margin-bottom: 10px; /* Adjust this value to add space between buttons */
    color: antiquewhite;
}
.lbuttons a {
    display: block;
    margin-bottom: 10px; /* Adjust this value to add space between buttons */
}
.lbuttons i {
    color: whitesmoke;
}
.imlinks{
    display: flex;
    flex-direction: column;
    background-color: rgb(174, 173, 173);

}
.imlinks a {
    display: block;
    margin-bottom: 10px; /* Adjust this value to add space between buttons */
    background-color: rgb(174, 173, 173);
    border-style: none;
    color:black;
}

.affiliates{

 width: 48%;  
 margin-top: 8%;
 box-shadow: 0px 1px 2px 2px skyblue;
 padding: 8px;
 margin-left:2px ;
}

.affiliates h1{
    color: goldenrod;
} 
.affiliates p {
    color:  gainsboro;
    font-weight: 600;
    font-family: "Segoe UI", "Calibri", "Futura", sans-serif;
}


.affiliates h1{
    font-size:16px ;
    font-weight: 500;

}
.affiliates .fab {
    font-size: 16px; /* Adjust the value as needed */

}
.email{
    color:azure;
    font-size:14px ;

}

.email i{

    font-size: 40px;
    margin-right: 5px;
    border-radius: 29px;
    border:   solid white;
    padding: 8px;
    color: orange;

}
#foot .email i{
  font-size: 20px;
    margin-right: 5px;
    border-radius: 29px;
    border:   none;
    padding: 8px;
    color: azure;
}

#foot li{

    font-size: 12px;
    line-height: 2;
box-shadow: 2px 1px 2px skyblue;

}

.email:hover{
    color: white;
    border-radius: 10px;
}

.callus{
    margin-top: 10px;
}
.msh{
    padding: 30px 9ch;
    margin-left: 10px;
    width: 90%;
    word-spacing: 0.2;

}
.msh h1{
    font-size: 38px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgb(98, 18, 18);
    padding: 20px;  
    border-radius: 60px;
    padding: 20px; 
    border: 5px solid transparent; 
    border-radius: 60px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, rgb(75, 25, 25), rgba(255, 255, 255, 0));
    color: #e5ff00;

  }
  .serviceshdiv{
    text-align: center;
  }
  .servicesh{
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;

  }
  .servicesh h1{
    margin-top: 20px;
    padding: 10px 20px;
    border-radius: 60px;
    color: #021b02;
    word-spacing: 0.05;
    box-shadow: 
        0 0 10px 5px rgba(0, 0, 0, 0.2), /* Outer shadow */
        inset 0 0 10px rgba(0, 20, 28, 0.5); /* Inner shadow */
        border-radius: 15px;
        font-weight: 700;
        font-size: xx-large;
  }
  .servicesh p{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    background-color: #2196F3;
    color: whitesmoke;
    margin-top: 40px;
    font-weight: 700;
    
  
  }
  .col-sm-6{
    height: 50%;
    width: 75%;
    text-align: center;
    border-radius: 20px;
    padding: 10px 20px;
    margin-left: 20px;
    background: transparent;
    

  }
  .col-sm-6 h5{
    color: transparent;
    font-weight: 600;
    background-color:transparent;
  }
  .col-sm-8{
    justify-content: center;
    height: 50%;
    text-align: center;

    padding: 10px 20px;
    margin-left: 20px;
    background: transparent;

  }
  .col-sm-8 h5{
    color: rgb(43, 1, 1);
    font-weight: 900;
  }
  .col-sm-6 .card-header{
    margin-top: 10px;
    font-weight: 900;
    font-size: 24px;
    padding: 20px;  
    padding: 20px; 
    color: transparent;

    background:transparent;

  }
  .col-sm-8 .card-header{
    margin-top: 10px;
    font-weight: 900;
    font-size: 24px;
    padding: 20px;  
    border-radius: 60px;
    padding: 20px; 

  }
  .colsm{
    display: flex;
    margin-top: 40px;

    justify-content: center;
    background-color: #a3acb6;
  }

  
  .about-section {
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 40px;
    background-color: ghostwhite;

  }

  .aboutrow {
  display: flex;
  flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
  }


  .about-left {
    flex: 0.7;
  }

  .about-left h2 {
    color: black;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .about-left p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
  }

  .about-right {
    flex: 1;
    text-align: right;

  }

  .about-right img {
    width: 290px;
    border-radius: 10px;
    object-fit: contain;
    }
  

  
.container.first{

  background: white;
    padding:15px 9%;
    padding-bottom: 100px;
    margin-top: 20px;
}

.container.first .heading{
    text-align: center;
    padding-bottom: 15px;
    color: navy;
    font-size: 30px;
    padding-block: 20px;
}


.container .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap:15px;
    margin-left: -25px;
}

.container .box-container .box{
  border: 1px solid rgba(128, 128, 128, 0.323);
    border-radius: 2px;
    background: white;
    text-align: center;
    padding: 15px;
    margin-top: 8px;
}

.container .box-container .box img{
    height: 80px;
}

.container .box-container .box h3{
color: navy;
    font-size: 22px;
    font-style: normal;
}

.container .box-container .box p{
    color:rgb(51, 51, 51);
    font-size: 15px;
    line-height: 1.8;
    font-weight: 250;
    font-style: normal;
}

.container .box-container .box .btn{
    margin-top: 10px;
    display: inline-block;
    background:#052f5c;
    color:#fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 8px 25px;
    width: fit-content;
}

.container .box-container .box .btn:hover{
    letter-spacing: 1px;
}

.container .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.03);
}
.box i{
    font-size: 30px;
    padding: 5px 8px;
    color: gray;
    margin-bottom: 10px;
}

#home_relocation{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    margin-top: 40px;
    background-color:aliceblue;


}

#home_relocation .hrbigclass{
    justify-content: center;
    display: flex;
}
#home_relocation .hrhead{
    background-color:aliceblue;
    margin-bottom: 5px;
    padding: 20px;
    padding-bottom: 50px;
    align-items: center;
    justify-content: center;

}



   
#home_relocation .hrhead h1{
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #052f5c;
    font-weight: 900;
    font-size: 21px;
    padding: 5px;

    
}

#home_relocation .hrhead h3{
    color: #052f5c;
    font-weight: 500;
    font-size: 21px;
    padding: 5px;
    margin-left: 40px;

    
}
#home_relocation .hrhead h2{
    color: gray;
    font-weight: 900;
    font-size: 16px;
}
#home_relocationblog{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    margin-top: 40px;
    background-color:white;
}
#home_relocationblog .hrbigclassblog{
    justify-content: center;
    display: flex;
}
#home_relocationblog .hrheadblog{
    background-color: #f0f0f0;
    margin-bottom: 50px;
    padding-bottom: 50px;
    align-items: center;
    justify-content: center;

}



   
#home_relocationblog .hrheadblog h1{
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #052f5c;
    font-weight: 900;
    font-size: 21px;
    padding: 50px;

    
}

#home_relocationblog .hrheadblog h3{
    color: #052f5c;
    font-weight: 500;
    font-size: 21px;
    padding: 5px;
    margin-left: 40px;

    
}
#home_relocationblog .hrheadblog h2{
    margin-top: 20px;
    padding: auto;
    color: gray;
    font-weight: 900;
    font-size: 21px;
}



.hrsectcont {
    padding: 20px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap:5px;
    width: 100%;
    background-color: white;
    justify-content: center;



}
.hrsectcontblog {
    padding: 20px;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
    gap:15px;
    width: 100%;
    margin-left: 50px;
    background-color: #f0f0f0;
    margin-left: auto;
}
.hrsmorecontblog p{
    width: 70%;
    margin-left: 40px;

}
li{
   color: whitesmoke; 
}
.hrsmorecontblog h2{
    margin-left: 40px;
}
.hrsec h1{
text-align: start;
display: inline;
width: 100%;
font-size: large;
color: goldenrod;
font-weight: 900;

}
.hrsec{
    flex-wrap: wrap;
    margin-left: auto;
    width: 90%;
}

.hrsec img{
    border-radius: 10px;
}
.hrsmorecont p{
    width: 70%;
    margin-left: 40px;

}
.hrsmorecont h2{
    margin-left: 40px;
    
}
.hrsp{
    display: flex;
    flex-direction: row;
}

.hrsp .btn{
    width: min-content;
    margin-left:auto;
}
.hrsmore{
    width: 75%;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
    margin-top: auto;
    text-decoration: none;
    text-underline-offset: none;
}


.animated-link {
    margin-top: 60px;
    display: flex; 
    font-size: 1em; /* Adjust font size as needed */
    color: goldenrod; /* Initial color */
    font-weight: 800; /* Bold text */
    animation: bulgeGrowColor 5s ease-in-out infinite; 
    text-decoration: none;
    margin-right: 15px;
}

@keyframes bulgeGrowColor {
    0% {
        transform: scaleX(1) translateY(0); /* Original size and position */
        font-weight: 800; /* Initial weight */
    }
    25% {
        transform: scaleX(1.2) translateY(-10px); /* Bulge and move up slightly */
        font-weight: 800; /* Keep bold weight */
    }
    50% {
        transform: scaleX(1) translateY(0); /* Return to original size and position */
        font-weight: 800; /* Keep bold weight */
    }
    75% {
        transform: scaleX(1.1) translateY(-5px); /* Slight bounce and bulge */
        font-weight: 800; /* Keep bold weight */
    }
    100% {
        transform: scaleX(1) translateY(0); /* Settle in original position */
        font-weight: 800; /* Increase thickness */
    }
}


.hrsmorefnote a{
  
    width: 100%;
    color: black;
    background-color: white;
    border: 2px solid thistle;
    font-weight: 700;
}
.hrsmorimg{
    margin-left: 0%;
    margin-right: 50px;
    margin-top: auto;
    padding: 20px;


}
.hrsmorimg img{
border-radius: 14px;
}
.detail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5px;
    margin-top: 40px;
    background-color:white;
    width:90%;
}
/* ------------------- RESPONSIVE DESIGN ------------------- */

@media (max-width: 768px) {


  nav {
    padding: 0;
  }

  .navbar-one {
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    padding: 5px;
    text-align: center;
  }

  .navbar-one .left,
  .navbar-one .right {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-bottom: 5px;
  }

  .navbar-one .left .email,
  .navbar-one .left .phone {
    margin: 4px;
  }

  .navbar-second {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 10px 15px;
    text-align: center;
  }

  .logo {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo img {
    width: 80%;
    height: auto;
  }

  .logo h1 {
    font-size: 26px;
    margin-top: 8px;
    padding-right: 0;
    text-align: center;
  }

  .logo p {
    font-size: 18px;
    text-align: center;
  }

  .flexx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 25px 0 10px;
  }

  .flexx li {
    margin: 6px 0;
  }

  a {
    margin: 5px 0;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  }
@media (max-width: 600px) {
     .about-section {
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 90px;
    background-color: ghostwhite;



  }


  .navbar-second {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 10px 15px;
    text-align: center;
  }

  .logo {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo img {
    width: 80%;
    height: auto;
  }

  .logo h1 {
    font-size: 26px;
    margin-top: 8px;
    padding-right: 0;
    text-align: center;
  }

  .logo p {
    font-size: 18px;
    text-align: center;
  }

  .flexx {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2px;
  }

  .flexx li {
    margin: 0;
    height: min-content;
      margin-top: 0;

  }

  a {
    margin: 5px 0;
    font-size: 15px;
    display: block;
    text-align: center;
  }
   .btn {
  height: min-content;
  margin-top: 20px;
  }
.hrsp{
    width: 100%;
    margin-left:auto;
    display: flex;
    flex-direction: column;


  }

  #foot{
    background: grey;
    display: flex;
    flex-direction: column;
    padding: 28px 65px;
    margin: auto; /* Center the form horizontally */
    margin-top: 80px;
}
#foot .reasons{
    margin: 0 auto; /* Center the form horizontally */
    width: fit-content;
    justify-content: center;
    align-items: center;
margin-top: 4%;

}
.reasons h1{
    font-weight: 700;
    font-size: 16px;
    color: black;

}

  .aboutrow {
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
    width: 100%;
  }






  .gallery div img {
    max-width: 160px;
    margin-top: 20px;
  }
}
@media (min-width: 800px) and (max-width: 899px) {

  nav {
    padding: 0;
  }

  .navbar-one {
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
    justify-content: space-between;
  }

  .navbar-one .left,
  .navbar-one .right {
    width: 48%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .navbar-one .left .email,
  .navbar-one .left .phone {
    margin: 4px 6px;
  }

  .navbar-second {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 10px 20px;
    text-align: center;
  }

  .logo {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo img {
    width: 70%;
    height: auto;
  }

  .logo h1 {
    font-size: 28px;
    margin-top: 8px;
    text-align: center;
  }

  .logo p {
    font-size: 19px;
    text-align: center;
  }

  .flexx {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
  }

  .flexx li {
    margin: 0 10px;
  }

  a {
    margin: 5px 0;
    font-size: 16px;
    text-align: center;
  }

  .about-section {
    padding: 70px 30px;
    flex-direction: row;
    gap: 2rem;
  }

  .aboutrow {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  #foot {
    background: grey;
    display: flex;
    flex-direction: column;
    padding: 35px 70px;
    margin-top: 70px;
  }

  #foot .reasons {
    margin: 0 auto;
    margin-top: 3%;
    width: fit-content;
    text-align: center;
  }

  .reasons h1 {
    font-size: 18px;
    font-weight: 700;
  }

  .gallery div img {
    max-width: 180px;
    margin-top: 20px;
  }

  .hrsp{
    width: 100%;
    margin-left:auto;
    display: flex;
    flex-direction: column;


  }

}


/* ----------- RESPONSIVE: 712px to 767px ----------- */

@media (min-width: 712px) and (max-width: 767px) {

  nav {
    padding: 0;
  }

  .navbar-one {
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    padding: 8px 10px;
    justify-content: space-between;
  }

  .navbar-one .left,
  .navbar-one .right {
    width: 48%;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }

  .navbar-one .left .email,
  .navbar-one .left .phone {
    margin: 4px 6px;
  }

  .navbar-second {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 10px 20px;
    text-align: center;
  }

  .logo {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .logo img {
    width: 70%;
    height: auto;
  }

  .logo h1 {
    font-size: 28px;
    margin-top: 8px;
    text-align: center;
  }

  .logo p {
    font-size: 19px;
    text-align: center;
  }

  .flexx {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 20px 0;
  }

  .flexx li {
    margin: 0 10px;
  }

  a {
    margin: 5px 0;
    font-size: 16px;
    text-align: center;
  }

  .about-section {
    padding: 70px 30px;
    flex-direction: row;
    gap: 2rem;
  }

  .aboutrow {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  #foot {
    background: grey;
    display: flex;
    flex-direction: column;
    padding: 35px 70px;
    margin-top: 70px;
  }

  #foot .reasons {
    margin: 0 auto;
    margin-top: 3%;
    width: fit-content;
    text-align: center;
  }

  .reasons h1 {
    font-size: 18px;
    font-weight: 700;
  }

  .gallery div img {
    max-width: 180px;
    margin-top: 20px;
  }

  .hrsp{
    width: 100%;
    margin-left:auto;
    display: flex;
    flex-direction: column;


  }

}


/* --- For very small screens (Galaxy S8/S9 width) --- */
@media (max-width: 480px) {


  .navbar-one {
    font-size: 11px;
    padding: 2px;
    height: min-content;
  }
  .logo {
    padding: 0;
    margin-top: 0;
    width: 95%;
    display: flex;
    flex-direction: column;

  }

  .logo img {
    width: 90%;
    padding: 0;
        margin-top: 20px;

  }

  .logo h1 {
    font-size: 8px;
  }

  .logo p {
    font-size: 14px;
  }

  .flexx a {
    font-size: 14px;
    padding: 4px;
  }


.container.first
 {
    background: rgba(255, 228, 181, 0.115);
    padding: 15;
    padding-bottom: 100px;
    margin-top: 8px;
    justify-content: center;
}
.container .box-container {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px;
    justify-content: center;
    margin: auto;
}

.centralized-checkbox {
    padding: 8px;
    font-size: 15px;
    border-radius: 5px;
    width: min-content;
}
.yes-no-options {

    align-items: center;
    gap: 2px;
    width: 200px;
}

#foot{
    display: flex;
    flex-direction: column;
    padding: 2px;
    margin: 0 auto; /* Center the form horizontally */
    justify-content: center;
    text-align: center;
}
.contact-form {
    flex: 2;
    display: flex;
    flex-direction: column;
    margin-left: 0;

}
ul{

    list-style: none;
    padding: 0;
}

#foot .reasons{
 margin: auto;
    width: fit-content;
    text-align: center;
    padding: 20px;
}
.reasons h1
{ font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.reasons p {
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.special {
  
    font-size: 12;
    margin-top: 20px;
    color: red;
    text-align: center;
    justify-content: center;
}

.affiliates{
    justify-content: center;

width: 100%;
}


  .gallery {
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }

  .gallery div img {
    width:auto;
    height: auto;
    flex-shrink: 0;
    scroll-snap-align: center;
    margin-top: 5px;
    padding: 5px;
    margin-left: auto;
  }
   #backbtn,#nextbtn{
    width: 20px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-top: auto;
  
  }
  .form-group textarea

 {
    width: 320px;
}

 .btn {
    display: block;
    width: fit-content;
    margin: 25px auto 0;
    background-color: white;
    color: black;
    padding: 12px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    height: min-content;
    margin-top: 5px;
    border: 2px solid rosybrown;
}
.gallery{
    width: fit-content;
    display: flex;
     display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  padding: 6px;
  -webkit-overflow-scrolling: touch;
  }
  .gallerywrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  background: none;
}

.gallery {
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  width: 90%;
  justify-content: flex-start;
}

.gallery::-webkit-scrollbar {
  display: none;
}

.gallery div {
  flex: 0 0 auto;
  scroll-snap-align: center; /* 👈 forces each image to align to center */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%; /* image block width adjusts how centered it looks */
}

.gallery div img {
  width: 100%;
  max-width: 280px;
  height: auto;
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.gallery div img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

/* arrow buttons */
#backbtn,
#nextbtn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  z-index: 10;
}

#backbtn:hover,
#nextbtn:hover {
  opacity: 1;
}

#backbtn {
  left: 10px;
}

#nextbtn {
  right: 10px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .gallery div {
    width: 90%; /* makes each image take most of screen width */
  }
  .gallery div img {
    max-width: 220px;
  }
  #backbtn, #nextbtn {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 480px)



{

  .gallery div {
    width: 100%;
  }
  .gallery div img {
    max-width: 180px;
  }
  #backbtn, #nextbtn {
    width: 28px;
    height: 28px;
  }
}
.galleryabout div img {
    width: 200px;
    margin-top: 20px;
}


#home_relocation .hrbigclass {
    justify-content: center;
    display: flex;
    text-align: center;
}
#home_relocation .hrhead {
    background-color: white;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 30px;
    align-items: center;
      justify-self: center;
}
.hrsmorimg {
    margin-right: 0;
    margin-top: auto;
    text-align: center;}

.hrsp {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}
.hrsmorecont h2 {
    margin-left: 0;
}

.lhsheaderabout {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-top: 20px;
    flex-direction: column;
}

.lhsheaderitemsabout1 {
    background-color: rosybrown;
    margin-top: 20px;
    padding: 20px 25px;
    width: 100%;
    border: double 8px navy;
}
.lhsheaderitemsabout2 {
    background-color: navy;
    margin-top: 20px;
    padding: 20px 25px;
    width: 100%;
    color: white;
    border: double 8px rosybrown;
}
.hrsmorecont  {
    margin-left: 0;
    justify-content: center;
    text-align: center;
    }
.hrsmorecont p {
    width: 70%;
    text-align: center;
}

  .aboutrow {
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 280px;
  }

}
