/* Start custom CSS for html, class: .elementor-element-ba1668d *//* Initial header style */
.header {
    background: #e3e0f4 !important; /* Initial background color */
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}

/* Sticky header background change */
.header.is-sticky {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}



/* When the header becomes sticky */



.banner {
    background: #494276;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    overflow: hidden;
    height: 30px ;
    line-height: 30px;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 999;
}

.banner-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 10s linear infinite;
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.logo-img {
    height: 60px !important;
    width: auto;
    transition: none;
    padding-left: 30px;
}

.menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: #494276;
    padding: 10px;
}

.nav-links {
    display: flex;
    gap: 20px;
    padding: 20px 50px;
    justify-content: center;
    flex-grow: 1;
}

.nav-links a {
    color: #494276;
    text-decoration: none;
    font-size: 16px;
    padding: 0px 10px !important;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0;
}

.nav-links a:hover {
    color: #3a3361;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
}

.contact-info .phone  {
    color: #494276 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
}


.contact-info .timing {
    color: #6c757d;
    font-size: 14px;
    padding: 0;
}

.quick-enquiry {
    background: #494276;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.3s ease;
    padding: 8px 15px;
    margin: 0;
}

.quick-enquiry:hover {
    background: #8980c8;
    color: #e3e3e3;
}

.whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.whatsapp-icon {
    height: 24px;
    width: 24px;
    transition: transform 0.3s ease;
    padding: 0;
}

.whatsapp:hover .whatsapp-icon {
    transform: scale(1.1);
}
.phone {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    color: #494276;
   /* spacing between phone and timing */
}

.timing {
    font-size: 12px;
    color: grey;
    display: block

     
}


@media (min-width: 481px) and (max-width: 1024px) {
  .logo-img {
    height: 80px !important;
    width: auto !important;
    padding: 15px !important;
    margin-left: 0 !important; /* Left-aligned with padding */
    order: 1 !important;
  }

  .nav-links a {
    font-size: 16px !important;
  }

  .menu-icon {
    right: 80px !important;
  }

  .contact-info {
    right: 10px !important;
  }

  .phone {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    display: block !important;
    margin-right: 30px !important;
    /* Ensure phone number is visible on tablets */
  }

  .timing {
    font-size: 14px !important;
    color: grey !important;
    display: block !important;
    margin-right: 30px !important;
    /* Ensure timing is visible on tablets */
  }

  .contact-info1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
}


/* Responsive Design */
@media (max-width: 1028px) {
    .header {
        flex-direction: column;
        padding: 0;
        text-align: center;
        height: 60px; /* Fixed height for squared look */
    }

    .banner {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
    }

    .logo-img {
        margin-bottom: 0;
        order: 1; /* Move logo to the left/top */
    }

    .menu-toggle {
        display: none;
    }

    .menu-icon {
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 1px;
        padding: 10px ;
       margin-top:250px;
        text-align: left;
        background-color:white;
    }

    .nav-links a {
        padding: 10px 0;
        font-size: 16px;
    }

    .menu-toggle:checked ~ .nav-links {
        display: flex;
    }

    .contact-info {
        flex-direction: row;
        gap: 10px;
        padding: 0 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        align-items: center; /* Center vertically */
    }

    .contact-info .phone {
        display: none;
    }

    .contact-info .timing {
        display: none;
    }

    .quick-enquiry {
        display: none;
    }

    .whatsapp {
        margin-left: 10px;
        align-self: center; /* Center vertically with menu icon */
    }
}

@media (max-width: 480px) {
   .logo-img {
    height: 60px !important;
    width: auto;
    padding: 10px;
    margin-left: 0; /* Left-aligned with padding */
    order: 1;
  }
  .nav-links a {
    font-size: 14px;
  }
  .menu-icon {
    right: 50px;
  }
  .contact-info {
    right: 5px;
  }
  .phone {
    font-size: 16px;
    margin-bottom: 5px;
     display:none;
   /* spacing between phone and timing */
}

.timing {
    font-size: 12px;
    color: grey;
    display:none;
     
}
}

.contact-info1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}/* End custom CSS */