

/* Dark Theme */
body {
    background-color: #121212;
    color: white;
    overflow-x: hidden;
}

.navbar {
    background-color: #1c1c1c;
    border-radius: 10px;
}

/* Cake Cards */
.card {
    background-color: #1e1e1e;
    border: none;
    border-radius: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.2);
}

/* Contact Section */
.contact-section {
    text-align: center;
    padding: 40px 0;
}

/* Rounded Buttons */
.btn-custom {
    display: block;
    width: 40%;
    margin: 10px auto;
    padding: 12px;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

@media (max-width: 768px) { /* Targeting tablets and smaller screens */
    .btn-custom {
        width: 90%; /* Make buttons almost full width */
    }
}

.btn-custom:hover {
    opacity: 0.8;
}

.btn-email {
    background-color: #ff5722;
}

.btn-whatsapp {
    background-color: #25d366;
}

.btn-phone {
    background-color: #2196F3;
}

.btn-email:hover {
    border: #ff5722 1px solid;
    color: #ff5722;
    box-shadow: #ff5722 0px 4px 10px;
}

.btn-whatsapp:hover {
    border: #25d366 1px solid;
    color: #25d366;
    box-shadow: #25d366 0px 4px 10px;
}

.btn-phone:hover {
    border: #2196F3 1px solid;
    color: #2196F3;
    box-shadow: #2196F3 0px 4px 10px;
}

.card-img-top {
    width: auto; /* Make the image responsive */
    /* height: auto; Keep aspect ratio */
    height: 250px; /* Prevent excessive height */
    object-fit: cover; /* Ensures images fill the container without distortion */
    object-position: center; /* Centers the image */
}
section{
    min-height: 100vh;
}

.hero-header {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none; /* Remove direct background to prevent overlap */
}

.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('Images/hero.jpg') no-repeat center center/cover;
    opacity: 0.3; /* Adjust transparency (0 = fully transparent, 1 = fully visible) */
    z-index: -1; /* Keeps the background behind the text */
}

/* social icon */

 .social-icons{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    
  }
  .social-icons li{
    position: relative;
    background: white;
    width: 50px;
    height: 50px;
    margin: 0 20px;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    transition: .5s;
    overflow: hidden;
  }
  .social-icons li .bi{
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
  }
  /* .social-icons li:nth-child(1){
    border-color: #38A1F3;
  }
  .social-icons li:nth-child(1) .bi{
    color: #38A1F3;
  } */
  .social-icons li:nth-child(2){
    border-color: #d72888;
  }
  .social-icons li:nth-child(2) .bi{
    color: #d72888;
  }
  /* .social-icons li:nth-child(3){
    border-color: #0077B5;
  }
  .social-icons li:nth-child(3) .bi{
    color: #0077B5;
  } */
  .social-icons li:nth-child(3){
    border-color: #eb1c14;
  }
  .social-icons li:nth-child(3) .bi{
    color: #eb1c14;
  }
  .social-icons li:hover:nth-child(1){
    background: #38A1F3;
  }
  .social-icons li:hover:nth-child(2){
    background: #d72888;
  }
  /* .social-icons li:hover:nth-child(3){
    background: #0077B5;
  } */
  .social-icons li:hover:nth-child(3){
    background: #eb1c14;
  }
  .social-icons li .bi:nth-child(1){
    left: -50%;
    opacity: 0;
  }
  .social-icons li:hover .bi:nth-child(1){
    left: 50%;
    opacity: 1;
    color: white;
  }
  .social-icons li:hover .bi:nth-child(2){
    left: 150%;
    opacity: 0;
  }
  
  .social-icons li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
}


/* Social Icons */
/* .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin: 10px;
    padding: 15px;
    border-radius: 50%;
    color: white;
    display: inline-block;
    transition: transform 0.3s, background-color 0.3s;
}
.social-icons a:hover {
    transform: scale(1.2);
}
.facebook { background-color: #4267B2; }
.instagram { background-color: #E1306C; }
.youtube { background-color: #FF0000; } */

/* .social-icons a {
    font-size: 25px;
    padding: 15px;
    border-radius: 50%;
    color: white;
}

.facebook {
    background-color: #3B5998;

}

.facebook:hover {
    color: #3B5998;
    border: #3B5998 1px solid;
    background-color: white;
} */




/* social button         */
/*  
.wrapper .button{
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: relative;
    
    height: 60px;
    width: 60px;
    margin:  0 5px;
    border-radius: 50px;
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: #000;
    left: 25%;
    
}

.wrapper .button:hover{
    width: 200px;
    justify-content: flex-start;
}



.wrapper .button .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    line-height: 60px;
    font-size: 20px;
}

.wrapper .button span {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    margin-left: 10px; 
}

.wrapper .button .icon i {
    font-size: 25px;
    line-height: 60px;
    transition: all 0.3s ease-out;
  }

  .wrapper .button:hover span {
    opacity: 1;
} */