/* Ensure your HTML and Body allow scrolling */
html, body {
  height: 100%;
  scroll-behavior: smooth;
}
/* call button */
.btn-primary
 {
    color: #fff !important;
    background-image: linear-gradient(rgb(13, 148, 136), rgb(13, 148, 136)) !important;
    border-color: #0c9488 !important;
    background-color: #0c9488 !important;
}
/*icons*/


.bi2{ 
  color: #0c9488;
 font-size: 2.5rem; 
-webkit-text-stroke: 1px #0c9488;
}

.bg-teal {
  background-color: #008080; /* Standard teal color */
}

/* whatsapp button */
.wa-float-chat {
    position: fixed;
    bottom: 22vh;
    right: 30px;
    background-color: #0c9488;
    color: #fff;
    padding: 12px 20px;
    border-radius: 30px;
    z-index: 1050; /* Stays above Bootstrap elements */
    text-decoration: none;
    transition: all 0.3s ease;
}
.wa-float-chat:hover {
    background-color: #128c7e;
    color: #fff;
    transform: translateY(-5px); /* Parallax float effect */
}
.wa-float-chat i {
    font-size: 24px;
}


.parallax-section {
  position: relative;
  height: 100vh; /* Full viewport height */
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.navbar {
  /* Hex color mix: Rich Deep Navy blending into a dark tint */
  background-color: #1e0505;
  
  /* The core parallax driver: keeps the background layout locked to the screen layer */
  background-attachment: fixed;
  background-size: cover;
  position: -webkit-sticky; /* For Safari compatibility */
  position: fixed;         /* Makes the navbar stick */
   
  
  /* Adds a slight border below the navbar for visibility */
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}

/* Enhances user link interactions */
.parallax-navbar .nav-link:hover {
  color: #ffffff !important;
  transition: color 0.2s ease-in-out;
}

/* --- Mobile Specific Overrides (Screens under 992px wide) --- */
@media (max-width: 991.98px) {
  .parallax-navbar .navbar-collapse {
    /* Adds extra vertical space and cleaner alignment when the menu opens on mobile */
    padding-top: 15px;
    background-attachment: fixed;
  }}
  
  .parallax-navbar .nav-link {
    /* Makes target zones easier to tap with mobile thumbs */
    padding: 12px 0; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    
  
}
.hidden {
  display: none;
}


/* Custom tall service card structure */
.cute-service-card {
  background-color: #ffffff !important;
  border-radius: 24px;
  border: none;
  box-shadow: 0 8px 24px rgba(28, 88, 84, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  
  /* Forces the inner components to stretch vertically */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  
  /* Enforces a taller minimum height benchmark */
  min-height: 340px; 
}

/* Targets tablets and desktop screens (768px and up) */
@media (min-width: 768px) {
  .responsive-equal-grid {
    /* minmax ensures columns shrink to 1fr instead of breaking the screen */
    grid-template-columns: repeat(auto-fit, minmax(min(100%, max-content), 1fr));
  }
}

/* Add different background images to each section */
#home {
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
  url("../image/move1.jpg");
}

.divider {
  
  width: 100%;
  height: 30vh; /* Exactly 30% of the screen height */
  
  background-image: url("../image/move2.jpg");
  background-size: cover;
  background-position: 25% 60%; 
  background-repeat: no-repeat;
  
 
}

/*columns */
.homemoving{
font-size: 19px; 
white-space: "pre-wrap" !important; 
overflow-wrap: normal !important; 
line-height: normal !important; 
color: #1c5854 !important; 

font-family: 'Segoe UI' !important; 
font-weight: 700 !important; 
font-style: normal !important; 
padding: 10px
}

.homemoving2
{
  font-size: 15px; 
  white-space: "pre-wrap" !important; 
  overflow-wrap: normal !important; 
  line-height: normal !important; 
  color: #1c5854 !important; 
  font-family: 'Segoe UI' !important; 
  font-weight: 500 !important; 
  font-style: normal !important;  
    }
    
    .homemoving2 a {
  color: #0c9488; /* Changes text to an orange color */
  text-decoration: none; /* Optional: removes the default underline */
}

/* 1. Normal link (Unvisited) */
.homemoving2 a:link {
  color: #0c9488; /* Blue */
}

/* 2. Visited link */
.homemoving2 a:visited {
  color: #6c757d; /* Gray */
}

/* 3. Hover state (Mouse over the link) */
.homemoving2 a:hover {
  color: #28a745; /* Turns Green on hover */
  text-decoration: underline; /* Adds underline on hover */
}

/* 4. Active link (The exact moment it is clicked) */
.homemoving2 a:active {
  color: #dc3545; /* Red */
}

    .wapcard a {
  color: #0c9488; /* Changes text to an orange color */
  text-decoration: none; /* Optional: removes the default underline */
}

/* 1. Normal link (Unvisited) */
.wapcard a:link {
  color: #0c9488; /* Blue */
}

/* 2. Visited link */
.wapcard a:visited {
  color: #6c757d; /* Gray */
}

/* 3. Hover state (Mouse over the link) */
.wapcard a:hover {
  color: #28a745; /* Turns Green on hover */
  text-decoration: underline; /* Adds underline on hover */
}

/* 4. Active link (The exact moment it is clicked) */
.wapcard a:active {
  color: #dc3545; /* Red */
}
    
.aboutus{

   font-size: 15px; 
   text-align:center;
  white-space: "pre-wrap" !important; 
  overflow-wrap: normal !important; 
  line-height: 1.7rem !important; 
  color: #1c5854 !important; 
  font-family: 'Segoe UI' !important; 
  font-weight: 500 !important; 
  font-style: normal !important;  
}

 /* DESKTOP STYLING (Default) */
.responsive-layout-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crops image to fill space perfectly without stretching */
  object-position: center; /* Pins focus to the middle of the image */
  border-radius: 6px;
}

.img-container {
  height: 100%;
}
/* MOBILE RESPONSIVE TWEAKS FOR NAVIGATION*/
@media (min-width: 992px) {
  .collapse-custom {
    display: flex !important;
  }
}

/* Mobile specific styling for the 50% width dropdown layout */
@media (max-width: 991.98px) {
  .collapse-custom {
    display: none; /* Keeps menu hidden initially */
    width: 50%; /* Limits width to exactly half screen */
    margin-left: auto; /* Aligns container right under the button */
    background-color: #212529; /* Matches navbar dark look */
    padding: 15px; 
    border-radius: 0 0 0 8px;
  }

  /* When your JavaScript appends '.show', display the element */
  .collapse-custom.show {
    display: block !important;
  }
}
/* MOBILE RESPONSIVE TWEAKS */
/* Triggers on screens smaller than 768px wide (tablets and mobile phones) */
@media (max-width: 767.98px) {
  .img-container {
    /* Gives the image a defined height on mobile so it doesn't disappear */
    height: 250px; 
  }
  
  .responsive-layout-img {
    /* Changes focal anchor to show the top-middle part of your image on mobile */
    object-position: center 30%; 
  }
}
.rounded-rectangle {
    
    background-color:#f0fbfb;
   color: #1c5854 !important;
    border-radius: 15px; /* Controls the roundness of the corners */}


    /* Make the button handle the arrow positioning */
.faq-trigger {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 16px;
  text-align: left;
  cursor: pointer;
  
  /* Flexbox automatically pushes the arrow to the absolute right side */
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px; /* Prevents text from hitting the arrow on small screens */
}


/* Create the pure CSS Down Arrow */
.faq-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #555; /* Changes the arrow color */
  
  /* Adds a smooth rotation transition effect */
  transition: transform 0.3s ease; 
}


.footer{ 
  color: #ffffff;
  background-color: #1e0505;
 font-size: 1rem; 
-webkit-text-stroke: 1px #ffffff;
}
/* Cute aesthetic modifications */
.cute-card {
  border-radius: 24px !important; /* Thick, chunky corners */
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04); /* Pillowy soft shadow */
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Playful hover bounce effect */
.cute-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

/* Custom Pastel Backgrounds */
.card-pink { background-color: #ffe5ec !important; }
.card-purple { background-color: #f0e6ff !important; }
.card-mint { background-color: #e8f7f0 !important; }

/* Optional rounded font to match the vibe */
body {
  font-family: 'Quicksand', 'Nunito', sans-serif;
}
