/*******************************/
/********* General CSS *********/
/*******************************/
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Sriracha&display=swap");

body {
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #030f27;
}

h1,
h2 {
  font-family: "Cinzel", serif;
}

a {
  color: #666666;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: #fdbe33;
  outline: none;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background: #ffffff30;
}

.back-to-top {
  position: fixed;
  display: none;
  color: #76a4d3;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  color: #fff;
  background: #76a4d3;
}

.back-to-top i {
  padding-top: 10px;
}

.btn {
  transition: 0.3s;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  height: 90px;
  background: #ffffff50;
}

.top-bar .logo {
  padding: 15px 0;
  text-align: left;
  overflow: hidden;
}

.top-bar .logo h1 {
  margin: 0;
  color: #030f27;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.nav-bar .logo img {
  width: 300px;
  height: 60px;
}

.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-bar-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
  margin: 0;
  color: #030f27;
  font-size: 40px;
}

.top-bar .top-bar-text {
  padding-left: 15px;
}

.top-bar .top-bar-text h3 {
  margin: 0 0 5px 0;
  color: #030f27;
  font-size: 16px;
  font-weight: 400;
}

.top-bar .top-bar-text p {
  margin: 0;
  color: #030f27;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 0px;
  }
}

@media (max-width: 991.98px) {
  .top-bar .logo {
    text-align: center;
  }
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
  position: relative;
  background: #ffffff80;
  transition: 0.3s;
}

.nav-bar .container-fluid {
  padding: 0;
}

.nav-bar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1366px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.nav-bar .navbar {
  height: 100%;
  background: #ffffff80 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 0;
  color: #121518;
  font-weight: 700;
  font-family: "Cinzel", serif;
  font-size: 17px;
  margin: 10px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #0e76a8;
  transition: none;
  font-weight: 700;
  border-bottom: 2px solid #0e76a8;
}

.nav-bar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

.nav-bar .btn {
  color: #fdbe33;
  border-radius: 0;
  font-family: "Cinzel", serif;
  font-size: 17px;
  font-weight: 700;
  width: 150px;
  margin: 2px;
}

.nav-bar .btn:hover {
  color: #030f27;
  background: #fdbe33;
  border-color: #fdbe33;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .nav-bar {
    padding: 0 0;
  }

  .nav-bar.nav-sticky {
    padding: 0;
  }

  .nav-bar .navbar {
    padding: 0;
  }

  .nav-bar .navbar-brand {
    display: none;
  }

  .nav-bar a.nav-link {
    padding: 8px 15px;
    font-size: 15px;
    text-transform: uppercase;
  }
}

@media (max-width: 991.98px) {
  .nav-bar .navbar {
    padding: 0;
  }

  .nav-bar a.nav-link {
    padding: 5px;
  }

  .nav-bar .dropdown-menu {
    box-shadow: none;
  }

  .nav-bar .btn {
    display: none;
  }
}

/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
  position: relative;
  width: 100%;
  height: 550px;
  min-height: 400px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.carousel .carousel-inner,
.carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .carousel-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #05121f8e;
  z-index: 1;
}

.carousel .carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 170px);
  min-height: 400px;
}

.carousel .carousel-caption p {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 10px;
  transition: 0.3s;
}

.carousel .carousel-caption .btn:hover {
  color: #030f27;
  background: #dae6ff;
  border-color: #000000;
}

@media (max-width: 767.98px) {
  .carousel .carousel-caption h1 {
    font-size: 40px;
    font-weight: 700;
  }

  .carousel .carousel-caption p {
    font-size: 20px;
  }

  .carousel .carousel-caption .btn {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-caption h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .carousel .carousel-caption p {
    font-size: 16px;
  }

  .carousel .carousel-caption .btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.carousel .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 90px 0;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* dark overlay over the image */
  z-index: 1;
}

.page-header h2 {
  position: relative;
  color: #fff !important;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
  z-index: 2;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #fff;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
  z-index: 2;
  font-weight: 500;
}

.page-header a:hover {
  color: #fff;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff !important;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header h2 {
    font-size: 45px;
  }

  .page-header a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 45px 0;
  }

  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  width: 100%;
  margin-bottom: 45px;
}

.section-header p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.section-header h2 {
  margin: 0;
  position: relative;
  font-size: 50px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 30px;
  }
}

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
  position: relative;
  margin-bottom: 45px;
}

.feature .col-md-12 {
  background: #0e365d !important;
}

.feature .col-md-12:nth-child(2n) {
  color: #0e365d !important;
  background: #f69c36 !important;
}

.feature .feature-item {
  min-height: 250px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #0e365d;
  color: #f69c36;
  margin-top: 20px;
}

.feature .feature-icon {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .feature-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -20px;
  left: -10px;
  border: 2px dotted #ffffff;
  border-radius: 60px;
  z-index: 1;
}

.feature .feature-icon::after {
  position: absolute;
  content: "";
  width: 79px;
  height: 79px;
  top: -18px;
  left: -9px;
  background: #0e365d;
  border-radius: 60px;
  z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
  background: #f69c36;
}

.feature .feature-icon [class^="flaticon-"]::before {
  position: relative;
  margin: 0;
  color: #fdbe33;
  font-size: 60px;
  line-height: 60px;
  z-index: 3;
}

.feature .feature-text {
  padding-left: 30px;
}

.feature .feature-text h3 {
  margin: 0 0 10px 0;
  color: #fdbe33;
  font-size: 25px;
  font-weight: 600;
}

.feature .feature-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
  color: #0e365d;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about .section-header {
  margin-bottom: 30px;
}

.about .about-img {
  position: relative;
  height: 100%;
}

.about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .about-text p {
  font-size: 20px;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 15px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #030f27;
  border-radius: 0;
  background: #fdbe33;
  transition: 0.3s;
}

.about .about-text a.btn:hover {
  color: #fdbe33;
  background: #030f27;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}

/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
  position: relative;
  width: 100%;
  padding: 45px 0;
  
}

.fact .col-6 {
  display: flex;
  align-items: flex-start;
}

.fact .fact-icon {
  position: relative;
  margin: 7px 15px 0 15px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact .fact-icon .fa::before {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#ffffff, #f69c36);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon .fa::before {
  background-image: linear-gradient(#ffffff, #0e365d);
}

.fact .fact-left,
.fact .fact-right {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fact .fact-text h2 {
  font-size: 35px;
  font-weight: 700;
  color: #0e365d;
}

.fact .fact-text p {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.fact .fact-left {
  background: #1e3a8a;
  color: #e0e7ff;
}

.fact .fact-right {
  background: #e0e7ff;
  color: #1e3a8a;
}

.fact .fact-left h2 {
  color: #e0e7ff;
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.service .service-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.service .service-img {
  position: relative;
  overflow: hidden;
  height: 350px !important;
}

.service .service-img img {
  width: 100%;
}

.service .service-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
}

.service .service-item:hover .service-overlay {
  opacity: 1;
}

.service .service-overlay p {
  margin: 0;
  color: #ffffff;
}

.service .service-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #0e365d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service .service-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #f69c36;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.service .service-item a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #0e365d;
  background: #f69c36;
  border-radius: 0;
  transition: 0.3s;
}

.service .service-item:hover a.btn {
  color: #ffffff;
}

/*******************************/
/********** Video CSS **********/
/*******************************/
.video {
  position: relative;
  margin: 45px 0;
  height: 100%;
  min-height: 500px;
  background:
    linear-gradient(rgba(3, 15, 39, 0.9), rgba(3, 15, 39, 0.9)),
    url(../img/carousel-1.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video .btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fdbe33;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fdbe33;
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play:hover:after {
  background-color: darken(#fdbe33, 10%);
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #030f27;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.team .team-item {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.team .team-img {
  position: relative;
}

.team .team-img img {
  width: 100%;
}

.team .team-text {
  position: relative;
  padding: 25px 15px;
  text-align: center;
  background: #030f27;
  transition: 0.5s;
}

.team .team-text h2 {
  font-size: 20px;
  font-weight: 600;
  color: #fdbe33;
  transition: 0.5s;
}

.team .team-text p {
  margin: 0;
  color: #ffffff;
}

.team .team-item:hover .team-text {
  background: #fdbe33;
}

.team .team-item:hover .team-text h2 {
  color: #030f27;
  letter-spacing: 1px;
}

.team .team-social {
  position: absolute;
  width: 100px;
  top: 0;
  left: -50px;
  display: flex;
  flex-direction: column;
  font-size: 0;
}

.team .team-social a {
  position: relative;
  left: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
}

.team .team-item:hover .team-social a:first-child {
  background: #00acee;
  left: 50px;
  transition: 0.3s 0s;
}

.team .team-item:hover .team-social a:nth-child(2) {
  background: #3b5998;
  left: 50px;
  transition: 0.3s 0.1s;
}

.team .team-item:hover .team-social a:nth-child(3) {
  background: #0e76a8;
  left: 50px;
  transition: 0.3s 0.2s;
}

.team .team-item:hover .team-social a:nth-child(4) {
  background: #3f729b;
  left: 50px;
  transition: 0.3s 0.3s;
}

/*******************************/
/*********** FAQs CSS **********/
/*******************************/
.faqs {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.faqs .row {
  position: relative;
}

.faqs .row::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: calc(50% - 0.5px);
  background: #fdbe33;
}

.faqs #accordion-1 {
  padding-right: 15px;
}

.faqs #accordion-2 {
  padding-left: 15px;
}

@media (max-width: 767.98px) {
  .faqs .row::after {
    display: none;
  }

  .faqs #accordion-1,
  .faqs #accordion-2 {
    padding: 0;
  }

  .faqs #accordion-2 {
    padding-top: 15px;
  }
}

.faqs .card {
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
}

.faqs .card:last-child {
  margin-bottom: 0;
}

.faqs .card-header {
  padding: 0;
  border: none;
  background: #ffffff;
}

.faqs .card-header a {
  display: block;
  padding: 10px 25px;
  width: 100%;
  color: #121518;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"] {
  background: #fdbe33;
}

.faqs .card-header [data-toggle="collapse"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f067";
  float: right;
  color: #fdbe33;
  font-size: 12px;
  font-weight: 900;
  transition: 0.5s;
}

.faqs .card-header [data-toggle="collapse"][aria-expanded="true"]:after {
  font-family: "font Awesome 5 Free";
  content: "\f068";
  float: right;
  color: #030f27;
  font-size: 12px;
  font-weight: 900;
  transition: 0.5s;
}

.faqs .card-body {
  padding: 20px 25px;
  font-size: 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
}

/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
  position: relative;
  margin: 45px 0;
  padding: 20px 0;
  text-align: center;
  background: #2264a5;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial .container {
  max-width: 760px;
}

.about-page .testimonial {
  padding-bottom: 90px;
}

.testimonial .testimonial-slider-nav {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  overflow: visible;
}


.testimonial .testimonial-slider-nav .slick-slide {
  position: relative;
  opacity: 0.35;
  transition: opacity 0.4s, transform 0.4s;
  transform: scale(0.85);
}

.testimonial .testimonial-slider-nav .slick-active {
  opacity: 0.7;
  transform: scale(1.0);
}

.testimonial .testimonial-slider-nav .slick-center {
  opacity: 1;
  transform: scale(1.3);
  z-index: 1;
}

.testimonial .testimonial-slider-nav .slick-slide img {
  position: relative;
  display: block;
  margin: 10px auto 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}

.testimonial .testimonial-slider {
  position: relative;
  margin-top: 15px;
  padding-top: 50px;
  overflow: hidden;
}

.testimonial .testimonial-slider::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 50px;
  top: 0;
  left: calc(50% - 30px);
  background: url(../img/quote.png) top center no-repeat;
}

.testimonial .testimonial-slider h3 {
  color: #fdbe33;
  font-size: 22px;
  font-weight: 700;
}

.testimonial .testimonial-slider h4 {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial .testimonial-slider p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.blog .blog-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.blog .blog-img {
  position: relative;
  overflow: hidden;
}

.blog .blog-img img {
  width: 100%;
}

.blog .blog-title {
  display: flex;
  align-items: center;
  height: 60px;
  background: #030f27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: 700;
  color: #fdbe33;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: #fdbe33;
  border-radius: 0;
  transition: 0.3s;
}

.blog .blog-item:hover a.btn {
  color: #ffffff;
}

.blog .blog-meta {
  position: relative;
  padding: 25px 0 10px 0;
  background: #f3f6ff;
}

.blog .blog-meta::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #fdbe33;
}

.blog .blog-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #666666;
}

.blog .blog-meta p a {
  margin-left: 5px;
  font-style: normal;
}

.blog .blog-text {
  padding: 10px 25px 25px 25px;
  background: #f3f6ff;
}

.blog .blog-text p {
  margin: 0;
  font-size: 16px;
}

.blog .pagination .page-link {
  color: #030f27;
  border-radius: 0;
  border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: #fdbe33;
  background: #030f27;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .single-tags a:hover {
  color: #fdbe33;
  background: #030f27;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030f27;
  background: #fdbe33;
  font-size: 16px;
  transition: 0.3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: #fdbe33;
  background: #030f27;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #030f27;
  background: #dddddd;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: #fdbe33;
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  padding: 15px 30px;
  color: #030f27;
  background: #fdbe33;
}

.single .comment-form .btn:hover {
  color: #fdbe33;
  background: #030f27;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 45px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fdbe33;
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: #fdbe33;
  background: none;
  border-radius: 0;
  border: none;
  transition: 0.3s;
}

.sidebar .search-widget .btn:hover {
  color: #030f27;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: #fdbe33;
  background: #030f27;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #030f27;
  background: #fdbe33;
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fdbe33;
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
  color: #fdbe33;
  background: #030f27;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: 0.3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: pointer;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #0e365d;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: #dae6ff;
  border: none;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #0e365d;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #0e365d;
  color: #dae6ff;
  transition: 1s;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio .load-more .btn:hover {
  color: #fdbe33;
  background: #030f27;
}

.portfolio .portfolio-warp {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
  height: 350px;
}

.portfolio .portfolio-img img {
  width: 100%;
  height: 350px;
  transition: 0.3s;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
  overflow: auto;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay p {
  margin: 0;
  color: #ffffff;
}

.portfolio .portfolio-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: #dae6ff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #fff;
  background: gray;
  border-radius: 0;
  transition: 0.3s;
}

.portfolio .portfolio-warp:hover a.btn {
  color: #dae6ff;
  background: #030f27;
}

/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.contact .col-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact .col-md-6:first-child {
  background: #030f27;
}

.contact .col-md-6:last-child {
  border: none;
}

/* ── Contact Section Spacing ───────────────────── */
.contact {
    padding: 80px 0;
    background: #f8f9fc;
}

/* ── Contact Info Wrapper ─────────────────────── */
.contact .contact-info {
    width: 100%;
    height:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.contact .contact-info iframe{
  height: 100%;
}
/* ── Contact Cards (Glass + Glow) ─────────────── */
.contact .contact-item {
    flex: 1;
    min-width: 260px;
    margin: 0 0 30px 15px;
    padding: 35px 25px;
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    backdrop-filter: blur(14px);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Hover Glow Effect */
.contact .contact-item:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

/* Subtle Shine Animation */
.contact .contact-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
}

.contact .contact-item:hover::before {
    animation: shine 1s ease;
}

@keyframes shine {
    from { left: -100%; }
    to { left: 150%; }
}

/* ── Icons ────────────────────────────────────── */
.contact .contact-item [class^="flaticon-"]::before {
    font-size: 36px;
    color: #0e3650;
    display: inline-block;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.contact .contact-item:hover [class^="flaticon-"]::before {
    transform: scale(1.2) rotate(5deg);
}

/* ── Text Styling ─────────────────────────────── */
.contact .contact-text h2 {
    color: #222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact .contact-text p {
    color: #555;
    font-size: 16px;
}

/* ── Contact Form Container ───────────────────── */
.contact .contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.1);
}

/* ── Inputs ───────────────────────────────────── */
.contact .contact-form .form-control {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background: #f9fafc;
    padding: 12px 15px;
    transition: all 0.3s ease;
}

.contact .contact-form textarea.form-control {
    height: 160px;
}

/* Focus Effect */
.contact .contact-form .form-control:focus {
    border-color: #ff6b00;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,107,0,0.1);
}

/* Placeholder */
.contact .contact-form .form-control::placeholder {
    color: #999;
}

/* ── Button (Premium Gradient) ─────────────────── */
.contact .contact-form .btn {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;

    color: #fff;
    background: linear-gradient(135deg, #1b3f91, #42a4ff);

    border: none;
    border-radius: 30px;

    transition: all 0.3s ease;
}

/* Button Hover */
.contact .contact-form .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(255,107,0,0.4);
}

/* ── Error Messages ───────────────────────────── */
.contact .help-block {
    font-size: 13px;
    color: #e74c3c;
    margin-top: 5px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 30px;
  background: #0e365d;
  color: #ffffff;
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
  position: relative;
  margin-bottom: 45px;
}

.footer h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #dae6ff;
}

.footer h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #fff;
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: 0.3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: #dae6ff;
  letter-spacing: 1px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
}

.footer .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #dae6ff;
  border-radius: 60px;
  transition: 0.3s;
}

.footer .footer-social a i {
  font-size: 15px;
  color: #dae6ff;
}

.footer .footer-social a:hover {
  background: #dae6ff;
  border-color: #030f27;
}

.footer .footer-social a:hover i {
  color: #030f27;
}

.footer .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.footer .newsletter input {
  height: 50px;
  border: 2px solid #121518;
  border-radius: 0;
}

.footer .newsletter .btn {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fdbe33;
  background: #121518;
  border-radius: 0;
  border: 2px solid #fdbe33;
  transition: 0.3s;
}

.footer .newsletter .btn:hover {
  color: #121518;
  background: #fdbe33;
}

.footer .footer-menu .f-menu {
  position: relative;
  padding: 15px 0;
  font-size: 0;
  text-align: center;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
  border-bottom: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .footer-menu .f-menu a {
  color: #ffffff;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu .f-menu a:hover {
  color: #fdbe33;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright {
  padding: 15px 15px;
}

.footer .copyright p {
  margin: 0;
  color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #fdbe33;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center;
  }
}

@media (max-width: 768px) {

    .footer {
        margin-top: 30px;
        padding-top: 20px;
    }

    .footer .footer-contact,
    .footer .footer-link,
    .footer .newsletter {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer h2 {
        font-size: 18px;
    }

    .footer h2::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer .footer-link a::before {
        display: none;
    }

    .footer .footer-contact p i {
        width: auto;
        margin-right: 3px;
    }

    .footer .footer-social {
        display: flex;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .footer .newsletter .form {
        max-width: 100%;
        padding: 0 15px;
    }

    .footer .footer-menu .f-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
        padding: 12px 15px;
    }

    .footer .footer-menu .f-menu a {
        font-size: 14px;
        margin-right: 0;
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer .copyright {
        padding: 12px 15px;
    }

    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
        font-size: 13px;
    }

      .f-social {
        display: flex;
        gap: 5px;
        margin-bottom: 6px;
    }
}

/* ================================================================
   mobile-320-fix.css
   Comprehensive 320px mobile responsiveness fixes for M & P Developers
   Add this AFTER your main stylesheet in includes/header.php:
   <link rel="stylesheet" href="mobile-320-fix.css">
   ================================================================ */

/* ── 1. GLOBAL: Prevent horizontal overflow ─────────────────────── */
*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (max-width: 480px) {
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    /* Bootstrap modals on tiny screens */
    .modal-dialog,
    .modal-lg {
        margin: 8px auto;
        max-width: calc(100vw - 16px);
        width: calc(100vw - 16px);
    }

    .modal-body {
        padding: 16px 14px 8px;
    }

    .modal-footer {
        padding: 12px 14px 14px;
        flex-wrap: wrap;
        gap: 8px;
    }

    /* Make modal buttons full-width on tiny screens */
    .modal-footer .btn-cancel,
    .modal-footer .btn-confirm {
        flex: 1 1 100%;
        text-align: center;
        padding: 10px 16px;
    }

    /* Section general padding reduction */
    .section-header {
        padding: 0 10px;
    }

    .page-header h2 {
        font-size: 1.6rem;
    }
}

/* ── 2. INDEX.PHP: Hero Carousel ────────────────────────────────── */
@media (max-width: 400px) {
    #carousel {
        height: 58vh;
        min-height: 280px;
    }

    #carousel .carousel-caption {
        bottom: 6%;
        left: 4%;
        right: 4%;
        max-width: 92%;
    }

    /* Override the clamp() so h1 isn't oversized at 320px */
    #carousel .carousel-caption h1 {
        font-size: 1.85rem !important;
        letter-spacing: 0.02em;
        margin-bottom: 4px;
    }

    #carousel .carousel-caption .slide-tagline {
        font-size: 0.6rem !important;
        letter-spacing: 0.14em;
        margin-bottom: 16px;
    }

    #carousel .carousel-caption .btn-explore {
        font-size: 0.62rem !important;
        letter-spacing: 0.14em;
    }

    /* Push dots closer to the edge */
    #carousel .carousel-indicators {
        right: 6px;
    }

    #carousel .carousel-indicators li {
        width: 5px;
        height: 5px;
    }
}

/* ── 3. INDEX.PHP: Enquiry Modal ────────────────────────────────── */
@media (max-width: 480px) {
    /* Date input shouldn't have a fixed max-width that clips on 320px */
    #enquiry-date {
        max-width: 100% !important;
        width: 100%;
    }

    /* Stack From Time / To Time below Date on xs screens */
    #enquiryModal .row > [class*="col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    #enquiryModal .modal-title {
        font-size: 0.92rem;
    }

    /* Reduce label + input font sizes */
    #enquiryModal .form-label {
        font-size: 0.78rem;
    }

    #enquiryModal .form-control,
    #enquiryModal select.form-control {
        font-size: 0.82rem;
        padding: 7px 10px;
    }
}

/* ── 4. INDEX.PHP: About Section ────────────────────────────────── */
@media (max-width: 480px) {
    .about-balar {
        padding: 50px 0 40px;
    }

    .about-balar .about-left {
        padding-left: 14px;
        padding-right: 14px;
        margin-bottom: 30px;
    }

    .about-balar .about-left h2 {
        font-size: 1.8rem !important;
    }

    .about-balar .about-left .about-body,
    .about-balar .about-left .about-body p {
        font-size: 0.92rem;
    }

    .about-balar .about-right {
        padding: 0 14px 30px;
    }

    .about-balar .about-right::before {
        display: none; /* hide decorative block on very small screens */
    }

    .about-balar .about-right .about-img-wrap {
        width: 100%;
        margin-top: 10px;
    }

    .about-balar .about-right .about-img-wrap img {
        height: 220px !important;
    }

    .about-balar .btn-know-more {
        padding: 12px 28px;
        font-size: 0.72rem;
    }
}

/* ── 5. INDEX.PHP: Stats Section ────────────────────────────────── */
@media (max-width: 400px) {
    .stats-balar {
        padding: 40px 0;
    }

    .stats-balar .stat-number {
        font-size: 2.4rem !important;
    }

    .stats-balar .stat-label {
        font-size: 0.62rem;
        letter-spacing: 0.14em;
    }

    .stats-balar .stat-item {
        padding: 20px 10px;
    }
}

/* ── 6. INDEX.PHP: Projects Grid ────────────────────────────────── */
@media (max-width: 480px) {
    .projects-balar {
        padding: 50px 0 40px;
    }

    .projects-balar .section-title {
        font-size: 1.6rem !important;
    }

    .project-card .card-img-wrap {
        height: 190px;
    }

    .project-card .card-body-custom {
        padding: 14px 16px 16px;
    }

    .project-card .card-body-custom h3 {
        font-size: 0.9rem;
    }

    .projects-balar .btn-view-all {
        padding: 12px 28px;
        font-size: 0.72rem;
    }
}

/* ── 7. INDEX.PHP: Testimonial / Booking CTA Split ──────────────── */
@media (max-width: 480px) {
    .testimonial-split-right {
        padding: 30px 16px;
    }

    .booking-cta-box .cta-icon {
        font-size: 2.5rem;
        margin-bottom: 12px;
    }

    .booking-cta-box h2 {
        font-size: 1.3rem;
    }

    .booking-cta-box p {
        font-size: 0.88rem;
    }

    .booking-cta-box .btn-book-now {
        padding: 11px 24px;
        font-size: 0.85rem;
    }

    .testimonial-split-left .container-fluid {
        padding: 30px 16px;
    }

    .testimonial-split-left h2 {
        font-size: 26px !important;
    }
}

/* ── 8. CONTACT.PHP ─────────────────────────────────────────────── */
@media (max-width: 480px) {
    .balar-contact-section {
        padding: 50px 0 40px;
    }

    /* Stack contact info items vertically */
    .balar-contact-items {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 36px;
    }

    .balar-info-panel {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .balar-info-panel .info-heading {
        font-size: 24px !important;
    }

    .balar-info-panel .info-sub {
        font-size: 13px;
    }

    /* Form card padding */
    .balar-form-card {
        padding: 22px 16px 22px !important;
        border-radius: 14px;
    }

    .balar-form-card .card-title {
        font-size: 20px !important;
        margin-bottom: 18px;
    }

    /* Already 1-column at 900px — ensure inputs don't overflow */
    .balar-form-card .balar-input,
    .balar-form-card .balar-textarea {
        padding: 12px 14px;
        font-size: 13px;
    }

    /* Map */
    .balar-map-section iframe {
        height: 280px;
    }
}

/* ── 9. ABOUT.PHP: Journey Section ──────────────────────────────── */
@media (max-width: 480px) {
    .journey-section {
        padding: 50px 0 40px;
    }

    .journey-section .journey-tag {
        font-size: 1.5rem;
    }

    .journey-section .journey-heading {
        font-size: 1.4rem !important;
    }

    .journey-section .journey-body,
    .journey-section .journey-body p {
        font-size: 0.9rem;
        line-height: 1.8;
    }
}

/* ── 10. ABOUT.PHP: Mission / Vision / Values Grid ──────────────── */
@media (max-width: 480px) {
    .mv-grid {
        grid-template-columns: 1fr !important;
        padding: 0 14px !important;
        gap: 1px;
    }

    .mv-card {
        padding: 36px 24px 42px !important;
    }

    .mv-num {
        font-size: 5rem;
        top: 10px;
        right: 14px;
    }

    .mv-title {
        font-size: 1.6rem;
    }
}

/* ── 11. ABOUT.PHP: Quality Policy Honeycomb ───────────────────── */
/*
   At 320px the honeycomb overflows badly.
   Hex size hierarchy:
     ≤768px  → 140px
     ≤480px  → 110px (defined inline)
   We add a tighter breakpoint for ≤380px:
*/
@media (max-width: 380px) {
    .quality-section {
        padding: 50px 0 60px;
    }

    .quality-section .quality-title {
        font-size: 1.5rem !important;
        margin-bottom: 36px;
    }

    .hex-wrap {
        width: 80px !important;
        margin: 3px !important;
    }

    .hex {
        width: 80px !important;
        height: 70px !important;
        padding: 8px 5px !important;
    }

    .hex .hex-icon {
        font-size: 1.1rem !important;
        margin-bottom: 3px !important;
    }

    .hex .hex-icon i {
        font-size: 1.1rem !important;
    }

    .hex .hex-name {
        font-size: 0.48rem !important;
        letter-spacing: 0.08em !important;
        margin-bottom: 2px !important;
    }

    .hex .hex-desc {
        display: none !important; /* hide description text — too small to read */
    }

    .honeycomb-row {
        margin-top: -12px !important;
    }

    .honeycomb-row.offset {
        left: 42px !important; /* (80 + 6) / 2 = 43px to interlock correctly */
    }
}

/* ── 12. PORTFOLIO.PHP: Filter Buttons ──────────────────────────── */
@media (max-width: 480px) {
    #portfolio-flters {
        gap: 6px;
        justify-content: flex-start;
    }

    #portfolio-flters li {
        padding: 7px 14px;
        font-size: 0.68rem;
        letter-spacing: 0.08em;
    }
}

/* ── 13. PORTFOLIO.PHP: Pill Toggle (Ongoing / Completed) ────────── */
@media (max-width: 520px) {
    .pstatus-toggle-wrap {
        padding: 0 14px;
    }

    .pstatus-toggle {
        /* Stack buttons vertically on very small screens */
        flex-direction: column;
        border-radius: 18px;
        padding: 5px;
        gap: 4px;
        width: 100%;
    }

    .pstatus-tab-btn {
        padding: 11px 16px !important;
        font-size: 0.68rem !important;
        letter-spacing: 0.10em;
        border-radius: 14px !important;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .pstatus-section {
        padding: 50px 0 60px;
    }

    .pstatus-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        padding: 0 14px !important;
    }

    .pstatus-card .ps-img-wrap {
        height: 190px !important;
    }

    .pstatus-card .ps-body h3 {
        font-size: 0.95rem;
    }

    .pstatus-card .ps-body p {
        font-size: 0.82rem;
    }
}

/* Portfolio section title */
@media (max-width: 480px) {
    .portfolio-balar {
        padding: 50px 0 40px;
    }

    .portfolio-balar .section-title {
        font-size: 1.6rem !important;
    }

    .p-card .card-img {
        height: 200px !important;
    }
}

/* ── 14. SERVICE.PHP ─────────────────────────────────────────────── */
@media (max-width: 480px) {
    .service {
        padding: 50px 0 40px;
    }

    .service .section-header h2 {
        font-size: 1.5rem;
    }

    .service-item .service-img img {
        height: 200px;
        object-fit: cover;
        width: 100%;
    }

    .service-item .service-text h3 {
        font-size: 1rem;
    }
}

/* ── 15. PAGE HEADER (All pages) ────────────────────────────────── */
@media (max-width: 480px) {
    .page-header {
        padding: 50px 0 30px;
    }

    .page-header h2 {
        font-size: 1.5rem;
    }

    .page-header a {
        font-size: 0.8rem;
    }
}

/* ── 16. PROJECT MODAL (portfolio.php) ──────────────────────────── */
@media (max-width: 480px) {
    #projectModal .modal-img-wrap {
        height: 190px !important;
    }

    #projectModal .modal-body-custom {
        padding: 18px 14px 16px !important;
    }

    #projectModal .modal-body-custom h2 {
        font-size: 1.1rem !important;
    }

    #projectModal .btn-enquire {
        padding: 12px 24px;
        font-size: 0.7rem;
    }

    #projectModal .modal-meta {
        gap: 10px;
        flex-direction: column;
    }
}