
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800&display=swap');


/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
  color: #3CF;
}

a:hover {
	color: #FC3;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Playfair Display', serif;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #142538;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
}

::selection {
  background: #baa266;
  color: #fff;
}

::-moz-selection {
  background: #baa266;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #142538;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #baa266;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-family: 'Playfair Display', serif;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #142538;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/



.background-header {
  background-color: rgba(20, 37, 56, 0.9) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .main-nav .nav li a {
  color: #fff!important;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fb5849!important;
}

.background-header .nav li a.active {
  color: #fb5849!important;
}

.header-area {
  background-color: rgba(250,250,250,0.15);
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 700;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #baa266!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #baa266!important;
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
  color: #142538;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #142538!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #baa266!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #baa266;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #142538;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #baa266!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    /*background-color: rgba(20, 37, 56, 0.9) !important;*/
	  background-color: rgba(250,250,250,0.15) !important;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
	.background-header {
  background-color: rgba(20, 37, 56, 0.9) !important;
	}
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #142538 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #baa266!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #142538;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
.logo img {
  height: 100px;          /* desktop default */
  transition: 0.3s ease;
}

.logo .logo-color {
  display: none;
}

/* When scrolling (DESKTOP only) */
.background-header .logo img {
  height: 55px;
}
.background-header .logo .logo-white {
  display: none;
}
.background-header .logo .logo-color {
  display: block;
  margin-top: 20px;
}

/* MOBILE & TABLET FIX (always 55px logo) */
@media(max-width: 991px) {
  .logo img {
    height: 55px !important;        /* fixed height */
    width:auto;
    transition: 0.3s ease;
  }
  
  /* Always show color logo */
  .logo-white {
    display: none !important;
  }
  .logo-color {
    display: inline-block !important;
    margin-top: 0 !important;
  }

  /* Disable scroll-shrink behavior on tablet/mobile */
  .background-header .logo img {
    height: 55px !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  color: #baa266;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #baa266;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  max-width: 570px;
}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}




/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

section.upcoming-meetings {
  background-color: #fff;
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 110px;
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #142538;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #142538;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #142538;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
}

.meeting-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #142538;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-item .down-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-item .down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.meeting-item .down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #142538;
}

.meeting-item .down-content .date span {
  display: block;
  color: #142538;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-item .down-content h4 {
  font-size: 18px;
  color: #142538;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-item .down-content p {
  margin-left: 50px;
  color: #142538;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/ban.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #142538;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #baa266;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}







/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/about-ban.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #142538;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #142538;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #142538;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #142538;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #142538;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #142538;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #142538;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #142538;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #142538;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #142538;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #142538;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #baa266;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}

@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    padding-top: 400px;
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li ul.sub-menu li a {
    color: #142538;
  }

}












.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99999;

  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cdb284, #b89a61, #e4d2ac); /* Premium gold */
  
  display: flex;
  justify-content: center;
  align-items: center;

  box-shadow: 0 8px 20px rgba(186, 150, 84, 0.55);  /* soft gold glow */
  transition: 0.3s ease;
}

.whatsapp-float img {
  width: 34px;
  height: 34px;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 10px 28px rgba(186, 150, 84, 0.85);
}


/* Images */
.boutique-about-image,
.ethnic-image {
  width: 100%;
  height: 100%;
  max-height: 650px;
  min-height: 460px;
  object-fit: cover;
}

/* Boutique front about */

/* Title */
.boutique-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #142538;
    letter-spacing: 1px;
}

/* Middle box background */
.boutique-middle-box {
    background: #142538;
    display: flex;
    align-items: center;
}

.boutique-middle-content {
    padding: 50px;
}

/* Buttons */
.boutique-btn {
    background: #baa266;
    color: #142538;
    padding: 10px 28px;
    border-radius: 40px;
    margin: 2px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all .3s ease;
}

.boutique-btn:hover {
    background: #d3b984;
    color: #142538;
    transform: translateY(-2px);
}

/* Left and Right Images */
.boutique-about-image,
.ethnic-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 635px;
}

/* Slider thumb text */
.ethnic-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    background: #142538CC;
    padding: 18px 25px;
    color: #fff;
}

/* Carousel arrows */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #142538;
    background-size: 50% 50%;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
}





/* Reusing same title style from your ABOUT section */
.boutique-main-title {
    font-size: 32px;
    font-weight: 700;
    color: #142538;
    letter-spacing: 1px;
    text-align: center;
}

/* View More Button */
.view-more-btn {
    background: #baa266;
    padding: 8px 22px;
    border-radius: 30px;
    color: #142538;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.view-more-btn:hover {
    background: #d3b984;
}

/* Product Card */
.product-card {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    transition: 0.3s ease-in-out;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #142538;
}

.product-price {
    color: #baa266;
    font-weight: 700;
    margin-top: 5px;
}
/* Mobile & Tablet View Fix */
@media (max-width: 768px) {

    .product-card {
        padding: 12px !important;
        min-height: auto !important;
    }

    .product-card img {
        height: 180px !important; /* match desktop proportion */
        object-fit: cover;
        border-radius: 12px;
        margin-bottom: 12px; /* proper spacing */
    }

    .product-title {
        font-size: 16px;
        margin-bottom: 5px !important; /* reduce gap */
    }

    .product-price {
        font-size: 15px;
        margin-top: 0 !important; /* remove big gap */
    }
}






/* Title Style (Matches Your Requirement) */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #142538;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 40px;
}

/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.category-card {
    position: relative;
    height: 260px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.4s ease;
    /* ✨ No blur applied */
}

/* Dark Overlay */
.category-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35); /* Keep light overlay only */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.3s ease;
}

.category-overlay h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

/* Button Style */
.shop-btn {
    padding: 8px 22px;
    background: #ffffff;
    color: #142538;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.shop-btn:hover {
    background: #142538;
    color: #fff;
}

/* Hover Effects */
.category-card:hover {
    transform: scale(1.05);
}

.category-card:hover .category-overlay {
    background: rgba(0,0,0,0.50); /* Darkens slightly on hover */
}

/* Responsive */
@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}





.customer-reviews {
    padding: 80px 0;
    background: #f9f9f9;
}

.reviewSwiper {
    padding: 40px 10px;
}

.review-card {
    background: #ffffff;
    padding: 30px;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
}

.review-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.review-name {
    font-size: 20px;
    font-weight: 700;
    color: #142538;
    margin-bottom: 8px;
}

.stars {
    color: #e9b44c;
    font-size: 16px;
    margin-bottom: 12px;
}

.review-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.swiper-pagination-bullet {
    background: #baa266 !important;
    width: 10px;
    height: 10px;
}






/* MAIN SECTION */
.premium-contact {
    padding: 90px 0;
    background: linear-gradient(to bottom right, #ffffff, #f7f7f7);
}

/* HEADING */
.contact-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #0a0a0a;
}

.contact-sub {
    text-align: center;
    font-size: 17px;
    margin-top: 5px;
    color: #555;
}

/* GRID */
.premium-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 40px;
    align-items: center;
}

/* MAP */
.premium-map {
    height: 450px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* CONTACT CARD */
.premium-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

/* ICON CIRCLE */
.card-icon {
    width: 65px;
    height: 65px;
    background: #8a6c2f;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.premium-card h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #142538;
}

.premium-card p {
    font-size: 16px;
    margin-bottom: 14px;
    color: #333;
}

.premium-card p i {
    color: #8a6c2f;
    margin-right: 10px;
}

/* WHATSAPP BUTTON */
.contact-whatsapp {
    display: inline-block;
    margin-top: 20px;
    background: #25D366;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 30px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
    transition: 0.3s ease;
}

.contact-whatsapp:hover {
    background: #1da851;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .premium-grid {
        grid-template-columns: 1fr;
    }

    .premium-map {
        height: 350px;
    }
}






/* Top line before footer */
.footer {
    border-top: 3px solid #142538;
    background: #ffffff;
    padding: 60px 0 25px;
    margin-top: 40px;
}

/* Footer Grid */
.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}

/* Logo Section */
.footer-logo {
    width: 200px; 
    margin-bottom: 18px;
}

/* Text */
.footer-col p {
    color: #142538;
    font-size: 14px;
    line-height: 1.6;
}

/* Headings */
.footer-col h4 {
    font-size: 18px;
    font-weight: 700;
    color: #142538;
    margin-bottom: 15px;
}

/* Lists */
.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #142538;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #8a6c2f; /* subtle gold tone */
}

/* Social Icons */
.footer-social a {
    font-size: 20px;
    margin-right: 12px;
    color: #142538;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #8a6c2f;
}

/* Footer bottom */
.footer-bottom {
    text-align: center;
    margin-top: 40px;
}

.footer-bottom p {
    font-size: 14px;
    color: #142538;
}

/* Responsive */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-social a {
        margin: 0 10px;
    }
}






.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #142538;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.about-text{
    font-size: 18px;
}

.about-text2{
    font-size: 18px;
    color: #fff;
}
/* About Intro */
.about-image-small img {
    border-radius: 20px;
    max-height: 350px;
    object-fit: cover;
}

/* Mission & Vision */
.mv-card {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mv-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.mv-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: white;
}

.mv-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Why Choose */
.why-section {
    background-size: cover;
    background-position: center;
    padding: 70px 20px;
    border-radius: 20px;
    position: relative;
}

.why-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    border-radius: 20px;
}

.why-content {
    position: relative;
    z-index: 2;
}

.why-list li {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

/* Values Boxes */
.value-box {
    border: 1px solid #d4af37;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    background: #fff;
    transition: 0.3s ease;
}

.value-box h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #142538;
}

.value-box:hover {
    background: #faf7ef;
    transform: translateY(-5px);
}
.btn-shop-now {
    background: linear-gradient(135deg, #d4af37, #f5d76e);
    padding: 12px 35px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.btn-shop-now:hover {
    background: linear-gradient(135deg, #f5d76e, #d4af37);
    color: #000;
}







/* PRODUCT GRID */
.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Product Card -> Equal Height */
.product-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 15px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    text-align: center;
    display: flex;
    flex-direction: column;       /* BUTTON ALWAYS AT BOTTOM */
    justify-content: space-between;
    transition: 0.3s;
    min-height: 420px;
}

/* Hide cards during filtering */
.product-card {
    opacity: 1;
    transform: scale(1);
    transition: 0.4s ease;
}

.product-card.hide {
    display: none; /* Completely removes from layout */
    opacity: 0;
    transform: scale(0.85);
    pointer-events: none;
}



/* Image */
.product-img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 12px;
}

/* Title */
.product-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
    color: #142538;
}

/* Price */
.product-price {
    font-size: 16px;
    font-weight: 600;
    color: #d4a017;
    margin-bottom: 15px;
}

/* WhatsApp Button */
.whatsapp-btn {
    padding: 10px 0;
    background: #25D366;
    color: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.whatsapp-btn:hover {
    background: #1ebe5d;
}

/* Active Category */
.category-card.active {
    outline: 5px solid #d4a017;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 576px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}
/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 per row on desktop */
    gap: 20px;
}

/* Tablet */
@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 per row */
    }
}

/* Mobile */
@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 per row on mobile */
        gap: 15px;
    }

    .category-card {
        height: 120px;  /* smaller cards on mobile */
        font-size: 14px; /* smaller text */
    }

    .category-card .category-overlay h3 {
        font-size: 14px; 
    }

    .category-card .shop-btn {
        font-size: 12px;
        padding: 6px 10px;
    }
}
/* Lightbox Overlay */
#image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: auto; /* scroll if image is bigger than screen */
    padding: 20px;
    box-sizing: border-box;
}

#image-popup img {
    width: auto;        /* auto width */
    max-width: 100%;    /* responsive for small screens */
    height: auto;       /* maintain aspect ratio */
    max-height: 90vh;   /* fit within viewport height */
    border-radius: 12px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.3);
}

#image-popup span {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}












/* ===========================
   GALLERY GRID
=========================== */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.gallery-img {
    width: 100%;
    aspect-ratio: 1 / 1;   /* PERFECT SQUARE FRAME */
    object-fit: cover;
    cursor: pointer;
    display: block;
}

.gallery-item:hover {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 992px) {
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }
}

