@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Satisfy&display=swap');
/* 👉 Core CSS  */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body, html {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Poppins", sans-serif !important;
    scroll-behavior: smooth;
    max-width: 100% !important;
}
/* Remove unwanted padding/margin from main content wrapper */
.site-content,
.content-area,
.entry-content {
    padding: 0 !important;
    margin: 0 !important;
}

/* Optional: control page container spacing */
/*.container {*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*}*/
header, footer {
    margin: 0;
    padding: 0;
}

.fullwidth {
    max-width: 100% !important;
    padding: 0 !important;
}
img{
    width: 100%;
}
li{
    list-style: none !important;
}
a{
    text-decoration: none !important;
}
ul{
    padding-left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
p{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0 !important;
}
p.paragraph:empty {
    line-height: 0px !important;
}

/* 👉 Variables  */

:root {
    --orange: #f8a717;
    --blue: #233871;
    --white: #ffffff;
    --black: #000000
}


.white-text{
    color: var(--white) !important;
}
.black-text{
    color: var(--black) !important;
}

/* ============================================= 👉 Global CSS ======================================== */

/*=========== Text ===============*/
.sub-heading {
    color: var(--blue);
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    margin: 10px 0 0 0;
}
.mid-heading {
    color: var(--blue);
    font-size: 24px;
    font-weight: 800;
}
.small-heading {
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
}
.sub-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}
.mini-text {
    color: var(--orange);
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
}
.paragraph, .paragraph a {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}


/*=========== Margin ===============*/
.big-mt{
    margin-top: 40px;
}
.mid-mt{
    margin-top: 30px;
}
.small-mt{
    margin-top: 20px;
}
.min-mt{
    margin-top: 10px;
}
.big-mb{
    margin-bottom: 40px;
}
.mid-mb{
    margin-bottom: 30px;
}
.small-mb{
    margin-bottom: 20px;
}
.min-mb{
    margin-bottom: 10px;
}

/*=========== Section ===============*/

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.breadcrumb-section {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
}
.breadcrumb-section p{
    margin: 0;
}

.product-section, .gallery-section, .info-fact-section, .contact-section, .testimonial-section{
    padding: 70px 0;
    position: relative;
}
.feature-section {
    padding: 0 0 70px 0;
    position: relative;
}
.about-section {
    padding: 20px 0 70px 0;
}
.brand-section{
    padding: 50px 0;
    /*background-color: var(--black);*/
}
.category-section {
    padding: 70px 0 50px 0;
}
.page-banner {
    height: 250px;
    display: flex;
    align-items: center;
}

/*=========== Button ===============*/

.fill-btn, .submit-btn, .inquiry-btn {
    font-weight: 500;
    color: var(--white);
    background-color: var(--blue);
    border: solid 2px var(--blue);
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 12px;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    width: fit-content;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.fill-btn:hover, .submit-btn:hover, .inquiry-btn:hover {
    color: var(--blue);
    background-color: var(--white);
    border: solid 2px var(--blue);
}
.outline-btn{
    font-weight: 500;
    color: var(--blue);
    background-color: transparent;
    border: solid 1px var(--blue);
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 12px;
    transition: .3s ease-in-out;
    text-transform: uppercase;
    display: inline-block;
    white-space: nowrap;
    width: fit-content;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.outline-btn:hover{
    color: var(--white);
    background-color: var(--blue);
    border: solid 2px var(--blue);
}
.whatsapp-btn {
    font-size: 24px;
    background-color: #128c7e;
    color: #fff;
    border-radius: 100px;
    padding: 10px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99999;
}

/*=========== Element ===============*/

.underline {
    width: 100px;
    height: 2px;
    margin: 10px 0;
    background-color: var(--black);
}
.hidden{
    display: none;
}

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

/*👉  GENERAL SECTION BODY */

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




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

/* 👉  HEADER SECTION  */

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

.header-block {
    width: 100%;
    height: 90px;
    background-color: var(--white);
    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: 30px;
}
.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: #4d4089;
}
.header-call span {
    font-size: 12px;
    color: #333;
    display: block;
}

.menu-toggle{
    display: none;
}
.menu-close {
    display: none;
}
.mobile-title{
    display: none;
}


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

/* 👉  HERO SECTION  */

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

.banner-section{
    height: 500px;
    width: 100%;
    background-size: cover;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 1)));
}
.heroSwiper.swiper {
    width: 100%;
    height: 500px;
    position: relative;
    }
.heroSwiper .swiper-slide {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.banner-content{
    width: 100%;
}
.banner-heading {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 60px;
    text-shadow: 2px 2px #000000;
}
.banner-description {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 1px 1px #000000;
}
.hero-image{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 550px;
    position: relative;
}
.hero-image img{
    width: 250px;
    z-index: 1;
}
.backdrop-circle {
    background-color: #34cc19;
    width: 280px;
    height: 280px;
    position: absolute;
    right: 0px;
    bottom: 80px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    /*top: 50%; */
    /*left: 50%; */
    /*transform: translate(-50%, -50%); */
    background-image: linear-gradient(to right, red, yellow);
    border-radius: 100%;
}
.backdrop-box{
    background-color: #ffffff;
    width: 230px;
    height: 70px;
    position: absolute;
    bottom: 20px;
    right: 40px;
    z-index: 9;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

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

/*👉  FEATURE SECTION */

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

.feature-list {
    position: relative;
    margin-top: -75px;
}
.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;
    justify-content: space-between;
    z-index: 9;
    background: url(/wp-content/themes/beavian-studio/images/background/feature-card.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.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 .sub-text,
.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);
}

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

/*👉  ABOUT SECTION */

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

.about-image{
    margin-right: 30px;
    /*box-shadow: rgb(240 136 46) 5px 5px, rgb(240 122 46 / 30%) 10px 10px, rgb(240 128 46 / 20%) 15px 15px, rgb(240 140 46 / 10%) 20px 20px, rgb(240 122 46 / 5%) 25px 25px;*/
}
.about-image img{
	/*height: 450px;*/
	/*object-fit: content;*/
}
.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;
}


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

/*👉 PRODUCT */

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

.product-card {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.product-thumbnail{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.product-thumbnail img{
    height: 200px;
    object-fit: cover;
}
.product-content{
    padding: 25px 25px 25px 25px;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-content .sub-heading {
    font-weight: 600;
    color: var(--black);
}
.button-group{
    display: flex;
    align-items: center;
    gap: 20px;
}
.product-price {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 300;
    color: #fff;
    background-color: var(--orange);
    position: absolute;
    bottom: 0;
    left: 25px;
    padding: 6px 10px 6px 15px;
    border: solid 1px #fff;
    background-color: #ff8036;
    border-radius: 3px 3px 0 0;
}
.product-category {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 300;
    color: var(--orange);
    background-color: var(--white);
    position: absolute;
    font-weight: 600;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    top: 0;
    left: 0px;
    padding: 6px 15px 6px 15px;
    border: solid 1px var(--orange);
    border-radius: 10px 0px 10px 0;
}
.product-tag {
    font-size: 12px;
    font-style: italic;
    color: var(--orange);
}
.product-specs h3{
    font-size: 13px;
    font-weight: 400;
    color: var(--black);
}
.product-specs h3 span{
    font-style: italic;
    color: #888;
}
.product-info {
    display: flex;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
}
.product-info-item {
    width: 30%;
}
.product-info-item h5 {
    font-size: 13px;
    color: var(--orange);
}
.product-info-item h6 {
    font-size: 13px;
    color: var(--black);
    margin: 0;
    font-weight: 400;
}
.product-full-content .product-info {
    padding: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    flex-wrap: wrap;
    gap: 20px;
    background-color: var(--white);
}
.product-section.page .product-list .col-md-4{
    margin-bottom: 20px;
}
.product-logo{
    width: 100px;
    height: 100px;
    border-radius: 100px;
}
.product-gallery {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: end;
}
.gallery-item img {
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-item img:hover {
  transform: scale(1.05);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.lightbox img {
  max-width: max-content;;
  max-height: 80%;
  border-radius: 8px;
}


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

/*👉  BRAND SECTION */

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

.brand-box{
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--white);
    padding: 20px;
    border-radius: 100px;
    margin: 10px;
}
.brand-box img{
    width: 100%;
    padding: 10px;
    transition: .3s ease-in-out;
}
.brand-box:hover img{
    transform: scale(1.1);
    /*transform: rotate(45deg);*/
    filter: grayscale(100%);
}
.brand-box:hover .sub-heading{
    color: var(--purple);
}
.brand-box .sub-text{
    text-align: center;
}
.brand-section.page{
    background-color: var(--white);
}


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

/*👉  CATEGORY SECTION */

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

.category-box{
    text-align: center;
    padding: 5px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 5px;
    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: 100%;
    height: 100px;
    object-fit: cover;
    padding: 0px;
}
.category-box .sub-text {
    font-size: 14px;
    margin: 0;
    color: var(--blue);
}

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

/*👉 TESTIMONIAL SECTION */

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


.testimonial-card {
    padding: 40px 30px 20px 30px;
    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;
}
.quote {
    width: 50px;
    margin-bottom: 10px;
}
.testimonial-user {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.testimonial-user i {
    width: 35px;
    height: 35px;
    background-color: #ccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.testimonial-name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-user .sub-text {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.testimonial-user .paragraph {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.testimonial-section.page .testimonial-list .col-md-4{
    margin-bottom: 20px;
}

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

/* 👉  CONTACT SECTION  */

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

.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: 50px 0 30px 0;
}
.social-list {
    display: flex;
    gap: 10px;
    align-items: center;
}
.social-list a {
    color: var(--orange);
}
.social-list i {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    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 a {
    color: var(--black);
    font-size: 15px;
    font-weight: 400;
    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) {

.min-mg {
    margin-top: 10px !important;
}  
.mid-mg {
    margin-top: 20px !important;
}
.feature-section, .packages-section, .about-section, .gallery-section, .info-fact-section, .brand-section, .event-section, .contact-section, .testimonial-section {
    padding: 40px 0 !important;
}
.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: navajowhite;
    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;
}
.banner-heading{
    font-size: 30px !important;
    line-height: 35px !important;
    margin-top: 0 !important;
}   
.banner-section, .heroSwiper.swiper, .banner-content, .heroSwiper .swiper-slide {
    /*height: 240px !important;*/
}
.sub-heading {
    font-size: 25px;
    line-height: 30px;
} 
.feature-item-image {
    margin-top: 0 !important;
}
.product-card, .feature-item-box, .testimonial-card {
    margin-bottom: 15px !important;
    height: auto !important;
}
.about-image {
    margin-bottom: 40px;
}
.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;
}
.category-box {
    padding: 5px;
    height: auto;
    margin-bottom: 20px;
}
.category-box img {
    height: auto;
}
.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);
}
.mobile-title{
    color: var(--orange);
    font-weight: 600;
    font-size: 20px;
    font-style: italic;
    display: flex;
    align-items: center;
    margin: 0;
}
}


