/*

Theme Name: brtintl

Theme URI: 

Author:  brtintl

Author URI: 

Description: Responsive theme for brtintl .

Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready

Version: 1.0

License: GNU General Public License v2 or later

Text Domain: brtintl

*/

html {
    scroll-behavior: smooth;
    font-family: Manrope, sans-serif, "Helvetica Neue", Arial, sans-serif;
}
body {
    scroll-behavior: smooth;
    font-family: Manrope, sans-serif, "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
         url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.woff2') format('woff2'),
         url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Montserrat', sans-serif;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.9;
}

a {
    color: #1474b6;
    font-weight: 500;
}
h1{font-size: 35px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 22px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
}
a:hover{
    text-decoration: none !important;
    color: #005a1e !important;
}
.mt {
    margin-top: 80px;
}
.mb {
    margin-bottom: 80px;
}
.pt {
    padding-top: 50px;
}
.pb {
    padding-bottom: 50px;
}
.bg-sec {
    background: #f1f1f1;
}
.reverse {
    flex-direction: row-reverse;
}
img {
    width: 100%;
    height: auto;
}
a.btn {
    background: #005916;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    padding: 8px 20px;
    margin: 3px 0px !important;
}

a.btn:hover{
	color: #fff !important;
}
h2.wp-block-heading {
    font-weight: 600;
}
.heading.white-heading {
    color: #fff;
    font-weight: 800;
    font-size: 30px;
}
.container{
    max-width: 1320px !important;
}
.navigation-bar .float-right i {
    color: #fff;
}
.navigation-bar .float-right i:hover {
    color: #00a94f;
}
.logo {
    padding: 2px 0;
}
.logo img {
    height: 60px;
    padding: 0px;
    border-radius: 11px;
}
.navigation-bar {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff !important;
    /* border-bottom: 1px solid #e6e6e6; */
}
.stellarnav ul {
    text-align: left;
    padding: 10px 0px;
}
.stellarnav > ul > li > a {
    padding: 15px 10px;
    font-weight: 600;
    letter-spacing: 0;
}
.navigation-bar .row {
    align-items: center;
}
.stellarnav.light a,
.stellarnav.light li a {
    color: #4d4d4d;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.stellarnav li.has-sub > a:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid grey;
    display: inline-block;
    transition: ease-in-out 0.3s;
}
.footer-widget .social-media {
    float: left;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links li.nav-item {
    display: inline-block;
    list-style: none;
    padding: 5px 10px;
    font-size: 22px;
    width: 48px !important;
}
.social-media ul {
    margin: 0;
    padding: 15px;
}
.stellarnav.desktop li.has-sub a {
    padding-right: 18px;
}
.sub-menu li a {
    border: 1px solid #e8e8e8;
    font-weight: 500;
    transition: ease-in-out 0.3s;
}
.stellarnav li.active > a {
    color: #00a94f;
}
.stellarnav li a {
    transition: ease-in-out 0.3s;
}
.stellarnav li a:hover {
    color: #005792;
}
.stellarnav.light {
    background: 0 0;
}



/* header */
.page-header {
  display: none;
}
.sn-header.top {
    background: #005916;
    height: 50px;
}
.sn-header.top a{
    color: #fff !important;
}
.sn-header.top .nav-link:hover, .sn-header .nav-link:focus
{
  background: none;
}
.sn-header.navigation-bar.stick.bg-transparent {
    background: #fff !important;
    border-bottom: 2px solid #f1f1f1;
}
nav.navbar.navbar-expand-md.navbar-dark.bg-transparent {
    padding: 0px 0px;
}
nav.flex.items-center.justify-between.py-4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5px 0 !important;
}
.sn-header {
  /* background: #0000009c; */
  width: 100%;
  /* position: fixed; */
  z-index: 999;
  top: 0;
  z-index: 99999;
  background: #fff;
  /* border-bottom: 1px solid #e6e6e6; */
}
.sn-header .container {
  padding: 1px 15px;
}
.sn-logo {
  height: 55px;
}
.stellarnav li.current-menu-item a {
    color: #005a1e;
}
.sn-header .nav-link {
  color: #333;
  font-size: 16px;
  padding: 5px 15px !important;
  font-weight: 600;
  border-radius: 15px;
}
.sn-header .nav-link:hover,
.sn-header .nav-link:focus {
  background-color: #005792;
  color: var(--sn-white);
  /* border-radius: 10px; */
  border-radius: 15px;
}
.dropdown-menu {
  background-color: var(--sn-light-background);
  /* border-radius: 10px; */
  overflow: hidden;
  min-width: 100px;
}
.dropdown-menu .dropdown-item {
  font-size: var(--sn-font-size);
  padding: 5px 10px;
  /* border-bottom: solid 2px var(--sn-primary); */
  color: var(--sn-white);
}
.dropdown-menu .dropdown-item:hover {
  background-color: var(--sn-white);
  color: var(--sn-dark);
}
.sn-navbar-nav {
  padding-right: 20px;
  margin: 0px !important;
  width: 100%;
}
.sn-toggler-btn {
  padding: 10px;
  font-size: var(--sn-font-size);
}
.sn-nav-btn {
  background-color: var(--sn-primary-dark);
  border-radius: 20px;
  float: right;
}

.sn-header .phone {
    float: right;
    width: 20%;
}
.sn-header .manu {
    width: 100%;
}
/*Start Search */
.sn-header .search-bar {
    display: flex;
    align-items: center;
}
.search-bar form {
    display: flex;
    justify-content: space-between;
}
.search-bar form input.form-control {
    border: 2px solid #e5e5e5;
    border-radius: 0;
}
.search-bar form button.btn {
    background: #005a1e;
    border-radius: 0;
    color: #fff;
}
.sn-header .search-form {
    display: flex;
    align-items: center;
}

.sn-header .search-field {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.sn-header .search-submit {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 0.5rem;
}
/*End Search*/
/* hero sectino */
.sn-hero {
  overflow: hidden;
  background-color: #005792;
  color: var(--sn-white);
  margin-top: -1%;
}
.sn-hero-section {
  display: flex;
  position: relative;
}
.sn-hero-content h1 {
  color: var(--sn-white);
}
.sn-hero-center {
  margin: auto;
  width: 100%;
}
.sn-hero-list {
  padding: 5px 10px;
  background-color: var(--sn-light-background);
  display: inline-block;
  margin-bottom: 10px;
  /* border-radius: 10px; */
  font-size: 13px;
}
.sn-hero-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.sn-hero-image::after {
  content: "";
  display: block;
  height: 200%;
  min-height: 500px;
  width: 200%;
  /* padding-bottom: 100%; */
  background-color: var(--sn-dark);
  border-radius: 50%;
  top: 0;
}
.sn-heroimg {
  width: 100%;
  position: relative;
  z-index: 99;
}




/*Start banner Section*/
header .item {
  /* height: 100vh; */
  height: auto;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  er; */
}
header .item .cover {
  padding: 50px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.6); */
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 50px 30px;
  overflow: hidden;
  width: 50%;
  background: #ffffffba;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #005a1e;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 75% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content .h1 {
  font-size: 35px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #662364;
}
header .item .cover .header-content .h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  color: #333;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}
/*End banner Section*/



/*Start Popular Post*/
.blog-posts {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.blog-post-item {
    width: 100%; /* Each item takes up the full width of the container */
    box-sizing: border-box; /* Ensures padding and border are included in the width */
    padding: 0px; /* Optional: Adds space around each item */
    margin-bottom: 20px; /* Adds space between items */
}
.blog-details-img {
    margin-bottom: 25px;
}
.post-link {
    display: block; /* Ensures the link covers the entire item */
    text-decoration: none;
    color: inherit;
}

.post-thumbnail-container {
    /* margin-bottom: 10px; */ /* Space between the image and text */
}

.post-thumbnail img {
    width: 100%; /* Ensure image fits within its container */
    height: auto; /* Maintain aspect ratio */
}

.post-text {
    text-align: center;
    border: 2px solid #e9e9e9;
    background: #fff;
    padding: 15px;
}
.post-text h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.post-title {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.post-date {
    display: block;
    color: #666;
    font-size: 0.9em;
}
/*End Popular Post*/

.post-thumbnail-container .post-thumbnail {
    height: 210px;
}
.post-thumbnail-container .post-thumbnail img {
    overflow: hidden;
    height: 210px;
    object-fit: cover;
}
/*Start Main Blog*/
.blog-main .blog-overlay {
    padding: 15px;
    border: 2px solid #ebebeb;
    -webkit-box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
    box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
}
.blog-main .blog-media img{
    margin-bottom: 0px;
}
section.blogs .blog-text a{
    color: #505050!important;
    font-weight: 600;
}
section.blogs .blog-text a:hover{
    color: #1474b6 !important;
}
.blog-main .blog-overlay .blog-text h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
/*End Main Blog*/



/*Start Blog Section apps*/
.heading-section.d-flex.justify-content-between.align-items-center {
    margin-bottom: 20px;
}
.view-all a {
    font-weight: 700;
    color: #005a1e;
}
/*End Blog Section apps*/


section.blogs {
    /* padding-top: 60px; */
}
.title{
  text-align: center;
  padding: 0% 10% 3%;
}
.blog-posts
{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post
{
  width: calc(33% - 10px);
  overflow: hidden;
  margin: 10px 0px;
}

.post img
{
  width: 100%;
  border-radius: 0px;
  transition: .3s linear;
  height: 230px;
  object-fit: cover;
}

.post-content
{
  background-color: #fff;
  margin: 0;
  padding: 15px;
  transform: translateY(0px);
  transition: .3s linear;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 0px;
  border: 2px solid rgba(0, 0, 0, 0.07);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.post-content h3
{
  font-size: 22px;
  /* font-weight: 400; */
  margin-bottom: 10px;
  line-height: 30px;
}
.post-content h3 a{
    color: #505050;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.blog-sidebar-wrap.home {
    margin-top: 0px;
}
.blog-sidebar-wrap{
    padding: 15px;
    border: 2px solid #ebebeb;
/*     margin-top: 20px; */
}
.blog-sidebar-wrap ul{
    list-style: none;
}
.blog-sidebar-wrap ul li{
    padding: 20px 0px;
    border-bottom: 2px solid #f3f3f3;
}
.blog-sidebar-wrap ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}
.blog-sidebar h4{
    margin-top: 10px;
}
.blog-sidebar input.form-control {
    /* position: absolute; */
}
.blog-sidebar button.btn.btn-danger {
    position: relative;
    z-index: 1;
    float: right;
    background: #1474b6;
    border-color: #1474b6;
}
.recent-post-img{
    height: 70px;
    width: 100px;
    border: 2px solid #f3f3f3;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.recent-post-img img{width: 100%;height: 70px;overflow: hidden;object-fit: cover;}
.blog-details-content {
    padding: 15px;
    border: 2px solid #ebebeb;
}
.blog-details-content h3{
    font-weight: 700;
    color: #333;
}
.blog-details-content ul.blog-icons {
    list-style: none;
    padding: 20px 0px;
    display: flex;
}
.blog-details-content ul.blog-icons li {
    padding-right: 34px;
    font-size: 16px;
    font-weight: 700;
    color: #1474b6;
}
.blog-details-content ul{
    padding: 20px;
}
.blog-details-content ul li{
    line-height: 30px;
    margin: 5px 0px;
}
.recent-post-info h5 {
    font-size: 17px;
    font-weight: 600;
}
.date
{
  font-size: 14px;
  font-style: italic;
  color: #005a1e;
}

.post:hover .post-img
{
  transform: translateY(20px)
}

.post:hover .post-content
{
  transform: translateY(-20px);
}

@media screen and (max-width: 1200px)
{
  .blog-posts
  {
    justify-content: center;
  }
  
  .post
  {
    width: min(600px, 100%);
  }
}
/* Start Footer */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #290432;
  position: relative;
  text-align: left;
}

.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
  color: #fff;
	display:inline-block;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px !important;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 12px;
  margin-right: 7px;
}
.footer-social-icon i {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ffffff;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
  color: #fff;
}

.footer-widget ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}
.footer-widget ul li a:hover{
  font-weight:800;
	color: #fff !important;
}
.footer-widget ul li a i{
    margin-right: 5px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 11px 28px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #333;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #333;
    padding: 13px 20px;
    border: 1px solid #333;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #505050;
  padding: 10px 0;
}
.copyright-text p {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
}
.copyright-text p a{
  color: #00bbff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 16px;
  color: #ffffff;
}
/* End Footer */
/* mobie view */
@media (max-width: 767.5px) {
  .sn-nav-collapse {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    height: 100vh;
    background: #105c53;
    z-index: 8999999;
    width: 100vw;
  }
  .sn-hero-content .sn-hero-title,
  .sn-title {
    font-size: 30px;

    line-height: 60px;
  }
  .sn-nav-collapse .sn-navbar-nav {
    height: 100vh;
    padding: 0;
  }
  .sn-nav-collapse .sn-navbar-nav .nav-link {
    padding: 10px 15px !important;
    border-bottom: solid 1px var(--sn-white);
  }
  .sn-nav-collapse .dropdown-item {
    border-bottom: solid 1px var(--sn-white);
  }
  .sn-nav-collapse .dropdown-menu {
    margin-left: 20px;
    border: 0;
    border-radius: 0;
  }
  .sn-hero-form-container {
    max-width: 100%;
    width: 100%;
  }
  .sn-title,
  .sn-hero-content .sn-hero-title,
  .sn-info-title {
    font-size: 33px;
    line-height: 42px;
  }
}



/*Start Inner Page banner*/
.banner.inner-page {
    background: url('https://www.brtintl.com.np/wp-content/uploads/2025/09/slider-1.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.banner.inner-page:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(245 245 245 / 90%);
    z-index: -1;
}
.banner-wrap {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 40px 0px;
}
.banner-wrap h1 {
    /* text-transform: uppercase; */
    color: #005a1e;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 0px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #ffffff !important;
    border-radius: 0.25rem;
    margin-top: 20px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}

/*End Inner Page banner*/
/*Start Main Blog Page*/
.blog-media img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    margin-bottom: 24px;
}
.blog-content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: .8px;
}
.blog-content p {
    color: #666;
}
.blog-content .blog-btn {
    background: #264fa2;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    letter-spacing: .4px;
    margin-top: 5px;
    transition: ease-in-out .3s;
}
.blog-sidebar {
    position: sticky;
    top: 100px;
    /* border: 2px solid #e9e9e9; */
}
.blog-list ul {
    list-style: none;
    padding: 0;
}
.blog-posts li a {
    font-size: 15px;
    color: #505050;
    transition: ease-in-out .3s;
    display: block;
}
.blog-posts li span {
    color: #1474b6;
    /* font-size: 16px; */
    display: block;
    margin-top: 5px;
    text-decoration: none;
}
.blog-list {
    padding: 20px;
}
.category-name h3 {
    font-size: 20px;
    /* margin-bottom: 20px; */
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.category-name h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #1474b6;
}
.blog-list ul {
    list-style: none;
    padding: 10px 0 0;
}
.blog-categories li a {
    color: #444;
    transition: ease-in-out .3s;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
}
.blog-categories li a:before {
    position: absolute;
    content: '\f054';
    left: 0;
    font-family: fontawesome;
    font-size: 14px;
    top: 0;
    color: #264fa2;
}
.blog-col {
    margin: 5px 0px;
}
/*End Main Blog Page*/

/*Start about us Page*/
section.about-us-home {
    padding: 60px 0px 0px;
    background: linear-gradient(45deg, #154489, #00c2d0), linear-gradient(45deg, #8534ff, #4d90ff);
}
section.about-us {
    padding: 60px 0px 15px;
}
section.about-us .text{
    padding: 15px 15px 60px 15px;
}
section.about-us .text h3{
    font-size: 30px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 20px;
}
section.about-us .text P{
    line-height: 30px;
    color: #fff;
}
section.about-us .text .sn-nav-btn {
    background-color: #333;
    float: left;
    margin-bottom: 70px;
}
section.about-us .content {
    padding: 20px;
    border: 2px solid #ededed;
    border-radius: 10px;
}
section.about-us .content ul{
    padding: 0 0 0 20px;
}
section.about-us .content ul li{
    margin-bottom: 15px;
}
section.about-us .image {
    padding: 15px;
    border: 2px solid #ededed;
    border-radius: 10px;
    margin-bottom: 10px;
}
/*End about us page*/

.top-banner {
    background: #f1feff;
    background-image: url(images/pattern-img.png);
    position: fixed;
    padding: 5px;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-shadow: 0 -5px 18px 0 rgba(0,0,0,4%);
    -moz-box-shadow: 0 -5px 18px 0 rgba(0, 0, 0, 4%);
    box-shadow: 0 -5px 18px rgba(0,0,0,4%);
}
.top-banner h3{
    font-size: 30px;
    font-weight: 600;
}
.inner-ban {
    display: flex;
    margin: 0 auto;
}
.ban-rght {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
}
.img-block {
    margin-right: 2em;
    width: 127px;
}
section.about-us-home p{
    color: #fff;
}
section.about-us-home h3{
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
}
section.about-us-home a.sn-nav-btn{
    text-align:left;
    float:left;
}

/*Start blog details image*/
.blog-details-main img {
    width: 100%;
}
/*End blog details Image*/

#blog .blog-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      position: relative;
      margin: 20px 0px;
      border: 2px solid #e5e5e5;
}

#blog .blog-box .blog-image {
  width: 50%;
}

#blog .blog-box .blog-image img {
    max-height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#blog .blog-box h1 {
  position: absolute;
  top: -7.5rem;
  left: 0;
  font-size: 5rem;
  font-weight: 500;
  color: #4cb0b0;
}

#blog .blog-details {
  width: 50%;
  padding: 0 1rem;
}

#blog .blog-details a {
  text-decoration: none;
  color: #505050;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#d0fffd), to(#00a9a3));
  background-image: linear-gradient(90deg, #dcfffe, #00a9a3);
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 300ms ease;
  transition: background-size 300ms ease;
  line-height: 41px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}



#blog .blog-details a:hover {
  background-size: 100% 3px;
}

#blog .blog-details a:hover::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(red),
    to(blue)
  );
  background-image: linear-gradient(90deg, red, blue);
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transition: background-size 300ms ease;
  transition: background-size 300ms ease;
  background-size: 100% 3px;
}

@media screen and (max-width: 992px) {
  #blog .blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #blog .blog-box .blog-image {
    width: 100%;
    padding: 0;
  }
  #blog .blog-details {
    width: 100%;
    padding: 15px;
  }
}

section.blogs.col-4-items .blog-media img{
    height: auto;
    overflow: hidden;
}
section.blogs.col-4-items .blog-main .blog-overlay .blog-text h3 a {
    font-size: 18px;
    line-height: 1.3;
}

section.blogs .image {
    height: auto;
    overflow: hidden;
}
section.blogs .image.must-read {
    height: 400px;
}
.blog-image-container{
    object-fit: cover;
    transition: .3s linear;
    border-radius: 5px 5px 0 0px;
}
.blog-col :hover img {
    transition: transform 0.5s ease;
    transform: scale(1.2);
}

.breadcrumb-item li a{
    color: #00a9a3;
}
ul.navbar-nav.sn-navbar-nav.ms-auto.mt-2.mt-lg-0.social-media-links {
    display: contents;
}
.breadcrumb-item a{
    color: #005a1e;
    font-weight: 700;
}

/*Start heading section */
.heading-section {
    text-align: center;
    font-weight: 700;
    margin-bottom: 35px;
}
.heading-section h2 {
    font-weight: 600;
    /* margin-top: 16px; */
    color: #5a2868;
}
section.about-us .content h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
/*End Heading Section*/

/*Start Faqs*/
section.faqs h3.panel-title {
    background: #fff;
    font-size: 20px;
    font-weight: normal;
    border: 2px solid #e9e9e9;
}
section.faqs h3.panel-title a {
    padding: 20px 15px;
    width: 100% !important;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #4e4e4e;
}
section.faqs h3.panel-title i.more-less.fas.fa-chevron-down {
    float: right;
}
section.faqs .panel-body {
    padding: 15px;
    background: #fff;
    margin-bottom: 10px;
    border: 2px solid #e9e9e9;
    margin-top: -10px;
}
section.faqs .panel-body p{
    margin: 0px;
}
/*End Faqs*/

section.blogs.col-4-items.service.bg-sec.pt.pb .blog-overlay{
    background: #fff !important;
    border: 2px solid #fff;
}



/*Start Team*/
/*Start Our Team */
.main{
     padding: 60px 0;
     /* border: 2px solid #e9e9e9; */
     width: 100%;
     /* height: 100vh; */
     display: flex;
     justify-content: center;
     align-items: center;
     /* background-color: #0c5db9; */
   }
   .profile-card{
     /* position: relative; */
     font-family: sans-serif;
     width: 290px;
     height: 356px;
     background: #fff;
     padding: 30px;
     box-shadow: 0 0 22px #3336;
     transition: .6s;
     margin: 25px auto 0px;
     -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
     box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
     border-radius: 20px;
     border: 5px solid rgba(0, 0, 0, 0.07);
     -webkit-transition: all .5s ease 0;
     transition: all .5s ease 0;
     transition: all 0.5s ease 0s;
   }
   .profile-card:hover{
     border-radius: 10px;
     /* height: 300px; */
   }
   .profile-card .img{
     position: relative;
     margin: auto;
     width: 200px;
     height: 100%;
     transition: .6s;
     z-index: 99;
     transform: translateY(-60px);
   }
   .profile-card:hover .img{
     transform: translateY(-60px);
   }
   .img img{
     width: 100%;
     border-radius: 50%;
     box-shadow: 0 0 22px #3336;
     transition: .6s;
     height: 200px;
     object-fit: cover;
   }
   .profile-card:hover img{
     border-radius: 10px;
   }
   .caption{
     text-align: center;
     transform: translateY(-80px);
     opacity: 0.8;
     transition: .6s;
     margin-top: -25px !important;
     z-index: 9999;
     position: relative;
   }
   .caption .h6{
        font-weight: 700;
        font-size: 16px;
        color: #333;
   }
   .profile-card:hover .caption{
     opacity: 1;
   }
   .caption h3{
     font-size: 18px;
     font-weight: 600;
     font-family: sans-serif;
     color: #391042;
   }
   .caption p{
     font-size: 15px;
     color: #0c52a1;
     font-family: sans-serif;
     margin: 2px 0 9px 0;
   }
   .caption .social-links a{
     color: #333;
     margin-right: 15px;
     font-size: 21px;
     transition: .6s;
   }
   .social-links a:hover{
     color: #0c52a1;
   }
   .footer-social-icon {
      width: 200px;
      text-align: right;
  }
/*End Our Team*/
/*End Team*/



/*-----Testimonial-------*/

.testimonial:after {
    /* position: absolute; */
    top: -0 !important;
    left: 0;
    content: " ";
    /* background: url(https://lucentskinclinic.com/wp-content/uploads/background-image.jpg); */
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    /* position: relative; */
    background: url(https://lucentskinclinic.com/wp-content/uploads/background-image.jpg);
    background-position: center;
    background-size: cover;
    padding: 70px 0px!important;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 10px;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 70px !important;!i;!;
    height: 70px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    margin: 30px 0 20px 0;
}
.testimonial4_slide .h4 {
  color: #ffffff;
  font-size: 22px;
}
.testimonial4_slide h6{
    color: #fff;
}
.testimonial .carousel {
    /* padding-bottom:50px; */
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/


/*Start Call us*/
section.call-us{
    height: auto;
    margin: 0px;
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background: url(https://www.brtintl.com.np/wp-content/uploads/2025/09/slider-1.jpg) top center / cover no-repeat fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.call-us::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 90%);
    z-index: 0;
}

section.call-us .content{
    z-index: 9999 !important;
    position: relative;
    text-align: center;
    width: 100% !important;
}
section.call-us .content h2{
    font-weight: 700;
    color: #005916;
    margin: 10px 12%;
}
section.call-us .content p{
    font-weight: 700;
    color: #333;
    margin: 25px 12%;
}
section.call-us a:hover{
	color: #fff !important;
}
/*End Call Us*/

/*Start Why Choose Us*/
.feat .section-head {
  margin-bottom: 10px;
}
.feat .section-head h4 {
  position: relative;
  padding:0;
  color: #1474b6;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.feat .section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #1474b6;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;
  margin:0 auto;
}
.feat .section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
.feat p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.feat .section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.feat .extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.feat .extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.feat .extra-text span {
    font-weight: 700;
    color:#f91942;
}
.feat .item {
    background: #fff;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 2px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    margin: 0px;
}
.feat .item:hover{
    background: #005916;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.feat .item .icon {
    font-size: 60px;
    margin-bottom:25px;
    color: #005916;
    width: 90px !important;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
    padding: 10px;
}
.feat .item .feature_box_col_one{
    background: rgb(217 239 223);
    color: #005916;
}
.feat .item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color: #005916;
}
.feat .item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color: #005916;
}
.feat .item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.feat .item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.feat .item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.feat .item h6 {
    margin: 15px 10px;
    color:#2f2f2f;
    font-size: 20px;
    font-weight: 700;
}
/*End Why Choose Us*/

section.single-page .content {
    width: 100%;
    text-align: center;
    padding: 30px 15px;
    background: #ebebeb;
}
section.single-page .content h3{
    font-size: 22px;
    font-weight: 700;
}
.wp-block-image {
    margin-bottom: 20px;
}

section.contact-us{
	padding: 60px 0px;
}
section.contact-us .content {
    text-align: center;
}
section.contact-us .content h3{
	line-height: 35px;
}
.register {
    padding: 40px 40px 0px;
    border: 2px solid #ededed;
    border-radius: 10px;
    background: #ededed;
}
.register .title {
    text-align: center;
    padding: 0% 10% 3%;
    font-weight: 800;
    margin-bottom: 30px;
}
.register label{
    width: 100%;
    font-weight: 700;
    color: #333;
}
.register input, select, textarea {
    width: 100%;
    border: 2px solid #cbcbcb;
    border-radius: 5px;
    padding: 6px 15px;
    color: #757575;
    font-weight: 800;
    height: 50px;
}
.register span.wpcf7-form-control-wrap {
    width: calc(100% / 1);
    display: inline-block;
    padding: 5px 0px;
}
.register input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #fff;
    padding: 12px;
    border: none;
    background: #333;
}
.register textarea.form-control {
    height: auto;
    font-weight: 800;
	border: 2px solid #cbcbcb;
    padding: 10px 15px;
}
.blog-main {
    width: 100%;
}

section.dr-profile {
    padding: 60px 0px;
    background: #efefef;
}
section.dr-profile .content{
    padding: 20px;
    background: #fff;
}
section.dr-profile .image img{
    width: 100%;
}
.appoinment {
    border: 2px solid #e8e8e8;
    background: #fff;
    text-align: center;
    padding: 20px;
}
section.dr-profile .profile {
    position: sticky;
    top: 100px;
}
ul.wp-block-list {
    padding-left: 40px;
    margin-bottom: 15px;
    background: #fff;
}

        /* Reset and Base Styles */
        :root {
            --primary: #8a7f6d;
            --primary-dark: #6d6352;
            --primary-light: #a99e8b;
            --secondary: #d8c4b3;
            --accent: #c9a992;
            --white: #ffffff;
            --off-white: #f8f6f2;
            --light-gray: #e8e5e0;
            --text: #333333;
            --text-light: #5a5a5a;
            --shadow: 0 4px 20px rgba(0,0,0,0.08);
            --shadow-hover: 0 10px 30px rgba(0,0,0,0.12);
            --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
            --radius: 12px;
            --gradient: linear-gradient(135deg, var(--primary-light) 0%, var(--primary-dark) 100%);
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Montserrat', sans-serif;
            color: var(--text);
            line-height: 1.6;
            background-color: var(--off-white);
            overflow-x: hidden;
        }
        
        h1, h2, h3, h4 {
            /*font-family: 'Playfair Display', serif;*/
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 1rem;
        }
        
        h1 {
            font-size: 2.5rem;
        }
        
        h2 {
            font-size: 2.0rem;
            position: relative;
            display: inline-block;
        }
        
        h3 {
            font-size: 1.7rem;
        }
        
        p {
            margin-bottom: 1.5rem;
        }
        
        a {
            text-decoration: none;
            color: #333;
            transition: var(--transition);
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0.8rem 0.8rem; /* Reduced horizontal padding */
        }
        
        .btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 1rem 2rem;
            background-color: #005a1e;
            color: var(--white);
            border: none;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: var(--transition);
            text-align: center;
            gap: 8px;
            position: relative;
            overflow: hidden;
        }
        
        .btn:before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: var(--transition);
        }
        
        .btn:hover:before {
            left: 100%;
        }
        
        .btn:hover {
            background-color: var(--primary-dark);
            transform: translateY(-3px);
            box-shadow: var(--shadow-hover);
        }
        
        .btn-accent {
            background-color: var(--accent);
        }
        
        .btn-accent:hover {
            background-color: #b8987e;
        }
        
        .btn-outline
             {
                background-color: #ffffff;
                border: 2px solid var(--primary);
                color: var(--primary);
            }
        
        .btn-outline:hover {
            background-color: var(--primary);
            color: var(--white);
        }
        
        .section {
            padding: 50px 0; /* Reduced vertical padding */
            margin: 0;         /* Remove any default margin */
        }
        
        .section-title {
            margin-bottom: 1rem; /* Reduced space below section titles */
            text-align: center;
        }
        
        .section-title h2,
        .section-title p {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }
        
        .features-grid,
        .services-grid,
        .trust-grid,
        .booking-container,
        .footer-grid {
            gap: 1.2rem; /* Reduced spacing between grid items */
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: var(--gradient);
            border-radius: 2px;
        }
        
        .text-center {
            text-align: center;
        }
        
        
        
        .hamburger {
            display: none;
            cursor: pointer;
            background: var(--gradient);
            border-radius: 8px;
            padding: 8px;
            width: 48px;
            height: 48px;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }
        
        .bar {
            display: block;
            width: 25px;
            height: 2.5px;
            background-color: var(--white);
            transition: var(--transition);
            border-radius: 2px;
        }
        
        /* Hero Section - Fixed Banner Image */
        .hero {
            padding: 12rem 0 6rem;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://nepalmassage.com/storage/189/conversions/spa-in-kathmandu-r-large.webp) center / cover no-repeat;
            position: relative;
            color: var(--white);
            text-align: center;
            min-height: 100vh;
            display: flex
        ;
            align-items: center;
        }
        
        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        
        .hero-content h1 {
            margin-bottom: 1.5rem;
            color: var(--white);
            text-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }
        
        .hero-content p {
            font-size: 1.25rem;
            margin-bottom: 2.5rem;
            color: var(--light-gray);
        }
        
        .hero-btns {
            display: flex;
            justify-content: center;
            gap: 1.5rem;
            flex-wrap: wrap;
        }
        
        /* Features Section */
        .features {
            background-color: var(--white);
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2.5rem;
        }
        
        .feature-card {
            text-align: center;
            padding: 2rem 2rem 10px;
            border-radius: var(--radius);
            transition: var(--transition);
            background: var(--white);
            box-shadow: var(--shadow);
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .feature-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-hover);
        }
        
        .feature-icon {
            width: 90px;
            height: 90px;
            margin: 0 auto 1.5rem;
            background: #005916;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.2rem;
            color: var(--white);
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        /* Services Section */
        .services {
            background-color: var(--off-white);
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2.5rem;
        }
        
        .service-card {
            background-color: var(--white);
            border-radius: var(--radius);
            overflow: hidden;
            box-shadow: var(--shadow);
            transition: var(--transition);
            position: relative;
            display: flex;
            flex-direction: column;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        
        .service-img {
            height: 220px;
            overflow: hidden;
            position: relative;
            flex-shrink: 0;
        }
        
        .service-img:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 50%;
            background: linear-gradient(to top, rgba(0,0,0,0.5), transparent);
        }
        
        .service-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
        .service-card:hover .service-img img {
            transform: scale(1.08);
        }
        
        .service-content {
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            padding: 15px;
            height: 100%;
        }
        
        .service-content h3 {
            margin-bottom: 0.5rem;
            font-size: 1.2rem;
            line-height: 1.3;
        }
        
        .service-content p {
            /* Remove previous line-clamp styles */
            margin-bottom: 15px;
            font-size: 1rem;
            line-height: 1.5;
        }
        
        .truncate-text {
  display: box;
  box-orient: vertical;
  line-clamp: 4;
  overflow: hidden;
}
        
        .service-content .btn {
            margin-top: auto;
            width: 100%; /* Make button full width */
            align-self: flex-end; /* Align button to bottom */
            box-sizing: border-box;
        }
        
        /* How It Works */
        .process {
            background-color: var(--white);
            position: relative;
            overflow: hidden;
            padding: 50px 0; /* Reduced vertical padding */
        }
        
        .process:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1516975080664-ed2fc6a32937?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80') center/cover;
            opacity: 0.1;
            z-index: 0;
        }
        
        .process-steps {
            display: flex;
            justify-content: space-between;
            margin-top: 3rem;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }
        
        .step {
            flex: 1;
            min-width: 250px;
            text-align: center;
            padding: 0 1.5rem;
            position: relative;
            margin-bottom: 2rem;
        }
        
        .step-number {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: #005916;
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0 auto 1.5rem;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        /* Testimonials */
        .testimonials {
            background-color: var(--off-white);
        }
        
        .testimonial-slider {
            padding: 0px;
        }
        
        .testimonial-card {
            background-color: var(--white);
            padding: 1.5rem;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            position: relative;
            margin: 0px;
            border: 0px solid rgba(0,0,0,0.05);
        }
        
        .testimonial-card:after {
            content: '\201D';
            position: absolute;
            top: 10px;
            right: 30px;
            font-size: 5rem;
            font-family: 'Playfair Display', serif;
            color: var(--primary-light);
            opacity: 0.2;
            line-height: 1;
            margin:0px
        }
        
        .testimonial-text {
            margin-bottom: 0 rem;
            font-style: italic;
            font-size: 1.1rem;
            line-height: 1.8;
            position: relative;
            z-index: 1;
            padding:0px;
        }
        
        .testimonial-author {
            display: flex;
            align-items: center;
        }
        
        .author-img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            margin-right: 1rem;
            border: 3px solid var(--secondary);
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }
        
        .author-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .author-info h4 {
            margin-bottom: 0.2rem;
        }
        
        .rating {
            color: #ffc107;
            margin-top: 0.5rem;
        }
        
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background: var(--primary-light);
            opacity: 0.5;
        }
        
        .swiper-pagination-bullet-active {
            opacity: 1;
            background: var(--primary);
        }
        
        /* Booking Section */
        .booking {
            background: white;
            color: var(--white);
            position: relative;
            overflow: hidden;
            padding: 60px 0px;
        }
        
        .booking:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://images.unsplash.com/photo-1544168200-9aab2bcd6d71?ixlib=rb-4.0.3') center/cover;
            opacity: 0.1;
            z-index: 0;
        }
        
        .booking-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            align-items: center;
            position: relative;
            z-index: 2;
            padding:40px;
        }
        
        .booking-content {
            color: #fff;
            position: relative;
            z-index: 2;
        }
        
        .booking-form {
            background-color: var(--white);
            max-width: 350px;      /* Add this line */
            padding: 1rem;       /* Reduce padding */
            border-radius: var(--radius);
            box-shadow: var(--shadow-hover);
            margin: 50px;
        }
        
        /* Booking background helpers */
        .booking-bg {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            border-radius: 12px;
            overflow: hidden;
            pointer-events: none;
        }
        .booking-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            position: absolute;
            inset: 0;
            border-radius: 12px;
        }
        .booking-overlay {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            border-radius: 12px;
            background: rgba(0, 0, 0, 0.6);
            z-index: 1;
        }
        /* Booking content typography */
        .booking-content {
            color: #fff;
            position: relative;
            z-index: 2;
            text-shadow: 0 1px 3px rgba(0,0,0,0.8);
        }
        .booking-content h2 {
            color: #fff;
            font-size: 2.2rem;
        }
        .booking-content p {
            font-size: 1.1rem;
            font-weight: 500;
        }
        .booking-content ul {
            list-style: none;
            padding: 0;
        }
        .booking-content li {
            margin-bottom: 0.8rem;
            font-weight: 500;
        }
        /* Booking form refinements */
        .booking-form {
            position: relative;
            z-index: 2;
            max-width: 450px;
            padding: 2rem;
        }
        .booking-form h3 {
            text-align: center;
            margin-bottom: 1.5rem;
            color: #005916;
        }
        .booking-form .btn {
            width: 100%;
            margin-top: 0.5rem;
        }
        
        .booking-content h2 {
            margin-bottom: 1.5rem;
            color: var(--white);
        }
        
        .booking-form {
            background-color: var(--white);
            padding: 2.5rem;
            border-radius: var(--radius);
            box-shadow: var(--shadow-hover);
        }
        
        .booking-form .form-group {
            margin-bottom: 10px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 0.5rem;
            color: var(--text);
            font-weight: 500;
        }
        
        .form-control {
            width: 100%;
            padding: 1rem 1.2rem;
            border: 1px solid var(--light-gray);
            border-radius: 8px;
            font-family: 'Montserrat', sans-serif;
            font-size: 1rem;
            transition: var(--transition);
        }
        
        .form-control:focus {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(138, 127, 109, 0.2);
        }
        
        /* Trust Indicators */
        .trust {
            background-color: var(--white);
        }
        
        .trust-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            text-align: center;
        }
        
        .trust-item {
            padding: 2rem 1.5rem;
            border-radius: var(--radius);
            background: var(--off-white);
            transition: var(--transition);
        }
        
        .trust-item:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow);
        }
        
        .trust-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: #005916;
            margin-bottom: 0.5rem;
            display: block;
        }
        
        /* FAQ Section */
        .faq {
            background-color: var(--off-white);
        }
        
        .accordion {
            margin-top: 2rem;
        }
        
        .accordion-item {
            background-color: var(--white);
            border-radius: var(--radius);
            margin-bottom: 1rem;
            box-shadow: var(--shadow);
            overflow: hidden;
            transition: var(--transition);
        }
        
        .accordion-item:hover {
            box-shadow: var(--shadow-hover);
        }
        
        .accordion-header {
            padding: 1.5rem;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            background: var(--white);
            transition: var(--transition);
        }
        
        .accordion-header:hover {
            background: #f9f9f9;
        }
        
        .accordion-content {
            padding: 0 1.5rem;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }
        
        .accordion-content.active {
            max-height: 500px;
            padding: 0 1.5rem 1.5rem;
        }
        
        /* Footer */
        footer {
            background-color: #00340d;
            color: var(--white);
            padding: 40px 0 0;
            position: relative;
        }
        
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2.5rem;
        }
        
        .footer-col h3 {
            margin-bottom: 1.5rem;
            position: relative;
            padding-bottom: 0.5rem;
            color: var(--white);
        }
        
        .footer-col h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 2px;
            background: var(--gradient);
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 0.8rem;
        }
        
        .footer-links a {
            color: #ccc;
            transition: var(--transition);
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        
        .footer-links a:hover {
            color: var(--accent);
            padding-left: 5px;
        }
        
        .social-links {
            display: flex;
            gap: 1rem;
            margin-top: 1.5rem;
        }
        
        .social-links a {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(255,255,255,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            transition: var(--transition);
        }
        
        .social-links a:hover {
            background: var(--accent);
            transform: translateY(-3px);
        }
        
        .footer-bottom {
            text-align: center;
            margin-top: 4rem;
            padding-top: 2rem;
            border-top: 1px solid #3d3d3d;
            color: #999;
        }
        
        /* Back to Top Button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: var(--gradient);
            color: var(--white);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.2rem;
            box-shadow: var(--shadow);
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            z-index: 999;
        }
        
        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }
        
        .back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: var(--shadow-hover);
        }
        
        /* Responsive Design */
        @media (max-width: 1200px) {
            .container {
                max-width: 960px;
            }
        }
        
        @media (max-width: 992px) {
            .container {
                max-width: 720px;
            }
            
            h1 {
                font-size: 2.8rem;
            }
            
            h2 {
                font-size: 2.2rem;
            }
            
            .nav-menu {
                position: fixed;
                top: 0;
                right: -100%;
                width: 70%;
                height: 100vh;
                background-color: var(--white);
                flex-direction: column;
                justify-content: center;
                align-items: center;
                transition: right 0.5s ease;
                box-shadow: -5px 0 15px rgba(0,0,0,0.1);
                z-index: 999;
            }
            
            .nav-menu.active {
                right: 0;
            }
            
            .nav-menu li {
                margin: 1.5rem 0;
            }
            
            .hamburger {
                display: flex;
                z-index: 1000;
            }
            
            .hamburger.active .bar:nth-child(1) {
                transform: translateY(8px) rotate(45deg);
            }
            
            .hamburger.active .bar:nth-child(2) {
                opacity: 0;
            }
            
            .hamburger.active .bar:nth-child(3) {
                transform: translateY(-8px) rotate(-45deg);
            }
            
            .hero-btns {
                flex-direction: column;
                align-items: center;
            }
            
            .process-steps {
                flex-direction: column;
            }
            
            .step:not(:last-child):after {
                display: none;
            }
            
            .hero {
                min-height: auto;
                padding: 10rem 0 5rem;
            }
        }
        
        @media (max-width: 768px) {
            .container {
                max-width: 540px;
            }
            
            .section {
                padding: 2rem 0; /* Reduced from 4rem to 2rem */
            }
            
            h1 {
                font-size: 2.5rem;
            }
            
            h2 {
                font-size: 2rem;
            }
            
            .hero {
                padding: 10rem 0 4rem;
                background-attachment: scroll;
            }
            
         .booking-form {
    background-color: rgba(255,255,255,0.75); /* Decreased opacity */
    max-width: 500px;
    padding: 2rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--radius);
    box-shadow: var(--shadow-hover);
    position: relative;
    z-index: 2;
}
            
            .service-img {
                height: 200px;
            }
            
            .feature-icon {
                width: 70px;
                height: 70px;
                font-size: 1.8rem;
            }
        }
        
        @media (max-width: 576px) {
            .container {
                padding: 0 1rem;
            }
            
            h1 {
                font-size: 2.2rem;
            }
            
            h2 {
                font-size: 1.8rem;
            }
            
            .btn {
                padding: 0.9rem 1.8rem;
                font-size: 0.9rem;
            }
            
            .testimonial-card {
                padding: 1.8rem;
            }
            
            .footer-grid {
                grid-template-columns: 1fr;
            }
            
            .hero-content p {
                font-size: 1.1rem;
            }
            
            .feature-card, .service-card {
                padding: 1.5rem;
            }
            
            .booking-container, .features-grid, .services-grid, .trust-grid {
                gap: 1.5rem;
            }
        }
        
        @media (max-width: 400px) {
            h1 {
                font-size: 2rem;
            }
            
            .hero {
                padding: 8rem 0 3rem;
            }
            
            .hero-content p {
                font-size: 1rem;
            }
            
            .service-img {
                height: 180px;
            }
        }
        .step {
    flex: 1;
    min-width: 250px;
    text-align: center;
    padding: 0 1.5rem 1rem; /* Added bottom padding of 1rem */
    position: relative;
    margin-bottom: 2rem;
}

.step p {
    margin-bottom: 0.8rem; /* Reduced bottom margin for paragraphs */
    line-height: 1.4; /* Slightly reduced line height */
}
  


/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}
.hamburger .bar {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 2px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 70px;
    right: 20px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    width: 200px;
  }
  .nav-menu.active {
    display: flex;
  }
  .hamburger {
    display: flex;
  }
}
.how-it-works .step {
    padding: 0 1.5rem; 
    margin: 0px;
}

.how-it-works .step p {
    margin-bottom: 0.8rem;
    line-height: 1.4;
}
.wpcf7-response-output {
    color: #333;
}

section.section.features h3{
    font-size: 20px;
}
ol.wp-block-list {
    padding: 20px 30px;
    background: #fff;
}