.gifts_text {
    font-size: 40px !important;
}

.address_text {
    padding-left: 15px;
    line-height: 1rem;
}

.contact-section{
padding:60px 20px;
}

.contact-box{
background:#fff;
padding:40px;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
}

.contact-title{
font-size:32px;
font-weight:600;
margin-bottom:10px;
color: #fff;
}

.contact-sub{
color:#000;
margin-bottom:30px;
}

.btn-submit{
background:#c59d5f;
border:none;
padding:12px;
font-weight:600;
}

.btn-submit:hover{
background:#b58a48;
}

label{
    color: #fff;
    margin: 20px;
}

input {
    margin: 20px;
}

.menu_text li a{
    color: #fff !important;
}



.header_inner{
    padding:15px 10px;
}

/* Logo */

.logo img {
    height: 80px;
    width: 6rem;
}

/* Menu */

.main_menu{
    list-style:none;
    display:flex;
    gap:35px;
    margin:0;
    padding:0;
}

.main_menu li a{
    color:#fff;
    font-weight:600;
    text-decoration:none;
}

/* Toggle */

.menu_toggle{
    display:none;
    cursor:pointer;
}

.toggle_menu{
    height:26px;
}

/* Mobile layout */

@media (max-width:991px){

.menu_text{
    display:none;
}

.menu_toggle{
    display:block;
}

    .logo img {
        height: 75px;
        margin-top: 10px;
    }


}

.lorem_text {
    color: #000 !important;
}




.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.4s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay a {
  padding: 12px;
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  display: block;
}

.overlay a:hover {
  color: #d4af37;
}

.closebtn {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
}

.img_5 {
    width: 100%;
    height: 260px;   /* fixed height for all */
    overflow: hidden;
    border-radius: 10px;
    background: #fff; /* optional clean bg */
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;   /* makes all images uniform */
}

.gifts_section .col-md-3 {
    padding: 10px;
}

.see_bt_main {
    margin-top: 30px;
    margin-bottom: 80px; /* 👈 this adds space below */
}

.see_bt a {
    display: inline-block;
    padding: 12px 35px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s;
}

.see_bt a:hover {
    background: #8e2de2;
}

/* spacing between rows */
.about_section .row {
    margin-bottom: 40px;
}

/* image styling */
.about_img {
    max-width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 12px;
}

/* text spacing */
.about_text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.true_text {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

/* product card */
.product_card {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.product_card img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* all images same size */
}

/* tabs styling */
.nav-tabs .nav-link {
    border: none;
    color: #555;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    color: #8e2de2;
    border-bottom: 2px solid #8e2de2;
}

/* mobile scroll tabs */
@media (max-width: 768px) {
    .nav-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .nav-tabs .nav-item {
        flex: 0 0 auto;
    }
}


.contact_info_section {
    padding: 60px 0 20px;
    background: #f9f6fc;
}

.info_box {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    height: 100%;
}

.info_box h4 {
    margin-bottom: 10px;
    color: #8e2de2;
}

.info_box p {
    font-size: 14px;
    color: #555;
}

.volis_main {
    display: flex;
    justify-content: center;
    margin-top: -40px; /* pull it over image slightly */
}

.volis_2 {
    background: #000;
    padding: 10px 18px;
    border-radius: 10px;
    display: inline-block;
}

.img_5 {
    height: 300px;
}

.volis_text {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.img_5 {
    height: 300px;
}

.volis_2 {
    top: -17px !important;
    height: 50px;
    text-align: center !important;
}


/* section background */
.testimonial_section {
    background: #f9f6fc; /* light luxury feel */
    padding: 100px 0;
    color: #333;
}

.testimonial_title {
    font-size: 38px;
    font-weight: 700;
    color: #222;
}

.testimonial_title span {
    color: #8e2de2;
    border-bottom: 3px solid #8e2de2;
    padding-bottom: 5px;
}

.testimonial_subtitle {
    max-width: 600px;
    margin: 10px auto 40px;
    font-size: 15px;
    color: #eee;
}

/* card */
.testimonial_item {
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    margin: 20px 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    text-align: center;
    transition: 0.3s;
}

.testimonial_item:hover {
    transform: translateY(-8px);
}

.carousel-inner {
    padding: 20px 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #8e2de2;
    border-radius: 50%;
    padding: 15px;
}

/* text */
.client_name {
    font-weight: 600;
    margin-bottom: 10px;
}

.testimonial_text {
    font-size: 14px;
    color: #555;
}

/* stars */
.rating {
    color: #f4c150;
    font-size: 18px;
    margin-top: 8px;
}

.gifts_section {
    margin-bottom: 80px; /* space below products */
}

.testimonial_section {
    margin-top: 60px;
}

/* form box */
.form_main {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* inputs */
.form-control {
    height: 45px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

textarea.form-control {
    height: auto;
}

/* button */
/*.btn-submit {
    background: linear-gradient(135deg, #8e2de2, #c84de0);
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    border: 2px solid transparent;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #fff;
    color: #8e2de2;
    border-radius: 30px;
    border: 2px solid #8e2de2;
}
*/

/* map */
.map_box iframe {
    width: 100%;
    height: 100%;
    min-height: 420px;
    border-radius: 15px;
    border: 0;
}

/* mobile spacing */
@media (max-width: 768px) {
    .map_box iframe {
        min-height: 300px;
        margin-top: 20px;
    }
}

.btn-submit {
    background: linear-gradient(135deg, #8e2de2, #c84de0);
    color: #fff;
    padding: 12px;
    border-radius: 30px;
    border: 2px solid #8e2de2; /* 👈 border added */
    font-weight: 600;
    transition: 0.3s;
}

.btn-submit:hover {
    background: #fff;
    color: #8e2de2;
    border-radius: 30px;
    border: 2px solid #8e2de2;
}


.whatsapp_float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 24px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 999;
    transition: 0.3s;
    text-decoration: none;
}

.whatsapp_float:hover {
    background: #1ebe5d;
    transform: scale(1.1);
}


.top-space{
    margin-top: 10% !important;
}