.upper-menu{
  margin-right: 10px;
  float: right;
  color: #fff;
 
}
.upper-menu a {
    color: #fff;
    text-decoration: none;
}
.icon_mail {
  margin-left: 15px; /* adjustable space */
}
.icon_phone {
  margin-left: 25px; /* adjustable space */  
}
.team-1{
	   margin-bottom: -8%;
       margin-top: -8%;
}

.bg-primary {
  background-color: #0f0200       !important;
}
.bg-primary-footer {
   color: #fff;
  margin-bottom: 0px;
  background-color: #000 !important;
}
.bg-secondary-1 {
  background-color: #225378 !important;
}
.bg-secondary-2 {
  background-color: #eb7f00 !important;
}
.bg-secondary-3 {
  background: linear-gradient(135deg, #540942, #2c0b48, #6d134c) !important;
}
.bg-secondary-4 {
 background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), 
              url('https://www.nileegames.com/img/bg-secondary/bg-secondary-4-nileegames-forbes-dgems.jpg') 
              no-repeat center center !important;
  background-size: cover !important;
  position: relative; /* ensures overlay works properly */
}



.bg-secondary-5 {
   background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)), 
              url('https://www.nileegames.com/img/bg-secondary/bg-secondary-5-nileegames-game-art-service.jpg') 
              no-repeat center center !important;
  background-size: cover !important;
  position: relative; /* ensures overlay works properly */
}
.bg-secondary-6 {

  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
              url('https://www.nileegames.com/img/bg-secondary/bg-secondary-nileegames-full-cycle-game-development-service.jpg') 
              no-repeat center center !important;
  background-size: cover !important;
  position: relative; /* ensures overlay works properly */
}


.bg-secondary-7 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), 
              url('https://www.nileegames.com/img/bg-secondary/bg-secondary-nileegames-winner-of-tech-triumph-program.jpg') 
              no-repeat center center !important;
  background-size: cover !important;
  position: relative; /* ensures overlay works properly */
}
.bg-white {
  background-color: #fff !important;
}
.bg-dribbble {
  background-color: #ea4c89;
}
.bg-twitter {
  background-color: #00a0d1;
}
.bg-facebook {
  background-color: #3b5998;
}
.bg-googleplus {
  background-color: #c63d2d;
}
.bg-tumblr {
  background-color: #34526f;
}
.text-dribbble {
  color: #ea4c89;
}
.text-twitter {
  color: #00a0d1;
}
.text-facebook {
  color: #3b5998;
}
.text-googleplus {
  color: #c63d2d;
}
.text-tumblr {
  color: #34526f;
}
.text-white {
  color: #fff;
}
.text-primary {
  color: #1695a3;
}
.standard-radius {
  border-radius: 25px;
}
.transition-500 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.transition-2000 {
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  transition: all 2s ease;
}
.transition-300 {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.cover-div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.blank-input {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-heading {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #00000;
  font-size: 14px;
  line-height: 24px;
   overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #333333;
  margin: 0px;
}
.alt-font {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul {
  list-style: none;
  padding: 0px;
}
a:hover {
  text-decoration: none;
}
.pointer {
  cursor: pointer !important;
}
.uppercase {
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
.jumbo-h1 {
  font-size: 36px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 64px;
}
.standard-h1 {
  font-size: 28px;
  line-height: 44px;
  margin-bottom: 48px;
}
h1 {
  font-size: 18px;
  line-height: 44px;
  margin-bottom: 48px;
}
h2 {
  font-size: 28px;
  line-height: 44px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
strong {
  font-weight: 600;
}
p {
  font-size: 14px;
  line-height: 24px;
}
p.lead {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
}
p:last-child {
  margin-bottom: 0px;
}
p a {
  color: #333333;
}
.quote-text {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
span.text-white a {
  font-weight: 600;
  color: #fff;
}
.main-container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  overflow: hidden;
  width: 100%;
}
.main-container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1695a3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
section.pad-large {
  padding-top: 160px;
  padding-bottom: 160px;
}
section.duplicatable-content {
    padding-top: 5px;
    padding-bottom: 50px;
}
section:nth-of-type(odd) {
  background: #f4f4f4;
}
section:nth-of-type(even) {
  background: #f4f4f4;
}
.no-pad {
  padding: 0px;
}
.no-pad-top {
  padding-top: 0px !important;
}
.no-pad-left {
  padding-left: 0px;
}
.no-pad-right {
  padding-right: 0px;
}
.no-pad-bottom {
  padding-bottom: 0px;
}
.space-top-small {
  margin-top: 20px !important;
}
.space-bottom-medium {
  margin-bottom: 40px !important;
}
.space-bottom-large {
  margin-bottom: 80px !important;
}
.space-bottom-xlarge {
  margin-bottom: 160px !important;
}
.no-margin {
  margin: 0;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.btn {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
}
.btn:hover {
  background: none;
  color: #fff;
  border-color: #ffffff;
  background-color: #eb7f00;
}
.btn-primary {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #ffffff;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
}

.btn-primary1 {
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #ff9800;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ff9800;
}

.btn-primary.btn-filled {
  background: #eb7f00;
  color: #fff;
}




.p-text-dark{
  color: #000;
}
.btn-red {
 margin-top: 15px;
  border-color: #c0392b;
  color: #fff;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #c0392b;
    margin: 1em 0;
    padding: 0; 
}

.btn-red:hover,
.btn-2:active {
  background-color: #c0392b;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.btn-white.btn-filled {
  background: #fff;
  color: #1695a3;
}
.btn-grey {
  border-color: #777777;
  color: #333333;
}
.btn-grey:hover {
  background-color: #333333;
  color: #fff;
  border-color: #333333;
}
.btn-lg {
  padding: 18px 40px;
}
.btn-sm {
  padding: 10px 28px;
  font-size: 11px;
}
.btn-xs {
  padding: 8px 24px;
  font-size: 10px;
}
.btn-text-only {
	
  border-color: rgba(0, 0, 0, 0);
   font-size: 14px;
}
.btn-text-only:hover {
  background: none;
  color: #eb7f00;
  border-color: rgba(0, 0, 0, 0);
}
.link-text {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid #eb7f00;
  display: inline-block;
  padding-bottom: 0px;
  color: #eb7f00;
}
nav hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 2px;
}
.has-dropdown {
  bottom: 3px;
}
.has-dropdown:after {
  font-family: ElegantIcons;
  speak: none;
  font-size: 15px;
  font-style: normal;
  font-weight:400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\33";
  color: #fff;
}
.mobile-toggle {
  display: none;
}
.top-bar {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  z-index: 10;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 0;
  top: 0;
   
}
.top-bar .logo {
  max-width: 15vw;
  position: relative;
  bottom: 20px;
   
}
.logo.logo-wide {
      max-width: 100%;
    bottom: 12px;
    margin-bottom: -6px;
    margin-top: 10px;
}
.logo.logo-square {
  max-width: 100px;
  max-height: 60px;
  bottom: 20px;
  margin-bottom: -20px;
}
.nav-sticky .logo-wide {
  bottom: 12px !important;
}
.nav-sticky .logo-square {
  bottom: 20px !important;
}
.nav-menu {
  padding-top: 40px;
}
.nav-menu .social-icons {
  float: right;
}
.utility-menu {
  margin-top: 16px;
}
.utility-menu .utility-inner {
  padding-bottom: 16px;
}
.utility-menu .btn {
  min-width: 60px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 8px;
  margin-right: 0px;
}
.utility-menu span {
  display: inline-block;
  position: relative;
  top: 9px;
}
.utility-menu .btn-text-only {
  min-width: 0px;
  padding: 0px 8px;
}
.overlay-bar {
  background: none;
}
.overlay-bar .has-dropdown:after {
  color: #fff;
}
.menu {
 margin-left: 16px;
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  top: 2px;
}
.menu li {
  float: left;
  margin-right: 1px;
  position: relative;
  padding: 2px;

}
.menu li:last-child {
  margin-right: 0px;
   gap: 100px;
}
.menu li a {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  padding-bottom: 40px;
  display: inline-block;
  line-height: 14px;
  gap: 60px;
  margin-left:20px;
}
.menu li a:hover {
  color: #FFD300;
  
}

@media (max-width: 991px) {
  .menu {
   flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        width: 110vw;
        position: relative;
        top: 0px;
        left: 0;
        z-index: 999;
        padding: 10px;
        margin-left: -38px;
        margin-top: -7px;
  }

  .menu.active {
    display: flex;
  }

  .menu li {
    float: none;
    margin: 10px 0;
  }

  .menu li a {
    font-size: 12px;
    padding: 9px 0;
    display: block;
    margin-left:5px;
  }
}

.top-bar .social-icons li a {
  font-size: 16px;
}
.top-bar .logo-light {
  display: none;
}
.top-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.overlay-bar .menu li a {
  color: #fff;
}
.overlay-bar .menu li a:hover {
  color: #FFD300;
}
.overlay-bar .social-icons li a {
  color: #fff;
}
.overlay-bar .subnav li a {
  color: #777777;
}
.overlay-bar .subnav li a:hover {
  color: #333333;
}
.overlay-bar .logo-dark {
  display: none;
}
.overlay-bar .logo-light {
  display: block;
}
.overlay-bar .utility-menu span {
  color: #fff;
}
.overlay-bar .utility-menu .utility-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.overlay-bar .login-button {
  border-color: #fff;
  color: #fff;
}

/* .has-dropdown:hover .subnav {
  display: block;
} */
.nav-sticky {
  position: fixed !important;
  top: 0;
}
.nav-sticky .logo {
  bottom: 5px;
}
.nav-sticky hr {
  display: none !important;
}
.top-bar.nav-sticky {
  background: rgba(0, 0, 0, 0.6);
}
.top-bar.nav-sticky .nav-menu {
  padding-top: 32px;
}
.top-bar.nav-sticky .menu li a {
  padding-bottom: 32px;
}
.top-bar.nav-sticky .subnav {
  background: rgba(0, 0, 0, 0.7);
}
.top-bar.nav-sticky .utility-menu {
  display: none;
}

/* ------------------------------------------------------------------------------------------------ */

.subnav-fullwidth {
  max-width: 70vw !important;
  background-color: #2f3542;
  padding: 8px;
  height: 35vw;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  display: none;
  flex-direction: row;
  gap: 30px;
  box-sizing: border-box;
  margin-left: 80px;
}
.has-dropdown.open .subnav-fullwidth {
  display: flex; /* same as hover */
}

.submenu-panel {
  flex: none !important; /* stop stretching */
  width: auto;
}
.has-dropdown:hover .subnav-fullwidth {
  display: flex;
}

.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 240px;
}

.dropdown-header {
  font-weight: 600;
  font-size: 12px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 15px 20px; /* adjust height and horizontal spacing */
  background-color: #222;
  border-radius: 4px;
  transition: background-color 0.3s;
  margin-left: -6px;      /* remove the left gap */
  width: 120%;         /* stretch full width */
  box-sizing: border-box; /* ensure padding fits inside width */
}

.dropdown-header:hover {
  background-color: #333;
  color: #FFD300;
}

.submenu-panel {
  flex: none;         /* prevents it from stretching too wide */
  width: 600px;       /* set desired width */
  padding: 1px;       /* reduced from 10px */
  background-color: #57606f;
  border-radius: 6px;
 
}
ul.subnav li {
  margin-bottom: -35px; 
  margin-top: 20px;
}

ul.subnav li a {
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s;
  margin-left: 205px;
  display: flex;
  align-items: center;
  
}


ul.subnav li a:hover {
  color: #FFD300;
}

.btn.btn-primaryy {
  margin-top: 50px;
  padding: 6px 12px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  display: inline-block;
  margin-left: 390px;
}

.btn.btn-primaryy:hover {
  background-color: #0084b4;
}
.dropdown-header {
  padding: 10px;
  cursor: pointer;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s ease;
}

.dropdown-header:hover,
.dropdown-header.open {
  background-color: rgba(10, 10, 10, 0.1);
}

/* ✅ Add your new hover rule LAST so it overrides everything above */
.dropdown-header:hover {
  background-color: #111; /* darker shade */
  color: #FFD300;
}
/* ===== MOBILE VIEW (≤768px) ===== */


@media (max-width: 768px) {
  .subnav-fullwidth {
    display: flex;
    flex-direction: row;
    width: 120vw;
    padding: 0;
     background-color: #2f3542;
   margin-left: 0px;
    position: relative;
    height: 110vw;
  }

  .subnav-fullwidth .sidebar-menu {
    width: 0%;
    box-sizing: border-box;
    padding: 12px;
    background-color: #2f3542;
    border-right: 1px solid #333;
  }

 .subnav-fullwidth .sidebar-menu .dropdown-header {
 font-weight: 100;
  font-size: 10px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: right;
  padding: 5px 5px; /* adjust height and horizontal spacing */
  background-color: #222;
  border-radius: 4px;
  transition: background-color 0.3s;
  margin-left: -12px;      /* remove the left gap */
  width: 95%;         /* stretch full width */
  box-sizing: border-box; /* ensure padding fits inside width */
}


  .subnav-fullwidth .sub-container {
    width: 60%;
    box-sizing: border-box;
    padding: 12px;
    background-color: #000;
  }

  .subnav-fullwidth .sub-container a {
    display: block;
    color: #fff;
    padding: 5px 0;
    font-size: 3px;
    text-decoration: none;
  }
.submenu-panel ul {
  display: none;
}

.submenu-panel ul.open {
  display: block;
}

  .subnav-fullwidth .sub-container a:hover {
    color: #ccc;
  }

  .sidebar-menu {
    width: 10%;
  }

.dropdown-header {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 4px;
    padding: 12px;
    justify-content: flex-start;
    /* background-color: #1e1e1e; */
  }
 .dropdown-header:hover,
  .dropdown-header.open {
    background-color: rgba(10, 10, 10, 0.1);
  }

  /* ✅ Put this LAST so it overrides */
  .subnav-fullwidth .sidebar-menu .dropdown-header:hover {
    background-color: #111;   /* darker shade */
    color: #FFD300;           /* yellow text */
  }
  .submenu-panel {  
        padding: 10px;
        margin-top: 0px;
        width: 54vw;
        background-color: #57606f;
        margin-left: -100px;
    
  }

  .submenu-panel {  
        padding: 10px;
        margin-top: 0px;
        width: 54vw;
        background-color: #57606f;
        margin-left: -100px;
    
  }
ul.subnav {
  display: flex;
  margin-top: -30px;
}

ul.subnav li a {
  margin-left: 0;
  font-size: 10px;
  padding: 10px 10px;
  color: rgb(138, 61, 61);

   margin-top: 12px;
}


  ul.subnav li a:hover {
    color: #eb7f00;
  }
/* ===== SHARED STYLES ===== */
.service-column {
  width: 100%;
  margin-bottom: 10px;
}


  .main-service-toggle {
    color: white;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 10px;
  }
}



/* ===== SHARED STYLES ===== */







/* ----------------------------------------------------------------------------------------------------------------------- */
.service-dropdown-container {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.service-main-list {
  flex: 1;
  background-color: #1e1e1e;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-box {
  padding: 14px 16px;
  background-color: #333;
  color: white;
  cursor: pointer;
  border-radius: 6px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.service-box:hover,
.service-box.active {
  background-color: #555;
}

.service-submenu-list {
  flex: 2;
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}


/* ------------------------------------------------------------------------------------- */



.overlay-bar.nav-sticky .logo-light {
  display: none;
}
.overlay-bar.nav-sticky .logo-dark {
  display: block;
}
.overlay-bar.nav-sticky .menu li a {
  color: #777777;
}
.overlay-bar.nav-sticky .social-icons li a {
  color: #333333;
}
.overlay-bar.nav-sticky .has-dropdown:after {
  color: #333333;
}
.offscreen-menu .logo {
  padding-bottom: 32px;
}
.offscreen-toggle i {
  font-size: 36px;
  cursor: pointer;
}
.nav-sticky .offscreen-toggle i {
  color: #333333 !important;
}
.offscreen-container {
  position: fixed;
  width: 300px;
  background: #333333;
  right: 0px;
  height: 100%;
  top: 0px;
  z-index: 99999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(300px, 0, 0);
  -moz-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
  padding: 40px;
}
.offscreen-container.reveal-nav {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.offscreen-menu .container {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.offscreen-menu .container.reveal-nav {
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
@media all and (max-width: 768px) {
  .offscreen-menu {
    overflow: visible !important;
    position: relative !important;
  }
  .offscreen-menu .offscreen-toggle i {
    color: #333333;
  }
}
.offscreen-container .logo {
  bottom: 0px !important;
}
.offscreen-container .menu {
  display: block;
}
.offscreen-container .menu li {
  float: none;
  margin-bottom: 16px;
}
.offscreen-container .menu li a {
  padding-bottom: 0px !important;
  color: #aaa !important;
}
.offscreen-container .menu li a:hover {
  color: #fff !important;
}
.offscreen-container .social-icons {
  position: absolute;
  bottom: 40px;
}
.offscreen-container .social-icons li a {
  color: #fff !important;
}
.language {
  display: inline-block;
  margin-left: 8px;
}
.language img {
  max-width: 20px;
}

@media (max-width: 768px) {
  .language {
    display: inline-block;
    margin-left: 35px; /* reduce if needed */
  }

  .language img {
    max-width: 20px;
    margin-right: -15px; /* keep a small gap instead of -60px */
    vertical-align: middle; /* aligns images nicely */
  }
}

.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #1695a3;
  left: 0;
}
.overlay .container {
  position: relative;
  z-index: 3;
}
header {
  position: relative;
  overflow: hidden;
}
header .container {
  position: relative;
  z-index: 3;
}
header .logo {
  max-width: 200px;
  display: inline-block;
  margin-bottom: 24px;
}
header .btn {
  margin-right: 16px;
}
header .btn:last-child {
  margin-right: 0px;
}
.page-header {
  margin: 0px;
  padding: 0px;
  padding: 160px 0px;
  border-bottom: none;
}
.page-header h1 {
  font-size: 40px;
  margin-bottom: 24px;
}
.page-header p.lead {
  font-size: 18px;
}
.page-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.page-header .background-image-holder {
  height: auto;
  width: 100%;
  /* top: -20%; */
  position: relative;
  object-fit: cover;
}
.hero-slider {
  padding: 0px;
  position: relative;
}
.hero-slider .slides li {

  height: 760px;
  overflow: hidden;
  position: relative;
}
.hero-slider .slides li h1 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 50px;
}
.hero-slider .slides li .btn {
  margin-right: 16px;
}
.hero-slider .flex-direction-nav a {
  color: rgba(0, 0, 0, 0);
}
.flex-direction-nav a:before {
  top: 17px;
  font-size: 36px;
  left: 10px;
}
.flex-direction-nav a.flex-next:before {
  left: -10px;
}
@media all and (max-width: 1350px) {
  .flex-direction-nav {
    display: none !important;
  }
}
.hero-slider .slides li.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #222222;
}
.header-icons {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.header-icons h1 {
  margin-bottom: 80px;
}
.header-icons i {
  font-size: 56px;
  display: inline-block;
  margin-bottom: 16px;
}
.header-icons .down-arrow {
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center;
  padding-top: 10px;
  margin-top: 160px;
}
.header-icons .down-arrow i {
  font-size: 40px;
  position: relative;
  right: 1px;
}
header.title {
  height: 565px;
  position: relative;
  overflow: hidden;
}
header.title h1 {
  margin-bottom: 16px;
  font-size: 40px;
}
header.title .sub {
  font-size: 12px;
  letter-spacing: 0px;
}
header.title .container {
  position: relative;
  z-index: 3;
}
header.title:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.action-banner {
  padding: 104px 0px;
  overflow: hidden;
  position: relative;
}
.action-banner .container {
  position: relative;
  z-index: 3;
}
.action-banner h1 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 64px;
  margin-bottom: 24px;
}
.action-banner h2 {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 48px;
  margin-bottom: 40px;
}
.action-banner .btn {
  margin-right: 16px;
}
/* Hidden state */
.action-banner h1,
.action-banner p,
.action-banner .video-block {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* Visible state */
.action-banner h1.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.action-banner p.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.action-banner .video-block.animate-in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

header.signup {
  padding: 180px 0px;
  position: relative;
  overflow: hidden;
  height: auto;
}
header.signup h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 56px;
}
header.signup .photo-form-wrapper {
  margin-bottom: 0px;
}
header.signup .photo-form-wrapper .btn {
  padding-top: 19px;
  padding-bottom: 19px;
  border-radius: 50px;
  max-width: 250px;
  height: 52px;
}
header.signup:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.product-right {
  height: 650px;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
.product-right h1 {
  margin-bottom: 32px;
}
.product-right p.lead {
  margin-bottom: 32px;
}
.product-right .btn {
  margin-right: 16px;
}
.product-right .product-image {
  position: absolute;
  right: -40px;
  bottom: -80px;
  max-width: 750px;
}
.hero-divider {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
.hero-divider:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  /* opacity: 0.4; */
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}
.hero-divider .btn {
  margin-right: 16px;
  margin-top: 24px;
}
.hero-divider .btn:last-child {
  margin-right: 0px;
}
.hero-divider .container {
  position: relative;
  z-index: 3;
}
.hero-divider h1 {
  margin-bottom: 32px;
}
.video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}


@media all and (max-width: 1400px) {
  .video-wrapper video {
    width: 110%;
  }
}
@media all and (max-width: 1200px) {
  .video-wrapper video {
    width: 130%;
  }
}
@media all and (max-width: 1000px) {
  .video-wrapper video {
    width: 150%;
  }
}
@media (max-width: 768px) {
  .video-wrapper video {
    width: 100%;
  }
}
@media  (max-width: 576pxpx) {
  .video-wrapper video {
    width: 100%;
  }
}
.divider-video .overlay {
  z-index: 1;
  opacity: 0.4;
}
.divider-video .divider-content {
  position: relative;
  z-index: 2;
  padding-top: 121px;
  padding-bottom: 121px;
}
header.centered-text h1 {
  font-size: 40px;
  margin-bottom: 24px;
  line-height: 56px;
}
header.centered-text .btn {
  margin-right: 16px;
  margin-top: 24px;
}
header.centered-text .btn:last-child {
  margin-right: 0px;
}
header.fullscreen-element .overlay:before,
.image-divider.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.bottom-band {
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 53.33333333px;
}
.bottom-band .col-sm-4 {
  margin-bottom: 53.33333333px;
}
.bottom-band .link-text {
  border-color: #fff;
}
.bottom-band .link-text:hover {
  color: #fff;
}
.bottom-band h3 {
  margin-bottom: 8px;
}
.image-divider i {
  font-size: 56px;
  margin-bottom: 24px;
}
.image-divider .feature-icon-large i {
  border-color: #fff;
  color: #fff;
}
.feature {
  overflow: hidden;
}
.feature h4 {
  font-weight: 600;
}
.feature i {
  color: #1695a3;
}
.feature-icon-large i {
  display: block;
  height: 104px;
  width: 104px;
  border: 2px solid #1695a3;
  border-radius: 50%;
  text-align: center;
  color: #1695a3;
  font-size: 40px;
  padding-top: 31px;
  margin-bottom: 32px;
}
.duplicatable-content .feature {
  margin-bottom: 40px;
}
.feature-selector ul {
  list-style: none;
  padding: 0;
}
.feature-icon-large .pull-left {
  width: 25%;
}
.feature-icon-large .pull-right {
  width: 75%;
}
.feature-icon-large .pull-left .icon {
  border: none;
  width: auto;
  font-size: 48px;
  padding-top: 0px;
}
.selector-tabs {
  margin-bottom: 56px;
}
.selector-tabs li {
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.4;
  cursor: pointer;
  float: left;
}
.selector-tabs li:hover {
  opacity: 1;
}
.selector-tabs li.active {
  opacity: 1;
}
.selector-tabs li span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  bottom: 12px;
}
.selector-tabs li i {
  font-size: 40px;
  display: inline-block;
  margin-right: 8px;
}
.selector-content li {
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}
.selector-content li.active {
  display: block;
  opacity: 1;
}
.selector-content h1 {
  margin-bottom: 56px;
}
.feature-icon-small {
  margin-bottom: 32px;
}
.feature-icon-small i {
  color: #1695a3;
  font-size: 36px;
  display: inline-block;
  margin-bottom: 32px;
}
.feature-icon-small h6 {
  font-weight: bold;
}
.primary-features {
  background: #f4f4f4 !important;
}
.primary-features .feature-icon-small i {
  color: #fff;
}
.feature-divider {
  position: relative;
  overflow: hidden;
}
.feature-divider h1 {
  margin-bottom: 40px;
}
img.phone-portrait {
  max-height: 580px;
}
.store-link {
  display: inline-block;
  overflow: hidden;
  margin-right: 16px;
  margin-top: 24px;
}
.store-link img {
  height: 50px;
}
.feature-icon-left {
  overflow: hidden;
  margin-bottom: 40px;
  float: left;
}
.feature-icon-left .icon-holder {
  width: 45px;
  float: left;
}
.feature-icon-left i {
  font-size: 32px;
}
.feature-icon-left .feature-text {
  width: 217px;
  float: left;
  padding-top: 8px;
}
.feature-box {
  padding: 64px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 397px;
}
.feature-box .background-image-holder {
  z-index: 0;
  left: 0;
}
.feature-box .background-image-holder.overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
  z-index: -1;
}
.feature-box h1 {
  margin-bottom: 24px;
}
.feature-box .btn {
  margin-top: 24px;
}
.feature-box .inner {
  width: 66.66666%;
  position: relative;
  z-index: 3;
}
.contained-feature-boxes .row {
  padding: 0px 15px;
}
.contained-feature-boxes .image-slider {
  margin: 0px;
}
.contained-feature-boxes .image-slider .flex-direction-nav {
  display: none;
}
.contained-feature-boxes .image-slider .flex-control-nav {
  bottom: 24px;
}
.contained-feature-boxes .image-slider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
}
.contained-feature-boxes .image-slider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.feature-box.contained {
  padding: 40px;
  overflow: hidden;
}
.feature-box.contained .inner {
  width: 100%;
}
.clients p {
  margin-bottom: 48px !important;
}
.client-row {
  overflow: hidden;
  text-align: center;
  line-height: 0;
}
.client-row .col-sm-3 {
  display: inline-block;
  min-height: 80px;
  line-height: 80px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.client-row img {
  max-height: 120px;
  max-width: 200px;
  opacity: 100;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-backface-visibility: none;
}
.client-row img:hover {
  opacity: 1;
}
.client-row .row-wrapper {
  display: inline-block;
  width: 80%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.client-row:last-child .row-wrapper {
  border-bottom: none;
}
.row-wrapper .col-sm-3 {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.row-wrapper .col-sm-3:last-child {
  border-right: none;
}
.clients-2 {
  text-align: center;
  padding: 64px 0px 64px 0px;
  /* margin-top: -10px;
  margin-0px;; */
}
.clients-2 .col-md-2 {
  height: 80px;
  line-height: 80px;
}
.clients-2 img {
  max-height: 100px;
  max-width: 200px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 98;
}
.clients-2 img:hover {
  opacity: 1;
}
.wood-divider .product-image {
  top: 22%;
  transform: rotate(-15deg);
  right: -100px;
}
.accordion-active {
  background-color: #1695a3;
  color: #fff;
}
.background-image-holder,
.foreground-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}
.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}
.hover-background .background-image-holder,
.hover-background .foreground-image-holder {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}
.hover-background .background-image-holder {
  height: 110%;
  width: 110%;
}
.side-image {
  padding: 0px;
  position: relative;
}
.side-image .image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.side-image .image-container.pull-right {
  right: 0px;
}
.side-image .content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.side-image h1 {
  margin-bottom: 40px;
}
.side-image p.lead {
  margin-bottom: 64px;
}
.side-image.text-heavy h1 {
  margin-bottom: 32px;
}
.side-image.text-heavy p.lead {
  margin-bottom: 40px;
}
.side-image.text-heavy .feature {
  margin-top: 64px;
}
.side-image.text-heavy .feature h5 {
  margin-bottom: 40px;
}
.icons-large {
  list-style: none;
  overflow: hidden;
  display: inline-block;
  padding: 0px;
  margin-bottom: 32px;
}
.icons-large li {
  float: left;
  margin-right: 48px;
  font-size: 48px;
  color: #1695a3;
}
.icons-large li:last-child {
  margin-right: 0px;
}
.text-banner h1 {
  margin-bottom: 24px;
}
.text-banner p:last-child {
  margin-bottom: 32px;
}
.accordion-section .icons-large {
  margin-bottom: 0px;
}
.accordion-section .feature {
  margin-bottom: 40px;
}
.accordion-section .feature:last-child {
  margin-bottom: 0px;
}
.accordion {
  border-radius: 25px;
  list-style: none;
  overflow: hidden;
  border: 2px solid #dadada;
  padding: 0px;
}
.accordion .title span {
  padding: 0px 24px;
  display: block;
}
.accordion .title {
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  padding: 24px 0px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 2px solid #dadada;
}
.accordion .title:hover {
  background-color: #1695a3;
  color: #fff;
}
.accordion li:last-child .title,
.accordion li:last-child .text {
  border-bottom: none !important;
}
.accordion .text {
  padding: 0px 24px;
  max-height: 0px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden;
  opacity: 0;
}
.accordion li.active .title {
  background-color: #1695a3;
  color: #fff;
  border-bottom: 2px solid #dadada;
}
.accordion li.active .text {
  padding: 24px;
  max-height: 500px;
  border-bottom: 2px solid #dadada;
  opacity: 1;
}
.text-image-bottom {
  padding-bottom: 0px;
}
.text-image-bottom img {
  display: inline-block;
  margin-top: 64px;
}
.inline-video-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.inline-video-wrapper video {
  width: 100%;
}
.testimonials-slider {
  position: relative;
  margin-bottom: 24px;
}
.testimonials-slider p.lead {
  font-size: 18px;
}
.testimonials-slider .author {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.testimonials-slider .flex-control-nav {
  bottom: -48px;
}
.pure-text p:last-child {
  margin-bottom: 40px;
}
.pure-text-centered h1 {
  margin-bottom: 24px;
}
.inline-image-right img {
  max-width: 90%;
}
.inline-image-right h1 {
  margin-bottom: 16px;
}
.inline-image-right h6 {
  margin-bottom: 32px;
}
.strip {
  padding: 64px 0px;
}
.strip::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.strip:-ms-input-placeholder {
  color: #999999;
}
.strip::-webkit-input-placeholder {
  color: #999999;
}
.strip input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.strip input:-moz-placeholder {
  color: #ffffff;
}
.strip textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.strip textarea:-moz-placeholder {
  color: #ffffff;
}
.strip strong {
  font-weight: 600;
}
.strip h3 {
  margin: 0px;
  position: relative;
  top: 5px;
  display: inline-block;
  font-weight: normal;
}
/* Initial hidden states */
.strip iframe {
  opacity: 0;
  transform: translateX(-60px);
  transition: all 0.8s ease-out;
}

.strip h1,
.strip ul li,
.strip p {
  opacity: 0;
  transform: translateX(60px);
  transition: all 0.8s ease-out;
}

/* When visible */
.strip iframe.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.strip h1.animate-in,
.strip ul li.animate-in,
.strip p.animate-in {
  opacity: 1;
  transform: translateX(0);
}

.social-icons {
  list-style: none;
  overflow: hidden;
  display: inline-block;
}
.social-icons li {
  float: left;
  margin-right: 24px;
  font-size: 24px;
}
.social-icons li:last-child {
  margin-right: 0px;
}
.social-icons li a {
  color: #333333;
}
.strip .social-icons {
  position: relative;
  top: 10px;
}
.strip .signup-email-field {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  color: #fff;
  min-width: 400px;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  top: 4px;
}
.strip .signup-email-field:focus {
  outline: none;
}
.pricing-tables .col-md-3:first-child .pricing-table {
  border-radius: 25px 0px 0px 25px;
}
.pricing-tables .col-md-3:last-child .pricing-table {
  border-radius: 0px 25px 25px 0px;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.pricing-table {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding-bottom: 40px;
}
.pricing-table .price {
  padding: 40px 0px;
  font-weight: 600;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.pricing-table .price .sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  bottom: 10px;
}
.pricing-table .price .amount {
  color: #fff;
  font-size: 56px;
  display: inline-block;
  padding: 0px 8px;
}
.pricing-table .features {
  margin: 40px 0px;
}
.pricing-table .features li {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.pricing-table .features li:last-child {
  margin-bottom: 0px;
}
.pricing-table .features li strong {
  font-weight: 600;
}
.pricing-table.emphasis {
  background-color: #1695a3;
}
.pricing-2 .pricing-tables .col-md-3:first-child .pricing-table {
  border-radius: 25px 0px 0px 25px;
}
.pricing-2 .pricing-tables .col-md-3:last-child .pricing-table {
  border-radius: 0px 25px 25px 0px;
  border-right: 2px solid rgba(35, 35, 35, 0.2);
}
.pricing-2 .pricing-table {
  border-top: 2px solid rgba(35, 35, 35, 0.2);
  border-bottom: 2px solid rgba(35, 35, 35, 0.2);
  border-left: 2px solid rgba(35, 35, 35, 0.2);
  text-align: center;
  padding-bottom: 40px;
}
.pricing-2 .pricing-table .features {
  margin: 0px;
}
.pricing-2 .pricing-table .features li:first-child {
  border-top: none;
}
.pricing-2 .pricing-table .features li {
  color: #333333;
  border-top: 2px solid rgba(35, 35, 35, 0.2);
  padding: 24px 0px;
  margin: 0;
}
.pricing-2 .pricing-table .price {
  border-top: 2px solid rgba(35, 35, 35, 0.2);
  padding-bottom: 24px;
  border-bottom: none;
}
.pricing-2 .pricing-table .price .amount {
  color: #333333;
}
.pricing-2 .pricing-table .price .sub {
  color: #777777;
  opacity: 0.7;
}
.pricing-2 .pricing-table.emphasis {
  background-color: #225378;
}
.pricing-2 .pricing-table.emphasis .features li {
  color: #fff;
  background-color: #225378 !important;
}
.pricing-2 .pricing-table.emphasis .price .amount,
.pricing-2 .pricing-table.emphasis .sub {
  color: #fff;
}
.pricing-2 .feature-list {
  padding-bottom: 0px;
}
.pricing-2 .pricing-table .features li:nth-child(even) {
  background: #f4f4f4;
}
.team-1 h1 {
  margin-bottom: 40px;
}
.team-1 h2 {
  margin-bottom: 8px;
}
.team-1 .feature .sub {
  color: #333333;
  margin-bottom: 16px;
  display: inline-block;
}



.team-1-member {
  text-align: center;
  margin-top: 48px;
  background-color: #FFD700 ;
  border-radius: 20px;
  padding: 30px 5px;
  
}
.team-1-member img {
  display: inline-block;
  margin-bottom: 16px;
}
.team-1-member h5 {
  margin-bottom: 7px;
}
.team-1-member .social-icons {
  margin-top: 8px;
}
.team-1-member .social-icons li a {
  font-size: 18px;
  color: black;
}

.team-1-member a{
 color: black;
}
.team-2-member {
  margin-bottom: 56px;
}
.team-2-member .name {
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  display: inline-block;
  margin: 24px 0px;
}
.team-2-member .image-holder {
  position: relative;
  overflow: hidden;
}
.team-2-member .image-holder img {
  position: relative;
  z-index: 1;
}
.team-2-member .hover-state {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  background-color: #225378;
  z-index: 2;
  text-align: center;
}
.team-2-member .social-icons {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0);
}
.team-2-member .social-icons li a {
  color: #fff;
  font-size: 32px;
}
.team-2-member .image-holder:hover .hover-state {
  opacity: 0.9;
}
.team-2-member .image-holder:hover .social-icons {
  opacity: 1;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.blog-snippet-1 {
  margin-bottom: 40px;
}
.blog-snippet-1 img {
  display: inline-block;
  margin-bottom: 16px;
}
.blog-snippet-1 h2 {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 36px;
}
.blog-snippet-1 .sub {
  display: inline-block;
  margin-bottom: 16px;
}
.blog-snippet-1 a {
  margin-top: 8px;
}
.blog-snippet-2 {
  overflow: hidden;
  padding: 0px;
}
.blog-snippet-2 li {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-snippet-2 li:last-child {
  margin-bottom: 0px;
}
.blog-snippet-2 li .icon {
  width: 10%;
  float: left;
}
.blog-snippet-2 li .icon i {
  color: #1695a3;
  font-size: 32px;
  position: relative;
  top: 5px;
}
.blog-snippet-2 .title {
  width: 90%;
  float: left;
}
.blog-snippet-2 a {
  color: #333333;
  display: block;
  font-weight: 600;
}
.blog-snippet-2 .sub {
  letter-spacing: 0px;
  opacity: 0.8;
  font-size: 12px;
}
.blog-list-3 {
  padding: 0px;
}
.blog-snippet-3:nth-child(even) {
  background-color: #f4f4f4;
}
.blog-snippet-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.blog-snippet-3 h1 {
  margin-bottom: 16px;
}
.blog-snippet-3 h1 a {
  color: #333333;
}
.blog-snippet-3 h1 a em {
  color: #1695a3;
  font-weight: 600;
  font-style: normal;
}
.blog-snippet-3 .alt-font {
  letter-spacing: 0px;
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  bottom: 2px;
}
blockquote {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  font-style: italic;
  line-height: 32px;
  padding: 0px;
  border: none;
  margin-bottom: 24px;
}
.article-single {
  background: #f4f4f4 !important;
}
.article-body p.lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
  color: #333333;
}
.article-body p:last-child {
  margin-bottom: 0px;
}
.article-body p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 24px;
}
.article-body figure {
  margin: 16px 0px;
}
.article-body figcaption {
  font-style: italic;
  font-size: 14px;
  color: #aaa;
  margin-top: 16px;
}
.article-body h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 24px;
}
.article-body {
  padding-bottom: 64px;
  border-bottom: 1px solid #ddd;
}
.author-details {
  text-align: center;
  padding: 40px 0px;
  border-bottom: 1px solid #ddd;
}
.author-details img {
  display: inline-block;
  margin-bottom: 16px;
}
.author-details h5 {
  font-weight: normal;
}
.author-details .social-icons {
  margin-bottom: -8px;
  margin-top: 8px;
}
.projects-gallery p.lead {
  margin-bottom: 64px !important;
}
.projects-wrapper {
  text-align: center;
}
.filters {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px;
}

.filters li {
  float: left;
  margin-right: 16px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFD300;
  cursor: pointer;
}
.filters li:last-child {
  margin-right: 0px;
}
.filters li.active {
  border-bottom: 2px solid #eb7f00;
}
/* ---------------------------------------------------------------------------------------------------------------- */
/* .project {
  flex: 0 0 33.33%;
  text-align: center;
  color: white;
  position: relative;
} */

/* .background-image-holder img {
  width: 100%;
  height: auto;
} */


/* ----------------------------------------------------------------------------------------------------------------- */
.image-gallery {
  margin-top: 64px;
}
.image-gallery .image-holder {
  margin-bottom: 30px;
  /* height: 375px;
  overflow: hidden; */
  position: relative;
}
.image-slider .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  .image-gallery .image-holder {
    /* height: 245px; */
  }
}
@media (min-width: 992px) {
  .image-gallery .image-holder {
    /* height: 375px; */
  }
}
.image-slider {
  position: relative;
  margin-bottom: 32px;
}
.image-slider .flex-direction-nav a.flex-prev:before {
  left: 0px;
}
.image-slider .flex-control-nav {
  bottom: -48px;
}
.image-slider .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.3);
}
.image-slider .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.8);
}
.instagram-feed {
  padding-top: 40px;
  padding-bottom: 0px;
}
.instagram-feed span {
  color: #333333;
}
.instafeed {
  margin-top: 40px;
}
.instafeed ul {
  overflow: hidden;
  margin: 0px;
}
.instafeed ul li {
  float: left;
  width: 16.666667%;
}
.instafeed ul li:nth-child(n+7) {
  display: none;
}
#tweets .user {
  display: none;
}
#tweets .interact {
  display: none;
}
#tweets .tweet {
  font-size: 24px;
  line-height: 40px;
  font-style: italic;
  font-weight: 300;
}
.form-contact .inputs-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 18px;
}
.form-contact input:focus,
.form-contact textarea:focus {
  outline: none;
}
.form-contact input,
.form-contact textarea {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  padding: 30px;
}
.form-contact input::-moz-placeholder,
.form-contact textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-contact input:-ms-input-placeholder,
.form-contact textarea:-ms-input-placeholder {
  color: #777777;
}
.form-contact input::-webkit-input-placeholder,
.form-contact textarea::-webkit-input-placeholder {
  color: #777777;
}
.form-contact input input::-webkit-input-placeholder,
.form-contact textarea input::-webkit-input-placeholder {
  color: #777777;
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: 5px;
}
.form-contact input input:-moz-placeholder,
.form-contact textarea input:-moz-placeholder {
  color: #777777;
}
.form-contact input textarea::-webkit-input-placeholder,
.form-contact textarea textarea::-webkit-input-placeholder {
  color: #777777;
}
.form-contact input textarea:-moz-placeholder,
.form-contact textarea textarea:-moz-placeholder {
  color: #777777;
}
.form-contact input {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.form-success,
.form-error {
  width: 100%;
  padding: 12px;
  display: none;
  margin-top: 12px;
  color: #fff;
}
.form-success {
  background-color: #58b551;
}
.form-error {
  background-color: #d94947;
}
.field-error {
  box-shadow: inset 0px 0px 10px -2px #ff0000 !important;
}
.form-loading {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
input[type="submit"] {
  -webkit-appearance: none;
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #eb7f00;
  color: #eb7f00;
  max-width: 155px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip .mail-list-signup input[type="submit"] {
  background: none;
  border: 2px solid #fff;
}
.contact-center p.lead {
  font-size: 18px;
}
.contact-center .form-wrapper {
  text-align: center;
  margin-top: 48px;
}
.contact-photo {
  position: relative;
  overflow: hidden;
}
.contact-photo h1 {
  margin-bottom: 200px;
}
.contact-photo .social-icons {
  margin-bottom: 64px;
}
.contact-photo .social-icons li {
  margin-right: 40px;
}
.contact-photo .social-icons li a {
  font-size: 40px;
  color: #fff;
  opacity: 0.7;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-photo .social-icons li a:hover {
  opacity: 1;
}
.contact-photo .sub a {
  color: #fff;
}
.photo-form-wrapper {
  margin-bottom: 200px;
}
.photo-form-wrapper input {
  background: none;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50px;
  padding: 14px 24px 14px 24px;
  width: 100%;
  margin-bottom: 30px;
}
.photo-form-wrapper .btn-filled {
  background-color: #1695a3;
  border-color: #1695a3;
}
.photo-form-wrapper input:focus {
  outline: none;
}
.photo-form-wrapper input[type="submit"] {
  color: #fff !important;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.photo-form-wrapper .form-loading {
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  margin: 0px auto;
  top: 50%;
  width: 30px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: pulsate 1s ease-out;
  -moz-animation-iteration-count: infinite;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}
.map {
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.map-holder {
  height: 450px;
}
.map-holder iframe {
  border: none;
  width: 100%;
  height: 450px;
}
.map-holder:before {
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.map-holder.on:before {
  width: 0%;
}
.map-overlay {
  padding: 160px 0px;
  position: relative;
  overflow: hidden;
}
/* .map-overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.9;
  z-index: 2;
  background-color: #1695a3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
} */
.map-overlay .map-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0px;
}
.map-overlay .map-holder iframe {
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: -80px;
}
.map-overlay .container {
  position: relative;
  z-index: 2;
}
.details-holder {
  background: #fff;
  width: 100%;
  border-radius: 50%;
}
.details-holder img {
  max-width: 145px;
  display: inline-block;
  margin-bottom: 16px;
}
.fade-overlay:before {
  opacity: 0;
}
.pure-text-contact i {
  display: inline-block;
  color: #1695a3;
  text-align: center;
  font-size: 64px;
  margin-bottom: 24px;
  margin-bottom: 0px;
  margin-right: 48px;
}
.pure-text-contact i:last-child {
  margin-right: 0px;
}
.icon-jumbo {
  display: inline-block;
  color: #1695a3;
  text-align: center;
  font-size: 64px;
  margin-bottom: 24px;
}
.social-bar {
  overflow: hidden;
}
.social-bar .link {
  height: 104px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.social-bar .link i {
  color: #fff;
  font-size: 40px;
}
.social-bar .initial,
.social-bar .hover-state {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  position: absolute;
  width: 100%;
  top: 35px;
}
.social-bar .hover-state {
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  top: 42px;
}
.social-bar span {
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.social-bar .link:hover .initial {
  -webkit-transform: translate3d(0, -200px, 0);
  -moz-transform: translate3d(0, -200px, 0);
  transform: translate3d(0, -200px, 0);
}
.social-bar .link:hover .hover-state {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
.error-page.bg-primary h1 {
  color: #fff;
  margin-bottom: 32px;
}
.error-page .jumbo {
  font-size: 160px;
  line-height: 160px;
  font-weight: 600;
  margin-bottom: 16px !important;
}
.error-page i {
  display: inline-block;
  font-size: 80px;
  margin-bottom: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: spin 6s ease-in-out infinite alternate;
  -moz-animation: spin 6s ease-in-out infinite alternate;
  -o-animation: spin 6s ease-in-out infinite alternate;
  animation: spin 6s ease-in-out infinite alternate;
}
.error-page .btn-text-only:hover {
  color: #333333;
}
.login-page {
  overflow: hidden;
  position: relative;
}
.login-page .container {
  position: relative;
  z-index: 3;
}
.login-page .photo-form-wrapper {
  margin-bottom: 24px;
}
.login-page a.text-white:hover {
  color: #fff;
  font-weight: 600;
}
.spin-me {
  -webkit-animation: spin 6s ease-in-out infinite alternate;
  -moz-animation: spin 6s ease-in-out infinite alternate;
  -o-animation: spin 6s ease-in-out infinite alternate;
  animation: spin 6s ease-in-out infinite alternate;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(-15deg);
  }
  10% {
    -webkit-transform: rotate(-85deg);
  }
  30% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(250deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(-15deg);
  }
  10% {
    -moz-transform: rotate(-85deg);
  }
  30% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(250deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(-15deg);
  }
  10% {
    -o-transform: rotate(-85deg);
  }
  30% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(250deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(-15deg);
  }
  10% {
    transform: rotate(-85deg);
  }
  30% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(250deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.coming-soon {
  position: relative;
  overflow: hidden;
}
.coming-soon h1 {
  font-size: 40px;
  font-weight: 600;
}
.coming-soon .logo {
  display: inline-block;
  margin-bottom: 32px;
  width: 200px;
}
.coming-soon .overlay:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.3;
  z-index: 2;
  background-color: #333333;
}
.coming-soon .photo-form-wrapper {
  margin-bottom: 32px;
  margin-top: 48px;
}
.countdown-row {
  color: #fff;
  font-size: 80px;
  font-weight: 300;
}
.countdown-section {
  width: 20%;
  display: inline-block;
}
.countdown-amount {
  display: inline-block;
  margin-bottom: 48px;
}
.countdown-period {
  display: block;
  font-size: 24px;
}
iframe.mail-list-form {
  display: none !important;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
footer.social h1 {
  margin-bottom: 24px;
}
footer.social a.text-white {
  font-size: 18px;
}
footer.social .social-icons {
  margin: 64px 0px;
}
footer.social .social-icons li {
  margin-right: 40px;
}
footer.social .social-icons li a {
  font-size: 40px;
  color: #fff;
  opacity: 0.2;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
footer.social .social-icons li a:hover {
  opacity: 1;
}
footer.social .sub {
  opacity: 0.5;
  color: #fff;
  font-size: 12px;
}
footer.social .sub a {
  color: #fff;
  font-weight: 600;
}
footer.details {
  background: #f4f4f4;
}
footer.details .logo {
  margin-bottom: 54px;
  max-width: 80px;
  margin-top: 12px;
}
footer.details .sub {
  font-size: 12px;
  display: inline-block;
  margin-top: 48px;
}
footer.details .sub a {
  color: #333333;
  font-weight: 600;
}
footer.details h1 {
  font-size: 16px;
  font-weight: 600;
}
footer.short {
  font-size: 16px;
  color: #fff;
}
footer.short .sub {
  opacity: 0.5;
  display: inline-block;
  margin-right: 32px;
  position: relative;
  bottom: 4px;
}
footer.short ul {
  display: inline-block;
  margin: 0px;
  line-height: 24px;
}
footer.short ul li {
  float: left;
  margin-right: 32px;
}
footer.short ul li a {
  color: #fff;
  opacity: 0.8;
}
footer.short .social-icons li a {
  color: #fff;
  opacity: 1;
}
footer.short-2 {
  position: relative;
  overflow: hidden;
}
footer.short-2 span {
  display: inline-block;
  margin-right: 64px;
}
footer.short-2 span:last-child {
  margin-right: 0px;
}
footer.short-2 .contact-action {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 25%;
  background: #0d5760;
  z-index: 3;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
footer.short-2 .contact-action .icon_mail {
  display: inline-block;
  margin-right: 6px;
}
footer.short-2 .contact-action .arrow_right {
  position: relative;
  top: 2px;
}
footer.short-2 .contact-action:hover {
  background: #0a474e;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .top-bar {
    position: absolute;
  }
  .utility-menu {
    display: none;
  }
  nav {
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  nav .logo {
    margin-bottom: 32px;
  }
  nav .columns {
    width: 100%;
  }
  nav .social-icons {
    display: none;
  }
  .open-nav {
    max-height: 8000px;
  }
  .nav-menu {
    padding-top: 24px;
  }
  .top-bar .logo {
    bottom: 0px;
    max-width:30vw;
  
  }
  .top-bar .logo.logo-wide {
    bottom: 3px;
    margin-bottom: 22px;
  }
  .mobile-toggle {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    color: #fffdfd;
  }

 
  .overlay-bar .logo-dark {
    display: block;
  }
  .top-bar .menu li a {
    color: #ffffff;    
  }
   .top-bar .menu li  a:hover {
    color: #FFD300;    
  }
  .overlay-bar .menu li a:hover {
    color: #FFD300;
  }
  .overlay-bar .has-dropdown:after {
    color: #ffffff;
  }
  .has-dropdown {
    bottom: 0px;
  }
  
  /* .menu {
    top: 0px;
  }
  .menu li {
    float: none;
    margin-bottom: 16px;
    margin-right: 0px;
  } */
  /* .subnav {
    position: relative;
    background: none;
  }
  .subnav li {
    margin-bottom: 0px;
  }
  .subnav .col-md-3 {
    margin-bottom: 32px;
  } */
  .offscreen-container .social-links {
    display: none;
  }
  .offscreen-container .logo {
    display: none;
  }
  section,
  header {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .no-align-mobile {
    padding-top: 0px !important;
    margin-top: 24px;
  }
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
  p.lead {
    font-size: 14px;
    line-height: 24px;
  }
  .hero-slider .slides li h1,
  header.title h1,
  .action-banner h1,
  header.signup h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .action-banner h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .btn {
    margin-top: 16px;
  }
  header.signup {
    height: auto;
  }
  .header-icons {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  header.title {
    padding: 0px;
    height: 400px;
  }
  .product-right {
    height: 632px;
    padding-top: 64px;
  }
  .product-right .align-vertical {
    padding-top: 0px !important;
  }
  .product-right .product-image {
    margin-top: 200px;
    right: 0px;
    bottom: -85px;
  }
  .page-header br {
    display: none;
  }
  .page-header h1 {
    font-size: 32px;
    line-height: 40px;
  }
  header.centered-text h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .flex-direction-nav {
    display: none;
  }
  .header-icons h2 {
    margin-bottom: 32px;
  }
  .bottom-band {
    display: none;
  }
  .side-image .content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .selector-tabs {
    text-align: center;
  }
  .selector-tabs li {
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
  }
  .feature-box {
    padding: 48px 32px;
  }
  .feature-box .inner {
    width: 100%;
  }
  .no-pad-left {
    padding-left: 15px;
  }
  .row-wrapper {
    border-bottom: none;
  }
  .row-wrapper .col-sm-3 {
    border-right: none;
  }
  .accordion {
    margin-top: 32px;
  }
  .strip {
    padding: 40px 0px;
  }
  .strip,
  .strip .text-right {
    text-align: center;
  }
  .strip .col-xs-12 {
    margin-bottom: 16px;
  }
  .inline-video-wrapper {
    margin-top: 40px;
  }
  /* .video-wrapper {
    display: none;
  } */
  .inline-image-right img {
    display: inline-block;
    margin-top: 40px;
  }
  .pricing-tables .no-pad {
    padding: 0px 15px;
  }
  .pricing-tables .no-pad-left {
    padding-left: 15px;
  }
  .pricing-tables .no-pad-right {
    padding-right: 15px;
  }
  .pricing-table {
    margin-bottom: 16px;
    border-radius: 25px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .pricing-2 .hidden-sm:first-child {
    display: none;
  }
  .pricing-2 .pricing-table.emphasis .features li {
    border-radius: 25px;
  }
  .pricing-2 .pricing-table .features li:first-child {
    font-size: 24px;
  }
  footer.social .social-icons li,
  .contact-photo .social-icons li {
    margin-right: 8px;
  }
  footer.social .social-icons li a,
  .contact-photo .social-icons li a {
    font-size: 24px;
  }
  footer.details .col-sm-4 {
    margin-bottom: 16px;
  }
  footer.details h1,
  footer.details .logo {
    margin-bottom: 32px;
  }
  footer.short-2 {
    padding-bottom: 0px;
  }
  footer.short-2 span {
    margin-right: 16px;
  }
  footer.short-2 .contact-action {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 80px;
  }
  footer.short-2 .align-vertical {
    padding-top: 64px !important;
  }
  .blog-snippet-2 li .icon {
    width: 20%;
  }
  .blog-snippet-2 li .title {
    width: 80%;
  }
  .contact-thirds .text-center {
    text-align: center;
  }
  .contact-thirds .col-sm-4 {
    margin-bottom: 24px;
  }
  .pure-text-contact br {
    display: none;
  }
  .pure-text-contact i {
    font-size: 48px;
  }
  .filters {
    padding: 0px 15px;
    text-align: center;
  }
  .filters li {
    margin: 0;
    width: 100%;
    margin-bottom: 8px;
  }
  .project {
    width: 100%;
  }
  .image-gallery .image-holder {
    /* height: 225px; */
  }
  .hero-divider {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  /* .hero-divider .video-wrapper {
    display: none;
  } */
  .hero-divider .btn {
    margin-right: 0px;
  }
  .fullscreen-element {
    height: auto !important;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .instafeed ul li:nth-child(n+5) {
    display: none;
  }
  .instafeed ul li {
    width: 25%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .flex-direction-nav {
    display: none;
  }
  .product-right .product-image {
    max-width: 640px;
    right: -100px;
    bottom: 50px;
  }
  .feature-box .inner {
    width: 100%;
  }
  .blog-snippet-2 li .icon {
    width: 15%;
  }
  .blog-snippet-2 li .title {
    width: 85%;
  }
  .map-overlay .col-md-4 {
    width: 40%;
  }
  .map-overlay .col-md-offset-4 {
    margin-left: 30%;
  }
  .hero-divider {
    height: auto;
    padding: 80px 0px 90px 0px;
  }
  /* .hero-divider .video-wrapper {
    display: none;
  }
  .video-wrapper {
    display: none;
  } */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .top-bar {
    position: absolute;
  }
  .utility-menu {
    display: none;
  }
  nav {
    max-height: 80px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
  }
  nav .logo {
    margin-bottom: 22px;
  }
  nav .columns {
    width: 100%;
  }
  nav .social-icons {
    display: none;
  }
  .open-nav {
    max-height: 8000px;
  }
  .nav-menu {
    padding-top: 24px;
  }
  .top-bar .logo {
    bottom: 0px;
  }
  .top-bar .logo.logo-wide {
    bottom: 10px;
    margin-bottom: 22px;
  }
  /* .mobile-toggle {
    font-size: 32px;
    display: block;
    position: absolute;
    top: 24px;
    right: 16px;
    cursor: pointer;
    color: #333333;
  } */
   /* Mobile Styles */
@media (max-width: 768px) {
  .mobile-toggle {
    display: block;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    z-index: 999;
    position: relative;
  }

  .col-sm-9.col-md-10.columns {
    width: 100%;
  }

  

  .upper-menu {
    display: none;
  }

 

  .has-dropdown > a::after {
    content: " ▼";
    font-size: 12px;
    margin-left: 5px;
  }
}

 


  .overlay-bar {
    background: rgba(255, 255, 255, 0.9);
  }
  .overlay-bar .logo-light {
    display: none;
  }
  .overlay-bar .logo-dark {
    display: block;
  }
  .overlay-bar .menu li a {
    color: #777777;
    padding-bottom: 0px;
  }
  .overlay-bar .menu li a:hover {
    color: #333333;
  }
  .overlay-bar .has-dropdown:after {
    color: #333333;
  }
  .has-dropdown {
    bottom: 0px;
  }
  /* .menu {
    top: 0px;
  }
  .menu li {
    float: none;
    margin-bottom: 16px;
    margin-right: 0px;
  } */
 
  .flex-direction-nav {
    display: none;
  }
  header.signup .photo-form-wrapper {
    margin-bottom: 32px;
  }
  .product-right .btn {
    margin-bottom: 16px;
  }
  .product-right .product-image {
    right: -320px;
    bottom: 60px;
    max-width: 670px;
  }
  .wood-divider.product-right .product-image {
    position: relative;
    top: -5%;
  }
  .selector-tabs li {
    margin-bottom: 16px;
  }
  .client-row img {
    max-width: 100px;
  }
  .inline-video-wrapper {
    margin-top: 32px;
  }
  .pricing-tables .no-pad {
    padding: 0px 15px;
  }
  .pricing-tables .no-pad-left {
    padding-left: 15px;
  }
  .pricing-tables .no-pad-right {
    padding-right: 15px;
  }
  .pricing-table {
    margin-bottom: 30px;
    border-radius: 25px !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
  }
  .hidden-sm {
    display: block !important;
  }
  .hidden-sm:first-child {
    display: none !important;
  }
  footer.details .social-icons li {
    margin-bottom: 16px;
  }
  .blog-snippet-2 li .icon {
    width: 15%;
  }
  .blog-snippet-2 li .title {
    width: 85%;
  }
  .hero-divider {
    height: auto;
    padding: 80px 0px 90px 0px;
  }
  /* .hero-divider .video-wrapper {
    display: none;
  }
  .video-wrapper {
    display: none;
  } */
  .instafeed ul li:nth-child(n+5) {
    display: none;
  }
  .instafeed ul li {
    width: 25%;
  }
  .project.col-sm-4 {
    width: 50%;
  }
  #submission-strip {
    min-width: 300px;
    max-width: 300px;
  }
  footer.short-2 {
    padding-bottom: 0px;
  }
  footer.short-2 span {
    margin-right: 32px;
  }
  footer.short-2 .contact-action {
    position: relative;
    width: 100%;
    height: 150px;
    margin-top: 80px;
  }
  footer.short-2 .align-vertical {
    padding-top: 64px !important;
  }
}
.resume-header {
  padding: 200px 0px;
}
.resume-header span {
  font-weight: 600;
  color: #fff;
  display: block;
  font-size: 18px;
  margin-bottom: 32px;
}
.resume-header h1 {
  margin-bottom: 8px !important;
}
.resume-header .social-icons li {
  margin-right: 16px;
}
.resume-header .social-icons li a {
  color: #fff;
}
.milestones span {
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
.milestones .sub {
  font-size: 14px;
  font-style: italic;
}
.milestones .pin-body {
  width: 2px;
  height: 30px;
  margin: 0px auto;
  background-color: #1695a3;
}
.milestones .pin-head {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #1695a3;
  margin: 0px auto;
  margin-bottom: 24px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.milestones .feature-icon-large i {
  margin: 0px auto;
  margin-bottom: 0px;
}
.milestones h5 {
  margin-bottom: 8px;
}
.milestones .lead:last-child,
.skill-bars .lead:last-child {
  margin-bottom: 64px !important;
}
.milestones .feature:hover .pin-head {
  background-color: #1695a3;
}
.milestones .feature {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.6s ease-out;
}

.milestones .feature.animate-in {
  opacity: 1;
  transform: scale(1);
}


.expanding-list {
  position: relative;
  overflow: hidden;
}
.expanding-ul {
  position: relative;
  overflow: hidden;
}
.expanding-ul li {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.expanding-ul li .title {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.expanding-ul .title i {
  color: #1695a3;
  font-size: 32px;
  display: inline-block;
  margin-right: 24px;
}
.expanding-ul .title span {
  position: relative;
  bottom: 8px;
}
.expanding-ul .title strong {
  font-weight: 600;
  color: #333333;
}
.expanding-ul .text-content {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  max-height: 0px;
}
.expanding-ul li.active .title {
  margin-bottom: 24px;
}
.expanding-ul li.active .text-content {
  max-height: 800px;
  opacity: 1;
}
.expanding-ul li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.skill-bars h3 {
  font-weight: normal;
  margin-bottom: 16px;
}
.skills-ul {
  overflow: hidden;
}
.skills-ul span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 4px;
}
.skills-ul li {
  margin-bottom: 16px;
}
.skills-ul li:last-child {
  margin-bottom: 0px;
}
.skill-bar-holder {
  height: 12px;
  width: 100%;
  background: rgba(22, 149, 163, 0.1);
  padding: 0px;
  position: relative;
}
.skill-capacity {
  height: 12px;
  background: #1695a3;
  padding: 0px !important;
  left: 0px;
  position: absolute;
}
.skills-left {
  text-align: right;
}
.skills-left .skill-bar-holder {
  background: rgba(34, 83, 120, 0.1);
}
.skills-left .skill-capacity {
  background: #225378;
  left: auto;
  right: 0px;
}
@media screen and (max-width: 990px) {
  .skills-left {
    margin-bottom: 32px;
    text-align: left;
  }
  .skills-left .skill-capacity {
    right: auto;
    left: 3px;
  }
}
.stat-counters h1 {
  color: #fff;
}
.stat {
  text-align: center;
}
.stat-bubble {
  margin: 0px auto;
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
  line-height: 116px;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  margin-bottom: 12px;
}
.stat h3 {
  color: #fff;
}
.blog-image-snippet {
  padding: 160px 0px;
}
.blog-image-snippet .container {
  position: relative;
  z-index: 2;
}
.blog-image-snippet span {
  display: block;
}
.blog-image-snippet span i {
  display: inline-block;
  margin-right: 6px;
}
.blog-image-snippet h1 {
  font-size: 40px;
  margin-bottom: 16px;
}
.blog-image-snippet:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  content: '';
  opacity: 0.4;
  z-index: 2;
  background-color: #333333;
}
.sidebar-widget h5 {
  margin-bottom: 16px;
}
.sidebar-widget li {
  padding: 16px 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar-widget li .arrow_right {
  position: absolute;
  right: 0px;
}
.sidebar-widget li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.sidebar-widget li a {
  color: #777777;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.sidebar-widget li a:hover {
  color: #333333;
}
.sidebar-widget {
  margin-bottom: 40px;
}
.sidebar-widget .tags {
  overflow: hidden;
}
.sidebar-widget .tags li {
  display: inline-block;
  float: left;
  margin: 0px 8px 8px 0px;
  width: auto;
  padding: 0px;
  border: none;
}
.sidebar-widget .tags li a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 6px;
  display: inline-block;
}
.sidebar-widget .tags li:hover {
  background: #f7f7f7;
}
.sidebar-widget .instafeed {
  padding: 0px;
  border: none;
}
.sidebar-widget .instafeed li:nth-child(n+7) {
  display: none;
}
.sidebar-widget .instafeed li {
  width: 33.33333%;
  padding: 0px;
}
.sidebar-widget .tweet {
  font-size: 16px !important;
  line-height: 32px !important;
  font-style: normal !important;
  font-weight: normal !important;
}
.sidebar-widget .tweet a {
  font-weight: 600 !important;
  color: #333333 !important;
}
.sidebar-widget .social_twitter {
  font-size: 16px;
  color: #333333;
}
.sidebar-widget #tweets li {
  border: none;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    display: none;
  }
}
.blog-masonry-item {
  margin-bottom: 30px;
}
.blog-masonry-item .post-title {
  background: #fff;
  padding: 28px 32px 32px 32px;
  position: relative;
}
.blog-masonry-item h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}
.blog-masonry-item p {
  margin-bottom: 32px;
}
.blog-masonry-item span {
  display: block;
  color: #333333;
  line-height: 18px;
}
.blog-masonry-item .link-text {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.blog-masonry-item h1 {
  font-weight: 600;
  margin-bottom: 48px;
  line-height: 40px;
}
.blog-masonry-item iframe {
  width: 100%;
}
.blog-masonry-item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.blog-masonry-item.animate-card {
  opacity: 1;
  transform: translateY(0);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------ */
.slider-container-blog {
  overflow-x: auto;
  overflow-y: visible; /* ✅ allow up-down scroll */
  width: 100%;
  max-width: 1080px;
  margin: 50px auto;
  position: relative;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
/* .slider-container-blog::-webkit-scrollbar {
  display: none;
} */

.slider-blog {
  display: flex;
  gap: 20px;
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;

  scroll-behavior: auto; 
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x pan-y;  /* ✅ Allow both directions */
  will-change: transform;
  backface-visibility: hidden;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slider-blog::-webkit-scrollbar {
  display: none;
}
.slider-blog {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto; /* not 'smooth' with JS scrollLeft */
  touch-action: pan-x pan-y;
  will-change: scroll-position;
}
/* ---------------------------------------------------------------------------------------------------------- */

/* Blog Items */
.blog-masonry-item-news {
  flex: 0 0 32%;
  max-width: 32%;
  padding: 10px;
  background: white;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.5s ease;
}
.blog-masonry-item-news:hover {
  transform: scale(1.03);
}
.blog-masonry-item-news img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
}

.blog-masonry-item-news .post-title {
  background: #fff;
  padding: 28px 32px 32px 32px;
  position: relative;
}
.blog-masonry-item-news h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 16px;
}
.blog-masonry-item-news p {
  margin-bottom: 32px;
}
.blog-masonry-item-news span {
  display: block;
  color: #333333;
  line-height: 18px;
}
.blog-masonry-item-news .link-text {
  position: absolute;
  bottom: 32px;
  right: 32px;
}
.blog-masonry-item-news h1 {
  font-weight: 600;
  margin-bottom: 48px;
  line-height: 40px;
}
.blog-masonry-item-news iframe {
  width: 100%;
}

/* Responsive Design */
@media (max-width: 768px) {
  .slider-container-blog {
    width: 90%;
  }
  .slider-blog {
    width: 200%; /* keep your layout */
  }
  .blog-masonry-item-news {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media (max-width: 480px) {
  .blog-masonry-item-news {
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/* ----------------------------------------------------------------------------------------------------------------------- */
.quote-post .post-title,
.quote-post h1,
.quote-post span,
.quote-post .link-text {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.quote-post:hover .post-title {
  background: #1695a3;
}
.quote-post:hover h1 {
  color: #fff;
}
.quote-post:hover span {
  color: #fff;
}
.quote-post:hover .link-text {
  color: #fff;
  border-color: #fff;
}
.video-post iframe {
  height: 250px;
}
.blog-filters {
  padding: 0px;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 32px;
}
.blog-filters li {
  float: left;
  margin-right: 16px;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eb7f00;
  cursor: pointer;
}
.blog-filters li:last-child {
  margin-right: 0px;
}
.blog-filters li.active {
  border-bottom: 2px solid #eb7f00;
}
.article-body .media-holder {
  margin: 32px 0px;
  position: relative;
  z-index: 1;
}
.article-body iframe {
  width: 100%;
  height: 440px;
}
.media-holder:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .article-body iframe {
    height: 215px;
  }
}
@media screen and (max-width: 990px) {
  .media-holder {
    margin-top: 32px;
  }
}
.comment-list {
  margin-top: 32px;
}
.comment-list h5 {
  margin-bottom: 32px;
}
.comment-list ol {
  padding: 0px;
  margin-bottom: 48px;
}
.comment-list li {
  margin-bottom: 32px;
}
.comment-list li:last-child {
  margin-bottom: 0px;
}
.comment-list .children {
  padding-left: 50px;
  margin-bottom: 32px;
}
.blog-comment {
  overflow: hidden;
}
.blog-comment .user {
  width: 100px;
  float: left;
}
.blog-comment .user img {
  max-width: 100%;
}
.blog-comment .info {
  margin-bottom: 16px;
}
.blog-comment .link-text {
  display: inline-block;
  margin-left: 12px;
}
.blog-comment .message {
  width: auto;
  background: #fff;
  margin-left: 115px;
  padding: 24px;
}
.blog-comment .message h6 {
  margin-bottom: 0px;
}
.comment-respond {
  margin-top: 32px;
}
.comment-form .form-input {
  margin-bottom: 16px;
}
.comment-form .form-input:last-child {
  margin-bottom: 0px;
}
.comment-form input[type="text"],
.comment-form textarea {
  width: 100%;
  padding: 16px;
  border: none;
  box-shadow: none;
}
.comment-form input[type="submit"] {
  min-width: 185px;
}
@media screen and (max-width: 767px) {
  .blog-comment .user {
    display: none;
  }
  .blog-comment .message {
    margin-left: 0px;
  }
}
.simple-bar .logo {
  max-width: 800px;
  max-height: 40px;
  bottom: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.simple-bar .social-icons {
  margin-left: 32px;
}
.simple-bar .nav-menu {
  padding-top: 54px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.simple-bar .menu li {
  margin-right: 40px;
}
.simple-bar .menu li a {
  padding-bottom: 54px;
}
.simple-bar.nav-sticky .logo {
  max-height: 30px;
  bottom: 8px;
}
.simple-bar .subnav {
  text-align: left !important;
}
.subnav-halfwidth {
  width: 500px;
}
.menu li:last-child .subnav-halfwidth {
  right: 0px;
}
@media all and (max-width: 767px) {
  .simple-bar .logo {
    max-height: 30px;
    bottom: 30px;
  }
  .simple-bar .menu li a {
    padding-bottom: 0px;
  }
  .simple-bar .text-right {
    text-align: left !important;
  }
  .subnav-halfwidth .subnav {
    margin-bottom: 32px;
  }
  .subnav-halfwidth {
    width: 400%;
  }
  .subnav-fullwidth {
    width: 500% !important;
    left: 0 !important;
  }
}
.subnav-halfwidth .subnav {
  position: relative;
  overflow: hidden;
  background: none !important;
  text-align: left;
  padding: 0px;
}
.centered-logo .social-icons {
  float: right;
  margin-bottom: 0px;
}
.centered-logo .utility-menu span {
  top: 2px;
}
.centered-logo .logo {
  max-width: 800px;
  max-height: 50px;
  bottom: 0px;
  margin-top: 32px;
}
.centered-logo .menu li a {
  padding-bottom: 24px;
}
.centered-logo .nav-menu {
  padding-top: 32px;
}
.centered-logo .subnav {
  text-align: left !important;
}
.centered-logo .bottom-border {
  width: 100%;
  height: 4px;
  background: #1695a3;
}
@media all and (max-width: 767px) {
  .centered-logo .logo {
    top: 20px;
    max-height: 40px;
    margin-top: 0px;
  }
  .centered-logo .menu li a {
    padding-bottom: 0px;
  }
  .centered-logo .subnav {
    text-align: center !important;
  }
}
.fullscreen-nav-toggle {
  position: fixed;
  z-index: 1000;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  cursor: pointer;
  top: 32px;
  right: 32px;
  font-size: 40px;
  line-height: 67px;
  color: #333333;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.fullscreen-nav-toggle i {
  position: absolute;
  right: 11px;
  top: 12px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.fullscreen-nav-toggle .icon_menu {
  opacity: 2;
}
.fullscreen-nav-toggle .icon_close {
  opacity: 0;
}
.toggle-icon .icon_menu {
  opacity: 0 !important;
}
.toggle-icon .icon_close {
  opacity: 2 !important;
  color: #fff !important;
}
.toggle-icon {
  background: rgba(255, 255, 255, 0);
}
.fullscreen-nav-container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  background: rgba(22, 149, 163, 0.92);
  display: none;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.show-fullscreen-nav {
  display: block;
}
.fade-fullscreen-nav {
  opacity: 1;
}
.fullscreen-nav-container .logo {
  max-height: 60px;
  display: block;
  margin-bottom: 32px;
}
.fullscreen-nav-container .menu li {
  line-height: 48px;
  float: none;
}
.fullscreen-nav-container .menu li a {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  padding-bottom: 0px;
}
.fullscreen-nav-container .container {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: translate3d(0, 200px, 0);
  -moz-transform: translate3d(0, 200px, 0);
  transform: translate3d(0, 200px, 0);
  opacity: 0;
  margin-top: 80px;
}
.fullscreen-nav-container.fade-fullscreen-nav .container,
.fullscreen-nav-container.fade-fullscreen-nav .close-fullscreen-nav {
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
}
.fullscreen-nav {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.fullscreen-nav .outer-logo {
  max-height: 35px;
  margin-top: 44px;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .fullscreen-nav {
    max-height: 7000px;
    background: none;
    height: auto;
    overflow: visible;
  }
  .fullscreen-nav-container .container {
    margin-top: 32px;
  }
  .fullscreen-nav-container .logo {
    max-height: 40px;
    margin-bottom: 16px;
  }
  .fullscreen-nav-container .menu li {
    margin-bottom: 0px;
    line-height: 32px;
  }
  .fullscreen-nav-container .menu li a {
    font-size: 24px;
    padding-bottom: 0px;
  }
}
.soundcloud-1 {
  padding: 0px;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.soundcloud-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.soundcloud-1 iframe {
  border: none;
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contained-bar {
  background: none;
}
.contained-wrapper {
  background: rgba(255, 255, 255, 0.9);
  margin-top: 32px;
  padding: 0 32px;
}
.contained-bar.nav-sticky {
  background: rgba(255, 255, 255, 0.9);
}
.contained-bar.nav-sticky .contained-wrapper {
  background: none;
  padding: 0;
  margin-top: 0;
}
@media all and (max-width: 768px) {
  .contained-bar {
    background: rgba(255, 255, 255, 0.9);
  }
  .contained-wrapper {
    background: none;
    padding: 0;
    margin-top: 0;
  }
}
.elements h1 {
  margin-bottom: 16px;
}
.pagination li a {
  color: #eb7f00;
  background: none;
  margin-left: 12px;
  border-radius: 50%;
  padding: 5px 12px;
}
.pagination li.active {
  background: #eb7f00;
}
.pagination li:first-child a,
.pagination li:last-child a {
  border-radius: 50% !important;
}
.pagination-lg li a {
  padding: 7px 16px;
}
.pagination-sm li a {
  padding: 5px 11px;
}
.pager li a {
  background: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  min-width: 155px;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 28px 13px 28px;
  line-height: 1;
  border: 2px solid #eb7f00;
  font-family: "Raleway", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #eb7f00;
  min-width: 125px;
}
.pager li a:hover {
  background: #eb7f00;
  color: #fff;
}
.video-wrapper iframe {
  width: 100%;
  height: 180%;
  top: -40%;
  position: absolute;
}
.youtube-bg {
  height: 100%;
}
@media all and (min-width: 1800px) {
  .video-wrapper iframe {
    height: 200%;
    top: -50%;
  }
}
@media all and (max-width: 1500px) {
  .video-wrapper iframe {
    height: 150%;
    top: -15%;
  }
}
@media all and (max-width: 1300px) {
  .video-wrapper iframe {
    height: 130%;
    top: -5%;
  }
}
@media all and (max-width: 1250px) {
  .video-wrapper iframe {
    height: 120%;
    top: -5%;
  }
}
@media all and (max-width: 1100px) {
  .video-wrapper iframe {
    height: 110%;
    top: -5%;
  }
}
@media all and (max-width: 1024px) {
  .video-wrapper iframe {
    display: none;
  }
}
.fullwidth-video iframe {
  height: 550px;
}
@media all and (max-width: 1200px) {
  .fullwidth-video iframe {
    height: 500px;
  }
}
@media all and (max-width: 1000px) {
  .fullwidth-video iframe {
    height: 400px;
  }
}
@media all and (max-width: 767px) {
  .fullwidth-video iframe {
    height: 270px;
    max-width: 100%;
  }
}
.boxed-layout {
  background: #eee;
}
.boxed-layout .main-container,
.boxed-layout .footer-container,
.boxed-layout nav {
  max-width: 1280px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.boxed-layout .flex-direction-nav {
  display: none;
}
.timeline-event:first-child {
  margin-top: 64px;
}
.timeline-event {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 64px;
  margin-bottom: 32px;
}
.timeline-event:nth-child(even) .col-sm-6:first-child {
  text-align: right;
}
.timeline-event .col-sm-6:first-child {
  padding-right: 54px;
}
.timeline-event .col-sm-6:last-child {
  padding-left: 54px;
}
.timeline-event:nth-child(odd) .col-sm-6:first-child {
  padding-left: 54px;
  padding-right: 15px;
}
.timeline-event:nth-child(odd) .col-sm-6:last-child {
  padding-right: 54px;
  text-align: right;
  padding-left: 15px;
}
.timeline-event .middle {
  position: absolute;
  left: 50%;
  width: 60px;
  margin-left: -30px;
  text-align: center;
  height: 100%;
}
.timeline-event .middle i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 16px;
  color: #1695a3;
}
.timeline-event .middle .vertical-line {
  top: 60px;
  width: 2px;
  height: 100%;
  display: inline-block;
  background: #1695a3;
  position: absolute;
  left: 50%;
  margin-left: -2px;
}
.timeline-event h2 {
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .timeline-event {
    padding-bottom: 0;
  }
  .timeline-event .middle {
    display: none;
  }
  .timeline-event .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
    text-align: left !important;
  }
}
@media all and (max-width: 767px) {
  .bottom-band {
    display: block;
    margin-top: 80px;
  }
  .bottom-band h3 {
    font-size: 18px;
    line-height: 26px;
  }
  .fullscreen-element .align-vertical {
    padding-top: 80px !important;
  }
}
.product-action {
  height: auto;
  padding: 120px 0 0 0;
}
.product-action {
  background: #1695a3;
}
.product-action h2 {
  margin-bottom: 16px;
  font-weight: 600;
}
.product-action p {
  display: block;
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.product-action img {
  margin-top: -80px;
  position: relative;
  top: 110px;
}
@media all and (max-width: 767px) {
  .product-action p {
    margin-bottom: 32px;
  }
  .product-action img {
    margin-top: 24px;
    top: 24px;
  }
  .hero-text{
    width: 100%;
  }
 .hero-text h1{
    font-size: 20vw;
  }
 
}
.no-loader .loader {
  display: none !important;
}


#hero-section{
  position: relative;
  width: 100%;
  height: 100vh;
display: flex;
align-items: center;
}

#hero-section .bg-img{
  width: 100%;
  height: 100%;
  position: absolute;
z-index: 1;
display: flex;
}


.hero-text{
 display: flex;
 flex: 1;
  position: relative;
  z-index: 2;
align-items: center;
flex-direction: column;

}


.hero-img{
  display: flex;
  position: relative;
  width: 50%;
  height: 50%;
  z-index: 2;
}

.hero-img img{
  margin: auto;
  align-items: center;
  display: flex;
  position: relative;
 
  /* margin-top: 100px;
  */
}


.hero-text h1{
  font-size: 3.5vw;
  font-weight: 800;
  display: flex;
  width: 100%;
  text-align: center;

  
}
.hero-text #heading1,#heading2,#heading3{
  position: absolute;
/* left:10%; */

}
.hero-text #p1,#p2,#p3{
 position: absolute;
margin-top: 5%;
text-align: center;
}
/* .heading1{
  animation-name: heading;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}



@keyframes heading {
  0%{
   transform: translateX(-150%);
  }
  5%{
    transform: translateX(0px);
  }
  20%{
    transform: translateX(0px);
  }
 
  30%{
    transform: translateX(0px);
  }

  40%{
    transform: translateX(-150%);
  }
 50%{
  transform: translateX(0px);
  }
  60%{
    transform: translateX(0px);
  }
  70%{
    transform: translateX(150%);
  }

  80%{
    transform: translateX(0);
  }
  90%{
    transform: translateX(0px);
  }
  100%{
    transform: translateX(-150%);
  }
} */


/* .hero-text h4{
  font-size: 18px;
  font-weight: 800;
margin-bottom: 10px;
color: #fff;
} */
.hero-text p{
  font-size: 1.5vw;
  font-weight: 600;
  color: #1e1e1e;
  margin-top: 20px;
}





@media (max-width: 576px) { 

  #hero-section{
    height: 80vh;
    flex-direction: column;
   

  }

  .top-bar .logo{
max-width: 100px;
        margin-top: -15px;
  }

  .hero-img{
min-width: 300px;

  }
  #hero-section .bg-img{
    object-fit: cover;
  }

  #hero-section .hero-img img{
   margin-top: 20px;
   margin-bottom: 20px;
  }

  .hero-text{
    margin-top: 120px;
  }
  .hero-text h1{
    margin-top: 50px;
    font-size: 6vw;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
    
  }

  .hero-text #p1,#p2,#p3{
    position: absolute;
 text-align: center;
   margin-top: 20%;
 
   }

  .hero-text h1::before{
   display: none;
    }

  /* .hero-text h4{
    font-size: 18px;
    font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
  } */

  .hero-text p{
    font-size: 15px;
    font-weight: 800;
    color: #3a3a3a;
    margin-top: 10px;
  }

  .row{
    flex-direction: column;
   }

 }

 .hover-text{
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  justify-content: space-evenly;
 }

 .ourwork{
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  margin: 5px;
  flex-direction: column;
 }

 .row{
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  gap: 10px;
  margin: 5px 0;
 }
 
 
.row1 {
    display: flex;
    flex: 1;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    flex-wrap: wrap; /* Allow items to wrap if they exceed container width */
    /* gap: 10px; */
    margin: 5px 0;
}

 .img-cont{
  position: relative;
  width: 100%;
 object-fit: cover;

 
 }

 .img-hover{
  position: absolute;
  bottom: 0;
/* padding-right: 5px; */
  background-color: rgba(34, 83, 120, 0.9);
  opacity: 0;
  transition: all ease-in 0.1s;
  width: 100%; 
  display: flex;
  padding: 5px 0 5px 0;
text-align: center;
justify-content: space-evenly;
  
 }

 .img-hover p{
  font-size: 18px;
  color: white;
  display: flex;
  
  padding: 0 10px 0 10px;
  
 }

.img-cont:hover .img-hover{
  opacity: 1;
}

.news{

  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20 0 20 0;
  margin-bottom: -80px;

}
 /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.slider-container {
  width: 100%;
  overflow: hidden;
  background: rgba(214, 167, 0, 0.9); /* darker gold for better contrast with white text */
  padding: 20px 0;
  position: relative;
  border-radius: 12px; /* curve control */
}
.slider-container2 {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 0, 0, 0.7); /* red with alpha */
  padding: 20px 0;
  position: relative;
  border-radius: 12px; /* curve control */
}
.slider {
  display: flex;
   /* gap: 10px; */
  /* width: max-content; */ 
  animation: slide 30s linear infinite;
}

.col-xs-4 {
  flex: 0 0 auto;
  text-align: center;
}

.col-xs-4 img {
  width: 150px; /* Default for desktop */
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.col-xs-4 img:hover {
  transform: scale(1.1);
}

/* Animation for infinite scrolling */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-68%);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .slider {
    animation: slide 30s linear infinite;
  }

  .col-xs-4 img {
    width: 100px; /* Smaller images on mobile */
    height: 100px;
  }

  .col-xs-4 p {
    font-size: 14px; /* Adjust text size for mobile */
  }
}

@media (max-width: 480px) {
  .slider {
    animation: slide 10s linear infinite;
  }

  .col-xs-4 img {
    width: 80px; /* Even smaller for very small screens */
    height: 80px;
  }

  .col-xs-4 p {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ========================= Shared Styles for All Sections ========================= */
/* Container Styles */
.our_client_compliance,
.our_client_partners,
.our_client_collaboration {
  width: 100%;
  overflow: hidden;
  background: #f4f4f4;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
}

.slider_wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Individual Slider Containers for Different Sections */
.slider_container_compliance,
.slider_container_partners,
.slider_container_collaboration {
  display: flex;
  gap: 80px;
  width: max-content;
  animation: scroll_compliance 80s linear infinite;
}

.slider_container_partners {
  animation: scroll_partners 80s linear infinite;
}

.slider_container_collaboration {
  animation: scroll_collaboration 80s linear infinite;
}

.our_client_compliance img,
.our_client_partners img,
.our_client_collaboration img {
  height: 600px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s ease-in-out;
  
}

.our_client_compliance img:hover,
.our_client_partners img:hover,
.our_client_collaboration img:hover {
  transform: scale(1.08);
}

/* Keyframe Animations for Infinite Scroll */
@keyframes scroll_compliance {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}

@keyframes scroll_partners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}

@keyframes scroll_collaboration {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}

/* Tablet */
@media (max-width: 768px) {
  .slider_container_compliance,
  .slider_container_partners,
  .slider_container_collaboration {
    gap: 60px;
    animation-duration: 110s;
  }

  .our_client_compliance img,
  .our_client_partners img,
  .our_client_collaboration img {
    height: 280px;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .slider_container_compliance,
  .slider_container_partners,
  .slider_container_collaboration {
    gap: 40px;
    animation-duration: 120s;
  }

  .our_client_compliance img,
  .our_client_partners img,
  .our_client_collaboration img {
    height: 180px;
  }
}

/* ------------------------------------------------------------------------------------------------ */
.clients-2 {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-bottom: -20px;
}

.clients-2 .row {
  margin-bottom: 10px !important; /* Remove bottom gap */
}

.clients-2 .text-center {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Optional: Tweak container in smaller viewports */
@media all and (max-width: 1040px) {
  .our_client {
    display: flex;
  }

  .our_client .container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important; /* Fixed: was -160px which may cause spacing issues */
  }
}


/* --------------------------------------highlights of our work----------------------------------------------------------------------------------- */

.slider-container-track {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
}

.slide-track {
  display: flex;
  flex-wrap: nowrap;
  width: 310%;
  animation: slideLeft 15s linear infinite;
  margin-left: 0px;
  overflow: hidden;
  background: #f4f4f4;
  padding: 10px 0;
  will-change: transform;
  justify-content: center;
  align-items: center;
  position: relative;
  touch-action: pan-x;
  -ms-overflow-style: none;    /* IE 10+ */
  overflow-x: auto;
  scrollbar-width: none;       /* Firefox */
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* hide scrollbar in WebKit */
.slide-track::-webkit-scrollbar {
  display: none;
}

.content-container {
  margin-top: -83px;
}

.even-slide .slide-track {
  animation: slideRight 15s linear infinite;
}

.slider-row {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  margin: 3px 0;
  padding: 0;
  gap: 3px;
}

.slider-item {
  flex: 0 0 auto;
  width: 200px;
  height: 150px;
  background-color: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 10px;
  margin: 1px;
  padding: 0;
  position: relative;
  margin-bottom: -80px;
}

.image-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.image-background {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;           /* controlled spacing */
  justify-content: flex-start;  /* IMPORTANT */
  align-items: flex-start;      /* IMPORTANT */
}

.image-background img {
  width: 300px;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  margin: 0;
}

.hover-effect {
  position: absolute;
  width: 90.80%;
  height: 40%;
  bottom: 0px;
  background-color: rgba(34, 83, 120, 0.9);
  text-align: center;
  transition: all 0.5s ease;
  opacity: 0;
  color: white;
  font-size: 13px;
  padding: 5px;
}

.text-white {
  color: white;
  text-align: center;
  font-size: 13px;
}

/* Hover effect for desktop */
@media (min-width: 768px) {
  .image-frame:hover .hover-effect {
    opacity: 1;
  }
}

/* Mobile tap-based hover effect */
@media (max-width: 767px) {
  .image-frame.hover-active .hover-effect {
    opacity: 1;
    background-color: rgba(34, 83, 120, 0.9);
    width: 96.80%;
  }
}

/* **NEW**: restore default touch-action on mobile so user can scroll/swipe freely */
@media (max-width: 768px) {
  .slide-track {
    touch-action: auto;
  }
}

@keyframes slideLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes slideRight {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

@media (max-width: 568px) {
  .slide-row {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 100%;
  }

  .showcase-item {
    flex: 0 0 30%;
    max-width: 30%;
    padding: 3px;
  }

  .slide-track {
    width: 190%;
    animation-duration: 10s; /* Faster on mobile */
  }
}

/* ---------------------------------------------------------------------------------------------------------------- */

 


.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9998;
  display: none;  /* ✅ Hidden by default */
}

.cookie-banner {
  display: none;  /* ✅ Hidden by default */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(30, 30, 30, 0.95);
  color: #ffffff;
  padding: 30px 40px;
  border-radius: 16px;
  max-width: 600px;
  width: 90%;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  z-index: 9999;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.cookie-banner p {
  font-size: 16px;
  margin-bottom: 20px;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.manage-btn,
.accept-btn {
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.manage-btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.manage-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.accept-btn {
  background-color: #f5110d;
  color: #ffffff;
  border: none;
}

.accept-btn:hover {
  background-color: #ff8f8d;
}

.learn-more {
  color: #f5110d;
  text-decoration: underline;
}
/* ------------------ Mobile Cookie Banner Adjustments ------------------ */
@media (max-width: 768px) {

  .cookie-banner {
    top: 50%;             /* keep centered like desktop */
    transform: translate(-50%, -50%);
    width: 90%;           /* responsive width */
    padding: 20px 25px;   /* slightly smaller padding for mobile */
    border-radius: 12px;
    font-size: 14px;      /* readable on small screens */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  }

  .cookie-banner p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .cookie-buttons {
    flex-direction: row;   /* keep side by side like desktop */
    gap: 12px;             /* maintain spacing between buttons */
    justify-content: center;
  }

  .manage-btn,
.accept-btn {
  padding: 8px 12px;     /* smaller height & width */
  font-size: 14px;       /* slightly smaller text */
  min-width: 100px;      /* narrower buttons */
  border-radius: 6px;    /* less rounded */
  white-space: nowrap;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 8px;              /* reduced space between buttons */
}

  .learn-more {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------- */
.cookie-settings-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  overflow-y: auto;
}

.cookie-settings-content {
  background: #fff;
  color: #000;
  border-radius: 12px;
  padding: 30px;
  max-width: 600px;
  margin: 60px auto;
  position: relative;
  box-shadow: 0 5px 30px rgba(0,0,0,0.3);
  font-family: 'Segoe UI', Tahoma, sans-serif;
  max-height: 90vh;
  overflow-y: auto;
}
.cookie-settings-content.scrollable {
  max-height: 400px; 
  overflow-y: auto;
}



.scrollable::-webkit-scrollbar {
  width: 8px;
}
.scrollable::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.scrollable::-webkit-scrollbar-thumb {
  background-color: #d3d3d3;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}

.cookie-setting-group {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.cookie-toggle-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookie-toggle-row h3 {
  font-size: 17px;
}
.vendor-link {
  color: #f5110d;
  text-decoration: underline;
  font-size: 14px;
}
.always-active {
  color: #f5110d;
  font-size: 14px;
  font-weight: 500;
}
.confirm-btn {
  background-color: #f5110d;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
}
.confirm-btn:hover {
  background-color: #000000;
}
.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider.round {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.slider.round:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.3s;
}
input:checked + .slider.round {
  background-color: #f5110d;
}
input:checked + .slider.round:before {
  transform: translateX(20px);
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}

/* -------------------------------------------------------------------------------------------------------------------- */
.policy-container {
      max-width: 860px;
      margin: 60px auto;
      background: var(--card-bg);
      padding: 40px 50px;
      border-radius: 12px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    }

    .policy-container h1 ,h2 {
      font-family: 'Georgia', serif;
      font-weight: 600;
      color: #111;
    }

    .policy-container h1 {
      font-size: 32px;
      margin-bottom: 20px;
    }

    .policy-container h2 {
      font-size: 22px;
      margin-top: 40px;
      margin-bottom: 10px;
      color: var(--primary-color);
    }

    .policy-container p {
      font-size: 16px;
      margin-bottom: 20px;
    }

    .policy-container a {
      color: var(--primary-color);
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .footer-note {
      margin-top: 40px;
      font-size: 14px;
      color: #888;
      text-align: center;
    }

    @media (max-width: 768px) {
      .policy-container {
        padding: 25px;
        margin: 30px 20px;
      }

      .policy-container h1 {
        font-size: 26px;
      }

      .policy-container h2 {
        font-size: 20px;
      }
    }
/* ----------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.carousel-wrapper {
  max-width: 1200px;
  margin: 60px auto;
  overflow: hidden;
  position: relative;
  padding: 60px 0px;
  margin-top: -15px;
}


.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
  align-items: center;
}

.carousel-slide {
  flex: 0 0 auto;
 
  width: 15%;
  height: 300px;
  overflow: hidden;
  margin-top: 60px;
  position: relative;
  transition: all 0.6s ease; 
  cursor: pointer;
}

.carousel-slide.center {
  width: 70%;
  height: 490px;
  margin-top: 0;
  z-index: 2;
    flex: 0 0 70%;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* .carousel-slide.center img {
  border: 6px solid #ffcc00; 
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.7);
  transition: all 0.3s ease-in-out;
} */
 /* .carousel-slide.center {
  position: relative;
  display: inline-block;
}

.carousel-slide.center img {
  display: block;
}

.carousel-slide.center::before,
.carousel-slide.center::after,
.carousel-slide.center span::before,
.carousel-slide.center span::after {
  content: '';
  position: absolute;
  width: 20px;   
  height: 20px; 
  border: 3px solid #ffcc00; 
  box-sizing: border-box;
}

.carousel-slide.center::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}


.carousel-slide.center::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}


.carousel-slide.center span::before {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}

.carousel-slide.center span::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
} */

.carousel-slide.center {
  position: relative;
  display: inline-block;
  padding: 20px; /* space for corners */
}

.carousel-slide.center img {
  display: block;
  position: relative;
  z-index: 1;
}

/* Create all four corners using only pseudo-elements */
.carousel-slide.center::before,
.carousel-slide.center::after {
  content: '';
  position: absolute;
  width: 25px;  /* corner length */
  height: 25px;
  border: 3px solid #ffcc00;
}

/* Top-left corner */
.carousel-slide.center::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

/* Top-right corner */
.carousel-slide.center::after {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}

/* Bottom-left corner using box-shadow */
.carousel-slide.center::before {
  box-shadow: 0 calc(100% + 3px) 0 0 #ffcc00, calc(0) calc(100% + 3px) 0 0 #ffcc00;
  transform: translateY(0);
}

/* Bottom-right corner using box-shadow */
.carousel-slide.center::after {
  box-shadow: -25px calc(100% + 3px) 0 0 #ffcc00, 0 calc(100% + 3px) 0 0 #ffcc00;
}

/* Tooltip */
.hover-tooltip {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
 background: rgba(34, 34, 34, 0.9);
border: 1px solid #ffcc00;

  color: #FFD300;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  z-index: 10; /* bring tooltip above image */
}


.carousel-slide.center:hover .hover-tooltip {
  display: block;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 5;
  padding: 10px;
  border-radius: 50%;
}
.carousel-slide.center .hover-tooltip {
    display: block !important; /* always show */
    bottom: 20px;              /* adjust position for mobile */
    font-size: 12px;           /* optional smaller font */
     /* transform: scale(1.05); */
  }
.carousel-arrow.left { left: 10px; }
.carousel-arrow.right { right: 10px; }

/* Make tooltip always visible on center slide in mobile view */
@media (max-width: 768px) {
  .carousel-slide.center .hover-tooltip {
    display: block !important; /* always show */
    bottom: 20px;              /* adjust position for mobile */
    font-size: 12px;           /* optional smaller font */
     /* transform: scale(1.05); */
  }
/* .carousel-wrapper {

  overflow: hidden;
  position: relative;
  padding: 60px 0px;
 margin-left: -50px;
} */
  /* Adjust slide sizes if needed */
  .carousel-slide { 
    width: 20%;
    height: 200px; 
    margin-left: 2px;
  }

  .carousel-slide.center { 
    width: 70%; 
    height: 280px;
    margin-top: 35px;
    
  }
}
/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
.portfoliogame-scroll-section {
  height: 80vh;
  width: 98.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 60px;
  background: linear-gradient(135deg, #0d0f1a, #1a1f2e, #2b2f4c);  /* Initial background */
  box-sizing: border-box;
  overflow: hidden;
  transition: background 0.6s ease-in-out; /* Smooth background transition */
}

.portfoliogame-image-container {
  position: relative;
  width: 450px; /* increased from 350px */
  height: 600px; /* increased from 500px */
  overflow: hidden;
}

.portfoliogame-image-container img {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: bottom 1s ease-out, opacity 1s ease-out;
}

.portfoliogame-image-container img.active {
  bottom: 0;
  opacity: 1;
}

/* Animate text fade-in */
.portfoliogame-text-left,
.portfoliogame-text-container {
  transition: all 0.5s ease;
  opacity: 0;
}

.portfoliogame-text-left.visible,
.portfoliogame-text-container.visible {
  opacity: 1;
}

/* Dynamic color support */
.portfoliogame-text-left h2,
.portfoliogame-text-container h2,
.portfoliogame-text-container p {
  color: var(--dynamic-color, #ffffff); /* Default color */
}

.portfoliogame-text-left h2 {
  font-size: 2.8rem;
  font-weight: 700;
}

.portfoliogame-text-container h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.portfoliogame-text-container p {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .portfoliogame-scroll-section {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 20px;
    gap: 30px;
    height: auto;
    width: 100%;
    overflow: hidden;
  }

  .portfoliogame-text-left,
  .portfoliogame-text-container {
    width: 100%;
    max-width: 90vw;
    text-align: center;
    padding: 0 10px;
  }

  .portfoliogame-text-left h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .portfoliogame-text-container h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }

  .portfoliogame-text-container p {
    font-size: 1rem;
    line-height: 1.5;
  }

  .portfoliogame-image-container {
    width: 90vw;
    height: 50vh; /* ENSURE VISIBLE SPACE */
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #000; /* optional */
  }

  .portfoliogame-image-container video,
  .portfoliogame-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 0;
  }

  .portfoliogame-image-container video.active,
  .portfoliogame-image-container img.active {
    opacity: 1;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .portfoliogame-scroll-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 60px 20px;
    height: auto;
    background: linear-gradient(135deg, #0d0f1a, #1a1f2e, #2b2f4c);
  }

  .portfoliogame-scroll-card {
    width: 90vw;
    max-width: 500px;
    background: #111827;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
  }

  .portfoliogame-scroll-card video {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
  }

  .portfoliogame-scroll-card video.active {
    opacity: 1;
    transform: translateY(0);
  }

  .portfoliogame-scroll-card h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #fff;
  }

  .portfoliogame-scroll-card p {
    font-size: 1rem;
    color: #ccc;
  }
}


  /* --------------------------------------------------------------------------------------------------------------------------- */
#videoTextSequence {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 80vh;
  background: #000000;
  color: white;
  padding: 1rem 1rem;
  overflow: hidden;
}

/* Split container */
.split-word {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.8s ease;
  margin-top: 2rem;
  gap: 0;
  perspective: 1000px;
}

/* Left and Right text */
.split-left,
.split-right {
  font-size: 6.3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px; /* Max reduction */
color: #ffe600;
text-shadow: 0 1px 6px rgba(0, 179, 255, 0.4);
margin: 0 -83px; /* 🔸Negative margin pulls the two parts closer */
  
  padding: 0;
  transform-style: preserve-3d;
  transition: transform 1s ease, opacity 1s ease;
}

/* On visibility */
.split-word.visible {
  opacity: 1;
}

/* Video slice between split text */
.video-slice {
  width: 30px;
  height: 500px;
  margin: 0 -20px; /* Overlap into text */
  z-index: 1;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.15);
  opacity: 0;
  overflow: hidden;
  transition: width 2.5s ease, opacity 2.5s ease;
}

.video-slice.reveal {
  width: 580px;
  opacity: 1;
}

.video-slice video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* Dot navigation */
.dots {
  margin-top: 30px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.active {
  background: #00bcd4;
  border: 2px solid #fff;
}
@media (max-width: 768px) {
  #videoTextSequence {
    padding: 1rem 0.5rem;
    min-height: auto;
  }

  .split-word {
    flex-direction: column;
    gap: 10px;
    margin-top: 1.5rem;
  }

  .split-left,
  .split-right {
    font-size: 2.5rem;
    letter-spacing: -2px;
    text-align: center;
  }

  .video-slice {
    width: 20px;
    height: 240px;
    margin: 10px 0;
  }

  .video-slice.reveal {
    width: 90vw;   /* Full width on mobile */
    height: 220px;
  }

  .dots {
    margin-top: 20px;
    gap: 10px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */
#album-section {
  height: 80vh;
background: linear-gradient(135deg, #1f0036, #89216b);



  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.card-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.card-list-item {
  position: absolute;
  animation: none;
  animation-fill-mode: forwards;
}

.card {
  --size: 580px;
  display: flex;
  width: var(--size);
  height: var(--size);
  border-radius: 2px;


  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; /* ensures the full image fits without cropping */
}

/* ✅ Responsive Design */
@media (max-width: 1024px) {
  .card {
    --size: 100px;
  }
}

@media (max-width: 768px) {
  .card {
    --size: 100px;
  }
}

@media (max-width: 480px) {
  .card {
    --size: 320px;
  }
}
/* -------------------------------------------------------------------------------------------- */
.fan-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
background-color: #223843;

  min-width: 40vw;
  min-height: 40vw;
  overflow: hidden;
  position: relative;
}

.image-fan {
  display: inline-grid;
  counter-set: card 0;
  grid-template-columns: repeat(5, 0);
  gap: 0;
  transition: all 0.4s ease-in-out;
}

.fan-card {
  position: relative;
  width: 38vmin; /* Adjusted for tighter grouping */
  height: 50vmin;
  transition: all 0.3s ease;
}

.fan-card img {
  position: absolute;
  top: 50%;
  
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5vmin;
  transform-origin: 50% 100%;
  transform: translate(-50%, -50%) rotate(calc((var(--i) * 15deg) - 30deg));
  transition: all 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Fan effect on hover */
.fan-section:hover .image-fan {
  grid-template-columns: repeat(5, 20vmin);
  gap: 2vmin;
}

/* Focused image on hover */
.fan-section:hover .fan-card img:hover {
  transform: translate(-50%, -55%) rotate(0deg) scale(1.1);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2), 0 6px 16px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .fan-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1f1c2c, #928dab); /* Smooth dark gradient */
  min-width: 40vw;
  min-height: 40vw;
  overflow: hidden;
  position: relative;
}

.image-fan {
  display: inline-grid;
  counter-set: card 0;
  grid-template-columns: repeat(5, 0);
  gap: 0;
  transition: all 0.4s ease-in-out;
}

.fan-card {
  position: relative;
  width: 38vmin; /* Adjusted for tighter grouping */
  height: 50vmin;
  transition: all 0.3s ease;
}

.fan-card img {
  position: absolute;
  top: 50%;
  width: 90%;
  height: 90%;
  object-fit: cover;
  border-radius: 1vmin;
  transform-origin: 50% 70%;
  transform: translate(-50%, -50%) rotate(calc((var(--i) * 15deg) - 30deg));
  transition: all 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Fan effect on hover */
.fan-section:hover .image-fan {
  grid-template-columns: repeat(5, 20vmin);
  gap: 2vmin;
}

/* Focused image on hover */
.fan-section:hover .fan-card img:hover {
  transform: translate(-50%, -55%) rotate(0deg) scale(1.1);
  z-index: 10;
  box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2), 0 6px 16px rgba(0, 0, 0, 0.5);
}
}
  /* --------------------------------------------------------------------------------------------------------------------------- */
    
      
/* ------------------ Section & Gallery ------------------ */
.game-section-container {
  background-color: #000; 
  padding: 70px 70px;
  color: rgb(0, 0, 0);
  margin: 0 auto;      /* Center it */
}


.gallery-row {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
  gap: 1.5rem;
  padding: 1rem 3rem;
  cursor: grab;
}

.gallery-row:active {
  cursor: grabbing;
}

.gallery-row::-webkit-scrollbar {
  display: none;
}

.section-title {
  padding: 20px 40px;
  background: #4b0082;
  
}

.section-title h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 28px;
}

/* ------------------ Game Tiles ------------------ */
.game-tile {
  flex: 0 0 auto;
  width: 180px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  scroll-snap-align: start;
  cursor: pointer;
  background-color: #2a2a2a;
}

.game-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}

.game-tile .info {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.7), transparent);
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.game-tile .info h3 {
  margin: 0 0 5px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.game-tile .info p {
  margin: 0;
  font-size: 0.85rem;
  color: #000;
  font-weight: bold;
}





/* ------------------ Hover Preview ------------------ */
.hover-preview-box {
  position: absolute;
  width: 5vw;
  height: 30vw;
  display: flex; /* always flex */
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  align-content: center;
  z-index: 999;
  pointer-events: none;
  opacity: 0; /* hide initially */
  transition: opacity 0.2s ease, transform 0.2s ease;
  margin-left: 33px;
}

.hover-preview-box.active {
  opacity: 1;
  pointer-events: auto;
}

.hover-preview-box img {
  width: 90%;
  height: 60%;
  object-fit: cover;
  border-radius: 0;
  margin-top: -5px;
}

.hover-info-box {
  background: linear-gradient(135deg, #1e3c72, #2a5298);
  border: 1px solid rgba(58, 58, 58, 0.05);
  width: 90%;
  padding: 1.2rem 1.5rem;
  border-radius: 0;
  margin-top: 0;
  height: 20vw;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: all 0.3s ease;
}

.hover-info-box h3 {
  margin: 0 0 0.6rem 0;
  font-size: 1.3rem;
  color: #00d1ff;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.hover-info-box p {
  margin: 0.4rem 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #dddddd;
}

.hover-close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s ease;
  margin-right: 50px;
}

.hover-close:hover {
  background-color: rgba(0,0,0,0.8);
}

.hover-info-box .view-more-btn {
  margin-top: 15px;
  padding: 8px 16px;
  background-color: #ff9900;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
}

.hover-info-box .view-more-btn:hover {
  background-color: #e68a00;
}






/* ------------------ Mobile Adjustments ------------------ */
@media (max-width: 768px) {
  .section-title {
    padding: 1px 1px;
    background: #30064f;
  }

  .game-section-container {
    padding: 20px 10px;
  }

  .gallery-row {
    gap: 0.8rem;
    padding: 0.5rem;
  }

  .game-tile {
    width: 45vw;
    height: auto;
    position: relative;
  }

  .game-tile .info h3 {
    font-size: 16px;
  }

  .game-tile .info p {
    font-size: 0.8rem;
  }

  .section-title h2 {
    font-size: 18px;
    color: #fff;
  }

/* ------------------ Mobile Adjustments ------------------ */


#fullscreenHover {
  display: none;               /* hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  pointer-events: none;        /* off until active */
}


  /* Hover Preview Fullscreen */
  #fullscreenHover.hover-preview-box {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.95);
    z-index: 999; /* lowered from 9999 to avoid blocking cookie button */
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    pointer-events: auto !important;
    margin-left: 0px;
    padding-bottom: 80px; /* ensure space for cookie button */
  }

  #fullscreenHover img {
    width: 100%;
    height: auto;
    max-height: 50%;
    border-radius: 0;
    margin-top: 130px;
  }

  #fullscreenHover .hover-info-box {
    position: relative;
    width: 100%;
    height: 70vw;
    background: rgba(30,60,114,0.9);
    padding: 0.8rem;
    box-shadow: none;
  }

  #fullscreenHover .hover-info-box h1,
  #fullscreenHover .hover-info-box h2 {
    font-size: 5rem;
  }

  #fullscreenHover .hover-info-box p {
    font-size: 1.5rem;
  }

  .hover-info-box h3 {
    font-size: 2rem;
  }

  #fullscreenHover .hover-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: transform 0.2s, box-shadow 0.2s;
    margin-top: 70px;
    margin-right: 10px;
  }

  #fullscreenHover .hover-close:hover {
    transform: scale(1.1);  
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  }

  .hover-info-box .view-more-btn {
    width: 50%;
    padding: 1px 0;
    font-size: 1rem;
    align-items: center;
    margin-left: 80px;
  }

  /* Cookie Button Fix */
  #cookieButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000; /* higher than hover preview */
  }

}


/* ------------------------------------------------------Game Container--------------------------------------- */
 
 
 
 .gamecontainer {
  position: relative;
  width: 100%;  
  display: flex;
  align-items: flex-start;
  padding: 20px;
  gap: 20px;
  background: #ffffff url('http://nileegames.com/img/game-catalogue/game-container-bg/game-container-bg-css.jpg') no-repeat center center;
  background-size: cover; /* Makes image cover entire container */
  margin-top: 10px;
 
}


/* Wrapper to maintain aspect ratio */
.iframe-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;      /* 16:9 aspect ratio (adjust if needed) */
}

/* Responsive iframe */
.game-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  background: transparent;
}

    .left-image {
      width: 200px;
      height: 200px;
      background-color: transparent;
      flex-shrink: 0;
	  border-radius: 16px;
		overflow: hidden;
    }

    .left-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
	    
    }

    .gameinfo-section {
      max-width: 600px;
      margin-bottom: 30px;
    }

    .gameinfo-title {
      font-size: 24px;
      color: #222;
      font-weight: bold;
      margin-bottom: 12px;
      text-align: left;
      margin-left: 50px;
    }

    .gameinfo-text {
      font-size: 16px;
      line-height: 1.7;
      text-align: left;
      color: #555;
      margin-left: 50px;
	  text-align: justify;
    }

    .gameinfo-section p {
      font-size: 16px;
      margin: 6px 0;
      margin-left: 50px;
    }

    .gameinfo-section strong {
      font-weight: bold;
      color: #222;
    }
    @media (max-width: 768px) {
  .gamecontainer {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    margin-top: 60px;
  }

  .left-image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
  }

  .gameinfo-section {
    max-width: calc(100% - 140px); /* space beside image */
    margin-bottom: 20px;
  }

  .gameinfo-title,
  .gameinfo-text,
  .gameinfo-section p {
    margin-left: 0;
    text-align: left;
  }

  .gameinfo-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .gameinfo-text,
  .gameinfo-section p {
    font-size: 14px;
    line-height: 1.5;
  }
}

  /* --------------------------------------------------------------------------------------------------------------------------- */
.filter-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px auto;
  font-weight: bold;
  text-align: center;
}

.filter-btn {
  border: none;
  background: none;
  font-size: 16px;
  color: #f43636;
  cursor: pointer;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s, transform 0.3s;
}

.filter-btn:hover {
  transform: scale(1.1);
}

.filter-btn.active {
  border-bottom: 2px solid #007bff;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  justify-items: center;
  margin: 0 auto 50px;
  padding: 0 10px;
}

.image-box {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  height: auto;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}

.image-box.animate-float {
  opacity: 1;
  transform: translateY(0);
}

.image-box.animate-float:hover {
  animation: floatUp 1.5s ease-in-out infinite;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  margin-bottom: 30px;
}

.image-box:hover img {
  transform: scale(1.02);
}

.image-box:hover::after {
  content: "Click to enlarge";
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 3px;
  animation: fadeIn 0.4s ease both;
}

.image-box span {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  width: 100%;
  text-align: right;
  padding: 5px 10px;
  animation: slideUp 0.5s ease-in-out;
}

/* Lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeIn 0.5s ease both;
}

.lightbox img {
  width: 95vw;
  height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  transition: transform 0.3s ease;
  transform: scale(1.05);
  animation: zoomIn 0.5s ease both;
}
.lightbox .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  width: 50px;
  height: 50px;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 3rem;     /* Adjust for arrow size */
  font-weight: bold;    /* Make symbol sharp */
  line-height: 1;       /* Ensure no extra spacing */
  cursor: pointer;
  z-index: 1001;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, background 0.3s ease;
}

.lightbox .nav:hover {
  transform: translateY(-50%) scale(1.2);
  background: darkred;
}

/* Adjust size for mobile */
@media (max-width: 768px) {
  .lightbox .nav {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
.lightbox .prev {
  left: 5vw; /* 🧲 Closer to image */
}

.lightbox .next {
  right: 5vw;
}


.lightbox .image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 90vw;
}

.lightbox .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Responsive close button */
.lightbox .image-close-btn {
  position: absolute;
  top: 10px;              /* small fixed distance from top */
  right: 10px;            /* small fixed distance from right */
  width: 40px;
  height: 40px;
  font-size: 3rem;      /* bigger × */
  color: white;
  background: red;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.lightbox .image-close-btn:hover {
  transform: scale(1.2) rotate(90deg);
  background: darkred;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Responsive Tweaks */
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lightbox img {
    width: 98vw;
    height: 80vh;
  }
}

@media (max-width: 480px) {
  .image-grid {
    grid-template-columns: 1fr;
    
  }

  .lightbox img {
    width: 100vw;
    height: 75vh;
  }
}
@media (max-width: 768px) {
  .lightbox .nav {
    font-size: 1.5rem;
    padding: 8px;
    display: block;         /* 🟢 Ensure it's visible */
    z-index: 9999;          /* 🟢 Bring to front */
  }

  .lightbox .prev {
    left: 5px;             /* 🟢 Make sure it's not off-screen */
  }

  .lightbox .next {
    right: 5px;
  }
  
.lightbox .image-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem; /* 🔍 Bigger icon */
  color: white;
  background: rgba(0, 0, 0, 0.7); /* 🌑 Darker background */
  padding: 10px 14px; /* 📏 More padding */
  border-radius: 50%; /* 🟢 Circular shape */
  cursor: pointer;
  z-index: 1001;
  transition: transform 0.3s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* ✨ Soft glow */
  margin-top: 170px;
        margin-right: -10px;
}

.lightbox .image-close-btn:hover {
  transform: scale(1.3) rotate(90deg); /* 🎯 More dramatic hover */
}
}


/* cntact us Table UI */

/* Wrapper for all projects */
.projects-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* spacing between projects */
  justify-content: center;
}

/* Individual project block */
.project-container {
  position: relative;
  width: 400px;   /* fixed width */
  height: 300px;  /* fixed height */
  overflow: hidden;
  border-radius: 10px;
  background-color: #000;      /* fallback */
  flex: 0 0 auto;              /* prevents flex from shrinking */
}

/* Image styling */
.project-container .background-image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fill container without distortion */
  display: block;
}

/* Hover effect */
.project-container .hover-state {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  background-color: rgba(44, 62, 80, 0.9);
  text-align: center;
  padding: 20px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.project-container:hover .hover-state {
  opacity: 1;
}

/* Hover text */
.project-container .hover-state h3 {
  color: #fff;
  margin-bottom: 10px;
}

/* Button */
.project-container .btn-shine-menu {
  background: #fff;
  color: #000;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .project-container {
    width: 50%;      /* 2 per row on tablets */
    max-width: 400px;/* cap at 400px */
  }
}

@media (max-width: 600px) {
  .project-container {
    width: 100%;     /* 1 per row on mobile */
    max-width: 400px;
  }
}

.filter-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.filter-wrapper button {
  background: #f0f0f0;
  border: none;
  padding: 8px 16px;
  margin: 5px;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
  transition: background 0.3s;
}

.filter-wrapper button.active,
.filter-wrapper button:hover {
  background: #2c3e50;
  color: #fff;
}


