/*
Theme Name: MaziTour
Theme URI: https://mazitour.com
Author: MaziTour
Description: Tema personalizată MaziTour — Vacanțe ca pentru prieteni
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: mazitour
*/

/* ===== RESET & VARIABILE ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --forest:#1a3a2a;--forest-mid:#2d5a3d;--moss:#4a7c59;--sage:#8ab89a;
  --cream:#f5f0e8;--warm-white:#fdfaf5;--gold:#c8952a;--gold-light:#e8b84b;
  --charcoal:#1c1c1c;--text:#2c2c2c;--text-light:#6b6b6b;
}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;background:var(--warm-white);color:var(--text);overflow-x:hidden}

/* NAV */
nav{position:fixed;top:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;padding:14px 5%;transition:all .4s ease;background:rgba(26,58,42,.97);backdrop-filter:blur(10px);box-shadow:0 4px 30px rgba(0,0,0,.2);}
nav.scrolled{background:rgba(26,58,42,.99);padding:12px 5%;}
.nav-logo{display:flex;align-items:center;gap:12px;text-decoration:none;}
.nav-logo-icon{width:42px;height:42px;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:900;font-size:18px;color:var(--forest)}
.nav-logo-text{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:white}

/* LOGO CUSTOM */
.nav-logo img {
    height: 60px !important;
    width: auto !important;
    display: block;
}

.nav-links{display:flex;align-items:center;gap:30px;list-style:none}
.nav-links>li{position:relative}
.nav-links a{text-decoration:none;color:rgba(255,255,255,.85);font-size:14px;font-weight:500;letter-spacing:.4px;transition:color .2s;}
.nav-links a:hover,.nav-links a:focus{color:var(--gold-light)}
.has-dropdown>a::after{content:' ▾';font-size:10px;opacity:.7}
.dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:white;border-radius:14px;min-width:250px;box-shadow:0 20px 60px rgba(0,0,0,.15);padding:10px;padding-top:20px;margin-top:0;opacity:0;pointer-events:none;transition:opacity .25s;}
.dropdown::before{content:'';position:absolute;top:-16px;left:0;right:0;height:16px;}
.has-dropdown:hover .dropdown{opacity:1;pointer-events:auto;}
.dropdown a{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:var(--text) !important;font-size:14px;transition:background .15s}
.dropdown a:hover{background:var(--cream)}
.dropdown-icon{width:42px;height:42px;border-radius:9px;overflow:hidden;flex-shrink:0}
.dropdown-icon img{width:100%;height:100%;object-fit:cover}
.dropdown-info strong{display:block;font-weight:600;color:var(--forest)}
.dropdown-info small{font-size:11px;color:var(--text-light)}
.nav-cta{background:var(--gold) !important;color:var(--forest) !important;padding:10px 22px;border-radius:50px;font-weight:600 !important;}
.nav-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(200,149,42,.4) !important}
.hamburger{display:none;cursor:pointer;flex-direction:column;gap:5px}
.hamburger span{display:block;width:24px;height:2px;background:white;transition:all .3s}
.mobile-nav{display:none;position:fixed;inset:0;background:rgba(26,58,42,.98);z-index:199;flex-direction:column;align-items:center;justify-content:center;gap:28px}
.mobile-nav.open{display:flex}
.mobile-nav a{font-family:'Playfair Display',serif;font-size:24px;color:white;text-decoration:none;font-weight:700;}
.mobile-nav a:hover{color:var(--gold-light)}
.mobile-nav-close{position:absolute;top:24px;right:24px;background:none;border:none;color:white;font-size:28px;cursor:pointer}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;animation:slowZoom 22s ease-in-out infinite alternate;}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(160deg,rgba(26,58,42,.88) 0%,rgba(26,58,42,.45) 50%,rgba(0,0,0,.35) 100%);}
@keyframes slowZoom{from{transform:scale(1)}to{transform:scale(1.07)}}
.hero-content{position:relative;z-index:2;text-align:center;padding:0 20px;max-width:880px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(200,149,42,.2);border:1px solid rgba(200,149,42,.5);color:var(--gold-light);padding:6px 18px;border-radius:50px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:28px;animation:fadeUp .8s ease both}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(46px,8vw,94px);font-weight:900;color:white;line-height:1;margin-bottom:24px;animation:fadeUp .8s .15s ease both}
.hero-title em{color:var(--gold-light);font-style:italic}
.hero-sub{font-size:clamp(16px,2.5vw,20px);color:rgba(255,255,255,.8);max-width:540px;margin:0 auto 44px;line-height:1.7;font-weight:300;animation:fadeUp .8s .3s ease both}
.hero-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;animation:fadeUp .8s .45s ease both}
.btn-primary{background:var(--gold);color:var(--forest);padding:16px 36px;border-radius:50px;font-weight:700;font-size:15px;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 8px 30px rgba(200,149,42,.4);cursor:pointer;border:none;font-family:inherit;display:inline-block}
.btn-primary:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(200,149,42,.5)}
.btn-secondary{background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.4);color:white;padding:16px 36px;border-radius:50px;font-weight:500;font-size:15px;text-decoration:none;backdrop-filter:blur(8px);transition:background .2s,border-color .2s;display:inline-block}
.btn-secondary:hover{background:rgba(255,255,255,.18);border-color:white}
.hero-scroll{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:rgba(255,255,255,.5);font-size:11px;letter-spacing:2px;text-transform:uppercase;animation:fadeUp 1s 1s ease both}
.scroll-line{width:1px;height:50px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:scrollPulse 2s ease-in-out infinite}
@keyframes scrollPulse{0%,100%{opacity:.3}50%{opacity:1}}
@keyframes fadeUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}

/* STATS */
.stats-bar{background:var(--forest);padding:32px 5%;display:grid;grid-template-columns:repeat(4,1fr)}
.stat-item{text-align:center;padding:0 20px;border-right:1px solid rgba(255,255,255,.1)}
.stat-item:last-child{border-right:none}
.stat-num{font-family:'Playfair Display',serif;font-size:38px;font-weight:900;color:var(--gold-light);line-height:1}
.stat-label{font-size:13px;color:rgba(255,255,255,.6);margin-top:4px;font-weight:300}

/* SECTIONS */
section{padding:100px 5%}
.section-tag{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--moss);margin-bottom:14px}
.section-title{font-family:'Playfair Display',serif;font-size:clamp(32px,5vw,52px);font-weight:900;line-height:1.1;color:var(--forest);margin-bottom:20px}
.section-sub{font-size:17px;color:var(--text-light);max-width:560px;line-height:1.75;font-weight:300}

/* TOURS */
.tours-section{background:var(--cream)}
.tours-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px;flex-wrap:wrap;gap:24px}
.tours-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:32px}
.tour-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s;cursor:pointer;display:block;text-decoration:none;color:inherit}
.tour-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,.12)}
.tour-img{position:relative;height:260px;overflow:hidden}
.tour-img img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.tour-card:hover .tour-img img{transform:scale(1.08)}
.tour-badge{position:absolute;top:16px;left:16px;background:var(--gold);color:var(--forest);padding:5px 14px;border-radius:50px;font-size:11px;font-weight:700;letter-spacing:.5px}
.tour-badge.soon{background:var(--forest);color:white}
.tour-body{padding:28px}
.tour-date{font-size:12px;font-weight:600;color:var(--moss);letter-spacing:1px;text-transform:uppercase;margin-bottom:10px}
.tour-title{font-family:'Playfair Display',serif;font-size:22px;font-weight:700;color:var(--forest);margin-bottom:12px;line-height:1.3}
.tour-desc{font-size:14px;color:var(--text-light);line-height:1.7;margin-bottom:24px}
.tour-meta{display:flex;gap:14px;margin-bottom:24px;flex-wrap:wrap}
.tour-meta-item{font-size:13px;color:var(--text-light);font-weight:500}
.tour-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f0f0;padding-top:20px}
.tour-price{font-size:13px;color:var(--text-light)}
.tour-price strong{font-size:24px;color:var(--forest);font-weight:700}
.btn-tour{background:var(--forest);color:white;padding:10px 22px;border-radius:50px;font-size:13px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .2s;display:inline-block}
.btn-tour:hover{background:var(--moss);transform:translateY(-1px)}

/* ABOUT */
.about-wrap{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-images{position:relative;height:560px}
.about-img-main{position:absolute;top:0;left:0;width:75%;height:85%;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15)}
.about-img-main img{width:100%;height:100%;object-fit:cover}
.about-img-secondary{position:absolute;bottom:0;right:0;width:55%;height:50%;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.15);border:6px solid white}
.about-img-secondary img{width:100%;height:100%;object-fit:cover}
.about-float-badge{position:absolute;top:40%;left:65%;background:var(--gold);color:var(--forest);width:90px;height:90px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-weight:900;line-height:1;box-shadow:0 10px 30px rgba(200,149,42,.4);border:4px solid white;z-index:3}
.about-float-badge .num{font-size:26px}
.about-float-badge .lab{font-size:9px;font-family:'DM Sans',sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.about-text .section-sub{margin-bottom:36px}
.features-list{display:flex;flex-direction:column;gap:20px}
.feature-item{display:flex;gap:16px;align-items:flex-start}
.feature-icon{width:44px;height:44px;min-width:44px;background:linear-gradient(135deg,var(--forest),var(--moss));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px}
.feature-item h4{font-size:15px;font-weight:600;color:var(--forest);margin-bottom:4px}
.feature-item p{font-size:14px;color:var(--text-light);line-height:1.6}

/* HOW */
.how-section{background:var(--forest)}
.how-section .section-title{color:white}
.how-section .section-tag{color:var(--gold-light)}
.how-header{text-align:center;margin-bottom:70px}
.how-section .section-sub{color:rgba(255,255,255,.6);max-width:500px;margin:0 auto}
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.steps-grid::before{content:'';position:absolute;top:32px;left:12.5%;right:12.5%;height:1px;background:rgba(255,255,255,.15)}
.step-item{text-align:center;padding:0 24px}
.step-num{width:64px;height:64px;background:var(--gold);color:var(--forest);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:24px;font-weight:900;margin:0 auto 24px;position:relative;z-index:1;box-shadow:0 8px 24px rgba(200,149,42,.4)}
.step-item h3{font-family:'Playfair Display',serif;font-size:18px;color:white;margin-bottom:12px}
.step-item p{font-size:14px;color:rgba(255,255,255,.55);line-height:1.7}

/* TESTIMONIALS */
.testimonials-section{background:var(--cream)}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:60px}
.testimonial-card{background:white;border-radius:20px;padding:36px;position:relative;box-shadow:0 4px 20px rgba(0,0,0,.05)}
.testimonial-card::before{content:'"';position:absolute;top:20px;right:28px;font-family:'Playfair Display',serif;font-size:80px;color:var(--cream);line-height:1;font-weight:900}
.stars{color:var(--gold);font-size:16px;margin-bottom:16px;letter-spacing:2px}
.testimonial-text{font-size:15px;line-height:1.8;color:var(--text);margin-bottom:28px;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:14px}
.author-avatar{width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,var(--forest),var(--moss));display:flex;align-items:center;justify-content:center;font-weight:700;color:white;font-size:16px}
.author-name{font-weight:600;font-size:15px;color:var(--forest)}
.author-trip{font-size:12px;color:var(--text-light)}

/* GALLERY */
.gallery-section{padding-top:0}
.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:300px 300px;gap:12px;border-radius:24px;overflow:hidden;margin:0 5%}
.gallery-item{overflow:hidden;cursor:pointer}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.gallery-item:hover img{transform:scale(1.08)}
.gallery-item:first-child{grid-row:1/3}

/* NEWSLETTER */
.newsletter-section{background:linear-gradient(135deg,var(--forest) 0%,var(--forest-mid) 100%);text-align:center;padding:80px 5%}
.newsletter-section .section-title{color:white;margin-bottom:16px}
.newsletter-section p{color:rgba(255,255,255,.65);margin-bottom:40px;font-size:16px}
.newsletter-form{display:flex;gap:12px;max-width:500px;margin:0 auto}
.newsletter-form input{flex:1;padding:16px 24px;border:1.5px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:white;border-radius:50px;font-size:15px;outline:none;transition:border-color .2s}
.newsletter-form input::placeholder{color:rgba(255,255,255,.4)}
.newsletter-form input:focus{border-color:var(--gold)}
.newsletter-form button{padding:16px 28px;background:var(--gold);color:var(--forest);border:none;border-radius:50px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s}
.newsletter-form button:hover{transform:translateY(-2px)}

/* FOOTER */
footer{background:var(--charcoal);color:white;padding:70px 5% 30px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:60px;margin-bottom:60px}
.footer-brand-name{font-family:'Playfair Display',serif;font-size:26px;font-weight:700;color:white;display:block;margin-bottom:4px}
.footer-brand p{font-size:14px;color:rgba(255,255,255,.45);line-height:1.8;margin:16px 0 24px}
.social-links{display:flex;gap:12px}
.social-link{width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:16px;transition:background .2s,transform .2s}
.social-link:hover{background:var(--gold);transform:translateY(-3px)}
.footer-col h4{font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gold-light);margin-bottom:20px}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{text-decoration:none;color:rgba(255,255,255,.45);font-size:14px;transition:color .2s;}
.footer-col ul li a:hover{color:white}
.contact-item{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}
.contact-icon{font-size:18px;margin-top:1px}
.contact-item span{font-size:14px;color:rgba(255,255,255,.45);line-height:1.6}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;display:flex;justify-content:space-between;align-items:center;font-size:13px;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:12px}
.footer-bottom a{color:rgba(255,255,255,.3);text-decoration:none}
.footer-bottom a:hover{color:var(--gold-light)}

/* SINGLE TUR */
.dest-hero{position:relative;height:65vh;min-height:420px;display:flex;align-items:flex-end;overflow:hidden}
.dest-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;animation:slowZoom 20s ease-in-out infinite alternate}
.dest-hero::before{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(26,58,42,.92) 0%,rgba(0,0,0,.2) 60%,transparent 100%)}
.dest-hero-content{position:relative;z-index:2;padding:48px 5%;width:100%}
.dest-hero-back{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,.7);font-size:13px;text-decoration:none;margin-bottom:20px;transition:color .2s}
.dest-hero-back:hover{color:white}
.dest-hero-content h1{font-family:'Playfair Display',serif;font-size:clamp(34px,6vw,62px);font-weight:900;color:white;line-height:1.05;margin-bottom:16px}
.dest-hero-meta{display:flex;gap:12px;flex-wrap:wrap}
.dest-meta-badge{background:rgba(255,255,255,.15);backdrop-filter:blur(8px);color:white;padding:7px 18px;border-radius:50px;font-size:13px;font-weight:500;border:1px solid rgba(255,255,255,.2)}
.dest-content{max-width:880px;margin:0 auto;padding:64px 5%}
.dest-content h2{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:var(--forest);margin:44px 0 18px}
.dest-content h2:first-child{margin-top:0}
.dest-content h3{font-size:18px;font-weight:600;color:var(--forest-mid);margin:28px 0 12px}
.dest-content p{font-size:16px;color:var(--text);line-height:1.85;margin-bottom:16px}
.dest-content ul,.dest-content ol{padding-left:22px;margin-bottom:16px}
.dest-content li{font-size:15px;color:var(--text-light);line-height:1.8;margin-bottom:6px}
.dest-content strong{color:var(--forest);font-weight:600}
.dest-img-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:32px 0;border-radius:16px;overflow:hidden}
.dest-img-grid img{width:100%;height:210px;object-fit:cover;display:block;transition:transform .4s}
.dest-img-grid img:hover{transform:scale(1.05)}
.dest-img-wide{width:100%;height:340px;object-fit:cover;border-radius:16px;margin:28px 0;display:block}
.day-block{background:var(--cream);border-radius:14px;padding:24px 26px;margin-bottom:16px;border-left:4px solid var(--gold)}
.day-block h4{font-weight:700;color:var(--forest);font-size:16px;margin-bottom:14px}
.day-block ul{padding-left:18px}
.day-block li{font-size:15px;color:var(--text);line-height:1.8;margin-bottom:7px}
.info-box{background:linear-gradient(135deg,var(--forest),var(--forest-mid));border-radius:16px;padding:30px;color:white;margin:32px 0}
.info-box h3{color:var(--gold-light);font-size:18px;font-weight:700;margin-bottom:16px;margin-top:0}
.info-box ul{padding-left:18px}
.info-box li{color:#fff;margin-bottom:8px;font-size:15px;line-height:1.7}
.info-box li strong{color:var(--gold-light);font-weight:700}
.cta-block{background:var(--cream);border-radius:18px;padding:36px;display:flex;align-items:center;justify-content:space-between;margin-top:52px;flex-wrap:wrap;gap:20px;border:1.5px solid rgba(200,149,42,.3)}
.cta-block h3{font-family:'Playfair Display',serif;font-size:24px;color:var(--forest)}
.cta-block p{font-size:14px;color:var(--text-light);margin-top:6px}
.btn-register{background:var(--gold);color:var(--forest);padding:15px 34px;border-radius:50px;font-weight:700;font-size:15px;text-decoration:none;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 6px 20px rgba(200,149,42,.35);display:inline-block}
.btn-register:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(200,149,42,.45)}
.cazare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}
.cazare-grid img{width:100%;height:160px;object-fit:cover;border-radius:12px}

/* PAȘI REZERVARE */
.fstep {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 100px !important;
}
.fstep-num {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #e0ddd6 !important;
    color: var(--forest) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 4px !important;
}
.fstep.active .fstep-num {
    background: var(--gold) !important;
    color: white !important;
}
.fstep span {
    font-size: 12px !important;
    color: var(--forest) !important;
    white-space: nowrap !important;
}
.fstep-line {
    width: 60px !important;
    height: 1px !important;
    background: #ddd !important;
    margin-bottom: 20px !important;
    flex: unset !important;
}

/* RESPONSIVE */
@media(max-width:1024px){
  .about-wrap{grid-template-columns:1fr}.about-images{height:420px}
  .steps-grid{grid-template-columns:repeat(2,1fr);gap:40px}.steps-grid::before{display:none}
  .testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .stats-bar{grid-template-columns:repeat(2,1fr)}
  .stat-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:20px}
  .stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:none}
  .dest-img-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  nav{padding:16px 5%}.nav-links{display:none}.hamburger{display:flex}
  .nav-logo img{height:44px !important}
  .tours-grid{grid-template-columns:1fr}.testimonials-grid{grid-template-columns:1fr}
  .gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}
  .gallery-item:first-child{grid-column:1/3;grid-row:1;height:230px}
  .gallery-item:not(:first-child){height:170px}
  .steps-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:36px}
  .footer-bottom{flex-direction:column;text-align:center}
  .newsletter-form{flex-direction:column}
  .tours-header{flex-direction:column;align-items:flex-start}
  .cta-block{flex-direction:column}
  .cazare-grid{grid-template-columns:1fr 1fr}
  .dest-img-grid{grid-template-columns:1fr}
}
.custom-logo-link img,
.custom-logo {
    height: 60px !important;
    width: auto !important;
    max-width: none !important;
}