/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/


/*-------- START EVENT STYLE CSS --------*/
.scva-event-in-col {
    padding: 15px 10px 22px;
}

.scva-event-in-img-box a {
    display: flex;
}

.scva-event-in-img-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.scva-event-in-box {
    border-radius: 25px;
    background: #eef2f5;
    padding: 20px 20px;
    height: 100%;
    position: relative;
}
.scva-event-icon-div {
    width: 40px;
    height: 40px;
    background: #C15F28;
    display: flex;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: 13px;
    z-index: 9;
}

.scva-event-icon-div i {
    color: white;
    font-size: 20px;
    margin: auto;
}

.scva-event-list-title {
    color: #2b4f70;
    font-size: 22px;
    display: block;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0px;
    padding-bottom: 15px;
}

.scva-event-list-desc {
       color: #607182;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 18px;
}

.scva-event-in-desc {
    padding: 20px 0px 0px;
}

.scva-event-meta-icon-outer img {
    width: 100%;
    height: 20px;
    object-fit: contain;
    margin: auto;
    filter: invert(1);
}

.scva-event-meta-icon-outer {
    background: #2b4f70;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
}

.scva-event-meta-row {
    display: flex;
    margin-bottom: 8px;
}

.scva-event-meta-lft-col {
    margin-right: 10px;
}

.scva-event-schedule-details {
    margin: auto;
}

.scva-event-meta-rght-col {
    display: flex;
}
.scva-event-icon-div a {
    display: flex;
    width: 100%;
}
ul.ins-events-tab-ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
}

ul.ins-events-tab-ul li button {
    background: #2b4f70;
    color: white;
    cursor: pointer;
    font-size: 18px;
    display: block;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 37px;
    border-radius: 20px 20px 0px 0px;
    border: none;
}

ul.ins-events-tab-ul li{
    margin: 0px 12px;
}

ul.ins-events-tab-ul li.active-tab button {
    background: #c15f28;
}
.scva-event-schedule-address {
    display: flex;
}
.scva-event-schedule-venue-link {
    color: black;
    margin: auto;
    display: flex;
}
.tribe-events-venue {
    margin: auto;
}
.scva-event-bottom-block {
    padding: 30px 30px;
    border: 3px solid #eef2f5;
    border-radius: 25px;
    position: relative;
}

.scva-event-slider .slick-arrow {
        font-size: 20px;
    color: white;
    background: #2b4f70;
    width: 52px;
    height: 52px;
    display: flex;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
}

.scva-event-slider .slick-arrow i {
    margin: auto;
}

.scva-event-slider .ad_prev {
    position: absolute;
    top: 40%;
    left: -58px;
}

.scva-event-slider .ad_next {
    position: absolute;
    top: 40%;
    right: -58px;
}
/*-------- END EVENT STYLE CSS --------*/

/*------------------ EVENTS PAGE CSS--------------*/
.filter_col.show {
    display: flex;
}

.filter_col {
    display: none;
}       
#myBtnContainerFilter .btn-primary.active {
    background: #C7744C;
    border-color: #C7744C;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    justify-content: center;
}

div#myBtnContainerFilter {
    text-align: center;
}

.row.form_row_3 input {
    background-color: #ECEDEF;
    border: 1px solid #ECEDEF;
    border-radius: 0;
    box-shadow: none;
    color: #2B4E6E;
    font-size: 20px;
    font-weight: 200;
    padding: 6px 10px !important;
    width: 100%;
}

.form_row_3 .col-md-4 input{
    font-size: 18px;
}

input[type="submit"] {
    background-color: #8CAB5D;
    border: 2px solid #8CAB5D;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 8px 18px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    white-space: normal;
    width: auto;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-8 label {
    width: 100%;
}

div#date_filter {
    text-align: center;
}

.ins-fil-col {
    width: 33.33%;
}

.site_button {
    display: flex;
    background: #c15f28;
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    width: 200px;
    height: 50px;
    border-radius: 10px;
}
.site_button span{
    margin: auto;
}

.ins-view-all-events-block {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

/*--------- Start Brochure Order Form ---------*/
.scva-brochure-row {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}

.scva-brochure-col {
    padding: 10px 10px;
}

.scva-brochure-img-box img {
    width: 100%;
    height: 225px;
    object-fit: contain;
}

.scva-brochure-box {
    border: 5px solid #F3F4F6;
}

.scva-brochure-box a {
    margin: auto;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
}
div#input_2_9 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div#input_2_9 > div {
    width: 25%;
}

/*------------- Event Detail Page -----------*/
.scva-event-detail-inner-block a.back-btn-detail {
    background: #2B4F71;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 18px 30px;
    border-radius: 12px;
    transition: .4s all ease;
    display: block;
    width: fit-content;
    /* margin-left: auto; */
    margin-bottom: 30px;
}
.scva-event-detail-inner-block a.back-btn-detail:hover {
    transition: .4s all ease;
    background: #C25F28;
    color: #FFF;
}

.scva-ed-inner-title-div-row {
    display: flex;
    background: #eef2f5;
    padding: 10px 10px;
    margin-bottom: 30px;
}
.scva-ed-inner-title-col {
    width: 50%;
}
.scva-ed-inner-date-col {
    width: 50%;
}
.ed-desc-ot-row {
    display: flex;
}
.ed-desc-ot-left-col {
    width: 40%;
}
.ed-desc-ot-right-col {
    width: 60%;
    margin: auto;
    padding-left: 30px;
}

.ed-desc-ot-left-col img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 15px;
}
.ed-recurring-text {
    color: #C15F28;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.scva-ed-inner-description-block {
    margin-bottom: 30px;
}

.ed-other-details-row {
    display: flex;
}

.ed-other-details-box {
    border-radius: 15px;
    background: #eef2f5;
}

.ed-other-details-title {
    background: #C15F28;
    color: white;
    padding: 10px 10px;
    border-radius: 15px 15px 0px 0px;
}

.ed-other-details-title h3 {
    margin: 0px;
}

.col-6 {
    padding: 10px 10px;
}
.ed-other-details-lft-inner {
    padding-bottom: 20px;
}

.ed-other-details-desc {
    padding: 15px 15px;
}
div#scva_event_map {
    border-radius: 15px;
	height:auto !important;
}
div#scva_event_map > div {
       height: 350px !important;
	position:relative !important;
}
.scv-evnt-pag-cls {
    color: #2b4f70;
    border: 3px solid #eef2f5;
    border-radius: 10px;
    padding: 12px 26px;
    justify-content: center;
    font-size: 19px;
}

.scva-events-nav-pagination {
    display: flex;
    margin-top: 40px;
}

.scva-events-nav-pag-right {
    justify-content: right;
    display: flex;
}

.scva-events-nav-pag-left {
    display: flex;
    justify-content: left;
}
.ed-other-dt-row {
    display: flex;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #2b4f70;
}

.ed-other-dt-lft {
    width: 29%;
    color: #2b4f70;
    font-size: 20px;
    font-weight: 600;
}

.ed-other-dt-row:last-child, .ed-gmap-row {
    border-bottom: none !important;
}

.ed-other-dt-rght {
    width: 71%;
}


/*-------------- Property Detail page -------*/
.scva-property-details-img-box {
    position: relative;
}

.scva-property-title-block {
    display: flex;
}

h3.scva-property-title {
    color: #2B4F70;
    margin: 0px;
    font-size: 34px;
    display: block;
    font-weight: 700;
    line-height: 1.2;
        margin: auto 0px;
}

.scva-site-btn {
    background: #C15F28;
    color: white;
    width: 180px;
    display: flex;
    height: 54px;
    border-radius: 10px;
    font-size: 20px;
}

.scva-site-btn span {
    margin: auto;
}

.scva-property-titel-right {
    display: flex;
    justify-content: right;
    width: auto;
}

.scva-property-title-left {
    width: 100%;
    display: flex;
}
.scva-property-details-main-row {
    display: flex;
}

.scva-property-details-col-1 {
    width: 35%;
}

.scva-property-details-col-2 {
    width: 35%;
        padding: 0px 20px;
        position: relative;
}

.scva-property-details-col-3 {
    width: 30%;
}
.scva-property-title-outer-block {
    padding-bottom: 20px;
    border-bottom: 3px solid #2B4F70;
    margin-bottom: 35px;
}
.scva-property-details-img-box .swiper {
    position: relative;
    overflow: hidden;
}

.scva-property-details-img-box .swiper-wrapper img {
    width: 100%;
    height: 365px;
    border-radius: 20px;
}

.scva-property-details-in-box {
    height: 100%;
    border: 1px solid #2B4F70;
    border-radius: 20px;
    position: relative;
}

.scva-property-details-in-box .scva-property-box-dt:nth-child(odd){
    background: white;
}
.scva-property-details-in-box .scva-property-box-dt:nth-child(even){
    background: #eef2f5;
}

.scva-property-box-dt{
    padding: 15px 20px;
}
.sc-loc-title {
    color: #c15f28;
    display: block;
    font-weight: 700;
}

.sc-loc-desc {
    color: #2b4f70;
}
.scva-property-details-in-box .scva-property-box-dt:last-child {
    border-radius: 0px 0px 20px 20px;
}
.scva-property-details-in-box .scva-property-box-dt:first-child {
    border-radius: 20px 20px 0px 0px;
}
.scva-member-logo-div {
    position: absolute;
       top: -36px;
    right: 35px;
    z-index: 9;
}

.scva-member-logo-div img {
    width: 100%;
    height: 105px;
    object-fit: contain;
}
.location-pro-desc-width {
    width: 70%;
}
.scva-prop-btn {
    width: 100%;
    display: flex;
    padding: 15px 10px;
    background: #c15f28;
    color: white;
    font-size: 20px;
    border-radius: 10px;
}

.scva-prop-btn span {
    margin: auto 9px;
}

.scva-property-other-dt-visit-box {
    margin: 15px 0px;
}
.scva-property-contact-box {
    border: 1px solid #2B4F70;
    background: #eef2f5;
    padding: 20px 20px;
    border-radius: 17px;
    margin-top: 25px;
}

.scva-property-ct-div img {
    width: 100%;
    height: 24px;
    object-fit: contain;
    filter: invert(1);
    margin: auto;
}

.scva-property-ct-div {
    background: #2B4F70;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    display: flex;
}

.scva-property-ct-row {
    display: flex;
    margin-bottom: 13px;
}

.scva-property-ct-row:last-child {
    margin-bottom: 0px;
}

.scva-property-ct-rght-col {
    margin: auto 10px;
}
div#scva_prop_map {
    border-radius: 17px;
    border: 1px solid #2B4F70;
}

.scva-property-other-dt-btn-box {
    margin-bottom: 25px;
}

.scva-pop-up-lg-reg-block {
    position: fixed;
    top: 5%;
    right: -100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px 25px;
    z-index: 999;
    transition: 1s !important;
    width: 35%;
}
.active_lg_panel{
    right: 0 !important;
}
.scv-busns-btn {
    background: #C15F28;
    color: white;
    width: 230px;
    display: flex;
    height: 54px;
    border-radius: 10px;
    font-size: 20px;
}

.scv-busns-btn span {
    margin: auto;
}

.scva-bussiness-action-bar ul {
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.scva-bussiness-action-bar ul li {
    padding: 0px 10px;
}

.scva-business-category-links {
    display: block;
    text-align: center;
}

.sc-grn-btn {
    background: #84A655 !important;
}
.toast_ins.show {
    display: block;
    opacity: 1;
}
div#added_trip_Toast {
    margin-top: 15px;
}

/*----------- Trip Planner Page -----------*/
ul.scva-bussiness-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    list-style-type: none;
}

ul.scva-bussiness-ul li {
    width: 25%;
    padding: 10px 10px;
}

.scva-business-logo img {
    width: 100%;
    height: 282px;
    object-fit: contain;
}

.mapp-layout {
    border: 1px solid #E9EAEE !important;
    width: 100% !important;
}
.mapp-map-links {
    border-top: none !important;
}
.mapp-map-links a{
        color: #C7744C;
        font-size: 18px;
        font-weight: 700;
}

.scva-event-icon-div .fa:before {
    background: transparent !important;
}


/*----------- DOVE MAP PAGE --------------- */
.sc-dove-map-main-cont-row {display: flex;}

.sc-dove-map-main-cont-left-col {
    width: 70%;
}

.sc-dove-map-main-cont-right-col {
    width: 30%;
    padding-left: 20px;
}
div#dove-map-id {
    height: 400px;
}
.sc-dove-map-block {
    margin-top: 0px;
    border: 2px solid #8CAB5D;
    padding: 10px;
}

.dov-log-image-div img {
    width: 238px;
    height: 83px;
    object-fit: contain;
}
#map_img {
    float: right;
    padding-left: 15px;
}
div#map_img img {
    width: 100%;
    height: 280px;
    object-fit: contain;
}


/*--------------- SC EXPLORE -----------*/
.sc-explore-main-dv-row {
    display: flex;
}

.sc-explore-main-dv-left-col {
    width: 25%;
}

.sc-explore-main-dv-right-col {
    width: 75%;
}

ul.search-ul-sl {
    padding: 0px;
    list-style-type: none;
    display: block;
    width: 100%;
}

ul.search-ul-sl li {
    width: 100%;
}
.container_ex {
    padding: 0px 20px;
}

/*---------- ITINERARY PAGE -------------*/
.ig-sc-row {
    display: flex;
}

.ig-sc-left-col {
    width: 40%;
}

.ig-sc-rght-col {
    width: 60%;
}
.ig-sc-ititery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.ig-sc-ititery-grid-col {
    padding: 20px 10px;
    cursor: pointer;
}

.iv-itinry-rpce-dv-row {
    display: flex;
}

.iv-itinry-rpce-dv-left-col {
    width: 35%;
}

.iv-itinry-rpce-dv-rght-col {
    width: 65%;
}

.iv-itinry-explore-feature-div img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

ul.ivc-itniry-dp-ul {
    padding: 0px;
    list-style-type: none;
    display: block;
}

ul.ivc-itniry-dp-ul li {
    display: block;
    margin-bottom: 19px;
        position: relative;
}

.ivc-itniry-dp-row {
    display: flex;
}

.ivc-itniry-dp-rleft-col {
    width: 30%;
}

.ivc-itniry-dp-rleft-col img {
    width: 100%;
    height: 107px;
    object-fit: cover;
}
.ivcrw-count {
    background: #C15F28;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.ivc-itniry-dp-rrght-col {
    position: relative;
    width: 75%;
}

/*---*/
.loader-itn1 {
    width: 48px;
    height: 48px;
    border: 5px solid #000;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}

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


.ig-sc-section {
    position: relative;
}

.itinry-outer-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #888888b8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itinry-outer-loader {
    display: none;
}
.loader-itn1 {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 10%;
}

.itn-map-vol img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}

.itn-map-vol h3 {
    font-size: 22px;
    color: black;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.itn-map-vol .fa:before {
    background: #2B4F70;
    color: #fff;
    display: inline-block !important;
    padding: 10px 10px;
    border-radius: 7px;
    font-size: 14px;
}
.itn-map-vol .d-block span {
    color: #2B4F70;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 5px;
}
.itn-map-vol .d-block{
    border-bottom: 1px solid #2B4F7080;
    padding: 8px 0px;
}
.itn-map-vol {
    width: 320px;
}
.custom-marker {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #C15F28;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.ivw-itnry-second-abs-section {
    background: white;
    position: fixed;
    width: 100%;
    height: 90%;
    bottom: 0;
    left: 0;
    z-index: 99;
    border-top: 4px solid #d57851;
}
.ivw-itnry-second-abs-section{
    display: none;
}
.itn-map-vol img {
    width: 100%;
    height: 148px;
    object-fit: cover;
}

.itn-map-vol h3 {
    font-size: 22px;
    color: black;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.itn-map-vol .fa:before {
    background: #2B4F70;
    color: #fff;
    display: inline-block !important;
    padding: 10px 10px;
    border-radius: 7px;
    font-size: 14px;
}
.itn-map-vol .d-block span {
    color: #2B4F70;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 5px;
}
.itn-map-vol .d-block{
    border-bottom: 1px solid #2B4F7080;
    padding: 8px 0px;
}
.itn-map-vol {
    width: 320px;
}
.custom-marker {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #C15F28;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

/*-------- Itinerary Detail Page -----------*/
.swipe-slide-itn img {
    width: 100%;
    height: 365px;
    border-radius: 20px;
}
.swipe-itn-row .slick-arrow .fa {
    color: red;
    font-size: 20px;
    z-index: 999;
}

.swp-lft-arw {
    position: absolute;
    top: 10%;
    left: 0;
}
.swp-rght-arw{
    position: absolute;
    top: 10%;
    right: 0;
}

.ivw-itn-botom-inner-section {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
}
.itwsecond-itnry-in-loader-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #181616b5;
    z-index: 9;
    top: 0;
    left: 0;
}

.itenray-mn-section {
    position: relative;
}
.itwsecond-itnry-in-loader-sec{
    display: none;
}
.ivw-itinerary-container {
    position: relative;
}

.ivw-itinerary-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12%;
    background: white;
    top: -13%;
    left: 0;
    z-index: -1;
    filter: blur(18px);
}
/*-----------*/
.ivw-ner-plc-txt {
    background: #c15f28;
    display: block;
    color: white;
    text-align: center;
    font-size: 29px;
    font-weight: 500;
    padding: 10px;
}

.ivw-nr-plcs-itn-box {
    padding: 15px 15px;
    height: 450px;
    overflow: auto;
}

.itp-nearby-plc-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 25px;
}

.itp-nearby-plc-col {
    padding: 10px 10px;
}
/*---------------------*/
ul.pagination_of_ul {
    display: flex;
    justify-content: right;
    list-style-type: none;
}

ul.pagination_of_ul li {
    display: block;
    margin: 5px 5px;
    padding: 10px 10px;
    color: black;
}

.active_pg_itn {
    background: #c15f28;
}
.itpw-ajx-response-div {
    height: 350px;
    overflow: auto;
}

span.loader-2-near {
    width: 48px;
    height: 48px;
    border: 3px solid #021e7a;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    margin-top: 82px;
}

span.loader-2-near:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #FF3D00;
}

.itp-inr-loader-out {
    background: #c15f288c;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.itpw-ajx-response-div {
    position: relative;
}
.itp-inr-loader-out{
    display: none;
}
.ivw-nr-plcs-itn-box{
    position: relative;
}
.itpw-nearr-response-main-div{
    position: relative;
}

/*=================== CUSTOM POPUP =============*/
#itinry-li-lft-PopUp {
    background: white;
    box-shadow: 10px 10px 10px 10px #1a19194f;
    position: fixed;
    width: 40%;
    height: 53%;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    z-index: 999;
    transition: 1s !important;
    transform: scale(0);
}
.activepopupBlock{
    transform: scale(1) !important;
}
.blur_bgp {
    background: white !important;
    filter: blur(6px) !important;
}

.itinry-close-btn {
    color: white;
    font-size: 20px;
    background: #c15f28;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: -14px;
    right: -3px;
}
.itnry-li-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3a3838ab;
    display: flex;
    justify-content: center;
}

.itnry-li-loader .loader-2-near {
    margin-top: 9px !important;
}
.itnry-li-loader{
    display: none;
}

.scv-explore-iner-row {
    display: flex;
}
.scv-explore-left {
    width: 25%;
}

.scv-explore-right {
    width: 75%;
}
.left-cat-div label {
    display: block;
    margin-bottom: 10px;
}
.left-cat-div label input {
    width: 16px;
    height: 16px;
}
.CAt-col {
    position: relative;
}

.display_show_trip_cls{
    display: block !important;
}
.added_plan_trip_show_div {
    display: none;
}   
.scv-explore-left {
    position: sticky;
    top: 0px;
    left: 0;
}

/* ============================ Featured Business Slider ============================= */

.featured-bussiness-slides .featured-container{
    align-items: center;
    padding: 30px 35px;
    display: flex !important;
}
.scv-feature-bussiness-wrapper{
    background: #EEF1F4;
}
.featured-bussiness-slides .featured-image img{
    height: 408px;
    object-fit: cover;
    border-radius: 10px;
}
.featured-bussiness-slides .featured-content{
    padding: 0 40px 0 20px;
    display: grid;
    gap: 10px;
    width: 62%;
}
.featured-bussiness-slides .featured-image{
    width: 38%;
    display: flex;
    justify-content: center;
}
.featured-bussiness-slides .featured-title h2{
    font-family: "Inter", Sans-serif;
    color: #002546 !important;
    font-weight: 700;
}
.featured-bussiness-slides .featured-link{
    text-decoration: none;
    padding: 15px 18px;
    background: #c15f28;
    color: white;
    font-size: 18px;
    border-radius: 10px;
}
.featured-bussiness-slides .featured-editor{
    color: #607182;
    font-size: 17px;
    line-height: 25px;
    font-family: "Inter", Sans-serif;
}
.featured-bussiness-slides .featured-button{
    margin-top:15px;
}
.featured-bussiness-slides .slick-arrow{
    font-size: 20px;
    color: white;
    background: #2b4f70;
    width: 52px;
    height: 52px;
    display: flex;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
}
.featured-bussiness-slides .fb_prev{
    position: absolute;
    top: 40%;
    left: -25px;
}
.featured-bussiness-slides .fb_next{
    position: absolute;
    top: 40%;
    right: -25px;
}
.featured-bussiness-slides .fa-angle-right {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='23' viewBox='0 0 12 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.48047 21.3347L9.78405 13.0312C10.7647 12.0505 10.7647 10.4458 9.78405 9.4652L1.48047 1.16162' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}
.featured-bussiness-slides .fa-angle-left {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='23' viewBox='0 0 12 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1016 21.3347L1.79798 13.0312C0.817341 12.0505 0.817341 10.4458 1.79798 9.4652L10.1016 1.16162' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
}

/* ============================ Business Hero Slider ============================= */
.scv-explore-container {
    margin: 0 !important;
}
.business_hero_slider .business-slider-container{
    background-repeat: no-repeat;
    background-size: cover; 
    position: relative;
}
.business_hero_slider .business-slider-heading h1{
    font-size: 50px;
    font-weight: 700;
    color: #ffffffeb;
    text-shadow: -4px 4px #1f1f1f;
    font-family: "Inter", Sans-serif;
}
.business_hero_slider .business-slider-description  p{
    color: #ffffffeb;
    font-size: 25px;
    font-weight: 500;
    text-shadow: -2px -2px #1f1f1f;
    font-family: "Inter", Sans-serif;
}
.business_hero_slider .bn_prev{
    padding-left: 35px;
    left: 0;
}
.business_hero_slider .bn_next{
    padding-right: 35px;
    right: 0;
}
.business_hero_slider .bn_next,
.business_hero_slider .bn_prev{
    position: absolute;
    top: 45%;
    z-index: 99;
}
.business_hero_slider .bn_next img,
.business_hero_slider .bn_prev img{
    width: 55px;
    height: 55px;
}
.page-template-sv-bussiness-category .bredcumb-title{
    display: none;
}
.business_hero_slider .bg-overlay{
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 15%);
    position: absolute;
    top: 0;
    left: 0;
}
.business-slider-img img.b_l-img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 550px;
}
.heading_b2 {
    position: absolute;
    bottom: 12%;
    left: 5%;
    width: 40%;
}

@media (max-width: 768px) {
    .featured-bussiness-slides .featured-container {
        display: block !important;
    }
    .featured-bussiness-slides .featured-image,.featured-bussiness-slides .featured-content{
        width: 100%;
    }
    .featured-bussiness-slides .featured-content {
        padding: 30px 0;
    }
    .featured-bussiness-slides .fb_prev {
        left: 2px;
    }
    .featured-bussiness-slides .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .featured-bussiness-slides .fb_next {
        right: 2px;
    }
    .business_hero_slider .business-slider-content {
        padding: 0 20px 5px 25px;
        width: 100%;
    }
    .business_hero_slider .business-slider-heading h1 {
        font-size: 36px;
    }
    .business_hero_slider .business-slider-description  p {
        font-size: 16px;
    }
    .business_hero_slider .slick-arrow{
        display: none !important;
    }
	.business-slider-img img.b_l-img { 
    height: 350px;
	}
	.heading_b2 {
		position: absolute;
		bottom: 12%;
		left: 5%;
		width: 100%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .business-slider-img img.b_l-img { 
        height: 400px;
    }
    .heading_b2 {
        position: absolute;
        bottom: 12%;
        left: 5%;
        width: 50%;
    }
	
    .business_hero_slider .business-slider-content {
        padding: 0 50px 5px;
        width: 600px;
    }
    .business_hero_slider .business-slider-heading h1 {
        font-size: 40px;
    }
    .business_hero_slider .business-slider-description  p {
        font-size: 18px;
    }
    .business_hero_slider .slick-arrow{
        display: block !important;
    }
}

.business-category-description {
    padding: 0 150px;
    font-size: 22px;
    text-align: center;
    color: #82A64E;
    margin-top: 30px;
    line-height: 1.5;
}

/* ============================ Search box & Result ============================= */
.scva-search .dropdown {
	position: relative;
	display: inline-block;
}

.scva-search .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0 8px 16px rgba(0,0,0,0.2);
	padding: 10px;
	z-index: 1;
}

.scva-search .dropdown-content label {
	display: block;
	margin-bottom: 8px;
}

.scva-search #searchBox {
	padding: 8px;
}

/* ============================ Search Page ============================= */
.scva-search-page .page-content {
    display: block !important;
	width: 100%;
}
.search-results .page-content .post .entry-title a{
	width:100%!important;
}
.scva-search-wrapper .view-btn-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.scva-search-page .filter_row{
	display: flex;
    align-items: center;
    flex-direction: column;
	gap: 30px;
}
.scva-search-in-box{
	display:flex;
	gap: 30px;
}
.filter_row .scva-search-in-box a {
	width:30%;
}
.filter_row .scva-search-in-box a img{
	height:200px;
	width:100%;
	object-fit: contain;
}
.filter_row .scva-search-in-box .search_content{
	width:70%;
}
.scva-search-page #searc-filter-btn button {
    color: #fff;
    font-weight: 500;
    border: 2px solid #2B4F70;
    background: #2B4F70;
    padding: 0.7rem 3rem;
    font-size: 18px;
}

.scva-search-page #searc-filter-btn .btn-primary:hover {
    background: #C7744C;
    border-color: #C7744C;
    color: #fff;
    font-size: 18px;
}
.scva-search-page #searc-filter-btn .btn-primary.active {
    background: #C7744C;
    border-color: #C7744C;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.scva-search-page .scva-search-row {
    padding: 20px;
    background: #EEF1F4;
    border-radius: 10px;
    margin: 15px;
}

.scva-search-page .filter_row {
    display: none;
}
.search-wrapper .filter_row:not(.show) {
	display:none!important;	
}
.scva-search-page  .show {
    display: block;
}

.scva-search-page .nav-previous,
.scva-search-page .nav-next {
	display: none;
} 
.yo-content{    background: #fff;}

/* Business Listing Search page css */
/* filter css */
.page-template-business_listing_search .searchandfilter_.api_searchandfilter {
    margin-bottom: 40px;
}
.page-template-business_listing_search .searchandfilter_.api_searchandfilter h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #C7744C;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-template-business_listing_search form#api_searchandfilter {
    background: #EEF1F4;
    margin-top: 30px;
    padding: 20px;
}
.page-template-business_listing_search .resultscount {
    display: none !important;
}
.page-template-business_listing_search input#_sf_api_search_text {
    background-color: #ffffff;
    border: 1px solid;
    color: #000000;
}
.page-template-business_listing_search .searchandfilter_  label {
    width: 100%;
}
.page-template-business_listing_search .sf-field-submit input[type=submit] {
    background: #82A64E;
    color: #fff;
    padding: 10px 17px !important;
    border: none;
    width: 250px;
}
@media (max-width:768px) {
    .page-template-business_listing_search .sf-field-search h4,
    .page-template-business_listing_search .sf-field-taxonomy-scva_business_category h4,
    .page-template-business_listing_search .sf-field-post-meta-city h4 {
        font-size: 19px;
    }
    
}
@media (max-width:480px) {
    .page-template-business_listing_search .sf-field-post-meta-city,
    .page-template-business_listing_search .sf-field-taxonomy-scva_business_category{
        padding-top:30px ;
    }
    .page-template-business_listing_search .sf-field-submit{
        padding-top:30px ;
    }		
}
@media (min-width: 480px) {
    .page-template-business_listing_search .sf-field-submit {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
}

/* row css */
.page-template-business_listing_search .scv-explore-iner-row.row {
    margin-bottom: 50px;
}
.page-template-business_listing_search #businesses.row {
    grid-row-gap: 50px;
}
.page-template-business_listing_search  #businesses {
    margin-top: 0px;
}
.page-template-business_listing_search .business {
    background: #EEF1F4;
    padding: 0px 15px 15px;
    text-align: left;
    border-radius: 10px;
    height: 100%;
    position: relative;
}
.page-template-business_listing_search .business img {
    height: 225px;
    width: 100%;
    object-fit: contain;
    border-radius: 10px;
    margin: 15px 0px 15px;
}
.page-template-business_listing_search .business .d-block,
.page-template-business_listing_search .business .d-block-location {
    display: flex !important;
    align-items: center;
    gap: 15px;
}
.page-template-business_listing_search .featured-bussiness-inner-dta a,
.page-template-business_listing_search .business .d-block,
.page-template-business_listing_search .business .d-block-location {
    display: flex !important;
    align-items: center;
    gap: 15px;
}

.page-template-business_listing_search .business .scv-tel,
.page-template-business_listing_search .business .scv-email,
.page-template-business_listing_search .business .d-block-location,
.page-template-business_listing_search .business .scv-web {
    padding: 10px 0px;
    border-bottom: 1px solid #2B4F7066;
}
.page-template-business_listing_search .search-filter-results .d-block span,
.page-template-business_listing_search .search-filter-results .business .d-block-location span {
    color: #2B4F70;
    font-size: 14px;
    font-weight: 600;
    margin: 0px 5px;
}
.page-template-business_listing_search .search-filter-results .fa:before {
    background: #2B4F70;
    color: #fff;
    display: inline-block !important;
    padding: 10px 10px;
    border-radius: 7px;
    font-size: 14px;
}
.page-template-business_listing_search .bookdirect-button {
    margin-top: 20px;
}
.page-template-business_listing_search .bookdirect-button a {
    background: #C15F28;
    display: inline-block;
    padding: 10px 25px;
    font-weight: 500;
    color: #fff !important;
    border-radius: 10px;
    font-size: 15px;
}
.page-template-business_listing_search .scva-event-icon-div {
    width: 40px;
    height: 40px;
    background: #C15F28;
    display: flex;
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    right: 0px;
    z-index: 9;
}
.page-template-business_listing_search .external-news .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    margin: 20px auto 70px auto !important;
}
.page-template-business_listing_search .external-news .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #002546;
    border-color: #002546;
}
.page-template-business_listing_search .external-news .page-link {
    color: #002546;
}

/* Shopping attraction CSS */
.navtabs.key_shopping_tabs {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 25px;
    /* scrollbar-color: #2b4f70 #d9d9d9; */
}
.key_shopping_tabs .navtab {
    min-width: 270px;
    max-width: 270px;
    min-height: 270px;
    max-height: 270px;
    margin: 0 12px;
    cursor: pointer;
    color: #333;
    transition: color 0.3s;
    display: block;
    position: relative;
    /* margin-bottom: 60px; */
}
.key_shopping_tabs .navtab:first-child {
    padding-left: 0;
}
.key_shopping_tabs .navtab:last-child {
    padding-right: 0;
}
/* .key_shopping_tabs .navtab.slick-current:after {
    position: absolute;
    content: '';
    border-top: 27px solid #c35a1f;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
} */
.key_shopping_tabs .navtab img {
    height: 100%;
    width: 100%;
    border-radius: 18px;
    min-width: 270px;
    max-width: 270px;
    min-height: 270px;
    max-height: 270px;
}
.key_shopping_tabs .navtab:hover {
    color: #007BFF;
}
.key_shopping_tabs .navtab.active {
    color: #007BFF;
    font-weight: 600;
}
.navtabs.key_shopping_tabs::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9d9d92a;
    /* margin-top: -50px; */
}
.navtabs.key_shopping_tabs::-webkit-scrollbar {
    height: 3px;
    width: 90%;
    background-color: rgba(43, 79, 112, 1);
    border-radius: 10px;
    position: relative;
    z-index: 999;
    /* margin-top: -50px; */
}
.navtabs.key_shopping_tabs::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background-color: #2b4f70 !important;
    height: 3px;
    width: 100px;
    position: relative;
    z-index: 999;
}
.key_shopping_content{
    max-width: 1366px;
    margin: 0 auto;
}
.key_shopping_content_box {
    display: none;
    padding-top: 50px;
    text-align: center;
}
.key_shopping_content_box.active {
    display: block;
}
.key_shopping_content_box_wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.key_shopping_descroption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
}
.key_shopping_descroption,
.key_shopping_img {
    width: calc(50% - 30px  * 1 / 2)
}
.key_shopping_img img {
    width: 100%;
    border-radius: 18px;
    height: auto;
}
.key_shopping_descroption h2 {
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 51.6px;
    text-align: left;
    color: #2B4F70;
}
.key_shopping_descroption p {
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    color: #607182;
}
.key_shopping_descroption ul a li, .key_shopping_descroption ul li a, .key_shopping_descroption ul li {
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #2B4F70;
    list-style: none;
    padding-bottom: 10px;
    position: relative;
}
.key_shopping_descroption ul li:hover { color:#c15f28}
.key_shopping_descroption ul li {
    display: flex;
    margin-left: 30px;
}
.key_shopping_descroption ul li:before {
    content: '';
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="21" height="18" viewBox="0 0 21 18" fill="none"><path d="M8 18C12.4183 18 16 14.4183 16 10C16 5.58172 12.4183 2 8 2C3.58172 2 0 5.58172 0 10C0 14.4183 3.58172 18 8 18Z" fill="%2384A655"/><path d="M7.92901 17L7.82999 16.8247C6.31759 14.1471 2.29857 8.46485 2.25798 8.40777L2.2 8.32594L3.56926 6.91982L7.90358 10.0647C10.6326 6.38495 13.1786 3.85753 14.8393 2.38162C16.656 0.767113 17.8385 0.0238489 17.8505 0.0167264L17.8774 0H20.2L19.9781 0.205311C14.2722 5.48632 8.0875 16.7106 8.0259 16.8234L7.92901 17Z" fill="%232B4F70"/></svg>');
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    margin-left: -30px;
    position: absolute;
    left: 0;
    top: 3px;
}
.key_shopping_descroption ul {
    padding: 0px;
    display: block;
    columns: 2;
    margin-top: 20px;
}
.key_shopping_btn a {
    padding: 14px 25px;
    background: rgba(43, 79, 112, 1);
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    border: 2px solid rgba(43, 79, 112, 1);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    transition: all .3s ease;
}
.key_shopping_btn a svg {
    margin-left:10px ;
}
.key_shopping_btn a:hover {
    background: transparent;
    color: rgba(43, 79, 112, 1);
    border: 2px solid rgba(43, 79, 112, 1);
}
.key_shopping_btn a:hover svg * {
    fill: rgba(43, 79, 112, 1);
}
.key_shopping_tabs .cat_img_wrapper {
    position: relative;
}
.key_shopping_tabs .img_cat_title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
    margin: 0;
    width: 100%;
    z-index: 9;
}
.key_shopping_tabs .cat_img_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 46.21%, rgba(255, 255, 255, 0) 93.12%);
    border-radius: 18px 18px 0 0;
}
.key_shopping_descroption ul li svg {
    margin-right: 10px;
}
.key_shopping_tabs .slick-prev {
    left: 10px;
}
.key_shopping_tabs .slick-next {
    right: 0;
}
.key_shopping_tabs .slick-prev,
.key_shopping_tabs .slick-next {
    top: 50%;
    z-index: 999;
    font-size: 0;
}
.key_shopping_tabs .slick-next:after,
.key_shopping_tabs .slick-prev::after {
    height: 12px;
    width: 12px;
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
}
.key_shopping_tabs .slick-prev::after {
    transform: rotate(-45deg);
}
.key_shopping_tabs .slick-next::after {
    transform: rotate(130deg);
}

.page-template-scva_event_detail_pg .addeventatc{
    z-index: 9 !important;
}

.page-template-scva_event_detail_pg .scva-ed-date-div ul{
    column-gap: 16px !important;
}
@media only screen and (max-width: 1300px) {
    .key_shopping_tabs .navtab ,.key_shopping_tabs .navtab img {
        min-width: 200px;
        max-width: 200px;
        min-height: 200px;
        max-height: 200px;
    }
}
@media only screen and (max-width: 1024px) {
    .key_shopping_tabs .navtab ,.key_shopping_tabs .navtab img {
        min-width: 180px;
        max-width: 180px;
        min-height: 180px;
        max-height: 180px;
    }
    .key_shopping_descroption {
        width: calc(60% - 30px  * 1 / 2);
    }
    .key_shopping_img {
        width: calc(40% - 30px  * 1 / 2);
    }
}
@media only screen and (max-width: 990px) {
    .key_shopping_descroption,
    .key_shopping_img {
        width: 100%;
    }
    .key_shopping_tabs .navtab{
        margin: 0 10px;
    }
}
@media only screen and (max-width: 600px) {
    .key_shopping_descroption ul {
        columns: 1;
    }
    .key_shopping_tabs .navtab ,.key_shopping_tabs .navtab img {
        min-width: 200px;
        max-width: 200px;
        min-height: 200px;
        max-height: 200px;
    }
    .key_shopping_descroption h2 {
        font-size: 30px;
        line-height: 40px;
    }
}

.eventsSwiper .swiper-slide .event-wrapper .event-img .event-recu-wrapper {
    left: auto;
    right: 0;
    bottom: -45px;
    top: auto;
	position: absolute;
	background: #C15F28;
    border-radius: 10px;
    padding: 8px 12px;
}





/* ----------------------------------NEW-BLOG-LIST-------------------------------------------- */



@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    box-sizing: content-box;
    font-family: "Inter", Sans-serif;
}

a {
    text-decoration: none;
}

.container {
    width: 1320px;
    margin: 0 auto;
}


 #row_flex{
    display: flex ;
    flex-wrap: wrap ;
    align-items: center ;
}

.col-100 {
    width: 100% !important;
}

.col-25 {
    width: 24% !important;
    margin: 0 auto;
}

.col-50 {
    width: 50% !important;
}

.col-33 {
    width: 31% !important;
    margin: 0 auto;
}

.blg_filter {
    padding: 30px 0;
}

.post_filter {
    padding-top: 25px;

    width: 100%;
}

.sech_bg {
    background-color: #F1F4EB;
    border-radius: 30px;
    padding: 30px;
}

.inp_search {
    width: 65%;
    margin: 0 auto;
    position: relative;
}

.inp_search input {
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
}

.blg_filter input[type=text],
.blg_filter select {
    background-color: #FFFFFF;
    color: #000000;
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
}
.inp_search::after {
    content: url('https://sullivancatskills.com/wp-content/uploads/2025/05/icon-1.svg');
    position: absolute;
    right: 15px;
    top: 53%;
    transform: translateY(-50%);
    z-index: 1;
    color: #000;
    font-size: 14px;
}

.filter_box {
    background-color: #FFCE3C;
    border-radius: 15px;
}

.filter_box a {
    text-decoration: none;
}

.filter_box p {
    font-size: 20px;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    margin: 0;
    color: #000000;
    text-transform: capitalize;
}

#plc-sty {
    background-color: #FFF085;
}

#delis_food {
    background-color: #FF9B17;
}

#delis_food {
    background-color: #FF9B17;
}

#brnuh {
    background-color: #F16767;
}

.featured_post {
    padding: 20px 0;
}

.ftd_post_bdr {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 30px 25px;
}

.ftd_img img {
    width: 100%;
    border-radius: 15px;
}

.ftd_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftd_date a img {
    width: 45px;
    height: 45px;
}

.ftd_date p {
    background-color: #FFCE3C;
    color: #2B4F70;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.ftd_content {
    padding: 15px 0 15px 20px;
}

.ftd_cnt_box h2 {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
	    margin: 25px 0 20px 0;
    line-height: 2.7rem;
}

.ftd_cnt_box p {
    font-size: 18px;
    font-weight: 500;
    color: #607182;
    line-height: 1.8rem;
}

.load_more {
    text-align: center;
}

.blg_list {
    padding: 20px 0 40px 0;
}

.red_btn {
    background-color: #2B4F70;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px 15px 20px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}

.ftd_cnt_box .red_btn img {
    margin: 0 0 0 10px;
}

.blog_card {
    /* cursor: pointer; */
    position: relative;
    margin: 15px 0;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.blog_card_content {
    padding: 15px;
    position: relative;
    z-index: 1;
    /* min-height: 180px; */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.blog_card_content h3 {
    font-size: 22px;
    line-height: 1.6;
    text-decoration: none;
    color: #FFFFFF;
    margin: 15px 5px;
}

.ftd_date {

    display: flex;
    align-items: center;
}

.ftd_date p {
    background-color: gold;
    color: black;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.ftd_date img {
    width: 20px;
    height: 20px;
}

.icon-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.icon-buttons a img {
    width: 45px;
    margin: 10px;
}

.circle-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffd700;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

.red_btn:hover {
    background-color: #FFCE3C !important;
    color: #FFFFFF !important;
    
}

.red_btn {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.red_btn:hover {
    background-color: #FFCE3C !important;
    color: #FFFFFF !important;
    transform: scale(1.05); /* Slight zoom effect */
}

/* Optional: animate the arrow icon separately */
.red_btn img {
    transition: transform 0.3s ease;
}

.red_btn:hover img {
    transform: translateX(5px); /* Slide the arrow to the right */
}

.blog_card .icon-buttons img {
    transition: transform 0.3s ease;
}

.blog_card:hover .icon-buttons img:hover {
    transform: rotate(32deg);
}

@media (max-width: 767px) {

    .col-33,
    .col-50,
    .col-25,
    .col-100 {
        width: 100% !important;

    }

    .col-25 {
        width: 100% !important;

    }


    .blog_card,
    .featured_post,
    .filter_box,
    .ftd_content,
    .inp_search input {
        margin-bottom: 20px;
    }

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

    .blog_card_content h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    .red_btn {
        font-size: 14px;
        padding: 10px 16px;
    }

    .filter_box {
        margin: 10px 0;
    }

    .icon-buttons {
        top: 10px;
        right: 10px;

    }

    .inp_search input {
        padding: 12px;
        font-size: 16px;
    }

    .sech_bg {
        padding: 30px;
    }



    .inp_search {
        width: 100%;
    }

    .inp_search::after {
        top: 40%;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .col-25, .col-33 {
        width: 47% !important;
    }

    .col-50 {
        width: 100% !important;
    }

       .col-33 {
        margin: 10px 10px;
    }

   
    .filter_box {
        margin: 10px 0;
    }
      .featured_post, .blg_list {
        padding: 5px 0;
    }
    .inp_search::after {
        right: 15px;
    }
.ftd_content {
    padding: 40px 0 5px 0px;
}
	.inp_search {
    width: 80%;
	}
	.blg_list{
		padding-bottom:40px;
	}
}

@media (min-width: 1024px) and (max-width: 1099px) {
    .ftd_post_bdr {
        margin: 0 25px;
    }

    .inp_search::after {
        right: -15px;
    }


    .featured_post, .blg_list {
        padding: 20px 0;
    }






    .filter_box {
        margin: 10px 0;
    }
}