/*====================================================*/
/* =============== 👉  HEADER SECTION ================*/
/*====================================================*/

.header{
    background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    backdrop-filter: blur(6px);
    box-shadow:0 8px 30px rgba(0,0,0,.35);
    height: 70px;
}
.header-block {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    width: 120px;
    margin-top: 60px;
    position: relative;
    background-color: #fff;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
    padding: 2px;
}
.logo img {
    width: 100%;
}
.menu {
    display: flex;
    gap: 20px;
}
.menu li a{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black);
}
.menu li a:hover {
    color: var(--purple);
}
.header-contact{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.header-call{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-call img {
    width: 60px;
}
.header-call a {
    font-size: 15px;
    font-weight: 500;
    color: var(--blue);
}
.header-call span {
    font-size: 12px;
    color: #333;
    display: block;
}
.menu-toggle{
    display: none;
}
.menu-close {
    display: none;
}
.mobile-title{
    display: none;
}


/*=====================================================*/
/* ================= 👉  HERO SECTION ================ */
/*=====================================================*/

.hero-section{
    position:relative;
    overflow:hidden;
    color: var(--white);
}
.hero-inner{
    margin:0 auto;
    position:relative;
    z-index:5;
    display:flex;
    align-items:center;
    height: 550px;
}
.slides{
    position:relative;
    width:100%;
    height:100%
}
.slide{
    position:absolute;
    inset:0;
    display:grid;
    grid-template-columns:1fr 460px;
    gap:40px;align-items:center;
    padding:60px;
    pointer-events:none
}
.slide-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    filter:brightness(.55) contrast(.95);
    transform-origin:center;
    will-change:transform,opacity;
}
.slide-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,rgba(0,0,0,0.25),rgba(0,0,0,0.45));
    mix-blend-mode:normal;
}
.slide-content{
    position:relative;
    z-index:6;
    pointer-events:auto;
}
.slide-info{
    justify-self:end;
    pointer-events:auto;
}
.info-card{
    width:380px;
    background:linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    padding:18px;border-radius:14px;
    backdrop-filter: blur(6px);
    box-shadow:0 8px 30px rgba(0,0,0,.35);
}

/* Controls */
.controls{
    position:absolute;
    left:24px;
    bottom:24px;
    display:flex;
    gap:12px;
    z-index:10;
}
.dot{
    width:10px;
    height:10px;
    border-radius:50%;
    background:rgba(255,255,255,0.25);
    cursor:pointer;
    display:inline-block;
    transition:transform .25s,
    background .25s;
}
.dot.is-active{
    background:var(--accent);
    transform:scale(1.2);
}
.arrows{
    position:absolute;
    right:24px;
    bottom:24px;
    display:flex;
    gap:10px;
    z-index:10;
}
.arrow{
    width:46px;
    height:46px;
    border-radius:8px;
    background:rgba(0,0,0,0.45);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    cursor:pointer;
    border:0;
}
.arrow:active{
    transform:scale(.98);
}
.sr-only{
    position:absolute!important;
    height:1px;
    width:1px;
    overflow:hidden;
    clip:rect(1px,1px,1px,1px);
    white-space:nowrap;
    border:0;
    padding:0;
    margin:-1px;
}
/* Slide transitions will be handled by GSAP */
@media (max-width:980px){
  .slide{grid-template-columns:1fr; padding:40px}
  .slide__info{order:3;justify-self:start;width:100%}
  .info-card{width:100%}
}
.featured-package-item{
    padding: 4px 0;
}

/*=====================================================*/
/*=========== 👉 TOP PACKAGE / CATEGORY ===============*/
/*=====================================================*/

.top-package{
    background: linear-gradient(180deg, #0f1720 0%, #1a242d 100%);
    color: var(--white);
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-package-card {
  display: block;
  background: #fff;
  padding: 0px;
  user-select: none;
  border-radius: 12px;
  text-align: center;
  overflow: hidden;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
}
.top-package-card:active {
  cursor: grabbing;
}
.top-package-card:hover {
  border-color: #5372F0;
}
.top-package-card-image {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.top-package-card-content{
    padding: 20px;
}
.top-package-card-content p {
    color: var(--black);
}

/*=====================================================*/
/* ================ 👉  ABOUT SECTION ================ */
/*=====================================================*/

.about-image{
    position: relative;
    display: flex;
    align-items: end;
}
.lamp{
	width: 100%;
}
.bookshelf {
    position: absolute;
    width: 200px;
    left: 50px;
    bottom: 0px;
}
.chair {
    position: absolute;
    width: 250px;
    left: 0px;
    bottom: -35px;
}
.about-content li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 3px 0;
    font-size: 15px;
}
.about-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
}
.about-item-box{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    transition: .5s ease-in-out;
    padding: 20px;
    width: 49%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 9;
    margin-bottom: 1%;
}
.about-item-box img{
    width: 20px;
}

/*=====================================================*/
/* ============== 👉  CATEGORY SECTION =============== */
/*=====================================================*/

.category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.category-box {
    text-align: center;
    width: 140px;
    height: 140px;
    padding: 25px;
    border: solid 2px #ccc;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    transition: .5s ease-in-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.category-box img{
    width: 55px;
    padding: 0px;
}
.category-box .paragraph {
    font-size: 14px;
    margin: 0;
    color: var(--blue);
}
.category-box:hover{
    background-color: var(--blue);
    border: solid 2px var(--blue);
}
.category-box:hover img{
    filter: brightness(0) invert(1);
}
.category-box:hover .paragraph {
    color: var(--white);
}

/*=====================================================*/
/*=============== 👉  FEATURE SECTION ================ */
/*=====================================================*/

.feature-section{
    background: linear-gradient(180deg, #dcd4d1 0%, #ffffff 100%);
}
.feature-list {
    position: relative;
}
.feature-item-box {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 5px;
    transition: .5s ease-in-out;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
    overflow: hidden;
}
.feature-item-box p{
    text-align: center;
}
.yellow-circle {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    z-index: -1;
    background-color: rgb(248 167 23 / 19%);
}
.feature-item-image {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.feature-item-box-bg:hover,
.feature-item-box-bg:hover .mini-heading,
.feature-item-box-bg:hover .paragraph,
.feature-item-box-bg:hover p{
    text-decoration: none;
    color: var(--white);
    position: relative;
    z-index: 2;
}
.feature-item-box-bg:hover .underline{
    background-color: var(--white);
}

/*==================================================*/
/*==================👉 PACKAGE =====================*/
/*==================================================*/

.package-card{
  background:rgba(255,255,255,0.03);
  border-radius:14px;
  padding: 0;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0 10px 30px rgba(0,0,0,.35);
  transition:transform .25s,box-shadow .25s;
  background-color: var(--white);
}
.package-card-image{
   border-radius: 15px 15px 15px 75px; 
}
.package-card-content{
    padding: 20px;
}
.package-feature {
    font-size: 12px;
    font-style: italic;
    color: #333;
    background-color: #eee;
    padding: 10px;
    border-radius: 8px;
}
.package-card:hover{
    transform:translateY(-8px);
    box-shadow:0 16px 34px rgba(0,0,0,.5);
}
.package-card .price{
    font-size:20px;
    font-weight:600;
    color:#fff;
    margin-bottom:16px;
}
.package-category-list{
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.package-category-item{
    font-size: 14px;
    padding: 3px 9px;
    color: #333;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.package-card .mini-heading {
    font-size: 13px;
    line-height: 18px;
    padding-right: 5px;
}
.product-gallery{
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}
.gallery-item{
    width: 49%;
    margin-bottom: 1%;
}
.package-category-list-card {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
}
.package-category-item-card {
    font-size: 12px;
    padding: 2px 7px;
    background-color: var(--white);
    color: var(--black);
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*=====================================================*/
/* ============== 👉  PORTFOLIO SECTION ============== */
/*=====================================================*/

.portfolio-section{
    background: linear-gradient(180deg, #0f1720 0%, #1a242d 100%);
    color: var(--white);
}
.tabs{
    display:flex;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:20px;
}
.tab-btn{
  background:transparent;
  border:1px solid rgba(255,255,255,0.08);
  color:var(--white);
  padding:10px 14px;
  border-radius:10px;
  cursor:pointer;
  transition:all .18s; 
  font-weight:600;
}
.tab-btn:hover{
    transform:translateY(-3px);
    border-color:rgba(196,154,108,0.9);
}
.tab-btn.is-active{
    background:rgba(196,154,108,0.12);
    border-color:rgba(196,154,108,0.95);
    color:#c49a6c;
}
.gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
}
.card{
    position:relative;
    border-radius:15px;
    overflow:hidden;
    background:linear-gradient(180deg,rgba(255,255,255,0.02),rgba(255,255,255,0.01));
    box-shadow:0 8px 28px rgba(0,0,0,.6);
    cursor:pointer;
    transition:transform .25s, box-shadow .25s;
}
.card:focus{
    outline:3px solid rgba(196,154,108,0.18);
}
.card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.7);
}
.card img{
    display:block;
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .45s;
}
.card:hover img{
    transform:scale(1.06);
}
.card .meta{
    position:absolute;
    left:12px;
    bottom:12px;
    background:rgba(0,0,0,0.45);
    padding:8px 10px;
    border-radius:8px;
    font-size:14px;
}
.card .meta .title{
    font-weight:700;
    color:#fff;
}
.card .meta .cat{
    font-size:12px;
    color:rgba(255,255,255,0.7);
    margin-top:4px;
}
@media (max-width:1100px){
    .gallery{
        grid-template-columns:repeat(3,1fr);
    }
}
@media (max-width:760px){
    .gallery{
        grid-template-columns:repeat(2,1fr);
    } 
    .card img{
        height:160px;
    }
}
@media (max-width:420px){
    .gallery{
        grid-template-columns:repeat(1,1fr);
    }
}
/*Lightbox*/
.lb{
    position:fixed;
    inset:0;
    background:rgba(3,7,11,0.85);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:9999;
    padding:24px;
}
.lb.show{
    display:flex;
}
.lb-inner{
    max-width:1100px;
    width:100%;
    max-height:90vh;
    display:grid;
    grid-template-columns:1fr 360px;
    gap:20px;
    align-items:center;
}
.lb-imgwrap{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0b1216;
    border-radius:12px;
    padding:8px;
}
.lb-img{
    max-width:100%;
    max-height:82vh;
    border-radius:8px;
    object-fit:contain;
}
.lb-side{
    color:#fff;
}
.lb-title{
    font-size:20px;
    margin:0 0 8px;
    color:#c49a6c;
}
.lb-desc{
    font-size:14px;
    color:rgba(255,255,255,0.9);
    margin-bottom:14px;
}
.lb-controls{
    display:flex;
    gap:8px;
    align-items:center;
}
.lb-btn{
    background:rgba(255,255,255,0.06);
    border:1px solid rgba(255,255,255,0.06);
    color:#fff;
    padding:10px;
    border-radius:10px;
    cursor:pointer;
}
.lb-btn:hover{
    background:rgba(255,255,255,0.08);
}
.lb-close{
    position:absolute;
    top:18px;
    right:18px;
    background:transparent;
    border:0;
    color:#fff;
    font-size:28px;
    cursor:pointer;
}
/* Prev/Next big */
.lb-prev, .lb-next{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    background:rgba(0,0,0,0.45);
    border:0;
    color:#fff;
    width:56px;
    height:56px;
    border-radius:10px;
    cursor:pointer;
    z-index:10000;
}
.lb-prev{
    left:18px;
} 
.lb-next{
    right:18px;
}
.lb-prev:hover,.lb-next:hover{
    background:rgba(196,154,108,0.95);
    color:#081017;
}
/* small caption under lightbox for mobile */
@media (max-width:900px){ 
    .lb-inner{
        grid-template-columns:1fr;
    } 
    .lb-side{
        order:2;
    }
}
    
/*=====================================================*/
/*=========== 👉 TESTIMONIAL SECTION ================= */
/*=====================================================*/

.testimonial-card {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    height: 100%;
    background: url(/wp-content/themes/beavian-studio/images/background/testimonial-card.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.testimonial-card p, .testimonial-card strong{
    font-weight: 300 !important;
    font-style: italic;
    font-size: 14px;
}
.quote {
    width: 50px;
    margin-bottom: 10px;
}
.testimonial-user {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.testimonial-user .name {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.testimonial-user .location {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

/*=====================================================*/
/* =============== 👉  CONTACT SECTION =============== */
/*=====================================================*/

.contact-info-wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}
.contact-box{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    transition: .5s ease-in-out;
    padding: 20px;
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}
.contact-box i {
    font-size: 30px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background-color: var(--white);
    color: var(--blue);
    border-radius: 100px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.contact-box p a{
    text-align: center;
    color: var(--black);
}
.contact-form-wrap{
    padding: 20px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 5px;
    background-color: var(--white);
}
.contact-form{
    display:flex; 
    flex-direction:column; 
    gap:15px;
}
.contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form select{
    padding:10px; 
    border:1px solid #ccc;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
}
.contact-form textarea{
    padding:10px; 
    border:1px solid #ccc;
    height: 120px;
    border-radius: 5px;
    font-size: 14px;
}

#inquiryModal.modal {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;
}
#inquiryModal .modal-content {
    background: #fff; padding: 20px; width: 90%; max-width: 400px; border-radius: 8px;
    position: relative;
}
#inquiryModal .close-btn {
    position: absolute; top: 10px; right: 15px; cursor: pointer; font-size: 20px;
}

/*=====================================================*/
/* ================ 👉  FOOTER SECTION ================ */
/*=====================================================*/

.footer-section{
    padding: 70px 0 50px 0;
    color: var(--white);
    background: linear-gradient(180deg, #0f1720 0%, #1a242d 100%);
}
.social-list {
    display: flex;
    gap: 10px;
    align-items: center;
}
.social-list a {
    color: var(--orange);
}
.social-list i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background-color: var(--blue);
    color: var(--white);
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.footer-menu li, .footer-menu li a{
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}
.footer-bottom {
    background-color: var(--black);
    height: 60px;
}
.footer-bottom .container{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copyright{
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.copyright a{
    color: var(--white);
}
.legal-menus{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.legal-menus li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
}

/*=====================================================*/

/* 👉  RESPONSIVE */

/*=====================================================*/


@media (max-width: 768px) {

.desktop-title{
    display: none;
}
.min-mg {
    margin-top: 10px !important;
}  
.mid-mg {
    margin-top: 20px !important;
}
.section, .footer-section {
    padding: 40px 0 !important;
}
.header {
    backdrop-filter: none;
}
.header-block {
    height: 75px;
}
.site-nav {
    position: fixed;
    top: 0;
    right: -350px;
    height: 100%;
    width: 350px;
    background: #fff;
    padding: 20px;
    transition: right 0.3s ease-in-out;
    z-index: 9998;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menu {
    flex-direction: column;
}
.menu li a {
    font-size: 20px;
}
.menu-toggle {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.menu-close {
    display: block;
    font-size: 28px;
    background: none;
    border: none;
    color: #333;
    cursor: pointer;
    margin-left: auto;
}
.header-contact{
    display: none;
}
.site-nav.active {
    right: 0;
}
.logo {
    width: 45px;
    margin-top: 0;
}
.mobile-title{
    color: var(--blue);
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    display: flex;
    align-items: center;
    margin: 0;
}
.heading {
    font-size: 25px;
    line-height: 30px;
}
.mini-heading{
    font-size: 15px;
    line-height: 20px;
}
.slide-info{
    /*justify-self:start;*/
    display: none;
}
.top-package-card{
    margin-top: 15px;
}
.category-list {
    flex-wrap: wrap;
    gap: 10px;
}
.category-list {
    flex-wrap: wrap;
}
.category-box {
    width: 100px;
    height: 100px;
    padding: 15px;
    gap: 0px;
}
.category-box img {
    width: 35px;
}
.package-card{
    height: auto;
    margin-bottom: 15px;
}
.about-item-box {
    margin-bottom: 2%;
}
.page-banner {
    height: 170px;
}
.lb-controls {
    margin-top: 30px;
}
.product-gallery{
    margin-top: 15px;
}
.sub-heading {
    font-size: 25px;
    line-height: 30px;
} 
.mid-heading{
    font-size: 18px;
}
.feature-item-image {
    margin-top: 0 !important;
}
.product-card, .feature-item-box, .testimonial-card {
    margin-bottom: 15px !important;
    height: auto !important;
}
.event-card {
    height: auto !important;
    margin-bottom: 15px !important;
}
.footer-nav{
    margin-top: 15px;
}
.footer-bottom {
    height: auto !important; 
}
.footer-bottom .container {
    flex-direction: column;
    text-align: center;
    padding: 10px;
    justify-content: center !important;
    height: auto !important;
}
.package-image{
    margin-top: 20px;
}
.contact-section{
    background-size: cover !important;
    background-position: bottom !important;
}
.category-section .category-list .col-md-3 {
    margin-bottom: 15px !important;
}
.contact-form-wrap{
    margin-top: 20px;
}
.contact-form .section-head{
    margin-top: 15px;
}
.whatsapp-btn {
    font-size: 32px;
    width: 48px;
    height: 48px;
}
.about-image img{
    display: none;
}
.contact-section{
    background: var(--white);
}

}


