/* HEADER TOP */
.header-top {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  font-size: 14px;
  color: #fff;
}

.header-top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 46px;
}

/* LEFT INFO */
.top-info {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-info li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-info i {
  color: #00d4ff;
  font-size: 14px;
}

.top-info a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.top-info a:hover {
  color: #00d4ff;
}

/* LANGUAGE BUTTON */
.lang-btn {
  display: flex;
  gap: 6px;
  padding: 4px;
  border-radius: 30px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  border: none;
  background: transparent;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-option i {
  font-size: 13px;
}

.lang-option:hover {
  background: rgba(255,255,255,0.25);
  transform: translateY(-1px);
}

.lang-option.active {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  box-shadow: 0 4px 14px rgba(0,114,255,0.45);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .header-top-inner {
    flex-direction: column;
    gap: 8px;
    padding: 8px 0;
  }

  .top-info {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

/* LANGUAGE SWITCH WRAPPER */
.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
}

/* FLAG BUTTON */
.lang-flag {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 0;
  border: 2px solid transparent;
  background: none;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* FLAG IMAGE */
.lang-flag img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* ACTIVE STATE (seperti gambar) */
.lang-flag.active {
  border-color: #2196f3;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.35);
}

/* HOVER EFFECT */
.lang-flag:hover {
  transform: scale(1.08);
}




/* ===============================
   GALERI PREMIUM STYLE
================================ */

.gallery-section {
    background: linear-gradient(180deg,#f7fbfb,#ffffff);
    padding-bottom: 60px;
}

.gallery-filters .filter-tabs li {
    background: #fff;
    padding: 10px 22px;
    border-radius: 30px;
    margin: 0 6px 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e1eaea;
    transition: all .35s ease;
}
.gallery-filters .filter-tabs li.active,
.gallery-filters .filter-tabs li:hover {
    background: linear-gradient(120deg,#1aa6a6,#0d5c5c);
    color: #fff;
    box-shadow: 0 10px 25px rgba(0,90,90,.25);
}

.gallery-block { margin-bottom: 30px; }

.gallery-block .inner-box {
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    transition: all .4s ease;
}
.gallery-block:hover .inner-box {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,.15);
}

.gallery-block .image-box {
    position: relative;
    height: 330px;
    overflow: hidden;
}
.gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}
.gallery-block:hover img { transform: scale(1.12); }

.gallery-block .image-box::before {
    content:'';
    position:absolute;
    inset:0;
    background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,.2), transparent);
    opacity: .9;
    z-index:1;
}

.gallery-title {
    position:absolute;
    left: 20px;
    bottom: 22px;
    right: 20px;
    z-index:2;
    color:#fff;
    font-size:18px;
    font-weight:700;
    line-height:1.3;
}

.gallery-badge {
    position:absolute;
    top:18px;
    left:18px;
    z-index:2;
    padding:6px 14px;
    font-size:12px;
    font-weight:600;
    border-radius:20px;
    background: rgba(255,255,255,.9);
    color:#006b6b;
}

.zoom-btn {
    position:absolute;
    top:18px;
    right:18px;
    z-index:2;
    width:44px;
    height:44px;
    border-radius:50%;
    background: rgba(255,255,255,.55);
    display:flex;
    align-items:center;
    justify-content:center;
    opacity:0;
    transform: scale(.8);
    transition: all .35s ease;
}
.gallery-block:hover .zoom-btn {
    opacity:1;
    transform: scale(1);
}
.zoom-btn img { width:20px; }



/* ===============================
   GEO PRODUK – PREMIUM STYLE
================================ */

.gallery-filters .filter-tabs li {
    padding: 10px 22px;
    border-radius: 30px;
    background: #f1f5f9;
    margin: 0 6px 10px;
    cursor: pointer;
    font-weight: 500;
    transition: all .3s ease;
}
.gallery-filters .filter-tabs li.active,
.gallery-filters .filter-tabs li:hover {
    background: #0f172a;
    color: #fff;
}

.trek-block-one.style-two .inner-box {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: all .4s ease;
    display: flex;
    flex-direction: column;
}
.trek-block-one.style-two .inner-box:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 55px rgba(0,0,0,.18);
}

.trek-block-one.style-two .image-box {
    position: relative;
    height: 240px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fafc, #e5e7eb);
}
.trek-block-one.style-two .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.trek-block-one.style-two .inner-box:hover img {
    transform: scale(1.12);
}

.trek-block-one.style-two .lower-content {
    padding: 24px 22px 30px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.trek-block-one.style-two h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0f172a;
}

.trek-block-one.style-two .text {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}





/* ===============================
   GEO WISATA – PREMIUM STYLE
================================ */

.trek-block-one { margin-bottom: 35px; }

.trek-block-one .inner-box {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,.1);
    transition: .4s ease;
    background: #fff;
}

.trek-block-one .inner-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,.18);
}

/* IMAGE */
.trek-block-one .image-box {
    position: relative;
    height: 260px;
    cursor: zoom-in;
}

.trek-block-one .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.trek-block-one:hover .image-box img {
    transform: scale(1.12);
}

/* OVERLAY ICON */
.trek-block-one .image-box::after {
    content: '🔍';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    background: rgba(0,0,0,.35);
    opacity: 0;
    transition: .3s;
}

.trek-block-one .image-box:hover::after { opacity: 1; }

/* CONTENT */
.trek-block-one .lower-content { padding: 22px 20px 28px; }

.trek-block-one h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

.trek-block-one .text {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    max-height: 72px;
    overflow: hidden;
}

/* ===== MODAL ZOOM ===== */
.image-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.image-modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.image-modal .close-btn {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
}




/* ===============================
   LOGO – PREMIUM STYLE
================================ */

.logo-story{
    position: relative;
    padding:100px 0;
    background:#fff;
}

/* === LOGO IMAGE === */
.logo-story .image img{
    max-width:300px;
    border-radius:24px;
    background:#ffffff;
    padding:30px;
    box-shadow:
        0 25px 60px rgba(0,0,0,.18),
        0 0 25px rgba(0,198,255,.35);
    animation: floatLogo 5s ease-in-out infinite;
}

@keyframes floatLogo{
    0%,100%{transform:translateY(0)}
    50%{transform:translateY(-14px)}
}

/* === TEXT === */
.logo-story .sec-title h2{
    font-size:36px;
    font-weight:800;
    margin-bottom:20px;
}

.logo-story p{
    font-size:17px;
    line-height:1.8;
    color:#555;
}

/* === ELEMENT CARDS === */
.logo-elements{ margin-top:80px; }

.logo-card{
    position:relative;
    height:100%;
    padding:35px;
    border-radius:24px;
    background:#ffffff;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
    transition:.4s ease;
}

.logo-card:hover{
    transform:translateY(-12px);
    box-shadow:0 30px 60px rgba(0,0,0,.18);
}

.logo-card .icon{
    font-size:46px;
    margin-bottom:18px;
}

.logo-card h4{
    font-weight:700;
    margin-bottom:12px;
    color:#222;
}

.logo-card p{ color:#555; }

.logo-card.green .icon{color:#2ecc71}
.logo-card.blue .icon{
    color:#00c6ff;
    text-shadow:0 0 10px rgba(0,198,255,.5);
}
.logo-card.orange .icon{color:#f39c12}
.logo-card.teal .icon{color:#1abc9c}

/* responsive */
@media(max-width:768px){
    .logo-story{text-align:center;}
    .logo-story .image img{margin-bottom:40px;}
}




/* ===============================
   PROFIL – PREMIUM STYLE
================================ */

.stats-box {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.stat-item {
    flex: 1;
    min-width: 120px;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background: #e0f2f1;
}
.stat-item h3 {
    font-size: 28px;
    font-weight: bold;
    color: #00796b;
}
.stat-item span {
    font-size: 14px;
    color: #555;
}






/* ===============================
   PUBLIKASI – PREMIUM STYLE
================================ */

.publik-box {
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
    height: 100%;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}
.publik-box::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgba(211,47,47,.08);
    border-radius: 50%;
    top: -40px;
    right: -40px;
}
.publik-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0,0,0,.15);
}
.publik-box .icon {
    font-size: 52px;
    color: #d32f2f;
    margin-bottom: 18px;
}
.publik-box h4 {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 700;
}
.publik-box .date {
    font-size: 13px;
    color: #888;
}
.publik-box iframe {
    width: 100%;
    height: 420px;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
}

/* BUTTON */
.btn-modern {
    min-width: 140px;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}
.btn-preview {
    background: linear-gradient(135deg, #1abc9c, #16a085);
    color: #fff;
    border: none;
}
.btn-download {
    background: #fff;
    border: 2px solid #1abc9c;
    color: #16a085;
}
.load-more button {
    padding: 12px 38px;
    border-radius: 30px;
    font-weight: 600;
    background: linear-gradient(135deg, #1abc9c, #3498db);
    color: #fff;
    border: none;
}






/* ===============================
   VIDEO – PREMIUM STYLE
================================ */

#loadMore {
    transition: all 0.3s ease;
}
#loadMore:hover {
    background: linear-gradient(120deg, #1aa6a6, #0d5c5c);
    color: #fff;
    border-color: transparent;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(13, 92, 92, 0.35);
}
.gallery-block .image-box {
    position: relative;
    height: 380px;
    overflow: hidden;
}
.gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease;
}
.gallery-block:hover img {
    transform: scale(1.12);
}
.video-title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 2px 5px rgba(0,0,0,.6);
}





/* ===============================
   BERITA HOME – PREMIUM STYLE
================================ */
/* === EQUAL HEIGHT NEWS CARD === */
.news-equal .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* IMAGE FIXED RATIO */
.news-equal .image-box {
    position: relative;
}

.news-equal .image-box .image {
    height: 220px;          /* SAMAKAN TINGGI GAMBAR */
    overflow: hidden;
}

.news-equal .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BODY FLEX */
.news-body {
    flex: 1;
}

/* TITLE MAX 2 LINES */
.news-title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* EXCERPT MAX 3 LINES */
.news-excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #555;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* FOOTER ALWAYS BOTTOM */
.news-footer {
    margin-top: auto;
}




/* ===============================
   INSTAGRAM HOME – PREMIUM STYLE
================================ */
.instagram-embed {
    height: 360px;
    overflow: hidden;
    border-radius: 12px;
}

.instagram-embed iframe,
.instagram-embed blockquote {
    width: 100% !important;
    height: 100% !important;
    min-height: 360px !important;
}

/* SAMAKAN TINGGI CARD */
.instagram-carousel .prod-block .inner-box {
    height: 100%;
}

.instagram-carousel .lower-box h5 {
    font-size: 15px;
    margin-top: 10px;
}




/* ===============================
   PETA – PREMIUM STYLE
================================ */


/* MAP SECTION */
.geopark-map-section {
  width: 100%;
  padding: 0;
}

/* FLEX LAYOUT */
.map-layout {
  display: flex;
  width: 100%;
  height: 80vh;
  min-height: 600px;
}

/* MAP AREA */
#map {
  flex: 1;
  height: 100%;
}

/* SIDEBAR */
#map-sidebar {
  width: 340px;
  background: #ffffff;
  border-left: 1px solid #ddd;
  padding: 15px;
  overflow-y: auto;
}

#map-sidebar h3 {
  font-size: 16px;
  margin-bottom: 12px;
  border-bottom: 2px solid #e53935;
  padding-bottom: 6px;
}

/* LIST ITEM */
.geosite-item {
  padding: 8px 6px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 13px;
}

.geosite-item:hover {
  background: #fbe9e7;
}

/* LEGEND */
.map-legend {
  margin: 15px;
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  width: fit-content;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

.map-legend span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  border-radius: 3px;
}

.map-legend .geo { background:#e53935; }
.map-legend .bio { background:#43a047; }
.map-legend .culture { background:#fb8c00; }

/* RESPONSIVE (MOBILE) */
@media (max-width: 992px) {
  .map-layout {
    flex-direction: column;
    height: auto;
  }

  #map {
    height: 60vh;
  }

  #map-sidebar {
    width: 100%;
    height: auto;
    border-left: none;
    border-top: 1px solid #ddd;
  }
}

/* ===============================
   PRIORITAS HEADER / NAVBAR
   =============================== */
.main-header,
.header-style-one,
.header-upper,
.sticky-header,
.sticky-header.fixed-header {
    position: relative;
    z-index: 9999 !important;
}

/* ===============================
   BATASI Z-INDEX LEAFLET
   =============================== */
.leaflet-top,
.leaflet-bottom {
    z-index: 500 !important;
}

.leaflet-control {
    z-index: 500 !important;
}

/* ===============================
   MAP WRAPPER (KONTEKS SENDIRI)
   =============================== */
.geopark-map-section {
    position: relative;
    z-index: 1;
}

/* ===============================
   LEGENDA DI DALAM PETA (LEAFLET)
   =============================== */
.leaflet-legend {
  background: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.6;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
}

.leaflet-legend strong {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

.leaflet-legend .legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.leaflet-legend .legend-color {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border-radius: 4px;
}

/* WARNA */
.leaflet-legend .geo { background:#e53935; }
.leaflet-legend .bio { background:#43a047; }
.leaflet-legend .culture { background:#fb8c00; }

/* Pastikan legenda kalah dari navbar */
.leaflet-control {
  z-index: 500 !important;
}





/* ================================
   GEOSITE CARD EQUAL HEIGHT
================================ */

/* Row jadi flex */
.actvity-section .row {
    display: flex;
    flex-wrap: wrap;
}

/* Kolom ikut stretch */
.activity-block-one {
    display: flex;
    margin-bottom: 30px;
}

/* Card utama */
.activity-block-one .inner-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

/* Hover effect */
.activity-block-one .inner-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.1);
}

/* ================================
   IMAGE FIX HEIGHT
================================ */

.activity-block-one .image-box {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.activity-block-one .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.activity-block-one .inner-box:hover .image-box img {
    transform: scale(1.05);
}

/* Info lokasi overlay */
.activity-block-one .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}

/* ================================
   CONTENT
================================ */

.activity-block-one .lower-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 22px;
}

.activity-block-one h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.activity-block-one h4 a {
    text-decoration: none;
    color: #222;
}

.activity-block-one h4 a:hover {
    color: #007b5e;
}

/* Deskripsi max 3 baris */
.activity-block-one .text {
    flex-grow: 1;
    font-size: 14px;
    color: #555;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tombol selalu di bawah */
.activity-block-one .bottom-box {
    margin-top: auto;
    padding-top: 15px;
}

/* Tombol style */
.activity-block-one .theme-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #007b5e;
    text-decoration: none;
    transition: 0.3s;
}

.activity-block-one .theme-btn:hover {
    letter-spacing: 0.5px;
}

/* Responsive spacing */
@media (max-width: 991px) {
    .activity-block-one .image-box {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .activity-block-one .image-box {
        height: 180px;
    }
}


/* ================================
   INSTAGRAM
================================ */
.instagram-section{
    position:relative;
    padding:110px 0;
    background:linear-gradient(180deg,#f8fbff,#ffffff);
    overflow:hidden;
}

.shape-one{
    position:absolute;
    width:300px;
    height:300px;
    background:#0d6efd15;
    border-radius:50%;
    top:-120px;
    left:-100px;
}

.shape-two{
    position:absolute;
    width:260px;
    height:260px;
    background:#ff006615;
    border-radius:50%;
    bottom:-100px;
    right:-80px;
}

.sec-title{
    margin-bottom:60px;
}

.sub-title{
    display:inline-block;
    background:#E1306C;
    color:#fff;
    padding:8px 20px;
    border-radius:30px;
    font-size:14px;
    margin-bottom:15px;
}

.sec-title h2{
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.sec-title .text{
    color:#666;
    max-width:650px;
    margin:auto;
}

.instagram-card{
    background:#fff;
    border-radius:20px;
    padding:15px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    overflow:hidden;

    height:760px;          /* semua card sama tinggi */
    display:flex;
    flex-direction:column;
}

.instagram-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.instagram-embed{
    flex:1;
    overflow-y:auto;
    overflow-x:hidden;

    scrollbar-width:thin;
}

.instagram-embed::-webkit-scrollbar{
    width:6px;
}

.instagram-embed::-webkit-scrollbar-thumb{
    background:#d7d7d7;
    border-radius:10px;
}

.instagram-media{
    width:100%!important;
    max-width:100%!important;
    min-width:100%!important;
    margin:0 auto!important;
}

.instagram-btn{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:linear-gradient(45deg,#833ab4,#fd1d1d,#fcb045);
    color:#fff;
    padding:15px 35px;
    border-radius:50px;
    font-size:17px;
    font-weight:600;
    transition:.3s;
    text-decoration:none;
    box-shadow:0 10px 25px rgba(225,48,108,.35);
}

.instagram-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(225,48,108,.45);
}

.empty-instagram{
    text-align:center;
    padding:60px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
}

.empty-instagram i{
    font-size:70px;
    color:#E1306C;
    margin-bottom:20px;
}

.instagram-carousel .owl-nav{
    margin-top:30px;
}

.instagram-carousel .owl-nav button{
    width:48px;
    height:48px;
    border-radius:50%!important;
    background:#fff!important;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    transition:.3s;
}

.instagram-carousel .owl-nav button:hover{
    background:#E1306C!important;
    color:#fff!important;
}

.instagram-carousel .owl-dots{
    margin-top:25px;
}

.instagram-carousel .owl-dot span{
    width:12px;
    height:12px;
}

.instagram-carousel .owl-dot.active span{
    background:#E1306C!important;
}

@media (max-width:1200px){
    .instagram-card{
        height:700px;
    }
}

@media (max-width:992px){
    .instagram-card{
        height:650px;
    }
}

@media (max-width:768px){
    .instagram-card{
        height:auto;
    }
    .instagram-embed{
        overflow:visible;
    }
}







