﻿/********** Template CSS **********/
:root {
    --primary: #8a0015;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: #ffffff;
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/


.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 40px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.close-nav {
  font-size: 28px;
  color: #000;
  text-decoration: none;
  padding: 5px 10px;
}
.close-nav:hover {
  color: #007bff;
}




@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../imgb2b/img21.png) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.logo-img {
  height: 75px;
  width: auto;
}

/* For mobile view (max width 768px) */
@media (max-width: 768px) {
  .logo-img {
    height: 55px;
  }
}

/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}





/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}




/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffffff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #ffc107;
}

.footer .copyright a:hover {
    color: var(--primary);
}







.section {
    padding: 50px 0;
    position: relative;
    text-align: center;
        background-color: #ffc1071f;
}

.section h2 {
    font-size: 50px;
    margin-bottom: 60px;
    color: #252525;
}

.timeline {
    display: flex;
    justify-content: space-around;
    position: relative;
    max-width: 1619px;
    margin: auto;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    background: none;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 300' preserveAspectRatio='none'>\
<polyline points='160,60 480,220 800,60 1120,220 1440,60' stroke='rgba(138,0,21,0.68)' stroke-width='4' fill='none'/>\
</svg>");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}



.item {
    position: relative;
    width: 200px;
    text-align: center;
    z-index: 2;
}

.icon {
    width: 150px;
    height: 150px;
    background: white;
    border: 2px solid #8a0015;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transform: rotate(45deg);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    transform: rotate(-45deg);
    font-size: 85px;
    color: #8a0015;
}

.item:nth-child(even) .icon {
    margin-top: 205px;
}
/* 3D look for icons */
.icon {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15), 
                inset 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

/* Hover effect - gentle top to bottom movement */
.item:hover .icon {
    animation: floatIcon 2s ease-in-out infinite;
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25), 
                inset 0 0 15px rgba(0, 0, 0, 0.08);
}

@keyframes floatIcon {
    0%   { transform: rotate(45deg) translateY(0); }
    50%  { transform: rotate(45deg) translateY(-10px); }
    100% { transform: rotate(45deg) translateY(0); }
}

.item:nth-child(odd) .icon {
    margin-bottom: 80px;
}

.text {
    margin-top: 35px;
}

.text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
}

.text p {
    font-size: 13px;
    color: #000000;
    line-height: 1.5em;
}



/* Tablet & below */
@media (max-width: 991px) {
  .timeline {
    flex-direction: column;
    align-items: center;
  }

  .item {
    width: 100%;
    margin-bottom: 50px;
  }

  .item:nth-child(even) .icon,
  .item:nth-child(odd) .icon {
    margin: 0 auto 20px auto; /* reset large margins */
  }

  .icon {
    width: 120px;
    height: 120px;
  }

  .icon i {
    font-size: 60px;
  }

  .text h3 {
    font-size: 16px;
  }

  .text p {
    font-size: 12px;
  }
}

/* Mobile (≤576px) */
@media (max-width: 576px) {
  .section {
    padding: 30px 15px;
  }

  .section h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .icon {
    width: 95px;
    height: 95px;
  }

  .icon i {
    font-size: 45px;
  }

  .text {
    margin-top: 20px;
  }

  .text h3 {
    font-size: 14px;
  }

  .text p {
    font-size: 11px;
  }
}










/* ---------------- Featured Section ---------------- */
.featured-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    background-color: red; /* Background only inside container */
    padding: 20px; /* Optional padding inside container */
}

.featured-title {
    text-align: center;
    margin-bottom: 30px;
}

.featured-title h2 {
    font-size: 28px;
    color: #8a0015; /* White text for contrast */
    margin-bottom: 8px;
}

.featured-title p {
    color: #000000; /* White text */
    font-size: 14px;
}

.featured-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
}

/* Main Card */
.main-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.main-card .badges {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    gap: 10px;
}

.main-card .badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
}

.main-card .badge.featured { background: #1a3b36; }
.main-card .badge.premium { background: #ff7f50; }

.main-card-content {
    padding: 20px;
}

.main-card-content .info {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: #000;
    margin: 10px 0;
}

.main-card-content .info span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-card-content h3 {
    font-size: 22px;
    color: #8a0015;
    margin-bottom: 5px;
}

.main-card-content p {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
}

.main-card-content .price {
    background: #8a0015;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
}

.main-card-content .buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.main-card-content .buttons button {
    border: 1px solid #8a0015;
    background: #8a0015;
    color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.main-card-content .buttons button:hover {
    background: #8a0015;
    color: #fff;
}

/* Right-side smaller cards */
.side-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side-card {
    background: #fff;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    padding: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    position: relative;
}

.side-card img {
    width: 160px;
    height: 145px;
    border-radius: 8px;
    object-fit: cover;
}

.side-card .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
}

.badge.hot { background: #ff6347; }
.badge.new { background: #32cd32; }
.badge.exclusive { background: #1e90ff; }

.side-card-content h4 {
    margin: 0;
    font-size: 16px;
    color: #8a0015;
}

.side-card-content p {
    margin: 2px 0;
    font-size: 12px;
    color: #000000;
}

.side-card-content .price {
    font-weight: bold;
    color: #8a0015;
    margin-top: 5px;
}

.side-card-content .details-btn {
    padding: 5px 10px;
    background: #8a0015;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    margin-top: 5px;
}

@media(max-width: 1024px){
    .featured-grid {
        grid-template-columns: 1fr;
    }
    .side-cards {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .side-card {
        flex: 1 1 48%;
    }
}

/* ---------------- Property Cards Section ---------------- */
.property-cards {
    max-width: 1200px;
    margin: 30px auto 0 auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    background-color: red; /* Background only inside container */
    padding: 20px; /* Optional padding inside container */
}

.property-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    width: 32%;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
}

.property-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-content {
    padding: 15px;
}

.card-content h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #8a0015;
}

.card-content p {
    font-size: 0.9rem;
    color: #000000;
    margin: 5px 0;
}

.card-content h4 {
    color: #8a0015;
    margin: 10px 0;
}

.btn1 {
  background-color: #8a0015; /* your desired color */
  color: #fff;              /* text color */
  border: none;             /* remove default border */
  padding: 10px 20px;       /* button padding */
  border-radius: 5px;       /* rounded corners */
  cursor: pointer;          /* pointer on hover */
  font-size: 16px;          /* adjust text size */
  transition: background 0.3s ease;
}

.btn1:hover {
  background-color: #6e0012; /* slightly darker on hover */
}


.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 5px 10px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 6px;
    text-transform: uppercase;
}

.badge.exclusive { background-color: #5b73e8; }
.badge.hot { background-color: #e85b5b; }
.badge.new { background-color: #5be88a; }



/* Full screen red background wrapper for sections */
.featured-section-bg {
    width: 100%;
    background-color: #673ab712; /* Full-width background */
    padding: 40px 0; /* Optional: space inside */
    display: flex;
    justify-content: center; /* Centers inner container */
}

/* Inner container to keep content aligned */
.featured-wrapper,
.property-cards-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; /* Optional horizontal padding */
}

/* Keep existing featured-wrapper styles inside */
.featured-wrapper {
    /* Remove background here */
    background: none;
}

/* Keep existing property-cards styles */
.property-cards {
    margin-top: 0px;
    /* Remove background here */
    background: none;
}
/* ---------- Tablet (1024px and below) ---------- */
@media (max-width: 1024px) {
  /* Featured Section */
  .featured-grid {
    grid-template-columns: 1fr; /* stack main + side cards */
  }

  .side-cards {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }

  .side-card {
    flex: 1 1 48%; /* two in a row */
  }

  /* Property Cards */
  .property-card {
    width: 48%; /* two per row */
  }
}

/* ---------- Mobile (768px and below) ---------- */
@media (max-width: 768px) {
  /* Featured Section */
  .main-card img {
    height: 250px; /* reduce image height */
  }

  .main-card-content h3 {
    font-size: 18px;
  }

  .main-card-content p {
    font-size: 13px;
  }

  .side-card {
    flex: 1 1 100%; /* stack side cards */
  }

  .side-card img {
    width: 120px;
    height: 100px;
  }

  /* Property Cards */
  .property-card {
    width: 100%; /* one per row */
  }

  .property-card img {
    height: 180px;
  }

  .card-content h3 {
    font-size: 1rem;
  }
}

/* ---------- Small Mobile (480px and below) ---------- */
@media (max-width: 480px) {
  .featured-title h2 {
    font-size: 22px;
  }

  .main-card img {
    height: 200px;
  }

  .icon i {
    font-size: 60px;
  }

  .side-card img {
    width: 100px;
    height: 90px;
  }

  .card-content p {
    font-size: 0.85rem;
  }

  .btn1 {
    padding: 8px 15px;
    font-size: 14px;
  }
}



















.booking-banner {
  position: relative;
  width: 1920px;   /* Fixed width */
  height: 400px;   /* Fixed height */
  margin: 0 auto;  /* Center horizontally */
  overflow: hidden;
  max-width: 100%; /* Ensure it scales on smaller screens */
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  z-index: 2;
}

.banner-content {
  position: relative;
  z-index: 3;
  color: #8a0015;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 276px;
}




/* Hover effect for cards */
#health-education .bg-white {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#health-education .bg-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
#health-education 
{
    background-color: #673ab712;
}















.saree-store {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}

.container1 {
max-width: 1625px;
}



.saree-store .title {
  font-size: 32px;
  margin-bottom: 40px;
  color: #002c6a;
  font-weight: 700;
  letter-spacing: 1px;
}

.saree-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.column.tall .saree-card {
  flex: 1;
}

.stack {
  justify-content: space-between;
}

.saree-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.saree-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.saree-card.full-height {
  height: 600px; /* Adjust this to desired size */
}

.saree-card.half-height {
  height: 290px; /* Half of full-height minus gap */
}

.label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #8a0015;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
}

/* ---------- Tablet (≤1024px) ---------- */
@media (max-width: 1024px) {
  .saree-grid {
    flex-wrap: wrap;         /* allow wrapping */
    gap: 15px;
  }

  .column {
    flex: 1 1 48%;           /* two columns per row */
  }

  .saree-card.full-height {
    height: 450px;           /* reduce height for smaller screens */
  }

  .saree-card.half-height {
    height: 220px;
  }

  .saree-store .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

/* ---------- Mobile (≤768px) ---------- */
@media (max-width: 768px) {
  .saree-grid {
    flex-direction: column;  /* stack columns vertically */
    align-items: center;
  }

  .column {
    width: 100%;             /* full width column */
  }

  .saree-card.full-height,
  .saree-card.half-height {
    height: auto;            /* let images resize naturally */
  }

  .saree-store .title {
    font-size: 24px;
  }

  .label {
    font-size: 14px;
    padding: 6px 12px;
  }
}

/* ---------- Small Mobile (≤480px) ---------- */
@media (max-width: 480px) {
  .saree-store {
    padding: 40px 15px;
  }

  .saree-store .title {
    font-size: 20px;
  }

  .label {
    font-size: 12px;
    padding: 5px 10px;
  }
}



















.image-section {
    width: 100%;
    height: 600px; /* Fixed height */
    overflow: hidden;
  }

  .image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Makes sure the image fills without stretching */
    display: block;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .pkg-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pkg-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.pkg-img {
  width: 100%;
  height: 200px; /* same height for all images */
  object-fit: cover;
}

.pkg-title 
{
    color: #8a0015;
}

.pkg-content {
  padding: 20px;
  text-align: center;
  background-color: #3f51b51c;
}

.pkg-icon {
  font-size: 2rem;
  color: #8a0015;
  margin-bottom: 10px;
}

.pkg-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.pkg-content p {
  font-size: 0.9rem;
  margin: 0;
  color: #8a0015;
}










.refer-section {
  background: url('../img/img27.png') no-repeat center center; /* your background image */
  background-size: cover; /* make it cover the whole section */
  padding: 90px 0; /* optional: adjust top/bottom spacing */
}

.section-title1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #8a0015;
}

.section-subtitle {
  font-size: 1rem;
  color: #000000;
}

.refer-card {
  background: #fff;
  border-radius: 15px;
  padding: 7px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.refer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.refer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.refer-header h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #8a0015;
}

.refer-header span {
  font-size: 1rem;
  color: #8a0015;
}

.refer-body p {
  margin: 5px 0;
  font-size: 0.95rem;
  color: #333;
}
















.custom-gallery-wrap {
  padding: 60px 20px;
  background-color: #ffffff;
  text-align: center;
}

.custom-gallery-heading {
  font-size: 2em;
  margin-bottom: 0;
  color: red;
  font-weight: bold;
}

.custom-gallery-desc {
  font-size: 1.1em;
  color: #59002d;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
}

.custom-gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.custom-gallery-box img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-gallery-box:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.custom-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s ease;
  cursor: pointer;
}

.custom-gallery-box:hover .custom-overlay {
  opacity: 1;
}

/* Lightbox Styles */
.custom-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-lightbox-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255,255,255,0.2);
}

.custom-lightbox-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .custom-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .custom-gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* Prev/Next Buttons */
.custom-lightbox-prev,
.custom-lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  color: white;
  cursor: pointer;
  padding: 10px;
  user-select: none;
  transition: background 0.3s ease;
}

.custom-lightbox-prev:hover,
.custom-lightbox-next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.custom-lightbox-prev { left: 20px; }
.custom-lightbox-next { right: 20px; }

.view-more-wrapper {
  text-align: center;
  margin: 30px 0 10px;
}

.btn-view-more {
  display: inline-block;
  padding: 12px 28px;
  background-color: #59002d; /* your brand green */
  color: white;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgb(45 106 79 / 0.3);
  transition: background-color 0.3s ease;
}

.btn-view-more:hover {
  background-color: red;
}















/* Flex container for one row */
.media-row {
  display: flex;
  gap: 16px;           
  flex-wrap: nowrap;    
  justify-content: space-between; 
}

/* Media item */
.media-item {
  flex: 1 1 23%; 
  max-width: 23%;
}

/* Images */
.media-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s;
}

.media-img:hover {
  transform: scale(1.05);
}

/* YouTube Iframes */
.media-video {
  width: 100%;
  height: 250px;
  border-radius: 8px;
  transition: transform 0.3s;
}

.media-video:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .media-item {
    flex: 1 1 23%;
    max-width: 23%;
  }
}

@media (max-width: 768px) {
  .media-item {
    flex: 1 1 48%;
    max-width: 48%;
  }
}

@media (max-width: 576px) {
  .media-item {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
/* Overlay for plus icon */
.media-item {
  position: relative; /* needed for overlay positioning */
}

.media-item::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; /* lets clicks pass through */
}

/* Optional semi-transparent dark overlay behind the plus */
.media-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  border-radius: 8px;
  transition: opacity 0.3s ease;
}

/* Show overlay and plus on hover */
.media-item:hover::after,
.media-item:hover::before {
  opacity: 1;
}
#lightbox-overlay {
    display: none; /* Hide initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}
#lightbox-overlay span {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    position: absolute;
}
#lightbox-close {
    top: 20px;
    right: 30px;
}
#lightbox-prev {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
#lightbox-next {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
#lightbox-img, #lightbox-video {
    max-width: 90%;
    max-height: 80%;
}
















.floating-icons {
    position: fixed;
    bottom: 84px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.floating-icons a {
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp green */
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: transform 0.2s;
}

.floating-icons a.call {
    background-color: #007bff; /* Call button blue */
}

.floating-icons a:hover {
    transform: scale(1.1);
}




.logo img {
    filter: brightness(1.5) contrast(1.2);
}

.logo img {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
}