/* || BREAKPOINTS ||
    @media screen and (max-width: 39.9375em) {}                         || SMALL ONLY { 0 - 639px }         ||
    @media screen and (min-width: 40em) {}                              || MEDIUM AND UP { 640px ONWARDS }  ||
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {}   || MEDIUM ONLY { 640px - 1023px }   ||
    @media screen and (min-width: 64em) {}                              || LARGE AND UP { 1024px ONWARDS }  ||
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {}   || LARGE ONLY { 1024px - 1199px }   || */
















/* || Foundation component overrides || */
body{
    font-size: 14px;
    font-weight: 400;
}


h1, .h1 {
    font-size: 2.8em;
    line-height: 1.2em;
    margin: 0.67em 0;
}

h2, .h2 {
    font-size: 2.2em;
    line-height: 1.2em;
    font-weight:600;
}

h3, .h3 {
  font-size: 1.6em;
  line-height: 1.5em;
}

h4, .h4 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h5, .h5 {
  font-size: 1.1em;
    line-height: 1.5em;
}

h6, .h6 {
  font-size: 1em;
  line-height: 1.5em;
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none;
    box-shadow: none;
    font-size:1em;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

[type=checkbox],
[type=radio] {
    position: relative;
    top: 0.1em;
}

button, 
.button {
    font-size:1em;
       padding: 0.4rem 1.5rem;
    
    border-radius: 30px;
    
    font-weight: 600;
    text-transform:uppercase;
    transition: .4s;
}

button:not(.button-group button), 
.button:not(.button-group button) {
    font-size:1em;
    
    border-radius: 30px;
    
}


.is-btn, .btn{
    border-radius: 30px !important;
}


button:hover,
.button:hover,
button:focus,
.button:focus {
    
   opacity:1;
   
  box-shadow: 0 15px 35px rgba(204, 95, 45, 0.45);
  background: linear-gradient(135deg, #ff7a3d, #cc5f2d);
}

.form legend {
    font-weight: 700;
}

span.error,
span.errorMargin {
    color: #cc4b37;
    font-size: 0.8em;
    font-weight: 700;
}


label, 
.label {
    font-size: 1em;
}

/* || Custom defined || */
.alternate-font-family {
    font-family: "DM Sans", sans-serif;
}

/* || HEADER || */
.is-wrapper div.is-section.is-header, .is-header {
    background-color: #000000;
    color:#FFFFFF;
    border-bottom:1px solid #262626;
    height: auto;
    min-height:0;
    z-index: 99;
    overflow: visible !important;
}

.is-header .is-container {
    z-index: 9;
}

header .sticky-bg-color.stick {
    background: #000000;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
}

header .is-stuck{
    background: #000000;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
}

/* sticky navigation*/
header .with-nav.is-stuck {
    background: #ffffff;
    width:100%;
    position:fixed;
    left:0;
    top:0;
    z-index:99;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 4px 12px 0 #e6e6e6;
    padding: 0 !important;
    margin: 0;
}

header .with-nav.is-stuck ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
     padding: 10px 0;
}

header.new-header-8 .with-nav.is-stuck ul {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

header .with-nav.is-stuck .spacer{
    display:none;
}

header a:not(.button) {
    color: #FFFFFF;
}

header a:not(.button):hover,
header a:not(.button):active,
header a:not(.button):focus {
    color: #CC5F2D;
}

header .icon, 
header i,
header i.fa-bars.icon{
    color: #CC5F2D;
}

header a:not(.button):hover .icon,
header a:not(.button):hover i,
header i:hover{
    color: #CC5F2D;
}

header button,
header .button,
header button:hover,
header button:focus,
header .button:hover,
header .button:focus {
     background:#CC5F2D;
     color:#FFFFFF;
}

header button.header-search-button {
    background:transparent;
}

header button.header-search-button:hover {
    box-shadow: none;
}

.text-logo {
    word-wrap: break-word;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 50px;
    font-family: "Outfit", serif;
}

.header-buttons .button {
    font-weight:600;
    padding: 0.9em 2em;
}

footer {
    border-top: none;
}

footer .text-logo {
    color: #FFFFFF;
}

footer .address-container br {
    display:none;
}

svg.step.social-icon {
    height:35px;
    width:35px;
    fill:#CC5F2D;
}

.footer2 .step.social-icon,
.new-footer-1 .step.social-icon,
.new-footer-2 .step.social-icon,
.new-footer-3 .step.social-icon,
.new-footer-4 .step.social-icon{
    height: 40px;
    width: 40px;
}

header .cta .icon {
    padding-right: 5px;
    color: #FFFFFF
}

header .text-muted {
    color: #FFFFFF !important;
}

header .border-bottom, 
header hr {
    border-bottom:1px solid #262626;
}

header .border-top {
    border-top:1px solid #262626;
}


header .is-section {
    float: none;
    width: auto;
}


.header7 .ps-cart-text-container {
    position:static;
    margin-right:10px;
}




.ecommerce-style2 .cart, .cart {
    position:relative;
}

header a:hover i.fas {
    color:#CC5F2D
}

.ecommerce-style2 .ps-cart-text-container, .ps-cart-text-container {
    color:#000000;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    font-size: 10px;
    position: absolute;
    left: 31px;
    top: -1px;
    font-weight: bold;
}

header a:hover .ps-cart-text-container {
    background:#CC5F2D;
}

header .currency-converter{
    font-size: 0.9em;
}

header .currency-converter select {
    padding-right:0;
}

.sticky-container,
.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    z-index: 100;
}

.nav-bg, 
.top-bar, 
.top-bar ul,
.top-bar ul.menu {
    
        background: #000000;
    
}


.header-search-input{
    padding-right:25px;
    color:#262626;
    background:#FFFFFF;
}

.header-search-input::placeholder {
    color:#262626;
    opacity:0.6;
}

.header-search-button{
    position:absolute;
    top: 30%;
    right: 5px;
    padding:0;
}

header i.fas.fa-search {
    color:#262626
}

header .ps-cart-text-container {
    color:#000000;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
}

header a:hover .ps-cart-text-container {
    background:#CC5F2D;
}

/* || MENU || */
header .main-navigation-background {
    background:#000000;
}

header .menu.level-1 li .is-dropdown-submenu.menu.level-2  li:first-child {
    display:none;
}

header .dropdown.menu li a:not(.button) {
    width: 100%;
}

header ul.dropdown.menu li a:not(.button) {
     color: #FFFFFF;
     font-weight:400;
     font-size:17px;
}

header ul.dropdown.menu li.active > a:not(.button),
header ul.dropdown.menu li > a:not(.button):hover,
header ul.dropdown.menu li > a:not(.button):active,
header ul.dropdown.menu li > a:not(.button):focus{
    color: #FFFFFF;
    background-color: transparent;
  
}

header .dropdown.menu li ul.submenu {
      background: linear-gradient(180deg, #cc5f2d 44%, #a94b21 81%);
  border: 1px solid #8e3e1b; /* warm darker orange border */
  box-shadow: 0 12px 28px rgba(142, 62, 27, 0.35); /* tinted shadow */
   border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  border-top:none !important;
  margin-top:10px;
  padding:9px 18px 16px;
}

header .dropdown.menu li ul.submenu li a:not(.button) {
    color: #FFFFFF;
    text-align:left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size:15px !important;
    padding: 0.7em 0;
}
.handle-service-areas ul li:last-child a:not(.button)
{
    border-bottom:none !important;
}
header .dropdown.menu li ul.submenu li a:not(.button):hover,
header .dropdown.menu li ul.submenu li.active a:not(.button) {
    color: #FFFFFF;
}

header .dropdown.menu li ul.submenu li.is-active > a  {
    background:transparent;
}

header .dropdown.menu > li.is-active > a {
    color: #FFFFFF;
    background:transparent;
}

header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
   border-color:transparent;
    display: inline-block;
    /* width: 23px; */
    /* height: 13px; */
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1772 1.88191C10.6078 1.45139 10.6078 0.753396 10.1772 0.322884C9.74673 -0.107628 9.04873 -0.107628 8.61821 0.322884L5.50004 3.44106L2.38191 0.322933C1.95139 -0.10758 1.2534 -0.10758 0.822884 0.322933C0.392372 0.753445 0.392372 1.45144 0.822885 1.88196L4.72044 5.77951C4.99879 6.05786 5.38895 6.15624 5.74634 6.07466C5.9418 6.03008 6.12746 5.93169 6.27968 5.77946L10.1772 1.88191Z' fill='white'/%3E%3C/svg%3E"); */
    /* background-size: contain; */
    /* background-repeat: no-repeat; */
    right: 6px;
    left: auto;
    margin-top: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #000; /* Triangle color */
    border-top: 6px solid #CC5F2D;
}

header .dropdown.menu > li.is-dropdown-submenu-parent.active > a::after,
header .dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
   
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent #000000 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    border-color: transparent transparent transparent #000000;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.active > a::after,
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:hover::after {
    border-color: transparent transparent transparent transparent;
}

/* New headers CSS */
.size-20 {
    font-size:20px;
}
.menu a.head-icons {
    background:#262626;
    border-radius:50px;
    height:40px;
    width:40px;
    padding-left:0;
    padding-right:0;
    margin-right:10px;
}

.header-top-bg {
    background:transparent;
    color: transparent;
}

.header-top-social-media .menu a{
    padding-bottom:0;
}

.header-top-social-media .menu a i,
.header-top-contact-links .menu a i {
    color:transparent;
}

.header-top-social-media .menu a:hover i,
.header-top-contact-links .menu a:hover i,
.header-top-contact-links .menu a:hover {
    color:transparent;
}

header .header-top-contact-links {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color:transparent;
}

header .header-top-contact-links a,
header .header-top-contact-links a:hover,
header .header-top-contact-links a:active{
    color:inherit;
} 

.header-top-contact-links .menu a {
    padding-top: 0;
    padding-bottom:0;
    color:inherit;
}

.header-top-contact-links .menu a i {
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-right: 5px;
}

header .header8 ul.dropdown.menu > li > a:not(.button) {
    padding-top:0;
    padding-bottom:0;
}

.new-header ul.dropdown.menu li.active > a:not(.button), 
.new-header ul.dropdown.menu li > a:not(.button):hover, 
.new-header ul.dropdown.menu li > a:not(.button):active, 
.new-header ul.dropdown.menu li > a:not(.button):focus {
    background-color:transparent;
}

.new-header ul.dropdown.menu > li.active > a:not(.button) span,
.new-header ul.dropdown.menu > li:hover > a:not(.button) span {
  color :#FFFFFF;
}


.new-header-1 ul.dropdown.menu > li {
    margin-bottom: 5px;
    margin-top: 5px;
}

.new-header-1 ul.dropdown.menu > li.active > a:not(.button) span,
.new-header-1 ul.dropdown.menu > li:hover > a:not(.button) span {
    border-bottom:2px solid #FFFFFF;
}

.new-header-6 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-6 ul.dropdown.menu li:hover > a:not(.button) span,
.new-header-7 ul.dropdown.menu li.active > a:not(.button) span,
.new-header-7 ul.dropdown.menu li:hover > a:not(.button) span{
}

.new-header .button, 
.new-header .button.disabled, 
.new-header .button[disabled], 
.new-header .button.disabled:hover, 
.new-header .button[disabled]:hover, 
.new-header .button.disabled:focus, 
.new-header .button[disabled]:focus {
    background-color: #CC5F2D;
    color: #FFFFFF;
}

.new-header .button.hollow {
    background:transparent;
    color:#FFFFFF;
    border:1px solid #CC5F2D;
}

.new-header-menu-container {
    background:#000000;
}

.new-header .button i,
.new-header .button:hover i {
    color:inherit;
    padding-right:10px;
}

.column.full {
    width: 100%;
}

.sidenav-container {
    background-color: #CC5F2D;
    color: #FFFFFF;
    height: 42px;
    width: 42px;
    text-align: center;
    border-radius: 50px;
    padding-top: 8px;
}

.sidenav-container i.fa-bars.icon{
     color: #FFFFFF;
}

.new-header-3 .logo-container,
.new-header-4 .logo-container {
    min-height:110px;
    display: flex;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.new-header-3 .left-column i {
    margin-right:5px;
}

.new-header-5.logo-section {
    min-height:150px;
}

.new-header-5 .menu-container {
    margin-top:10px;
}

.new-header-5 .dropdown.menu > li > a {
    padding: 0.7rem 0 0.7rem 2rem;
}

.new-header-5 .dropdown.menu > li.has-submenu > a {
    padding-right: 1.5rem;
}

.new-header-6 .menu a.head-contact-links {
    display: flex;
    text-align: left;
    align-items: center;
}

.new-header-6 .menu a.head-contact-links .icon-part{
    padding-right:20px;
    color:#CC5F2D;
    font-size:20px;
}

.new-header-6 .menu a.head-contact-links .icon-part i {
    color:inherit;
}

.new-header-6 .menu a.head-contact-links .text-part .heading {
    padding-bottom:5px;
}

.new-header-6 .contact-section {
    display: flex;
    justify-content: right;
    align-items: center;
}

.new-header-6 .menu-container {
    border-top:1px solid #262626;
    margin-top: 10px;
    padding-top: 5px;
}

.new-header-9 .sidenav-bar {
    right: 20px;
    top: 20%;
}

/* New headers CSS END */

/* new theme 2 styles */

.main-banner-sec.theme-2 {
    height:80%;
}

.main-banner-sec.theme-2 form .button {
    background: #CC5F2D;
    color: #FFFFFF;
    padding:12px 32px;
    font-size:0.9em;
}

.is-dark-color * {
    color:#1F1F1F;
}

.is-light-color *{
    color:#FFFFFF;
}

.is-dark-color .button,
.is-dark-color button {
    background: #CC5F2D;
    color: #FFFFFF;
}

.is-light-color button,
.is-light-color .button {
    background: #FFFFFF;
    color: #CC5F2D;
}

.page-banner-main-heading {
    font-weight: 500; 
    margin-bottom: 10px; 
    font-size:2.8em;
}

.page-banner-sub-heading {
    font-size: 1.2em; 
    font-family: inherit; 
    margin-bottom: 30px;
}

#contact-us-form-container {
    position:relative;
}

#contact-us-form-container label {
    margin-bottom:8px;
}

#contact-us-form-container p:first-of-type, 
#contact-us-form-container legend {
    display:none;
}

#contact-us-form-container .textblock_wrap p {
    display:block;
}

#contact-us-form-container .fieldset {
    padding:0;
    margin:0;
    border:0px solid;
}

#contact-us-form-container form {
    background:#FFFFFF;
    position: absolute;
    right: 0;
    top:110px;
    width: 100%;
    padding: 40px;
}

#contact-us-form-container form input:not([type="submit"]) {
    border:1px solid #D0CBC9;
    padding: 8px 16px;
    border-radius:10px;
    height: 56px;
}

#contact-us-form-container .phone_wrap > div {
    width:100%;
}   

#contact-us-form-container .phone_wrap > div [class*="flag-container"] {
    display:none;
}

#contact-us-form-container form #first_name, 
#contact-us-form-container form #mob_phone_phone_number_tel {
    margin-bottom: 1rem !important;
    margin-top: 0px !important;
}

#contact-us-form-container * {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#contact-us-form-container .form-container {
    padding:0;
}

.user-logged-out .main-banner-sec {
    overflow:visible;
}

/* service page */ 

.service-card-section h2 {
    padding-top:30px;
}

.service-card-section .single-card {
    height:100%;
     color:#FFFFFF;
}

.service-card-section .single-card * {
     color:#FFFFFF;
}

.service-card-section .cell {
    padding-right:10px;
    padding-left:10px;
}

/* faq page */

/* system page */ 
.ww-newsletter-registration.ww-form-container {
    padding-top:30px;
}


/*       INNER PAGES STYLINGS          */

.dark-img-bg {
    background: url("//dvm0q8ak413bh.cloudfront.net/data/org/31027/media/img/source/edit/3641118_edit.webp") !important;
    /*background-position: bottom !important;*/
}

.dark-img-bg2 {
    background: url("//dvm0q8ak413bh.cloudfront.net/data/org/31027/media/img/source/edit/3640380_edit.webp") !important;

    background-position: top !important;
}

.dark-img-bg h2, .dark-img-bg h3, .dark-img-bg h4, .dark-img-bg p, .dark-img-bg ul li {
    color: #ffffff !important;
}

.dark-img-bg2 h2, .dark-img-bg2 h3, .dark-img-bg2 h4, .dark-img-bg2 p, .dark-img-bg2 ul li {
    color: #ffffff !important;
}

.section-padding-2 {
    padding: 40px 0px !important;
}

.orange-text {
  background: linear-gradient(180deg, #cc5f2d 44%, #a94b21 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;    
}

.service-area-ul-two li a {
    width: 90%;
    margin: 0px auto 20px;
}

.orange-bg {
    background: linear-gradient(180deg, #cc5f2d 44%, #a94b21 81%) !important;
}

.orange-bg h2, .orange-bg h3, .orange-bg h4, .orange-bg p, .orange-bg ul li a {
    color: #ffffff !important;
}

.light-grey-bg {
    background:#f9ece5 !important;    
}
.is-header > .is-boxes
{
    min-height:126px!important;    
}


.no-hover-effect p a::after {
    display: none;
}
.user-logged-out .pos-ab-ban {
    top: auto;
    bottom: 6%;
    height: auto;
}
ul#mainNav li a{
        position: relative;
}
ul#mainNav li a:hover::before {
    width: 55%;
}
ul#mainNav li a::before {
    content: "";
    position: absolute;
  left: 50%;
    transform: translatex(-50%);
    bottom: -2px;
    width: 0;
    height: 3px;
    background: #CC5F2D;
    transition: width 0.3s ease;
}
ul#mainNav li.active a:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -2px;
    width: 55%;
    height: 3px;
    background: #CC5F2D;
    transition: width 0.3s ease;
}
ul#mainNav li ul li a:before {
    width: 0px !important;
}
.new-serv-cta-styling {
    font-size: 17px;
    font-weight:600;
}
.new-serv-cta-styling span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0px 10px;
}
.new-serv-cta-styling a {
    margin: 0px 8px;
}
@media screen and (min-width: 1024px) {
    .stretched-image-section .cell.large-6 {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    
    .stretched-image-section .cell.large-6:first-child {
        background-color: black;
        color: white;
        max-width: 600px; /* Ensure text stays within grid */
    }
    
    .stretched-image-section .cell.large-6:last-child {
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .stretched-image-section .cell.large-6:last-child img {
        width: 100%;
        object-fit: cover; /* Ensure image fully covers the space */
    }
}


/* container css overridden */
.is-wrapper .is-box .is-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* New Footer CSS */
.new-footer {
    font-size:1em;
}

.new-footer .menu .active > a {
    background: transparent;
    color:#FFFFFF;
}

footer.new-footer .footer-menu-container .menu li.has-submenu a {
    padding-right:1.5em;
}

footer.new-footer .footer-menu-container .menu li a {
    font-weight:normal;
    padding: 0.5em;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li:first-child {
    display:none;
}

footer.new-footer .footer-menu-container .menu li.has-submenu ul li a {
    text-align:left;
}

.footer-menu-container {
    border-bottom:1px solid #D0CBC9;
    margin-bottom:20px;
}

footer.new-footer h4 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:15px;
}

.footer-media-box {
    margin-top:5px;
}

.size-40 {
    font-size:40px !important;
}

.new-footer-1 .copyright-container,
.new-footer-2 .copyright-container,
.new-footer-3 .copyright-container{
    border-top:1px solid #D0CBC9;
    padding-top: 20px;
    padding-bottom: 10px;
}

.new-footer-1 .footer-social-media {
    margin-top:30px;
}

.new-footer .dropdown.menu > li.is-active > a {
    background: transparent;
}

.mailing-list-button {
    margin-top:30px;
}

.new-footer-3  .shop-address br{
    display:none;
}

.new-footer-3 .footer-menu-container {
    margin-bottom: 0px;
}

.new-footer-3 .footer-media-box img {
    max-height:80px;
}

.new-footer ul.dropdown.menu > li.active > a:not(.button) span, 
.new-footer ul.dropdown.menu > li:hover > a:not(.button) span {
    color: #FFFFFF;
}

footer.new-footer a:not(.button):hover, 
footer.new-footer a:not(.button):active, 
footer.new-footer a:not(.button):focus {
    color: #FFFFFF;
}

.dropdown.menu > li.is-active a {
    color: #FFFFFF;
}

.contact-us-column .contact-number {
    padding-top:10px;
    padding-bottom:10px;
}

.subscription-button-container .button {
    padding: 17px;
    font-weight: 600;
}

footer iframe {
    width:275px;
}

.new-footer.with-background-image {
    background:url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31027/theme/48918/img/footer_bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    margin-top:0;
}

.new-footer-3 i {
    color:#FFFFFF;
}

.new-footer-4 .footer-social-media .menu a,
.footer3 .social-media-icons-small.menu a{
    padding: 5px !important;
}

/* New Footer CSS END*/

/* || HOMEPAGE || */
.light-bg-section {
    float: left;
}

.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5{
    color:inherit;
}

.light-bg-section h3 {
    color:#222222;
    font-weight:500;
}

.text-primary {
     color:#CC5F2D;
}

strong, b {
    font-weight: bolder;
}

.dark-bg-section {
    float: left;
    color: #FFFFFF;
}

.dark-bg-section h1,
.dark-bg-section h2,
.dark-bg-section h3,
.dark-bg-section h4,
.dark-bg-section h5{
    color:inherit;
}

.dark-bg-section input[type="text"] {
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
    background:;
    color:;
}

.dark-bg-section input[type="text"]::placeholder {
     color:;
}

.dark-bg-section .button {
    background:;
    color:inherit;
}

.customer-section {
    background:;
    color:;
    float:left;
}

.rounded-circle {
    border-radius: 50%;
}

.latest-blog-posts {
    background:;
    color:;
    float:left;
    width:100%;
}

.latest-blog-posts h2 {
    color:inherit;
    font-size: 2.5rem;
}

.latest-blog-posts h4 {
    color:inherit;
    font-size: 1rem;
}

.latest-blog-posts h2 a,
.latest-blog-posts h4 a,
.latest-blog-posts a{
    color:inherit;
}

.latest-blog-posts .readmore:hover {
    text-decoration:underline;
} 

/* New blog page type */

.banner-main-heading {
    font-size:2.8em;
    color:#FFFFFF;
    line-height: 1.2em;
}

.new-blog-page-type .featured-articles {
    padding: 48px;
    border: 1px solid #D0CBC9;
}

.new-blog-page-type .featured-articles img {
    max-height:215px;
}

.new-blog-page-type .featured-articles h5 {
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
    color:#222222;
}   

.new-blog-page-type .featured-articles h2 {
    font-size: 1.7em;
    line-height: 1.5;
    font-weight: 400;
    color:#222222;
}

.new-blog-page-type .featured-articles h2 a{
    color:#222222;
}

.new-blog-page-type .blog-search-button svg {
    fill:#CC5F2D;
}

.blog-search-container .blog-search-button:hover {
    box-shadow: none;
}

.new-blog-page-type .featured-articles p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
}

.new-blog-page-type .blog-articles,
.new-blog-page-type .blog-sidebar {
    margin-top: 80px;
}

.new-blog-page-type .blog-ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 70px 30px; 
    list-style: none;
    margin-left: 0;
}

.new-blog-page-type .blog-ul h2,
.new-blog-page-type .blog-ul h2 a{
    font-size: px;
    line-height: 1.5;
    font-weight: 600;
}

.new-blog-page-type .blog-ul img,
.featured-articles-slider img {
    margin-bottom:12px;
}

.new-blog-page-type .article-body ,
.new-blog-page-type .article-body p {
    font-size:18px;
    font-weight:400;
}

.new-blog-page-type .blog-read-more {
    font-weight:600;
}

.featured-articles-slider,
.ps-blog-category  {
    list-style: none;
    margin-left:0;
}

.ps-blog-category {
    margin-bottom: 0;
}

.ps-blog-category li {
    display:inline-block;
}

.ps-blog-category li a {
    padding: 8px 24px;
    border: 1px solid #CC5F2D;
    margin-right: 16px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 16px;
    color:#CC5F2D;
    text-transform:capitalize;
}

.ps-blog-category li.active a,
.ps-blog-category li a:hover{
    border-radius: 0;
    vertical-align: baseline;
    line-height: inherit;
    background:#CC5F2D;
    color:#FFFFFF;
}

.new-blog-page-type .featured-articles-section {
    margin-top:80px;
}

.new-blog-page-type .section-main-heading {
    color:#222222;
}

.articles-filter-container h3 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: 600;
    color:#222222;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction {
    text-align:right;
    margin-top: 50px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.disabled {
    opacity: 0.2;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a {
    position: relative;
    color: inherit;
    top: auto;
    margin-top: 0;
    padding: 0;
    font-size: 16px;
    text-shadow: none;
    margin-left: 20px;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a i {
    font-weight: 100;
    text-shadow: none;
    font-size: 35px;
    color:#CC5F2D;
    border: 1px solid #CC5F2D;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block !important;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-prev {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.new-blog-page-type .bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 40px;
    display: inline-block;
    right:auto;
}

.new-blog-page-type .article-category {
    margin-bottom: 5px;
}

.new-blog-page-type .article-category span {
    font-size:16px;
    color:#000000;
    font-weight: 400;
    text-transform:capitalize;
}

.blog-search-container #search-input-blog {
    height: 56px;
    border-radius: 10px;
    padding: 8px 16px 8px 44px;
    margin-top: 80px;
    margin-bottom:0;
}

.blog-search-container .blog-search-button {
    position: absolute;
    top: 5px;
    padding: 0;
    left: auto;
    right: 0;
}

.new-blog-page-type .ps-pagination-bar {
    margin-top:50px;
}

.new-blog-page-type .ps-pagination-bar p {
    display:table;
    margin:auto;
}

.new-blog-page-type .ps-pagination-bar span {
    font-size:16px;
    background:#E7E5E4;
    border:1px solid #E7E5E4;
    font-weight:400;
    margin-left: 5px;
     margin-bottom: 10px;
    display:inline-block;
}

.new-blog-page-type .ps-pagination-bar span a {
    display:block;
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current {
    padding: 12px;
}

.new-blog-page-type .ps-pagination-bar span.current,
.new-blog-page-type .ps-pagination-bar span.next,
.new-blog-page-type .ps-pagination-bar span.prev {
    border:1px solid #CC5F2D;
    font-weight:600;
    background:transparent;
}

.new-blog-page-type .article-title {
    color:#222222;
    margin-top:10px;
    margin-bottom: 20px;
    font-size: 2.8em;
    font-weight: 500;
}

.new-blog-page-type .blog-author ul {
    list-style:none;
    margin-left:0;
}

.new-blog-page-type.article-page-type .article-body {
    margin-top:70px;
}

.new-blog-page-type .ps-blog-recent-posts {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-left: 0;
}

.new-blog-page-type .ps-blog-recent-posts .article-title {
    font-size:1.2em;
    margin-bottom:15px;
}

.new-blog-page-type  .recent-posts-text {
    font-weight:600;
}

.new-blog-page-type .blog-sidebar-widget .ps-article-img img {
    margin-bottom:10px;
}

.new-blog-page-type h1,
.new-blog-page-type h2,
.new-blog-page-type h3,
.new-blog-page-type h4 {
    line-height:1.5;
    font-weight: 500;
}
 .handle-service-areas ul li:first-child
    {
        display:none;
    }
@media screen and (max-width: 1023px) {
       .handle-service-areas ul li:first-child
    {
         display:block;
    }
    .theme-academy .header-buttons {
        padding-top:0;
    }
    header button.openMenu:hover,
    header button.openMenu:focus,
    header button.openMenu:active {
        box-shadow:none;
    }
    body {
        font-size:14px;
    }
    .new-blog-page-type .small-block-grid-1 {
        grid-template-columns: 1fr;
    }
    .articles-filter-container {
        margin-top:80px;
    }
    .new-blog-page-type .ps-blog-recent-posts {
         grid-template-columns: 1fr;
         width:100%;
         margin:auto;
    }
    .articles-filter-container .mobile-category-title {
        border:1px solid #D0CBC9;
    }
    #contact-us-form-container form {
        position:relative;
        top:auto;
        margin-bottom: 40px;
        padding-left:10px;
        padding-right:10px;
    }
    .main-banner-sec.theme-2 form .button,
    .main-banner-sec.theme-2 .button {
        font-size:1em;
        padding-right:24px;
        padding-left:24px;
        line-height: 1.5;
    }
    button, .button {
        line-height:1.5;
    }
    .banner-main-heading {
        font-size: 2.1em;
    }
    .is-overlay-bg {
        opacity:1;
    }
    h1, .h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        margin: 0.67em 0;
    }
    .new-blog-page-type .article-title {
        font-size: 2em;
    }
    .new-blog-page-type .featured-articles h2,h2, .h2 {
        font-size: 1.5em;
        line-height: 1.4em;
    }
    
    h3, .h3 {
      font-size: 1.3em;
      line-height: 1.4em;
    }
    
    h4, .h4 {
        font-size: 1.2em;
        line-height: 1.5em;
    }
    
    h5, .h5 {
      font-size: 1em;
        line-height: 1.5em;
    }
    
    h6, .h6 {
      font-size: 1em;
      line-height: 1.4em;
    }
    
    footer {
        margin-top:0px;
    }
    .mobile-footer-menu {
        display:block;
    }
    .blog-search-container #search-input-blog,
    .articles-filter-container,
    .new-blog-page-type .blog-articles, 
    .new-blog-page-type .blog-sidebar {
        margin-top: 40px;
    }
}

.img-shadow {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.4);
}

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

.is-section-guide {
    background:transparent;
}

.is-section-guide h2 {
    color:transparent;
}

.is-section-guide p.lead {
    color:transparent;
}
.is-section-guide a.button {
    background:transparent;
    color:transparent;
}

/* || FOOTER || */
.is-footer, .is-wrapper div.is-section.is-footer {
    background-color: #161616;
    color: #FFFFFF;
    clear: both;
}

footer a:not(.button) {
    color: #FFFFFF;
}

.is-footer .is-container {
    padding: 0px;
}

footer a:not(.button):hover,
footer a:not(.button):active,
footer a:not(.button):focus {
    color: #FFFFFF;
}

.user-logged-in footer {
    margin-top:30px;
    float:left;
    width:100%;
    clear:both;
}


footer .border-bottom, 
footer hr {
    border-bottom:1px solid #D0CBC9;
}

.social-media-icons a {
    font-size: 3em;
    color: #FFFFFF;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6{
     color: #FFFFFF;
}

.slick-dots li {
    border: 1px solid #CC5F2D;
}

.slick-dots li.slick-active, .slick-dots li:hover {
    background: #CC5F2D;
}


.back-to-top-button {
    bottom:10px;
    right:10px;
    z-index:9;
}


/* || OFFCANVAS - SIDENAV || */
.off-canvas-content.is-open-right.has-transition-push{
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
}
 
.is-open.position-right {
    width: 60%;
}

@media screen and (min-width: 63em) and (max-width: 64em) {
    footer button:not(.button-group button) , footer .button:not(.button-group button),
    header button:not(.button-group button) , header .button:not(.button-group button){
        margin-bottom:2px;
    }
    .column-container.newsletter .button {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media screen and (min-width:  64em) {
    .off-canvas-content.is-open-right.has-transition-push{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    
    .is-open.position-right {
        width: 0%;
    }
    
    /* new header 7 css */
     .off-canvas-content.is-open-right.has-transition-push.mobile-menu-for-desktop{
        -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
        transform: translateX(-40%);
    }
    
    .is-open.position-right.mobile-menu-for-desktop {
        width:40%;
    }
    
    .js-off-canvas-overlay.is-overlay-fixed {
        display: none !important;
    }
       .text-md-left {
        text-align:left;
    }
    
    .gallery-figcaption {
        padding-top: 37%;
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.56);
        color:white;
        display: none;
        cursor: pointer;
    }
    
    .testimonial-container {
        min-height: 450px;
    }
    
    .dark-bg-section input[type="text"] {
        width:25%;
        margin-right:10px;
    }
}

aside.sidenav .featured-section {
    background-color:#000000;
    color:#FFFFFF;
}

aside.sidenav .featured-section i {
    color:#FFFFFF;
}

aside.sidenav input[type=search] {
    color:#262626;
    background:#FFFFFF;
    padding-right: 24px;
}

aside.sidenav input[type=search]::placeholder {
    color:#262626;
    opacity:0.6;
}

aside.sidenav button[type=submit] {
    position: absolute;
    top: 30%;
    right: 5px;
    outline: none !important;
    background: transparent;
    border: 0px solid;
    box-shadow: none;
    padding:0;
}

aside.sidenav i.fas.fa-search {
    color:#262626
}


aside.sidenav .menu.simple {
    background:#000000;
    color: #FFFFFF;
}

aside.sidenav .menu.simple a {
    color: #FFFFFF;
}



aside.sidenav .ps-cart-text-container {
    color:#000000;
    background:#FFFFFF;
    height: 22px;
    width: 23px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    margin-left: 5px;
}

aside.sidenav a:hover .ps-cart-text-container {
    background:#CC5F2D;
}

aside.sidenav .is-accordion-submenu {
    margin-left: 0;
}

aside.sidenav .menu.accordion-menu li {
        border-bottom: 1px solid #575757;
}

aside.sidenav .menu.accordion-menu li:last-child {
    border-bottom: 0px solid;
}

aside.sidenav .menu.accordion-menu li a {
    background:#000000;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu .active > a {
    background:#CC5F2D;
    color: #FFFFFF;
}

aside.sidenav .menu.accordion-menu li.has-submenu a::after {
    border-color: #FFFFFF transparent transparent !important;
}

aside.sidenav .menu.accordion-menu > li.has-submenu.active > a::after {
    border-color: #FFFFFF transparent transparent !important;
}

@media screen and (max-width: 63.9375em) {

  .is-static.is-footer {
      min-height: 0;
  }
  
  footer .border-bottom-small {
      border-bottom:1px solid #D0CBC9;
    }
    
    footer .border-top-small {
      border-top:1px solid #D0CBC9;
    }

    header .border-top-small  {
        border-top:1px solid #262626;
    }
    
    .step.social-icon {
        height:35px;
        width:35px;
    }
    
    /* New header layouts */
    header .sidenav-container a:not(.button),
    header .sidenav-container a:not(.button):active,
    header .sidenav-container a:not(.button):active i,
    header .sidenav-container a:not(.button):hover .icon, 
    header .sidenav-container a:not(.button):hover i{
        color:inherit;
    }
   
    header .sidenav-container a:not(.button) i {
        line-height:25px;
    }
    
    .absolute-for-mobile {
        position:absolute;
    }
    
    header .mobile-head-border-section  {
        border-top:1px solid #262626;
        border-bottom:1px solid #262626;
        line-height: 60px;
    }
    
    header .mobile-head-border-section .mobile-border-right {
        border-right:1px solid #262626;
    }
    
    header .mobile-contact-section .head-icons {
        background: #FFFFFF;
        color:#000000;
        border-radius: 50px;
        height: 40px;
        width: 40px;
        line-height: 40px;
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }
    
    header .mobile-contact-section .head-icons i {
        color:#000000;
    }
    
    .mobile-contact-buttom-section {
        line-height: 60px;
        text-align:center;
    }
    
    .mobile-contact-buttom-section .button{
        margin-bottom:0;
    }
    
    .new-header .logo-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
        padding-left: 40px;
    }
    
    .new-header-2 .mobile-contact-buttom-section {
        border-top:1px solid #262626;
    }
    
     .new-header-2 .mobile-contact-buttom-section .button {
         margin-bottom:20px;
         margin-top:20px;
     }

    .new-header-3 .mobile-contact-number-section,
    .new-header-3 .mobile-contact-button-section,
    .new-header-4 .mobile-contact-number-section,
    .new-header-4 .mobile-contact-button-section,
    .new-header-5 .mobile-contact-number-section,
    .new-header-5 .mobile-contact-button-section,
    .new-header-6 .mobile-contact-button-section {
        border-top:1px solid #262626;
        line-height:50px;
        text-align:center;
    }
    
    .new-header-3 .mobile-contact-button-section .button,
    .new-header-5 .mobile-contact-button-section .button,
    .new-header-6 .mobile-contact-button-section .button {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .new-header-3 .logo-container,
    .new-header-4 .logo-container,
    .new-header-5 .logo-container,
    .new-header-6 .logo-container {
        display:block;
        min-height:0;
    }
    
    .new-header-6 .mobile-contact-button-section {
        justify-content: center;
    }
    
    .is-footer-8 {
        min-height:0;
    }
    
    /* new footer layouts */
        .footer-text, 
        .footer-social-media,
        .footer-media-box {
            width: 270px;
            margin: auto;
            text-align: center;
        }
        
        .contact-us-column {
            text-align:center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left,
        .new-footer-2 .footer-social-media .menu.align-left {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-1 .footer-social-media .menu.align-left a, 
        .new-footer-1 .footer-social-media .menu.align-left .button,
        .new-footer-2 .footer-social-media .menu.align-left a, 
        .new-footer-2 .footer-social-media .menu.align-left .button{
            padding-left:0.2em !important;
            padding-right:0.2em !important;
        }
        
        .new-footer-1 .footer-menu-container .dropdown.menu,
        .new-footer-3 .footer-menu-container .dropdown.menu{
            display:block;
        }
        
        .new-footer-2 .footer-links,
        .mailing-list-button {
            text-align:center;
        }
        
        .small-text-center {
            text-align:center;
        }
        
        .menu.small-align-center {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        
        .new-footer-4 .copyright-container, .new-footer-4 .subscription-button-container {
            border-bottom:1px solid #D0CBC9;
        }
       
        
    /* new footer layouts */
    
    header .sticky-bg-color {
        position:static;
    }

    header .sticky {
        top:0 !important;
    }
    
    .justify-small-center {
        justify-content: center;
    }
    
    .padding-top-sm-3 {
        padding-top:3rem;   
    }
    
    .padding-bottom-sm-3 {
        padding-bottom:3rem;   
    }
    
    .padding-top-sm-2 {
        padding-top:2rem;   
    }
    
    .padding-bottom-sm-2 {
        padding-bottom:2rem;   
    }
    
     .padding-top-sm-1 {
        padding-top:1rem;   
    }
    
    .padding-bottom-sm-1 {
        padding-bottom:1rem;   
    }

    .padding-top-sm-0 {
        padding-top:0!important;
    }
    
    .padding-bottom-sm-0 {
        padding-bottom:0!important;
    }
    
    .margin-top-sm-0{
        margin-top:0 !important;
    }
    
    .margin-bottom-sm-0{
        margin-bottom:0;
    }
    
     .margin-top-sm-2{
        margin-top:2rem;
    }
    
    .margin-bottom-sm-2{
        margin-bottom:2rem;
    }
    
    .margin-top-sm-1{
        margin-top:1rem;
    }
    
    .margin-bottom-sm-1{
        margin-bottom:1rem;
    }
    
    .padding-bottom-sm-0{
        padding-bottom:0 !important;
    }
    
    .copyright {
        font-size: 100%;
    }
    
    .small-block {
        display:block;
    }
}




.ecommerce-product-slider .orbit-previous,
.ecommerce-product-slider .orbit-next {
  color: #cacaca;
}

.ecommerce-product-slider .orbit-bullets button {
  height: 0.65rem;
  width: 0.65rem;
}

.ecommerce-product-slider .product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.ecommerce-product-slider .product-card-thumbnail {
  display: block;
  position: relative;
}

.ecommerce-product-slider .product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.45rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecommerce-product-slider .product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.85rem;
}

.ecommerce-product-slider .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 0.85rem;
  margin-left: 0.3rem;
  text-decoration: line-through;
}

.ecommerce-product-slider .product-card-colors {
  display: block;
  margin-top: 0.8rem;
}

.ecommerce-product-slider .product-card-color-option {
  display: inline-block;
  height: 25px;
  width: 25px;
}

header button.openMenu {
    background: initial;
    color: initial;
}

.desktop
{
    display:block;
}

.mobile
{
    display:none;
}
.logo-section {
  
  max-width: 1200px;
  margin: auto;
}

/* Common row styling */
.logo-row {
  display: grid;
  gap: 40px;
  margin-bottom: 40px;
}

/* Specific column layouts */
.row-5 {
  grid-template-columns: repeat(5, 1fr);
}

.row-4 {
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.row-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

/* Logo card styling */
.logo-card {

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

  transition: all 0.3s ease;
}

.logo-card img {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  object-fit: contain;
}

.logo-card.dark {
  background: #000;
}

.logo-card:hover {
  transform: translateY(-8px);
 
}



/* ===== Tablet ===== */
@media (max-width: 992px) {
 
}

/* ===== Mobile - 1 per row ===== */
@media (max-width: 600px) {

}

@media (max-width:940px) {
   .mobile
   {
      display:block;
   }
     
    .desktop
   {
     display:none;
   }
   .row-5,
  .row-4 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }

  .row-2 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}

/* ===== Mobile (1 per row) ===== */
@media (max-width: 600px) {
   .logo-row {
    grid-template-columns: 1fr !important;
  }
}

/* header css starts here*/
.is-wrapper div.is-section.is-header,
.is-header
{
    position: absolute;
    width: 100%;
  z-index: 999;
 padding: 15px 0 0 0;
  top:0;
  background:rgba(0,0,0,0.8);
}

.is-wrapper div.is-section.is-header.static-header
{
     padding: 15px 0 0 0;
  top:0;
  background:#111;
  position:static;
}
.is-header.static-header
{
     padding: 15px 0 0 0;
  top:0;
  background:#111;
  position:static;
}
.custom-header {
  
  
}

.is-header .menu
{
    justify-content: flex-end;
        position: relative;
       top: 15px;
    right: -10px;
}
.main-menu li a {
  color: #fff;
  font-weight: 500;
  padding: 0 18px;
}

.header-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content:right;
}

.phone-number {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size:16px;
}

.speak-btn {
  background: #cc5f2d;
  color: #fff;
  padding:0px 15px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
  border: none;
  margin:0;
}

.speak-btn:hover {
  background: #b94f22; /* slightly darker for hover */
}
/* header css ends here */

/*footer css starts here*/
/* 🔶 Orange Menu Bar */
.footer-top-bar {
       background: linear-gradient(131deg, #cc5f2d 13%, #a94b21 80%);
	padding: 12px 0;
}
footer .menu .active > a {
     background:none;
    }
.footer-menu li a {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}

.footer-menu li a:hover {
	opacity: 0.8;
}


/* ⚫ Black Middle Bar */
.footer-middle-bar {
	background: #111;
	padding: 25px 0;
}

.footer-address {
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
    justify-content:center;
}

.footer-social li a {
	color: #cc5f2d;
	font-size: 18px;
    padding: 0 25px 0 0;
}

.mailing-btn {
	display: inline-block;
	  background: linear-gradient(180deg, #cc5f2d 0%, #a94b21 100%);
	color: #fff;
	padding: 8px 25px;
	border-radius: 25px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	transition: 0.3s ease;
}

.mailing-btn:hover {
	background: #b74f22;
}
footer i
{
    color:#cc5f2d;
}

/* ⚪ Bottom Grey Bar */
.footer-bottom-bar {
	background: #f1f1f1;
	padding: 17px 0;
}

.footer-bottom-bar .copyright {
	font-size: 14px;
	color: initial;
}

.footer-bottom-bar a {
	color: #1F1F1F !important;
	text-decoration: none;
}

.footer-bottom-bar a:hover {
	text-decoration: underline;
}
.f-right
{
    display:flex;
    align-items:center;
    justify-content:center;
    border-left:1px solid #707070;
}
.inner-banner.blog-banner {
    position: absolute;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
    text-align: left;
    justify-content: center;
    height: auto;
    align-items: center;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    right: 0;
    padding: 0 13px;
    bottom:20px;
}
.orange-bg .banner-main-heading
{
    text-transform:uppercase;
}
@media screen and (min-width: 1600px) {

    .banner-main-heading {
        font-size: 51px !important;
        line-height: 60px !important;
    }
    .banner-main-heading span {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .banner-sub-heading {
        font-size: 30px !important;
        line-height: 40px !important;
    }
}
@media screen and (min-width: 2200px) {

}
/* Responsive */
@media screen and (max-width: 1024px) {
    .divider2
    {
        width:22%;
    }
	.footer-middle-bar .cell {
		text-align: center !important;
	}

	.mailing-btn {
		margin-top: 15px;
	}
}
/*footer css ends here*/

.button img
{
    
    border-right:1px solid #ffffff52;
    padding-right:5px;
    margin-right:10px !important;
    margin:3px 5px;
    height:34px;
}

.banner-main-heading
{
    font-size: 41px;
letter-spacing: 0px;
line-height: 50px;
color: #ffffff;
font-weight: bold;
font-family:"DM Sans", sans-serif
}
.banner-main-heading span
{
    font-size: 22px;
letter-spacing: 0px;
line-height:32px;
text-transform: uppercase;
color: #ffffff;
font-weight: 500;
display:block;
}
.banner-sub-heading
{font-size: 24px;
letter-spacing: 0px;
line-height: 30px;
color: #ffffff;
font-weight:400;
margin-bottom:24px;
}
.banner-text
{font-size: 16px;
letter-spacing: 0px;
line-height: 30px;
color: #ffffff;
font-weight:400;
margin-bottom:24px;
}
.inner-content-div .border-right
{
    border-color:#3080c1;
}
.home-page-banner .pos-ab-ban-homepage
{
    padding-bottom:150px !important;
}
/* home section1 css*/
.home-section1
{
 

}
.why-choose-section {
    background: linear-gradient(180deg, #cc5f2d 44%, #a94b21 81%);
    padding: 0px 0px;
    color: #fff;
    margin-top:-110px;
}

.feature-box {
    padding: 30px 30px;
    position: relative;
    height:100%;
    min-height:320px;
}

.feature-box img {
   
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 24px;
    line-height:30px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.feature-row {
    linear-gradient(
180deg, #c65a22 34%, #a84317 100%)
    padding: 0px 0;
    position: relative;
}

/* Vertical dotted divider */
.feature-box:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 0;

    /* TRUE dotted look */
    background-image: radial-gradient(circle, rgba(255,255,255,0.85) 1.5px, transparent 1.6px);
    background-size: 1.5px 8px;
    background-repeat: repeat-y;
}
.feature-box:nth-child(1)::after,
.feature-box:nth-child(3)::after {
    bottom: 0;
    animation: growUp 2s ease-out infinite;
animation-delay: 2s; /* delay before first run */
}
@keyframes growUp {
    from { height: 0; }
    to { height: 50%; }
}
.feature-box:nth-child(2)::after {
    top: 0;
    animation: growDown 2s ease-out infinite;
animation-delay: 2s; /* delay before first run */
}
@keyframes growDown {
    from { height: 0; }
    to { height: 65%; }
}
/*Home section1 css ends here*/

.section-main-heading
{
font-size: 36px;
letter-spacing: 0px;
line-height: 36px;
color: #222222;
font-weight:600;
}

/* home section 3 css*/

.card {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    background: #000;
    cursor: pointer;
}

/* Background Image */
.card > img.width-100 {
    width: 100%;
    display: block;
    transition: transform 0.6s ease;
}

/* Dark overlay on image */
.card::before {
    content: "";
    position: absolute;
    inset: 0;
    
    z-index: 1;
}

/* Center Caption (Default State) */
.card_caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: #fff;
    transition: opacity 0.4s ease;
}



.card_caption h3 {
    font-size: 23px;
    font-weight: 600;
    margin:20px 0 0 0;
}

/* Hover Content Panel */
.card_content {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #c65a22, #a84317);
    color: #fff;
    padding: 60px 40px;
    text-align: center;

    transform:scale(0);
    transition: transform 1.5s ease;
    z-index: 3;

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:50px;
}

/* Hover Description */
.card_description h3 {
    font-size: 23px;
    margin-bottom: 15px;
    margin-top:10px;
}

.card_description p {
    font-size: 14px;
    line-height: 1.6;
}
.card_description .section-sub-heading
{
    display:block;
}

/* HOVER EFFECT */
.card:hover .card_content {
    transform: scale(1);
}

.card:hover .card_caption {
    opacity: 0;
}

.card:hover > img.width-100 {
    transform: scale(1.05);
}

/* home section3 css ends*/

.cta-link,
.cta {
    font-weight: bold;
    color: #CC5F2D;
    position: relative;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-link::after,
.cta::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -3px;
    background: #CC5F2D;
    transition: width 0.3s ease;
}

.cta-link:hover::after,
.cta:hover::after {
    width: 100%;
}
.is-light-text .cta, .is-light-text .cta-link
{
      font-weight:bold;
    color:#CC5F2D !important;
}

/* home blog section*/
/* =========================
   BLOG CARD CONTAINER
========================= */
.type-blog
{
    background:#f3f3f3 !important;
}
.type-blog article {
    max-width: 750px;
    margin: auto;
    font-family: inherit;
}

/* =========================
   IMAGE SECTION
========================= */

.type-blog .article-image {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.type-blog .article-image img {
    width: 100%;
    display: block;
    border-radius: 40px;
}

/* =========================
   DATE CIRCLE OVERLAY
========================= */

.type-blog .pubdate {
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 120px;
    height: 120px;
    background:#55a5b5e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    text-align:center;
}

/* =========================
   TITLE STYLING
========================= */

.type-blog .article-title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.type-blog .article-title a {
    color: #222;
    text-decoration: none;
}


.section-sub-heading
{
    font-size:18px;
    line-height:28px;
    font-weight:600;
}
/* Vertical version */
.section-curve-divider--vertical{
 
  display: block !important;
  position: absolute !important;
  overflow: visible !important;
 
}
.divider1 {
    bottom: -127px;
    right: 93px;
    z-index: 99;
     
}

.divider2 {

    z-index: 99;
    top:0;
    right:0;
}

.divider3 {
    top: -121px;
    left: -50px;
    z-index: 99;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu
{
    position:absolute;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 2s !important;
}
.curve-wrapper{
  position: absolute;
  width: 220px;
  height: 87px;
  top: 75px;
  lefT:0;
  transform: rotate(340deg);     /* rotate BOTH curve + plane together */
  transform-origin: center;
}

.curve-wrapper svg{
  width: 100%;
  height: 100%;
  display: block;
}

.curve-wrapper .curve-path{
  fill: none;
  stroke: #cc5f2d;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray:10 10;
}

/* Plane follows SAME 250px path */
.curve-wrapper .plane{
  position: absolute;
  width: 40px;
  height: auto;
  pointer-events: none;

  left: 0;
  top: 0;

  offset-path: path("M0,70 C60,5 190,5 220,70");
  offset-rotate: 0deg;

  animation: flyPlane 3.5s linear infinite;
}


 @keyframes flyPlane{
  0%{
    offset-distance: 100%;   /* start at right end */
    transform: translateY(0px) rotate(99deg);
  }

  50%{
   offset-distance: 50%;
    transform: translateY(-0px) rotate(39deg);
  }

  100%{
    offset-distance: 0%;     /* end at left */
      transform: translateY(0px) rotate(0deg);
  }
}


.list li
{
 position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  list-style: none;transition: 0.3s ease;
}

.list li::before {
content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff4ec;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e36b2c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.list li:hover {
  transform: translateX(4px);
}
.custom-text, .normal-text, .seo-text{
    color:#1F1F1F;
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    }
    .light-bg 
    {
        background:#f9ece5 !important;
    }
    .common-bg-section5 a:not(.button)
    {
        color:#CC5F2D !important;
        font-weight:bold;
    }
    /* Section shell */
.services-area.bx-shw{
  padding: 60px 0;
  background: #fff;
}

.services-area .services-area-title{
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 35px;
  color: #1a1a1a;
  letter-spacing: .3px;
  position: relative;
}

.services-area .services-area-title::after{
  content:"";
  display:block;
  width: 90px;
  height: 4px;
  margin: 14px auto 0;
  background: #e36b2c; /* brand orange */
  border-radius: 99px;
}

/* Image */
.services-area-img img{
  width: 100%;
  max-width: 520px;
  border-radius: 25px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}
p.question
{font-weight:600;
}
/* Right list */
.services-area-ul{
  margin: 0;
  padding: 0;
  list-style: none;

  /* 2 column on large screens */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 26px;
}

/* Each item */
.services-area-ul li{
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}

/* Common bullet icon (universal for whole site) */
.services-area-ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;

  /* soft circle bg */
  border-radius: 50%;
  background-color: #fff4ec;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;

  /* arrow svg */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e36b2c' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='M13 6l6 6-6 6'/%3E%3C/svg%3E");
}

/* Link styling */
.services-area-ul a{
  display: inline-block;
  color: #1f2a37;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
}

.services-area-ul a:hover{
  color: #e36b2c;
  transform: translateX(4px);
}

/* Slight lift on hover */
.services-area-ul li:hover::before{
  transform: translateY(-1px);
}





/* Grid layout */
.services-area-sec {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  max-width: 1100px;

  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

/* Make li behave nicely */
.services-area-sec li {
  list-style: none;
}

/* Button Style */
.services-area-sec li a,
.services-area-sec li:not(:has(a)) {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 18px;
  border-radius: 40px;

  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);

  color: #ffffff;
  text-decoration: none;
  font-weight: 600;

  transition: 0.3s ease;
}
.orange-bg .services-area-sec li a,
.orange-bg .services-area-sec li:not(:has(a))
{
    color:#fff !important;
}

/* Location marker icon inside button */
.services-area-sec li a::before,
.services-area-sec li:not(:has(a))::before {
  content: "";
  width: 18px;
  height: 18px;
  margin-right: 8px;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21s-6-5.5-6-10a6 6 0 1 1 12 0c0 4.5-6 10-6 10z'/%3E%3Ccircle cx='12' cy='11' r='2.5'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}

/* Hover */
.services-area-sec li a:hover,
.services-area-sec li:not(:has(a)):hover {
  background: #e36b2c;
  border-color: #e36b2c;
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(227,107,44,0.4);
  color:#fff !important;
}
.dark-bg
{
    background:#111 !important;
}
/* Crop ~100px from bottom (responsive) */
.main-banner-sec.inner-page-banner, .main-blog-banner  {
  overflow: hidden;
}

.main-banner-sec.inner-page-banner .pos-rel-ban, .main-blog-banner > div  {
  width: 100%;
  /* aspect-ratio: 1352 / 766;  866 - 100 = 766 */
  overflow: hidden;
  position: relative;
}
.main-banner-sec.inner-page-banner .pos-rel-ban .inner-content-div
{
    padding-bottom:30px;
}
/* Make images behave like background-cover */
.main-banner-sec.inner-page-banner .pos-rel-ban img.desktop , .main-blog-banner figure img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  object-position: top;      /* keep top, crop bottom */
  display: block;
}

/* Keep your overlay text pinned inside the cropped area */
.main-banner-sec.inner-page-banner .pos-ab-ban {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  z-index: 2;
  pointer-events: none; /* optional */
}
.card-white {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  padding: 35px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.35s ease;
  height:100%;
}

/* Orange top strip */
.card-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #cc5f2d, #ff8a50);
}

/* Hover effect */
.card-white:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}


.contact-icon svg {
    height: 70px;
    width: 70px;
    fill: #FFFFFF;
}
.contact-card {
    background: linear-gradient(rgb(204, 95, 45) 44%, rgb(169, 75, 33) 81%);
    border-radius: 20px !important;
}

.contact-card h2, .contact-card h3, .contact-card h4, .contact-card p, .contact-card a{
    color:#FFFFFF!important;
}
/*Mega menu css starts here*/
/* Make submenu look like a 4-col table */
.mega-submenu {
  padding: 0 !important;
  width: min(1100px, 96vw);
  background: #fff;
  border: 1px solid #ddd;
}

/* Remove default submenu list spacing */
.mega-submenu > li.mega-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 4-column layout */
.mega-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 0;
}

/* Each column */
.mega-col{
  border-right: 1px solid rgba(255,255,255,0.25);
  padding: 18px 18px 16px;
  min-height: 260px;
}
.mega-col:last-child{ border-right: 0; }

/* Top grey header */
.mega-col-top{
  font-size: 14px;
  font-weight: 700;
  color: #333;
   background: rgba(255,255,255,0.12);
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  padding: 10px 12px;
  margin: -18px -18px 16px;

}

/* Orange highlighted section title like image */
.mega-title{
  margin: 0 0 14px;
}
.mega-title span{
  display: block;
  background: #fff;
  color: #cc5f2d;
  
  font-weight: 600;
  font-size: 15px;
  line-height: 1.25;
  padding: 6px 8px;

}

/* Links */
header .dropdown.menu li .mega-link{
  display: block;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.15)!important; 
  text-decoration: none;
 
  font-size: 15px;
}
header .dropdown.menu li .mega-link:last-child{ border-bottom: 0 !important; }

.mega-link:hover{
  color: #ffe2d6;
}
/* Target ONLY the Services dropdown */
li.handle-services.is-dropdown-submenu-parent {
  position: relative; /* anchor for absolute submenu */
}

/* The mega submenu container (your <ul class="... mega-submenu">) */
li.handle-services.is-dropdown-submenu-parent > .is-dropdown-submenu.mega-submenu{
  position: absolute;
  top: 100%;
  left: -420px !important;               /* align under Services */
  right: auto;
  width: min(1100px, 96vw);
  background: linear-gradient(180deg, #cc5f2d 44%, #a94b21 81%);
  border: 1px solid #8e3e1b; /* warm darker orange border */
  box-shadow: 0 12px 28px rgba(142, 62, 27, 0.35); /* tinted shadow */
  padding: 0 !important;
  margin-top: 9px;
  z-index: 9999;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  bordr-top:none;
}

/* If Foundation is forcing "opens-right", override */
li.handle-services.opens-right > .is-dropdown-submenu.mega-submenu{
  left: -420px !important;
  right: auto !important;
}

/* Make sure inner wrapper doesn't behave like a list item */
li.handle-services .mega-submenu > li.mega-wrap{
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Optional: prevent clipping if header/menu has overflow hidden */
#header, .top-bar, .dropdown.menu {
  overflow: visible;
}
[type='submit'], [type='button'] {
    padding:15px 30px !important;
}



.pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left:40px;
}
.pdf-link::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 80'%3E%3Crect width='64' height='80' rx='8' fill='%23ffffff'/%3E%3Cpath d='M44 0v18h20' fill='%23f44336'/%3E%3Crect y='18' width='64' height='62' rx='0' fill='%23f44336'/%3E%3Ctext x='50%25' y='60%25' dominant-baseline='middle' text-anchor='middle' font-size='24' fill='white' font-family='Arial' font-weight='bold'%3EPDF%3C/text%3E%3C/svg%3E") no-repeat top;
  background-size: contain;
  position:absolute;
  left:0;
  
}
/*map page css*/




/* FIX PARAGRAPH GAP */
.map-container p {
    margin: 0;
}
.map-container .point-red {
    cursor: pointer;
    position: absolute;
    width: 15px;
    height: 21px;
    background: url("//s3-ap-southeast-1.amazonaws.com/assets-powerstores-com/data/org/31027/theme/48918/img/marker.png");
    border-radius: 50%;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 rgb(0 172 193 / 40%);
    animation: pulse 3s infinite;
    
}

.map-container .point-blue {
    animation: none;
    transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.map-container .point-blue {
    cursor: pointer;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #052449;
    border-radius: 50%;
    transition: all 0.3s ease;
    will-change: transform, box-shadow;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 rgb(0 172 193 / 40%);
    animation: pulse 3s infinite;
}
.map-container .Afghanistan { top: 44.1%; left: 62.3%; }
.map-container .Albania { top: 41.0%; left: 50.8%; }
.map-container .Algeria { top: 46.5%; left: 46.6%; }
.map-container .Andorra { top: 40.2%; left: 45.9%; }
.map-container .Antigua { top: 51.0%; left: 28.9%; }
.map-container .Argentina { top: 73.0%; left: 29.4%; }
.map-container .Armenia { top: 40.8%; left: 57.0%; }
.map-container .Australia { top: 69.0%; left: 78.8%; }
.map-container .Austria { top: 37.7%; left: 49.4%; }
.map-container .Azerbaijan { top: 41.0%; left: 57.7%; }
.map-container .Bahamas { top: 48.0%; left: 26.2%; }
.map-container .Bahrain { top: 47.7%; left: 58.5%; }
.map-container .Bangladesh { top: 48.7%; left: 68.2%; }
.map-container .Barbados { top: 53.1%; left: 29.9%; }
.map-container .Belarus { top: 33.7%; left: 52.6%; }
.map-container .Belize { top: 51.7%; left: 23.1%; }
.map-container .Benin { top: 54.6%; left: 46.5%; }
.map-container .Bhutan { top: 46.7%; left: 68.5%; }
.map-container .Bolivia { top: 66.0%; left: 29.4%; }
.map-container .Bosnia-and-Herzegovina { top: 39.0%; left: 50.2%; }
.map-container .Botswana { top: 68.0%; left: 51.4%; }
.map-container .Brazil { top: 62.7%; left: 31.3%; }
.map-container .Brunei { top: 57.0%; left: 74.4%; }
.map-container .Bulgaria { top: 39.7%; left: 52.0%; }
.map-container .Burkina { top: 53.6%; left: 45.4%; }
.map-container .Burundi { top: 60.0%; left: 53.2%; }
.map-container .COTE-d-IVOIRE { top: 55.6%; left: 44.4%; }
.map-container .Cabo-Verde { top: 52.6%; left: 39.4%; }
.map-container .Cambodia { top: 53.9%; left: 71.7%; }
.map-container .Cameroon { top: 56.6%; left: 48.8%; }
.map-container .Canada { top: 31%; left: 18.2%; }
.map-container .Central-African-Republic { top: 55.6%; left: 50.8%; }
.map-container .Chad { top: 52.6%; left: 50.3%; }
.map-container .Chile { top: 71.0%; left: 28.0%; }
.map-container .China { top: 43.7%; left: 70.5%; }
.map-container .Colombia { top: 57.2%; left: 27.3%; }
.map-container .Comoros { top: 63.7%; left: 56.2%; }
.map-container .Congo { top: 58.6%; left: 49.6%; }
.map-container .Costa-Rica { top: 54.7%; left: 24.7%; }
.map-container .Croatia { top: 39.0%; left: 49.8%; }
.map-container .Cuba { top: 49.8%; left: 26.2%; }
.map-container .Cyprus { top: 43.5%; left: 53.9%; }
.map-container .Czechia { top: 36.0%; left: 49.4%; }
.map-container .Democratic-Republic { top: 60.0%; left: 51.3%; }
.map-container .Denmark { top: 33.0%; left: 48.1%; }
.map-container .Djibouti { top: 53.7%; left: 56.1%; }
.map-container .Dominican { top: 51.7%; left: 27.9%; }
.map-container .Dominican-Republic { top: 50.7%; left: 27.9%; }
.map-container .Ecuador { top: 50.7%; left: 27.9%; }
.map-container .Egypt { top: 47.7%; left: 52.9%; }
.map-container .El-Salvador { top: 52.7%; left: 22.9%; }
.map-container .Equatorial-Guinea { top: 58.1%; left: 48.5%; }
.map-container .Eritrea { top: 52.1%; left: 55.1%; }
.map-container .Estonia { top: 30.9%; left: 52.1%; }
.map-container .Eswatini { top: 70.0%; left: 53.4%; }
.map-container .Ethiopia { top: 55.1%; left: 55.3%; }
.point-red a { padding: 5px; }

.map-container .Fiji { top: 63.0%; left: 85.8%; }
.map-container .Finland { top: 24.9%; left: 52.2%; }
.map-container .France { top: 37.2%; left: 46.6%; }
.map-container .Gabon { top: 59.1%; left: 48.8%; }
.map-container .Gambia { top: 53.0%; left: 42.1%; }
.map-container .Geogia { top: 40.0%; left: 56.5%; }
.map-container .Germany { top: 35.0%; left: 48.4%; }
.map-container .Ghana { top: 55.6%; left: 45.4%; }
.map-container .Greece { top: 42.0%; left: 51.2%; }
.map-container .Grenada { top: 53.8%; left: 28.9%; }
.map-container .Guatemala { top: 51.8%; left: 22.4%; }
.map-container .Guinea { top: 54.1%; left: 43.1%; }
.map-container .Guinea-Bissau { top: 53.7%; left: 42.1%; }
.map-container .Guyana { top: 56.6%; left: 30.8%; }
.map-container .Haiti { top: 50.7%; left: 27.3%; }
.map-container .Holy-See { top: 39.9%; left: 48.9%; }
.map-container .Honduras { top: 52.5%; left: 23.7%; }
.map-container .Hungary { top: 37.4%; left: 50.7%; }
.map-container .Iceland { top: 26.9%; left: 41.2%; }
.map-container .Indonesia { top: 59.0%; left: 74.2%; }
.map-container .Iran { top: 44.7%; left: 59.5%; }
.map-container .Iraq { top: 44.9%; left: 56.5%; }
.map-container .Ireland { top: 34.2%; left: 43.6%; }
.map-container .Israel { top: 45.2%; left: 54.5%; }
.map-container .Italy { top: 40.1%; left: 49.2%; }
.map-container .Jamaica { top: 51.2%; left: 26.0%; }
.map-container .Japan { top: 42.7%; left: 80.5%; }
.map-container .Jordan { top: 45.3%; left: 54.6%; }
.map-container .Kazakhstan { top: 36.1%; left: 62.3%; }
.map-container .Kenya { top: 58.1%; left: 55.3%; }
.map-container .Kiribati { top: 59.0%; left: 90.2%; }
.map-container .Jordon { top: 45.6%; left: 54.84%; }
.map-container .Kuwait { top: 45.9%; left: 57.5%; }
.map-container .Kyrgyzstan { top: 40.2%; left: 64.5%; }
.map-container .Laos { top: 50.9%; left: 71.2%; }
.map-container .Lebanon { top: 44.8%; left: 54.5%; }
.map-container .Liberia { top: 55.6%; left: 43.4%; }
.map-container .Libya { top: 47.7%; left: 49.9%; }
.map-container .Liechtenstein { top: 37.7%; left: 48.8%; }
.map-container .Lithuania { top: 32.7%; left: 51.6%; }
.map-container .Luxembourg { top: 35.4%; left: 46.8%; }
.map-container .Madagascar { top: 66.7%; left: 57.2%; }
.map-container .Malawi { top: 64.1%; left: 54.0%; }
.map-container .Malaysia { top: 57.0%; left: 71.2%; }
.map-container .Maldives { top: 60.0%; left: 62.2%; }
.map-container .Mali { top: 51.0%; left: 45.1%; }
.map-container .Malta { top: 43.7%; left: 49.9%; }
.map-container .Marshall-Islands { top: 53.0%; left: 86.2%; }
.map-container .Mauritania { top: 50.0%; left: 43.1%; }
.map-container .Mauritius { top: 65.7%; left: 60.2%; }
.map-container .Mexico { top: 49.0%; left: 19.7%; }
.map-container .Micronesia { top: 54.0%; left: 84.2%; }
.map-container .Morocco { top: 44.5%; left: 44.6%; }
.map-container .Moldova { top: 37.4%; left: 52.8%; }
.map-container .Monaco { top: 39.4%; left: 47.3%; }
.map-container .Mongolia { top: 37.7%; left: 71.5%; }
.map-container .Montenegro { top: 40.0%; left: 50.4%; }
.map-container .Mozambique { top: 67.1%; left: 54.0%; }
.map-container .Myanmar { top: 49.9%; left: 69.7%; }
.map-container .Namibia { top: 68.0%; left: 50.0%; }
.map-container .Nauru { top: 59.0%; left: 87.2%; }
.map-container .Nepal { top: 46.5%; left: 66.5%; }
.map-container .Netherlands { top: 35.0%; left: 47.2%; }
.map-container .New-Zealand { top: 80.40%; left: 88.8%; }
.map-container .Nicaragua { top: 53.7%; left: 24.1%; }
.map-container .Niamey { top: 52.6%; left: 46.5%; }
.map-container .Nigeria { top: 54.6%; left: 47.8%; }
.map-container .North-Korea { top: 41.2%; left: 77.5%; }
.map-container .North-Macedonia { top: 40.1%; left: 51.1%; }
.map-container .Norway { top: 28.9%; left: 48.2%; }
.map-container .Oman { top: 49.7%; left: 60.0%; }
.map-container .Pakistan { top: 47.1%; left: 62.3%; }
.map-container .Palau { top: 56.0%; left: 81.2%; }
.map-container .Palestine { top: 45.8%; left: 54.5%; }
.map-container .Panama { top: 54.9%; left: 25.7%; }
.map-container .Papua { top: 61.0%; left: 81.8%; }
.map-container .Paraguay { top: 68.0%; left: 30.4%; }
.map-container .Peru { top: 61.7%; left: 26.3%; }
.map-container .Philippines { top: 54.0%; left: 76.2%; }
.map-container .Poland { top: 34.7%; left: 50.6%; }
.map-container .Portugal { top: 41.5%; left: 43.8%; }
.map-container .Qatar { top: 47.7%; left: 58.5%; }
.map-container .Romania { top: 37.8%; left: 51.7%; }
.map-container .Russia { top: 29.1%; left: 67.3%; }
.map-container .Rwanda { top: 59.2%; left: 53.2%; }
.map-container .South-Africa { top: 72.0%; left: 51.4%; }
.map-container .Sweden { top: 26.9%; left: 50.2%; }
.map-container .Switzerland { top: 37.6%; left: 47.8%; }
.map-container .Yemen { top: 52.2%; left: 57.1%; }
.map-container .Zambia { top: 65.1%; left: 52.0%; }
.map-container .Zimbabwe { top: 67.1%; left: 53.0%; }

/* ===== Force Tippy v6 tooltip to WHITE + readable ===== */
.tippy-box{
  background: #fff !important;
  color: #111 !important;
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 25px rgba(0,0,0,.18) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

/* Text inside tooltip */
.tippy-box .tippy-content{
  color: #111 !important;
  padding: 8px 10px !important;
  line-height: 1.2 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
  text-shadow: none !important;
}

/* Arrow to match white bg */
.tippy-box[data-placement^='top'] > .tippy-arrow::before{ border-top-color: #fff !important; }
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before{ border-bottom-color: #fff !important; }
.tippy-box[data-placement^='left'] > .tippy-arrow::before{ border-left-color: #fff !important; }
.tippy-box[data-placement^='right'] > .tippy-arrow::before{ border-right-color: #fff !important; }
/* map page css ends */


/* Styled ordered list */
.ol-list {
    counter-reset: item;
    list-style: none;
    padding-left: 0;
    margin: 30px 0;
}

.ol-list > li {
    counter-increment: item;
   padding:0 0 0 50px;
    margin-bottom: 12px;
    position: relative;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
}

.ol-list > li::before {
    content: counter(item);
    position: absolute;
    left: 15px;
    top: 12px;
    transform: translateY(-50%);
    width: 22px;
    height:22px;
    font-size:12px;
   background:#fff4ec;
    color: #CC5F2D;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* GRID LAYOUT */
.media-gallery-page-type-ul{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    gap:30px;
    padding:0;
    margin:40px 0;
    list-style:none;
}

/* CARD */
.media-gallery-page-type-ul li{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:all .3s ease;
}

/* HOVER */
.media-gallery-page-type-ul li:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 30px rgba(0,0,0,0.15);
}

/* REMOVE DEFAULT SPACING */
.media-gallery-page-type-ul figure{
    margin:0;
}

/* IMAGE HOLDER */
.media-gallery-page-type-ul .photo-holder{
    position:relative;
    overflow:hidden;
}

/* IMAGE STYLE */
.media-gallery-page-type-ul img{
    width:100%;
    height:220px;
    object-fit:cover;
    transition:transform .5s ease;
}

/* IMAGE HOVER ZOOM */
.media-gallery-page-type-ul li:hover img{
    transform:scale(1.08);
}

/* CAPTION */
.media-gallery-page-type-ul .figcaption{
    padding:15px;
    background:#fff;
}

/* COUNTRY TITLE */
.media-gallery-page-type-ul .caption{
    margin:0;
    font-size:16px;
    font-weight:600;
    letter-spacing:0px;
    text-transform:uppercase;
}

.media-gallery-page-type-ul .caption a{
       text-decoration:none;
    display:block;
}



/* TABLE FIX */
.media-gallery-page-type-ul .photo-table{
    display:block;
}
#_cbhtml[gray] .is-tool.is-column-tool button
{
    padding:initial !important;
}

.hybrid-logistics-sec{
    background:#f9ece5;
    padding:90px 0;
    position:relative;
    overflow:hidden;
}

.hybrid-logistics-sec:before{
    content:"";
    position:absolute;
    top:-120px;
    right:-120px;
    width:320px;
    height:320px;
    background:rgba(204,95,45,.08);
    border-radius:50%;
}

.hybrid-logistics-sec .sec-eyebrow{
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#CC5F2D;
    text-align:center;
    margin-bottom:14px;
}

.hybrid-logistics-sec .sec-heading{
    font-size:clamp(30px,3vw,48px);
    font-weight:800;
    color:#1f2a37;
    text-align:center;
    line-height:1.1;
    margin-bottom:20px;
    letter-spacing:-.5px;
}

.hybrid-logistics-sec .sec-sub{
    font-size:17px;
    color:#4b5563;
    text-align:center;
    max-width:980px;
    margin:0 auto 60px;
    line-height:1.9;
}

.hybrid-logistics-sec .icon-card{
    background:#fff;
    border-radius:22px;
    padding:34px 28px;
    text-align:center;
    border:1px solid #ead3c7;
    transition:all .35s ease;
    height:100%;
    position:relative;
    overflow:hidden;
}

.hybrid-logistics-sec .icon-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#CC5F2D;
    transform:scaleX(0);
    transition:all .35s ease;
}

.hybrid-logistics-sec .icon-card:hover{
    transform:translateY(-8px);
    border-color:#CC5F2D;
    box-shadow:0 18px 50px rgba(0,0,0,.08);
}

.hybrid-logistics-sec .icon-card:hover:before{
    transform:scaleX(1);
}

.hybrid-logistics-sec .ic-icon{
    width:72px;
    height:72px;
    background:linear-gradient(135deg,#CC5F2D,#e07a48);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 22px;
    box-shadow:0 12px 24px rgba(204,95,45,.2);
}

.hybrid-logistics-sec .ic-icon svg{
    width:34px;
    height:34px;
    fill:none;
    stroke:#fff;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.hybrid-logistics-sec .ic-title{
    font-size:24px;
    font-weight:700;
    color:#1f2a37;
    margin-bottom:14px;
    line-height:1.3;
}

.hybrid-logistics-sec .ic-desc{
    font-size:15px;
    color:#4b5563;
    line-height:1.8;
}

.hybrid-logistics-sec .cta-wrap{
    text-align:center;
    margin-top:65px;
}

.hybrid-logistics-sec .cta-text{
    font-size:20px;
    color:#1f2a37;
    line-height:1.8;
    max-width:900px;
    margin:0 auto 28px;
    font-weight:500;
}

.hybrid-logistics-sec .button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#CC5F2D;
    color:#fff;
    padding:16px 38px;
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    text-decoration:none;
    transition:all .3s ease;
}

.hybrid-logistics-sec .button:hover{
    background:#a84b22;
    transform:translateY(-2px);
}

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

    .hybrid-logistics-sec{
        padding:70px 0;
    }

    .hybrid-logistics-sec .icon-card{
        padding:30px 24px;
    }

    .hybrid-logistics-sec .ic-title{
        font-size:22px;
    }

    .hybrid-logistics-sec .cta-text{
        font-size:18px;
    }
}
</style><style>
.logistics-types-sec{
    background:#f9ece5;
    padding:90px 0;
}

.logistics-types-sec .sec-heading{
    font-size:clamp(30px,3vw,48px);
    line-height:1.1;
    font-weight:700;
    color:#1f2a37;
    margin-bottom:24px;
}

.logistics-types-sec .sec-heading span{
    color:#CC5F2D;
}

.logistics-types-sec .sec-desc{
    font-size:17px;
    line-height:1.9;
    color:#374151;
    margin-bottom:55px;
    max-width:980px;
}

.logistics-types-sec .service-box{
    background:#fff;
    border:1px solid #ead3c7;
    border-radius:20px;
    padding:34px 30px;
    height:100%;
    position:relative;
    transition:all .3s ease;
}

.logistics-types-sec .service-box:hover{
    transform:translateY(-6px);
    border-color:#CC5F2D;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.logistics-types-sec .service-icon{
    width:64px;
    height:64px;
    border-radius:16px;
    background:#CC5F2D;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.logistics-types-sec .service-icon svg{
    width:30px;
    height:30px;
    stroke:#fff;
    fill:none;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.logistics-types-sec .service-title{
    font-size:24px;
    line-height:1.3;
    font-weight:700;
    color:#1f2a37;
    margin-bottom:16px;
}

.logistics-types-sec .service-desc{
    font-size:16px;
    line-height:1.8;
    color:#4b5563;
    margin:0;
}

.logistics-types-sec .bottom-cta{
    margin-top:65px;
    background:#1f2a37;
    border-radius:24px;
    padding:50px 40px;
    text-align:center;
}

.logistics-types-sec .bottom-cta p{
    color:#fff;
    font-size:20px;
    line-height:1.8;
    margin-bottom:28px;
}

.logistics-types-sec .main-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#CC5F2D;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:700;
    padding:16px 34px;
    border-radius:10px;
    transition:all .3s ease;
}

.logistics-types-sec .main-btn:hover{
    background:#a94a21;
    transform:translateY(-2px);
}

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

    .logistics-types-sec{
        padding:70px 0;
    }

    .logistics-types-sec .service-box{
        padding:28px 24px;
    }

    .logistics-types-sec .service-title{
        font-size:22px;
    }

    .logistics-types-sec .bottom-cta{
        padding:40px 24px;
    }

    .logistics-types-sec .bottom-cta p{
        font-size:18px;
    }
}

.logistics-types-sec{
    background:#f9ece5;
    padding:90px 0;
}

.logistics-types-sec .sec-heading{
    font-size:clamp(30px,3vw,48px);
    line-height:1.1;
    font-weight:700;
    color:#1f2a37;
    margin-bottom:24px;
}

.logistics-types-sec .sec-heading span{
    color:#CC5F2D;
}

.logistics-types-sec .sec-desc{
    font-size:17px;
    line-height:1.9;
    color:#374151;
    margin-bottom:55px;
    max-width:980px;
}

.logistics-types-sec .service-box{
    background:#fff;
    border:1px solid #ead3c7;
    border-radius:20px;
    padding:34px 30px;
    height:100%;
    position:relative;
    transition:all .3s ease;
}

.logistics-types-sec .service-box:hover{
    transform:translateY(-6px);
    border-color:#CC5F2D;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}

.logistics-types-sec .service-number{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#CC5F2D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:700;
    margin-bottom:22px;
}


/* Logistics FAQ Accordion */
.faqs-accordion{
    margin:40px 0 0;
    padding:0;
    list-style:none;
    border:0;
    background:transparent;
}

.faqs-accordion .accordion-item{
    background:#fff;
    border:1px solid #ead3c7;
    border-radius:18px;
    margin-bottom:16px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.04);
    transition:all .3s ease;
}

.faqs-accordion .accordion-item:hover{
    border-color:#CC5F2D;
    box-shadow:0 16px 45px rgba(0,0,0,.08);
}

.faqs-accordion .accordion-title{
    display:block;
    position:relative;
    padding:22px 70px 22px 28px;
    background:#fff;
    color:#1f2a37;
    font-size:18px;
    line-height:1.25;
    font-weight:700;
    text-decoration:none;
    border:0;
}
.faqs-accordion .accordion-title h3{

    color:#1f2a37;
    font-size:18px;
    line-height:1.25;
    font-weight:700;
   margin:0 ; padding:0;

}

.faqs-accordion .accordion-title:hover,
.faqs-accordion .accordion-title:focus{
    background:#f9ece5;
    color:#1f2a37;
    text-decoration:none;
}

.faqs-accordion .accordion-title:before{
    content:"+";
    position:absolute;
    right:24px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:10px;
    background:#CC5F2D;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:21px;
    font-weight:800;
    line-height:1;
    margin:0;
}

.faqs-accordion .accordion-item.is-active .accordion-title{
        background: linear-gradient(180deg, #cc5f2d 44%, #a94b21 81%);
    color:#fff;
}
.faqs-accordion .accordion-item.is-active .accordion-title h3{
   color:#fff;
}
.faqs-accordion .accordion-item.is-active .accordion-title:before{
    background:#fff;
    color:#CC5F2D;
    
    content:"-";
}

.faqs-accordion .accordion-content{
    border:0;
    background:#fff;
    padding:24px 28px 28px;
    color:#4b5563;
    font-size:16px;
    line-height:1.9;
}



@media screen and (max-width:767px){
    .faqs-accordion .accordion-title{
        font-size:18px;
        padding:20px 60px 20px 20px;
    }

    .faqs-accordion .accordion-title:before{
        right:18px;
        width:30px;
        height:30px;
        font-size:18px;
    }

    .faqs-accordion .accordion-content{
        padding:22px 20px 24px;
        font-size:15px;
    }
}
@media screen and (max-width:767px){

    .logistics-types-sec{
        padding:70px 0;
    }

    .logistics-types-sec .service-box{
        padding:28px 24px;
    }

   

    .logistics-types-sec .bottom-cta{
        padding:40px 24px;
    }

}
/* RESPONSIVE */

@media (max-width:1200px){
.media-gallery-page-type-ul{
grid-template-columns: repeat(3,1fr);
}
.map-holder
{
    max-width:100% !important;
    min-height:initial !important;
}
}

@media (max-width:768px){
.media-gallery-page-type-ul{
grid-template-columns: repeat(2,1fr);
gap:20px;
}
}

@media (max-width:480px){
.media-gallery-page-type-ul{
grid-template-columns: 1fr;
}
}
/* Mobile: make it full width and not off-screen */
@media (max-width: 900px){
  li.handle-services.is-dropdown-submenu-parent > .is-dropdown-submenu.mega-submenu{
    width: 96vw;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
/* Mobile: stack columns */
@media (max-width: 900px){
  .mega-grid{ grid-template-columns: 1fr; }
  .mega-col{ border-right: 0; border-bottom: 1px solid #ddd; }
  .mega-col:last-child{ border-bottom: 0; }
}
/*mega menu css ends here*/
@media print, screen and (max-width: 1024px) {
     .main-banner-sec.inner-page-banner .banner-main-heading {
        font-size: 28px;
        line-height: 35px;
    }
    .main-banner-sec.inner-page-banner .pos-rel-ban .inner-content-div {
    padding-bottom: 0px;
}
    .banner-sub-heading {
    font-size: 18px;
    line-height: 24px;
}
    .banner-main-heading span {
    font-size: 18px;
    line-height: 28px;
}
    .banner-main-heading {
    font-size: 35px;
    line-height: 45px;
    }
.user-logged-out .pos-ab-ban {
    bottom: 6%;
}
.feature-box {
        min-height: 368px;
}
.card_caption img, .card_description img
{
    width:80px;
}
.card_content
{
}
.card_description h3 {
    font-size: 22px;
}
.card_content
{
    padding:20px 20px;
}
.curve-wrapper
{
    left:-30px;
}
.services-area-sec {
    grid-template-columns: repeat(3, 1fr);
  }
  li.handle-services.opens-right > .is-dropdown-submenu.mega-submenu {
    left: -472px !important;
  }
  .dropdown.menu > li > a {
    padding: 0.7rem 0.6rem;
   
}
header
{
    padding:0 10px;
}
header ul.dropdown.menu li a:not(.button)
{
     font-size:15px;
}
}

@media screen and (max-width: 1023px) {
        .main-banner-sec.inner-page-banner .banner-main-heading {
        font-size: 41px;
        line-height: 50px;
    }
        .main-banner-sec.inner-page-banner .pos-rel-ban .inner-content-div {
        padding-bottom: 30px!important;
    }
        .user-logged-out .pos-ab-ban {
        bottom: 0px;
    }
        .banner-sub-heading {
    font-size: 24px;
    line-height: 30px;
}
        .banner-main-heading span {
    font-size: 22px;
    line-height: 32px;
}
       .banner-main-heading {
    font-size: 41px;
    line-height: 50px;
    }
    .main-banner-sec.inner-page-banner .pos-rel-ban .inner-content-div
{
    padding-bottom:0px;
}
.inner-banner.blog-banner{
    bottom:0;
}

      .user-logged-out .pos-ab-ban {
        position: relative !important;
        }
        .main-banner-sec.inner-page-banner .pos-rel-ban img.desktop
        {
            display:block !important;
        }
         .main-banner-sec.inner-page-banner .pos-rel-ban img.mobile
        {
            display:none !important;
        }
        .main-banner-sec.inner-page-banner .pos-ab-ban , .inner-banner.blog-banner
        {
              position: static !important;
           
        }
        .user-logged-out .inner-content-div:first-child,
        .inner-banner.blog-banner 
        {
            margin-top:0%;
        }
        .home-page-banner .pos-ab-ban-homepage {
    padding-bottom: 20px !important;
}
    .main-banner-sec.inner-page-banner .pos-rel-ban, .inner-banner.blog-banner,
  .main-blog-banner > div {
    aspect-ratio:auto;
  }
    .card
    {
        max-width:350px;
        margin-left:auto;
        margin-right:auto;
    }
    .logo-card.dark {
     background: none;
}
header button.openMenu
{
    padding-right:30px;
    
}
.pos-ab-ban,  .inner-banner.blog-banner 
{
    background:#0d0d0e ;
}
.inner-content-div
{
    text-align:cetner;
}
.feature-box{
    min-height:initial;
border-bottom: 2px dashed #fff;
}
.feature-box:last-child
{
    border:none;
}
.feature-box:not(:last-child)::after
{
    display:none;
}
.type-blog .pubdate {

width:80px;
height:80px;
}
.f-right
{
    border-left:none;
    flex-flow:column;
}
.footer-social li a
{
    padding:0 20px !important;
}
.type-blog article
{
    margin-bottom:50px;
}
.footer-menu{
    flex-flow:column;
}
.divider1,.devider2,.devider3
{
    display:none !important;
}
.pos-ab-ban-homepage
{
    padding-bottom:0 !important;
}
.why-choose-section 
{
    margin-top:0;
}
.user-logged-out .inner-content-div
{
    text-align:center;
}
.is-wrapper div.is-section.is-header, .is-header{
    position:static;
    background:#111;
}
.inner-content-div .border-right
{
    border:none !important;
}
.home-section2
{
    padding:2rem 0 !important;
}
.divider2
{
    display:none !important;
}
 .services-area-ul{
    grid-template-columns: 1fr; /* one column */
    gap: 12px;
  }
  .services-area.bx-shw{
    padding: 45px 0;
  }
  .services-area .services-area-title{
    font-size: 28px;
  }
}
@media screen and (max-width:580px) {
.type-blog .pubdate {

width:50px;
height:50px;
}
.type-blog .pubdate {
    font-size:11px;
}
.curve-wrapper
{
    left:-30px;
    top:-39px;
}
  .services-area-sec {
    grid-template-columns: repeat(2, 1fr);
  }

  .is-btn, .btn , .button
  {
      letter-spacing:0;
      font-size: 0.9em !important;
          padding: 0.4rem 1rem;
  }
  .banner-main-heading {
font-size:30px;
line-height:40px;
}
.banner-main-heading span {
    font-size: 18px;
    line-height:28px;
}
.banner-sub-heading {
    font-size: 20px;
    line-height:30px;
}
.banner-text {
    font-size: 16px;
    line-height:26px;
}
.footer-address
{
    align-items:flex-start;
}
.footer-address i
{
        margin-top: 6px;
}
}

