/* Modal Background */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

/* Modal Content */
.modal-content {
    background-color: #fff;
    padding: 25px;
    width: 400px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    text-align: center;
}

/* Close Button */
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #555;
    transition: color 0.3s ease;
}

.close:hover {
    color: #ff0000;
}

/* Form Styling */
#enquiryForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

#enquiryForm label {
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: 14px;
    color: #333;
}

/* Input Fields */
#enquiryForm input,
#enquiryForm textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    transition: border-color 0.3s ease-in-out;
}

#enquiryForm input:focus,
#enquiryForm textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* Textarea */
#enquiryForm textarea {
    resize: vertical;
    height: 100px;
}

/* Submit Button */
#enquiryForm button {
    background-color: #007bff;
    color: white;
    font-size: 16px;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

#enquiryForm button:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media screen and (max-width: 500px) {
    .modal-content {
        width: 90%;
    }
}

        .floating_btn {
    position: fixed;
    bottom: 73px;
    left: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
 
  .floating_btn1 {
    position: fixed;
    bottom: 174px;
    left: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
 
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
    
  }
  .contact_icon1 {
    background-color: #dc3545;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #dc3545;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #dc3545;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }

  @media screen and (max-width: 768px){
    .floating_btn1 {
      left: 5px;
      bottom: 47%;
     
    }
    .floating_btn {
      left: 5px;
      bottom: 37%;
    }
    .contact_icon1{
      width: 45px;
      height: 45px;
      font-size: 22px;
    }
    .contact_icon{
      width: 45px;
      height: 45px;
      font-size: 22px;
    }
  }
/* Team Section Styling */
.our-team-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px;
}
/* Team Section Styling */
.our-team-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px;
}
/* Team Section Styling */
.our-team {
    text-align: center;
    padding: 50px 0;
    background: #f8f9fa;
}

.section-title h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.section-title .line {
    display: block;
    width: 80px;
    height: 4px;
    background: #007BFF;
    margin: 10px auto;
}

/* Team Container */
.our-team-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 20px;
}

/* Team Member Card */
.team-member {
    background: white;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 270px;
    max-width: 90%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hover Effect for Larger Screens */
@media (min-width: 768px) {
    .team-member:hover {
        transform: translateY(-10px);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.2);
    }
}

/* Image Styling */
.team-member img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #007BFF;
    padding: 5px;
}

/* Name & Position */
.team-member h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 6px;
    color: #333;
    text-align: center;
}

.team-member p {
    font-size: 14px;
    color: #666;
    font-style: italic;
    text-align: center;
}

/* Social Media Icons */
.team-social {
    margin-top: 10px;
}

.team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #007BFF;
    color: white;
    font-size: 16px;
    border-radius: 50%;
    margin: 0 5px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    text-align: center;
}

/* Increase Social Icon Size on Mobile */
@media (max-width: 480px) {
    .team-social a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}

/* Social Icon Hover */
.team-social a:hover {
    background: #00D4FF;
    transform: scale(1.1);
}

/* Mobile View - Ensure Centering */
@media (max-width: 480px) {
    .our-team-inner {
        flex-direction: column;
        align-items: center;
    }

    .team-member {
        width: 90%;
        max-width: 320px;
        text-align: center;
    }

    .team-member img {
        margin: 0 auto;
    }
}

/* Sticky Header */
.header {
    position: fixed; /* Stick to the top */
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}

/* Logo */
.logo-outer {
    display: flex;
    align-items: center;
}

.logo img {
    width: 200px;
    height: 120px;
    object-fit: contain;
}

/* Navbar Styling */
.nav-menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease-in-out;
}

.nav-menu a:hover {
    color: #007BFF;
}

/* Navbar Toggle Button (Mobile Only) */
.navbar-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 5px 0;
    transition: 0.3s;
}

/* Hide Navbar by Default in Mobile */
.navbar-collapse {
    display: none;
}

/* Show Navbar on Mobile when Toggled */
.navbar-collapse.show {
    display: block;
    position: absolute;
    top: 60px; /* Below the header */
    left: 0;
    width: 100%;
    background: white;
    padding: 15px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

/* Mobile View */
@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
        position: relative;
        top: 40px;
    }

    .nav-menu {
        flex-direction: column;
        align-items: center;
    }

    .nav-menu li {
        margin: 10px 0;
    }
}
 /* Product Image Styling */
    .shop-img img {
        width: 100%;  /* Full width */
        height: 250px; /* Fixed height */
        object-fit: cover; /* Crop to fit */
        border-radius: 10px; /* Rounded corners */
    }

    /* Modal Styling */
    #enquiryModal {
        display: none; /* Hide modal by default */
        position: fixed;
        z-index: 1000;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        background: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 20px;
    }

    /* Close Button */
    .close {
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 20px;
        cursor: pointer;
    }
.gallery-img {
    width: 100%;
    max-height: 200px; /* Limit image height */
    object-fit: cover; /* Maintain aspect ratio and cover space */
    border-radius: 15px; /* Smooth rounded corners */
    transition: transform 0.4s ease-in-out;
}

.image-container {
    border-radius: 15px; /* Ensure container also has rounded corners */
    overflow: hidden; /* Prevent image overflow */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); /* Softer shadow effect */
}

.image-container:hover .gallery-img {
    transform: scale(1.05); /* Slight zoom effect on hover */
}
/* Lightbox Styles with White Border */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
    border: 5px solid white; /* White border */
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5); /* Glow effect */
}

.close-lightbox {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.3);
    padding: 5px 10px;
    border-radius: 5px;
}
