  :root{
    --teal:#172F3ACC;
    --teal-deep:#274F62;
    --teal-pale:#E9F1F5;
    --amber:#E0A458;
    --amber-deep:#9E6C2E;
    --paper:#FBFAF7;
    --ink:#1A2730;
    --white:#FFFFFF;
    --maxw:1320px;
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{font-family:'Plus Jakarta Sans',sans-serif;background:var(--paper);color:var(--ink);overflow-x:hidden;}
  h1,h2,h3,h4{font-family:'Fraunces',serif;font-weight:600;line-height:1.15;}
  .title2, .title2 a {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
  color: #002D72;}
  a{text-decoration:none;color:inherit;}
  img{display:block;max-width:100%;}
  .wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px;}
  .tag{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:14px;}
  .tag::before{content:"";width:24px;height:2px;background:var(--amber);}
  .btn{display:inline-flex;align-items:center;gap:10px;padding:15px 32px;background:var(--teal);color:#fff;font-weight:600;font-size:.88rem;border:none;border-radius:50px;cursor:pointer;transition:.3s;}
  .btn:hover{background:var(--teal-deep);box-shadow:0 14px 26px rgba(39,79,98,.28);}
  .btn-amber{background:var(--amber);color:#000;}
  .btn-amber:hover{background:var(--amber-deep);box-shadow:0 14px 26px rgba(200,137,62,.32);}
  .btn-outline{background:transparent;border:2px solid var(--teal);color:var(--teal);}
  .btn-outline:hover{background:var(--teal);color:var(--white);box-shadow:none;}

  .topbar{background:var(--teal-deep);color:#D3E4EB;font-size:.78rem;}
  .topbar .wrap{display:flex;justify-content:space-between;align-items:center;padding:9px 28px;gap:16px;flex-wrap:wrap;}
  .topbar a:hover{color:var(--amber);}

  header{position:sticky;top:0;z-index:500;background:var(--white);box-shadow:0 2px 16px rgba(39,79,98,.08);}
  .nav-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 28px;max-width:var(--maxw);margin:0 auto;gap:14px;}
  .nav-left{display:flex;align-items:center;gap:16px;}
  .menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:30px;height:24px;cursor:pointer;background:none;border:none;}
  .menu-toggle span{display:block;height:3px;width:100%;background:var(--teal);border-radius:2px;transition:.3s;}
  .menu-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .menu-toggle.active span:nth-child(2){opacity:0;}
  .menu-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
  .mini-address{font-size:.80rem;line-height:1.3;color:#333;opacity:.8;border-left:2px solid var(--amber);padding-left:14px;max-width:170px;display:none;font-weight:500;}
  .logo-center{display:flex;justify-content:center;}
  .logo-center img{height:52px;width:auto;}
  .nav-right{display:flex;justify-content:flex-end;align-items:center;gap:16px;}
  .phone-link{display:flex;align-items:center;gap:10px;}
  .phone-link .ic{width:38px;height:38px;border-radius:50%;background:var(--teal-pale);color:var(--teal);display:flex;align-items:center;justify-content:center;font-size:1rem;flex-shrink:0;}
  .phone-text-col{display:flex;flex-direction:column;}
  .phone-text-col .lbl{display:none;font-size:.70rem;letter-spacing:.1em;text-transform:uppercase;color:#333;opacity:.5;font-weight:700;}
  .phone-text-col .num{font-family:'Fraunces',serif;font-weight:600;color:var(--teal-deep);}

  .mobile-nav{position:fixed;top:0;left:0;height:100%;width:300px;max-width:84%;background:var(--teal-deep);transform:translateX(-100%);transition:transform .45s cubic-bezier(.77,0,.18,1);z-index:600;padding:100px 36px 40px;}
  .mobile-nav.open{transform:translateX(0);}
  .mobile-nav a{display:block;color:#DCEAF0;font-family:'Fraunces',serif;font-weight:600;font-size:1.22rem;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1);}
  .mobile-nav a:hover{color:var(--amber);}
  .scrim{position:fixed;inset:0;background:rgba(26,39,48,.6);opacity:0;pointer-events:none;transition:opacity .4s;z-index:550;}
  .scrim.show{opacity:1;pointer-events:auto;}

  /* ===== HERO + FLOATING BOOKING BAR (signature) ===== */
  .hero{position:relative;height:88vh;min-height:560px;overflow:hidden;background:var(--teal-deep);}
  .slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity 1.1s ease;}
  .slide.active{opacity:1;visibility:visible;z-index:2;}
  .slide img{width:100%;height:100%;object-fit:cover;transform:scale(1.08);transition:transform 7s ease;}
  .slide.active img{transform:scale(1);}
  .slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,39,48,.55) 0%,rgba(26,39,48,.2) 45%,rgba(26,39,48,.65) 100%);}
  .slide-text{position:absolute;left:0;bottom:16%;z-index:3;color:var(--white);width:100%;}
  .slide-text .wrap{max-width:700px;}
  .slide-text-t1 {font-size:2.6rem;color:var(--white);transform:translateY(8px);transition:.8s ease .3s;     font-family: 'Fraunces', serif; font-weight: 600; line-height: 1.15;}
  .slide.active .slide-text h2{opacity:1;transform:translateY(0);}
  .slide-text p{margin-top:16px;max-width:480px;font-size:1.02rem;line-height:1.7;color:#E4EEF2;opacity:0;transform:translateY(5px);transition:.8s ease .5s;}
  .slide.active .slide-text p{opacity:1;transform:translateY(0);}
  .hero-dots{position:absolute;right:6%;bottom:16%;z-index:4;display:flex;flex-direction:column;gap:10px;}
  .hero-dots span{width:4px;height:30px;background:rgba(255,255,255,.3);cursor:pointer;border-radius:3px;transition:.3s;}
  .hero-dots span.active{background:var(--amber);}

  .book-bar{
    position:relative;z-index:10;max-width:1100px;margin:-58px auto 0;
    background:var(--white);border-radius:18px;box-shadow:0 22px 50px rgba(26,39,48,.18);
    padding:26px 34px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto;gap:22px;align-items:end;
  }
  .book-field label{display:block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:8px;}
  .book-field input,.book-field select{
    width:100%;border:none;border-bottom:2px solid var(--teal-pale);padding:8px 2px;font-family:'Plus Jakarta Sans',sans-serif;font-size:.95rem;color:var(--ink);background:transparent;
  }
  .book-field input:focus,.book-field select:focus{outline:none;border-color:var(--amber);}
  .book-bar .btn{white-space:nowrap;padding:14px 30px;border-radius:12px;}

  section{padding:50px 0;position:relative;}
  .sec-head{max-width:76%;margin-bottom:50px;}
  .sec-head.center{margin:0 auto 50px;text-align:center;}
  .sec-head h2{font-size:clamp(1.9rem,3.4vw,2.6rem);color:var(--teal-deep);}
  .sec-head p{margin-top:14px;color:var(--ink);opacity:.7;line-height:1.7;}

  /* ===== ABOUT ===== */
  .about{background:var(--white);}
  .about-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;}
  .about-sub{display:grid;gap:30px;align-items:center; width:80%;}
  .about-imgs{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;}
  .about-imgs img{width:100%;height:100%;object-fit:cover;border-radius:18px;}
  .about-imgs .big{height:460px;}
  .about-imgs .small{height:460px;}
  .title1 {font-size:clamp(2rem,3.6vw,2.7rem);color:var(--teal-deep);margin-bottom:20px;}
  .about-copy p{line-height:1.85;color:var(--ink);opacity:.78;margin-bottom:22px;}
  .stat-row{display:flex;gap:30px;margin:28px 0;flex-wrap:wrap;}
  .stat-row div{}
  .stat-row .num{font-family:'Fraunces',serif;font-size:2rem;color:var(--amber-deep);display:block;}
  .stat-row .lbl{font-size:.82rem;color:var(--ink);opacity:.65;}

  /* ===== AMENITIES ===== */
  .amenities{background:var(--teal-pale);}
  .amen-strip{display:flex;justify-content:space-between;flex-wrap:wrap;gap:26px;}
  .amen-item{flex:1 1 150px;text-align:center;}
  .amen-item .ic-circle{width:64px;height:64px;border-radius:50%;background:var(--white);box-shadow:0 10px 22px rgba(39,79,98,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 16px; font-size:28px;}
  .amen-item img{width:30px;height:30px;object-fit:contain;}
  .amen-item h4{font-size:.98rem;color:var(--teal-deep);margin-bottom:6px;}
  .amen-item p{font-size:.8rem;color:var(--ink);opacity:.65;line-height:1.5;}

  /* ===== ROOM CAROUSEL ===== */
  .rooms{background:var(--paper);}
  .room-head-row{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:40px;}
  .room-arrows{display:flex;gap:10px;}
  .room-arrows button{width:48px;height:48px;border-radius:50%;border:none;background:var(--white);color:var(--teal);font-size:1.1rem;cursor:pointer;box-shadow:0 8px 18px rgba(39,79,98,.14);transition:.3s;}
  .room-arrows button:hover{background:var(--teal);color:var(--white);}
  .room-track-wrap{overflow:hidden;}
  .room-track{display:flex;gap:24px;transition:transform .6s cubic-bezier(.65,0,.2,1);}
  .room-card{flex:0 0 calc(28% - 18px);background:var(--white);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(39,79,98,.1);}
  .room-card .r-img{height:200px;overflow:hidden;}
  .room-card .r-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}
  .room-card:hover .r-img img{transform:scale(1.08);}
  .room-card .r-body{padding:22px 22px 26px;}
  .room-card h3{font-size:1.1rem;color:var(--teal-deep);margin-bottom:8px;}
  .room-card p{font-size:.86rem;color:var(--ink);opacity:.7;line-height:1.6;margin-bottom:16px;}
  .room-card .r-foot{display:flex;justify-content:space-between;align-items:center;}
  .room-card .price{font-family:'Fraunces',serif;font-size:.86rem;color:var(--amber-deep);font-weight:600;}
  .room-card .r-link{font-weight:700;font-size:.78rem;color:var(--teal);text-transform:uppercase;}
  .room-card .r-link:hover{color:var(--amber-deep);}
  .room-dots{display:flex;justify-content:center;gap:8px;margin-top:34px;}
  .room-dots span{width:9px;height:9px;border-radius:50%;background:rgba(39,79,98,.18);cursor:pointer;transition:.3s;}
  .room-dots span.active{background:var(--amber);width:24px;border-radius:5px;}

  /* ===== NEARBY 3 ===== */
  .nearby{background:var(--white);}
  .nearby-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;}
  .nearby-item{position:relative;}
  .nearby-img{height:250px;border-radius:18px;overflow:hidden;position:relative;}
  .nearby-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}
  .nearby-item:hover .nearby-img img{transform:scale(1.08);}
  .nearby-dist{position:absolute;top:16px;right:16px;background:var(--white);color:var(--teal-deep);font-size:.74rem;font-weight:700;padding:6px 14px;border-radius:20px;box-shadow:0 4px 10px rgba(0,0,0,.1);}
  .nearby-body{padding:20px 4px 0;}
  .nearby-body h4{font-size:1.12rem;color:var(--teal-deep);margin-bottom:8px;}
  .nearby-body p{font-size:.88rem;color:var(--ink);opacity:.7;line-height:1.6;}

  /* ===== ATTRACTIONS ===== */
  .attractions{background:var(--teal-pale);}
  .att-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
  .att-item{position:relative;height:340px;border-radius:18px;overflow:hidden;}
  .att-item img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease;}
  .att-item:hover img{transform:scale(1.08);}
  .att-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(26,39,48,0) 38%,rgba(26,39,48,.9) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:22px;color:var(--white);}
  .att-overlay h4{font-size:1.05rem;margin-bottom:6px;}
  .att-overlay p{font-size:.78rem;line-height:1.5;color:#E4EEF2;max-height:0;overflow:hidden;transition:max-height .5s ease;}
  .att-item:hover .att-overlay p{max-height:110px;}
  .att-overlay a{margin-top:8px;font-size:.74rem;color:var(--amber);font-weight:700;text-transform:uppercase;}

  /* ===== GALLERY ===== */
  .gallery{background:var(--teal-deep);color:#D3E4EB;}
  .gallery .sec-head h2{color:var(--white);}
  .gallery .sec-head p{color:#fff;}
  .gal-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:170px;gap:12px;}
  .gal-grid a{display:block;overflow:hidden;position:relative;border-radius:12px;}
  .gal-grid img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease;}
  .gal-grid a:hover img{transform:scale(1.1);}
  .gal-grid a::after{content:"+";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--white);background:rgba(224,164,88,0);opacity:0;transition:.35s;}
  .gal-grid a:hover::after{opacity:1;background:rgba(224,164,88,.4);}
  .gal-grid .tall{grid-row:span 2;}

  /* ===== TESTIMONIALS ===== */
  .testimonials{background:var(--amber);color:var(--white);}
  .test-wrap{max-width:820px;margin:0 auto;text-align:center;}
  .testimonials .tag{color:var(--white);}
  .testimonials .tag::before{background:var(--white);}
  .testimonials .sec-head h2{color:var(--white);}
  .quote-mark{font-family:'Fraunces',serif;font-size:4.5rem;line-height:1;margin-bottom:6px;opacity:.85;}
  .test-slide{display:none;}
  .test-slide.active{display:block;animation:fadeUp .7s ease;}
  @keyframes fadeUp{from{opacity:0;transform:translateY(14px);}to{opacity:1;transform:translateY(0);}}
  .test-slide p{font-size:clamp(1.1rem,2.2vw,1.45rem);font-weight:500;line-height:1.6;margin-bottom:26px;}
  .test-person{display:flex;flex-direction:column;align-items:center;gap:10px;}
  .test-person img{width:52px;height:52px;border-radius:50%;object-fit:cover;border:2px solid var(--white);}
  .test-person .name{font-family:'Fraunces',serif;font-size:1.02rem;font-weight:600;}
  .test-dots{display:flex;justify-content:center;gap:10px;margin-top:32px;}
  .test-dots span{width:9px;height:9px;border-radius:50%;background:rgba(255,255,255,.4);cursor:pointer;transition:.3s;}
  .test-dots span.active{background:var(--white);width:24px;border-radius:5px;}

  /* ===== FAQ ACCORDION ===== */
  .faq{background:var(--white);}
  .faq-wrap{max-width:840px;margin:0 auto;}
  .faq-item{border-bottom:1px solid var(--teal-pale);}
  .faq-q{display:flex;justify-content:space-between;align-items:center;padding:24px 4px;cursor:pointer;font-family:'Fraunces',serif;font-size:1.08rem;color:var(--teal-deep);}
  .faq-q .plus{font-size:1.4rem;color:var(--amber-deep);transition:.3s;flex-shrink:0;margin-left:20px;}
  .faq-item.open .plus{transform:rotate(45deg);}
  .faq-a{max-height:0;overflow:hidden;transition:max-height .4s ease;}
  .faq-a p{padding:0 4px 22px;font-size:.92rem;line-height:1.7;color:var(--ink);opacity:.75;max-width:680px;}

  /* ===== BOOK STRIP ===== */
  .book-strip{background:var(--teal);color:var(--white);padding:54px 0;}
  .book-strip .wrap{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px;}
  .book-strip-title{font-size:clamp(1.4rem,2.8vw,1.4rem);max-width:80%;color:var(--white); line-height:28px; font-family: 'Fraunces', serif; font-weight:600;}
  .book-strip span{color:var(--amber);}

  /* ===== FOOTER ===== */
  footer{background:var(--teal-deep);color:#FCFCFC;padding-top:80px;}
  .foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:50px;padding-bottom:50px;border-bottom:1px solid rgba(255,255,255,.1); font-size: .9rem;}
  .foot-grid h5{color:var(--white);font-size:.98rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:20px;font-weight:700;}
  .foot-logo{height:52px;margin-bottom:18px;}
  .foot-grid p{font-size:.9rem;line-height:1.8;color:#FCFCFC;}
  .foot-grid ul{list-style:none;}
  .foot-grid li{margin-bottom:11px;font-size:.9rem;}
  .foot-grid a:hover{color:var(--amber);}
  .newsletter input{width:100%;border:none;border-radius:8px;padding:12px 14px;margin-bottom:12px;font-family:'Plus Jakarta Sans',sans-serif;font-size:.88rem;}
  .newsletter .btn{width:100%;justify-content:center;border-radius:8px;}
  .foot-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;padding:24px 0;font-size:.8rem;opacity:.6;}

  .top-btn{position:fixed;right:26px;bottom:26px;width:48px;height:48px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:400;opacity:0;pointer-events:none;transition:.3s;font-size:1.1rem;}
  .top-btn.show{opacity:1;pointer-events:auto;}

  @media(min-width:880px){.mini-address{display:block;} .phone-text-col .lbl{display:block;}}
  @media(max-width:1080px){
    .att-grid{grid-template-columns:repeat(2,1fr);}
    .gal-grid{grid-template-columns:repeat(3,1fr);}
    .room-card{flex:0 0 calc(46% - 12px);}
    .nearby-grid{grid-template-columns:1fr;gap:26px;}
    .book-bar{grid-template-columns:1fr 1fr;}
    .book-bar .btn{grid-column:1/-1;justify-content:center;}
  }
  @media(max-width:860px){
    .about-grid{grid-template-columns:1fr;gap:40px;}
    .about-imgs .big,.about-imgs .small{height:300px;}
    .foot-grid{grid-template-columns:1fr 1fr;}
  }
  @media(max-width:680px){
    .nav-row{grid-template-columns:auto 1fr auto;}
    .logo-center img{height:42px;}
    .att-grid{grid-template-columns:1fr;}
    .gal-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:140px;}
    section{padding:70px 0;}
    .foot-grid{grid-template-columns:1fr;gap:34px;}
    .phone-text-col .lbl{display:none;}
    .room-card{flex:0 0 100%;}
    .book-strip .wrap{text-align:center;justify-content:center;flex-direction:column;}
    .book-bar{margin-top:-40px;padding:22px 20px;}
    .amen-strip{justify-content:center;}
  }
  @media(max-width:480px){.hero{min-height:540px;}}
  
  /* SECTION */
.attraction-section {
    display: flex;
    min-height: 100vh;
}

/* LEFT SIDE (Sticky Content) */
.left-content {
    width: 40%;
    padding: 80px 50px;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:#365B72;
}

.left-content h2 {
    font-size: 42px;
    line-height: 1.2;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.left-content p {
    margin-top: 20px; line-height: 1.75;
    color: #f4fafc;
    font-size: 15px;
    max-width: 420px;
}

/* RIGHT SIDE (Scroll Images) */
.right-scroll {
    width: 60%;
}

.panel {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* TEXT OVER IMAGE */
.panel-content {
    position: absolute;
    bottom: 40px;
    left: 40px; padding:10px 10px;
    z-index: 2; background-color: rgba(0, 0, 0, 0.8););
}

.panel::after {
    content: "";
    position: absolute;
    inset: 0;
 
}

.panel-content-title {
    margin: 0; color:#fff;
    font-size: 28px;
}

.panel-content p {
    margin-top: 8px;
    font-size: 14px;
    color: #ddd;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .attraction-section {
        flex-direction: column;
    }

    .left-content {
        width: 100%;
        height: auto;
        position: relative;
        padding: 50px 20px;
    }

    .right-scroll {
        width: 100%;
    }

    .panel {
        height: 70vh;
    }
}

.amenitypg {
      width:40%; float:left; 
      margin: 10px 10px 0 60px;
      padding: 20px;  color: #1A2730; opacity: .78;
      
    }
  
    .amenitypg ul {
      list-style: none;
      padding: 0;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 15px 30px;
    }
    .amenitypg li {
      font-size: 17px;
      color: #1A2730; padding:8px 0;
      display: flex;
      align-items: center; text-align:left;
    }
    .amenitypg li i {
       color: #1A2730;
      margin-right: 10px;
      font-size: 20px;
      min-width: 20px;
      text-align: center;
    }
.amenitypg-list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 10px;
}

.amenitypg-list li::before {
  content: "";
  position: absolute;
  left: 0;
   color: #1A2730; /* Blue checkmark */
  font-size: 17px;
}
.col1 {  width:40%; float:left; text-align:left; padding: 20px;  font-size: 16px;  color: #1A2730; opacity: .78; margin-left:30px; }
.col1 ul li {list-style:circle; line-height:36px;}
.col1 ul li a {color: #1A2730; opacity: .78; text-decoration:none; list-style:none;}	


input[type="submit"]
.palace-button, input[type="submit"], input#searchsubmit {
background-color:#0097fb; border:none; color:#fff; font-size: 16px; font-family: 'Poppins', sans-serif; padding:8px 32px; font-weight:bold;  border-radius:6px; letter-spacing:1px;}
::-webkit-input-placeholder {
   color: #333333;
}

:-moz-placeholder { /* Firefox 18- */
   color: #333333;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;  
}

:-ms-input-placeholder {  
   color: #333333;  
}
.map1{ font-size:12px;
padding:10px;  font-family: 'Poppins', sans-serif;
width:50%;
margin-right:15px; background:#fff;
border: 1px double #929292;
color:#444;
float:left; border-radius: 20px;
}

.fq{text-align:left; text-decoration: none; color:#031C1A; font-weight:normal;  font-size:21px;  line-height:34px; margin-top:6px; list-style:none;}
.fqa{font-size:16px; color:#424242; font-weight:normal; line-height:28px; text-align:left;}
.fqa a{font-size:16px; color:#1A6B9A; text-decoration:none;}