
/*================ font families =================*/

/*======== PlutoSans Font ========*/

@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSans-Light.otf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSans-Regular.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSans-Medium.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSans-Bold.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'PlutoSans';
  src: url('../fonts/PlutoSans-Heavy-BF.otf') format('opentype');
  font-weight: 800;
}

/*======== Apply Font Families ========*/

body {
  font-family: 'PlutoSans', sans-serif;
  background-color: #181818;
}
a{
  color: #fef41e;
}
h2{
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  font-family: 'PlutoSans', sans-serif;
}
h5 {
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    font-size: 1.3rem;
}
p{
  font-size: 17px;
  color: #ddd;
  font-family: 'PlutoSans', sans-serif;
  font-weight: 400;
}
.pt-pb-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
header .logo{
  height: 65px;
}
header .btn-togle-menu{
  background: no-repeat;
  border: none;
}
header .social-icons{
  position: inherit;
  display: flex !important;
  flex-direction: initial !important;
}
.site-header {
  background: transparent;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.video-container {
    position: relative;
    width: 100%;
    margin: auto;
}

.border-orange {
    border: 2px solid #fef41e;
    padding: 10px;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-weight: 500;
  margin: 0 12px;
  transition: color 0.3s ease;
  font-size: 17px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #fef41e;
}
.navbar-brand .brand-text {
  font-family: 'PlutoSans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fef41e;
}
 .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url('../images/play-button.png') no-repeat center center;
    background-size: contain;
    border: none;
    cursor: pointer;
    z-index: 2;
  }
  .play-button.hidden {
    display: none;
  }
  .video-container {
    position: relative;
  }
.btn-login {
  background: #fef41e;
  color: #000;
  font-weight: 600;
  border-radius: 25px;
  padding: 6px 20px;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-login:hover {
  background: #fff;
  color: #000;
}
/*========================hero====================*/
/* Banner Section */
.hero-banner {
  background: url('../images/gb-hero.png') no-repeat bottom right;
  background-size: contain;
  color: #fff;
  font-family: 'PlutoSans', sans-serif;
  position: relative;
  height: 100vh;
  background-position-x: 88%;
}

/*===============menumob===================*/
.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  color: #fff;
}

.dropdown-toggle-custom {
  cursor: pointer;
  color: #fff;
}

.dropdown-toggle-custom i {
  transition: transform 0.3s ease;
  color: #fff;
}
/*===============menumob===================*/
.hero-content{
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  gap: 15px;
}

.hero-banner h1 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  max-width: 600px;
}

.hero-banner h1 .highlight {
  color: #fef41e; /* neon green */
}

.hero-banner p {
  max-width: 380px;
}

/* Buttons */
.hero-buttons .btn {
  border-radius: 25px;
  padding: 8px 24px;
  font-weight: 600;
  margin-right: 15px;
  transition: 0.3s ease;
}

.btn-join {
  background: #fef41e;
  color: #000;
  border-radius: 25px;
  padding: 10px 24px;
  font-weight: 600;
  margin-right: 0px;
  transition: 0.3s ease;
}

.btn-join:hover {
  background: #fff;
  color: #000;
}

.btn-video {
  color: #fff;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-weight: 600;
}
.on-load-img{
  border-radius: 20px;
  border: 3px solid #fef41e;
}
.fa-pause{
  margin: 0px !important;
}
.phone-float-btn {
    bottom: 85px;
    background-color: #fef41e;
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 40px;
    right: 15px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 11;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.phone-float-btn i{
    color: #fff;
}
.whatsapp-float-btn{
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 40px;
    bottom: 25px;
    right: 15px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 11;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.whatsapp-float-btn i{
    color: #fff;
}
.dropdown-menu-c{
    padding: 5px;
    padding-bottom: 0px;
    border-radius: 5px !important;
    background-color: #000;
    border: 1px solid #fef41e;
}
.dropdown-menu-c a{
    border-radius: 5px !important;
    background-color: #fef41e;
    color: #000;
    margin-bottom: 5px;
}
/* Hover dropdown Bootstrap 5 */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* optional smooth alignment */
}

.btn-video i{
  background: #ff3d3d;
  font-size: 20px;
  margin-right: 5px;
  color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px;
}

.other-pages-banner{
  position: relative;
  background-image: url('../images/inner-banner1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
  display: flex;
  align-items: center;
}
.other-pages-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #010101b3;
}
.contact-info-area{
  border-left: 3px solid #fef41e;
  padding-left: 30px;
}
.contact-social-icon{
  position: initial !important;
  flex-direction: initial !important;
}
.form-box{
  padding: 30px;
  border-radius: 30px;
  border: 2px solid #fef41e;
}
/*==========================*/
/*==========================*/
.row.contact-row {
  display: flex;
  align-items: stretch; /* children ko equal height dega */
}

.row.contact-row > .col-md-6 {
  display: flex;
  flex-direction: column;
}

.contact-info-area {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/*==========================*/
/*==========================*/
.form-box label{
  font-size: 17px;
  color: #fff;
}
.form-box input{
  border: none;
  background: transparent !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px;
  padding-left: 0px;
}
.form-box textarea{
  border: none;
  background: transparent !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 16px;
  padding-left: 0px;
}
.form-box input::placeholder {
  color: #fff !important;
  opacity: 1;
}
.form-box textarea::placeholder {
  color: #fff !important;
  opacity: 1;
}
.contact-info-area .icon{
  width: 50px;
  background: #fef41e;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-info-area .icon i{
  color: #000;
  font-size: 30px;
}
.other-pages-banner .overly-hander{
  position: relative;
  z-index: 1;
}
.other-pages-banner h1{
  margin-top: 60px;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
}
.other-pages-banner h1 span{
  color: #fef41e;
}
.other-pages-banner ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.other-pages-banner ul li {
    color: #fef41e;
    display: inline-block;
    position: relative;
    margin-right: 25px;
    font-weight: 600;
    font-size: 16px;
}
.other-pages-banner ul li a {
    color: #fff;
    text-decoration: none;
}
/*.other-pages-banner ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    height: 17px;
    width: 1px;
    transform: rotate(20deg);
    background-color: #fff;
}*/
.other-pages-banner ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    height: 17px;
    width: 1px;
    transform: rotate(20deg);
    background-color: #fff;
}

.btn-video:hover i{
  background: #fef41e;
  color: #000;
}

/* Reviews */
.review-avatars {
  display: flex;
}
.g-review-img{
  width: 100px;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-left: -10px;
  object-fit: cover;
}

.review-avatar:first-child {
  margin-left: 0;
}

.review-avatar.more {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fef41e;
  color: #000;
  font-weight: 700;
}

.social-icons {
  position: absolute;
  right: 48px;
  bottom: 75px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-icons a {
  background: #fff;
  text-decoration: none;
  color: #000;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: #fef41e;
  color: #000;
}

/*=====================about ================*/
.about-us {
  font-family: 'PlutoSans', sans-serif;
}

.section-subtitle {
  color: #fef41e; /* main highlight color */
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.section-title span {
  color: #fef41e; /* highlight keyword */
}

.section-desc {
  max-width: 700px;
}
.stat-number {
  font-size: 3rem;
  font-weight: 900;
  display: inline-block;
  color: #fff;
}

.plus {
  font-size: 3rem;
  font-weight: 900;
  color: #fef41e; /* highlight */
  margin-left: 2px;
}

.about-stats p {
  color: #ccc;
  font-size: 0.95rem;
  margin-top: 5px;
}

.video-area img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.video-area{
  position: relative;
} 
.video-area .about-video-play{
    width: 75px;
    height: 75px;
    display: flex;
    text-decoration: none;
    background: #fef41e;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.video-area .about-video-play i{
  font-size: 40px;
  color: #000;
  margin-left: 7px;
  margin-top: 2px;
}

.about-video-play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*=================why-choose===================*/
.why-choose {
  color: #fff;
  font-family: 'PlutoSans', sans-serif;
}

.feature-box .icon {
  min-width: 40px;
  height: 40px;
  background: #fef41e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.5rem;
  color: #111;
}

.feature-box h5 {
  margin-bottom: 5px;
  color: #fff;
}

.feature-box p {
  margin: 0;
  color: #ccc;
}

.why-choose img {
  border-radius: 15px;
  max-width: 100%;
}

/*==========pricing plan=======================*/

.feature-list {
  list-style: none; /* remove default dots */
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff; /* text color */
  display: flex;
  align-items: center;
}

.feature-list li i {
  color: #fef41e; /* your main yellow color */
  margin-right: 10px;
  font-size: 1.2rem;
}
.pricing-box .price{
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
}
.pricing-box small{
  font-size: 12px;
  font-weight: 500;
}
.pricing-box{
  padding: 25px;
  border-radius: 25px;
}
.pricing-box.active{
  background-color: #fef41e;
}
.pricing-box.active .section-subtitle{
  color: #000;
}
.pricing-box.active .price{
  color: #000;
}
.pricing-box.active ul li{
  color: #000;
}
.pricing-box.active ul li i{
  color: #000;
}
.pricing-box.active .btn-join{
  color: #fff;
  background-color: #000;
}
/*======================clien review===============.*/

.text-review-box{  
  position: relative;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 1rem;
}
.video-review-box{
  position: relative;
}
.video-review-box .video-bottom-position{
  padding: 15px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.client-info img{
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.text-review-box p {
  font-size: 14px;
  height: 85px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #555 #111;
}
.text-review-box p::-webkit-scrollbar {
  width: 6px;
}
.text-review-box p::-webkit-scrollbar-track {
  background: #111;
}
.text-review-box p::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 6px;
}
.text-review-box p::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}

.client-info .client-name{
  font-size: 17px;
  font-weight: 900;
  color: #fff;
}
.client-info .client-experties{
  font-size: 12px;
  font-weight: 500;
  color: #fff;
}
.video-review-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
  border-radius: 1rem;
}
.video-review-box .review-video-play {
  width: 55px;
  height: 55px;
  display: flex;
  text-decoration: none;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-review-box .review-video-play i{
  font-size: 25px;
  color: #000;
  margin-left: 5px;
  margin-top: 2px;
}

.swiper-btn {
  background: #fef41e;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.swiper-btn:hover:hover {
  background: #fff;
}

.swiper-btn i i {
  font-size: 18px;
  color: #000;
  line-height: 0px;
}
.swiper-btn::after {
  display: none !important;
}
.reel-slider iframe{
  min-width: 250px !important;
}
.instagram-media {
  margin: 0 auto !important;
  min-width: 225px !important;
}

.client-review-slider{
  overflow: visible !important;
}
.image-wrapper-service {
  position: relative;
  display: inline-block;
}
.service-info{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.service-info .icon-service-link{
  width: 40px;
  height: 40px;
  background: #fef41e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  rotate: -45deg;
  color: #000;
}
.service-info .icon-service-link i{
  font-size: 18px;
  color: #000;
  line-height: 0px;
}
.Service-box:hover .service-info .icon-service-link{
  background: #fff;
}


.image-wrapper-service::after {
  content: "";
  position: absolute;
  inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.5); /* overlay color */
  border-radius: 1rem; /* match rounded-4 */
}

.swiper-wrapper {
  overflow: visible !important;
  display: flex;
  align-items: center;
  height: 100%;
}
.offcanvas {
    background-color: #000;
    color: #fff;
    padding: 10px !important;
}
.offcanvas .btn-close {
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  filter: invert(1);
}
.offcanvas .logo {
    height: 65px;
}
.offcanvas ul{
  margin-top: 25px;
}
.offcanvas ul li a{
    font-size: 20px;
    line-height: 16px;
    color: #fff;
    padding: 15px 0px;
    border-top: 1px solid #fff;
}
.offcanvas ul li a:hover{
    color: #fef41e;
}
.offcanvas ul li a.active{
    color: #fef41e;
}
.offcanvas ul li:last-child a{
    border-bottom: 1px solid #fff;
}

/*==============footer===============*/

footer .footer-top{
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .footer-top .social-icons {
  position: initial;
  right: 48px;
  bottom: 75px;
  display: flex;
  flex-direction: initial;
  gap: 10px;
}
footer .footer-top .footer-menu a{
  color: #fff;
  font-weight: 500;
  margin-right: 12px;
  transition: color 0.3s ease;
  font-size: 17px;
  text-decoration: none;
}
footer .footer-top .footer-menu a:hover,
footer .footer-top .footer-menu a.active {
  color: #fef41e;
}
footer .footer-bottom .footer-menu a{
  color: #fff;
  font-weight: 500;
  margin-right: 12px;
  transition: color 0.3s ease;
  font-size: 14px;
  text-decoration: none;
}
footer .footer-bottom p{
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom{
  border-top: 1px solid #fff;
}
footer .footer-bottom .footer-menu a:hover,
footer .footer-top .footer-menu a.active {
  color: #fef41e;
}
footer .footer-top .join-our-community{
  font-size: 90px;
  font-weight: 900;
  color: #fef41e;
}
footer .footer-top .fix-bg-img-center{
  height: 400px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.testimonials-sec-title{
  max-width: 550px;
}
.site-header.sticky {
    animation: slideDown 0.3s ease forwards;
}
.site-header.sticky {
    animation: slideDown 0.3s ease forwards;
}
.site-header {
    transition: all 0.3s ease;
    z-index: 999;
    background-color: transparent !important;
}
.site-header.sticky {
    background-color: #00000040 !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #fef41e;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0px 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.site-header.sticky .logo {
    height: 60px;
}

.opening-hours-box{
  padding: 20px;
  border-radius: 20px;
  background-color: #fef41e;
  color: #000;
}
.opening-hours-box .day-time{
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  padding-top: 5px;
}
.opening-hours-box .day-time:last-child{
  border-bottom: 0px;
  padding-bottom: 0px;
}

/*=========================RESPONSIVE MEDIA QUERY====================*/

@media only screen and (max-width: 1179px) {
  footer .footer-top .join-our-community{
    font-size: 60px;
  }
  .other-pages-banner{
    height: 320px;
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-top .join-our-community{
    font-size: 45px;
    line-height: 55px;
  }
  .d-mob-new-none{
    display: none !important;
  }
  .pt-pb-100{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-mob-0{
    padding-top: 0px !important;
  }
  footer .footer-top {
    height: 350px;
  }
  footer .footer-top .fix-bg-img-center {
    height: auto;
    top: initial; 
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .hero-banner h1 {
    font-size: 40px;
  }
  .hero-content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    gap: 15px;
  }
  h2{
    font-size: 2.3rem;
  }
  .social-icons {
    right: 15px;
    bottom: 25px;
  }
}

@media only screen and (max-width: 376px) {
  .hero-banner h1 {
    font-size: 38px;
  }
  .hero-content {
    top: 50%;
  }
}