/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/

/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - Features
* 08.0 - Gallery
* 09.0 - Team Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/


@font-face {
    font-family: 'caviar_dreams';
    src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #222;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #00ceb8;
}

.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

/* Keep default */
.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}

section {
  margin: 0;
}

#features {
    margin-top: 0;
    padding-top: 0;
}
/* Override only for gallery section */
#gallery.block,
#screenshots.block {
    overflow: visible;
}

.title-box{
    text-align: center;
    
    margin-bottom: 50px;
}
.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}
.pondB-btn {
    display: block;
    color: #fff;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
} 

.pondB-btn.store {
  background-color: #00aaff;
  border-color: #00aaff;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  text-transform: uppercase;
}  

.pondB-btn.store:hover {
  background-color: #008ecc; /* darker blue for hover effect */
  border-color: #008ecc;
  color: #fff;
} 


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 100%;
    margin-right: -260px;
    overflow-y: auto;
    background-color: #00aaff;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #ff9900;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#site-footer {
    text-align: center;
    padding: 30px 20px;
    font-size: 13px;
    color: #999;
    border-top: 1px solid #eee;
}
#site-footer a { color: #666; margin: 0 8px; text-decoration: none; }
#site-footer a:hover { text-decoration: underline; }

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #84FFB0;
}




/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader.gif') 
    no-repeat center center; 
}


/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(44, 62, 80, 0.92);
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sticky {
  padding: 0;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2c3e50;
  padding: 0;
}

.logo {
  font-family: 'Quicksand', sans-serif;
  font-size: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.logo:hover {
  color: #00aaff;
}

.logo-icon {
  height: 42px;
  width: auto;
  display: block;
  margin: 0;
}

#logo_menu {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

#menu-toggle {
  z-index: 1;
  font-size: 32px;
  float: right;
  border: 1px solid #fff;
  color: #fff;
  margin: 8px 0;
  padding: 4px 10px;
  line-height: 1;
}

#menu-toggle:hover {
  background: #00aaff;
  border-color: #00aaff;
  color: #fff;
}

.store-btn-container {
  padding-top: 15px;
}

.store-btn:hover {
  background: #00ceb8;
  border-color: #00ceb8;
  color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
  background: url('../assets/img/PondBaseNoMaxLogo.png') no-repeat center center;
  background-size: cover;
  background-position: center center;

  min-height: calc(100vh - 90px);
  display: flex;
  align-items: flex-start;

  padding-top: 90px;
  padding-bottom: 60px;

  position: relative;
}

#banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 18, 28, 0.28);
  z-index: 1;
}


#banner .container {
  position: relative;
  z-index: 2;
}

.hero-headline-box {
  position: absolute;
  top: 0px;
  right: 40px;
  width: 460px;
  text-align: left;
  color: #fff;
  z-index: 3;
}

.hero-headline-box h1 {
  font-family: 'Rubik', 'Quicksand', sans-serif;
  font-size: 54px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.3px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.hero-copy-box {
  position: absolute;
  left: 20px;
  top: 440px;
  width: 320px;
  text-align: left;
  color: #fff;
  z-index: 3;
}

.headings {
  max-width: 560px;
  margin: 280px 0 0 40px;
  text-align: left;
  color: #fff;
}

#banner h1,
.headings h1 {
  font-family: 'Rubik', 'Quicksand', sans-serif;
  font-size: 56px;
  line-height: 1.08;
  font-weight: 800;
  margin: 0 0 18px 0;
  padding: 0;
  color: #fff;
  text-transform: none;
  letter-spacing: 0.3px;
}

.headline-divider {
  width: 100px;
  height: 4px;
  background: #00aaff;
  margin: 0 0 20px 0;
  border-radius: 999px;
}

.headings p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
  padding: 0;
}

.hero-subheadline {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 300;
  margin: 0 0 12px 0;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.22);
}

.hero-proof {
  font-size: 14px;
  opacity: 0.82;
  margin: 0 0 24px 0;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 10px rgba(0,0,0,0.18);
}

.hero-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-row {
  position: relative;
  min-height: 760px;   /* ⬅️ keep this */
}

.floating-phone {
  position: absolute;

  right: -80px;      /* push it slightly off-screen */
  bottom: -80px;     /* anchor lower visually */

  width: 700px;      /* ⬅️ BIG size (independent of container) */
  height: 700px;

  background: url('../assets/img/PondBasePhoneOnly.png') no-repeat center top;
  background-size: contain;

  z-index: 5;
  pointer-events: none;

  filter: drop-shadow(0 50px 80px rgba(0,0,0,0.65));

  animation: phoneFloat 6s ease-in-out infinite;
}

@keyframes phoneFloat {
  0%   { transform: translateY(0) rotate(8deg); }
  50%  { transform: translateY(-12px) rotate(8deg); }
  100% { transform: translateY(0) rotate(8deg); }
}

.app-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #00aaff, #0077cc);
  color: #fff;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0, 170, 255, 0.30);
  transition: all 0.25s ease;
  margin: 0;
}

.app-store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 170, 255, 0.45);
  background: linear-gradient(135deg, #00c6ff, #0088ff);
  color: #fff;
}

.app-store-btn i {
  font-size: 18px;
}

.pondB-btn i {
  padding-right: 6px;
}

.store:hover {
  background: #00ceb8;
  border-color: #00ceb8;
  color: #fff;
}

.slidedown {
  font-size: 42px;
  color: #fff;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
}

/* Banner / header responsive */

@media (max-width: 992px) {
  #banner {
    min-height: 62vh;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  #banner h1,
  .headings h1 {
    font-size: 42px;
  }

  .hero-subheadline {
    font-size: 18px;
  }

  .logo {
    font-size: 28px;
  }

  .logo-icon {
    height: 54px;
  }
}

@media (max-width: 576px) {
  #banner {
    min-height: 58vh;
    padding-top: 110px;
    padding-bottom: 50px;
  }

  #banner h1,
  .headings h1 {
    font-size: 34px;
    line-height: 1.12;
  }

  .hero-subheadline {
    font-size: 17px;
  }

  .hero-proof {
    font-size: 13px;
  }

  .logo {
    font-size: 24px;
    gap: 8px;
  }

  .logo-icon {
    height: 44px;
  }

  #menu-toggle {
    font-size: 28px;
    padding: 4px 8px;
  }
}

/* ///////////////////////////////////////////////////////////////////// 
//  07 - Features
/////////////////////////////////////////////////////////////////////*/

.feature-box {
    padding: 30px 0px;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
}
.feature-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}
.feature-box p {
    padding: 0px 20px;
}
.feature-box h2 {
    margin: 0;
    padding: 20px 0px;
    font-weight: 300;
}


/* ///////////////////////////////////////////////////////////////////// 
//  08 - Gallery
/////////////////////////////////////////////////////////////////////*/


#gallery {
  position: relative;
  background: url('../assets/img/pond_gal_bg.jpg') center center no-repeat;
  background-size: contain;
  background-color: #0a121c; /* fills empty space cleanly */
  background-attachment: fixed; /* makes background stay in place */
  z-index: 1;
}

#gallery::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* adjust alpha for more or less fade */
  z-index: 2;
}

#gallery .container {
  position: relative;
  z-index: 3; /* bring gallery content above the fade layer */
}

#screenshots .item {
  padding: 0px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  overflow: visible; /* <-- critical for allowing image scale */
}

.customNavigation{
  text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a{
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
    color: #00aaff;
    font-size: 2em;
    margin: 0 1em;
    padding: 10px 19px;
    line-height: 0;
    border: 1px solid #00aaff;
    border-radius: 50%;
}

.gallery-nav:hover,.gallery-nav:focus,.gallery-nav:active {
    color: #fff;
    background:#00aaff;
}

.owl-carousel {
  overflow: visible !important;
}

/* Allow overflow from all carousel items and parents */
#screenshots,
#screenshots .owl-stage-outer,
#screenshots .owl-stage,
#screenshots .item {
  overflow: visible;
}

/* Prevent clipping and allow growth */
#screenshots .item img {
  transition: transform 0.3s ease;
  will-change: transform;
  display: block;
  margin: 0 auto;
}

/* Trigger on hover and mobile tap */
#screenshots .item img:hover,
#screenshots .item img.tapped {
  transform: scale(1.10);
}


/* ///////////////////////////////////////////////////////////////////// 
//  09 - Team Member
/////////////////////////////////////////////////////////////////////*/

.team-social {
    margin: 0;
    padding: 8px 0px;
    list-style: none;
    text-align: center;
}
.team-social li {
    display: inline-block;
    font-size: 24px;
    padding: 0px 3px;
    color: #fff;
}
.team-social li a {
    display: inline-block;
}
.team-member {
    text-align: center;
    margin-bottom: 40px;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.team-member p {
    padding: 10px 10px 15px 10px;
}
.team-member h2 {
    font-size: 25px;
}
.team-social li a i {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1.6;
    border-radius: 50%;
    transition: 0.5s ease all;
}
.facebook a i {
    color: #3B5998;
    border-color: #3B5998;
}
.facebook a i:hover {
    color: #fff;
    background-color: #3B5998;
}
.linkedin a i {
    color: #007bb6;
    border-color: #007bb6;
}
.linkedin a i:hover {
    color: #fff;
    background-color: #007bb6;
}
.googleplus a i {
    color: #dd4b39;
    border-color: #dd4b39;
}
.googleplus a i:hover {
    color: #fff;
    background-color: #dd4b39;
}
.github a i {
    color: #444;
    border-color: #444;
}
.github a i:hover {
    color: #fff;
    background-color: #444;
}


/* ///////////////////////////////////////////////////////////////////// 
//  10 - Testimonial
/////////////////////////////////////////////////////////////////////*/


#testimonial {
    background: url(../img/testi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.review-star {
    text-align: center;
    color: rgb(255, 214, 0);
    font-size: 30px;
    padding-top: 20px;
}
.client-pic {
    padding: 0em 2em;
    max-width: 360px;
    margin: 0 auto;
}
.client-pic img {
    border-radius: 50%;
}

.review-desc {
    font-size: 24px;
    line-height: 1.8;
    font-weight: 100;
    font-style: italic;
    padding-top: 20px;
    color: #fff;
}
#testimonial .block-title {
    color: #fff;
}
#testimonial .block-title span {
    border-color: #fff;
}
p.client-name {
    float: right;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 5px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  11 - Subscribe Section
/////////////////////////////////////////////////////////////////////*/



#subscribe {
    background: url(../img/subs-bg.jpg);
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
.susbcribe-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 30px;
}
.container.subscribe-wrap {
    max-width: 600px;
}
#exampleInputEmail1 {
    font-size: 20px;
    padding: 15px 30px;
    height: auto;
    border: 2px solid #00aaff;
    border-radius: 0px;
    box-shadow: none;
}
.btn-custom {
    width: 100%;
    padding: 5px 15px;
    font-size: 34px;
    margin-top: 0px;
    background: #00aaff;
    box-shadow: none;
    border: 2px solid #00aaff;
    margin-left: -16px;
    color: #fff;
}
.subscribe-wrap .form-group {
    margin-right: -16px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  12 - Contact us Section
/////////////////////////////////////////////////////////////////////*/


.address {
    width: 30%;
    float: left;
    background: url(../img/gmap-bg.jpg);
    height: 640px;
}
.mailbox {
    width: 70%;
    float: left;
    background-image: url(../img/map-image.png);
    background-color: #222;
    padding-bottom: 111px;
    height: 640px;
}
.address .container {
    max-width: 100%;
}
.mailbox .container {
    max-width: 90%;
}
.address-list {
    list-style: none;
    padding: 160px 0px 70px 0px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    display: table;
}
.address-list li {
    font-size: 22px;
    padding: 0.5em 0;
    color: #fff;
    font-weight: 100;
}
.address-list li i {
    display: table-cell;
    background-color: blue;
    line-height: 1.8;
    width: 81px;
    height: 70px;
    text-align: center;
    font-size: 45px;
    border-radius: 50%;
    margin: 0;
    vertical-align: middle;
}
.address-list li span {
    padding: 0px 0px 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.mailbox .container {
    margin-top: 225px;
    margin-bottom: 0px;
}
#contactForm input,#contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #00aaff;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
    padding: 20px;
    height: auto;
}
#contactForm .form-group {
    margin-bottom: 25px;
}
#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}
.contact-submit {
    margin: 0 auto;
    margin-top: -38px;
    width: 160px;
    background: #fff;
    color: #00aaff;
    border: 2px solid #00aaff;
    font-size: 46px;
    padding: 0;
    margin: 0 auto;
    margin-top: -46px;
}
.contact-submit:hover {
    background: #00aaff;
    color: #fff;
}
#contact {
    position: relative;
}
.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #fff;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #fff;
}

#success p {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6ecba9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6ecba9;
}


/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/

#footer {
  background-color: rgba(44, 62, 80, 0.85); /* match #header color and opacity */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  padding: 30px 0; /* adjust spacing as needed */
  color: #fff;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* subtle fade layer */
  z-index: -1;
}

.footer-logo {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
}

.footer-logo a:hover {
    color: #00aaff;
}

.footer-logo a {
    color: #dadada;
}

.copyright {
    color: #fff;
    text-align: right;
    font-size: 18px;
    margin-top: 40px;
}
#footer span{
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    margin-bottom: -15px;
}


/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/


/*1340px - 1170px*/

@media all and (max-width: 1340px) and (min-width: 1170px;) {
    .address-list li {
        font-size: 18px;
    }
    .address-list li i {
        width: 60px;
        height: 60px;
        font-size: 34px;

    }
}

/*1170px - 992px*/

@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .address-list {
    padding: 200px 0px 70px 0px;
    width: 100%;
    max-width: 100%;
    }
    .address {
    height: 340px;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
    .address-list {
        padding: 200px 0px 70px 0px;
        width: 100%;
        max-width: 100%;
    }
    .address-list li {
        font-size: 16px;
        padding: 1em;
        display: inline-block;
    }
    .address-list li i {
        display: table-cell;
        line-height: 42px;
        width: 42px;
        height: 40px;
        font-size: 18px;
    }
}

/*1170px*/

@media all and (max-width: 1170px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/

@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
}

/*768px*/

@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
}


/*480px*/

@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}

@media (max-width: 992px) {
  .hero-row {
    min-height: 620px;
  }

  .hero-headline-box {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }

  .hero-headline-box h1 {
    font-size: 40px;
  }

 .hero-copy-box {
  position: static;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
  margin-top: 18px;
  padding: 0 18px;
  }

  .headline-divider {
    margin: 0 auto 20px auto;
  }

  .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-headline-box h1 {
    font-size: 32px;
  }

  .hero-subheadline {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  #banner {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 40px;

  background: url('../assets/img/PondBaseLakeOnly.png') no-repeat center top;
  background-size: cover;

  background-color: #0a121c;
}

  .hero-row {
    min-height: 760px;
    position: relative;
    padding-top: 0;
  }

  .hero-headline-box {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 22px;
    padding: 0 14px;
  }

  .hero-headline-box h1 {
    font-size: 32px;
    line-height: 1.12;
  }

  .hero-copy-box {
    position: static;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 3;
    margin-top: 400px;
    padding: 0 18px;
    left: auto;
    top: auto;
  }

  .headline-divider {
    margin: 0 auto 18px auto;
  }

  .hero-actions {
    justify-content: center;
  }

  .floating-phone {
    position: absolute;
    left: 50%;
    right: auto;
    top: 80px;
    bottom: auto;
    width: 72vw;
    max-width: 320px;
    min-width: 230px;
    transform: translateX(-50%);
  }

  @keyframes phoneFloat {
    0%   { transform: translateX(-50%) translateY(0); }
    50%  { transform: translateX(-50%) translateY(-12px); }
    100% { transform: translateX(-50%) translateY(0); }
  }
}

/* =========================
   App Screenshots Section
   ========================= */
#app-screenshots {
  background: linear-gradient(180deg, #08111a 0%, #0d1b29 100%);
  padding: 80px 0 90px 0;
  color: #fff;
}

.screenshots-header {
  text-align: center;
  margin-bottom: 36px;
}

.screenshots-header h2 {
  font-family: 'Rubik', 'Quicksand', sans-serif;
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #fff;
}

.screenshots-header p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.82);
  max-width: 680px;
  margin: 0 auto;
}

.screenshots-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.screenshots-scroll::-webkit-scrollbar {
  display: none;
}

.screenshots-scroll::-webkit-scrollbar-track {
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
}

.screenshots-scroll::-webkit-scrollbar-thumb {
  background: rgba(0,170,255,0.65);
  border-radius: 999px;
}

.screenshot-card {
  flex: 0 0 auto;
  width: 185px;
  scroll-snap-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

/* Tablet */
@media (max-width: 992px) {
  .screenshots-header h2 {
    font-size: 32px;
  }

  .screenshots-header p {
    font-size: 16px;
  }

  .screenshot-card {
    width: 220px;
  }
}

/* iPhone */
@media (max-width: 768px) {
  #app-screenshots {
    padding: 65px 0 75px 0;
  }

  .screenshots-header {
    margin-bottom: 28px;
    padding: 0 14px;
  }

  .screenshots-header h2 {
    font-size: 28px;
  }

  .screenshots-header p {
    font-size: 15px;
  }

  .screenshots-scroll {
    gap: 16px;
    padding: 8px 14px 14px 14px;
  }

  .screenshot-card {
    width: 185px;
    border-radius: 24px;
    padding: 10px;
  }

 .screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
 }
}

@media (max-width: 768px) {
  .screenshots-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .screenshots-blurb {
    font-size: 16px;
    margin-top: 30px;
  }
}

/* =========================
   App Store Badge
   ========================= */
.app-store-badge {
  height: 58px;
  width: auto;
  display: inline-block;
}

.app-store-badge:hover {
  transform: scale(1.05);
  transition: 0.2s ease;
}

/* Remove side padding for screenshots section */
.screenshots-container {
  padding-left: 0;
  padding-right: 0;
}

/* =========================
   Screenshots Blurb
   ========================= */
.screenshots-blurb {
  max-width: 720px;
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.9);
  padding: 0 20px;
}

/* =========================
   Center Screenshot Focus Effect
   ========================= */

/* Highlight center item */
.screenshot-card:has(img:focus),


/* =========================
   Infinite Carousel + Center Focus
   ========================= */

.screenshots-viewport {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  padding: 18px 0;
}

.screenshots-scroll {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 18px 14px;
}

.screenshots-scroll::-webkit-scrollbar {
  display: none;
}

.screenshot-card {
  flex: 0 0 auto;
  width: 185px;
  scroll-snap-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.9);
  opacity: 0.5;
}

.screenshot-card:not(.active) {
  transform: scale(0.88);
  opacity: 0.4;
}

.screenshot-card.active {
  transform: scale(1.04);
  opacity: 1;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.screenshots-scroll.no-snap {
  scroll-snap-type: none !important;
}

.screenshot-card {
  flex: 0 0 auto;
  width: 185px;
  scroll-snap-align: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.9);
  opacity: 0.5;
}

.screenshot-card:not(.active) {
  transform: scale(0.88);
  opacity: 0.4;
}

.screenshot-card.active {
  transform: scale(1.04);
  opacity: 1;
}

.screenshot-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.screenshots-scroll.no-snap {
  scroll-snap-type: none !important;
}
