:root { --primary-color: #f37c20; --secondary-color: #000000; --text-color: rgba(0, 0, 0, 0.85); --primary-font: 'Geologica', sans-seri; --title-font: "Roboto", sans-serif; --bs-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1); }

/* Fonts */
@font-face { font-family: 'Geologica'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../webfonts/Geologica/Geologica.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* greek */
@font-face { font-family: 'Geologica'; font-style: normal; font-weight: 100 900; font-display: swap; src: url(../webfonts/Geologica/Geologica-Greek.woff2) format('woff2'); unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF; }
@font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100 900; font-stretch: 100%; font-display: swap; src: url(../webfonts/Roboto/Roboto.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
body { overflow-x: hidden; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: var(--primary-font); line-height: 1.7; font-size: 16px; color: var(--text-color); }
::selection {background: var(--primary-color); color: #fff;}
.light { font-weight: 300 !important; }
.normal { font-weight: 400 !important; }
.medium { font-weight: 500 !important; }
.semi { font-weight: 600 !important; }
.bold { font-weight: 700 !important; }
.ebold { font-weight: 800 !important; }
.f-black { font-weight: 900 !important; }
.fs-10 { font-size: 10px !important; }
.fs-12 { font-size: 12px !important; }
.fs-14 { font-size: 14px !important; }
.fs-18 { font-size: 18px !important; }
.title-font { font-family: var(--title-font); }
.primary-font { font-family: var(--primary-font); }
h1, h2, h3, h4, h5, h6 { margin-top: 0; font-style: normal; font-weight: 400; text-transform: normal; }
.clear { clear: both; }
a, button { color: var(--primary-color); outline: medium none; text-decoration: none; }
a:focus, .button:focus { text-decoration: none; outline: none; }
a:hover { color: var(--secondary-color); }
button:focus, input:focus, input:focus, textarea, textarea:focus { outline: 0; }
input:focus::-moz-placeholder { opacity: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
.primary-color { color: var(--primary-color) !important; }
.bg-primary-color { background-color: var(--primary-color) !important; }
.border-primary-color { border-color: var(--primary-color) !important; }
.secondary-color { color: var(--secondary-color) !important; }
.bg-secondary-color { background-color: var(--secondary-color) !important; }
.border-secondary-color { border-color: var(--secondary-color) !important; }
.text-dark { color: #333 !important; }
.bg-f0 { background: #f0f0f0 !important; }
.bg-f4 { background: #f4f4f4 !important; }
.bg-f5 { background: #f5f5f5 !important; }
.bg-f9 { background: #f9f9f9 !important; }
.bg-none { background: none !important; }
.btn { background: var(--primary-color); color: #fff; -moz-user-select: none; cursor: pointer; display: inline-block; font-weight: 500; padding: 10px 20px; border-radius: 50px; border: 2px solid var(--primary-color); font-family: var(--title-font); }
.btn:hover { color: #fff; background: var(--secondary-color); border-color: var(--secondary-color); }
.btn-outline { color: var(--primary-color); background: transparent; border-color: var(--primary-color); }
.btn-outline:hover { color: #fff; background: var(--primary-color); border-color: var(--primary-color); }
.btn-white { color: #fff; background: transparent; border-color: #fff; border-width: 2px }
.btn-white:hover { background: #fff; border-color: #fff; }
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }
.btn-sm { padding: .25rem .5rem; font-size: .875rem; }
.btn.min-width { min-width: 200px; }
.link { color: var(--text-color); }
.link:hover { color: var(--primary-color); }

/* Scrollbars */
.theme-scrollbar { overflow-x: hidden; overflow-y: auto; scrollbar-color: #D1D5DB #fff; scrollbar-width: thin; }
.theme-x-scrollbar { overflow-x: auto; overflow-y: hidden; padding-right: 0; margin-right: 0; }
.theme-scrollbar::-webkit-scrollbar-track { -webkit-box-shadow: none; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar { width: 4px; background-color: transparent; }
.theme-scrollbar::-webkit-scrollbar-thumb { background-color: #D1D5DB; border-radius: 3px; }
.br-0 { border-radius: 0px !important; }
.br-5 { border-radius: 5px !important; }
.br-8 { border-radius: 8px !important; }
.br-10 { border-radius: 10px !important; }
.br-15 { border-radius: 15px !important; }
.br-20 { border-radius: 20px !important; }
.alert { padding: 8px 0; font-size: 14px; }
.alert-dismissible .btn-close { padding: 0 1rem; height: 100%; color: #fff; background: none !important; opacity: 1; }
.fancybox__container {--fancybox-opacity: 0.9}

/* BACK TO TOP */
#scrollUp { background: var(--primary-color); height: 50px; width: 50px; right: 31px; bottom: 0px; color: #fff; font-size: 20px; text-align: center; border-radius: 50%; line-height: 48px; border: 2px solid transparent; position: fixed; visibility: hidden; opacity: 0; cursor: pointer; z-index: 999; }
#scrollUp.active { bottom: 30px; visibility: visible; opacity: 1; }
@media (max-width:767px) {
    #scrollUp { right: 16px; }
    #scrollUp { width: 40px; height: 40px; line-height: 38px; }
}
#scrollUp:hover { color: #000; }
.g-2rem { --bs-gutter-x: 2rem; --bs-gutter-y: 2rem; }
.gx-2rem { --bs-gutter-x: 2rem; }
.gy-2rem { --bs-gutter-y: 2rem; }
.g-2-5rem { --bs-gutter-x: 2.5rem; --bs-gutter-y: 2.5rem; }
.br-0 { border-radius: 0 !important; }
.img-thumbnail { padding: .5rem; }
.form-control { border-color: #e0dfdf; border-radius: 50px; height: 56px; }
.form-control:focus { box-shadow: none; outline: none; border-color: var(--primary-color); }
.form-control::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.5); }
.form-control::-moz-placeholder { color: rgba(0, 0, 0, 0.5); }
.form-control:-ms-input-placeholder { color: rgba(0, 0, 0, 0.5); }
.form-control:-moz-placeholder { color: rgba(0, 0, 0, 0.5); }
.input-group .wpcf7-form-control-wrap .form-control { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .btn.input-group-text { border-top-right-radius: 4px !important; border-bottom-right-radius: 4px !important; height: 46px; }
.wpcf7-spinner { position: absolute }
.modal .btn-close { position: absolute; top: -15px; right: -15px; background-color: #fff; box-shadow: 0 0 15px rgba(0, 0, 0, .2); border-radius: 50%; width: 30px; height: 30px; opacity: 1; }
/* .swiper-button-next, .swiper-button-prev { font-size: 22px; color: #fff; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, .3); }
.swiper-button-next::after, .swiper-button-prev::after { display: none; }
.swiper-button-prev, .swiper-rtl .swiper-button-next { left: 0 }
.swiper-button-next, .swiper-rtl .swiper-button-prev { right: 0; } */
.arrow svg path { stroke: var(--primary-color); stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
.arrow.animated svg path { opacity: 1; animation: nectarStrokeAnimation 1.3s cubic-bezier(0.65, 0, 0.35, 1) forwards; animation-duration: 1.3s; }
@keyframes nectarStrokeAnimation {
    0% { stroke-dashoffset: 1; opacity: 0; }
    1% { opacity: 1; }
    100% { stroke-dashoffset: 0; }
}

/* Header
------------------- */
header { position: absolute; left: 0; right: 0; z-index: 999; border-bottom: 1px solid #646464; font-family: var(--title-font); }
.sticky-bar { left: 0; background: rgba(0, 0, 0, .7); margin: auto; position: fixed; top: 0; width: 100%; -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown; animation: 400ms ease-in-out 0s normal none 1 running fadeInDown; box-shadow: 0 8px 20px rgba(0, 0, 0, .1); }
header .navbar { position: unset; }
.navbar-collapse ul.navbar-nav { position: relative; }
.navbar-expand-lg .navbar-nav .nav-item { padding: 0px 0px; margin: 0 15px; }
.navbar-expand-lg .navbar-nav .nav-link { color: #fff; padding: 35px 0; position: relative; font-weight: 500; }
.navbar-expand-lg .navbar-nav .nav-link:after { content: ''; position: absolute; bottom: 0; left: 0; height: 2px; width: 0%; background: var(--primary-color); transition: all .5s; }
.navbar-expand-lg .navbar-nav .nav-link:hover:after, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link:after, .navbar-expand-lg .navbar-nav .nav-link:focus:after, .navbar-expand-lg .navbar-nav .nav-item.active .nav-link:after { width: 100%; }
.navbar-expand-lg .navbar-nav .nav-item .btn:hover {background: transparent; border-color: var(--primary-color); color: var(--primary-color);}
header .dropdown-menu { border: 0; border-radius: 10px; padding: 20px; background: rgba(0, 0, 0, .7); box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2); }
header .dropdown-menu li { padding: 0px 0 10px; display: block; }
header .dropdown-menu li:last-child { padding: 0; }
header .dropdown-menu li a { font-size: 14px; color: #fff; padding: 0px; display: block; text-transform: uppercase; }
header .dropdown-menu li a:hover { color: var(--primary-color); }
.dropdown-toggle::after { content: "\f078"; font-family: "Font Awesome 5 Pro"; font-weight: 700; margin-left: 5px; border: 0 !important; vertical-align: middle; font-size: 10px; color: #fff; transform: rotate(0deg); transition: transform 0.4s; }
.dropdown:hover .dropdown-toggle::after { color: #fff; transform: rotate(180deg); transition: transform 0.4s; }
@media (min-width:1024px) {
    .navbar-nav .dropdown-menu { position: absolute; display: block; transform: scaleY(0); transform-origin: 0 0; transition: transform 0.4s; left: 0; top: 100%; min-width: 250px; }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; transform: scaleY(1); transition: transform 0.4s; }
    .navbar-nav .dropdown:hover > .dropdown-menu { margin: 0 !important; }
}

/* Footer
------------------- */
footer { color: #fff; position: relative; background: #252525; font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: #fff; }
.footer-links a:hover { color: var(--primary-color); }
.footer-links a:not(:last-child):after { content: "|"; padding: 0 8px; color: #fff; }
.ftco-footer-bottom-logo { padding: 0; margin: 0; }
.ftco-footer-bottom-logo li { list-style: none; margin: 0 20px; display: inline-block; }
.ftco-footer-bottom-logo li a img { max-height: 30px; }
.copyright { background: var(--secondary-color); color: #fff; font-size: 12px }
.copyright a:hover { color: #fff; }

/* Home
------------------ */
.banner-sect { position: relative; height: 100vh; display: flex; align-items: center; justify-content: center; color: #fff; z-index: 1; background-size: cover; background-repeat: no-repeat; }
.banner-area:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; z-index: -2; opacity: .3 }
.inner-banner-sect {height: 400px}
/* .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal { display: flex; align-items: center; position: unset; margin-top: 1rem; justify-content: center; }
.swiper-pagination-bullet { background: #d8d8d8; opacity: 1; width: 12px; height: 12px; }
.swiper-pagination-bullet-active { background: var(--primary-color); } */
.section-title :is(h1, h2, h3, h4, h5, h6) { line-height: 1.2; }
.section-title h1.clsTotalAdvertisementCount { font-size: 25px; }
.section-title h1 { font-size: 60px; font-weight: 700; color: var(--secondary-color); }
.section-title h1 span { font-size: 70px; }
.banner-title h1 {font-size: 50px; font-weight: 700; color: var(--secondary-color);}
.section-title h2 { font-size: 32px; font-weight: 700; color: var(--secondary-color); }
.section-title h3 { font-size: 22px; font-weight: 700; color: var(--secondary-color); }
.section-title h4 { font-size: 18px; font-weight: 700; color: var(--secondary-color); }
.section-title h5 { font-size: 16px; font-weight: 700; color: var(--secondary-color); }
.line { width: 120px; height: 4px; margin: 15px auto; background: var(--primary-color); }
.banner-form-sect { position: relative; z-index: 2; font-family: var(--title-font); }
.banner-form-block { position: absolute; left: 0; right: 0; padding: 17px 30px; background: #fff; border-radius: 50px; box-shadow: 0 5px 0px var(--primary-color); margin-top: 20px; }
.banner-form-block label { display: inline-block; color: var(--secondary-color); font-weight: bold; }
.banner-form-block .form-group { display: flex; align-items: center; gap: 5px; }
.form-group span{width:100%;}
.adv-sect { position: relative; }
.adv-slider-sect { position: relative; }
.adv-slider { position: relative; right: 0; left: 0; width: 60vw; }
.s-box, .pd-img { position: relative; padding-bottom: 150%; }
.pd-img { padding-bottom: 70% }
.s-box img, .pd-img img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.play-btn { position: absolute; top: 50%; left: 0; right: 0; color: #fff; z-index: 2; margin: 0 auto; transform: translateY(-50%); text-align: center; width: 90px; height: 90px; border: 4px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 46px; }
.play-btn:hover { color: var(--primary-color); border-color: var(--primary-color); }
.overlay { position: relative; z-index: 0; }
.overlay:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #000; opacity: .4; z-index: 1; }
.service-box { border: 1px solid #e0dede; border-width: 0 1px 1px 0; padding: 30px; height: 100%; font-size: 14px; }
[class*="col-md-"]:nth-child(2n) .service-box { border-width: 0 0 1px 0; }
[class*="col-md-"]:nth-child(3n) .service-box { border-width: 0 1px 0 0; }
[class*="col-md-"]:nth-child(4n) .service-box { border-width: 0 0px 0 0; }
.service-box .section-title { text-transform: uppercase; }
.service-img { height: 100%; }
.service-img img { height: 100%; object-fit: cover; width: 100%; }
.cta-sect { background-size: cover; }
.popular-box .section-title { text-transform: uppercase; }
.popular-icon { height: 38px; }
.popular-icon img { height: 36px; object-fit: contain; }

/*.testimonial-slider {overflow: inherit;}*/
.testimonial-slider .swiper-slide { height: auto; color: rgba(91, 91, 91, 0.85); font-size: 15px; margin: 50px 0; }
.testimonial-box { box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12); background-color: #fff; padding: 30px; border-radius: 20px; height: 90%; position: relative; }
.testimonial-box:after { content: " "; height: 0; width: 0; position: absolute; top: 100%; border: solid transparent; border-top-color: #fff; border-left-color: #fff; border-width: 12px 22px 12px 23px; left: 15%; }
.testimonial-icon { position: absolute; top: -42px; height: 62px; left: 0; }
.testimonial-author { font-weight: bold; margin: 30px 0 0 30px; }
.testimonial-slider .swiper-pagination-bullets, .testimonial-slider .swiper-pagination-bullets.swiper-pagination-horizontal { margin-top: 3rem }
.map { height: 400px; }

/* SEARCH
------------------------ */
.adv-page .container { max-width: 100%; }
.results-box { border-radius: 20px; border-left: 10px solid #0f7eb6; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09); background-color: #fff; padding: 15px; padding-left: 30px; margin: 0 0 50px; line-height: normal; }
/* .results-box:nth-child(3n), .results-box:nth-child(4n) {border-color: #f7b500;} */
.results-box a{color: var(--text-color);}
.results-box a:hover{color: var(--primary-color); text-decoration: underline;}
.results-box .section-title {text-transform: uppercase;}
.results-img {height: 180px;}
.results-img img {  height: 100%;   object-fit: contain;}
.social-icons {padding: 0 0 15px; margin: 0 0 15px; list-style: none; display: flex; align-items: center; border-bottom: 1px solid #979797;}
.social-icons li {margin: 0 10px 0 0;}
.social-icons li a {width: 33px; height: 33px; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.social-icons li a:hover {background: var(--secondary-color); color: #fff; text-decoration: none;}
.pagination .page-link { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 0; color: var(--text-color); font-weight: 600; margin: 10px; }
.pagination .active>.page-link, .pagination .page-link.active { background: var(--primary-color); color: #fff; }
.related-results { display: flex; flex-direction: column; gap: 40px; }
.related-results .popular-box { padding: 20px; box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.09); border-radius: 20px; }
.related-results .popular-box .section-title {text-transform: initial;}

/* Typeahead Search */
.twitter-typeahead{
    display: block !important;
}
#search_results, #city_select{
    height: 60px;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 398px;
    margin-top: 0px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #e0dfdf;
    border-radius: 8px;
    text-align: left;
}
.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    color: #000;
}
.tt-suggestion:hover {
    color: #f0f0f0;
    background-color: #f37c20;
}
.tt-suggestion p {
    margin: 0;
}
/* MEDIA
------------------------ */
@media (min-width:768px) {
    .top-menu-bar a span { display: none; }
}
@media (min-width:1200px) {
    .text-desc { font-size: 18px; }
    .parallex-sect { background-attachment: fixed; }
}
@media (min-width:1400px) {
    .container { max-width: 1150px; }
    .adv-page .container { max-width: 1450px; }
}
@media (min-width:1700px) {
    .service-box { padding: 40px; font-size: 16px }
}
@media (max-width:1200px) {
    .container { max-width: 100%; }
    .banner-title .section-title br { display: none; }
    .banner-title p { padding: 0 }
}
@media (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .section-title h1 { font-size: 30px; }
    .section-title h1 span { font-size: 40px; }
    .banner-title h1 {font-size: 30px;}
    .section-title h2 { font-size: 28px; }
    .section-title h3 { font-size: 20px; }
    .section-title h4 { font-size: 18px; }
    .section-title h5 { font-size: 16px; }
    .banner-title p { font-size: 15px; }
    .banner-form-block {left: 10px; right: 10px;}
    /* .service-box p, .popular-box p { display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;  overflow: hidden;} */
}
@media (min-width:768px) and (max-width:1024px) {
    html, body { overflow-x: hidden; font-size: 12px; }
    .section-title h1 { font-size: 30px; }
    .section-title h1 span { font-size: 40px; }
    .banner-title h1 {font-size: 30px;}
    .section-title h2 { font-size: 24px; }
    .section-title h3 { font-size: 18px; }
    .section-title h4 { font-size: 16px; }
    .section-title h5 { font-size: 15px; }
    .banner-title p { font-size: 12px; }
    .service-box {padding: 15px; font-size: 12px;}
    .testimonial-slider .swiper-slide {font-size: 12px;}
    .service-box p{ display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;  overflow: hidden;}
    .adv-sect,.popular-sect{padding:10px;}
}
@media (max-width:992px) {
    header { padding: 2px 0 }
    .menushow { overflow: hidden; }
    .navbar-toggler { display: flex; border-radius: 0; }
    .mobile-toggle { width: 35px; height: 35px; margin: 0; cursor: pointer; z-index: 999; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0; border: 0 }
    .mobile-toggle.show { background: transparent; }
    .mobile-toggle svg { fill: var(--primary-color); width: 35px; height: 35px; }
    .line { fill: none; stroke: var(--primary-color); stroke-width: 4; transition: stroke-dasharray .6s cubic-bezier(.4, 0, .2, 1), stroke-dashoffset .6s cubic-bezier(.4, 0, .2, 1); }
    .line1 { stroke-dasharray: 60 207; }
    .show .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; }
    .line2 { stroke-dasharray: 60 60; }
    .show .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; }
    .line3 { stroke-dasharray: 60 207; }
    .show .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; }
    .main-menu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; display: flex; align-items: center; flex-direction: column; background: #fff; padding: 40px 20px; will-change: opacity; transform: translateX(-120%); transition: transform 0.4s; }
    .main-menu.show { transform: translateX(-0%); transition: transform 0.4s; }
    .main-menu ul.navbar-nav { margin: 0; flex-direction: column; align-items: flex-start !important; width: 100%; padding: 0px 0; }
    header ul.navbar-nav > li { padding: 0px; }
    .navbar-expand-lg .navbar-nav .nav-item { display: block; width: 100%; padding: 0px; margin: 10px 0 }
    header .navbar-expand-lg .navbar-nav li > .btn { margin: 10px 0 0; }
    header .navbar-expand-lg .navbar-nav li > .nav-link { font-size: 20px; padding: 10px 0; display: inline-block; justify-content: space-between; align-items: center; color: var(--secondary-color); }
    header .navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, header .navbar-nav .nav-link.active { background: transparent; color: var(--primary-color); }
    .dropdown-toggle.show::after { color: var(--primary-color); transform: rotate(180deg); transition: transform 0.4s; }
    header .navbar-nav .dropdown { position: relative; }
    .dropdown-toggle::after { color: var(--secondary-color); }
    header .navbar-nav .dropdown-menu { box-shadow: none; padding: 15px; background: #f9f9f9; }
    header .navbar-nav .dropdown-menu ul { margin-bottom: 20px; }
    header .navbar-nav .dropdown-menu ul li a { color: var(--secondary-color); }
    header .navbar-nav .dropdown-toggle.show { color: var(--primary-color); }
    header .dropdown-menu li { padding: 5px 0; }
    .megamenu-ttl { font-size: 14px; margin: 0 0 5px !important; }
    header ul > li > .nav-link { line-height: normal; }
}
@media (max-width:767px) {
    html, body { overflow-x: hidden; font-size: 14px; }
    .mobile-hide { display: none; }
    footer { padding: 60px 0; font-size: 13px; }
    .ftco-footer-bottom-logo li { list-style: none; margin: 0 5px 0 5px; display: inline-block; }
    .ftco-footer-bottom-logo li a img { max-height: 18px; }
    .copyright { font-size: 12px; }
    .map { /*height: 250px;*/ }
    .banner-sect { height: 500px; margin: 0 0 10rem; }
    .banner-sect-mobile { height: 200px !important; margin: 0 0 0rem; }
    .banner-form-sect{padding:15px;}
    .inner-banner-sect { height: 400px; }
    /* .banner-form-block { border-radius: 20px; left: 15px; right: 15px; position: unset; margin-top: 3rem; } */
    .banner-form-block {border-radius: 20px;left: 10px;right: 10px;/*top: -20rem;*/}
    .banner-form-block .form-group { display: block; }
    .adv-slider { width: 100%; }
    .service-box { border-width: 0 0 1px 0 !important;padding:10px; }
    .testimonial-box { padding: 20px }
    .results-box {padding-left: 15px;margin: 0 0 25px;}
    .tt-menu { width: 310px;}
    .testimonial-icon{height: 42px;top: -27px;}
}

.eachPhone{padding: 5px 15px;}
.eachPhone a{color: #fff;}
.social-icons img{cursor: pointer;}
.sticky-element { position: sticky; top: 0; /* sticks to the top when you scroll */ z-index: 999; /* optional, to make sure it stays above other content */ }

.popular-box a { color: #000; }
.popular-box a:hover { color: var(--primary-color); }

.photosSwiper {
	width: 100%;
	max-width: 725px; /* or any upper limit you prefer */
	height: auto;
	aspect-ratio: 16 / 10; /* or remove if you want flexible height */
	margin: 0 auto;
}
.photosSwiper img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures images cover the container without distortion */
}
.swiper-slide.photosSwiperSlide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    flex-shrink: 0; /* Optional, prevents collapsing in swiper */
}
.photosSwiperImg {
	width: 100%;
	height: auto;
	object-fit: contain;
    /* object-fit: cover; */
	max-height: 300px;
	display: block;
	margin: auto;
}

.minisite_nav_pills{
    border-bottom: 1px solid #ccc;
}
.minisite_nav_link{
    color: #000;
}
.minisite_nav_link:focus, .minisite_nav_link:hover {
    color: #000;
}
.minisite_nav_pills .minisite_nav_link.active, .minisite_nav_pills .show>.minisite_nav_link {
    background-color: var(--primary-color);
}
.minisite_nav_pills .minisite_nav_link {
    border-radius: 0;
    /* padding: 15px 35px; */
    /* padding: 22px 47px 23px 46px; */
    padding: 10px 30px 10px 30px;
    margin: 0 0px;
    font-size: 20px;
    font-weight: 700;
}
.minisite_line {
    width: 62px;
    height: 4px;
    margin: 15px 0;
    background: var(--primary-color);
}
.minisite_nav_item .minisite_nav_link {
    display: block;
    width: 100%;
    text-align: left;
}
.minisite_nav_item .minisite_nav_link.active {
    background-color: var(--primary-color);
}


.social-icons-minisite {padding: 0 0 20px; margin: 0; list-style: none; display: flex; align-items: center; font-size: 20px;}
.social-icons-minisite li {margin: 0 10px 0 0;}
.social-icons-minisite li a {width: 33px; height: 33px; color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%;}
.social-icons-minisite li a:hover {background: var(--secondary-color); color: #fff; text-decoration: none;}
.social-icons-minisite img{cursor: pointer;}

.clsSocialIconMinisite{ width: 24px; height: 24px; }
img.clsSocialIconMinisite {
    filter: brightness(0) saturate(100%) invert(0);
}
.contact-success-icon { width: 50px; height: 50px; }
.offers-icon { width: 26px; height: 26px; }

.section-title .clsSectionTitle{
    font-size: 26px;
    margin-bottom: 41px;
}
.minisite-box{
    padding: 0px;
    padding-left: 32px;
    /* padding-bottom: 38px; */
    padding-bottom: 10px;
    padding-top:38px;
}
/* #masonry-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
#gallery {
    padding: 0 15px;
} */
.gallery-img {
    width: 100%;
    transition: transform 0.3s ease;
    cursor: zoom-in;
}
.gallery-img:hover {
    transform: scale(1.03);
}
#gallery .col-sm-6 {
	padding: 7px;
}

@media (max-width: 760px) {
    /* .minisite_nav_pills {
        flex-direction: column !important;
        align-items: stretch;
    }
    .minisite_nav_item {
        width: 100%;
    }
    .minisite_nav_link {
        text-align: left;
    } */
    .minisite_nav_pills {
        flex-direction: row !important; /* horizontal instead of column */
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch; /* smoother iOS scrolling */
        scrollbar-width: none; /* hide scrollbar on Firefox */
    }
    .minisite_nav_pills::-webkit-scrollbar {
        display: none; /* hide scrollbar on WebKit browsers */
    }
    .minisite_nav_item {
        flex: 0 0 auto; /* prevent shrinking */
    }
    .minisite_nav_pills .minisite_nav_link {
        white-space: nowrap;
        text-align: center;
        /* padding: 10px 20px; */
        padding: 10px;
        font-size: 16px;
    }
    .minisite-box{
        padding-left: 0;
    }
    .social-icons-minisite{
        font-size: 16px;
    }
    .section-title .clsSectionTitle{
        font-size: 22px;
    }
}
.home-banner-section-title{
    margin-top: -70px;
}
.border-left-blue {
	border-left: 10px solid #3668C9;
}
.border-left-orange {
	border-left: 10px solid #CF661B;
}
.border-left-red {
	border-left: 10px solid #FF0000;
}
.border-left-grey {
	border-left: 10px solid #696969;
}
.section-title h4.clsServicesTitle{
    font-size: 20px;
}
.clsServicesLink{
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.18;
    letter-spacing: 2px;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
}
.service-box p{
    font-size: 15px;
}
.banner-form-block-advertise { margin-top: 0px;}
.clsLinkColorBlack{ color: #000; }
.clsLinkColorBlack:hover{ color: var(--primary-color); }
.clsLinkColorBlack.active{ color: var(--primary-color); }
.clsColor-PrimaryColor{ color: var(--primary-color); }

/* @media (max-width: 767.98px) {
    .adv-mobile {
        position: sticky; */
        /* top: 0; */  /* same sticky behavior on mobile */
        /* z-index: 1050; */
        /* background: #fff; */ /* optional */
    /* }
}
 */
.container-sidebanner-mobile{
    position: fixed;
    width: 92%;
    max-width: 400px;
    z-index: 99999;
    bottom: 0;
}
.container-sidebanner-mobile img{
    width: 100%;
    height: auto;
}
@media (min-width: 768px) { /* desktop */
    .desktop-subcategories-sidebanner-sm {
        max-width: 300px; /* adjust size */
        height: auto; /* maintain aspect ratio */
    }
}
.minisite-box-inner-page{
    border-left: none;
    padding-left: 10px;
}
.clsMinisiteCompanyLogo{
    height: 200px;
}
/* Desktop */
@media (min-width: 768px) {
    .banner-sect-result-page {
        height: unset !important;
        top: 100px;
        /* bottom: 50px; */
        margin-bottom: 50px;
    }
    .banner-sect-result-page h1 {
        font-size: 40px;
    }
}
/* Mobile */
@media (max-width: 767px) {
    .banner-sect-result-page {
        height: unset !important;
        top: 50px;
        margin-bottom: 0px;
    }
    .banner-sect-result-page h1 {
        font-size: 34px;
    }
}
