@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.corp-container {
	max-width:100%;
/* 	padding: 0px 100px; */
}
.corp-container-fluid {
	max-width:100%;
	padding: 0px 0px;
	margin:0px auto;
}
body {
	font-size:16px;
	line-height:26px;
	font-weight:400;
    font-family: "Raleway", Sans-serif;
	color:#000000;
}
.font-mulish, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .btn,
.main-navigation ul li a {
     font-family: "Raleway", Sans-serif !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .btn {
	font-weight:700;
	    font-family: "Raleway", Sans-serif !important;
}

/* common css */
.text-white {
	color:#ffffff;
}
.text-black {
	color:#000000;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    padding: 10px 30px;
}
.btn-primary {
    background-color: #fa4f09;
    border-radius: 5px;
	text-transform: uppercase;
	color:white !important;
}
.btn-primary:hover {
    background-color: #fa4f00;
	color:black;
}
.section-top {
	margin-top:50px;
}
.slick-slide {
  user-select: text; /* Allow text selection */
}



/* h1-h6 */
h1, .h1 {
	font-size:40px;
	line-height:50px;
	margin:15px 0px;
}
h2, .h2 {
	font-size:35px;
	line-height:45px;
	margin:15px 0px;
}
h3, .h3 {
	font-size:30px;
	line-height:40px;
	margin:15px 0px;
}
h4, .h4 {
	font-size:25px;
	line-height:35px;
	margin:15px 0px;
}
h5, .h5 {
	font-size:22px;
	line-height:32px;
	margin:15px 0px;
}
h6, .h6 {
	font-size:20px;
	line-height:30px;
	margin:15px 0px;
}

/* header and menu */
.site-header {
    margin-bottom: 0px;
	border-bottom:0px;
    padding-top: 0;
    padding-bottom: 10px !important;
    padding: 0px 0px !important;
	background:#fff3c8;
}
header#masthead {
    display: flex;
    justify-content: center;
    align-items: center;
}
.masthead-sentinel {
    margin-bottom: 0px;
}
.main-navigation ul li a {
    font-size: 16px;
}

img.custom-logo {
    width: 160px;
}
.main-navigation {
    display: contents;
}


del {
    color: rgb(131, 130, 129);
    font-size: 12px;
}

.search-toggle{
	display:none !important;
}
.site-header .site-header-inner{
	padding:0 100px;
}
.main-navigation {
    text-align: right;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 30px;
}


/* banner section */
.home-banner-items {
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px;
    color: #494444;
    position: relative;
    height: 600px;
}

.home-banner-items-col1, .home-banner-items-col2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 25%;
    /* width: 50%; */
}

.home-banner-items-col1 h2 , .home-banner-items-col2 h2   {
    font-size: 60px;
    line-height: 70px;
    color: #504a4a;
    font-family: "Audiowide", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.home-banner-items-col1 p, .home-banner-items-col2 p {
    font-size: 18px;
    color: #504a4a;
    text-align: center;
    margin-bottom: 20px;
}

.home-banner-items-col1 .btn {
    /* display: inline-block;
    background-color: #ff5733;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    text-decoration: none; */
}

@media (max-width: 1024px) {
    .home-banner-items {
        flex-direction: column;
        height: auto;
        padding: 50px 15px;
    }

    .home-banner-items-col1,
    .home-banner-items-col2 {
        width: 100%;
        padding: 20px 10px;
    }

    .home-banner-items-col1 h2,
    .home-banner-items-col2 h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .home-banner-items-col1 p,
    .home-banner-items-col2 p {
        font-size: 16px;
    }

    .btn.btn-primary {
        font-size: 14px;
        padding: 10px 20px;
    }
}


@media (max-width: 768px) {
    .home-banner-items {
        padding: 40px 10px;
        height: auto;
    }

    .home-banner-items-col1 h2,
    .home-banner-items-col2 h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-banner-items-col1 p,
    .home-banner-items-col2 p {
        font-size: 14px;
    }

    .btn.btn-primary {
        font-size: 13px;
        padding: 8px 18px;
    }

	
}

@media (max-width: 480px) {
    .home-banner-items {
        width: 100%;
        display: inline-block;
    }

    .home-banner-items-col1 h2,
    .home-banner-items-col2 h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .home-banner-items-col1 p,
    .home-banner-items-col2 p {
        font-size: 13px;
    }

    .btn.btn-primary {
        font-size: 12px;
        padding: 6px 15px;
    }
}

/* // benefit section  */
.benefits-wrapper {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}
.our-benefits {
    text-align: center;
    padding: 20px 20px;
    background-color: #fff;
}

.our-benefits .section-title {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.our-benefits .section-subtitle {
    font-size: 16px;
    color: #777;
    margin-bottom: 40px;
}

.benefit-item {
    background: #e7e7e7c9;
    padding: 30px;
    border-radius: 8px;
    width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.benefit-item:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}

.benefit-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

.benefit-description {
    font-size: 15px;
    color: #555;
}

/* OUR PRODUCT SECTION */
.our-product {
/*     padding: 0px 20px; */
/*     background-color:#fff3c8; */
    text-align: center;
}

.our-product-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background: #fff3c8;
    padding: 20px;
    border-radius: 10px;
}

.our-product-left {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
}

.our-product-left img {
    max-width: 50%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.our-product-left img:hover {
    transform: scale(1.05);
}

.our-product-right {
    flex: 1;
    max-width: 50%;
    text-align: left;
}

.our-product-right h1 {
    font-size: 40;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.our-product-right p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.certificate-slider {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
}

.certificate-slide {
    padding: 10px;
}

.certificate-image img {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.certificate-image img:hover {
    transform: scale(1.05);
}

/* RESPONSIVE DESIGN */
@media (max-width: 1024px) {
    .our-product-section {
        flex-direction: column;
        text-align: center;
    }

    .our-product-left, .our-product-right {
        max-width: 100%;
    }

    .our-product-right h1 {
        font-size: 24px;
    }
    
    .our-product-right p {
        font-size: 14px;
    }
}

.trust-stats-section {
    background: linear-gradient(90deg, #ff6363, #ffa261);
    padding: 60px 20px;
    text-align: center;
    color: #fff;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
	border-radius:15px;
	align-items:center;
}

.trust-stats-section .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
	flex-wrap:wrap;
}

.trust-text h2 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.stats-wrapper {
    display: flex;
    justify-content: center;
    gap: 100px;
}

.stat-box {
    text-align: center;
}

.stat-box h3 {
    font-size: 48px;
    font-weight: bold;
}

.stat-box p {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .stats-wrapper {
        gap: 50px;
    }

    .stat-box h3 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .trust-text h2 {
        font-size: 20px;
    }

    .stats-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .stat-box h3 {
        font-size: 32px;
    }
	.trust-stats-section{
		flex-direction:column;
	}
}


/* advantages section */
.home-advantages-section-content {
    max-width: 1200px;
    margin: 0px auto;
    margin-bottom: 40px;
}
.home-advantages-section-wrapper {
    display: flex;
    column-gap: 40px;
    align-items: center;
	max-width: 1540px;
    margin: 0px auto;
}
.home-advantages-section-wrapper-col1,
.home-advantages-section-wrapper-col3 {
    width: 30%;
}
.home-advantages-section-wrapper-col2 {
    width: 40%;
}
.home-advantages-section-item {
    display: flex;
    column-gap: 20px;
    align-items: center;
	margin-bottom: 20px;
}
.home-advantages-section-item-left {
    width: 10%;
}
.home-advantages-section-item-right {
    width: 90%;
}
.home-advantages-section-item-right h5 {
    margin-top: 0px;
    margin-bottom: 10px;
	color: #000000;
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5;
}
.home-advantages-section-item-right p{
	font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
	color:gray;
}

@media (max-width: 1024px) {
    .home-advantages-section-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .home-advantages-section-wrapper-col1,
    .home-advantages-section-wrapper-col3 {
        width: 100%;
        text-align: center;
    }

    .home-advantages-section-wrapper-col2 {
        width: 100%;
    }

    .home-advantages-section-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .home-advantages-section-item-left {
        width: auto;
        margin-bottom: 10px;
    }

    .home-advantages-section-item-right {
        width: 100%;
    }

    .home-advantages-section-item-right h5 {
        font-size: 22px;
    }

    .home-advantages-section-item-right p {
        font-size: 16px;
    }
}

/* ✅ Mobile View (768px and below) */
@media (max-width: 768px) {
    .home-advantages-section-wrapper {
        column-gap: 20px;
    }

    .home-advantages-section-item {
        padding: 15px;
        margin-bottom: 20px;
    }

    .home-advantages-section-item-right h5 {
        font-size: 20px;
    }

    .home-advantages-section-item-right p {
        font-size: 14px;
    }

    .adv-section-items img {
        max-width: 80%;
        margin: 0 auto;
    }
}

/* ✅ Small Mobile View (480px and below) */
@media (max-width: 480px) {
    .home-advantages-section-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .home-advantages-section-wrapper-col1,
    .home-advantages-section-wrapper-col2,
    .home-advantages-section-wrapper-col3 {
        width: 100%;
    }

    .home-advantages-section-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
        padding: 10px;
    }

    .home-advantages-section-item-left {
        width: 50px;
    }

    .home-advantages-section-item-right h5 {
        font-size: 18px;
    }

    .home-advantages-section-item-right p {
        font-size: 14px;
    }

    .adv-section-items img {
        max-width: 90%;
        height: auto;
    }
	.our-product-section{
		padding:30px;
	}
}


/* //e-liquid section */

.home-e-liquid-section-items{
    display: flex;
    align-items: center;
    justify-content: center;
	gap:120px;
    padding: 50px;
/*     background: linear-gradient(to right, #fff 50%, #fce4ec 50%); */
}
/* .hero-left{
	width:50%;
  
}
.hero-right{
	width:50%;
  
} */

.hero-image {
    position: relative; /* Allows layering of the image */
    padding: 40px;
    background-image: url('/wp-content/uploads/2025/03/4toigj4t.png');
    background-size: cover;  /* Ensures it covers the div */
    background-position: center;  /* Centers the background */
    background-repeat: no-repeat; /* Prevents repetition */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    position: relative; /* Keeps it above the background */
    z-index: 2; /* Ensures it's above the background */
    max-width: 100%; /* Ensures responsiveness */
    height: auto;
}

.left-small-image{
	position:absolute;
	    bottom: 0%;
        left: 18%;
}
@keyframes rotateImage {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.left-small-image img {
    width: 150px;
    animation: rotateImage 5s linear infinite; /* Adjust speed as needed */
}


.hero-image img {
    max-width: 400px;
    border-radius: 10px;
	height:auto;
}

.hero-content {
    max-width: 500px;
}

.hero-subheading {
    color: #ff4081;
    font-weight: bold;
    text-transform: uppercase;
}

.hero-heading {
text-align: left;
    color: #1A1A1A;
    font-family: "Raleway", Sans-serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}

.hero-description {
      color: #4F4F4F;
    font-family: "DM Sans", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: 0px;
}

.hero-button {
    display: inline-block;
    padding: 10px 20px;
    background: #ff5722;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
}

.hero-button:hover {
    background: #e64a19;
}

@media (max-width: 1024px) {
    .home-e-liquid-section-items {
        gap: 60px;
        padding: 0px;
    }

    .hero-heading {
        font-size: 36px;
    }

    .hero-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .home-e-liquid-section-items {
        flex-direction: column;
        gap: 40px;
        padding: 0px;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-heading {
        font-size: 32px;
    }

    .left-small-image {
        left: 10%;
    }
}

@media (max-width: 480px) {
    .hero-heading {
        font-size: 28px;
    }

    .hero-description {
        font-size: 16px;
    }

    .left-small-image img {
        width: 60px;
    }

	.left-small-image{
		position: absolute;
        bottom: 47%;
		left:0px;
	}
	
   .hero-image img {
    max-width: 100%;
}

}


/* blogs section */
.blogs-sec-wrapper {
    max-width: 1544px;
    margin: 0px auto;
}
.blogs-image img {
    width: 100%;
}
.blogs-items-inner {
    margin: 15px;
    background-color: #fffae6;
	position: relative;
	box-shadow: 0px 3px 5px 0px #00000026;
    border-radius: 15px;
}
.blogs-bottom {
    padding: 0px 15px;
}
.blogs-bottom-head {
    font-size: 12px;
    color: #4C6580;
    display: flex;
    justify-content: space-evenly;
	column-gap: 15px;
}
.blogs-bottom p {
    font-size: 12px;
    color: #8099B3;
    line-height: 20px;
    padding-bottom: 20px;
}
.blogs-title h6 {
    color: #000000;
	margin: 10px 0px;
}
.blogs-title {
    text-align: center;
    /* background-color: #fff3c8; */
    /* border: 2px solid #0063CC; */
    border-radius: 10px;
    max-width: 90%;
    margin: 0px auto;
    /* margin-top: -30px; */
    /* position: relative; */
    z-index: 99;
    margin-bottom: 15px;

}
.blog-author, .blog-date, .blog-readtime {
    position: relative;
}
.blog-author:before, .blog-date:before, .blog-readtime:before  {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: -20px;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog-author:before {
    background-image: url(/wp-content/uploads/2025/03/user.svg);
}
.blog-date:before {
	background-image: url(/wp-content/uploads/2025/03/calendar.svg);
}
.blog-readtime:before {
	background-image: url(/wp-content/uploads/2025/03/wall-clock.svg);
}
.blogs-sec-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
	margin-left: 0px;
}
.blogs-sec-wrapper ul.slick-dots li {
    list-style-type: none;
}
.blogs-sec-wrapper ul.slick-dots li.slick-active button {
    background-color: #0063CC;
	padding: 8px 25px;
    border-radius: 15px;
}
.blogs-sec-wrapper .slick-dots li button {
    font-size: 0px;
    background: #99CAFF;
    border: 0;
    border-radius: 50%;
    color: #000000;
    letter-spacing: 0px;
    line-height: 0px;
    padding: 8px;
    margin: 5px;
}

/* testimonials */
.testimonials-sec {
    background-image: url(/wp-content/uploads/2024/05/testimonials-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 40px;
 
}
.testimonials-wrapper {
    max-width: 1200px;
    margin: 0px auto;
}
.testimonials-items {
    text-align: center;
    color: #004A99;
    font-weight: 700;
    font-style: italic;
	margin-top: 20px;
}
.testimonials-quote-icon {
    text-align: center;
    display: inline-block;
	margin-bottom: 25px;
}
.testimonials-content {
    margin-bottom: 60px;
}
.testimonials-wrapper ul.slick-dots {
    display: flex;
    justify-content: center;
	margin-left: 0px;
}
.testimonials-wrapper ul.slick-dots li {
    list-style-type: none;
}
.testimonials-wrapper ul.slick-dots li.slick-active button {
    background-color: #0063CC;
	padding: 8px 25px;
    border-radius: 15px;
}
.testimonials-wrapper .slick-dots li button {
    font-size: 0px;
    background: #99CAFF;
    border: 0;
    border-radius: 50%;
    color: #000000;
    letter-spacing: 0px;
    line-height: 0px;
    padding: 8px;
    margin: 5px;
}



/* footer */
.site-footer {
  background: rgb(255 223 169);
    margin-top: 50px;
	border-top: 2px solid #000000;
}
.site-footer .widgets .widget a {
    font-size: 16px;
}
.site-footer .widget ul li {
    line-height: 35px;
}
.site-footer .widgets {
  padding: 50px 30px 30px 30px;
}
.site-footer .bottom-bar {
     background: rgb(255 223 169);
    color: #000000;
    padding: 15px 0;
}
.site-footer .widgets .widget a {
    color: #000000;
}
.footer-address {
    color: #000000;
}
.footer-call, .footer-mail, .footer-address {
    position: relative;
    padding-left: 40px;
}
.footer-call:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/03/call.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.footer-mail:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/03/email.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.footer-address:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/03/location.svg);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.footer-call, .footer-mail {
    padding-bottom: 15px;
}
.footer-logo {
    margin-bottom: 20px;
	width:40%;
}
.site-footer .widgets .widget .widget-title {
	color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
}
ul.footer-social {
    display: flex;
    column-gap: 15px;
}
ul.footer-social img {
    width: 35px;
    height: 35px;
    display: block;
}
.site-info a {
    color: #000000 !important;
}
.site-info img {
    position: relative;
    top: 5px;
}
ul.footer-social li:hover img {
    animation: tada 0.8s ease-out;
}


@media (max-width:767px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 10px;
	}
	#mobile-menu-button svg path {
    	fill: black;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 20px;
    }
	#mobile-navigation ul li a {
    	color: #ffffff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.site-header .site-header-inner{
		padding:0px;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	.corp-container {
    	max-width: 100%;
    	padding: 0px 10px;
	}
	#mobile-menu-button svg path {
    	fill: black !important;
	}
	#mobile-menu-button {
   		position: absolute;
    	right: 20px;
		top: 50px;
    }
	#mobile-navigation ul li a {
    	color: #ffffff;
    }
	#mobile-navigation i.icon-angle-down {
		border: solid #ffffff;
		border-width: 0 3px 3px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
}
@media (max-width: 480px) {
    .site-header .site-branding img {
        width: 120px !important;
    }
}

@media (min-width:1600px) {
	.home-banner-items{
		height:720px;
	}
}

