/*Theme Name: Insurance Agency 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: insurance-agency-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
--------------------------------------------------------------*/
/* Modern Sidebar Design */
.modern-sidebar {
    position: relative;
}

.modern-widget {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #f0f0f0;
}

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

.widget-area .widget-title,
.modern-widget .widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #0b4da2;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    display: block;
    line-height: 1.3;
}

.widget-area .widget-title::after,
.modern-widget .widget-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #F4B504;
    margin-top: 10px;
    border-radius: 2px;
}

.widget-area ul,
.modern-widget-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.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;
    padding-left: 20px;
}

.widget-area ul ul li { 
    padding-left: 10px;
}

.widget-area ul ul li:last-child {  
    border-bottom: 0;  
    padding-bottom: 0;
}

.widget-area li,
.modern-widget-list li {
    line-height: 1.6;
    margin: 0 0 12px 0;
    padding: 0;
    position: relative;
    padding-left: 25px;
    transition: all 0.3s ease;
}

.widget-area li:last-child,
.modern-widget-list li:last-child {
    margin-bottom: 0;
}

.widget-area li::before,
.modern-widget-list li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: #F4B504;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.widget-area li:hover::before,
.modern-widget-list li:hover::before {
    transform: translateX(3px);
}

.widget-area li.recentcomments {  
    padding: 10px 0 10px 25px;
}

.widget-area a,
.modern-widget-list a {
    text-decoration: none;
    font-size: 15px;
    color: #333333;
    padding: 0;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    transition: color 0.3s ease;
    display: block;
}

.widget-area a:hover,
.modern-widget-list a:hover {
    color: #0b4da2;
    text-decoration: none;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.widget-area .widget,
.modern-widget { 
    margin-bottom: 30px; 
    position: relative;
    z-index: 1;
}

#innerpage-box .widget-area .wp-block-latest-posts__list {
    padding: 0;
}

/*--------------------------------------------------------------
## 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: #0b4da2 !important;}
.desktop-header-wrapper .ht-site-title a {color: #0b4da2 !important;}
.ht-site-description{
    font-size: 14px;
    font-weight: normal;
    margin: 8px 0 0 0;
}
.ht-site-description a{color:#666666 !important;}
.desktop-header-wrapper .ht-site-description a {color: #666666 !important;}
#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 button styles removed - using new header quote button styles below */

/* ============================================
   NEW HEADER QUOTE BUTTON STYLES
   ============================================ */
header .Hbtn a,
.header-quote-btn .Hbtn a,
.desktop-header-wrapper .header-quote-btn .Hbtn a,
.desktop-header-wrapper .Hbtn a {
    margin-top: 0px;
    display: inline-block;
    position: relative;
    overflow: visible;
    padding: 10px 25px;
    text-align: center;
    background-color: #F4B504 !important;
    color: #0b4da2 !important;
    border: none !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    z-index: 1;
    transition: all 0.3s ease;
    border-radius: 5px !important;
    text-decoration: none;
    box-shadow: none;
}

header .Hbtn a:hover,
.header-quote-btn .Hbtn a:hover,
.desktop-header-wrapper .header-quote-btn .Hbtn a:hover,
.desktop-header-wrapper .Hbtn a:hover {
    background-color: #e6a504 !important;
    color: #0b4da2 !important;
    border: none !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(244, 181, 4, 0.3) !important;
}

/* Remove old animation pseudo-elements */
header .Hbtn a:before,
header .Hbtn a:after,
.header-quote-btn .Hbtn a:before,
.header-quote-btn .Hbtn a:after,
.desktop-header-wrapper .header-quote-btn .Hbtn a:before,
.desktop-header-wrapper .header-quote-btn .Hbtn a:after,
.desktop-header-wrapper .Hbtn a:before,
.desktop-header-wrapper .Hbtn a:after {
    display: none !important;
    content: none !important;
}


/* 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;
}
.navigation .mainmenu{ 
    position:relative; 
    z-index:9999; 
    vertical-align:middle; 
    float: none;
}
.navigation .mainmenu li{ 
    display:inline-block; 
    position:relative; 
    line-height:normal; 
    margin: 0 8px;
}
.navigation .mainmenu li a{ 
    display:block; 
    text-align:center; 
    position:relative; 
}
/* Override for new header navigation colors */
.desktop-header-wrapper .navigation .mainmenu li a {
    color: #666666 !important;
}
.desktop-header-wrapper .navigation .mainmenu li a:hover {
    color: #0b4da2 !important;
}
.desktop-header-wrapper .navigation .mainmenu li.current_page_item a {
    color: #0b4da2 !important;
}


/* = 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;}

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

/* ============================================
   NEW HEADER DESIGN - TOP BAR SECTION
   ============================================ */
.header-top-bar {
    background-color: #0b4da2;
    padding: 10px 0;
    color: #ffffff;
    font-size: 14px;
    position: relative;
    z-index: 100;
}

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

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

.header-contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

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

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

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

.header-top-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-working-hours {
    display: flex;
    align-items: center;
}

.header-hours-text {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
}

.header-hours-text i {
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 991px) {
    .header-top-bar {
        padding: 8px 0;
        font-size: 12px;
    }
    
    .header-contact-info {
        gap: 15px;
    }
    
    .header-contact-item {
        gap: 5px;
    }
}

@media (max-width: 767px) {
    .header-top-bar .row {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-top-left,
    .header-top-right {
        justify-content: center;
        width: 100%;
    }
    
    .header-contact-info {
        justify-content: center;
        gap: 10px;
    }
}

/* ============================================
   MAIN NAVIGATION BAR STYLING
   ============================================ */
.top-bar-head { 
    padding: 1em 0;
    background-color: #ffffff !important;
    border-bottom: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.desktop-header-wrapper .top-bar-head {
    background-color: #ffffff !important;
}

/* Force white background for main header */
.desktop-header-wrapper {
    background-color: #ffffff !important;
}

.site-header.header-seo {
    background: transparent !important;
}

/* Logo Wrapper Styling */
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.default-logo-icon {
    width: 50px;
    height: 50px;
    background-color: #0b4da2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.default-logo-icon i {
    font-size: 24px;
    color: #F4B504;
}

.logo-header img {
    max-height: 50px;
    width: auto;
    border-radius: 8px;
}

.site-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ht-site-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.ht-site-title a {
    color: #0b4da2;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ht-site-title a:hover {
    color: #0b4da2;
}

.ht-site-description {
    margin: 0;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 1.2;
}

.ht-site-description a {
    color: #666666;
    text-decoration: none;
}

/* Navigation Menu Styling */
.site-navigation {
    display: inline-block;
    padding: 2px 0em;
}

.navigation .mainmenu li a {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 12px;
    transition: color 0.3s ease;
}

.navigation .mainmenu li a:hover {
    color: #0b4da2;
}

.navigation .mainmenu li.current_page_item a {
    color: #0b4da2;
}

/* Get a Quote Button Styling */
.header-quote-btn {
    text-align: right;
}

/* Button styles are now defined above with !important flags to override old CSS */

@media (max-width: 991px) {
    .top-bar-head {
        padding: 15px 0;
    }
    
    .logo-wrapper {
        gap: 10px;
    }
    
    .ht-site-title {
        font-size: 20px;
    }
    
    .ht-site-description {
        font-size: 12px;
    }
}
.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;}


/*----------------------------------------*/
/*  Hero Slider Section (New Design)
/*----------------------------------------*/

.hero-slider-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.hero-slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.hero-slider-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-slider-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(2px);
}

.hero-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hero-slider-content {
    position: relative;
    z-index: 3;
    padding: 80px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.hero-slider-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-icon {
    font-size: 16px;
}

.hero-slider-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 0;
}

.hero-slider-body {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
}

.hero-slider-buttons {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.hero-btn-primary {
    background-color: #F4B504;
    color: #0b4da2;
}

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

.hero-btn-secondary {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.hero-btn-secondary:hover {
    border-color: #F4B504;
    color: #F4B504;
    transform: translateY(-2px);
}

.play-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: currentColor;
    border-radius: 50%;
    font-size: 10px;
    padding-left: 2px;
    opacity: 0.8;
}

.hero-slider-stats {
    display: flex;
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    flex-wrap: wrap;
}

.hero-stat-item {
    color: #ffffff;
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .hero-slider-content {
        padding: 60px 0;
        min-height: 500px;
    }
    
    .hero-slider-heading {
        font-size: 36px;
    }
    
    .hero-slider-body {
        font-size: 16px;
    }
    
    .hero-slider-buttons {
        flex-direction: column;
    }
    
    .hero-btn {
        width: 100%;
        justify-content: center;
    }
    
    .hero-slider-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .hero-slider-section {
        min-height: 500px;
    }
    
    .hero-slider-wrapper {
        min-height: 500px;
    }
    
    .hero-slider-content {
        padding: 40px 0;
        min-height: 500px;
    }
    
    .hero-slider-heading {
        font-size: 28px;
    }
    
    .hero-slider-body {
        font-size: 15px;
    }
    
    .hero-slider-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-label {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .hero-slider-section {
        min-height: 500px;
    }
    
    .hero-slider-wrapper {
        min-height: 500px;
    }
    
    .hero-slider-content {
        padding: 40px 0;
        min-height: 500px;
    }
    
    .hero-slider-heading {
        font-size: 28px;
    }
    
    .hero-slider-body {
        font-size: 15px;
    }
    
    .hero-slider-stats {
        gap: 20px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-label {
        font-size: 12px;
    }
}

/*----------------------------------------*/
/*  About Section (Two Column Layout)
/*----------------------------------------*/

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

.about-image-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.about-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.about-image-placeholder {
    width: 100%;
    padding-top: 75%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    border-radius: 12px;
}

.about-award-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: #0b4da2;
    color: #ffffff;
    padding: 15px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.award-icon {
    font-size: 32px;
    line-height: 1;
}

.award-content {
    display: flex;
    flex-direction: column;
}

.award-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2px;
}

.award-subtitle {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
}

.about-content-wrapper {
    padding-left: 40px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #F4B504;
    color: #0b4da2;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-icon {
    font-size: 16px;
}

.about-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #0b4da2;
    margin-bottom: 15px;
    margin-top: 0;
}

.about-sub-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #0b4da2;
    margin-bottom: 25px;
    margin-top: 0;
}

.about-body-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 20px;
}

.about-services {
    margin: 30px 0;
}

.about-service-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.service-icon {
    width: 24px;
    height: 24px;
    background-color: #0b4da2;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.service-content {
    flex: 1;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    color: #0b4da2;
    margin-bottom: 5px;
}

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

.about-stats {
    display: flex;
    gap: 40px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
    flex-wrap: wrap;
}

.about-stat-item {
    flex: 1;
    min-width: 120px;
}

.about-stat-item .stat-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px;
    color: #0b4da2;
}

.about-stat-item .stat-label {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

@media (max-width: 991px) {
    .about-content-wrapper {
        padding-left: 0;
        padding-top: 40px;
    }
    
    .about-heading {
        font-size: 36px;
    }
    
    .about-sub-heading {
        font-size: 20px;
    }
    
    .about-stats {
        gap: 30px;
    }
    
    .about-stat-item .stat-number {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .about-section {
        padding: 60px 0;
    }
    
    .about-heading {
        font-size: 28px;
    }
    
    .about-sub-heading {
        font-size: 18px;
    }
    
    .about-body-text {
        font-size: 15px;
    }
    
    .about-stats {
        gap: 20px;
        flex-direction: column;
    }
    
    .about-stat-item {
        width: 100%;
    }
    
    .about-stat-item .stat-number {
        font-size: 28px;
    }
    
    .about-award-badge {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 20px;
        display: inline-flex;
    }
}

/*----------------------------------------*/
/*  Insurance Plans Section
/*----------------------------------------*/

.insurance-plans-section {
    padding: 80px 0;
    background-color: #f5f5f5;
}

.plans-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.plans-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #8B4513;
    margin-bottom: 15px;
    margin-top: 0;
}

.plans-sub-heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    color: #0b4da2;
    margin-bottom: 15px;
    margin-top: 0;
}

.plans-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    max-width: 800px;
    margin: 0 auto;
}

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

.plan-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.plan-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
    position: relative;
}

.plan-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background-color: var(--icon-color, #0b4da2);
    opacity: 0.15;
    z-index: 0;
}

.plan-icon-wrapper > * {
    position: relative;
    z-index: 1;
}

.plan-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.plan-fa-icon {
    font-size: 40px !important;
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    color: var(--icon-color, #0b4da2);
    text-align: center;
    vertical-align: middle;
}

.plan-icon-placeholder {
    font-size: 36px;
    line-height: 1;
    color: var(--icon-color, #0b4da2);
}

.plan-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.plan-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 0;
}

.plan-description {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 20px;
    flex: 1;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}

.plan-features li {
    font-size: 14px;
    line-height: 1.8;
    color: #F4B504;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.plan-features li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1.4;
}

.plan-button {
    display: inline-block;
    color: #000000;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    align-self: flex-start;
    margin-top: auto;
}

.plan-button:hover {
    background-color: #0a3d7a;
    color: #ffffff;
    transform: translateX(3px);
}

.plans-empty {
    text-align: center;
    padding: 60px 20px;
    color: #666666;
}

/* Why Choose Us Section */
.why-choose-us-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.why-choose-header {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

.why-choose-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.why-choose-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    max-width: 700px;
    margin: 0 auto;
}

.why-choose-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.why-choose-feature-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 30px;
    text-align: center;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.why-choose-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

.why-choose-icon-wrapper {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    background-color: var(--icon-color, #0b4da2);
    position: relative;
}

.why-choose-icon-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: var(--icon-color, #0b4da2);
    opacity: 0.1;
    z-index: 0;
}

.why-choose-icon-wrapper > * {
    position: relative;
    z-index: 1;
}

.why-choose-icon {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
}

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

.why-choose-feature-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

@media (max-width: 991px) {
    .why-choose-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .why-choose-heading {
        font-size: 36px;
    }
    
    .why-choose-intro {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .why-choose-us-section {
        padding: 60px 0;
    }
    
    .why-choose-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-choose-heading {
        font-size: 28px;
    }
    
    .why-choose-feature-card {
        padding: 30px 20px;
    }
    
    .why-choose-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .why-choose-icon {
        font-size: 32px;
    }
    
    .why-choose-feature-title {
        font-size: 20px;
    }
    
    .why-choose-feature-desc {
        font-size: 14px;
    }
}

/* Quote Request Section */
.quote-request-section {
    padding: 80px 0;
    background-color: #0b4da2;
}

.quote-request-header {
    text-align: center;
    margin-bottom: 50px;
}

.quote-request-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #F4B504;
}

.quote-request-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.quote-request-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    margin: 0 auto;
}

.quote-request-form-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.quote-request-form-container {
    width: 100%;
}

/* Contact Form 7 Styling */
.quote-request-form-wrapper .wpcf7-form {
    margin: 0;
}

.quote-request-form-wrapper .wpcf7-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333333;
}
.quote-request-form-wrapper .wpcf7-form label br{
    display: none;
}
.quote-request-form-wrapper .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.quote-request-form-wrapper .wpcf7-form input[type="text"],
.quote-request-form-wrapper .wpcf7-form input[type="email"],
.quote-request-form-wrapper .wpcf7-form input[type="tel"],
.quote-request-form-wrapper .wpcf7-form input[type="url"],
.quote-request-form-wrapper .wpcf7-form select,
.quote-request-form-wrapper .wpcf7-form textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #333333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.quote-request-form-wrapper .wpcf7-form input[type="text"]:focus,
.quote-request-form-wrapper .wpcf7-form input[type="email"]:focus,
.quote-request-form-wrapper .wpcf7-form input[type="tel"]:focus,
.quote-request-form-wrapper .wpcf7-form input[type="url"]:focus,
.quote-request-form-wrapper .wpcf7-form select:focus,
.quote-request-form-wrapper .wpcf7-form textarea:focus {
    outline: none;
    border-color: #0b4da2;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(11, 77, 162, 0.1);
}

.quote-request-form-wrapper .wpcf7-form textarea {
    min-height: 120px;
    resize: vertical;
}

.quote-request-form-wrapper .wpcf7-form select {
    appearance: none;
    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='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding: 10px 20px;
}

.quote-request-form-wrapper .wpcf7-form .wpcf7-submit {
    width: 100%;
    padding: 16px 24px;
    background-color: #F4B504;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.quote-request-form-wrapper .wpcf7-form .wpcf7-submit:hover {
    background-color: #e6a504;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(244, 181, 4, 0.3);
}

.quote-request-form-wrapper .wpcf7-form .wpcf7-submit:active {
    transform: translateY(0);
}

.quote-request-form-wrapper .wpcf7-form .wpcf7-submit::before {
    content: "✈";
    font-size: 18px;
}

/* Two Column Layout for Name and Email - First two fields */
.quote-request-form-wrapper .wpcf7-form p:first-of-type,
.quote-request-form-wrapper .wpcf7-form p:nth-of-type(2) {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 20px;
}

.quote-request-form-wrapper .wpcf7-form p:nth-of-type(2) {
    margin-right: 0;
}

/* Alternative: If using custom row wrapper */
.quote-request-form-wrapper .wpcf7-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.quote-request-form-wrapper .wpcf7-form .form-row p {
    margin-bottom: 0;
    width: 100%;
}

.quote-request-disclaimer {
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
    color: #999999;
}

.quote-request-form-wrapper .wpcf7-validation-errors,
.quote-request-form-wrapper .wpcf7-mail-sent-ok {
    padding: 12px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
}

.quote-request-form-wrapper .wpcf7-validation-errors {
    background-color: #fee;
    color: #c33;
    border: 1px solid #fcc;
}

.quote-request-form-wrapper .wpcf7-mail-sent-ok {
    background-color: #efe;
    color: #3c3;
    border: 1px solid #cfc;
}

@media (max-width: 991px) {
    .quote-request-section {
        padding: 60px 0;
    }
    
    .quote-request-heading {
        font-size: 36px;
    }
    
    .quote-request-form-wrapper {
        padding: 40px 30px;
    }
    
    .quote-request-form-wrapper .wpcf7-form .wpcf7-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* Coverage Plans Section */
.coverage-plans-section {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.coverage-plans-header {
    text-align: center;
    margin-bottom: 50px;
}

.coverage-plans-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #F4B504;
}

.coverage-plans-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.coverage-plans-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}

.coverage-plans-table-wrapper {
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.coverage-plans-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.coverage-plans-table thead th {
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.coverage-plans-table thead th.features-column {
    text-align: left;
    padding-left: 30px;
}

.coverage-plans-table .plan-name {
    font-size: 18px;
    font-weight: 700;
}

.coverage-plans-table .plan-price {
    font-size: 20px;
    font-weight: 700;
}

.coverage-plans-table .plan-period {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}

.coverage-plans-table tbody td {
    padding: 5px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 15px;
}

.coverage-plans-table tbody td.feature-name {
    font-weight: 500;
    padding-left: 30px;
}

.coverage-plans-table tbody td.feature-check {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.coverage-plans-table tbody .checkmark {
    color: #28a745;
}

.coverage-plans-table tbody .cross {
    color: #dc3545;
}

.coverage-plans-table tfoot td {
    padding: 25px 5px;
    text-align: center;
}

.coverage-plans-table tfoot td:first-child {
    border: none;
}

.plan-button {
    display: inline-block;
    padding: 5px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid;
    text-align: center;
    min-width: 150px;
}

.plan-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none;
}

.plan-button-1:hover {
    background-color: #f0f0f0 !important;
}

.plan-button-2:hover {
    background-color: #0a3d7a !important;
    opacity: 0.9;
}

.plan-button-3:hover {
    background-color: #e6a504 !important;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .coverage-plans-section {
        padding: 60px 0;
    }
    
    .coverage-plans-heading {
        font-size: 32px;
    }
    
    .coverage-plans-table-wrapper {
        overflow-x: auto;
    }
    
    .coverage-plans-table {
        min-width: 800px;
    }
    
    .coverage-plans-table thead th {
        padding: 20px 15px;
        font-size: 16px;
    }
    
    .coverage-plans-table .plan-name {
        font-size: 18px;
    }
    
    .coverage-plans-table .plan-price {
        font-size: 26px;
    }
    
    .coverage-plans-table tbody td {
        padding: 15px;
        font-size: 14px;
    }
    
    .plan-button {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 120px;
    }
}

@media (max-width: 767px) {
    .coverage-plans-section {
        padding: 50px 0;
    }
    
    .coverage-plans-heading {
        font-size: 28px;
    }
    
    .coverage-plans-intro {
        font-size: 16px;
    }
    
    .coverage-plans-table {
        min-width: 700px;
    }
    
    .coverage-plans-table thead th {
        padding: 15px 10px;
        font-size: 14px;
    }
    
    .coverage-plans-table .plan-name {
        font-size: 16px;
    }
    
    .coverage-plans-table .plan-price {
        font-size: 22px;
    }
    
    .coverage-plans-table tbody td {
        padding: 12px 10px;
        font-size: 13px;
    }
    
    .coverage-plans-table tbody td.feature-name {
        padding-left: 15px;
    }
    
    .plan-button {
        padding: 10px 20px;
        font-size: 13px;
        min-width: 100px;
    }
}

/* Track Record Section */
.track-record-section {
    padding: 80px 0;
    background-color: #0b4da2;
}

.track-record-header {
    text-align: center;
    margin-bottom: 60px;
}

.track-record-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #F4B504;
}

.track-record-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #ffffff;
}

.track-record-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 800px;
    margin: 0 auto;
}

.track-record-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.track-record-stat-card {
    background-color: #1a5bb8;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.track-record-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-icon-wrapper {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.stat-icon {
    font-size: 40px !important;
    color: #ffffff;
    line-height: 1;
}

.stat-number {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    color: #ffffff;
}

.stat-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #F4B504;
}

.stat-description {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
    opacity: 0.9;
}

@media (max-width: 991px) {
    .track-record-section {
        padding: 60px 0;
    }
    
    .track-record-heading {
        font-size: 32px;
    }
    
    .track-record-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .track-record-stat-card {
        padding: 35px 25px;
    }
    
    .stat-number {
        font-size: 40px;
    }
    
    .stat-title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .track-record-section {
        padding: 50px 0;
    }
    
    .track-record-heading {
        font-size: 28px;
    }
    
    .track-record-intro {
        font-size: 16px;
    }
    
    .track-record-stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .track-record-stat-card {
        padding: 30px 20px;
    }
    
    .stat-icon-wrapper {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .stat-icon {
        font-size: 36px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .stat-title {
        font-size: 18px;
    }
    
    .stat-description {
        font-size: 13px;
    }
}

/* Client Testimonials Section */
.client-testimonials-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.client-testimonials-header {
    text-align: center;
    margin-bottom: 60px;
}

.client-testimonials-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #F4B504;
}

.client-testimonials-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.client-testimonials-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}

.testimonials-carousel-wrapper {
    position: relative;
    margin: 0 auto;
}

.testimonials-carousel {
    margin-bottom: 30px;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 35px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.testimonial-quote-icon {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 20px;
    color: #0b4da2;
    opacity: 0.8;
}

.testimonial-rating {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 1;
}

.testimonial-rating .star {
    color: #ddd;
    margin-right: 3px;
}

.testimonial-rating .star.filled {
    color: #F4B504;
}

.testimonial-content {
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    margin-bottom: 30px;
    flex-grow: 1;
}

.testimonial-content p {
    margin: 0;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
}

.author-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.client-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.default-user-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0b4da2;
    color: #ffffff;
}

.default-user-icon i {
    font-size: 28px;
    line-height: 1;
}

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}

.author-role {
    font-size: 14px;
    color: #666666;
}

.testimonials-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.carousel-prev,
.carousel-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #e0e0e0;
    color: #666;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: #0b4da2;
    border-color: #0b4da2;
    color: #ffffff;
    transform: scale(1.1);
}

.carousel-prev {
    left: -25px;
}

.carousel-next {
    right: -25px;
}

.testimonials-carousel-dots {
    text-align: center;
    margin-top: 30px;
}

.testimonials-carousel-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.testimonials-carousel-dots .owl-dot.active {
    background-color: #F4B504;
    width: 30px;
    border-radius: 6px;
}

.no-testimonials {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

@media (max-width: 991px) {
    .client-testimonials-section {
        padding: 60px 0;
    }
    
    .client-testimonials-heading {
        font-size: 32px;
    }
    
    .testimonial-card {
        padding: 35px 30px;
    }
    
    .carousel-prev {
        left: -15px;
    }
    
    .carousel-next {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .client-testimonials-section {
        padding: 50px 0;
    }
    
    .client-testimonials-heading {
        font-size: 28px;
    }
    
    .client-testimonials-intro {
        font-size: 16px;
    }
    
    .testimonial-card {
        padding: 30px 25px;
        margin: 0 10px;
    }
    
    .testimonial-quote-icon {
        font-size: 40px;
    }
    
    .testimonial-content {
        font-size: 15px;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .carousel-prev,
    .carousel-next {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    .carousel-prev {
        left: -10px;
    }
    
    .carousel-next {
        right: -10px;
    }
}

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

.team-header {
    text-align: center;
    margin-bottom: 60px;
}

.team-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #F4B504;
}

.team-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.team-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.team-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

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

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

.team-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-card:hover .team-photo {
    transform: scale(1.05);
}

.default-team-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0b4da2;
}

.team-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 77, 162, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 2;
}

.team-card:hover .team-image-overlay {
    background-color: rgba(11, 77, 162, 0.85);
    opacity: 1;
}

.team-contact-icons {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.contact-icon-link {
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
}

.contact-icon-link:hover {
    background-color: #ffffff;
    color: #0b4da2;
    transform: scale(1.1);
}

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

.team-name {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #333333;
}

.team-role {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #F4B504;
}

.team-specialization {
    font-size: 14px;
    margin-bottom: 15px;
    color: #333333;
}

.team-contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    width: 100%;
}

.contact-item i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.contact-item a {
    color: #666666;
    text-decoration: none;
    transition: color 0.3s ease;
    word-break: break-all;
}

.contact-item a:hover {
    color: #0b4da2;
    text-decoration: underline;
}

.no-team-members {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

/* Team Shortcode Grid */
.team-shortcode-wrapper {
    padding: 40px 0;
}

.team-shortcode-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Testimonials Shortcode */
.testimonials-shortcode-wrapper {
    padding: 40px 0;
}

.testimonials-shortcode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.testimonials-shortcode-wrapper .testimonial-card {
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.testimonials-shortcode-wrapper .testimonial-quote-icon {
    font-size: 40px;
    margin-bottom: 15px;
    opacity: 0.3;
}

.testimonials-shortcode-wrapper .testimonial-rating {
    margin-bottom: 20px;
}

.testimonials-shortcode-wrapper .testimonial-rating .star {
    font-size: 18px;
    margin-right: 3px;
}

.testimonials-shortcode-wrapper .testimonial-content {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

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

.testimonials-shortcode-wrapper .author-image {
    flex-shrink: 0;
}

.testimonials-shortcode-wrapper .author-image img,
.testimonials-shortcode-wrapper .default-user-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonials-shortcode-wrapper .default-user-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-shortcode-wrapper .author-info {
    flex: 1;
}

.testimonials-shortcode-wrapper .author-name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonials-shortcode-wrapper .author-role {
    font-size: 14px;
    opacity: 0.8;
}

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

@media (max-width: 767px) {
    .testimonials-shortcode-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* FAQ Shortcode */
.faq-shortcode-wrapper {
    padding: 40px 0;
}

.faq-shortcode-wrapper .faq-accordion {
    max-width: 100%;
}

.faq-shortcode-wrapper .faq-item {
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.faq-shortcode-wrapper .faq-question {
    width: 100%;
    padding: 20px;
    text-align: left;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-shortcode-wrapper .faq-question .question-text {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
}

.faq-shortcode-wrapper .faq-icon {
    margin-left: 15px;
    transition: transform 0.3s ease;
}

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

.faq-shortcode-wrapper .faq-answer {
    display: none;
    padding: 0 20px 20px;
}

.faq-shortcode-wrapper .faq-answer.active {
    display: block;
}

.faq-shortcode-wrapper .answer-content {
    font-size: 16px;
    line-height: 1.6;
}

/* Gallery Shortcode */
.gallery-shortcode-wrapper {
    padding: 40px 0;
}

.gallery-shortcode-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.gallery-shortcode-wrapper .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.gallery-shortcode-wrapper .gallery-item:hover {
    transform: translateY(-5px);
}

.gallery-shortcode-wrapper .gallery-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
}

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

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

.gallery-shortcode-wrapper .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 77, 162, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-shortcode-wrapper .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-shortcode-wrapper .gallery-icon {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 15px;
}

.gallery-shortcode-wrapper .gallery-title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

@media (max-width: 1200px) {
    .gallery-shortcode-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

@media (max-width: 767px) {
    .gallery-shortcode-grid {
        grid-template-columns: 1fr;
    }
}

/* Services Shortcode */
.services-shortcode-wrapper {
    padding: 40px 0;
}

.services-shortcode-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.services-shortcode-wrapper .service-card {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.services-shortcode-wrapper .service-image-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

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

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

.services-shortcode-wrapper .service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 77, 162, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.services-shortcode-wrapper .service-card:hover .service-overlay {
    opacity: 1;
}

.services-shortcode-wrapper .service-overlay i {
    color: #ffffff;
    font-size: 30px;
}

.services-shortcode-wrapper .service-content {
    padding: 25px;
}

.services-shortcode-wrapper .service-title {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 600;
}

.services-shortcode-wrapper .service-title a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services-shortcode-wrapper .service-title a:hover {
    color: #0b4da2;
}

.services-shortcode-wrapper .service-description {
    color: #666666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.services-shortcode-wrapper .service-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0b4da2;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.services-shortcode-wrapper .service-read-more:hover {
    color: #F4B504;
}

.services-shortcode-wrapper .service-read-more i {
    transition: transform 0.3s ease;
}

.services-shortcode-wrapper .service-read-more:hover i {
    transform: translateX(5px);
}

@media (max-width: 991px) {
    .services-shortcode-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .services-shortcode-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1200px) {
    .team-shortcode-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .team-section {
        padding: 60px 0;
    }
    
    .team-shortcode-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    }
    
    .team-heading {
        font-size: 32px;
    }
    
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .team-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 767px) {
    .team-section {
        padding: 50px 0;
    }
    
    .team-heading {
        font-size: 28px;
    }
    
    .team-intro {
        font-size: 16px;
    }
    
    .team-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .team-image-wrapper {
        height: 300px;
    }
    
    .team-name {
        font-size: 20px;
    }
    
    .team-role {
        font-size: 15px;
    }
    
    .team-specialization {
        font-size: 13px;
    }
}

/* Blog Section Redesigned */
.blog-section-redesigned {
    padding: 80px 0;
    background-color: #ffffff;
}

.blog-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-header-left {
    flex: 1;
    min-width: 300px;
}

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

.blog-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    color: #0b4da2;
}

.blog-header-right {
    display: flex;
    align-items: center;
}

.blog-view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid #0b4da2;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #0b4da2;
    background-color: transparent;
}

.blog-view-all-btn:hover {
    background-color: #0b4da2;
    color: #ffffff;
    text-decoration: none;
}

.blog-view-all-btn i {
    font-size: 14px;
}

.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

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

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

.blog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.05);
}

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

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

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

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.meta-item i {
    font-size: 14px;
}

.blog-card-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0;
}

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

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

.blog-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.blog-author {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666666;
}

.blog-author i {
    font-size: 14px;
}

.blog-read-more {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0b4da2;
}

.blog-read-more:hover {
    text-decoration: none;
}

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

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

.no-blog-posts {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

/* Blog Left & Right Sidebar Grid */
.blog-left-sidebar-grid,
.blog-right-sidebar-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Blog Full Width Grid */
.blog-full-width-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .blog-section-redesigned {
        padding: 60px 0;
    }
    
    .blog-heading {
        font-size: 32px;
    }
    
    .blog-posts-grid,
    .blog-left-sidebar-grid,
    .blog-right-sidebar-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .blog-full-width-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .blog-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .blog-header-right {
        width: 100%;
    }
    
    .blog-view-all-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .blog-section-redesigned {
        padding: 50px 0;
    }
    
    .blog-heading {
        font-size: 28px;
    }
    
    .blog-posts-grid,
    .blog-left-sidebar-grid,
    .blog-right-sidebar-grid,
    .blog-full-width-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .blog-image-wrapper {
        height: 220px;
    }
    
    .blog-card-title {
        font-size: 20px;
    }
    
    .blog-card-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .blog-read-more {
        align-self: flex-end;
    }
}

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

.faq-header {
    text-align: center;
    margin-bottom: 50px;
}

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

.faq-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.faq-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 800px;
    margin: 0 auto;
}

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

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    width: 100%;
    padding: 20px 25px;
    background-color: #f8f9fa;
    border: none;
    border-radius: 8px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.faq-question[aria-expanded="true"] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.question-text {
    flex: 1;
    margin-right: 15px;
}

.faq-icon {
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

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

.faq-answer {
    display: none;
    padding: 0 25px 20px 25px;
    background-color: #f8f9fa;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    color: #666666;
    overflow: hidden;
}

.faq-answer.active {
    display: block;
}

.answer-content {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.7;
}

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

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

.faq-contact-section {
    max-width: 900px;
    margin: 50px auto 0;
    padding: 30px 40px;
    background-color: #f8f9fa;
    border-radius: 12px;
    text-align: center;
}

.faq-contact-text {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 25px 0;
    color: #333333;
}

.faq-contact-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.faq-call-button {
    padding: 14px 28px;
    background-color: #0b4da2;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.faq-call-button:hover {
    background-color: #0a3d7a;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 77, 162, 0.3);
}

.faq-contact-button {
    padding: 14px 28px;
    background-color: transparent;
    color: #0b4da2;
    border: 2px solid #0b4da2;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.faq-contact-button:hover {
    background-color: #0b4da2;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(11, 77, 162, 0.3);
}

.no-faqs {
    text-align: center;
    padding: 40px;
    color: #666;
    font-size: 16px;
}

@media (max-width: 991px) {
    .faq-section {
        padding: 60px 0;
    }
    
    .faq-heading {
        font-size: 32px;
    }
    
    .faq-accordion {
        margin-bottom: 40px;
    }
    
    .faq-contact-section {
        padding: 25px 30px;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 50px 0;
    }
    
    .faq-heading {
        font-size: 28px;
    }
    
    .faq-intro {
        font-size: 16px;
    }
    
    .faq-question {
        padding: 18px 20px;
        font-size: 15px;
    }
    
    .faq-answer {
        padding: 0 20px 18px 20px;
    }
    
    .answer-content {
        font-size: 14px;
    }
    
    .faq-contact-section {
        padding: 20px 25px;
    }
    
    .faq-contact-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .faq-contact-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .faq-call-button,
    .faq-contact-button {
        width: 100%;
        text-align: center;
    }
}

/* Trusted Partners Section */
.trusted-partners-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.trusted-partners-header {
    text-align: center;
    margin-bottom: 50px;
}

.trusted-partners-badge {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #F4B504;
}

.trusted-partners-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.trusted-partners-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 900px;
    margin: 0 auto;
}

.trusted-partners-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
    margin: 0 auto;
}

.partner-item {
    text-align: center;
}

.partner-link {
    text-decoration: none;
    display: block;
    transition: transform 0.3s ease;
}

.partner-link:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.partner-box {
    width: 100%;
    aspect-ratio: 1;
    background-color: #f8f9fa;
    border: 1px solid transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.partner-link:hover .partner-box {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.partner-image-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-link:hover .partner-image {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-icon-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-icon-placeholder i {
    font-size: 48px;
    color: #999;
}

.partner-name {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-top: 10px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.partner-link:hover .partner-name {
    color: #0b4da2;
}

@media (max-width: 1200px) {
    .trusted-partners-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
    }
}

@media (max-width: 991px) {
    .trusted-partners-section {
        padding: 60px 0;
    }
    
    .trusted-partners-heading {
        font-size: 32px;
    }
    
    .trusted-partners-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .trusted-partners-section {
        padding: 50px 0;
    }
    
    .trusted-partners-heading {
        font-size: 28px;
    }
    
    .trusted-partners-intro {
        font-size: 16px;
    }
    
    .trusted-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .partner-name {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .trusted-partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .partner-box {
        padding: 15px;
    }
    
    .partner-icon-placeholder i {
        font-size: 36px;
    }
}

/* Footer Redesign */
.footer-area-new {
    background-color: #0b4da2;
    color: #ffffff;
}

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

.footer-widgets-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-widget-column {
    display: flex;
    flex-direction: column;
}

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

.footer-widget-1 .widget-title {
    display: none; /* Hide default widget title */
}

.footer-company-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo-icon {
    width: 60px;
    height: 60px;
    background-color: #F4B504;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer-logo-icon i {
    font-size: 32px;
    color: #ffffff;
}

.footer-company-name {
    display: flex;
    flex-direction: column;
}

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

.footer-company-tagline {
    font-size: 14px;
    color: #ffffff;
    margin-top: 5px;
    opacity: 0.9;
}

.footer-company-description {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 25px;
    opacity: 0.9;
}

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

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

.footer-social-icon:hover {
    background-color: #F4B504;
    border-color: #F4B504;
    color: #0b4da2;
    text-decoration: none;
}

/* Footer Widget 2, 3, 4 - Links and Newsletter */
.footer-widget-2 .widget-title,
.footer-widget-3 .widget-title,
.footer-widget-4 .widget-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}

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

.footer-widget-2 .widget li,
.footer-widget-3 .widget li {
    margin-bottom: 12px;
    padding: 0;
}

.footer-widget-2 .widget li:before,
.footer-widget-3 .widget li:before {
    display: none;
}

.footer-widget-2 .widget a,
.footer-widget-3 .widget a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    opacity: 0.9;
}

.footer-widget-2 .widget a:hover,
.footer-widget-3 .widget a:hover {
    color: #F4B504;
    opacity: 1;
}

/* Footer Widget 4 - Newsletter */
.footer-widget-4 .widget-title {
    margin-bottom: 15px;
}

.footer-newsletter-description {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
}

.footer-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-newsletter-input-wrapper {
    position: relative;
}

.footer-newsletter-input-wrapper i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
}

.footer-newsletter-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    background-color: #f5f5f5;
    color: #333333;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.footer-newsletter-input:focus {
    outline: none;
    border-color: #0b4da2;
    background-color: #ffffff;
}

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

.footer-newsletter-button {
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #F4B504;
    color: #000000;
    text-align: center;
    width: 100%;
}

.footer-newsletter-button:hover {
    background-color: #e6a503;
}

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

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

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

.footer-legal-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-legal-links a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-legal-links a:hover {
    color: #F4B504;
}

.footer-link-separator {
    color: #ffffff;
    opacity: 0.5;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .footer-widgets-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-main-content {
        padding: 50px 0 30px 0;
    }
    
    .footer-widgets-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-company-logo {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .footer-social-icons {
        justify-content: flex-start;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .footer-legal-links {
        justify-content: center;
    }
}

/* Contact Section */
.contact-section {
    padding: 80px 0;
    background-color: #f8f8f8;
}

.contact-page-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
}

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

.contact-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px 0;
    color: #0b4da2;
}

.contact-intro {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    max-width: 900px;
    margin: 0 auto;
}

.contact-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 60px;
}

.contact-info-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-info-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-card-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-color: #0b4da2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-card-icon i {
    font-size: 24px;
    color: #ffffff;
}

.contact-card-content {
    flex: 1;
}

.contact-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 12px 0;
}

.contact-card-text {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.contact-card-text p {
    margin: 0 0 8px 0;
}

.contact-card-text p:last-child {
    margin-bottom: 0;
}

.contact-card-text a {
    color: #0b4da2;
    text-decoration: none;
    transition: color 0.3s ease;
}

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

.contact-form-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-form-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 35px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 25px 0;
}

.contact-form-wrapper {
    width: 100%;
}

.contact-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form-wrapper .wpcf7-form p {
    margin: 0;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper input[type="url"],
.contact-form-wrapper textarea,
.contact-form-wrapper select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus,
.contact-form-wrapper select:focus {
    outline: none;
    border-color: #0b4da2;
}

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

.contact-form-wrapper input[type="submit"],
.contact-form-wrapper .wpcf7-submit {
    background-color: #0b4da2;
    color: #ffffff;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: auto;
}

.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper .wpcf7-submit:hover {
    background-color: #F4B504;
}

.no-form-shortcode {
    color: #999;
    font-style: italic;
    text-align: center;
    padding: 20px;
}

.contact-map-wrapper {
    width: 100%;
    margin-top: 0;
}

.contact-map-container {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.contact-map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Responsive */
@media (max-width: 991px) {
    .contact-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .contact-heading {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 60px 0;
    }
    
    .contact-header {
        margin-bottom: 40px;
    }
    
    .contact-heading {
        font-size: 28px;
    }
    
    .contact-intro {
        font-size: 16px;
    }
    
    .contact-info-card {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .contact-card-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    
    .contact-card-icon i {
        font-size: 20px;
    }
    
    .contact-form-card {
        padding: 25px;
    }
    
    .contact-map-container {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .quote-request-section {
        padding: 50px 0;
    }
    
    .quote-request-heading {
        font-size: 28px;
    }
    
    .quote-request-intro {
        font-size: 16px;
    }
    
    .quote-request-form-wrapper {
        padding: 30px 20px;
        border-radius: 8px;
    }
    
    .quote-request-form-wrapper .wpcf7-form input[type="text"],
    .quote-request-form-wrapper .wpcf7-form input[type="email"],
    .quote-request-form-wrapper .wpcf7-form input[type="tel"],
    .quote-request-form-wrapper .wpcf7-form input[type="url"],
    .quote-request-form-wrapper .wpcf7-form select,
    .quote-request-form-wrapper .wpcf7-form textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .quote-request-form-wrapper .wpcf7-form .wpcf7-submit {
        padding: 14px 20px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .plans-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .plans-heading {
        font-size: 36px;
    }
    
    .plans-sub-heading {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .insurance-plans-section {
        padding: 60px 0;
    }
    
    .plans-section-header {
        margin-bottom: 40px;
    }
    
    .plans-heading {
        font-size: 28px;
    }
    
    .plans-sub-heading {
        font-size: 20px;
    }
    
    .plans-intro {
        font-size: 16px;
    }
    
    .plans-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .plan-card {
        padding: 25px;
    }
    
    .plan-title {
        font-size: 22px;
    }
}

/*----------------------------------------*/
/*  Old Slider Area (Deprecated - Keep for backward compatibility)
/*----------------------------------------*/

.slider_section{     
    position: relative;
    overflow: hidden;
}
.slider_section .owl-nav {
    position: absolute;
    right: 0;
    top: 20%;
}
.slider_section  button.owl-prev span, .slider_section  button.owl-next span{
    color: #f4b504;
}
.slider_section  button.owl-prev, .slider_section  button.owl-next{
    background: transparent;
    border: 4px solid #f4b504 !important;
    border-radius: 50%;
    padding: 4px 20px;
}
.slider_section  button.owl-prev{
    display: none;
}
.slider_section  button.owl-next span{
    font-size: 60px;
    line-height: 44px;
}
.slider_section  button.owl-next{
    position: absolute;
    right: 90px;
    top: 400px;
}

.slider_section button.owl-dot {
    background: #f4b504;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    padding: 0;
    margin: 0 14px;
    opacity: 0.5;
}
.slider_section button.owl-dot.active {
    opacity: 1;
}


.slider_section .sec-img {
    background: url(images/sliderborder.png) repeat-x 0 0;
    height: 63px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -5px;
    z-index: 1;
}
.slider_section .slider_gradiant{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
    height: 50%;
}

.slider_section .slide-mainimg{width: 100%;height: 100%;}
.slider_section .slider_content {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
}
.slider_section .title {
    font-size: 9em;
    font-weight: 900;
    line-height: 60px;
    text-align: left;
}
.slider_section .title span{color: #fff;font-size: 40px;padding-left: 8px;}
.slider_section .sub-title {
    font-size: 20px;
    font-weight: 300;
}

/*==============slider btn==========================*/

.slider_section .bx-wrapper .bx-controls-direction a{
    display:block;
    font-weight: 600;
    margin: 0;
    z-index: 999;
    text-indent: -9999px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 50px;
    color: #f3da1f;
    background: #1e212a;
    border-radius: 0%;
    overflow: hidden;
    position: absolute;
    top: 46%;
    outline: 0;
}

.slider_section .bx-wrapper .bx-prev { left: 4%;}
.slider_section .bx-wrapper .bx-next {  right: 4%;}
.slider_section .bx-wrapper .bx-controls-direction a.bx-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    font-size: 40px;
    font-weight: 100 !important;
    position: absolute;
    top: 0px;
    left: 14px;
}
.slider_section .bx-wrapper .bx-controls-direction a.bx-next:after {
    content: "\f105";
    font-family: FontAwesome;
    margin: 0 auto;
    text-align: center;
    z-index: 999;
    font-size: 40px;
    font-weight: 100 !important;
    position: absolute;
    top: 0px;
    right: 14px;
}
.slider_section .bx-wrapper .bx-controls-direction a.bx-prev,
.slider_section .bx-wrapper .bx-controls-direction a.bx-next{ 
    display: block;
    opacity: 0;
    text-indent: inherit;
    font-size: 0;
    border-radius: 8px;
    transition: all 0.3s;
}
.slider_section .bx-wrapper:hover .bx-controls-direction a.bx-prev,
.slider_section .bx-wrapper:hover .bx-controls-direction a.bx-next{
    opacity: 1;
    transition: all 0.3s;
}

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

/*----------------------------------------*/
/*----------------------------------------*/
/* 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: #0b4da2;}
.footer-oly {
    position: absolute;
    left: 80%;
    right: 0;
    top: -55px;
    bottom: auto;
    opacity: 1;
    background: #0b4da2;
    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: #0b4da2;
    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%);}


/*-----------------------
## Site map Template - Modern Design
-----------------------------*/

#sitemap-box.modern-sitemap {
    padding: 40px 0;
}

.sitemap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.sitemap-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.sitemap-card h3 {
    font-size: 20px;
    padding: 15px 20px;
    margin: 0;
    text-align: left;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    box-shadow: none;
}

.sitemap-card h3 i {
    font-size: 18px;
}

.sitemap-list {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.sitemap-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sitemap-list li:last-child {
    border-bottom: none;
}

.sitemap-list a {
    position: relative;
    padding-left: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    line-height: 1.6;
}

.sitemap-list a:before {
    content: "\f105";
    font-family: 'Fontawesome';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    transition: transform 0.3s ease;
}

.sitemap-list a:hover:before {
    transform: translateY(-50%) translateX(5px);
}

/* Blog Posts in Sitemap */
.sitemap-posts-list {
    padding: 20px;
}

.sitemap-post-item {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start;
}

.sitemap-post-item:last-child {
    border-bottom: none;
}

.sitemap-post-thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.sitemap-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.sitemap-post-thumb:hover .sitemap-thumbnail {
    transform: scale(1.1);
}

.sitemap-post-content {
    flex: 1;
}

.sitemap-post-content a {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 0;
}

.sitemap-post-content a:before {
    display: none;
}

.sitemap-post-meta {
    font-size: 13px;
    display: block;
}

/* Responsive */
@media (max-width: 1200px) {
    .sitemap-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .sitemap-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .sitemap-post-item {
        flex-direction: column;
    }
    
    .sitemap-post-thumb {
        width: 100%;
        height: 200px;
    }
}

/*************************************/
#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
-----------------------------*/
/* Back to Top Button - Modern Design */
#back2Top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #0b4da2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(11, 77, 162, 0.3);
    text-decoration: none;
    border: none;
}

#back2Top.show {
    opacity: 1;
    visibility: visible;
}

#back2Top:hover {
    background-color: #F4B504;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(244, 181, 4, 0.4);
}

#back2Top i {
    font-size: 20px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

#back2Top:hover i {
    transform: translateY(-3px);
}

@media (max-width: 767px) {
    #back2Top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
    
    #back2Top i {
        font-size: 18px;
    }
}
.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){
.slider_section .sub-title { padding: 1.5em 0 1.8em 0;}
.page-template-default #innerpage-box .service_inbox .title {  margin: 0;

}
}
@media only screen and (max-width: 1299px) {
header .Hbtn a,
.desktop-header-wrapper .header-quote-btn .Hbtn a,
.desktop-header-wrapper .Hbtn a { 
    padding: 10px 25px !important;
    background-color: #F4B504 !important;
    color: #0b4da2 !important;
    border: none !important;
}
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){
.slider_section .slide-mainimg {height: 100%;}
#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){
.mobnone1 {
    display: none;
}
.sf-arrows .sf-with-ul:after{ right: 30px !important;}
.ht-site-title, .site-title { font-size: 23px;}
.top-bar-head .head-menu { padding-right: 0;}
 .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%;}
.slider_section .owl-dots,
.slider_section .owl-nav {display: none;}
.slider_section .slide-mainimg { height: 100%;}
#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;}
.top-bar-head {padding: 1em 0;border-bottom: none;background-color: #ffffff !important;}
.home.page-template .site-header { position: relative;}
header .Hbtn a,
.desktop-header-wrapper .header-quote-btn .Hbtn a,
.desktop-header-wrapper .Hbtn a { 
    padding: 10px 25px !important;
    background-color: #F4B504 !important;
    color: #0b4da2 !important;
    border: none !important;
}
.page-main-header{padding: 2em 0 !important;}
.page-main-header svg{display: none;}
.ht-main-title { margin: 0px 0px 10px 0;}
.site-navigation{background:none ;}
.site-header {position: relative;background: transparent !important;}
.desktop-header-wrapper .site-header {background: transparent !important;}
.slider_section .bx-wrapper .bx-controls-direction a.bx-prev, 
.slider_section .bx-wrapper .bx-controls-direction a.bx-next{display: none;}
.slider_section .slider_content {  top: 10%;}
.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;}
.top-bar-head {
    padding:0.1em 0 !important;
    background-color: #ffffff !important;
}
.desktop-header-wrapper .top-bar-head {
    background-color: #ffffff !important;
}
.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;
}
.slider_section .owl-nav {
    top: -15%;
}
}

@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){
.slider_section .slide-mainimg {  height: 100%;}
.slider_section .slider_content{width: 500px;}
.slider_section .title{font-size: 34px;line-height: 42px;}
.slider_section .sub-title { font-size: 16px;padding: 1em 0 ;}
.slider_section a.btn {font-size: 16px;}
#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;}
.slider_section .owl-nav {
    top: auto;
    bottom: 0;
    position: relative;
    right: 0;
}
.slider_section button.owl-prev {
    position: relative;
    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;
}
header .Hbtn a,
.desktop-header-wrapper .header-quote-btn .Hbtn a,
.desktop-header-wrapper .Hbtn a { 
    padding: 10px 25px !important;
    font-size: 15px !important;
    background-color: #F4B504 !important;
    color: #0b4da2 !important;
    border: none !important;
}
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){
.top-bar-head .head-menu {  padding-right: 0em;}
.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;
}

/* ============================================
   FINAL HEADER COLOR OVERRIDES - HIGHEST PRIORITY
   ============================================ */
.desktop-header-wrapper .top-bar-head {
    background-color: #ffffff !important;
}

.desktop-header-wrapper {
    background-color: #ffffff !important;
}

.site-header.header-seo.header-transparent {
    background: transparent !important;
}

.desktop-header-wrapper .ht-site-title a {
    color: #0b4da2 !important;
}

.desktop-header-wrapper .ht-site-description a {
    color: #666666 !important;
}

.desktop-header-wrapper .navigation .mainmenu li a {
    color: #666666 !important;
}

.desktop-header-wrapper .navigation .mainmenu li a:hover {
    color: #0b4da2 !important;
}

.desktop-header-wrapper .navigation .mainmenu li.current_page_item a {
    color: #0b4da2 !important;
}

.desktop-header-wrapper .header-quote-btn .Hbtn a {
    background-color: #F4B504 !important;
    color: #0b4da2 !important;
    border: none !important;
}

.desktop-header-wrapper .header-quote-btn .Hbtn a:hover {
    background-color: #e6a504 !important;
    color: #0b4da2 !important;
}

/* ============================================
   RESPONSIVE HEADER COLOR OVERRIDES
   These will be overridden by dynamic CSS from Customizer
   ============================================ */
@media screen and (max-width: 991px) {
    /* Mobile Header Background - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .top-bar-head .row.mr-0 {
        background-color: #f5f5f5 !important;
    }
    
    /* Mobile Header Site Title Background - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .header-left {
        background-color: #e8e8e8 !important;
    }
    
    /* Mobile Header Site Title Color - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .ht-site-title a,
    .mobile-header-wrapper .ht-site-title {
        color: #303336 !important;
    }
    
    /* Hamburger Menu Toggle Button - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .drawer-open {
        background-color: transparent !important;
    }
    
    .mobile-header-wrapper .drawer-open span,
    .mobile-header-wrapper .drawer-open span:before,
    .mobile-header-wrapper .drawer-open span:after {
        background-color: #303336 !important;
    }
    
    /* Mobile Menu Overlay/Content - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .nav-content {
        background-color: rgba(245, 245, 245, 0.85) !important;
    }
    
    /* Mobile Menu Items - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .nav-content .item a,
    .mobile-header-wrapper .nav-content .items .item a {
        color: #303336 !important;
    }
    
    .mobile-header-wrapper .nav-content .item a p {
        color: #303336 !important;
    }
    
    /* Mobile Menu Item Background - Will be overridden by dynamic CSS */
    .mobile-header-wrapper .nav-content .items {
        background-color: transparent !important;
    }
    
    .mobile-header-wrapper .nav-content .item {
        background-color: transparent !important;
    }
}

.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;}
