/* Global Styles */
html {
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    text-align: center;
    font-size: 18px;
    z-index: 1000;
}

body {
    background-color: #f8f9fa;
    color: #fdfdfd;
    padding-top: 30px; /* Add padding to prevent content from being hidden behind the fixed header */
}

.header-top {
    background-color: #d63384; 
    color: white;
    text-align: right;
    padding: 10px 0; 
    font-size: 14px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(58, 58, 58, 0.266);
}

.header-container {
    position: fixed;
    width: 100%;
    margin-top: 20px; /* Adjust for the height of the header-top */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding: 15px 5%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.logo {
    display: flex;
    align-items: center;
    top: 12px;
    bottom: 0px;
    position: relative;
}

.logo img {
    width: 180px;
    height: 80px;
    margin-right: 10px;
}

nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    padding-top: 20px;
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

nav ul li a:hover {
    color: #d63384;
}

.header-top p {
    position: relative;
    right: 10px;
    color: #ffffff;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .header-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px 5%;
    }

    .logo img {

        width: 140px;
        height: auto;
    }

    nav {
        border-left: 4px solid#d63384 ;
        position: absolute;
        top: 100%;
        right: 0;
        width: 60%; /* adjust as needed */
        background-color: rgb(255, 255, 255);
        display: none;
        flex-direction: column;
        box-shadow: -2px 0 5px rgba(0,0,0,0.1);
        z-index: 1000;
    }

    nav.show {
        display: flex;
    }

    nav ul {
        flex-direction: column;
        width: 100%;
        padding: 10px 0;
    }

    nav ul li {
        margin: 10px 0;
        padding: 0 15px;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        padding-top: 50px;
        top: 40px;
        z-index: 1001;
    }

}


@media (min-width: 769px) {
    .menu-toggle {
        display: none;
    }
}


/*doctor profile*/
.doctor-profile { 
    justify-content: space-between;   
    margin-top: 0px; /* Adjust for headers */
    padding-top: 80px;
    padding-bottom: 30px;
    height: auto; /* Allow height to adjust based on content */
    background-color: #ffffff;
    display: flex;
    flex-direction: column; /* Stack content on smaller screens */
    align-items: center;
    text-align: center;
    color: #d63384; /* Text color */
}

.profile-container {
    
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
}
   

.doctor-info {
    
    flex: 1 1 45%;
    max-width: 45%;
    padding: 40px;
    text-align: left;
    color: #000000;
}

.doctor-info h2 {
    padding-bottom: 0px;
    color: #514f4f;
    font-size: 22px;
    margin-bottom: 0px;
}

.doctor-info h1 {
   
    font-size: 32px;
    margin: 10px 0;
}

.highlight {
    color: #d63384; /* Highlight Color */
}

.doctor-info p {
    font-size: 15px;
    color: #000000;
    margin: 5px 0;
}
.appointment-btn {
    background-color: #000000; /* Button color */
    color: white; 
    padding: 15px 20px;
    border: 2px solid #000000; /* Default border */
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
    transition: all 0.3s ease; /* Smooth transition */
}

.appointment-btn:hover {
    background-color: #ffffff; /* Hover effect for button */
    color: #000000;
    border: 2px solid #000000; /* Black border on hover */
}
.banner1c {
    position: absolute;
    top: 135px;
    right: 0px;
    width: 205px;
    height: 100px;
    transform: scaleX(-1); /* Mirror the entire banner */
}

.layerc {
    position: absolute;
    width: 90%;
    height: 40%;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

/* Back Layer */
.layer1c {
    background: linear-gradient(to right, #d81b60, #ff80ab);
    top: 17px;
    left: 0px;
    width: 195px;
    height: 40px
}

/* Front Layer */
.layer2c {
    background: linear-gradient(to right, #ff4081, #ff80ab);
    top: 0;
    left: 0;
    z-index: 100;
}

/* Halftone Effect */
.layer2c::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 10%, transparent 50%);
    opacity: 0.3;
    right: 0;
    top: 0;
    mask-image: url('https://www.transparenttextures.com/patterns/halftone.png'); /* Adding a halftone effect */
}
.banner {
    position: absolute;
    width: 200px; /* Smaller width */
    height: 80px;  /* Smaller height */
    left: 0px;
    
}

/* Bottom Layer - Larger */
.layer1 {
    position: absolute;
    width: 195px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background: linear-gradient(to right, #d81b60, #ff80ab);
    left: 0;
    top: 55px;
}

/* Top Layer - Smaller */
.layer2 {
    position: absolute;
    width: 180px;
    height: 40px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    background: linear-gradient(to right, #ff4081, #ff80ab);
    left: 0px;
    top: 40px;
    z-index: 10;
}

/* Halftone Effect on the Top Layer */
.layer2::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 50%;
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 10%, transparent 65%);
    opacity: 0.3;
    left: 0;
    top: 0;
}

/*dr cara*/
.cara{
    flex: 1 1 50%;
    max-width: 50%;
    padding: 20px 0;
}
.carousel {
    width: 520px;   /* or something like 35vw */
    height: 360px;  /* proportionate height */
    border-bottom: 4px solid #d63384;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.carousel-track-container {
    
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-image {
    width: 100%;
    flex: 0 0 100%;
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
}

#carousel-caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: linear-gradient(to right, #d63384, #a91d6b);
    color: white;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}
#carousel-cap {
    position: absolute;
    bottom: 5px;
    right: 3px;
    background: linear-gradient(to right, #f93e9b, #d92889);
    padding: 10px 20px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 10% 100%);
}
.caption-background {
    position: absolute;
    background: linear-gradient(135deg, #d63384, #7a1ea1);
    width: 100%;
    height: 100%;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%);
    z-index: -10;
    padding: 10px 15px;
}

.caption span {
    z-index: 1;
    padding: 10px 15px;
}
button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    transition: background 0.3s;
}

button:hover {
    background: white;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}
@media screen and (max-width: 768px) {
    .profile-container {
        flex-direction: column;
        align-items: center;
        
    }

    .doctor-info {
        width: 100%;
        padding: 10px 20px;
        text-align: center;
    }
    .doctor-info, .cara {
        max-width: 100%;
        flex: 1 1 100%;
        text-align: center;
    }


    .doctor-info h1 {
        font-size: 24px;
    }

    .doctor-info h2 {
        font-size: 18px;
    }

    .doctor-info p {
        font-size: 14px;
    }

    .carousel {
        width: 95vw;
        height: auto;
        width: auto;
        max-height: 300px;
        margin-top: 20px;
    }

    .carousel-image {
        height: 100%;
        object-fit: cover;
    }

    #carousel-caption, #carousel-cap {
        font-size: 0.8rem;
        padding: 6px 12px;
        clip-path: none;
        border-radius: 10px;
    }

    .prev, .next {
        font-size: 18px;
        padding: 6px;
    }

    .banner, .banner1c {
        display: none; /* Hide decorative banners on small screens */
    }
}

/*healtcare*/
.health1{
    height: 550px;
}
.healthcare-expertise {
    text-align: center; /* Center align the text */
    margin: 50px 0; /* Add some vertical spacing */
}

.healthcare-expertise h1 {
    color: #000000;
    font-size: 24px; /* Main heading font size */
    font-weight: bold; /* Make the heading bold */
    margin-bottom: 10px; /* Space between heading and paragraph */
}

.healthcare-expertise p {
    color: #000000;
    font-size: 16px; /* Paragraph font size */
    font-weight: normal; /* Normal weight for the paragraph */
    max-width: 600px; /* Limit the width of the paragraph */
    margin: 0 auto; /* Center the paragraph */
    line-height: 1.6; /* Line height for better readability */
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.carousel-container {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
    border-radius: 12px;
    padding: 20px 0 60px;
    background: #f8f9fa;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding: 10px;
    gap: 20px;
}

.slide-container {
    flex: 0 0 100%; /* Show one slide at a time on mobile */
    box-sizing: border-box;
}

.slide {

    background: white;
    height: 300px; /* Increased height */
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
}

.slide img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.image-side img {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
  }
  
  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  

.slide:hover {
    transform: scale(1.03);
}

.caption {
    height: 20%;
    background: #fff;
    text-align: center;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Navigation Buttons */
/* Navigation Buttons */
.buttons {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.prev1, .next1 {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
}

.prev1 {
    left: 10px;
}

.next1 {
    right: 10px;
}

.prev1:hover, .next1:hover {
    background: white;
}
@media (min-width: 768px) {
    .slide-container {
        flex: 0 0 calc(33.33% - 13.33px); 
    }
    .caption{
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .slide-container {
        flex: 0 0 calc(25% - 20px); /* 4 per row on desktop */
    }
    .caption {
        font-size: 16px;
    }
}

/*request appointment*/
    #appointment-section {
    scroll-margin-top: 120px;
    color: #000000;
  }
  
  .container1 {
    width: 100%;
    background: white;
    padding: 20px 60px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  
  .container1 h2 {
    font-size: 32px;
    text-align: center;
    color: #003fd2;
  }
  
  .form-group {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .form-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  label {
    font-weight: bold;
    display: block;
  }
  
  input,
  select,
  textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  
  #datePicker,
  #timePicker {
    cursor: pointer;
  }
  
  .slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  
  .slide-in-right.visible {
    opacity: 1;
    transform: translateX(0);
  }
  
  .doctor-name p {
    color: #555;
  }
  
  .doctor-name h2 {
    font-size: 30px;
    color: #d81b60;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: left;
  }
  
  .form-row .form-group {
    flex: 1;
  }
  
  .btn1req {
    position: static;
    width: auto;
    padding: 10px 20px;
    margin-top: 15px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
    background: #ff69b4;
    color: white;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
  }
  
  .btn1req:hover {
    color: black;
    border: 2px solid #ff69b4;
    background: white;
  }
  
  .form-group.button-group {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
  }
  
  .appointment-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .doctor-name {
    flex: 1;
    min-width: 300px;
  }
  
  .image-side {
    display: none;
    flex: 1;
    padding-top: 40px;
    min-width: 250px;
    justify-content: center;
    align-items: center;
  }
  
  .image-side img {
    width: 400px;
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  
  /* Calendar Base Styling (Desktop First) */
  .flatpickr-calendar {
    font-size: 16px;
    max-width: 600px;
    left: auto !important;
    right: auto !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
  }
  
  /* Responsive Enhancements for Mobile */
  @media (max-width: 767px) {
    .doctor-name p,
    .doctor-name h2 {
    display: none;
  }
    .appointment-flex {
      flex-direction: column;
    }
  
    .form-row {
      flex-direction: column;
    }
  
    .image-side {
      display: none;
    }
  
    .flatpickr-calendar {
      max-width: 90% !important;
      width: auto !important;
      left: 5% !important;
      right: 5% !important;
      font-size: 14px;
      margin: 0 auto !important;
    }
  
    .flatpickr-calendar .flatpickr-month {
      font-size: 13px;
    }
  
    .flatpickr-calendar .flatpickr-day {
      font-size: 13px;
      padding: 6px 0;
    }
  
    #datePicker {
      padding: 8px 12px;
      font-size: 15px;
      width: 100%;
    }
  }
  
  /* Restore desktop view and image-side display */
  @media (min-width: 768px) {
    .appointment-flex {
      flex-direction: row;
      align-items: flex-start;
    }
  
    .image-side {
      display: flex;
    }
  
    .form-row {
      flex-direction: row;
      gap: 15px;
    }
  
    .btn1req {
      width: 200px;
    }
  }
/* .slide-in-right {
    animation: slideInRight 0.8s ease-out;
}
@keyframes slideInRight {
    from {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    border-top-color: transparent;
    animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
#submitBtn {
    position: static;
    top: auto;
    transform: none;
}


label {
    color: #374151;
}


::placeholder {
    color: #6B7280;
}


select:invalid {
    color: #6B7280; 
}
input[type="date"] {
    color: #374151; 
}


input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(30%);
}
select, select option {
    color: #000; 
}

select, select option, input[type="date"], input[type="tel"], input[type="text"], textarea {
  color: #111;           
  -webkit-text-fill-color: #111; 
}

.carousel button, .prev, .next, .prev1, .next1 {
  
}


#submitBtn {
  position: static !important;
  display: inline-block;
}
*/


/*location*/
.Healthcare {
    padding: 20px 20px;
    background: #f0f4ff; /* Soft bluish background */
    background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/doodles.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 300px 300px; /* Adjust pattern size */
  background-attachment: fixed; /* Make the background stay in place */
    text-align: center;
    margin-bottom: 0; /* Remove bottom margin */
    height: auto; /* Ensure height adjusts based on content */
  }
  
 
  
  .healthcare-expertise1 h2 {
    font-size: 28px;
    color: #003fd2;
    margin: 0 auto;
    font-weight: 700;
  }
  .container {

    width: 90%;
    max-width: 1000px; /* reduces total width */
    margin: 0 auto; /* centers the container */
    display: flex;
    margin-top: 30px;
    padding-top: 25px;
    justify-content: center;
    padding-bottom: 20px;
}

.container h2 {
    text-align: center;
    color: #000000;
    padding-bottom: 30px;
}
.location-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap; /* Ensures it wraps on smaller screens */
    width: 100%;
}

.location {
    background-color: #f8f9fa;
    border-top: 4px solid #d63384;
    border-right: 4px solid #d63384;
    color: #000000;
    width: 46%; /* Take approx half screen */
    min-width: 300px;
    height: auto;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all 0.5s ease-in-out;
    text-align: left;
    overflow: hidden;
}

.location:hover {
    border-top: 4px solid #d63384;
    background-color: #ffffff;
    transform: scale(1.05);
}

.locdiv1 {
    padding-left: 0;
    width: 100%;
}

iframe {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}

.location:hover iframe {
    
    transform: scale(1.1);
}

.location h2 {
    color: #000000;
}

.container p {
    padding-top: 15px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .location-wrapper {
        flex-direction: column;
        align-items: center;
      }
    .healthcare-expertise1 h2 {
        font-size: 22px;
      }
    .container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .location {
      width: 90%;
      height: auto;
      margin-bottom: 20px;
    }
  
    .locdiv1 {
      width: 100%;
      padding-left: 0;
    }
  
    iframe {
      height: 180px;
      width: 100%;
    }
  
    .location:hover iframe {
      width: 100%;
      transform: scale(1.05); /* keep hover effect but suitable for mobile */
    }
  }

  /*footer*/

  /* Footer Main Styling */
  .top-bar {
    background: black;
    color: white;
    padding: 20px 0;
    position: relative;
    width: 100%;
}

/* Container for Footer Layout */
.top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1100px;
    margin: 0 auto;
    gap: 40px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0 20px;
}

/* Logo Styling */
.brand-logo img {
    width: 180px;
    height: auto;
    margin-right: 20px; /* Push content slightly right */
    margin-left: -20px;  /* Pull logo slightly left */
}

/* Navigation Menu */
.navigation {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 60px; /* More gap between columns */
}

/* Columns Inside Navigation */
.footer-column {
    min-width: 200px;
    gap: 20px;
}

/* Column Header Styling */
.footer-column h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: white;
}

/* List Style for Footer Menu */
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #ccc;
}

/* Links in Footer */
.footer-column ul li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-column ul li a:hover {
    color: #ed2876;
}

/* Contact Section Styling */
.contact-number {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.email-link {
    color: #ed2876;
    text-decoration: none;
    font-size: 16px;
}

.email-link:hover {
    text-decoration: underline;
}

/* Bottom Wave Effect */
.bottom-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, rgb(208, 0, 139), #ed2876);
    clip-path: ellipse(60% 100% at 50% 100%);
}

/* Responsive Design */
@media (max-width: 768px) {
    .top-container {
        flex-wrap: wrap;
        gap: 30px;
        padding: 0 15px;
    }

    .brand-logo {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .brand-logo img {
        width: 140px;
        height: auto;
        margin: 0 auto;
    }

    .navigation {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        width: 100%;
    }

    .footer-column {
        min-width: 160px;
        text-align: center;
    }

    .footer-column h4 {
        font-size: 18px;
    }

    .footer-column ul li {
        font-size: 14px;
    }
}
.social-bar {
    position: fixed;
    top: 30%;
    right: 0;
    display: flex;
    flex-direction: column;
    background-color: #d81b60e4;
    border-color: #a91d6b;
    padding: 6px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  
  .social-bar a {
    margin: 8px 0;
    transition: transform 0.2s ease;
  }
  
  .social-bar a:hover {
    transform: scale(1.1);
  }
  @media (max-width: 768px) {
    .social-bar {
        top: 23%;
        right: 0px;
        padding: 4px; /* Smaller padding on mobile */
    }

    .social-bar a {
        margin: 6px 0;
    }

    .social-bar img {
        width: 35px; /* Smaller icons for mobile */
        height: 35px;
    }
}

@media (max-width: 480px) {
    .social-bar {
        top: 20%;
        right: 0px;
        padding: 4px; /* Even smaller padding */
    }

    .social-bar a {
        margin: 5px 0;
    }

    .social-bar img {
        width: 30px; /* Even smaller icons on very small screens */
        height: 30px;
    }
}

/*reviews*/
#reviews {
    
    padding-top: 40px;
    width: 100%;
    margin-top: 50px;
   margin: auto;
    padding: 40px 30px;
    background: #f9f9f9;
    border-radius: 16px;
  }

 


