@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



/* Media Queries */
@media screen and (max-width: 767px) {
  body.home #pagecontent {
    margin-top: 0;
    overflow: hidden;
  }
  #pagecontent {
    margin-top: 50px; /* Adjusted for smaller screens */
  }
}

@media screen and (min-width: 768px) {
  body.home #pagecontent {
    margin-top: 100px;
  }
  #pagecontent {
    margin-top: 100px;
  }
}
    
    /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

.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%;
}

input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
}

/*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/************************************************************************************************************************/




/*---General---*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body.home #pagecontent {
  margin-top: 0px;
  overflow: hidden;
}

#pagecontent {
  margin-top: 100px;
}

/*---Typography---*/
h1, h2, h3, h4, h5, h6, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li, p, a {
  font-family: 'Raleway', sans-serif;
}



body {
  font-size: 14px;
  line-height: 1.25em;
  background-color: #ffffff;
  color: #ffffff;
  height: 100%;
  width: 100%;
}

b, strong {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

/*---Color---*/
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}


/*---Typography---*/

h1 {
  font-size: 3.2em;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

h2 {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 25px;
  font-weight: 700;
}

h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #231f20;
  font-weight: 500;
}

.normal-paragraph-txt {
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 1.7rem;
}


.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/*---General Mobile--*/
/* Media query for smaller screens */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.7em; /* Adjust font size for smaller screens */
    margin-bottom: 1rem; /* Adjust margin bottom for smaller screens */
  }
}

/* Media query for medium screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 2em; /* Adjust font size for medium screens */
    margin-bottom: 1.3rem; /* Adjust margin bottom for medium screens */
  }
}

/* Media query for larger screens */
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3.2em; /* Revert to default font size for larger screens */
    margin-bottom: 1.7rem; /* Revert to default margin bottom for larger screens */
  }
}
  h2 {
    font-size: 1.6em;
  }
}

/* ol/ul styles */
ul.standard-list {
  list-style-type: disc !important;
}

ol.number-list-style {
  list-style: auto;
  padding-left: 16px;
}

ol.number-list-style li {
  padding-left: 5px;
  margin-bottom: 8px;
}



Sure, I can help you with editing the media queries for different screen sizes. Here's an updated version of your CSS with improved organization and adjusted media queries:

css
Copy code
/*---General---*/
html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body.home #pagecontent {
  margin-top: 0px;
  overflow: hidden;
}

#pagecontent {
  margin-top: 100px;
}

/*---Typography---*/
h1, h2, h3, h4, h5, h6, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li, p, a {
  font-family: 'Raleway', sans-serif;
}

body {
  font-size: 14px;
  line-height: 1.25em;
  background-color: #ffffff;
  color: #ffffff;
  height: 100%;
  width: 100%;
}

b, strong {
  font-weight: 700;
}

a, button {
  cursor: pointer;
  text-decoration: none;
  color: unset;
}

/*---Color---*/
.white {
  color: #ffffff !important;
}

.black {
  color: #000000 !important;
}

/*---Typography---*/
h1 {
  font-size: 3.2em;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

h2 {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 25px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h4 {
  font-size: 18px;
  line-height: 30px;
}

h5 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}

p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #231f20;
  font-weight: 500;
}

.normal-paragraph-txt {
  font-size: 1.3em;
  line-height: 1.6em;
  text-align: left;
  margin-bottom: 1.7rem;
}

.textcenter {
  text-align: center;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

/*---General Mobile--*/
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 1.6em;
  }
}

/* ol/ul styles */
ul.standard-list {
  list-style-type: disc !important;
}

ol.number-list-style {
  list-style: auto;
  padding-left: 16px;
}

ol.number-list-style li {
  padding-left: 5px;
  margin-bottom: 8px;
}

/*---Container---*/
._container_small,
._container_medium,
._container_large {
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ._container_large {
    max-width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  ._container_large {
    max-width: 100vw;
  }
}

/* Select2 Styles */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  color: #24292f;
}


/*888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/

/*---Spacing---*/
.lfpad0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padtb3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padb3 {
  padding-bottom: 3rem;
}

.padb1 {
  padding-bottom: 1rem;
}

.padt3 {
  padding-top: 3rem;
}

.padt5 {
  padding-top: 5%;
}

.padb5 {
  padding-bottom: 5%;
}

.padb5rem {
  padding-bottom: 5rem;
}

.padb15px {
  padding-bottom: 15px;
}

.padtb5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padtb5vh {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.marginb15px {
  margin-bottom: 15px;
}

.margint15px {
  margin-top: 15px;
}

.marginb5 {
  margin-bottom: 5rem;
}

.marginb0 {
  margin-bottom: 0%;
}

.marginb3 {
  margin-bottom: 3%;
}

.margint3 {
  margin-top: 3%;
}

@media only screen and (max-width: 767px) {
  /* Adjusting padding for smaller screens */
  .padtb5,
  .padt5,
  .padb5 {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  /* Mobile order */
  .mobile1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mobile2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}


/*88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888*/


/*---Float Tools---*/
/*---Float Tools---*/
#float-tools {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 10000;
  opacity: 1;
  transition: 0.5s;
}

#float-tools ul li {
  border-bottom: 1px solid #999999;
}

#float-tools ul li:last-child {
  border-bottom: 0px;
}

#float-tools ul li a {
  width: 48px;
  height: 48px;
  display: block;
  margin-bottom: 0px;
  background-color: #ebebeb;
  position: relative;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
}

#float-tools ul li a span {
  color: #5da0a6;
  position: absolute;
  left: -110px;
  text-align: right;
  width: 100px;
  opacity: 0;
  top: 50%;
  transform: translate(0%, -50%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  visibility: hidden;
  transition: 0.5s;
}

#float-tools ul li:hover a span {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}

#float-tools ul li a:hover {
  background-color: #404040;
}



/*---Header---*/
.desktopheader {
  height: 100px;
  position: relative;
  padding: 10px 2rem 10px 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #00142b40;
  color: #ffffff;
  position: fixed;
  top: -100px;
  border-bottom: 1px solid #ffffff;
  transition:0.5s;
}

.desktopheader.active {
    top:0px;
    transition:1s;
}

.desktopheader.sticky {background-color: #231f20; transition: .3s ease; }

.desktopheader .nav-logo {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity:0;
}

.desktopheader .nav-logo.active {
  -webkit-transition: .5s ease;
  transition: .5s ease;
  opacity:1;
}

.desktopheader .nav-logo img {
  width: 185px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}


.desktopheader .primary-nav {
  display: inline;
  float: left;
  font-size: 12px;
}

.desktopheader .nav-list {
    position: relative;
    opacity:0;
    transform: translate(0px,20px);
    transition:0.5s;
}

.desktopheader .nav-list.active {
    position: relative;
    opacity:1;
    transform: translate(0px,0px);
    transition:0.5s;
}



.desktopheader .menu-main-menu-container {
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

.desktopheader .menu-main-menu-container .menu-main-menu-twclogo {border-left:1px solid #ffffff;padding-left:20px;}
.desktopheader .menu-main-menu-container .menu-main-menu-twclogo img {max-width: 100px;}

.desktopheader .menu-main-menu-container .menu-item {
  float: left;
  margin: 0px 15px 0px 15px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 0;
}

.desktopheader .menu-main-menu-container .menu-item a {
  font-size: 13px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  display: inline-block;
  padding: 30px 0px;
  border-bottom: 1px solid transparent;
  letter-spacing: 1px;
  font-weight:700;
  position:relative;
}


.desktopheader .menu-main-menu-container .menu-item > a:after {
    content:' ';
    height:2px;
    width:0px;
    position:absolute;
    left:0;
    bottom:15px;
    background-color:#ffffff;
    transition:0.5s;
}

.desktopheader .menu-main-menu-container .menu-item > a:hover:after {
    width:100%;
    transition:0.5s;
}



.desktopheader .menu-main-menu-container .menu-item-has-children {
}

.desktopheader .menu-main-menu-container .menu-item-has-children:hover .sub-menu {
  display: block;
}

.desktopheader .menu-main-menu-container .menu-item-has-children:after {
  content: '';
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transform: rotate(45deg);
  margin-left: 5px;
  top: -2px;
  position: relative;
}

.desktopheader .menu-main-menu-container .sub-menu {
  display: none;
  position: absolute;
  background-color: #004966;
  min-width: 160px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
  z-index: 1;
  top: 60px;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}

.desktopheader .menu-main-menu-container .sub-menu .menu-item {
  float: none;
  color: #000000;
  padding: 8px 26px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 12px;
}

.desktopheader .menu-main-menu-container .sub-menu a {
    padding: 15px 25px;
}

.desktopheader .menu-main-menu-container a.current-menu-item {
  xborder-bottom: 1px solid #ffffff;
  transition: .3s ease;
}

@media only screen and (max-width: 1024px) {
  .desktopheader {
    display: none;
  }

  .desktopheader .menu-main-menu-container .menu-item a {
    font-size: 11px;
  }

  .desktopheader .menu-main-menu-container .menu-main-menu-twclogo img {
    max-width: 100px;
  }
}

/*---Mobile Menu--*/
.mobile-menu {
  display: none;
}

  .mobile-intro{
    display: none;
}


.mburger {
  display: none;
}

.mobile-menu-logo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mobile-menu {
    display: none;
  }
  .destop-intro{
    display: none;      
  }
  
  .mobile-intro{
    display: block;
    background-size: cover;
    height: 40vh;
  }

  .mburger {
    display: none;
  }

  .mobile-menu-logo {
    display: none;
  }

  .mobile-menu {
    display: block;
    position: relative;
    z-index: 9999;
    background: #000000;
  }

  .menubar {
    display: none;
  }

  .mburger {
    display: inline-block;
  }

  .mburger b {
    color: #939598;
  }

  .mobile-menu-logo {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    transform: translate(-50%, 25%);
    left: 50%;
  }

  .mobile-menu-logo img {
    width: 130px;
  }

  .mobile-menu-logo {
    transform: translate(-50%, -50%);
    top: 50%;
  }

  .mobile-menu-logo img {
    width: 115px;
  }
}


@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-top: 7rem;
  
}
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 3rem;
  }

  .social-share-box .share-box {
    margin: 7px;
  }

  .social-share-box .share-box img {
    width: 35px;
    display: block;
  }
}

/*---Footer---*/
.footer {
  background-color: #00142b;
  padding-top: 10rem;
  padding-bottom: 1rem;
}

.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo img {
  max-width: 200px;
  width: 100%;
}

.footer p,
.footer a {
  color: #a7a9ac;
  font-weight: 500;
  transition: .3s ease;
  font-size: 13px;
}

.footer-copyright {
  display: inline-block;
  margin-right: 20px;
}

.footer-disclaimer {
  display: inline-block;
  color: #a7a9ac;
}

.footer .footer-disclaimer a:hover {
  opacity: .6;
  transition: .3s ease;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem; /* Adjusted padding for smaller screens */
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding-top: 7rem;
    padding-bottom: 7rem; /* Adjusted padding for medium screens */
  }
}

/*---Home Social Share---*/
.social-share-box {
  position: fixed;
  bottom: 5%;
  right: 0rem;
  z-index: 10000;
  transform: translate(60px, 0px);
  transition: 0.5s;
}

.social-share-box.active {
  transform: translate(0px, 0px);
  transition: 0.5s;
}

.social-share-box .share-box {
  margin: 10px;
  display: block;
}

.social-share-box .share-box img {
  width: 45px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .social-share-box .share-box {
    margin: 7px;
  }

  .social-share-box .share-box img {
    width: 35px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .social-share-box .share-box img {
    width: 35px;
    display: block;
  }
}


.responsive-image {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.responsive-heading {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .responsive-image {
        max-width: 35vh;
        height: auto;
    }
}


/*****************************************************************************************************************************************************************/


/*---Home Top Video---*/

/*--Backup---
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 25px;
    width: 300%; 
    left: -100%; 
}
--*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-header-video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-top: -65px;
}

/* Media query to hide desktop header on smaller screens */
@media only screen and (max-width: 1024px) {
  .desktopheader {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .mobile-menu {
    display: block;
    position: relative;
    z-index: 9999;
    background: #000000;
  }
  .menubar {
    display: none;
  }
  .mburger {
    display: inline-block;
  }
  .mburger b {
    color: #939598;
  }
  .mobile-menu-logo {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    transform: translate(-50%, 25%);
    left: 50%;
  }
  .mobile-menu-logo img {
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu-logo {
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .mobile-menu-logo img {
    width: 115px;
  }
  .footer {
    padding-top: 3rem; /* Adjusted padding for smaller screens */
  } 
  .social-share-box .share-box {
    margin: 7px;
  }
  .social-share-box .share-box img {
    width: 35px;
    display: block;
  }   
  .top-header-video {
    margin-top: 0px; /* Adjusted margin for smaller screens */
  }
  .top-header-video .video-share-box {
    bottom: -3.5rem;
    right: 1rem;
  }
  .top-header-video .share-box {
    margin: 5px;
    display: inline-block;
  }
  .top-header-video .share-box img {
    width: 35px;
    display: block;
  }
  .concept-color-special-big-txt {
    font-size: 5.5em !important; /* Adjusted font size for smaller screens */
  }
  .concept-container .concept-natural-container .concept-color-special-bottom-txt {
    font-size: 3em;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .normal-paragraph-txt {
    font-size: 1.1em; /* Adjusted font size for smaller screens */
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .top-header-video {
    margin-top: 0px; /* Adjusted margin for medium screens */
  }
  .top-header-video .video-share-box {
    position: absolute;
    bottom: 8rem;
    right: 0.5rem;
  }
  .top-header-video .share-box img {
    width: 35px;
    display: block;
  }
  .normal-paragraph-txt {
    font-size: 1.1em;
    line-height: 1.45em;
  }
}

/* Agenga Styles */
.agenda-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  border-top: 1px solid #8CD5E5;
  padding-top: 15px;
  max-width: 580px;
  margin: 0 auto 20px auto;
}

.agenda-box {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
}

.agenda-color {
  margin-right: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid #000000;
}

.agenda-box p {
  margin-bottom: 0px;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
}

/* Components Box */
.components-box {
  cursor: pointer;
  position: relative;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center;
  margin-bottom: 30px;
  transition: 0.5s;
}

.components-box:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #9f7362;
  opacity: 0;
  transition: 0.5s;
}

.components-box-desc {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-left: 35px;
  padding-right: 35px;
  width: 100%;
  opacity: 0;
  z-index: 2;
  transition: 0.5s;
}

.components-box-desc * {
  color: #ffffff;
}

.components-box-desc h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}

.components-box:hover:before {
  opacity: 1;
  transition: 1s;
}

.components-box:hover .components-box-desc {
  opacity: 1;
  transition: 1s;
}

/* Siteplan Styles */
ol.number li,
ol.alphabet li {
  display: flex;
}

ol.alphabet li {
  counter-increment: alphalist;
}

ol.number li p,
ol.alphabet li p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 17px;
}

ol.alphabet li span:before {
  content: counter(alphalist, upper-alpha);
}

ol.number,
ol.alphabet {
  margin-left: 15px;
}

ol.number li,
ol.alphabet li {
  font-size: 12px;
  margin-bottom: 0px;
}

ol.number li span,
ol.alphabet li span {
  color: #ffffff;
  font-size: 12px;
  line-height: 17px;
  background-color: #000000;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: -15px;
}



/* Default styles for h1 with ID 'main-title' */
#main-title {
  font-size: 3.2em;
  line-height: 1.1em;
  font-weight: 700;
  margin-bottom: 1.7rem;
}

/* Media query for smaller screens */
@media only screen and (max-width: 767px) {
  #main-title {
    font-size: 1.7em; /* Adjust font size for smaller screens */
    margin-bottom: 1rem; /* Adjust margin bottom for smaller screens */
  }
}

/* Media query for medium screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main-title {
    font-size: 2em; /* Adjust font size for medium screens */
    margin-bottom: 1.3rem; /* Adjust margin bottom for medium screens */
  }
}

/* Media query for larger screens */
@media only screen and (min-width: 992px) {
  #main-title {
    font-size: 3.2em; /* Revert to default font size for larger screens */
    margin-bottom: 1.7rem; /* Revert to default margin bottom for larger screens */
  }
}


@media only screen and (max-width: 768px) {
  .cta-outline {
    padding: 6px 16px;
  }

  .components-box-desc {
    display: none;
  }
}

/* Media query for max-width: 900px */
@media only screen and (max-width: 900px) {
    /* Adjustments for h1 with ID 'main-title' */
    #main-title {
        font-size: 2em; /* Adjust font size for h1 on smaller screens */
        margin-bottom: 1rem; /* Adjust margin bottom for h1 on smaller screens */
    }

    /* Adjustments for img inside h1 with ID 'main-title-img' */
    #main-title-img {
        max-width: 100%; /* Ensure image width doesn't exceed container width */
        height: auto; /* Maintain aspect ratio of the image */
        display: block; /* Make sure the image is displayed as a block element */
        margin: 0 auto; /* Center the image horizontally */
        width: 70%; /* Adjust image width for smaller screens */
        max-height: 200px; /* Set maximum height for the image */
    }

    /* Additional adjustments for other elements if needed */
}




/**************************************************************************************************************************************************************************/


/*---Grandhill revamp---*/

.green {color:#3C5D5D;}
.darkblue {color:#014867;}
.brown {color:#fff;}

.cta-outline {font-weight: 700;letter-spacing: 2px;padding: 8px 20px;border: 1px solid #ffffff;margin-left:5px;margin-right:5px;margin-bottom:10px;color: #ffffff;display: inline-block;width: fit-content;transition:0.5s;}
.cta-outline:hover {color:#3C5D5D;background-color:#ffffff;transition:0.5s;}
.cta-outline-green {border:1px solid #3C5D5D;color:#3C5D5D;transition:0.5s;}
.cta-outline-green:hover {border:1px solid #3C5D5D;background-color:#3C5D5D;color:#ffffff;transition:0.5s;}

.main-slider-swiper .swiper-slide, .gallery-swiper .swiper-slide {width:100%;padding-bottom: 50%;background-size:cover;background-position:center;}

.autozoombackground {
    width: 100%;
    animation: zoominbgloop 30s infinite;
    animation-fill-mode: forwards;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
    height: auto;
}

.section-banner {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white; /* Example: Makes text white */
  padding: 20px; /* Example: Adds padding */
}

.btn-register {

    padding: 0.6rem 1rem;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #ffffff;
    color: #418699;
    transition: .3s ease;
    border: 3px solid #ffffff;
    cursor: pointer; /* Add cursor pointer on hover */
}

.btn-register:hover {
    background-color: #418699;
    color: #ffffff;
}


/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .box-button {
        margin-top: 10px;
    }

    .btn-register {
        padding: 5px 10px;
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .autozoombackground {
        height: 40vh; /* Adjust height for smaller screens */
       width: 74.5vh;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .autozoombackground {
        height: 100%; /* Adjust height for medium screens */
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .autozoombackground {
        height: 100%; 
        width: 100%;
    }
}


@keyframes zoominbgloop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1); 
    }
    100% {
        transform: scale(1); 
    }
}


.gallery-swiper .swiper-slide {position:relative;}
.gallery-swiper .swiper-slide .caption {position:absolute;right:100px;bottom:30px;z-index:3;color:#ffffff;font-size:22px;line-height:26px;}

.swiper-pagination-bullet {background: transparent;width: 16px;height: 16px;border: 1px solid #ffffff !important;border-radius: 100%;opacity: 1;}
.swiper-pagination-bullet-active {background:#ffffff !important;}
.swiper-button-next, .swiper-button-prev {color: #ffffff;}
.swiper-button-prev, .swiper-rtl .swiper-button-next {left:25px;}
.swiper-button-next, .swiper-rtl .swiper-button-prev {right:25px;}


.background {
    width: 100%;
    animation: zoominbgloop 30s infinite;
    animation-fill-mode: forwards;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .background {
        /* background-size: 100% 100%;
        background-position: center; */
    }
}







/****************************************************************************************************************************************************************/


/*---Agenda---*/
.agenda-list {display: flex;flex-wrap: wrap;justify-content: flex-end;border-top:1px solid #8CD5E5;padding-top:15px;max-width: 580px;margin: 0px 0px 20px auto;}

.agenda-box {display: flex;align-items: center;margin-right:15px;margin-bottom:15px;}
.agenda-color {margin-right:5px;width: 34px;height: 34px;border:1px solid #000000;}
.agenda-box p {margin-bottom:0px;text-align:left;font-size:11px;line-height:14px;letter-spacing:1px;}

.components-box {cursor:pointer;position:relative;padding-bottom:66%;background-size:cover;background-position:center;margin-bottom:30px;transition:0.5s;}
.components-box:before {content:' ';position:absolute;left:0;top:0;width:100%;height:100%;background-color:#9f7362;opacity:0;transition:0.5s;}
.components-box-desc {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding-left:35px;padding-right:35px;width:100%;opacity:0;z-index:2;transition:0.5s;}
.components-box-desc * {color:#ffffff;}
.components-box-desc h4 {font-weight: 700;font-size: 24px;line-height: 30px;margin-bottom: 10px;}
.components-box:hover:before {opacity:1;transition:1s;}
.components-box:hover .components-box-desc {opacity:1;transition:1s;}


/*---Siteplan---*/
ol.number li, ol.alphabet li {display:flex;}
ol.alphabet li {counter-increment: alphalist;}
ol.number li p, ol.alphabet li p {margin-bottom:0px;font-size: 12px;line-height: 17px;}

ol.alphabet li span:before {content: counter(alphalist, upper-alpha);}
ol.number, ol.alphabet {margin-left:15px;}
ol.number li, ol.alphabet li {font-size:12px;margin-bottom:0px;}
ol.number li span, ol.alphabet li span{color: #ffffff; font-size: 12px;line-height: 17px;background-color: #000000; width: 16px; height: 16px; border-radius: 100%; display: inline-block; text-align: center; margin-right: 10px; margin-bottom: 10px; margin-left: -15px;}


@media only screen and (max-width:768px){
    .cta-outline{
        padding: 6px 16px;
    }
    .components-box-desc{
        display: none;
    }
}



/********************************************************************************************************************************************************************************/





/*---New floorplan box---*/



/*---New floorplan box---*/
.floor-plan-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.floor-plan-tabs {
    flex-basis: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}

.floor-plan-tabs--heading {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.floor-plan-tabs--heading h2 {
    margin-bottom: 0px;
    color: #3C5D5D;
}

.floor-plan-tabs--heading h3 {
    margin-bottom: 15px;
}

.floor-plan-tabs.short {
    flex-basis: 220px;
    margin-right: 20px;
}

/*---Floorplan---*/
.floor-plan-box {
    background-color: #ffffff;
    border: 1px solid #000000;
    margin-bottom: 60px;
}

.floor-plan-box span {
    display: block;
}

.floor-plan-title,
.floor-plan-desc {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.floor-plan-tabs-col {
    display: flex;
    flex-wrap: wrap;
}

.floor-plan-tabs a {
    position: relative;
    width: 56px;
    height: 56px;
    margin-right: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
    text-align: center;
    color: #286494;
    margin-bottom: 10px;
    display: inline-block;
}

.floor-plan-tabs a span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}

.floor-plan-tabs a.selected {
    background-color: #286494;
    color: #ffffff;
}

.floor-plan-tabs a.specification {
    background-color: #808080;
    color: #ffffff;
    font-size: 18px;
    font-style: initial;
}

/* Add media query for tablet screens */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floor-plan-tabs {
        flex-basis: 48%;
        width: 48%;
        margin-right: 1%;
    }
}

/* Add media query for mobile screens */
@media only screen and (max-width: 767px) {
    .floor-plan-tabs a {
        width: 42px;
        height: 42px;
    }

    .floor-plan-tabs a span {
        font-size: 17px;
    }

    .floor-plan-tabs {
        flex-basis: 48%;
        width: 48%;
        margin-right: 1%;
    }
}


.floor-plan-block {display: flex;flex-wrap: wrap;align-items: flex-start;}
.floor-plan-tabs {flex-basis: 320px;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: flex-start;margin-bottom: 25px;}
.floor-plan-tabs--heading {display: block;width: 100%;text-align: left;margin-bottom: 10px;}
.floor-plan-tabs--heading h2 {margin-bottom: 0px;color:#3C5D5D;}
.floor-plan-tabs--heading h3 {margin-bottom: 15px;}
.floor-plan-tabs.short {flex-basis:220px;margin-right:20px;}

/*---Floorplan---*/
.floor-plan-box {background-color: #ffffff; border: 1px solid #000000; margin-bottom: 60px; }
.floor-plan-box span {display:block;}
.floor-plan-title, .floor-plan-desc {display: inline-block; vertical-align: top; margin-right: 10px; }
.floor-plan-tabs-col {display:flex;flex-wrap:wrap;}
.floor-plan-tabs a {position:relative;width: 56px;height: 56px;margin-right:10px;background-color: #ffffff;border: 1px solid #000000;text-align: center;color: #286494;margin-bottom: 10px;display: inline-block;}
.floor-plan-tabs a span {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size: 20px;}
.floor-plan-tabs a.selected {background-color:#286494;color:#ffffff;}
.floor-plan-tabs a.specification {background-color:#808080;color:#ffffff;font-size:18px;font-style: initial;}

.floor-plan-maininfo {margin-bottom:45px;}
.floor-plan-kind {font-size: 6em; line-height: 1em; color: var(--main-floorplan-blue); }
.floor-plan-type {font-size: 2.2em; line-height: 1em; margin-bottom: 10px; color: var(--main-floorplan-blue); }
.floor-plan-spec {font-size: 2em; line-height: 1em; color: #808285;}
.floor-plan-sqft {font-size: 2.3em; line-height: 1em; color: var(--main-floorplan-blue); }
.floor-plan-image {width: 95%; min-height: 600px;margin:0px auto 30px auto;}
.floor-plan-zoom {padding: 5%;}

.towers-tab {max-width: 320px;margin-bottom:30px;}
.towers-tab > a {display: block; color: #000000; font-size: 20px; line-height: 26px;letter-spacing:3px;margin-bottom:5px;}


.a1-cta.selected, .a1-cta {background-color:#b1d3ea !important;color:#000000 !important;}
.a2-cta.selected, .a2-cta {background-color:#7c9fc0 !important;color:#000000 !important;}
.b1-cta.selected, .b1-cta {background-color:#dbeccb !important;color:#000000 !important;}
.b2-cta.selected, .b2-cta {background-color:#abcf97 !important;color:#000000 !important;}
.b3-cta.selected, .b3-cta {background-color:#9fd1bd !important;color:#000000 !important;}
.b3a-cta.selected, .b3a-cta {background-color:#75a6a5 !important;color:#000000 !important;}
.c1-cta.selected, .c1-cta {background-color:#d4d3e9 !important;color:#000000 !important;}
.c2-cta.selected, .c2-cta {background-color:#a9a7c4 !important;color:#000000 !important;}
.c3-cta.selected, .c3-cta {background-color:#b098b4 !important;color:#000000 !important;}
.d1-cta.selected, .d1-cta {background-color:#e5e0ce !important;color:#000000 !important;}
.d2-cta.selected, .d2-cta {background-color:#bbafa0 !important;color:#000000 !important;}
.e-cta.selected, .e-cta {background-color:#f3d8b7 !important;color:#000000 !important;}
.f-cta.selected, .f-cta {background-color:#e8cdcd !important;color:#000000 !important;}

.floor-plan-tabs-col a:hover {opacity:0.5;}


@media only screen and (max-width:900px) {
    .gallery-swiper .swiper-slide {padding-bottom: 80%;}
    .main-slider-swiper .swiper-slide {padding-bottom:initial !important;height: 30vh;}
    .main-slider-swiper .mobile-title-fix-top {left: 25px !important;top: 40px !important;}
    .main-slider-swiper .mobile-logo-fix-bottom {left: 25px !important;bottom: 40px !important;}
    .main-slider-swiper .mobile-logo-fix-bottom img {max-width:120px !important;}
    
    .mobile-main-banner {padding-bottom: initial !important;max-height: 600px;min-height: 420px;height: 60vh;}
    .mobile-main-banner.short {max-height: 460px;}
    
    .gallery-swiper .swiper-slide .caption {right: 20px;bottom: 20px;font-size: 18px;line-height: 20px;}
    .swiper-pagination-bullet {width:10px;height:10px;}
    .swiper-button-next:after, .swiper-button-prev:after {font-size:20px;}
    .swiper-button-prev, .swiper-rtl .swiper-button-next {left:15px;}
    .swiper-button-next, .swiper-rtl .swiper-button-prev {right:15px;}  
    .swiper-button-prev custom-prev-button {display: none;}
    .swiper-button-next custom-next-button {display: none;}
    
    .components-box {margin-bottom:0px;}
    .components-box:hover:before, .components-box:hover .components-box-desc {opacity:0;display:none;}
    .components-box-desc.mobile {display: block;opacity: 1;position: initial;left: initial;top: initial;transform: initial;margin-bottom: 40px;background-color: #004967;padding: 25px 15px;}
    
    ol.number li span, ol.alphabet li span {margin-right:5px;}
    ol.number li p, ol.alphabet li p {font-size: 11px;line-height:13px;}
    
    .mlogo-smaller {max-width:140px !important;}
    .mfix-letter-spacing {letter-spacing:7px !important;}
    
    .floor-plan-tabs a {width: 42px;height: 42px;}
    .floor-plan-tabs a span {font-size:17px;}
    .floor-plan-tabs {flex-basis: 48% !important;width: 48% !important;margin-right: 1% !important;}

    
    
}






/*---Home Top Concept---*/
.concept-container .concept-natural-container { padding-top: 5rem; padding-bottom: 5rem;}
.concept-color-special-big-txt { font-size: 8.5em; display: inline-block; line-height: .9; font-weight: 800;letter-spacing: 5px; text-align: left; }
.life.concept-color-special-big-txt {  color: transparent; background-color: #00496; position: relative; background-clip: text; -webkit-background-clip:text;margin-bottom:30px; }
.life.concept-color-special-big-txt::before { content: attr(data-title); background-color:#ffffff; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 0; transition: all 1.35s ease-in-out;  color: transparent; background-clip: text; -webkit-background-clip:text; }
.concept-container .concept-natural-container .concept-color-special-bottom-txt { font-size: 3em; font-weight: 800; margin-top: 3rem; letter-spacing: 2px;}


@media (min-width: 768px) and (max-width: 1024px) {
.concept-color-special-big-txt {
    font-size: 5em;
    display: inline-block;
    line-height: .9;
    font-weight: 800;
    letter-spacing: 5px;
    text-align: left;
}
.concept-container .concept-natural-container .concept-color-special-bottom-txt {
    font-size: 2.3em;
    margin-top: 2rem;
}
}


/*---Home District---*/
.district-evolution-container { background-size: cover; background-attachment: fixed; height: 100vh; position: relative; display: flex; align-items: center; justify-content: center;}
.district-evolution-container .district-evo-content-box { max-width: 700px;}
.district-evolution-container .district-evo-content-box h1 { text-align: center;}
.district-evolution-container .district-evo-content-box p { text-align: center;}
.district-evolution-container .district-evo-content-box .award-container { margin: auto; display: block; text-align: center;}
.district-evolution-container .award-single-box { display: inline-block; margin: 0 3rem; margin-top: 3rem; }
.district-evolution-container .award-single-box img { max-width: 115px; display: block; margin: auto; }


@media only screen and (max-width: 767px) {
.district-evolution-container {
    background-attachment: scroll;
    height: 90vh;
}
.district-evolution-container .award-single-box {
    display: inline-block;
    margin: 0 0.5rem;
    margin-top: 1rem;
}
.district-evolution-container .award-single-box img {
    max-width: 85px;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
.district-evolution-container {
    background-attachment: scroll;
    height: 60vh;
}
}

.district-expand-container {
    padding-top: 23rem;

}
.district-expand-inner {
    position: relative;
}
.district-expand-row-life {  position: relative; height: 450px; }
.district-expand-row-laugh {  position: relative; height: 450px; }
.district-expand-row-love {  position: relative; height: 580px; }
.life-img-box { position: absolute;  z-index: 2; }
.life-img-box .inner { position: relative; }
.life-img-box .inner img { max-width: 700px;}
.life-img-box .inner .life-img-title {
    position: absolute;
    top: 180%;
    right: 8%;
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.life-text-box img {  width: 120px; }
.life-text-box {
    position: absolute;
    right: 2vh;
    top: -40px;
    max-width: 400px;
}
.laugh-img-box {
    position: absolute;
    right: 3%;
    top: -18vh;
    z-index: 1;
}
.laugh-img-box .inner { position: relative; }
.laugh-img-box .inner img { max-width: 700px; z-index: 0;}
.laugh-img-box .inner .laugh-img-title {
    position: absolute;
    bottom: -80%;
    left: 5%;
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.laugh-text-box img {  width: 120px; }
.laugh-text-box {
    position: absolute;
    left: 3vh;
    top: 85px;
    max-width: 400px;
}
.laugh-img-box {
    position: absolute;
    right: 3%;
    top: -18vh;
    z-index: 1;
}
.love-img-box .inner { position: relative; }
.love-img-box {
    position: absolute;
    left: 20%;
    z-index: 2;
}
.love-img-box .inner img { max-width: 700px; z-index: 0;}
.love-img-box .inner .love-img-title {
    position: absolute;
    bottom: -200%;
    left: 5%;
    font-size: 5em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.love-text-box .normal-paragraph-txt { max-width: 74%; margin-right: 2rem;  display: inline-block; vertical-align: top; }
.love-text-box img {  width: 120px; display: inline-block; vertical-align: top;}
.love-text-box {
    position: absolute;
    right: 2vh;
    bottom: -110%;
    max-width: 640px;
}



@media only screen and (max-width: 767px) {
.district-expand-container {
    padding-top: 5rem;
}
.district-expand-row-life {
    position: relative;
    height: 770px;
}
.life-img-box .inner img {
    max-width: 100%;
    padding-right: 1rem;
}
.life-text-box {
    position: relative;
    right: 0;
    top: 65vw;
    max-width: 100%;
}
.life-img-box .inner .life-img-title {
    position: absolute;
    top: 45%;
    right: 6%;
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.life-text-box img {
    width: 90px;
}
.laugh-img-box .inner img {
    max-width: 100%;
    z-index: 0;
    padding-left: 1rem;
}
.laugh-img-box .inner .laugh-img-title {
    position: absolute;
    bottom: 36%;
    left: 5%;
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.laugh-text-box {
    position: relative;
    left: 0rem;
    top: 54vw;
    max-width: 100%;
}
.laugh-text-box img {
    width: 90px;
}
.district-expand-row-laugh {
    position: relative;
    height: 560px;
}
.love-img-box {
    position: absolute;
    left: 1rem;
    z-index: 2;
    padding-right: 1rem;
}
.love-img-box .inner img {
    max-width: 100%;
    z-index: 0;
}
.love-img-box .inner .love-img-title {
    position: absolute;
    bottom: 109vw;
    left: 5%;
    font-size: 3em;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    z-index: 3;
}
.love-text-box .normal-paragraph-txt {
    max-width: 100%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}
.love-text-box {
    position: relative;
    right: 0;
    bottom: -5vw;
    max-width: 100%;
}
.district-expand-row-love {
    position: relative;
    height: 580px;
}
.love-text-box img.logo {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
.district-expand-container {
    padding-top: 19rem;
}
.life-img-box .inner .life-img-title {
    font-size: 4em;
}
.life-img-box .inner img {
    max-width: 450px;
}
.life-text-box {
    right: 2vh;
    top: -125px;
    max-width: 240px;
}
.life-text-box img {
    width: 90px;
}
.laugh-img-box {
    position: absolute;
    right: 3%;
    top: -23vh;
    z-index: 1;
}
.laugh-img-box .inner img {
    max-width: 430px;
    z-index: 0;
}
.laugh-img-box .inner .laugh-img-title {
    font-size: 4em;
}
.laugh-text-box img {
    width: 90px;
}
.laugh-text-box {
    position: absolute;
    left: 3vh;
    top: -150px;
    max-width: 250px;
}
.district-expand-row-laugh {
    height: 140px;
}
.love-img-box .inner .love-img-title {
    bottom: -168%;
    font-size: 4em;
}
.love-img-box .inner img {
    max-width: 470px;
    z-index: 0;
}
.love-text-box img.logo {
    width: 90px;
}
.love-text-box .normal-paragraph-txt {
    max-width: 69%;
    margin-right: 2rem;
}
.district-expand-row-love {
    position: relative;
    height: 420px;
}
.love-text-box {
    position: absolute;
    right: 2vh;
    bottom: -123%;
    max-width: 640px;
}
}


/*--Scroll Style--*/
.fadein[data-scroll="in"] {
    opacity: 1;
    transition-duration: 1s;
}
.fadein[data-scroll="out"] {
    opacity: 0;
    transition-duration: 1s;
}
.life.concept-color-special-big-txt[data-scroll="in"]::before { width: 100%; }
.laugh.concept-color-special-big-txt[data-scroll="in"]::before { width: 100%; }
.love.concept-color-special-big-txt[data-scroll="in"]::before { width: 100%; }



/*---Home Location---*/
.location-container { padding-top: 5rem; padding-bottom: 5rem; background-color: #ededee;}
.location-container .location-txt-box { margin-top: 5rem;}
.location-container .location-map {  width: 100%; }


@media only screen and (max-width: 767px) {
.location-container .location-txt-box {
    margin-top: 0;
}
}


/*---Home Registration---*/
/* Default styles */
.registration-container {
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.registration-container .register-headline {
  margin-bottom: 3rem;
}

.form-group {
  min-height: 90px;
}

.form-group.form-check {
  height: auto;
  padding-bottom: 15px;
}

.form-group label {
  font-size: 1.2em;
  letter-spacing: 1px;
  display: block;
  margin-bottom: .3rem;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=phone],
.form-group input[type=number] {
  font-size: 10px;
  line-height: 30px;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 1px solid #cdcfd0;
  width: 100%;
  margin-bottom: 0px;
  color: #7b7c7f;
  letter-spacing: 1px;
  border-radius: 0;
}

.invalid-feedback p {
  font-size: 12px;
  color: #ca0000;
  display: none;
  transition: .3s ease;
}

input#contactNumber {
  width: 66%;
  margin-left: 1rem;
}

.form-submit-button {
  float: right;
  padding: 0.6rem 1rem;
  font-size: 1.4em;
  font-weight: 600;
  background-color: #ffffff;
  color: #418699;
  transition: .3s ease;
  border: 3px solid #ffffff;
}

.form-submit-button:hover {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  transition: .3s ease;
}

/* Media queries */
@media only screen and (max-width: 767px) {
  .form-group label {
    font-size: 1em; /* Adjusted font size for smaller screens */
  }

  .form-group input[type=text],
  .form-group input[type=email],
  .form-group input[type=phone],
  .form-group input[type=number] {
    font-size: 0.8em; /* Adjusted font size for smaller screens */
  }

  input#contactNumber {
    width: 65%; /* Adjusted width for smaller screens */
    margin-left: 0.5rem;
  }

  .form-submit-button {
    float: none;
    display: block;
    width: 100%;
    margin-top: 2rem; /* Adjusted margin top for smaller screens */
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-submit-button {
    margin-top: 2rem; /* Adjusted margin top for medium screens */
  }
}

@media only screen and (max-width: 1024px) {
  /* Additional styles for screens with a maximum width of 1024px */
  .footer {
    padding-top: 3rem;
  }
}


/* CSS for the select box */
.contact-number-select {
  width: 30%; /* Full width by default */
  max-width: 30%; /* Maximum width, adjust as needed */
  padding: 1rem; /* Padding for the select box */
  font-size: 10px; /* Font size for the select box */
}








/*---Home Registration Form Nice Select Style
.nice-select {
    margin-bottom: 1px;
    font-size: 14px;
    background-color: inherit;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    height: auto;
    color: #7b7c7f;
    padding-left: 0;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    letter-spacing: 1px;
    line-height: 36px;
    border-color: #cdcfd0;
}
.nice-select .list {
    max-height: 200px;
    overflow-y: auto;
}
---*/


/*-----------------------------------------------------------------------------------------------------------------------*/
/*---Custom Radio--*/
.customcheckbox {
  display: inline-block!important;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px!important;
  line-height: 1.4em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customcheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #cdcfd0;
}

/* When the checkbox is checked, add a blue background */
.customcheckbox input:checked ~ .checkbox-checkmark {
  background-color: #231f20;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customcheckbox input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customcheckbox .checkbox-checkmark:after {
  left: 4px;
  top: 1px;
  width: 3px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*---Home Excellence---*/
.excellence-container { background-color: #ededee; padding-top: 5rem; padding-bottom: 5rem;}
.excellence-container .excellence-text-box { padding-left: 2rem;}

/*---Disclaimer---*/
.disclaimer-container {  padding-top: 5rem; padding-bottom: 5rem; }
.disclaimer-container li, .disclaimer-container p {  font-weight: 500;line-height: 1.4em;}

/*--Rellax Parallax to disable in mobile--*/
@media only screen and (max-width: 767px) { 
  .rellax { 
    transform: translate3d(0,0,0) !important; 
  } 
}

/*---Select2 Style--*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #202124;
  line-height: 36px;
  letter-spacing: 1px;
  background: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 10%;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  height: 5px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 5px;
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0px!important;
}

.select2-container--default .select2-selection--single {
  background-color: unset;
  border: 0;
  border-radius: 0px!important;
  border-bottom: 1px solid #cdcfd0;
  height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 9px;
}

.select2[data-select2-id="select2-data-5-c8sg"],
.select2[data-select2-id="select2-data-1-b971"],
.select2[data-select2-id="select2-data-7-lsvh"] {
  width: 100%!important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: #999;
  border-width: 2px;
  border-radius: 0px!important;
}

@media only screen and (max-width: 1024px) {
  /* Media query for screens up to 1024px width */
  .contact-number-select { 
    width: 32%; 
  }
}

/* Custom Previous Button */
.swiper-button-prev.custom-prev-button {
  background-image: url('https://tropicanawindcity.com/themes/tropicana-windcity/assets/images/avalon/icon-prev.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}

/* Custom Next Button */
.swiper-button-next.custom-next-button {
  background-image: url('https://tropicanawindcity.com/themes/tropicana-windcity/assets/images/avalon/icon-next.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  font-family: unset;
  font-size: unset;
  text-transform: none!important;
  letter-spacing: unset;
  font-variant: unset;
  line-height: unset;
  content: ""; 
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  display: none;
}



/*---Home Registration---*/
.registration-container {
    padding-bottom: 5rem;
    padding-top: 5rem;
}

.registration-container .register-headline {
    margin-bottom: 3rem;
}

.form-group {
    min-height: 90px;
    margin-bottom: 2rem; /* Added margin between rows */
}

.form-group.form-check {
    height: auto;
    padding-bottom: 15px;
}

.form-group label {
    font-size: 1.2em;
    letter-spacing: 1px;
    display: block;
    margin-bottom: .3rem;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=phone],
.form-group input[type=number],
.form-group select {
    font-size: 13px;
    line-height: 36px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 1px solid #cdcfd0;
    width: 100%;
    margin-bottom: 0px;
    color: #7b7c7f;
    letter-spacing: 1px;
    border-radius: 0;
    padding-left: 9px;
}

.invalid-feedback p {
    font-size: 12px;
    color: #ca0000;
    display: none;
    transition: .3s ease;
}

.input-group {
    margin-bottom: 1rem; /* Adjust spacing within each section */
}

.input-group .form-control {
    border-radius: 0;
}

.input-group label {
    font-size: 1.2em;
    letter-spacing: 1px;
    display: block;
    margin-bottom: .3rem;
}

.form-submit-button {
    float: right;
    padding: 0.6rem 1rem;
    font-size: 1.4em;
    font-weight: 600;
    background-color: #ffffff;
    color: #418699;
    transition: .3s ease;
    border: 3px solid #ffffff;
}

.form-submit-button:hover {
    color: #fff;
    background-color: transparent;
    border: 3px solid #fff;
    transition: .3s ease;
}

/* Media Query for Screens Below 768px */
@media only screen and (max-width: 767px) {
    .form-submit-button {
        margin-top: 2rem;
    }
}

/* Media Query for Screens Between 768px and 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .form-submit-button {
        margin-top: 2rem;
    }
}

/*     CSS for centering the thank you message
#thankYouMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
    font-size: 40px; You can adjust the font size as needed
    text-align: left; Align text to the left
}

#thankYouMessage h3 {
    margin-left: 50px; Move text 20 pixels from the left
}

@media screen and (max-width: 768px) {
    #thankYouMessage {
        font-size: 16px; Adjust font size for smaller screens
    }
} */
    
    /*---Home Registration---*/
    .registration-container {  padding-bottom: 5rem; padding-top: 5rem;}
    .registration-container  .register-headline {  margin-bottom: 3rem;}
    .form-group { min-height:90px; }
    .form-group.form-check { height: auto;  padding-bottom: 15px; }
    .form-group label { font-size: 1.2em; letter-spacing: 1px; display: block; margin-bottom: .3rem;}
    .form-group input[type=text], .form-group input[type=email], .form-group input[type=phone],  .form-group input[type=number] { font-size: 14px; line-height: 36px; border-right: 0px; border-left: 0px; border-top: 0px; border-bottom:1px solid #cdcfd0; width: 100%;  margin-bottom: 0px; color:#7b7c7f; letter-spacing: 1px; border-radius:0;}
    .invalid-feedback p { font-size: 12px; color: #ca0000; display:none; transition: .3s ease; }
    input#contactNumber { width: 56%; margin-left: 1rem; }
    
    .form-submit-button { float: right; padding: 0.6rem 1rem; font-size: 1.4em; font-weight: 600; background-color: #fff; color:#418699; transition: .3s ease; border: 3px solid #fff; }
    .form-submit-button:hover { color:#fff; background-color: transparent; border: 3px solid #fff; transition: .3s ease; }
    
    /*---Form Action Style---*/
    .form-group.error .invalid-feedback p { font-size: 12px; color: #ca0000; visibility: visible; opacity: 1; transition: .3s ease; display:block; padding-bottom: 5px;}
    .form-container.success { display:none; }
    .form-after-submit { display:none; }
    .form-after-submit.success { display:block; }
    .form-after-submit p { font-size: 1.5em; line-height: 1.3em;}




/*---Chosen Select Stye
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: unset;
    background: unset;
    background: unset;
    background-clip: padding-box;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 36px;
    padding-left: 0;
}
.chosen-container-single .chosen-single div {
    position: absolute;
    top: 20%;
    right: 0;
    display: block;
    width: 16px;
    height: 100%;
}
.chosen-container-single .chosen-single span {
    color: #7b7c7f;
    letter-spacing:1px;
}
#country_chosen {
    width: 100%!important;
}
#salutation_chosen {
    width: 100%!important;
}
#purposeOfPurchase_chosen {
    width: 100%!important;
}

---*/
    
    
    

