.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: 20px;
    height: 35px;
    border-radius: 15%;
    background: linear-gradient(to bottom right, #ffffff, #e0e0e0);
    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;
  }
  .card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    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);
    }
  }
  .dialog {
    width: 300px; /* 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 */
  }
  .business-card {
    font-size: 18px;
    padding: 5px;

    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;
  }
  .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;
}

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600);
.snip1336 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  padding: 7px;
  overflow: hidden;
 width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #141414;
}
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1336 figcaption {
  width: 100%;
  background-color: #141414;
  padding: 25px;
  position: relative;
}
.snip1336 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #141414;
}
.snip1336 figcaption a {
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;

  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.snip1336 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-height: 300px;
  max-width: 300px;
}
.snip1336 .follow {
  margin-right: 4%;

}
.snip1336 h2 {
  margin: 0 0 5px;
  font-weight: 300;
}
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
.snip1336 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}
.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.1); }
  }
   /* 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;
    background-color: transparent;
    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 */
  }

  .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;
  }
  
  

  @import url(//fonts.googleapis.com/icon?family=Material+Icons);



.container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -10px;
  width: 100%;
}

.cards_body {
  max-width: 400px;
}

.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: 7px;
  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;
}
.profile {
    width: 50px; /* Example styling */
    height: 50px; /* Example styling */
  }  