.profile {
    width: 50px; /* Example styling */
    height: 50px; /* Example styling */
  }
      
  .goog-te-gadget-simple,.goog-te-combo {
    border-left: rgba(72, 72, 72, 0.55) !important;
    border-top: rgba(72, 72, 72, 0.55) !important;
    border-bottom: rgba(72, 72, 72, 0.55) !important;
    border-right: rgba(72, 72, 72, 0.55) !important;
        width: 145px;
    text-align: center;
  
  font-family: "{{ theme_detail.font }}";
  background-color: {{ theme_detail.color4 }};color: {{ theme_detail.color2 }};
  
  height: 35px;
  
    }
    .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff !important;
  
  }
  .goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
        border: 0px !important;
        
  
  }
  .goog-logo-link {
   display:none !important;
  } 
  
  .goog-te-gadget{
   color: transparent !important;
  }
  
  .goog-te-gadget img {
    display: none;
  }
  .translet {
    margin-right: 6px;
  margin-bottom: 10px;
        margin-right: 0px;
        
  }
  .socials-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  
  .socials-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px; /* Adjusted width for a round shape */
    height: 35px; /* Keeping height same for consistency */
    border-radius: 50%; /* Use border-radius 50% for a round shape */
    background: linear-gradient(to bottom right, #ffc593, #bc7198); /* Gradient colors */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    margin-right: 5px;
  }
  
  .socials-icons a i {
    color: #333; /* Default color for icons */
    font-size: 20px;
  }
  
  .dialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  }
  
  .socials-icons a:nth-child(1) {
    background: linear-gradient(to bottom right, #3b5998, #8b9dc3); /* Facebook */
  }
  
  .socials-icons a:nth-child(2) {
    background: linear-gradient(to bottom right, #25D366, #128C7E); /* WhatsApp */
  }
  
  .socials-icons a:nth-child(3) {
    background: linear-gradient(to bottom right, #c4302b, #ff0000); /* YouTube */
  }
  
  .socials-icons a:nth-child(4) {
    background: linear-gradient(to bottom right, #DB4437, #E3745B); /* Google Maps */
  }
  .card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    color: white;
  }
  .views-button {
    color: white;
    background-color: blue;
    border: 1px solid white;
    padding: 5px 20px;

    font-size: 16px;
    margin-top: 10px;
  }
    /* Bounce animation for the button */
    #scrollDownBtn img {
        animation: bounce 1s infinite;
      }
    
      /* Bounce animation */
      @keyframes bounce {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(10px);
        }
      }
      .social-icons {
        list-style: none;
        margin-top: 2em;
        
    
    }
    
    .social-icons li {
        display: inline-block;
        width: 38px; /* Adjust width of each icon box */
        height: 38px; /* Adjust height of each icon box */
        text-align: center; /* Center align content */
        position: relative;
        margin-right: 20px; /* Adjust spacing between icons */
        
    }
    
    .social-icons li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        background-size: cover; /* Ensure background image covers the box */
        background-position: center; /* Center align background image */
    }
    
    .social-icons li a strong {
        position: absolute;
        bottom: -20px; /* Adjust position of the text */
        width: 100%; /* Ensures full width for text */
        text-align: center; /* Centers text */
        opacity: 0; /* Initially hidden */
        transition: opacity 0.3s ease;
    }
    
    .fb-icon {
      background: url("https://3.bp.blogspot.com/-GBtZIVeafFU/UZ1FYjGvufI/AAAAAAAACII/HGNZIJO1oT0/s1600/facebook-64.png") ;
    
        background-color: #3B5998; /* Background color */
        background-size: contain; /* Ensures the background image fits within the button */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        width: 38px; /* Adjust width as needed */
        height: 38px; /* Adjust height as needed */
        /* Additional styling for the button */
        border: none;
        border-radius: 25%; /* Makes the button circular */
        cursor: pointer; /* Changes cursor to pointer on hover */
        /* Add any other styles (padding, margin, etc.) as required */
    }
    /* Replace with Instagram icon URL and color */
    
    .whatsapp-icon {
        background: url("https://seeklogo.com/images/W/whatsapp-logo-0DBD89C8E2-seeklogo.com.png") 	#25D366; /* Replace with Location icon URL and color */
        background-size: contain; /* Ensures the background image fits within the button */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        width: 38px; /* Adjust width as needed */
        height: 38px; /* Adjust height as needed */
        /* Additional styling for the button */
        border: none;
        border-radius: 25%; /* Makes the button circular */
        cursor: pointer; /* Changes cursor to pointer on hover */
        /* Add any other styles (padding, margin, etc.) as required */
    }
    .instagram-icon {
        background-image: url("https://upload.wikimedia.org/wikipedia/commons/thumb/a/a5/Instagram_icon.png/768px-Instagram_icon.png");
        background-color: #e4405f; /* Background color */
        background-size: contain; /* Ensures the background image fits within the button */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        width: 38px; /* Adjust width as needed */
        height: 38px; /* Adjust height as needed */
        /* Additional styling for the button */
        border: none;
        border-radius: 25%; /* Makes the button circular */
        cursor: pointer; /* Changes cursor to pointer on hover */
        /* Add any other styles (padding, margin, etc.) as required */
    }
    /* Replace with Instagram icon URL and color */
    
    .youtube-icon {
        background: url("https://yt3.googleusercontent.com/584JjRp5QMuKbyduM_2k5RlXFqHJtQ0qLIPZpwbUjMJmgzZngHcam5JMuZQxyzGMV5ljwJRl0Q=s900-c-k-c0x00ffffff-no-rj") #FF0000; /* Replace with YouTube icon URL and color */
        background-size: contain; /* Ensures the background image fits within the button */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        width: 38px; /* Adjust width as needed */
        height: 38px; /* Adjust height as needed */
        /* Additional styling for the button */
        border: none;
        border-radius: 25%; /* Makes the button circular */
        cursor: pointer; /* Changes cursor to pointer on hover */
        /* Add any other styles (padding, margin, etc.) as required */
    }
    .location-icon {
        background: url("https://image.similarpng.com/very-thumbnail/2021/09/Google-maps-icon-on-transparent-background-PNG.png") #333333; /* Replace with Location icon URL and color */
        background-size: contain; /* Ensures the background image fits within the button */
        background-repeat: no-repeat; /* Prevents the image from repeating */
        width: 38px; /* Adjust width as needed */
        height: 38px; /* Adjust height as needed */
        /* Additional styling for the button */
        border: none;
        border-radius: 25%; /* Makes the button circular */
        cursor: pointer; /* Changes cursor to pointer on hover */
        /* Add any other styles (padding, margin, etc.) as required */
    }
    .mirrored {
        transform: scaleX(-1); /* Flips the icon horizontally */
        /* or use scaleY(-1) for vertical flip */
        /* Optionally, you can set a transition for smooth effect */
        transition: transform 0.3s;
        }       
        
        .flex-container {
            display: flex;
            flex-direction: column; /* Display buttons vertically */
            gap: 20px; /* Adjust as needed */
          }
        
          .flex-item {
            margin-bottom: 20px; /* Adjust spacing between sections */
          }
        
          .box {
            border-radius: 10px; /* Rounded corners */
            padding: 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          }
        
          .button {
            width: 100%;
            font-size: 16px;
            padding: 12px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            text-align: left;
          }
        
          .button:hover {
            background-color: darken({{ theme_detail.color1 }}, 10%); /* Example darken function */
            color: {{ theme_detail.color2 }}; /* Ensure text color change on hover */
          }
        
          .material-icons {
            font-size: 18px; /* Adjust icon size */
            margin-right: 8px;
          }
          .dialog {
            width: 100%; /* Optional: Set width of the dialog */
            margin: 0 auto; /* Center the dialog horizontally */
          }
        
          .button-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* Two columns with equal width */
            gap: 10px; /* Gap between grid items */
          }
        
          .button-grid button {
            padding: 10px;
            text-align: center;
            border: none;
            cursor: pointer;
            border-radius: 5px;
          }
        
          /* Color adjustments for buttons */
          .btn-primary {
            background-color: #007bff; /* Blue */
            color: #fff; /* White text */
          }
        
          .btn-success {
            background-color: #28a745; /* Green */
            color: #fff; /* White text */
          }
        
          .btn-info {
            background-color: #17a2b8; /* Cyan */
            color: #fff; /* White text */
          }
        
          .btn-warning {
            background-color: #ffc107; /* Yellow */
            color: #212529; /* Dark text */
          }
        
          .btn-secondary {
            background-color: #6c757d; /* Gray */
            color: #fff; /* White text */
          }
        
          .btn-dark {
            background-color: #343a40; /* Dark Gray */
            color: #fff; /* White text */
          }
        
          .btn-danger {
            background-color: #dc3545; /* Red */
            color: #fff;
             /* White text */
          }
        
          /* Hover effect */
          .button-grid button:hover {
            filter: brightness(90%);
          }


          .business-card {
            font-size: 18px;
            padding: 15px;
            height:auto;

            text-align: justify;
            margin-bottom: 10px;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            display: flex;
            align-items: center;
          }

          .business-card:hover {
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            transform: translateY(-2px);
          }

          .business-card i {
            font-size: 20px;
            margin-right: 10px;
          }
          @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);
    .snip1336 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center; /* Center align text */
  background-color: #141414;
}

.snip1336 *,
.snip1336 *:before,
.snip1336 *:after {
  box-sizing: border-box;
  transition: all 0.25s ease;
}

.snip1336 img {
  max-width: 100%;
  display: block;
  margin: 0 auto; /* Center align the image */
  border-radius: 1%; /* Make the image round */
  max-height: 300px; /* Limit the maximum height */
  opacity: 0.85;
}

.snip1336 figcaption {
  width: 100%;
  background-color: #141414;
  padding: 25px;
  position: relative;
  text-align: left; /* Left align text inside figcaption */
}

.snip1336 figcaption:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%; /* Center the shape */
  transform: translateX(-50%); /* Adjust to center horizontally */
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #141414;
}

.snip1336 figcaption a {
  display: block;
  padding: 5px;
  margin: 10px auto; /* Center align the links */
  width: 80%; /* Adjust width as needed */
  text-align: center;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #ffffff;
  opacity: 0.65;
}

.snip1336 figcaption a:hover {
  opacity: 1;
}

.snip1336 .profile {
  position: relative; /* Position relative to adjust later */
  margin: 0 auto; /* Center align */
  width: 100px; /* Adjust size as needed */
  height: 100px;
  border-radius: 50%; /* Round shape */
  background-color: #fff; /* Example background */
  margin-top: -50px; /* Move up for overlap effect */
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.snip1336 .follow {
  display: block;
  margin: 10px auto; /* Center align */
  padding: 10px 20px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.65;
}

.snip1336 .follow:hover {
  opacity: 1;
}

.snip1336 h2 {
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 1.2em; /* Adjust font size */
  color: #ffffff;
}

.snip1336 h2 span {
  display: block;
  font-size: 0.8em;
  color: #2980b9;
}

.snip1336 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
  color: #ffffff;
}

.whatsapp-container {
    display: flex;
    align-items: center;
     
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .whatsapp-input {
    padding: 8px;
    width: 200px;
    font-size: 15px;
    
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    margin-right: 10px;
    }
    
    .whatsapp-input::placeholder {
    color: #999;
    font-size: 14px;
    font-style: italic;
    }
    
    .whatsapp-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    }
    
    .whatsapp-button {
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    }
    
    .whatsapp-button:hover {
    background-color: #20c15b;
    }
    
    .whatsapp-button img {
    margin-right: 5px;
    }

    .cb {
        height: auto;
        padding: 16px 18px;
        border-radius: 15px 0px 12px 3px; /* Different shape with larger top-bottom and narrower sides */
        border-style: solid;
        border-width: 1px;
        width: 100%;
        max-width: 100%; /* Ensure it adapts to smaller screens */
        box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3), 0 4px 8px rgba(0, 0, 0, 0.1); /* Slightly softer shadow on hover */
        background-color: #f0f0f0; /* Light gray background */
        transition: box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth hover effects */
    }
    
    /* Responsive adjustments for smaller screens */
    @media (max-width: 768px) {
        .cb {
            padding: 14px 12px; /* Adjust padding for smaller screens */
            width: auto; /* Let the width adjust to content */
        }
    }
    .btn11 {
        height: auto;
        padding: 14px 15px;
        border-radius: 50px 2px;
        border-style: solid;
        border-width: 1px;
        width: 100%;
        max-width: 100%; /* Ensure it adapts to smaller screens */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), 0 6px 12px rgba(0, 0, 0, 0.1); /* Stronger shadow on hover */
        background-color: #e6e6e6; /* Subtle background change on hover */
  transition: box-shadow 0.3s ease, background-color 0.3s ease; /* Smooth hover effects */
    }

    /* Responsive adjustments for smaller screens */
    @media (max-width: 768px) {
        .btn11 {
            padding: 12px 10px; /* Adjust padding for smaller screens */
            width: auto; /* Let the width adjust to content */
        }
    }
    
    .price {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }
    .old-price {
        text-decoration: line-through;
        color: red;
        margin-right: 10px;
    }

    .offer-span {
        display: inline-block;
        font-size: 24px; /* Adjust size as needed */
        font-weight: bold;

        animation: offer-animation 1s ease-in-out infinite alternate;
      }

      @keyframes offer-animation {
        from { transform: scale(1); }
        to { transform: scale(1.05); }
      }
    
 /* Styles for gallery items */
 .gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Adjust minimum and maximum column width as needed */
    gap: 20px; /* Adjust spacing between gallery items */
  }

  .gallery-item {
    position: relative; /* Ensure relative positioning for overlay */
    overflow: hidden;
    cursor: pointer;
    
  }

  .gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    
  
  }

  .gallery-item img.zoomed {
    transform: scale(2.2);
  }

  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    
  }

  .modal-content {
    margin: 70px auto; /* Adjusted for modal position */
    max-width: 400px;
    max-height: 80%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    
  }

  .modal-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-top:150px;
    
  }

  .close {
    color: white;
    position: absolute;
    top: 130px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
  }

  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
  }

  .cards_body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px; /* Adjust based on your design */
    margin: 0 auto; /* Center the container */
  }

  .card {
    flex: 1 1 calc(50% - 20px); /* Two cards per row with spacing */
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-right: 20px; /* Adjust spacing between cards */
    overflow: hidden; /* Ensure cards don't overlap */
  }

  .card:last-child {
    margin-right: 0; /* Remove right margin from last card in row */
  }

  .card .heading {
    margin-bottom: 10px;
    text-align: center; /* Center align the heading */
  }

  .card .gallery-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two items per row */
    gap: 20px; /* Adjust spacing between gallery items */
  }

  .card .gallery-item {
    position: relative; /* Ensure relative positioning for overlay */
    overflow: hidden;
    cursor: pointer;
    
  }

  .card .gallery-item img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
  }
  .label {
    display: inline-block;
    width: 150px; /* Adjust the width as needed */
    text-align: right;
    margin-right: 10px; /* Adjust margin for spacing */
    font-size: {{ theme_detail.fontsize }}; /* Use the theme font size */
    font-family: {{ theme_detail.font }}; /* Use the theme font family */
    color: {{ theme_detail.color2 }}; /* Use the theme color for labels */
  }

  .data {
    display: inline-block;
    font-size: {{ theme_detail.fontsize }}; /* Use the theme font size */
    font-family: {{ theme_detail.font }}; /* Use the theme font family */
    color: {{ theme_detail.color2 }}; /* Use the theme color for data */
  }
  .stripp {
    height: 1.5px;
    width: 100%;
  }
  .label {
    display: inline-block;
    width: 150px; /* Adjust the width as needed */
    text-align: right;
    margin-right: 10px; /* Adjust margin for spacing */
    font-size: {{ theme_detail.fontsize }}; /* Use the theme font size */
    font-family: {{ theme_detail.font }}; /* Use the theme font family */
    color: {{ theme_detail.color2 }}; /* Use the theme color for labels */
  }

  .data {
    display: inline-block;
    font-size: {{ theme_detail.fontsize }}; /* Use the theme font size */
    font-family: {{ theme_detail.font }}; /* Use the theme font family */
    color: {{ theme_detail.color2 }}; /* Use the theme color for data */
  }

  .map-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    height: 300px;
}

.map-container iframe {
    width: 100%;
    height: 300px;

}

.map-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}
.navbar {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    min-width: 160px;
    background-color: #4CAF50;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    bottom: 60px;
    right: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
}

.dropdown-content.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.dropdown-content a {
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        bottom: 0;
        right: 0;
    }

    .dropdown-content {
        min-width: 100%;
    }
}

.bottom-strip {

    padding: 0;
    position: fixed;
    bottom: -5px;

    padding:7px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: {{ theme_detail.color1 }};color: {{ theme_detail.color2 }};
}

.bottom-strip a {
    flex-grow: 1;
    margin: 0;
    padding: 10px 5px;
    border-radius: 5px;
}


.bottom-strip a:hover {
  background-color: {{ theme_detail.color2 }};color: {{ theme_detail.color1 }};
}


.card:before {
    content: '';
    position: absolute;
  
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -1;
  }
  
  .card .heading {
    padding: 10px;
  }
  
  .card .heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .card .heading h3 {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .card .heading img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  
  }
  
  .card .heading p {
    font-size: 14px;
    color: #888;
  }
  .card {
    position: relative;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  
  .card:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: -1;
  }
  
  .card .heading {
    padding: 10px;
  }
  
  .card .heading h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .card .heading h3 {
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .card .heading img {
    max-width: 100%;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 10%;
  }
  
  .card .heading p {
    font-size: 14px;
    color: #888;
  }
  

  @import url(//fonts.googleapis.com/icon?family=Material+Icons);

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.container {
  display: flex;
  justify-content: center;
  align-items: center;

}

.cards_body {
  width: 100%;
  max-width: 400px; /* Adjust based on your design */
  margin-top:-10px;
}

.card {
  background: #fff;
  padding: 7px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card .cover {
  height: 115px;
  width: 100%;
  background-image: url(https://wallpapertag.com/wallpaper/full/9/3/9/130137-new-dark-wallpaper-1920x1080-1920x1080-for-htc.jpg);
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card .cover.fill {
  height: 220px;
  margin-bottom: -200px;
}

.card .space {
  padding: 20px;
  text-align: center;
}

.card .space img {
  height: 100px;
  width: 100px;
  margin-bottom: 15px;
}

.card .name {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}

.card .information {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.card .info {
  width: 100%;
  border-collapse: collapse;
  text-align: center; /* Center align table content */
}

.card .info td {
  padding: 8px 0;
}

.card .info td i {
  font-size: 20px;
  vertical-align: middle;
  padding-right: 8px;
}

.social-media {
  margin-top: 20px;
  text-align: center;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 5px;
  font-size: 20px;
  color: #444;
  background-color: #f0f0f0;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #e0e0e0;
}
  