.schedule-button{font-size: 16px; font-weight: bold; color: white; background-color: #090cb8; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer;width: 35%;}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* Only hides horizontal overflow */
}

 .sticky-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background-color: #f8f9fa;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            padding: 10px;
        }
@media (max-width: 768px) {
    h1 {
        font-size: 18px !important;
    }
}

    @media only screen and (max-width: 767px) {
        .schedule-button {
            width: 56% !important; 
            background-color: #5c000a; 
            /* Change width to 56% on mobile screens */
        }
    }

    @media only screen and (max-width: 767px) {
        .donate-button {
            background-color: #5c000a; 
            /* Change width to 56% on mobile screens */
        }
    }
    .icon-circle {
        width: 40px; /* Circle width */
        height: 40px; /* Circle height */
        border-radius: 50%; /* Make the shape circular */
        display: flex; /* Use flexbox for centering */
        justify-content: center; /* Horizontally center the icon */
        align-items: center; /* Vertically center the icon */
        background-color: #5c000a; /* Circle background color */
    }
    
    @media only screen and (max-width: 767px) {
        .icon-circle {
            width: 30px; /* Circle width */
        height: 30px; /* Circle height */
        border-radius: 50%; /* Make the shape circular */
        display: flex; /* Use flexbox for centering */
        justify-content: center; /* Horizontally center the icon */
        align-items: center; /* Vertically center the icon */
        background-color: #5c000a; /* Circle background color */
        }
    }
    
    .icon-circle i {
        font-size: 15px; /* Adjust icon size */
        color: #ffffff; /* Icon color (white) */
    }
    
    .rotated-icon {
        transform: rotate(90deg); /* Rotate the phone icon by 45 degrees */
    }
    
    span {
        font-size: 14px; /* Adjust text size */
        color: #333; /* Optional: Text color */
    }
    
    @media (max-width: 576px) {
        .mobile-margin-phone {
            margin-top: 7px;
              font-size: 14px !important;
        }
    }
    @media (max-width: 576px) {
        .mobile-margin-email {
            margin-bottom: 10px;
              font-size: 14px !important;
        }
    }
    
    .d-lg-flex {
        display: flex;
        align-items: center; /* Align items vertically */
    }
    

.the-most-child{font-size: 50px; font-weight: 700; text-transform: uppercase; font-family: 'Poppins', sans-serif;color: #d0fbf2;}


@media only screen and (max-width: 767px) {
    .the-most-child {
        font-size: 35px !important; /* Change width to 56% on mobile screens */
    }
}


.discover-schedule{font-size: 16px; font-weight: bold; color: white; background-color: #090cb8; padding: 10px 20px; border: none; border-radius: 5px; cursor: pointer; width: 18%;}


@media only screen and (max-width: 767px) {
    .discover-schedule{
       width: 60% !important; /* Change width to 56% on mobile screens */
    margin-top: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .popmake-5465 {
        width: 56% !important; /* Mobile button width */
    }
    section {
        padding-top: 50px; /* Adjust padding for mobile */
    }
    .popmake-5465 {
        width: 56% !important; /* Mobile button width */
    }
}




.opus96-offers-text{font-size: 20px; line-height: 1.5;}


@media only screen and (max-width: 767px) {
    .opus96-offers-text{
    font-size: 15px;
    }
}


.learn-thrive-text{font-size: 50px; font-weight: bold; margin-bottom: 20px; color: #d0fbf2;}


@media only screen and (max-width: 767px) {
    .learn-thrive-text{
    font-size: 28px;
    }
}


.experience-grandeur{height: 100vh; }


@media only screen and (max-width: 767px) {
    .experience-grandeur{
        height: 0vh; 
    }
}


footer .form-group {
    margin-right: 5px; /* Adjust the space between form fields */
}


footer .form-group:last-child {
    margin-right: 0; /* Remove margin from the last element */
}


@media (max-width: 768px) {
    footer form {
        flex-wrap: wrap;
    }


    footer .form-group {
        width: 100%;
        margin-bottom: 10px; /* Add vertical spacing for stacked layout */
    }


    footer .form-group:last-child {
        margin-bottom: 0;
    }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}


@media (min-width: 1024px) {
        .section1 {
            padding-top: 50px;
        }
    }


 @keyframes blink {
        50% {
            opacity: 0;
        }
    }


    /* Responsive Styling for Mobile View */
    @media (max-width: 768px) {
        #blinking-box {
            width: 127px !important;
            height: 50px !important;
            top: 194px !important;
            left: 4px !important;
        }


        #blinking-box .location-text {
            font-size: 12px !important; /* Decreased font size for mobile */
        }
    }


 /* Animation for spinning the loader */
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }




/* Jasmine */

@media (max-width: 768px) {
    header .d-flex {
        flex-direction: column !important;
        align-items: center;
    }

    header h1 {
        text-align: center;
    }

    header #scheduleButton {
        
        margin-left: -10px; /* Move the button a little to the left */
    }
}

/* Jasmine */


 
.image-container {
    position: relative;
    width: 100vw; /* Full viewport width */
    height: 400px; /* Adjust as needed */
    background-image: url('img/charity.jpg'); /* Background image path */
    background-size: cover; /* Ensure the image covers the container */
    background-position: center; /* Center the image */
    background-attachment: fixed; /* Make the background fixed */
    background-repeat: no-repeat; /* Prevent tiling */
}

.cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure the image covers the container */
}

.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background-color: rgba(139, 69, 19, 0.5); /* Semi-transparent brown overlay */
    z-index: 1; /* Layer above the image but below the text */
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%); /* Center vertically and horizontally */
    color: white;
    text-align: center;
    padding: 20px;
    width: 80%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2; /* Ensure text appears above the overlay */
}

.overlay-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.overlay-text p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.button-container {
    display: flex;
    justify-content: center;
}

.overlay-text button {
    font-size: 18px; /* Slightly larger font size */
    font-weight: bold;
    color: white;
    background-color: #4CAF50; /* Green button color */
    padding: 12px 25px; /* Larger padding for a bigger button */
    border: none;
    border-radius: 8px; /* Rounded corners */
    cursor: pointer;
    margin-top: 30px; /* Adjust spacing below the button */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.overlay-text button:hover {
    background-color: #6CCF68; /* Lighter green on hover */
}

/* Responsive adjustments for mobile view */
@media (max-width: 768px) {
    .overlay-text h2 {
        font-size: 20px; /* Smaller heading font size */
        margin-bottom: 10px;
    }

    .overlay-text p {
        font-size: 16px; /* Adjust paragraph font size */
        margin-bottom: 10px;
    }

    .overlay-text button {
        font-size: 15px; /* Smaller button text on mobile */
        padding: 10px 20px; /* Adjust padding for mobile */
        margin-top: 20px;
    }

    .image-container {
        height: 350px; /* Adjust height for mobile screens */
    }

    .overlay-text {
        width: 90%; /* Allow more space on smaller screens */
        padding: 15px;
    }
}


.button-container button {
    font-size: 1.5rem; /* Increases the text size */
    padding: 15px 30px; /* Adds space inside the button */
    border-radius: 10px; /* Optional: Rounds the corners */
    background-color: #5c000a; /* Adjust as per your design */
    color: #fff; /* Text color */
    border: none; /* Removes border */
    cursor: pointer; /* Adds pointer cursor */
    transition: transform 0.3s ease; /* Smooth hover effect */
}

.button-container button:hover {
    transform: scale(1.1); /* Makes the button slightly bigger on hover */
}
#gallery-section .image-container {
    position: relative;
    width: 100%;
    height: auto;
}

#gallery-section .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gallery-section .card {
    position: relative;
    overflow: hidden;
}

#gallery-section .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#gallery-section .card-img-overlay {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#gallery-section h2 {
    color: #bb0007;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    padding-bottom: 50px;
}


.carousel-item img {
    width: 100%;
    height: auto;
    object-fit: cover;  /* Ensure the image covers the space without distortion */
    background: none;  /* Remove any potential background color */
}

/* Additional CSS for the carousel margin */
#carouselExampleDesktop, #carouselExampleMobile {
    margin-top: -50px; /* Adjust the value to control the overlap */
}



/* Title Styling */
.section-title {
    font-size: 2.5rem; /* Slightly smaller for better responsiveness */
    font-weight: bold;
    color: #7b0011; /* Updated to a slightly softer dark red */
    margin-bottom: 24px; /* Slightly increased spacing for better separation */
    text-transform: uppercase; /* Adds emphasis to the title */
    letter-spacing: 1px; /* Subtle spacing for a clean look */
}

/* Box Styling */
.box {
    border: 2px solid #e0e0e0; /* Subtle but noticeable border */
    border-radius: 10px; /* Slightly more rounded corners */
    background-color: #fffdfa; /* Warm, off-white background */
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.12); /* Softer shadow for elegance */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px; /* Added padding for better spacing */
    cursor: pointer; /* Pointer to enhance interactivity */
}

.box:hover {
    transform: scale(1.07); /* Slightly larger zoom for hover effect */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.18); /* Stronger shadow on hover */
}

/* Icon Styling */
i {
    color: #7b0011; /* Matching icon color to title for consistency */
    font-size: 2.5rem; /* Slightly larger icon size for prominence */
    margin-bottom: 12px; /* Added spacing below the icon */
}

/* Paragraph Text Styling */
p {
    font-size: 1rem; /* Comfortable text size for readability */
    color: #333; /* Slightly darker text color for better contrast */
    line-height: 1.6; /* Improved line spacing for readability */
    margin-top: 12px; /* Separation from the icon or heading */
}

/* Heading inside Box Styling */
.box h5 {
    font-size: 1.2rem; /* Distinct size for subheadings */
    font-weight: 600;
    color: #5c000a; /* Accent color for subheadings */
    margin-bottom: 10px; /* Spacing below the heading */
    text-transform: capitalize; /* Clean and formal text appearance */
    letter-spacing: 0.5px; /* Subtle spacing for clarity */
}

/* Mission Section */
.mission-section {
    position: relative;
    background-image: url('img/vallalar-donate-img-1.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Sticky background effect */
    min-height: 50vh; /* Adjust for smaller screens */
    display: flex;
    align-items: center; /* Center content vertically */
    justify-content: center; /* Center content horizontally */
    margin-top: 40px; /* Adds space above the mission section */
    text-align: center; /* Center text inside the section */
    padding: 20px; /* Padding for better spacing on smaller screens */
}

/* Overlay Color */
.mission-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1;
}

/* Container Content */
.mission-section .container {
    position: relative;
    z-index: 2; /* Place content above overlay */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%; /* Ensure the container adjusts to the screen width */
    max-width: 1200px; /* Limit the maximum width */
    text-align: center;
    padding: 20px; /* Add responsive padding */
}

/* Title Styling */
.mission-title {
    font-size: 2.5rem; /* Adjust size for better responsiveness */
    font-weight: bold;
    color: #fff; /* White text for contrast */
    margin-bottom: 15px; /* Reduced margin for smaller screens */
    text-transform: uppercase; /* Emphasize title */
    letter-spacing: 1px; /* Spaced-out look */
    word-wrap: break-word; /* Handle long words on small screens */
}

/* Description Styling */
.mission-description {
    font-size: 1rem; /* Adjust font size for readability on smaller screens */
    color: #eaeaea; /* Light grey for readability */
    line-height: 1.6; /* Adjust line height for smaller screens */
    max-width: 100%; /* Use full width on smaller screens */
    margin: 0 auto; /* Center the paragraph */
    padding: 0 15px; /* Adjust padding for smaller screens */
}

/* Enquiry Form Styling */
.enquiry-form {
    background-color: rgba(255, 255, 255, 0.9); /* Light background for form */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%; /* Ensure form takes full width on mobile */
    max-width: 400px; /* Limit the form width */
    margin: 0 auto;
    text-align: left;
    position: relative; /* Ensure it stays within the section */
}

.enquiry-form-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #5c000a; /* Dark red color */
     text-align: center; /* Align text to the center */
}

/* Form Fields */
.enquiry-form .form-group {
    margin-bottom: 15px;
}

.enquiry-form .form-group label {
    font-weight: bold;
    color: #333;
}

.enquiry-form .form-control {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Form Button */
.enquiry-form .btn {
    background-color: #5c000a;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.enquiry-form .btn:hover {
    background-color: #4a0007;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mission-title {
        font-size: 2rem; /* Smaller title for tablets */
        margin-bottom: 10px;
    }

    .mission-description {
        font-size: 0.95rem; /* Adjust description font size for tablets */
        line-height: 1.5; /* Adjust spacing */
        padding: 0 10px; /* Tighter padding for smaller devices */
    }

    .mission-section {
        background-attachment: scroll; /* Disable fixed background on tablets */
        min-height: 100vh; /* Ensure full height on mobile */
    }

    .container {
        flex-direction: column; /* Stack columns vertically on smaller screens */
        justify-content: flex-start; /* Align content from the top */
    }

    .mission-title, .mission-description {
        text-align: center; /* Center text on mobile */
    }

    .enquiry-form {
        width: 60%; /* Make the form take more width on small screens */
        max-width: 100%; 
        margin-top:5px;/* Ensure full width */
    }

    .col-lg-6 {
        width: 100%; /* Ensure each column takes full width */
        margin-bottom: 10px; /* Space between the columns */
    }
}

@media (max-width: 480px) {
    .mission-section {
        background-size: cover; /* Ensure the background image covers the section */
        background-position: center center; /* Keep the image centered */
        background-attachment: scroll; /* Disable fixed background on mobile */
        min-height: 170vh; /* Set a larger height for the section on mobile */
        padding: 15px; /* Adjust padding for better space */
    }

    .mission-title {
        font-size: 1.8rem; /* Smaller title for mobile */
    }

    .mission-description {
        font-size: 0.9rem; /* Compact description font */
        line-height: 1.4; /* Adjust line spacing for mobile */
    }

    .enquiry-form {
        width: 100%; /* Ensure the form takes full width */
        max-width: 100%; /* Remove max-width constraint */
        padding: 20px; /* Add padding to ensure space around fields */
        margin-top: 10px; /* Adjust margin-top to make it more spacious */
        height: auto; /* Let the height adapt to content */
    }

    .enquiry-form .form-group {
        margin-bottom: 10px; /* Reduced margin between form fields */
    }

    .enquiry-form .form-control {
        width: 100%; /* Ensure form controls take full width */
        padding: 10px; /* Adequate padding for input fields */
        font-size: 1rem; /* Consistent font size */
    }

    .enquiry-form .btn {
        width: 100%; /* Make the submit button take full width */
        padding: 12px; /* Adequate padding for the button */
        font-size: 1.2rem; /* Ensure the button text is legible */
    }
}

.trending-video-section {
    margin-top: 50px;
    padding: 20px 0;
    background: #fffdfa; /* Light background for the section */
}

.video-card {
    background: #fffcf5; /* Softer off-white background for a clean look */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    transform: translateY(-5px); /* Subtle lift effect */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* Maintain 16:9 aspect ratio */
    background: #000; /* Black background for the video area */
    border-bottom: 2px solid #5c000a; /* Accent border below the video */
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 5px;
}

.video-content {
    padding: 20px;
    text-align: center;
    background: #fffdfa; /* Matches the card background */
}

.video-content h3 {
    font-size: 1.6rem;
    font-weight: bold;
    color: #5c000a;
    margin-bottom: 10px;
}

.video-content p {
    font-size: 1rem;
    color: #0a5c00;
    margin: 0;
    line-height: 1.5;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .video-card {
        margin-bottom: 20px; /* Space between cards on smaller screens */
    }

    .video-content h3 {
        font-size: 1.4rem; /* Adjust font size for mobile */
    }

    .video-content p {
        font-size: 0.9rem; /* Adjust description size for mobile */
    }
}


.custom-footer {
    background-color: #750411;
    color: white;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
}

.logo-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a7c30;
    margin-left: auto;
    margin-right: auto;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-heading {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-text {
    font-size: 14px;
    color: #e0e0e0;
    margin: 5px 0;
}

.footer-text i {
    margin-right: 8px;
    color: #1a7c30;
    font-size: 1.5rem;
}

.btn-donate {
    background-color: #1a7c30;
    color: white;
    padding: 12px 30px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.3s ease;
    margin-top: 20px;
}

.btn-donate:hover {
    background-color: #66b27d;
}

.footer-copyright {
    font-size: 12px;
    color: #dcdcdc;
    margin-top: 20px;
}

/* Adjust vertical alignment for "Contact Us" section */
/* Custom styles for "Contact Us" section */
.custom-contact-column {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Align content vertically */
    padding-top: 30px; /* Adjust spacing from top */
}

/* Custom styles for "Donate" section */
.custom-donate-column {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    justify-content: center; /* Center vertically */
    padding-top: 30px; /* Adjust spacing from top */
}

#cine-showcase {
    padding: 60px 20px;
    background: linear-gradient(135deg, #fff5f7, #ffe9e8);
}

#cine-showcase h2 {
    color: #5c000a;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.cine-showcase-card {
    aspect-ratio: 16/9;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.cine-showcase-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.15);
}
.popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 20px;
    border-radius: 10px;
}


#popupOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}


/* Close button styling */
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    background-color: antiquewhite;
}


.close-btn:hover {
    color: #900006;
}


/* Mobile view adjustments */
@media (max-width: 768px) {
    .popup-container {
        width: 80%; /* Increase width for mobile devices */
        padding: 15px; /* Optional: Adjust padding for smaller screens */
    }
}
@media (max-width: 768px) {
    .schedule-button {
        width: 100% !important; /* Adjust the width for mobile view */
    }
}


 @media (max-width: 767px) {
        .button-container {
            width: 100%;
            margin-top: 15px;
        }

        .button-container button {
            width: 100%; /* Make the button full width on mobile */
        }

        .navbar .container {
            flex-direction: column; /* Stack the contents vertically on mobile */
            align-items: flex-start; /* Align items to the left */
        }
    }
  .email-text {
        font-weight: bold;
        color: #5c000a;
        text-decoration: none;
        font-size: 18px;
        font-family: 'Poppins', sans-serif;
        white-space: nowrap; /* Prevents line break */
    }

    @media (max-width: 600px) {
        .email-text {
            font-size: 14px; /* Smaller on phones */
        }
    }

    @media (max-width: 400px) {
        .email-text {
            font-size: 12px; /* Extra small for very narrow screens */
        }
    }
  /*cashfree*/
    .donate-section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #f9f9f9;
  margin: 0;
}

.donate-container {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.donate-title {
  text-align: center;
  color: #601019;
  font-family: Arial, sans-serif;
}

.donate-input,
.donate-button {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 5px;
  font-size: 16px;
}

.donate-button {
  background: #601019;
  color: #fff;
  border: none;
  cursor: pointer;
}

.donate-button:disabled {
  background: #aaa;
}

.donate-message {
  text-align: center;
  color: red;
}

  @keyframes spin { to { transform: rotate(360deg); } }
  .btn‑busy {
    pointer-events:none;
    opacity:.7;
  }
  .btn‑busy::after {
    content:'';
    display:inline-block;
    width:1em; height:1em;
    margin-left:.6em;                       /* space after “Processing…” */
    border:.18em solid currentColor;
    border-right-color:transparent;
    border-radius:50%;
    animation:spin .7s linear infinite;
    vertical-align:-0.15em;
  }
  
  
  
.social-icons img {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-link {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.social-link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.social-link img:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}
  
  
  
