/* ==========================================================================
   02. DESKTOP MENU SHOW / MOBILE TOGGLE HIDE  (1025px +)
   ========================================================================== */
@media screen and (min-width: 1025px) {
    .menu-toggle,
    .main-navigation .dropdown-toggle {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .site-navigation {
        align-items: center;
    }
    .site-navigation .primary-menu,
    .site-navigation .social-menu {
        position: static;
    }
    .site-navigation .menu li {
        position: relative;
        width: auto;
        left: unset;
    }
    .site-navigation .menu ul li:first-child {
        border-top: 0;
    }
    .site-navigation .menu a,
    .site-navigation .menu ul a,
    .site-navigation .menu ul ul a {
        padding: .75em .95em;
    }
    .site-navigation .menu ul {
        position: absolute;
        background-color: var(--sps-bg, #ffffff);
        text-align: left;
        top: 100%;
        left: -9999em;
        opacity: 0;
        visibility: hidden;
        transition: opacity .2s ease, visibility .2s ease;
    }
    .site-navigation .menu li:hover > ul,
    .site-navigation .menu li:focus-within > ul,
    .site-navigation .menu li.focus > ul {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .site-navigation .menu ul li {
        position: relative;
        width: 220px;
    }
    .site-navigation .menu li li:hover > ul,
    .site-navigation .menu li li:focus-within > ul,
    .site-navigation .menu li li.focus > ul {
        top: 0;
        left: 100%;
    }
    .site-navigation .menu ul a:hover,
    .site-navigation .menu ul a:focus {
        color: var(--sps-text-dark, #000000);
    }
    #topmenu {
        float: none;
    }
    .container.menuwrapper {
        background: transparent !important;
    }
    #menubar {
        border-top: 3px solid transparent !important;
    }
}

@media (max-width: 1024px) {
    .main-navigation button.menu-toggle {
        display: inline-flex !important;
        width: 44px;
        height: 44px;
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 6px;
        position: absolute;
        top: 22px;
        right: 15px;
        z-index: 99999;
        margin: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
    }

    .menu-toggle span {
        background: var(--sps-text-dark);
    }

    /* Dropdown caret button injected by JS — visible on mobile only */
    .main-navigation .dropdown-toggle {
        color: #ffffff;
    }

    /* Hide desktop ::after carets on mobile */
    .main-navigation li.menu-item-has-children > a::after,
    .main-navigation li.page_item_has_children > a::after {
        display: none !important;
    }
}


/* ==========================================================================
   05. LARGE DESKTOP  (1170px – 1515px)
   ========================================================================== */
@media screen and (min-width: 1170px) and (max-width: 1515px) {
    #navigation {
        width: 65% !important;
    }
	#footer .container{
		padding:0 20px !important;
	}
}


/* ==========================================================================
   06. MID DESKTOP  (768px – 1169px)
   ========================================================================== */
@media screen and (max-width: 1169px) and (min-width: 768px) {
    .logo {
        float: left;
    }
    .main-navigation li.menu-item-has-children a::after {
        right: 0 !important;
        top: 0 !important;
    }
}


/* ==========================================================================
   07. SMALL DESKTOP  (981px – 1169px)
   ========================================================================== */
@media screen and (min-width: 981px) and (max-width: 1169px) {
    html {
        overflow-x: hidden;
    }
    input.search-field,
    .post-password-form input[type="password"] {
        width: 70%;
    }
    .toggle {
        width: inherit;
    }
    .blog_lists {
        margin: 0 10px 30px 10px;
    }
    #navigation {
        width: 60%;
        padding-left: 10px;
    }
    .inner-banner-thumb h1,
    .banner-container h1 {
        font-size: 34px;
    }
    .banner-container {
        width: auto;
    }
    input.search-field {
        width: 70% !important;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4 {
        font-size: 18px;
        margin: 0 0 18px;
    }
    #footer {
        padding: 0;
    }
    .footer-row {
        padding: 30px 10px 30px 25px;
    }
    .footer-lft {
        padding: 60px 20px;
    }
    .footer-lft,
    .footer-rght {
        display: block;
        float: none;
        width: 100%;
    }
    .footer-rght {
        margin: 20px 0;
        padding: 30px 20px;
    }
    .cols-3 {
        width: 100% !important;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 44%;
        margin: 10px 2%;
    }
    .main-navigation li.menu-item-has-children > a:after {
        top: 15px;
    }
	.footerarea{
		padding:0 20px;
	}
}


/* ==========================================================================
   08. TABLET  (768px – 1024px)
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    /* ----- Header ----- */
    .header {
        width: 100%;
        position: relative !important;
        overflow: visible;
    }
    .header .container {
        padding: 0 20px !important;
        position: relative;
        overflow: visible;
    }
    .header-inner {
        flex-wrap: wrap;
        min-height: auto;
    }
    .transheader {
        position: relative !important;
        background-color: var(--sps-secondary) !important;
        width: 100% !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    /* ----- Container & Layout ----- */
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .content-area {
        width: auto;
        margin: 0;
        padding: 40px 20px;
    }
    .page_content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 0;
    }
    #sidebar {
        width: 100%;
        flex: 1 1 100%;
    }
    .site-main {
        width: 100%;
        flex: 1 1 100%;
    }
    .row_area {
        margin-left: 0;
    }

    /* ----- Logo ----- */
    .logo {
        float: left;
        width: auto;
        padding: 20px 0;
        position: relative;
        text-align: left;
        min-height: inherit;
    }
    body.wp-custom-logo .logo {
        padding: 20px 0;
    }
    .logo img {
        max-height: 55px;
        width: auto;
    }
    .logo h2,
    .site-title {
        font-size: 22px;
        line-height: 1.2;
    }

    /* ----- Navigation Wrapper ----- */
    #navigation {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
        clear: both;
        position: static;
        min-height: 0;
        display: block;
    }
    .main-navigation {
        display: block;
        width: 100%;
    }

    /* ----- Hamburger Toggle ----- */
    .main-navigation button.menu-toggle {
        position: absolute !important;
        top: -15px !important;
        right: 15px !important;
        left: auto !important;
        margin: 0 !important;
        z-index: 100002;
        width: 44px;
        height: 44px;
        padding: 6px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
		border: 2px solid #080808;
    }
    .menu-toggle span {
        background: var(--sps-text-dark, #111);
    }
    .toggled .menu-toggle span {
        background: #fff !important;
    }
    .main-navigation.toggled > ul {
        max-height: 100vh;
    }

    /* ----- Get In Touch Button (srcrt) ----- */
    .srcrt {
        float: none !important;
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 0 65px 20px 0;
        position: relative;
        z-index: 9998;
        clear: left;
        margin-top: 0;
    }
    .header-content-right {
        display: inline-block;
        padding: 0;
        min-height: inherit;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .skt-header-extras {
        display: inline-block;
    }
    .skt-header-button {
        float: none;
        display: inline-block;
        padding: 12px 22px;
        height: auto;
        font-size: 15px;
        text-align: center;
        margin: 0;
    }
    .skt-header-button:after {
        display: none;
    }

    /* ----- Misc Header ----- */
    .head-bar:after {
        display: none;
    }
    .header-extras {
        padding-top: 0;
        margin-top: 0 !important;
    }
    .social-icons {
        margin-top: 0;
    }
    .copyright-area {
        position: relative !important;
    }
    .head-info-area .center {
        width: 98%;
    }
    .srcrt-old-margin {
        margin-top: 0;
    }

    /* ----- Inner Banner ----- */
    .inner-banner-thumb {
        min-height: 180px;
        height: auto;
    }
    .inner-banner-thumb img {
        min-height: inherit;
        margin: 0 !important;
    }
    .inner-banner-thumb h1,
    .banner-container h1 {
        padding: 0 20px;
        font-size: 30px !important;
    }
    .banner-container {
        padding: 40px 20px;
    }

    /* ----- Content / Blog ----- */
    .blog-post {
        margin: 0;
    }
    .blog_lists {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        min-height: inherit;
    }
    .blog_lists h4 {
        font-size: 18px;
    }
    .postmeta {
        padding: 0 0 10px 0;
    }
    aside.widget {
        margin-bottom: 20px;
    }
    .header-phone-number {
        margin: 10px 0 15px 0;
        float: none;
    }

    /* ----- SKT Plastic Surgery Banner ----- */
    .skt-plastic-surgery-banner-section .linear {
        top: 0;
    }
    .skt-plastic-surgery-banner-section :where(h2, h4) {
        text-align: left;
    }
    .skt-plastic-surgery-banner-section h4 br {
        display: none;
        visibility: hidden;
    }
    .skt-plastic-surgery-banner-section {
        background-size: cover !important;
    }
    .skt-plastic-surgery-banner-section h2 {
        font-size: 25px !important;
    }
    .skt-plastic-surgery-choose-img-box .skt-blocks-block-section {
        border-width: 0 0 1px 0 !important;
    }
    .skt-testimonials .item {
        padding: 30px !important;
    }
    .skt-testimonials .skt-testimonial-content {
        padding-bottom: 10px !important;
    }

    /* ----- Footer ----- */
    .footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-row {
        padding: 20px;
        margin: 0;
    }
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4 {
        font-size: 18px;
        margin: 0 0 18px;
    }
    .footer-logo {
        padding: 20px 0 0 0;
    }
    .footer-social,
    .c-footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 20px 0;
    }
    .cols-3 {
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .footer-lft {
        padding: 40px 20px;
    }
    .footer-lft,
    .footer-rght {
        display: block;
        float: none;
        width: 100%;
    }
    .footer-rght {
        margin: 15px 0;
        padding: 25px 20px;
    }
    .footerarea {
        padding-top: 0 !important;
    }
    #footer {
        padding: 0;
    }

    /* Footer grid: 2 cols on tablet, last spans full */
    .footer-all {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .footer-rght {
        grid-column: 1 / -1;
        display: contents;
    }
    .rfl-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        grid-column: 1 / -1;
    }

    /* o-layout flex stack */
    .o-layout {
        flex-direction: column;
        text-align: center;
    }
    .o-layout__left,
    .o-layout__right {
        text-align: center;
    }
    .c-footer-logo,
    .c-footer-social {
        padding: 30px 0;
    }

    /* ----- WooCommerce ----- */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 44%;
        margin: 10px 2%;
    }

    /* ----- Elementor ----- */
    .skt-plastic-surgery-relax-resort-img.elementor-widget-image .elementor-widget-container img {
        height: 600px;
        object-fit: cover;
    }
    .skt-plastic-surgery-welcome-rating-column .elementor-container {
        margin: 0 auto !important;
    }
    .skt-plastic-surgery-amenities-icon .elementor-widget-container {
        height: 100px;
        line-height: 100px;
    }

    /* ----- Comments ----- */
    .comment-list .children {
        margin-left: 20px;
    }
}


/* ==========================================================================
   09. TABLET NARROW  (768px – 980px) — extra overrides
   ========================================================================== */
@media screen and (min-width: 768px) and (max-width: 980px) {
    .post-thumb {
        height: auto;
    }
    .ft-infobox .footerarea .container {
        padding: 10px 20px;
    }
    .main-navigation.toggled ul li:last-child {
        margin-bottom: 0;
    }
    .main-navigation.toggled ul ul li:last-child {
        margin-bottom: 0;
    }
    .main-navigation li.menu-item-has-children > a:after {
        top: 15px;
    }
}


/* ==========================================================================
   10. em-BASED TABLET  (48em – 63.938em ≈ 768px – 1023px)
   ========================================================================== */
@media screen and (min-width: 48em) and (max-width: 63.938em) {
    #footermenu li {
        padding: 5px 15px;
    }
    .copyright-txt {
        padding: 20px 0;
    }
    .services-box .cols2 {
        padding: 30px 20px;
    }
    .skt-ourservice-title a {
        font-size: 22px !important;
    }
    .service-infobox p {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
    }
    .footer-social,
    .c-footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 30px 0 20px 0;
    }
}


/* ==========================================================================
   11. WIDE TABLET em-based  (63.25em – 72.438em)
   ========================================================================== */
@media screen and (min-width: 63.250em) and (max-width: 72.438em) {
    #topmenu {
        padding-right: 0;
    }
}


/* ==========================================================================
   12. LARGE DESKTOP ELEMENTOR  (1024px – 1199px)
   ========================================================================== */
@media (min-width: 1024px) and (max-width: 1199px) {
    .skt-plastic-surgery-relax-resort-img.elementor-widget-image .elementor-widget-container img {
        height: 850px;
        object-fit: cover;
    }
}


/* ==========================================================================
   13. MOBILE — up to 767px
   ========================================================================== */
@media screen and (max-width: 767px) {
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }

    /* ----- Typography scale ----- */
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }

    /* ----- Layout ----- */
    .container {
        width: auto;
        padding: 30px 20px;
    }
    .ft-infobox .container {
        padding: 0 15px !important;
    }
    .header .container {
        border-bottom: none;
        padding: 0 15px !important;
        position: relative;
        overflow: visible;
        min-height: 70px;
        flex-wrap: wrap;
    }
    .header-inner {
        flex-wrap: wrap;
        min-height: 70px;
    }
    .banner-container {
        width: auto;
        padding: 35px 20px;
    }
    .banner-container h1 {
        font-size: 28px;
    }
    .row_area {
        margin: 0;
    }
    .columns-row {
        margin-left: 0;
        margin-right: 0;
    }
    .center {
        width: 100%;
    }
    .wrap_one {
        width: auto;
        text-align: center;
    }

    /* ----- Floats reset ----- */
    .left,
    .right,
    .design-by,
    .headertop .left,
    .headertop .right {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .copyright-txt {
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    .footerleft {
        float: none;
        text-align: center;
    }

    /* ----- Header ----- */
    .header {
        width: 100%;
        padding: 0;
        position: relative !important;
        overflow: visible;
    }
    .transheader {
        position: relative !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    .header.transheader {
        background-color: var(--sps-secondary) !important;
    }
    .head-bar:after {
        display: none;
    }

    /* ----- Logo ----- */
    .logo {
        float: left;
        text-align: left;
        padding: 15px 0;
        position: relative;
        width: auto;
        min-height: inherit;
        max-width: calc(100% - 65px);
    }
    .logo h2,
    .site-title {
        text-align: left;
        font-size: 22px;
        line-height: 1.2;
    }
    .logo p {
        text-align: left;
        float: none;
        margin: 5px 0 0;
    }
    .logo img {
        max-width: 140px;
        max-height: 50px;
    }

    /* ----- Navigation ----- */
    #navigation {
        float: none !important;
        text-align: left;
        width: 100% !important;
        padding: 0 !important;
        clear: both;
        position: static;
        min-height: 0;
        display: block;
    }
    .main-navigation {
        display: block;
        width: 100%;
    }
    .main-navigation ul li a {
        line-height: inherit;
    }

    /* ----- Hamburger Toggle ----- */
    .main-navigation button.menu-toggle {
        position: absolute !important;
        top: -18px !important;
        right: 10px !important;
        left: auto !important;
        margin: 0 !important;
        z-index: 100002;
        width: 44px;
        height: 44px;
        padding: 6px;
        background: transparent;
        border: none;
        cursor: pointer;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
		border:2px solid #080808;
    }
    .menu-toggle span {
        background: var(--sps-text-dark, #111);
        width: 22px;
        height: 2px;
    }
    .toggled .menu-toggle span {
        background: #ffffff !important;
    }

    /* ----- Get In Touch Button (srcrt) ----- */
    .srcrt {
        float: none !important;
        width: 100% !important;
        display: block;
        text-align: center;
        padding: 6px 15px 20px;
        position: relative;
        z-index: 99;
        clear: both;
        margin-top: 0;
        order: 4;
        margin-left: 0;
    }
    .header-content-right {
        display: block;
        width: 100%;
        padding: 0;
        min-height: inherit;
        margin-bottom: 0;
        text-align: center;
    }
    .skt-header-extras {
        display: block;
        text-align: center;
    }
    .skt-header-button {
        float: none;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 12px 25px;
        height: auto;
        font-size: 15px;
        margin: 0 auto;
    }
    .skt-header-button:after {
        display: none;
    }
    .header-right-infos {
        float: none;
        width: 100%;
    }

    /* ----- Header extras ----- */
    .header-extras {
        width: 85%;
        margin: 0 auto 15px;
        float: none;
        padding-top: 0;
    }
    .header-extras .header-search-form {
        left: 0;
        right: 0;
        width: 100%;
        bottom: -53px;
    }
    .header-search-toggle {
        float: right;
        margin: 0;
    }
    .header-search-form {
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999999;
    }
    .header-phone-number {
        margin: 8px auto 15px;
        float: none;
        text-align: center;
    }

    /* ----- Inner banner ----- */
    .inner-banner-thumb {
        min-height: 160px;
        height: auto;
        position: relative;
    }
    .inner-banner-thumb img {
        min-height: inherit;
    }
    .inner-banner-thumb h1 {
        left: 0;
        right: 0;
        text-align: center;
        font-size: 24px;
        padding: 0 15px;
    }

    /* ----- Content ----- */
    .site-main {
        width: auto;
        margin: 0;
        padding: 0 0 20px;
        float: none;
        flex: 1 1 100%;
    }
    .content-area {
        width: auto;
        margin: 0;
        padding: 30px 15px;
    }
    .page_content {
        padding: 25px 0;
        flex-direction: column;
        gap: 30px;
    }
    body.home .page_content {
        padding: 0;
    }
    body.page .page_content .site-main {
        margin: 15px 0 0 0;
    }
    .col-columns-2 {
        width: 100%;
        padding: 20px 15px;
        box-sizing: border-box;
        float: none;
    }
    .blog-post {
        margin: 0;
    }
    .blog_lists {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
    }
    .BlogPosts {
        float: none;
        width: auto;
        margin: 0 0 10%;
    }
    .post-thumb {
        width: 100%;
        float: none;
        max-height: none;
    }
    h2.section_title {
        text-align: center;
    }
    .postmeta {
        padding: 14px 0 10px 0;
        gap: 8px;
    }
    .entry-title {
        font-size: 20px;
    }

    /* Article padding tighter on mobile */
    article.post .entry-header,
    article.hentry .entry-header,
    article.post .entry-content,
    article.hentry .entry-content,
    article.post .entry-summary,
    article.hentry .entry-summary,
    article.post .rdmore,
    article.hentry .rdmore {
        padding-left: 18px;
        padding-right: 18px;
    }

    /* ----- Sidebar ----- */
    #sidebar {
        width: 100%;
        float: none;
        flex: 1 1 100%;
    }

    /* ----- Forms ----- */
    .wpcf7 input[type="text"],
    .wpcf7 input[type="tel"],
    .wpcf7 input[type="email"],
    .wpcf7 textarea {
        width: 100%;
    }
    input.search-field {
        width: 66%;
    }
    .toggle {
        margin: 0 auto;
    }

    /* ----- Footer ----- */
    .footer {
        padding-bottom: 30px;
    }
    .footer-row {
        padding: 20px;
    }
	.footer aside.widget{
		margin-bottom:0px;
	}
    .footer h1,
    .footer h2,
    .footer h3,
    .footer h4,
    .footer h5,
    .footer h6 {
        margin: 16px 0;
        font-size: 18px;
    }
    .cols-3 {
        float: none;
        width: 100% !important;
        margin: 0 0 10px 0;
        padding: 0 15px;
    }
    .cols-3:nth-child(1) {
        width: 100% !important;
    }
    .cols-3.widget-column-1 {
        padding-right: 15px;
    }
    .cols-3:nth-of-type(1) {
        padding-top: 0;
    }
    .footerarea {
        padding: 0 10px 0 10px;
    }
    .footer-lft {
        padding: 25px 15px !important;
    }
    .footer-lft,
    .footer-rght {
        float: none;

        width: 100%;
        padding: 0 15px 15px 15px;
        display: block;
    }
    .footer-lft .wp-block-spacer {
        display: block !important;
    }
    .footer-rght {
        margin: 10px 0;
        border-radius: var(--sps-radius-sm);
        padding: 20px 15px;
    }
    .footer-social,
    .c-footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .footer-logo,
    .c-footer-logo {
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    #footermenu {
        margin-top: 0;
        padding: 20px;
    }
    #footermenu li {
        display: block;
        padding: 8px 0;
    }
    .copyright-wrapper {
        text-align: center;
    }

    /* Footer grid: single column on mobile */
    .footer-all {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .rfl-row {
        grid-template-columns: 1fr;
    }

    /* o-layout stack */
    .o-layout {
        flex-direction: column;
        text-align: center;
    }
    .o-layout__left,
    .o-layout__right {
        text-align: center;
    }

    /* ----- SKT Plastic Surgery banner ----- */
    .skt-plastic-surgery-banner br {
        display: none;
    }
    .skt-plastic-surgery-banner-section .linear {
        top: 0;
    }
    .skt-plastic-surgery-banner-section :where(h2, h4) {
        text-align: left;
    }
    .skt-plastic-surgery-banner-section h4 br {
        display: none;
        visibility: hidden;
    }
    .skt-plastic-surgery-banner-section {
        background-size: contain !important;
    }
    .skt-plastic-surgery-banner-section h2 {
        font-size: 25px !important;
    }
    .skt-plastic-surgery-choose-img-box .skt-blocks-block-section {
        border-width: 0 0 1px 0 !important;
    }

    /* ----- Comments ----- */
    .comment-list .children {
        margin-left: 14px;
    }

    /* ----- WooCommerce ----- */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 90%;
        margin: 10px auto;
        float: none;
        display: block;
    }

    /* ----- Tables: scrollable ----- */
    .woocommerce table.shop_table {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* ----- Embeds: responsive iframes ----- */
    .wp-block-embed__wrapper {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .wp-block-embed__wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}


/* ==========================================================================
   14. MOBILE LANDSCAPE  (480px – 767px)
   ========================================================================== */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .container,
    .content-area {
        width: auto;
        margin: 0 auto;
    }
    .logo {
        padding: 15px 0;
    }
    #navigate-main {
        width: 100%;
    }
    .inner-banner-thumb h1 {
        left: 0;
        right: 0;
        text-align: center;
        font-size: 30px;
        padding: 0 15px;
    }
    .banner-container h1 {
        font-size: 30px;
    }
    .blog_lists {
        margin-bottom: 30px;
    }
    .skt-plastic-surgery-banner br {
        display: none;
    }
    #navigation {
        padding: 0 !important;
    }
    .header-phone-number {
        margin: 10px auto;
        float: none;
        text-align: center;
    }
    .skt-plastic-surgery-welcome-rating-column .elementor-container {
        margin: 0 auto !important;
    }
    .skt-plastic-surgery-banner-section .linear {
        top: 0;
    }
    .skt-plastic-surgery-banner-section {
        background-size: contain !important;
    }
    .skt-plastic-surgery-banner-section h2 {

        font-size: 25px !important;
    }
    .footer-social,
    .c-footer-social {
        float: none;
        text-align: center;
        width: 100%;
        padding: 10px 0 20px 0;
    }
    .srcrt {
        text-align: center;
    }
    .skt-header-quote-btn a {
        float: none;
        width: 100%;
        text-align: center;
        border-radius: 0;
        font-size: 16px;
        height: auto;
        padding: 10px;
        margin: 0 0 10px 0;
    }
    /* WooCommerce — 2 columns at this size */
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 44%;
        margin: 10px 2%;
        display: inline-block;
        float: none;
    }
    .main-navigation li.menu-item-has-children > a:after {
        top: 15px;
    }
}


/* ==========================================================================
   15. SMALL MOBILE  (max 479px)
   ========================================================================== */
@media screen and (max-width: 479px) {
    .container {
        padding: 30px 20px;
    }
    .footer-social,
    .c-footer-social {
        padding: 0 0 20px 0;
        float: none;
        text-align: center;
    }
    .footer-logo,
    .c-footer-logo {
        float: none;
        text-align: center;
        padding: 20px 0;
    }
    #footermenu {
        margin-top: 0;
    }
    #footermenu li {
        display: block;
        padding: 10px 0;
    }
    .header-search-form {
        width: 100%;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 9999999;
    }
    .cols-3 {
        width: 100% !important;
        padding: 0 10px;
    }
    .col-columns-2 {
        width: 100%;
        float: none;
        padding: 15px;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 94%;
        margin: 10px auto;
        display: block;
        float: none;
    }
    .inner-banner-thumb h1,
    .banner-container h1 {
        font-size: 22px;
        padding: 0 10px;
    }
    .banner-container {
        padding: 30px 15px;
    }
    .entry-title {
        font-size: 18px;
    }
    .skt-header-button {
        font-size: 14px;
        padding: 10px 18px;
    }
    .logo img {
        max-width: 120px;
        max-height: 44px;
    }
    .logo h2,
    .site-title {
        font-size: 20px;
    }
    .main-navigation li.menu-item-has-children > a:after {
        top: 15px;
    }
    .c-social-icons__link {
        width: 45px;
        height: 45px;
    }
    /* Tighter social gap on tiny screens */
    .c-social-icons {
        gap: 6px;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* Comment list children indent */
    .comment-list .children {
        margin-left: 10px;
        padding-left: 8px;
    }
}


/* ==========================================================================
   16. LANDSCAPE ORIENTATION  — Special handling
   ========================================================================== */
@media screen and (max-width: 812px) and (orientation: landscape) {
    .inner-banner-thumb h1 {
        font-size: 26px;
    }
}

@media screen and (orientation: landscape) and (max-width: 1080px) {
    .blog_lists {
        min-height: inherit;
    }
    .ft-infobox .footerarea .container {
        padding: 40px 20px 10px 20px;
    }
    .footer-row {
        margin: 0;
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 1170px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    #sidebar {
        width: 100%;
        float: none;
        margin-top: -40px;
		margin-bottom: -80px;
    }

    .content-area {
        width: 100%;
        float: none;
    }

    article.post .entry-content,
    article.hentry .entry-content,
    article.post .entry-summary,
    article.hentry .entry-summary,
    article.post .rdmore,
    article.hentry .rdmore {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (max-width: 480px) {
    .banner-container h1 {
        font-size: 24px;
    }

    .entry-title {
        font-size: 20px;
    }
}