/*
Theme Name: Serendib Verge
Description: The 2026 theme for WordPress is stylish theme.
Author: the Ignitemv Team
Author URI: https://ignitemv.com/
Version: 2.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: serendib-verge
*/

/* =========================================================
   0) FONT
========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

/* =========================================================
   1) RESET
========================================================= */
html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html, body{
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
  display: block;
}
ol, ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
  outline: none;
}
a:focus{
  outline: none;
}


h1{
    font-size: 30px;
    font-weight: 700;
}

h2{
    font-size: 22px;
    font-weight: 600;
}
h3{
    font-size:18px;
    font-weight: 600;
}


/* =========================================================
   2) BASE
========================================================= */
body{
  font-size: 14.8px;
  line-height: 1.7;
  font-family: "Montserrat", sans-serif;
  color: #171717;
  background: #f3f2ee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =========================================================
   3) SIMPLE GRID (optional)
========================================================= */
.container{
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}
.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
[class*="col-"]{
  width: 100%;

}

.row > .col,
.row > [class^="col-"]{
  padding-left:15px;
  padding-right:15px;
}

@media (min-width: 576px){
  .col-sm-12{ width: 100%; }
  .col-sm-6{ width: 50%; }
  .col-sm-4{ width: 33.333%; }
  .col-sm-3{ width: 25%; }
}
@media (min-width: 768px){
  .col-md-12{ width: 100%; }
  .col-md-6{ width: 50%; }
  .col-md-4{ width: 33.333%; }
  .col-md-3{ width: 25%; }
}
@media (min-width: 992px){
  .col-lg-12{ width: 100%; }
  .col-lg-6{ width: 50%; }
  .col-lg-4{ width: 33.333%; }
  .col-lg-3{ width: 25%; }
}
@media (min-width: 1200px){
  .col-xl-12{ width: 100%; }
  .col-xl-6{ width: 50%; }
  .col-xl-4{ width: 33.333%; }
  .col-xl-3{ width: 25%; }
}


/********************/
.pt-10{
  padding-top: 10px !important;
}

.pt-20{
  padding-top: 20px !important;
}

.pt-30{
  padding-top: 30px !important;
}

.pt-40{
  padding-top: 40px !important;
}

.pt-50{
  padding-top: 50px !important;
}

.pt-60{
  padding-top: 60px !important;
}

.pt-70{
  padding-top: 70px !important;
}

.pt-80{
  padding-top: 80px !important;
}




.pb-10{
  padding-bottom: 10px !important;
}

.pb-20{
  padding-bottom: 20px !important;
}

.pb-30{
  padding-bottom: 30px !important;
}

.pb-40{
  padding-bottom: 40px !important;
}

.pb-50{
  padding-bottom: 50px !important;
}

.pb-60{
  padding-bottom: 60px !important;
}

.pb-70{
  padding-bottom: 70px !important;
}

.pb-80{
  padding-bottom: 80px !important;
}

/********************/
/* Custom font */

.custom-font--1{
  font-family: "Playfair Display", serif;
}

.custom-font--2{
 font-family: "Montserrat", sans-serif;
}

.text-center{
  text-align: center !important;
}

/********************/
/* Custom Buttons */
.custom-button{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 13.5px;
    font-weight: 500;
    border-radius: 40px;
    transition: 0.3s ease;
    letter-spacing: 0.5px;

}

.blue-button{
background: #0b6a6f;
color: #ffffff;
}

.blue-button:hover{
background: #C3972F;
color: #ffffff;
}


.yellow-button{
background:#C3972F ;
color: #fff;
}

.yellow-button:hover{
background:#0b6a6f ;
}



/********************/
/* Header Styles */

.sv-header {
  width: 100%;
  background: #0000;
  position:fixed;
  z-index: 9999;
}

.sv-header__inner {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  padding: 0px 20px 0;
  gap: 28px;
}

.sv-logo-wrap {
  flex: 0 0 320px;
  display: flex;
  align-items: center;
}

.sv-logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.sv-logo img {
  width: 220px;
  max-width: 100%;
  height: auto;
  display: block;
}

.sv-header__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sv-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 70px;
}

.sv-topbar__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.sv-topbar__left a,
.sv-topbar__left span {
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #0b6a6f;
}

.sv-topbar__right {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.sv-language {
  position: relative;
}

.sv-language-btn {
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 400;
  color: #0b4950;
  padding: 0;
}

.sv-language-btn img {
  width: 24px;
  height: 16px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
}

.sv-arrow {
  font-size: 11px;
  line-height: 1;
  transform: translateY(-1px);
}

.sv-language-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 150px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.3s ease;
}

.sv-language.active .sv-language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sv-language-menu li a {
  display: block;
  padding: 10px 16px;
  color: #124d53;
  font-size: 14px;
  font-weight: 500;
}

.sv-language-menu li a:hover {
  background: #f4f7f7;
}

.sv-divider {
  width: 100%;
  height: 1px;
  background: #0b6a6f;
  opacity: 0.6;
}

.sv-navbar {
  width: 100%;
}

.sv-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 56px;
  padding: 14px 0 16px;
}

.sv-menu li {
  position: relative;
}

.sv-menu li a {
  color: #0b6a6f;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
}

.sv-menu li a:hover {
  color: #063f43;
}

.sv-menu .menu-item-has-children > a::after {
  content: "▼";
  font-size: 9px;
  margin-left: 6px;
  position: relative;
  top: -1px;
}

.sv-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.3s ease;
}

.sv-menu .sub-menu li {
  width: 100%;
}

.sv-menu .sub-menu li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
}

.sv-menu .menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sv-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  background: #0b6a6f;
  border-radius: 12px;
  cursor: pointer;
  padding: 11px;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  transition: 0.3s ease;
}

.sv-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  border-radius: 20px;
  transition: 0.3s ease;
}

.sv-menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sv-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.sv-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.sv-mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f5f5f3;
  border-top: 1px solid rgba(11, 106, 111, 0.15);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 0.35s ease;
}

.sv-mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sv-mobile-menu-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 20px;
}

.sv-mobile-menu-top {
  margin-bottom: 16px;
}

.sv-mobile-nav,
.sv-mobile-nav .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sv-mobile-nav > li {
  border-bottom: 1px solid rgba(11, 106, 111, 0.1);
}

.sv-mobile-nav > li > a {
  display: block;
  padding: 14px 0;
  color: #0b6a6f;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.sv-mobile-nav .sub-menu {
  padding: 0 0 10px 14px;
}

.sv-mobile-nav .sub-menu li a {
  display: block;
  padding: 8px 0;
  color: #0b6a6f;
  font-size: 14px;
  font-weight: 500;
}

.sv-mobile-extra {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
}

.sv-mobile-extra a {
  color: #0b6a6f;
  font-size: 14px;
  font-weight: 600;
}

/* responsive */
@media (max-width: 1300px) {
  .sv-header__inner {
    gap: 20px;
  }

  .sv-logo-wrap {
    flex: 0 0 250px;
  }

  .sv-logo img {
    width: 190px;
  }

  .sv-topbar__left a,
  .sv-topbar__left span {
    font-size: 14px;
  }

  .sv-menu {
    gap: 34px;
  }

  .sv-menu li a {
    font-size: 15px;
  }
}

@media (max-width: 1100px) {
  .sv-header__inner {
    flex-direction: column;
    padding: 14px 16px 0;
  }

  .sv-logo-wrap {
    flex: unset;
  }

  .sv-topbar {
    min-height: auto;
    padding: 6px 0 14px;
  }

  .sv-menu {
    gap: 24px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .sv-header__inner {
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
  }

  .sv-topbar {
    min-height: auto;
    padding: 0;
  }

  .sv-topbar__left,
  .sv-language,
  .sv-divider,
  .sv-navbar,
  .sv-topbar__right .custom-button {
    display: none;
  }

  .sv-header__right {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .sv-menu-toggle {
    display: flex;
  }
}

@media (max-width: 767px) {
  .sv-logo img {
    width: 170px;
  }

  .sv-header__inner {
    padding: 12px 14px;
  }

  .sv-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .sv-mobile-menu-inner {
    padding: 18px 14px;
  }

  .sv-mobile-menu-top .custom-button {
    width: 100%;
  }
}



/*****************************************************/

.sv-footer {
  background: #005f66;
  color: #ffffff;
  overflow: hidden;
}

.sv-footer__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 46px 24px 56px;
}

.sv-footer__logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 26px;
}

.sv-footer__logo img {
  width: 270px;
  max-width: 100%;
  height: auto;
  display: block;
}

.sv-footer__divider {
  width: calc(100% + 48px);
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
  margin-left: -24px;
  margin-bottom: 48px;
}

.sv-footer__nav {
  margin-bottom: 64px;
}

.sv-footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 78px;
  flex-wrap: wrap;
}

.sv-footer__menu li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.sv-footer__menu li a:hover {
  opacity: 0.8;
}

.sv-footer__social {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-bottom: 68px;
}

.sv-footer__social a {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.sv-footer__social a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.sv-footer__contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.sv-footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
}

.sv-footer__contact-item a {
  color: #ffffff;
}

.sv-footer__contact-item a:hover {
  opacity: 0.8;
}

.sv-footer__icon {
  flex: 0 0 18px;
  font-size: 17px;
  line-height: 1;
  margin-top: 4px;
}

.sv-footer__bottom {
  background: linear-gradient(90deg, #005f66 0%, #8e9748 58%, #d39f17 100%);
}

.sv-footer__bottom-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.sv-footer__copy {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
}

.sv-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.sv-footer__bottom-links span {
  color: rgba(255, 255, 255, 0.85);
}

.sv-footer__bottom-links a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

/* 1400 */
@media (max-width: 1400px) {
  .sv-footer__menu {
    gap: 48px;
  }

  .sv-footer__contact {
    gap: 24px;
  }
}

/* 1200 */
@media (max-width: 1199px) {
  .sv-footer__inner {
    padding: 40px 20px 50px;
  }

  .sv-footer__divider {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .sv-footer__menu {
    gap: 34px;
  }

  .sv-footer__contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
  }

  .sv-footer__bottom-inner {
    padding: 18px 20px;
  }
}

/* 991 */
@media (max-width: 991px) {
  .sv-footer__logo img {
    width: 230px;
  }

  .sv-footer__nav {
    margin-bottom: 50px;
  }

  .sv-footer__menu {
    gap: 24px 30px;
  }

  .sv-footer__menu li a {
    font-size: 15px;
  }

  .sv-footer__social {
    margin-bottom: 52px;
  }

  .sv-footer__social a {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  .sv-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}

/* 767 */
@media (max-width: 767px) {
  .sv-footer__inner {
    padding: 34px 16px 42px;
  }

  .sv-footer__divider {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 36px;
  }

  .sv-footer__logo-wrap {
    margin-bottom: 22px;
  }

  .sv-footer__logo img {
    width: 190px;
  }

  .sv-footer__nav {
    margin-bottom: 38px;
  }

  .sv-footer__menu {
    flex-direction: column;
    gap: 18px;
  }

  .sv-footer__social {
    gap: 16px;
    margin-bottom: 38px;
  }

  .sv-footer__social a {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .sv-footer__contact {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sv-footer__contact-item {
    font-size: 14px;
  }

  .sv-footer__bottom-inner {
    padding: 16px;
  }

  .sv-footer__copy,
  .sv-footer__bottom-links a {
    font-size: 13px;
  }
}

/* 480 */
@media (max-width: 480px) {
  .sv-footer__logo img {
    width: 170px;
  }

  .sv-footer__menu li a {
    font-size: 14px;
  }

  .sv-footer__social a {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }

  .sv-footer__contact-item {
    gap: 12px;
  }
}