/**
  * DJ Mike Walsh Responsive Update
 */

@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Open+Sans:400,600,700&display=swap");

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
  background-color: #fff;
  font-weight: 300;
  color: #333;
  width: 100%;
  overflow-x: hidden;
}

/*--------------------
 TYPOGRAPHY
-----------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #3f4451;
}

/* Fluid H1 for Mobile Friendliness */
h1 {
  font-size: 7rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 600;
  word-wrap: break-word;
}

@media (max-width: 991px) {
  h1 { font-size: 3.5rem; }
}

@media (max-width: 480px) {
  h1 { font-size: 2.5rem; }
}

h2 { font-size: 1.625rem; }
p {
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 2;
    }

/*-------------------
  MENU & NAVIGATION
----------------------*/
.main-navigation {
  z-index: 9999;
  padding: 10px 0px;
  background: #b4c8e7;
  border-bottom: 3px solid #fff;
}

.navbar-brand h2 {
  font-size: 1.5rem;
  color: #051441;
}

.navbar-nav .nav-link {
  /* font-weight: 700; */
  /* color: #051441 !important; */
  /* text-transform: capitalize; */
}

.navbar-nav .nav-link.active {
  color: #cc302b !important;
}

/* Mobile Menu Fix */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    margin-top: 15px;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  }
  .btn-border-tp {
    margin-top: 15px;
    margin-left: 0 !important;
    display: inline-block;
  }
}

/*----------------------
 BANNER STYLE
-----------------------*/
.py-7 {
  padding: 120px 0px 40px 0px;
}

.banner-main {
  position: relative;
  min-height: 300px;
  margin-bottom: 25px;
}

.banner-main:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  background: #181839;
  height: 100%; /* Changed from 80% to prevent gaps on mobile */
  z-index: -1;
}

.main-banner {
  padding: 40px 0px;
}

@media (max-width: 768px) {
  .main-banner {
    text-align: center;
    padding: 20px 0px 60px;
  }
}

/*-------------------
   COMMON SECTIONS
----------------------*/
.section {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .feature-home .col-lg-8 {
    text-align: center;
    margin-bottom: 40px;
  }
  .feature-home ul {
    text-align: left;
    display: inline-block;
  }
}

/* Form Styling */
.form-control {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background: #fff;
  height: 50px;
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #cc302b;
}

textarea.form-control {
  height: auto;
}

/*---------------------------
FOOTER
-----------------------------*/
.footer.bg {
  background-color: #201c50;
  padding: 60px 0;
  color: #fff;
}
.footer.bg h2{ 
  color: #fff;
}
.footer.bg h4{ 
  color: #fff;
}

@media (max-width: 991px) {
  .footer .text-lg-right, 
  .footer div[style*="text-align: right"] {
    text-align: center !important;
    margin-top: 40px;
  }
  .footer-widget {
    text-align: center;
  }
}

.footer-copy {
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

/*-----------------------------
 UTILITIES
--------------------------------*/
.img-fluid {
  max-width: 100%;
  height: auto;
}

.btn-border-tp {
  border: 2px solid #385777;
  background: #0a021d;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  transition: all 0.3s;
}

.btn-border-tp:hover {
  background: #385777;
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #93b1dd;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Mobile Menu Styling */
@media (max-width: 991px) {
    .navbar-toggler {
        border: 2px solid #051441;
        padding: 5px 10px;
    }

    .navbar-toggler .ti-menu-alt {
        color: #051441;
        font-size: 24px;
    }

    .navbar-collapse {
        background: #ffffff; /* White background for the dropdown */
        margin-top: 15px;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    .navbar-nav .nav-item {
        margin: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .navbar-nav .nav-item:last-child {
        border-bottom: none;
    }

    .navbar-nav .nav-link {
        padding: 10px !important;
        font-size: 18px;
    }

    /* Centers the 'Let's Talk' button on mobile */
    .btn-border-tp.ml-3 {
        margin-left: 0 !important;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}
 
.test-item.slick-slide {
    padding: 25px;
}

.slick-list.draggable {
    border: 2px solid #ccc;
    margin-bottom: 25px;
}
.btn-primary {
    color: #fff;
    background-color: #181839;
    border-color: #181839;
}

form {border: 1px solid #ccc;padding: 10px;}
form label{font-size:14px;}
h4.mb-0.mt-2 {
    padding-bottom: 25px;
}


.navbar-custom{/* position:fixed; */top:0;left:0;right:0;z-index:1030;background-color:rgb(255 255 255 / 30%);backdrop-filter:blur(10px);box-shadow:0 2px 15px rgba(0,0,0,.05);height:var(--nav-strip-height);display:flex;align-items:center}
.navbar-custom::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url(../images/gallery.jpg);background-repeat: no-repeat;background-position-y: -20px;background-size: 100%;opacity: 0.7;z-index: 0;}
.nav-container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;position:relative}
.logo-box{display:flex;flex-direction:column;align-items:center;transition:.3s;position:absolute;top:0;z-index:1040;width: 300px;}
.logo-box img{width: 100%;}
.navbar-nav{margin-left:auto}
.navbar-nav .nav-link.active{color: #fff !important;}
.navbar-nav .nav-link{font-weight:700;text-transform:uppercase;padding: 10px!important;color: #92b1dd;font-size: 1.2em;}
.navbar-nav .nav-link:hover{color:#0d6efd!important}
.hero{padding:160px 0 100px;text-align:center;background-image:url(../images/gallery.jpg);min-height:800px;background-size:cover}@media (max-width:991.98px){:root{--nav-strip-height:80px;--logo-height:150px}

.logo-box{width:80px}
.navbar-collapse{background:#fff;position:absolute;top:var(--nav-strip-height);left:0;right:0;padding:20px;box-shadow:0 10px 10px rgba(0,0,0,.1)}}
.hero h1{text-align:left;padding:.2em;font-size: 12em;font-weight:700;line-height: 1;}


.eventform {background-color: #526791;background-image: URL(../images/record.png);background-repeat: no-repeat;background-position: top right;}
.eventform h2 {color:#fff;font-size:3em}
.eventform p {color:#fff;margin-bottom:10px}
.eventform label {color:#fff;font-size:18px}
.eventform input {background-color:#d5dae3;font-size:18px}
.eventform textarea {background-color:#d5dae3;font-size:18px}



.carousel-control-next, .carousel-control-prev { display: none;}
a.nav-link.a {color: #fff;}
a.nav-link.a span {color: #92b1dd;}
section#review {padding-top: 60px;}
.carousel-indicators {visibility: hidden;}






















