/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@font-face {
  font-family: 'Tokyo Dreams Plain';
  src: url('/fonts/tokyo-dreams-plain/TokyoDreamsPlain-Regular.woff2') format('woff2'),
       url('/fonts/tokyo-dreams-plain/TokyoDreamsPlain-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap');

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Tokyo Dreams Plain', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #4260FF !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

/* header{ padding:20px 0;} */
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

/* .footer{ margin:40px 0 20px;} */
#back-top > a {bottom: 1%;color: #FECE89;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}


/* ==================================================My Css====================================================== */
.main-header {
  font-family: 'Poppins', sans-serif;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}

/* Top Bar */
.main-header .top-bar {
  background-color: #4379FF;
  color: #031F84;
  padding: 10px 0 10px 0;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

/* Logo */
.main-header .header-logo {
  max-height: 60px;
  display: block;
  margin: 0 auto;
}

.main-header .logo-text {
  font-size: 14px;
  font-family: 'Tokyo Dreams Plain', cursive;
  text-align: center;
  margin-top: 5px;
  line-height: 1.2;
}

/* Social, Login, Cart */
.main-header .social-icon,
.main-header .user-link,
.main-header .cart-link {
  color: #0040C1;
  font-size: 14px;
  font-weight: 500;
  margin: 0 1px;
  text-decoration: none;
}
.main-header .user-link i,
.main-header .cart-link i {
  margin-right: 5px;
}

/* Navigation Bar */
.main-header .nav-bar {
  background-color: #f2f2f2;
  padding: 10px 0;
}

.main-header .nav-bar a {
  color: #0040C1;
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
  font-family: Raleway;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

/* Search Form */
.main-header .search-form {
  display: flex !important;
  border: 1px solid #0040C1;
  border-radius: 25px;
  overflow: hidden;
  background-color: #F6F9FF;
}

.main-header .search-form input[type="text"] {
  border: none;
  padding: 8px 20px;
  flex-grow: 1;
  outline: none;
  background-color: #F6F9FF;
  margin: 0;
}

.main-header .search-form .btn-search {
  background-color: #F6F9FF;
  border: none;
  color: #0040C1;
  padding: 13px 19px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
}

.main-header .social-icon {
    border: 2px solid #031F84;
    margin: 0;
    padding: 14px 9px 9px 10px;
    border-radius: 50px;
}

.main-header .social-icon i {
    margin-right: 0 !important;
    font-size: 20px;
}


.section-1 {
  background-color: #f4f7fb;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.section-1 h1 {
  color: #1d2660;
  font-family: Tokyo Dreams Plain !important;
  font-weight: 400;
  font-size: 55px;
  text-transform: uppercase;
  line-height: 60px;
}

.section-1 p {
  color: #9D9D9C;
  margin: 20px 0 !important;
  max-width: 400px;
  font-family: Raleway;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  text-transform: capitalize;
}

.section-1 .boot {
  background-color: #4379FF;
  color: #fff;
  padding: 12px 18px;
  text-decoration: none;
  display: inline-block;
  border-radius: 3px;
  transition: background 0.3s ease;
  font-family: Raleway !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}

/* IMAGES */
.image-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-area .img1 {
  width: 220px;
  position: relative;
  z-index: 2;
}

.image-area .img2 {
  width: 220px;
  margin-left: -60px;
  z-index: 1;
}

.section-1 .leaf-png {
  position: absolute;
  bottom: 1px;
  left: 341px;
  width: 250px;
  z-index: 0;
}


.section-2 {
  padding: 80px 0;
  background-color: #ffffff;
  text-align: center;
}

.section-2 .section-title {
    color: #1d2660;
    text-align: justify;
    font-family: Tokyo Dreams Plain !important;
    font-weight: 400;
    font-size: 48px;
    line-height: 100%;
    text-transform: capitalize;
}

.section-2 .category-card {
  background: #f9f9ff;
  border: 2px solid #94b2f3;
  margin-bottom: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 414.06px;
  width: 244.633px;
  border-radius: 137.19px;
}

.section-2 .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}

.section-2 .category-card img {
  width: 207.18px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #fff;
  object-fit: cover;
  height: 210.61px;
  margin-top: 21px;
}

.section-2 .category-card h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #1d2660;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-2 .category-card .btn {
  background-color: #3c63e3;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  display: inline-block;
  transition: background 0.3s ease;
box-shadow: none ! IMPORTANT;
}

.section-2 .category-card .btn:active {
   background-color: #3c63e3;
  color: #fff;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 20px;
  display: inline-block;
  transition: background 0.3s ease;
box-shadow: none ! IMPORTANT;
}

.section-3 {
  background-color: #001489;
  padding: 10px 0;
  overflow: hidden;
}

.section-3 .organic-loop {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.section-3 .organic-loop .slick-slide {
  padding: 0 20px;
}


.section-3 .organic-loop div {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #4379FF;
}

.section-4 {
  background-image: url('images/image1.jpg'); /* Ã¢â€ Â Replace with actual image path */
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 100px 20px;
  text-align: center;
  color: #fff;
  font-family: 'Tokyo Dreams', serif;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.section-4 .content h2 {
  letter-spacing: 2px;
  margin: 0;
  font-family: Tokyo Dreams Plain !important;
  font-weight: 400;
  font-size: 51px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999999;
}
.section-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5); /* Dark overlay */
  z-index: -1;
}

.section-5 {
  background: #e9f1ff;
  padding: 80px 0;
}

.section-5 .product-card {
  background: #F9F8EE;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 0 0 transparent;
  border: 2px solid #4379FF;
  padding-bottom: 36px;
  height:430px;
}

.section-5 .product-card:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

.section-5 .product-image img {
  max-width: 100%;
  height: auto;
  border: 1px solid #4379FF;
  border-radius: 6px;
  margin-bottom: 15px;
}

.section-5 .product-title {
  color: #000;
  margin-bottom: 10px;
  font-family: Tokyo Dreams Plain;
  font-weight: 400;
  font-size: 19.89px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: left;
}

.section-5 .price {
  margin-bottom: 15px;
  text-align: left;
}

.section-5 .sale-price {
  color: #031F84;
  margin-right: 10px;
  font-family: Raleway;
  font-weight: 800;
  font-size: 23.91px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-5 .regular-price {
  /*text-decoration: line-through;*/
  color: black;
  font-size: 13px;
}

.section-5 .add-to-cart-btn {
  background-color: #181684;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-family: Raleway;
  font-weight: 600;
  font-size: 11.18px;
  line-height: 100%;
  text-transform: capitalize;
  display: flex;
  justify-content: left;
  width: 54%;
}

.section-5 .add-to-cart-btn:hover {
  background-color: #000066;
}

.section-5 .cart {
    display: flex;
    justify-content: left;
}


.section-6 {
  padding: 80px 0;
  background: #ffffff;
}

.section-6 .section-title {
  color: #1a1a60;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: Tokyo Dreams Plain !important;
}

.section-6 .best-seller-card {
  background: #e7eeff;
  border: 2px solid #4260ff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  transition: 0.3s ease;
  height: 91%;
}

.section-6 .best-seller-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.section-6 .product-img img {
  max-width: 140px;
  border-radius: 8px;
}

.section-6 .product-info {
  flex: 1;
  position: relative;
}

.section-6 .product-info h4 {
  color: #0f0f55;
  margin: 0 0 10px;
  font-family: Tokyo Dreams Plain !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-6 .price {
  color: #000;
  margin-bottom: 10px !important;
  font-family: Raleway;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
}

.section-6 .cart-btn {
  background: #000a99;
  color: #fff;
  padding: 9px 16px;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s;
  font-family: Raleway;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-6 .cart-btn:hover {
  background: #000;
}

.section-6 .ribbon {
  position: absolute;
  top: -45px;
  right: 0;
  background: #4260ff;
  color: #fff;
  font-size: 11px;
  padding: 4px 11px;
  border-radius: 50px;
  text-transform: uppercase;
}
.section-6 .product-img {
    background-color: white;
    padding: 13px 10px 13px 10px;
    border-radius: 5px;
}

.section-7 {
  background-color: #011a7c; /* deep blue background */
  padding: 40px 0;
}

.section-7 .feature-box {
  background: #548dff;
  border-radius: 6px;
  padding: 15px 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s ease;
  height: 110%;
}

.section-7 .feature-box img {
  max-width: 64px;
  filter: brightness(1000%);
}
.section-7 .feature-box span {
    font-family: Raleway;
    font-weight: 700;
    font-size: 22.14px;
    line-height: 100%;
    text-transform: uppercase;
}

.section-8 {
  background-color: #f4f7fd;
  padding: 50px 50px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 100px;
}

.section-8 .testimonial-slider {
  width: 100%;
}

.section-8 .testimonial-content {
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 12px;
}

.section-8 .image-container {
  flex: 0 0 220px;
  margin-right: 40px;
}

.section-8 .image-container img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #1a237e;
}

.section-8 .text-content {
  flex: 1;
  color: #555;
}

.section-8 .quote-stars {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.section-8 .quote-icon {
  font-size: 57px;
  color: #2b5de0;
  margin-right: 11px;
}

.section-8 .stars {
  color: #1a237e;
  font-size: 18px;
}

.section-8 .text-content p {
    color: #9D9D9C;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    width: 87%;
}
.section-8 .client-name {
  color: #2b5de0;
  margin-top: 20px !important;
  font-family: Tokyo Dreams Plain !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
}

/* Slick Arrows Custom */
.section-8 .slick-prev,
.section-8 .slick-next {
  position: absolute;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  font-size: 57px;
  color: #1a237e;
  z-index: 10;
  cursor: pointer;
  top: 114%;
}

.section-8 .slick-prev {
  color: #999;
  left: 88%;
}

.section-8 .slick-next {
  right: 38px;
}

/* Remove default icons */
.section-8 .slick-prev:before,
.section-8 .slick-next:before {
  display: none;
}

.section-8 .ben h2 {
    font-family: Tokyo Dreams Plain !important;
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #031F84;
}

.section-8 .ben p {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #9D9D9C;
    margin-top: 22px !important;
}

.section-9 {
  background: #fff;
  text-align: center;
  padding: 20px 20px;
  font-family: 'Poppins', sans-serif;
}

.section-9 .section-title {font-family: Tokyo Dreams Plain !important;font-weight: 400;font-size: 40px;line-height: 100%;text-align: center;text-transform: uppercase;color: #181684;}

.section-9 .subtitle {font-family: Raleway;font-weight: 400;font-size: 19px;line-height: 100%;text-align: center;text-transform: uppercase;color: #9D9D9C;margin-bottom: 11px !important;}

.section-9 .see-feed {font-family: Raleway;font-weight: 400;font-size: 22px;line-height: 100%;text-align: center;text-transform: uppercase;text-decoration: none;}

.section-9 .follow-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.section-9 .featured-post {
  position: relative;
  flex: 0 0 calc(50% - 10px);
  max-width: 600px;
}

.section-9 .featured-post img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  object-fit: cover;
}

.section-9 .view-post {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #031F84;
  color: white;
  padding: 8px 14px;
  border-radius: 2px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Raleway';
}

.section-9 .grid-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  flex: 1;
  max-width: 630px;
}

.section-9 .grid-posts img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.section-9 .follow-now {
  text-decoration: none;
  font-family: Tokyo Dreams Plain;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #031F84;
  color: #F9F8EE;
  padding: 10px 20px;
}


.faq-section {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.faq-section .faq-title {font-family: Tokyo Dreams Plain !important;font-weight: 400;font-size: 64px;line-height: 100%;text-align: center;text-transform: uppercase;color: #031F84;}

.faq-item {
  border-bottom: 1px solid #ccc;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  padding: 18px 0;
  color: #2b2c5b;
  text-align: left;
  position: relative;
  font-family: Tokyo Dreams Plain !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
}

.faq-question::after {
  content: "Ã¢â€“Â¾";
  position: absolute;
  right: 0;
  transition: transform 0.3s ease;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.faq-item.open .faq-question::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  font-size: 15px;
  color: #666;
  padding: 0;
}

.faq-item.open .faq-answer {
  max-height: 150px;
  padding: 10px 0 20px;
  font-family: 'Raleway';
}

section.section-11 {
    padding: 20px 0 50px 0;
}

section.section-11 .plan h2 {
    font-family: Tokyo Dreams Plain !important;
    font-weight: 400;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #031F84;
    margin-bottom: 40px;
}

section.section-11 .plan img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.footer {
  background-color: #3b68f5;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 10px !important;
}

.footer .footer-title {font-family: Tokyo Dreams Plain !important;font-weight: 400;font-size: 24px;line-height: 100%;text-transform: uppercase;color: #031F84;}

.footer .brand-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.footer ul li a {font-family: Raleway;font-weight: 400;font-size: 14px;line-height: 32px;text-transform: capitalize;color: #F9F8EE;text-decoration: none;}

.footer ul li a:hover {
  color: #ffffff;
}

.footer .social-icon {
  display: inline-block;
  background: transparent;
  color: white;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 14px;
  transition: 0.3s ease;
  border: 2px solid white;
}

.footer .social-icon:hover {
  background-color: #1e3fa0;
  color: white;
}
.chill p {
    text-align: center;
}

.main-header .logo img {
    width: 30%;
}
ul#menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul#menu-company {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer.section-11 {
    padding: 50px 0 10px 0;
}
footer.section-11 .ven li {
    list-style: none;
}
.section-8 .slick-prev:hover {
    color: #999;
}

.section-8 .slick-prev {
    color: #999 !important;
}

.section-8 .slick-next:hover {
    color: #1a237e;
}

.section-8 .slick-next {
    color: #1a237e !important;
}

.main-header .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-header .menu ul li {
    display: inline-block;
    padding-right: 55px;
}

.main-header .menu ul li a {
    color: #0040C1;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    font-family: Raleway;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}
.main-header .right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-1 .col-md-6.image-area {
    position: absolute;
    right: 0;
    bottom: -4px;
}

/* cart chekout css */

/* cart Chekout css */
.woocommerce div.product form.cart button {
    background-color: #0C2E2C;
    color: white;
    border: none;
    padding: 13px 20px !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce div.product form.cart button:hover {
    background-color: #0C2E2C;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 13px 20px;
}
.product-title {
    font-size: 45px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .quantity input {
    padding: 15px;
    border: 1px solid #E5E5E5;
    width: 50px;
    text-align: center;
}
.tab-menu li {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    background: #24514A;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}
ye shadow htega
.product-left {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.wp-block-woocommerce-cart {
    container-type: inline-size;
    padding: 50px 0px 0px 0px;
}
.wc-block-cart .wc-block-cart__submit-container a {
    padding: 0;
    background-color: #2A5A5E;
    color: white;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poltawski Nowy';
}
.wc-block-components-formatted-money-amount {
    font-family: 'Poltawski Nowy';
    white-space: nowrap;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    line-height: 1.4;
    max-width: max-content;
    font-size: 16px;
    font-family: 'Poltawski Nowy';
    color: #2A5A5E;
    font-weight: 600;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: #2A5A5E;
    border: 0;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: #2A5A5E;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: white;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-decoration: none;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
    padding: 7px 12px 7px 12px;
    border-radius: 17px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: #1F4447; 
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
span.price.wc-block-components-product-price {
    font-size: 16px;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border: 1px solid #E5E5E5;
    border-spacing: 0px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 10px 26px 10px 15px;
    white-space: nowrap;
}
th.wc-block-cart-items__header-image span {
    font-size: 14px;
    font-family: 'Poltawski Nowy';
    font-weight: 500;
    color: black;
}
th.wc-block-cart-items__header-total span {
    font-size: 14px;
    font-family: 'Poltawski Nowy';
    font-weight: 500;
    color: black;
}
.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 6px 3px 6px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #3B68F5;
    color: white;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-color: #2A5A5E;
    color: #2A5A5E !important;
}
.wc-block-cart .wc-block-components-sidebar {
        margin-top: 4px;
        border: 1px solid #E5E5E5;
        padding: 10px;
        margin-bottom: 42px;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border: 1px solid #E5E5E5;
    border-spacing: 0px;
}
.wp-block-woocommerce-checkout {
    container-type: inline-size;
    margin: 0;
    padding-top: 300px;
    padding-bottom: 80px;
}
summary__title .wc-block-components-checkout-order-summary__title-text {
    flex-grow: 1;
    font-weight: 500;
    margin: 0 0 16px 16px;
    font-size: 16px;
    font-family: poppins;
    padding-left: 10px;
}
.wc-block-components-form {
    counter-reset: checkout-step;
    border: 1px solid #E5E5E5;
    padding: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 0px;
}
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
    font-family: Poltawski Nowy !important;
    font-size: 20px;
    font-weight: 600;
}
.wc-block-components-checkout-step__description {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-family: poppins;
}
.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    font-size: 14px;
    margin: 4px 0 0;
    font-family: poppins;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle;
    font-family: Poltawski Nowy !important;
    font-size: 15px;
    font-weight: 500;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #3B68F5;
    border-color: #2A5A5E;
    font-family: 'Raleway';
    font-size: 14px;
    border: none;
}
components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    align-items: center;
    display: flex
;
    color: white;
    font-size: 15px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 500;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    background: #3B68F5 !important;
    color: white !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 7px 12px 7px 12px !important;
    border-radius: 17px !important;
}
.is-large.wc-block-cart .wc-block-cart-items th{
        padding: 10px 26px 10px 15px !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
        background: #3B68F5 !important;
        border: 0 !important;
        color: white !important;
        font-weight: 400 !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    color: white;
}
.section-5 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #181684;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: Raleway;
    font-weight: 600;
    font-size: 11.18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 9px;
}
.woocommerce span.onsale {
    background-color: #4379FF !important;
    font-size: 12px !important;
    font-family: 'Raleway' !important;
    margin-top: 21px !important;
}

.single-product h1.entry-title {
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
del {
    color: #9D9D9C;
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: line-through;
}

ins {
    color: #031F84;
    font-family: Raleway;
    font-size: 25.91px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 800;
}
woocommerce woocommerce-page breadcrumb {
    display: none !important;
}

.section-5 a.added_to_cart.wc-forward {
    color: #1A1AA6;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 41px;
    left: 51px;
}

.custom-side-cart {
  position: fixed;
  right: -100%;
  top: 0;
  width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: -3px 0 5px rgba(0,0,0,0.3);
  z-index: 99999;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.custom-side-cart.open {
  right: 0;
}

.custom-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.custom-cart-body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
}

.custom-cart-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.custom-cart-buttons .custom-btn {
  display: inline-block;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: #fff;
  padding: 10px 15px;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
}

.custom-side-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 21%;
}

.custom-side-cart .custom-cart-body {}

.custom-side-cart .custom-cart-body ul.woocommerce-mini-cart.cart_list.product_list_widget li {
    list-style: none;
}

.custom-side-cart a {
    color: black;
    font-family: 'Raleway';
    font-size: 13px;
}

.custom-side-cart a.remove.remove_from_cart_button {
    background-color: black;
    color: white;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 0;
    padding: 2px 10px 6px 10px;
}

.custom-side-cart .custom-cart-header h4 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 800;
}

.custom-side-cart span.quantity {
    display: block;
    margin-top: 7px;
}

.custom-side-cart span.quantity span.woocommerce-Price-amount.amount {}

.custom-side-cart span.quantity span.woocommerce-Price-amount.amount bdi {}

.custom-side-cart span.quantity span.woocommerce-Price-amount.amount bdi {
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 800;
}

.custom-side-cart p.woocommerce-mini-cart__total.total {
    text-align: center;
    border-top: 1px solid #AFAFAF;
    padding-top: 9px;
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 9px;
}

.custom-side-cart p.woocommerce-mini-cart__total.total strong {
    font-size: 19px;
    font-family: 'Raleway';
}

.custom-side-cart p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 800;
}

.custom-side-cart p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-side-cart p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background: #000a99;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s;
    font-family: Raleway;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    text-transform: capitalize;
    margin-left: 16px;
    margin-top: 14px;
}

.xoo-wsc-basket {
    right: 0 !important;
    left: 3px !important;
}

.cart img {
    width: 8%;
}

.cart {
    display: inline;
}

.cart span.cart-contents-count {
    background-color: black;
    color: white;
    padding: 2px 7px 2px 6px;
    font-size: 11px;
    border-radius: 50px;
    position: absolute;
    right: 2px;
    top: -17px;
}

 .about-1 {
    background: url(images/about1.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 160px 0px 160px 0px;
}
   .about-1 h1 {
    font-size: 100px;
    color: white;
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    text-transform: uppercase;
}
section.about-2 {
    padding: 50px 0px 50px 0px;
}
h2.about-head {
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #031F84;
}
h2.about-sky {
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain;
    color: #031F84;
}
.about-para p {
    line-height: 33px;
    font-family: Raleway;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    color: #9D9D9C;
}
section.about-3 {
    padding: 100px 0px 190px 0px;
}

 .numbers-section {
      padding: 80px 0;
    }
    .numbers-section h2 {
      font-size: 48px;
      font-weight: 400;
      color: #4379FF; 
      margin-bottom: 50px;
    }
    section.about-3 .stat-text {
    font-family: Raleway;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 20px;
    color: black;
    font-weight: 500;
}
  section.about-3 .rating-stars {
    color: #4379FF;
    font-size: 22px;
    margin-left: -20px;
}
    section.about-3 .disc {
    position: relative;
    }
   section.about-3 .disc img.fill {
    width: 43%;
    position: absolute;
    top: 0;
    left: 35px;
    height: 250px;
}

section.about-3 .disc img.cup {
    width: 43%;
    height: 250px;
    object-fit: cover;
    position: absolute;
    top: -95px;
    right: 35px;
}
section.about-3 .disc img.walk {
    width: 43%;
    height: 250px;
    position: absolute;
    top: 170px;
    right: 35px;
}
section.about-3 .disc img.wolf {
    width: 43%;
    position: absolute;
    top: 269px;
    left: 35px;
    height: 250px;
    object-fit: cover;
}
section.about-3 h2.text-center.text-md-start.mb-5 {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 64px;
    color: #031F84;
}
section.about-3 .stat {
    color: #4379FF;
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 92px;
    line-height: 100%;
}
 .contact-1 {
    background: url(images/contact1.png) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 160px 0px 160px 0px;
}
 .contact-1 h1 {
    font-size: 100px;
    color: white;
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    text-transform: uppercase;
}
section.contact-2 {
    padding: 60px 0px 50px 0px;
}
section.contact-2 .backg {
    background-color: #E3EBFF;
    padding: 20px 0px 20px 0px;
}

section.contact-2 h2.cont-head {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 48px;  
    text-transform: uppercase;
    color: #031F84;
}
section.contact-2 h2.loft {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #031F84;
}
section.contact-2 p.icon.mail {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #031F84;
}
section.contact-2 form {
  background: #e6eeff; 
  padding: 20px;
  border-radius: 8px;
  font-family: "Arial", sans-serif;
  max-width: 600px;
  margin: auto;
}
form label {
    margin-bottom: 5px;
    color: #000;
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 12px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form select, form textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #4a7dff;
    border-radius: 4px;
    outline: none;
    background: transparent;
    color: #000;
    transition: 0.3s;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #3366ff;
  box-shadow: 0 0 5px rgba(51, 102, 255, 0.5);
}

.form-row .form-group {
  flex: 1;
}
div#post-34 .form-row {
    display: inline;
    gap: 15px;
}

form textarea {
  min-height: 120px;
  resize: vertical;
}

section.contact-2 .form-row {
    display: flex
;
    gap: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 12px;
    background: #4379FF;
    border: none;
    color: black;
    border-radius: 4px;
    transition: 0.3s;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}



headerinner {
    padding: 0 !important;
    position: relative;
    display: block;
}

headerinner .inner-banner {
    position: relative;
}

.inner-banner {
    padding: 167px 0;
}

.inner-banner h2 {
    display: contents;
    color: #FFF;
    text-align: center !important;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    font-family: play fair;
}

headerinner .inner-banner .container {
    z-index: 2;
    position: relative;
}

.single-product headerinner {
    display: none;
}
.woocommerce-shop headerinner {
    display: none;
}
section.shop-hero {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.shop-hero .shop-hero__inner h1 {
    margin: 0;
    color: #FFF;
    text-align: center !important;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    font-family: play fair;
}

/* Hero */
.shop-hero{position:relative;min-height:260px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;margin-bottom:32px}
.shop-hero__overlay{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.shop-hero__inner{position:relative;color:#fff;text-align:center;padding:40px 16px}
.shop-hero__inner h1{margin:0 0 8px;font-size:40px;line-height:1.1}

/* Header */
.shop-heading{color:#27306a;font-family: Tokyo Dreams Plain;font-weight: 400;font-size: 36px;line-height: 100%;text-transform: uppercase;}
.woocommerce-result-count{display:none} /* hum apni heading dikhate hain */

/* Sidebar headings + button */
.flt-heading{color:#27306a;font-family: Raleway;font-weight: 500;font-size: 27px;}
.flt-heading:after{content:"";display:block;height:2px;background:#cfd6f3;margin-top:6px}
.btn-filter{display:inline-block;margin-top:12px;padding:8px 12px;border:1px solid #27306a;color:#27306a;background:#fff;font-size:12px;text-transform:uppercase}
.btn-filter:hover{background:#27306a;color:#fff}

/* Price slider */
.widget_price_filter .price_slider{position:relative;height:4px;background:#cfd6f3;margin:14px 0;border-radius:2px}
.widget_price_filter .ui-slider-range{position:absolute;height:100%;background:#6b5bd4}
.widget_price_filter .ui-slider-handle{position:absolute;top:-6px;width:16px;height:16px;border-radius:50%;background:#6b5bd4;border:2px solid #6b5bd4;margin-left:-8px;cursor:pointer}
.widget_price_filter .price_slider_amount{display:flex;justify-content:space-between;gap:12px;margin-top:8px;align-items:center}
.widget_price_filter .price_slider_amount .button{display:none}

/* Category checkbox UI */
.cat-checklist input[type="checkbox"]{width:18px;height:18px;accent-color:#27306a}
.cat-checklist .name{color: #9D9D9C;font-family: Raleway;font-weight: 400;font-size: 16px;text-transform: capitalize;line-height: 36px;}
.cat-checklist .count{color:#9aa3b2;font-size:12px}

/* Products grid: 3 per row on md+ */

@media (min-width:768px){ .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))} }

.shop-load-more-wrap .btn{padding:10px 16px;background-color: #031F84;font-family: Raleway;font-weight: 400;font-size: 17px;text-transform: uppercase;color: white;}

.shop-load-more-wrap .btn:hover {
    background-color: #031F84;
    color: white;
}


.woocommerce ul.products li.product .button {
  background: #4379FF;
  color: white;
  font-family: Tokyo Dreams Plain;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 6px;
}

li.product.type-product.post-85.status-publish.first.instock.product_cat-body-scrubs.has-post-thumbnail.sale.shipping-taxable.purchasable.product-type-simple h2.woocommerce-loop-product__title {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: black;
}
.woocommerce-page headerinner {
    display: none;
}

.main-header .search-form .btn-search i {
    font-size: 16px;
}

.page-id-178 headerinner {
    display: none;
}

.shoo h1 {font-family: Tokyo Dreams Plain;font-weight: 400;font-size: 88px;text-align: center;color: #031F84;}

section.ship {
    padding: 40px 0 50px 0;
}

body {
    overflow-x: hidden !important;
}
.page-id-201 headerinner {
       display: none;
}
.shocount h4 {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 35px;
}
.shocount p {
    line-height: 33px;
    font-family: Raleway;
    font-weight: 300;
    font-size: 18px;
}
.page-id-35 headerinner {
    display:none;
}
.shocount ul li{
line-height: 33px;
    font-family: Raleway;
    font-weight: 300;
    font-size: 18px;
}
.page-id-195 headerinner {
    display: none;
}
section.ship ul li {
line-height: 33px;
    font-family: Raleway;
    font-weight: 300;
    font-size: 18px;
}
/* ---------------------------
  My Account â€” Page ID 34 styles
  Paste into Additional CSS or your child theme style.css
   --------------------------- */

/* Page container & layout */
.page-id-34 .wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
  line-height: 1.45;
}



.page-id-34 nav.woocommerce-MyAccount-navigation {
  width: 257px;
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(18,18,18,0.06);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(20,20,20,0.04);
  box-sizing: border-box;
}

/* Nav list styling */
.page-id-34 nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 8px;
}

/* Nav items */
.page-id-34 nav.woocommerce-MyAccount-navigation li {
  margin: 8px 0;
  transition: transform .12s ease, background-color .12s ease;
}

/* Links inside nav */
.page-id-34 nav.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #374151; /* slate-700 */
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
}

/* Hover effect */
.page-id-34 nav.woocommerce-MyAccount-navigation a:hover {
  background: rgba(99,102,241,0.06); /* subtle indigo tint */
  color: #111827;
  transform: translateY(-1px);
}

/* Active link */
.page-id-34 li.woocommerce-MyAccount-navigation-link.is-active a,
.page-id-34 li.woocommerce-MyAccount-navigation-link.is-active {
  background: linear-gradient(90deg, rgba(99,102,241,0.12), rgba(79,70,229,0.06));
   /* indigo */
  color: #111827;
  box-shadow: 0 6px 20px rgba(79,70,229,0.06);
}

/* Make each nav item text wrap nicely */
.page-id-34 nav.woocommerce-MyAccount-navigation a span {
  display: inline-block;
  line-height: 1.1;
}

/* Main content area (right side) */
.page-id-34 .woocommerce-MyAccount-content {
  flex: 1 !important;
  min-width: 0;
  background: #fff;
  border: 1px solid rgba(18,18,18,0.06);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 6px 18px rgba(20,20,20,0.03);
  box-sizing: border-box;
}

/* Page titles */
.page-id-34 .woocommerce-MyAccount-content h2,
.page-id-34 .woocommerce-MyAccount-content h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  color: #0f172a;
}

/* Notices wrapper (success / error messages) */
.page-id-34 .woocommerce-notices-wrapper {
  margin-bottom: 18px;
}
.page-id-34 .woocommerce-notices-wrapper .woocommerce-message,
.page-id-34 .woocommerce-notices-wrapper .woocommerce-error,
.page-id-34 .woocommerce-notices-wrapper .woocommerce-info {
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 14px;
  box-shadow: none;
}

/* Table / order list */
.page-id-34 .woocommerce-orders-table,
.page-id-34 table.shop_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.page-id-34 table.shop_table th,
.page-id-34 table.shop_table td {
  padding: 12px 10px;
  border-bottom: 1px solid rgba(15,23,42,0.05);
  text-align: left;
  vertical-align: middle;
}

/* Buttons */
.page-id-34 .woocommerce-MyAccount-content .button,
.page-id-34 .woocommerce-MyAccount-content .woocommerce-Button {
  background: #4f46e5;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(79,70,229,0.08);
  transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease;
}
.page-id-34 .woocommerce-MyAccount-content .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(79,70,229,0.12);
}

/* Links inside content */
.page-id-34 .woocommerce-MyAccount-content a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
}
.page-id-34 .woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

/* Strong text */
.page-id-34 .woocommerce-MyAccount-content strong {
  color: #0f172a;
  font-weight: 700;
}

/* Small paragraphs & meta */
.page-id-34 .woocommerce-MyAccount-content p {
  margin: 0 0 12px 0;
  color: #374151;
}

/* Mobile: stack nav on top */
@media (max-width: 880px) {
  .page-id-34 .entry-content {
    display: block;
  }
  .page-id-34 nav.woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 18px;
    display: flex;
    overflow-x: auto;
    padding: 8px;
  }
  .page-id-34 nav.woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 8px;
  }
  .page-id-34 nav.woocommerce-MyAccount-navigation li {
    margin: 0;
  }
  .page-id-34 nav.woocommerce-MyAccount-navigation a {
    padding: 10px 14px;
    white-space: nowrap;
    font-size: 13px;
  }
}

/* small polish: focus states for accessibility */
.page-id-34 nav.woocommerce-MyAccount-navigation a:focus,
.page-id-34 .woocommerce-MyAccount-content .button:focus {
  outline: 3px solid rgba(79,70,229,0.18);
  outline-offset: 2px;
}

/* extra: subtle page background */
.page-id-34 {
  background: linear-gradient(180deg, rgba(247,250,252,1) 0%, rgba(255,255,255,1) 100%);
  padding-top: 20px;
  padding-bottom: 40px;
}

.entry-content h2 {
    font-family: Tokyo Dreams Plain !important;
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}
.woocommerce form .form-row label {
    line-height: 2;
    font-weight: 400;
    font-size: 17px;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: #3B68F5;
    color: white;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background-color: rgb(59, 104, 245);
    color: white;
}
button.woocommerce-Button.button {
    background-color: rgb(59, 104, 245);
    color: white;
}
.woocommerce div.product form.cart {
    display: inline !important; 
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    background-color: #4379FF;
    padding: 13px 20px 12px 20px;
}
.woocommerce div.product form.cart .variations {
    margin: 0 1em auto;
    border: 0;
    width: 76% !important;
}
.woocommerce div.product form.cart .variations select {
    max-width: 60% !important;
    min-width: 68% !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #4379FF !important;
     padding: 13px 20px;
}
a.button.product_type_variable.add_to_cart_button {
    background-color: #3C63E3;
    color: white !important;
    padding: 11px 20px 11px 20px;
    border-radius: 5px;
    font-family: 'Raleway';
}
span.woocommerce-Price-amount.amount bdi {
    color: black;
    font-size: 16px;
}
.section-5 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.section-5 .cart {
  margin-top: auto; 
  text-align: center;
}

.section-5 .cart button,
.section-5 .cart a {
  display: inline-block;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: white !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: white !important;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
    background: #F9F8EE;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 transparent;
    border: 2px solid #4379FF;
    padding-bottom: 36px;
    height:430px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    color: #000;
    margin-bottom: 10px;
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 19.89px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: left;
}
.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 15px;
    color: black;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce ul.products li.product .button {
  margin-top: auto;  
  width: 62%;
    background-color: #3C63E3;
    color: white !important;
    padding: 15px;
    border-radius: 5px;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  transition: all 0.3s ease; 
}

.woocommerce ul.products.columns-3 li.product:hover,
.woocommerce-page ul.products.columns-3 li.product:hover {
  transform: translateY(-8px); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.section-5 .product-card {
  transition: all 0.3s ease; 
}

.section-5 .product-card:hover {
  transform: translateY(-8px); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
}
.section-5 .product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-5 .product-card a.button.product_type_variable.add_to_cart_button {
  margin-top: auto;  
}
.shop-wrap.container {
    padding: 60px 0px;
}
.section-7 .feature-box {
  transition: all 0.3s ease; 
}

.section-7 .feature-box:hover {
  transform: translateY(-8px); 
  box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
}

.product-short-description p {
    line-height: 34px;
    font-size: 17px !important;
    color: black !important;
    width: 85%;
     margin-bottom: 10px;
}

.woocommerce-variation-price {
    margin-bottom: 20px !important;
}
span.woocommerce-Price-amount.amount bdi {
    color: black;
    font-size: 24px;
    padding-top: 10px;
}
.section-5 .price span.woocommerce-Price-amount.amount bdi {
    font-size: 20px;
}
div#desc p {
    line-height: 34px;
    font-size: 17px !important;
    color: black !important;
    margin-bottom: 10px;
}
.page-id-34 {
    background: linear-gradient(180deg, rgba(247, 250, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
section.next {
    padding: 70px 0 0px 0;
    position: relative;
}

section.next .later h2 {
    color: #1a1a60;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain !important;
}

section.next .later p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Raleway';
}

section.next .now img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 435px;
}

section.best {
    padding: 70px 0 80px 0;
}

section.best .later h2 {
    color: #1a1a60;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain !important;
}

section.best .later p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Raleway';
}
section.best .now img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 405px;
}
section.next.about-next {
    padding: 0 0 60px 0;
}

section.men {
    padding: 60px 0 92px 0;
}

section.men .menhead h2 {
    color: #1a1a60;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain !important;
}

section.men .menhead p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Raleway';
}

section.men .menhead a {
    background-color: #4379FF;
    color: #fff;
    padding: 12px 18px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    transition: background 0.3s ease;
    font-family: Raleway !important;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
}
section.men .menimg {
    position: relative;
}

section.men .menimg img.men1 {
    position: absolute;
    width: 64%;
    top: 244px;
    left: 77px;
    border-radius: 90px 0px 90px 0px;
}

section.men .menimg img.men2 {
    position: absolute;
    z-index: -1;
    width: 100%;
    border-radius: 10px;
}

section.purpose {
    padding: 70px 0 70px 0;
}

section.purpose .purposehead h2 {
    color: #1a1a60;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain !important;
}

section.purpose .purposehead p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Raleway';
}

section.purpose .purposeimg {
    position: relative;
}

section.purpose .purposeimg img.purpose1 {
    position: absolute;
    width: 42%;
    right: -20px;
    top: 71px;
}

section.purpose .purposeimg img.purpose2 {
    position: absolute;
    z-index: -1;
    width: 86%;
}
section.purpose .purposeimg {
    margin-top: 21px;
    margin-right: 10px;
}

.custom-cat-msg {
    text-align: center;
    font-family: 'Raleway';
    background-color: white;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
    padding: 17px;
    color: #4379FF;
    font-weight: 700;
    border-radius: 13px;
    width: 61%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
}

.juiceform .cf7-row {
  display: flex;
  gap: 15px; /* column spacing */
  margin-bottom: 15px; /* row spacing */
}

.juiceform .cf7-col {
  flex: 1; /* 50% width each */
}

.juiceform .cf7-col input,
.juiceform .cf7-col textarea,
.juiceform .cf7-col select {
  width: 100%; /* make fields full width in column */
  box-sizing: border-box;
}

section.section-12 {
    padding: 80px 0 20px 0;
}

section.section-12 .juice h2 {
    color: #1a1a60;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: Tokyo Dreams Plain !important;
}

section.section-12 .juice p {
    font-size: 16px;
    line-height: 29px;
    font-family: 'Raleway';
}
.section-2 p {
    font-size: 13px;
    line-height: 29px;
    font-family: 'Raleway';
    text-align: left;
    margin-bottom: 40px;
}
section.section-12 .wpcf7-response-output {
    color: black;
    font-family: 'Raleway';
}
section.contact-2 .wpcf7-response-output {
    color: black;
    font-family: 'Raleway';
}
p.small {
    font-family: 'Raleway';
    line-height: 18px;
    font-size: 11px;
}
.chill p a.us-designhub-link {
    color: white !important;
    font-weight: 600 !important;
    font-family: 'Raleway' !important;
}