/* GLOBAL COLOR PALETTE */
/* ==== Generic colors ==== */
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@300;400;500&display=swap');

@font-face {
  font-family: 'BlissExtBol';
  src: url("../fonts/Bliss-ExtraBold.bmap");
}

@font-face {
  font-family: 'Sinhala MN';
  src: url("../fonts/Sinhala MN.ttc");
}

@font-face {
  font-family: 'Tajawal';
  src: url("../fonts/Tajawal-Medium.eot");
  src: url("../fonts/Tajawal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Tajawal-Medium.woff2") format("woff2"), url("../fonts/Tajawal-Medium.woff") format("woff"), url("../fonts/Tajawal-Medium.ttf") format("truetype"), url("../fonts/Tajawal-Medium.svg#Tajawal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlissBold';
  src: url("../fonts/Bliss-Bold.eot");
  src: url("../fonts/Bliss-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bliss-Bold.woff2") format("woff2"), url("../fonts/Bliss-Bold.woff") format("woff"), url("../fonts/Bliss-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlissRegular';
  src: url("../fonts/BlissRegular.eot");
  src: url("../fonts/BlissRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/BlissRegular.woff2") format("woff2"), url("../fonts/BlissRegular.woff") format("woff"), url("../fonts/BlissRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'BlissMedium';
  src: url("../fonts/BlissMedium.eot");
  src: url("../fonts/BlissMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/BlissMedium.woff2") format("woff2"), url("../fonts/BlissMedium.woff") format("woff"), url("../fonts/BlissMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro Bold';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'),
      url('../fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
      url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-BoldOblique.woff2') format('woff2'),
      url('../fonts/Helvetica-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
      url('../fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Oblique.woff2') format('woff2'),
      url('../fonts/Helvetica-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-LightOblique.woff2') format('woff2'),
      url('../fonts/Helvetica-LightOblique.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: unset;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

a:focus, a:hover {
  color: unset;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  display: block;
}

img {
  width: 100%;
}

input, button, textarea, select {
  font: inherit;
  outline: 0;
}

h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
  font-family: 'Asap', sans-serif;
}

textarea {
  resize: none;
}

img, object, embed, video {
  max-width: 100%;
}

button {
  background-color: transparent !important;
  border: none !important;
}

.resize-animation-stopper * {
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

body {
  font-family: 'Asap', sans-serif;
  background: #1aa29c;
}

.wrapper{
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
header{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c1b9b1;
}

.logo img{
  max-width: 175px;
  margin: 0 auto;
  width: 100%;
}

section{
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer{
  background: #1aa29c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav{
  display: block;
}

.selector{
  position: relative;
  margin-top: 10px;
}

.nav h2{
  color:white;
  font-size: 2.3vw;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  padding-bottom: 4rem;
}

.nav ul{
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  min-width: 230px;
  /* font-weight: 500; */
}

.nav ul li{
  display: inline-block;
  font-size: 1.3rem;
  color:white;
  width: 100%;
  /* font-weight: 500; */
}

.nav ul li a{
  padding: 10px 36px 10px 10px;
  font-weight: normal;
  display: block;
  /* font-weight: 500; */
}

ul {
   /* height: 35px; */
   width: 170px;
   border: 1px white solid;
}

.init::after {
  position: absolute;
  right: 30px;
  top: 20px;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid white;;
}

ul li {padding: 0; z-index: 2; }
ul li:not(.init) { float: left; width: 100%; display: none; background: #fff; list-style:none; color:#165577; border: 1px solid white;}
ul li:not(.init):hover, ul li.selected:not(.init) { background:#165577; color:white;}
li.init { cursor: pointer; list-style:none; color: #165577; position: relative;}
li.init span.slct {padding: 10px 36px 10px 10px; display: block;}


@media (min-width:769px){
  .desktop{
    display: block;
  }

  .mobile{
    display: none; 
  }
}

@media (max-width:768px){
  .desktop{
    display: none;
  }
  
  .mobile{
    display: block;
  }

  .logo img{
    max-width: 142px;
  }

  .nav{
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .nav h2{
    font-size: 8vw;
  }
}




.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #025578; /* Updated color */
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.whatsapp-float i {
    color: white; /* WhatsApp icon in white */
}

.whatsapp-float:hover {
    opacity: 0.8; /* Optional hover effect */
}
