/*Theme Name: Miniworld kindergarten Pro
Theme URI: https://www.logicalthemes.com/collections/premium-wordpress-themes
Author: luzuk Themes
Author URI: https://www.logicalthemes.com/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Miniworld kindergarten
Tags: two-columns, right-sidebar, left-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-image-header, featured-images, footer-widgets, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, entertainment, news, portfolio
*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body.custom-background {    
    background-color: #fff !important;
/*    background-repeat: no-repeat !important;*/
}
* {
  box-sizing: border-box;
}
body {
    margin: 0;
    background: #fff;
    position: relative;  
    overflow-x: hidden;
}
.fa-twitter:before {
    content: "\e61b" !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
    margin: 0;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    text-decoration:none;
}
a:active,
a:hover {
    outline: 0;
    text-decoration:none;
}

a {
    outline: 0 none;
    text-decoration: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: none;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    margin: 0 0px;
    padding-top: 0px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding:0px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
/*    color: #fff;*/
    font-size: 16px;
    line-height: 1.5;
/*    font-weight: 400;*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
/*    line-height: 1;*/
    font-family: 'Oswald', sans-serif;
}
h1{
    font-size: 29px;
    margin-bottom: 15px;
}
h2{
    font-size: 26px;
    margin-bottom: 15px;
}
h3{
    font-size: 24px;
    margin:20px 0 15px 0;
}
h4{
    font-size: 22px;
    margin-bottom: 10px;
}
h5{
    font-size: 20px;
    margin-bottom: 10px;
}
h6{
    font-size: 18px;
    margin-bottom: 10px;
}
p {
    margin:10px 0 15px;
    word-break: break-word;
    line-height: 1.4;

}

dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    background-color: #3ff;
    position: relative;
    clear: both;
    top: 12px;
    left: 1%;
    width: 96% !important;
    margin: 30px 2px;
    padding: 2em 20px 0em 20px !important;
    font-size: 18px;
    color: #212121;
    box-shadow:6px 4px 26px #0000004D;
}

#innerpage-box blockquote p {
    padding: 0 0 5em 8px;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
}
#innerpage-box blockquote p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    position: absolute;
    top: -46px;
    clear: both;
    right: -24px;
    font-size: 30px;
    padding: 0px 8px;
    color: #d33;
    z-index: -1;
}


q:before,
q:after {
    content: "";
}
pre {
    background: #eee;
    /*font-family: "Courier 10 Pitch", Courier, monospace;*/
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}
code,
kbd,
tt,
var {
    /*font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;*/
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
/*    background: #fff9c0;*/
    text-decoration: none;
}
big {
    font-size: 125%;
}
select {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    background-color: transparent;
    line-height: 100%;
    outline: 0;
    background-image: url(images/arrow.png);
    background-position: right;
    /* center: ; */
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.clearfix{clear:both;}

/*padding*/

.pd-0{ padding: 0 !important;}
.pd-1{ padding: 6px;}
.pl-0{padding-left:0 ;}
.pl-1{padding-left: 1em;}
.pr-0 { padding-right: 0;}
.pd-4{padding: 0 2em;}

/*margin*/

.mr-0{margin-left: 0 !important;margin-right: 0 !important;}

.justify-content-center { -ms-flex-pack: center!important; -webkit-box-pack: center!important; text-align: center;justify-content: center!important;}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 20px;
    padding: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 15px 15px;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
    vertical-align: middle;
}
table {
    margin: 0 0 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
    margin: 0 0.5em 1em;
    padding: 0.2em 0.5em;
    /* border: 2px solid #00a0d2; */
    color: red;
    z-index: 1;
    position: relative;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #fe5722;
    padding: 10px 20px;   
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    font-size: 16px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    /*background: #2d2d2d;*/
    opacity: 1;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #404040;
    border: none;
    transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    vertical-align: top;
}

#commentsAdd input[type="text"],
#commentsAdd input[type="email"],
#commentsAdd input[type="url"],
#commentsAdd input[type="password"],
#commentsAdd input[type="search"],
#commentsAdd input[type="number"],
#commentsAdd input[type="tel"],
#commentsAdd input[type="range"],
#commentsAdd input[type="date"],
#commentsAdd input[type="month"],
#commentsAdd input[type="week"],
#commentsAdd input[type="time"],
#commentsAdd input[type="datetime"],
#commentsAdd input[type="datetime-local"],
#commentsAdd input[type="color"],
#commentsAdd textarea {border: 1px solid #000 !important;}
.widget.widget_categories select {
    border: 1px solid #EEE;
    height: 40px;
    padding: 3px 40px 3px 8px;
    line-height: 100%;
    outline: 0;
    background-image: url("images/arrow.png");
    background-position: right; 
    /* center; */
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    outline: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    padding: 10px 8px;
    width: 100%;
}
textarea {
    padding: 8px;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
}
a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
    border-radius: 10px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
    border-radius: 10px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {  margin: 0 0 30px;}
.widget select {   max-width: 100%;  width: 100%;}
.widget_search .search-submit { display: none;}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.widget-area ul ul {
    margin-top: 5px;
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}

.widget-area .widget-title{
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    position: relative;
    display: block;
    /*text-transform: uppercase;*/
    margin: 0 0 20px;
    color: #fff;
/*    text-align: center;*/
    font-weight: 600;
}

.widget-area ul{
    list-style: none;
    padding: 0px 3px;
    margin: 0;
    /*border: 1px solid #eaeaea;*/
    border-bottom: none;
}
.widget-area .social-profile-icons ul li {  display: inline-block;}
.widget-area .social-profile-icons ul li:before {  display: none;}
.widget-area ul ul{  margin-top: 5px;}
.widget-area ul ul li{ padding-left: 10px;}
.widget-area ul ul li:last-child{  border-bottom: 0;  padding-bottom: 0;}
.widget-area li{
    line-height: normal;
    margin: 0;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
}

.widget-area a{
    text-decoration: none;
    font-size: 16px;
    word-break: break-word;
/*    color: #fff;*/
   display: block; 
    padding: 2px 6px 2px 6px;
    font-weight: 400 !important;
    line-height: 1.4;
    margin: 0;
}


.widget-area .widget{ margin-bottom: 1.5em; position: relative;z-index: 1;}
#innerpage-box .widget-area .wp-block-latest-posts__list {padding: 0 2px;}
#secondary .widget_search, #sidebars .widget_search,
#secondary .widget_tag_cloud,
#sidebars .widget_tag_cloud{background: none !important;margin: 0 0 15px 0 !important}
#secondary .widget_tag_cloud .widget-title{margin: 0 0 15px 0 !important;}

#sidebars .widget, 
div#secondary.widget-area .widget {
    position: relative;
    background: #fff;
    padding: 32px;
    border: 4px solid #fccee8;
    border-radius: 24px;
}

#sidebars .widget:nth-child(1), 
div#secondary.widget-area .widget:nth-child(1) {
  border-color: #fccee8;
  background-image: linear-gradient(to bottom right, #fce7f3,#f3e8ff
);
}
#sidebars .widget:nth-child(2), 
div#secondary.widget-area .widget:nth-child(2) {
  border-color: #bedbff;
  background-color: #fff;
}
#sidebars .widget:nth-child(3), 
div#secondary.widget-area .widget:nth-child(3) {
  border-color: #ffdf20;
  background-image: linear-gradient(to bottom right, #fef9c2, #ffedd4);
}
#sidebars .widget:nth-child(4), 
div#secondary.widget-area .widget:nth-child(4) {
  border-color: #e9d4ff;
  background-color: #fff;
}

#sidebars .widget,
#secondary.widget-area .widget {     
    padding: 0em 0 0em 0;
    margin: 0px 2px 2em 2px;
    color: #000;
    box-shadow:none;
    border-radius:0;
}

#sidebars .widget.widget_search,
#secondary.widget.widget_search{
    box-shadow: none;
}
#sidebars .widget.widget_search:before, 
#secondary.widget-area .widget.widget_search:before,
#sidebars .widget.widget_search:after, 
#secondary.widget-area .widget.widget_search:after{display: none;}

.select2-container--default .select2-selection--single .select2-selection__rendered, 
main#innerpage-box .widget-area .tagcloud a, 
#secondary .widget_recent_comments a,
#secondary .widget_categories a,
#secondary .widget_archive a,
#secondary .widget_recent_entries a
#sidebars .widget_nav_menu a, 
#secondary .widget_nav_menu li, 
#sidebars .widget_nav_menu ul li {
    font-weight: 500;
}
#secondary .widget-area a,
#secondary .widget a{
/*    color: #000 !important;*/
    font-weight: 400;
}
#secondary .wp-block-search__label,
#sidebars .wp-block-search__label {
    width: 100%;
    padding: 10px;
}
#secondary .widget ul li,
#sidebars .widget ul li{margin:0 6px 10px 6px !important; border-radius:0px;}

/*--------------------------------------------------------------
## Bullet Point
--------------------------------------------------------------*/

#sidebars .widget_archive li:before,
#sidebars .widget_categories li:before,
#secondary .widget_nav_menu li:before{   display: none;}

/* #sidebars .widget_categories a:before,
#secondary .widget_product_categories a:before,
#secondary .widget_archive a:before,
#secondary .widget_categories a:before,
#sidebars .widget_archive ul li a:before,
#sidebars .product-categories li a:before{ 
    content: "\f132";
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    margin: 0 12px 0 0;
    font-weight: 400;
    transition: all 0.2s ease 0s;
    font-size: 16px;
    position: relative;
    top: 0px;
} */
/**/
/*recent post*/
/*.attachment-thumbnail.widget_recent_comments.wp-post-image*/
span.post-date {
    font-size: 18px;
    font-weight: 500;
    margin: 0 !important;
}
.attachment-thumbnail.size-thumbnail.wp-post-image{      
    /* width: 60px; */
    margin: 0 0 4px 0;
}
.attachment-thumbnail.size-thumbnail.wp-post-image:after{

}
.widget_recent_entries ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 4px;
    align-items: center;
/*    box-shadow: 0px 1px 0px 0px #ccc;*/
}
.widget_recent_entries ul li a{padding: 0;font-size: 15px;font-weight: 300 !important;}

/*widget categories*/
#secondary .widget.widget_categories li{display: flex;}

/*recent comments*/

/*.attachment-thumbnail.size-thumbnail.wp-post-image {  width: 60px;}*/
.widget_recent_comments ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 4px;
    align-items: center;
    box-shadow: 0px 1px 0px 0px #ccc;
}
.widget_recent_comments ul li a{padding: 0;}
/**/
#secondary .widget ul li:before, 
#sidebars .widget ul li:before{display: none;}
#secondary .widget-area .tagcloud,
#sidebars .widget-area .tagcloud{padding: 0 1em;}

.widget-area .widget_nav_menu ul li,
#secondary .widget_nav_menu ul li,
#secondary .widget_nav_menu ul li{ padding: 0 0 0 0px;  margin: 0 16px !important;}

.widget-area .widget_nav_menu ul li:hover,
#secondary .widget_nav_menu li:hover, 
#sidebars .widget_nav_menu ul li:hover{background-color: #33333329 !important;}

#secondary .widget_nav_menu ul li.current-menu-item, 
#sidebars .widget_nav_menu ul li.current-menu-item{
    background: #000 !important;  
    
}

#content-box ul li{margin: 15px 0; display: flex; align-items: center;}

.socialMedia ul {
    display: flex;
    gap: 30px;
}
/*/*---------------------
sidebar menu 
------------------------*/
/*#secondary .widget_nav_menu li ,
#sidebars .widget_nav_menu ul li{ 
    border: 1px solid #000;
    border-radius: 0px;
}*/
#secondary .widget_nav_menu li a, 
#sidebars .widget_nav_menu ul li a {
    font-size: 15px;
    padding: 6px 26px 6px 12px;
    margin: 12px 0 0 0;
    font-weight: 500 !important;
    border-radius: 0px;
    border-left: 6px solid #d33;
}

#secondary #menu-project-menu li a,
#sidebars #menu-project-menu li a{padding: 10px 4px 10px 18px;}

#sidebars .widget_nav_menu a, 
#sidebars .widget_nav_menu ul li a,
#secondary .widget.widget_nav_menu a{color: #1955C1 !important;}
#secondary .widget_nav_menu li a,
#sidebars .widget_nav_menu a,
#sidebars .widget_nav_menu ul li a{display: block;}

#secondary .widget_nav_menu li a:before, 
#sidebars .widget_nav_menu ul li a:before {
    content: "\f150";
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    margin: 0 -12px 0 0;
    font-weight: 400;
    transition: all 0.2s ease 0s;
    font-size: 18px;
    position: relative;
    top: -1px;
    right: 0;
    float: right;
}
/*#sidebars .widget_recent_entries ul li:before{display: none;}*/
/*#sidebars .widget_nav_menu ul li:before{display: none;}*/


#secondary .widget_recent_entries li:before,
#sidebars .widget_recent_entries li:before{
    display: none !important;
}
.widget-area li.recentcomments {padding: 4px 38px 10px}
.recentcomments a {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

#secondary #recentcomments li:before, 
#sidebars #recentcomments li:before {
    content: "\f27b" !important;
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    color: #d33;
    background: none;
    margin: 0px 4px 0px 4px;
    font-weight: 500;
    font-size: 18px;
    left: 0px;
    top: 4px;
    height: 26px;
    border-radius: 0px;
    width: 26px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    display: inline-block !important;
}
#secondary #recentcomments li a, 
#sidebars #recentcomments li a{   
    padding: 0 !important;
}
#secondary #recentcomments li a, 
#sidebars #recentcomments li a{ padding: 0 0 0 0px !important;}
/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
.widget-area { position: relative; overflow: hidden;}

#secondary .search-form input[type="text"],
#secondary .search-form input[type="email"],
#secondary .search-form input[type="url"],
#secondary .search-form input[type="password"],
#secondary .search-form input[type="search"],
#secondary .search-form input[type="number"],
#secondary .search-form input[type="tel"],
#secondary .search-form input[type="range"],
#secondary .search-form input[type="date"], 
#secondary .search-form input[type="month"], 
#secondary .search-form input[type="week"], 
#secondary .search-form input[type="time"], 
#secondary .search-form input[type="datetime"], 
#secondary .search-form input[type="datetime-local"], 
#secondary .search-form input[type="color"], 
#secondary .search-form input[type="file"],
#secondary .search-form textarea, 
#secondary .search-form select

#sidebars .search-form input[type="text"],
#sidebars .search-form input[type="email"],
#sidebars .search-form input[type="url"],
#sidebars .search-form input[type="password"],
#sidebars .search-form input[type="search"],
#sidebars .search-form input[type="number"],
#sidebars .search-form input[type="tel"],
#sidebars .search-form input[type="range"],
#sidebars .search-form input[type="date"], 
#sidebars .search-form input[type="month"], 
#sidebars .search-form input[type="week"], 
#sidebars .search-form input[type="time"], 
#sidebars .search-form input[type="datetime"], 
#sidebars .search-form input[type="datetime-local"], 
#sidebars .search-form input[type="color"], 
#sidebars .search-form input[type="file"],
#sidebars .search-form textarea, 
#sidebars .search-form select{padding: 10px 40px 10px 12px;}

#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 5px;
}

#sidebars input[type="text"],
#sidebars input[type="email"],
#sidebars input[type="url"],
#sidebars input[type="password"],
#sidebars input[type="search"],
#sidebars input[type="number"],
#sidebars input[type="tel"],
#sidebars input[type="range"],
#sidebars input[type="date"], 
#sidebars input[type="month"], 
#sidebars input[type="week"], 
#sidebars input[type="time"], 
#sidebars input[type="datetime"], 
#sidebars input[type="datetime-local"], 
#sidebars input[type="color"], 
#sidebars input[type="file"],
#sidebars textarea, 
#sidebars select ,

#secondary input[type="text"],
#secondary input[type="email"],
#secondary input[type="url"],
#secondary input[type="password"],
#secondary input[type="search"],
#secondary input[type="number"],
#secondary input[type="tel"],
#secondary input[type="range"],
#secondary input[type="date"], 
#secondary input[type="month"], 
#secondary input[type="week"], 
#secondary input[type="time"], 
#secondary input[type="datetime"], 
#secondary input[type="datetime-local"], 
#secondary input[type="color"], 
#secondary input[type="file"],
#secondary textarea, 
#secondary select {
    width: 100%;
    /* margin: 1px 5% 8px 5%; */
    font-size: 15px;
    display: inline-block;
    border-radius: 5px;
    padding-block: 16px;
    padding-inline: 24px;
    line-height: 20px;
    background-color: transparent;
    text-align: left;
    box-shadow: none;
    border: 1px solid #e9d4ff;
}
#sidebars textarea, 
#secondary textarea {padding: 15px 3px 6px 20px; height: 90px;border-radius: 0px;}
#secondary .gallery-columns-3 .gallery-item { max-width: 33.33%;}
#secondary figure.gallery-item a img:hover, #secondary .widget img:hover{  opacity: 0.7;}
/* #secondary figure.gallery-item a img, #secondary .widget img{ padding: 5px;} */

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
.author-email-url{
    margin-left: -2%;
}
#comments a:hover{
    color:#2d2d2d;
}
#commentsAdd a:hover{
    color:#2d2d2d;
}

#commentsAdd input[type="submit"]{
    background: #fc226a;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 50px;
    font-size: 16px;
}
#commentsAdd input[type="submit"]:hover{
    border-radius: 5px;
    opacity: 1;
}
#content .tags a {
    margin-left: 10px;
    /* border: 1px solid #000; */
    padding: 6px 20px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0px;
    line-height: 35px;
    word-break: break-word;
    background: #F5F7F9;
}

#comments .comment-author img{border-radius: 50%;}
#comments span.fn {
    position: absolute;
    top: 17px;
}
.comment-form-url,
.comment-form-author,
.comment-form-email{
    float: left;
    margin-left: 1%;
    width: 49%;
}

.comment-respond p label{margin-bottom: 5px;}

.inner_contentbox .socialMedia ul{margin-left: 0;}
.inner_contentbox .socialMedia ul li{
    display: inline-block;
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 2px !important;
}
.inner_contentbox .socialMedia ul li a{background: none !important;}
.inner_contentbox .socialMedia ul li:before{display: none !important;}
.inner_contentbox .socialMedia{float: right;}
.inner_contentbox .socialMedia ul li a i {
    background: none !important;
    border: 2px solid #d33;
    color: #000;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 16px;
    margin: 2px 0;
    clear: both;
}
.author-email-url input{
    width: 100%;
}
.comment-form .form-submit{
    margin-bottom: 0
}
h3#reply-title,
h3.comments-title{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
h3#reply-title:after,
h3.comments-title:after{
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #fe5722;
    height: 2px;
}
.logged-in-as,
.comment-notes{
    font-size: 0.9em;
}
/*================== New ==========================*/
div#commentsAdd {
    margin-top: 1em;
    border-top: 3px solid #000;
    padding: 2em 1em 2em 2em;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
div#commentsAdd h1 span {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}
.commentmetadata span.reply {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 12px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
    background: #ccc;
    padding: 7.5px 32px;
    text-align: center;
    border-radius: 25px;
    /*text-transform: uppercase;*/
    z-index: 1;
}
.commentmetadata span.reply a { color: #000 !important;}

.comment-author.vcard {
    width: 15%;
    position: relative;
    float: left;
}
.commentmetadata {
    width: 85%;
    float: left;
    margin-top: 1.5em;
}
.comment-metadata a{font-weight: 600; font-size: 16px;}
.comment-metadata {
    position: absolute;
    /* float: right; */
    top: 0;
    margin-left: 100%;
    width: 300px;
}
#comments .commentmetadata p{margin: 1em 0;}

#respond #respond h3#reply-title{display: none;}
#comments ol li.comment:before{display: none;}
#comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments li.comment{
    margin: 2em 0 5em;
    padding: 0;
}
#comments li.comment .children{
    display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}
#content .blog-innimg img{
/*    width: 100%;*/
    margin-bottom: 1em;
    border: 1px solid #bbb;
    padding: 5px;
}
article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}
.comment-list a{
    color: #404040;
}
.comment-list a:hover{
    color: #fe5722 !important;
}
.comment-list .comment-respond{
    margin-top: 20px;
    background: #FFF;
    padding: 20px;
}
.comment-list .vcard img {
    border-radius: 50%;
    margin-right: 10px;
}
.comment-list .vcard .fn{
    font-weight: normal;
    font-size: 16px;
}
.comment-list .edit-link{
    position: absolute;
    right: 0;
    top: 0;
}
.comment-list .edit-link a{
    font-size: 14px;
    display: inline-block;
    padding: 10px;
}
.comment-list .comment-meta {
    margin-bottom: 15px;
} 
.comment-list .comment-metadata {
    border-top: 1px solid #EEE;
    padding-top: 10px;
    font-size: 14px;
}
.comment-list .comment-metadata a {
    float: left;
}
.comment-list .comment-metadata .reply {
    float: right;
}
#cancel-comment-reply-link {
    float: right;
}
.nav-previous a,
.nav-next a{
    background: #fe5722;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    position: relative;
}
.nav-next a{
    margin-right: 13px;
}
.nav-next a:after{
    content: "";
    position: absolute;
    border-left: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    right: -11px;
}
.nav-previous a{
    margin-left: 11px;
}
.nav-previous a:after{
    content: "";
    position: absolute;
    border-right: 11px solid #fe5722;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 0;
    left: -11px;
}
.no-comments{
    color: #fe5722;
}
.pagination{
    text-align: center;
    display: block;
}
.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #fe5722;
    color: #000 !important;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagingation {
    margin: 0px 0 0.11em 0;
    padding: 0.5em 0;
    clear: both;
    text-align: center;
}
.pagingation a, .woocommerce nav.woocommerce-pagination ul li a{
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    color: #555;
    padding: 10px 14px;
    margin: 2px 8px 2px 0;
    transition: all 0.25s ease;
}
.pagingation a:hover, .woocommerce nav.woocommerce-pagination ul li a:hover{
    color:#fff;
}
.pagingation .current{
    /*background: #fe5722;*/
    color:#fff;
    padding:10px 15px;
    border-radius: 5px;
    color: #fff;
    margin: 0 1px 0 0;
    display: inline-block;
    line-height: 1.2em;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid #ccc;
    margin-right: 8px;
}

.page-content #searchform input[type="submit"] {
    margin-top: 15px;
    color: #000;
    background: #fef9c2;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
## section Title
--------------------------------------------------------------*/
/*.section-title h2{font-size: 18px;font-weight: 500; margin: 10px 0 0 0;}
.section-title h3{font-size: 35px;font-weight: 600; margin: 18px 0;}*/

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.owl-carousel{ will-change: transform;}

#sidebars input[type="submit"],
#secondary input[type="submit"],
.wp-block-search__button {
    top: 15px; */
    /* left: 5%; */
    display: block;
    position: relative;
    text-align: center;
    /* padding: 8px 18px !important; */
    z-index: 999 !important;
    overflow: hidden;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
}

#sample-heading-here:after {display: none !important;}

.inner-area-title {    
    font-size: 30px;
    font-weight: 500;
    word-break: break-word;
}
.section-area-text {    
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    word-break: break-word;
}
.textcenter{text-align: center;}

section .darkbox{  padding:3em 0;  background: rgba(0,0,0,0.6)}
.padding0{ padding: 0;}
.ht-section-title-tagline{ margin-bottom: 3em;}
.ht-section-title{
    font-size: 33px;
    color: #323232;
    margin: 0 auto;
    font-weight: bold;
    line-height: 60px;
    word-break: break-word;
    position: relative;
}
.darkbox .ht-section-tagline{
    font-size:16px;
    width: 70%;
    margin: 0 auto 0;
    color:#fff;
}
.category .ht-main-title {  margin: 0 0 4px;}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 28px;
    padding: 0px 0 0 0;
}
.ht-site-title a, .site-title a{ text-decoration: none;color: #4a4a4a;}
.ht-site-description{
    font-size: 14px;
    font-weight: normal;
    margin: 1px 0 4px 8px;
}
.ht-site-description a{color:#000;}
#total-breadcrumbs{
    font-size: 15px;
    margin: 0;
    color: inherit;
    display: block !important;
    text-align: center;
    padding: 0px 0 2.5em;
}
.single-productpage .innerpage-whitebox { margin-top: 0; padding: 1em;}
.single-productpage #sidebars {   margin-top: 20px;}
.single-productpage .ht-main-title {  padding: 20px;}
.woocommerce ul.product_list_widget li img{ margin: 0 15px 0px 0;}
.woocommerce .woocommerce-breadcrumb a,
#total-breadcrumbs a{ color: #000;}
.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{ color: #fe5722;}
.taxonomy-description,
.term-description{ margin-bottom: 15px; padding: 0px 25px 25px 25px;}
.taxonomy-description p:last-child,
.term-description p:last-child{  margin-bottom: 0;}

.woocommerce .comment-form-comment{
    box-shadow: 1px 1px 2px 2px #b4acac59;
    padding: 10px;
}
.wc-block-grid__product-rating .star-rating span:before, 
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{display: none !important;}
/*===========================================
## woocommerce new css
======================================*/
.wp-block-woocommerce-cart .wp-block-product-new{display: none;}
/*======= side bar ===========*/
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: center !important;
    padding: 0 2px !important;
    
}
/*===========================================
## Search & cart icon
======================================*/
.sitenav .search-icon{ position: absolute; right: 0; top: 20px; cursor: pointer; padding: 0;}
.sitenav .search-icon i{
    margin: 0;
    font-size: 16px;
    color: #fff;
    background: #ac8e50;
    padding: 13px 15px;
    border-radius: 50%;
}
.sitenav .search-bar { display: none; position: absolute; bottom: 16px; z-index: 200; right: 13%;}
.sitenav .search-bar input{display:inline-block;}
.sitenav .search-bar input[type="text"]{ 
   width:100%;
   background: rgba(33, 33, 33, 0.8);
   color:#fff;
   border:none;
}
.sitenav .search-bar input[type='submit']{ background: #000;color: #000;width: 15%;padding: 0;}
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.h_titlebx { position: relative; padding: 0 0 0 1.5em; text-align: center;}
.bdcrmbox{position: relative;}
.breadcrumbbox {
    position: relative;
    margin: 10px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}
.breadcrumbbox span{ color:#000; margin:0 2px;position: relative;}
.breadcrumbbox i {
    font-size: 26px;
    font-weight: 600;
    top: -8px;
    position: relative;
    padding: 0 6px;
}
header .woocommerce-breadcrumb,
.breadcrumbbox .button {
    display: inline-block !important;
    font-size: 60px;
    font-weight: 700;
    border-radius: 0;
    position: relative;
    z-index: 1;
    line-height: 1;
}

/*header second image*/
header .second-featured-image {
    position: absolute;
    width: 350px;
    height: 250px;
    margin: 0 auto;
    border: 5px solid #000;
    bottom: -5em;
    left: 0;
    right: 10%;
    overflow: hidden;
    z-index: 0;
}
header .second-featured-image img{width: 100%;height: 100%;}
/*----------------------------------------*/
/*  Inner Page Header Area
/*----------------------------------------*/
.ht-main-title {
    position: relative;
    margin: 0px 0 4px;
    padding: 26px 0 0 0;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #FDA12B;
    word-break: break-word;
    z-index: 1;
    line-height: 1.1;
    font-family: "Comic Sans MS", cursive;

}
.page-main-header {
    overflow: hidden; 
    position: relative;
    /* background: url(images/innhederbg.png); */
    padding-inline: 16px;
    /* background-image: linear-gradient(to bottom right, #eff6ff, #fdf2f8); */
}
.page-main-header .overlay1{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.31;
    background:#000;
/*    background: url(images/innhederbg.png);*/
}

/*----------------------------------------*/
/*  01. Header Area
/*----------------------------------------*/
header .nav-menus{display: none;}
.resp_header_logo {  display: none;}
.header-transparent .resp_head_box {  padding: 12px 0 15px;}
.header-seo.header-transparent .is-fixed .main-bar p.ht-site-description { display: none;}
.resp_header_btn p {  display: none;}
.header-right .single-header-info {  text-align: right;}

header.site-header li {display: inline-block; list-style-type: none;}

/* ====== header-top ======== */
header .tp-head { position: relative; margin: 0em 0 0em 0; padding: 14px 0px 0px 0px;background: #000;}
header .tp-head:after {
    position: absolute;
    bottom: -11px;
    content: "";
    border-bottom: 2px solid #d33;
    left: 0;
    right: 0;
}
header .mid-head{position: relative;padding:0px 0 0px 0;}
header .header-midd { position: relative;}

/**/
.logo { 
    position: relative;
    padding: 0 0 0 12px;
    width: 24% ;
    text-align: center;
    top: 0px;
}
.head-menu { width: 52%; padding: 4px 4px 0 0;}
header .h-bttn{ width: 24%;padding: 0;position: relative; text-align: center; margin: 0px 0 0 0;}
header .h-bttn a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #fff;
    background: #1C3434;
    font-size: 22px;
    font-weight: 600;
    padding: 4px 16px;
    border-left: 5px solid #fff;
    margin: 0 0px 0 0;
    /* border: none; */
    border-radius: 0px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
header .h-bttn a span{font-size: 18px;}
header .h-bttn a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

header .h-bttn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

.ht-sub-title {
    font-family: "Comic Sans MS", cursive;
    color: #364153;
    font-size: 30px;
    line-height: 1.2;
    max-width: 896px;
    margin-inline: auto;
}

@media (max-width: 480px) {
  .page-main-header {
    padding: 30px 15px;
  }

  .ht-emoji {
    margin-bottom: 15px;
  }

  .page-main-header .ht-main-title {
    line-height: 1.2;
  }
}

@media (max-width: 768px){
  .h_titlebx {
        padding: 0;
    }

  .ht-emoji{
    font-size: 65px !important;
  }

  .page-main-header .ht-main-title {
    font-size: 45px !important;
  }
}


/*------------------------------------------------------------ */

/* = Navigation hover and active menu css
-------------------------------------------------------------- */

header.site-header span.text,
.single-header-info span.theme-color {
    font-size: 14px;
    font-weight: 600;
    word-break: break-word;
}
.navigation .mainmenu{ 
    position:relative; 
    z-index:9999; 
    vertical-align:middle; 
    float: none;
    text-align: right;
}
.navigation .mainmenu li{ 
    display:inline-block; 
    position:relative; 
    line-height:normal; 
    margin: 6px 2px 0;
    transition: all 0.5s;
}
/* .navigation .mainmenu li a{ 
    display:block; 
    text-align:center; 
    color:#ffffff;
    position:relative; 
    transition: all 0.5s;
} */
.navigation .mainmenu li.current_page_item a:before, 
.current_page_item > a:before{
    transform-origin: left;
  transform: scaleX(1);
}
/* .navigation .mainmenu li a:before {
    content: '';
    position: absolute;
    bottom: 9px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 84%;
    height: 3px;
    background: #d33;
    z-index: 1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
} */

/* .navigation .mainmenu li a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
 transition-timing-function: cubic-bezier(0.2, 1, 0.82, 0.94);
} */
.mainmenu .sub-menu li a:before,
.mainmenu .sub-menu .sub-menua li a:before, 
.mainmenu .sub-menu .sub-menu .sub-menu li a:before{display: none;}

/* = Navigation 2nd level css
-------------------------------------------------------------- */

/*.navigation .mainmenu li:hover ul.sub-menu{
    -ms-animation: slideInDown .4s ease-in-out;
    -webkit-animation: slideInDown .4s ease-in-out;
    animation: slideInDown .4s ease-in-out;
}*/
/* .navigation .mainmenu li ul.sub-menu {
    -webkit-transition:all 300ms ease-in-out 500ms;
    -moz-transition:all 500ms ease-in-out 500ms;
    -ms-transition:all 500ms ease-in-out 500ms;
    -o-transition:all 500ms ease-in-out 500ms;
    transition:all 500ms ease-in-out 500ms;
    -webkit-transform:rotateX(-90deg);
    -moz-transform:rotateX(-90deg);
    -ms-transform:rotateX(-90deg);
    -o-transform:rotateX(-90deg);
    transform:rotateX(-90deg);
    -webkit-transform-origin:0% 0%;
    -moz-transform-origin:0% 0%;
    -ms-transform-origin:0% 0%;
    -o-transform-origin:0% 0%;
    transform-origin:0% 0%;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-box-shadow: 0px -100px 500px rgba(0,0,0,0);
    box-shadow: 0px -100px 500px rgba(0,0,0,0);
} */
/* .navigation .mainmenu li:hover ul.sub-menu {
    -webkit-transition:all 500ms ease-in-out 0ms;
    -moz-transition:all 500ms ease-in-out 0ms;
    -ms-transition:all 500ms ease-in-out 0ms;
    -o-transition:all 500ms ease-in-out 0ms;
    transition:all 500ms ease-in-out 0ms;
    -webkit-transform:rotateX(0deg);
    -moz-transform:rotateX(0deg);
    -ms-transform:rotateX(0deg);
    -o-transform:rotateX(0deg);
    transform:rotateX(0deg);
    -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
} */
/* ul.sub-menu{

    position:absolute;
    border-radius: 0px;
    left: 0;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 0px;
    margin-top: 0px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.13);
    transition: all 0.5s;
} */
.navigation .mainmenu li ul li{
    display:block; 
    position:relative; 
    float:none; 
    line-height:18px; 
    margin:0; 
    -webkit-transform: skew(0deg); 
    -ms-transform: skew(0deg); 
    transform: skew(0deg); 
    transition: all 0.5s;
    /* border-bottom:1px solid #000; */
    /*box-shadow: 0 0 6px rgba(0,0,0,0.15);*/
}

.navigation .mainmenu ul.sub-menu .sub-menu{border: 0;}
.navigation .mainmenu li ul li a{
    display:block; 
    padding: 5px 0px;
    position:relative;
    top:0; 
    text-align:left; 
    z-index: 1;
    transition: all 0.5s;
}
/*.navigation .mainmenu li:hover ul.sub-menu li {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}*/
/* .navigation .mainmenu ul.sub-menu li a {
    font-size: 14px;
    position: relative;
    color: #3b3fb2;
    font-weight: 600;
    margin-right: 25px;
} */

.navigation .mainmenu ul.sub-menu li a {
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 2px 8px 26px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.ht-sticky-header .header-transparent {
    position: fixed;
    left: 0;
    right: 0;
}


/* = Navigation 3rd level css
-------------------------------------------------------------- */
/*.page-template-default .navigation .mainmenu li a{color:#fff;}*/
/*.navigation .mainmenu li:hover ul li:hover > ul{
    display:block; 
    position:absolute; 
    left:205px; 
    top:-1px; 
    -ms-animation: fadeInRight .3s ease-in-out; 
    -webkit-animation: fadeInRight .3s ease-in-out; 
    animation:fadeInRight .3s ease-in-out; 
    z-index: 1;
}*/
.header.site-header ul.sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.header.site-header ul.sub-menu li a{   
    display: block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    line-height: 1.4em;
    letter-spacing: .05em;
}
.mainmenu .sub-menu{border-radius: 0px;transition: all 0.2s;}
.sub-menu{border-radius: 0;}
/* ul.sub-menu, 
header.site-header ul.sub-menu {   background: none;} */
.navigation .mainmenu ul.sub-menu li.current_page_item a, 
.navigation .mainmenu ul.sub-menu li:hover a{
/*    background-color: #f2f2f2;*/
    transition: all 0.3s;
}
/*.navigation .mainmenu ul.sub-menu li:hover a{padding: 8px 8px 8px 30px;transition: all 0.2s;}*/
.header.site-header ul.sub-menu li:hover a:before{
    opacity: 1;
    transition: all 0.2s;
    margin-left: -18px;
}
.navigation .mainmenu ul.sub-menu li.current_page_item a {
    padding: 10px 8px 10px 28px;
    font-weight: 600;
    transition: transform 0.5s ease-in-out;
}
/*.navigation .mainmenu ul.sub-menu li.current_page_item a, ul.sub-menu .current_page_item > a*/
.navigation .mainmenu ul.sub-menu li li{border: none;transition: all 0.2s;}
header.site-header ul { margin: 0;}
header.site-header .text-bx.padding0 {
    font-size: 13px;
    font-weight: 700;
}
header.site-header .list-inline.m-a0 { padding: 2px 0; float: right;}

.navigation .mainmenu {position: relative;}
.header-icon i.fa {
    position: relative;
    top: 0px;
    font-size: 15px;
    padding-right: 9px;
    font-weight: 700;
}
.site-header{
    z-index: 999;
    position: relative;
    overflow-x: clip;
    width: 100%;
}

.site-header ul,
.site-header ol {
    margin-bottom: 0;
}

header .search_dropdown:hover,
header .search_dropdown.active { cursor: pointer; } 
header .search_dropdown ul {
    display: none;
    position: absolute;
    top: 105%;
    left: -1px;
    font-size: 14px;
    width: 225px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 0;
}
    
header .search_dropdown li {
  list-style-type: none;
  margin: 0;
  padding: 5px 18px;
  color: '$highlight_color';
  line-height: 1.2em;
  position: relative;
  transition: all 0.2s;
}
      
header .search_dropdown:hover {}
header .search_dropdown .selected {color: #fff;}
header .search_dropdown .huge { max-width: 860px; }
header .search_dropdown  input[type=text] {  font-size: 20px;}

/*without top bar*/
.extra-nav {
    float: right;
    padding: 26px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .site-button-link{
    font-size:15px;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}

.new-page{
    padding: 2px 5px;
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 2px;
}
.new-page.menu-new{
    font-size: 10px;
    position: absolute;
    right: 10px;
    top: 8px;
    padding: 3px 4px;
    line-height: 10px;
}

/* map page header*/

#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

div#secondary .widget_calendar table thead tr th{ padding: 10px;}
.widget_calendar tfoot tr td a {  padding: 2px 10px;}

/*---------------------------------------------------------------
15. PAGE TOP BAR (left & right content)
---------------------------------------------------------------*/
.icon-x {   text-align: right;}
.main-header-info { text-align: center;}
.header-icon { display: inline-block; text-align: left;}
.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    color: #444444;
}
.dlab-topbar-right {  float: right;}
.dlab-topbar-left ul,
.dlab-topbar-right ul{
    list-style:none;
    margin:0;
    padding:0;
}
.dlab-topbar-left ul li,
.dlab-topbar-right ul li{ display:inline-block;}
.dlab-topbar-left ul li{ padding-right:0px;}
.dlab-topbar-left ul li a,
.dlab-topbar-right ul li a{ color:#444444;}
.topbar-social li a{ padding: 0 6px; }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation { margin: 0 0 15px; overflow: hidden;}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous { float: left; width: 50%;}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.navigation .mainmenu {
    transition: padding 0.3s ease;
    -moz-transition: padding 0.3s ease;
    -webkit-transition: padding 0.3s ease;
}
/* .navigation .mainmenu.ht-menu { display: block !important;}
.navigation .mainmenu li { position: relative;}
.navigation .mainmenu li a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 2px 0;
} */

/* = Navigation sticky header css
-------------------------------------------------------------- */
.top-bar-head{padding: 0em 0 0em 0; margin: 0 0px; }
/*.top-bar-head:before{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.2;
    z-index: -1;
    background: url(images/bannerbg.png) repeat;
}*/
.site-navigation { position: relative; }
.header-transparent .sticky-header {
    padding: 14px 0;
    text-align: right;
}
.header-seo.header-transparent .is-fixed .main-bar ul {
    padding: 5px 0 10px;
    text-align: center;
}
.header-seo.header-transparent .is-fixed .main-bar ul ul.sub-menu { padding: 0px;}
.header-seo.header-transparent .is-fixed .main-bar input[type="search"] {
    top: 10px;
    position: relative;
}
.header-seo.header-transparent .is-fixed .main-bar span.sb-icon-search {  top: 8px;}
header.site-header .dlab-topbar-left {  position: relative;  top: 13px;}

/*--------------------------------------------------------------
## banner Section  ##
--------------------------------------------------------------*/
#banner-section{ position: relative;
    padding-block: 80px;
    padding-inline: 16px;}

#banner-section .item {
    margin-inline:  auto;
    z-index: 10;
    position: relative;
}


#banner-section .Mbximg {text-align: center;}
#banner-section .svgimgbx {
    /* -webkit-mask-image: url(images/slider-shape.png);
    mask-image: url(images/slider-shape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */
    /*-webkit-mask-size: 100%;
    mask-size: 100%;*/
    /* background: #ffc107;
    height: 658px; */
}
#banner-section .svgimgbx img {
    width: 540px;
    height: 600px;
    position: relative;
    bottom: -60px;
}
#banner-section .Rtxt {
    position: absolute;
    top: 29%;
    left: 0em;
    right: -8%;
    margin: 0 auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
}
#banner-section .Rtxt textPath.slider-dscsvgtxt {
    fill: #d33;
    font-size: 22px;
    font-weight: 700;
}
#banner-section .Rtxt svg {
    position: relative;
    z-index: 1;
    animation-name: rotate-circle;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}
#banner-section .banner-box {
    position: relative;
    padding: 0em 0em 0 0px;
    text-align: center;
    margin: -13em 0 1.2em 0;
}
#banner-section .Mbx,
#banner-section .banner_title {
    position: relative;
    font-size: 120px;
    font-weight: 800;
    letter-spacing: 0px;
    -webkit-text-fill-color: #dc7676;
    -webkit-text-stroke: 2px #d1d2d6;
    margin: 0;
    line-height: 1;
    text-align: center;
    z-index: 1;
}

/*leftbx*/
#banner-section .Lbx {
    width: 25.3%;
    margin: 2em 0 0 0;
    position: relative;
}
#banner-section .Lbx p{  position: relative; font-size: 14px;margin: 0;line-height: 22px;}
#banner-section .Lbx p:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    border: 1px solid #FFD200;
    width: 65%;
}

/*middlebx*/
#banner-section .Mbx{width: 50%;text-align: center; position: relative;}

/*Rightbx*/
#banner-section .Rbx{width: 24.7%;position: relative;margin: 0em 0 0 0;font-size: 14px;}
#banner-section .video-content {position: relative;}

#banner-section .video-img img {width: 100%;height: 134px; border-radius: 25px;}
#banner-section .video-icon {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin: 0 auto;
    background: #d33;
}
#banner-section .video-icon i{color: #fff;font-size: 18px; line-height: 40px;}
#banner-section .video-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99999;
}
#banner-section .video-overlay:target {visibility: visible;opacity: 1;}
#banner-section .popup {
        margin: auto;
    text-align: center;
    padding: 0px;
    /* background: #fff; */
    border-radius: 0px;
    width: 100%;
    top: 20%;
    height: 100%;
    position: relative;
    transition: all 5s ease-in-out;
}
#banner-section .content {
    width: 50%;
    position: relative;
    margin: 0 auto;
}
#banner-section .popup .close {
  padding: 1px 10px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: -20px;
    width: 30px;
    font-size: 18px;
    background: #fff;
    color: #000;
}
#banner-section .popup .close:hover {color: #000;}

/*button*/
#banner-section .bann-btn {
    position: relative;
    margin: 2em 0 0 0;
    text-align: center;
}
#banner-section .bann-btn a{
    position: relative;
    overflow: hidden; 
    display: inline-block;
    color: #fff;
    background: #1C3434;
    font-size: 20px;
    font-weight: 600;
    padding: 14px 10px 14px 30px;
    margin: 0 0px 0 0;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

#banner-section .bann-btn i {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 6px 7px;
    border-radius: 50px;
    margin: 0 0 0 15px;
}
#banner-section .bann-btn a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

#banner-section .bann-btn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
@media (max-width: 1251px){
#banner-section .hero-subtitle{
    font-size: 22px;
}
}

/*----------------------------------------
/*   Service Area
/*----------------------------------------*/
#service .inn-single-service-bx { display: none;}

#service { position: relative;overflow: hidden;}
#service .serslbx{width: 54%;padding: 0 15px 0 0;}
#service .section-title { position: relative; margin-bottom: 5em;}
#service .titlebx h6 svg {
    position: relative;
    margin: -12px 3px -4px -14px;
}
#service .titlebx h6 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    background: #EFC50038;
    padding: 0 10px 0 0;
    margin: 0 3px 0 10px;
}
#service .titlebx h3 {
    position: relative;
    font-size: 78px;
    font-weight: 700;
    margin: 35px 0 25px;
    padding: 0;
    line-height: 1.1;
}
#service .titlebx h3:after {
    content: "";
    border-bottom: 2px solid #000;
    position: absolute;
    left: 2px;
    bottom: -12px;
    width: 64%;
}
#service .titlebx p{
    position: relative;
    font-size: 18px;
    line-height: 30px;
    margin: 14px 0;
}
#service .single-service-bx { position: relative; transition: all 0.5s; margin: 10px 0 0 0;}
#service .single-service {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
}

#service .service-icon { position: relative; transition: all 0.5s; }
#service .service-icon img { 
    position: relative;
    width: 100%; 
    height: 348px; 
    border-radius: 30px;
    transition: all 0.5s; 
}
#service .service-icon:hover .sertxbx{opacity: 1;transition: all 0.5s;}
#service .sertxbx {
    position: absolute;
    overflow: hidden;
    transition: all 0.5s;
    bottom: 26px;
    text-align: center;
    background: #fff;
    padding: 8px 4px;
    width: 96%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 10px;
    opacity: 0;
}
#service .sertxbx h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    padding: 0 0 0px 0;
    position: relative;
    transition: all 0.5s;
}
#service .sertxbx p{
    position: relative;
    font-size: 14px;
    margin: 0 0 3px 0;
    line-height: 24px;
    transition: all 0.5s;
    display: none;
}
#service .owl-dots{display: none;}
#service .owl-carousel{display: block;}
#service .owl-nav {
    display: block;
    position: absolute;
    bottom: -42px;
    width: 100%;
    right: 60px;
}
#service .owl-nav .owl-prev ,
#service .owl-nav .owl-next{
    position: relative;
    /*font-size: 22px ! important;
    font-weight: 600 !important;*/
    padding: 0px 0px;
    margin: 0 2px;
    transition: all 0.4s ease-out;
    background: none;
    box-shadow: none;
    z-index: 1;
    float: right;
}
#service .owl-nav .owl-prev i {
    position: relative;
    top: 10px;
    font-weight: 600 !important;
    font-size: 20px ! important;
    color: #000;
    transition: all 0.4s ease-out;
}
#service .owl-nav .owl-next i {
    position: relative;
    top: 3px;
    font-weight: 600 !important;
    font-size: 28px ! important;
    color: #000;
    transition: all 0.4s ease-out;
}
#service .owl-nav .owl-prev:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 24px;
    left: -80px;
    height: 24px;
    background-color: #FFD200;
    opacity: 1;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s ease-out;
    border: none;
}
#service .owl-nav .owl-prev i{right: 90px;}
#service .owl-nav .owl-prev:after{right: -1px;}

#service .owl-nav .owl-next:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 3px;
    width: 30px;
    height: 30px;
    background-color: #FFD200;
    opacity: 1;
    border-radius: 50px;
    z-index: -1;
    transition: all 0.4s ease-out;
    border: none;
}
#service .owl-nav .owl-next i{left: 24px;}
#service .owl-nav .owl-next:after{right: -3px;}


/*right*/
#service .Rimgbx{width: 46%;}
#service .ser-imgbx{position: relative;}
#service .ser-imgbx img{position: relative;border-radius: 41px;width: 100%;}
#service .imgconbx {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 90%;
    z-index: 0;
}
#service .imgcon-innbx {
    position: relative;
    background: #FFD200;
    border-radius: 30px;
    padding: 30px 20px 30px 20px;
    text-align: center;
}
#service .imgcon-innbx:after {
    content: "";
    position: absolute;
    background: #fff;
    left: -7px;
    right: -7px;
    top: 17px;
    bottom: -15px;
    border-radius: 30px;
    z-index: -1;
}
#service .imgcon-innbx h2 {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
#service .imgcon-innbx p{
    position: relative;
    font-size: 18px;
    margin: 0;
    color: #000;
}
#service .bttn {
    position: relative;
    margin: 1.8em 0 0 0em;
    display: block;
    transition: all 0.5s; 
    text-align: center;
}
#service .bttn a {
    position: relative;
    overflow: hidden; 
    display: inline-block;
    color: #000;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 10px 12px 30px;
    margin: 0 0px 0 0;
    /* border: none; */
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

#service .bttn i {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 6px 7px;
    border-radius: 50px;
    margin: 0 0 0 15px;
}
#service .bttn a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

#service .bttn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

/*----------------------------------------*/
/*  About Area
/*----------------------------------------*/
#about {position: relative;
    overflow: hidden;
    padding-block: 80px;
    background-color: #fff;}

.animated-circle {
    position: absolute;
    top: 80px; 
    right: 80px;
    width: 384px; 
    height: 384px; 
    background: linear-gradient(to bottom right, #fff085, #ffd7a8); /* from-yellow-200 to-orange-200 */
    border-radius: 3.40282e38px;
    opacity: 0.2;
    filter: blur(64px);
    transform: rotate(144.346deg);
    animation: rotateCircle 20s linear infinite;
  }

  .about-header {
    opacity: 1;
    transform: none;
    margin-bottom: 64px;
    text-align: center;
  }

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

.about-top-svg {
    display: inline-block;
    margin-bottom: 16px;
}

.sun-container {
    position: relative;
    width: 96px;
    height: 96px;
}

/* Sun SVG styling */
.sun-container svg {
    width: 100%;
    height: 100%;
    color: #fdc700;
    fill: #fdc700;
    display: block;
    transform-origin: center center;
    animation: sunWiggle 3s ease-in-out infinite;
}

/* Sun wiggle: right → left → original, smooth zoom */
@keyframes sunWiggle {
    0%    { transform: rotate(0deg) scale(1); }       /* original */
    33%   { transform: rotate(20deg) scale(1.2); }    /* right & zoom in */
    66%   { transform: rotate(-20deg) scale(1.2); }   /* left & zoom in */
    100%  { transform: rotate(0deg) scale(1); }       /* back to original */
}

/* Container for orbiting dots */
.dots-container {
    position: absolute;
    inset: 0;
    transform-origin: center;
    animation: rotateDots 10s linear infinite;
}

/* Dots styling */
.about-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fdc700;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform-origin: center;
    animation: breathe 3s ease-in-out infinite;
}

/* Each dot’s initial rotation */
.dot-1 { --angle: 0deg; }
.dot-2 { --angle: 45deg; }
.dot-3 { --angle: 90deg; }
.dot-4 { --angle: 135deg; }
.dot-5 { --angle: 180deg; }
.dot-6 { --angle: 225deg; }
.dot-7 { --angle: 270deg; }
.dot-8 { --angle: 315deg; }

/* Smooth breathing synced with sun wiggle */
@keyframes breathe {
    0%   { transform: rotate(var(--angle)) translateX(40px); }
    33%  { transform: rotate(var(--angle)) translateX(55px); }  /* max distance when sun is at +20deg */
    66%  { transform: rotate(var(--angle)) translateX(55px); }  /* max distance when sun is at -20deg */
    100% { transform: rotate(var(--angle)) translateX(40px); }  /* back to normal */
}

/* Continuous rotation of dot container */
@keyframes rotateDots {
    from { transform: rotate(0deg); }
    to   { transform: rotate(-360deg); }
}




/*imgbx*/
/* #about .Imagebx{position: relative;width: 35%;}
#about .about-imgbx{position: relative;}
#about .about-imgbx img{position: relative;border-radius: 36px;} */
/*contenbx*/
/* #about .conbx{
    opacity: 1;
    transform: none;
}
#about .conbx h6 svg {
    position: relative;
    margin: -12px 3px -4px -14px;
}
#about .conbx h6 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    background: #EFC50038;
    padding: 0 10px 0 0;
    margin: 0 3px 0 10px;
} */
/* #about .conbx h2 {
    position: relative;
    font-size: 78px;
    font-weight: 700;
    margin: 35px 0 10px;
    padding: 0;
    line-height: 1.3;
} */

/* #about .conbx p {
    font-size: 18px;
    margin: 15px 0;
    padding: 0;
    line-height: 30px;
} */
/* #about .list{position: relative;}
#about .list li {
    position: relative;
    font-size: 18px;
    list-style: none;
    color: #000;
    font-weight: 500;
    word-break: break-word;
    margin: 16px 0px 4px 0px;
    padding: 0px 8px 0px 30px;
    transition: all 1s ease 0s;
    float: left;
    width: 50%;
}
#about .list li:before {
    content: "\f068";
    font-family: 'Fontawesome';
    font-size: 16px;
    margin-left: -30px;
    padding-right: 18px;
    color: #e01515;
    font-weight: 100;
    transition: all 1s ease 0s;
    position: relative;
}
#about .abt-btn {
    position: relative;
    margin: 1.8em 0 0 0em;
    display: block;
    transition: all 0.5s; 
}
#about .abt-btn a {
    position: relative;
    overflow: hidden; 
    display: inline-block;
    color: #fff;
    background: #1C3434;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 10px 12px 30px;
    margin: 0 0px 0 0;
    /* border: none; *
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

#about .abt-btn i {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 6px 7px;
    border-radius: 50px;
    margin: 0 0 0 15px;
}
#about .abt-btn a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

#about .abt-btn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
#about .expbx {  text-align: right;}
#about .expbx h3 {
    font-size: 100px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    margin: 0;
}
#about .expbx h3 span{ font-size: 62px;}
#about .expbx { text-align: right;}
#about .expbx h4{
    font-size: 62px;
    font-weight: 700;
    color: #FFD200;
    line-height: 1;
} */
 

.about-conbx {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px;
    align-items: center;
}

.about-item {
  position: relative;
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 20px 25px -5px #0000001a,
              0 8px 10px -6px #0000001a;

  transform: rotate(0deg) scale(1);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.about-item:hover {
  transform: rotate(3deg) scale(1.03);
}


.about-context {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-items: center;
}

.about-icon {
    display: flex;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px  #0000001a;
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    animation: rotate 2.5s ease-in infinite;
    font-size: 20px;
}

.about-icon span, .about-icon svg{
    color:#fff;
    width: 32px;
    height: 32px;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    font-weight: inherit;
    color: #000;
}

.about-subtext {
    color: #4a5565;
    font-size: 18px;
    line-height: 1.5;
}

.abt_item_top {
    position: absolute;
    background-color: #fdc700;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    right: -8px;
    top: -8px;
}

.Imagebx {
    position: relative;
    opacity: 1;
    transform: none;
}

.imagecontxt {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.image-container {
  position: relative;
  opacity: 1;
  z-index: auto;

  transform: rotate(0deg) scale(1);
  transition: transform 1.3s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.image-container:hover {
  transform: rotate(3deg) scale(1.09);
  z-index: 999;
}


.img-bg {
    position: absolute;
    inset: -8px;
    border-radius: 24px;
    background-image: linear-gradient(to bottom right, #fb64b6, #c27aff);
    transform: rotate(3deg);
}

.about-imgbx {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    border: 4px solid #fff;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
}

.about-imgbx img {
    object-fit: cover;
    width: 100%;
    height: 224px;
}

.imagecontxt .image-container:nth-child(even) {
    margin-top: 32px;
}

/* .imagecontxt .image-container.image-container:nth-child(3n) {
    opacity: 1;
    transform: scale(1.1) rotate(3deg);
    z-index: 10;
    position: relative;
} */

/* -------------------------------
   ABOUT SECTION RESPONSIVE FIX
   ------------------------------- */

/* Default: side-by-side layout */
.about-conbx {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Text blocks container */
.about-conbx .conbx {
    flex: 1;
}

/* Images container */
.Imagebx {
    flex: 1;
}


/* -------------------------------
   ========== LARGE SCREENS ==========
   ------------------------------- */
@media (min-width: 1200px) {
    .about-conbx {
        gap: 60px;
    }
}


/* -------------------------------
   ========== TABLETS (992–1199px) ==========
   ------------------------------- */
@media (max-width: 1199px) {
    .about-conbx {
        gap: 40px;
    }

    .about-heading {
        font-size: 30px;
    }

    .about-subheading {
        font-size: 18px;
    }
}


/* -------------------------------
   ========== TABLETS (768–991px) ==========
   ------------------------------- */
@media (max-width: 991px) {

    .about-conbx {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .Imagebx {
        order: 2;
        width: 100%;
    }

    .conbx {
        order: 1;
        width: 100%;
    }

    .imagecontxt {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .about-item {
        margin: 10px 0;
    }
}


/* -------------------------------
   ========== MOBILE (max 767px) ==========
   ------------------------------- */
@media (max-width: 767px) {

    .about-heading {
        font-size: 26px;
        line-height: 1.3;
    }

    .about-subheading {
        font-size: 16px;
        line-height: 1.4;
    }

    .about-item {
        padding: 15px;
        border-width: 3px;
    }

    .about-icon {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .about-title {
        font-size: 20px;
    }

    .about-subtext {
        font-size: 14px;
    }

    .imagecontxt {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 15px;
    }
}


/* -------------------------------
   ========== SMALL MOBILE (max 480px) ==========
   ------------------------------- */
@media (max-width: 480px) {

    .about-heading {
        font-size: 22px;
    }

    .about-subheading {
        font-size: 14px;
    }

    .imagecontxt {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }

    .about-item {
        margin: 12px 0;
    }

    .about-icon {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}


/*----------------------------------------*/
/*   Feature Area
/*----------------------------------------*/
.feature-area {
    position: relative;
    overflow: hidden; 
    padding-block: 80px; 
    background: linear-gradient(to bottom right, #f3e8ff 0%, #fce7f3 50%, #dbeafe 100%);
}

.f-bx {
    opacity: 1;
    transform: none;
    position: relative;
    margin-bottom: 64px;
}

.fea-bg{
  position: absolute;  
  opacity: 0.4;
  filter: blur(16px);
  background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
  inset: -8px;
  border-radius: 24px;
}   

.feature-area .fea-single {
    position: relative;
    padding: 32px;
    background: #fff;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px  #0000001a;
    border: 4px dashed #dab2ff;
    border-radius: 24px;
}
/* .feature-area .fea-single:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0%;
    right: -210%;
    z-index: -1;
    border-radius: 0px;
    background-color: #f3f;
    transition: all 0.5s ease;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
} */
/* .feature-area .fea-single:hover:after { right: 0%; transition: all 0.5s; } */
.feature-area .fea-single svg, .feature-area .fea-icon {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 80px;
    height: 80px;
    line-height: 54px;
    font-size: 30px;
    border-radius: 50%; /* safer for full circle */
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    margin-inline: auto;

    /* Animation */
    animation: rotateWithPause 5s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes rotateWithPause {
  0%   { transform: rotate(0deg); }
  95%  { transform: rotate(360deg); } /* rotate until near full */
  100% { transform: rotate(360deg); } /* hold for pause */
}

.feature-area .fea-conbx .fea-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    font-weight: inherit;
    margin-bottom: 12px;
}
.feature-area .fea-conbx p {
    color: #364153;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

/* Feature */

.feature-header {
    text-align: center;
    opacity: 1;
    transform: none;
    margin-bottom: 64px;
}

.feature-top-svg {
    display: inline-block;
    margin-bottom: 16px;
}

.feature-top-svg svg {
    width: 96px;
    height: 96px;
    color: #f6339a;
}

.animated-icon svg {
    width: 96px;
    height: 96px;
    font-weight: 500;
    animation: wiggleZoom 3s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes wiggleZoom {
  0% { 
    transform: rotate(0deg) scale(1); 
  }
  20% { 
    transform: rotate(-3deg) scale(1.1); 
  }
  40% { 
    transform: rotate(3deg) scale(1.2); 
  }
  60% { 
    transform: rotate(-3deg) scale(1.15); 
  }
  80% { 
    transform: rotate(3deg) scale(1.1); 
  }
  100% { 
    transform: rotate(0deg) scale(1); 
  }
}




.feature-heading, .about-heading {
    font-size: 60px;
    font-weight: inherit;
    margin-bottom: 16px;
    line-height: 1;
    font-family: "Comic Sans MS", cursive;
    animation: pulseZoom 2s ease-in-out infinite;
    transform-origin: center center;
}

@keyframes pulseZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); /* zoom in */
    }
    100% {
        transform: scale(1); /* zoom out back to original */
    }
}

.feature-subheading, .about-subheading {
    font-size: 24px;
    color: #364153;
    line-height: 1.3
}


    .fea-single {
        background: #fff;
        padding: 32px;
        border-radius: 24px;
        border: 4px dashed #dab2ff;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0,0,0,0.1); 
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .fea-single:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    }

/*----------------------------------------*/
/*  Contact Us Section 
/*----------------------------------------*/
#contactus{position: relative;overflow: hidden;padding-block: 80px;background-image: linear-gradient(to bottom right, #fccee8 0%, #e9d4ff 50%, #bedbff 100%);}
#contactus .oly {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.9;
    clip-path: polygon(0 0, 62% 0, 54% 100%, 0 100%);
    background:#333;
}
#contactus .oly:after {
    position: absolute;
    top: 0;
    left: 57.6%;
    bottom: 0;
    content: "";
    background: #FFD200;
    padding: 98px;
    transform: rotate(15deg);
}
#contactus .conbx{position: relative;width: 50%;}
#contactus h6{
    position: relative;
    font-size: 41px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0;
    margin: 0 0 6px 0;
}
#contactus h3{
    position: relative;
    font-size: 62px;
    font-weight: 700;
    color: #fff;
    padding: 0px 0;
    margin: 30px 0;
}
#contactus .conbx p {
    position: relative;
    font-size: 22px;
    color: #fff;
    margin: 0 0 20px 0;
    padding: 0;
}
#contactus .s-media {
    position: relative;
    display: inline-block;
    float: right;
    background: #fff;
    text-align: center;
    transform: skew(-18deg, 0deg);
    border: 2px solid #FFD200;
    padding: 0 6px;
    right: -17%;
}
#contactus .s-media li {
    display: inline-block;
    list-style: none;
    margin: 2px 9px;
}
#contactus .s-media li i {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    position: relative;
    transform: skew(18deg, 0deg);
    transition: all 0.5s; 
}
#contactus .d-box {
    position: relative;
    background: #FFD200;
    padding: 12px 0;
    clip-path: polygon(0 0, 55.6% 0, 54% 100%, 0 100%);
}
#contactus .d-boxinn{width: 55%;}
#contactus .phbx{
    position: relative;  
    width: 50%;  
    padding: 0 10px 0 0;
}
#contactus .phbx:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    border: 1px solid #000;
    bottom: 0px;
}
#contactus .icnbx{display: inline-block;}
#contactus .icnbx i{
    position: relative;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #fbf5d1;
    text-align: center;
    border-radius: 50px;
    /* margin: 0 auto; */
    font-size: 34px;
}
#contactus .phbxinn {
    display: inline-block;
    margin: 0px 0 0 8px;
    position: relative;
    top: 6px;
}
#contactus .phtitle {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 2px 0;
}
#contactus .phnum a {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 4px 0 0 0;
}
#contactus .emmaddbx{width: 50%;}
#contactus .emmaddbx a{display: inline-block;}
#contactus .emmaddbx p {
    font-size: 18px;
    font-weight: 600;
}
#contactus .emmaddbx p i{margin: 0 10px 0 0 ;}

.contact-bg {
    filter: blur(64px);
    opacity: 0.2;
    background-image: linear-gradient(to bottom right, #ffdf20, #ffb86a);
    border-radius: 50%;
    width: 384px;
    height: 384px;
    right: 80px;
    top: 80px;
    position: absolute;
}

#contactus .container {
    padding-inline: 16px;
    margin-inline: auto;
    z-index: 10;
    position: relative;
    max-width: 64rem;
}

.titlebx {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}
#contactus .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
    animation: wobble-zigzag 2s ease-in-out infinite;
}

#contactus .icon-wrap svg {
    color: #ad46ff;
    width: 96px;
    height: 96px;
}

#contactus .cnt-text {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: pulseZoom 2s ease-in-out infinite;
}

#contactus .cnt-para {
    color: #364153;
    font-size: 24px;
    line-height: 1.3;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
}

.conbxout {
    opacity: 1;
    transform: none;
    position: relative;
}

.form-bg-1 {
    background-image: linear-gradient(to right, #fb64b6 0%, #c27aff 50%, #51a2ff 100%);
    border-radius: 3rem;
    transform: rotate(2deg);
    inset: -16px;
    position: absolute;
}

.form-bg-2 {
    background-color: #fdc700;
    border-radius: 3rem;
    transform: rotate(-1deg);
    position: absolute;
    inset: -8px;
}

.form-container {
    padding: 32px;
    box-shadow: 0 25px 50px -12px #00000040;
    background-color: #fff;
    border-radius: 3rem;
    position: relative;
}

label {
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    line-height: 1.4;
    display: block;
    margin-bottom: 12px;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    font-size: 18px;
    line-height: 1.5;
    padding-block: 16px;
    padding-inline: 24px;
    border: 4px solid transparent;
    border-radius: 1rem;
    width: 100%;
    display: block;
    transition: border-color 0.2s ease, box-shadow 0.25s ease;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-name{
    border-color: #dab2ff;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-email {
    border-color: #8ec5ff;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.input-phone {
    border-color: #fda5d6;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-message {
    border-color: #7bf1a8;
    height: 128px;
    resize: vertical;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-name:focus {
    border-color: #ad46ff;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.input-email:focus {
    border-color: #2b7fff;
}
input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel.input-phone:focus{
    border-color: #f6339a;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.input-message:focus {
    border-color: #00c951;
}

input.wpcf7-form-control.wpcf7-submit.contact-submit {
    font-family: "Comic Sans MS", cursive;
    box-shadow: 0 25px 50px -12px #00000040;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    padding-block: 24px;
    padding-inline: 32px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 3.40282e38px;
    background-image: linear-gradient(to right, #ec4899, #a855f7, #3b82f6);

    --lift: 0px;
    --tilt: 0deg;
    --zoom: 1;

    /* apply multiple animations */
    animation: buttonBounce 2s ease-in-out infinite;
    transform: translateY(var(--lift)) rotate(var(--tilt)) scale(var(--zoom));
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

input.wpcf7-form-control.wpcf7-submit.contact-submit:hover {
    --lift: -2px;
    --tilt: 2deg;
    --zoom: 1.05;
    box-shadow: 0 25px 50px -12px #00000040;
}

input.wpcf7-form-control.wpcf7-submit.contact-submit:active {
    --lift: 0px;
    --tilt: 0deg;
    --zoom: 1;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* Shine effect */
input.wpcf7-form-control.wpcf7-submit.contact-submit:after {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 30%; /* thinner streak looks sharper */
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(10px);
    transform: skewX(-20deg);
    animation: shineMove 1.5s linear infinite;
    pointer-events: none;
    z-index: 1; /* on top of background, below text */
}

@keyframes shineMove {
    0% {
        left: -50%; /* start off the button */
    }
    100% {
        left: 100%; /* move fully across the button */
    }
}


form.wpcf7-form.init p {
    margin-top: 24px;
}

.info-container-1, .info-container-2{
    transform: none;
    position: relative;

    --lift: 0px;
    --tilt: 0deg;
    --zoom: 1;
    transform: translateY(var(--lift)) rotate(var(--tilt)) scale(var(--zoom));
    transition: transform 0.35s ease;
}

.info-container-1:hover,.info-container-2:hover {
    --lift: -2px;
    --tilt: 3deg;
    --zoom: 1.05;
}


.info-phn-brdr {
    opacity: 0.5;
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
    border-radius: 1rem;
    inset: -4px;
    position: absolute;
}

.info-bg {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    padding: 24px;
    background-color: #fff;
    border-radius: 16px;
    gap: 16px;
    align-items: center;
    display: flex;
    position: relative;
}
.phn-icon {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
}

.phn-icon svg, .add-icon svg {
    color: #fff;
    width: 28px;
    height: 28px;
}

.cnt-i {
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 4px;
}

.cnt-txt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.info-add-brdr {
    position: absolute;
    inset: -4px;
    border-radius: 16px;
    background-image: linear-gradient(to bottom right, #2b7fff, #00b8db);
    opacity: 0.5;
}

.add-icon {
    display: flex;
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: linear-gradient(to bottom right, #2b7fff, #00b8db);
}



/*----------------------------------------*/
/*  Appointment Section 
/*----------------------------------------*/
#appointment{position: relative;overflow: hidden;background: #f5f5f7;}
#appointment .contbx{width: 50%;}
#appointment .titlebx { margin: 1em 0 0em 0;}
#appointment .titlebx h6 svg {
    position: relative;
    margin: -12px 3px -4px -14px;
}
#appointment .titlebx h6 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    background: #EFC50038;
    padding: 0 10px 0 0;
    margin: 0 3px 0 10px;
}
#appointment .titlebx h3 {
    position: relative;
    font-size: 78px;
    font-weight: 700;
    margin: 25px 0 16px;
    padding: 0;
    line-height: 1.1;
}
/**/
#appointment .app-single{padding: 0;}
#appointment .appbx{
    position: relative;
    overflow: hidden;
    margin: 0 0 1.2em 0;
    transition: all 0.2s ease 0s;
}
#appointment .icnbx {width: 20%;}
#appointment .hi-icon {
    position: relative;
    width: 42px;
    height: 42px;
    line-height: 46px;
    background: #FDAF1B;
    text-align: center;
    border-radius: 50px;
}
#appointment .hi-icon span{ font-size: 22px;transition: all 0.4s ease 0s;}
#appointment .icnbx { width: 10%; padding: 0;}
#appointment .contentbx { width: 90%;}
#appointment .appbx h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
}
#appointment .appbx p {
    position: relative;
    font-size: 16px;
    color: #484848;
    line-height: 28px;
    margin-right: 32%;
}
/**/

/*form*/
#appointment .appfmbx { position: relative; width: 50%;}
#appointment label {
    position: relative;
    color: #d33;
    text-align: left;
    display: block;
    padding: 0 0 0 5px;
    border-radius: 0;
    margin: 4px 0 4px 0px;
    z-index: 1;
    font-size: 14px;
}
#appointment input[type="text"], 
#appointment input[type="email"], 
#appointment input[type="url"],
#appointment input[type="password"], 
#appointment input[type="search"], 
#appointment input[type="number"], 
#appointment input[type="tel"], 
#appointment input[type="range"], 
#appointment input[type="date"], 
#appointment input[type="month"], 
#appointment input[type="week"], 
#appointment input[type="time"], 
#appointment input[type="datetime"], 
#appointment input[type="datetime-local"], 
#appointment input[type="color"], 
#appointment select, 
#appointment textarea {
    width: 100%;
    height: auto;
    margin: 0 0 1pc 0;
    font-size: 14px;
    padding: 12px 8px 12px 14px;
    line-height: 22px;
    font-weight: 500;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #1E4543;
}
#appointment option{height: 100px;}
#appointment textarea {   height: 100px;}
#appointment input[type="submit"] {
    position: relative;
    padding: 12px 40px;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    box-shadow: none;
    transition: all 0.2s;
    margin-top: 1em;
    border-radius: 54px;
    background: #d33;
}
#appointment input[type="submit"]:hover{letter-spacing: 1px;transition: all 0.2s;}
/*----------------------------------------*/
/*   Facility Section
/*----------------------------------------*/
#facility {position: relative; 
            overflow: hidden;     
            padding-block: 80px;
            background-color: #fff;}

.facility-container {
    padding-inline: 16px;
    margin-inline: auto;
}

#facility .header {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}

#facility .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
    animation: pulseZoom 2s ease-in-out infinite;
}

#facility .icon-wrap svg {
    color: #00c951;
    width: 96px;
    height: 96px;
}

#facility .fsci-head {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: pulseZoom 2s ease-in-out infinite;
}

#facility .fsci-subhead {
    color: #364153;
    font-size: 24px;
    line-height: 1.3;
}

#facility .cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

#facility .card-wrapper {
    position: relative;
    opacity: 1;
    transition: transform 0.6s ease;
}

#facility .card-wrapper:hover {
    transform: translateY(-10px) scale(1.03);
}

#facility .card-glow{
    position: absolute;
    inset: -8px;
    filter: blur(16px);
    opacity: 0.4;
    background-image: linear-gradient(to bottom right, #2b7fff, #00b8db);
    border-radius: 24px;
}

#facility .card {
    position: relative;
    box-shadow: 0 25px 50px -12px #00000040;
    padding: 32px;
    background-color: #fff;
    border: 4px dotted #7bf1a8;
    border-radius: 24px;
}

#facility .card-icon {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    background-image: linear-gradient(to bottom right, #2b7fff, #00b8db);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    display: flex;
    margin-bottom: 24px;
    margin-inline: auto;
    animation: rotate 12s linear infinite;
}

#facility .card-icon svg, #facility .card-icon span{
    color: #fff;
    width: 48px;
    height: 48px;
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive rules for Facility section */
@media (max-width: 1200px) {
    #facility .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
    #facility .fsci-head {
        font-size: 48px;
    }
    #facility .card {
        padding: 28px;
    }
    #facility .card-icon {
        width: 80px;
        height: 80px;
    }
    #facility .card-icon svg, #facility .card-icon span{
        width: 40px;
        height: 40px;
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    #facility .cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    #facility .fsci-head {
        font-size: 48px;
        margin-bottom: 12px;
    }
    #facility .fsci-subhead {
        font-size: 18px;
    }
    #facility .card {
        padding: 20px;
    }
    #facility .card-icon {
        width: 64px;
        height: 64px;
    }
    #facility .card-icon svg, #facility .card-icon span{
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    #facility .card-glow{
        inset: -6px;
        filter: blur(12px);
    }
}

@media (max-width: 480px) {
    #facility { padding-block: 40px; }
    #facility .fsci-head { font-size: 42px; }
    #facility .fsci-subhead { font-size: 16px; }
    #facility .card { padding: 16px; }
    #facility .card-icon { width: 56px; height: 56px; }
    #facility .card-icon svg, #facility .card-icon span{ width: 28px; height: 28px; font-size: 18px; }
}


#facility .card-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 12px;
    font-weight: inherit;
}

#facility .card-desc {
    color: #364153;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
}

/*----------------------------------------*/
/*  Testimonials Section 
/*----------------------------------------*/
#testimonials .item.innertest-item.col-md-6{width: 100% !important;}
#testimonials {    
    position: relative;
    padding-block: 80px;
    background-color: #fff; 
}

#testimonials .container{
    padding-inline: 16px;
    margin-inline: auto;
} 
#testimonials .titlebx {
    text-align: center;
    margin-bottom: 64px;
    opacity: 1;
    transform: none;
}

.testimonials-single-area {
  display: flex;    /* or remove display entirely */
  flex-wrap: wrap;
}


#testimonials .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
}

#testimonials .icon-wrap svg {
    color: #2b7fff;
    width: 96px;
    height: 96px;
    animation: pulseZoom 2s ease-in-out infinite;
}

/* #testimonials .titlebx P svg {
    position: relative;
    margin: -12px 3px -4px -14px;
} */
#testimonials .titlebx P {
    /* position: relative; */
    /* display: inline-block; */
    font-size: 24px;
    color: #364153;
    font-weight: 300;
    /* background: #EFC50038; */
    /* padding: 0 10px 0 0; */
    /* margin: 0 3px 0 10px; */
    line-height: 1.3;
}
#testimonials .titlebx h3 {
    /* position: relative; */
    font-size: 60px;
    font-weight: inherit;
    margin-bottom: 16px;
    /* padding: 0; */
    line-height: 1;
    font-family: "Comic Sans MS", cursive;
    animation: pulseZoom 2s ease-in-out infinite;
}

#testimonials .tesbox {     position: relative;
    transition: all .4s linear;  padding: 0;}
#testimonials .testimonials-single-area { position: relative;}
#testimonials .ts-area-single {
    position: relative;
    margin: 0px 0 0 0;
    padding: 8px 8px;
    opacity: 1;
    position: relative;
     transform: scale(1) rotate(0deg);
    transition: transform 0.8s ease-in-out;
}
#testimonials .ts-area-single:hover {
  transform: scale(1.05) rotate(2deg);
}

#testimonials .ts-area-c p {
    /* position: relative; */
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
    font-style: italic;
    color: #364153;
}
#testimonials .ts-area-content {
    position: relative; 
    overflow: hidden;
     margin: 0 0 0px 0;
    transition: all 1s ease 0s;
    padding:24px;
}
/* #testimonials .ts-area-thumb { padding: 0px 0px 0 0;width: 44%;} */
#testimonials .testiimginn{position: relative; height: 192px;}
#testimonials .ts-area-thumb img {
    width: 100%;
    height: 100%;
    /* position: relative; */
    /* transition: all 1s ease 0s; */
    /* border-radius: 9px; */
    /* float: right; */
    /* border: 3px solid #f1f1f1; */
    right: -7px;
    z-index: 1;
    object-fit: cover;
}

.rating-container {
    gap: 4px;
    justify-content: center;
    display: flex;
    margin-bottom: 16px;
}

.rating-container i{
    color: #fdc700;
    fill: #fdc700;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

/* #testimonials .ts-area-bx {
    position: relative;
    width: 56%;
    padding: 0px 0 0 0;
}
#testimonials .ts-area-bxinn {
    position: relative;
    display: inline-block;
    background: #f1f1f1;
    border-radius: 0 9px 9px 0;
    padding: 8px 20px 8px 8px;
} */
#testimonials p.ts-area-title {
    position: relative;
    /* font-size: 21px; */
    /* font-weight: 600; */
    /* transform: scale(1); */
    /* transition: all 1s ease 0s; */
    /* margin: 0px 0 0px 0; */
    /* z-index: 1; */
    font-family: "Comic Sans MS", cursive;
    color: #9810fa;
    text-align: center;
}
#testimonials .text-designation{    
    position: relative;
    font-size: 12px;
    margin: 5px 0 4px;
    font-weight: 400;
    z-index: 1;
    display: none;
}

#testimonials .owl-carousel {display: block;transition: all 1s ease 0s;}
#testimonials .owl-nav{  display: none; }
#testimonials .owl-dots {display: block; text-align: center; margin: 2em 0 0 0;}
#testimonials .owl-dots button {
    background: #d33;
    border-radius: 50px;
    padding: 6px 6px;
    margin: 0 18px 0 0;
    box-shadow: none;
    transition: all 0.3s;
}
#testimonials .owl-dot.active{ background-color: #3ff; border:6px solid #d33; padding: 3px 3px;transition: all 0.3s;}
#testimonials .owl-theme .owl-dots .owl-dot span{width: 0;height: 0;margin: 0;padding: 0;transition: all 0.3s;}

.owl-item {
    position: relative;
    opacity: 1;
    transform: none;
}

.testi-bg {
    filter: blur(16px);
    opacity: 0.4;
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
    border-radius: 24px;
    inset: -8px;
    position: absolute;
}

.ts-area-thumb {
    position: relative;
    box-shadow: 0 25px 50px -12px #00000040;
    background-color: #fff;
    border: 4px dashed #fda5d6;
    border-radius: 24px;
    overflow: hidden;
}

#testimonials p.ts-area-title::before {
  content: "— ";
}


/*----------------------------------------*/
/*   New Arrival Section
/*----------------------------------------*/
#newarrival {position: relative; overflow: hidden;padding: 2em 0;}
#newarrival .titlebxout{position: relative;margin: 0 0 4em 0;}
#newarrival .titlebx { margin: 0 0 0em 0;width: 50%;}
#newarrival .titlebx h6 svg {
    position: relative;
    margin: -12px 3px -4px -14px;
}
#newarrival .titletx {
    position: relative;
    width: 50%;
    font-size: 22px;
    line-height: 35px;
}
#newarrival .titlebx h6 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    background: #EFC50038;
    padding: 0 10px 0 0;
    margin: 0 3px 0 10px;
}
#newarrival .titlebx h3 {
    position: relative;
    font-size: 78px;
    font-weight: 700;
    margin: 30px 0 25px;
    padding: 0;
    line-height: 1.1;
}

#newarrival .newarrivalbx {
    position: relative;
/*    overflow: hidden;*/
    margin-bottom: 2em;
    width: 33.33%;
    float: left;
    padding: 2em 2em 0;
}
#newarrival .newarrivalus-post-boxes {position: relative;}

#newarrival .newarrivalus-single { 
    position: relative;
/*    overflow: hidden;*/
    padding: 0;
    margin: 0 8px;
    transition: all .1s linear;
}
#newarrival .hi-icon { 
    position: relative;
    overflow: hidden;
    transition: all 1s ease 0s;
}
#newarrival .hi-icon img{
    display: none;
    width: 100%;
    height: 334px; 
    transition: 1s ease-in-out;
    border-radius: 17px;
}

#newarrival .newarrival-area-data { position: relative;padding: 8px 4px;}

/**/

#newarrival .newarrival-area-data .price ins{background: none;}
#newarrival .price del { display: none;}
#newarrival .newarrivalbx:nth-child(1) .newarrivalus-single {
    position: relative;
    top: -2em;
/*    transform: scale(1.15);*/
}
#newarrival .newarrival-area-data .price {margin: 2px 0 2px 0;}
#newarrival .newarrivalus-single {
    position: relative;
    /* overflow: hidden; */
    background: #fff;
    transition: all 0.3s;
    margin: 0 0% 3em 0%;
    border-radius: 10px;
    z-index: 0;
    padding: 10px 20px 30px 20px;
    border: 8px solid #E5E5E5;
}
#newarrival .newarrival-area-data h4 {
    position: relative;
    margin-top: -50px;
    right: -28px;
    float: right;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s;
    background: #E5E5E5;
    display: inline-block;
    padding: 10px 28px;
    z-index: 1;
    border-radius: 50px;
    border: 5px solid #fff;
}
#newarrival .m-y {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
}
#newarrival .price .amount{
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 48px;
    font-weight: 700;
    margin: 40px 0 24px;
    padding: 0em 0 0 0;
    word-break: break-word;
    transition: all 0.3s;
}
#newarrival .price .amount bdi {
    position: relative;
    margin-left: 30px;
}
#newarrival .woocommerce-Price-currencySymbol {
    position: absolute;
    left: 0;
    margin: 0 0px 0 -34px;
}
#newarrival p {
    position: relative;
    clear: both;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin: 0;
    padding: 0;
}
#newarrival ul{margin: 0;}
#newarrival li {
    position: relative;
    font-size: 15px;
    list-style: none;
    color: #000;
    font-weight: 400;
    word-break: break-word;
    margin: 12px 0 4px 0;
    padding: 0px 0px 0px 0;
    transition: all 0.3s;
}
#newarrival li:before {
    content: "\f132";
    font-family: 'Fontawesome';
    font-size: 14px;
    padding-right: 10px;
    color: #e01515;
    font-weight: 100;
    transition: all 0.3s;
}
#newarrival .buy-now-button {
    position: relative;
    margin: 2em 0 0 0;
    text-align: left;
}
#newarrival .buy-now-button a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #fff;
    background: #1C3434;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 16px 8px 24px;
    margin: 0 0px 0 0;
    border: none;
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
#newarrival .buy-now-button i {
    background: #000;
    color: #fff;
    font-size: 12px;
    padding: 3px 4px;
    border-radius: 50px;
    margin: 0 0 0 6px;
}
#newarrival .buy-now-button a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

#newarrival .buy-now-button a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
/*----------------------------------------*/
/* 10. Blog Area
/*----------------------------------------*/
.blog-area {position: relative;overflow: hidden;}
.blog-area .titlebx { text-align: center;margin: 0 0 4em 0;}
.blog-area .titlebx h6 svg {
    position: relative;
    margin: -12px 3px -4px -14px;
}
.blog-area .titlebx h6 {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 700;
    background: #EFC50038;
    padding: 0 10px 0 0;
    margin: 0 3px 0 10px;
}
.blog-area .titlebx h3 {
    position: relative;
    font-size: 78px;
    font-weight: 700;
    margin: 30px 0 25px;
    padding: 0;
    line-height: 1.1;
}
/*.blog-area .section-title { position: relative; margin: 0em 0 3em 0em;}*/

.blog-area .blog-post {
    position: relative; 
    margin-bottom: 2em;
    overflow: hidden;
    padding: 0 16px; 
    width: 30%;
}
.blog-area .box-area-S { position: relative; overflow: hidden;transition: all 0.5s;}
.blog-area .blog-image{position: relative;padding: 0;}
.blog-area .blog-image img{
    position: relative;
    width: 100%;
    height: 430px;
    border-radius: 41px;
    transform: scale(1);
    transition: all 0.5s;

}

.blog-area .blog-admin {
    position: relative;
        left: -8px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 3px 10px;
    border-left:2px solid #000 ;
    transition: all 0.5s;
}

.blog-area .blog-single {
    position: relative;
    overflow: hidden;
    padding: 16px 24px 12px 30px;
}

.blog-area .blog-posts h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 16px 0 8px;
    line-height: 30px;
    word-break: break-word;
}
.blog-area .blog-single p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
}
.blog-area .blog-btn a {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin: 10px 0 0 0;
    transition: all 0.5s;
}
.blog-area .blog-btn a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -2px;
    border-bottom: 2px solid #d33;
    transition: all 0.5s;
}
.blog-area .blog-btn a:hover{letter-spacing: 1px;transition: all 0.5s;}
.blog-area .blog-post:nth-child(3) .blog-btn a:after,
.blog-area .blog-post:nth-child(4) .blog-btn a:after,
.blog-area .blog-post:nth-child(5) .blog-btn a:after{border-bottom: 1px solid #d33;}
/**/
.blog-area .blog-posts { position: relative;}

.blog-area .blog-post:nth-child(3) {
    position: relative;
    float: right;
     width: 40%;
    overflow: hidden;
    height: 100%;
}
.blog-area .blog-post:nth-child(4) {
    position: absolute;
    float: right;
    width: 40%;
    top: 215px;
    right: 0;
}
.blog-area .blog-post:nth-child(5) {
    position: absolute;
    float: right;
    width: 40%;
    margin-top: 10px;
    bottom: -10px;
    right: 0;
}
.blog-area .blog-post:nth-child(3) .blog-single,
.blog-area .blog-post:nth-child(4) .blog-single,
.blog-area .blog-post:nth-child(5) .blog-single{
    margin: 10px 0 0 0;
}

.blog-area .blog-post:nth-child(3) .blog-image,
.blog-area .blog-post:nth-child(4) .blog-image,
.blog-area .blog-post:nth-child(5) .blog-image{width: 40%;}

.blog-area .blog-post:nth-child(3) .blog-image img,
.blog-area .blog-post:nth-child(4) .blog-image img,
.blog-area .blog-post:nth-child(5) .blog-image img{height: 200px;border-radius: 20px;}

.blog-area .blog-post:nth-child(3) .blog-single,
.blog-area .blog-post:nth-child(4) .blog-single,
.blog-area .blog-post:nth-child(5) .blog-single{width: 60%;}

.blog-area .blog-post:nth-child(3) h4,
.blog-area .blog-post:nth-child(4) h4,
.blog-area .blog-post:nth-child(5) h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0 4px;
    line-height: 1;
}


/*----------------------------------------*/
/*   Footer Area
/*----------------------------------------*/

/*----------------------------------------*/
/*   Footer Area
/*----------------------------------------*/

#footer{
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to right, #f6339a 0%, #ad46ff 50%, #00b8db 100%);
    color: #fff;
    padding-block: 48px;
}

.decor-star {
    opacity: .2;
    left: 80px;
    top: 40px;
    position: absolute;
    animation: floatRotate 8s linear infinite;
}

@keyframes floatRotate {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-20px) rotate(180deg);
  }

  100% {
    transform: translateY(0) rotate(360deg);
  }
}


.decor-star svg, .decor-heart svg{
    fill: #fff;
    width: 64px;
    height: 64px;
}

.decor-heart {
    opacity: .2;
    bottom: 40px;
    right: 80px;
    position: absolute;
    animation: cloudMove 20s linear infinite, cloudFloat 6s ease-in-out infinite, floatLeftDiagonal 6.2s linear infinite;
}

@keyframes floatLeftDiagonal {
    0%     { transform: translate(0px, 0px);  }
    10%    { transform: translate(-4px, -4px); }
    20%    { transform: translate(-8px, -8px);  }
    30%    { transform: translate(-12px, -10px);  }
    40%    { transform: translate(-8px, -8px);  }
    50%    { transform: translate(0px, 0px); } 
    60%    { transform: translate(8px, 8px); }
    70%    { transform: translate(12px, 10px);  }
    80%    { transform: translate(8px, 8px); }
    90%    { transform: translate(4px, 4px); }
    100%   { transform: translate(0px, 0px); } 
}

.footer-area .fbox { position: relative; }
/*.footer-area .s-footer{ position: relative; width: 25%; padding: 0 20px 0 0; margin: 0 0 1em 0;}*/
.footer-area .single-footer-1{width: 40%;padding: 0 0px 0 0;}
.footer-area .single-footer-2,
.footer-area .single-footer-3,
.footer-area .single-footer-4{width: 20%;padding: 0;}
.footer-area .single-footer-5{width: 100%;margin-top: 14px;}
.footer-area .textwidget {
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 24px;
    gap: 12px;
}
.footer-area .textwidget h3 {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    font-weight: inherit;
}

.footer-area .f-text { margin-bottom: 15px;}
.footer-area i { padding-right: 10px;font-size: 20px;}
.footer-area .menu li {display: block;margin-bottom: 10px !important;font-size: 16px;font-weight: 500; }
.footer-area .widget li{margin-bottom: 1.2em;list-style: none; display: block;}

.footer-area li a {font-weight: 400;text-decoration: none;font-size: 16px;}
/*.footer-area .widget_recent_entries li:before,*/

.footer-area .single-footer-2 .menu li:before, .footer-area .single-footer-4 .menu li:before  {
    position: relative;
    content: "🌟";
    font-size: 16px;
    margin: 0 12px 0 0;
    top: -1px;
    display: inline-block;

    animation: throwReturn 2.3s linear infinite;
}

.footer-area .menu li {
    transition: transform 0.3s ease;
}

.footer-area .menu li:hover {
    transform: translateX(8px);
}

@keyframes throwReturn {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    /* Going up + rotating */
    40% {
        transform: translateY(-1px) rotate(180deg);
    }

    /* Still rotating at the top (no pause) */
    60% {
        transform: translateY(-1px) rotate(240deg);
    }

    /* Back to start with exactly 1 full rotation */
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.footer-area .single-footer-3 .menu li::before, .footer-area .single-footer-1 .menu li::before{
    content: "✨";
    display: inline-block;
    margin-right: 12px;

    /* keep animation isolated */
    transform-origin: center;
    will-change: transform;

    animation: pulsemove 2s ease-in-out infinite;
}

@keyframes pulsemove {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

.footer-area .attachment-thumbnail.size-thumbnail.wp-post-image{
    margin: 10px 0;
}
.footer-area .widget_recent_entries ul li {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 4px;
    align-items: center;
    box-shadow: 0px 1px 0px 0px #ccc;
}
.footer-area .gallery-item {padding-right: 13px;padding-bottom: 13px;}
.footer-area ul {margin: 0 0 15px 00px;}
.footer-area p {  margin: 12px 0;;line-height: 30px;font-size: 16px;padding:0 10px 0 0;}
footer#footer.footer-area .widget-title {
    position: relative;
    color: #3ff;
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 500;
    z-index: 1;
    /* padding: 0px 4px 20px 0; */
    /* border-bottom: 2px solid #d33; */
}
/*.footer-area .single-footer-1 .single-footer {padding: 4px 15px;}*/
.footer-area .single-footer-2 ,
.footer-area .single-footer-3 ,
.footer-area .single-footer-4  { margin-bottom: 0em; padding: 4px 0px;}
.footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}
.footer-area .bottom-area { position: relative;}
.footer-area .bottom-area ul { margin-bottom: 0;}
.footer-text, .footer-text a {
    /* width: 60%; */
    /* position: relative; */
    font-size: 18px;
    font-weight: 400;
    /* margin: 8px 0 0 0; */
    /* text-align: right; */
    opacity: 0.9;
    line-height: 1.5;
    animation: pulseZoom 2.3s ease-in-out infinite;
}

.footer-text b,.footer-text bold{font-weight: 600;}
.footer-area  ul {
    list-style: none;
    margin: 10px 0 0 0px;
    padding: 0;
    position: relative;
    background: none !important;
    box-shadow: none !important;
    display: block;
    z-index: 1;
}
.footer-area input[type="text"], .footer-area input[type="email"], .footer-area input[type="url"], 
.footer-area input[type="password"], .footer-area input[type="search"], .footer-area input[type="number"], 
.footer-area input[type="tel"], .footer-area input[type="range"], .footer-area input[type="date"], 
.footer-area input[type="month"], .footer-area input[type="week"], .footer-area input[type="time"], 
.footer-area input[type="datetime"], .footer-area input[type="datetime-local"], 
.footer-area input[type="color"], .footer-area textarea,
.footer-area select{    
    font-size: 18px;
    margin-bottom: 8px;
    padding: 14px 18px 14px 22px;
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    border-radius: 8px;
    border: none;
    box-shadow: 0px 0px 0px 2px #00000014;
}

.footer-area textarea {  height: 100px !important;}
.footer-area input[type="submit"] {
    position: relative;
    padding: 10px 28px;
    white-space: normal;
    font-weight: 500;
    font-size: 18px;
    background: #fff;
    color: #000;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: none;
    border-radius: 8px;
    margin: 6px 0;
}

.footer-area .top-area { padding: 0 0 0.5em;}
.footer-area label{ font-weight: 400;}
.footer-area div.wpcf7 input[type="file"] {font-size: 15px;font-weight: 500;width: 100%;margin-bottom: 30px;}
.footer-area select option{font-weight: 400;}
.footer-area .tagcloud a {font-size: 15px !important;font-weight: 400;}
.footer-area .social-profile-icons ul{margin: 10px 0 0 0; display: flex; gap: 12px;}
.footer-area .social-profile-icons ul li:before{  display: none;}
.footer-area .f-social li,
.footer-area .social-profile-icons ul li{ display: inline-block;}

.footer-area .f-social li a, 
.footer-area .social-profile-icons ul li a {
    display: inline-block;
    text-align: center;
    margin: 1px 6px 1px 0;
    transition: all .5s;
    line-height: 38px;
    transform: none;
    background-color: #fff3;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}
.footer-area .f-social a i, 
.footer-area .social-profile-icons ul li i {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
    transition: all .5s;
    width: 20px;
    height: 20px;
}
.footer-area .social-profile-icons ul li a:hover{transition: all .5s;}

.footer-area .f-social { position: relative; width:40%; }
.footer-area table tr {text-align: center;line-height: 28px;}
.footer-area table td {font-size: 15px;padding: 5px;}
.footer-area .widget_calendar table thead tr th{text-align: center;}
.footer-area fieldset {   padding-top: 0;}
footer#footer .widget_calendar thead { background: transparent;box-shadow: 0 0px 3px 0 #88828252;}
.footer-area figure.gallery-item img{transition: all .5s;}
.footer-area figure.gallery-item img:hover{ opacity: 0.8;border-radius: 20px;transition: all .5s;}

h3.text-2xl {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    font-weight: inherit;
}

aside#text-2 {
    font-family: "Comic Sans MS", cursive;
    color: #ffffffe6;
    margin-bottom: 16px;
}

.widget-titleinn {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 24px;
}

.footer-bottom {
    text-align: center;
    padding-top: 32px;
    border-top: 1px solid #fff3;
}

.widget-titleinn, h4.widget-title {
    margin: 0 !important;
}

/*----------------------------------------*/
/*   Testimonials Page
/*----------------------------------------*/
#innerpage-box .innertest-item{position: relative;width: 33.33%; padding: 0 1.2pc; transform: scale(1) rotate(0deg); transition: transform 0.8s ease-in-out;}
#innerpage-box .tsarea-inn {
    /* padding: 22px 16px 22px 16px; */
    position: relative;
    /* overflow: hidden; */
    background: #D8E8E8;
    border-radius: 20px;
    transition: all 0.3s;
    margin-bottom: 2em;
    margin-top:4px;
    /* box-shadow: 0px 3px 6px #00000029; */
    display: flex;
}
#innerpage-box .tsarea-inn:hover{
    box-shadow: 0px 1px 5px 3px #00000029;
    transition: all 0.3s;
}

#innerpage-box .ts-area-thumb { position: relative;padding: 0 4px 0 4px;position: relative; padding: 0;}
#innerpage-box .ts-area-thumb img {
    position: relative;
    transition: all 1s ease 0s;
    width: 100%;
    height: 100%;
    /* position: relative; */
    /* transition: all 1s ease 0s; */
    /* border-radius: 9px; */
    /* float: right; */
    /* border: 3px solid #f1f1f1; */
    z-index: 1;
    object-fit: cover;
}

#innerpage-box .testiimginn {
    position: relative;
    height: 192px;
}

#innerpage-box .ts-area-content {
    position: relative;
    overflow: hidden;
    margin: 0 0 0px 0;
    transition: all 1s ease 0s;
    padding: 24px;
}

#innerpage-box .tsarea-inn .ts-area-bx{position: relative;padding: 0 0px;}
#innerpage-box h4.ts-area-title {  
    position: relative;  
    margin: 10px 0 8px 0 !important;
    transition: all 0.3s;
    z-index: 1;
}
#innerpage-box .text-designation{    
    position: relative;
    font-size: 12px;
    margin: 5px 0 4px;
    font-weight: 400;
    z-index: 1;
    display: none;
}
#innerpage-box .ts-area-c p {
    /* position: relative; */
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
    font-style: italic;
    color: #364153;
}

#innerpage-box p.ts-area-title {
    position: relative;
    /* font-size: 21px; */
    /* font-weight: 600; */
    /* transform: scale(1); */
    /* transition: all 1s ease 0s; */
    /* margin: 0px 0 0px 0; */
    /* z-index: 1; */
    font-family: "Comic Sans MS", cursive;
    color: #9810fa;
    text-align: center;
}

/* #innerpage-box .tsarea-inn:after {
    position: absolute;
    content: "\f10e";
    font-family: 'Fontawesome';
    font-weight: 100;
    font-size: 60px;
    bottom: 20px;
    right: 23px;
    transition: all 1s ease 0s;
    z-index: 0;
    opacity: 0;
}
#innerpage-box .tsarea-inn:hover:after{
    transform: rotateY(0deg);
    opacity: 1;
    transition: all 1s ease 0s;
} */

#innerpage-box .innertest-item:hover {
    transform: scale(1.05) rotate(2deg);
}

/*----------------------------------------*/
/*   team Area
/*----------------------------------------*/

/* #innerpage-box .our-team,
#team .inner-team{display: none;} */

#team { position: relative;overflow: hidden; background-image: linear-gradient(to bottom right, #fce7f3, #f3e8ff);}

#team .titlebx { 
    text-align: center;
    margin-bottom: 64px;
    opacity: 1;
    transform: none;
}

#team .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
    animation: pulseZoom 2s ease-in-out infinite;
}

#team .icon-wrap svg {
    color: #ad46ff;
    width: 96px;
    height: 96px;
}

/* #team .titlebx P svg {
    position: relative;
    margin: -12px 3px -4px -14px;
} */
#team .titlebx P {
    /* position: relative; */
    /* display: inline-block; */
    font-size: 24px;
    color: #364153;
    font-weight: inherit;
    /* background: #EFC50038; */
    /* padding: 0 10px 0 0; */
    /* margin: 0 3px 0 10px; */
    line-height: 1.3;
}

#team .titlebx h3 {
    /* position: relative; */
    font-size: 60px;
    margin-bottom: 16px;
    /* padding: 0; */
    line-height: 1;
    font-family: "Comic Sans MS", cursive;
    font-weight: 300;
    animation: pulseZoom 2s ease-in-out infinite;
}

#team .single-team{
    padding: 0 18px;     
    transition: transform 0.3s ease;
}

#team .single-team:hover {
    transform: translateY(-10px) scale(1.06);
} 

#team .our-team{
    position: relative;
    /* overflow: hidden; */
    /* text-align: center; */
    /* z-index: 0; */
    margin-bottom: 5em;
    /* transition: all .4s linear; */
    opacity: 1;
    transform: none;
}

#team .single-team-img {
    position: relative;
    border-radius: 0px;
    box-shadow: 0 25px 50px -12px #00000040;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

.team-img-container {
    position: relative;
    height: 288px;    
}


#team .img-overlay {
    position: absolute;
    opacity: 0.3;
    background-image: linear-gradient(to top, #f6339a, #fb2c36);
    inset: 0;
}

#team .single-team-img img{    
    width: 100%;
    height: 100%;
    /* transition: all .7s linear; */
    /* border-radius: 15px; */
    object-fit: cover;
}

.team-bg-1 {
    position: absolute;
    background-color: #fdc700;
    border-radius: 3rem;
    transform: rotate(3deg);
    inset: -12px;
}

.team-bg-2 {
    position: absolute;
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
    transform: rotate(-2deg);
    inset: -8px;
    border-radius: 3rem;
}

#team .team-conbx {
    padding: 24px;
    /* z-index: 9; */
    /* position: absolute; */
    /* bottom: -50px; */
    /* left: 0; */
    /* right: 0; */
    /* width: 90%; */
    background-image: linear-gradient(to bottom right, #fff, #fbf9fa);
    /* margin: 0 auto; */
    /* border-radius: 12px 12px; */
    text-align: center;
}

.team-emoji {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 6px;
}

#team .team-text .inner-area-title {
    /* background-color: #fff; */
    /* border-radius: 12px 12px 0 0; */
    /* padding: 10px 0 8px 0; */
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    /* margin-bottom: 8px; */
    font-weight: inherit;
        margin: 0;
}

/* #team .team-text {
    background-color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 10px 0 8px 0;
} */
#team .team-text h4 {
    word-break: break-word;
    font-size: 28px;
    font-weight: 600;
    color: #FE8A00;
    /* margin-bottom: 1px; */
}
#team .team-text .team-designation {
    /* word-break: break-word; */
    font-size: 18px;
    /* margin: 4px 0 4px 0px; */
    /* font-weight: 400; */
    color: #9810fa;
    line-height: 1.5;
}

#team .team-social-icon {
    position: relative;
    text-align: center;
    margin: 10px 0 0 0;
}

#team .team-social-icon a {
    position: relative;
    margin: 2px 4px;
    text-align: center;
    transition: all .1s linear;
}
#team .team-social-icon a i{
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 18px; 
    transition: all .1s linear;
}

.team-area {
    background: var(--team-bg);
}


/*----------------------------------------*/
/*  09. Inner team page
/*----------------------------------------*/
/* #innerpage-box .our-team,
#team .inner-team{display: none;} */
#innerpage-box .inner-team {
    position: relative; 
/*    overflow: hidden;*/
    margin-bottom:4em;  
    padding: 0px 0px;
    /* width: 33%; */
}

#innerpage-box .ht-team-member { position: relative;transition: all .5s linear;}
#innerpage-box .ht-team-member {
    position: relative;
    transition: all .5s linear;
    margin: 16px 12px;
}
#innerpage-box .imgbx img {
    transition: all .5s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#innerpage-box .imgbx .img-overlay {
    position: absolute;
    opacity: 0.3;
    background-image: linear-gradient(to top, #f6339a, #fb2c36);
    inset: 0;
}

#innerpage-box .team-box {
    padding: 24px;
    /* z-index: 9; */
    position: relative;
    /* bottom: -50px; */
    /* left: 0; */
    /* right: 0; */
    /* width: 90%; */
    background-image: linear-gradient(to bottom right, #fff, #fbf9fa);
    /* margin: 0 auto; */
    /* border-radius: 12px 12px; */
    text-align: center;
}

.inner-team-emoji {
    font-size: 48px;
    line-height: 1;
    /* margin-bottom: 12px; */
}

#team .single-team-img img {
    width: 100%;
    height: 100%;
    /* transition: all .7s linear; */
    /* border-radius: 15px; */
    object-fit: cover;
}

#innerpage-box .team-detail{
    position: relative;
    text-align: center;
    border-radius: 12px 12px 0 0;
    /* padding: 10px 0 8px 0; */
    background: #fff;
}

.team-text {
    position: relative;
    text-align: center;
    border-radius: 12px 12px 0 0;
    /* padding: 10px 0 8px 0; */
    background: #fff;
}

#innerpage-box .team-box h4{    /* background-color: #fff; */
    /* border-radius: 12px 12px 0 0; */
    /* padding: 10px 0 8px 0; */
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 8px;
    font-weight: inherit;}
#innerpage-box .team-member-designation {
    /* word-break: break-word; */
    font-size: 18px;
    /* margin: 4px 0 4px 0px; */
    /* font-weight: 400; */
    color: #9810fa;
    line-height: 1.5;
}
#innerpage-box .team-social-icon {
    position: relative;
    text-align: center;
    padding: 0;
}
#innerpage-box .team-social-icon a i{
    font-size: 18px;
    transition: all .1s linear;
    position: relative;
    z-index: 1;
}
#innerpage-box .team-social-icon a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 6px 2px 1px 2px;
    padding: 0px 0px;
    font-weight: 400;
    color: #767779;
    text-align: center;
    transition: all .1s linear;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    line-height: 40px;
}

#innerpage-box .team-social-icon a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background:#111944;
    transition:all .5s;
    z-index: 0;
}
#innerpage-box .team-social-icon a:hover:after{ top: 0;}
/*----------------------------------------*/
/* Gallery Section
/*----------------------------------------*/

#gallery .gallery-inn{display: none;}
#innerpage-box .homegalry{display: none;}


/*--------------------------------------------------------------
# Gallery Script*/

/*fancybox.css*/

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar{top: 2em !important;}

/*end*/
/*--------------------------------------------------------------
# Gallery page
--------------------------------------------------------------*/
#innerpage-box .gallery-tabs {position:relative; text-align:center; margin:0 0 1.5em 0; padding:0;}
#innerpage-box .gallery-tabs ul{padding: 0;}
#innerpage-box .gallery-tabs li {display:inline-block; margin:4px 8px; overflow:hidden;}
#innerpage-box .gallery-tabs li:before{display: none;}
#innerpage-box .gallery-tabs li a {
    padding: 12px 30px;
    display: block;
    background-color: #FDA12B;
    color: #222;
    font-size: 15px;
    min-height: auto;
    font-weight: 600;
    border-radius: 7px;
    transition: 0.5s all ease-in-out;
    text-transform: uppercase;
    /* margin: 2px 10px; */
    position: relative;
    overflow: hidden;
}
#innerpage-box .gallery-tab.active{background: #ccc;}
#innerpage-box .gallery-inn {
    column-count: 3;
    padding: 0;
    gap: 10px;
}
#innerpage-box .innergalry{ position: relative; margin: 0px 4px 8px 4px;}
#innerpage-box .lz-gallery-images {position: relative;margin:0px 0px 10px 0;transition: 0.5s all;opacity: 1;
    transform: none;
    z-index: auto;
    break-inside: avoid;
    margin-bottom: 16px;
    transition: all 0.8s ease;
    transform: scale(1) rotate(0);
    padding: 8px 0;
}
#innerpage-box .spa-gall {position: relative; margin: 0px;}
#innerpage-box .gallery-item{position: relative;margin: 4px;}
#innerpage-box .lz-gallery-images a{
    display: block;
    position: relative;
    cursor: pointer;
/*    overflow: hidden;*/
    transition: 0.5s all;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    padding: 12px;
    background: #fff;
    border-radius: 16px;
    transform: rotate(2deg);
    position: relative;
}
#innerpage-box .lz-gallery-images img {
    position: relative;
    transition: 0.5s all;
    border-radius: 0px;
    width: 100%;
    height: auto;
    border-radius: 17px;
}
#innerpage-box .lz-gallery-images .g-oly{
    position: absolute;
    left: 0px;
    right: 0px;
    top:auto;
    bottom: 0px;
    background: #fff;
    opacity: 0.4;
    transition: 0.5s all;
    border-radius: 17px;
}
#innerpage-box .lz-gallery-images a:hover .g-oly{top: 0px;transition: 0.5s all;}
#innerpage-box .lz-gallery-images .titlbx {
    position: absolute;
    top: 35px;
    right: 20px;
}
#innerpage-box .lz-gallery-images .titlbx h3{
    position: relative;
    background: #d33;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    opacity: 0;
    transition: 0.5s all;
}
#innerpage-box .lz-gallery-images:hover .titlbx h3{
    opacity: 1;
    transition: 0.5s all;
}

#innerpage-box span.gal-emoji {
    font-size: 36px;
    line-height: 1.1;
    bottom: -12px;
    right: -12px;
    position: absolute;
    transform-origin: top center;
    animation: galSwing 2.3s ease-in-out infinite;
}


/*--------------------------------------------------------------
## Services inner page
--------------------------------------------------------------*/

.page-template-default #innerpage-box .single-service-bx { display: none; }
#service .singleinner-service { display: none; }

#innerpage-box .inn-single-service-bx {  padding: 0 10px;}
#innerpage-box .service_inbox{ position: relative; transition: all 0.5s;}
#innerpage-box .singleinner-service { margin: 1em 0 3em; transition: all 0.5s; position: relative;  }
#innerpage-box .singleinner-service .service_inimg {
    position: relative;
    transition: all 0.5s;
    margin: 0 26px 26px;
}
#innerpage-box .singleinner-service .service_inimg img {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 0.5s;
    padding: 0;
    border-radius: 30px;
}
#innerpage-box .serbx {
    position: relative;
    /* overflow: hidden; */
    display: block;
    transition: all 0.6s;
    padding: 40px 15px 24px 30px;
    border-radius: 30px;
    margin: 0 8px;
    background: #fff;
    border-radius: 36px;    
}
#innerpage-box .serbx:before {
    content: "";
    position: absolute;
    top: 18px;
    left: -6px;
    right: -6px;
    bottom: -8px;
    background: #fff;
    z-index: -2;
    border-radius: 36px;
    box-shadow: 0px 0px 12px #0000001A;
    transition: all 0.5s;
}

#innerpage-box .serbx h3 {
    position: relative;
    padding: 0px 0px 0px;
    margin: 4px 0 8px 0 !important;
}
#innerpage-box .serbx p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 300;
    margin-bottom: 0;
    padding: 6px 0 6px 0;
}
/*****/
#innerpage-box .s-btn {
    position: relative;
    margin: 14px 0 0 0;
    display: inline-block;
    transition: all 0.5s;
}
#innerpage-box .s-btn a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #000;
    background: #3ff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 18px 10px 18px;
    margin: 0 0px 0 0;
    /* border: none; */
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}
#innerpage-box .s-btn i {
    position: relative;
    background: #000;
    color: #fff;
    font-size: 10px;
    padding: 6px 6px;
    border-radius: 50px;
    margin: 0 0 0 2px;
    display: inline-block;
    top: -16px;
    transition: all 0.3s ease-in-out;
}

#innerpage-box .s-btn a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

#innerpage-box .s-btn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

/*-----------------------
## Site map Template 
-----------------------------*/
div#sitemap-box { border-top: 2px solid #f94c34;border-radius: 0;}
div#sitemap-box:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 36px;
    border-width: 2px;
    border-style: solid;
    border-color: #f72985;
    right: 0;
    top: 16px;
    left: 0%;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
    z-index: 1;
}
div#sitemap-box h4 {
      font-size: 20px;
    background: #2e2e2e;
    padding: 10px 10px;
    color: #ffffff;
    border-radius: 0px;
    text-align: center;
    word-break: break-word;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    font-weight: 500;
}
.page-template-templates main#innerpage-box div#sitemap-box h4:after {  display: none;}
main#innerpage-box div#sitemap-box ul li {list-style: none;padding-bottom: 5px;}
main#innerpage-box div#sitemap-box ul li a {position: relative;padding-left: 2px;}
main#innerpage-box div#sitemap-box ul li a:before {
    position: relative;
    top:-2px;
    content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 10px;
    color: #000;
    font-size: 10px;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
main#innerpage-box div#sitemap-box ul li a:hover:before {transform: scale(1.4);}
div#sitemap-box ul { margin: 0;}
div#sitemap-box .sitemap-blogposts ul { padding: 5px 5px 5px 0;margin: 0;}
div#sitemap-box .sitemap-posts-box {margin-bottom: 15px;}
div#sitemap-box .blogpostsitemap li {list-style: none;}
div#sitemap-box .sitemap-posts-box img {width: 100%;}
div#sitemap-box h4{position: relative;}
div#sitemap-box h4:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #f94c34;
    right: 0;
    top: -11px;
    left: 0%;
    margin: 0 auto;
    border-top: none;
    border-right: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(90deg);
}
div#sitemap-box ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 0px 20px;
}

/*====## Contact Template ==========
====== {contact Inner Page} ========*/
/*************************************/
#innerpage-box {position: relative}
#innerpage-box .contact-address-area { position: relative; margin: 1em 0 0 0;}

/*form*/
#ht-contactus-wrap { position: relative; }
#ht-contactus-wrap .conpgfmbx {
    position: relative;
    overflow: hidden;
    width: 50%;
    box-shadow: 0 25px 50px -12px #00000040;
    border-radius: 40px;
    padding: 40px;
    border: 4px solid #e9d4ff;
}
#ht-contactus-wrap .conpgfmbx h2{
    position: relative;
    font-size: 36px;
    font-weight: inherit;
    /* margin: 0 !important; */
    line-height: 1.1;
    font-family: "Comic Sans MS", cursive;
    text-align: center;
    margin-bottom: 32px;
}
#ht-contactus-wrap .conpgfmbx h2 img { position: relative; top: 8px;}
#ht-contactus-wrap .conpgfmbx h3{
    position: relative;
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 14px !important;
}
#ht-contactus-wrap .conpgfmbx label {
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    line-height: 1.4;
    display: block;
    margin: 25px 0 10px 0;
    position: relative;
    outline: none;
    /*color: #d33;
    text-align: left;
    padding: 3px 20px;
    border-radius: 0;
    margin: 6px 0 0px 22px;
    top: 10px;
    font-weight: 500;
    font-size: 12px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    z-index: 1;
    border: 2px solid #FFD200;
    border-top: none; */
}
#ht-contactus-wrap .conpgfmbx p{margin: 0;}
#ht-contactus-wrap .conpgfmbx input[type="text"], 
#ht-contactus-wrap .conpgfmbx input[type="email"], 
#ht-contactus-wrap .conpgfmbx input[type="url"],
#ht-contactus-wrap .conpgfmbx input[type="password"], 
#ht-contactus-wrap .conpgfmbx input[type="search"], 
#ht-contactus-wrap .conpgfmbx input[type="number"], 
#ht-contactus-wrap .conpgfmbx input[type="tel"], 
#ht-contactus-wrap .conpgfmbx input[type="range"], 
#ht-contactus-wrap .conpgfmbx input[type="date"], 
#ht-contactus-wrap .conpgfmbx input[type="month"], 
#ht-contactus-wrap .conpgfmbx input[type="week"], 
#ht-contactus-wrap .conpgfmbx input[type="time"], 
#ht-contactus-wrap .conpgfmbx input[type="datetime"], 
#ht-contactus-wrap .conpgfmbx input[type="datetime-local"], 
#ht-contactus-wrap .conpgfmbx input[type="color"], 
#ht-contactus-wrap .conpgfmbx select, 
#ht-contactus-wrap .conpgfmbx textarea {
    width: 100%;
    height: auto;
    margin: 0 0 1pc 0;
    font-size: 18px;
    /* padding: 12px 8px 12px 18px; */
    line-height: 1.5;
    /* background: #fff; */
    border-radius: 54px;
    border: 4px solid #e9d4ff;
    font-family: "Comic Sans MS", cursive;
    padding-block: 16px;
    padding-inline: 24px;
    font-weight: 300;
}

#ht-contactus-wrap .conpgfmbx p{margin: 0;}:focus,
#ht-contactus-wrap .conpgfmbx input[type="text"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="email"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="url"]:focus,
#ht-contactus-wrap .conpgfmbx input[type="password"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="search"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="number"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="tel"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="range"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="date"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="month"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="week"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="time"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="datetime"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="datetime-local"]:focus, 
#ht-contactus-wrap .conpgfmbx input[type="color"]:focus, 
#ht-contactus-wrap .conpgfmbx select:focus, 
#ht-contactus-wrap .conpgfmbx textarea:focus{
    border-color: #c27aff;
}

#ht-contactus-wrap .conpgfmbx option{height: 100px;}
#ht-contactus-wrap .conpgfmbx textarea {
    height: 150px;
    border-radius: 20px;
    padding: 18px 10px 10px 20px;
}
#ht-contactus-wrap .conpgfmbx input[type="submit"] {
    position: relative;
    /* padding: 12px 25px; */
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    box-shadow: none;
    transition: all 0.2s;
    margin-top: 1.8em;
    border-radius: 50px;
    background-image: linear-gradient(to right, #f6339a, #ad46ff, #2b7fff);
    font-family: "Comic Sans MS", cursive;
    transform: none;
    color: #fff;
    padding-block: 24px;
    padding-inline: 40px;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    appearance: button;
}
#ht-contactus-wrap .conpgfmbx input[type="submit"]:hover{letter-spacing: 1px;transition: all 0.2s;}
#ht-contactus-wrap .s-media{     
    /* position: absolute; */
    /* bottom: 0; */
    /* float: right; */
    /* margin-top: -50px; */
    /* right: 30px; */
    transform: none;
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    color: #fff;
    padding: 32px;
    background-image: linear-gradient(to bottom right, #9810fa, #e60077, #155dfc);
    border: 4px solid #fff;
    border-radius: 24px;
}


#ht-contactus-wrap .s-media h3 {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 16px;
    font-weight: inherit;
    color: #fff;
}

#ht-contactus-wrap .s-media .s-icon{
    display: flex;
    justify-content: center;
    gap: 16px;
}

#ht-contactus-wrap .s-media li {
    /* list-style: none; */
    display: flex;
    /* position: relative; */
    background: #fff3;
    /* border-radius: 30px 30px 0 0; */
    /* margin: 0 4px 0 0; */
    transition: all 0.15s cubic-bezier(.4, 0, .2, 1);
    width: 56px;
    height: 56px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    --lift: 0px;
    --tilt: 0deg;
    --zoom: 1;
    transform: translateY(var(--lift)) rotate(var(--tilt)) scale(var(--zoom));
    transition: transform 0.3s ease;
}

#ht-contactus-wrap .s-media li:hover {
    --lift: -2px;
    --tilt: 10deg;
    --zoom: 1.2;
    box-shadow: 0 25px 50px -12px #00000040;
    background-color: #ffffff4d;
}

#ht-contactus-wrap .s-media li i{
    font-size: 20px;
    font-weight: 500;
    transition: all 0.2s;
}


/* #ht-contactus-wrap .s-media li:nth-child(1){padding: 14px 18px 82px 18px;}
#ht-contactus-wrap .s-media li:nth-child(2){padding: 14px 18px 60px 18px;top:30px;}
#ht-contactus-wrap .s-media li:nth-child(3){padding: 14px 18px 40px 18px;top:60px;} */

/*detailbx*/
#ht-contactus-wrap .detalbx h4{
    position: relative;
    font-size: 60px;
    font-weight: 700;
    margin: 0 !important;
}
#ht-contactus-wrap .dbxtxt {
    position: relative;
    font-size: 23px;
    line-height: 1.5;
    margin: 28px 0 34px;
}
#ht-contactus-wrap .detalbx {
    position: relative;
    /* margin: 4em 0 1em; */
    width: 50%;
    padding: 0 4px 0 40px;
}
#ht-contactus-wrap .cntpgtxt {
    position: relative;
    background: #fff;
    border-radius: 24px;
    padding: 32px;
    margin: 24px 0;
    /* border: 4px solid #fccee8; */
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --lift: 0px;
    --tilt: 0deg;
    --zoom: 1;
    transform: translateY(var(--lift)) rotate(var(--tilt)) scale(var(--zoom));
    transition: transform 0.3s ease;
}

#ht-contactus-wrap .cnt1 {
    border: 4px solid #fccee8;
}
#ht-contactus-wrap .cnt2 {
    border: 4px solid #bedbff;
}
#ht-contactus-wrap .cnt3 {
    border: 4px solid #e9d4ff;
}
#ht-contactus-wrap .cnt4 {
    border: 4px solid #fff085;
}

/* ODD items */
#ht-contactus-wrap .cntpgtxt:nth-child(odd):hover {
    --lift: -2px;
    --tilt: 2deg;
    --zoom: 1.05;
    box-shadow: 0 25px 50px -12px #00000040;
}

/* EVEN items */
#ht-contactus-wrap .cntpgtxt:nth-child(even):hover {
    --lift: 2px;
    --tilt: -2deg;
    --zoom: 1.05;
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

#ht-contactus-wrap .cntpgtxt .icnbx {  
    display: flex;
    height: 64px;
    width: 64px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* background-image: linear-gradient(to bottom right, #f6339a, #fb2c36); */
}

#ht-contactus-wrap .cntpgtxt .icnbx1{
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
}

#ht-contactus-wrap .cntpgtxt .icnbx2{
    background-image: linear-gradient(to bottom right, #2b7fff, #00b8db);
}

#ht-contactus-wrap .cntpgtxt .icnbx3{
    background-image: linear-gradient(to bottom right, #ad46ff, #f6339a);
}
#ht-contactus-wrap .cntpgtxt .icnbx4{
    background-image: linear-gradient(to bottom right, #f0b100, #ff6900);
}

#ht-contactus-wrap .cntpgtxt .icnbx svg {
    width: 32px;
    height: 32px;
    color: #fff;
}
/*#ht-contactus-wrap .cntpgtxt i { margin: 0 0px 0 0px; font-weight: 600;color: #fff;font-size: 30px;}*/
#ht-contactus-wrap .cntpgtxt .icndbx{ width: 86%;}
#ht-contactus-wrap .cntpgtxt h5{
position: relative;
    font-size: 24px;
    line-height: 1.3;
    /* margin: 0 !important; */
    /* margin: 0 !important; */
    font-family: "Comic Sans MS", cursive;
    margin-bottom: 8px;
}
#ht-contactus-wrap .cntpgtxt p {
    position: relative;
    /* display: inline-block; */
    font-size: 18px;
    /* word-break: break-word; */
    color: #364153;
    margin: 0px;
    /* padding: 0 0 0 0px; */
    font-family: "Comic Sans MS", cursive;
    line-height: 1.5;
}
#ht-contactus-wrap .map-btn{position: relative;}
#ht-contactus-wrap .map-btn a {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 1px;
    color: #000;
    padding: 0px 10px;
}
/*image*/
.contact-address-area .conpgimg {
    position: relative;
    margin: 6em 0 0 0;
    text-align: center;
    padding-block: 80px;
    padding-inline: 16px;
    background-image: linear-gradient(to bottom right, #dbeafe, #f3e8ff, #fce7f3);
    margin-inline: auto;
}

 .conpgimg h2{
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 48px;
    font-family: "Comic Sans MS", cursive;
    font-size: 60px !important;
    line-height: 1;
    font-weight: 500 !important;
}

.contact-address-area .conpgimg img{width:100%;}

/*-----------------------
## FAQS page
-----------------------------*/
/*image*/
#content-box .faq-mgbx{
    width: 36%;
}

#content-box .faqrhsbx {
    position: relative;
    width: 64%;
    transition: 0.4s ease-in-out;
    float: left;
    padding: 14px 30px 0 0;
}
/**/
#content-box .faqrhsbx h6 svg {
    position: relative;
    margin: -12px 3px -4px -14px;
}
#content-box .faqrhsbx h6 {
    position: relative;
    display: inline-block;
    font-size: 22px !important;
    color: #000;
    font-weight: 700 !important;
    background: #EFC50038;
    padding: 0 30px 0 0;
    margin: 0 3px 0 16px !important;
}
#content-box .faqrhsbx h2 {
    position: relative;
    font-size: 78px !important;
    font-weight: 700 !important;
    margin: 35px 0 10px !important;
    padding: 0;
    line-height: 1.2;
}
/********/
/**/
#content-box .faq-btn {
    position: relative;
    margin: 1.8em 0 2.8em 0;
    display: block;
    transition: all 0.5s; 
}
#content-box .faq-btn a {
    position: relative;
    overflow: hidden; 
    display: inline-block;
    color: #fff;
    background: #1C3434;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 16px 12px 36px;
    margin: 0 0px 0 0;
    /* border: none; */
    border-radius: 50px;
    transition: all 0.3s;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
    text-align: center;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}

#content-box .faq-btn i {
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 6px 7px;
    border-radius: 50px;
    margin: 0 0 0 30px;
}
#content-box .faq-btn a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: #d33;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease-in-out;
    transform-origin: right;
}

#content-box .faq-btn a:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}
/**/
#content-box .faq-content{position: relative; } 
div#content-box .faq-content button.accordion {
    position: relative;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin: 0 0 0px 0;
    background: #fbb34d;
    padding: 0;
    transition: 0.4s ease-in-out;
    border-radius: 10px;
    box-shadow: none;
}
div#content-box .faq-content button.accordion.active{
    position: relative;
    border-radius: 10px 10px ;
    transition: 0.4s ease-in-out;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    transition: 0.4s ease-in-out;
    opacity: 1;
}
div#content-box .faq-content button.accordion:after {
    content: "\f13a";
    font-family: 'Fontawesome';
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #000;
    position: absolute;
    font-weight: 400;
    top: 14px;
    left: 28px;
    display: inline-block;
    transition: 0.4s ease-in-out;
    opacity: 1;
    box-shadow: none;
    padding: 0px 6px;
}
div#content-box .faq-content button.accordion.active:after {
    content: "\f139";
    font-family: 'Fontawesome';
    transition: 0.4s ease-in-out;
}
div#content-box .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    margin: 10px 0 12px 0;
    border: none;
    border-radius: 5px 5px;
    padding: 1px 20px 1px 20px;
    box-shadow:none;
}
div#content-box .faq-content div.panel.show {
    background: #f3f3;
    opacity: 1;
    max-height: 500px;
    padding: 0px 0px 2px 0px;
    border-radius: 10px 10px 10px 10px;
    margin: 0px 0px 10px 0px;
    transition: 0.4s ease-in-out;
}
div#content-box .faq-content div.panel p {
    padding: 10px 20px 10px 60px;
    margin: 0px 0px 2px 1px;
    line-height: 1.8;
    font-size: 15px;
    transition: 0.4s ease-in-out;
}

main#innerpage-box div#content-box h3.faq-title {
    padding: 10px 12px 10px 64px;
    margin: 0;
    font-weight: 600;
    line-height: 26px;
    word-break: break-word;
    text-align: left;
    font-size: 18px;
    transition: 0.4s ease-in-out;
}
/*div#content-box .faq-content button.accordion.active .faq-title{
    font-size: 20px !important;
    transition: 0.4s ease-in-out;
}*/
/*main#innerpage-box div#content-box h3.faq-title:before {
    content: "\f111";
    font-family: 'Fontawesome';
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #000;
    position: absolute;
    font-weight: 400;
    top: 22px;
    left: 16px;
    display: inline-block;
    transition: 0.4s ease-in-out;
    opacity: 1;
    box-shadow: none;
    padding: 0px 6px;
}*/
/*div#content-box .faq-content button.accordion.active:after {
    content: "\f0d8";
    top: 10px;
    font-family: 'Fontawesome';
    transition: 0.4s ease-in-out;
}*/
/*-----------------------
## End FAQS page
-----------------------------*/

.col-container { display: table; width: 100%;}
.col-oursteps{ display: table-cell;}
.heading.active i {box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #0158a6;}
.test-right img { width: 100%; height: 100%;}
.heading{cursor: pointer;}
.inside-full-height{height:100%}

/* Catalogue slider Start */

.slider {width: 86%;position: relative;height: 490px;margin: auto;overflow-x: scroll;overflow-y: hidden;}
.slider::-webkit-scrollbar {display: none;}
.slider .slides { display: flex;position: absolute;left: 0;transition: 0.3s left ease-in-out;}
.slider .slide-item { margin-right: 35px;width: 334px;margin-left: 0;}
.slider .slide-item:last-child {margin-right: 0;}

.ctrl {text-align: center;margin-top: 5px;}
.ctrl-btn {font-size: 13px !important; background: none;border: none;font-weight: 600;text-align: center;cursor: pointer;outline: none;color: #9e9e9e;position: absolute;margin-top: -60.5px;height: 23px;bottom: 0;}
.ctrl-btn:hover{color:#000;background: none;}
.ctrl-btn.pro-next {right: 45%;position: absolute;border: 2px solid #bfbfbf; padding: 3px 5px 3px 5px;margin: 0;z-index: 999;height: 45px;width: 45px;}
.ctrl-btn.pro-prev {left: 46%;position: absolute;border: 2px solid #bfbfbf;padding: 0;margin: 0; z-index: 999;height: 45px;width: 45px;}
/*--------------------------------------------------------------
## Add to card
--------------------------------------------------------------*/
.total-count a.button.wc-forward { background: none; border: none; position: relative; right: 19px;}
.total-count a.button.wc-forward:hover { background: none; border:none;}
.total-count .count {    
    color: #f72985;
    position: absolute;
    padding: 4px;
    z-index: 300;
    top: 16px;
    right: 35px;
    font-size: 10px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    line-height: 14px;
    text-align: center;
    background: #fff;
}
.total-count img {    width: auto;height: auto;margin: 0px 0 0;}
.total-count {
    background: #f72985;
    clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 30% 100%);
    padding: 18px 45px;
}
/*===============
All Siderbar 
================*/
#secondary.widget-area {
    padding: 0px 0px 0;
    position: relative;
    overflow: hidden;
    /*background: url(images/sbar.jpg);*/
}
div#sidebars.sidebar{position: relative;z-index: 1;}


.inner_contentbox .textwidget p{
    color: #364153;
    font-family: "Comic Sans MS", cursive;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
    font-weight: inherit;
}

/* Sidebar / Secondary widget list items */
#secondary .widget ul li,
#sidebars .widget ul li {
  margin-top: 0;
  margin-bottom: 16px;
  padding: 16px;
  background-image: linear-gradient(to bottom right, #eff6ff, #faf5ff);
  border-radius: 16px;
  display: flex;
  font-family: "Comic Sans MS", cursive;
  transition: background-image 0.15s ease, transform 0.15s ease;
  position: relative; /* For pseudo-element positioning */
}

/* Hover effect */
#secondary .widget ul li:hover,
#sidebars .widget ul li:hover {
  background-image: linear-gradient(to bottom right, #dbeafe, #f3e8ff);
  transform: scale(1.03);
}

/* Before pseudo-element with star */
#secondary .widget ul li:before,
#sidebars .widget ul li:before {
  content: '🌟'; /* Emoji star */
  display: inline-block;
  margin-right: 10px;
  color: #091b2f; /* Dark blue */
  font-size: 18px;
  vertical-align: middle; /* Align with text */
}

#secondary .widget input[type="submit"],
#sidebars .widget input[type="submit"]{
    font-family: "Comic Sans MS", cursive;
    color: #fff;
    padding-block: 16px;
    padding-inline: 24px;
    background-image: linear-gradient(to right, #f6339a, #ad46ff);
    border-radius: 50px;
    width: 100%;
    appearance: button;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*error start*/

.widget-area form#searchform input[type="submit"] {
    border-radius: 5px !important;
    background: transparent;
    overflow: hidden;
    text-align: center;
    padding: 6px 18px !important;
    border: none;
    box-shadow: none;
    float: right !important;
    position: absolute !important;
    right: 0;
    text-indent: -999px !important;
    width: 40px !important;
    height: 41px;
    z-index: -999 !important;
    /* bottom: 6%; */
    top: 0;
}
.widget-area form#searchform:hover input[type="submit"],
.widget-area form#searchform input[type="submit"]:hover {
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    opacity: 1;
    z-index: 999 !important;
}
.widget-area form#searchform:after {
    position: absolute;
    margin-top: -51px;
    font-size: 15px;
    font-weight: 100;
    right: 0;
    text-align: center;
    color: #fff;
    background: transparent;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 39px;
    width: 40px;
    content: "\f002";
    font-family: 'Fontawesome';
    clear: both;
    border-radius: 6px;
    opacity: 1;
}
/*.widget-area form#searchform:before{
    position: absolute;
    content: "";
    border: 3px solid #d33;
    right: 47px;
    top: 28px;
    bottom: 0;
    height: 26px;
    z-index: 1;
}*/
.home-page {  padding: 0 0 30px 0;}
#innerpage-box{padding:5em 0em 5em 0; width: 100%;}
div#content-box {
    /* padding: 0 1em; */
   /* position: relative;
    overflow: hidden; */
}

#content-box h4{ margin: 20px 0 5px 0; }
#content-box ul{ padding: 0 0 0px 10px;list-style: none;font-size: 18px;margin: 0;}
#content-box ol{ font-size: 18px;}
#content-box ol ol { margin-left: 5px !important;}
#content-box ul ul { margin-left: 15px !important;}
#content-box li.wc-block-grid__product:before{display: none !important;}

/* #content-box ul li:before {
    content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 4px;
    color: #fff;
    display: inline-block;
    transform: rotate(0deg);
    transition: all 0.5s ease 0s;
    top: 0px;
    position: relative;
    text-align: center;
    font-size: 16px;
    width: 26px;
    line-height: 26px;
    height: 26px;
    border-radius: 50px;
    font-weight: 500;
} */

main#innerpage-box #content-box ol {  margin: 0;}
#content-box ol {counter-reset: li;list-style: none;/*list-style: decimal;*/}
#content-box ol li {
    margin: 2em 0;
    position: relative;
    padding-left: 2.3em;
    /* min-height: 60px; */
    padding-top: 0px;
}
#content-box ol li:after {
    display: block;
    content: "";
    position: absolute;
    text-align: center;
    width: 32px;
    height: 34px;
    line-height: 33px;
    font-weight: 500;
    text-align: center;
    padding: 0;
    /* box-shadow: -2px 0 1px 2px #ccc; */
    left: 0px;
    top: -8px;
    border-radius: 4px;
    background: #d33;
    margin: 0 0 0 -20px;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 500;

    padding: 0;
    display: block;
    position: absolute;
    text-align: center;
    /* box-shadow: -2px 0 1px 2px #ccc; */
    left: 1px;
    top: -6px;
    border-radius: 50px;
    background: #d33;
    margin: 0 0 0 -20px;
    transition: all 0.5s ease 0s;
}
#content-box ol li:before:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -10px;
    border-radius: 50px;
    background: #d33;
    padding: 10px;

}
#content-box ol.wp-block-list li{margin-left: 20px;}
#content-box .comment:after{display: none;}
.page_featured {margin: 0 4em;margin-bottom: 2em;padding: 10em 4em;}
img.ht-page-header-img{ width: 100%;box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);}
.sticky {   display: block;}
.total-hentry { margin: 0 0 25px;}
.byline,
.updated:not(.published) { display: none;}
.page-links {clear: both;margin: 0 0 15px;}
.ht_no_sidebar #primary{width: auto;float: none;}
.ht_no_sidebar_condensed #primary{width: 76%;float: none;margin: 0 auto;}
.ht_left_sidebar #primary{float: right;}
.ht_left_sidebar #secondary{float: left;}
.ht-post-info{float: left;width: 80px;text-align: right;}
.single .ht-post-info{margin-right: 30px;margin-bottom: 20px;}
.ht-post-info .entry-date{display: block;font-size: 0.9em;margin-bottom: 20px;}
.ht-post-info .entry-date span{ display: block;}
.ht-post-info .entry-date span.ht-day{ font-size: 60px;line-height: 1.3; color: #fe5722;}
.ht-post-info a{
    display: block;
    text-decoration: none;
    line-height: 1.4;
    padding: 20px 0 0;
    /*text-transform: uppercase;*/
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: #444;
    font-weight: 300;
}
.ht-post-wrapper{padding-left: 105px;}
.entry-figure{background: #f9f9f9; text-align: center; margin-bottom: 15px;}
.entry-header .entry-title{font-weight: 300;letter-spacing: 1px;margin-bottom: 10px;}
.entry-figure + .entry-header{background: #FFF;position: relative;margin-top: -65px;width: 90%;padding: 15px 0 1px;}
.entry-header .entry-title a{ text-decoration: none; color: #333;}
.entry-categories{font-size: 14px;color: #666;font-style: italic;margin-bottom: 15px;}
.entry-categories .fa{ color: #fe5722;margin-right: 8px;}
.entry-categories a{color: #666;text-decoration: none; }
.entry-readmore{margin-top: 20px;}
.entry-readmore a{
    background: #fe5722;
    padding: 0 20px;
    line-height: 40px;
    color: #000 !important;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.entry-readmore a:hover{background: #333; color: #FFF;}
section ul{padding: 0 0 20px 0;}
.readmore a{
    background: #4d4d4d;
    padding: 15px 40px;
    color: #fff;
    border-radius: 30px;
}
.readmore a:hover{background: #000;color:#fff;}
.wp-block-woocommerce-cart .wc-block-components-product-name{font-size: 20px; font-weight: 600;}
.wc-block-components-product-metadata p{font-size: 15px;}
.wc-block-cart__submit-container a span{color : #000 !important;}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
    /*font-family: josefin sans,sans-serif;*/
    color: #222;
    font-size: 220px;
    letter-spacing: 10px;
    margin: 0;
    font-weight: 700;
    text-shadow: 2px 2px 0 #c9c9c9, -2px -2px 0 #c9c9c9;
}

.error404 .oops-text{text-align: center;}
.toggle-bar{display: none;}
.oops-text { position: relative; z-index: 1;}
.error404 .error-404{
    color: #ffffff;
    font-size: 195px;
    text-align: center;
    display: block;
    animation: effect linear 1900ms infinite;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 240px;
}
@keyframes effect {
   0%{
        text-shadow:
            4px -4px 0 #000, 3px -3px 0 #000,
            2px -2px 0 #000, 1px -1px 0 #000,
            -4px 4px 0 #000, -3px 3px 0 #000,
            -2px 2px 0 #000, -1px 1px 0 #000;
    }
    25%{
        text-shadow:
            -4px -4px 0 #000, -3px -3px 0 #000,
            -2px -2px 0 #000, -1px -1px 0 #000,
            4px 4px 0 #000, 3px 3px 0 #000,
            2px 2px 0 #000, 1px 1px 0 #000;
    }
    50%{
        text-shadow:
            -4px 4px 0 #000, -3px 3px 0 #000,
            -2px 2px 0 #000, -1px 1px 0 #000,
            4px -4px 0 #000, 3px -3px 0 #000,
            2px -2px 0 #000, 1px -1px 0 #000;
    }
    75%{
        text-shadow:
            4px 4px 0 #000, 3px 3px 0 #000,
            2px 2px 0 #000, 1px 1px 0 #000,
            -4px -4px 0 #000, -3px -3px 0 #000,
            -2px -2px 0 #000, -1px -1px 0 #000;
    }
    100% {
        text-shadow:
            4px -4px 0 #000, 3px -3px 0 #000,
            2px -2px 0 #000, 1px -1px 0 #000,
            -4px 4px 0 #000, -3px 3px 0 #000,
            -2px 2px 0 #000, -1px 1px 0 #000;
    }
}

@media only screen and (max-width: 767px){
  .error404 .error-404{ font-size: 150px; }
}
@media only screen and (max-width: 479px){
   .error404 .error-404{ font-size: 150px; }
}
@media only screen and (max-width: 359px){
   .error404 .error-404{ font-size: 122px; }
}
@media screen and (min-width: 769px){
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
}
.woocommerce #reviews h2 small{
    float: none;
}
/*-----------------------
## page scroll
-----------------------------*/
#back2Top {
    /* display: none; */
    position: fixed;
    bottom: 50px;
    right: 20px;
   padding: 4px;
    line-height: 22px;
    text-align: center;
    rotate: -90deg;
    font-size: 32px;
    /* transform: rotateY(180deg); */
    text-decoration: none;
    z-index: 1;
    width: 50px;
    height: 50px;
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease;
}
#back2Top .button5 {
    cursor: pointer;
    background: none;
    border: none;
    display: flex;
    flex-direction: column;
    width: 50px;
    gap: 3px;
    transition: all 0.2s ease 0.2s;
}
#back2Top .button5 .round {
    width: 4px;
    height: 4px;
    background: #7a7a7a;
    border-radius: 50%;
    transition: all 0.2s ease 0.2s;
}
#back2Top .button5:hover .round{ background: #FFD200;transition: all 0.2s ease 0.2s;}
#back2Top .button5 .line { display: flex; gap: 2px; transition: all 0.2s ease 0.2s;}
#back2Top .button5:hover .line { transition: all 0.2s ease 0.2s;gap: 3px;}
#back2Top .button5 .two { transform: translateX(10px);}
#back2Top .button5 .three { transform: translateX(20px);}
#back2Top .button5 .four { transform: translateX(30px);}
#back2Top .button5 .five { transform: translateX(20px);}
#back2Top .button5 .six {transform: translateX(10px);}

div#secondary caption {padding-top: 12px;padding-bottom: 12px;padding-left: 10px;}
div#secondary .widget_calendar table {margin: 0;padding: 0;}
.widget_calendar tfoot tr td a {
    border: none;
    padding: 0px;
    padding: 6px 20px;
    -moz-transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.widget-area .widget_rating_filter ul {
    list-style: none;
    padding: 12px;
    margin: 0;
}
.widget-area .widget_rating_filter ul li {border-bottom: none;}
.widget-area .woocommerce ul.cart_list li, 
.widget-area .woocommerce ul.product_list_widget li {padding: 12px 12px 12px;}
.widget-area .woocommerce ul.product_list_widget li a {font-size: 13px;font-weight: 400;padding: 0px 0 8px;}
.widget-area .woocommerce ul.cart_list li img, .widget-area .woocommerce-page ul.cart_list li img, 
.widget-area .woocommerce ul.product_list_widget li img, 
.widget-area .woocommerce-page ul.product_list_widget li img {width: 74px;height: 74px;}

.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount {font-size: 14px;color: #666;}
.widget-area .woocommerce ul.product_list_widget li img:hover { opacity: 0.8;}
.widget-area .woocommerce .widget_shopping_cart_content p {padding: 12px;margin: 0;border: 1px solid #eaeaea;margin-top: 15px;}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
}
.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del { font-size: 18px;font-weight: 600 !important;}
.single-productpage h2.woocommerce-loop-product__title {line-height: 33px; word-break: break-word;}
main#innerpage-box div#commentsAdd textarea#comment {background: transparent;}
div#respond textarea#comment { background: transparent;}
div#comments input[type="submit"] {padding: 10px 20px;border-radius: 5px;height: 50px;}
main#innerpage-box .woocommerce-product-search .search-field {border: 0px solid #e9e7e7;background: transparent;}
.woocommerce div.product .woocommerce-tabs .panel {background: transparent !important;border: none !important;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, 
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{opacity: 1;}

div#secondary .social-profile-icons ul li i {
    padding: 15px 7px 0px 7px;
    margin: 0;
    font-size: 20px;
}
#content-box .wc-block-grid__product-title{font-size: 20px;}
#content-box .wc-block-grid__product-price {font-size: 16px;}

/************************/
/*Shop Page*/
/************************/
.total-product-title-wrap del .amount{display: none;}
.total-product-title-wrap ins .amount{    top: 6px;position: relative;}
.total-product-title-wrap ins .amount bdi,
.total-product-title-wrap ins .amount bdi span{font-size: 22px;font-weight: 400;}

/************************/
/*SINGLE PRODUCT PAGE*/
/************************/
/***price******/
.product .product-short-description p{font-size: 18px;color: #707070;}
.product-price-title del .woocommerce-Price-amount span.woocommerce-Price-currencySymbol,
.product-price-title del .woocommerce-Price-amount{color: #d33;font-size: 21px; }
.product-price-title .woocommerce-Price-amount{margin-right:10px; }
.product-price-title ins .woocommerce-Price-amount span.woocommerce-Price-currencySymbol,
.product-price-title ins .woocommerce-Price-amount {color: #d33;font-size: 30px;font-weight: 500;}
/*star-rating*/
.woocommerce .woocommerce-product-rating .star-rating { margin: 0.3em 12px 0 0;float: left;}
.woocommerce div.product .woocommerce-product-rating{ line-height: 2; margin-bottom: 20px;}

/*short-description*/
.woocommerce-product-details__short-description{display: none;}

/*product-categories*/
.product-type-simple .related.products,
.product-type-simple .quantity,
.product-type-simple .summary.entry-summary .qty-label,
.product-type-simple .summary.entry-summary .product-categories{display: none;}

.product_meta { display: none;}
.product .qty-label{margin: 14px 0 0 0;}
.single-productpage .product-categories a {
    position: relative;
    overflow: hidden;
    background: #ccc;
    padding: 9px 10px;
    margin:2px 10px 2px 2px;
    font-size: 15px;
    font-weight: 500;
    height: 10px;
    line-height: 3;
    top:10px;
}
/*.product-type-simple .product-categories a:hover{}*/

/*quntity Button*/
.woocommerce div.product form.cart div.quantity{float: none;margin: 15px 0;}
.single-productpage .quantity button.minus {
    font-size: 30px;
    padding: 4px 10px;
    margin: 0;
    border-radius: 0;
    background: #f0f1f3;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    right: -6px;
    position: relative;
}
.single-productpage .quantity button.plus {
    position: relative;
    left: -6px;
    top: -1px;
    font-size: 24px;
    padding: 8px 10px;
    margin: 0;
    border-radius: 0;
    background: #f0f1f3;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
}
.woocommerce .quantity .qty {
    height: 38px !important;
    width: 66px !important;
    margin: 0;
    text-align: center;
    padding: 4px 6px 4px 14px;
    border: none;
    font-size: 22px;
    font-weight: 500;
    background: #ccc;
}
/*add to cart button*/
.single_add_to_cart_button{display: none !important;}
.product .buy-now-button {
    display: block !important;
    width: 70%;
    background: #2E2E2D ;
    border-radius: 4px;
    padding: 14px 10px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff ;
}
.product .buy-now-button:hover{color: #FF7617 !important;}

/*Related Product*/

.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .upsells.products ul.products li.product, 
.woocommerce .related ul li.product, .woocommerce-page .related ul li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul li.product {
    width: 22% !important;
    margin-right: 2% !important;
}

/*---------------FOR SINGLE PRODUCT PAGE PRODUCT IMAGE GALLERY---------------------------------------*/

.woocommerce-product-gallery__wrapper{width:100%;height: 100%;}
.woocommerce-product-gallery__image.flex-active-slide a img {
    height: 100% !important;
    width: 100% !important;
}

ul.flex-direction-nav {
    position: absolute;
    top: 30%;
/*    z-index: 99999;*/
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}

a.flex-next::after {
    visibility:visible;content: '\f054';
    font-family: 'FontAwesome';
    margin-right: 10px;
    font-size: 20px;   
    font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
    font-family: 'FontAwesome';   
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}
ul.flex-direction-nav li a {
    color: #ccc;
}
ul.flex-direction-nav li a:hover {
    text-decoration: none;
}

/*---------------END FOR SINGLE PRODUCT PAGE PRODUCT IMAGE GALLERY---------------------------------------*/
/*-----------------------
## Start search
-----------------------------*/
main#innerpage-box h2 a {color: #000;font-weight: 600; margin-bottom: 10px;}
.entry-readmore a {
    padding: 2px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

/*-----------------------
## Blog Inner Page 
-----------------------------*/
#innerpage-box .inner-blog-post {
    position: relative;
    float: left;
    margin: 0em 0em 3em 0em;
    padding: 0 12px;
}
#innerpage-box .inner-blogpost { 
    position: relative;
    transition: all 0.5s;
    /* position: relative; */
    background-color: #fff;
    border: 4px solid #e9d4ff;
    border-radius: 24px;
    overflow: hidden;
}
#innerpage-box .inner-blogpost .ht-blog-thumbnail { position: relative;}
#innerpage-box .ht-blog-thumbnail img {
    border-radius: 10px;
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
}
#innerpage-box .blog-admin {
    /* background: #091b2f; */
    /* padding: 30px 20px 15px; */
    /* clip-path: polygon(0 30%, 100% 0%, 100% 100%, 0% 100%); */
    gap: 16px;
    display: flex;
    font-size: 14px;
    line-height: 1.4;
    align-items: center;
    margin-bottom: 16px;
    color: #4a5565;
}
#innerpage-box .inner-blogpost-info {
    position: relative;
    overflow: hidden;
    padding: 32px;
}
main#innerpage-box #blog-box h2 {
    font-size: 36px;
    font-weight: 600;
    /* display: block; */
    font-family: "Comic Sans MS", cursive;
    line-height: 1.1;
    margin-bottom: 16px;
    font-weight: inherit;
}
#innerpage-box .inner-blog-excerpt p, 
#innerpage-box .inner-blog-excerpt {
    font-size: 20px;
    color: #364153;
    font-family: "Comic Sans MS", cursive;
    line-height: 1.4;
    margin-bottom: 24px;
}
#innerpage-box .bloginnbtn {
    position: relative;
    display: block;
}
#innerpage-box .bloginnbtn a{ 
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    /* padding: 10px 25px; */
    /* background: #091b2f; */
    border-radius: 30px;
    display: inline-block;
    font-family: "Comic Sans MS", cursive;
    padding-block: 16px;
    padding-inline: 32px;
    background-image: linear-gradient(to right, #f6339a, #ad46ff);
    border-radius: 50px;
    gap: 8px;
    align-items: center;
    display: inline-flex;
}

#innerpage-box .bloginnbtn a:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} 
#innerpage-box .bloginnbtn a:hover{
    letter-spacing: 1px;
    transition: all 0.5s;
}
/*--------------------------------------------------------------
## Inner Page Heading
--------------------------------------------------------------*/
body.page-template-default main#innerpage-box h1,
body.page-template-default main#innerpage-box h2,
body.page-template-default main#innerpage-box h3,
body.page-template-default main#innerpage-box h4,
body.page-template-default main#innerpage-box h5,
body.page-template-default main#innerpage-box h6,

.page-template-templates main#innerpage-box h1,
.page-template-templates main#innerpage-box h2,
.page-template-templates main#innerpage-box h3,
.page-template-templates main#innerpage-box h4,
.page-template-templates main#innerpage-box h5,
.page-template-templates main#innerpage-box h6
 {
    word-break: break-word;
    /* margin: 8px 0 22px 0; */
}

#innerpage-box .wp-block-image figure {
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
/*.wp-block-group__inner-container h2, 
#innerpage-box .widget-area .widget-title {
    font-size: 18px !important;
    color: #000;
    font-weight: 400;
    background: #000;
    padding: 10px 24px 10px 22px;
    position: relative;
    text-align: left;
    z-index: 9;
    border-radius: 4px;
    margin: 0 0px 28px 0;
}*/
/* #innerpage-box .widget-area .widget-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 14px;
    bottom: 14px;
    background: #d33;
    border-radius: 6px;
} */
.wp-block-group__inner-container h2, 
#innerpage-box .widget-area .widget-title .widget-titleinn{
    color: #000;
    /* background: #091b2f; */
    /* padding: 20px 15px; */
    font-size: 30px;
    /* clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%); */
    font-family: "Comic Sans MS", cursive;
    line-height: 1.2;
}

main#innerpage-box .widget-area .tagcloud a {
    margin: 6px 2px;
    padding: 6px 6px;
    border-radius: 5px;
    border: none;
    position: relative;
    box-shadow: unset;
    text-align: center;
    background: none;
    display: inline-block;
    background: #fff;
}
.widget-area .tagcloud {list-style: none;padding: 0;margin: 1em 3em 1em 3em;}
.widget-area .textwidget { padding: 10px 15px 10px 15px;}
.widget-area li span.post-date {margin-bottom: 1em;position: relative;display: list-item;}
.widget-area .widget_media_image img {padding: 10px;margin: 0;border: 1px solid #eaeaea;}
#secondary .gallery-columns-3 {padding: 10px;margin: 0;border: 1px solid #eaeaea;}
#secondary .gallery-columns-3 .gallery-item a{padding: 0;}
.widget-area div#calendar_wrap {padding: 0px 0px 0 ;margin: 0;border: 1px solid #eaeaea;}
.widget_calendar table {border-collapse: separate; width: 100%;}
.widget-area .woocommerce-product-search, 
.widget-area form#searchform { position: relative; width: 100%;  padding: 0px;}
.widget-area ul ul li a:before {
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f105";
    margin: 0 5px 0;
}
.widget-area ul ul {border-radius: 0;border:none;}
.widget-area ul ul li {padding-left: 10px;border-bottom: none;}
.widget-area ul ul li a {padding: 0;}
.widget-area ul ul li.current_page_item > a,
.widget-area ul ul li.current_page_item > a:hover{ background:none; }
.widget_calendar table thead tr th {
    font-size: 12px;
    padding: 10px;
    text-align: center;
    border: none;
    color: #fff;
}
.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: #444;
}
.widget_calendar tfoot tr td {border: none; padding: 0px;}

/*#secondary .widget_calendar table tbody td{color: #fff !important;}*/
/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
    display: block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon { display: block;}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, 
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value { display: block; -webkit-transform: translateZ(0);}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, 
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {  position: absolute;}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, 
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value, 
.odometer.odometer-theme-default .odometer-value {  text-align: center;}

/*--------------------------------------------------------------
## WooCommerce Cateigiries Page
--------------------------------------------------------------*/
#content-box ul li.product-category:before{display: none;}
#content-box .product-category {position: relative;}
#content-box  .woocommerce.columns-4,
#content-box .products.columns-4{padding: 0;}
#content-box li.product-category.product {
    padding: 0 20px;
    margin: 0 0 50px 0;
    text-align: center;
    width: 25%;
    float: left;
}
#content-box h2.woocommerce-loop-category__title {
    position: relative;
    font-size: 25px ;
    font-weight: 400 !important;
    line-height: 1.4;
    margin: 30px 0 6px 0 !important;
}
#content-box .woocommerce-loop-category__title mark.count {
    font-size: 22px;
}
/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{border-color: #6a1b9a;}
 main#innerpage-box h2.woocommerce-loop-product__title {font-weight: 500;}
.woocommerce ul.products li.product a img{ height: auto;border: none !important;}
.woocommerce div.product div.images img {border: 2px solid #f1f0f0 !important;}
.woocommerce ul.products li.product .total-product-title-wrap{padding: 10px 10px 0;}
.woocommerce ul.products li.product a{color: inherit;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{margin: 0 0 6px;padding: 0;}
.woocommerce div.product div.images .flex-control-thumbs{ margin: 5px -5px 0;display: flex;}
.woocommerce div.product div.images .flex-control-thumbs li{ padding: 5px;}
.woocommerce ul.products li.product .price{font-weight: 500;font-size: 20px;color: #fe5722;margin: 0;}
.woocommerce ul.products li.product .price del{ display: inline;color: #999;opacity: 1;}
.woocommerce ul.products li.product .price ins{display: inline;font-weight: 600 !important;}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {float: right;width: 100%;}
.woocommerce-MyAccount-navigation ul li:before{display: none;}
.woocommerce-MyAccount-navigation ul li a{
    background: none;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    color:#fc856d;
    padding: 0px 4px;

}
.woocommerce-MyAccount-navigation ul li{margin: 5px 0 !important;}
.woocommerce-MyAccount-navigation-link.is-active a{color:#000 !important;}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 5px;
    color: #FFF;
    background-color: #fe5722;
    border:1px solid #fe5722;    
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 0.9em;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover{background: #333;color: #FFF;}

.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,
.woocommerce input.button { color:#fff ;}

.woocommerce ul.products li.product .button{
    margin: 0;
    transform: translateY(50%);
    -ms-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 16px;
    background-color: #c3c3c3;
    border:none;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px;
    box-shadow: none;
}

.single_inner .page-main-header {  display: none;}
/*.woocommerce ul.products li.product:hover .button{border-color: #fe5722;background-color: #fe5722;color: #FFF;}*/
.woocommerce ul.products li.product .button.loading{  opacity: 1;}
.woocommerce a.added_to_cart{
    padding-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 25px;
    font-size: 13px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt{ border-color: #fe5722;background-color: #fe5722;}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{background: #333;border-color: #333;color: #FFF;}
.woocommerce nav.woocommerce-pagination ul{border: 0;margin: 0;}
.woocommerce nav.woocommerce-pagination ul li{border: 0;margin: 0 4px;}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    display: block;
    background: #fe5722;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{background: #333;color: #FFF;}

.woocommerce span.onsale{
    min-height: 0;
    min-width: 0;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #fe5722;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 -6px;
    top: -3px !important;
    left: 0 !important;
    z-index: 1;
}

.woocommerce span.onsale:after{
    border-color: transparent #e8ae00 #e8ae00 transparent;
    border-width: 3px;
    border-style: solid;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
}

/*.woocommerce ul.products li.product .onsale{margin: 10px -6px 0 0;}*/
.woocommerce ul.products li.product .onsale {
    top: auto;
    right: auto;
    left: auto;
    margin: auto;
}
.woocommerce ul.products li.product .onsale:after{
    border-color: transparent transparent #e8ae00 #e8ae00;
    border-width: 3px;
    border-style: solid;
    right: 0px;
    left: auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{z-index: 1;}
.woocommerce div.product p.price, 
.woocommerce div.product span.price{color: #fe5722}
.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{font-weight: 400;}
.woocommerce .product_meta{font-size: 15px;}
.woocommerce .product_meta a{color: inherit;}
.woocommerce .product_meta a:hover{ color: #fe5722;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;border-bottom: 2px solid #fe5722;padding-bottom: 10px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{ display: none !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {padding: 10px 0;font-weight: 500;}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #333;
    border-radius: 0;
    margin: 0 6px 0 0;
    padding: 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{ background: #fe5722;z-index: 1;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{ color: #656363 !important;}
.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{font-size: 22px; margin-bottom: 30px;}
.woocommerce #reviews #comments h2, 
.woocommerce-page #reviews #comments h2 { margin-bottom: 10px !important;}
.woocommerce-Reviews .comment-form-author, 
.woocommerce-Reviews .comment-form-email{ width: 100%;}
.woocommerce-Reviews .comment-form-author input,
.woocommerce-Reviews .comment-form-email input{width: 100%;}
.related.products h2{ margin-bottom: 30px;}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{background: #fe5722;padding: 10px 20px;color: #FFF;}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{background: #333;color: #FFF;}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{background: #fe5722;border-color: #fe5722;}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{line-height: 40px;font-size: inherit;padding: 0;}
.select2-container .select2-choice{
    border: 1px solid #EEE;
    font-size: 0.9em;
    color: inherit;
    border-radius: 0;
}
.select2-results{font-size: 0.9em;color: inherit;}
.select2-drop-active{border-color: #EEE;}
.select2-drop.select2-drop-above.select2-drop-active{border-color: #EEE;}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{border-top-color: #fe5722;font-size: 0.9em; margin-bottom: 15px; padding: 1em 2em 2em 3.5em;}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before{ color: #fe5722;}

.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
    padding: 10px 20px;
    line-height: 4;
    height: auto;
    margin-right: 15px;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{font-weight: 400;}
#customer_details{ margin-bottom: 40px;}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{border: 1px solid #EEE;border-radius: 0;   padding: 10px;}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
    float: none;
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
    padding-top: 4px;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{font-weight: 400;}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{ top: 8px;}
.woocommerce .widget_layered_nav ul li{ padding: 5px 0;}
.woocommerce .widget_price_filter .ui-slider{margin: 0 12px 5px; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{ background-color: #FFF; border: 3px solid #000;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{ background-color: #fe5722}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{ background-color: #EEE;}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    height: 20px;
    width: 20px;
    top: -6px;
    margin-left: -10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style: none;}
.woocommerce-MyAccount-navigation-link a{
    background: #fe5722;
    color: #FFF;
    padding: 10px 20px;
    margin-bottom: 5px;
    display: block;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{ background: none;}
.woocommerce ul.products li.product strong {display: inline-block;}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/
.carousel-indicators li{ background-color: #6963635c; border: 1px solid #6963635c;}

ul.themetext {margin: 0;padding: 0;list-style: none;}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
}
.ht-site-title, .site-title { margin: 4px 0 0 0;}

div#content li.blocks-gallery-item:before {content: none;}
div#content li.blocks-gallery-item {padding: 14px 14px 0 14px;}
div#content li.blocks-gallery-item img:hover {opacity: 0.5;}
.single_post .datebx{ margin-bottom: 0px;}
.single_post .datebx li{list-style: none; display: inline-block;}
.single_post .datebx .post-date-publishable {
    display: inline-block; 
    margin-right: 20px; 
    padding-top: 15px;
    padding-bottom: 15px;
}
.single_post .datebx  i { padding-right: 6px;}
.woocommerce-product-search .search-field {
    width: 100% !important;
    margin-bottom: 5px;
    margin-top: 20px;
}
.single-productpage #sidebars button {
    padding: 7px 25px;
    border: 1px solid;
/*    width: 100%;*/
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow:none;
    margin: 0px 0 0 20px;
}
div#sidebars ins {background: none;}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 10px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}
.widget-area del span.woocommerce-Price-amount.amount {font-size: 14px;color: #666;}
.widget-area span.woocommerce-Price-amount.amount {
    margin: 0 0 8px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}

/*-----------------------
## product rating
--------------------------------------------------------------*/
.woocommerce .star-rating {
    position: relative;
    height: auto; 
    font-family: star; 
    overflow: initial;
}
.woocommerce .star-rating {
    display: block;
    position: relative;
    unicode-bidi: bidi-override;
    direction: ltr; /* Use ltr direction for proper filling */
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0px;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.woocommerce .star-rating::before {
/*    color: #ccc ; */
    content: '\73\73\73\73\73';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}
.woocommerce .star-rating span {
/*    color: red ; */
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 0; /* Default width */
}
.woocommerce .star-rating span::before {
    content: '\53\53\53\53\53';
    font-family: star;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
}

/* Rating specific styles */
.woocommerce .star-rating[data-rating="5"] span {  width: 100%;}
.woocommerce .star-rating[data-rating="4"] span { width: 80%;}
.woocommerce .star-rating[data-rating="3"] span { width: 60%;}
.woocommerce .star-rating[data-rating="2"] span { width: 40%;}
.woocommerce .star-rating[data-rating="1"] span { width: 20%;}

/*sidebar star*/
.widget_recent_reviews .star-rating{display: none;}
/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.woocommerce div.product form.cart .button, 
.woocommerce-page div.product form.cart .button, 
.woocommerce #content div.product form.cart .button, 
.woocommerce-page #content div.product form.cart .button {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    margin: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    padding: 0px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce #review_form #respond .form-submit input {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce div.product div.images img:hover {opacity: 0.8;}
.woocommerce div.product .woocommerce-product-rating a{float: right;display: contents;}
.single-productpage .innerpage-whitebox .woocommerce-product-rating span.count {display: inherit;}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {overflow: hidden;}
.woocommerce ul.products li.product a img {transform: scale(1);transition: all 1s ease 0s;}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 2px 0;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce .widget_shopping_cart .buttons a, 
.woocommerce.widget_shopping_cart .buttons a {
    border: 1px solid;
    padding: 10px 20px;
    color: #FFF;
    border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {padding-top: 40px;}
body.page-template-default.page.page-id-134.logged-in.admin-bar.woocommerce-checkout.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead,
body.page-template-default.page.page-id-133.logged-in.admin-bar.woocommerce-cart.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support #ht-masthead,
body.page-template-default.page.page-id-135.logged-in.admin-bar.woocommerce-account.woocommerce-page.woocommerce-js.ht_right_sidebar.columns-3.customize-support header#ht-masthead {
    position: relative;
}
.woocommerce table.shop_table{padding-bottom: 30px;}
.sf-arrows .sf-with-ul:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: -2px;
    height: 0;
    width: 0;
    display: none;
}
.sf-arrows .sf-with-ul:before {display: none;}
.woocommerce #reviews #comments ol.commentlist li img.avatar { position: relative;}
.woocommerce #reviews #comments ol.commentlist li {display: inline-block;}
.woocommerce #reviews #comments ol.commentlist li .comment-text { margin: 0;}

/*-----------------------
## Single product 
-----------------------------*/
.woocommerce div.product .product_meta .posted_in, 
.woocommerce div.product .product_meta .tagged_as {display: block;font-weight: 400;line-height: 1.6;}
.woocommerce .star-rating {
/*    float: right;*/
    position: relative;
    height: 1.5em;
    line-height: 1;
    font-size: 1em;
/*    width: 100%;*/
    font-family: star;
    overflow: initial;
}
.woocommerce .woocommerce-product-rating .star-rating{}
.woocommerce .widget_rating_filter ul li a {padding: 1px 0;text-decoration: none;}
.widget-area .woocommerce li.wc-layered-nav-rating .star-rating { margin: 0;}
.widget-area .woocommerce ul.product_list_widget li a {font-size: 16px;font-weight: 500;padding: 0px 0 8px;}
.widget-area .woocommerce .product_list_widget li .star-rating {
    float: right;
    position: relative;
    height: 1.5em;
    line-height: 1;
    font-size: 1em;
    width: 63%;
    font-family: star;
    overflow: initial;
    margin-bottom: 10px !important;
}
main#innerpage-box .woocommerce-product-details__short-description ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #999;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}

main#innerpage-box .woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 7px;
    line-height: 1.4;
}
.woocommerce div.product .woocommerce-tabs .panel {
    background: transparent !important;
    border: none !important;
    box-shadow: none;
}

@media only screen and (max-width: 1500px) {
#banner-section .Rtxt { right: -10%;}
header .second-featured-image{right: 14%;}
#contactus .s-media {right: -12%;}

}

@media only screen and (max-width: 1299px) {
#contactus .oly:after {transform: rotate(11deg);}
#contactus .s-media { right: -11%;}
}

@media screen and (max-width: 1200px){
 .ct-btn-scroll{ bottom: 20px; }
 .new-page.menu-new{
    display:none;
}
}

@media screen and (max-width: 1199px){
header .h-bttn a span,
header .h-bttn a{font-size: 14px;}
.navigation .mainmenu li {  margin: 0px 6px 0;}
#banner-section .Mbx, #banner-section .banner_title{font-size: 80px;}
#about .conbx h2 { font-size: 40px; margin: 10px 0 10px;}
#about .conbx p { font-size: 16px; margin: 6px 0; }
#about .list li { font-size: 16px; margin: 6px 0px 4px 0px;}
#about .abt-btn a { font-size: 16px; padding: 6px 6px 6px 20px;}
#about .expbx h3{font-size: 45px;}
#about .expbx h4,
#about .expbx h3 span{font-size: 30px;}
#contactus .oly{clip-path: none;}
#contactus .oly:after { display: none;}
#contactus .conbx { width: 100%;}
#contactus .s-media {right: 0;}
#contactus .d-box{clip-path: none;}
#contactus .d-boxinn{width: 100%;}
#facility .sec-middle{width: 100%; padding: 0;}
#facility .f-lbx{width: 100%;}
#facility .f-rbx{width: 100%; }
#facility .facilityus-post-wrap { margin-top: 0em;}
#facility .facilityus-single { margin-top: 1em;}
#facility .f-lbx .facilitybx:nth-child(1),
#facility .f-lbx .facilitybx:nth-child(2),
#facility .f-lbx .facilitybx:nth-child(3){right:0%;padding: 0 10px;}
#facility .f-rbx .facilitybx:nth-child(1),
#facility .f-rbx .facilitybx:nth-child(2),
#facility .f-rbx .facilitybx:nth-child(3){left:0%;padding: 0 10px;}
#facility .Rbx .hi-icon,
#facility .Lbx .hi-icon { float: none;}
#team .single-team { padding: 0 6px;}
#appointment .titlebx h3{font-size: 40px;}
#appointment .appbx p { margin-right: 0%;}
#newarrival .newarrivalbx { padding:2em 8px 0;}
#newarrival .price .amount{ font-size: 40px;}
.blog-area .blog-post:nth-child(5){display: none;}
.blog-area .blog-post:nth-child(3) .blog-single, 
.blog-area .blog-post:nth-child(4) .blog-single, 
.blog-area .blog-post:nth-child(5) .blog-single { margin: 0px 0 0 0;}
.blog-area .blog-post:nth-child(3) h4, 
.blog-area .blog-post:nth-child(4) h4, 
.blog-area .blog-post:nth-child(5) h4 {font-size: 16px;}
.blog-area .blog-single {  padding: 8px 10px 9px 20px;}
.blog-area .blog-single p {  line-height: 20px;}

#ht-contactus-wrap .conpgfmbx h2,
#ht-contactus-wrap .detalbx h4 { font-size: 40px;}
#ht-contactus-wrap .conpgfmbx h3 { font-size: 24px;}
#ht-contactus-wrap .dbxtxt { font-size: 16px; margin: 4px 0 10px;}
/* #innerpage-box .inner-team { width: 33.33%;} */
#innerpage-box .innertest-item {  padding: 0 10px; display: flex;}
/* #innerpage-box .ts-area-thumb { width: 33%;} */
#innerpage-box .tsarea-inn .ts-area-bx {  width: 100%;}
#innerpage-box .singleinner-service .service_inimg { margin: 0 4px 14px;}
#innerpage-box .inner-blog-post {  margin: 0em 0em 2em 0em;}
#innerpage-box .inn-single-project-bx {  padding: 0 10px;}
.wp-block-group__inner-container h2, 
#innerpage-box .widget-area .widget-title {font-size: 20px !important;}
#innerpage-box .workbx .wkbxinn { margin: 0px 6em 0em 10em;}
#innerpage-box .workbx .ntc_img2{right: -7em;}
#content-box li.product-category.product {padding: 0 10px;margin: 0 0 15px 0;}
#content-box h2.woocommerce-loop-category__title {margin: 10px 0 6px 0 !important;}
.widget-area .tagcloud { margin: 1em 1em 1em 1em;}
.widget-area a { font-size: 16px;}
footer#footer.footer-area .widget-title { font-size: 22px;}
.footer-area li a { font-size: 18px;}
}


@media screen and (min-width: 1024px) and (max-width: 1200px){
#quote-carousel .carousel-control.left {  left: -42px;}
#quote-carousel .carousel-control.right {  right: -42px;}
.header-seo.header-transparent .is-fixed .main-bar input[type="search"] {   top: -5px;}
.header-seo.header-transparent .is-fixed .main-bar span.sb-icon-search {  top: -14px;}
}

@media screen and (min-width: 992px) and (max-width: 1023px){
.luzuk-content-area {top: 70%; width: 390px;right: 0%;
}
}

@media screen and (min-width: 320px) and (max-width: 1024px){
header.site-header span.text, .single-header-info span.theme-color{font-size: 11px;}
header.site-header .d-flex, div#navbarNavDropdown {margin: 0 0%;}
header.site-header .list-inline.m-a0{padding-left: 0px !important;}
header.site-header .text-bx.padding0{padding-left: 15px;}
header.site-header input[type="search"] {
    width: 100%;
}
}

@media (max-width: 1012px){
.header-transparent .sticky-header {padding: 0;
}
}

@media screen and (max-width: 1000px){
    .toggle-bar{
     display: block;
     position: absolute;
     top: -35px;
     right: 35px;
     width: 50px;
     background: #fe5722;
     cursor: pointer;
     text-align: center;
     color: #fff;
     padding: 20px 0;
     cursor: pointer;
 }
 .toggle-bar span{
    position: absolute;
    top: 50%;
    margin-top: -2px;
    height: 4px;
    left: 8px;
    right: 8px;
    background: #FFF;
    box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
}
}

@media (min-width: 992px){
 .responsive-header-box{  display: none;}
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}

@media (max-width: 992px){
.sf-arrows .sf-with-ul:after{ right: 30px !important;}
.ht-site-title, .site-title { font-size: 22px;}
}

@media only screen and (max-width: 991px) {
.navigation .mainmenu { display: block;}
.navigation .mainmenu li:hover ul li:hover > ul{display: inline-block !important;}
.navigation .mainmenu ul.sub-menu li { margin: 0 9px 1px 2px;}
div#sitemap-box h4:before,
div#sitemap-box:before{display: none;}
.commentmetadata span.reply{position: relative; top: -5px; margin: 10px;}
#sidebars .widget, div#secondary.widget-area .widget { margin: 0px 2px 1em 2px;}
#content-box li.product-category.product{width: 33.33%;}
#content-box h2.woocommerce-loop-category__title {font-size: 18px !important;}
#content-box .woocommerce-loop-category__title mark.count { font-size: 16px;}
}

@media screen and (max-width: 991px) {
#banner-section .Rtxt { right: -18%; }
header .search_bar input[type=text] {box-shadow: 0px 0px 5px 3px #dfdfdf94;}
header .mid-head {  padding: 10px 0 10px 0;}
header .tp-head { padding: 4px 0;}
header .h-bttn { margin: 2px 0 0 0;}
.logo {  width: 40%; padding: 1px 4px 1px 4px;}
header .h-bttn { width: 40%;}
header .head-menu { width: 20%; order: 1;padding: 0;}
header .js-nav-toggle {position: absolute;right: 0em; }

.top-bar-head {padding: 0em 0;}
.home.page-template .site-header { position: relative;}
.site-navigation{background:none ;}
.site-navigation{ right:6px;padding: 0;}
.mid-head {padding: 4px 0;}
.navigation .mainmenu li a::before{display: none;}
#banner-section .Mbx, #banner-section .banner_title { font-size: 60px;}
#banner-section .Mbx{width: 100%;padding: 0 15px;order: 1;}
#banner-section .Lbx{width: 50%;order: 2;}
#banner-section .Rbx{width: 50%;order: 3;}
#banner-section .bann-btn a { font-size: 16px;  padding: 10px 10px 10px 20px;}
#banner-section .bann-btn i {font-size: 13px; padding: 4px 4px; margin: 0 0 0 6px;}
#about .Imagebx{width: 100%;padding: 0;}
#about .conbx { width: 100%;padding:0; }
#about .abt-btn { margin: 0.8em 0 0 0em;}
#service .serslbx{width: 100%;padding: 0;}
#service .titlebx h3 { font-size: 40px;margin: 14px 0 14px;}
#service .titlebx h3:after { bottom: 0px;width:33%;}
#service .owl-nav{display: none;}
#service .Rimgbx { width: 60%; margin: 1.4em auto 0; padding: 0 0px;}
/* #contactus { padding: 1em 0 0em 0 !important;} */
#contactus h6 { font-size: 30px;}
#contactus h3 {font-size: 40px;margin: 10px 0;}
#contactus .conbx p { font-size: 16px;}
/* #team .titlebx,#testimonials .titlebx,.blog-area .titlebx,
#facility .titlebx { margin: 0 0 1em 0;} */
#team .titlebx h3,#testimonials .titlebx h3,.blog-area .titlebx h3,
#facility .titlebx h3 {font-size:40px;margin: 10px 0 10px;}
#testimonials .ts-area-c p {font-size: 16px;  margin: 12px 0 0px 0;}
#appointment .icnbx { width: 16%;}
#appointment .contentbx { width: 84%;}
#newarrival .titlebx{width: 100%;padding: 0;}
#newarrival .titlebx h3{font-size: 40px; margin: 10px 0;}
#newarrival .titletx{ width: 100%;font-size: 18px; padding: 0; line-height: 30px;}
#newarrival .newarrivalbx{width: 50%;}
#newarrival .titlebxout { margin: 0 0 2em 0;}
#newarrival .newarrivalbx:nth-child(1) .newarrivalus-single{top:0;}
#newarrival .newarrivalus-single { margin: 0 0% 1em 0%;}
#newarrival .newarrivalbx { padding: 1em 8px 0;}
.blog-area .blog-post:nth-child(3),.blog-area .blog-post:nth-child(4),
.blog-area .blog-post{width: 50%;}
.blog-area .blog-post:nth-child(1) ,
.blog-area .blog-post:nth-child(2) ,
.blog-area .blog-post:nth-child(3) , 
.blog-area .blog-post:nth-child(4) , 
.blog-area .blog-post:nth-child(5){position: relative;top: 0;}

.blog-area .blog-post:nth-child(1) .blog-image,
.blog-area .blog-post:nth-child(2) .blog-image,
.blog-area .blog-post:nth-child(3) .blog-image, 
.blog-area .blog-post:nth-child(4) .blog-image, 
.blog-area .blog-post:nth-child(5) .blog-image,
.blog-area .blog-post:nth-child(1) .blog-single, 
.blog-area .blog-post:nth-child(2) .blog-single, 
.blog-area .blog-post:nth-child(3) .blog-single, 
.blog-area .blog-post:nth-child(4) .blog-single, 
.blog-area .blog-post:nth-child(5) .blog-single{width: 100%;}

.blog-area .blog-post:nth-child(1) .blog-image img,
.blog-area .blog-post:nth-child(2) .blog-image img,
.blog-area .blog-post:nth-child(3) .blog-image img, 
.blog-area .blog-post:nth-child(4) .blog-image img, 
.blog-area .blog-post:nth-child(5) .blog-image img{height: 350px;border-radius: 18px;}
#service .section-title { margin-bottom: 2em;}
#facility,#newarrival,
#about,#team,#gallery,#appointment,.feature-area,#callus,#achievement,#counter,#support,#project,#clientlogo,
#course,#banner-section,#ourvideo-section ,#ourclient,#newsletter,#counter,#banner2,#steps,#testimonials,
#oursteps,#blog,#service,#plan,#pricing,#faq_section,#offres,#footer{ padding: 1em!important;}
header .second-featured-image { width: 240px;height: 180px;bottom: -2em;}
.page-main-header{padding: 2em 0 2em !important;}
.site-header {position: relative;}
.breadcrumbbox i { font-size: 14px; top: 0px;}
header .woocommerce-breadcrumb, .breadcrumbbox .button { font-size: 18px;}
#innerpage-box blockquote p { font-size: 18px;}
#innerpage-box .inner-blog-post {margin: 0em 0em 1em 0em;padding: 0 8px;}
#innerpage-box .inner-team { margin-bottom: 3em;}
#innerpage-box .innertest-item{width: 50%; }
#innerpage-box .gallery-inn { column-count: 3;}
#ht-contactus-wrap .conpgfmbx { width: 100%;padding: 2em 2em 0 2em;}
#ht-contactus-wrap .s-media { position: relative; margin-top: 10px;}
#ht-contactus-wrap .conpgfmbx { border-radius: 14px; padding: 1em 1em 0 1em; }
#ht-contactus-wrap .cntpgtxt{  margin: 1em 0 1em; border-radius: 14px;}
#ht-contactus-wrap .detalbx {  margin: 1em 0 1em; width: 100%; padding: 0 0px ;}
.contact-address-area .conpgimg { margin: 1em 0 0 0;}
 #content-box .faqrhsbx{width: 100%;padding: 14px 0 0 0;}
 #content-box .faq-mgbx{width: 100%;}
#content-box ol.wp-block-list li { margin-left: 5px;}
.widget-area ul li:before{margin-right: 4px !important;}
main#innerpage-box #sidebars li {margin-left: 5px;}
header.site-header input[type='search'], 
header.site-header input[type='search']:hover { width: 100%;}
.footer-area .single-footer-1,.footer-area .single-footer-2,.footer-area .single-footer-3,
.footer-area .single-footer-4 { width: 50%;}
.footer-area li a { font-size: 16px;}
.footer-area .social-profile-icons ul li a { margin: 0 8px 0 0;}
footer#footer.footer-area .widget-title { margin-bottom: 15px;}
.footer-area .bottom-area { bottom: 0; position: relative;}
.footer-area .bottom-area { margin-top: 0em;}
.s-footer { padding-bottom: 0em;}
.footer-area input[type="submit"] { position: relative;}
#innerpage-box .singleinner-service { margin-bottom: 24px;}
#content-box ol li { padding-left: 2em; margin: 1em 0;}

}

@media screen and (max-width: 768px){
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li{  margin-bottom: 10px;}
.woocommerce .widget_price_filter .price_slider_amount .button{ margin-bottom: 15px;}
.ht-main-navigation a{ padding: 8px 17px;}
.ht-section-title,
.ht-section-tagline{  width: auto;}
.ht-top-footer{  margin-left: 0;}
.ht-footer{ width: auto; margin: 0 0 30px; float: none;}
#primary{width: auto !important;float: none !important;margin-bottom: 30px;}
#secondary{ width: auto !important; float: none !important; margin-bottom: 30px; overflow: hidden;}

}

@media screen and (min-width: 320px) and (max-width: 768px){
header.site-header .main-dispaly.padding0 {padding-right: 20px;}
.navigation .mainmenu { right: 0; padding-left: 0;}
.ht-section-title:after {width: 65%;}
.woocommerce div.product .woocommerce-tabs ul.tabs{ padding-top: 10px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-size: 18px;}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul.products li.product{ margin-bottom: 30px !important;}
#content-box li.product-category.product{margin-bottom: 15px !important;}
.sf-arrows .sf-with-ul:after{ right: 40px;}
.navigation .mainmenu li a{box-shadow: none;}
.ti-home:before{left: 15px;top: 12px;}
.is-fixed .main-bar ul.sub-menu { margin-top: 0 ;}
.navigation .mainmenu li a,
header.site-header ul.sub-menu li a{padding: 5px 0 5px 10px;}
header.site-header ul.sub-menu li a {padding: 5px 45px;}
}

@media screen and (min-width: 320px) and (max-width: 768px){
.main-dispaly.padding0 {padding-left: 20px;}
.header.site-header ul.sub-menu li a:hover{padding-left: 15px;padding-right: 15px;}
.navigation .mainmenu li ul li{ top: auto;}
.navigation .mainmenu li:hover > ul{ position: relative; top: auto;}
.navigation .mainmenu li:hover ul li:hover > ul{  position: relative; left: 0;display: block !important;}
.navigation .mainmenu li{bottom: auto;}
.navigation .mainmenu li ul li a{ padding: 5px 0 5px 25px;}
.navigation .mainmenu li a{ text-align: left;}
.navigation .mainmenu li:hover > ul{ width: 100%;}
.header-transparent .is-fixed .main-bar h1.ht-site-title { position: relative;top: 60px;text-align: center;}
header.site-header span.text, 
.single-header-info span.theme-color {font-size: 14px;}
.bx-controls-direction { display: none;  }
header.site-header .d-flex, div#navbarNavDropdown {margin: 0 0% !important; }
div#navbarNavDropdown{  margin: 0%; }
.ht-site-description{padding-top: 0; }
.header-transparent .is-fixed .main-bar{position: static !important;}
.header-transparent .is-fixed .main-bar h1.ht-site-title,
.header-transparent .is-fixed .main-bar p.ht-site-description { display: block;}
/* .navigation .mainmenu li a:after{ content: none; } */
.navigation .mainmenu li ul li{ box-shadow: none; padding-left: 0; }
.sf-arrows .sf-with-ul:before{ right: 40px !important; }
.header-seo.header-transparent .is-fixed .main-bar {background-color: transparent !important;padding: 0;}
div#navbarNavDropdown li.current_page_item a:after, .current_page_item > a:after{width: 0;}
.header-seo.header-transparent .is-fixed .main-bar img {position: relative; top: 80px;}
.header-seo.header-transparent .is-fixed .main-bar .resp_header_logo{display: block;}
.footer-area .bottom-area{padding: 8px 0 !important;}
.footer-area .gallery-item{max-width: 50%;}
.footer-bottom-area ul li { margin: 0 15px;}
.footer-bottom-area.text-right {text-align: center;}
.footer-text{ font-size: 16px;}
}

@media screen and (max-width: 768px){
.single-productpage .innerpage-whitebox,
.single-productpage #sidebars { margin-top: 00px;}
.ht-footer.ht-footer1,
.ht-footer.ht-footer2,
.ht-footer.ht-footer3,
.ht-footer.ht-footer4 { width: 100% !important;}
.ht-main-navigation li{ padding-right: 00px;}
img.ht-page-header-img{ height: 275px;}
#quote-carousel .carousel-control.right { right: 0; top: 140px;}
#quote-carousel .carousel-control.left { left: -7px; top: 140px;}
#quote-carousel .carousel-control { margin-top: -50px;}
.top-bar-head { padding:0 !important;}

}

@media screen and (max-width: 767px){
header .h-bttn a span{display: none;}
header .h-bttn a { border:none;padding: 4px 4px;}
header .js-nav-toggle {  width: 30px !important;  height: 30px !important; }
header .second-featured-image { width: 300px; height: 200px; bottom: -2em;}
#banner-section .content { width: 300px;}
#innerpage-box { padding: 1em 0em 1em 0;}
.page-main-header { padding: 1em 0 1em !important;}
.widget-area a { padding: 6px 12px 6px 12px;}
.site-header .navbar-toggler, 
.site-header .is-fixed .navbar-toggler { margin: 22px 0 22px 10px; box-shadow: none;}
.text-white .site-button.outline { padding: 8px 15px;}
#banner-section .Rtxt { top: 18%;}
#banner-section .svgimgbx {height: auto;}
#banner-section .svgimgbx img {width: auto;height: auto; bottom: 0;}
#banner-section .Mbx, #banner-section .banner_title { font-size: 40px;}
#banner-section .banner-box { margin: 0em 0 0em 0;}
#about .list li{width: 100%;}
#service .Rimgbx { width: 100%;}
#contactus h6 { font-size: 24px;}
#contactus h3 { font-size: 30px;}
#contactus .phbx:after{display: none;}
#contactus .phbx {width: 100%;}
#contactus .emmaddbx{width: 100%;}
#contactus .emmaddbx p { margin: 14px 0 2px;}
#facility .facilityus-single { margin-top: 0.5em ; }
#facility .facilitybx { margin-bottom: 0.5em;}
#facility .Lbx .hi-icon {text-align: center;}
#appointment .contbx{width: 100%; padding: 0;}
#appointment .appfmbx{width: 100%; margin: 1em 0 0 0;}
#appointment input[type="submit"] {padding: 8px 20px; font-size: 16px; margin-top: 0em;}
#newarrival .newarrivalbx{width: 100%;padding: 1em 2px 0;}
#about, #team, #gallery, #appointment, .feature-area, #callus, #achievement, #counter, #support,#blog,
#project, #course,  #ourvideo-section, #ourclient, #newsletter,
#oursteps{padding: 1em 0;}
.ht-main-title { padding: 0px 0 0 0;font-size: 30px;}
/* #innerpage-box .ts-area-thumb { padding: 0px 2px 0 2px;} */
#content-box .faqrhsbx h2 { font-size: 38px !important;margin: 10px 0 10px !important;}
#content-box .faq-btn a { font-size: 16px; padding: 6px 7px 6px 20px;}
#content-box .faq-btn { margin: 0.8em 0;}
#secondary.widget-area { padding: 0px 0;}
#secondary .widget_nav_menu li a:before, #sidebars .widget_nav_menu ul li a:before{right: -3%;}
#secondary input[type="text"], #secondary input[type="email"], #secondary input[type="url"], 
#secondary input[type="password"], #secondary input[type="search"], #secondary input[type="number"], 
#secondary input[type="tel"], #secondary input[type="range"], #secondary input[type="date"],
#secondary input[type="month"], #secondary input[type="week"], #secondary input[type="time"], 
#secondary input[type="datetime"], #secondary input[type="datetime-local"], 
#secondary input[type="color"], #secondary input[type="file"], 
#secondary textarea, #secondary select{padding: 10px 3px 10px 12px;}
.widget-area li{padding-left: 3%;}
#innerpage-box .singleinner-service { margin-bottom: 10px;}
#innerpage-box .inn-single-service-bx { padding: 0 6px;}
#innerpage-box .innertest-item {padding: 0 0.6pc;}
#innerpage-box .gallery-tabs { margin: 0 0 0.8em 0;}
#innerpage-box .gallery-tabs li { margin: 4px 4px;}
#innerpage-box .gallery-tabs li a { padding: 8px 16px;}
#content-box li.product-category.product{width: 50%;}

.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;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary{width: 100% !important;}
#innerpage-box .product_title { font-size: 24px !important;}
.product .product-short-description p { font-size: 16px;}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, 
.woocommerce .upsells.products ul.products li.product, 
.woocommerce-page .upsells.products ul.products li.product, 
.woocommerce .related ul li.product, .woocommerce-page .related ul li.product, 
.woocommerce .upsells.products ul li.product, 
.woocommerce-page .upsells.products ul li.product {
    width: 48% !important;
    margin-right: 2% !important;
}
}

@media screen and (max-width: 600px){

}

@media screen and (max-width: 580px){  
.ht-portfolio{ width: 50%; padding: 4px;}
.footer-area .single-footer-1,.footer-area .single-footer-2,.footer-area .single-footer-3,
.footer-area .single-footer-4{width: 100%;}
.footer-area .s-footer{width: 100%;}

}

@media screen and (max-width: 575px){
header .second-featured-image { width: 220px; height: 160px;}
.logo { width: 50%;}
header .h-bttn { width: 40%;}
/* header .head-menu { width: 10%;} */
#about .conbx h2 { font-size: 30px;}
#testimonials .titlebx h3,.blog-area .titlebx h3,
#service .titlebx h3{ font-size: 30px;}
#service .titlebx p {font-size: 16px; line-height: 26px;}
#service .imgcon-innbx h2 {font-size: 24px;}
#service .imgcon-innbx p { font-size: 16px;}
#service .bttn { margin: 0.8em 0 0 0em;}
#service .bttn a { font-size: 16px; padding: 6px 6px 6px 16px;}
#team .single-team{width: 50%;}
#testimonials p.ts-area-title {font-size: 18px;}
#innerpage-box .inner-team { width: 100%;}
#innerpage-box .innertest-item{width: 100%; display: block;}
/* #innerpage-box .ts-area-thumb { width: 20%; } */
#innerpage-box .tsarea-inn .ts-area-bx { width: 100%;}
#innerpage-box .tsarea-inn {  margin-bottom: 1em; display: block;}
#innerpage-box .inn-single-service-bx { padding: 0 2px;}
main#innerpage-box div#content-box h3.faq-title { padding: 10px 12px 10px 30px;}
div#content-box .faq-content button.accordion:after { left: 3px;}
.widget-area a { padding: 6px 0 6px 10px;}
.footer-area .s-footer { width: 100%;}
}

@media screen and (max-width: 520px){
header .woocommerce-breadcrumb, .breadcrumbbox .button{font-size: 16px;}
header .woocommerce-breadcrumb:before, .breadcrumbbox .button:before{left: 14px; top: 16px; padding: 4px;}
#team .single-team{ width: 100%; padding:0 14px;}
.blog-area .blog-post:nth-child(3), 
.blog-area .blog-post:nth-child(4), 
.blog-area .blog-post{width: 100%;}
#innerpage-box .gallery-inn { column-count: 2;}
.widget { margin: 0 0 14px;}
.footer-text, .footer-text a,
.footer-area .f-social {padding: 0;width: 100%; text-align: center;}
.s-footer { 
    margin-bottom: 1em;
}
}

@media screen and (min-width: 320px) and (max-width: 475px){
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{ font-size: 20px !important;}
.single-productpage .innerpage-whitebox{ padding: 0;}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product { width: 30.75%; width: 100% !important;}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: 10px;
}
}

@media screen and (min-width: 320px) and (max-width: 475px){
.header-seo.header-transparent .is-fixed .main-bar img { top: 55px;}
.header-seo.header-transparent .is-fixed .main-bar img { top: 50px;}
div#sb-search {margin-left: 0;}
header.site-header input[type="search"]{width: 100%;}
header.site-header span.sb-icon-search,
header.site-header input[type="submit"]{right: 0;}
.header-transparent .is-fixed .main-bar h1.ht-site-title{top: 35px;}
.resp_head_box{margin-bottom: 0;}
#facility .titlebx h3,#team .titlebx h3,.blog-area .titlebx h3,
#about .expbx h4, #about .expbx h3 span,
#about .conbx h2 { font-size: 26px;}
#about .expbx h3{font-size: 34px;}
#team .team-text h4 {font-size: 22px;}
#ht-contactus-wrap .conpgfmbx h2 img{display: none;}
#ht-contactus-wrap .conpgfmbx h2, 
#ht-contactus-wrap .detalbx h4 {font-size: 30px;}
#ht-contactus-wrap .conpgfmbx h3 { font-size: 20px;}

#ht-contactus-wrap .conpgfmbx input[type="submit"] { padding: 8px 18px; font-size: 16px; margin: 0.8em 0;}
#ht-contactus-wrap .cntpgtxt h5 { font-size: 24px;}
#ht-contactus-wrap .cntpgtxt p {font-size: 16px;}
#ht-contactus-wrap .cntpgtxt { border-radius: 14px; padding: 20px 10px; }

/* #innerpage-box .ts-area-thumb { width: 30%;} */
#innerpage-box .tsarea-inn .ts-area-bx {  width: 100%;}
.page_featured {margin: 0 2em;margin-bottom: 1em;padding: 3em 4em;}
main#innerpage-box h1, 
body.page-template-default main#innerpage-box h1, 
.ht-main-title{ font-size: 30px !important; margin-top: 5px;}
.footer-bottom-area ul li { margin: 0 10px;}
.footer-text, .footer-area li{font-size: 16px;}
body {   position: inherit; }
.comment-form-url,
.comment-form-author,
.comment-form-email{ width: 98%;}
.single-header-info { text-align: center; padding: 0;}

}

@media screen and (max-width: 425px){
header .second-featured-image { width: 175px; height: 140px;}
.ht-site-title, .site-title { font-size: 20px;}
#service .imgconbx { position: relative; margin: 1em auto 0 auto; bottom: 0; width: 100%;}
#innerpage-box .gallery-inn,
#gallery .homegalry { column-count: 2;}
#newarrival .price .amount { font-size: 30px; margin: 30px 0 10px;}
#newarrival p { font-size: 16px; line-height: 26px;}

#faq h2, h2.celebration-head, #schedule h2 {
    font-size: 46px !important;
}
}

@media screen and (max-width: 424px){
    #facility .num { font-size: 28px;width: 20%;}
    #facility .facility-area-data h4 {width: 62%; font-size: 20px; padding: 6px 4px 4px 4px;}
    #facility .hi-icon span { font-size: 44px;}
}
@media screen and (max-width: 400px){
#innerpage-box .ts-area-content p:after{display: none;}
#banner-section .Lbx{width: 100%;margin: 1em 0;}
#banner-section .Rbx{width: 100%;margin: 1em 0 0;}
#banner-section .Mbx, #banner-section .banner_title {font-size: 28px;}
/* #team .single-team-img img { height: 350px;} */
}

@media screen and (max-width: 375px){
header .second-featured-image {width: 200px;height: 150px;}
header .h-bttn a { font-size: 12px;}
header .h-bttn a span{display: none;}
#content-box li.product-category.product { width: 100%;}
#contactus .phnum a{font-size: 15px;}
#contactus .emmaddbx p { font-size: 16px;}
/*page*/
/* #ht-contactus-wrap .cntpgtxt .icnbx { width: 18%;} */
/* #ht-contactus-wrap .cntpgtxt .icndbx { width: 82%;} */
}

@media screen and (min-width: 320px) and (max-width: 375px){
.navicon { top: -60px !important;}
.page_featured { 
    margin-bottom: 1em; 
    padding: 2em 4em;
}
}

@media screen and (min-width: 320px) and (max-width: 320px){
.header-transparent .is-fixed .main-bar h1.ht-site-title { top: 45px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: 15px;}
.woocommerce div.product .woocommerce-product-rating {line-height: 5 !important;}
.star-rating {padding-top: 9px;}
.toggle-bar {right: 25px !important;}
.total-count { padding: 18px 36px;}
.total-count .count { right: 24px;}
.total-count .count {right: 10px;}
.total-count { padding: 18px 20px;}
.page_featured {
    margin-bottom: 0em;
}
}

main#innerpage-box .tagcloud a {
    border-radius: 5px;
    padding: 4px;
    display: inline-block;
}
div#secondary select option{ background: transparent;}
body.home.blog .page-main-header img {display: none;}
.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{ padding: 5px 0;}
h1.product_title.entry-title { word-break: break-word;}
.select2-container--default .select2-selection--single,div#payment,
#coupon_code{ background: transparent !important;}
#content-box li.blocks-gallery-item:before {  content: none;}
div#content-box li.blocks-gallery-item figure img {  padding: 5px;  margin-bottom: 0;}
div#content-box li.blocks-gallery-item figure img:hover,
div#sitemap-box .sitemap-posts-box img:hover{  opacity: 0.7;}
main#innerpage-box ul.children { border: 0; margin-left: 2em;}
.woocommerce-MyAccount-content .woocommerce-info {  background: transparent !important;}


/* Header */

/* ----------------------- */
/*     MOVING MARQUEE      */
/* ----------------------- */
.marquee-bar {
  background: linear-gradient(
    to right,
    #f87171,   /* red-400 */
    #facc15,   /* yellow-400 */
    #c084fc    /* purple-400 */
  );
  padding: 12px 0;
  position: relative;
  overflow: hidden;
}

.marquee-text {
  color: white;
  font-size: 16px;
  /* animation: marquee 18s linear infinite; */
  text-align: center;
}

@media screen and (max-width: 700px){
.marquee-text{
    padding: 8px;
}
}


/* @keyframes marquee {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
} */

/* Floating Dots Animation */
.dot {
  position: absolute;
  top: 3px;
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.3);
  border-radius: 50%;
  animation: floatDot 1s ease-in-out infinite alternate;
}

@keyframes floatDot {
  from { transform: translateY(-8px); }
  to   { transform: translateY(5px); }
}

/* ----------------------- */
/*      NAVIGATION BAR     */
/* ----------------------- */
.nav {
  background: white;
  position: relative;
}

.top-wave, .bottom-wave {
  width: 100%;
  height: 20px;
}

.nav-inner {
  max-width: 100%;
  margin: auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ----------------------- */
/*          LOGO           */
/* ----------------------- */
.logo-area {
  position: relative;
}

.logo-glow {
  position: absolute;
  inset: -8px;
  background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6);
  border-radius: 100px;
  filter: blur(20px);
  animation: spinGlow 6s linear infinite;
}

@keyframes spinGlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.logo {
  /* width: 65px;
  height: 65px; */
  /* background: linear-gradient(to bottom right, yellow, pink, purple); */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* animation: wiggle 2s ease-in-out infinite; */
}

/* @keyframes wiggle {
  0% { transform: rotate(-3deg); }
  50%{ transform: rotate(3deg); }
  100%{ transform: rotate(-3deg); }
} */

/* ----------------------- */
/*      TITLE AREA         */
/* ----------------------- */
.site-title {
  font-family: "Comic Sans MS";
  font-size: 32px;
  background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6);
  -webkit-background-clip: text;
  color: transparent;
  margin: 0;
}

.sub {
  margin: 0;
  font-size: 12px;
  color: gray;
}

/* ----------------------- */
/*      NAV LINKS          */
/* ----------------------- */
.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}

.nav-links a {
  text-decoration: none;
  color: #444;
  font-size: 15px;
  transition: color .2s;
}

.nav-links a:hover {
  color: purple;
}

/* ----------------------- */
/*       JOIN BUTTON       */
/* ----------------------- */
.join-btn {
  position: relative;
  background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6);
  color: white;
  padding: 14px 32px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;

  /* CSS variables for hover tilt + zoom */
  --tilt: 0deg;
  --zoom: 1;

  animation: buttonBounce 1.2s ease-in-out infinite;
  transform: translateY(0) rotate(var(--tilt)) scale(var(--zoom));
  transition: transform 0.3s ease, --tilt 0.3s ease, --zoom 0.6s ease;
}

/* Glow circle */
.rotate-glow {
  position: absolute;
  inset: -40%;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.4),
    transparent
  );
  opacity: 0.5;
  border-radius: 50%;
  animation: spinZoom 2.5s linear infinite;
  z-index: 0;
}

/* Glow rotation */
@keyframes spinZoom {
  0% { transform: rotate(0deg) scale(0.6); }
  50% { transform: rotate(180deg) scale(0.6); }
  100% { transform: rotate(360deg) scale(0.6); }
}

/* ----------------------- */
/*   CONTINUOUS BOUNCING   */
/* ----------------------- */
@keyframes buttonBounce {
  0%, 100% { transform: translateY(0) rotate(var(--tilt)) scale(var(--zoom)); }
  50% { transform: translateY(-6px) rotate(var(--tilt)) scale(var(--zoom)); }
}

/* ----------------------- */
/*    HOVER TILT + ZOOM    */
/* ----------------------- */
.join-btn:hover {
  --tilt: 8deg;
  --zoom: 1.12;
}

.top-wave, .bottom-wave {
  width: 100%;
  height: 20px;
  overflow: visible;
  background: linear-gradient(to right,oklch(.718 .202 349.761),oklch(.714 .203 305.504),oklch(.707 .165 254.624));
  line-height: 0;
}
.h-full {
    height: 100%;
}
.w-full {
    width: 100%;
}

.top-wave {
    height:12px;
}

.bottom-wave{
    height: 16px;
}

/* Layout */
.lw-logo-block {
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Isolated wrapper ONLY for icon (no effect on text) */
.lw-icon-wrapper {
    position: relative;
    width: 65px;
    height: 65px;
}

/* Glow stays ONLY inside icon wrapper */
.lw-glow-circle {
    position: absolute;
    inset: -13px;
    background: linear-gradient(to right, oklch(.656 .241 354.308), oklch(.627 .265 303.9), oklch(.623 .214 259.815));
    border-radius: 50%;
    filter: blur(18px);
    animation: spinGlow 6s linear infinite;
    opacity: 0.55;
    z-index: 0;
}

@keyframes spinGlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Circular icon */
.lw-main-circle {
    width: 65px;
    height: 65px;
    background: linear-gradient(to bottom right, #facc15, #ec4899, #a855f7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    box-shadow: 0 8px 25px rgba(0,0,0,0.25);
}

/* Rocket icon */
.lw-icon {
    transform: scale(1.05);
}

.lw-icon svg {
    animation: wiggle 2s ease-in infinite;
}

@keyframes wiggle {

  0% {
    transform: rotate(0deg) scale(1.2);   /* zoom at 0° */
  }

  25% {
    transform: rotate(10deg) scale(1);    /* normal at 10° */
  }

  50% {
    transform: rotate(20deg) scale(1.2);  /* zoom at 20° */
  }

  75% {
    transform: rotate(10deg) scale(1);    /* normal at 10° */
  }

  100% {
    transform: rotate(0deg) scale(1.2);   /* zoom again at 0° */
  }
}

.lw-sparkle {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 3;
    animation: sparkleLoop 3s linear infinite;
    transform-origin: center;
}

@keyframes sparkleLoop {
  0% {
    transform: rotate(0deg) scale(1.1); /* original size */
    opacity: 1;
  }
  10% {
    transform: rotate(36deg) scale(0.85);
    opacity: 0.8;
  }
  20% {
    transform: rotate(72deg) scale(0.7);
    opacity: 0.6;
  }
  30% {
    transform: rotate(108deg) scale(0.5);
    opacity: 0.4;
  }
  40% {
    transform: rotate(144deg) scale(0.3);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg) scale(0.15);
    opacity: 0.1; /* almost invisible */
  }
  60% {
    transform: rotate(216deg) scale(0.3);
    opacity: 0.2;
  }
  70% {
    transform: rotate(252deg) scale(0.5);
    opacity: 0.4;
  }
  80% {
    transform: rotate(288deg) scale(0.7);
    opacity: 0.6;
  }
  90% {
    transform: rotate(324deg) scale(0.85);
    opacity: 0.8;
  }
  95% {
    transform: rotate(342deg) scale(1);
    opacity: 1; /* reaching original size */
  }
  100% {
    transform: rotate(360deg) scale(1.1);
    opacity: 1; /* pause here for 0.5s before repeating */
  }
}



/* Text is separate → no glow */
.lw-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lw-title,
.lw-title a {
    font-size: 30px;
    font-family: "Comic Sans MS", cursive;
    background: linear-gradient(to right, oklch(.656 .241 354.308), oklch(.627 .265 303.9), oklch(.623 .214 259.815));
    -webkit-background-clip: text;
    color: transparent;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: 400;

    display: inline-block;
    transform-origin: center bottom;
    animation: liftBreak 2s ease-in-out infinite;
}

@keyframes liftBreak {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-3px); /* smooth lift */
  }
  40% {
    transform: translateY(-3px); /* pause at top briefly */
  }
  60% {
    transform: translateY(-1.5px); /* first breaking step down */
  }
  80% {
    transform: translateY(0); /* second breaking step - hit ground */
  }
  100% {
    transform: translateY(0); /* stay at ground */
  }
}




/* Sub text */
.lw-tagline {
    font-size: 12px;
    margin: 0;
    color: oklch(.551 .027 264.364);
    line-height: 1.3;
}

.text-yellow-400, .fill-yellow-400 {
    color: oklch(.852 .199 91.936);
    fill: oklch(.852 .199 91.936);
}

.HeaderRbx {
    display: flex;
    align-items: center; /* vertical centering */
    justify-content: flex-end; /* right alignment */
    height: 100%; /* ensure it fills header row */
}
.head-menu {
    width: 100%;
}

/* Base state for menu links */
.mainmenu li a {
    display: inline-block;
    color: inherit;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                color 0.3s ease, 
                box-shadow 0.3s ease;
}

/* Hover effect: lift + zoom + color */
.mainmenu li a:hover {
    transform: translateY(-3px) scale(1.08); /* slightly up and pop */
    color: #9810fa; /* hover color */
    animation: popZoom 0.3s forwards; /* trigger pop animation */
}

/* Optional: stagger effect for menu items */
.mainmenu li:nth-child(1) a { transition-delay: 0s; }
.mainmenu li:nth-child(2) a { transition-delay: 0.05s; }
.mainmenu li:nth-child(3) a { transition-delay: 0.1s; }
.mainmenu li:nth-child(4) a { transition-delay: 0.15s; }

/* Keyframes for pop + zoom effect */
@keyframes popZoom {
    0% {
        transform: translateY(0) scale(1);
        box-shadow: none;
    }
    50% {
        transform: translateY(-3px) scale(1.08); /* lift + zoom */
    }
    70% {
        transform: translateY(-2px) scale(1.03); /* settle slightly down */
    }
    100% {
        transform: translateY(0) scale(1); /* final state */
    }
}



header .headcontact {   
    font-size: 16px;
    position: relative;
    top:10px;
}

@media screen and (min-width:500px) and (max-width: 769px){
    header .headcontact {
        padding: 0px 0; 
    }
    header .Reg {
        font-size: 15px;   
    }
}

@media screen and (min-width: 320px) and (max-width: 425px){
header .logo-header.mostion {   padding: 10px 0px !important; top: 0px; }
 
header.site-header li a {   
    font-size: 14px;   
}
header .headcontact {
    padding: 0;
}
.bottom-bar-head {
    margin-top: 0; 
    padding: 0;
}

.header-share {
    margin: 10px 0;    
}
}
@media screen and (min-width: 992px) and (max-width: 1300px) {

    .header-share .share-btn ul li a.site-button {   
        margin: 0 2px;   
    }
    .header-share .share-btn ul li {   
        float: left;
    }
    header .header-share {
        margin: 10px 0px 0 0;
    }
    }
    @media screen and (min-width: 768px) and (max-width: 991px) {
    header .headcontact {
        padding: 10px 0; 
    }

    header .header-share {
        margin: 10px 0px 0 0;
    }
}
/*=====================
## home header
============================*/
header .head-inn-2{
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;  
    padding: 8px 8px; 
    align-items: center;
}

/* header .head-inn-2:before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 0;
    left: -11px;
    background: #02acf9;
    border-radius: 10px;
    width: 101.5%;
    height: 95%;
    transform-origin: bottom right;
    border-bottom-left-radius: inherit;
    z-index: -1;
} */
header .mobdisplayHide {
    text-align: center;
}
header .mobdisplayHide ul{
    margin: 0;
    padding: 0;
    position: relative;
}
header .mobdisplayHide ul li{
    list-style: none;
}

header .head-inn-2 .hd-contact{
    display: inline-block;
    position: relative;
    top: -14px;
}
header .head-inn-2 .hd-contact a .fa {    
    margin-right: 5px;
    font-size: 21px;
}
header .head-inn-2 .hd-contact a{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}
.bn54 {
    position: relative;
    overflow: hidden;
    outline: none;
    text-decoration: none;   
    display: inline-flex;   
    padding: 5px;
    cursor: pointer;  
    background-color: #ccc;   
    border-radius: 8px;
    float: right;
        margin-top: 10px;
}

.bn54 .bn54span {  
    color: #000000;
    padding: 8px 18px;
    border: 2px dashed #4BB543;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
}

.bn54:hover {
  animation: bn54rotate 0.7s ease-in-out both;
}

.bn54:hover .bn54span {
  animation: bn54storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
}



@keyframes bn54rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

@keyframes bn54storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}

@media only screen and (max-width: 992px){
    .mobdisplayHide{
        display: none !important;
    }

}
@media screen and (min-width:300px) and (max-width: 992px){
    .mobdHide{
        display: none !important;
    }
    .mobdisplay{
        display: block !important;
        margin: 10px 0;
    }

    header .bn54{
        float: none !important;
    }

}
.mobdisplay{
    display: none;
}

.bottom-bar-head {
    background: #fff;
}


/* Mobile: show hamburger */
@media (max-width: 991px) {
    .hamburger-menus {
        display: block;
        cursor: pointer;
        z-index: 100000;
        width: 30px;
    }

    .hamburger-menus span {
        display: block;
        width: 100%;
        height: 3px;
        margin: 6px 0;
        background: #333;
        transition: .3s;
    }
}

/* Desktop: hide hamburger */
@media (min-width: 992px) {
    .hamburger-menus {
        display: none;
    }
}

/* Mobile Menu Styling */
@media (max-width: 991px) {
    .site-navigation {
        position: fixed;
        right: -100%;
        top: 0;
        width: 260px;
        height: 100vh;
        background: #ffffff;
        z-index: 9999;
        transition: .3s ease-in-out;
        padding-top: 80px;
        overflow-y: auto;
    }

    .site-navigation.active {
        right: 0 !important;
    }

    .menu-wrapper {
        display: block !important;
    }

    .mainmenu {
        display: flex !important;
        flex-direction: column;
        padding: 0;
    }

    .mainmenu li {
        margin-bottom: 15px;
        width: 100%;
    }

    .mainmenu a {
        font-size: 18px;
        padding: 10px 20px;
        display: block;
        text-align: left;
        color: #333;
    }
}

/* Background dim overlay */
.overlaybg {
    display: none;
}

@media (max-width: 991px) {
    .overlaybg {
        position: fixed;
        top: 0; left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.55);
        z-index: 9998;
        display: none;
    }

    .overlaybg.active {
        display: block !important;
    }
}

/* Show mobile button correctly */
@media (max-width: 991px) {
    .mobdisplayHide {
        display: none !important;
    }

    .mobdisplay {
        display: block !important;
        margin-top: 20px;
        text-align: center;
    }
}

/* Desktop: hide mobile Join button */
@media (min-width: 992px) {
    .mobdisplay {
        display: none !important;
    }
}

@media (max-width: 425px) {
    .logo-header {
        justify-content: center !important;
    }

    .lw-text-wrapper {
        text-align: center !important;
    }

        /* .head-inn-2 {
        flex-direction: column !important;
        text-align: center;
        gap: 15px;
    } */
}

@media (max-width: 768px){
.HeaderRbx, .logo {
    width: 50%;
}
}



/* ============================================================
   HERO BACKGROUND (clouds, stars, shapes)
============================================================ */
.hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background: transparent;
}

.gradient-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom right, #fef9c2 0%, #fce7f3 50%, #dbeafe 100%);
    z-index: 0;
    overflow: hidden;
    min-height: 100vh;
}

/* Clouds */
.cloud {
    position: absolute;
    fill: white;
    opacity: 0.7;
    z-index: 2;
    animation: cloudMove 20s linear infinite, cloudFloat 6s ease-in-out infinite alternate, floatRightDiagonal 12s linear infinite;
}
.cloud-1 { top: 40px; left: 40px; width: 100px; height: 120px; }
.cloud-2 { top: 128px; right: 80px; width: 300px; height: 150px; animation-delay: 2s; }
.cloud-3 { bottom: 160px; left: 25%; width: 250px; height: 130px; animation-delay: 1s; opacity: 0.6; }

/* Cloud animations */
@keyframes cloudMove {
    0% { transform: translateX(-50px); }
    50% { transform: translateX(50px); }
    100% { transform: translateX(-50px); }
}

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



@keyframes floatRightDiagonal {
    /* start center */
    0%     { transform: translate(0px, 0px); }

    /* move up-right */
    25%    { transform: translate(20px, -20px); }
    50%    { transform: translate(40px, -40px); }

    /* move back down-left */
    75%    { transform: translate(20px, -20px); }
    100%   { transform: translate(0px, 0px); }
}


/* Stars */
.star {
    position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0.7;
    animation: starTwinkle 3s ease-in-out infinite alternate;
    z-index: 2;
    transform: rotate(45deg); /* starting rotation */
    animation: smoothRotate 6s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
.star-1 {
    top: 64%;
    left: 31%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 4s ease-in-out infinite;
}

.star-2 {
    top: 8%;
    left: 75%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 3s ease-in-out infinite;
}

.star-3 {
    top: 31%;
    left: 77%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 5s ease-in-out infinite;
}

.star-4 {
    top: 30%;
    left: 69%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 2s ease-in-out infinite;
}

.star-5 {
    top: 4%;
    left: 56%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 6s ease-in-out infinite;
}

.star-6 {
    top: 74%;
    left: 31%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 4s ease-in-out infinite;
}

.star-7 {
    top: 34%;
    left: 55%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 3s ease-in-out infinite;
}

.star-8 {
    top: 54%;
    left: 70%;
    width: 30px;
    height: 30px;
    fill: #fbbf24;
    animation-delay: 3s;
       transform: translateY(-8.78px) scale(1.0878) rotate(312.288deg);
  animation: starFall 5s ease-in-out infinite;
}


@keyframes starFall {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  50% { transform: translateY(50px) rotate(180deg); opacity: 0.8; }
  70% { transform: translateY(30px) rotate(270deg); opacity: 0.9; }
  100% { transform: translateY(0) rotate(360deg); opacity: 1; }
}

/* Smooth rotation animation */
@keyframes smoothRotate {
    0% {
        transform: rotate(45deg); /* start at 45° */
    }
    90% {
        transform: rotate(405deg); /* 360° from start */
    }
    100% {
        transform: rotate(405deg); /* pause at end for 1 sec */
    }
}

@keyframes starTwinkle {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

/* Shapes */
.shape {
    position: absolute;
    opacity: 0.4;
    border-radius: 50%;
    animation: shapeRotate 20s linear infinite;
    z-index: 1;
}
.shape-1 { width: 80px; height: 80px; top: 34%; right: 40px; background: linear-gradient(to bottom right, #EC4899, #EF4444);animation: bounceRepeat 2s ease-in-out infinite; }
.shape-2 { width: 96px; height: 96px; bottom: 25%; left: 80px; background: linear-gradient(to bottom right, #3B82F6, #06B6D4); clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); animation: shapeRotate 5s linear infinite reverse}
.shape-3 { width: 64px; height: 64px; top: 50%; left: 34%; background: linear-gradient(to bottom right, #10B981, #059669); border-radius: 1rem; animation: floatRightDiagonalRotate 8s linear infinite;}

@keyframes bounceRepeat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px); /* bounce height */
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes shapeRotate {
    0%   { transform: translateY(0) rotate(0deg); }
    25%  { transform: translateY(-30px) rotate(90deg); }
    50%  { transform: translateY(0) rotate(180deg); }
    75%  { transform: translateY(30px) rotate(270deg); }
    100% { transform: translateY(0) rotate(360deg); }
}



@keyframes floatRightDiagonalRotate {
    0%     { transform: translate(0px, 0px) rotate(0deg); }
    10%    { transform: translate(4px, -4px) rotate(36deg); }
    20%    { transform: translate(8px, -8px) rotate(72deg); }
    30%    { transform: translate(12px, -10px) rotate(108deg); }
    40%    { transform: translate(8px, -8px) rotate(144deg); }
    50%    { transform: translate(0px, 0px) rotate(180deg); }  /* center */
    60%    { transform: translate(-8px, 8px) rotate(216deg); }
    70%    { transform: translate(-12px, 10px) rotate(252deg); }
    80%    { transform: translate(-8px, 8px) rotate(288deg); }
    90%    { transform: translate(-4px, 4px) rotate(324deg); }
    100%   { transform: translate(0px, 0px) rotate(360deg); }
}


/* ============================================================
   banner CONTAINER
============================================================ */
.banner-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-block: 80px;
    padding-inline: 16px;
    z-index: 500;
    position: relative;
    gap: 48px;
    margin-inline: auto;
}

/* LEFT COLUMN */
.banner-left {
    opacity: 1;
    transform: none;
}

/* Carousel content */
/* .carousel-caption {
    background: transparent !important;
    padding: 0;
    text-align: left !important;
    max-width: 100%;
} */

/* Hero Title & Subtitle */
.hero-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 96px;
    line-height: 1.25;
    margin-bottom: 32px;
    font-weight: inherit;
}

.hero-line { display: inline-flex; transition: color 0.5s linear; font-family: "Comic Sans MS", cursive;}

.hero-purple {
    animation: colorVioletPurpleBluePink 5s linear infinite;
}
.hero-red    { animation: colorRed 5s linear infinite; }
.hero-blue   { animation: colorBlue 5s linear infinite; }

.hero-subtitle {
    font-size: 24px;
    color: #364153;
    margin-bottom: 32px;
    line-height: 1.6;
}

/* Animated Colors */
@keyframes colorVioletPurpleBluePink {
    0%   { color: rgb(175, 115, 255); }  /* violet */
    16%  { color: rgb(150, 75, 215); }   /* purple */
    33%  { color: rgb(60, 85, 200); }    /* dark blue */
    50%  { color: rgb(110, 150, 255); }  /* light blue */
    66%  { color: rgb(245, 95, 160); }   /* pink */
    83%  { color: rgb(230, 55, 130); }   /* deep pink */
    100% { color: rgb(175, 115, 255); }  /* back to violet */
}

@keyframes colorRed {
    0%   { color: #fb923c; } /* soft orange */
    25%  { color: #f97316; } /* deeper orange */
    50%  { color: #ef4444; } /* medium red */
    75%  { color: #dc2626; } /* deeper red */
    100% { color: #fb923c; } /* back to orange */
}

@keyframes colorBlue {
    0%   { color: #34d399; } /* green */
    14%  { color: #4ade80; } /* light green */
    28%  { color: #2dd4bf; } /* aqua */
    42%  { color: #06b6d4; } /* cyan */
    56%  { color: #0ea5e9; } /* sky blue */
    70%  { color: #3b82f6; } /* bright blue */
    84%  { color: #1e40af; } /* dark blue */
    100% { color: #34d399; } /* back to green */
}

/* Buttons */
.btn-group { display: flex; gap: 16px; flex-wrap: wrap; }

.btn-primary {
    position: relative;
    display: flex;
    background: linear-gradient(to right, #f6339a, #ad46ff, #2b7fff);
    color: white;
    padding-block: 20px;
    padding-inline: 40px;
    border-radius: 3.40282e38px;
    font-size: 20px;
    font-weight: 400;
    z-index: 10;
    box-shadow: 0 8px 20px rgba(0,0,0,0.20);
    line-height: 1.4;
    overflow: hidden;
    gap: 8px;
    align-items: center;

    --tilt: 0deg;
    --zoom: 1;

    animation: buttonBounce 2s ease-in-out infinite;
    transform: translateY(0) rotate(var(--tilt)) scale(var(--zoom));
    transition: transform 0.3s ease, --tilt 0.6s ease, --zoom 0.6s ease;
}

.btn-primary:hover {
    --tilt: -3deg;
    --zoom: 1.1;
}

/* Subtle moving light */
.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15); /* very transparent */
    filter: blur(8px); /* soft glow */
    transform: skewX(-2deg);
    animation: shineMove 1.5s linear infinite;
}

@keyframes shineMove {
    0% { left: -50%; }
    100% { left: 100%; }
}



.btn-secondary {
    display: inline-block;
    background: white;
    color: #9810fa;
    border: 4px solid #dab2ff;
    line-height: 1.4;
    padding: 16px 40px;
    border-radius: 3.40282e38px;
    padding-block: 20px;
    padding-inline: 40px;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    box-shadow: 0 25px 50px -12px #00000040;
       /* CSS variables for hover tilt + zoom */
  --tilt: 0deg;
  --zoom: 1;

    transform: rotate(var(--tilt)) scale(var(--zoom));
  transition: --tilt 0.6s ease, --zoom 0.6s ease;
}
.btn-secondary:hover {
  --tilt: 3deg;
  --zoom: 1.1;
}

/* Badge */
.badge {
    padding-block: 16px;
    padding-inline: 24px;
    background-color: #fff;
    border: 4px solid #FDE047;
    border-radius: 3.40282e38px;
    gap: 12px;
    align-items: center;
    display: inline-flex;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: inherit;
    cursor: pointer;
    animation: seesaw 1.65s ease-in-out infinite alternate;
}

@keyframes seesaw { 0% { transform: rotate(-5deg); } 100% { transform: rotate(5deg); } }

.badge svg{
    color: #f6339a;
    width: 28px;
    height: 28px;
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* ============================================================
   RIGHT COLUMN IMAGE
============================================================ */
.banner-right {
    opacity: 1;
    position: relative;
    transform: none;
}

.banner-image-frame {
    position: relative;
    animation: seesawframe 3s ease-in-out infinite alternate;
}

@keyframes seesawframe { 0% { transform: rotate(-4deg); } 100% { transform: rotate(2deg); } }

.frame-layer {
    position: absolute;
    inset: -20px;
    border-radius: 40px;
    z-index: -2;
}

.frame-bg {
    position: relative;
    background-color: #fff;
    padding: 12px;
    border-radius: 3rem;
    box-shadow: 0 25px 50px -12px #00000040;
}

.frame-1   { background: linear-gradient(to right, #fb64b6, #c27aff, #51a2ff); inset:-16px; transform: rotate(6deg); border-radius: 4rem; }
.frame-2 { background: linear-gradient(to right, #fdc700, #ff6467, #fb64b6); inset: -8px; transform: rotate(-3deg); border-radius: 4rem; }

.banner-mainimg {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 2.5rem;
    position: relative;
    z-index: 5;
}

/* Floating icons */
.icon-heart, .icon-star, .icon-circle, .icon-lightning {
    position: absolute;
    z-index: 999;
    box-shadow: 0 25px 50px -12px #00000040;
    align-items: center;
    justify-content: center;
    display: flex; 
}

.icon-heart { 
    background: linear-gradient(to right, #fb2c36, #fb64b6); 
    border-radius: 50%;     
    display: flex; 
    top: -48px; 
    left: -48px; 
    width: 112px;
    height: 112px;
    animation: floatLeftDiagonalRotate 6.2s linear infinite;
}

@keyframes floatLeftDiagonalRotate {
    0%     { transform: translate(0px, 0px) rotate(0deg); }
    10%    { transform: translate(-4px, -4px) rotate(36deg); }
    20%    { transform: translate(-8px, -8px) rotate(72deg); }
    30%    { transform: translate(-12px, -10px) rotate(108deg); }
    40%    { transform: translate(-8px, -8px) rotate(144deg); }
    50%    { transform: translate(0px, 0px) rotate(180deg); }  /* center */
    60%    { transform: translate(8px, 8px) rotate(216deg); }
    70%    { transform: translate(12px, 10px) rotate(252deg); }
    80%    { transform: translate(8px, 8px) rotate(288deg); }
    90%    { transform: translate(4px, 4px) rotate(324deg); }
    93.75% { transform: translate(0px, 0px) rotate(360deg); } /* rotation ends */
    100%   { transform: translate(0px, 0px) rotate(360deg); } /* pause 0.2s */
}





.icon-star { background: linear-gradient(to right, #ff6900, #fdc700); 
                top: -48px; 
                right: -48px; 
                rotate: 45deg;
                width: 128px;
                height: 128px;
                 animation: decelRotate 6s cubic-bezier(0.3, 0, 0.2, 1) infinite;
}

@keyframes decelRotate {
    0%   { transform: rotate(0deg); }         /* start fast */
    90%  { transform: rotate(-360deg); }      /* gradually slows down */
    100% { transform: rotate(-360deg); }      /* pause for the last 10% */
}

.icon-circle { 
    background: linear-gradient(to bottom right, #00bc7d, #05df72); 
    border-radius: 50%; 
    bottom: -48px; 
    right: -48px; 
    width: 128px;
    height: 128px;
    transform: rotate(-8deg);
    transform-origin: bottom center;  /* scale grows upward */
    animation: equalBreath 4s ease-in-out infinite;
}

@keyframes equalBreath {
    0%   { transform: rotate(-10deg) scale(1); }      /* start */
    50%  { transform: rotate(-10deg) scale(1.2); }   /* inhale (half duration) */
    100% { transform: rotate(-10deg) scale(1); }     /* exhale (other half) */
}



.icon-lightning  { background: linear-gradient(to bottom right, #00b8db, #51a2ff); 
                border-radius: 24px;
                bottom: -48px; 
                left: -48px; 
                rotate: -12deg;
                width: 112px;
                height: 112px;
                animation: rotate 4s ease-in infinite;
                 }


.icon-heart svg, .icon-circle svg{
    color: #fff;
    fill: #fff;
    width: 56px;
    height: 56px;
}

.icon-star svg, .icon-lightning svg {
    color: #fff;
    fill: #fff;
    width: 64px;
    height: 64px;
}

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 1024px) {
    .banner-container {
        grid-template-columns: 1fr;
        padding: 60px 20px;
        text-align: center;
    }
    .banner-left, .banner-right { width: 100%; text-align: center; }
    .carousel-caption .title { font-size: 54px; }
    .carousel-caption .sub-title { font-size: 36px; }
}

@media (max-width: 600px) {
    .carousel-caption .title { font-size: 42px; }
    .carousel-caption .sub-title { font-size: 28px; }
    .banner-image-frame { transform: rotate(0deg); width: 95%; height: auto; }
    .banner-mainimg { width: 100%; height: auto; position: relative; top: 0; left: 0; }
    .frame-layer { display: none; }
}

/* .banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.banner-bottom svg {
    width: 100%;
} */

.banner-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.banner-bottom svg {
    width: 200%; /* doubled width for smooth looping */
    /* combine horizontal movement with a subtle seesaw rotation
         so left rises while right falls, then reverses */
    transform-origin: 50% 50%;
    will-change: transform;
    animation: waveOscillate 5s linear infinite;
}

@keyframes waveOscillate {
    /* 0: left-most position — left side up (positive tilt) */
    0% {
        transform: translateX(0);
    }
    /* 25%: moving left, neutral tilt */
    25% {
        transform: translateX(-25%);
    }
    /* 50%: right-most visible part — left side down (negative tilt) */
    50% {
        transform: translateX(-50%) ;
    }
    /* 75%: moving back, neutral tilt */
    75% {
        transform: translateX(-25%) ;
    }
    /* 100%: back to start */
    100% {
        transform: translateX(0) ;
    }
}

.banner-slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.banner-slide {
    flex: 0 0 auto;
    width: 20%; /* 5 slides visible at a time */
    position: relative;
    animation: slideAnim 20s linear infinite;
}

.banner-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Continuous sliding animation */
@keyframes slideAnim {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}



/* Base layout (desktop) */
.banner-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 48px;
}

@media (max-width: 992px) {
    .banner-container {
        grid-template-columns: 1fr; /* 1 column */
        text-align: center;
    }

    .banner-left, 
    .banner-right {
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 50px;
        line-height: 1.2;
        text-align: center;
    }

    .hero-subtitle {
        font-size: 24px;
        text-align: center;
    }

    .btn-group {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .banner-image-frame {
        width: 90%;
        margin: 0 auto;
    }

    .banner-mainimg {
        width: 100%;
        height: auto;
    }

    .icon-heart, .icon-star, .icon-circle, .icon-lightning {
        width: 80px;
        height: 80px;
        overflow: hidden;
        display: none;
    }

    .icon-heart{
        top: -30px;
        left: -30px;
    }

    .icon-star {
       top: -30px;
        right: -30px; 
        overflow: hidden;   /* on parent */
    }

    .icon-circle {
        bottom: -30px;
        right: -30px; 
        overflow: hidden;   /* on parent */
    }    

    .icon-lightning {
        bottom: -30px;
        left: -30px; 
    }

    .icon-heart svg, .icon-star svg, .icon-circle svg, .icon-lightning svg {
        width: 40px;
        height: 40px;
    }
}

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

    .badge {
        font-size: 14px;
    }

    .btn-primary, 
    .btn-secondary {
        font-size:16px;
        padding: 15px 20px;
        text-align: center;
    }


    .banner-image-frame {
        width: 100%;
    }
}




/* ===== Counter Card ===== */

#counter {
    background: #fff;
    position: relative;
    padding: 64px;
    margin-inline: auto;
        top: -1px;
}
.counter-card-wrapper {
    padding-inline: 16px;
    margin-bottom: 32px;
}

/* OUTER WRAPPER → handles swing */
.counter-card-wrapper {
    animation: swingCard 4s cubic-bezier(.45,.05,.55,.95) infinite;
    will-change: transform;
}

/* Smooth continuous swing */
@keyframes swingCard {
  0%   { transform: translateY(0px)  rotate(-5deg); }
  50%  { transform: translateY(-5px) rotate(5deg); }
  100% { transform: translateY(0px)  rotate(-5deg); }
}

/* INNER CARD → handles hover scale */
.stat-card {
    background: #fff;
    padding: 24px;
    border-radius: 24px;
    border: 4px dashed;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 25px -5px #0000001a,
                0 8px 10px -6px #0000001a;
    border-color: #0000;

    transition: transform 0.45s cubic-bezier(.22,.61,.36,1);
}

/* Smooth hover zoom */
.counter-card-wrapper:hover .stat-card {
    transform: scale(1.07);
}

/* Animation delays for multiple cards */
.counter-card-wrapper:nth-child(1) { animation-delay: 0s; }
.counter-card-wrapper:nth-child(2) { animation-delay: -1s; }
.counter-card-wrapper:nth-child(3) { animation-delay: -0.5s; }
.counter-card-wrapper:nth-child(4) { animation-delay: -1.2s; }
.counter-card-wrapper:nth-child(5) { animation-delay: -0.8s; }

/* Icon Circle */
.counter-icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
    animation: spin 7s linear infinite;
    color: #fff;
    font-size: 28px;
}

/* Spin Animation */
@keyframes spin {
    from { transform: rotate(0); }
    to   { transform: rotate(360deg); }
}

/* ===== Gradient Color Options ===== */
.gradient-pink   { background: linear-gradient(45deg, #ec4899, #ef4444); }
.gradient-yellow { background: linear-gradient(45deg, #facc15, #fb923c); }
.gradient-green  { background: linear-gradient(45deg, #34d399, #10b981); }
.gradient-purple { background: linear-gradient(45deg, #a855f7, #ec4899); }

/* Number */
.stat-card h2 {
    font-size: 36px;
    margin-bottom: 8px;
    line-height: 1.1;
    font-weight: 400;
}

/* Title */
.stat-card p {
    color: #364153;
}

/* Emoji */
.counter-emoji {
    font-size: 30px;
    margin-top: 8px;
    line-height: 1.2;
}

/* Sparkle animation */
.sparkle {
    position: absolute;
    top: -12px;
    right: -12px;
    animation: sparkleLoop 3s linear infinite;
}

.counter-contain{
    text-align: left;
}


/* Schedule-section */

/* ...existing code... */

#schedule {
    position: relative;
    padding-block: 80px;
    background-image: linear-gradient(to bottom right, #fef9c2, #fce7f3);
}

#schedule .schedule-container {
    padding-inline: 16px;
    margin-inline: auto;
    max-width: 1152px;
}

#schedule .header {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}

#schedule .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
}

#schedule .icon-wrap svg {
    color: #ff6900;
    width: 96px;
    height: 96px;
    animation: rotate 9s linear infinite;
}

#schedule h2 {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: pulseZoom 2s ease-in-out infinite;
}

#schedule p {
    color: #364153;
    font-size: 24px;
    line-height: 1.3;
}

#schedule .section-title { margin-bottom: 30px; }
#schedule .schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#schedule .schedule-item {
    opacity: 1;
    transform: none;
    position: relative;
    margin-bottom: 24px;

      /* base state */
  transform: translateX(0) scale(1);
  transition: transform 1.05s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

#schedule .schedule-item:hover {
  /* zoom comes from right */
  transform: translateX(14px) scale(1.02);
}

#schedule .scdl-bg-gradient {
    filter: blur(8px);
    opacity: 0.5;
    background-image: linear-gradient(to right, #f0b100, #ff6900);
    border-radius: 24px;
    inset: -4px;
    position: absolute;
}

#schedule .item-content {
  box-shadow: 0 20px 25px -5px #0000001a,
              0 8px 10px -6px #0000001a;
  padding: 24px;
  background-color: #fff;
  border-radius: 24px;
  gap: 24px;
  align-items: center;
  display: flex;
  position: relative;
}


#schedule .bubble {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    background-image: linear-gradient(to bottom right, #f0b100, #ff6900);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    animation: rotate 8s linear infinite;
}

#schedule .bubble svg, #schedule .bubble span{
    color: #fff;
    width: 40px;
    height: 40px;
   font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#schedule .item-text {
    flex: 1;
}

#schedule .item-text h3 {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: inherit;
}

#schedule .item-text span {
    color: #4a5565;
    font-size: 18px;
    line-height: 1.5;
}

/* EVENTS */

#programs {
    position: relative;
    padding-block: 80px;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #fff085, #fccee8, #bedbff);
    overflow: hidden;
}

.programs-container {
    padding-inline: 16px;
    max-width: 1280px;
    margin-inline: auto;
    z-index: 10;
    position: relative;
}

.programs-header {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}

/* #programs .floating-star {
    position: absolute;
    opacity: 0.1;
    width: 80px;
    height: 80px;
    animation: floatDiagonalSmall 6s linear infinite;
} */

/* #programs .event-star-1 {
    top: 20%;
    left: 10%;
}

#programs .event-star-2 {
    top: 35%;
    left: 25%;

}

#programs .event-star-3 {
    top: 50%;
    left: 40%;;
}

#programs .event-star-4 {
    top: 65%;
    left: 55%;
}
#programs .event-star-5 {
    top: 80%;
    left: 70%;
}

#programs .event-star-6 {
    top: 95%;
    left: 85%;
}
.event-star-1 svg, 
.event-star-2 svg, 
.event-star-3 svg, 
.event-star-4 svg, 
.event-star-5 svg, 
.event-star-6 svg {
    color: #ad46ff;
    fill: #ad46ff;
    width: 100%;
    height: 100%;
} */

.programs-top-svg {
    display: inline-block;
    margin-bottom: 16px;
    animation: sunWiggle 2s ease-in-out infinite;
}

.programs-top-svg svg {
    color: #ad46ff;
    width: 96px;
    height: 96px;
}

.programs-heading {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: pulseZoom 2s ease-in-out infinite;
}


.programs-subheading {
    color: #364153;
    font-size: 24px;
    line-height: 1.3;
}

.programs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

@media (max-width: 992px) {
    .programs-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .programs-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 992px) {
    .programs-container {
        padding-inline: 40px;
    }
    .programs-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
    .program-image-wrapper {
        height: 180px;
    }
    .programs-heading {
        font-size: 40px;
    }
    .programs-subheading {
        font-size: 20px;
    }
    .program-icon-circle {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .program-emoji {
        font-size: 30px;
    }
    .top-right-emoji {
        font-size: 40px;
        right: -16px;
        top: -16px;
    }
    .program-info {
        padding: 18px;
    }
    .program-join-btn {
        padding-block: 10px;
    }
}

@media (max-width: 600px) {
    .programs-grid {
        grid-template-columns: 1fr;
        /* gap: 16px; */
    }
    .programs-heading {
        font-size: 32px;
    }
    .programs-subheading {
        font-size: 18px;
    }
    .program-image-wrapper {
        height: 140px;
    }
    .program-icon-circle {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }
    .program-emoji {
        font-size: 26px;
    }
    .program-info h2 {
        font-size: 20px;
    }
    .program-info p {
        font-size: 14px;
    }
    .program-join-btn {
        padding-block: 10px;
    }

    .program-icon-circle svg,
.program-icon-circle i,
.program-icon-circle img {
    justify-content: center;
    display: block;
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 24px;
}

}
 
/* .programs-header {
    text-align: center;
    margin-bottom: 50px;
}

.programs-header .header-icon {
    font-size: 60px;
    margin-bottom: 20px;
}

.programs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Program Card Group & Decorators */
/* Add this keyframe for swing animation */
/* @keyframes swingCard {
  0%   { rotate: 4deg; }
  25%  { rotate: -4deg; }
  50%  { rotate: 4deg; }
  75%  { rotate: -4deg; }
  100% { rotate: 4deg; }
} */

/* .program-card-group {
  animation: swingCard 8s ease-in-out infinite;
  rotate: 4deg;
  will-change: transform;
} */

/* .program-card-group {
  --scale: 1;
  --hover-rotate: 0deg;

  transform: scale(var(--scale)) rotate(var(--hover-rotate));
  transition:
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.program-card-group:hover {
  --scale: 1.05;
  --hover-rotate: 4deg;
} */

@media (max-width: 768px) {
    .program-card-group {
        animation: none;
        transform: none;
        rotate: 0deg;
    }
}

/* .program-card-decorator-wrapper {
    position: relative;
    transform: rotate(1.06233deg);
} */

.program-card-decorator-bg-1 {
    position: absolute;
    inset: -8px;
    background: linear-gradient(to bottom right, #f6339a, #ff2056);
    border-radius: 3rem;
    /* transform: rotate(6deg); */
    opacity: 0.6;
    filter: blur(24px);
}

/* .program-card-decorator-bg-2 {
    position: absolute;
    inset: -8px;
    background: #fdc700;
    border-radius: 3rem;
    transform: rotate(-3deg);
    z-index: 0;
} */

.program-card {
    position: relative;
    border-radius: 3rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px #00000040;
    border: 8px solid #fff;
    background: #fff;
    height: 384px;
    transition: transform 0.5s ease; /* corrected */
}

.program-card:hover {
    transform: translateY(-10px) scale(1.1) rotate(-5deg);
}


/* .program-card:hover {
    transform: translateY(-10px);
} */

/* .program-image-wrapper {
    position: relative;
    height: 208px;
} */

.program-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.program-image-overlay {
    position: absolute;
    opacity: 0.7;
    background-image: linear-gradient( to top, #f6339a, #ff2056);
    inset: 0;
}

.program-icon-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 16px;

    backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.3);

    animation: pulseZoom 2s ease-in-out infinite;
}


.program-icon-circle svg,
.program-icon-circle i,
.program-icon-circle img {
    justify-content: center;
    display: block;
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 35px;
}


.program-icon-circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: rgba(255,255,255,0.3);
    backdrop-filter: blur(8px);
}

.program-icon-circle svg {
    width: 48px;
    height: 48px;
    display: block;
    color: #fff;
}


/* #innerpage-box .program-icon-circle {
    width: 56px;
    height: 56px;
} */

/* #innerpage-box .program-icon-circle svg,
#innerpage-box .program-icon-circle i,
#innerpage-box .program-icon-circle img {
    width: 24px;
    height: 24px;
} */


.program-info {
    inset: 0px;
    position: absolute;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
}

/* .program-info h3 {
font-size: 24px;
    font-family: "Comic Sans MS", cursive;
    margin-bottom: 8px;
    line-height: 1.3;
    text-align: center;
    font-weight: inherit;
} */

.program-info h2 {
    /* color: #9810fa; */
    text-align: center;
    /* margin-bottom: 12px; */
    font-weight: inherit;
    font-family: "Comic Sans MS", cursive;
    font-size: 36px;
    line-height: 1.1;
}

.program-emoji {
    font-size: 72px;
    line-height: 1;
    margin-bottom: 16px;
        animation: throwAndReturn 2.3s linear infinite;
}

@keyframes throwAndReturn {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    /* Going up + rotating */
    40% {
        transform: translate(-8px, -20px) rotate(180deg);
    }

    /* Still rotating at the top (no pause) */
    60% {
        transform: translate(-8px, -20px) rotate(240deg);
    }

    /* Back to start with exactly 1 full rotation */
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.program-age {
    color: var(--text-color, #555);
    margin-bottom: 10px;
    font-weight: 600;
}

.program-join-btn {
    display: inline-block;
    padding-block: 12px;
    border-radius: 3.40282e38px;
    color: #fff;
    text-decoration: none; 
    font-weight: 400; 
    transition: all 0.3s;
    transform: none;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    padding-inline: 16px;
    background-image: linear-gradient(to right, #f6339a, #ff2056);
    width: 100%;
    text-align: center;
    display: none;
}

.program-join-btn:hover {
    opacity: 0.9;
} 

.top-right-emoji {
    font-size: 48px;
    line-height: 1;
    position: absolute;
    right: -24px;
    top: -24px;

    transform-origin: 50% 50%;

    animation: throwAndReturn 1s ease-in-out forwards;
}

@keyframes throwAndReturn {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-8px, -20px) rotate(240deg);
    }
    90% {
        transform: translate(0, 0) rotate(360deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
}

.single-event {
    position: relative;
    opacity: 1;
    transform: none;
}




/* Button */
.program-join-btn {
    background: var(--card-gradient);
    color: #fff;
}

/* Icon circle */
/* .program-icon-circle {
    background: var(--card-gradient);
    color: #fff;
} */

/* Decorator background (bg-1) */
/* .program-card-decorator-bg-1 {
    background: var(--card-gradient);
} */
.programs-grid .single-event {
    position: relative;
    opacity: 1;
    transform: none;
}

.row .single-event {
    margin-bottom: 24px;
    position: relative;
    opacity: 1;
    transform: none;
}

/* CELEBRATION */

section#celebrations {
    padding-block: 80px;
    background-image: linear-gradient(to bottom right, #ffedd4, #fef9c2);
    position: relative;
}

.container.celebration-container {
    padding-inline: 16px;
    margin-inline: auto;
}

#celebrations .header {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}

#celebrations .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
}

#celebrations .icon-wrap svg {
    color: #f6339a;
    width: 96px;
    height: 96px;
    animation: wobble-zigzag 1.9s ease-in-out infinite;
}

@keyframes wobble-zigzag {
  0% {
    transform: rotate(0deg) scale(1);
  }

  33% {
    transform: rotate(19deg) scale(1.2); /* move left */
  }

  66% {
    transform: rotate(-19deg) scale(1.2);  /* move right */
  }

  100% {
    transform: rotate(0deg) scale(1);     /* back to original */
  }
}


h2.celebration-head {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: pulseZoom 2s ease-in-out infinite;
}

p.celebration-subhead {
    color: #364153;
    line-height: 1.3;
    font-size: 24px;
}

#celebrations .cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

#celebrations .card-wrap {
    opacity: 1;
    position: relative;
    transform: scale(1) rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

#celebrations .card-wrap:hover {
    transform: scale(1.1) rotate(5deg);
}

#celebrations .card-bg.pink {
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
    border-radius: 24px;
    inset: -8px;
    position: absolute;
    transform: rotate(3deg);
}

#celebrations .card {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    text-align: center;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    position: relative;
}




#celebrations .icon-container {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    background-image: linear-gradient(to bottom right, #f6339a, #fb2c36);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    display: flex;
    margin-bottom: 16px;
    margin-inline: auto;
    animation: spin 10s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


#celebrations .icon-container svg {
    color: #fff;
    width: 32px;
    height: 32px;
}

#celebrations .icon-container span {
color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 28px;
    width: 32px;
    height: 32px;
}

#celebrations h3.card-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    line-height: 1.4;
    font-weight: inherit;
    margin-bottom: 8px;
}

#celebrations p.card-desc {
    color: #4a5565;
    margin: 0;
}

/* Responsive: Team, Testimonials, Celebrations */
@media (max-width: 1200px) {
    /* Team: reduce heading, two columns where applicable */
    #team .titlebx h3 { font-size: 48px; }
    #team .single-team { padding: 0 12px; }
    .team-img-container { height: 220px; }
    #team .team-conbx { padding: 18px; }
    .team-emoji { font-size: 40px; }

    /* Testimonials: two columns */
    #testimonials .testimonials-single-area .single-testimonials { width: 50%; }
    #testimonials .testiimginn { height: 160px; }
    #testimonials .ts-area-content { padding: 12px; }
    #testimonials .titlebx h3 { font-size: 40px; }

    /* Celebrations: 3 columns */
    #celebrations .cards { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
    #celebrations .icon-container { width: 56px; height: 56px; }
    #celebrations .icon-container svg { width: 28px; height: 28px; }
}

@media (max-width: 768px) {
    /* Team: single column stack */
    #team .titlebx h3 { font-size: 36px; }
    #team .titlebx P { font-size: 16px; }
    #team .single-team { padding: 0 8px; width: 100%; }
    .team-img-container { height: 180px; }
    #team .team-conbx { padding: 14px; }
    .team-emoji { font-size: 32px; }

    /* Testimonials: single column */
    #testimonials .testimonials-single-area .single-testimonials { width: 100%; }
    #testimonials .testiimginn { height: 140px; }
    #testimonials .titlebx h3 { font-size: 32px; }
    #testimonials .ts-area-content p { font-size: 15px; }

    /* Celebrations: two columns */
    #celebrations .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    #celebrations .card { padding: 18px; }
    #celebrations .icon-container { width: 48px; height: 48px; }
    #celebrations .icon-container svg { width: 24px; height: 24px; }
}

@media (max-width: 480px) {
    /* Team: compact */
    #team .titlebx h3 { font-size: 28px; }
    #team .titlebx P { font-size: 14px; }
    .team-img-container { height: 140px; }
    #team .team-conbx { padding: 12px; }
    .team-emoji { font-size: 28px; }

    /* Testimonials: compact */
    #testimonials .testiimginn { height: 110px; }
    #testimonials .titlebx h3 { font-size: 24px; }
    #testimonials .ts-area-content p { font-size: 14px; }

    /* Celebrations: single column */
    #celebrations .cards { grid-template-columns: 1fr; gap: 12px; }
    #celebrations .card { padding: 14px; }
    #celebrations .icon-container { width: 40px; height: 40px; }
    #celebrations .icon-container svg { width: 20px; height: 20px; }
}

#gallery {
    padding-block: 80px;
    background: #fff;
    position: relative;
}

.gallery-container {
    padding-inline: 16px;
    margin-inline: auto;
}

.gallery-header {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}

.camera-icon {
    display: inline-block;
    margin-bottom: 16px;
}

.camera-icon svg {
    color: #ad46ff;
    width: 96px;
    height: 96px;
    animation: wobble-zigzag 2s ease-in-out infinite;
}

h2.galry-maintitle {
    font-family: "Comic Sans MS", cursive;
    color: #bb54d3;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: colorSoftDeepRGB 3s infinite linear;
}

p.galry-subtitle {
    color: #364153;
    font-size: 24px;
    line-height: 1.3;
}

/* Masonry */
.gallery-wrapper {
    column-count: 3;
    column-gap: 20px;
    max-width: 100%;
    margin: auto;
}

@media (max-width: 900px) {
    .gallery-wrapper { column-count: 2; }
}

@media (max-width: 600px) {
    .gallery-wrapper { column-count: 1; }
}

.photo-card{
    opacity: 1;
    transform: none;
    z-index: auto;
    break-inside: avoid;
    margin-bottom: 16px;
    transition: all 0.8s ease;
    transform: scale(1) rotate(0);
    padding: 15px 0;
}

/* .photo-card {
    opacity: 1;
    transform: scale(1) rotate(0);
} */

.photo-card:hover {
    transform: scale(1.05) rotate(5deg);
    z-index: 10;
}

.polaroid{
    position: relative;
}

.rotate-0 { transform: rotate(2deg); }
.rotate-1 { transform: rotate(-2deg); }
.rotate-2 { transform: rotate(1deg); }
.rotate-3 { transform: rotate(-1deg); }

#gallery .tape.left, #innerpage-box .tape.left{
    background-color: #fff085cc;
    transform: rotate(-12deg);
    width: 80px;
    height: 32px;
    z-index: 10;
    left: 25%;
    top: -12px;
    position: absolute;
}

#gallery .tape.right, #innerpage-box .tape.right{
    background-color: #fff085cc;
    transform: rotate(12deg);
    width: 80px;
    height: 32px;
    z-index: 10;
    right: 25%;
    top: -12px;
    position: absolute;
}

#gallery .img-container {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    padding: 12px;
    background: #fff;
    border-radius: 16px;
    transform: rotate(2deg);
    position: relative;
}

#gallery .img-container img {
    border-radius: 0px;
    width: 100%;
    vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
}

#gallery span.gal-emoji {
    font-size: 36px;
    line-height: 1.1;
    bottom: -12px;
    right: -12px;
    position: absolute;
    transform-origin: top center;
    animation: galSwing 2.3s ease-in-out infinite;
}

/* swing animation */
@keyframes galSwing {
    0%   { transform: rotate(0deg); }
    25%  { transform: rotate(10deg); }
    50%  { transform: rotate(0deg); }
    75%  { transform: rotate(-3deg); }
    100% { transform: rotate(0deg); }
}

/* Additional responsive tweaks for Gallery, FAQ, Contact, Footer */
@media (max-width: 900px) {
    /* Gallery: reduce tape and emoji sizes */
    #gallery .tape.left, #gallery .tape.right { width: 64px; height: 26px; }
    #gallery span.gal-emoji { font-size: 30px; bottom: -10px; right: -10px; }
    #gallery .img-container { padding: 10px; border-radius: 12px; }
}

@media (max-width: 600px) {
    #gallery .tape.left, #gallery .tape.right { width: 48px; height: 20px; }
    #gallery span.gal-emoji { font-size: 24px; }
    h2.galry-maintitle { font-size: 36px; }
    p.galry-subtitle { font-size: 16px; }
}

/* FAQ responsive */
@media (max-width: 992px) {
    #faq h2 { font-size: 40px; }
    #faq p { font-size: 20px; }
    button.faq-question { padding: 18px; }
    .faq-desc p { padding: 18px; font-size: 16px; }
}

@media (max-width: 600px) {
    #faq h2 { font-size: 32px; }
    #faq p { font-size: 16px; }
    button.faq-question { padding: 12px; }
    .faq-desc p { padding: 12px; font-size: 15px; }
    .faq-container { padding-inline: 12px; }
}

/* Contactus responsive: stack contact form and info boxes */
@media (max-width: 992px) {
    .contact-info { grid-template-columns: 1fr; }
    .contact-bg { width: 280px; height: 280px; right: 40px; top: 40px; }
    .contact-form { margin-bottom: 20px; }
    #contactus .cnt-text { font-size: 40px; }
    #contactus .cnt-para { font-size: 18px; }
}

@media (max-width: 600px) {
    #contactus .cnt-text { font-size: 32px; }
    #contactus .icon-wrap svg { width: 72px; height: 72px; }
    #contactus .icnbx i { width: 56px; height: 56px; line-height: 56px; font-size: 24px; }
    .contact-info { gap: 12px; }
    #contactus .container { padding-inline: 12px; }
}

/* Footer responsive: stack widget columns */
@media (max-width: 992px) {
    .footer-area .single-footer-1,
    .footer-area .single-footer-2,
    .footer-area .single-footer-3,
    .footer-area .single-footer-4 { width: 100%; padding: 0 0 24px 0; }
    .footer-area .fbox .row { display: block; }
    .footer-area .footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
}

@media (max-width: 480px) {
    .footer-area .textwidget h3 { font-size: 20px; }
    .footer-area li a { font-size: 14px; }
    .footer-area .f-text { font-size: 14px; }
}

/* FAQ SECTION */

#faq {
    padding-block: 80px;
    background-image: linear-gradient(to bottom right, #f3e8ff, #fce7f3);
    position: relative;
}

.faq-container {
    padding-inline: 16px;
    margin-inline: auto;
    max-width: 896px;
}

#faq .titlebx {
    opacity: 1;
    transform: none;
    text-align: center;
    margin-bottom: 64px;
}

#faq .icon-wrap {
    display: inline-block;
    margin-bottom: 16px;
}

#faq .icon-wrap svg{
    color: #ad46ff;
    width: 96px;
    height: 96px;
    animation: pulseZoom 2s ease-in-out infinite;
}

#faq h2 {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit;
    animation: pulseZoom 2s ease-in-out infinite;
}

#faq p{ 
    color: #364153;
    font-size: 24px;
    line-height: 1.3;

}

.faq-item {
    opacity: 1;
    transform: none;
    position: relative;
    margin-bottom: 16px;
    padding: 0;
}

.faq-bg {
    opacity: 0.5;
    background-image: linear-gradient(to right, #c27aff, #fb64b6);
    border-radius: 24px;
    inset: -4px;
    position: absolute;
}

.faq-item-contain {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    background-color: #fff;
    border: 4px dashed #dab2ff;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}

button.faq-question {
    text-align: left;
    padding: 24px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    box-shadow: none;
    background: none;
}

.faq-que {
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}

.faq-arrow {
    transform: none;
}

.faq-arrow svg{
    color: #9810fa;
    width: 32px;
    height: 32px;
}

.faq-answer {
    height: 0px;
    overflow: hidden;
}

.faq-desc p{
    color: #364153;
    font-size: 18px !important;
    line-height: 1.5;
    padding-top: 0 !important;
    margin: 0;
}

.faq-desc {
    padding: 0 0 20px 28px;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-arrow {
  transition: transform 0.3s ease;
}

.faq-arrow {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
    transform: rotate(180deg);
}

.faq-item-contain {
  overflow: hidden;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  height: auto !important;
  display: block !important;
}

.navigation .mainmenu li:hover ul.sub-menu {
    padding-block: 16px;
    padding-inline: 8px;
    background-color: #fff;
    border: 4px solid #dab2ff;
    border-radius: 24px;
    min-width: 220px;
    /* margin-top: 6px; */
    left: 0;
    top: 100%;
    position: absolute;
}

.breadcrumbbox span a {font-family: "Comic Sans MS", cursive !important;}
.breadcrumbbox span, .woocommerce .woocommerce-breadcrumb{
    font-family: "Comic Sans MS", cursive;
}
.breadcrumbbox span.treeEnd {
    font-family: "Comic Sans MS", cursive;
}

.ht-team-member{
    position: relative;
    border-radius: 0px;
    box-shadow: 0 25px 50px -12px #00000040;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 2.5rem;
    overflow: hidden;
}

#innerpage-box .imgbx {
    position: relative;
    height: 288px;
}

#innerpage-box .single-team{
    padding: 0 18px;     
    transition: transform 0.3s ease;
}

#innerpage-box .single-team:hover {
    transform: translateY(-10px) scale(1.06);
} 

#video-popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.video-modal {
    position: relative;
    max-width: 900px;
    width: 90%;
    margin: 5% auto;
    background: #000;
    border-radius: 10px;
    z-index: 10;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
}

.video-wrapper iframe,
.video-wrapper video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.video-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}

/* Blur background when video is open */
body.video-blur-active > *:not(#video-popup) {
    filter: blur(8px);
    transition: filter 0.3s ease;
}

/* Prevent scroll */
body.video-blur-active {
    overflow: hidden;
}

/* Improve popup focus */
#video-popup {
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.45);
}

.video-overlay {
    background: rgba(0, 0, 0, 0.75);
}

/* 
#sidebars input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email{
    font-family: "Comic Sans MS", cursive;
    padding-block: 16px;
    padding-inline: 24px;
    border: 4px solid #e9d4ff !important;
    border-radius: 50px !important;
    width: 100% !important;
} */


/* CENTERED CONTENT */
.cont-map {
    max-width: 1280px;
    margin: 0 auto;
}

.map-clickable {
    display: block;
    text-decoration: none;
    box-shadow: 0 25px 50px -12px #00000040;
    padding: 16px;
    background-color: #fff;
    border: 4px solid #e9d4ff;
    border-radius: 40px;
    position: relative;
    transition: all 0.35s ease;
}

.map-placeholder {
    height: 500px;
    border-radius: 32px;
    background: linear-gradient(to bottom right, #e9d4ff, #fccee8, #bedbff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
}

.map-clickable:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.22);
}

.map-pin {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 16px;
    animation: pin-hop 3.2s ease-in-out infinite;
}

/* Hop animation */
@keyframes pin-hop {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

.map-txt h3 {
    margin: 0;
    font-size: 30px;
    color: #364153;
    font-family: "Comic Sans MS", cursive;
    line-height: 1.2;
}

.map-txt p {
    margin-top: 8px;
    font-size: 20px;
    color: #4a5565;
    font-family: "Comic Sans MS", cursive;
    line-height: 1.4;
}


@media (max-width: 375px) {
    #innerpage-box .imgbx{
        width: 100%;
        height: auto;
    }

    img.wp-smiley, img.emoji{
        height: 0.75em !important;
        width: 0.75em !important;
    }
}
   
@media (max-width: 768px){
    #innerpage-box .lz-gallery-images:hover .titlbx h3{
        padding: 3px;
        font-size: 12px;
    }

    #innerpage-box .lz-gallery-images a{
        padding: 4px;
    }

    .row .single-event{
        padding: 25px;
    }
}

@media (max-width: 1024px){
    .program-card-group{
        animation: none;
        rotate: 0deg;
    }
}


.team-profile-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.team-profile-img img {
    width: 100%;
    border-radius: 20px;
}

/* .team-emoji {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
} */

.team-name {
    font-size: 32px;
    font-weight: 700;
}

.team-designation {
    color: #8b5cf6;
    /* margin-bottom: 15px; */
}

.info-box-inn {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}


.team-profile-img img { border-radius: 20px; }
.team-about, .team-achievements {
    /* background: #fff; */
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
        max-width: 1280px;
    margin-inline: auto;
}
.achievement-box {
    padding: 32px;
    background: #fff;
    border-radius: 24px;
    margin-bottom: 20px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 4px solid #e9d4ff;
    display: flex;
    align-items: center;
    gap: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-box:hover {
    transform: rotate(2deg) scale(1.05);
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.15), 0 12px 15px -6px rgba(0, 0, 0, 0.1);
}


span.achievement-icon {
    font-size: 32px;
    display: inline-block;
    animation: spin 3s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/* Container */
.team-section {
    /* padding: 5rem 1rem; */
    font-family: "Comic Sans MS", cursive;
}

.team-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

/* Image Card */
.team-image-wrapper {
    position: relative;
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
        animation: seesawframe 2.5s ease-in-out infinite alternate;
}

.team-image-frame {
    position: absolute;
    inset: -16px;
    background: linear-gradient(to right, #fb64b6, #c27aff, #51a2ff);
    border-radius: 4rem;
    transform: rotate(6deg);
    z-index: 1;
}

.team-image-card {
position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 3rem;
    padding: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    /* transform: rotate(1deg);*/
}

.team-image-card img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 2.5rem;
}

/* Emoji Circle */
.team-emoji-circle {
    position: absolute;
    top: -2rem;
    right: -2rem;
    width: 6rem;
    height: 6rem;
    background: #facc15;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 4px solid #fff;
    z-index: 2;
    animation: rotateWithPause 5s ease-in-out infinite;
}

/* Profile Content */
.team-content {
    max-width: 600px;
}

.team-emoji-inn {
    font-size: 72px;
    margin-bottom: 24px;
    transform: rotate(-5deg);
    line-height: 1;
        animation: floatRotate 3s ease-in-out infinite;
}

@keyframes floatRotate {
    0% {
        transform: translateY(0) rotate(-2deg);
    }
    50% {
        transform: translateY(-10px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(-2deg);
    }
}


.team-name {
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

.team-designation {
    font-size: 30px;
    color: #9810fa;
    line-height: 1.2;
}

.team-quote-box {
background: #faf5ff;
    border: 4px solid #e9d4ff;
    border-radius: 24px;
    padding: 32px;
    margin-bottom: 32px;
    /* font-size: 1.5rem; */
    /* font-style: italic; */
    /* color: #4b5563;*/
}

.team-quote-box p {
    color: #364153;
    font-style: italic;
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
}

/* Info Boxes */
.team-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 24px;
}

.info-box-inn {
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 4px solid;
    text-align: left;
    transition: transform 0.2s ease;
}

.info-box-inn .info-icon svg {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #9810fa;
    width: 32px;
    height: 32px;
}

.info-box-inn .info-label {
    font-size: 14px;
    color: #4b5563 !important;
    margin-bottom: 4px;
    font-family: "Comic Sans MS", cursive;
    line-height: 1.4;
}

.info-box-inn .info-text {
    font-size: 18px;
    /* font-weight: 600; */
    font-family: "Comic Sans MS", cursive;
    line-height: 1.5;
}

/* Box Colors */
.info-box-inn.pink { border-color: #fbcfe8; }
.info-box-inn.blue { border-color: #bfdbfe; }
.info-box-inn.purple { border-color: #ddd6fe; }
.info-box-inn.yellow { border-color: #fde68a; }

/* Buttons */
.team-buttons {
    display: flex;
    gap: 1rem;
}

.team-buttons .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 3rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-gradient {
    background: linear-gradient(to right, #f6339a, #ad46ff);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-family: "Comic Sans MS", cursive;
    transform: none;
    font-size: 18px !important;
    line-height: 1.5;
    padding-inline: 32px;
    padding-block: 16px;
    gap: 8px !important;
    align-items: center !important;
    display: flex !important;
    transition: 
        box-shadow 0.3s ease,
        transform 0.2s ease;
}

.btn-gradient:hover, .info-box-inn:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}

.btn-outline {
    background: #fff;
    color: #9810fa !important;
    border: 4px solid #dab2ff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding-block: 16px;
    padding-inline: 32px;
    gap: 8px !important;
    align-items: center !important;
    display: inline-flex !important;

    transition: 
        box-shadow 0.3s ease,
        transform 0.2s ease;
}

.btn-outline:hover {
    transform: scale(1.04);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive */
@media (max-width: 1024px) {
    .team-grid {
        grid-template-columns: 1fr;
    }
    .team-image-wrapper {
        margin-bottom: 2rem;
    }
}

.about-content{
    font-size: 24px;
}

.team-about {
    opacity: 1;
    transform: none;
    box-shadow: 0 25px 50px -12px #00000040;
    padding: 48px;
    background-color: #fff;
    border: 4px solid #e9d4ff;
    border-radius: 24px;
    max-width: 1024px;
    margin-inline: auto;
}

h1.team-name {
    font-family: "Comic Sans MS", cursive;
    font-size: 60px !important;
    line-height: 1;
    margin-bottom: 16px;
    font-weight: inherit !important;
}
 
.team-achievements h2 {
    font-family: "Comic Sans MS", cursive;
    opacity: 1;
    transform: none;
    font-size: 60px !important;
    line-height: 1;
    text-align: center;
    margin-bottom: 48px;
}

span.achievement-text {
    font-family: "Comic Sans MS", cursive;
    font-size: 24px;
    line-height: 1.3;
}

.inn-team-abt {
    position: relative;
    /* margin: 6em 0 0 0; */
    /* text-align: center; */
    padding-block: 80px;
    padding-inline: 16px;
    background-image: linear-gradient(to bottom right, #f3e8ff, #fef9c2, #fce7f3);
    /* margin-inline: auto; */
}

.inner_contentbox {
    padding-block: 80px;
    padding-inline: 16px;
}


/* =====================
   Desktop Menu Hover Dropdown
===================== */
.navigation .mainmenu li {
    position: relative;
}

/* Hide submenus initially */
.navigation .mainmenu li ul.sub-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(6px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}


/* Show submenu on hover */
.navigation .mainmenu li:hover > ul.sub-menu,
.navigation .mainmenu li:focus-within > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mainmenu ul.sub-menu {
    position: absolute;
    top: 100%; /* just below the parent menu item */
    left: 0;
    background: white; /* or your desired bg */
    border-radius: 10px;
    border: 2px solid #cdbbff; /* your purple border */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 200px;
    z-index: 9999;
    display: none; /* hidden by default */
}

/* Submenu links styling */
.navigation .mainmenu ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    transition: background 0.2s, color 0.2s;
}

.navigation .mainmenu ul.sub-menu li a:hover {
    color: #9810fa;
    font-family: "Comic Sans MS", cursive;
    padding-block: 12px;
    padding-inline: 16px;
    background-color: #f3e8ff;
    border-radius: 16px !important;
}

/* Nested submenus */
.navigation .mainmenu ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    transform: translateX(6px);
}

.navigation .mainmenu ul.sub-menu li:hover > ul.sub-menu {
    transform: translateX(0);
}

/* .navigation .mainmenu li:hover > ul.sub-menu,
.navigation .mainmenu li:focus-within > ul.sub-menu {
    opacity: 1;
    visibility: visible;
} */


/* .navigation .mainmenu li ul.sub-menu {
    transition-delay: 0.05s;
}

.navigation .mainmenu li ul.sub-menu {
    pointer-events: none;
} */

/* .navigation .mainmenu li:hover > ul.sub-menu {
    pointer-events: auto;
} */




/* =====================
   Mobile Hamburger Submenu
===================== */
.submenu-toggle {
    cursor: pointer;
    float: right;
    margin-left: 5px;
    font-size: 12px;
    /* user-select: none; */
}

/* .mainmenu ul.sub-menu {
    display: none;
} */

/* .mainmenu ul.sub-menu.open {
    display: block;
} */

/* Optional: Add transition for smooth mobile opening */
/* .mainmenu ul.sub-menu.open {
    animation: mobileSlideDown 0.3s ease forwards;
}

@keyframes mobileSlideDown {
    0% { opacity: 0; max-height: 0; }
    100% { opacity: 1; max-height: 500px; }
} */


.event-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.event-card-link:hover {
    text-decoration: none;
}


/* General page background and font */
body.single-post,
body.single-our-events {
  background: #fff6f0; /* soft pastel background */
  font-family: 'Comic Sans MS', cursive, sans-serif;
  color: #3c3c3c;
  line-height: 1.6;
  /* padding: 40px 0; */
}

/* Container */
#innerpage-box {
  /* max-width: 1280px; */
  margin: 0 auto;
  /* padding: 0 15px; */
}

/* Header Title */
.page-main-header {
  position: relative;
  padding: 40px 0 30px;
  /* background: #fff0f5;
  border-radius: 15px;
  box-shadow: 0 0 10px #fcdede; */
  text-align: center;
}

.page-main-header .ht-main-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 24px;
    /* margin: 0; */
    /* letter-spacing: 2px; */
    /* user-select: none; */
    font-weight: inherit;
}

.ht-emoji {
    font-size: 96px;
    line-height: 1;
    margin-bottom: 24px;
    animation: swingEmoji 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

@keyframes swingEmoji {
    0% {
        transform: rotate(-8deg);  /* Start left */
    }
    25% {
        transform: rotate(0deg);   /* Center */
    }
    50% {
        transform: rotate(8deg);   /* Right */
    }
    100% {
        transform: rotate(-8deg);  /* Back to left, smooth loop */
    }
}





/* Overlay for header background */
.page-main-header .overlay1 {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  /* background: rgba(255 192 203 / 0.15); */
  border-radius: 15px;
  pointer-events: none;
}

/* Breadcrumb box */
.bdcrmbox {
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: #a65a70;
}

/* Event badges container */
.event-badges {
    display: grid;
    gap: 16px;
    /* justify-content: center; */
    margin-bottom: 48px;
    transition: transform 0.3s ease;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 896px;
    margin-inline: auto;
}

.event-badges span {
background: #fff;
    padding: 24px;
    /* border-radius: 15px; */
    /* font-size: 1rem; */
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    /* user-select: none; */
    /* display: flex; */
    /* align-items: center; */
    /* gap: 8px; */
    /* color: #d94e6b; */
    /* font-weight: 600; */
    text-align: center;
    border: 4px solid #fccee8;
    border-radius: 16px;
}

.event-badges span:nth-child(1){
    border-color: #fccee8;
}
.event-badges span:nth-child(2){
    border-color: #bedbff;
}
.event-badges span:nth-child(3){
    border-color: #fff085;
}
.event-badges span:nth-child(4){
    border-color: #b9f8cf;
}

/* Odd badges tilt right on hover */
.event-badges span:nth-child(odd):hover {
    transform: rotate(2deg) scale(1.05);
}

/* Even badges tilt left on hover */
.event-badges span:nth-child(even):hover {
    transform: rotate(-2deg) scale(1.05);
}

.event-badges span svg{
    color: #9810fa;
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
    margin-inline: auto;
}

.event-badges span p {
    font-family: "Comic Sans MS", cursive;
    font-size: 20px;
    line-height: 1.4;
}

/* Event grid layout */
.event-grid {
    display: grid;
    gap: 48px;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    /* justify-content: center;*/
}

/* Left side: Content */
.event-left {
    /* flex: 1 1 55%; */
    /* background: #fff8fa; */
    /* border-radius: 20px; */
    /* padding: 30px 25px; */
    /* box-shadow: 0 0 30px 3px rgba(255 192 203 / 0.15); */
    /* font-size: 1.1rem; */
    /* color: #4d4d4d; */
    /* white-space: pre-line; */
    /* line-height: 1.5; */
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    opacity: 1;
    transform: none;
    margin-top: 0;
    margin-bottom: 2rem;
}

.event-left p{
    font-family: "Comic Sans MS", cursive;
    line-height: 1.65;
    font-size: 24px;
    margin: 0 0 24px 0;
}

/* Right side: Image slider and location */
.event-right {
    /* flex: 1 1 35%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 25px; */
    /* user-select: none; */
    opacity: 1;
    transform: none;
}

/* Single image or slider container */
/* .event-slider {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255 192 203 / 0.35);
  border: 3px solid #f9c7d5;
  background: #fff0f5;
} */

/* Image inside slider */
/* .event-slider img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
} */

/* .event-location-card:hover {
  box-shadow:
    0 0 30px 7px rgba(255 105 180 / 0.45),
    inset 0 0 20px 3px rgba(255 192 203 / 0.3);
}

.event-location-card h4 {
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 10px;
  user-select: none;
}

.event-location-card p {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 4px;
  user-select: text;
}

.event-location-card small {
  font-size: 0.9rem;
  line-height: 1.3;
  user-select: text;
} */

/* Event map container */
/* .event-map {
  margin-top: 15px;
  width: 100%;
  height: 150px;
  border-radius: 15px;
  box-shadow: inset 0 0 12px rgba(255 192 203 / 0.25);
  background: #fff0f5;
} */

/* Scrollbar for long content in left */
.event-left::-webkit-scrollbar {
  width: 6px;
}

.event-left::-webkit-scrollbar-thumb {
  background: #d8657c;
  border-radius: 20px;
}

/* Responsive for smaller screens */
@media (max-width: 992px) {
  .event-grid {
    flex-direction: column;
  }

  .event-left, .event-right {
    flex: 1 1 100%;
  }

  .page-main-header {
    padding: 30px 10px 20px;
  }
}

.event-slider-wrap {
    position: relative;
    margin: 0 0 24px 0;
    transition: transform .2s ease-out;
}

.event-slider-wrap:hover{
    transform: scale(1.02);
}

.event-slider-glow {
    filter: blur(24px);
    background-image: linear-gradient(to right, #fb64b6, #c27aff, #51a2ff);
    border-radius: 3rem;
    inset: -16px;
    position: absolute;
}

.event-slider-box {
    box-shadow: 0 25px 50px -12px #00000040;
    padding: 16px;
    background-color: #fff;
    border: 4px solid #e9d4ff;
    border-radius: 24px;
    position: relative;
}

.event-slider{
    border-radius: 16px;
    overflow: hidden;
    height: 384px;
    position: relative;
}

img.event-slide-image {
    opacity: 1;
    transform: none;
    object-fit: cover;
    border-radius: 16px;
    width: 100%;
    height: 384px;
}

.swiper-button-prev-event,
.swiper-button-next-event {
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1);
    padding: 12px;
    background-color: #fffccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.swiper-button-prev-event { left: 16px; }
.swiper-button-next-event { right: 16px; }

.swiper-button-prev-event svg,
.swiper-button-next-event svg {
    width: 24px;
    height: 24px;
    stroke: #9810fa;
}

.swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #cfcfcf; /* light gray */
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 32px;              /* active dot is bigger horizontally */
    height: 12px;
    background-color: #ff298f; /* bright pink */
    border-radius: 12px;       /* make it an oval */
}

.evl-card {
    box-shadow: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    padding: 32px;
    background-color: #fff;
    border: 4px solid #b9f8cf;
    border-radius: 24px;
    transition: transform 0.2s ease;
}

.evl-card:hover{
    transform: scale(1.02);
}

h4.event-location-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px;
    font-weight: inherit;
}

.location-wrapper {
    text-align: center;
    font-weight: inherit;
}

p.event-location-name {
    font-family: "Comic Sans MS", cursive;
    color: #364153;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
}

p.event-location-address {
    margin-bottom: 8px;
    font-family: "Comic Sans MS", cursive;
    color: #4a5565;
    font-size: 20px;
    line-height: 1.4;
}

.event-location-icon {
    font-size: 60px;
    line-height: 1;
    margin-top: 24px;
}

.event-activities-box {
    opacity: 1;
    transform: none;
    padding: 32px;
    background-color: #faf5ff;
    border: 4px solid #edd4ff;
    border-radius: 24px;
    margin: 0 0 32px 0;
}

h3.event-activities-title {
    font-family: "Comic Sans MS", cursive;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 24px;
    font-weight: inherit;
}

ul.event-activity-item{
    list-style: none;
}

li.event-activity-item {
    opacity: 1;
    transform: none;
    font-size: 20px;
    line-height: 1.4;
    gap: 12px;
    display: flex;
    align-items: center;
    margin: 0 0 16px 0;
}

li.event-activity-item svg{
    color: #00c951;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.event-cta {
    opacity: 1;
    transform: none;
    text-align: center;
}

a.event-cta-button {
    font-family: "Comic Sans MS", cursive;
    box-shadow: 0 25px 50px -12px #00000040;
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    padding-block: 24px;
    padding-inline: 48px;
    background-image: linear-gradient(to right, #f6339a, #ad46ff, #2b7fff);
    border-radius: 3.40282e38px;
    appearance: button;
}

.event-slider {
  position: relative;
  overflow: hidden;
}

/* Wrapper around slides + white overlay */
.event-slider-wrapper {
  position: relative;
  z-index: 1; /* below nav and pagination */
}

/* White overlay covers slides only */
.white-fade-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: white;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: 10; /* above slides */
}

/* Navigation buttons - above overlay */
.swiper-button-prev-event,
.swiper-button-next-event {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);    
  z-index: 20; /* above overlay */
  /* your styles for left/right positioning */
}

.inner_contentbox {
    /* padding: 20px; */
    box-sizing: border-box;
}

/* .innerpage-whitebox {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */

@media (max-width: 1024px){
    .event-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}



/* For mobile */
@media (max-width: 768px) {
    .event-left,
    .event-right {
        flex: 1 1 100%; /* full width */
    }

    .event-left {
        margin-bottom: 20px;
    }

    .event-badges{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    h3.event-activities-title{
        align-items: center;
        text-align: center;
    }

    .event-activities-box{
        padding: 20px;
    }
}


/* On very small screens */
@media (max-width: 480px) {
    .event-badges {
        justify-content: center;
        gap: 10px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .event-badges span {
        min-width: 80px;
        font-size: 14px;
    }

    h3.event-activities-titl{
        font-size: 24px !important;
    }
}

@media (max-width: 480px) {
    .event-cta-button,
    .event-location-card {
        width: 100%;
        padding: 10px 0;
    }

    a.event-cta-button{
        font-size: 18px;
    }

    p.event-location-name, p.event-location-address{
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #ht-contactus-wrap .cntpgtxt .icnbx {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    #ht-contactus-wrap .cntpgtxt .row{
        align-items: center;
        justify-content: center;
    }
    #ht-contactus-wrap .cntpgtxt .icnbx {
        margin-bottom: 20px;
    }
    #ht-contactus-wrap .cntpgtxt .icndbx{
        text-align: center;
    }

    .ht-sub-title{
        font-size: 24px;
    }
}

@media (max-width: 1024px){
    .feature-heading, .about-heading{
        font-size: 40px;
    }
}


/* EVENTS GRID */
.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop */
    gap: 30px;
}

/* Tablet */
@media (max-width: 1024px) {
    .events-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .events-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


@media (max-width: 1024px) {

    /* Hide submenu completely */
    .mainmenu .sub-menu {
        display: none;
        padding-left: 15px;
        background: transparent;
    }

    /* Show when open */
    .menu-item-has-children.submenu-open > .sub-menu {
        display: block;
    }

    /* Arrow */
    .menu-item-has-children > a {
        position: relative;
        /* padding-right: 25px; */
    }

    .menu-item-has-children > a::after {
        content: "▾";
        position: absolute;
        right: 0;
        transition: transform 0.3s ease;
    }

    .menu-item-has-children.submenu-open > a::after {
        transform: rotate(224deg);
    }
}

/* @media (max-width: 1024px) {
    .hamburger-menus {
        display: block;
        cursor: pointer;
    }

    .navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: #fff;
        transition: right 0.3s ease;
        z-index: 9999;
    }

    .navigation.active {
        right: 0;
    }
} */