/*
 Theme Name: Coastal
 Theme URI: https://example.com/
 Description: Child theme of Astra for Coastal website.
 Author: Aries
 Author URI: https://example.com/
 Template: astra
 Version: 1.0.0
 Text Domain: coastal
*/

.home span.single-product-category, .single-product span.single-product-category, .home .product_meta, .single-product .product_meta {
	display:none !important;
}
.coastal-custom-field {
	margin-bottom:20px;
}
a.wp-block-button__link {
	height:auto;
}
.cleanlogin-form label {
    text-align: left;
    margin-bottom: 5px;
}
.package-list {
	border:5px solid #F0F5FA;
	border-radius:10px;
}
a.ast-header-account-link {
	border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: #2B2B2B;
	color:#fff;
}
.cleanlogin-form input[type="text"], .cleanlogin-form input[type="password"], .cleanlogin-form input[type="email"] {
	height:auto;
	padding: 10px 16px !important;
	border-radius:5px;
}
@media (max-width: 992px) {
    .package-list {
        text-align: center;
    }
}
.page-template-dashboard-php a {
    text-decoration:none !important;
}
div[data-type="accordion"] .acf-accordion-title label {
    font-size: 15px !important;
    font-weight: bold !important;
}
.page-template-dashboard-php .notice {
    padding: 10px;
    background: #F9F9F9;
    margin-bottom: 10px;
}
.page-template-dashboard-php .title-wrapper {
    text-align:center;
    margin-bottom:20px;
}
.url-status {
    font-size: 12px;
    font-weight: bold;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
/*.acf-input.acf-accordion-content {
    background:#f3f4f5;
}*/
.acf-label .description {
    background: #003366;
    margin-top: 3px !important;
    padding: 2px 5px !important;
    font-size: 11px;
    color: #fff !important;
    font-weight: 600;
    font-style: italic;
}
.acf-field .acf-label label {
    font-size:15px !important;
}
.coastal-dashboard-sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.coastal-dashboard-sidebar ul li a svg {
    fill:#222;
    width:14px;
    height: 14px;
}
.business-table svg {
    width:18px;
    height: 18px;
    fill:#2b2b2b;
}
.back-button svg {
    width: 18px;
    height: 18px;
    fill: #222;
}
.back-button {
    text-align:center;
}
.acf-form-submit {
    margin-top:40px;
}
.package-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 40px 0;
}

.package-card {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 28px 20px 32px;
    transition: transform .25s, box-shadow .25s;
    text-align: center;
}

.package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.package-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.package-card .price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 14px;
}

.package-card a.button {
    display: inline-block;
    margin-bottom: 18px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background .25s;
}

.package-free a.button {
    background: #16a34a;
    color: #fff;
}

.package-free a.button:hover {
    background: #15803d;
}

.package-basic a.button {
    background: #2563eb;
    color: #fff;
}

.package-basic a.button:hover {
    background: #1d4ed8;
}

.package-premium a.button {
    background: #9333ea;
    color: #fff;
}

.package-premium a.button:hover {
    background: #7e22ce;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.package-card li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: .85rem;
    line-height: 1.4;
}

.package-card li svg {
    margin-top: 3px;
    flex-shrink: 0;
}

.package-card.popular::before {
    content: "Most Popular";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    text-align: center;
    background: #2563eb;
    color: #fff;
    padding: 6px 0;
    font-size: 0.85rem;
    font-weight: 600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.package-features {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.package-features p.package-include {
    margin-bottom: 12px;
    text-align: left;
    text-decoration: underline;
    font-size: .9rem;
    font-style: italic;
}
.upgrade-note-global {
    text-align:center;
    margin-top:20px;
    color:#555;
    font-size:0.65rem;
}
.table-responsive.business-table th {
    text-align:left;
}
.business-table .icon-wrapper {
    margin-right:5px;
}
.business-table .badge.small {
    font-size: 0.7em;
    color: #2B2B2B;
    background: #F0F5FA;
    padding: 3px 5px;
    border-radius: 8px;
    border: 1px solid #2B2B2B;
}
/*.business-table .badge.small.ms {
    margin-top:3px;
}*/
.business-table .badge.url-badge {
    font-size: 0.8em;
    background: #2B2B2B;
    padding: 3px 5px;
    border-radius: 8px;
    border: 1px solid #fff;
}
.business-table .badge.url-badge:hover {
    background: #39B6FF;
}
.business-table .badge.url-badge a {
    color:#fff;
}
form#acf-business-form {
    margin-top:50px;
}
.additional-content-bs {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
@media (max-width: 600px) {
    .package-card.package-basic.popular {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .bss-content .contact-block, .additional-content-bs {
        flex-direction: column;
    }
}
.single.single-business .entry-header,
.single.single-business nav.navigation.post-navigation {
    display: none;
}
.business-top {
    display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    padding: 20px 10px;
}
.business-top .bt-title {
    font-size: 20px;
    margin-bottom:10px;
    color:#000;
    text-align: center;
}

.swiper.mtAdsSwiper {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.bt-main-image {
    aspect-ratio: 2 / 1;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.business-top img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
    min-height: 300px;
        object-fit: contain;
            aspect-ratio: 2 / 1;
}
.bss-content .contact-box-wrapper {
    padding: 20px 10px;
    background: #39B6FF;
    margin: 20px 0;
    border-radius: 10px;
    min-height: 100px;
}
.bss-content .contact-box-wrapper p {
    margin-bottom:0;
}
.bss-content .contact-box-wrapper a {
    color:#222;
}
.bss-content .contact-box-wrapper a:hover {
    color:#fff;
}
.bss-content .contact-block {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom:20px;
}
.bss-content .contact-block a, .bss-content .address-block a {
    text-decoration: none;
    font-weight: bold;
}
.bss-content .gallery img {
    width:100%;
}
.bss-content .gallery a {
    min-height: 100px;
}
.logo-image img {
    width: 100%;
}
.logo-image .logo-image-wrapper {
    text-align:center;
}
.logo-image .logo-image-wrapper img {
    max-width: 200px;
}
.bss-bottom-text {
    margin-top:20px;
    text-align:center;
}
.bt-dropdown-location {
    margin-bottom:15px;
}
.bt-dropdown {
    text-align:center;
}
.bt-dropdown .bt-drop-heading {
    font-weight:bold;
    font-size: 15px;
}
.bt-dropdown .desc {
    font-size:12px;
}
.coastal-ads .desc {
    margin-top:10px;
    text-align: center;
}
.coastal-pro-url .coastal-item {
    background: #39B6FF;
        text-align: center;
        margin-bottom: 10px;
}
.coastal-pro-url .coastal-item .text a {
    color:#222;
}
.single.single-business.ast-separate-container .ast-article-single {
    padding: 1em 2em;
}
.single.single-business.ast-separate-container.ast-two-container #secondary .widget {
    padding: 1em;
}
.image-ads {
    margin-bottom:50px;
}
.image-ads::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: linear-gradient(to right, #d0d0d0, #f0f0f0);
    margin: 20px auto 0;
    border-radius: 10px;
}
.bss-section::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: linear-gradient(to right, #d0d0d0, #f0f0f0);
    margin: 30px auto 0;
    border-radius: 10px;
}
.bss-section {
    padding-bottom:20px;
}
.image-ads img {
    width: 100%;
}
.business-contact-form {
    max-width: 500px;
    margin: 25px auto;
    padding: 25px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.07);
    font-family: "Inter", Arial, sans-serif;
}

.business-contact-form .form-group {
    margin-bottom: 20px;
}

.business-contact-form label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
}

.business-contact-form input,
.business-contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
    transition: 0.2s ease;
    background: #fafafa;
}

.business-contact-form input:focus,
.business-contact-form textarea:focus {
    border-color: #4a8fff;
    box-shadow: 0 0 0 3px rgba(74, 143, 255, 0.2);
    background: #fff;
}

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

.btn-business-submit {
    margin-top: 20px;
    width: 100%;
    padding: 14px;
    background: #0d57ce;;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;
}

.btn-business-submit:hover {
    background: #2f6ae2;
}

.business-form-success {
    margin: 20px auto;
    max-width: 500px;
    background: #e9ffe9;
    border-left: 4px solid #3acb3a;
    padding: 15px;
    border-radius: 6px;
    font-size: 15px;
    color: #2d7a2d;
}
.business-contact-title {
    text-align:center;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.main-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom:10px;
}
.gallery img, .main-gallery img {
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s ease;
}
.gallery img {
    aspect-ratio: 4 / 3;
}
.gallery img:hover, .main-gallery img:hover {
    transform: scale(1.02);
}

.gallery .wide, .main-gallery .wide {
    grid-column: span 1;
    grid-row: span 1;
}
.coastal-navigation {
    margin-bottom: 5px;
}
#ast-hf-mobile-menu {
    box-shadow: 2px 4px 8px #39B6FF;
}
@media (max-width: 767px) {
    iframe.custom-map-homepage {
        height: 400px !important;
    }
}
.main-image-homepage, .main-image-homepage img {
    width:100%;
}
.widget {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

.widget::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background: linear-gradient(to right, #d0d0d0, #f0f0f0);
    margin: 20px auto 0;
    border-radius: 10px;
}

.widget:last-child::after {
    display: none;
}
.squaky-seagull-banner {
    text-align: center;
    margin-top: 20px;
    padding:0 20px;
    min-height: 30px;
}

/* ----------------------------------------------------
   MODAL OVERLAY
---------------------------------------------------- */
.custom-modal {
    display: none;
    /* default hidden */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    /* semi-transparent overlay */
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease-in-out;
}

/* fade in overlay */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
.custom-modal-content {
    background: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: slideIn 0.3s ease-in-out;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.custom-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    transition: color 0.2s;
}

.custom-modal-close:hover {
    color: #333;
}
.custom-modal h2 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.custom-modal .modal-post-name {
    color: #0073aa;
    font-size: 1.5em;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.custom-modal input[type="text"],
.custom-modal input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: border 0.2s, box-shadow 0.2s;
}

.custom-modal input[type="text"]:focus,
.custom-modal input[type="email"]:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}
.custom-modal #modal-assign-btn, .custom-modal #modal-assign-btn-another {
    width: 100%;
    padding: 12px 0;
    background: #0073aa;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

.custom-modal #modal-assign-btn:hover, .custom-modal #modal-assign-btn-another:hover {
    background: #005f80;
    transform: translateY(-2px);
}
@media (max-width: 480px) {
    .custom-modal-content {
        padding: 20px 15px;
    }

    .custom-modal h2 {
        font-size: 18px;
    }

    .custom-modal input[type="text"],
    .custom-modal input[type="email"] {
        padding: 10px 12px;
        font-size: 14px;
    }

    .custom-modal #modal-assign-btn {
        font-size: 14px;
        padding: 10px 0;
    }
}
.assign-user-btn {
    cursor:pointer;
}
.media-router .media-menu-item {
    color:#1d2327 !important;
}
.gallery-title {
    text-align: center;
    text-transform: uppercase;
}
.bss-bottom-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
}
.bss-bottom-wrapper li {
    background: #2B2B2B;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 15px;
}
.bss-bottom-wrapper li:hover {
    background:rgba(43,43,43,0.8);
}
.bss-bottom-wrapper li a {
    color:#fff;
    text-decoration: none !important;
}
.bss-content .contact-section {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.bss-content .contact-section i {
    margin-right: 5px;
}
.bss-content .contact-section .map-badge {
    background: #2B2B2B;
    color:#fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 10px;
}
.bss-bottom-wrapper a:hover {
    background: rgba(43, 43, 43, 0.8);
}
.bss-content .contact-section .address {
    font-weight: bold;
    color: #222;
}
.business-information-wrapper.one-column {
    width: 100%;
}
.business-information-wrapper.one-column .business-info {
    flex: 0 0 100%;
    justify-content: space-around;
    flex-direction: row;
    padding: 15px;
}

.business-information-wrapper.two-columns .business-info {
    flex: 0 0 calc(50% - 10px);
}
.business-information-wrapper .business-info {
    padding: 0 15px 15px 15px;
    background: #F0F5FA;
    font-size:90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.business-information-wrapper .business-info .bi_image {
    margin:0 auto;
}
.business-information-wrapper.one-column .bi_information {
    flex: 1 1 50%;
    padding: 10px;
}
.business-information-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 767px) {
    .business-information-wrapper.one-column {
        width:auto;
    }
    .business-information-wrapper.one-column .business-info {
        flex-direction: column;
    }
    .business-information-wrapper.one-column .business-info, .business-information-wrapper.two-columns .business-info {
        flex: 0 0 100%;
    }
    .bss-content .contact-section {
        gap: 0;
        flex-direction: column;
        margin-bottom:20px;
    }
}
h1.business-name-title {
    font-size: 1.7em;
    margin-bottom:0;
}
h4.bi_title {
    text-align:center;
}
.coastal-listing-tabs {
    margin-bottom: 20px;
    display:flex;
}

.coastal-listing-tab-btn {
    flex-basis:50%;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    background: #eee;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 5px;
}

.coastal-listing-tab-btn.active {
    background: #39B6FF;
    color: #000;
}

.coastal-listing-tab-content {
    display: none;
    margin-top: 20px;
}

.coastal-listing-tab-content.active {
    display: block;
}

.coastal-accordion-heading {
    font-size: 0.9em;
    font-weight: bold;
    padding: 12px 15px;
    background: #39B6FF;
    border: 1px solid #ddd;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 5px;
    color:#000;
}

.coastal-accordion-heading.active {
    background: #39B6FF;
}

.coastal-accordion-content {
    display: none;
    padding: 10px 10px 15px 10px;
    background: #F0F5FA;
}

.coastal-accordion-content.active {
    display: block;
}

.coastal-listing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 10px 0 20px 0;
}

.coastal-listing-grid a {
    display: block;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none !important;
    color: #333;
    font-size: 0.85rem;
}

.coastal-listing-grid a:hover {
    background: #f0f0f0;
}
.coastal-sub-heading {
    font-weight:bold;
    margin:15px 0;
    background: yellow;
    padding: 10px;
    font-size: 0.85rem;
}
.single-product .woocommerce-breadcrumb {
    display:none;
}
.screen-reader-text {
    position: absolute;
    left: -9999px;
}
.package-card .ad_size {
    min-height: 140px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ad_save {
    margin-top: -15px;
}
.ad_save_wrapper {
    font-size: 10px;
    background: #39B6FF;
    color: #fff;
    padding: 4px;
    border-radius:5px;
}
.ad_package a.button {
    line-height: 1.5em;
}
.generated_text_section {
    margin:20px 10px;
    background:#f5f5f5;
    padding:20px;
}
.section-header {
    text-align:center; 
    padding:10px;
}
aside#block-11 {
    margin: 0 auto;
}
.ast-header-break-point #ast-mobile-header {
    height:85px;
}
.bs-content-youtube {
    display: flex;
    gap: 16px;
}

.bs-content-youtube {
    display: flex;
    gap: 16px;
}

.bs-youtube-item {
    position: relative;
    display: block;
    width: 100%;
}
.bs-content-youtube.two-videos .bs-youtube-item {
    width: 50%;
}
.bs-content-youtube.one-video {
    justify-content: center;
}

.bs-content-youtube.one-video .bs-youtube-item {
    width: 50%;
}

.bs-youtube-item .yt-play {
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 68 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.52 7.06a8 8 0 0 0-5.63-5.63C56.9 0 34 0 34 0S11.1 0 7.11 1.43a8 8 0 0 0-5.63 5.63A83.2 83.2 0 0 0 0 24a83.2 83.2 0 0 0 1.48 16.94 8 8 0 0 0 5.63 5.63C11.1 48 34 48 34 48s22.9 0 26.89-1.43a8 8 0 0 0 5.63-5.63A83.2 83.2 0 0 0 68 24a83.2 83.2 0 0 0-1.48-16.94z' fill='%23000' opacity='0.6'/%3E%3Cpath d='M45 24L27 14v20' fill='%23fff'/%3E%3C/svg%3E") center no-repeat;
    background-size: 68px 48px;
}

@media (max-width: 768px) {
    .bs-content-youtube {
        flex-direction: column;
        justify-content: flex-start;
    }

    .bs-content-youtube .bs-youtube-item {
        width: 100% !important;
    }
}
.text-center {
    text-align:center;
}
.page.page-id-713 h1.entry-title {
    text-align: center;
}
.modal-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: space-evenly;
}

.modal-tab {
    background: none;
    border-radius: unset;
    color: #000;
}

.modal-tab.active,
.modal-tab:hover,
.modal-tab:focus {
    color: #000;
    border-bottom: 2px solid #000;
    background: none;
}

.modal-tab-content {
    display: none;
}

.modal-tab-content.active {
    display: block;
}
.modal-tab-content h2 {
    text-align:center;
}
.manager-list-modal {
    background: #2B2B2B;
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 5px;
    color:#fff;
}
.manager-list-modal button.remove-manager-btn {
    background: #0073aa;
    font-size: 0.75rem;
    padding: 2px 5px;
    border-radius: 0;
    margin-left: 10px;
}
.glightbox-clean .gdesc-inner {
    padding: 10px;
    text-align: center;
}

.glightbox-clean .gslide-title {
    font-size: 0.75em;
    margin-bottom: 0;
}
.facebook-iframe-wrapper {
    margin:0 auto;
}
span.badge.small.publish {
    background: #39B6FF;
    border: #39B6FF;
}
.page-template-dashboard-php .fields {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}