/* General Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    color: #333;
    box-sizing: border-box;
    overflow: auto;overflow-x: hidden;
padding-top:100px;
      
}
/*
@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    100% {
        background-position: 0% 0%;
    }
}

.wave {
    background: rgb(255 255 255 / 25%);
    border-radius: 1000% 1000% 0 0;
    position: fixed;
    width: 200%;
    height: 12em;
    animation: wave 10s -3s linear infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.8;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave:nth-of-type(2) {
    bottom: -1.25em;
    animation: wave 18s linear reverse infinite;
    opacity: 0.8;
}

.wave:nth-of-type(3) {
    bottom: -2.5em;
    animation: wave 20s -1s reverse infinite;
    opacity: 0.9;
}

@keyframes wave {
    2% {
        transform: translateX(1);
    }

    25% {
        transform: translateX(-25%);
    }

    50% {
        transform: translateX(-50%);
    }

    75% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(1);
    }
}*/
img {
  max-width: 100%; 
  height: auto;    
  display: block;  
}

  
    .labme { font-weight: 600; margin-bottom: 5px; }
    #page2 { display: none; }
    #chartWrapper { width:100%; max-width:500px; margin:20px auto; aspect-ratio:1/1; }
    #chartWrapper canvas { width:100% !important; height:100% !important; }
    /* Ensure each radio option is fully clickable */
    .form-check-inline {
      flex: 1;
      text-align: center;
    }
    .form-check-label {
      display: block;
      cursor: pointer;
      width: 100%;
    }
    .form-check-input {
      margin: 0 auto 5px;
      display: block;
    }
 

/* Sticky Navigation Bar */
.navbar {
    position: fixed;
    top: 0;
   
    width: 100%;
    background: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px; 
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  /* Stronger shadow */

    z-index: 1000;
}

.navbar .logo a {
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-decoration: none;line-height:0;  
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;align-items: center;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    color: black;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    pointer-events: auto; /* Ensures links can be clicked */
    z-index: 1001; /* Prevents other elements from blocking */
    position: relative; /* Ensures it's above overlapping elements */
}

.nav-links a:hover {
    color: #ff7f50;

}

/* Mobile Menu */
.hamburger {
    display: none;
    font-size: 28px;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        background: #004d40;
        position: absolute;
        top: 100px;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }
.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;pointer-events: auto;  /* Ensures links can be clicked */
    z-index: 1001; /* Higher than any overlapping elements */

}
    .hamburger {
        display: block;
    }
}

.form-select{
    padding:10px;
    border-radius: 8px;
     border: 1px solid #ccc;
      cursor: pointer;
    font-size: 14px;
    position: static;  /* default */
  z-index: auto;     /* default */
}




* {
    box-sizing: border-box;
}


.button3 {

color:black;
    padding: 10px;
    border: 2px solid black;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    padding-left:30px;
    padding-right:30px;
    transition: background 0.3s ease;
    text-decoration:none;
}
.button3 a {

color:black;
text-decoration:none;z-index: 1001;
}


.buttn2 {

color:black;
    padding: 10px;
    border: 2px solid black;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
    padding-left:30px;
    padding-right:30px;
    transition: background 0.3s ease;
    text-decoration:none;
}

.buttn2:hover {
    background-color: black;color:white;
}


.buttn {
    background-color: coral;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    padding-left:30px;
    padding-right:30px;
    transition: background 0.3s ease;
    text-decoration:none;
}

.buttn:hover {
    background-color: #ff5a1d;
}




/* Hero Section */


.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    z-index: 1;
}

.hero h1, .hero p, .hero .btn {
    position: relative;
    z-index: 2;
}

.img{
    max-width: 100%;
  height: auto;
}

 .imgi {
      max-width: 98%;
  height: auto;  width: 98%;
  transition: transform 1s; 
  }
  .imgi:hover{
   transform: scale(1.05);
 
  }

@media only screen and (max-width: 768px) {
  img {
      max-width: 100%;
  height: auto;  width: 100%;
 
  }
  .imgi {
      max-width: 98%;
  height: auto;  width: 100%;
 
  }
}

/* Hero Section with Video Background */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: url('img/hero-image.jpg') no-repeat center center/cover; /* Default fallback */
    overflow: hidden;
}

/* Video Styling */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
      filter: brightness(90%); /* Lower value = darker */
}

/* Hide fallback by default */
.hero-fallback {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}


.hero-content {
    position: relative;
    z-index: 1;
    padding: 20px;
}

@media (max-width: 768px) {

    .hero-video {
        display: none;
    }
    .hero-fallback {
        display: block;
    }
    .hamburger {
        display: block;
    }
 
}

.typewriter {
    font-size:4vw;
    font-weight: bold;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    overflow: hidden;
  border-right: .2em solid orange;
  white-space: nowrap;
  animation: 
    typing 4s forwards;
  
  width: 0;


}@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
@media screen and (max-width: 768px) {
  .typewriter {
    font-size: 3.35rem; /* Sets a specific font size for smaller screens */
  }
}
/* Scroll Indicator */
#scroll-indicator {
    margin-top: 30px;
    font-size: 28px;
    opacity: 1;
color:white;
    animation: bounce 1.5s infinite ease-in-out;
    transition: opacity 1s ease;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}



/* Section Background Colors */
.services {
    background-color: #f0f0f0;
    padding: 30px;
    text-align: center;font-weight:200;
font-size:20px;
color:#333;
}

.portfolio {
    background-color: #50d0ff;
    color: white;
    padding: 30px;padding-top:0px;
    text-align: center;
}
.solutions {
    background-color: #f2f2f2;
    color: #333;
    padding-top:30px;
    padding-bottom:0px;
    padding-left:20px;
    padding-right:20px;
    text-align: center;font-size:20px;
}
.about {
    background-color: #f2f2f2;
    padding: 40px;
    padding-top:30px;
    text-align: center;
font-weight:200;
font-size:20px;
color:#333;
}


.contact {
    background-color: #004d40;
    color: white;
    padding: 60px 20px;
    text-align: center;
}

/* Footer */
/* —— Multi-Column Footer —— */
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-column h4 {
  margin-bottom: 0.75em;
  font-size: 1.1em;
  color: #ff7f50; /* coral accent to match your theme */
}

.footer-column p,
.footer-column ul {
  font-size: 0.95em;
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 0.5em;
}

.footer-column a {
  color: white;
  text-decoration: none;
}

.footer-column a:hover {
  text-decoration: underline;
}

/* Social icons row */
.footer-social {
  margin-top: 1em;
  display: flex;
  gap: 10px;
}

.footer-social img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1); /* white icons on black bg */
}

/* Footer bottom bar */
.footer-bottom {
  text-align: center;
  padding: 15px 0;
  background-color: #000;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.9em;
  color: #aaa;
}

/* Override your old one-liner */
footer {
  background-color: #000;
  color: white;
}

/* Responsive: stack columns under 768px */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-column {
    min-width: 100%;
  }
  .footer-social {
    justify-content: center;
  }
}


/* Sliding Cards Animation for Solutions Section */
.solutions-cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
font-family:'Amatic SC', serif;
font-size:160%;
font-weight:700; 
}

.solutions-cards.visible {
    opacity: 1;
    transform: translateY(0);
}
.solution-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 400px;
    text-align: center;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0; /* Hidden initially */
    transform: translateY(50px);x
}

/* Make sure all content inside solution-card becomes visible together */
.solution-card.visible,
.solution-card.visible * {  /* Applies to text inside */
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0s !important; /* Remove any delay */
}


.solution-card:hover {
    transform: scale(1.05);
}

.write{
font-family:'Amatic SC', serif;
font-size:260%;
font-weight:700;padding:0;line-height: 1;
}

.write2{
font-family:'Amatic SC', serif;
font-size:180%;
font-weight:700;padding:0;line-height: 1;
}
.profile  {
  width:50%;
}
/* Feature Section Two-Column Layout */
.feature-container {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1100px;font-size:1.2rem;
    margin: auto;
    padding: 30px;  border-radius: 10px;
    background-color: white;
    margin-bottom: 30px;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.feature-container2 {
    display: flex;
    justify-content: space-between;
    align-items: start;
    max-width: 1100px;
    font-size:1.2rem;
    margin: auto;
    padding: 30px;  
    margin-top:0px;
  padding-top:0px;
    margin-bottom: 10px;
}
.texty{
  line-height: 1.4;
  font-family:sans-serif;
   text-align:left;
  font-size:18px;
  
}


/* About Section */
.about {
    background-color: #f2f2f2;
    padding: 30px 20px;
    text-align: center;
    margin-bottom:0px;
}

/* Flexible Grid Layout */
.about-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}

/* Each Column */
.about-item {
    flex: 1; /* Each item takes equal space */
    min-width: 300px; /* Prevents items from getting too small */
    text-align: left;
    background: white;
    padding: 30px;padding-top:0px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}

/* Hover Effect 
.about-item:hover {transition: transform 0.3s ease-in-out;
    transform: scale(1.00);
}*/

/* Profile Image */
.profile {
   width: 50%;
    max-width: 250px;
 
}

/* Responsive Layout: Stack on Mobile */
@media screen and (max-width: 768px) {
    .about-container {
        flex-direction: column;
        align-items: center;
    }
    .profile {
   width: 100%;
    max-width: 250px;
 
}
.bookingcontainer {
    width: 85%;
  margin: 0 auto;
   background:#f6f6f6;
    margin-top:30px;margin-bottom:30px;
    padding: 30px;  text-align: left;border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);border:1pt solid #ccc;
}
}
.bookingcontainer {
    max-width: 860px;
    margin: auto;background:#ffffff;
    margin-top:30px;margin-bottom:30px;
    padding: 30px;  text-align: left;border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);border:1pt solid #ccc;
}

/* FAQ Section Styling */
.faq-container {
    max-width: 860px;
    margin: auto;
    padding: 0px;  text-align: left
}
.faq {
     text-align: left
}
.faq-item {
    background:#ffffff;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    border-bottom:1px solid gray;
    
}

.faq-item:hover {
    background:#f2f0f0;
     padding: 10px;
   
}


.faq-item h3 {
    margin: 0;
    font-size: 1.2rem;
    cursor: pointer;
}

.faq-item p {
    display: none;
    margin-top: 5px;margin-top: 5px;
    line-height: 1.2;text-align: left;
}

.faq-item.active p {
    display: block;
}



.faq-item h3 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item .arrow {
  transition: transform 0.3s ease;
  display: inline-block;
  margin-left: 10px;
  font-size: 1.2em;
}

/* Rotate down when active */
.faq-item.open .arrow {
  transform: rotate(90deg); /* → becomes ↓ */
}















/* Modal Contact Form Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width: 400px;
    text-align: center;
    position: relative;
}


.modalimg-content {
    background: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    width:600px;
    text-align: center;
    position: relative;
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

label {
    display: block;
    text-align: left;
    font-weight: bold;
    margin: 5px 0;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f3f3f3;
}

button {
    background-color: #007bff;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 20px;
    padding-left:30px;
    padding-right:30px;
    transition: background 0.3s ease;
}

button:hover {
    background-color: #0056b3;
}
/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
    z-index: 1000;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}
hr {
  width: 0%;
  min-width: 60%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid #666;
  position: relative;
  transition: box-shadow 200ms ease-in-out;
  box-shadow: 0px 0px 0px 0px #f9f9f9;
  padding-top:5px;
  padding-bottom:5px;
}
/* Plans Section */
.plans-section {
    text-align: center;
    padding-top: 30px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:50px;font-size:20px;
    background-color: #f4f4f4;
}

/* Plans Cards Container */
.plans-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    opacity: 1; /* Change from 0 to 1 */
    transform: translateY(0); /* Remove the hidden effect */
}


/* Individual Plan Card */
.plan-card {
    background: white;
    padding: 20px;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 350px;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}





/* Make text visible instantly with the card */
.plan-card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Layout */
@media screen and (max-width: 768px) {
    .plans-cards {
        flex-direction: column;
        align-items: center;
    }

    .plan-card {
        width: 100%; /* Adjust width for smaller screens */
    }
}



/* Resource Section */

.resource-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
  text-align: center;
    padding-top: 10px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:80px;
    font-size:20px;
    background-color: #f4f4f4;
  
}

.resource-column {
  flex: 1;
  min-width: 200px;
   background: white;
    padding: 10px;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 300px;
    text-align: center;
    padding-bottom:50px;
   transition: 0.4s;font-size:1.2rem;
}


.resource-column imgi {
      max-width: 98%;
  height: auto;  width: 98%;
  transition: transform 1s; 
  }
.resource-column imgi:hover{
   transform: scale(1.05);
 
  }





.resource-column:hover {
  flex: 1;
  cursor:pointer;
  min-width: 200px;
   background: coral;
    padding: 10px;
    color:white;
    border-radius: 15px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 300px;
    text-align: center;
    transform: translateY(-5px);
    
}



.resource-column p,
.resource-column ul {
  font-size: 0.95em;
  line-height: 1.6;
}

.resource-column ul {
  list-style: none;
  padding: 0;
}

.resource-column ul li {
  margin-bottom: 0.5em;
}

.resource-column a {
  color: black;
  text-decoration: none;
}

.resource-column a:hover {
  text-decoration: none;color:white;
}


/* Responsive: stack columns under 768px */
@media (max-width: 768px) {
  .resource-container {
    flex-direction: column;
    text-align: center;
  }
  .resource-column {
    min-width: 100%;
  }
  .resource-social {
    justify-content: center;
  }
}




/* General Button Styling */
.button-link {
    display: inline-block;  /* Ensures it behaves like a button */
    padding: 12px 24px;  /* Adjust padding for size */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    background-color: #007bff; /* Primary blue */
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

/* Hover Effect */
.button-link:hover {
    background-color: #0056b3; /* Darker blue */
    transform: scale(1.05);
}

/* Active/Click Effect */
.button-link:active {
    transform: scale(0.95);
    background-color: #004080;
}

/* Disabled Button */
.button-link.disabled {
    background-color: gray;
    pointer-events: none;
    opacity: 0.6;
}
.reviews-section {
 position: relative;
    margin: 60px 0;
    
    padding-left:25px;
    padding-right:25px;
}

.rev-carousel {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    white-space: nowrap;
    padding:20px 0;
    padding-left:10px;padding-right:10px;
     margin-top: 10px;
     margin-left:10px;
}

.rev-track {
    display: inline-flex;
    gap: 16px;
}

.rev-card {
    width: 380px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    scroll-snap-align: center;
    display: inline-block;
    vertical-align: top;
    
}
.rev-card {
    white-space: normal !important; /* allow text to wrap */
}

.rev-text, .rev-author {
    white-space: normal !important; /* ensure individual text wraps too */
}

.rev-text {
    font-size: 1.1em;
    margin-bottom: 12px;
    line-height: 1.3;
}

.rev-author {
    font-size: 14px;
    font-weight: bold;
    color:coral;
    opacity: 0.9;
    text-align: left;line-height:1;
}
.rev-title {
    font-size: 12px;
    font-weight: bold;
    
    opacity: 0.7;
    text-align: right;
}
/* Arrows */
.rev-arrow {
    position: relative;
    background: coral;
    color: white;
    border: none;
    padding: 12px ; width: 48px;
    height: 48px;
    border-radius: 50%;
 
    cursor: pointer;
    font-size: 18px;
    margin: 0 10px;
}

/* Container under the carousel */
.rev-arrow-container {
    text-align: center;
    margin-top: 15px;
}

.rev-left, .rev-right {
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
}

/* Keep mobile clean */
@media (max-width: 600px) {
    .rev-arrow {
        padding: 10px 14px;
        font-size: 16px;
    }
    
    .rev-card {
    width: 280px;
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    scroll-snap-align: center;
    display: inline-block;
    vertical-align: top;
    
}
.rev-card {
    white-space: normal !important; /* allow text to wrap */
}
}


/* Hide scrollbar for all browsers */
.rev-carousel::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.rev-carousel {
    -ms-overflow-style: none;  /* IE + Edge */
    scrollbar-width: none;     /* Firefox */
}
/* Center cards horizontally on desktop */
@media (min-width: 900px) {
   .rev-track {
        margin: 0 auto;       /* centers the whole track visually */
    }
}

@media (max-width: 600px) {
    .rev-arrow {
        display: none;
    }
}

/* Default: Desktop style */
.koplay-hero-img {
    width: 230px;     /* smaller on desktop */
    margin: 0 auto;
    display: block;
}

/* Mobile: Look bigger */
@media (max-width: 768px) {
    .koplay-hero-img {
        width: 85%;    /* nice large but not too huge */
        max-width: 420px;
    }
}
/* Tablet fix: treat tablet like mobile scrolling */
@media (min-width: 600px) and (max-width: 1024px) {
    .rev-carousel {
        display: block !important;      /* force horizontal scroll mode */
        overflow-x: auto !important;
        white-space: nowrap !important;
    }

    .rev-track {
        display: inline-flex !important; /* keep cards in a row */
        gap: 16px;
        margin: 0 !important;
    }

    .rev-card {
        width: 320px;                   /* slightly larger for tablet */
        white-space: normal !important; /* text wraps nicely */
    }

    .rev-arrow {
        display: none;                  /* hide arrows on tablet */
    }
}




/* Logo container */
.logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

/* Logo image */
.site-logo {
    width: 42px;
    height: auto;
}

/* Text next to the logo */
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;font-size:1.6rem;
    font-weight: 700;
}
/* ================================
   NAVIGATION — FULL UPGRADED CSS
   ================================ */

/* Base nav bar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    z-index: 1000;
}

/* Logo container */
.logo-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}

/* Logo icon */
.site-logo {
    width: 42px;
    height: auto;
}

/* Logo text */
.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    font-weight: 700;
}

/* -----------------------------
   Top-level nav links
   ----------------------------- */
.nav-links {
    list-style: none;
    display: flex;
    gap: 1px;
    margin: 0;
    padding: 0;line-height:1;
}

.nav-links li {
    position: relative;gap: 1px;
}

.nav-links li a {
    padding: 10px 15px;
    display: inline-block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: 0.25s ease;
}

/* Hover and active */
.nav-links li a:hover {
    color: #ff7f50;
}

.nav-links li.active > a,
.nav-links li a.active {
    color: #ff7f50;
    font-weight: 600;
}

/* -----------------------------
   Dropdown Arrow
   ----------------------------- */
.nav-links .arrow {
    font-size: 16px;                    /* bigger arrow */
    margin-left: 2px;line-height:1;
    display: inline-block;
    transition: transform 0.25s ease;
}

/* Arrow rotates when dropdown is open */
.dropdown.open > a .arrow {
    transform: rotate(180deg);
}

/* -----------------------------
   Desktop Dropdown Menu
   ----------------------------- */
.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 210px;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    z-index: 9999;
}

.dropdown:hover .submenu {
    display: block;
}

.submenu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    white-space: nowrap;
}

.submenu li a:hover {
    background: rgba(255,127,80,0.1);
    color: #ff7f50;
}

@media (prefers-color-scheme: dark) {
    .navbar {
        background: white !important;
        color: black !important;
    }

    .nav-links li a {
        color: #000000 !important;
    }

    .submenu {
        background: #ffffff !important;
        box-shadow: 0 6px 18px rgba(0,0,0,0.12) !important;
    }

    .submenu li a {
        color: #333333 !important;
    }

    .submenu li a:hover {
        background: rgba(255,127,80,0.1) !important;
        color: #ff7f50 !important;
    }
}


/* -----------------------------
   DARK MODE SUPPORT
   ----------------------------- */
@media (prefers-color-scheme: dark) {
    .navbar {
        background: #1e1e1e;
        color: #eee;
    }

    .nav-links li a {
        color: #eee;
    }

    .submenu {
        background: #2b2b2b;
        box-shadow: 0 6px 18px rgba(0,0,0,0.6);
    }

    .submenu li a {
        color: #ddd;
    }

    .submenu li a:hover {
        background: rgba(255,127,80,0.15);
        color: #ff7f50;
    }
}

/* -----------------------------
   MOBILE NAVIGATION
   ----------------------------- */

.hamburger {
    display: none;
    font-size: 32px;
    cursor: pointer;
}

@media (max-width: 768px) {


    /* hamburger becomes visible */
    .hamburger {
        display: block;
        z-index: 1100;
    }

    /* convert nav into vertical panel */
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #004d40;
        text-align: center;
        padding: 20px 0;
        gap: 0;
    }

    /* When toggled open */
    .nav-links.active {
        display: flex;
    }

    /* Mobile link colors */
    .nav-links li a {
        color: white !important;
        padding: 15px 0;
    }

    /* Submenu inside mobile */
    .submenu {
        position: static;
        background: #003930 !important;
        box-shadow: none !important;
        border-radius: 0;
        padding: 0;
        width: 100%;
        display: none; /* hidden until opened */
    }

    .dropdown.open .submenu {
        display: block;
    }

    .submenu li a {
        padding: 12px 25px;
        color: white !important;
        text-align: center;
    }

    .submenu li a:hover {
        background: rgba(255,255,255,0.1);
        color: #ff7f50 !important;
    }
}

/* -----------------------------
   State when nav is open (JS adds this)
   ----------------------------- */
.nav-open .submenu {
    position: static;
    box-shadow: none;
}
/* Base icon styling */
.client-icon {
    width: 25px;
    height: 25px;
   margin-top:0px;display: flex;
  align-items: center;
}

/* Desktop default */
.desktop-icon {
    display: block;
    padding:3px;
}

.desktop-icon:hover {
    display: block;
    background:#f5f5f5;
    
    padding:3px;
    border-radius:4px;
}


.mobile-icon {
    display: none;
}




/* Mobile swap */
@media (max-width: 768px) {
    .desktop-icon {
        display: none;
    }

    .mobile-icon {
        display: block;
    }
}

