body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
}


.navbar{
    display: flex;
    padding-top: 1%;
    padding-bottom: 1%;
   padding-left: 10%;
}




.whatsapp {
    position: fixed;
    bottom: 35px;
    right: 20px;
    z-index: 1000;
}

.whatsapp-icon {
    width: 60px;
    height: 60px;
    cursor: pointer;
}


/* header 1 */


.discover-business-section {
    height: 80vh;
    background: url('./images/02.jpg') no-repeat center center/cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 8%;
}

@media (max-width: 768px) {

 
.discover-business-section {   padding-left: 7%;
}
}

.business-text-box {
background-color: none;
padding: 30px;
margin-bottom: 7%;
    padding: 30px;
    max-width: 500px;
    border-radius: 2px;
    padding-bottom: 5%;
}

.business-text-box h1 {
    color: #330D29;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.business-text-box p {
    color: #2D0021;
    font-size: 16px;
    margin-bottom: 20px;
}



.get-in-touch {
    background: linear-gradient(to right, #e02c63, #9b1b8e) !important;
   border: none;
font-size: 14px;
font-weight: 600;
    color: white;
    padding: 10px 20px;   
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
}

.reviews {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-count {
    font-size: 30px;
    font-weight: bold;
}

.google-reviews {
    font-size: 14px;
    color: #666;
}





.business-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #CFFFCF;
    padding: 2% 8%;
    gap: 20px;
}

/* Ensure the content wraps correctly */
.content {
    flex: 1;
}

/* Adjust heading size and width */
.content h1 {
    margin-bottom: 0;
    padding-bottom: 0;
    max-width: 60%;
    font-size: 38px;
    font-weight: 800;
    color: #222;
}

/* Adjust paragraph width and size */
.content p {
    
    text-align: center;
    max-width: 60%;
    font-size: 16px;
    color: #555;
}

/* Style the CTA button */
.cta-button {
    background-color: #1B5E20;
    color: white;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

/* Hover effect for button */
.cta-button:hover {
    background-color: #144D14;
}


/* whyc choose us */


.container {

padding: 4%;
  justify-content: center !important;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
 
}

.container h2 {
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
   color: #330D29;
    font-size: 36px;
    font-weight: bold;
    
}

 .container p {
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #4F404B;
    margin-bottom: 30px;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
    flex: 1;
    border: 1px solid #e0e0e0;
}

.card h3 {
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: #B25471
}

.card h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #8C4E61;
}

.card p {
    font-size: 14px;
    color:#755E65;}


 .card :hover{
    color: #9A1778;
  
 }

 

/* 
.quads {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}


.quad {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 300px;
    flex: 1;
    border: 1px solid #e0e0e0;
}



.quad h3 {
    font-size: 60px;
    margin: 0;
    padding: 0;
    color: #B25471
}

.quad h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    color: #8C4E61;
}

.quad p {
    font-size: 14px;
    color:#755E65;}


 .quad:hover{
    color: #9A1778;
  
 } */

  

/* Responsive Design */

@media (max-width: 768px) {

    
.container {

    padding-left: 4%;
    padding-top: 4%;
    padding-right: 9% !important;
    padding-bottom: 4%;
}

.business-text-box {

    background-color: #ffffff;
        box-shadow: 3px 1px 33px #bcbcbc;
    
}
    .business-text-box h1 {
        font-size: 32px;
    }

    .cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 320px;
    }

    /* .quads {
        flex-direction: column;
        align-items: center;
    }

    .quad {
        width: 100%;
        max-width: 300px;
    } */


}



/* choose end */

/* what we offer  */


.offer h2{
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
   color: #330D29;
    font-size: 36px;
    font-weight: bold;
}
.offer p {
    max-width: 70%;
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #4F404B;
    margin-bottom: 30px;
    text-align: center;
}

.offer-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.offer-card {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    max-width: 500px;
    flex: 1;
    border: 1px solid #D6A1B1;
}



.offer-card:hover{
   
    border: 1px solid #DE2C62;
}

.offer-card h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #8C4E61;
}

.offer-card p {
    font-size: 14px;
    color: #755E65;
    text-align: left;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cards, .offer-cards {
        flex-direction: column;
        align-items: center;
    }

    .card, .offer-card {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
}

/* what we offer end */



/* banner */

/* Main banner styling */
.banner {
    background: linear-gradient(to right, #e02c63, #9b1b8e);
    color: white;
    text-align: center;
    padding: 50px 20px;
}

.banner h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* Button styling */
.btn {
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    border-radius: 5px;
    background-color: white;
    color: #e02c63;
    border: none;
}

.btn-secondary {
    background: transparent;
    color: white;
    border: 2px solid white;
}

/* Hover effects */
.btn-primary:hover {
    background-color: #f5f5f5;
}

.btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Responsive styles */
@media (max-width: 768px) {

    .offer p {
        max-width: 90%;
    }
    .banner {
        padding: 30px 10px;
    }

    .banner h2 {
        font-size: 20px;
    }

    .buttons {
        flex-direction: column;
        gap: 10px;
    }

    .btn {
        width: 100%;
        max-width: 60%;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .banner {
        padding: 20px 10px;
    }

    .banner h2 {
        font-size: 18px;
    }

    .btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}

/* Now the section will adapt nicely to any screen size! */


/* banner end */




/* /* enquiry button  */


.ebtn {
    padding-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.enqurybtn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to right, #e02c63, #9b1b8e);
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.enqurybtn:hover {
    background: linear-gradient(to right, #e11d58, #a11993);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.enqurybtn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}















@media (max-width: 768px) {
    .business-section {
        flex-direction: column;
        text-align: center;
        padding: 5% 6%;
    }

    .content h1 {
        font-size: 32px;
        max-width: 100%;
    }

    .content p {
        font-size: 16px;
        max-width: 100%;
    }

    .cta-button {
        align-items: center;
        justify-content: center;
        margin-top: 15px;
        width: 50%;
        font-size: 16px;
        padding: 14px 0;
    }
}


/* pills  */

.pill-container {
    padding: 5% 8% 4%;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap; 
}

.pill-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #D6A1B1;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px; 
    transition: transform 0.3s ease-in-out;
}

.pill-card:hover{
   
    border: 1px solid #DE2C62;
}


.pill-card:hover {
    transform: translateY(-5px);
}

.pill-icon {
    width: 50px;
    height: 50px;
}

.pill-title {
    margin: 15px 0;
    font-size: 20px;
    color: #8C4E61;
}

.pill-description {
    text-align: left;
    color: #755E65;
    margin-bottom: 20px;
}

.pill-button {
    padding: 10px 20px;
    border: none;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.pill-button:hover {
    background: #0056b3;
}

@media (max-width: 768px) {
    .pill-container {
        flex-direction: column; 
        align-items: center;
    }

    .pill-card {
        width: 90%; 
        max-width: 350px;
    }
}


/* pills end */


/* ccertificates */


.certificate-section {
    padding-top: 5%;
    text-align: center;
   
}

.certificate-title {
    display: flex;
   
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        color: rgb(51, 13, 41);
        font-size: 36px;
        font-weight: bold;
        justify-content: center !important;
}

.certificate-description {
    display: flex
    ;
        justify-content: center !important;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        color: #4F404B;
        margin-bottom: 30px;
}

.certificate-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.certificate-card {
 
    padding: 0px;
  
    text-align: center;
    width: 320px;
    height: 320px
}

.certificate-icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

/* Responsive layout for smaller screens */

@media (max-width: 768px) {
    .certificate-container {
        flex-direction: column;
        align-items: center;
    }

    .certificate-card {
        width: 90%;
        height: auto;
    }

    .certificate-icon {
        height: auto;
        width: 80%;
    }
}


/* faq */
.faq-section {
    padding-top: 5%;
    margin: auto;
    width: 60%;
    text-align: center;
}

.faq-section h2 {
    display: flex;
   margin-bottom: 0%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    color: rgb(51, 13, 41);
    font-size: 36px;
    font-weight: bold;
    justify-content: center !important;
}


.faq-container {
    padding-top: 4%;
    text-align: left;
}

.faq-item {
    padding: 10px 0;
}

.faq-question {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 0px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    color: #555;
    padding: 0 15px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 200px;
    padding: 15px;
    background: #ffe3f1;
    border-radius: 0 ;
}

.faq-toggle {
    font-size: 20px;
    transition: transform 0.3s;
}

/* faq end */



/* testimonials */

.testimonials {
    padding-top: 5%;
    display: flex;
    justify-content: center; 
    align-items: center; 
    text-align: center; 
    width: 100%; 
    margin: 20px 0;
}

.testimonials h2 {
    display: flex;
   
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        color: rgb(51, 13, 41);
        font-size: 36px;
        font-weight: bold;
        justify-content: center !important;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    margin: auto;
}

.review-slider-wrapper {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 95%;
}

.review-slider {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
}

.review-card {
    min-width: 33.33%; /* 3 reviews per screen */
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #D6A1B1;
    border-radius: 10px;

    
}

.review-header {
    display: flex;
    align-items: center;
    gap: 10px;
}


.review-name {
     color: rgb(51, 13, 41);
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.review-text{
   color:#755E65;
    font-size: 14px;

}

.stars {
    margin-top: 5px; /* Adjust space between name and stars */
    width: 100px; /* Adjust the width for proper display */
}

/* Align Stars Below Name */
.review-header div {
    display: flex;
    flex-direction: column;
}

.review-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
}

#prevBtn {
    left: 0;
}

#nextBtn {
    right: 0;
}
.review-text{
    font-size: 14px;
    color: #393939;
}

/* Media Queries */
@media (max-width: 768px) {

    .faq-section {
      
        width: 100%;
        
    }
    

    .review-card {
        min-width: 100%; /* 1 review per screen on mobile */
    }
}

/* testimonials end */


/* products card */



/* Heading and subheading */


.products{
    display: flex;
    justify-content: center;
    padding-left: 8%;
    padding-right: 8% !important;
  }

.heading {
   
    padding-top: 5%;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #222;
}

.subheading {
    font-weight: 400;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color:#4F404B;
    margin-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
}

/* Grid layout */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
    justify-content: center;
    align-items: center;
}


/* Card styling */
.card {
    background: white;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #D6A1B1;
    text-align: center;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
    border: 1px solid #DE2C62;
}

/* Image styling */
.card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Title and text */
.cardtitle {
    padding-top: 5px !important;
  padding-left: 7px !important;
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    color: #222;
}

.card-text {
    text-align: justify;
    font-size: 14px;
    color: #555;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {


    .products{
        
        padding-right: 12% !important;
      }


    .grid-container {
        grid-template-columns: repeat(1, 1fr); 
        justify-content: center; /* Center the grid */
        gap: 20px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .heading {
        font-size: 28px;
    }
    .subheading {
        font-size: 18px;
    }

    .card {
        background: white;
        border-radius: 10px;
        padding: 10px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        max-width: 100%;
        flex: 1;
        border: 1px solid #e0e0e0;
    }

    .card:hover {
        transform: scale(1);
        border: 1px solid #DE2C62;
    }
    
    
}


/* sales */
/* Main wrapper */

.bundles{
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 5%;
}
.map-form-wrapper {

    display: flex;
    align-items: stretch; /* Ensures equal height */
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    gap: 10px;
}

/* Form Section */
.form-section {
    flex: 0 0 40%; /* Adjust width */
    background: white;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Form Heading */
.form-heading {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

/* Form Box */
.form-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Input Fields */
.form-input {
    width: 100%;
    padding: 12px 40px 12px 12px; /* Left padding for text, right for icon */
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Form Group (for input + icon) */
.form-group {
    position: relative;
    width: 100%;
}

/* Icon Placement */
.form-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.form-icons {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
}

.form-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Form Button */
.form-button {
    width: 100%;
    background: #9A1778;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

/* Map Section */
.map-section {
    flex: 0 0 55%; /* Adjust width */
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Map Frame */
.map-frame {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .map-form-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        max-width: 90%;
        width: 100%;
    }


    .form-section, .map-section {
        flex: 1;
        width: 100%;
        height: auto;
        padding: 0;
    }

    .map-frame {
        height: 300px;
    }
}




/* footwe form */


/* General Styles for Desktop (unchanged) */
.main-section {
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}



.info-container, .form-container {
    width: 50%;
    box-sizing: border-box;
}
/* 
.unique-form {
    border: 0.5px solid  #f8d4df;
   border-radius: 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 4%;
}

.unique-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #6D758F;
}

.unique-form-group.unique-full-width {
    width: 95%;
}

.unique-form-input, .unique-form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #F1F3F7;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 0px 1px 4px 0px #19213D14;
}

.unique-form-button {
    background: linear-gradient(to right, #e02c63, #9b1b8e) !important;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.unique-form-button:hover {
    background-color: #B25471;
} */

/* Mobile Styles */
@media (max-width: 768px) {
    .main-section {
        flex-direction: column;
        padding: 5% 3%;
        gap: 20px;
    }

    .info-container, .form-container {
        width: 100%;
        padding: 0;
    }

    .unique-form {
        gap: 20px;
        padding: 2%;
    }

    .unique-form-group {
        width: 100%;
    }

    .unique-form-group.unique-full-width {
        width: 100%;
    }

    .unique-form-group label {
        font-size: 11px;
        font-weight: 600;
    }

    .unique-form-input, .unique-form-textarea {
        font-size: 12px;
        padding: 8px;
    }

    .unique-form-button {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .info-container {
        text-align: left;
        padding: 10px;
        max-width: 100%;
    }

    .info-container h1 {
        font-size: 28px;
    }

    .info-grid {
        display: none;
    }
}

.info-container h3 {
    font-size: 40px;
    font-weight: 800;
    color: #330D29;
    margin-bottom: 1px;
}

.info-container h2 {
    font-size: 16px;
    font-weight: 500;
    color: #330D29;
    margin-bottom: 25px;
}

/* footer */

.fullfooter{
    background: #F5F5F5;
    color: #333;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    padding-top: 20px;
    border-radius: 8px;
   padding-left: 10%;
   padding-right: 10%;
    margin: auto;
}

/* Logo Section */
.footer-logo img {
    max-width: 120px;
}

/* Address Section */
.footer-address {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
   
}

.footer-address img {
    width: 16px;
    height: 16px;
}

/* Get Connected Section */

.footer-connect {
    text-align: right;
}

.footer-heading {
    font-weight: bold;
    margin-bottom: 5px;
}

.footer-icons {
display: flex;
    gap: 10px;
}

.footer-icons img {
    width: 20px;
    height: 20px;
}


/* Responsive Design */
@media (max-width: 768px) {

    .bundles{
        padding: 0;
    }
    .footer {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
        padding-left: 2%;
        padding-right: 2%;
    }

}


/* popup form */


.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Semi-transparent dark overlay */
    backdrop-filter: blur(1px); /* Stronger blur effect */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Popup Content */
.popup-content {
    background: white;
    padding: 25px;
    border-radius: 10px;
    width: 420px;
    position: relative;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Larger Close Button */
.close-button {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 30px; /* Increased size */
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: 0.3s;
}

.close-button:hover {
    color: red;
    transform: scale(1.2);
}

.footer-call-container {

    display: none;
  
    
}

.footer-call-container img {
    height: 70px;
    width: 70px;
    margin-top: -10px;
}

.call {
    height: 120px;
    width: 120px;

}

@media (max-width: 768px) {


    .footer-call-container {

    
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 0 10px;
        position: relative;
    }

}