
/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header06 {
    position: relative;
    /* margin-bottom: 45px; */
    padding: 210px 0 90px 0;
    text-align: center;
    background:url(../img/photography/nbd20.1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header06 h2 {
    position: relative;
    color: #FDBE33;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header06 h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #FDBE33;
}

.page-header06 a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #ffffff;
}

.page-header06 a:hover {
    color: #FDBE33;
}

.page-header06 a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header06 a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header06 {
        padding: 60px 0;
    }
    
    .page-header06 h2 {
        font-size: 45px;
    }
    
    .page-header06 a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header06 {
        padding: 45px 0;
    }
    
    .page-header06 h2 {
        font-size: 35px;
    }
    
    .page-header06 a {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .circle {
        width: 90px;
        height: 90px;
    }

    .card img {
        height: 180px;
    }
}


/*******************************/
/******* Choose your theme CSS *******/
/*******************************/

.card-img {
        /* text-align: center; */
       margin-bottom: 15px; 
    }
    .circle {
        width: 120px;
        height: 120px;
        border-radius: 30px;
        overflow: hidden;
        margin: auto;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        background: #ffe4ec; /* soft pink background */
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
    }
     .circle img {
        width: 100%;
        height: 100%;
        object-fit: cover;
         transition: transform 0.4s ease;
    }
    .circle:hover img {
    transform: scale(1.2); /* adjust zoom level */
    }

    .title {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

.card {
    /* width: 300px !important; */
    width:100%;
    margin:20px auto;
   
    transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.card:hover {
    transform: translateY(-8px); /* move upward */
    box-shadow: 0 10px 20px rgba(0,0,0,0.2); /* stronger shadow for depth */
}

.card img {
    height: 260px;   /* increase this */
    width: 100%;
    object-fit: cover;
    margin-bottom: 15px;

     
  
}

   
/* NEW wrapper */
.card-body {
    padding: 8px 10px;   /* less padding */
}

.content {
   text-align: center;
    font-size: 14px;
   
}

.price {
    display: flex;
    gap: 6px;
    align-items: center;
    /* margin-left: 50px; */
    justify-content: center;
}

.custom {
   text-align: center;
    font-size: 12px;
}

/* .view {
    text-align: center;
   text-decoration: underline;
} */

.new-price {
    font-size: 16px;
    font-weight: bold;
    color: #1a73e8;
}

.old-price {
    text-decoration: line-through;
    color: gray;
    font-size: 14px;
}

.discount {
    background: #ffe8cc;
    color: #ff6600;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.description {
    position: relative;
    width: 100%;
    padding: 45px 0;
    margin-top: 150px;
}
