/*
Theme Name: MindShop eCommerce Template
Theme URI: https://mindrop.gr
Author: Mindrop digital agency
Author URI: https://mindrop.gr
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Fira Sans", sans-serif;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## OFF CANVAS MENU
--------------------------------------------------------------*/
.overlay-div {
  height: 100vh;
  width: 100vw;
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.overlay-background {
  height: 100vh;
  width: 100vw;
  z-index: 50;
  background-color: black;
  opacity: 0.75;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.offcanvas-contents-left-1 {
  height: 100vh;
  width: 100vw;
  max-width: 500px;
  z-index: 51;
  background-color: #313cd0;
  position: fixed;
  top: 0;
  left: -100vw;
  transition: left 1s;
}

.offcanvas-contents-right-1 {
  height: 100vh;
  width: 100vw;
  max-width: 500px;
  z-index: 51;
  background-color: #313cd0;
  position: fixed;
  top: 0;
  right: -100vw;
  transition: right 1s;
}

.offcanvas-contents-left-1-added {
  left: 0;
}

.offcanvas-contents-right-1-added {
  right: 0;
}

.offcanvas-base {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 340px;
    background-color: #fff;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
	max-width: 100%;
}

.offcanvas-menu {
    left: 0;
    right: auto;
	width: 340px;
    -webkit-transform: translate3d(-340px,0,0);
    transform: translate3d(-340px,0,0);
	    visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 100%;
}

.offcanvas-filters {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-340px,0,0);
    transform: translate3d(-340px,0,0);
	    visibility: hidden;
	max-width: 100%;
}

.offcanvas-cart {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(340px,0,0);
    transform: translate3d(340px,0,0);
	    visibility: hidden;
	max-width: 100%;
}

.offcanvas-opened {
    -webkit-transform: none;
    transform: none;
	visibility: visible;
	z-index: 9999999;
}

.offcanvas-close-side {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.7);
    transition: opacity .25s ease,visibility 0s ease .25s;
}

.offcanvas-close-side-opened {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s ease,visibility 0s ease;
}
.off-cart-footer {
	flex: 0 0 auto;
    padding-bottom: 15px;
}
.off-filters-footer {
	flex: 0 0 auto;
    padding-bottom: 15px;
}
.off-menu-footer {
	flex: 0 0 auto;
    padding-bottom: 0px;
}
.off-cart-footer .woocommerce-mini-cart__buttons {
	padding-right: 15px;
    padding-left: 15px;
	display: block;
    margin-bottom: 0;
    text-align: center;
}
.off-filters-footer .woocommerce-filter__buttons {
	padding-right: 15px;
    padding-left: 15px;
	display: block;
    margin-bottom: 0;
    text-align: center;
}
.off-cart-footer .woocommerce-mini-cart__buttons a {
    width: 100%;
	margin-bottom: 10px;
}
.off-filters-footer .woocommerce-filter__buttons a {
    width: 100%;
	margin-bottom: 10px;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-cart {
	background-color: #f7f7f7;
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-checkout {
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #83b735;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-filters-footer .woocommerce-filter__buttons .btn-filters {
	padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #000;
    color: #fff;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.woocommerce-mini-cart__total {
	border-color: rgba(129,129,129,.2);
	    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 2px solid;
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 5px;
}
.woocommerce-mini-cart__total strong {
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
    font-weight: 600;
    font-size: 20px;
}
.off-cart-header {
	display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid;
	border-color: rgba(129,129,129,.2);
}
.off-cart-header .widget-title {
    flex: 1 1 auto;
    margin: 0px;
    font-size: 20px;
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.wd-cross-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}
.off-cart-header .close-side-widget {
    flex: 0 0 auto;
}
.wd-cross-button[class*=wd-with-text], .widget_layered_nav_filters ul li a {
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
}
.wd-cross-button.wd-with-text-left {
    padding-right: 18px;
}
.wd-cross-button:after, .wd-cross-button:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: #000;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.wd-cross-button:before, .widget_layered_nav_filters ul li a:before, .woocommerce-remove-coupon:before, td.product-remove a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wd-cross-button:after, .widget_layered_nav_filters ul li a:after, .woocommerce-remove-coupon:after, td.product-remove a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wd-cross-button.wd-with-text-left:after, .wd-cross-button.wd-with-text-left:before {
    right: 0;
}
.off-widget_shopping_cart {
	    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
	    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.off-widget_shopping_filters {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.off-widget_mob_navigation_menu {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
}
.off-widget_shopping_cart_content {
	display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.widget_shopping_cart_content {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.widget_shopping_filters_content {
	display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.widget_mob_navigation_menu_content {
	display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-between;
}
.off-widget-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.off-widget-scroll-content {
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
	position: absolute;
    padding-right: 0;
    max-height: none;
}
.off-widget-scroll-content .woocommerce-mini-cart__total, .off-widget-scroll-content .woocommerce-mini-cart__buttons{
	display:none;
}
.off-widget-scroll-content .woocommerce-mini-cart {
	padding: 15px;
}

/*--------------------------------------------------------------
## OFF CANVAS CART CONTENT
--------------------------------------------------------------*/

.noesis-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.off-widget_shopping_cart .noesis-scroll-content {
    position: absolute;
    padding-right: 0;
    max-height: none;
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 0;
    max-height: none;
}
.off-widget_shopping_filters .noesis-scroll-content {
    position: absolute;
    padding-right: 15px;
	padding-left: 15px;
    max-height: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 15px;
    max-height: none;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
    position: absolute;
    padding-right: 15px;
	padding-left: 15px;
    max-height: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    position: absolute;
    padding-right: 15px;
    max-height: none;
}
.off-widget_shopping_cart .product_list_widget {
    margin-bottom: 0;
    text-align: left;
	padding: 0px;
}
.woocommerce .off-widget_shopping_cart ul.product_list_widget .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
}
.off-widget_shopping_cart .mini_cart_item {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.widget_shopping_cart_content .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
}
.product_list_widget>li>a {
    display: block;
    margin-bottom: 8px;
}
.off-widget_shopping_cart .cart-item-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 0;
}
.off-widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.off-widget_shopping_cart .remove {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 99999;
    margin-bottom: 0;
    padding-right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: rgba(0,0,0,.8);
    text-align: center;
    font-size: 21px;
    line-height: 20px;
}
.off-widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.cart-widget-side .off-widget_shopping_cart .remove {
    top: 13px;
    right: 10px;
}
.off-widget_shopping_cart .remove:after {
    font-weight: 700;
    font-size: 8px;
    content: "X";
    font-family: noesis-font;
	display: none;
}
.off-widget_shopping_cart .cart-item-image {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
    margin-right: 15px;
}
.off-widget_shopping_cart .mini_cart_item a {
    margin-bottom: 0;
}
.product_list_widget>li img {
    float: left;
    margin-right: 15px;
    min-width: 65px;
    max-width: 65px;
	    height: auto;
}
.off-widget_shopping_cart .cart-item-image img {
    float: none;
    margin-right: 0;
    transition: opacity .6s ease;
}
.off-widget_shopping_cart .cart-info {
    flex: 1 1 auto;
    padding-right: 20px;
}
.off-widget_shopping_cart .product-title {
    display: block;
    margin-bottom: 6px;
}
.off-widget_shopping_cart .product-title {
    transition: all .25s ease;
}
.product_list_widget>li .product-title {
    margin-bottom: 8px;
    font-size: 14px;
}
.off-widget_shopping_cart .quantity {
    display: inline-flex;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
}
.off-widget_shopping_cart .quantity {
    display: block;
    color: #BBB;
    font-size: 13px;
}
.off-widget_shopping_cart .amount {
    font-weight: 600;
    font-size: 14px;
}
.shopping-cart-widget-footer {
	display: none;
}

/*--------------------------------------------------------------
## OFF CANVAS MOBILE MENU
--------------------------------------------------------------*/
.offcanvas-menu {
	margin-top: 0px;
}
.offcanvas-menu .offcanvas-close-menu svg{
	display: inline-block;
    fill: #000;
    vertical-align: middle;
    background: none;
    pointer-events: none;
	width: 15px;
    height: 15px;
    stroke-width: 1.5px;
}
.offcanvas-close-menu {
	    position: relative;
    vertical-align: middle;
    line-height: 15px;
}
.offcanvas-menu .offcanvas-close-menu:before {
    position: absolute;
    content: '';
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0);
}
.navbar-collapse {
	display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.noesis-scroll-content .navbar-collapse  {
	padding: 0px;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
	padding-left: 30px;
	padding-right: 30px;
}
.off-widget_mob_navigation_menu  .navbar-nav {
    margin: 0px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item {
	border-bottom: 1px solid #d9d9d9;
	border-color: rgb(140 140 140 / 0.25); 
    overflow: hidden;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a {
	display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
	text-transform: uppercase;
}
.off-widget_mob_navigation_menu .nav>li>a:focus, .off-widget_mob_navigation_menu .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 0px dashed;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
	position: absolute;
    right: 0;
    top: calc(50% - (11px / 2));
    width: 11px;
    height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before {
    width: 11px;
    height: 1px;
    opacity: 1;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
    width: 1px;
    height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before{
	opacity: 0;
}
.off-widget_mob_navigation_menu .dropdown-menu {
    display: block;
    height: 0;
    visibility: hidden;
    transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
    overflow: hidden;
	padding-bottom: 18px;
	margin-left: 16px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open .dropdown-menu {
    visibility: visible;
    transition: height 0.35s ease-in-out;
	overflow:visible;
	height: auto;
}
.off-widget_mob_navigation_menu .navbar-nav .open .dropdown-menu>li>a {
	    padding: 13px 0px 13px 0px;
	font-size: 13px;
}
.secondary-mob-menu-item-first {
	margin-top: 30px;
}
.secondary-mob-menu-item {
	margin-bottom: 18px;
	padding: 0px;
}
.secondary-mob-menu-item a {
		line-height: 21px;
	font-size: 13px;
}
.navbar-nav>.secondary-mob-menu-item>a {
	padding: 0px;
	color:#888;
	text-transform: none;
		font-size: 13px;
}
.off-widget_mob_navigation_menu {
	opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-widget_mob_navigation_menu {
	opacity: 1;
    transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-cart-header {
	opacity: 0;
    transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-cart-header {
	opacity: 1;
    transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-menu-footer {
	opacity: 0;
    transform: translateY(45px);
    transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.offcanvas-opened .off-menu-footer {
	opacity: 1;
    transform: translateY(0);
    transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.off-widget_mob_navigation_menu .navbar-nav>li {
    float: none;
    width: 100%;
}
.off-widget_mob_navigation_menu .navbar-nav {
    float: none;
    margin: 0;	
}

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
#mobileheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 18px;
	background-color: #000;
}
.mobile-menu-icon svg {
    height: 14px;
    width: 20px;
	fill: #fff;
}
.mobile-cart-icon svg {
    height: 20px;
    fill: #fff;
    stroke-width: 1.5px;
}
.mobile-branding img {
	max-width: 200px;
}

/*--------------------------------------------------------------
## CART Page
--------------------------------------------------------------*/
.woocommerce table.shop_table {
    border: 0px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}
th.product-remove {
    width: 40px;
}
th.product-thumbnail {
    width: 10px;
}
th.product-name {
    text-align: left;
}
table th {
    padding: 15px 10px;
    border: none;
    border-bottom: 2px solid #EFEFEF;
    color: #2d2a2a;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
		font-family: 'GothamGreek-Bold';
}
.woocommerce table.shop_table td {
    padding: 15px 12px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
    text-align: left;
    font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
td.product-remove {
    padding: 0;
    text-align: center;
}
@media (min-width: 768px) {
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.cart-actions .coupon {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.cart-actions .coupon label {
    display: none;
}
.cart-actions .coupon .input-text {
    margin-right: 10px;
    max-width: 230px;
}
.cart-actions input {
padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
.woocommerce .cart-actions [type=submit]{
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    background-color: #F3F3F3;
    color: #3E3E3E;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: .3px;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
td.product-thumbnail>a {
    display: block;
    overflow: hidden;
}
td.product-thumbnail img {
    min-width: 80px;
    max-width: 80px;
}
.cart-actions.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.woocommerce .cart-totals-inner {
    padding: 25px;
    border: 3px solid #EFEFEF;
}
.woocommerce .cart-totals-inner h2 {
	text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5px;
    padding-left: 6px;
	font-family: 'GothamGreek-Bold';
	margin-top: 0px;
}
.cart-subtotal th {
	    border-bottom: 1px solid #E6E6E6;
    text-transform: none;
    font-size: 14px;
}
.woocommerce-shipping-totals th {
	    border-bottom: 1px solid #E6E6E6;
    text-transform: none;
    font-size: 14px;
}
.cart-subtotal .woocommerce-Price-amount{
	color: #777;
}
.order-total .woocommerce-Price-amount {
	font-size: 16px;
    font-family: 'GothamGreek-Bold';
}
.woocommerce-remove-coupon, td.product-remove a {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 0;
	    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px;
}
@media (min-width: 769px) {
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.col-md-automa {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
}
@media (max-width: 1024px) {
.cart-content-wrapper .cart-data-form {
    margin-bottom: 40px;
    padding-top: 0;
}
}
@media (max-width: 768px) {	
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.shop_table_responsive tr {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(129,129,129,.2);
	}
.woocommerce-cart-form__contents tr {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 115px;
		min-height: 136px;
	}
	.shop_table_responsive tr:last-child {
		margin-bottom: 0;
	}
.woocommerce-cart-form__contents td {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
    padding: 0;
}
.woocommerce-cart-form__contents td:not(:last-child) {
    border-bottom: 1px dashed rgba(129,129,129,.2);
}
	.shop_table_responsive td {
    display: block;
    margin-bottom: 8px;
    padding: 0 0 8px;
    border-bottom: none;
    text-align: right;
}
	.shop_table_responsive td:before {
    content: attr(data-title);
    float: left;
    padding-top: 3px;
    color: #2d2a2a;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.woocommerce-cart-form__contents td:before {
    flex: 1 1 auto;
    margin-bottom: 5px;
    padding-top: 0;
    text-align: left;
    font-size: 11px;
}
	.group_table td>*, .woocommerce-cart-form__contents td>* {
    margin-bottom: 5px;
}
.woocommerce table.shop_table td.product-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    max-height: 115px;
    border-bottom: none;
}
.woocommerce-cart-form__contents td.product-thumbnail img {
    min-width: 100px;
    max-width: 100px;
}
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
    display: block;
}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
}
		.shop_table_responsive {
		display: block;
	}
	.shop_table_responsive th, .shop_table_responsive thead {
		display: none;
	}
	th.product-name {
    text-align: left;
}
	td.product-name:before {
		display:none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-remove {
    position: absolute;
    top: -7px;
    right: -7px;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
	.woocommerce .woocommerce-cart-form__contents td.product-name {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-align: left!important;
	padding: 15px 12px;
}
		.woocommerce  .woocommerce-cart-form__contents td.product-name a {
        margin-bottom: 10px;
    padding-right: 30px;
}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}
	.woocommerce table.shop_table td {
    padding: 4px 12px;
	}
	.order-first {
    -ms-flex-order: -1;
    order: -1;
}
	.order-last {
    -ms-flex-order: 13;
    order: 13;
}
	.cart-actions .button {
    width: 100%;
}
	.woocommerce table.shop_table {
		margin-bottom: 40px;
	}
	.woocommerce .cart-actions button.button:disabled, .woocommerce .cart-actions button.button:disabled[disabled] {
		padding: 12px 20px;
	}
	.cart-actions .coupon {
    justify-content: center;
    margin-top: 30px;
    padding: 25px;
    border: 2px dashed rgba(129,129,129,.2);
}
	.cart-actions .coupon {
    flex-direction: column;
}
	.cart-actions .coupon .input-text {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.woocommerce .cart-totals-inner table.shop_table td {
		border-bottom: 0px solid #E6E6E6;
		margin-bottom: 0px;
	}
	body .select2-container, body .ui-widget.ui-datepicker {
    z-index: 99!important;
}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #6ca300;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #83c305;
    color: #fff;
}
/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.noesis-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 5px 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    margin-top: 0;
    margin-right: 5px;
    padding: 0;
    vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: relative;
    margin-top: 4px;
    margin-left: 0px;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
    position: relative;
    margin-bottom: 40px;
    padding: 30px;
    background-color: #F8F8F8;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
}
th.product-name {
    text-align: left;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
    text-align: right;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
    max-width: 50%;
    width: 50%;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box {
    position: relative;
    margin-top: 15px;
    padding: 15px;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box:before {
    position: absolute;
    top: -4px;
    left: 25px;
    color: #FFF;
    font-size: 32px;
    line-height: 0;
    content: "\f151";
    font-family: woodmart-font;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box p:last-child {
    margin-bottom: 0;
}
.checkout-order-review:after, .checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:after, .woocommerce-order-pay .entry-content>.woocommerce:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
    background-size: 15px 15px;
}
.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
    top: -10px;
    background-position: -3px -5px,0 0;
}
#ship-to-different-address label {
    display: inline;
    margin: 0;
    margin-right: 5px;
    color: #2d2a2a;
}




#desktopheader {
	background-color:#0a324c;
}

.logo-area {
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	    height: 100px;
	    background-color: #0a2e46;
}

.logo-area .row {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
}

.site-branding img {
    height: 106px;
    margin-top: 9px;
    background-color: #0b2e46;
    border-radius: 100%;
    width: 106px;
    padding: 3px;
}

.header-members-area {
	    margin-left: auto;
}

.site-branding {
	text-align: center;
}
.site-navigation-inner {
	    margin-top: 15px;
}

#main-menu {
	    display: inline-block;
    float: none;
    margin: 0 auto;
    margin-bottom: -5px;
}

.navbar-default .navbar-collapse {
	text-align:center;
}


.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default {
    background-image: none;
    filter: pnone;
    background-repeat: repeat-x;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 15px;
    border: 0px solid transparent;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255,255,255,.6);
	    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: rgba(255,255,255);
    background-color: transparent;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


.home-slider img {
	width:100%;
}

.news-section {
	padding: 72px 0;
	background-color:#f5f3f0;
}

.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #35475e; margin-bottom: 8px; display: block; }
.section-head { margin-bottom: 40px; }
.section-head h2 { font-size: clamp(24px, 3vw, 32px); letter-spacing: -.5px; margin-top: 0px;}
.section-head p { font-size: 15px; color: #e4e4e4; margin-top: 8px; }



.announcements-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.announcement-card {
    background: transparent;
    border: 0px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    overflow: hidden;
	    padding: 10px 0;
    border-bottom: 1px solid #e8e6e1;
}

.announcement-card__top {
    padding: 14px 20px 0;
}

.announcement-badge {
    background: rgba(196, 113, 74, .12);
    color: #c4714a;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 0px;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 11px;
}

.announcement-card__body {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 10px 0px 16px;
}

/* Κουτί ημερομηνίας με border-radius */
.announcement-date {
    min-width: 52px;
    flex-shrink: 0;
    text-align: center;
    background: #eee5e8;
    border: 0.5px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 8px 8px;
}

.announcement-date__day {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1a1a1a;
}

.announcement-date__month {
    display: block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
    margin-top: 2px;
}

.announcement-content {
    flex: 1;
}

.announcement-title {
    display: block;
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
    margin-bottom: 5px;
}
.announcement-title:visited {
    color: #1a1a1a;	
}
.announcement-title:hover {
    color: #c4714a;
}

.announcement-excerpt {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    font-weight: 300;
}
.blog-card__more{
	    color: #c4714a;
    display: inline-block;
    margin-top: 15px;
}

.blog-card__more:visited{
	    color: #c4714a;
}

.conf-section {
    background: #263549;
    padding: 72px 0;
    position: relative;
    overflow: hidden;
}




/* ══════════════════════════════════════════
   CONFERENCES — FULL WIDTH AGENDA (simple)
══════════════════════════════════════════ */
.conf-section {
  background: #263549;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
}
.conf-blob-1 { position: absolute; width: 500px; height: 500px; background: #718aaa; border-radius: 50%; filter: blur(120px); opacity: .15; top: -200px; right: -100px; pointer-events: none; }
.conf-blob-2 { position: absolute; width: 350px; height: 350px; background: #718aaa; border-radius: 50%; filter: blur(100px); opacity: .1; bottom: -100px; left: -50px; pointer-events: none; }
.conf-section-inner { position: relative; z-index: 2; }

.conf-section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; flex-wrap: wrap; gap: 16px; }
.conf-section-head h2 { font-size: clamp(21px, 2.8vw, 29px); color: #ffffff; letter-spacing: 0; }
.conf-section-head .eyebrow { color: #8ba3bf; }
.conf-section-head p { color: rgba(255,255,255,.4); font-size: 14px; margin-top: 5px; }
.btn-conf-all { display: inline-flex; align-items: center; gap: 7px; border: 1.5px solid rgba(255,255,255,.2); color: rgba(255,255,255,.65) !important; border-radius: 8px; padding: 9px 20px; font-size: 13px; font-weight: 700; transition: all .15s; text-decoration: none !important; white-space: nowrap; }
.btn-conf-all:hover { border-color: #ee997b; color: #ee997b !important; }

/* Agenda list */
.conf-agenda { display: flex; flex-direction: column; gap: 0; height: 400px; overflow: scroll; }

.conf-agenda-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
  border-bottom: 1px solid rgba(255,255,255,.07);
  transition: background .15s;
  cursor: pointer;
}
.conf-agenda-item:first-child { border-top: 1px solid rgba(255,255,255,.07);}
.conf-agenda-item:hover { background: rgba(255,255,255,.05); }
.conf-agenda-item:hover .cai-arrow { opacity: 1; transform: translateX(3px); }

/* Date column */
.cai-date {
  flex-shrink: 0;
  width: 52px;
  text-align: center;
}
.cai-day { font-size: 22px; font-weight: 800; color: #ffffff; line-height: 1; letter-spacing: 0; }
.cai-mon { font-size: 9px; text-transform: uppercase; letter-spacing: .6px; color: rgba(255,255,255,.35); font-weight: 700; margin-top: 1px; }

/* Divider */
.cai-sep { width: 1px; height: 36px; background: rgba(255,255,255,.1); flex-shrink: 0; }

/* Type pill */
.cai-type { flex-shrink: 0; }
.conf-type { display: inline-block; font-size: 9.5px; font-weight: 600; letter-spacing: .9px; text-transform: uppercase; padding: 3px 9px; border-radius: 30px; white-space: nowrap; }
.ctype-cong { background: rgba(238,153,123,.13); color: #f5b09a; }
.ctype-web  { background: rgba(113,138,170,.12); color: #8ba3bf; }
.ctype-sem  { background: rgba(255,255,255,.07); color: rgba(255,255,255,.45); }

/* Main info */
.cai-body { flex: 1; min-width: 0; }
.cai-title { font-size: 16px; font-weight: 500; color: #ffffff; line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.conf-agenda-item:hover .cai-title { color: #f5b09a; }
.cai-meta { display: flex; gap: 16px; margin-top: 4px; flex-wrap: wrap; }
.cai-meta span { font-size: 13px; color: rgba(255,255,255,.35); font-weight: 400; display: flex; align-items: center; gap: 4px; }
.cai-meta .fa { font-size: 10px; color: #ee997b; opacity: .7; }

/* Arrow */
.cai-arrow { flex-shrink: 0; color: rgba(255,255,255,.25); font-size: 12px; opacity: 0; transition: all .15s; }




/* ── SERVICES GRID ───────────────────────────── */
.svc-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.svc-tile {
  background: #f5f3ef;
  border: 1.5px solid #e8e6e1;
  border-radius: 10px;
  padding: 28px 24px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}
.svc-tile::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(196,113,74,.06), transparent);
  opacity: 0;
  transition: opacity .2s;
}
.svc-tile:hover { background: #fff; box-shadow: 0 2px 8px rgba(28,31,38,.08), 0 12px 40px rgba(28,31,38,.10); transform: translateY(-3px); border-color: transparent; }
.svc-tile:hover::after { opacity: 1; }
.svc-tile:hover .svc-tile-icon { background: #c4714a; color: #fff; }
.svc-tile-icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(196,113,74,.12);
  color:#c4714a;
  display: flex; align-items: center; justify-content: center;
  font-size: 21px;
  margin-bottom: 16px;
  transition: all .2s;
}
.svc-tile h4 {
  font-size: 14.5px;
  font-weight: 800;
  color: #1c1f26;
  margin-bottom: 6px;
  letter-spacing: -.2px;
}
.svc-tile p { font-size: 13px; color: #8a909e; line-height: 1.6; }
.svc-badge {
  position: absolute;
  top: 14px; right: 14px;
  background: #c4714a;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 30px;
}

.section-services {
	    padding: 72px 0;
}
.section-services .section-head p {
	color:#8a909e;
}




/* ── DOCTOR SEARCH ── */
.search-section { background: #ffffff; padding: 72px 0; border-top: 1px solid #e4e2de; }
.search-form-row { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: flex-end; margin-bottom: 36px; }
.sf-group label { display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .1px; color: #546070; margin-bottom: 7px; }
.sf-input { width: 100%; border: 1.5px solid #e4e2de; border-radius: 8px; padding: 11px 14px; font-size: 14px; font-family: 'Fira Sans', sans-serif; font-weight: 500; color: #35475e; background: #f5f3ef; transition: all .15s; }
.sf-input:focus { outline: none; border-color: #718aaa; background: #ffffff; box-shadow: 0 0 0 3px rgba(113,138,170,.12); }
.btn-search-main { background: #35475e; color: #fff; border: none; border-radius: 8px; padding: 12px 28px; font-size: 14px; font-weight: 700; font-family: 'Fira Sans', sans-serif; cursor: pointer; transition: background .15s; display: flex; align-items: center; gap: 8px; white-space: nowrap; align-self: flex-end; }
.btn-search-main:hover { background: #718aaa; }
.doctors-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.doc-card { background: #f5f3ef; border: 1.5px solid #e4e2de; border-radius: 10px; padding: 22px; transition: all .18s; position: relative; overflow: hidden; }
.doc-card::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #718aaa; transform: scaleY(0); transform-origin: bottom; transition: transform .2s ease; }
.doc-card:hover { background: #ffffff; box-shadow: 0 2px 10px rgba(53,71,94,.09), 0 14px 40px rgba(53,71,94,.12); transform: translateY(-2px); }
.doc-card:hover::before { transform: scaleY(1); }
.doc-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.doc-avatar { width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 800; color: #fff; flex-shrink: 0; }
.doc-name { font-size: 15.5px; font-weight: 800; color: #35475e; margin-bottom: 3px; letter-spacing: 0; }
.doc-spec { display: inline-block; font-size: 10.5px; font-weight: 700; letter-spacing: .6px; text-transform: uppercase; color: #718aaa; background: rgba(113,138,170,.12); padding: 2px 8px; border-radius: 30px; }
.doc-details { display: flex; flex-direction: column; gap: 5px; }
.doc-detail-row { font-size: 12.5px; color: #546070; display: flex; align-items: center; gap: 7px; }
.doc-detail-row .fa { color: #ee997b; font-size: 11px; width: 13px; flex-shrink: 0; }
.doc-actions { margin-top: 14px; display: flex; gap: 8px; }
.btn-map { display: inline-flex; align-items: center; gap: 6px; background: #718aaa; color: #fff !important; padding: 7px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none !important; transition: background .15s; }
.btn-map:hover { background: #35475e !important; }
.btn-contact { display: inline-flex; align-items: center; gap: 6px; background: #e4e2de; color: #546070 !important; padding: 7px 14px; border-radius: 6px; font-size: 12px; font-weight: 700; text-decoration: none !important; transition: all .15s; }
.btn-contact:hover { background: #35475e; color: #fff !important; }




/* ══════════════════════════
   DRASI — PHOTO NEWS CARDS
══════════════════════════ */
.drasi-section { padding: 72px 0; background: #f5f3ef; }
.drasi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.drasi-news-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1.5px solid #e4e2de;
  transition: all .22s;
  display: flex;
  flex-direction: column;
}
.drasi-news-card:hover { box-shadow: 0 2px 10px rgba(53,71,94,.09), 0 14px 40px rgba(53,71,94,.12); border-color: transparent; transform: translateY(-4px); }

/* Photo area */
.dnc-photo {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  flex-shrink: 0;
}
/* Dummy photo using SVG gradient */
.dnc-photo-inner {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
}
.dnc-photo-icon {
  font-size: 40px;
  color: rgba(255,255,255,.5);
  z-index: 1;
}
.dnc-photo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(53,71,94,.7) 0%, transparent 60%);
  z-index: 2;
}
.dnc-cat-badge {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 3;
  font-size: 9.5px; font-weight: 800;
  letter-spacing: .6px; text-transform: uppercase;
  background: #ee997b; color: #fff;
  padding: 3px 10px; border-radius: 30px;
}

/* Card body */
.dnc-body { padding: 18px 20px 20px; flex: 1; display: flex; flex-direction: column; }
.dnc-date { font-size: 11px; font-weight: 700; color: #8a9aaa; margin-bottom: 7px; display: flex; align-items: center; gap: 5px; }
.dnc-date .fa { color: #718aaa; font-size: 10px; }
.dnc-title { font-size: 15px; font-weight: 800; color: #35475e; line-height: 1.35; margin-bottom: 8px; letter-spacing: -.15px; }
.dnc-title a { color: #35475e; }
.dnc-title a:hover { color: #718aaa; }
.dnc-excerpt { font-size: 13px; color: #8a9aaa; line-height: 1.6; flex: 1; }
.dnc-footer { margin-top: 14px; }
.dnc-read-more { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #718aaa; transition: gap .15s; }
.dnc-read-more:hover { color: #35475e; gap: 9px; }