/*Theme Name: Construction Company Pro
Theme URI: https://favorthemes.com
Author: Favor Themes
Author URI: https://favorthemes.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: construction-company-pro
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;
}
body {
    margin: 0;
}
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: #ff0;
    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 2px;
    padding-top: 8px;
}
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: #444;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}
h1{
    font-size: 28px;
    margin-bottom: 15px;
}
h2{
    font-size: 26px;
    margin-bottom: 15px;
}
h3{
    font-size: 30px;
    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:0 0 15px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

#innerpage-box blockquote p{ margin: 0;
    font-weight: 400;
}
blockquote {
    top: 2em;
    background-color: #f2f2f2;
    position: relative;
    clear: both;
    margin: 30px 0px;
    padding: 1em 2em 1em 3em !important;
    font-size: 16px;
    color: #212121;
    font-style: italic;
    border-radius: 20px;
}
blockquote:before {
    content: "";
    position: absolute;
    top: 20px;
    clear: both;
    padding-left: 1em;
    border-left: 4px solid #fff;
    bottom: 20px;
    left: 20px;
}

q:before,
q:after {
    content: "";
}
pre {
    background: #eee;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 100%;
    overflow: auto;
    padding: 15px;
}
code,
kbd,
tt,
var {
    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;}
.pd-1{ padding: 5px;}
.pl-0{padding-left:0 ;}
.pl-1{padding-left: 1em;}
.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 {    box-sizing: inherit;
}

blockquote,
q {
    quotes: "" "";
        -moz-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    -webkit-box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
    box-shadow: -1px 0px 9px rgba(152, 152, 131, 0.2);
}
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: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: red;
    z-index: 1;
    position: relative;
}
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 {
    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: 1px solid #EEE;
    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;
}
.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 {
    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 15px;}
.widget select {   max-width: 100%;  width: 100%;}
.widget_search .search-submit { display: none;}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
    padding: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #6d6d6d;
    margin: 0;
    position: relative;
    display: block;
    margin: 0 0 12px;
    background: #f72985;
    color: #fff;
    border-radius: 20px 0 20px;
    text-align: center;
    font-weight: 600;
}

.widget-area ul{
    list-style: none;
    padding: 0px 3px;
    margin: 0;
    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;
    padding-left: 15px;
}
.widget-area li.recentcomments {  padding: 10px 15px;}
.widget-area a{
    text-decoration: none;
    font-size: 16px;
    color: #404040;
    padding: 4px 0;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}
.widget-area .widget{ margin-bottom: 1.5em; position: relative;z-index: 1;}
#innerpage-box .widget-area .wp-block-latest-posts__list {padding: 0 2px;}

/*--------------------------------------------------------------
## Bullet Point
--------------------------------------------------------------*/
#secondary .widget_nav_menu li a{font-weight: 500;}

#secondary .widget_nav_menu li:before,
#secondary .widget_recent_entries li:before{
    display: none;
}

#secondary .widget_archive a:before,
#secondary .widget_categories a:before,
#secondary .widget_recent_entries li a:before,
#sidebars .widget_archive ul li a:before,
#sidebars .widget_recent_entries ul li a:before ,
#sidebars .widget_recent_comments  span:before{ 
    font-family: 'FontAwesome';
    transition: all 0.3s ease;
    content: "\f1a5";
    margin: 0 14px 0 0;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    font-size: 16px;
}
#secondary ul li:before {
    content: '';
    font-family: 'FontAwesome';
    float: left;
    padding-right: 12px;
    color: #0074D9;
    font-weight: 600;
    transition: all 0.2s ease 0s;
    font-size: 18px;
}
#secondary .widget-area .tagcloud,
#sidebars .widget-area .tagcloud{padding: 0 1em;}
#content-box ul li{margin-bottom: 8px; }
/*/*---------------------
sidebar menu 
------------------------*/
#secondary .widget_nav_menu li ,
#sidebars .widget_nav_menu ul li{ 
    margin:0 6% 2em 6% !important;
    border-radius: 20px;
}
#sidebars .widget_nav_menu a, 
#sidebars .widget_nav_menu ul li a,
#secondary .widget.widget_nav_menu a{color: #fff ;}
#secondary .widget_nav_menu li a,
#sidebars .widget_nav_menu a,
#sidebars .widget_nav_menu ul li a{display: block;}

#sidebars .widget_recent_entries ul li:before,
#sidebars .widget_nav_menu ul li:before{display: none;}
/*--------------------------------------------------------------
## Sidebar Area
--------------------------------------------------------------*/
.widget-area { position: relative; overflow: hidden;}
#secondary input[type="text"]{
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    background: transparent;
    border-radius: 5px;
}

#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: 90%;
    margin:5px 5%;
    font-size: 16px;
    display: inline-block; 
    border-radius: 8px;
    padding: 5px 3px 5px 20px;
    line-height: 20px;
    background-color: transparent;
    text-align: left;
}
#secondary textarea {padding: 15px 3px 6px 20px; height: 90px;border-radius: 14px;}
#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;
}
#content-box a :hover{
}
#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: 4px 10px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    line-height: 35px;
    word-break: break-word;
}

#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;
    z-index: 1;
}

.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;
    top: 0;
    margin-left: 100%;
    width: 100%;
    line-height: 1;
}
#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{
    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: #FFF !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 3em 0;
    padding: 1em 0;
     clear: both; 
    text-align: center;

}
.pagingation 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-right: 8px;
    transition: all 0.25s ease;
}
.pagingation a:hover{
    color:#fff;
}
.pagingation .current{
    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;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 15px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 13.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
.ht-gallery-member-image {
    position: relative;
    overflow: hidden;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/

div#secondary input[type="submit"],
.wp-block-search__button {
    margin: 0 auto;
    top: 15px;
    display: block;
    position: relative;
    text-align: center;
    padding: 6px 26px !important;
    z-index: 999 !important;
    overflow: hidden;
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}
#sample-heading-here:after {display: none !important;}
.section-title{ margin-bottom: 100px;margin-top: 20px; position: relative;}
.section-title h2 {
    position: relative;
    word-break: break-word;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0px;
    display: inline-block;
}
.section-title h3{
    font-size: 24px;
    color: #F4B504;
    font-weight: 400;
    margin: 10px 0 0 0;
}

.inner-area-title {    
    font-size: 23px;
    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;}

:hover{
    -webkit-transition-duration: 1s;   
    -moz-transition-duration: 1s;   
    -o-transition-duration: 1s;   
    transition-duration: 1s;
}

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;
}
.ht-main-title{
    position: relative;
    margin: 1em 0px 14px;
    z-index: 1;
}
.category .ht-main-title {  margin: 0 0 1.5em;}
.ht-site-title, .site-title{
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    padding: 0;
}
.ht-site-title a, .site-title a{ text-decoration: none;color: #4a4a4a;}
.ht-site-description{
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0 0 0;
}
.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;
}
#total-breadcrumbs a{ color: #000;}
#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;}
/*======= side bar ===========*/
/*--------------------------------------------------------------
## Breadcrumb
--------------------------------------------------------------*/
.page-main-header { overflow: hidden; position: relative;}
.hederpipe{
    background: url(images/schedulepipe.png) repeat-x 0 0;
    position: relative;
    padding: 23px 0;
}
.breadcrumbbox { position: relative; padding: 0em 0em; z-index: 1;margin: 1em 0 2em;}
.breadcrumbbox span{ color:#000; margin:0 1px;font-weight: 600;}
.breadcrumbbox i {
    font-size: 20px;
    font-weight: 100;
    top: 0px;
    position: relative;
}
.breadcrumbbox .button {
    padding: 0px 0px !important;
    display: inline-block !important;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

/*===========================================
## 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;}
/*----------------------------------------*/
/*  Inner Page Header Area
/*----------------------------------------*/
.page-main-header .overlay1{
    position: absolute  ;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}
/*----------------------------------------*/
/*  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 .htop button.share-icn, header .headphone,
header button.share-icn{display: none;}
.logo { padding: 0px 5px 0 0px;}
.logobox img{ position: relative;}
header.site-header .main-dispaly.padding0 {  padding-right: 0;}
/* Old Hbtn styles removed - using new .quote-btn instead */


/* top-header
-------------------------------------------------------------- */

/* = 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;
}
/* Override old navigation styles for new header */
.main-header-bar .navigation .mainmenu{ 
    position:relative !important; 
    z-index:9999 !important; 
    vertical-align:middle !important; 
    float: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.main-header-bar .navigation .mainmenu li{ 
    display:inline-block !important; 
    position:relative !important; 
    line-height:normal !important; 
    margin: 0 15px !important;
}
.main-header-bar .navigation .mainmenu li a{ 
    display:block !important; 
    text-align:center !important; 
    position:relative !important;
    color: #2c2c2c !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    padding: 8px 0 !important;
    transition: color 0.3s !important;
}

/* Disable old water drop effect for new header */
.main-header-bar .navigation .mainmenu li a::before {
    display: none !important;
    opacity: 0 !important;
}

.main-header-bar .navigation .mainmenu li a:hover,
.main-header-bar .navigation .mainmenu li.current_page_item > a {
    color: #F4B504 !important;
}


/*menu water drop*/

/* Old menu water drop effect removed - using simple hover effect */
.navigation .mainmenu li a::before {
    display: none; /* Disabled old water drop effect */
}
/* = Navigation 2nd level css
-------------------------------------------------------------- */
.navigation .mainmenu ul.sub-menu li { 
    list-style-type: none;transition: all 0.5s;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.5s;
}
.navigation .mainmenu ul.sub-menu li:last-child { 
    border-bottom: 0px solid #f1f1f1;
}
.navigation .mainmenu li:hover ul.sub-menu{
-webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: all 0.5s;
}

ul.sub-menu{
    z-index:9999;
    position:absolute;
    left:-9999px;
    border-radius: 0px;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    left: 0;
    text-align: left;
    background: #9bb70d;
    min-width: 250px;
    z-index: 999;
    padding: 0px;
    margin-top: 0px;
    box-shadow: 0px 5px 30px rgba(0,0,0,0.13);
}
.navigation .mainmenu li ul li{
    display:block; 
    position:relative; 
    float:none; 
    line-height:18px; 
    margin-left:0; 
    margin-right:0; 
    -webkit-transform: skew(0deg); 
    -ms-transform: skew(0deg); 
    transform: skew(0deg); 
}
.navigation .mainmenu ul.sub-menu li a:hover {
    border-radius: 10px !important;
}
.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;
}
.navigation .mainmenu li:hover ul.sub-menu li {
    opacity: 1;
    visibility: visible;
}
.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:hover {
    background: #fff;
    z-index: 200;
}
.navigation .mainmenu ul.sub-menu li a {
    list-style-type: none;
    font-size: 13px;
    font-weight: 400;
    padding: 12px 8px 12px 20px;
    display: inline-block;
    width: 100%;
    margin: 0px;
}
.ht-sticky-header .header-transparent {
    position: fixed;
    left: 0;
    right: 0;
}

/* = Navigation 3rd level css
-------------------------------------------------------------- */


.header.site-header ul.sub-menu li a {
    font-size: 14px;
    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: 10px;}
.sub-menu{border-radius: 0;}
ul.sub-menu, 
header.site-header ul.sub-menu {
    background-color: #000;
}
.navigation .mainmenu ul.sub-menu li.current_page_item a, 
.navigation .mainmenu ul.sub-menu li:hover a{
    transition: all 0.3s;}
.navigation .mainmenu ul.sub-menu li:hover a{padding: 12px 8px 12px 30px;transition: all 0.3s;}
 .header.site-header ul.sub-menu li a:before {
    content: "\f064";
    font-family: 'FontAwesome';
    position: relative;
    top: 30%;
    animation: none;
    transform: rotate(0deg);
    transition: all 0.3s;
    background: none;
}
.navigation .mainmenu ul.sub-menu li.current_page_item a {
    padding: 12px 8px 12px 31px;
}

.navigation .mainmenu ul.sub-menu li li{border: none;}
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: 99;
    position: relative;
    width: 100%;
    background: none;
}

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

/* ============================================
   New Redesigned Header Styles
   ============================================ */

/* Top Header Bar - Dark Grey */
.top-header-bar {
    background-color: #2c2c2c;
    padding: 10px 0;
    border-bottom: none;
}

.top-header-bar .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.top-header-left {
    display: flex;
    align-items: center;
}

.top-header-contact {
    display: flex;
    align-items: center;
    gap: 25px;
}

.top-header-contact span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
}

.top-header-contact i {
    color: #ffffff;
    font-size: 14px;
}

.top-header-contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
}

.top-header-contact a:hover {
    color: #F4B504;
}

.top-header-right {
    text-align: right;
}

.top-header-social {
    display: flex;
    justify-content: flex-end;
}

.social-icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-icons-list li {
    margin: 0;
}

.social-icons-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}

.social-icons-list li a:hover {
    background-color: #F4B504;
    border-color: #F4B504;
    color: #ffffff;
}

/* Main Header Bar - White */
.main-header-bar {
    background-color: #ffffff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.main-header-bar .container {
    margin: 0 auto;
    padding: 0 15px;
}

.header-logo-section {
    display: flex;
    align-items: center;
}

.logo-header .ht-site-title {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-header .ht-site-title a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #F4B504;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
    flex-shrink: 0;
}

.logo-text {
    display: flex;
    flex-direction: column;
}

.logo-name {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
}

.logo-tagline {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 2px;
}

/* Navigation Section */
.header-navigation-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header-bar .navigation .mainmenu {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    float: none;
}

.main-header-bar .navigation .mainmenu li {
    margin: 0 15px;
    display: inline-block;
    position: relative;
    line-height: normal;
}

.main-header-bar .navigation .mainmenu li a {
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    transition: color 0.3s;
    position: relative;
    display: block;
    text-align: center;
}

.main-header-bar .navigation .mainmenu li a:hover,
.main-header-bar .navigation .mainmenu li.current_page_item > a {
    color: #F4B504;
}

/* Override old navigation styles for new header */
.main-header-bar .navigation .mainmenu li a::before {
    display: none !important;
}

/* Header Button Section */
.header-button-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-quote-button {
    display: flex;
    align-items: center;
}

.quote-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #F4B504;
    color: #2c2c2c;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    border: none;
}

.quote-btn:hover {
    background-color: #e0a003;
    color: #2c2c2c;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(244, 181, 4, 0.3);
}

/* Mobile Header Styles */
@media (max-width: 991px) {
    .top-header-bar {
        display: none;
    }
    
    .desktop-header-wrapper {
        display: none;
    }
    
    .mobile-header-wrapper {
        display: block;
    }
    
    .main-header-bar {
        padding: 12px 0;
    }
    
    .header-menu-toggle {
        display: flex;
        justify-content: flex-end;
    }
    
    .logo-header .logo-tagline {
        display: none;
    }
    
    .logo-square {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .logo-name {
        font-size: 20px;
    }
    
    /* Mobile Hamburger Menu Styles */
    .nav-menus {
        display: block !important;
        position: relative;
        z-index: 1000;
    }
    
    .hidden {
        display: none;
    }
    
    .drawer-open {
        width: 50px;
        height: 44px;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
        border-radius: 30px;
        padding: 0;
        margin: 0;
    }
    
    .drawer-open span,
    .drawer-open span:before,
    .drawer-open span:after {
        content: '';
        height: 2.5px;
        width: 25px;
        background-color: #303336;
        transition: 400ms 350ms;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .drawer-open span:before {
        bottom: 8px;
    }
    
    .drawer-open span:after {
        top: 8px;
    }
    
    #drawer-input:checked ~ .drawer-open span {
        width: 0px;
        transition: 100ms;
    }
    
    #drawer-input:checked ~ .drawer-open span::before {
        bottom: 0;
        transition: all 400ms 100ms cubic-bezier(.10,.0,.85,.0);
        transform: translateX(-50%) rotate(45deg);
    }
    
    #drawer-input:checked ~ .drawer-open span::after {
        top: 0;
        transition: all 400ms 100ms cubic-bezier(.10,.0,.85,.0);
        transform: translateX(-50%) rotate(-45deg);
    }
    
    /* Nav Content Container - Menu Overlay */
    .nav-content {
        position: fixed;
        height: 75px;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        min-width: 300px;
        transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
        z-index: -1;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        background-color: rgba(245, 245, 245, 0.95);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-100%);
    }
    
    #drawer-input:checked ~ .nav-content {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
        height: calc(100vh - 0px);
        overflow-y: auto;
        transform: translateY(0);
    }
    
    /* Menu Items List - Vertical List Style (One Below Other) */
    .nav-content .items {
        list-style: none;
        padding: 0;
        margin: 80px 15px 15px 15px;
        width: calc(100% - 30px);
        min-width: 300px;
        flex: 1;
        overflow-y: auto;
        opacity: 0;
        transition: 350ms;
    }
    
    #drawer-input:checked ~ .nav-content .items {
        opacity: 1;
        transition: 1500ms 600ms;
    }
    
    /* Individual Menu Item - List Style */
    .nav-content .items li,
    .nav-content .item {
        list-style: none;
        display: block;
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        margin: 0;
        padding: 0;
    }
    
    .nav-content .items li:first-child,
    .nav-content .item:first-child {
        border-top: 1px solid #e0e0e0;
    }
    
    .nav-content .items li a,
    .nav-content .item a {
        display: block;
        width: 100%;
        padding: 15px 20px;
        color: #2c2c2c;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition: all 0.3s ease;
        text-align: left;
    }
    
    .nav-content .items li a:hover,
    .nav-content .item a:hover {
        background-color: #f0f0f0;
        color: #F4B504;
        padding-left: 25px;
    }
    
    /* Submenu Styling - Proper List Style (No Overlap) */
    .nav-content .items li .sub-menu,
    .nav-content .item .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: #f5f5f5;
        display: none;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    
    /* Arrow icon for items with submenus */
    .nav-content .items li.menu-item-has-children > a,
    .nav-content .item.menu-item-has-children > a {
        position: relative;
        padding-right: 40px;
    }
    
    .nav-content .items li.menu-item-has-children > a::after,
    .nav-content .item.menu-item-has-children > a::after {
        content: '\f107';
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        font-size: 14px;
        color: #666;
    }
    
    .nav-content .items li.menu-item-has-children.active > a::after,
    .nav-content .item.menu-item-has-children.active > a::after {
        transform: translateY(-50%) rotate(180deg);
        color: #F4B504;
    }
    
    /* Show submenu when parent is active - No overlap */
    .nav-content .items li.menu-item-has-children.active > .sub-menu,
    .nav-content .item.menu-item-has-children.active > .sub-menu {
        display: block;
        position: relative;
        z-index: 1;
        animation: slideDown 0.3s ease;
    }
    
    @keyframes slideDown {
        from {
            opacity: 0;
            max-height: 0;
            overflow: hidden;
        }
        to {
            opacity: 1;
            max-height: 1000px;
            overflow: visible;
        }
    }
    
    /* Ensure menu items don't overlap */
    .nav-content .items li,
    .nav-content .item {
        position: relative;
        z-index: auto;
        display: block;
        width: 100%;
    }
    
    /* Submenu items styling */
    .nav-content .items li .sub-menu li,
    .nav-content .item .sub-menu li,
    .nav-content .items li .sub-menu .item,
    .nav-content .item .sub-menu .item {
        border-bottom: 1px solid #e8e8e8;
        border-top: none;
        margin: 0;
        padding: 0;
        display: block;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    
    .nav-content .items li .sub-menu li:last-child,
    .nav-content .item .sub-menu li:last-child,
    .nav-content .items li .sub-menu .item:last-child,
    .nav-content .item .sub-menu .item:last-child {
        border-bottom: none;
    }
    
    /* Submenu links styling */
    .nav-content .items li .sub-menu li a,
    .nav-content .item .sub-menu li a,
    .nav-content .items li .sub-menu .item a,
    .nav-content .item .sub-menu .item a {
        display: block;
        padding: 12px 20px 12px 40px;
        font-size: 15px;
        font-weight: 400;
        color: #555;
        text-decoration: none;
        transition: all 0.3s ease;
        background-color: transparent;
        position: relative;
        z-index: 1;
    }
    
    .nav-content .items li .sub-menu li a:hover,
    .nav-content .item .sub-menu li a:hover,
    .nav-content .items li .sub-menu .item a:hover,
    .nav-content .item .sub-menu .item a:hover {
        background-color: #e8e8e8;
        color: #F4B504;
        padding-left: 45px;
    }
    
    /* Nested submenus (third level) */
    .nav-content .items li .sub-menu li .sub-menu,
    .nav-content .item .sub-menu li .sub-menu {
        background-color: #eeeeee;
        margin-left: 0;
        position: relative;
        z-index: 2;
    }
    
    .nav-content .items li .sub-menu li .sub-menu li a,
    .nav-content .item .sub-menu li .sub-menu li a {
        padding-left: 60px;
        font-size: 14px;
    }
    
    .nav-content .items li .sub-menu li .sub-menu li a:hover,
    .nav-content .item .sub-menu li .sub-menu li a:hover {
        padding-left: 65px;
    }
    
    /* Prevent overlap with items below */
    .nav-content .items li.menu-item-has-children.active,
    .nav-content .item.menu-item-has-children.active {
        margin-bottom: 0;
    }
    
    /* Ensure proper spacing between menu items */
    .nav-content .items li + li,
    .nav-content .item + .item {
        margin-top: 0;
    }
    
    /* Remove any flex or inline styles that might cause horizontal display */
    .nav-content .items li,
    .nav-content .item {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }
    
    .nav-content .items li a,
    .nav-content .item a {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
    
    /* Ensure menu items with submenus have proper styling */
    .nav-content .items li.menu-item-has-children,
    .nav-content .item.menu-item-has-children {
        position: relative;
    }
    
    /* Menu link text styling - no counter, just text */
    .nav-content .items li a,
    .nav-content .item a {
        color: #2c2c2c;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
    }
}

@media (min-width: 992px) {
    .mobile-header-wrapper {
        display: none;
    }
    
    .desktop-header-wrapper {
        display: block;
    }
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .top-header-contact {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .top-header-right {
        text-align: left;
        margin-top: 10px;
    }
    
    .top-header-social {
        justify-content: flex-start;
    }
}
/*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;
}
@media only screen and (max-width: 767px) {
    .extra-nav {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 480px) {
    .extra-nav {
        margin: 0 1px 0 0;
        text-align: right;
    }
}
.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;
}
.sf-arrows .sf-with-ul { padding-right: 0em !important;}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
i.flaticon-phone-call.m-r5, 
i.ti-location-pin.m-r5 {
    margin-right: 12px;
}

/* = Navigation sticky header css
-------------------------------------------------------------- */
/* Old .top-bar-head styles removed - using new .top-header-bar instead */
.site-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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;}


/*----------------------------------------*/
/*  New Hero Slider Section
/*----------------------------------------*/

.hero-slider-section {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
}

.hero-slider-section .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Left Content Area */
.slider-content-left {
    color: #ffffff;
    padding: 40px 0;
}

.slider-tag {
    display: inline-block;
    background-color: #F4B504;
    color: #000000;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.slider-headline {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.slider-description {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 35px 0;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.slider-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-primary-slider {
    display: inline-block;
    padding: 14px 35px;
    background-color: #F4B504;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    border: none;
}

.btn-primary-slider:hover {
    background-color: #e0a003;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 181, 4, 0.4);
}

.btn-secondary-slider {
    display: inline-block;
    padding: 14px 35px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
    border: 2px solid #ffffff;
}

.btn-secondary-slider:hover {
    background-color: #f5f5f5;
    color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

/* Right Form Area */
.slider-form-right {
    padding: 20px 0;
}

.consultation-form-box {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    max-width: 100%;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.form-subtitle {
    font-size: 15px;
    color: #666666;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

/* Slider Contact Form Styles */
.slider-contact-form {
    margin-top: 20px;
}

.slider-contact-form .wpcf7-form,
.slider-contact-form .wpcf7-form p {
    margin: 0;
    padding: 0;
}

/* Form Labels */
.slider-contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.4;
}

.slider-contact-form label br {
    display: none;
}

.slider-contact-form .wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

/* Text Input Fields */
.slider-contact-form .wpcf7-form-control.wpcf7-text,
.slider-contact-form .wpcf7-form-control.wpcf7-email,
.slider-contact-form .wpcf7-form-control.wpcf7-tel,
.slider-contact-form .wpcf7-form-control.wpcf7-url,
.slider-contact-form .wpcf7-form-control.wpcf7-number {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f9f9f9;
    color: #2c2c2c;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider-contact-form .wpcf7-form-control.wpcf7-text:focus,
.slider-contact-form .wpcf7-form-control.wpcf7-email:focus,
.slider-contact-form .wpcf7-form-control.wpcf7-tel:focus,
.slider-contact-form .wpcf7-form-control.wpcf7-url:focus,
.slider-contact-form .wpcf7-form-control.wpcf7-number:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

.slider-contact-form .wpcf7-form-control.wpcf7-text::placeholder,
.slider-contact-form .wpcf7-form-control.wpcf7-email::placeholder,
.slider-contact-form .wpcf7-form-control.wpcf7-tel::placeholder {
    color: #999;
    opacity: 1;
}

/* Select Dropdown */
.slider-contact-form .wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f9f9f9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c2c2c' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    color: #2c2c2c;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slider-contact-form .wpcf7-form-control.wpcf7-select:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

.slider-contact-form .wpcf7-form-control.wpcf7-select option {
    padding: 10px;
    background-color: #ffffff;
    color: #2c2c2c;
}

/* Textarea */
.slider-contact-form .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 15px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f9f9f9;
    color: #2c2c2c;
    resize: vertical;
    transition: all 0.3s ease;
    box-sizing: border-box;
    line-height: 1.5;
}

.slider-contact-form .wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

.slider-contact-form .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #999;
    opacity: 1;
}

/* Checkbox and Radio */
.slider-contact-form .wpcf7-checkbox,
.slider-contact-form .wpcf7-radio {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-contact-form .wpcf7-list-item {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
}

.slider-contact-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.slider-contact-form .wpcf7-checkbox input[type="checkbox"],
.slider-contact-form .wpcf7-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.slider-contact-form .wpcf7-checkbox input[type="checkbox"] {
    border-radius: 3px;
}

.slider-contact-form .wpcf7-radio input[type="radio"] {
    border-radius: 50%;
}

/* Submit Button */
.slider-contact-form .wpcf7-submit {
    width: 100%;
    padding: 14px 25px;
    margin-top: 10px;
    background-color: #2c2c2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.slider-contact-form .wpcf7-submit:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.3);
}

.slider-contact-form .wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.slider-contact-form .wpcf7-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
    opacity: 0.6;
}

/* Validation Messages */
.slider-contact-form .wpcf7-not-valid-tip {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}

.slider-contact-form .wpcf7-validation-errors,
.slider-contact-form .wpcf7-mail-sent-ok,
.slider-contact-form .wpcf7-mail-sent-ng {
    padding: 12px 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.slider-contact-form .wpcf7-validation-errors {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.slider-contact-form .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.slider-contact-form .wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Invalid Fields */
.slider-contact-form .wpcf7-not-valid {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

.slider-contact-form .wpcf7-not-valid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

/* Spinner/Loading */
.slider-contact-form .wpcf7-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: wpcf7-spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes wpcf7-spin {
    to { transform: rotate(360deg); }
}

/* Form Group Spacing */
.slider-contact-form .wpcf7-form-control-wrap:last-child {
    margin-bottom: 0;
}

/* Required Field Indicator */
.slider-contact-form .wpcf7-required {
    color: #dc3545;
    margin-left: 3px;
}

/* File Upload */
.slider-contact-form .wpcf7-file {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-contact-form .wpcf7-file:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

/* Date and Time Fields */
.slider-contact-form .wpcf7-form-control.wpcf7-date,
.slider-contact-form .wpcf7-form-control.wpcf7-time {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    background-color: #f9f9f9;
    color: #2c2c2c;
    transition: all 0.3s ease;
}

.slider-contact-form .wpcf7-form-control.wpcf7-date:focus,
.slider-contact-form .wpcf7-form-control.wpcf7-time:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

/*----------------------------------------*/
/*  About Section
/*----------------------------------------*/

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

/* General container width for all sections */
section .container,
.hero-slider-section .container,
.about-section .container,
.services-section .container,
.blog-area .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.about-section .container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Left Side - Image */
.about-image-wrapper {
    padding: 0 15px;
}

.about-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

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

.about-image-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #f9f9f9;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
}

/* Right Side - Content */
.about-content-wrapper {
    padding: 0 15px;
}

.about-subtitle {
    display: inline-block;
    color: #F4B504;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-title {
    font-size: 34px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 25px 0;
}

.about-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 20px 0;
}

/* Features Grid */
.about-features {
    margin: 40px 0;
}

.about-feature-item {
    margin-bottom: 30px;
    padding: 0 10px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    background-color: #F4B504;
    color: #000000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px 0 0;
    font-size: 24px;
    transition: all 0.3s ease;
    float: left;
}

.about-feature-item:hover .feature-icon {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(244, 181, 4, 0.3);
}

.feature-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.feature-desc {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

/* Button */
.about-button {
    margin-top: 35px;
}

.btn-about {
    display: inline-block;
    padding: 14px 35px;
    background-color: #2c2c2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-about:hover {
    background-color: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.3);
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-image-wrapper {
        margin-bottom: 40px;
    }
    
    .about-title {
        font-size: 36px;
    }
    
    .about-feature-item {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 50px 0;
    }
    
    .about-title {
        font-size: 28px;
    }
    
    .about-description {
        font-size: 15px;
    }
    
    .about-features {
        margin: 30px 0;
    }
    
    .feature-icon {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    
    .feature-title {
        font-size: 16px;
    }
    
    .btn-about {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/*----------------------------------------*/
/*  Services Section
/*----------------------------------------*/

.services-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.services-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.services-subtitle {
    display: inline-block;
    background-color: #e8e8e8;
    color: #666666;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.services-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.services-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Services Grid */
.services-grid {
    margin-top: 40px;
}

.services-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

/* Override old service-card styles from style.min.css */
.services-section .service-card {
    background-color: #ffffff !important;
    padding: 40px 30px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    position: relative !important;
    overflow: visible !important;
    -webkit-perspective: none !important;
    perspective: none !important;
}

/* Hide old service-card elements that might interfere */
.services-section .service-card .shadow-icon {
    display: none !important;
}

.services-section .service-card .service-list {
    display: none !important;
}

.services-section .service-card .service-hover-content {
    display: none !important;
}

.services-section .service-card .service-icon {
    display: none !important;
}

.services-section .service-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.services-section .service-icon-box {
    width: 70px !important;
    height: 70px !important;
    background-color: #F4B504 !important;
    color: #2c2c2c !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 25px !important;
    font-size: 32px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    z-index: 1 !important;
}

.services-section .service-icon-box i {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.services-section .service-card:hover .service-icon-box {
    transform: scale(1.15) rotate(5deg) !important;
    box-shadow: 0 8px 20px rgba(244, 181, 4, 0.4) !important;
    background-color: #ffc107 !important;
}

.services-section .service-card:hover .service-icon-box i {
    transform: scale(1.1) !important;
    color: #000000 !important;
}

.services-section .service-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.3 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    letter-spacing: normal !important;
    transition: color 0.3s ease !important;
}

.services-section .service-card:hover .service-title {
    color: #F4B504 !important;
}

.services-section .service-description {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    margin: 0 0 20px 0 !important;
    flex-grow: 1 !important;
}

.services-section .service-read-more {
    display: inline-block !important;
    color: #2c2c2c !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-top: auto !important;
    position: relative !important;
}

.services-section .service-card:hover .service-read-more {
    color: #F4B504 !important;
    letter-spacing: 0.5px !important;
}

.services-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Services Shortcode Section */
.services-shortcode-section {
    padding: 60px 0;
}

.services-shortcode-grid {
    margin-top: 0;
}

.services-shortcode-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.service-shortcode-card {
    background-color: #ffffff !important;
    padding: 40px 30px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    text-align: center !important;
    position: relative !important;
}

.service-shortcode-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.service-shortcode-icon-box {
    width: 70px !important;
    height: 70px !important;
    background-color: #F4B504 !important;
    color: #2c2c2c !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 25px !important;
    font-size: 32px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    z-index: 1 !important;
}

.service-shortcode-icon-box i {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.service-shortcode-card:hover .service-shortcode-icon-box {
    transform: scale(1.15) rotate(5deg) !important;
    box-shadow: 0 8px 20px rgba(244, 181, 4, 0.4) !important;
    background-color: #ffc107 !important;
}

.service-shortcode-card:hover .service-shortcode-icon-box i {
    transform: scale(1.1) !important;
    color: #000000 !important;
}

.service-shortcode-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 0 0 15px 0 !important;
    line-height: 1.3 !important;
    transition: color 0.3s ease !important;
}

.service-shortcode-card:hover .service-shortcode-title {
    color: #F4B504 !important;
}

.service-shortcode-description {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    margin: 0 0 20px 0 !important;
    flex-grow: 1 !important;
}

.service-shortcode-read-more {
    display: inline-block !important;
    color: #2c2c2c !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    margin-top: auto !important;
    position: relative !important;
}

.service-shortcode-card:hover .service-shortcode-read-more {
    color: #F4B504 !important;
    letter-spacing: 0.5px !important;
}

/*----------------------------------------*/
/*  Portfolio Section
/*----------------------------------------*/

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

.portfolio-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.portfolio-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.portfolio-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.portfolio-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 40px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Portfolio Filters */
.portfolio-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.filter-btn {
    padding: 10px 25px;
    background-color: #e8e8e8;
    color: #2c2c2c;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.filter-btn:hover {
    background-color: #d0d0d0;
}

.filter-btn.active {
    background-color: #F4B504;
    color: #2c2c2c;
}

/* Portfolio Grid */
.portfolio-grid {
    margin-top: 40px;
    height: auto !important;
    min-height: auto !important;
}

.portfolio-item {
    margin-bottom: 30px;
    padding: 0 15px;
    transition: all 0.3s ease;
    position: relative;
}

.portfolio-item.hide {
    display: none;
}

.portfolio-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    height: 100%;
    min-height: 320px;
}

.portfolio-item:hover .portfolio-card,
.portfolio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 320px;
    min-height: 320px;
}

.portfolio-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-image-wrapper img,
.portfolio-card:hover .portfolio-image-wrapper img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.portfolio-item:hover .portfolio-overlay,
.portfolio-card:hover .portfolio-overlay {
    opacity: 0.2;
}

.portfolio-view-details-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    background-color: transparent;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    z-index: 4;
    pointer-events: auto;
}

.portfolio-item:hover .portfolio-view-details-btn,
.portfolio-card:hover .portfolio-view-details-btn {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-view-details-btn:hover {
    transform: translateX(5px);
}

.portfolio-view-details-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.portfolio-view-details-btn:hover i {
    transform: translateX(3px);
}

.portfolio-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #F4B504;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 3;
}

.portfolio-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    pointer-events: none;
}

.portfolio-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.portfolio-location {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    gap: 8px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.portfolio-location i {
    font-size: 14px;
}

.portfolio-button-wrapper {
    text-align: center;
    margin-top: 50px;
}

.portfolio-button {
    display: inline-block;
    padding: 14px 40px;
    background-color: #2c2c2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.portfolio-button:hover {
    background-color: #F4B504;
    color: #2c2c2c;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 181, 4, 0.3);
}

.portfolio-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Portfolio Shortcode Section */
.portfolio-shortcode-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.portfolio-shortcode-filters {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}

.portfolio-shortcode-filter-btn {
    padding: 10px 25px;
    background-color: #e8e8e8;
    color: #2c2c2c;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.portfolio-shortcode-filter-btn:hover {
    background-color: #d0d0d0;
}

.portfolio-shortcode-filter-btn.active {
    background-color: #F4B504;
    color: #2c2c2c;
}

.portfolio-shortcode-grid {
    margin-top: 0;
    height: auto !important;
    min-height: auto !important;
}

.portfolio-shortcode-item {
    margin-bottom: 30px;
    padding: 0 15px;
    transition: all 0.3s ease;
    position: relative;
}

.portfolio-shortcode-item.hide {
    display: none;
}

.portfolio-shortcode-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    height: 100%;
    min-height: 320px;
}

.portfolio-shortcode-item:hover .portfolio-shortcode-card,
.portfolio-shortcode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.portfolio-shortcode-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 320px;
    min-height: 320px;
}

.portfolio-shortcode-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-shortcode-item:hover .portfolio-shortcode-image-wrapper img,
.portfolio-shortcode-card:hover .portfolio-shortcode-image-wrapper img {
    transform: scale(1.1);
}

.portfolio-shortcode-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.portfolio-shortcode-item:hover .portfolio-shortcode-overlay,
.portfolio-shortcode-card:hover .portfolio-shortcode-overlay {
    opacity: 0.2;
}

.portfolio-shortcode-view-details-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    background-color: transparent;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    z-index: 4;
    pointer-events: auto;
}

.portfolio-shortcode-item:hover .portfolio-shortcode-view-details-btn,
.portfolio-shortcode-card:hover .portfolio-shortcode-view-details-btn {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-shortcode-view-details-btn:hover {
    transform: translateX(5px);
}

.portfolio-shortcode-view-details-btn i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.portfolio-shortcode-view-details-btn:hover i {
    transform: translateX(3px);
}

.portfolio-shortcode-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #F4B504;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 3;
}

.portfolio-shortcode-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 3;
    pointer-events: none;
}

.portfolio-shortcode-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.3;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.portfolio-shortcode-location {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    gap: 8px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.portfolio-shortcode-location i {
    font-size: 14px;
}

.portfolio-shortcode-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-title {
        font-size: 36px;
    }
    
    .portfolio-section {
        padding: 60px 0;
    }
    
    .portfolio-title {
        font-size: 36px;
    }
    
    .portfolio-image-wrapper {
        height: 240px;
    }
    
    .service-card {
        padding: 30px 20px;
    }
    
    .why-choose-us-section {
        padding: 60px 0;
    }
    
    .why-choose-us-title {
        font-size: 36px;
    }
    
    .why-choose-us-features {
        margin-top: 30px;
    }
    
    .why-choose-us-item {
        margin-bottom: 25px;
    }
}

/*----------------------------------------*/
/*  Why Choose Us Section
/*----------------------------------------*/

.why-choose-us-section {
    padding: 80px 0;
    background-color: #2c2c2c;
}

.why-choose-us-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.why-choose-us-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.why-choose-us-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.why-choose-us-description {
    font-size: 16px;
    line-height: 1.7;
    color: #cccccc;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Features Grid */
.why-choose-us-features {
    margin-top: 40px;
}

.why-choose-us-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.why-choose-us-card {
    background-color: #3a3a3a;
    padding: 40px 30px;
    border-radius: 8px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease;
}

.why-choose-us-card:hover {
    transform: translateY(-5px);
}

.why-choose-us-icon-box {
    width: 70px;
    height: 70px;
    background-color: #F4B504;
    color: #2c2c2c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 32px;
}

.why-choose-us-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.why-choose-us-card-description {
    font-size: 15px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0;
}

/* Statistics Bar */
.why-choose-us-statistics {
    margin-top: 60px;
    background-color: #F4B504;
    padding: 50px 0;
    border-radius: 8px;
}

.why-choose-us-stat-item {
    margin-bottom: 20px;
    padding: 0 15px;
}

.why-choose-us-stat-box {
    text-align: center;
}

.why-choose-us-stat-icon {
    font-size: 36px;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.why-choose-us-stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 10px 0;
    line-height: 1;
}

.why-choose-us-stat-text {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .why-choose-us-section {
        padding: 60px 0;
    }
    
    .why-choose-us-title {
        font-size: 36px;
    }
    
    .why-choose-us-features {
        margin-top: 30px;
    }
    
    .why-choose-us-item {
        margin-bottom: 25px;
    }
    
    .why-choose-us-statistics {
        margin-top: 40px;
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .why-choose-us-section {
        padding: 50px 0;
    }
    
    .why-choose-us-title {
        font-size: 32px;
    }
    
    .why-choose-us-description {
        font-size: 15px;
    }
    
    .why-choose-us-card {
        padding: 30px 20px;
    }
    
    .why-choose-us-icon-box {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .why-choose-us-card-title {
        font-size: 20px;
    }
    
    .why-choose-us-card-description {
        font-size: 14px;
    }
    
    .why-choose-us-stat-number {
        font-size: 36px;
    }
    
    .why-choose-us-stat-text {
        font-size: 14px;
    }
    
    .team-section {
        padding: 60px 0;
    }
    
    .team-title {
        font-size: 36px;
    }
    
    .team-item {
        margin-bottom: 25px;
    }
}

/*----------------------------------------*/
/*  Team Section
/*----------------------------------------*/

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

.team-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.team-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.team-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.team-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Team Grid */
.team-grid {
    margin-top: 40px;
}

.team-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.team-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.team-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.team-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-image-wrapper img {
    transform: scale(1.1);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.team-card:hover .team-overlay {
    opacity: 0.2;
}

.team-social-icons {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: auto;
}

.team-social-icon {
    width: 45px;
    height: 45px;
    background-color: #F4B504;
    color: #2c2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.team-card:hover .team-social-icon {
    transform: translateY(0);
    opacity: 1;
}

.team-card:hover .team-social-icon:nth-child(1) {
    transition-delay: 0.1s;
}

.team-card:hover .team-social-icon:nth-child(2) {
    transition-delay: 0.2s;
}

.team-card:hover .team-social-icon:nth-child(3) {
    transition-delay: 0.3s;
}

.team-social-icon:hover {
    background-color: #2c2c2c;
    color: #ffffff;
    transform: scale(1.1);
}

.team-content {
    padding: 25px 20px;
}

.team-name {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.team-designation {
    font-size: 15px;
    font-weight: 600;
    color: #F4B504;
    margin: 0 0 12px 0;
}

.team-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.team-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Team Shortcode Section */
.team-shortcode-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.team-shortcode-grid {
    margin-top: 0;
}

.team-shortcode-item {
    margin-bottom: 30px;
    padding: 0 15px;
    transition: all 0.3s ease;
    position: relative;
}

.team-shortcode-card {
    background-color: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.team-shortcode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.team-shortcode-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
}

.team-shortcode-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-shortcode-card:hover .team-shortcode-image-wrapper img {
    transform: scale(1.1);
}

.team-shortcode-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.team-shortcode-card:hover .team-shortcode-overlay {
    opacity: 0.2;
}

.team-shortcode-social-icons {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: auto;
}

.team-shortcode-social-icon {
    width: 45px;
    height: 45px;
    background-color: #F4B504;
    color: #2c2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.team-shortcode-card:hover .team-shortcode-social-icon {
    transform: translateY(0);
    opacity: 1;
}

.team-shortcode-card:hover .team-shortcode-social-icon:nth-child(1) {
    transition-delay: 0.1s;
}

.team-shortcode-card:hover .team-shortcode-social-icon:nth-child(2) {
    transition-delay: 0.2s;
}

.team-shortcode-card:hover .team-shortcode-social-icon:nth-child(3) {
    transition-delay: 0.3s;
}

.team-shortcode-social-icon:hover {
    background-color: #2c2c2c;
    color: #ffffff;
    transform: scale(1.1);
}

.team-shortcode-content {
    padding: 25px 20px;
}

.team-shortcode-name {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.team-shortcode-designation {
    font-size: 15px;
    font-weight: 600;
    color: #F4B504;
    margin: 0 0 12px 0;
}

.team-shortcode-bio {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .team-section {
        padding: 60px 0;
    }
    
    .team-title {
        font-size: 36px;
    }
    
    .team-item {
        margin-bottom: 25px;
    }
    
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-title {
        font-size: 36px;
    }
}

/*----------------------------------------*/
/*  Testimonials Section
/*----------------------------------------*/

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

.testimonials-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.testimonials-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.testimonials-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.testimonials-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Testimonials Slider */
.testimonials-slider-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.testimonials-slider {
    position: relative;
    overflow: hidden;
}

.testimonial-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.testimonial-slide.active {
    display: block;
    opacity: 1;
}

.testimonial-card {
    background-color: #f5f5f5;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: relative;
}

.testimonial-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.testimonial-stars .fa-star {
    font-size: 20px;
    color: #cccccc;
    transition: color 0.3s ease;
}

.testimonial-stars .fa-star.active {
    color: #F4B504;
}

.testimonial-quote-wrapper {
    position: relative;
    margin-bottom: 35px;
}

.testimonial-quote {
    font-size: 18px;
    line-height: 1.8;
    color: #2c2c2c;
    margin: 0;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.testimonial-quote-mark {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 120px;
    font-weight: 700;
    color: #F4B504;
    opacity: 0.15;
    line-height: 1;
    font-family: Georgia, serif;
    z-index: 1;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F4B504;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-avatar-initials {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
}

.testimonial-author-info {
    text-align: left;
}

.testimonial-author-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 5px 0;
}

.testimonial-author-designation {
    font-size: 15px;
    color: #666666;
    margin: 0;
}

/* Navigation */
.testimonials-navigation {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.testimonial-nav-btn {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    color: #2c2c2c;
    border: 2px solid #2c2c2c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 0;
}

.testimonial-nav-btn:hover {
    background-color: #F4B504;
    border-color: #F4B504;
    color: #2c2c2c;
}

.testimonial-nav-btn:focus {
    outline: none;
}

/* Dots Indicator */
.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #cccccc;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.testimonial-dot.active {
    background-color: #F4B504;
    transform: scale(1.2);
}

.testimonial-dot:hover {
    background-color: #F4B504;
    opacity: 0.7;
}

.testimonials-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Testimonials Shortcode Section */
.testimonials-shortcode-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.testimonials-shortcode-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-shortcode-item {
    width: 100%;
}

.testimonial-shortcode-card {
    background-color: #f5f5f5;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: relative;
}

.testimonial-shortcode-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 25px;
}

.testimonial-shortcode-stars .fa-star {
    font-size: 20px;
    color: #cccccc;
    transition: color 0.3s ease;
}

.testimonial-shortcode-stars .fa-star.active {
    color: #F4B504;
}

.testimonial-shortcode-quote-wrapper {
    position: relative;
    margin-bottom: 35px;
}

.testimonial-shortcode-quote {
    font-size: 18px;
    line-height: 1.8;
    color: #2c2c2c;
    margin: 0;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.testimonial-shortcode-quote-mark {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 120px;
    font-weight: 700;
    color: #F4B504;
    opacity: 0.15;
    line-height: 1;
    font-family: Georgia, serif;
    z-index: 1;
}

.testimonial-shortcode-author {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-shortcode-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F4B504;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.testimonial-shortcode-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-shortcode-avatar-initials {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: uppercase;
}

.testimonial-shortcode-author-info {
    text-align: left;
}

.testimonial-shortcode-author-name {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 5px 0;
}

.testimonial-shortcode-author-designation {
    font-size: 15px;
    color: #666666;
    margin: 0;
}

/*----------------------------------------*/
/*  Gallery Shortcode Section
/*----------------------------------------*/

.gallery-shortcode-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.gallery-shortcode-grid {
    margin-top: 0;
}

.gallery-shortcode-item {
    margin-bottom: 30px;
    padding: 0 15px;
    transition: all 0.3s ease;
    position: relative;
}

.gallery-shortcode-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    height: 100%;
}

.gallery-shortcode-item:hover .gallery-shortcode-card,
.gallery-shortcode-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.gallery-shortcode-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    min-height: 300px;
}

.gallery-shortcode-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-shortcode-item:hover .gallery-shortcode-image-wrapper img,
.gallery-shortcode-card:hover .gallery-shortcode-image-wrapper img {
    transform: scale(1.1);
}

.gallery-shortcode-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    pointer-events: none;
}

.gallery-shortcode-item:hover .gallery-shortcode-overlay,
.gallery-shortcode-card:hover .gallery-shortcode-overlay {
    opacity: 0.7;
}

.gallery-shortcode-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    z-index: 2;
    transform: translateY(20px);
    opacity: 0;
    transition: all 0.3s ease;
}

.gallery-shortcode-item:hover .gallery-shortcode-content,
.gallery-shortcode-card:hover .gallery-shortcode-content {
    transform: translateY(0);
    opacity: 1;
}

.gallery-shortcode-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.3;
}

.gallery-shortcode-view-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 60px;
    height: 60px;
    background-color: #F4B504;
    color: #2c2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    transition: all 0.3s ease;
    z-index: 3;
    opacity: 0;
}

.gallery-shortcode-item:hover .gallery-shortcode-view-btn,
.gallery-shortcode-card:hover .gallery-shortcode-view-btn {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.gallery-shortcode-view-btn:hover {
    background-color: #2c2c2c;
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.1);
}

.gallery-shortcode-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .gallery-shortcode-section {
        padding: 50px 0;
    }
    
    .gallery-shortcode-item {
        margin-bottom: 25px;
    }
    
    .gallery-shortcode-image-wrapper {
        height: 250px;
        min-height: 250px;
    }
}

@media (max-width: 767px) {
    .gallery-shortcode-image-wrapper {
        height: 220px;
        min-height: 220px;
    }
    
    .gallery-shortcode-title {
        font-size: 18px;
    }
    
    .gallery-shortcode-view-btn {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

/*----------------------------------------*/
/*  How We Work Section
/*----------------------------------------*/

.how-we-work-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.how-we-work-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.how-we-work-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.how-we-work-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.how-we-work-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Process Steps */
.how-we-work-steps {
    margin-top: 40px;
}

.how-we-work-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
}

.how-we-work-card {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: relative;
    height: 100%;
    transition: transform 0.3s ease;
}

.how-we-work-card:hover {
    transform: translateY(-5px);
}

.how-we-work-number-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #F4B504;
    color: #2c2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

.how-we-work-icon-box {
    width: 80px;
    height: 80px;
    background-color: #2c2c2c;
    color: #F4B504;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 25px;
    font-size: 36px;
    transition: transform 0.3s ease;
}

.how-we-work-card:hover .how-we-work-icon-box {
    transform: scale(1.1) rotate(5deg);
}

.how-we-work-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 15px 0;
    line-height: 1.3;
    text-align: center;
}

.how-we-work-card-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
    text-align: center;
}

/* Connector */
.how-we-work-connector {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 3;
    pointer-events: none;
}

.connector-line {
    width: 30px;
    height: 3px;
    background-color: #F4B504;
}

.connector-arrow {
    color: #cccccc;
    font-size: 20px;
    margin-left: 5px;
}

/* Hide connector on mobile */
@media (max-width: 991px) {
    .how-we-work-connector {
        display: none;
    }
    
    .blog-section {
        padding: 60px 0;
    }
    
    .blog-title {
        font-size: 36px;
    }
}

/*----------------------------------------*/
/*  Blog Section (Redesigned)
/*----------------------------------------*/

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

.blog-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.blog-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.blog-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Blog Grid */
.blog-grid {
    margin-top: 40px;
}

.blog-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.blog-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.blog-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image-wrapper img {
    transform: scale(1.1);
}

.blog-category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #F4B504;
    color: #ffffff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    z-index: 2;
}

.blog-content {
    padding: 25px 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    flex-wrap: wrap;
}

.blog-author,
.blog-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-author i,
.blog-date i {
    font-size: 12px;
}

.blog-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.blog-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #F4B504;
}

.blog-card-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: #2c2c2c;
    text-decoration: none;
    transition: color 0.3s ease;
    margin-top: auto;
}

.blog-read-more:hover {
    color: #F4B504;
}

.blog-read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog-read-more:hover i {
    transform: translateX(5px);
}

.blog-button-wrapper {
    text-align: center;
    margin-top: 50px;
}

.blog-view-all-btn {
    display: inline-block;
    background-color: #2c2c2c;
    color: #ffffff;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-view-all-btn:hover {
    background-color: #F4B504;
    color: #2c2c2c;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(244, 181, 4, 0.3);
}

.blog-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* Blog Page with Sidebar */
#innerpage-box .blog-grid {
    margin-top: 0;
}

#innerpage-box .blog-item {
    margin-bottom: 30px;
}

/* Modern Blog Sidebar */
.blog-sidebar-modern {
    padding-right: 20px;
}

.page-template-blog-left-sidebar .blog-sidebar-modern {
    padding-right: 0;
    padding-left: 0;
}

.page-template-blog-right-sidebar .blog-sidebar-modern {
    padding-left: 20px;
    padding-right: 0;
}

/* Modern Sidebar - Apply to ALL Sidebars */
.modern-sidebar,
#innerpage-box .widget-area,
#secondary.widget-area,
#sidebars {
    padding-right: 20px;
}

.page-template-page-left-sidebar .modern-sidebar,
.page-template-page-left-sidebar #secondary.widget-area,
.page-template-page-left-sidebar #sidebars {
    padding-right: 0;
    padding-left: 0;
}

.page-template-page-right-sidebar .modern-sidebar,
.page-template-page-right-sidebar #secondary.widget-area,
.page-template-page-right-sidebar #sidebars {
    padding-left: 20px;
    padding-right: 0;
}

/* Modern Widget Styling - Apply to ALL Sidebars */
.modern-sidebar .widget,
#innerpage-box .widget-area .widget,
#secondary.widget-area .widget,
#sidebars .widget,
.blog-sidebar-modern .widget {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    padding: 30px 25px !important;
    margin-bottom: 30px !important;
    transition: all 0.3s ease !important;
    border: none !important;
}

.modern-sidebar .widget:hover,
#innerpage-box .widget-area .widget:hover,
#secondary.widget-area .widget:hover,
#sidebars .widget:hover,
.blog-sidebar-modern .widget:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12) !important;
    transform: translateY(-2px) !important;
}

.modern-sidebar .widget-title,
#innerpage-box .widget-area .widget-title,
#secondary.widget-area .widget-title,
#sidebars .widget-title,
.blog-sidebar-modern .widget-title,
.modern-sidebar .widget h4,
#innerpage-box .widget-area .widget h4,
#secondary.widget-area .widget h4,
#sidebars .widget h4,
.blog-sidebar-modern .widget h4 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2c2c2c !important;
    margin: 0 0 20px 0 !important;
    padding: 0 0 15px 0 !important;
    border-bottom: 3px solid #F4B504 !important;
    position: relative !important;
    background: none !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.modern-sidebar .widget-title:after,
#innerpage-box .widget-area .widget-title:after,
#secondary.widget-area .widget-title:after,
#sidebars .widget-title:after,
.blog-sidebar-modern .widget-title:after {
    display: none !important;
}

.modern-sidebar .widget ul,
#innerpage-box .widget-area .widget ul,
#secondary.widget-area .widget ul,
#sidebars .widget ul,
.blog-sidebar-modern .widget ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.modern-sidebar .widget ul li,
#innerpage-box .widget-area .widget ul li,
#secondary.widget-area .widget ul li,
#sidebars .widget ul li,
.blog-sidebar-modern .widget ul li {
    padding: 12px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    margin: 0 !important;
    padding-left: 0 !important;
}

.modern-sidebar .widget ul li:last-child,
#innerpage-box .widget-area .widget ul li:last-child,
#secondary.widget-area .widget ul li:last-child,
#sidebars .widget ul li:last-child,
.blog-sidebar-modern .widget ul li:last-child {
    border-bottom: none !important;
}

.modern-sidebar .widget ul li:before,
#innerpage-box .widget-area .widget ul li:before,
#secondary.widget-area .widget ul li:before,
#sidebars .widget ul li:before,
.blog-sidebar-modern .widget ul li:before {
    display: none !important;
}

.modern-sidebar .widget a,
#innerpage-box .widget-area .widget a,
#secondary.widget-area .widget a,
#sidebars .widget a,
.blog-sidebar-modern .widget a {
    color: #666666 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: block !important;
    padding: 0 !important;
    font-weight: 400 !important;
}

.modern-sidebar .widget a:hover,
#innerpage-box .widget-area .widget a:hover,
#secondary.widget-area .widget a:hover,
#sidebars .widget a:hover,
.blog-sidebar-modern .widget a:hover {
    color: #F4B504 !important;
    padding-left: 5px !important;
}

.modern-sidebar .widget_search form,
#innerpage-box .widget-area .widget_search form,
#secondary.widget-area .widget_search form,
#sidebars .widget_search form,
.blog-sidebar-modern .widget_search form {
    position: relative !important;
}

.modern-sidebar .widget_search input[type="search"],
.modern-sidebar .widget_search input[type="text"],
#innerpage-box .widget-area .widget_search input[type="search"],
#innerpage-box .widget-area .widget_search input[type="text"],
#secondary.widget-area .widget_search input[type="search"],
#secondary.widget-area .widget_search input[type="text"],
#sidebars .widget_search input[type="search"],
#sidebars .widget_search input[type="text"],
.blog-sidebar-modern .widget_search input[type="search"],
.blog-sidebar-modern .widget_search input[type="text"] {
    width: 100% !important;
    padding: 12px 45px 12px 15px !important;
    border: 2px solid #e8e8e8 !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    background-color: #f9f9f9 !important;
    margin-bottom: 0 !important;
}

.modern-sidebar .widget_search input[type="search"]:focus,
.modern-sidebar .widget_search input[type="text"]:focus,
#innerpage-box .widget-area .widget_search input[type="search"]:focus,
#innerpage-box .widget-area .widget_search input[type="text"]:focus,
#secondary.widget-area .widget_search input[type="search"]:focus,
#secondary.widget-area .widget_search input[type="text"]:focus,
#sidebars .widget_search input[type="search"]:focus,
#sidebars .widget_search input[type="text"]:focus,
.blog-sidebar-modern .widget_search input[type="search"]:focus,
.blog-sidebar-modern .widget_search input[type="text"]:focus {
    border-color: #F4B504 !important;
    background-color: #ffffff !important;
    outline: none !important;
}

.modern-sidebar .widget_search .search-submit,
#innerpage-box .widget-area .widget_search .search-submit,
#secondary.widget-area .widget_search .search-submit,
#sidebars .widget_search .search-submit,
.blog-sidebar-modern .widget_search .search-submit {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background-color: #F4B504 !important;
    color: #2c2c2c !important;
    border: none !important;
    padding: 8px 15px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

.modern-sidebar .widget_search .search-submit:hover,
#innerpage-box .widget-area .widget_search .search-submit:hover,
#secondary.widget-area .widget_search .search-submit:hover,
#sidebars .widget_search .search-submit:hover,
.blog-sidebar-modern .widget_search .search-submit:hover {
    background-color: #2c2c2c !important;
    color: #ffffff !important;
}

.modern-sidebar .tagcloud a,
#innerpage-box .widget-area .tagcloud a,
#secondary.widget-area .tagcloud a,
#sidebars .tagcloud a,
.blog-sidebar-modern .tagcloud a {
    display: inline-block !important;
    padding: 6px 15px !important;
    margin: 5px 5px 5px 0 !important;
    background-color: #f5f5f5 !important;
    color: #666666 !important;
    border-radius: 4px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    border: 1px solid #e8e8e8 !important;
}

.modern-sidebar .tagcloud a:hover,
#innerpage-box .widget-area .tagcloud a:hover,
#secondary.widget-area .tagcloud a:hover,
#sidebars .tagcloud a:hover,
.blog-sidebar-modern .tagcloud a:hover {
    background-color: #F4B504 !important;
    color: #2c2c2c !important;
    border-color: #F4B504 !important;
    transform: translateY(-2px) !important;
}

.modern-sidebar .widget_recent_entries ul li,
#innerpage-box .widget-area .widget_recent_entries ul li,
#secondary.widget-area .widget_recent_entries ul li,
#sidebars .widget_recent_entries ul li,
.blog-sidebar-modern .widget_recent_entries ul li {
    padding: 15px 0 !important;
}

.modern-sidebar .widget_recent_entries .post-date,
#innerpage-box .widget-area .widget_recent_entries .post-date,
#secondary.widget-area .widget_recent_entries .post-date,
#sidebars .widget_recent_entries .post-date,
.blog-sidebar-modern .widget_recent_entries .post-date {
    display: block !important;
    font-size: 12px !important;
    color: #999 !important;
    margin-top: 5px !important;
}

.modern-sidebar .widget_recent_comments ul li,
#innerpage-box .widget-area .widget_recent_comments ul li,
#secondary.widget-area .widget_recent_comments ul li,
#sidebars .widget_recent_comments ul li,
.blog-sidebar-modern .widget_recent_comments ul li {
    padding: 15px 0 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.modern-sidebar .widget_recent_comments .comment-author-link,
#innerpage-box .widget-area .widget_recent_comments .comment-author-link,
#secondary.widget-area .widget_recent_comments .comment-author-link,
#sidebars .widget_recent_comments .comment-author-link,
.blog-sidebar-modern .widget_recent_comments .comment-author-link {
    color: #2c2c2c !important;
    font-weight: 600 !important;
}

.modern-sidebar .widget_categories ul li,
.modern-sidebar .widget_archive ul li,
#innerpage-box .widget-area .widget_categories ul li,
#innerpage-box .widget-area .widget_archive ul li,
#secondary.widget-area .widget_categories ul li,
#secondary.widget-area .widget_archive ul li,
#sidebars .widget_categories ul li,
#sidebars .widget_archive ul li,
.blog-sidebar-modern .widget_categories ul li,
.blog-sidebar-modern .widget_archive ul li {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.modern-sidebar .widget_categories .count,
.modern-sidebar .widget_archive .count,
#innerpage-box .widget-area .widget_categories .count,
#innerpage-box .widget-area .widget_archive .count,
#secondary.widget-area .widget_categories .count,
#secondary.widget-area .widget_archive .count,
#sidebars .widget_categories .count,
#sidebars .widget_archive .count,
.blog-sidebar-modern .widget_categories .count,
.blog-sidebar-modern .widget_archive .count {
    background-color: #F4B504 !important;
    color: #2c2c2c !important;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

/* 404 Error Page */
.error-404-page {
    padding: 100px 20px;
    text-align: center;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404-content {
    max-width: 600px;
    margin: 0 auto;
}

.error-404-number {
    font-size: 150px;
    font-weight: 700;
    color: #F4B504;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 0 4px 10px rgba(244, 181, 4, 0.3);
}

.error-404-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
    line-height: 1.3;
}

.error-404-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 40px 0;
}

.error-404-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.error-404-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 30px;
    background-color: #F4B504;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.error-404-button:hover {
    background-color: #2c2c2c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.error-404-button-secondary {
    background-color: #e8e8e8;
    color: #2c2c2c;
}

.error-404-button-secondary:hover {
    background-color: #d0d0d0;
    color: #2c2c2c;
}

@media (max-width: 767px) {
    .error-404-number {
        font-size: 100px;
    }
    
    .error-404-title {
        font-size: 28px;
    }
    
    .error-404-actions {
        flex-direction: column;
    }
    
    .error-404-button {
        width: 100%;
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .modern-sidebar,
    #innerpage-box .widget-area,
    #secondary.widget-area,
    #sidebars,
    .blog-sidebar-modern {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 40px;
    }
}

.blog-sidebar-modern .widget {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 30px 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.blog-sidebar-modern .widget:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.blog-sidebar-modern .widget-title {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 3px solid #F4B504;
    position: relative;
    background: none !important;
    border-radius: 0 !important;
    text-align: left !important;
}

.blog-sidebar-modern .widget-title:after {
    display: none !important;
}

.blog-sidebar-modern .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-sidebar-modern .widget ul li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    padding-left: 0 !important;
}

.blog-sidebar-modern .widget ul li:last-child {
    border-bottom: none;
}

.blog-sidebar-modern .widget ul li:before {
    display: none !important;
}

.blog-sidebar-modern .widget a {
    color: #666666;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    padding: 0;
    font-weight: 400;
}

.blog-sidebar-modern .widget a:hover {
    color: #F4B504;
    padding-left: 5px;
}

.blog-sidebar-modern .widget_search form {
    position: relative;
}

.blog-sidebar-modern .widget_search input[type="search"],
.blog-sidebar-modern .widget_search input[type="text"] {
    width: 100%;
    padding: 12px 45px 12px 15px;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    margin-bottom: 0;
}

.blog-sidebar-modern .widget_search input[type="search"]:focus,
.blog-sidebar-modern .widget_search input[type="text"]:focus {
    border-color: #F4B504;
    background-color: #ffffff;
    outline: none;
}

.blog-sidebar-modern .widget_search .search-submit {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F4B504;
    color: #2c2c2c;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: block !important;
}

.blog-sidebar-modern .widget_search .search-submit:hover {
    background-color: #2c2c2c;
    color: #ffffff;
}

.blog-sidebar-modern .tagcloud a {
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 5px 5px 0;
    background-color: #f5f5f5;
    color: #666666;
    border-radius: 4px;
    font-size: 13px !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #e8e8e8;
}

.blog-sidebar-modern .tagcloud a:hover {
    background-color: #F4B504;
    color: #2c2c2c;
    border-color: #F4B504;
    transform: translateY(-2px);
}

.blog-sidebar-modern .widget_recent_entries ul li {
    padding: 15px 0;
}

.blog-sidebar-modern .widget_recent_entries .post-date {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.blog-sidebar-modern .widget_recent_comments ul li {
    padding: 15px 0;
    font-size: 14px;
    line-height: 1.6;
}

.blog-sidebar-modern .widget_recent_comments .comment-author-link {
    color: #2c2c2c;
    font-weight: 600;
}

.blog-sidebar-modern .widget_categories ul li,
.blog-sidebar-modern .widget_archive ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-sidebar-modern .widget_categories .count,
.blog-sidebar-modern .widget_archive .count {
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

/* Responsive */
@media (max-width: 991px) {
    .blog-sidebar-modern {
        padding-left: 0;
        margin-top: 40px;
    }
}

/*----------------------------------------*/
/*  Contact Section
/*----------------------------------------*/

.contact-section,
.contact-page-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.contact-section .container,
.contact-page-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.contact-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.contact-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.contact-content-wrapper {
    margin-top: 40px;
}

/* Contact Form Card */
.contact-form-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    height: 100%;
}

.contact-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 0 30px 0;
}

.contact-form-wrapper {
    margin-top: 20px;
}

/* Contact Form Styles - Same as Slider Form */
.contact-form-wrapper .wpcf7-form,
.contact-form-wrapper .wpcf7-form p {
    margin: 0;
    padding: 0;
}

/* Form Labels */
.contact-form-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    line-height: 1.4;
    margin-bottom: 8px;
}

.contact-form-wrapper label br {
    display: none;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

/* Text Input Fields */
.contact-form-wrapper .wpcf7-form-control.wpcf7-text,
.contact-form-wrapper .wpcf7-form-control.wpcf7-email,
.contact-form-wrapper .wpcf7-form-control.wpcf7-tel,
.contact-form-wrapper .wpcf7-form-control.wpcf7-url,
.contact-form-wrapper .wpcf7-form-control.wpcf7-number {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f9f9f9;
    color: #2c2c2c;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-text:focus,
.contact-form-wrapper .wpcf7-form-control.wpcf7-email:focus,
.contact-form-wrapper .wpcf7-form-control.wpcf7-tel:focus,
.contact-form-wrapper .wpcf7-form-control.wpcf7-url:focus,
.contact-form-wrapper .wpcf7-form-control.wpcf7-number:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-text::placeholder,
.contact-form-wrapper .wpcf7-form-control.wpcf7-email::placeholder,
.contact-form-wrapper .wpcf7-form-control.wpcf7-tel::placeholder {
    color: #999;
    opacity: 1;
}

/* Select Dropdown */
.contact-form-wrapper .wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 12px 40px 12px 15px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f9f9f9;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c2c2c' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    color: #2c2c2c;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-select:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-select option {
    padding: 10px;
    background-color: #ffffff;
    color: #2c2c2c;
}

/* Textarea */
.contact-form-wrapper .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    min-height: 120px;
    padding: 12px 15px;
    margin-bottom: 0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    font-family: inherit;
    background-color: #f9f9f9;
    color: #2c2c2c;
    resize: vertical;
    transition: all 0.3s ease;
    box-sizing: border-box;
    line-height: 1.5;
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-textarea:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-textarea::placeholder {
    color: #999;
    opacity: 1;
}

/* Checkbox and Radio */
.contact-form-wrapper .wpcf7-checkbox,
.contact-form-wrapper .wpcf7-radio {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-form-wrapper .wpcf7-list-item {
    margin: 10px 0;
    display: flex;
    align-items: flex-start;
}

.contact-form-wrapper .wpcf7-list-item label {
    display: flex;
    align-items: center;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.contact-form-wrapper .wpcf7-checkbox input[type="checkbox"],
.contact-form-wrapper .wpcf7-radio input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-top: 2px;
    cursor: pointer;
    flex-shrink: 0;
}

.contact-form-wrapper .wpcf7-checkbox input[type="checkbox"] {
    border-radius: 3px;
}

.contact-form-wrapper .wpcf7-radio input[type="radio"] {
    border-radius: 50%;
}

/* Submit Button */
.contact-form-wrapper .wpcf7-submit {
    width: 100%;
    padding: 14px 25px;
    margin-top: 10px;
    background-color: #2c2c2c;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-form-wrapper .wpcf7-submit:hover {
    background-color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 44, 44, 0.3);
}

.contact-form-wrapper .wpcf7-submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.contact-form-wrapper .wpcf7-submit:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
    opacity: 0.6;
}

/* Validation Messages */
.contact-form-wrapper .wpcf7-not-valid-tip {
    display: block;
    color: #dc3545;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}

.contact-form-wrapper .wpcf7-validation-errors,
.contact-form-wrapper .wpcf7-mail-sent-ok,
.contact-form-wrapper .wpcf7-mail-sent-ng {
    padding: 12px 15px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
}

.contact-form-wrapper .wpcf7-validation-errors {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.contact-form-wrapper .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.contact-form-wrapper .wpcf7-mail-sent-ng {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Invalid Fields */
.contact-form-wrapper .wpcf7-not-valid {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

.contact-form-wrapper .wpcf7-not-valid:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

/* Spinner/Loading */
.contact-form-wrapper .wpcf7-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #ffffff;
    animation: wpcf7-spin 0.8s linear infinite;
    margin-left: 10px;
    vertical-align: middle;
}

/* Form Group Spacing */
.contact-form-wrapper .wpcf7-form-control-wrap:last-child {
    margin-bottom: 0;
}

/* Required Field Indicator */
.contact-form-wrapper .wpcf7-required {
    color: #dc3545;
    margin-left: 3px;
}

/* File Upload */
.contact-form-wrapper .wpcf7-file {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-form-wrapper .wpcf7-file:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

/* Date and Time Fields */
.contact-form-wrapper .wpcf7-form-control.wpcf7-date,
.contact-form-wrapper .wpcf7-form-control.wpcf7-time {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 15px;
    background-color: #f9f9f9;
    color: #2c2c2c;
    transition: all 0.3s ease;
}

.contact-form-wrapper .wpcf7-form-control.wpcf7-date:focus,
.contact-form-wrapper .wpcf7-form-control.wpcf7-time:focus {
    outline: none;
    border-color: #F4B504;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(244, 181, 4, 0.1);
}

/* Two-column layout for form fields */
.contact-form-wrapper .wpcf7-form .row {
    display: flex;
    gap: 20px;
}

.contact-form-wrapper .wpcf7-form .row .col-half {
    flex: 1;
}

@media (max-width: 767px) {
    .contact-form-wrapper .wpcf7-form .row {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-form-wrapper .wpcf7-form-control {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .contact-form-wrapper .wpcf7-textarea {
        min-height: 100px;
    }
    
    .contact-form-wrapper .wpcf7-submit {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .contact-form-wrapper label {
        font-size: 13px;
    }
}

.contact-form-placeholder {
    padding: 40px 20px;
    text-align: center;
    background-color: #f5f5f5;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
}

/* Contact Information */
.contact-info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.contact-info-card {
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-5px);
}

.contact-info-icon-box {
    width: 60px;
    height: 60px;
    background-color: #F4B504;
    color: #2c2c2c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
}

.contact-info-content {
    width: 100%;
}

.contact-info-label {
    font-size: 14px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-value {
    font-size: 15px;
    color: #666666;
    margin: 0;
    line-height: 1.5;
}

.contact-info-value a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-value a:hover {
    color: #F4B504;
}

/* Google Map */
.contact-map-wrapper {
    margin-top: 30px;
}

.contact-map {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: relative;
    background-color: #f0f0f0;
}

.contact-map iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-title {
        font-size: 36px;
    }
    
    .contact-form-card {
        margin-bottom: 40px;
    }
    
    .contact-info-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .contact-form-card {
        padding: 30px 20px;
    }
    
    .contact-map {
        height: 300px;
    }
    
    .partners-section {
        padding: 60px 0;
    }
    
    .partners-title {
        font-size: 36px;
    }
}

/*----------------------------------------*/
/*  Partners Section
/*----------------------------------------*/

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

.partners-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.partners-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.partners-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.partners-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Partners Grid */
.partners-grid {
    margin-top: 40px;
}

.partners-item {
    margin-bottom: 30px;
    padding: 0 15px;
}

.partners-card {
    background-color: #f5f5f5;
    padding: 30px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.partners-card:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.partners-logo-box {
    width: 80px;
    height: 80px;
    background-color: #2c2c2c;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    flex-shrink: 0;
}

.partners-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.partners-logo-initials {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.partners-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    line-height: 1.3;
}

.partners-card:hover .partners-name {
    color: #2c2c2c;
}

/*----------------------------------------*/
/*  FAQ Section
/*----------------------------------------*/

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

.faq-section .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.faq-subtitle {
    display: inline-block;
    background-color: #F4B504;
    color: #2c2c2c;
    padding: 6px 20px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.faq-title {
    font-size: 42px;
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1.2;
    margin: 0 0 20px 0;
    text-align: center;
}

.faq-description {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    margin: 0 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* FAQ Accordion */
.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    background-color: #f5f5f5;
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background-color: rgba(0,0,0,0.02);
}

.faq-question-text {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0;
    flex: 1;
    padding-right: 20px;
    line-height: 1.4;
}

.faq-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-icon i {
    font-size: 16px;
    color: #2c2c2c;
    transition: color 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 1000px;
}

.faq-answer-content {
    padding: 0 25px 25px 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
}

.faq-answer-content p {
    margin: 0 0 15px 0;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/* FAQ Shortcode Section */
.faq-shortcode-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.faq-shortcode-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-shortcode-item {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-shortcode-item.active {
    background-color: #f5f5f5;
}

.faq-shortcode-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    user-select: none;
}

.faq-shortcode-question:hover {
    background-color: rgba(0,0,0,0.02);
}

.faq-shortcode-question-text {
    font-size: 18px;
    font-weight: 700;
    color: #2c2c2c;
    margin: 0 !important;
    flex: 1;
    padding-right: 20px;
    line-height: 1.4;
}

.faq-shortcode-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-shortcode-item.active .faq-shortcode-icon {
    transform: rotate(180deg);
}

.faq-shortcode-icon i {
    font-size: 16px;
    color: #2c2c2c;
    transition: color 0.3s ease;
}

.faq-shortcode-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-shortcode-item.active .faq-shortcode-answer {
    max-height: 1000px;
}

.faq-shortcode-answer-content {
    padding: 0 25px 25px 25px;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
}

.faq-shortcode-answer-content p {
    margin: 0 0 15px 0;
}

.faq-shortcode-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-shortcode-placeholder {
    padding: 60px 20px;
    text-align: center;
    background-color: #ffffff;
    border: 2px dashed #ddd;
    border-radius: 8px;
    color: #999;
    margin-top: 30px;
}

/*----------------------------------------*/
/*  Footer Section (Redesigned)
/*----------------------------------------*/

.footer-area-new {
    background-color: #2c2c2c;
    color: #cccccc;
}

.footer-main {
    padding: 60px 0 40px 0;
}

.footer-main .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-col {
    margin-bottom: 40px;
}

/* Footer Column 1: Company Info */
.footer-col-1 .widget {
    margin-bottom: 0;
}

.footer-logo-box {
    width: 60px;
    height: 60px;
    background-color: #F4B504;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.footer-company-name {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.footer-company-tagline {
    font-size: 14px;
    color: #999999;
    margin: 0 0 15px 0;
}

.footer-company-description {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0 0 25px 0;
}

.footer-social-icons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    background-color: #3a3a3a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}

.footer-social-icon:hover {
    background-color: #F4B504;
    color: #2c2c2c;
    transform: translateY(-3px);
}

/* Footer Column 2: Quick Links */
.footer-col-2 .widget-title,
.footer-col-3 .widget-title,
.footer-col-4 .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
}

.footer-col-2 .widget ul,
.footer-col-2 .widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col-2 .widget li {
    margin-bottom: 12px;
}

.footer-col-2 .widget a {
    color: #cccccc;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-col-2 .widget a:hover {
    color: #F4B504;
    padding-left: 5px;
}

/* Footer Column 3: Contact Info */
.footer-contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
}

.footer-contact-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F4B504;
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-contact-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #cccccc;
}

.footer-contact-text a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact-text a:hover {
    color: #F4B504;
}

/* Footer Column 4: Newsletter */
.footer-newsletter-description {
    font-size: 14px;
    line-height: 1.6;
    color: #cccccc;
    margin: 0 0 20px 0;
}

.footer-newsletter-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-newsletter-input {
    flex: 1;
    min-width: 200px;
    padding: 12px 15px;
    background-color: #3a3a3a;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
}

.footer-newsletter-input::placeholder {
    color: #999999;
}

.footer-newsletter-input:focus {
    outline: none;
    background-color: #4a4a4a;
}

.footer-newsletter-button {
    padding: 12px 25px;
    background-color: #F4B504;
    color: #2c2c2c;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.footer-newsletter-button:hover {
    background-color: #e0a003;
    transform: translateY(-2px);
}

.footer-newsletter-button i {
    font-size: 14px;
}

/* Footer Bottom Bar */
.footer-bottom {
    background-color: #1a1a1a;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-bottom .container {
    max-width: 1300px !important;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-copyright {
    font-size: 14px;
    color: #cccccc;
}

.footer-policies {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-policy-link {
    font-size: 14px;
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-policy-link:hover {
    color: #F4B504;
}

.footer-policy-separator {
    color: #666666;
    font-size: 14px;
}

/* Widget Styling in Footer */
.footer-area-new .widget {
    margin-bottom: 0;
}

.footer-area-new .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.footer-area-new .widget p,
.footer-area-new .widget div {
    color: #cccccc;
    font-size: 15px;
    line-height: 1.6;
}

.footer-area-new .widget a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-area-new .widget a:hover {
    color: #F4B504;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .testimonials-section {
        padding: 60px 0;
    }
    
    .testimonials-title {
        font-size: 36px;
    }
    
    .testimonial-card {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 50px 0;
    }
    
    .services-title {
        font-size: 28px;
    }
    
    .services-description {
        font-size: 15px;
    }
    
    .service-icon-box {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    
    .service-title {
        font-size: 20px;
    }
    
    .service-description {
        font-size: 14px;
    }
    
    .services-item {
        margin-bottom: 25px;
    }
}

.form-placeholder {
    padding: 30px;
    text-align: center;
    color: #999;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 2px dashed #ddd;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .hero-slider-section {
        min-height: auto;
        padding: 60px 0;
    }
    
    .slider-headline {
        font-size: 36px;
    }
    
    .slider-description {
        font-size: 16px;
    }
    
    .consultation-form-box {
        padding: 30px 20px;
        margin-top: 40px;
    }
    
    .form-title {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .slider-headline {
        font-size: 28px;
    }
    
    .slider-buttons {
        flex-direction: column;
    }
    
    .btn-primary-slider,
    .btn-secondary-slider {
        width: 100%;
        text-align: center;
    }
    
    .consultation-form-box {
        padding: 25px 15px;
    }
    
    .form-title {
        font-size: 24px;
    }
    
    .form-subtitle {
        font-size: 14px;
    }
    
    .slider-contact-form .wpcf7-form-control {
        font-size: 14px;
        padding: 10px 12px;
    }
    
    .slider-contact-form .wpcf7-textarea {
        min-height: 100px;
    }
    
    .slider-contact-form .wpcf7-submit {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .slider-contact-form label {
        font-size: 13px;
    }
}

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

/*----------------------------------------*/
/*----------------------------------------*/
/* 10. Blog Area
/*----------------------------------------*/
.blog-area {position: relative;overflow: hidden;}
.blog-area .box-area-S { 
    margin-bottom: 2em;
    border-radius: 20px 20px 0 0;
    transition: all 0.3s ease;
}
.blog-area .blog-single {position: relative;overflow: hidden;padding:26px 16px 20px 16px;}
.blog-area .box-area-S .blog-thumbnail{ position: relative; overflow: hidden;}
.blog-area .blog-thumbnail img{
    width: 100%;
    height: 230px;
}

.blog-area .overlay{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    transition: all .5s;
}
.blog-area .box-area-S:hover .overlay{
    opacity: 0.4;
    transition: all .5s;
}
.blog-area .blog-date {  border-bottom: 1px solid #000;padding: 10px 0; position: relative;overflow: hidden;}
.blog-area .blog-date {
    font-size: 16px; 
    position: relative;
    padding: 25px 0px 5px 0px;
    font-weight: 500;
}
.blog-area .blog-date  i{padding-right: 6px;}
.blog-area .blog-date .comm { text-align: right;}
.blog-area .blog-posts h4{
    font-size: 29px;
    font-weight: 600;
    margin: 0px 0 12px;
    line-height: 30px;
    text-align: left;
    word-break: break-word;
}

.blog-area .blog-single p{font-size: 18px; margin-bottom: 0;line-height: 27px;}
.blog-area a.blogbtn {
    color: #000;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s;
}
.blog-area a.blogbtn:hover{transition: all .3s;}

/*----------------------------------------*/
/*   Footer Area
/*----------------------------------------*/
.box-form .news-img {
    background: url(images/footerborder1.png) repeat-x 0 0;
    height: 54px;
    position: absolute;
    width: 100.1%;
    left: -1px;
    bottom: -50px;
    z-index: 1;
}
.box-form .news-right-img {
    background: url(images/footerborder1.png) repeat-x 0 0;
    height: 28px;
    position: absolute;
    width: 8.2%;
    right: -47px;
    bottom: 5px;
    z-index: 1;
    transform: rotate(90.4deg);
    border-radius: 0 20px 0px 0;
}
.box-form .news-left-img {
    background: url(images/footerborder1.png) repeat-x 0 0;
    height: 100%;
    position: absolute;
    width: 12%;
    left: -90px;
    bottom: 0px;
    z-index: 1;
    transform: rotate(90.4deg);
    border-radius: 15px 0px 0px 0;
}
.footer-area { position: relative;background: #111944;}
.footer-oly {
    position: absolute;
    left: 80%;
    right: 0;
    top: -55px;
    bottom: auto;
    opacity: 1;
    background: #111944;
    height: 55px;
    z-index: -1;
}
.f-newsletterbx .ftnwsfm{ padding:3em 2em;}
.footer-area .newstitle h3 {
    position: relative;
    font-size:25px;
    color:#fdfdfd;
    font-weight:500;
    line-height:30px;
    margin:0.2em 0em;
}
.footer-area .newstitle p{    
    color: #111944;
    font-size: 15px;
    line-height: 19px;
    padding: 0;
    margin: 0;
}
.footer-area .sf-oly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -4.25em;
    opacity: 0.9;
    background: #F4B504;
    z-index: -1;
}
.footer-area .sf-left-img {
    background: url(images/footerborder1.png) repeat-x 0 0;
    height: 28px;
    position: absolute;
    width: 24%;
    left: -35px;
    top: 11px;
    z-index: 1;
    transform: rotate(90.4deg);
    border-radius: 0px 0px 0px 15px;
}
.footer-area .sf-right-img {
    background: url(images/footerborder1.png) repeat-x 0 0;
    height: 52px;
    position: absolute;
    width: 45%;
    right: -45px;
    top: 21px;
    z-index: 1;
    transform: rotate(90.4deg);
    border-radius: 15px 0px 0px 0;
}
.footer-area .single-footer{ padding-top: 4em;}
.footer-area .single-footer-1 .single-footer {
    padding-top:15px;
}
.footer-area .fbox {
    position: relative;
    padding-top: 1.5em;
}
.footer-area .f-text { margin-bottom: 15px;}
.footer-area .fb-oly{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background: #707070;
    border: 1px solid #707070;
}
.footer-area i { padding-right: 6px;}
.footer-area li {display: block;margin-bottom: 12px;font-size: 15px;font-weight: 500; }
.footer-area li a {font-weight: 400;text-decoration: none;font-size: 18px;}
.footer-area li:before {
    content: "\f105";
    font-family: 'Fontawesome';
    font-size: 20px;
    padding-right: 10px;
}
.footer-area .gallery-item {padding-right: 13px;padding-bottom: 13px;}
.footer-area ul {margin: 0 0 15px 00px;}
.footer-area p { margin-bottom: 15px;line-height: 25px;font-size: 16px;}
footer#footer.footer-area .widget-title {   
    color: #feffff;
    margin-top: 0em;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}
.footer-area .widget {margin-bottom: 1.5em;}
.footer-bottom-area ul li {display: inline-block;margin-left: 40px;margin-bottom: 0;position: relative;}
.footer-area .bottom-area {
    bottom: 3em;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.footer-area .bottom-area ul { margin-bottom: 0;}
.footer-text, .footer-text a {font-size: 20px;font-weight: 400;text-align: center;}
.footer-area .bottom-area li a:hover, .social-profile-icons li a:hover{border-bottom: 0;}
.footer-area .bottom-area li:hover a::after, .footer-area .bottom-area li:hover a:after {width: 20px;}
.footer-area .bottom-area li a:after, .footer-area .bottom-area li a:after {position: absolute;width: 0;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}
.footer-area .bottom-area li.current_page_item a:after{position: absolute;width: 20px;height: 2px;background: #ff8b00;content: "";bottom: -5px;left: 2px;transition: .3s;}

.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{    
    border: 1px solid #000;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 10px 10px 10px 10px;
    font-style: normal;
    font-weight: 400;
    word-break: break-all;
    border-radius: 8px;
}
.footer-area .subscribe_shortcode form p {
    padding: 0;
    margin: 0;
}
.footer-area .subscribe_shortcode .wpcf7-spinner {
    position: absolute;
}
.footer-area textarea {  height: 80px !important;}
.footer-area .box-form { 
    position: relative;
    background: #fff;
    padding: 0em 1em 1em 1em;
    margin-top: -5em;
}
.footer-area .ftnwsfm input[type="submit"]{
    position: absolute;
    top: 6px;
    right: 0;
}
.footer-area input[type="submit"]{
    margin-top: 0em;
    padding: 8px 30px;
    white-space: normal;
    font-weight: 500;
    font-size: 18px;
    border-radius: 9px;
    background: #fff;
    color: #000;
    display: inline-block;
    transition: all 0.3s;
    box-shadow: none;
}

.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;}
.footer-area .social-profile-icons ul li:before{  display: none;}
.footer-area .social-profile-icons ul li{ display: inline-block;}
.footer-area .social-profile-icons ul li a {    
    border: 1px solid #fff;
    display: inline-block;
    font-weight: 600;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: none;
    border-radius: 0px;
    text-align: center;
    margin: 0 9px 0 0;
    padding: 0;
    border-radius: 50px;
    transition: all .2s;
}
.footer-area .social-profile-icons ul li a:hover{border: 1px solid transparent;transition: all .2s;}
.footer-area .social-profile-icons i.fa { font-size: 18px; padding: 0;}
.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;}
.p0 {
    padding: 0;
}
.s-footer{    
    margin-bottom: 0em;
    padding-bottom: 6em;
    position: relative;
    z-index: 1;

}
.single-footer-1 {
    margin-top: -5em;
    padding: 0 25px 6em;
}
.single-footer-2 {
    padding-left: 3em;
}
.footer-area .widget_recent_entries ul li { line-height: 25px;}
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 27px;
    border: none;
    top: 5px;
    position: relative;
    color: #575757;
}
.footer-area .midix {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

/*----------------------------------------*/
/*   Testimonials Page
/*----------------------------------------*/

#innerpage-box .ts-area-single{display: none;}
#innerpage-box .innertest-item{float: left;}
#innerpage-box .item.innertest-item{
    width: 33.33%;
    position: relative;
    overflow: hidden;
    float: left;
    padding-top: 11px;
    margin-bottom: 1em;
    border-radius:20px 20px;
}
#innerpage-box .ts-area-single-inn {
    position: relative;
    margin-bottom: 1em;
}
#innerpage-box  .tsareainn{
    transition: all .8s;
    background: #D33;
    padding: 1.8em 0;
    position: relative;
    box-shadow: 0px 0px 14px #0000003D;
    border-radius:20px 20px;
}

#innerpage-box .ts-area-thumb {  position: relative;}
#innerpage-box .ts-area-thumb img {
    width: 45px;
    height: 45px;
    text-align: center;
    transition: all .8s;
    border-radius: 50%;
}
#innerpage-box .ts-area-thumb svg {
    right: -8px;
    position: absolute;
}
#innerpage-box .ts-area-bx { 
    position: relative;
    overflow: hidden;
    border-left: 2px solid #d33;
    padding: 0 0 0 10px;
}

#innerpage-box h3.ts-area-title { position: relative; margin: 0px 0 0 0px !important;transition: all .8s;}
#innerpage-box .text-designation {    
    font-size: 18px;
    margin: 0px;
    transition: all .8s;
}
#innerpage-box .ts-area-c p {
    font-size: 18px;
    margin: 1em 0px 0 0px;
    z-index: 1;
    position: relative;
    word-break: break-word;
    line-height: 34px;
}
#innerpage-box .ts-area-c:after{
    content: "\f10d";
    font-family: 'Fontawesome';
    font-size: 46px;
    position: absolute;
    right: 8%;
    transform: rotateY(180deg);
    bottom: 0%;
    color: #f3f3;
     transition: all .8s;
}
#innerpage-box .tsareainn:hover  .ts-area-c:after{
    color: #F4B504;
    transform: rotateX(160deg);
    top: 25%;
    transition: all .8s;
}
/*--------------------------------------------------------------
# Gallery page
--------------------------------------------------------------*/
.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {top: 3em !important;}

#innerpage-box .lz-gallery-images {position: relative;overflow: hidden;margin-bottom: 25px;}
#innerpage-box .img-wrapper {overflow: hidden;position: relative;}
#innerpage-box .lz-gallery-images img {
    transition: 0.5s all;
    width: 100%;
    border: 8px solid #d33;
    border-radius: 20px;
    border-bottom: 0;
    border-top: 0;
}
#innerpage-box .lz-gallery-images .over-text {
    position: absolute;
    overflow: hidden;
    margin: 0 2px 2px 2px;
    padding: 10px 10px 10px 20px;
    bottom: 0;
    width: 100%;
}
#innerpage-box .lz-gallery-images .inner-area-title:after {display: none !important;}
#innerpage-box .lz-gallery-images .over-text h2{
    position: relative;
    padding: 0;
    margin: 0 !important;
    color: #d33;
    word-break: break-word;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

#innerpage-box .gall-icn i{
    position: absolute;
    bottom: 28%;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    font-weight: normal;
    padding: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#innerpage-box .lz-gallery-images:hover .gall-icn i{  opacity: 1;}
#innerpage-box .lz-gallery-images:hover .gall-icn i{
    -webkit-transform: scale(2) translate(0px, -30px);
    transform: scale(2) translate(0px, -30px);
    font-size: 10px;
    border-radius: 0%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #000;
    text-decoration: none;
    -webkit-appearance: none;
    opacity: 1;
    background-size: 500%;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*--------------------------------------------------------------
## 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 20px;}
#innerpage-box .service_inbox{
    overflow: hidden;
    position: relative;
    transition: all .3s;
}
#innerpage-box .singleinner-service {
    margin-bottom: 2em;
    transition: all .3s;
    padding: 0px 4px;
    position: relative;
    overflow: hidden;
}
#innerpage-box .singleinner-service .service_inimg {position: relative;transition: all .3s;}

#innerpage-box .singleinner-service .service_inimg img {
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all .3s;
    transition: filter 0.4s ease-in-out;
    filter: none;
}
#innerpage-box .singleinner-service .service_inimg:after,
#innerpage-box .singleinner-service .service_inimg:before{
    content:'';
    width:100%;
    height:100%;
    background:#d33;
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    transition:all .5s ease 0s;
    z-index: 1;
}
#innerpage-box .singleinner-service .service_inimg:after{
    background:#d33;
    top:0;
    left:170%;
    opacity:1;
    z-index:1;
    transform:skewX(45deg);transition:all 1s ease 0s;
}
#innerpage-box .singleinner-service:hover .service_inimg:before{opacity:0.4;}
#innerpage-box .singleinner-service:hover .service_inimg:after{left:-170%;opacity:0.4;}
#innerpage-box .serbx {
    background: none;
    padding: 0.5em 1em 1em 0em;
    transition: all .3s;
}
#innerpage-box .serbx h2{margin: 0 0 0.2em 0!important;}
#innerpage-box .serbx p{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    padding:0px 0;
}
#innerpage-box .serbtn a svg {float: right;position: relative; top: 12px; padding-left: 8px;}
#innerpage-box .serbtn a{
    margin-top: 20px;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 4px 18px;
    background: #000;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    z-index: 1;
    transition: all 0.4s ease 0.5s;
    border:1px solid #000;
    border-radius: 10px;
    text-decoration: none;
}
#innerpage-box .serbtn a:hover{transition: transform 0.2s;}
#innerpage-box .serbtn a:before,
#innerpage-box .serbtn a:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: transform 0.6s;
    background: #3ff;
  }
#innerpage-box .serbtn a:after{
    clip-path: polygon(20% 0, 0 50%, 20% 100%, 100% 100%, 100% 0);
    left: 100%;
}
#innerpage-box .serbtn a:before {
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    right: 100%;
}
#innerpage-box .serbtn a:hover:before { transform: translateX(90%);}
#innerpage-box .serbtn a:hover:after { transform: translateX(-90%);}


/*----------------------------------------*/
/* project / inner Page
/*----------------------------------------*/
#innerpage-box .single-project-bx{position: relative;overflow: hidden;margin-bottom: 2em;padding: 0 12px;}
#innerpage-box .single-project {position: relative;overflow: hidden;border-radius: 20px 20px 0 0px;}
#innerpage-box .single-project img{width: 100%;border-radius: 20px 20px 0 0; position: relative; overflow: hidden;}
#innerpage-box .single-project .oly{
    background: #d33;
    height: 350px;
    width: 350px;
    position: absolute;
    opacity: 0;
    right: -100%;
    top: -100%;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}
#innerpage-box .single-project:hover .oly{
    top: -30%;
    right: -50%;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}
#innerpage-box .single-project .project-title-box {
    position: relative;
    background: #d33;
    padding: 16px 7px;
    border-radius: 18px;
    margin-top: -20px;
    text-align: center;
 
}
#innerpage-box .single-project .project-title-box p{display: none;}
#innerpage-box .single-project .project-title-box h2{    
    margin: 0;
    font-size: 28px;
    line-height: 37px;
    font-weight: 500;}
/*-----------------------
## 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: 35px;
    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 h3 {
      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 h3: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: 20px;}
main#innerpage-box div#sitemap-box ul li a:before {
    content: "\f111";
    font-family: 'Fontawesome';
    margin-right: 10px;
    color: #f72985;
    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 h3:before {
      position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #f94c34;
    right: 0;
    top: 9px;
    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 ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0 0 0px 20px;
}

/*************************************/
#innerpage-box {  position: relative;overflow: hidden;}
#innerpage-box .contact-address-area { position: relative;margin: 0em; overflow: hidden;z-index: 1;}
#innerpage-box .cntlhsbx{
    margin-top: -4em;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 6em 1em 1em 1em;
    background: #d333;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #00000029;
}
#innerpage-box .contact-b-s {
    margin-bottom: 4em;
}
#innerpage-box .conbx{
    position: relative;
    padding-left: 5em;
}

#innerpage-box .cntpgbx{
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
#innerpage-box .cntpgicn{
    position: relative;
    text-align: center;
    font-weight: 600;
    background: #d33;
    transition: all 0.5s ease 0s;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 50px;
}
#innerpage-box .cntpgicn i {
    font-size: 24px;
    font-weight: 600;
}
#innerpage-box .cntpgicn i.fa.fa-envelope {
    font-size: 20px;
    font-weight: 400;
    top: -3px;
    position: relative;
}
#innerpage-box .cntpgtxt{  padding:10px 10px 10px 30px;}
#innerpage-box .cntpgtxt h3{
    font-size: 26px;
    margin: 0 !important;
    padding: 0;
    font-weight: 600;
}
#innerpage-box .cntlhsbx p {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 5px 0 0 0;
    word-break: break-all;
}
#ht-contactus-wrap .contact-form{ position: relative; }
#innerpage-box .contact-address-area .contforminn {     
    padding: 0.2em 2em 3.4em 2em;
    border-radius: 26px;
    background: #d333;
}
#ht-contactus-wrap .conformbx{
    position: relative;
    border-bottom: 4px solid #d33;
    padding-bottom: 1em;
    margin-bottom: 0em;
}
#ht-contactus-wrap .maintle{ 
    position: relative;
    font-size: 42px;
    font-weight: 600;
    margin: 0px 0 0em 0;
    word-break: break-word;
}
#ht-contactus-wrap .confmtxt{
    font-size: 20px;
    line-height: 34px;
}

#ht-contactus-wrap input[type="text"], 
#ht-contactus-wrap input[type="email"], 
#ht-contactus-wrap input[type="url"],
#ht-contactus-wrap input[type="password"], 
#ht-contactus-wrap input[type="search"], 
#ht-contactus-wrap input[type="number"], 
#ht-contactus-wrap input[type="tel"], 
#ht-contactus-wrap input[type="range"], 
#ht-contactus-wrap input[type="date"], 
#ht-contactus-wrap input[type="month"], 
#ht-contactus-wrap input[type="week"], 
#ht-contactus-wrap input[type="time"], 
#ht-contactus-wrap input[type="datetime"], 
#ht-contactus-wrap input[type="datetime-local"], 
#ht-contactus-wrap input[type="color"], 
#ht-contactus-wrap select, 
#ht-contactus-wrap textarea {
    border: none;
    margin-top: 1em;
    border-bottom: 2px solid #fff;
    font-size: 18px;
    padding: 18px 20px 5px;
    border-radius: 0;
    font-weight: 400;
    background: #f3f3;
}
#ht-contactus-wrap textarea {   height: 100px;}
#ht-contactus-wrap input[type="submit"] {
    padding: 10px 70px;
    margin-top: 1.5em;
    font-weight: 400;
    font-size: 30px;
    display: inline-block;
    border-radius: 9px;
    box-shadow: none;
    transition: all 1s ease 0s;
}

/*-----------------------
## FAQS page
-----------------------------*/
.faq_tp {position: absolute; top: 0;}
.faq_tp .faq-heading{
    font-size: 100px;
    font-weight: 600;
    padding: 0;
    position: relative;
    word-break: break-word;
    margin-bottom: 0px;
    display: inline-block;
}
.faqimgbx img{}

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 10px 0;
    background: #fbb34d;
    padding: 22px 14px;
    border: none;
    transition: all 0.2s ease 0s;
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 15px;
}
div#content-box .faq-content button.accordion.active{
    box-shadow: none;
    margin: 0;
    padding: 22px 14px 4px 14px;
}
div#content-box .faq-content button.accordion.active, button.accordion:hover {
    transition: all 0.2s ease 0s;
    opacity: 1;
}

div#content-box .faq-content button.accordion:before {
    content: "\f111";
    font-family: 'Fontawesome';
    font-size: 15px;
    color: #D9D9D9;
    position: absolute;
    transition: all 0.2s ease 0s;
    margin-left: 10px;
}

div#content-box .faq-content button.accordion:after {
    content: "\f055";
    font-family: 'Fontawesome';
    font-size: 22px;
    color: #000;
    float: right;
    position: absolute;
    font-weight: 600;
    top: 18px;
    right: 16px;
    display: inline-block;
    transition: all 0.2s ease 0s;
}
div#content-box .faq-content button.accordion.active:after {
    content: "\f056";
    font-family: 'Fontawesome';
    transition: all 0.2s ease 0s;
}
div#content-box .faq-content div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    margin: 0px 0 18px 0;
    border: none;
    border-radius: 15px;
    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 24px 10px 12px;
}
div#content-box .faq-content div.panel p{
    margin: 0px 16px 12px 44px;
    line-height: 26px;
    font-size: 16px;
}
main#innerpage-box div#content-box h3.faq-title {
    padding:0 30px 0 40px;
    margin: 0;
    font-weight: 600;
    line-height: 25px;
    word-break: break-word;
    text-align: left;
    font-size: 22px;
}
div#content-box .faq-content.padding0 p {
    font-size: 15px;
    padding: 25px 25px 10px 25px;
    letter-spacing: 1px;
    word-break: break-word;
}
/*-----------------------
## End FAQS page
-----------------------------*/

.col-container { display: table; width: 100%;}
.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 */
article.slider{height: auto;}
.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 .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;
}
div#sidebars.sidebar{position: relative;z-index: 1;}

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

.widget-area form#searchform input[type="submit"] {
    display: block;
    position: relative;
    text-align: center;
    padding: 12px 35px !important;
    border-radius: 35px!important;
    z-index: 999 !important;
    background: transparent;
    overflow: hidden;
    border: none;
    box-shadow: none;
    float: right !important;
    position: absolute!important;
    right: 0px !important;
    text-indent: -999px !important;
    width: 0% !important;
    z-index: -999 !important;
}
.widget-area form#searchform:after {
    position: absolute;
    margin-top: -12%;
    font-size: 15px;
    right: 4%;
    text-align: center;
    color: #fff;
    background: none;
    background-repeat: no-repeat;
    height: 40px;
    line-height: 50px;
    width: 54px;
    content: "\f002";
    font-family: 'Fontawesome';
    clear: both;
    border-radius: 50px;
    opacity: 1;
}

.home-page {  padding: 0 0 30px 0;}
#innerpage-box{padding:2em 0em 5em;margin-top: 2em;}
#content-box h4{ margin: 20px 0 5px 0; }
#content-box ul{ padding: 0 0 20px 10px;list-style: none;font-size: 18px;margin: 0;}
#content-box ol{ font-size: 18px;}
#content-box ol ol ,
#content-box ul ul {   margin-left: 5px !important;}
#content-box ul li:before {
    font-family: 'Fontawesome';
    margin-right: 16px;
    transform: scale(1);
    transition: all 0.5s ease 0s;
    color: #fff;
    display: inline-block;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#content-box ul li:hover:before { transform: scale(1.4);}
.widget-area ul li:before {
    display: none;
}
#content-box ol li:before {
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
#content-box ul#recentcomments li:before, #content-box ul#recentcomments li span:before   {
    display: none;
}

#content-box ol li:hover:before { transform: scale(1.2);}
main#innerpage-box #content-box ol {  margin: 0;}
#content-box ol {counter-reset: li;list-style: none;}
#content-box ol li {
    margin-top: 1em;
    position: relative;
    padding-left: 2.5em;
    min-height: 60px;
    padding-top: 4px;
}
#content-box ol li:before {
    content: counter(li);
    counter-increment: li;
    color: #fff;
    background: #f07100;
    border-radius: 50px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.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 50px;}
.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;
    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: #FFF !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;}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
    display: block;
    text-align: center;
    font-size: 200px;
    color: #f9f9f9;
    line-height: 1.2;
    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;}
.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;
    }
    
}
/*-----------------------
## page scroll
-----------------------------*/
#back2Top {
    -o-transform:rotate(720deg);
    -ms-transform:rotate(720deg);
    -moz-transform:rotate(720deg);
    -webkit-transform:rotate(720deg);
    transform:rotate(720deg);
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding:4px;
    line-height: 22px;
    text-align: center;
    font-size: 25px;
    transform: rotate(-90deg);
    text-decoration: none;
    z-index: 99999;
    width: 48px;
    height: 40px;
    transition: all 0.2s ease 0.2s;
    -moz-transition: all 0.2s ease;
}
#back2Top svg:hover{transition: all 0.3s ease 0.2s;}
.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;
}
#secondary .widget_archive li{    display: flex;}
main#innerpage-box #sidebars li {font-size: 15px;margin:0 10px;}
div#secondary caption {padding-top: 12px;padding-bottom: 12px;}
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;
    border: 1px solid #eaeaea;
}
.widget-area .widget_rating_filter ul li {border-bottom: none;}
main#innerpage-box #comments li.comment {
    background: transparent;
    border: 0;
    position: relative;
    overflow: hidden;
}
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;}
div#secondary .social-profile-icons ul li i {
    padding: 15px 7px 0px 7px;
    margin: 0;
    font-size: 20px;
}

/*-----------------------
## 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{ padding: 1em 1.5em; margin: 0em 0em 1em 0em;position: relative;float: left;}
#innerpage-box .inner-blogpost {
    padding: 0 0 20px 0;
    border-radius: 15px;
    transition: all 0.3s ease;
}
#innerpage-box .inner-blogpost .ht-blog-thumbnail { overflow: hidden; position: relative;}
#innerpage-box .ht-blog-thumbnail img {
    width: 100%;
    transform: scale(1);
    transition: all 1s ease 0s;
    border-radius: 15px;
}
#innerpage-box .inner-blogpost .blog-Athr { padding: 10px 0; position: relative;overflow: hidden;}
#innerpage-box .inner-blogpost .blog-Athr {
    font-size: 16px;
    position: relative;
    padding: 8px 10px;
    font-weight: 600;
    border-radius: 6px;
}
#innerpage-box .inner-blogpost .blog-Athr  i{padding-right: 10px;}
#innerpage-box .inner-blogpost .blog-Athr .comm { float: right;}

#innerpage-box .inner-blogpost-info {
    position: relative;
    overflow: hidden;
    padding: 14px 16px 10px 16px;
}
main#innerpage-box #blog-box h2{
    word-break: break-word;
    margin: 0px 0 10px 0;
}
#innerpage-box .inner-blog-excerpt p,
#innerpage-box .inner-blog-excerpt {
    font-size: 18px;
    font-weight: 400;
    word-break: break-word;
    padding: 0px ;
    position: relative;
}
#innerpage-box .inner-blogpost .bloginnbtn{
    color: #d33;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s;
}

/*--------------------------------------------------------------
## 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: 20px 0;}

#innerpage-box .wp-block-image figure {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56),0 4px 25px 0 rgba(0,0,0,0.12),0 8px 10px -5px rgba(0,0,0,0.2);
    box-shadow: 0 16px 38px -12px rgba(0,0,0,0.56), 0 4px 25px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.2);
}

#sidebars .widget,
div#secondary.widget-area .widget {     
    border-radius: 0;
    box-shadow: 0px 0px 25px #00000024;
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0px 2px 46px 2px;
    box-shadow: 0px 0px 20px #00000057;
}


div#secondary.widget-area .widget:first-child {
    padding-top: 0;
}

.wp-block-group__inner-container h2,
 #innerpage-box .widget-area .widget-title {
    font-size: 20px !important;
    color: #000;
    font-weight: 500;
    background: #f3f;
    padding:8px 10px 8px 16px;
    margin: 0px 0px 1em 0;
    position: relative;
    display: block;
    border-radius: 0px;
    text-align: left;
    z-index: 1;
}

#innerpage-box .widget-area .widget-title:after{
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 80%;
    z-index: -1;
    background: #d33;
    border-radius: 0 50px 50px 0;
}

main#innerpage-box .widget-area .tagcloud a {
    margin: 2px 4px;
    padding: 4px 4px;
    border: none;
    position: relative;
    box-shadow: unset;
    border-radius: 0;
    background: none;
    text-align: center;
}
.widget-area .tagcloud {list-style: none;padding: 0;margin: 1em 0 0 0;}
.widget-area .textwidget { padding: 10px;}
.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 1px 0 ;margin: 0;border: 1px solid #eaeaea;}
.widget_calendar table {border-collapse: separate; width: 100%;}
.widget-area form#searchform { 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;}
/*--------------------------------------------------------------
## 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;}


/*-------------------------------*/
/*    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: 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{ border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.single_post .datebx li{list-style: none; display: inline-block;}
.single_post .datebx .post-date-publishable {display: inline-block; margin-left: 10px; padding-top: 15px;padding-bottom: 15px;}
.single_post .datebx  i { padding-right: 10px;}
    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-bottom: 0px;
}
div#sidebars ins {background: none;}
    margin: 0 0 8px 0;
    line-height: 24px;
    min-height: 26px;
    color: #242424;
    font-size: 17px;
    font-weight: 500;
}

/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
.comment-text .star-rating { margin-top: 0; margin-right: 0; margin-bottom: 0;}

/*--------------------------------------------------------------
# rating
--------------------------------------------------------------*/
    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);
}
.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;}

/*-----------------------
## Single product
-----------------------------*/

@media screen and (min-width: 1024px) and (max-width: 1300px){
/* Old slider CSS removed */
.page-template-default #innerpage-box .service_inbox .title {  margin: 0;

}
}
@media only screen and (max-width: 1299px) {
header .Hbtn a { padding: 6px 10px;}
header .Hbtn a i { font-size: 10px; padding: 1px 1px; margin-right: 6px;}
.navigation .mainmenu li { margin: 0 10px;}
.navigation .mainmenu li.menu-item-has-children {margin: 0 20px 0 10px;  }
#innerpage-box .inner-blogpost{margin: 0 ;}
#innerpage-box .inner-blogpost{margin: 0 ;}
}

@media screen and (max-width: 1200px){
 .ct-btn-scroll{ bottom: 20px; }
 .new-page.menu-new{
    display:none;
}
}
@media screen and (max-width: 1199px){
/* Old slider CSS removed */
#innerpage-box .inn-single-service-bx {padding: 0 10px;}
#innerpage-box .inner-blog-post {padding:0 10px;}
#innerpage-box .cntlhsbx p { font-size: 16px;}
.widget-area form#searchform:after {  margin-top: -16%;}

}

@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;}
.single-team .in-our-team ul > li > a {
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.footer-area .sf-right-img {
    height: 30px;
    width: 95%;
    right: -82px;
    top: 59px;
}
.footer-area .sf-left-img {
    width: 32%;
}
.box-form .news-right-img {
    height: 28px;
    width: 16.2%;
    right: -66px;
    bottom: 24px;
}
}

@media screen and (min-width: 1800px) {
}
@media screen and (min-width: 1300px) and (max-width: 1440px) {
    width: 14%;
    top: 31.9px;
    right: -9.5%;
}
}



@media screen and (min-width: 992px) and (max-width: 1023px){
.ruh-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 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 (max-width: 1012px){
.header-transparent .sticky-header {padding: 0;
}
}

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

@media (max-width: 992px){
/* Old .mobnone1 styles removed */
.sf-arrows .sf-with-ul:after{ right: 30px !important;}
.ht-site-title, .site-title { font-size: 23px;}
/* Old .top-bar-head .head-menu styles removed */
 .logo { position: relative; 
    top: 0px !important;
    background: none !important;
    padding: 0;
}
.footer-area .box-form {
    border: 1em solid #D9D9D9;
    border-top: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.footer-area .sf-right-img, .box-form .news-right-img {
    display: none;
}
.box-form .news-img {
    height: 30px;
    width: 101%;
    left: -1px;
    bottom: -22px;
}
.footer-area .sf-left-img {
    height: 28px;
    width: 23%;
    left: -29px;
    top: 6px;
}

}
@media only screen and (max-width: 991px) {
.widget-area form#searchform:after { margin-top: -24%; right: 0%;}
/* Old slider CSS removed */
#innerpage-box .conbx { padding-left: 0em;}
.dlab-topbar-right {padding-left: 0;padding-right: 15px;}
.dlab-topbar-left{
    padding-right: 0;
}
}

@media screen and (max-width: 991px) {
header .infoinnbx{padding: 0 5px;}
/* Old .top-bar-head styles removed */
.home.page-template .site-header { position: relative;}
/* Old header .Hbtn styles removed - using .quote-btn instead */
.page-main-header{padding: 2em 0 !important;}
.page-main-header svg{display: none;}
.ht-main-title { margin: 0px 0px 10px 0;}
.navigation .mainmenu li a::before{display: none;}
.site-navigation{background:none ;}
.site-header {position: relative;background: #fff;}
/* Old slider CSS removed */
.blog-area .blog-posts h4 { font-size: 22px;margin: 2px 0;}
.blog-area .blog-single { padding: 20px 10px 5px 10px;}
#gallery,
#blog ,#ourclient{ padding: 1em 0 !important;}
.section-title {  margin-bottom: 25px;}
footer#footer.footer-area .widget-title { margin-bottom: 15px;}
#footer{ padding: 1em 0 1em 0em !important;}
.footer-area .newstitle h3 {font-size: 30px; margin: 0 0em 10px 0;line-height: 40px;}
#innerpage-box {  padding: 2em 0em ;}
#innerpage-box .cntlhsbx p { font-size: 16px;}
blockquote { padding: 4em 2em !important;}
#innerpage-box .cntpgicn{margin: 0 auto;}
#innerpage-box .single-team { width: 50%;}
#ht-contactus-wrap .conforminn{margin: 0; padding: 1em 0em;}
#innerpage-box .contact-address-area .contforminn {padding: 1em 1em 1em 1em;}
#innerpage-box .cntpgtxt { padding: 12px 10px 5px 34px;}
.widget-area ul li:before{margin-right: 4px !important;}
main#innerpage-box #sidebars li {margin-left: 5px;}
#innerpage-box .item.innertest-item{width: 50%;}
.faq_tp .faq-heading{font-size: 60px;}
.footer-area input[type="submit"] { margin-left: 0;}
#innerpage-box .contact-address-area {  margin: 0em 0 1em 0;}
header.site-header input[type='search'], 
header.site-header input[type='search']:hover { width: 100%;}
.footer-area .bottom-area { bottom: 0; position: relative;}
.s-footer { padding-bottom: 0em;}
#content-box ol li { padding-left: 3em;}

}


@media screen and (max-width: 768px){
.section-title h2{font-size: 30px;}
main#innerpage-box h6.faq-title{  padding: 10px 75px 8px 17px !important;}
.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;}
/* Old .top-bar-head styles removed */
.footer-area input[type="submit"] {
    padding: 8px 10px;
    font-size: 15px;
}
.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: 12px;
}
/* Old slider CSS removed */
}

@media screen and (max-width: 768px){
.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 (max-width: 611px){
#ht-contactus-wrap .maintle{font-size: 30px;
}
}

@media screen and (min-width: 320px) and (max-width: 768px){
.logobox img { padding-top: 0 !important;}
.main-dispaly.padding0 {padding-left: 20px;}
.header.site-header ul.sub-menu li a:hover{padding-left: 15px;padding-right: 15px;}
}

@media screen and (min-width: 320px) and (max-width: 768px){
header.site-header .main-dispaly.padding0 {padding-right: 20px;}
.ht-section-title:after {width: 65%;}
.sf-arrows .sf-with-ul:after{ right: 40px;}
.ti-home:before{left: 15px;top: 12px;}
.is-fixed .main-bar ul.sub-menu { margin-top: 0 ;}
}

@media screen and (max-width: 767px){
/* Old slider CSS removed */
#ht-contactus-wrap input[type="submit"] {padding: 10px 20px;font-size: 18px;}
#innerpage-box .item.innertest-item { width: 100%;}
#innerpage-box .singleinner-service .service_inimg img{width: 100%;}
#innerpage-box .faq { margin-top: 1em;}
.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;}
.widget-area form#searchform:after {margin-top: -11%; right: 4%;}
#innerpage-box .cntpgbx {   margin-bottom: 10px;}
#innerpage-box .ts-area-c p {margin: 0em 0px 0 0px;}
#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: 12px 3px 12px 6px;}
.footer-area .widget {  margin-bottom: 0em;}
.widget-area li{padding-left: 3%;}
.single-footer-2 { padding-left: 1em;}
.footer-area .single-footer { padding-top: 1em;}
.blog-area .blog-posts h4 { font-size: 20px; line-height: 25px;}
.ht-inquiry-member-wrap input[type="submit"] {margin: 0.5em 0 0.1em 0; padding: 8px 20px;font-size: 18px;}
#secondary.widget-area { margin: 15px 0px 0 0;}
/* Old slider CSS removed */
    right: auto;
    left: 0;
    top: -30px;
    transform: rotate(0deg);
}
.slider_section button.owl-next {
    position: absolute;
    right: 100px;
    top: -30px;
    transform: rotate(0deg);
}

}

@media screen and (min-width: 320px) and (max-width: 768px){

.footer-area .bottom-area{padding: 1em 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{ text-align: center; }
.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;
}
}
@media screen and (min-width: 476px) and (max-width: 630px){

}

@media screen and (max-width: 580px){  
.ht-team-counter-wrap{  margin-left: 0;}
.ht-counter{ width: 75%; float: none; margin: 0 auto 60px;}
.ht-portfolio{
    width: 50%;
    padding: 4px;
}
}

@media screen and (max-width: 575px){  
header .htop button.share-icn, header .headphone, header button.share-icn{display: block;}
header button.share-icn {
    width: auto;
    padding: 0 0px;
    font-size: 23px;
    box-shadow: none;
    margin: 0;
}
header button.share-icn:focus{box-shadow: none;}
header .share-btn .a {
    width: 50px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    text-align: center;
    float: left;
}
header .share-btn .a:hover{color: #000 !important;}
header .share-btn.active.top {
  transform: scale(1) translateY(-10px);
}
header .share-btn.active {
  opacity: 1;
  transition: all 0.4s ease 0s;
  visibility: visible;
  border-radius: 5px;
}
header .share-btn.top {
  margin-top: -80px;
  transform-origin: 0 0 0;
}
header .share-btn {
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 99999;
    width: 140px;
}
/* Old header .Hbtn styles removed - using .quote-btn instead */
header .share-btn.headphone{top: 33px;width: auto;left: 0;}
header .share-btn li a{width: 30px;line-height: 30px;height: 30px;font-size: 17px;}
.slider_section .slider_content{width: 90%;}
.slider_section .title{font-size: 24px;line-height: 28px;}
.slider_section a.btn { padding:4px 8PX; font-size: 16px;}
#innerpage-box .cntlhsbx p,
#innerpage-box .cntpgtxt{text-align: center;}
#innerpage-box .cntpgicn { margin: 10px auto 0 auto;}
#innerpage-box .cntpgtxt p {font-size: 18px;}
.widget-area a { padding: 6px 0 6px 10px;}
/* Hamburger menu CSS removed - new script will be provided */
/* .hamburger-menus styles removed */
}

@media screen and (max-width: 520px){
/* Old .top-bar-head .head-menu styles removed */
.s-footer { 
    margin-bottom: 0em;
}
.single-footer-1 {
    margin-top: 0;
}
.footer-area .sf-left-img {
    height: 28px;
    width: 100%;
    left: 0;
    top: 0px;
    transform: rotate(0deg);
    border-radius: 0 0 0 0;
}
.footer-area .box-form {
    margin-top: 0;
}
.footer-area .sf-oly {
    bottom: 0;
}
}

@media screen and (min-width: 320px) and (max-width: 475px){
.widget-area form#searchform:after { margin-top: -14%;}
.slider_section .slide-mainimg { height: 100%;}
.footer-area input[type="submit"] { position: relative; top: 0px;}
.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{padding: 12px 10px 12px 18px;}
.page_featured {margin: 0 2em;margin-bottom: 1em;padding: 3em 4em;}
#innerpage-box .single-team { width: 100%;margin-bottom: 2em;text-align: center;}
main#innerpage-box h1, 
body.page-template-default main#innerpage-box h1, 
.ht-main-title, #ht-contactus-wrap h1 { font-size: 26px !important;}
.faq_tp .faq-heading {  font-size: 30px;}
.faq_tp {  padding-bottom: 1em;}

}


@media screen and (min-width: 320px) and (max-width: 475px){
#blog-box h2{font-size: 22px !important;}
}

@media screen and (min-width: 320px) and (max-width: 475px){
.faq_tp .faq-heading:before,
.faq_tp .faq-heading:after{   display: none;}
.footer-area .footerlayer-3{bottom: 10%;}
.footer-area .footerlayer-2{bottom: 40%;}
.footer-area .footerlayer-1{top: 2%;left: 35.3%;}
.footer-bottom-area ul li { margin: 0 10px;}
.footer-text, .footer-area li{font-size: 14px;}
.header-transparent .is-fixed .main-bar h1.ht-site-title{top: 35px;}
.resp_head_box{margin-bottom: 0;}
.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;}
.single-header-info { text-align: center; padding: 0;
}
}

@media screen and (min-width: 320px) and (max-width: 425px){
 .widget-area form#searchform:after { margin-top: -14%; }
body {   position: inherit; }
.comment-form-url,
.comment-form-author,
.comment-form-email{ width: 98%;}
#innerpage-box .contact-address-area .contforminn {  padding: 1em 1em 1em 1em;}
#innerpage-box .contform {display: block !important;}
.section-title h2{
    font-size: 26px;
    line-height: 30px;
}
}

@media screen and (min-width: 320px) and (max-width: 375px){
 .widget-area form#searchform:after {margin-top: -17%;}
.slider_section .title {  font-size: 18px;  line-height: 25px;}
.slider_section .sub-title {font-size: 15px;padding: 0.4em 0;}

.ht-site-title, .site-title {font-size: 18px;}
.navicon { top: -60px !important;}
.page_featured { 
    margin-bottom: 1em; 
    padding: 2em 4em;
}
.slider_section button.owl-next {
    right: 52px;
}
}

@media screen and (min-width: 320px) and (max-width: 320px){
.widget-area form#searchform:after {margin-top: -21%;}
.header-transparent .is-fixed .main-bar h1.ht-site-title { top: 45px;}
.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;
}
.slider_section button.owl-next {
    right: 0;
}
}

main#innerpage-box .tagcloud a {
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgba(0,0,0,0.4);
    padding: 7px;
    display: inline-block;
}
div#secondary select option{ background: transparent;}
body.home.blog .page-main-header img {display: none;}
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;}
