/* ------------------------------------------------------------------------------
 Template Name: Ramsay
 Description: Ramsay - Creative Personal Onepage HTML Template
 Author: Paul_tf
 Author URI: http://themeforest.net/user/paul_tf
 Version: 1.0
-------------------------------------------------------------------------------*/

/* 1. Global */
@import url('bootstrap.min.css');
@import url('bootstrap-grid.min.css');
@import url('animate.css');
@import url('ionicons.min.css');
@import url('linearicons.css');
@import url('animsition.css');
@import url('magnific-popup.css');
@import url('jquery.pagepiling.css');
@import url('owl.carousel.css');

html{
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 1.9428;
  color: #717171;
  background: #1b1b1b;
  -webkit-overflow-scrolling:touch;
}
::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #808080;
}
::selection{
  background-color:#808080;
  color:#fff;
}
-webkit-::selection{
  background-color:#808080;
  color:#fff;
}
::-moz-selection{
  background-color:#808080;
  color:#fff;
}

/* Typography */
h1, .h1{ font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 3.428rem; line-height: 1.2; font-weight: 600; color: #fff; letter-spacing: -0.025em; margin:0.5em 0; }
h2, .h2{ font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 3.371rem; line-height: 1.166; color: #fff; letter-spacing: 0; margin:2.6rem 0; }
h3, .h3{ font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 2.142rem; line-height: 1.2; letter-spacing: -0.05em; color: #fff; margin:2.6rem 0; }
h4, .h4{ font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.714rem; line-height: 1.25; letter-spacing: 0.025em; color: #fff; margin:2.6rem 0; }
h5, .h5{ font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.571rem; line-height: 1.1; letter-spacing:0; color: #fff; margin:2.6rem 0; }
h6, .h6{ font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 1.285rem; line-height: 1.3333; letter-spacing:0; color: #fff; margin:2.6rem 0; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a{ color:inherit; }
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover{ text-decoration: none; }
strong{ font-weight: 600; }
p, blockquote{ margin-bottom: 2rem; }
a { color:#808080; -webkit-transition: color .3s ease-out; -o-transition: color .3s ease-out; transition: color .3s ease-out; }
a:hover { color:#f5468b; outline: none; }
a:focus{ text-decoration: none; }
.lead { font-size: 1.1rem; color: #ccc; }

/* Fields */
input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"], textarea{ display: inline-block; width:100%; font-size: 1rem; color: #fff; background-color:#2f2f2f; border:1px solid #444; border-radius: 8px; padding: 0.8rem 1rem; transition: all .3s; }
textarea{ padding-top: 0.8rem; height: 15rem; resize:none; }
input[type='text']:focus, input[type='address']:focus, input[type='url']:focus, input[type='password']:focus, input[type='email']:focus, input[type="search"]:focus, input[type="tel"]:focus, textarea:focus{ border-color: #808080; outline: 0; color: #fff; background-color: #333; }
.form-group{ margin-bottom: 30px; }
label.error{ color: #fff; margin:0.8rem 0 0; }

/* Buttons */
.btn{ color:#fff; letter-spacing: 0.025em; font-size: 1rem; display: inline-block; border:0; border-radius: 50px; padding: 1.1em 2.28em 1em; background-color: #808080; text-decoration: none; transition: all .3s ease-out!important; }
.btn:hover, .btn:focus{ background-color:#f5468b; color: #fff; box-shadow: 0 5px 15px rgba(245, 70, 139, 0.4); transform: translateY(-3px); outline: none!important; }

/* Preloader */
.animsition{ position:absolute; z-index: 1000; left: 0; width: 100%; top:0; height: 100%; }
.loader{ position: fixed; overflow: hidden; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background:#1b1b1b; text-align: center; }
.spinner { position: absolute; top: 50%; left: 50%; width: 50px; height: 50px; transform: translate(-50%, -50%); }
.double-bounce1, .double-bounce2 { width: 100%; height: 100%; border-radius: 50%; background-color: #808080; opacity: 0.6; position: absolute; top: 0; left: 0; animation: sk-bounce 2.0s infinite ease-in-out; }
.double-bounce2 { animation-delay: -1.0s; }
@keyframes sk-bounce { 0%, 100% { transform: scale(0.0); } 50% { transform: scale(1.0); } }

/* Helpers */
.text-muted{ color: #999!important; }
.text-white{ color: #fff; }
.text-primary{ color:#808080!important; }

/* 2. Navbar */
.navbar{ position: absolute; display:block; z-index: 101; left:0; top:0; width:100%; padding-top: 2rem; padding-bottom: 2rem; color: #fff; margin:0; border-radius: 0; }
.navbar-bg{ content: ''; position: absolute; left: 0; right: 0; top: -1px; width: 100%; height: 0; background: #272727; z-index: -1; box-shadow: none; transition: all 0.3s cubic-bezier(0.37, 0.31, 0.2, 0.85); }
.navbar-fixed{ position: fixed; }
.navbar-fixed .navbar-bg{ height: 100%; box-shadow: 0 0 35px rgba(0,0,0,0.2); }
.navbar .brand{ float: left; transition: none; }
.brand{ line-height: 1.6; color: #fff; display: inline-block; }
a.brand:hover, a.brand:focus{ text-decoration: none; color: #fff; }
.brand img{ display: inline-block; vertical-align:middle; margin-right: 0.65rem; }
.brand-logo img{ max-height: 38px; width: auto; }
.brand-info{ display: inline-block; vertical-align: middle; }
.brand-name{ 
    font-family: 'Great Vibes', 'Dancing Script', cursive;
    font-weight: 400; 
    font-size: 2rem; 
    line-height: 1; 
    color: #fff;
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 50%, #1e3a8a 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 2px 8px rgba(30, 58, 138, 0.3));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.brand:hover .brand-name {
    background-position: 100% center;
    filter: drop-shadow(0 4px 12px rgba(30, 58, 138, 0.5));
    transform: scale(1.05);
}
.navbar-toggle{ float: right; display: block; margin: 0; padding: 0; border-radius: 0; background: none; border: 0; margin-top:0.8rem; }
.navbar-toggle:focus{ outline:none; }
.navbar-toggle .icon-bar{ background-color: #fff; transition: all 0.3s ease; display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar+.icon-bar { margin-top: 4px; }
.navbar-toggle:hover .icon-bar{ background-color: #808080; }
.social-list{ overflow:hidden; }
.social-list-bottom{ display: none; position: absolute; z-index: 10; right:0; bottom:2.4rem; color: #000; }
.social-list a{ float: left; font-size: 1.428rem; line-height: 1; color:#fff; margin-left: 2rem; }
.social-list a:first-child{ margin-left: 0; }
.social-list a:hover{ color:#808080; text-decoration: none; }

/* Footer Policy Links */
.footer-links{ 
    position: absolute; 
    z-index: 10; 
    left: 0; 
    bottom: 0.5rem; 
    color: #fff; 
    font-size: 0.85rem; 
    line-height: 1.5;
}
.footer-links a{ 
    color: rgba(255, 255, 255, 0.7); 
    text-decoration: none; 
    transition: color 0.3s ease;
    margin: 0 0.5rem;
}
.footer-links a:hover{ 
    color: #fff; 
    text-decoration: underline;
}
.footer-links a:first-child{ 
    margin-left: 0; 
}
.footer-separator{ 
    color: rgba(255, 255, 255, 0.4); 
    margin: 0 0.3rem;
}

.contacts{ float: left; margin-left: 9rem; margin-top:0.5rem; }
.contacts .contact-item{ display: inline-block; color: #fff; margin-right:2rem; }
.contacts .contact-item a{ color: #fff; }
.contacts .contact-item.spacer{ opacity: 0.3; }
#success, #error{ display:none; }
.form-group-message{ display:none; }

/* Sidebar menu */
.click-capture{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; visibility: hidden; z-index: 99; opacity: 0; background: rgba(0,0,0,.3); transition: opacity .5s; }
.menu{ position: fixed; top:0; bottom:0; right: 0; width: 100%; z-index: 102; background-color: #1b1b1b; transform: translateX(100%); transition: all 0.6s ease; }
.close-menu{ position: absolute; z-index: 2; top: 2.3rem; font-size: 1.6rem; line-height: 1; color: #fff; cursor: pointer; margin-top:0.8rem; transition: all 0.3s ease; }
.close-menu:hover{ color: #808080; }
.menu-list{ opacity: 0; position: absolute; left: 0; top:5rem; bottom:10.5rem; padding-left: 15%; overflow-x:hidden; overflow-y:auto; -webkit-overflow-scrolling:touch; font-weight: 600; list-style: none; margin:0; transform: translateY(3rem); transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease; }
.menu-list li a{ color: #636363; }
.menu-list .active > a, .menu-list li a:hover{ text-decoration: none; color: #fff; }
.menu-list > li{ font-size: 1.65rem; line-height: 1; margin-top: 2.7rem; }
.menu-list > li:first-child{ margin-top: 0; }
.menu-footer{ position: absolute; left: 15%; bottom: 4rem; }
.menu-footer .social-list{ opacity: 0; transform: translateY(3rem); transition: all 0.5s 0.7s ease; }
.menu-footer .social-list a{ color: #7e7e7e; margin:0; margin-right:2.7rem; }
.menu-footer .social-list a:hover{ color:#808080; }
.menu-footer-links{ 
    opacity: 0; 
    margin-top: 1.5rem; 
    color: #7e7e7e; 
    font-size: 0.9rem; 
    line-height: 1.8;
    transform: translateY(2rem); 
    transition: all 0.5s 0.8s ease;
}
.menu-footer-links a{ 
    color: #7e7e7e; 
    text-decoration: none; 
    transition: color 0.3s ease;
    margin: 0 0.3rem;
}
.menu-footer-links a:hover{ 
    color: #fff; 
    text-decoration: underline;
}
.menu-footer-links .footer-separator{ 
    color: #5a5a5a; 
    margin: 0 0.2rem;
}
.menu-footer .copy{ opacity: 0; display: none; margin-top: 1.5rem; color: #fff; line-height: 1.71rem; transform: translateY(2rem); transition: all 0.5s 0.9s ease; }
.menu-is-opened .click-capture{ visibility: visible; opacity: 1; }
.menu-is-opened .menu{ transform: translateX(0); box-shadow: 0 0 25px rgba(0,0,0,0.07); }
.menu-is-opened .menu .menu-list, .menu-is-opened .menu .menu-footer .social-list, .menu-is-opened .menu .menu-footer .menu-footer-links, .menu-is-opened .menu .menu-footer .copy{ transform: translate(0); opacity: 1; }

/* 3. Homepage */
.boxed{ padding-left: 1.7rem; padding-right: 1.7rem; }
.right-boxed{ right:1.7rem!important; }
.copy-bottom{ display: none; position: absolute; z-index: 10; left:0; bottom:2.4rem; color: #000; }
.copy-bottom.white{ color: #fff; }
#pp-nav{ z-index: 100; width: 2.1428rem; margin-top:0!important; transform: translateY(-50%); }
#pp-nav.right{ right:0; }
#pp-nav .pp-nav-up, #pp-nav .pp-nav-down{ display: none; font-size: 1.3428rem; cursor: pointer; color: #000; text-align: center; transition: all 0.3s ease; }
#pp-nav .pp-nav-up{ margin-bottom: 3.5rem; }
#pp-nav .pp-nav-down{ margin-top: 3.5rem; }
#pp-nav li, .pp-slidesNav li{ margin:1.928rem auto; width: 10px; height: 10px; }
#pp-nav span, .pp-slidesNav span{ left: 0; top: 0; cursor: pointer; width: 8px; height: 8px; background: #000; border: 0; transition: all 0.3s ease; }
#pp-nav.white span, .pp-slidesNav span{ background: #fff; }
#pp-nav li .active span, .pp-slidesNav .active span{ opacity: 1; background: #808080; transform:scale(1.6); }

/* Sections */
.pagepiling .section{ background: #1b1b1b; padding-top: 10.3rem; padding-bottom: 6rem; }
.pagepiling .pp-scrollable{ padding: 0; overflow-x:hidden; }
.pp-scrollable .vertical-centred{ padding-top: 10.3rem; padding-bottom: 6rem; }
.scroll-wrap{ position: relative; min-height: 100%; }
.scrollable-content{ white-space: nowrap; width: 100%; font-size: 0; }
.scrollable-content:before{ content: ''; display: inline-block; height: 100vh; vertical-align: middle; }
.vertical-centred{ width: 100%; height: 100%; display: inline-block; vertical-align: middle; white-space: normal; font-size: 1rem; }
.section-bg{ position: absolute; left: 0; top:0; width: 100%; height: 100%; background-size: cover; background-position: center; }
.section-1 .section-bg{ height: 100vh; z-index: 0; }
.section-1 .section-bg img{ width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.section-1 .scrollable-content{ position: relative; z-index: 1; }

/* Mobile Hero Text Readability - Overlay and Text Shadow */
@media (max-width: 768px) {
  .section-1 .scroll-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 0;
    pointer-events: none;
  }
  
  .section-1 .display-2,
  .section-1 .display-2 span {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8), 0 4px 12px rgba(0, 0, 0, 0.6);
  }
  
  .section-1 .lead {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8), 0 3px 10px rgba(0, 0, 0, 0.6);
  }
  
  .navbar .brand-logo img {
    max-height: 24px !important;
    max-width: 120px !important;
    width: auto !important;
    height: auto !important;
  }
  
  .navbar .brand {
    max-width: 120px;
  }
}
.vertical-title{ position: absolute; text-align: center; font-weight: 600; opacity: 0.05; font-size:9rem; top: 50%; left:8rem; transform: translateY(-50%); }
.vertical-title span{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); opacity: 0; overflow: hidden; transition: all 0.5s 0.6s; white-space: nowrap; letter-spacing: 2.5rem; }
.section.active .vertical-title span{ letter-spacing: 0; opacity: 1; }
.title{ letter-spacing: -0.025em; line-height: 1.33333; margin:0 0 3rem; }
.display-2{ font-size: 6.54rem; font-weight: 600; line-height: 1; letter-spacing: -0.05em; margin: 0; }

/* Specialization Section */
.icon-specialization{ font-size:5rem; color:#808080; }
.row-specialization{ margin:0 -2rem; }
.col-specialization{ padding:0 2rem; }

/* Modern Service Section */
.section-4 { background: radial-gradient(circle at top left, #111 0%, #000 100%); position: relative; overflow: hidden; color: #fff; }
.section-4::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(10, 10, 10, 0.4); z-index: 0; }
.section-4 .container { position: relative; z-index: 2; }
.section-4 .title { font-size: 42px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 60px; text-align: center; background: linear-gradient(90deg, #00d4ff, #007bff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.service-box { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 18px; padding: 40px 25px; backdrop-filter: blur(10px); text-align: center; transition: all 0.4s ease; height: 100%; position: relative; overflow: hidden; }
.service-box:hover { background: rgba(0, 123, 255, 0.1); border-color: rgba(0, 123, 255, 0.5); transform: translateY(-8px) scale(1.02); box-shadow: 0 15px 35px rgba(0, 123, 255, 0.25); }
.service-box h4 { font-weight: 600; font-size: 22px; margin-bottom: 15px; color: #fff; }
.service-box p { color: #ccc; font-size: 15px; line-height: 1.6; margin-bottom: 20px; }
.service-price-display { font-size: 24px !important; font-weight: 700 !important; color: #00c6ff !important; margin: 20px 0 !important; min-height: 30px !important; display: block !important; visibility: visible !important; opacity: 1 !important; text-align: center !important; }
.service-price-display .price-loading { color: #ccc; font-size: 16px; font-weight: 400; }
.service-box .btn { background: linear-gradient(90deg, #00c6ff, #0072ff); color: #fff; border: none; padding: 10px 25px; border-radius: 50px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; position: relative; z-index: 2; margin-top: 10px; }
.service-box .btn:hover { background: linear-gradient(90deg, #0072ff, #00c6ff); box-shadow: 0 0 20px rgba(0, 123, 255, 0.6); transform: translateY(-2px); }

/* Responsive */
@media (min-width: 768px){ html{ font-size: 13px; } .boxed{ padding-left: 3rem; padding-right: 3rem; } .right-boxed{ right: 3rem!important; } }
@media (min-width: 992px){ html{ font-size: 14px; } .navbar{ padding:2.7rem 0; } .menu{ width:35%; max-width: 35rem; } .boxed{ padding-left: 4.2857rem; padding-right: 4.2857rem; } .right-boxed{ right:4rem!important; } }
@media (min-height: 500px){ #pp-nav .pp-nav-up, #pp-nav .pp-nav-down{ display: block; } }
@media (min-height: 700px){ .copy-bottom, .social-list-bottom{ display: block; } }

/* --- About Me Section Background (for Glassmorphism effect) --- */
.section-6 {
  background-image: linear-gradient(45deg, #232526, #414345);
}

/* --- Glassmorphism Profile Image --- */
.glass-card {
    background: rgba(255, 255, 255, 0.05); /* Frosted glass color */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* For Safari */
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
    transition: all 0.4s ease;
    width: clamp(280px, 80%, 380px);
    margin: 0 auto;
}
.profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px; /* Inner radius for the image */
}
.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1);
}

/* --- Contact Section - Dark Blue Background --- */
.section-8 {
    background: linear-gradient(135deg, #0a1929 0%, #1a2f4a 50%, #0f1b2e 100%);
    position: relative;
    overflow: hidden;
}

.section-8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(30, 58, 138, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(15, 23, 42, 0.3) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.section-8::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(30, 58, 138, 0.03) 2px, rgba(30, 58, 138, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(30, 58, 138, 0.03) 2px, rgba(30, 58, 138, 0.03) 4px);
    pointer-events: none;
    z-index: 0;
}

.section-8 .section-bg {
    display: none;
}

.section-8 .scrollable-content {
    position: relative;
    z-index: 1;
}

.section-8 .title {
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.section-8 .text-primary {
    color: #60a5fa !important;
    text-shadow: 0 0 20px rgba(96, 165, 250, 0.5);
}

.section-8 .text-muted {
    color: #94a3b8 !important;
}

.section-8 .contact-address h3,
.section-8 .contact-address h3 a,
.section-8 .contact-address h3 span {
    color: #e2e8f0;
    transition: color 0.3s ease;
}

.section-8 .contact-address h3 a:hover {
    color: #60a5fa;
}

.section-8 .contact-info {
    background: rgba(15, 23, 42, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(30, 58, 138, 0.2);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.section-8 .form-group input,
.section-8 .form-group textarea {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(30, 58, 138, 0.3);
    color: #ffffff;
    border-radius: 12px;
    padding: 12px 18px;
    transition: all 0.3s ease;
}

.section-8 .form-group input:focus,
.section-8 .form-group textarea:focus {
    background: rgba(15, 23, 42, 0.8);
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: 0 0 0 3px rgba(96, 165, 250, 0.1),
                0 0 20px rgba(96, 165, 250, 0.2);
    outline: none;
}

.section-8 .form-group input::placeholder,
.section-8 .form-group textarea::placeholder {
    color: #64748b;
}

.section-8 .btn {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    border: none;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
}

.section-8 .btn:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    box-shadow: 0 6px 20px rgba(30, 58, 138, 0.5);
    transform: translateY(-2px);
}

/* Social Media Icons Responsive Behavior */
@media (max-width: 768px) {
    .site-footer .social-list {
        display: none !important;
    }
    
    .site-footer .footer-links {
        display: none !important;
    }
    
    nav.menu .social-list {
        display: flex !important;
    }
    
    /* Fix email overflow on mobile */
    .section-8 .contact-address h3,
    .section-8 .contact-address h3 a.mail {
        word-break: break-all;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
        max-width: 100%;
        display: inline-block;
    }
}

@media (min-width: 769px) {
    nav.menu .social-list {
        display: none !important;
    }
    
    .site-footer .social-list {
        display: flex !important;
    }
}