/* ================================================= */
/* ------------------ General CSS ------------------ */
/* ================================================= */

* {
    box-sizing: border-box;
}

body {
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #ffffff;
}

a {
    color: #ffffff;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #000000;
    outline: none;
    text-decoration: none;
}

p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: 'ConfirmPersonalUse';
    src: url('Confirm/ConfirmPersonalUse.woff2') format('woff2'),
        url('Confirm/ConfirmPersonalUse.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 26px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 18px;
        font-weight: 400;
    }
}

.popover-body .radio label {
    margin-bottom: 0;
}

.popover-body button {
    display: inline-block;
    padding: 5px 10px;
    background: #000000;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.popover-body button:hover {
    color: #000000;
    background: #222222;
}

.popover-body button i {
    margin-right: 5px;
}

/* ================================================= */
/* ---------------- Top Header CSS ----------------- */
/* ================================================= */

.top-header {
    display: table;
    position: relative;
    background-size: cover;
    color: #fff;
    width: 100%;
    height: 100vh;
}

.top-header.banner {
    max-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-header:after {
    content: '';
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.top-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.top-header .brand {
    margin-bottom: 60px;
    display: inline-block;
}

.top-header .brand:hover {
    opacity: .75;
}

.top-header h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.top-header h1 a {
    color: #ffffff;
}

.top-header h1 a:hover {
    color: #000000;
}

.top-header .btn {
    background-color: #000000;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

.top-header .btn:hover {
    background-color: #000000;
    color: #fff;
}

.top-header .btn:focus {
    color: #fff;
}

.top-header .btn i {
    margin-right: 10px;
}

@media (max-width: 61.9em) {
    .top-header {
        padding: 75px 0;
    }

    .top-header .brand {
        margin-bottom: 35px;
    }
}

header .carousel-item {
  height: 100vh;
  transition: none
}

header .carousel-item img {
  height: 100%;
  object-fit: cover;
}

.overlay-container {
  position: relative;
  height: 100%;
}

.overlay-container img {
  width: 100%;
  height: 100vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); /* adjust opacity as needed */
  z-index: 1;
}

/*.carousel-logo {*/
/*  max-width: fit-content;*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: block;*/
/*  margin: 0 auto;*/
/*  filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.7));*/
/*  animation: fadeZoomIn 3s ease-in-out forwards;*/
/*}*/

.carousel-logo {
  max-width: fit-content;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.7));
  animation: fadeZoomIn 3s ease-in-out forwards;
  box-sizing: content-box;
}


/* Optional animation */
@keyframes fadeZoomIn {
  0% {
    transform: scale(1.3);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* Make logo slightly smaller on small screens */
@media (max-width: 768px) {
  .carousel-logo {
    max-width: 280px;  /* shrink more for mobile */
  }
}

.carousel-logo-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5; /* ensure it's above the overlay */
  color: white;
  padding: 20px;
  max-width: 100%;
  overflow: visible;
}



.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 5; /* ensure it's above the overlay */
  color: white;
  padding: 10px;
  max-width: 80%;
  overflow: visible;
}



@font-face {
  font-style: normal;
  font-family: 'Run';
  src: url('Confirm/Run-Medium.woff2') format('woff2'),
       url('Confirm/Run-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

.carousel-caption h3 {
  color: #f0f0f0;  
  font-family: 'Run', ;
  font-size: 4rem;
  font-weight: bolder;
  line-height: 70px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.carousel-caption p {
  color: #c2c2c2;
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: normal;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}





/* Adjust text size for smaller screens */
@media (max-width: 767px) {
  .carousel-caption h3 {
    font-size: 3rem;
    line-height: 40px;
    
  }

  .carousel-caption p {
    font-size: 0.9rem;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 55%; /* move slightly lower if needed */
    transform: translate(-50%, -50%);
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .carousel-caption h3 {
    font-size: 2rem;
  }

  .carousel-caption p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .carousel-caption {
    top: 55%; /* move slightly lower if needed */
    transform: translate(-50%, -50%);
    padding: 5px;
  }
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-slide {
  animation: fadeInUp 2s ease-in-out;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}

.animate-fade {
  animation: fadeIn 3s ease-in-out;
  animation-delay: 0.8s;
  animation-fill-mode: both;
}

@keyframes imageZoom {
  0% {
    transform: scale(1.1);
    opacity: 10;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.animate-img {
  animation: imageZoom 5s ease-in-out;
  animation-fill-mode: both;
  object-fit: cover;
  height: 100vh;
}



#headerSlider {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

#headerSlider img {
    width: 100%;
}

.top-header.banner h2 {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .top-header.banner {
        max-height: 300px;
        padding: 60px;
    }
}

@media (max-width: 575.98px) {
    .top-header.banner {
        max-height: 200px;
        padding: 45px;
    }
    
    .top-header .btn {
        font-size: 14px;
        font-weight: 400;
        padding: 5px 15px;
    }
}

/* ================================================= */
/* ---------------- Nav Header CSS ----------------- */
/* ================================================= */

#header {
    background: #000000;
    height: 70px;
}

#header #logo {
    margin: 14px 25px 0 0;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 2px 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

@media (max-width: 768px) {
    #header {
        height: 50px;
    }
    #header #logo {
        margin: 10px 0 0 0;
    }
    #header #logo h1 {
        padding: 2px 0;
        font-size: 26px;
    }
    #header #logo img {
        max-height: 30px;
    }
}

#header .social-nav {
    margin-top: 15px;
}

#header .social-nav a {
    display: inline-block;
    font-size: 18px;
    margin-left: 15px;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 3px 10px;
    border: 3px solid #ffffff;
    border-radius: 40px;
}

#header .social-nav a:hover {
    color: #666;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

#nav-menu-container {
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

.nav-menu a {
    padding: 23px 15px 17px 15px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

.nav-menu a:hover, 
.nav-menu li:hover > a, 
.nav-menu .menu-active > a {
    color: #353535;
}

.nav-menu ul {
    margin: 4px 0 0 15px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
    background: #fff;
    border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li:hover {
    background: #000000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.nav-menu ul li a {
    color: #333;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 10px 15px;
}

.nav-menu ul li a:hover {
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 8px 10px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #fff;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
    
    #logo {
        width: 100%;
        text-align: center;
    }
}

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #000000;
}

#mobile-nav ul .menu-item-active {
    color: #000000;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}

/* ================================================= */
/* -------------- Section Header Style ------------- */
/* ================================================= */

.section-header {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 45px;
    font-weight: 700;
}

.section-header::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 200px;
    bottom: -10px;
    left: calc(50% - 100px);
    background: #666;
}

.section-header::after {
    position: absolute;
    content: '\f030';
    font-family: FontAwesome;
    height: 22px;
    width: 36px;
    bottom: -31px;
    left: calc(50% - 18px);
    color: #666;
    font-size: 14px;
    line-height: 19px;
    background: #ffffff;
    border: 1px solid #666;
    border-radius: 0 0 40px 40px;
    transition: all .3s;
}

#about:hover .section-header::after,
#portfolio:hover .section-header::after,
#booking:hover .section-header::after,
#subscribe:hover .section-header::after,
#client:hover .section-header::after,
#call-us:hover .section-header::after,
#contact:hover .section-header::after,
#login:hover .section-header::after {
    color: #000000;
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 35px;
        font-weight: 600;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 25px;
        font-weight: 600;
    }
}

/* ================================================= */
/* ------------------ About Style ------------------ */
/* ================================================= */

#about {
    position: relative;
    padding: 45px 0 60px 0;
    background: #f2f2f2;
}

#about .section-header::after {
    background: #f2f2f2;
}

#about .img-col img {
    width: 100%;
    border-radius: 6px;
}

#about .img-col,
#about .content-col {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#about .content-col h3 {
    font-weight: 700;
    margin-bottom: 15px;
}

.team-card-items .team-image .team-content {
  padding: 30px 20px;
  background-color: var(--white);
  position: absolute;
  bottom: -40px;
  left: 40px;
  width: 81%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767.98px) {
    #about .content-col {
        text-align: center;
    }
    
    #about .content-col h3 {
        margin-top: 15px;
    }
}

#about .content-col p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 20px;
}

#about .content-col a {
    display: inline-block;
    background-color: #000000;
    font-weight: 700;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-transform: uppercase;
}

#about .content-col a:hover {
    background-color: #222222;
    color: #000000;
}

#about .content-col a:focus {
    color: #fff;
}

/* ================================================= */
/* ---------------- Portfolio Style ---------------- */
/* ================================================= */

#portfolio {
    position: relative;
    padding: 50px 0 60px 0;
}

.portfolio-box {
    display: inline-block;
    background-color: #fff;
    font-weight: 800;
    color: #000000;
    padding: 10px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.port-item {
	overflow: hidden;
	padding: 0px;
}

.port-item img{
	height: 100%;
	width: 100%;
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-align: center;
  transition: background-color 0.3s ease;
  z-index: 2;
  text-decoration: none;
}


.play-button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}

/* Responsive adjustment for mobile view */
@media (max-width: 600px) {
  .play-button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}


.modal .modal-header button {
    margin: 0 auto;
    padding: 0px 8px 5px 8px;
    font-size: 25px;
    border-radius: 20px;
    background: #000000;
    color: #fff;
}

.modal .modal-body img {
    height: 100%;
    width: 100%;
}

.modal .modal-body h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal .modal-body .download-content {
    font-size: 14px;
}

.custom-control-label:before{
    background: #000000;
    border: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #222222;
    border: none;
}

.custom-radio .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    border: none;
}

.modal .modal-body .download-content button {
    display: inline-block;
    padding: 8px 15px;
    background: #000000;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    border: none;
}

.modal .modal-body .download-content button:hover {
    color: #000000;
    background: #222222;
}

.modal .modal-body .download-content button i {
    margin-right: 5px;
}

.modal .port-slider-nav .slick-track {
    padding: 30px 0 15px 0;
}

.modal .port-slider-nav .slick-center img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.box3 {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.box3 img {
  width: 100%;
  display: block;
  transition: transform 0.5s;
}

.box3:hover img {
  transform: scale(1.05); /* slight zoom */
}

.box3 .box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
  width: 90%;
}

.box3:hover .box-content {
  opacity: 1;
}

/* .box3:hover:before {
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000
} */

.hover-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #333;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out;
}

.hover-btn:hover {
  background-color: #000;
  color: #fff;
}

.box:hover:after {
    border-left: 3px solid #000000;
    border-right: 3px solid #000000
}

.box3 .title {
    font-weight: 700;
    color: #000000;
}

.box3 .icon li a {
    margin-top: 10px;
    background: #000000;
    align-content: center;
}

/* ================================================= */
/* ----------------- Booking Style ----------------- */
/* ================================================= */
#booking {
    position: relative;
    padding: 0 0 50px 0;
}

#booking .container {
    max-width: 990px;
}

#booking .form-control {
    height: 35px;
    border: 1px solid #ddd;
    border-radius: 20px;
    line-height: 24px;
    padding: 5px 20px;
    background-color: transparent;
    color: #222222;
    font-size: 16px;
    font-weight: 300;
}

#booking .form-control:focus {
    box-shadow: none;
    outline: 0 none;
}

#booking .button button {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 30px;
    background: #000000;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

#booking .button button:hover {
    color: #000000;
    background: #222222;
}

#booking .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* ================================================= */
/* ---------------- Subscribe Style ---------------- */
/* ================================================= */
#subscribe {
    position: relative;
    text-align: center;
    padding: 45px 0 60px 0;
    background: #f2f2f2;
}

#subscribe .section-header::after {
    background: #f2f2f2;
}

#subscribe .subscribe-form {
    position: relative;
    max-width: 525px;
    width: 100%;
    margin: auto;
}

#subscribe .subscribe-form input[type="email"] {
    width: 100%;
    border: 1px solid #666;
    border-radius: 30px;
    height: 50px;
    line-height: 24px;
    padding: 12px 30px;
    background-color: transparent;
    color: #666;
    font-size: 16px; 
}

#subscribe .subscribe-form input[type="email"]:focus {
    box-shadow: none;
    outline: 0 none;
}

@media only screen and (max-width: 479px) {
    #subscribe .subscribe-form input[type="email"] {
        text-align: center; 
    } 
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder { 
    color: white; 
}

#subscribe .subscribe-form button {
    font-size: 22px;
    color: #ffffff;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1px;
    padding: 5px 30px 8px 30px;
    margin-right: -1px;
    border-radius: 0 30px 30px 0;
    background: #000000;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s;
}

#subscribe .subscribe-form button:hover {
    color: #000000;
    background: #222222;
}

#subscribe .subscribe-form button:focus {
    box-shadow: none;
    outline: 0 none;
}


@media only screen and (max-width: 479px) {
    #subscribe .subscribe-form button {
        position: static;
        margin-top: 15px;
        width: 100%; 
        border-radius: 30px;
    } 
}

/* ================================================= */
/* ------------------ Client Style ----------------- */
/* ================================================= */

#client {
    position: relative;
    padding: 45px 0 40px 0;
}

#client .client-cols {
    position: relative;
}

#client .client-col {
    background: #f2f2f2;
    border-radius: 6px;
    margin-bottom: 20px;
    margin-bottom: 20px;
}

#client .client-col .img {
    position: relative;
    border-radius: 6px 6px 0 0;
    transition: .3s;
    overflow: hidden;
}

#client .client-col img {
    border-radius: 6px 6px 0 0;
    transition: .3s
}

#client .client-col:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#client .client-col .photo {
    width: 180px;
    height: 48px;
    padding-top: 10px;
    text-align: center;
    position: absolute;
    background: #f2f2f2;
    text-align: center;
    border-radius: 30px 30px 0 0;
    left: calc( 50% - 90px);
    bottom: -4px;
    transition: 0.3s;
}

#client .client-col .photo a {
    font-size: 24px;
    line-height: 1;
    color: #666;
    transition: 0.3s;
    font-weight: 700;
}

#client .client-col:hover .photo {
    background: #000000;
}

#client .client-col:hover a {
    color: #FFFFFF;
}

#client .client-col h3 {
    text-align: center;
    margin: 15px 0 10px 0;
    font-size: 16px;
}

#client .client-col p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666;
    margin-bottom: 0;
    padding: 0 30px 25px 30px;
}

/* ================================================= */
/* ----------------- Call Us Style ----------------- */
/* ================================================= */

#call-us {
    position: relative;
    text-align: center;
    padding: 45px 0 60px 0;
    background: #f2f2f2;
}

#call-us .section-header::after {
    background: #f2f2f2;
}

#call-us a {
    display: inline-block;
    padding: 15px 45px;
    background: #000000;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    border-radius: 50px;
    letter-spacing: 1px;
}

#call-us a:hover {
    color: #ffffff;
    background: #222222;
}

/* ================================================= */
/* ------------------ Contact Style ---------------- */
/* ================================================= */

#contact {
    position: relative;
    padding: 45px 0;
}

#contact .container {
    max-width: 800px;
}

#contact .contact-info {
    margin-bottom: 30px;
}

#contact .contact-info .info-item {
    position: relative;
    padding: 20px 15px;
    margin-bottom: 15px;
    background: #f2f2f2;
    border-radius: 6px;
    text-align: center;
}

#contact .contact-info .info-item i {
    color: #000000;
    font-size: 22px;
    margin-bottom: 12px;
}

#contact .contact-info .info-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#contact .contact-info .info-item p {
    margin: 0;
}

#contact .contact-form {
    position: relative;
}

#contact .contact-form input[type="text"],
#contact .contact-form input[type="email"] {
    height: 35px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 20px;
}

#contact .contact-form textarea {
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    textarea:focus,
    input:focus {
        font-size: 16px;
        background: #fff;
    }
}

#contact .contact-form button {
    display: inline-block;
    padding: 5px 30px 8px 30px;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 15px;
}

#contact .contact-form button:hover {
    color: #000000;
    background: #222222;
}

#contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* ================================================= */
/* ------------------- Login Style ----------------- */
/* ================================================= */

#login {
    position: relative;
    padding: 45px 0;
}

#login .login-form {
    position: relative;
}

#login .login-form input[type="text"],
#login .login-form input[type="email"],
#login .login-form input[type="password"] {
    height: 35px;
    font-size: 16px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    input:focus {
        font-size: 16px;
        background: #fff;
    }
}

#login .login-form button {
    display: inline-block;
    padding: 5px 30px 8px 30px;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-bottom: 15px;
}

#login .login-form button:hover {
    color: #000000;
    background: #222222;
}

/* ================================================= */
/* ------------------ Footer Style ----------------- */
/* ================================================= */

/*#footer {*/
/*    position: relative;*/
/*    padding: 30px 0 25px 0;*/
/*    text-align: center;*/
/*    background: #222222;*/
/*}*/

/*#footer .social {*/
/*    position: relative;*/
/*    text-align: right;*/
/*}*/

/*#footer .social a {*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    padding: 4px 10px;*/
/*    background: #000000;*/
/*    border-radius: 20px;*/
/*    color: #ffffff;*/
/*    font-size: 20px;*/
/*}*/

/*#footer .social a:hover {*/
/*    background: #ffffff;*/
/*    color: #000000;*/
/*}*/

/*#footer p {*/
/*    margin: 5px 0 0 0;*/
/*    font-size: 18px;*/
/*    text-align: left;*/
/*}*/

/*@media (max-width: 757.98px) {*/
/*    #footer p {*/
/*        margin: 0;*/
/*        text-align: center;*/
/*    }*/
    
/*    #footer .social {*/
/*        text-align: center;*/
/*        margin-top: 25px;*/
/*    }*/
/*}*/

.footer-bg {
  position: relative;
  color: #000;
  padding: 40px 0;
  z-index: 1;
  overflow: hidden;
}

/* Overlay for dark tint */
.footer-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000; /* Adjust opacity here */
  z-index: 0;
}

/* Ensure content sits above overlay */
.footer-bg .container {
  position: relative;
  z-index: 1;
}

/* Optional: Improve social icon visibility */
.footer-bg .social a {
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  transition: color 0.3s;
}

.footer-bg .social a:hover {
  color: #ff0000;
}


@media (max-width: 757.98px) {
    #footer p {
        color: #d3d0d0;
        margin: 0;
        text-align: center;
    }
    
    #footer .social {
        text-align: center;
        margin-top: 25px;
    }
}

/* Start new edits here */
/* Working with new header */
.static-header {
    background-color: #fff;
    color: #000;
    padding: 20px 15px; /* reduce top/bottom padding */
    font-family: 'Georgia', serif;
    text-align: center;
    display: block; /* remove flex which centers vertically */
    box-sizing: border-box;
}

.static-header .container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px; /* add moderate internal spacing */
}

.brand-logo {
    max-width: 120px;
    margin: 0 auto 20px;
    display: block;
}

.tagline {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 500;
}

.headline {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

.subtext {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 40px;
}

.book-btn {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 30px;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.book-btn:hover {
    background-color: #333;
}

/* Responsive Tweaks */
@media (max-width: 768px) {
    .headline {
        font-size: 28px;
    }

    .subtext {
        font-size: 16px;
    }

    .book-btn {
        padding: 12px 24px;
        font-size: 13px;
    }

    .static-header {
        padding: 40px 15px;
    }
}

@media (max-width: 480px) {
    .headline {
        font-size: 24px;
    }

    .tagline {
        font-size: 12px;
    }

    .subtext {
        font-size: 15px;
    }
}
/* Zoom-in animation keyframes */
@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Apply animation to elements */
.tagline,
.headline,
.subtext {
    animation: zoomIn 0.8s ease forwards;
    opacity: 0;
}

.tagline {
    animation-delay: 0.2s;
}

.headline {
    animation-delay: 0.4s;
}

.subtext {
    animation-delay: 0.6s;
}

/* Book button animation */
.book-btn {
    animation: zoomIn 0.8s ease forwards;
    animation-delay: 0.8s;
    opacity: 0;
}

/* Responsive headline breaks */
@media (max-width: 600px) {
    .headline {
        font-size: 24px;
        line-height: 1.4;
    }

    .headline br {
        display: block;
    }
}
/* By default: hide <br> for mobile-only breaks */
.mobile-break {
    display: none;
}

/* Show <br> on small screens */
@media (max-width: 600px) {
    .mobile-break {
        display: inline;
    }

    .headline {
        font-size: 24px;
        line-height: 1.4;
    }
}

/* What You will Find Here */
.whatyoufind {
    background-color: #000;
    color: #000;
    padding: 20px 15px; /* reduce top/bottom padding */
    text-align: center;
    display: block; /* remove flex which centers vertically */
    box-sizing: border-box;
}

.whatyoufind .container {
    max-width: 100%; /* was 700px */
    width: 100%;
    margin: 0 auto;
    padding: 40px 15px;
}

.horizontal-list {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.horizontal-list li {
    margin: 0;
}

.horizontal-list a {
    text-decoration: none;
    font-weight: 500;
    padding: 10px 18px;
    border-radius: 5px;
    color: #fff;
    transition: background 0.3s, color 0.3s;
}

.horizontal-list a:hover {
    background-color: #000;
    color: #fff;
}

/* Responsive tweaks for small screens */
@media (max-width: 600px) {
    .horizontal-list {
        gap: 10px;
        font-size: 14px;
    }

    .horizontal-list a {
        padding: 8px 14px;
    }
}
/* Portfolio Section */
.portfolio-section {
  padding: 60px 0;
  background-color: #fff;
}

.portfolio-logo {
  max-width: 120px;
  margin-bottom: 20px;
}

.portfolio-subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: 'Georgia', serif;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

/* Make it 3 columns on mobile as well */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: repeat(3, 1fr); /* still 3 */
  }
}

.portfolio-item {
  margin-bottom: 30px;
  transition: transform 0.3s;
}

.portfolio-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.portfolio-item:hover {
  transform: scale(1.02);
}

.portfolio-label {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #000;
  transition: color 0.3s;
}

.portfolio-label:hover {
  color: gray;
}

.portfolio-btn {
  display: inline-block;
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  transition: background 0.3s;
}

.portfolio-btn:hover {
  background-color: #666; /* grey */
  color: #fff;
}