* {
  box-sizing: border-box;
}

div.tab {
  float: left;
  background-color: #888;
  width: 30%;
  height: 100%;
  padding: 10px;
}

div.tab .tab-in {
  padding: 0 0 0 0;
}

div.tab button {
  display: block;
  width: 100%;
}

.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #ddd;
  background-image: -moz-linear-gradient(top, #ddd, #ddd);
  background-image: -webkit-linear-gradient(top, #ddd, #ddd);
  background-image: -o-linear-gradient(top, #ddd, #ddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd', endColorstr='#ddd', GradientType=0);
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #ddd;
}

div.tab button a {
  display: block;
  background-color: #888 !important;

  color: #fff !important;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

div.tab button a:hover {
  background-color: #ddd !important;
  color: #888 !important;
  background-image: none !important;
}

div.tab button.active {
  background-color: #ddd;
  color: #888;
  border: 1px solid #c3c3c3;
  border-right: none;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: 100%;
  height: 470px;
  background-color: #fff;
  /*	mysty*/
  display: none;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.tabcontent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabcontent ul li {
  float: left;
  width: 33.33%;
}

.tabcontent ul li .tab-content-wrap-in {
  padding: 10px;
}

.tabcontent ul li a {
  display: block;
  padding: 0;
  position: relative;
}

.tabcontent ul li a p {
  position: absolute;
  bottom: 0;
  padding: 7px;
  width: 100%;
  color: #fff !important;
  background-color: rgba(38, 38, 38, 0.85);
}

.tabcontent ul li p {
  color: #888;
  font-size: 14px;
  line-height: 21px;
  margin: 5px 0 0 0;
}

.tabcontent ul li p span a {
  color: #888;
  padding: 2px 0px;
  font-size: 11px;
  text-decoration: underline;
}

.tabcontent ul li p span a:hover {
  color: #2d89f0 !important;
  cursor: pointer;
}

.tabcontent .main-menu-link-list {
  border-top: 1px solid #d6d6d6;
  display: inline-block;
  margin: 20px 0 0 0;
  width: 100%;
  padding-top: 15px;
}

.tabcontent .main-menu-link-list li {
  width: auto;
}

.tabcontent .main-menu-link-list li a {
  color: #888;
  text-align: left;
  padding: 5px 3px;
}

.tabcontent .main-menu-link-list li div a:hover {
  color: #2d89f0 !important;
}

.tabcontent .main-menu-link-list li a i {
  font-size: 12px;
}

.tabcontent .single-image {
  list-style-type: none;
  margin: 10px 0 0 30px;
}
.tabcontent .single-image li {
  float: none;
  width: 50%;
}

.tabcontent .single-image li p {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
}

.tabcontent .single-image li a img {
  width: 100%;
  display: block;
  height: auto;
}

.tabcontent .single-image li a p {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .cms {
    width: 135px;
  }
}

@media only screen and (max-width: 768px) {
  .cms {
    margin: auto;
    border: none;
    width: 100%;
    border-radius: 0px !important;
  }
  .navbar-inverse .navbar-inner {
    padding: 0;
  }
  .container-l {
    width: 100%;
  }
  .span12 {
    width: 100%;
    margin: 0;
  }
}
.middle-navHeader {
  background-color: rgb(255, 255, 255);
  z-index: 10;
  position: fixed !important;
  width: 100%;
  top: 40px;
}
.middle-mob-navHeader{
  background-color: rgb(255, 255, 255);
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 40px;
}
.nav-item a {
  font-family: "BentonSansBook";
  color: black;
  font-weight: 500;
  height: 100%;
  padding: 0px 10px !important;
}

.nav-item a:hover {
  color: #201e52 !important;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #201e52 !important;
}
.tab-content-wrap-in a {
  padding: 0 !important;
}
.nav-desktop {
  display: flex !important;
}
.nav-mobile {
  display: none !important;
}
.dropdown-menu.show a{
  font-size: 16px !important;
}
.middle-mob-navHeader .dropdown.nav-item{
padding:5px 0 !important;
}
.middle-mob-navHeader .dropdown.nav-item a {
 
  font-size: 14px !important;
  outline:none;
  text-decoration:none;
}
@media only screen and (max-width: 767px) {
  .nav-desktop {
    display: none !important;
  }
  .nav-mobile {
    display: flex !important;
  }
  .dropdown-menu li > a {
    justify-content: center !important;
  }
}
.navbar-collapse.collapse {
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-nav li a {
  color: black !important;
  font-family: "BentonSansBook";
}
.collapse.navbar-collapse .navbar-brand {
height: 65px;
}

   /* Reset & utilities */
    *{box-sizing:border-box;margin:0;padding:0}
    html,body{height:100%;font-family:Roboto,system-ui,-apple-system,"Segoe UI",Arial}
    a{color:inherit;text-decoration:none}
    img{max-width:100%;display:block}

    /* Top nav */
    .topbar{background:#1b2450;color:#fff;padding:8px 20px;font-size:14px}
    .nav-main{background:#2c3a6b;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 24px}
    .nav-main .brand{font-family:Montserrat, sans-serif;font-size:24px;color:#65b6d6}
    .nav-main nav{display:flex;gap:18px}
    .nav-main nav a{color:#fff;opacity:.9}

    /* Hero section */
    .hero{background:#6b738e url('') no-repeat center/cover;padding:60px 20px;text-align:center;color:#fff}
    .hero .eyebrow{color:#e9eef6;text-transform:uppercase;margin-bottom:8px}
    .hero h1{font-family:Montserrat, sans-serif;font-size:36px;margin-bottom:10px}
    .hero h2{font-size:28px;margin-bottom:8px}
    .hero p{max-width:820px;margin:0 auto 18px;color:#eef3fa}
    .cta{display:inline-block;background:rgba(255,255,255,.18);padding:12px 24px;border-radius:6px;font-weight:600}

    /* Content container */
    .container{max-width:1020px;margin:36px auto;padding:0 18px}

    /* Latest Updates */
    .section-title{display:flex;align-items:center;gap:14px;font-weight:700;font-size:22px;margin-bottom:18px}
    .updates-card{background:#e5e5e6;padding:18px;border-radius:4px;box-shadow:0 1px 0 rgba(0,0,0,.03)}
    .update-row{display:flex;gap:18px;align-items:flex-start;padding:14px;border-bottom:1px solid rgba(0,0,0,.06)}
    .update-row:last-child{border-bottom:none}
    .update-date{background:#cfcfcf;padding:10px 14px;border-radius:3px;font-weight:700;min-width:120px}
    .update-content{flex:1}
    .view-all{display:inline-block;margin-top:12px;color:#1b4ea6;font-weight:600}

    /* Archived Notices */
    .archived{margin-top:26px;padding:24px;background:#fff;border-radius:6px}
    .tabs{display:flex;gap:10px;margin-bottom:12px}
    .tab{padding:8px 16px;border-radius:20px;background:#f3f6fb;border:1px solid #e1e6ef}

    /* Hotlines */
    .hotlines{display:flex;gap:12px;margin:36px 0;align-items:center}
    .hotline-item{flex:1;background:#fff;padding:12px;border-radius:4px;text-align:center;box-shadow:0 1px 2px rgba(0,0,0,.05)}
    .hotline-item .num{font-weight:700;color:#d14141;font-size:20px}
    .hotline-item small{display:block;color:#777;margin-top:6px}

    /* Social media cards */
    .social-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
    .social-card{background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 1px 2px rgba(0,0,0,.05)}
    .social-card .thumb{height:140px;background:#ddd;display:flex;align-items:center;justify-content:center}
    .social-card .meta{padding:10px;font-size:13px}

    /* Image gallery */
    .gallery{display:flex;gap:12px;overflow-x:auto;padding:12px 4px}
    .gallery .item{min-width:180px;background:#fff;border-radius:4px;box-shadow:0 1px 2px rgba(0,0,0,.04);overflow:hidden}
    .gallery .caption{padding:8px;font-size:13px}

    /* Footer */
    .footer{background:#5e667f;color:#fff;padding:80px 20px;text-align:center;margin-top:40px}
    .footer h3{font-family:Montserrat,sans-serif;font-size:24px;margin-bottom:8px}

    /* Responsive tweaks */
    @media (max-width:700px){
      .nav-main{padding:12px}
      .hero{padding:40px 16px}
      .hero h1{font-size:26px}
      .hotlines{flex-direction:column}
    }

    body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f7f9fc;
    color: #0a1627;
}

/* =====================================================================
   TOP HEADER (FIRST BLUE BAR)
===================================================================== */
.top-bar {
    background:#1a1a54;
    color:#fff;
    padding:8px 20px;
    display:flex;
    justify-content:flex-start;
    gap:25px;
    font-size:14px;
}
.top-bar a {
    color:#fff;
    text-decoration:none;
}
.top-bar span {
    color:#fff;
}

/* =====================================================================
   MAIN NAV BAR (SECOND DARK BLUE BAR)
===================================================================== */
.main-nav {
    background:#001f3f;
    padding:15px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo img {
    height:55px;
}

.nav-links {
    display:flex;
    gap:30px;
}
.nav-links a {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:16px;
}

/* Dropdown arrows */
.nav-links a:after {
    content:" ▼";
    font-size:12px;
}
.no-arrow:after {
    content:"";
}

/* =====================================================================
   MAIN HERO IMAGE WITH SITUATION UPDATE OVERLAY
===================================================================== */
.main-hero-wrapper {
    position: relative;
    width: 100%;
}

.main-hero-wrapper {
    margin-top: 120px; /* Adjust if header height differs */
}


.main-hero {
    width: 100%;
    height: 380px;
    background: url('../images/Hero_Image.jpg') center/cover no-repeat;
}

/* Situation Update overlay */
.su-hero {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 30px 20px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 12px;
    max-width: 700px;
}

.su-hero h1 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 10px;
}

.su-hero p {
    font-size: 18px;
    line-height: 1.5;
}

/* ================================
   HOTLINE SECTION
================================ */
.hotline {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.hotline-box {
    display: inline-flex;
    align-items: center;
    background: #ffdd57;
    padding: 18px 30px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
}

.hotline-box span.icon {
    font-size: 26px;
    margin-right: 10px;
}

/* ================================
   RESPONSIVE BREAKPOINTS
================================ */

/* Large tablets & small laptops */
@media (max-width: 992px) {
    .main-hero {
        height: 320px;
    }

    .su-hero h1 {
        font-size: 40px;
    }

    .su-hero p {
        font-size: 16px;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .main-hero {
        height: 300px;
    }

    .su-hero {
        padding: 20px 15px;
        max-width: 100%;
    }

    .su-hero h1 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 10px;
    }

    .hotline-box {
        font-size:14px;
        padding: 14px 22px;
    }

    .hotline-box span.icon {
        font-size: 22px;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .main-hero {
        height: 260px;
    }

    .su-hero {
        top: 90px;
        padding: 5px 5px;
        width: 400px;
    }

    .su-hero h1 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 10px;
    }

    .hotline-box {
        flex-direction: column;
        gap: 5px;
        padding: 12px 18px;
        font-size: 14px;
    }

    .hotline-box span.icon {
        font-size: 24px;
        margin: 0;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .main-hero {
        height: 220px;
    }

    .su-hero h1 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 10px;
    }
}


/* Tablets and smaller laptops */
@media (max-width: 992px) {
    .su-hero h3 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 10px;
    }

    .hotline-box h2 {
        font-size: 14px;
    }

    .hotline-box span {
        font-size: inherit;
    }
}

/* Tablets */
@media (max-width: 768px) {
    .su-hero h3 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 10px;
        padding: 0 10px;
    }

    .hotline-box h2 {
        font-size: 14px;
    }
}

/* Mobile phones */
@media (max-width: 576px) {
    .su-hero h3 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 10px;
        line-height: 1.4;
        padding: 0;
    }

    .hotline-box {
      bottom: 10px;
        padding: 10px 15px;
        text-align: center;
    }

    .hotline-box h2 {
        font-size: 14px;
        margin: 0;
    }
}

/* Extra small screens */
@media (max-width: 400px) {
    .su-hero h3 {
        font-size: 12px;
    }

    .su-hero p {
        font-size: 13px;
    }

    .hotline-box h2 {
        font-size: 14px;
    }
}

/* Push hero banner down below the fixed header */

@media (max-width: 992px) {
    .main-hero-wrapper {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .main-hero-wrapper {
        margin-top: 90px;
    }
}

@media (max-width: 576px) {
    .main-hero-wrapper {
        margin-top: 80px;
    }
}



/* CIRCULATIONS */
.cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 30px;
    flex-wrap: wrap;
}
.card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    width: 280px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}
.card h3 {
    font-size: 18px;
    font-weight: 700;
}
.card .date {
    margin-top: -5px;
    font-size: 14px;
    color: #1a355b;
}
.card .small {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* CONTACTS */
.contacts {
    text-align: center;
    padding-bottom: 30px;
}
.contact-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-top: 15px;
}
.contact-item .label {
    font-size: 18px;
    font-weight: bold;
}
.contact-item .number {
    font-size: 28px;
    font-weight: 800;
    color: #0a1627;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .nav-links {
        flex-wrap: wrap;
        gap: 15px;
    }
    .su-hero h1 {
        font-size: 32px;
    }
    .su-hero p {
        font-size: 16px;
    }
    .contact-grid {
        flex-direction: column;
        gap: 20px;
    }
}

  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);

    footer {
        background-color: #0c1a1e;
        min-height: 350px;
        font-family: 'Open Sans', sans-serif;
    }

    .footerleft {
        margin-top: 50px;
        padding: 0 20px;
    }

    .logofooter {
        margin-bottom: 10px;
        font-size: 25px;
        color: #fff;
        font-weight: 700;
    }

    .footerleft p {
        color: #fff;
        font-size: 12px !important;
        font-family: 'Open Sans', sans-serif;
        margin-bottom: 15px;
    }

    .footerleft p i {
        width: 20px;
        color: #999;
    }


    .paddingtop-bottom {margin-top:50px;padding: 0 20px;} .footer-ul {list-style-image: url('https://srilanka.travel/images/theames-new/bullet-arrow.png');padding-left:0px; margin-left:2px;} .footer-ul li {
        line-height: 24px;
        font-size: 15px;
        padding: 5px 0;
    }

    .footer-ul li a {
        color: #a0a3a4;
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        line-height: 20px;
        display: block;
    }

    .footer-ul-2 {list-style-type: none;padding-left:0px; margin-left:2px;} .footer-ul-2 li {
        line-height: 24px;
        font-size: 15px;
        padding: 14px 0;
    }

    .footer-ul-2 li a {
        color: #a0a3a4;
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        line-height: 20px;
        display: block;
    }

    .footer-ul i {
        margin-right: 10px;
    }

    .footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#2D89F0; } .social:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    .icon-ul {
        list-style-type: none !important;
        margin: 0px;
        padding: 0px;
    }

    .icon-ul li {
        line-height: 75px;
        width: 100%;
        float: left;
    }

    .icon {
        float: left;
        margin-right: 5px;
    }

    .copyright {
        min-height: 40px;
        background-color: #000000;
    }

    .copyright p {
        text-align: left;
        color: #FFF;
        padding: 10px 0;
        margin-bottom: 0px;
    }

    .copyright p span {float: right;} .copyright p span a {float: right;} .heading7 {
        font-size: 21px;
        font-weight: 700;
        color: #d9d6d6;
        margin-bottom: 10px;
    }

    .post p {
        font-size: 15px;
        color: #FFF;
        line-height: 20px;
    }

    .post p span {
        display: block;
        color: #8f8f8f;
    }

    .bottom_ul {
        list-style-type: none;
        float: right;
        margin-bottom: 0px;
    }

    .bottom_ul li {
        float: left;
        line-height: 40px;
    }

    .bottom_ul li:after {
        content: "/";
        color: #FFF;
        margin-right: 8px;
        margin-left: 8px;
    }

    .bottom_ul li a {
        color: #FFF;
        font-size: 12px;
    }

    .social-icons ul {overflow: hidden;} .social-icons ul a img:hover {
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }

    @media (max-width: 767px ) {
        .social-icons {
            margin-bottom: 15px;
        }

        .copyright {padding: 0 0 5px 0;} .copyright p span

    {float: none;width: 100%;display:inline-block;}
    }

    @media (max-width: 991px ) and ( min-width: 768px ) {
        .footer-ul li a {
            font-size: 14px;
        }
    }

        /*footer*/
    .footer-back{
        background-color: #007AA3;
        padding: 50px 0 30px;
    }
    .footer-logo img{
        width: 170px;
        margin-bottom: 20px;
    }
    .link-wrap{
        margin-bottom: 20px;
    }
    .link-wrap .link-topic{
        font-size: 15px;
        font-weight: 500;
        color: #ffff;
    }
    .link-wrap .link-phone{
        font-size: 15px;
        font-weight: 400;
        color: #ffff;
        opacity: .7;
        display: block;
        transition: .5s;
    }
    .link-wrap .link-phone:hover{
        opacity: 1;
        text-decoration: none;
    }
    .link-wrap .link-item{
        font-size: 13px;
        font-weight: 300;
        color: #ffff;
        opacity: .7;
        display: block;
        margin-bottom: 6px;
        transition: .5s;
    }
    .link-wrap .link-item:hover{
        opacity: 1;
        text-decoration: none;
    }
    .newsletter-wrap input{
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 5px;
        font-size: 13px;
        font-weight: 300;
        color: #ffff;
        opacity: .7;
        border-right: none;
        padding: 17px 10px;
    }
    .newsletter-wrap input::-webkit-input-placeholder {
        color: #ffff;
        opacity: .7;
    }
    .newsletter-wrap input::-moz-placeholder {
        color: #ffff;
        opacity: .7;
    }
    .newsletter-wrap input:-ms-input-placeholder {
        color: #ffff;
        opacity: .7;
    }
    .newsletter-wrap input:-moz-placeholder {
        color: #ffff;
        opacity: .7;
    }
    .newsletter-wrap .input-group-append .input-group-text {
        background: transparent;
        border-left: none;
        padding: 5px;
    }
    .newsletter-wrap .input-group-append .input-group-text .send-icon{
        background-color: #F9C217;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .newsletter-wrap .input-group-append .input-group-text .send-icon img{
        width: 16px;
        position: relative;
        left: 2px;
    }
    .footer-bottom{
        border-top: 1px solid #ffffff4a;
        margin: 15px 0 0;
    }
    .footer-bottom .social-icon-wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 35px;
    }
    .footer-bottom .social-icon-wrap .social-icon-link{
        width: 25px;
        height: 25px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 5px;
    }
    .footer-bottom .social-icon-wrap .social-icon-link img{
        width: 14px;
    }
    @media (max-width: 991.98px) {
        .footer-back{
            background-color: #007AA3;
            padding: 30px 0 20px;
        }
        .footer-logo img{
            width: 150px;
        }
        .link-wrap .link-topic{
            font-size: 14px;
        }
        .link-wrap .link-phone{
            font-size: 14px;
        }
    }


    @font-face {
    font-family: "BentonSansBook";
    src: url("catalog/view/theme/default/template/common/fonts/BentonSansBook.otf");
  }

  @font-face {
    font-family: "GothamRoundedMedium";
    src: url("catalog/view/theme/default/template/common/fonts/GothamRoundedMedium.ttf");
  }

  #bio_ep {
    background-image: url("https://srilanka.travel/images/submit-your-travel-inquiry.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .home-log {
    position: absolute;
    z-index: 100;
    right: 20px;
  }

  .main-banner-img {
    position: relative;
  }

  .lonly-plnt {
    position: absolute;
    right: 20px;
    top: 130px;
    z-index: 1;
    border: 5px solid rgba(255, 255, 255, 0.6);
    border-radius: 5px;
  }

  .lonely-planet-info {
    position: absolute;
    bottom: 70px;
    z-index: 2;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .lonely-planet-info .alert {
    margin: 0;
    border-radius: 0;
    border: none;
  }

  .lonely-planet-info .alert-info {
    background-color: rgba(32, 124, 187, 0.85);
    color: #fff;
    border-radius: 5px;
  }

  .lonely-planet-info p {
    margin: 0;
    line-height: 12px;
  }

  .lonely-planet-info p a {
    background-color: #207cbb;
    padding: 5px 10px 7px 10px;
    border-radius: 23px;
    color: #fff;
    border: 1px solid rgb(13, 90, 142);
    margin-left: 10px;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.39);
  }

  .lonely-planet-info img {
    width: 35px;
    border: 1px solid white;
    border-radius: 100%;
    margin-right: 10px;
  }

  .lonly-plnt img {
    width: 120px;
  }

  .sub-links {
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 200px;
    z-index: 1;
  }

  .wl-video-btn {
    background-color: rgba(40, 109, 105, 0.9);
    border-radius: 4px 0 0 4px;
    display: block;
    margin-bottom: 10px;
  }

  .wl-video-btn a {
    font-weight: bold;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-right: none;
    border-radius: 4px 0 0 4px;
    display: flex;
  }

  .wl-video-btn a:hover {
    background-color: rgba(40, 109, 105, 1);
    color: #fff;
  }

  .wl-video-btn a:focus {
    background-color: #153944;
    text-decoration: none;
  }

  .desc-div {
    width: 100%;
  }

  .desc-div p {
    margin: 0;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
  }

  .sub-links-2 {
    position: absolute;
    left: 0;
    bottom: 305px;
    width: 200px;
    z-index: 1;
  }

  .wl-video-btn-2 {
    background-color: rgba(109, 16, 27, 0.9);
    border-radius: 0 4px 4px 0;
    display: block;
    margin-bottom: 10px;
  }

  .wl-video-btn-2 a {
    font-weight: bold;
    display: block;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-left: none;
    border-radius: 0 4px 4px 0;
    display: flex;
  }

  .wl-video-btn-2 a:hover {
    background-color: rgba(109, 16, 27, 0.9);
    color: #fff;
  }

  .wl-video-btn-2 a:focus {
    background-color: rgba(109, 7, 13, 0.9);
    text-decoration: none;
  }

  .desc-div-2 {
    width: 100%;
  }

  .desc-div-2 p {
    margin: 0;
    padding: 10px 5px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-align: center;
  }

  .covid-19-btn {
    position: absolute;
    width: auto;
    height: auto;
    background-color: rgba(255, 255, 255, 0.72);
    border: 2px solid rgba(255, 255, 255, 0.4);
    z-index: 1;
    padding: 14px;
    bottom: 7px;
    left: 30%;
    margin: auto;
    color: #fff;
    border-radius: 5px;
  }

  .covid-19-btn:hover {
    background-color: rgba(255, 255, 255, 1);
  }

  .covid-19-btn a {
    color: #000;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    font-weight: 700;
    font-family: segoe ui, Arial, Helvetica, sans-serif !important;
  }

  .covid-19-btn a:hover {
    color: #000;
    width: 100%;
  }

  .goog-te-banner-frame.skiptranslate {
    display: none !important;
  }

  body {
    top: 0px !important;
  }

  #overlay {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: none;
  }

  .cnt223 a {
    text-decoration: none;
  }

  .popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
    top: -62px;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .popup img {
    width: 100%;
    height: auto;
  }

  .cnt223 {
    padding: 10px;
    min-width: 200px;
    width: 330px;
    min-height: 150px;
    margin: 137px auto;

    background: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 103;

    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
  }

  .cnt223 p {
    clear: both;
    color: #555555;

    font-size: 20px;
    font-family: sans-serif;
  }

  .cnt223 p a {
    color: #d91900;
    font-weight: bold;
  }

  .cnt223 .close {
    float: right;
    right: -7px;
    position: absolute;
    top: -6px;
    padding: 2px 5px;
    background-color: #252525;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #bbbaba;
    opacity: 0.8;
  }

  .cnt223 .close:hover {
    cursor: pointer;
    background-color: #696969;
  }

  #interactiveMap {
    display: inline-block;
    right: -3px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 342px;
    width: 60px;
    z-index: 999;
  }

  div#interactiveMap img {
    width: 45px;
    height: 62px;
  }

  .top-header-hide {
    display: none;
  }

  .top-header {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .middle-header {
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .hytPlayerWrap {
    display: inline-block;
    position: relative;
    width: 100%;
  }

  .hytPlayerWrap.ended::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
  }

  .hytPlayerWrap.paused::after {
    display: none;
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
  }

  @media (max-width: 767px) {
    .header-data {
      top: 275px !important;
    }

    .header-data h1 {
      margin-bottom: 15px !important;
    }

    .header-social-media {
      bottom: 160px !important;
    }

    .sub-links {
      bottom: 30px;
    }

    .sub-links-2 {
      bottom: 30px;
    }

    .lonly-plnt img {
      width: 80px;
    }

    .lonely-planet-info {
      position: absolute;
      bottom: 0;
      z-index: 2;
      width: 100%;
    }

    .lonely-planet-info p img {
      display: none;
    }

    .lonely-planet-info p a {
      background-color: transparent;
      padding: 5px 10px 7px 10px;
      border-radius: 23px;
      color: #fff;
      border: none;
      margin-left: 10px;
      box-shadow: none;
      font-size: 11px;
      text-decoration: underline;
    }
  }

  @media screen and (max-width: 978px) {
    .home-log {
      left: 148px !important;
      top: 50px;
      text-align: left;
    }
  }

  @media (max-width: 560px) {
    .header-data {
      top: 250px !important;
    }

    .upper-head-nav li a,
    .lan-color {
      font-size: 10px !important;
      height: 100%;
      padding: 10px 10px !important;
    }

    .sub-links {
      bottom: 45px;
    }

    .sub-links-2 {
      bottom: 45px;
    }

    .desc-div p {
      padding: 5px 5px;
    }

    .desc-div-2 p {
      padding: 5px 5px;
    }
  }

  @media (max-width: 2560px) {
    .covid-19-btn {
      left: 37.5%;
    }
  }

  @media (max-width: 1980px) {
    .covid-19-btn {
      left: 30%;
    }
  }

  @media (max-width: 1536px) {
    .covid-19-btn {
      left: 29.5%;
    }
  }

  @media (max-width: 1440px) {
    .covid-19-btn {
      left: 25%;
    }
  }

  @media (max-width: 1366px) {
    .covid-19-btn {
      left: 25%;
    }
  }

  @media (max-width: 1200px) {
    .covid-19-btn {
      left: 24%;
    }
  }

  @media (max-width: 1024px) {
    .covid-19-btn {
      left: 20%;
    }
  }

  @media (max-width: 768px) {
    .covid-19-btn {
      left: 15%;
    }

    .covid-19-btn a {
      font-size: 15px;
    }
  }

  @media (max-width: 767px) {
    div#interactiveMap img {
      display: none;
    }
  }

  @media (max-width: 480px) {
    .covid-19-btn {
      left: 5%;
      width: 90%;
      bottom: 160px;
    }

    .covid-19-btn a {
      padding: 0;
    }

    .upper-head-nav li a,
    .lan-color {
      font-size: 10px !important;
      height: 100%;
      padding: 10px 10px !important;
    }
  }

  .upper-head-nav li a {
    display: flex !important;
    align-items: center !important;
  }

  @media (max-width: 425px) {
    .covid-19-btn {
      left: 7%;
      width: 85.5%;
      bottom: 110px;
    }
  }

  @media (max-width: 375px) {
    .covid-19-btn {
      left: 8%;
      bottom: 110px;
    }
  }

  @media (max-width: 360px) {
    .covid-19-btn {
      left: 7%;
      bottom: 102px;
      width: 86%;
    }
  }

  @media (max-width: 320px) {
    .covid-19-btn {
      left: 7%;
      bottom: 79px;
      text-align: center;
    }

    .covid-19-btn a {
      padding: 0;
    }
  }

  /* New Styling*/
  .top-navHeader {
    width: 100%;
    height: 40px;
    z-index: 100;
    position: fixed;
    background-color: #201e52 !important;
  }

  .top-navHeader .upper-head {
    padding: 0 !important;
    margin: 0;
    width: 100% !important;
  }

  .top-navHeader .upper-head .upper-head-nav {
    list-style-type: none;
  }

  .top-navHeader .upper-head .upper-head-nav li {
    float: left;
  }

  .top-navHeader .upper-head .upper-head-nav li:hover {
    background-color: #00afcc;
  }

  .top-navHeader .upper-head .upper-head-nav li a {
    display: inline-block;
    color: #fff !important;
    padding: 10px 20px;
    height: 40px;
    font-weight: 600;
    font-family: "BentonSansBook";
  }

  .top-navHeader .upper-head-nav .nav-item .dropdown-menu li a {
    color: black !important;
  }

  .top-navHeader .upper-head-nav .nav-item .dropdown-menu li {
    width: 100% !important;
  }

  .top-navHeader .upper-head p {
    margin: 0;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
    float: right;
    font-family: "BentonSansBook";
  }

  .upper-head .desc .dropdown-toggle {
    height: 40px;
    margin: 0;
    padding: 10px 10px;
    border-radius: 0;
  }

  .upper-head .desc .dropdown-toggle:hover {
    background-color: #00afcc;
    color: white;
  }

  .dropdown-menu li>a {
    color: black !important;
    width: 100%;
    display: flex;
    padding: 5px 0 5px 8px !important;
    font-weight: 600;
    font-family: "BentonSansBook";
  }

  .dropdown-menu li>a:hover {
    background-color: #00afcc;
  }

  .lan-color {
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lan-color:hover {
    color: #00afcc !important;
  }

  .nav-item .dropdown ul li a {
    color: black !important;
    font-weight: 500;
    font-family: "BentonSansBook";
  }

  .navbar {
    border-radius: 0 !important;
  }

  @media (max-width: 979px) {
    .news-link {
      display: none !important;
    }

    .mobile-hide {
      display: none !important;
    }
  }

    .pdf-box a {
    display: inline-block;
    margin-top: 5px;
    padding: 6px 12px;
    background: #0056b3;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
}

.pdf-box a:hover {
    background: #003d80;
}

.social-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
}

.social-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.06);
  transition: .2s ease;
}

.social-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.thumb-wrapper {
  width: 100%;
  height: 160px;
  background: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.meta {
  padding: 14px;
  font-size: 14px;
}

.meta strong {
  font-weight: 700;
}

.meta-date {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

.meta-source {
  margin-top: 8px;
  font-size: 12px;
  color: #1b4ea6;
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 16px;
  transition: transform .4s ease;
}

.slide {
  min-width: 240px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
  text-decoration: none;
  color: #000;
}

.slide img,
.slide .placeholder {
  height: 150px;
  width: 100%;
  object-fit: cover;
  background: #e5e7eb;
}

.caption {
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
}

.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffffd9;
  border: none;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.prev { left: 8px; }
.next { right: 8px; }

.nav:hover {
  background: #fff;
}