/*
Theme Name: Transport Hire Nepal 
Theme URI: https://rakepoint.com/themes/transporthirenepal/
Author: Rakesh Aryal
Author URI: https://rakesharyal.com.np/
Description: Transport Hire Nepal Pvt.ltd. brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: transporthirenepal
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



div.wpforms-container-full:not(:empty){
	margin:0px !important;
}
aside#wpforms-widget-2 {
    padding: 0px 20px 20px 20px;
}

#page-container h2, #page-container h3, #page-container h4, #page-container h5{
	font-weight:800 !important;
}
#trip-container h2,#trip-container h3,#trip-container h4{
	font-weight:800 !important;
}
.video-section{
}

#page-container{
	border-top:1px solid #eaeaea;
}


.modal.modal-zoom .modal-dialog {
  transform: scale(0.7);
  transition: all 0.3s ease-in-out;
}

.modal.modal-zoom.show .modal-dialog {
  transform: scale(1);
}



.whatsapp-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999;
}

.whatsapp-container a {
    width:50px;
    height:50px;
  display: inline-block;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s;
}

.whatsapp-container a:hover {
  transform: scale(1.1);
}


.sidebar-mobile{
	background: #15257a;
    padding: 30px 30px;
    color: #fff;
	border-radius:6px;
}

/* Base (Mobile First) */
h2, .h2 { font-size: 1.25rem !important; }
h3, .h3 { font-size: 1.1rem !important; }
h4, .h4 { font-size: 1rem !important; }
h5, .h5 { font-size: 0.9rem !important; }

/* Tablets (≥576px) */
@media (min-width: 576px) {
  h2, .h2 { font-size: 1.35rem !important; }
  h3, .h3 { font-size: 1.2rem !important; }
  h4, .h4 { font-size: 1.05rem !important; }
  h5, .h5 { font-size: 0.95rem !important; }
}

/* Medium Devices (≥768px) */
@media (min-width: 768px) {
  h2, .h2 { font-size: 1.45rem !important; }
  h3, .h3 { font-size: 1.25rem !important; }
  h4, .h4 { font-size: 1.1rem !important; }
  h5, .h5 { font-size: 1rem !important; }
}

/* Large Devices (≥992px) */
@media (min-width: 992px) {
  h2, .h2 { font-size: 1.55rem !important; }
  h3, .h3 { font-size: 1.35rem !important; }
  h4, .h4 { font-size: 1.15rem !important; }
  h5, .h5 { font-size: 1.05rem !important; }
}

/* Extra Large Devices (≥1200px) */
@media (min-width: 1200px) {
  h2, .h2 { font-size: 1.6rem !important; }
  h3, .h3 { font-size: 1.45rem !important; }
  h4, .h4 { font-size: 1.2rem !important; }
  h5, .h5 { font-size: 1.1rem !important; }
}

.why-box{
	
    padding: 0.75rem 1rem;
}



.featured-video {
  background-image: linear-gradient(
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.35)
  ),
  url('/wp-content/uploads/video-bg.jpg');
  background-size: cover;
  background-position: center;
}

.video-thumb {
  position: relative;
  display: inline-block;
  max-width: 960px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.25);
  transition: transform 0.3s ease;
}

.video-thumb:hover {
  transform: translateY(-5px);
}

.video-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

/* Play Button */
.video-thumb::after {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .video-thumb::after {
    width: 70px;
    height: 70px;
    font-size: 34px;
  }
}


.video-caption {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.f-video-caption {
  margin-bottom: 22px;
}

.f-video-caption h2 {
  font-size: 22px;
  margin: 0;
  font-weight: 600;
}

.f-video-caption p {
  margin: 4px 0 0;
  font-size: 14px;
  color: #777;
}

.video-thumb {
  margin-top: 10px;
}


.video-inner {
  position: relative;
  display: inline-block;
  max-width: 960px;
  margin: 0 auto;
}


.video-caption {
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 13px;
  backdrop-filter: blur(6px);
}

.f-video-caption {
  position: absolute;
  bottom: 22px;
  left: 22px;
  z-index: 3;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 14px 16px;
  border-radius: 12px;
  text-align: left;
  backdrop-filter: blur(8px);
}

.f-video-caption h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.f-video-caption p {
  margin: 4px 0 0;
  font-size: 13px;
  opacity: 0.85;
}

.video-thumb {
  position: relative;
  z-index: 1;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.45),
    rgba(0,0,0,0.15),
    rgba(0,0,0,0.55)
  );
  z-index: 2;
}

@media (max-width: 768px) {
  .video-caption {
    font-size: 12px;
    padding: 8px 10px;
    top: 12px;
    left: 12px;
  }

  .f-video-caption {
    bottom: 12px;
    left: 12px;
    padding: 10px 12px;
  }

  .f-video-caption h2 {
    font-size: 15px;
  }

  .f-video-caption p {
    font-size: 12px;
  }
}



