
/*
Theme Name: Lestin
Author: 
Author URI: 
Description: Lestin- Directory Listing HTML Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  --body: #fff;
  --black: #11161f;
  --black-pure: #000;
  --white: #fff;
  --theme: #e90b35;
  --theme2: #35c54c;
  --theme3: #59aec2;
  --header: #11161f;
  --header2: #161616;
  --cmn-border: #838383;
  --ratting: #febb02;
  --text: #787878;
  --text2: #f5f5f5;
  --text3: #e2dfeb;
  --indef: #d5d5d5;
  --border: #e2dfeb;
  --bg: #e2dfeb;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
@font-face {
    font-family: 'square721_btroman';
    src: url('../fonts/square721-bt-roman-webfont.woff2') format('woff2'),
         url('../fonts/square721-bt-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.body-bg .tawk-toolbar{
  position:inherit !important;
}
.body-bg .tawk-max-container {
    position: absolute !important;
    height: 60% !important;
    bottom: 0 !important;
}
a{
    text-decoration:none;
}
#commentsWrapper h4{
    font-size:22px;
    margin-bottom:0 !important;
}
#noComments{
    font-size:14px;
}
#commentForm textarea{
    height:100px;
}
.widget-info li{
    border-bottom:1px solid #2d3f51;
}
.custom_title span {
    display: block !important;
    padding: 4px 0;
}
.news-image .b-badge{
    background: linear-gradient(180deg, #ff0000, #800000);
}
.custom-3d {
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    position: relative;
    background: #0065B0;
    background: linear-gradient(0deg, rgba(0, 101, 176, 1) 0%, rgba(64, 189, 237, 1) 100%);
    border: 2px solid #42c1ee;
}
.custom-3d:hover{
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(31, 111, 235, 0.35);
}
.accordion-button {
    font-size: 22px !important;
    font-weight: bold !important;
    color: #000 !important;
}
.custom-3d::after {
    content: "PAID";
    position: absolute;
    top: 4%;
    right: -21px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #ff0000, #800000);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 20px;
    line-height: 1;
}
/* =============================
   Scoped under unique ID
============================= */

#fb-global-banner {
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: auto;
    margin-bottom:20px;
}
.show h5 {
    color: #a70000;
    font-size:36px;
}
/* small top line */
#fb-global-banner .subheading{
  color:#333;
  font-size:22px;
  margin-bottom:25px;
  opacity:0;
  transform:translateY(-10px);
  transition:all .6s ease;
}

/* big pill */
#fb-global-banner .pill {
    align-items: center;
    margin-bottom:10px;
}

#fb-global-banner .pill h1{
  font-size:40px;
  color:#e11d2e;
  letter-spacing:2px;
  margin:0;
}

#fb-global-banner .globe{
  font-size:30px;
  color:#e11d2e;
}

#fb-global-banner .cta {
    font-weight: bold;
    margin: auto;
    color: #2d2d2d;
    font-size: 29px;
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#fb-global-banner .show {
    opacity: 1;
    transform: translateY(0);
    text-transform: uppercase;
    font-size:40px;
    line-height: 1.2;
    font-weight:800;
    margin-bottom: 0;
}
#fb-global-banner .show span {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-size:115px;
    margin: 0 !important;
    color: #b72534;
    font-weight: normal;
    letter-spacing: 5px;
    line-height:1;
}

/* responsive */
@media(max-width:768px){
  #fb-global-banner .pill h1{ font-size:22px; }
  #fb-global-banner .subheading{ font-size:22px;}
}

/* ===== Page Loader ===== */
#page-loader {
    position: fixed;
    inset: 0;
    background: #11161f; /* Dark premium background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#page-loader.hide {
    opacity: 0;
    visibility: hidden;
}

/* Inner container */
.loader-inner {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo */
.loader-logo {
    width: 70px;
    height: auto;
    z-index: 2;
    animation: logoPulse 1.8s ease-in-out infinite;
}

/* Ring animation */
.loader-ring {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.08);
    border-top-color: #b72534;
    animation: spin 1.2s linear infinite;
}
body.loading {
    overflow: hidden;
}
@media (min-width: 992px) {
    .sticky-proposal {
        position: sticky;
        top: 120px; /* adjust based on header height */
        align-self: flex-start;
    }
}
/* Animations */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes logoPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 transparent);
    }
    50% {
        transform: scale(1.08);
        filter: drop-shadow(0 0 12px rgba(183, 37, 52, 0.6));
    }
}
#filterIcon {
    position: fixed;
    right: 15px;
    top: 95%;
    transform: translateY(-50%);
    background: #001638;
    border: 3px solid #c60017;
    color: #fff;
    padding: 12px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
}

@media (max-width: 768px){
  #filterIcon {
    top: 83%;
    padding: 0.5rem;
  }
  #filterIcon i{
   font-size: 20px;
  }
}
/* Hidden filter form */
#filterForm {
  position: fixed;
  right:-400px;
  top:30%;
  width:400px;
  height: 100%;
  padding: 20px;
  transition: right 0.3s ease;
  z-index: 999;
}
.qq-desk-img {
    text-align: center;
    margin-bottom:40px;
    width: 100%;
    float: left;
    background: url(../../assets/img/about.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-size:cover;
    padding:30px 20px;
}
.qq-desk-img .wid-5{
    width:49%;
    float:left;
    margin-right:1%;
    text-align:left;
}
.qq-desk-img .wid-5 h1{
    margin-top:30px;
}
.qq-desk-img .wid-5 img{
    width:98%;
    float:left;
}
/* Active state */
#filterForm.active {
  right: 0;
}
.explore {
    background-color: #11161f;
    padding: 15px 20px;
    border-radius: 5px;
    margin: auto;
    width: auto;
    color: #fff;
    margin-top: 20px;
}

.additional-info .col-md-6{
    width:100% !important;
    padding:0;
    margin-top:10px;
}
.additional-info .col-md-12{
    padding:0;
}
.additional-info .col-12{
    padding:0;
}
#home_enquiry_form .form-control{
    font-size:14px;
}
#home_enquiry_form .nice-select{
   font-size:14px; 
}
.about-gallery-section{
    background-color:#f7f7f7;
    padding:25px 0;
}
 .gallery-img {
      overflow: hidden;
      border-radius: 12px;
    }

    .gallery-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .gallery-img:hover img {
      transform: scale(1.1);
    }
.aminites-wrap{
    background-color: #efefef;
    border-radius: 10px;
    padding: 20px;
}
.ai-dis{
    background-color:#b72534;
    padding:20px;
    text-align:center;
    border-radius:7px;
    color:#fff;
}
.breadcrumb{
    display: block;
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 0px;
}
.breadcrumb ul{
    display:flex;
}
.breadcrumb ul li{
   margin-right:10px;
}
.search_results h2{
    font-size:30px;
}
.search_results .business-content h4 a {
    color: #b72534;
}
.search_results .business-single p{
    height: 50px;
    color: #000;
    font-size:15px;
}
.breadcrumb ul li a{
   font-size:14px;
}
.breadcrumb ul li span{
   font-size:14px;
   color:#b72534;
}
.listin-left-content h1{
    font-size:34px;
}
.write-review-wrap {
    border-radius: 10px;
    padding: 20px;
    background-color:#f1f1f1;
    border:1px solid #bbbbbb;
}
.write-review-wrap h3 {
    color: #2d2d2d;
    font-size: 22px;
}
.aminites-wrap h4{
    font-size:32px;
}
.fw-slider {
      width: 100%;
      position: relative;
    }

    /* 16:9 Aspect Ratio */
    .fw-slider .ratio-16x9 {
      background: #000;
    }

    .fw-slider img {
      object-fit: cover;
    }

    /* Text overlay */
    .slider-caption {
      position: absolute;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: #fff;
      padding: 20px;
    }

    .slider-caption h1 {
      font-size: clamp(1.8rem, 4vw, 3.5rem);
      font-weight: 700;
      color:#fff;
      margin-bottom:20px;
    }

    .slider-caption p {
      font-size: clamp(1rem, 2vw, 1.3rem);
      max-width: 700px;
      margin: auto;
      color:#fff;
    }
    /* Fixed height slider */
.fw-slider .carousel-item {
  height: 700px;
}

.fw-slider img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
#qq-about-section {
  background-color: #ffffff;
  padding-bottom:50px;
  padding-top:25px;
  color: #333;
}
#qq-about-section h1,
#qq-about-section h2 {
  color: #b72534;
  font-weight: 600;
  letter-spacing: -0.02em;
}

#qq-about-section .qq-main-title {
  font-size:34px;
  margin-bottom: 25px;
  font-weight:800;
  color:#ffffff;
}

#qq-about-section .qq-intro {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #ffffff;
  margin-bottom: 14px;
}

#qq-about-section .qq-section {
  margin-top:30px;
}

#qq-about-section .qq-section h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

#qq-about-section p {
  font-size: 1rem;
  line-height: 1.75;
  color: #555;
}

#qq-about-section .qq-points {
  margin: 22px 0;
}

#qq-about-section .qq-points li {
    margin-bottom: 10px;
    line-height: 1.6;
    border-left: 3px solid #b72534;
    padding-left: 13px;
    font-size: 18px !important;
}

#qq-about-section .qq-steps {
  margin-top: 20px;
  padding-left: 20px;
}

#qq-about-section .qq-steps li {
  margin-bottom: 12px;
  line-height: 1.6;
}

#qq-about-section .qq-steps li strong{
  font-weight:500 !important;
}

#qq-about-section .qq-muted {
  background-color: #11161f;
  padding: 40px;
  margin-top: 70px;
  border-radius:10px;
}
#qq-about-section .qq-muted p{
  color:#fff;
}
#qq-about-section .qq-muted li{
  color:#fff;
}
#qq-about-section .qq-muted p.qq-strong{
  color:#fff;
}
#qq-about-section .qq-strong {
  margin-top: 18px;
  font-weight: 600;
  color: #222;
}

/* Responsive */
@media (max-width: 768px) {
  #qq-about-section .qq-main-title {
    font-size: 2rem;
  }

  #qq-about-section h2 {
    font-size: 1.4rem;
  }
}

.aminites-wrap .animites-list{
    width:100%;
    float:left;
    margin-right:1%;
}
.aminites-wrap .animites-list li{
   width:49%;
   float:left;
   margin-right:1%;
   font-size:14px;
}
/* Optional: reduce height on small devices */
@media (max-width: 768px) {
  .fw-slider .carousel-item,
  .fw-slider img {
    height:200px;
  }
}
.qc-listing-actions button {
    padding: 5px 20px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff;
}
.qc-like-btn{
    background-color:#0573e5;
}
.qc-comment-btn{
    background-color:#ee1a26;
}
.qc-share-btn{
    background-color:#2ab6f4;
}
.bg-section-light .business-content h4 a{
   color:#b72534;   
}
.models-scroll-wrapper .business-content h5{
    color:#fff;
    font-size:22px;
}
.models-scroll-wrapper .business-content p {
    font-size: 14px;
    color: #fff;
    margin-top: 8px;
    line-height: 20px;
}
.qc-listing-actions i{
    color:#fff;
}
.qc-listing-actions{
    padding: 20px 10px 0 0;
}

.price_selection{
    display:flex;
}
.filter-box{
    background-color: #213a56;
    padding: 20px;
    border-radius: 5px;
}
.filter-box p{
    font-size:14px;
    color:#fff;
}
.filter-box .form-check-label{
    font-size:14px;
    color:#fff;
}
.model_type{
    font-size:14px;
    color:#fff;
}
.filter-box h5{
    color:#fff;
}
.filter-box label.form-label{
    color:#fff;
    font-size:18px;
    font-weight:bold;
}
#proposal_modal .modal-content{
    background-color:#213a56;
}
#proposal_modal .modal-content h1{
    font-size:30px;
    color:#fff;
}
#proposal_modal .modal-content label {
    color: #fff;
    font-size: 15px;
}
#proposal_modal .modal-content .nice-select{
    background-color: #fff;
    padding: 8px 10px;
    font-size:14px;
}
#proposal_modal .btn-close{
    background-color:#b72534;
    color:#fff;
}
#home_enquiry_form button{
    background-color:#b72534;
    color:#fff;
    border:0 !important;
    float:left;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size:26px;
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size:26px;
    color: #fff;
}
.swiper-button-next, .swiper-button-prev {
    svg {
        display: none !important;
    }
}
.comment-box p{
    font-size:14px;
}
.comments-wrap h4 {
    color: #b72534;
    font-size: 30px;
}
.comments-wrap p{
    font-size:14px;
}
.reply-form button{
    background-color:#2d2d2d;
    border:1px solid #000;
}
.reply-btn{
    font-size: 14px;
    background-color: #b72534;
    padding: 3px 15px !important;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
}
.reply-btn:hover{
    color:#2d2d2d;
    background-color: #d6d6d6;
}
.comments-wrap{
    background-color:#eaeaea;
    padding:20px;
    border:10px;
}
.comment-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.comment-header strong{
    font-size:14px;
}
.comment-header small{
    font-size:14px;
}

.category-content {
    padding: 5px 20px;
    background-color: #b72534;
}
#explore {
    background-color: #161f28;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 19px;
    margin-top: 20px;
    font-weight: 600;
}
.foot-bottom{
    background-color:#0e0e0e;
}
.business-content p.text-clr{
    color:#000;
}
.category-content h4 a{
    font-size:20px;
    color:#fff;
}
#modelsContainer h4{
    color:#b72534;
    font-size:20px;
}
#modelsContainer h4 p{
    color:#000;
    font-weight:normal;
}
.black-clr {
  color: var(--black);
}
.bg-section-dark{
    background-color:#b72534;
}
.three-buttons button:hover{
    background-color:#00062c;
    color:#ffffff;
}
.view-360 {
    padding:10px 14px;
   border-radius:8px;
    margin-right: 15px;
    color: #2d2d2d;
    border: 2px solid #2d2d2d;
    font-size:15px;
}
.view-ai{
    background-color:#b72534;
    padding:10px 14px;
    border-radius:8px;
    margin-right:15px;
    color:#fff;
    font-size:15px;
}
.request-proposal{
    background-color:#0474df;
    padding:10px 14px;
   border-radius:8px;
    margin-right:15px;
    color:#fff;
    font-size:15px;
}
.three-buttons{
    padding:30px 0;
    display:flex;
}
.additional-info h5{
    color:#fff;
    font-size:26px !important;
    margin-bottom:10px !important;
}
.black-bg {
  background: var(--black);
}
.aminites-wrap i{
    color:#b72534;
}
.additional-info .common-form .nice-select {
    background-color: #fff;
    padding: 13px 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #f7f7f7 !important;
}

.black-pure-clr {
  color: var(--black-pure);
}
.bg-section-dark .section-title span{
    color:#fff;
}
.business-section .mb-20{
    margin-bottom:20px;
}
#price {
    background-color: #efefef;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px !important;
}
/* Default desktop */
.filter-wrapper {
    position: static;
}

/* Mobile filter drawer */
@media (max-width: 991px) {
    .filter-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 360px;
        height: 100%;
        background: #fff;
        z-index: 1050;
        overflow-y: auto;
        transition: left 0.3s ease;
        padding: 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.15);
    }

    .filter-wrapper.active {
        left: 0;
    }

    body.filter-open {
        overflow: hidden;
    }
}
@media screen and (min-width:300px) and (max-width:600px) {
.three-buttons{
   display:block !important;
}
#fb-global-banner .pill h1 {
        font-size: 16px;
}
.breadcrumb ul li a{
   font-size:12px;
}
.breadcrumb ul li span{
   font-size:12px;
}
.three-buttons {
    padding: 30px 0;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.mean-container .mean-nav ul li li a{
    margin-bottom:0 !important;
}
.show h5 {
    color: #a70000;
    font-size: 18px;
}
#fb-global-banner .cta{
    width:100%;
    font-size:20px;
}
#fb-global-banner .show span {
    font-size:55px;
    margin:10px 0 5px 0 !important;
    letter-spacing:2px;
}
#fb-global-banner .pill {
    margin-bottom:5px;
}
.qq-desk-img {
    margin-bottom:20px;
}
.body-bg .section-padding {
    padding: 30px 0 !important;
}
#qq-about-section {
    padding:10px 0 !important;
}
.qq-desk-img .wid-5 h1{
    margin-top:0;
}
#fb-global-banner{
    margin-bottom:0;
}
.qq-desk-img .wid-5 {
    width:100%;
    margin-right:0;
    margin-bottom:20px;
}
#mob-select .list {
    height: 200px !important;
}
.space-top {
    padding-top: 40px;
}
.about-thumb-main{
    display:none !important;
}
.mySwiper2 {
    height: 250px !important;
}
.my-custom-hero .hero-1{
    padding: 20px 0 !important;
}
.my-custom-hero .listing-search-form{
    padding:0 !important;
    margin:0 !important;
}
#explore {
   font-size: 16px;
   padding: 20px !important;
   margin-bottom: 0px !important;
   margin-top: 0;
}
.aminites-wrap .animites-list li{
   width:100%;
   margin-right:0;
}
.aminities-list li {
    width:99% !important;
}
.three-buttons button{
   width:100% !important;
   margin-bottom:5px;
   font-size:12px;
   padding:10px !important;
}
.custom-3d::after{
    right:9px;
}
.listin-details-section {
    padding:20px 0 !important;
    background-color: #f7f8fa;
}
.page_title h1 {
    color: #2d2d2d;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 35px;
}
}
.bg-section-dark .section-title h2{
    color:#fff;
}
.bg-section-light h2{
    font-size:40px;
}
.bg-section-dark h2{
    font-size:40px;
}
.footer-widget button.theme-btn{
    background-color:#b72534 !important;
}
.black-pure-bg {
  background: var(--black-pure);
}

.white-clr {
  color: var(--white);
}

.white-bg {
  background: var(--white);
}

.theme-clr {
  color: var(--theme);
}

.theme-bg {
  background: var(--theme);
}

.theme2-clr {
  color: var(--theme2);
}

.theme2-bg {
  background: var(--theme2);
}

.theme3-clr {
  color: var(--theme3);
}

.theme3-bg {
  background: var(--theme3);
}

.ratting-clr {
  color: var(--ratting);
}

.ratting-bg {
  background: var(--ratting);
}

.indef-clr {
  color: var(--indef);
}

.indef-bg {
  background: var(--indef);
}

.text-clr {
  color: var(--text);
}

.text-bg {
  background: var(--text);
}

.text2-clr {
  color: var(--text2);
}

.text2-bg {
  background: var(--text2);
}

.bg-clr {
  color: var(--bg);
}

.bg-bg {
  background: var(--bg);
}

.border-clr {
  color: var(--border);
}

.border-bg {
  background: var(--border);
}

.cus-border {
  border: 1px solid var(--border);
}

.border-bg {
  background: var(--border);
}

.cmn-border-clr {
  color: var(--cmn-border);
}

.cmn-border {
  border: 1px solid var(--cmn-border);
}

.cmn-border-bg {
  background: var(--cmn-border);
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
  line-height: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fw-500 {
  font-weight: 500;
}

.theme-btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  gap: 15px;
  border: none;
  text-align: center;
  background-color:#b72534;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 19px 28px;
  overflow: hidden;
  align-items: center;
  font-family: "Manrope", sans-serif;
}
.theme-btn.alt-btn {
  background-color: var(--black);
}
.theme-btn.alt-btn:hover {
  color: var(--black);
}
.theme-btn.alt-btn:hover::after, .theme-btn.alt-btn:hover::before {
  background-color: var(--white);
}
.theme-btn.alt-btn2 {
  background-color: var(--black);
}
.theme-btn.alt-btn2:hover {
  color: var(--black);
}
.theme-btn.alt-btn2:hover::after, .theme-btn.alt-btn2:hover::before {
  background-color: var(--theme);
}
.theme-btn.alt-btn03 {
  transition: all 0.4s;
}
.theme-btn.alt-btn03:hover {
  color: var(--black);
}
.theme-btn.alt-btn03:hover::after, .theme-btn.alt-btn03:hover::before {
  background-color: var(--white);
}
.theme-btn::after, .theme-btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--header);
  transition: 1s ease;
}
.theme-btn::before {
  top: -2em;
  left: -2em;
}
.theme-btn::after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::after, .theme-btn:hover::before {
  height: 410px;
  width: 410px;
}
.theme-btn.header-bg {
  background-color: var(--header);
}
.theme-btn.header-bg::after, .theme-btn.header-bg::before {
  background-color: var(--theme);
}
.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}
.theme-btn.bg-white::before, .theme-btn.bg-white::after {
  background-color: var(--header);
}
.theme-btn.bg-white:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.link-btn {
  display: inline-block;
  color: var(--header);
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Expose", sans-serif;
  border-bottom: 2px solid var(--header);
}
.link-btn:hover {
  border-bottom: 2px solid var(--theme);
  color: var(--theme);
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Manrope", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  margin: 0px;
  font-style: normal;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 96px;
  font-weight: 900;
  line-height: 100%;
}

h2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
  font-weight: 900;
  line-height: 115%;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 29px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 115%;
}
@media (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 991px) {
  h5 {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-section {
  background: url(../img/app/app-bg.jpg) no-repeat center center;
  background-size: cover;
}
.app-section .app-content p {
  font-size: 21px;
  font-weight: 500;
  color: var(--text);
}
.app-section .app-content button {
  max-width: 230px;
}
.app-section .app-content button img {
  width: 100%;
}
.app-section .app-screen-thumb {
  position: absolute;
  right: 30%;
  bottom: 0;
}
.app-section .app-ele {
  position: absolute;
  right: 0;
  top: 0;
  animation: updown 4s linear infinite;
}
@media (max-width: 1399px) {
  .app-section .app-screen-thumb {
    position: absolute;
    right: 16%;
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .app-section .app-screen-thumb {
    position: absolute;
    right: 9%;
    bottom: 0;
  }
  .app-section .app-ele svg {
    width: 200px;
    height: 300px;
  }
}
@media (max-width: 991px) {
  .app-section .app-content p {
    font-size: 18px;
  }
  .app-section .app-content button {
    max-width: 160px;
  }
  .app-section .app-content button img {
    width: 100%;
  }
  .app-section .app-screen-thumb {
    display: none;
  }
  .app-section .app-ele svg {
    width: 100px;
    height: 300px;
  }
}

.app-store-btn button {
  width: 233px;
  height: 73px;
  transition: all 0.4s;
}
.app-store-btn button img {
  max-width: 155px;
  object-fit: contain;
  transition: all 0.4s;
}
.app-store-btn button:first-child {
  background: var(--theme);
}
.app-store-btn button:first-child:hover {
  background: var(--white);
}
.app-store-btn button:first-child:hover img {
  filter: brightness(0);
}
.app-store-btn button:last-child {
  background: var(--white);
}
.app-store-btn button:last-child:hover {
  background: var(--theme);
}
.app-store-btn button:last-child:hover img {
  filter: brightness(25);
}
@media (max-width: 991px) {
  .app-store-btn button {
    width: 233px;
    height: 63px;
    padding: 10px 16px;
  }
}

.user-items {
  background: var(--white);
  padding: 40px 40px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.user-items .user-icon {
  position: absolute;
  right: 0;
  bottom: 0;
}
.user-items.active, .user-items:hover {
  background: var(--black);
}
.user-items.active .user-icon, .user-items:hover .user-icon {
  filter: brightness(25);
}
.user-items.active p, .user-items:hover p {
  color: var(--white);
}
.user-items.active h5, .user-items:hover h5 {
  color: var(--white);
}
@media (max-width: 1399px) {
  .user-items {
    padding: 30px 30px;
  }
}

.anyting-section {
  background: url(../img/testimonial/aniting-bg.png) no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}

.anyting-content {
  display: flex;
  align-items: center;
  gap: 100px;
}
.anyting-content p {
  font-size: 20px;
  color: var(--white);
}
.anyting-content .icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: circles 20s linear infinite;
}
@media (max-width: 1399px) {
  .anyting-content {
    gap: 60px;
  }
}
@media (max-width: 991px) {
  .anyting-content {
    display: grid;
    flex-wrap: wrap;
    gap: 70px;
    text-align: center;
  }
}

@keyframes circles {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.anyting-thumb-area {
  max-width: 630px;
  position: absolute;
  top: -100px;
  left: 8%;
}
.anyting-thumb-area img {
  width: 100%;
}
@media (max-width: 1899px) {
  .anyting-thumb-area {
    left: 1px;
  }
}
@media (max-width: 1399px) {
  .anyting-thumb-area {
    max-width: 100%;
    width: 100%;
    position: initial;
  }
  .anyting-thumb-area img {
    width: 100%;
  }
}

.about-thumb-main {
  display: flex;
  gap: 24px;
}
.about-thumb-main .thumb {
  width: 100%;
}
.about-thumb-main .thumb img {
  width: 100%;
}
.about-thumb-main .thumb2 {
  margin-top:-15px;
}
@media (max-width: 767px) {
  .about-thumb-main {
    gap: 14px;
  }
  .about-thumb-main .thumb2 {
    margin-top: 0px;
  }
}

.progress-outer {
  position: relative;
  margin-bottom: 40px;
}
.progress-outer .progress-circle {
  position: absolute;
  left: calc(25% - 31px);
  top: 35px;
  background: #161616;
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  border: 1px solid var(--white);
}
.progress-outer .progress-stacked {
  height: 14px;
  background-color: #ddd;
  border-radius: 15px;
}
.progress-outer .progress-bar {
  background-color: var(--theme);
  position: relative;
}
.progress-outer .progress-text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: 15px;
}
.progress-outer .progress-text-item h6 {
  font-size: 16px;
  font-weight: 700;
}
.progress-outer .progress-text-item p {
  font-size: 16px;
}

.about-section-inner .about-thumb-main .thumb.style-2 {
  margin-top:30px;
}
@media (max-width: 1199px) {
  .about-section-inner .about-thumb-main .thumb.style-2 {
    margin-top: 0;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  to {
    -webkit-mask-position: -50%;
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes updown {
  50% {
    transform: translateY(10px);
  }
}
@keyframes leftr {
  50% {
    transform: translateX(7px);
  }
}
@keyframes updowns {
  50% {
    margin: 5px 0;
  }
}
.tpfadeInLeft {
  opacity: 0; /* Start invisible */
  animation: tpfadeInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpfadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.tpSkillInLeft {
  opacity: 0; /* Start invisible */
  animation: tpSkillInLeft 2s ease-out forwards; /* 2 seconds duration, ease-out effect */
}

@keyframes tpSkillInLeft {
  0% {
    opacity: 0;
    transform: translateX(-300px); /* Start slightly to the left */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* End at original position */
  }
}
.brand-slider {
  border-bottom: 1px solid var(--border);
  padding-bottom: 45px;
}

.swiper-3d-section {
  position: relative;
  z-index: 1;
}
.swiper-3d-section .container {
  max-width: 1500px;
  margin: 0 auto;
}
.swiper-3d-section .card3d-content {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.swiper-3d-section .card3d-content span {
  margin: 0 auto;
}
.swiper-3d-section .slide-cmn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.swiper-3d-section .swiper3d-btn-grp {
  width: 100%;
  justify-content: space-between;
  z-index: 9;
}
.swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-prev {
  position: absolute;
  left: 10%;
  top: 56%;
  z-index: 9;
}
.swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-next {
  position: absolute;
  right: 10%;
  top: 56%;
  z-index: 9;
}
@media (max-width: 1399px) {
  .swiper-3d-section .swiper3d-btn-grp {
    width: initial;
    justify-content: center;
    z-index: 9;
    margin-top: 30px;
  }
  .swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-prev {
    position: initial;
  }
  .swiper-3d-section .swiper3d-btn-grp .swiper-3d-button-next {
    position: initial;
  }
}

.swiper-3d-section .swiper-3d-container {
  width: 100%;
}

.swiper-3d-section .swiper-3d-container .swiper-slide {
  width: 320px;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d {
  position: relative;
  width: 320px;
  transition: all 0.5s ease;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area {
  border-radius: inherit;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .img-area img {
  border-radius: inherit;
  transition: all 0.5s ease;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-date {
  border-radius: 12px;
  background: rgba(var(--n1), 0.45);
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-status {
  border-radius: 46px;
  border: 1px solid rgb(var(--s1));
  background: rgb(var(--n4));
  bottom: -10px;
}

.swiper-3d-section .swiper-3d-container .swiper-slide .card-3d .card-info {
  border-radius: 12px;
  background: rgba(var(--n3), 0.4);
}

.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
  opacity: 1;
  z-index: 1;
  position: relative;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content {
  position: absolute;
  bottom: 30px;
  left: 40px;
  width: 100%;
  text-align: center;
  z-index: 1;
  opacity: 1;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content span {
  margin: 0 auto;
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
  position: absolute;
  bottom: -220px;
  left: 0;
  content: "";
  width: 400px;
  border-radius: 50%;
  height: 400px;
  background: var(--theme);
}
.swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::after {
  position: absolute;
  bottom: -220px;
  left: 0;
  width: 400px;
  height: 400px;
  content: "";
  background: rgba(5, 5, 5, 0.486);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d {
    width: 100%;
    overflow: hidden;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d .card3d-content {
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d img {
    width: 100%;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::before {
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
  }
  .swiper-3d-section .swiper-3d-container .swiper-slide-active .card-3d::after {
    bottom: -220px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
  }
}

.swiper-3d-section .swiper-btn-area .swiper-3d-button-prev,
.swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 10;
}
.q-contact-wrap {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    margin-top:30px;
}

.q-contact-box {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    border:1px solid #d6d6d6;
}

.q-contact-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    transition:0.3s ease;
}

.q-contact-item:hover{
    transform:translateY(-4px);
}

.q-contact-icon{
    width:45px;
    height:45px;
    min-width:45px;
    border-radius:10px;
    background: linear-gradient(135deg,#ff512f,#dd2476);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}

.q-contact-text h4{
    margin:0 0 6px;
    font-size:16px;
    color:#111;
}

.q-contact-text p,
.q-contact-text a{
    margin:0;
    font-size:14px;
    color:#555;
    text-decoration:none;
}

.q-contact-text a:hover{
    color:#dd2476;
}
.swiper-3d-section .swiper-btn-area .swiper-3d-button-next {
  left: unset;
  right: 10%;
}
.contact-section .contact-information{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 40px;
    display: flex !important;
}
.contact-section .contact-information .contact-info-item .icon {
  width:50px;
  height:50px;
  border-radius: 5px;
  transition: all 0.4s;
}
.contact-section .contact-information .contact-info-item .icon i {
  font-size: 19px;
  color: var(--white);
  transition: all 0.4s;
}
.contact-section .contact-information .contact-info-item .icon:hover {
  background: var(--black);
}
.contact-section .contact-information .contact-info-item .icon:hover i {
  color: var(--white);
}
.contact-section .contact-information .contact-info-item .cont P,
.contact-section .contact-information .contact-info-item .cont a {
  font-size: 20px;
}
.contact-section .contact-information .contact-info-item .cont P:hover,
.contact-section .contact-information .contact-info-item .cont a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .contact-section .contact-information {
    padding: 24px 22px;
  }
  .contact-section .contact-information .contact-info-item .icon {
    width: 53px;
    height: 53px;
    border-radius: 5px;
  }
  .contact-section .contact-information .contact-info-item .icon i {
    font-size: 19px;
    color: var(--white);
  }
  .contact-section .contact-information .contact-info-item .cont P,
  .contact-section .contact-information .contact-info-item .cont a {
    font-size: 17px;
  }
}
.contact-section iframe {
  width: 100%;
  margin-bottom: -10px;
}
.mb-20{
    margin-bottom:20px;
}
.contact-section form input,
.contact-section form textarea {
  width: 100%;
  padding: 18px 20px 19px !important;
  border-radius: 5px;
  border: unset;
  font-size: 14px;
  font-weight: 500;
  color: rgb(120, 120, 120);
  background: #f5f5f5;
  outline: none;
  margin-bottom: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .contact-section iframe {
    height: 358px;
  }
}
@media (max-width: 575px) {
  .contact-section iframe {
    height: 290px;
  }
}

.feedback-section {
  z-index: 1;
  position: relative;
}
.feedback-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 740px;
  content: "";
  width: 100%;
  background: url(../../assets/img/testimonial/feedback-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.feedback-section3 {
  background: url(../../assets/img/testimonial/feedback-bg.png) no-repeat center center;
  background-size: cover;
}

.subscribe-wrapper {
  border: 1px solid rgb(213, 213, 213);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  background: url(../../assets/img/testimonial/subs-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 1;
  padding: 100px;
}
.subscribe-wrapper .subscribe-form {
  background: var(--theme);
  border-radius: 8px;
  padding: 50px 50px;
}
.subscribe-wrapper .subscribe-form input {
  width: 100%;
  padding: 14px 24px;
  border-radius: 4px;
  color: var(--text);
  border: unset;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 22px;
}
.subscribe-wrapper .subscribe-form input::placeholder {
  color: var(--text);
}
.subscribe-wrapper .subs-line {
  position: absolute;
  top: -20px;
  left: -10px;
  z-index: -1;
}
.subscribe-wrapper .subs-list li {
  font-size: 18px;
  color: var(--text);
}
.subscribe-wrapper .subs-list li i {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .subscribe-wrapper {
    padding: 40px;
  }
  .subscribe-wrapper .subscribe-form {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .subscribe-wrapper {
    padding: 20px;
  }
}

.counter-wrapper {
  padding: 140px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1620px;
  background-color: var(--bg);
}
.counter-wrapper .counter-items .content h2 {
  font-size: 80px;
  font-weight: 700;
  color: var(--theme);
  margin-bottom: 8px;
}

.counter-section {
  position: relative;
  z-index: 9;
}
.counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  z-index: -1;
  height: 50%;
}
.counter-section .line-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.vedio-area {
  padding: 300px 0;
  background-attachment: fixed;
  position: relative;
}

.play-btn .video-btn {
  width: 160px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  background-color: var(--white);
  color: var(--header);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
}

.cta-wrapper .cta-content {
  position: relative;
  z-index: 9;
}
.cta-wrapper .cta-content h2 {
  font-size: 80px;
  color: var(--white);
  margin-bottom: 10px;
}
.cta-wrapper .cta-content p {
  color: var(--white);
  font-weight: 400;
  margin-bottom: 40px;
}
.cta-wrapper .cta-image {
  position: relative;
  z-index: 9;
}
.cta-wrapper .cta-image img {
  width: 100%;
  height: 100%;
}

.cta-section {
  position: relative;
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 83.9%;
  left: -6px;
  z-index: 1;
}
.cta-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  top: 50%;
}

.counter-impact-items {
  background-color: var(--white);
  padding: 44px 36px;
  position: relative;
}
.counter-impact-items h4 {
  font-weight: 400;
  color: var(--text);
  position: absolute;
  top: 44px;
  right: 36px;
}
.counter-impact-items h5 {
  margin-bottom: 40px;
}
.counter-impact-items h2 {
  font-size: 80px;
  color: var(--theme);
}

.offer3-section {
  z-index: 1;
}
.offer3-section .offer-trit {
  background-color: rgb(245, 245, 245);
  box-shadow: inset -4px 0px 0px 0px rgba(233, 11, 53, 0.004);
}
.offer3-section .offer-elee {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.offer3-section .offer3-thumb {
  direction: rtl;
  margin: 0 120px;
  position: relative;
}
.offer3-section .offer3-thumb img {
  max-width: unset;
}
.offer3-section .offer3-thumb .directory-badge {
  position: absolute;
  bottom: 46px;
  right: 46px;
}
.offer3-section .offer3-thumb .directory-badge img {
  width: 50px;
  margin-bottom: 14px;
}
.offer3-section .offer3-thumb .directory-badge span {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: var(--white);
  display: block;
  text-align: start;
}
@media (max-width: 1399px) {
  .offer3-section .offer3-thumb {
    direction: rtl;
    margin: 0 60px;
  }
  .offer3-section .offer3-thumb img {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .offer3-section .offer3-thumb {
    direction: rtl;
    margin: 0 0px;
  }
  .offer3-section .offer3-thumb img {
    max-width: unset;
  }
}
@media (max-width: 991px) {
  .offer3-section .offer3-thumb {
    direction: rtl;
    margin: 10px 0px 0;
    width: 100%;
  }
  .offer3-section .offer3-thumb img {
    max-width: 100%;
  }
  .offer3-section .offer3-thumb .directory-badge {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
  .offer3-section .offer3-thumb .directory-badge img {
    width: 40px;
    margin-bottom: 9px;
  }
  .offer3-section .offer3-thumb .directory-badge span {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 450px) {
  .offer3-section .offer3-thumb .directory-badge {
    bottom: 7px;
    right: 7px;
  }
  .offer3-section .offer3-thumb .directory-badge img {
    width: 20px;
    margin-bottom: 5px;
  }
  .offer3-section .offer3-thumb .directory-badge span {
    font-size: 12px;
    line-height: 26px;
  }
}

.land-items {
  position: relative;
  overflow: hidden;
}
.land-items img {
  width: 100%;
  border-radius: 8px;
}
.land-items .land-content {
  width: 80%;
  border-radius: 5px;
  background-color: rgba(22, 22, 22, 0.902);
  z-index: 1;
  padding: 36px 36px;
  position: absolute;
  bottom: 35px;
  left: 35px;
  transition: all 0.5s;
}
@media (max-width: 1600px) {
  .land-items .land-content {
    bottom: 20px;
    left: 20px;
  }
}
@media (max-width: 1399px) {
  .land-items .land-content {
    width: 85%;
    left: 14px;
    bottom: 14px;
    padding: 28px 20px;
  }
}
@media (max-width: 1199px) {
  .land-items .land-content {
    padding: 26px 16px;
  }
  .land-items .land-content span {
    margin-bottom: 0 !important;
  }
  .land-items .land-content h4 a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .land-items .land-content {
    padding: 26px 18px;
  }
}
.land-items:hover .land-content {
  background-color: var(--theme);
  bottom: 33px;
  left: 33px;
}
.land-items:hover .land-content h4, .land-items:hover .land-content a, .land-items:hover .land-content span {
  color: var(--white);
}

.footer-section {
  background-color:#161f28;
  background-size: cover;
}

.footer-top .footer-widget .logo-footer {
  max-width:250px;
  display: block;
}
.footer-top .footer-widget .logo-footer img {
  width: 100%;
}
.footer-top .footer-widget .footer-head-title {
  margin-bottom:25px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}
.footer-top .footer-widget .pragraph-title {
  font-size:14px;
  color: var(--white);
  margin-bottom: 24px;
}
.footer-top .footer-widget .widget-link li a {
  font-size: 16px;
  color: var(--text);
}
.footer-top .footer-widget .widget-link li a:hover {
  margin-left: 4px;
  color: var(--theme);
}
.footer-top .footer-widget .widget-info .icon {
  width: 42px;
  height: 42px;
  background-color:#b72534;
}
.footer-top .footer-widget .widget-info .icon i {
  color: var(--white);
}
.footer-top .footer-widget .widget-info .cont .i-name {
  font-size: 12px;
  color: var(--text);
  display: block;
}
.footer-top .footer-widget .widget-info .cont a {
  color: var(--white);
  font-size: 16px;
}
.footer-top .footer-widget .widget-info .cont:hover a {
  color: var(--theme);
}
.footer-top .footer-widget .sub-text {
  font-size: 16px;
  color: var(--text);
  margin-bottom: 26px;
}
.footer-top .footer-widget .subscribe-form input {
  width: 100%;
  background: var(--white);
  border-radius: 4px;
  padding: 10px 16px;
  color: var(--text);
  font-size: 14px;
  border: unset;
  margin-bottom:10px;
}
.footer-top .footer-widget .subscribe-form input::placeholder {
  color: var(--text);
}
.footer-top .footer-widget .subscribe-form .theme-btn {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
  border-radius: 4px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .footer-top .footer-widget .footer-head-title {
    margin-bottom: 25px;
  }
  .footer-top .footer-widget .pragraph-title {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .footer-top .footer-widget .sub-text {
    font-size: 16px;
    color: var(--text);
    margin-bottom: 16px;
  }
}

.footer-bottom {
  border-top: 1px solid rgba(156, 153, 153, 0.1529411765);
  font-size: 16px;
  padding:15px 0;
  color:#fff;
}
@media (max-width: 1199px) {
  .footer-bottom {
    padding: 24px 0;
  }
}

.social-area a {
    width: 42px;
    height: 42px;
    border: 1px solid #b72534;
}
.social-area a i {
  color:#b72534;
  font-size: 14px;
}
.social-area a:hover {
  background:#2d2d2d;
}

.header-top-section {
  position: relative;
  z-index: 99;
  background:#000;
}
.header-top-section .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
}
.header-top-section .header-top-wrapper .contact-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-top-section .header-top-wrapper .contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgb(131, 131, 131);
}
.header-top-section .header-top-wrapper .contact-list li a {
  color:#fff;
  font-size: 13px;
}
.header-top-section .header-top-wrapper .contact-list li a:hover {
  color: var(--white);
}
.header-top-section .header-top-wrapper .contact-list li i {
  font-size: 14px;
  color: var(--theme);
}
.header-top-section .header-top-wrapper .social-related a,
.header-top-section .header-top-wrapper .social-related span {
  font-size: 13px;
  color: #838383;
}
.header-top-section .header-top-wrapper .social-wrapper a i {
  font-size: 16px;
  transition: all 0.4s;
  color: #dbdbdb;
}
.header-top-section .header-top-wrapper .social-wrapper a .ani-arrow {
  transition: all 0.5s;
}
.header-top-section .header-top-wrapper .social-wrapper a:hover {
  border-color: var(--theme2);
}
.header-top-section .header-top-wrapper .social-wrapper a:hover i {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .header-top-section .header-top-wrapper .contact-list {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header-top-section .header-top-wrapper .contact-list li a {
    color: var(--white);
    font-size: 14px;
  }
}
.header-top-section .container {
  max-width: 1475px;
  margin: 0 auto;
}
.aminities-list{
    width:100%;
    float:left;
    margin:0;
    padding:0;
}
.aminities-list li {
    width: 32.333%;
    float: left;
    margin-right: 1%;
    padding:7px 0;
    font-size: 14px;
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px 0;
}
.header-main .custom-header-btn .plus {
  width: 45px;
  height: 50px;
  background:#213a56;
  transition: all 0.4s;
}
.header-main .custom-header-btn .texts {
  padding: 3px 20px 6px 16px;
  font-weight: 700;
  font-size: 14px;
}
.header-main .custom-header-btn:hover .plus {
  background: #9e0622;
}
.header-main .custom-dropdown .dropdown-button i {
  font-size: 24px;
  transition: all 0.4s;
  color: var(--white);
}
.header-main .custom-dropdown .dropdown-button:hover i {
  color: var(--theme);
}
.header-main .dropdown-content {
  opacity: 0;
  max-height: 0;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 180px;
  z-index: 1;
  top: 140%;
  right: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.header-main .dropdown-content a {
  font-size: 14px;
  font-weight: 600;
  color: var(--pragraph);
}
.header-main .dropdown-content a:not(:last-child) {
  margin-bottom: 5px;
}
.header-main .dropdown-content a i {
  font-size: 16px;
}
.header-main .dropdown-content a:hover {
  color: var(--theme);
}
.header-main .dropdown-content::before {
  position: absolute;
  top: -15px;
  right: 1px;
  width: 20px;
  height: 20px;
  content: "";
  background: var(--white);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.header-main .dropdown-content.show {
  opacity: 1;
  max-height: 500px;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end:25px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a{
    display: inline-block;
    font-size:14px;
    font-weight:600 !important;
    color: var(--white);
    padding: 14px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    font-family: 'square721_btroman';
    letter-spacing: 2px;
}
.header-main .main-menu ul li a:hover{
    color:#dd3142 !important;
}
.header-main .main-menu ul li a i {
  margin-left: 2px;
  font-size: 16px;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 200px;
  background: var(--white);
  border-radius: 5px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  padding: 0 18px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  border-radius: 5px;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 500px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: 0px;
  visibility: hidden;
  padding: 20px 20px 20px 20px;
}
@media (min-width: 1200px) {
  .header-main .main-menu ul li .has-homemenu {
    width: 746px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  width: 100%;
  max-width: 220px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
  border-radius: 0;
  justify-content: center !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  cursor: pointer;
}
.header-main .sidebar__toggle i {
  font-size: 28px;
}

@media screen and (min-width: 1850px) {
  .container.container-header-top {
    margin-left: 225px !important;
    max-width: 1600px !important;
  }
}

.container.container-extra-header {
  max-width: 1740px !important;
  margin: 0 auto !important;
}

.header-1 .mega-menu-wrapper {
  border-radius: 100px;
}
.header-1 .header-main .header-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1899px) {
  .header-1 .header-main .header-left {
    gap: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-left {
    gap: 25px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left {
    gap: 20px;
  }
}
.header-1 .header-main .header-left .category-oneadjust {
  width: 160px;
  border-radius: 8px;
  border: 1px solid rgba(92, 112, 126, 0.3);
  padding: 10px 16px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .header-1 .header-main .header-left .category-oneadjust {
    display: none;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select {
  width: unset !important;
  gap: 20px;
  font-size: 16px;
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list {
  max-height: 15vh;
  background: var(--white);
  width: 160px;
  padding: 5px 8px;
  overflow-y: scroll;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-left .category-oneadjust .nice-select .list {
    right: -60px;
  }
}
.header-1 .header-main .header-left .category-oneadjust .nice-select .list li {
  color: var(--header);
  font-size: 14px;
  border: none;
}
.header-1 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .header-1 .header-main .header-right {
    gap: 10px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right {
    gap: 7px;
  }
}
.header-1 .header-main .header-right .search-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(92, 112, 126, 0.3);
  color: var(--header);
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-main .header-right .search-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}
.header-1 .header-logo {
  width:150px;
  display: block;
}
.header-1 .header-logo img {
  width: 100%;
}
.header-1.header-style2 {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  background: var(--header);
  position:sticky;
  padding:15px 0;
}
.header-1.header-style2 .container {
  max-width: 1475px;
  margin: 0 auto;
}
.header-1.header-version2 {
  padding-top: 0;
  padding: 25px 0;
  border: unset !important;
  box-shadow: none !important;
}
.header-1.header-version2.sticky {
  padding: 0 0;
}
.header-1.header-version3.sticky {
  background: var(--white);
}
.header-1.header-version3 .dropdown-button i {
  color: var(--black);
}
.header-1.header-version3 .sidebar__toggle i {
  color: var(--black) !important;
}
@media (min-width: 1200px) {
  .header-1.header-version3 .main-menu ul li a {
    color: var(--black);
  }
}
@media (max-width: 1199px) {
  .header-1.header-version3 {
    background: var(--white);
  }
}
@media (max-width: 1199px) {
  .header-1 .common-btn {
    padding: 9px 16px 11px !important;
  }
  .header-1 .common-btn i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-1.header-style2 {
    padding: 0px;
  }
}
@media (max-width: 450px) {
  .header-1 .header-logo {
    max-width:150px;
  }
  .header-1 .header-logo img {
    width: 100%;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky-header1.sticky {
  position: fixed !important;
  top: 0 !important;
}

.header-style2.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  background: var(--header);
}

.header-color2 .header-right .main-menu ul li,
.header-color2 .header-right .main-menu ul a {
  color: #978f90;
}

@media (min-width: 1200px) {
  .fix-area {
    display: none !important;
  }
}

.offcanvas__info {
  background: var(--white);
  border-left: 2px solid var(--white);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__logo a {
  max-width: 125px;
  display: block;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__logo a img {
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--black);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 8px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--black);
  font-size: 18px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
  text-transform: capitalize !important;
  background: var(--theme) !important;
  border-radius: 100px;
  overflow: hidden;
  padding: 9px 16px 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn span,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn i {
  color: var(--white) !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.social-icon i::before{
   color:#a70000;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: var(--white);
  color: var(--text);
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  border-color: var(--theme);
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 1199px) {
  .offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
  }
}

@media (max-width: 1199px) {
  .offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
  }
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(191, 247, 71, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  transition: 0.6s;
  background-color: #2a2a2a;
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 40px;
}
/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
  background-color: transparent;
  border: transparent;
  float: initial;
  overflow: initial;
  height: initial;
  padding: 0;
  display: inline-flex;
  align-items: center;
  line-height: 150%;
  width: 100%;
  border: none;
}
.nice-select:focus, .nice-select:hover {
  border-color: transparent;
}
.nice-select::after {
    height: 8px;
    width: 8px;
    right: 15px;
    top: 25px;
    border-color: var(--header);
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
}
.common-form label{
    font-size:14px;
    color:#fff;
}
.business-section:last-of-type {
    margin-bottom: 0 !important;
}
.page_title {
    margin-bottom: 20px;
}
.page_title h1 {
    color:#2d2d2d;
    margin-bottom: 10px;
}
.page_title h1 span{
    color:#b72534;
}
.page_title p {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: bold;
}
.nice-select .list {
  width: initial;
  background-color:#efefef;
  box-shadow: none;
  overflow: initial;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
  width: 100%;
  top: 100%;
  padding: 0;
  overflow-x: auto;
  right: initial;
  left: 0;
}
.nice-select .list::-webkit-scrollbar {
  width: 2px;
  opacity: 1;
  display: block;
}
.nice-select .list::-webkit-scrollbar-button, .nice-select .list::-webkit-scrollbar-thumb {
  background: var(--header);
}
.nice-select .option {
    background-color: #b72534;
    font-size: 13px;
    line-height: 150%;
    padding: 6px 5px;
    min-height: initial;
    font-weight: 500;
    color: #fff;
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: transparent;
  color:#2d2d2d;
}
.nice-select .current {
  font-weight: 500;
  color: var(--header);
}

.price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 20px;
  font-weight: 500;
}
.price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 500;
}
.price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd; /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #ff5722;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ff5722;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ff5722;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}

.common-table {
  min-width: -moz-max-content;
  min-width: max-content;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.common-table .cart-item-thumb {
  width: 86px;
}
.common-table .cart-item-thumb .head {
  color: #1B1F2A;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.common-table .price-usd {
  font-size: 16px;
  font-weight: 500;
  color: #666C78;
}
.common-table tr {
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead,
.common-table tbody {
  width: 100%;
}

.common-table thead tr,
.common-table tbody tr {
  width: 100%;
  display: flex;
  box-sizing: border-box;
}

.common-table thead tr th,
.common-table thead tr td,
.common-table tbody tr th,
.common-table tbody tr td {
  width: 100%;
  box-sizing: border-box;
}

.common-table thead tr {
  color: #1B1F2A;
  border-bottom: unset;
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid #E4E4E5;
}

.common-table thead tr th {
  background: unset;
  color: unset;
  border: unset;
  font-size: 16px;
  padding-bottom: 16px;
}

.common-table tbody tr td {
  background: transparent;
  color: unset;
  box-sizing: border-box;
  border-bottom: unset;
}

.quantity button i {
  font-size: 16px;
}

.quantity .quantityValue {
  width: 40px;
  text-align: center;
  padding: 0;
  color: #000;
  border: unset;
}

.hero-1 {
  padding:20px 0;
  position: relative;
}
.hero-1 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 9000ms ease, opacity 1500ms ease-in;
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.hero-1 .hero-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color:#11161f;
  border-radius:5px;
}
.search-wrap h3{
    font-size:24px;
    margin-bottom:15px;
}
.hero-1 .hero-content {
  position: relative;
  opacity: 0;
  z-index: 3;
  transform: translateY(-150px);
}
.hero-1 .hero-content h1 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 800;
  color: var(--white);
  line-height: 70px;
}
.hero-1 .hero-content h1 .discover {
  color: var(--theme);
  display: block;
  text-transform: uppercase;
}
.hero-1 .hero-content h1 span .lines-elee {
  position: absolute;
  right: -50px;
  top: -15px;
}
.hero-1 .hero-content .listing-search-form {
  padding:10px;
  border-radius: 10px;
  background: url(../../assets/img/hero/search-bg.png) no-repeat center center;
  background-size: cover;
}
.hero-1 .hero-content .listing-search-form .search-wrap {
  background: var(--white);
  padding: 20px 20px;
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main {
  align-items: center;
  justify-content: space-between;
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
  border: unset;
  border-radius: 0;
  font-size: 16px;
  color: var(--text);
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main ::placeholder {
  color: var(--text);
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 100%;
    border:1px solid #c3c3c3;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}
.hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .theme-btn {
    font-size: 15px;
    letter-spacing: 1px;
    padding-bottom: 20px !important;
    margin-top: 20px;
    background-color: #b72534;
}
.hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    border: 1px solid #c3c3c3;
    padding: 10px !important;
    margin-top: 10px;
    border-radius: 5px;
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select {
  border-radius: 0;
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
  background-color:#a70000;
  font-size: 14px;
  font-weight: 500;
  color:#fff;
  padding-left: 10px;
  border-color: rgba(112, 112, 112, 0.26);
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select .current {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
}
.hero-1 .hero-content .listing-search-form .search-wrap .nice-select::after {
  border-color: rgb(120, 120, 120);
}
.hero-1 .hero-content .browse-hilisht {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-1 .hero-content .browse-hilisht .b-hilisht-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.hero-1 .hero-content .browse-hilisht .b-hilisht-item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 2px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.hero-1 .hero-content .browse-hilisht .b-hilisht-item:hover {
  cursor: pointer;
}
.hero-1 .hero-content .browse-hilisht .arrow-ele {
  position: absolute;
  top: 100%;
  left: 160px;
}
.hero-1 .hero-button {
  text-align: right;
  transform: translateY(150px);
  opacity: 0;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 255px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 255px;
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    padding: 200px 0 145px;
  }
  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 800;
    line-height: 70px;
  }
  .hero-1 .hero-content .listing-search-form {
    padding: 15px 16px;
    margin-bottom: 30px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap {
    padding: 15px 15px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
    font-size: 16px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 215px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .theme-btn {
    font-size: 15px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 215px;
    padding-left: 20px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
    font-size: 14px;
  }
  .hero-1 .hero-content .browse-hilisht {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .hero-1 .hero-content .browse-hilisht .b-hilisht-item {
    padding: 2px 16px;
  }
  .hero-1 .hero-content .browse-hilisht .arrow-ele {
    left: 160px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding: 180px 0 125px;
  }
  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 800;
    line-height: 70px;
  }
  .hero-1 .hero-content .listing-search-form {
    padding: 15px 16px;
    margin-bottom: 30px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap {
    padding: 15px 15px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main input {
    font-size: 14px;
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .search-first {
    width: 100%;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .search-form-main .theme-btn {
    font-size: 15px;
    width: 100%;
    justify-content: center !important;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .category-select {
    width: 100%;
    padding-left: 0px;
    border-left: unset;
    border:1px solid #ebebeb;
    padding-bottom: 8px;
  }
  .hero-1 .hero-content .listing-search-form .search-wrap .nice-select .list li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 160px 0 125px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    padding: 130px 0 105px;
  }
  .hero-1 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
  }
}

.my-custom-hero .hero-content {
  position: relative;
  opacity: 1;
  z-index: 3;
  transform: translateY(0px);
}

.browse-hilisht {
  display: flex;
  align-items: center;
  gap: 10px;
}
.browse-hilisht .b-hilisht-text {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
.browse-hilisht .b-hilisht-item {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 2px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.browse-hilisht .b-hilisht-item:hover {
  cursor: pointer;
}
.browse-hilisht .arrow-ele {
  position: absolute;
  top: 100%;
  left: 160px;
}

.hero-section .swiper-slide.swiper-slide-active .hero-bg {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
}
.hero-section .swiper-slide.swiper-slide-active .hero-content {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}
.hero-section .swiper-slide.swiper-slide-active .hero-button {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2500ms ease;
}
.hero-section.hero-section2 {
  background: url(../../assets/img/hero/hero2-bg.png) no-repeat center center;
  background-size: cover;
  padding: 145px 0 0;
}
.hero-section.hero-section2 .hero-wrap2 {
  background: url(../../assets/img/hero/hero-thumb2.png) no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  padding: 149px 0 149px;
}
.hero-section.hero-section2 .hero-wrap2 .hero-content {
  position: relative;
  z-index: 1;
  transform: initial;
  opacity: initial;
  max-width: 1171px;
  margin: 0 auto;
}
.hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form {
  background: transparent;
  padding: 0 0;
}
.hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
  font-size: 70px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.hero-section.hero-section2 .container {
  max-width: 1475px;
  margin: 0 auto;
}
.hero-section.hero-section2 .browse-hilisht {
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.hero-section.hero-section2 .browse-hilisht .arrow-eles {
  position: absolute;
  left: 23%;
  top: 0;
  width: 90px;
  transform: rotate(32deg);
}
@media (max-width: 1399px) {
  .hero-section.hero-section2 {
    padding: 145px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 149px 0 149px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content {
    max-width: 1171px;
    margin: 0 auto;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form {
    background: transparent;
    padding: 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .container {
    max-width: 1475px;
    margin: 0 auto;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 1199px) {
  .hero-section.hero-section2 {
    padding: 135px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 119px 0 119px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 991px) {
  .hero-section.hero-section2 {
    padding: 125px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 119px 0 119px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 56px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .hero-section.hero-section2 {
    padding: 85px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 90px 0 110px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 90%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .hero-section.hero-section2 {
    padding: 85px 0 0;
  }
  .hero-section.hero-section2 .hero-wrap2 {
    padding: 90px 0 100px;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 95%;
  }
  .hero-section.hero-section2 .hero-wrap2 .hero-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .hero-section.hero-section2 .browse-hilisht {
    padding: 50px 0;
  }
  .hero-section.hero-section2 .browse-hilisht .arrow-eles {
    left: 23%;
    width: 90px;
  }
}
.hero-section.hero-section3 {
  background: url(../../assets/img/hero/hero3-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 271px 0 80px;
  z-index: 1;
  position: relative;
}
.hero-section.hero-section3 .hero-wrap2 {
  background: transparent;
  padding: 0 0 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero-content {
  position: relative;
  z-index: 1;
  transform: initial;
  opacity: initial;
  max-width: 1171px;
  margin: 0 0 0 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form {
  background: transparent;
  padding: 0 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero-content h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: var(--black);
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht {
  padding: 0 0;
  margin-top: 30px;
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht .b-hilisht-text {
  color: var(--black);
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht .b-hilisht-item {
  background-color: rgba(22, 22, 22, 0.2);
  transition: all 0.4s;
}
.hero-section.hero-section3 .hero-wrap2 .browse-hilisht .b-hilisht-item:hover {
  background: var(--theme);
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
  max-width: 743px;
  gap: 24px;
  position: absolute;
  top: -155px;
  right: 0;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
  display: grid;
  gap: 24px;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
  width: 100%;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
  width: 100%;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
  width: 100%;
  max-width: 419px;
}
.hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
  width: 100%;
}
@media (max-width: 1399px) {
  .hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
    max-width: 650px;
    gap: 14px;
    position: absolute;
    top: -155px;
    right: 0;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
    display: grid;
    gap: 14px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
    max-width: 300px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero-content h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 40px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
    max-width: 550px;
    gap: 14px;
    top: -165px;
    right: 0;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
    display: grid;
    gap: 14px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
    max-width: 300px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hero-section.hero-section3 {
    padding: 150px 0 80px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero-content h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 30px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap {
    max-width: 100%;
    width: 100%;
    position: initial;
    gap: 14px;
    top: -165px;
    right: 0;
    margin-top: 30px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner {
    display: grid;
    gap: 14px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .hero3-thumb-inner .thumb1 img {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 {
    max-width: 300px;
  }
  .hero-section.hero-section3 .hero-wrap2 .hero3-thumb-wrap .thumb2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-section.hero-section3 {
    padding: 130px 0 80px;
  }
  .hero-section.hero-section3 .hero-content .listing-search-form .search-wrap {
    width: 100%;
  }
  .hero-section.hero-section3 .hero-content h1 {
    font-size: 36px;
    line-height: 56px;
    margin-bottom: 30px;
  }
}

.breadcrumb-section {
  background: url(../../assets/img/breadcrumnd-banner.png) no-repeat center center;
  background-size: cover;
  padding:100px 0 100px;
  position: relative;
  z-index: 1;
}
.breadcrumb-section .breadcrumb-content h2 {
  margin-bottom: 16px;
  color: var(--white);
}
.breadcrumb-section .breadcrumb-content .bread-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.breadcrumb-section .breadcrumb-content .bread-list li,
.breadcrumb-section .breadcrumb-content .bread-list a {
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-section::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.breadcrumb-section.listin-details-breadcrumb {
  background: url(../../assets/img/hero/listin-details-bg.png) no-repeat center center;
  height: 700px;
  background-size: cover;
}
.breadcrumb-section.listin-details-breadcrumb .form-info {
  position: absolute;
  right: 17%;
  bottom: 40px;
  z-index: 1;
}
.breadcrumb-section.listin-details-breadcrumb .form-info button {
  width: 50px;
  height: 50px;
  transition: all 0.5s;
}
.breadcrumb-section.listin-details-breadcrumb .form-info button i {
  transition: all 0.4s;
}
.breadcrumb-section.listin-details-breadcrumb .form-info button:hover {
  background: var(--theme);
}
.breadcrumb-section.listin-details-breadcrumb .form-info button:hover i {
  color: var(--white);
}
.breadcrumb-section.listin-details-breadcrumb .form-info button:hover img {
  filter: brightness(25);
}
@media (max-width: 1399px) {
  .breadcrumb-section.listin-details-breadcrumb {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section.listin-details-breadcrumb {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section.listin-details-breadcrumb {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 170px 0 100px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding:40px 0;
  }
}

.rear-view {
  padding: 50px 0;
}
.rear-view .share-area li button {
  transition: all 0.4s;
}
.rear-view .share-area li button:hover {
  background: var(--theme);
  color: var(--white);
}
.rear-view .share-area li button:hover i {
  color: var(--white);
}
.rear-view .share-area li button:hover img {
  filter: brightness(25);
}
.rear-view .rear-admin {
  display: flex;
  align-items: center;
  gap: 20px;
}
.rear-view .rear-admin .content h3 {
  margin-bottom: 12px;
}
.rear-view .rear-admin .content .line {
  height: 16px;
  width: 1px;
  background: var(--indef);
}
@media (max-width: 991px) {
  .rear-view .rear-admin {
    display: grid;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }
  .rear-view .rear-admin .admin-thumb {
    margin: 0 auto;
  }
  .rear-view .rear-admin .content h3 {
    margin-bottom: 12px;
  }
  .rear-view .rear-admin .content .line {
    height: 16px;
    width: 1px;
    background: var(--indef);
  }
}

.listin-details-section {
  padding:40px 0;
  background-color: #f7f8fa;
}
.listin-details-section iframe {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.listin-details-section .posted-content-area {
  padding: 50px 50px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  background: var(--white);
}
.listin-details-section .posted-content-area .social-area a {
  background: rgb(245, 245, 245);
  transition: all 0.4s;
}
.listin-details-section .posted-content-area .social-area a i {
  color: var(--black);
  transition: all 0.4s;
}
.listin-details-section .posted-content-area .social-area a:hover {
  background: var(--theme);
}
.listin-details-section .posted-content-area .social-area a:hover i {
  color: var(--white);
}
@media (max-width: 1199px) {
  .listin-details-section .posted-content-area {
    padding: 30px 24px;
  }
}

.additional-info {
  padding:25px;
  background-color: #213a56;
  border-radius: 5px;
}
.additional-info label{
  color:#fff;
  font-size:15px;
}
.additional-info .nice-select {
    background-color: #fff;
    padding: 8px 10px;
    font-size: 16px;
}
.additional-info .nice-select span{
    color:#7f7f7f;
}
@media (max-width: 1199px) {
  .additional-info {
    padding: 30px 24px;
  }
}
.additional-info.style-radisu .common-form input {
  border-radius: 7px;
}
.additional-info.style-radisu .common-form textarea {
  border-radius: 7px;
  padding-bottom: 105px;
}

.common-form input,
.common-form textarea {
  width: 100%;
  padding: 10px 14px 11px;
  font-size: 14px;
  border: unset;
  margin-bottom: 10px;
  color: rgb(131, 130, 130);
}

.listin-left-content .line {
  width: 100%;
  height: 1px;
  background-color: #e2dfeb;
}
.three-buttons{
    padding:30px 0;
}
.listin-left-content .review-pop {
  position: absolute;
  width: 96px;
  height: 96px;
  background: var(--theme);
  z-index: 1;
}
.listin-left-content .review-pop i {
  font-size: 24px;
  color: var(--white);
}
.listin-left-content .review-pop::before, .listin-left-content .review-pop::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme);
  border-radius: 50%;
}
.listin-left-content .review-pop::before {
  transition: all 0.3s;
  animation: scsl 2s linear infinite;
}
.listin-left-content .review-pop::after {
  transition: all 0.4s;
  animation: scsl2 3s linear infinite;
}
.listin-left-content .review-pop:hover {
  background-color: var(--header);
}
@media (max-width: 1199px) {
  .listin-left-content .review-pop {
    width: 50px;
    height: 50px;
  }
  .listin-left-content .review-pop i {
    font-size: 16px;
  }
}
@keyframes scsl {
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes scsl2 {
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  60% {
    transform: scale(1.09);
    opacity: 0.6;
  }
  80% {
    transform: scale(1.1);
    opacity: 0.3;
  }
  90% {
    transform: scale(1.2);
    opacity: 0.2;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.listin-left-content .review-progress {
  background-color: rgb(245, 245, 245);
}
.listin-left-content .review-progress .boxes-re {
  background: var(--white);
  width: 217px;
  min-width: 217px;
  height: 240px;
  border-radius: 5px;
  padding: 10px;
}
@media (max-width: 1399px) {
  .listin-left-content .review-progress .boxes-re {
    width: 180px;
    min-width: 180px;
    height: 190px;
  }
}
@media (max-width: 575px) {
  .listin-left-content .review-progress .boxes-re {
    width: 100%;
    min-width: 100%;
    height: 190px;
  }
}
.listin-left-content .listing-progress-item .progres {
  background: var(--white);
  width: 318px;
  height: 5px;
  border-radius: 7px;
  position: relative;
}
.listin-left-content .listing-progress-item .progres .bar {
  height: 100%;
  border-radius: 5px;
  position: absolute;
  background: var(--theme);
}
.listin-left-content .listing-progress-item .titles {
  width: 92px;
}
@media (max-width: 1399px) {
  .listin-left-content .listing-progress-item .progres {
    width: 280px;
    height: 4px;
  }
  .listin-left-content .listing-progress-item .progres .bar {
    height: 100%;
    border-radius: 5px;
  }
  .listin-left-content .listing-progress-item .titles {
    width: 80px;
  }
}
@media (max-width: 1199px) {
  .listin-left-content .listing-progress-item .progres {
    width: 200px;
    height: 4px;
  }
  .listin-left-content .listing-progress-item .progres .bar {
    height: 100%;
    border-radius: 5px;
  }
  .listin-left-content .listing-progress-item .titles {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .listin-left-content .listing-progress-item .titles {
    width: initial;
  }
}
@media (max-width: 575px) {
  .listin-left-content .listing-progress-item {
    width: 100%;
  }
  .listin-left-content .listing-progress-item .progres {
    width: 100%;
  }
}

.author-review-item .thumb {
  width: 160px;
  height: 160px;
  min-width: 160px;
}
.author-review-item .thumb img {
  width: 100%;
  height: 100%;
}
.author-review-item button {
  transition: all 0.4s;
}
.author-review-item button:hover {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 575px) {
  .author-review-item .thumb {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .author-review-item .thumb img {
    width: 100%;
    height: 100%;
  }
}

.write-review-wrap .pricing-review-adjust {
  display: flex;
  gap: 130px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .write-review-wrap .pricing-review-adjust {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .write-review-wrap .pricing-review-adjust {
    gap: 9px 24px;
    flex-wrap: wrap;
  }
}
.write-review-wrap form input,
.write-review-wrap form textarea {
  width: 100%;
  padding: 18px 20px 19px !important;
  border-radius: 5px;
  border: unset;
  font-size: 14px;
  font-weight: 500;
  color: rgb(120, 120, 120);
  background:#ffffff;
  outline: none;
  margin-bottom: 0;
  height: 100%;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 130px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  line-height: 134px;
}
.scrolling-wrap .comm .text-custom-storke {
  -webkit-text-stroke: rgb(228, 228, 229);
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size:14px;
  line-height: 1.5;
  font-weight:600;
  text-transform:uppercase;
  border-bottom: 1px solid var(--border) !important;
  border: none;
  font-family: 'square721_btroman';
}
.mean-container .mean-nav ul li button{
    font-size:14px !important;
    text-transform:uppercase !important;
}
.mean-container .mean-nav ul li li a {
    width:80%;
    padding: 5px 0 5px 15px;
    text-shadow: none !important;
    visibility: visible;
    margin-bottom: 2px;
    background-color: #11161f;
    border-top: 0 !important;
    border-bottom: 0 !important;
    color: #fff;
    border-radius: 1px;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-box-items {
  transition: all 0.5s;
}
.news-box-items .news-image {
  width: 100%;
}
.news-box-items .news-image img {
  width: 100%;
  border-radius: 7px;
}
.news-box-items .news-image .date-badge {
  position: absolute;
  right: 18px;
  top: -12px;
  width: 60px;
  height: 64px;
  line-height: 14px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
}
.news-box-items .news-image .date-badge::before {
  position: absolute;
  left: -14px;
  top: 0;
  width: 19px;
  height: 12px;
  content: "";
  background: var(--theme);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.news-box-items .news-content {
  border-radius: 5px;
  background-color: rgb(245, 245, 245);
  padding: 24px 36px;
}
.news-box-items .news-content .comment-blog {
  position: relative;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-box-items .news-content .comment-blog .blog-arrow:hover {
  color: var(--theme);
}
.news-box-items .news-content .comment-blog .blog-arrow:hover i {
  color: var(--theme);
}
@media (min-width: 992px) {
  .news-box-items .news-content .comment-blog {
    margin-bottom: -50px;
  }
}
.news-box-items .news-content h4 a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .news-box-items .news-content {
    padding: 20px 16px;
  }
}
.news-box-items:hover {
  transform: translateY(-8px);
}

.news-section3 {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
.news-section3::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 932px;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgb(245, 245, 245);
}
.news-section3 .slide-cmn {
  background-color: rgb(245, 245, 245);
  border-radius: 50% !important;
}
.news-section3 .slide-cmn i {
  color: var(--text);
}
.news-section3 .slide-cmn.active {
  background: var(--theme);
}
.news-section3 .slide-cmn.active i {
  color: var(--white);
}

.news-slider-maintain {
  margin-left: 300px;
}
.news-slider-maintain.style4 {
  margin-bottom: -60px;
}
@media screen and (max-width: 1900px) {
  .news-slider-maintain {
    margin-left: 0;
  }
}

.blog-news-wrapper3.style4 .news-box-items {
  background: var(--white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 60px;
}
.blog-news-wrapper3.style4 .news-box-items .news-content {
  background: var(--white);
}
.blog-news-wrapper3.style4 .news-box-items .comment-blog {
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
  box-shadow: none;
  border: 1px solid rgb(213, 213, 213);
}

.newsletter-places {
  background: url(../../assets/img/element/newsletter-bg.png) no-repeat center center;
  background-size: cover;
  padding: 76px 50px 76px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 118px;
}
.newsletter-places h3 {
  font-size: 40px;
  color: var(--white);
}
@media (max-width: 767px) {
  .newsletter-places {
    padding: 65px 20px 65px 20px;
    border-radius: 12px;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 30px;
  }
  .newsletter-places h3 {
    font-size: 29px;
  }
}

.blog-rightbar {
  gap: 30px;
}
.blog-rightbar form input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: unset;
  font-size: 18px;
  color: var(--white);
}
.blog-rightbar form input::placeholder {
  color: var(--white);
}
.blog-rightbar form i {
  color: var(--white);
}
.blog-rightbar .lastes-post {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 40px 30px;
}
.blog-rightbar .lastes-post .lates-link li {
  background: var(--white);
  border-radius: 5px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog-rightbar .lastes-post .lates-link li .cont a {
  line-height: 24px;
  display: block;
}
.blog-rightbar .lastes-post .lates-link li:hover .cont a {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .blog-rightbar .lastes-post {
    padding: 30px 18px;
  }
  .blog-rightbar .lastes-post .lates-link li {
    background: var(--white);
    border-radius: 5px;
    padding: 15px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .blog-rightbar .lastes-post .lates-link li a {
    line-height: 21px;
    display: block;
    font-size: 16px;
  }
}
.blog-rightbar .blog-category {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 40px 30px;
}
.blog-rightbar .blog-category a {
  border-radius: 5px;
  color: rgb(120, 120, 120);
  transition: all 0.4s;
  font-size: 16px;
  font-weight: 500;
}
.blog-rightbar .blog-category a:hover {
  background: var(--white);
  color: var(--black);
}
.blog-rightbar .blog-category a:hover i {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .blog-rightbar .blog-category {
    padding: 30px 20px;
  }
}

.blog-tags {
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  padding: 40px 30px;
}
.blog-tags a {
  border-radius: 5px;
  padding: 7px 18px 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--black);
  background: var(--white);
  text-align: center;
  transition: all 0.4s;
  display: inline-block;
}
.blog-tags a.active, .blog-tags a:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-tags .active:hover {
  background: var(--black);
  color: var(--white);
}
@media (max-width: 1199px) {
  .blog-tags {
    padding: 30px 20px;
  }
}

.tag-share-area {
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.tag-share-area .social-area a {
  background: rgb(247, 241, 241);
}
.tag-share-area .social-area a i {
  color: var(--black);
}
.tag-share-area .social-area a:hover {
  background: var(--theme);
}
.tag-share-area .social-area a:hover i {
  color: var(--white);
}
@media (max-width: 575px) {
  .tag-share-area {
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.caters-thumb {
  background: url(../../assets/img/news/blog-details-text.png) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 52px 20px;
}

.caters-content {
  background: rgb(245, 245, 245);
  border-radius: 10px;
  overflow: hidden;
  padding: 52px 20px;
}

.author-review-wrap .line {
  width: 100%;
  height: 1px;
  background: rgb(245, 245, 245);
}

.pricing-section {
  position: relative;
  z-index: 1;
}
.pricing-section::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 575px;
  content: "";
  width: 100%;
  background: url(../../assets/img/element/pricing-bg.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
}

.pricing-items {
  background-color: rgb(255, 255, 255);
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.07);
  z-index: 1;
  transition: all 0.4s;
}
.pricing-items .price-head {
  position: relative;
  background: var(--theme);
  padding: 50px 20px;
  overflow: hidden;
  z-index: 1;
}
.pricing-items .price-head .pricing-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: -1;
}
.pricing-items .line {
  width: 100%;
  height: 1px;
  background-color: rgb(213, 213, 213);
}
.pricing-items.premium .theme-btn {
  background: var(--theme);
}
.pricing-items:hover {
  transform: scale(1.05);
}
.pricing-items:hover .theme-btn {
  color: var(--white);
}

.offer-thumb-area {
  z-index: 1;
}
.offer-thumb-area .theme-line {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: -1;
  animation: leftr 2s linear infinite;
}
.offer-thumb-area .offer-cirlcles {
  position: absolute;
  bottom: 0;
  top: 0;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .offer-thumb-area .thumb1,
  .offer-thumb-area .thumb {
    width: 100%;
  }
  .offer-thumb-area .thumb1 img,
  .offer-thumb-area .thumb img {
    width: 100%;
  }
  .offer-thumb-area .thumb1 .theme-line,
  .offer-thumb-area .thumb .theme-line {
    display: none;
  }
  .offer-thumb-area .thumb {
    max-width: 300px;
  }
}

.offer-content .theme-btn {
  background: var(--black);
}
.offer-content .theme-btn::after, .offer-content .theme-btn::before {
  background-color: var(--theme);
}
.offer-content .connect-line {
  background-color: rgb(213, 213, 213);
  height: 60px;
  width: 1px;
}
.offer-content .offer-condition-wrap {
  display: grid;
  gap: 24px;
  margin: 36px 0;
}
.offer-content .offer-condition-wrap .offer-connection {
  gap: 30px;
}
.offer-content .offer-condition-wrap .offer-connection .sty-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
}
.offer-content .offer-condition-wrap .offer-connection .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  transition: all 0.4s;
}
.offer-content .offer-condition-wrap .offer-connection .icon:hover {
  background: var(--black);
}
@media (max-width: 575px) {
  .offer-content .connect-line {
    display: none;
  }
  .offer-content .offer-condition-wrap {
    gap: 18px;
    margin: 28px 0;
  }
  .offer-content .offer-condition-wrap .offer-connection {
    gap: 8px 20px;
    flex-wrap: wrap;
  }
  .offer-content .offer-condition-wrap .offer-connection .sty-title {
    font-size: 18px;
  }
  .offer-content .offer-condition-wrap .offer-connection .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.step-section {
  position: relative;
  z-index: 1;
}
.step-section.style-space .container {
  max-width: 1070px;
  margin: 0 auto;
}
.step-section::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 665px;
  content: "";
  background: url(../../assets/img/brand/step-bg.png) no-repeat center center;
  background-size: cover;
}
.step-section .step-slide-wrap {
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
  padding: 100px 0;
}
.step-section .step-slide-wrap .step-sponsor img {
  transition: all 0.5s;
}
.step-section .step-slide-wrap .step-sponsor:hover img {
  filter: brightness(0);
  cursor: pointer;
}
.step-section .swiper-slide.swiper-slide-active .step-sponsor img {
  filter: brightness(5);
  transform: scale(1.2);
}

.step-sponsor {
  text-align: center;
  margin: 0 auto;
}
.step-sponsor:hover {
  cursor: pointer;
}

.sponsor-section {
  padding: 100px 0;
}
.sponsor-section .step-sponsor {
  text-align: center;
  margin: 0 auto;
}
.sponsor-section .step-sponsor img {
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 0.5;
}
.sponsor-section .step-sponsor:hover img {
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 1;
}
.sponsor-section .swiper-slide {
  margin: 0 auto;
  text-align: center;
}
.sponsor-section .swiper-slide.swiper-slide-active .step-sponsor img {
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .sponsor-section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .sponsor-section {
    padding: 70px 0;
  }
}

.sponsor-border {
  border-bottom: 1px solid #d5d5d5;
}

.step-items {
  z-index: 1;
  position: relative;
  border: 1px solid rgb(213, 213, 213);
  background: var(--white);
  max-width: 217px;
  padding: 40px 10px;
  transition: all 0.4s;
  position: relative;
  transform: skewX(-10deg);
}
.step-items .step-box {
  transform: skewX(10deg);
  max-width: 140px;
  margin: 0 auto;
  transition: all 0.5s;
}
.step-items:hover {
  transform: skewX(0deg);
}
.step-items:hover .step-box {
  transform: skewX(0deg);
}
.step-items:hover .icon {
  transform: scale(1.02);
}
@media (max-width: 575px) {
  .step-items {
    max-width: 100%;
    transform: skewX(0deg);
  }
  .step-items .step-box {
    transform: skewX(0deg);
    max-width: 300px;
    margin: 0 auto;
    transition: all 0.5s;
  }
}

.step-shape {
  position: absolute;
  left: -229px;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  .step-shape {
    display: none;
  }
}

.step-shape-lst img {
  height: 95%;
}

.step-shape-fiest {
  position: absolute;
  bottom: 6px;
  left: -64px;
}

.popular-section .section-title {
  max-width: 500px;
}

.popular-items {
  position: relative;
  overflow: hidden;
}
.popular-items img {
  width: 100%;
  border-radius: 8px;
}
.popular-items .box-content {
  position: absolute;
  bottom: -100%;
  left: 15px;
  width: 90%;
  background: var(--theme);
  border-radius: 8px;
  padding: 40px 30px;
  transition: all 0.5s;
}
.popular-items .box-content .arrow {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: var(--white);
  position: absolute;
  right: 15px;
  top: -30px;
  transition: all 0.4s;
}
.popular-items .box-content .arrow i {
  color: var(--theme);
  transition: all 0.4s;
}
.popular-items .box-content .arrow:hover {
  background: var(--black);
}
.popular-items .box-content .arrow:hover i {
  color: var(--white);
}
.popular-items .some-cont {
  position: absolute;
  bottom: 35px;
  left: 35px;
  transition: all 0.4s;
}
.popular-items .some-cont .listing {
  padding: 4px 12px;
  background: var(--theme);
  color: var(--white);
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
  position: relative;
  margin-left: 80px;
  margin-bottom: 10px;
}
.popular-items .some-cont .listing::before {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 12px;
  height: 20px;
  content: "";
  background: var(--theme);
  clip-path: polygon(100% 0, 0 0, 0 100%);
}
@media (max-width: 1399px) {
  .popular-items .box-content {
    padding: 20px 20px;
  }
  .popular-items .box-content .arrow {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
  .popular-items .box-content .arrow i {
    color: var(--theme);
  }
}
.popular-items:hover {
  cursor: pointer;
}
.popular-items:hover .some-cont {
  opacity: 0;
}
.popular-items:hover .box-content {
  bottom: 15px;
  z-index: 1;
}

.section-title {
  position: relative;
  z-index: 99;
}
.section-title span {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  color: var(--theme);
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: var(--header);
}

.section-padding {
  padding:50px 0 !important;
  margin-bottom:2rem;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.space-top {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .space-top {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .space-top {
    padding-top: 80px;
  }
}

.space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .space-bottom {
    padding-bottom: 80px;
  }
}

.mb-60 {
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 35px;
  }
}

.discover-cate-wrapper {
  display: flex;
  grid-template-columns: repeat(1fr, 6);
  gap: 30px;
}
.discover-cate-wrapper .discover-cate-item {
  width: 100%;
}
@media (max-width: 1399px) {
  .discover-cate-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .discover-cate-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(1fr, 3);
  }
  .discover-cate-wrapper .discover-cate-item {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .discover-cate-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    grid-template-columns: repeat(1fr, 2);
  }
  .discover-cate-wrapper .discover-cate-item {
    width: 44%;
  }
}
@media (max-width: 575px) {
  .discover-cate-wrapper .discover-cate-item {
    width: 100%;
  }
}

.discover-cate-item {
  border: 1px solid rgb(213, 213, 213);
  border-radius: 5px;
  padding: 38px 0px 0;
  transition: all 0.5s;
}
.discover-cate-item .icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 38px;
  background-color: rgba(233, 10, 53, 0.051);
  transition: all 0.5s;
}
.discover-cate-item .icon .seri-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--black);
  position: absolute;
  top: -5px;
  right: -5px;
  color: var(--white);
  font-size: 12px;
}
.discover-cate-item .discover-text {
  background-color: rgb(245, 245, 245);
  display: block;
  padding: 15px 10px;
}
.discover-cate-item .discover-text::before {
  background-color: rgb(245, 245, 245);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
  width: 35px;
  height: 11px;
}
.discover-cate-item .discover-text:hover {
  color: var(--theme);
}
.discover-cate-item.active, .discover-cate-item:hover {
  transform: translateY(4px) scale(1.02);
}
.discover-cate-item.active .icon, .discover-cate-item:hover .icon {
  background-color: var(--theme);
}
.discover-cate-item.active .icon img, .discover-cate-item:hover .icon img {
  filter: brightness(25);
}
@media (max-width: 1399px) {
  .discover-cate-item {
    padding: 30px 0 0;
  }
}

.business-section {
  position: relative;
  z-index: 1;
}

.business-single {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 8px;
}
.business-single .news-image {
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
  aspect-ratio: 2;
}
.business-single .news-image img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
  object-fit: cover;
}
.business-single .news-image .business-badge {
  position: absolute;
  top:10px;
  left:10px;
  z-index: 1;
}
.business-single .news-image .business-badge span{
    font-size: 13px !important;
    padding: 0 10px !important;
}
.business-single .news-image .mike-hardson {
  position: absolute;
  left: 25px;
  bottom: 20px;
}
.business-single .news-image .mike-hardson img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.business-single .business-content .review-area .re-line {
  width: 1px;
  background: var(--indef);
  height: 16px;
}
.business-single .business-content h4 a:hover {
  color: var(--theme);
}
.business-single .business-content .business-info li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.business-single .business-content .line {
  width: 100%;
  height: 1px;
  background-color: rgb(213, 213, 213);
}
.business-single .business-content .form-info button {
  width: 33px;
  height: 33px;
  background-color: rgb(245, 245, 245);
  transition: all 0.5s;
}
.business-single .business-content .form-info button:hover {
  background: var(--theme);
}
.business-single .business-content .form-info button:hover img {
  filter: brightness(25);
}
.business-single .business-content .form-info button:hover i {
  color: var(--white);
}
.business-single:hover .news-image img {
  transform: scale(1.1);
}

.benefit-section {
  background: url(../../assets/img/service/bg.png) no-repeat center center;
  background-size: cover;
}

.benefit-area {
  display: grid;
  gap: 25px;
}
.benefit-area .benefit-items .arrows {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: var(--white);
  border-radius: 50%;
  transition: all 0.5s;
}
.benefit-area .benefit-items:hover .arrows {
  transform: rotate(90deg);
  background: var(--theme);
}
.benefit-area .benefit-items:hover .arrows i {
  color: var(--white);
}
.benefit-area .line {
  width: 100%;
  height: 1px;
  background: #d5d5d5;
}
@media (max-width: 1199px) {
  .benefit-area {
    gap: 18px;
  }
  .benefit-area .benefit-items .arrows {
    width: 45px;
    height: 45px;
    min-width: 45px;
  }
}

.benefit-thumb-inner {
  z-index: 1;
}
.benefit-thumb-inner .thumb1 {
  max-width: 370px;
}
.benefit-thumb-inner .thumb1 img {
  width: 100%;
}
.benefit-thumb-inner .thumb2 {
  max-width: 250px;
  margin-left: -50px;
}
.benefit-thumb-inner .thumb2 img {
  width: 100%;
}
.benefit-thumb-inner .benefit-ele {
  position: absolute;
  top: -80px;
  left: -120px;
  z-index: -1;
  animation: rots 2s linear infinite;
}
@media (max-width: 991px) {
  .benefit-thumb-inner .benefit-ele {
    top: initial;
    bottom: 20px;
    left: initial;
    right: 20px;
  }
}

@keyframes rots {
  50% {
    transform: rotate(5deg);
  }
}
.sponsor-section3 {
  background: url(../../assets/img/hero/sponsor3-bg.png) no-repeat center center;
  background-size: cover;
  padding: 110px 0;
}
.sponsor-section3 .step-sponsor {
  transition: all 0.5s;
}
.sponsor-section3 .step-sponsor img {
  transition: all 0.5s;
}
.sponsor-section3 .step-sponsor:hover {
  filter: brightness(1.75);
}
.sponsor-section3 .step-sponsor:hover img {
  filter: brightness(1.75);
  opacity: 1;
  cursor: pointer;
}
.sponsor-section3 .swiper-slide.swiper-slide-active .step-sponsor img {
  filter: brightness(5);
  transform: scale(1.2);
}
@media (max-width: 1399px) {
  .sponsor-section3 {
    padding: 90px 0;
  }
}
@media (max-width: 1199px) {
  .sponsor-section3 {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .sponsor-section3 {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .sponsor-section3 {
    padding: 60px 0;
  }
}

.discover-section {
  z-index: 1;
}
.discover-section .discover-shape {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.discover-items {
  border: 1px solid rgb(213, 213, 213);
  padding: 40px 50px;
  overflow: hidden;
  transition: all 0.4s;
}
.discover-items .box {
  max-width: 345px;
}
.discover-items .badge-ele {
  position: absolute;
  right: 0;
  top: 0;
  width: 155px;
  height: 155px;
  background: rgb(213, 213, 213);
  border-bottom-left-radius: 150px;
  transition: all 0.4s;
}
.discover-items:hover {
  border-color: var(--theme);
}
.discover-items:hover .badge-ele {
  background: var(--theme);
}
@media (max-width: 1199px) {
  .discover-items .badge-ele {
    width: 105px;
    height: 105px;
  }
  .discover-items .badge-ele img {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .discover-items {
    padding: 24px 24px;
  }
  .discover-items .badge-ele {
    width: 65px;
    height: 65px;
  }
  .discover-items .badge-ele img {
    width: 30px;
  }
}

.discover-separate .container {
  max-width: 1465px;
  margin: 0 auto;
}

.discover-all-wrap {
  display: flex;
  flex-wrap: wrap;
}
.discover-all-wrap .discover-separ-item {
  width: 20%;
  padding: 10px;
}
.discover-all-wrap .discover-separ-item .box {
  background-color: rgb(245, 245, 245);
  border-radius: 12px;
  border: 5px solid var(--white);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
.discover-all-wrap .discover-separ-item .box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/project/discover-thumb.png) no-repeat center center;
  background-size: cover;
  border-radius: 12px;
  z-index: -1;
  transition: all 0.4s;
  transform: scale(0);
}
.discover-all-wrap .discover-separ-item .box .icon {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 45px;
  height: 45px;
}
.discover-all-wrap .discover-separ-item .box .icon i {
  color: var(--white);
  font-size: 16px;
}
.discover-all-wrap .discover-separ-item.active .box::before, .discover-all-wrap .discover-separ-item:hover .box::before {
  transform: scale(1);
}
.discover-all-wrap .discover-separ-item.active span, .discover-all-wrap .discover-separ-item:hover span {
  color: var(--white);
}
@media (max-width: 1199px) {
  .discover-all-wrap .discover-separ-item {
    width: 20%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}
@media (max-width: 991px) {
  .discover-all-wrap .discover-separ-item {
    width: 33.33%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}
@media (max-width: 767px) {
  .discover-all-wrap .discover-separ-item {
    width: 50%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}
@media (max-width: 450px) {
  .discover-all-wrap .discover-separ-item {
    width: 100%;
    padding: 5px;
  }
  .discover-all-wrap .discover-separ-item .box {
    padding: 24px 18px;
  }
}

.watch-section {
  background: url(../../assets/img/project/watch-bg.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 0 140px;
  background-attachment: fixed;
  z-index: 1;
}
.watch-section .watch-content {
  z-index: 1;
  position: relative;
}
.watch-section .watch-content .watch-icon {
  width: 164px;
  height: 164px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  background: var(--theme);
  border-radius: 0 0 100px 100px;
}
.watch-section .watch-content .watch-icon i {
  font-size: 24px;
  color: var(--white);
}
.watch-section .watch-content .watch-icon:hover {
  background-color: var(--header);
}
.watch-section .watch-content .text-line {
  position: absolute;
  top: 15px;
  left: -4px;
  z-index: -1;
}
@media (min-width: 1200px) {
  .watch-section .watch-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .watch-section {
    padding: 0 0 80px;
  }
  .watch-section .watch-content {
    z-index: 1;
    position: relative;
  }
  .watch-section .watch-content .watch-icon {
    width: 124px;
    height: 124px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    background: var(--theme);
    border-radius: 0 0 100px 100px;
  }
  .watch-section .watch-content .watch-icon i {
    font-size: 24px;
    color: var(--white);
  }
  .watch-section .watch-content .text-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.authentic-item {
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.authentic-item::before {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  border-radius: 5px;
  background-color: rgb(213, 213, 213);
  width: 80%;
  height: 60%;
  transition: all 0.4s;
}
.authentic-item .cont {
  margin-top: -18px;
  position: relative;
  z-index: 1;
}
.authentic-item .cont .social-share .share {
  position: relative;
  width: 48px;
  height: 48px;
  background: var(--theme);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.authentic-item .cont .social-share .share i {
  color: var(--white);
}
.authentic-item .cont .social-share .share:hover {
  cursor: pointer;
}
.authentic-item .cont .social-share .share:hover .social-area {
  transform: translateX(-50%) rotateX(0deg);
}
.authentic-item .cont .social-share .social-area {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%) rotateX(90deg);
  transition: all 0.4s;
}
.authentic-item:hover {
  transform: translateY(5px);
}
.authentic-item:hover::before {
  background: var(--theme);
}

.what-wedo-wrap {
  z-index: 1;
  position: relative;
}
.what-wedo-wrap::before {
  position: absolute;
  height: 630px;
  width: 1490px;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  content: "";
  z-index: -1;
  background: url(../../assets/img/team/what-bg.png) no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
}
.what-wedo-wrap .ele-badge1,
.what-wedo-wrap .ele-badge2,
.what-wedo-wrap .ele-badge3 {
  position: absolute;
  width: 81px;
  height: 81px;
  border: 5px solid var(--white);
}
.what-wedo-wrap .ele-badge1 img,
.what-wedo-wrap .ele-badge2 img,
.what-wedo-wrap .ele-badge3 img {
  width: 28px;
}
.what-wedo-wrap .ele-badge1 {
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}
.what-wedo-wrap .ele-badge2 {
  right: 30%;
  top: 22px;
}
.what-wedo-wrap .ele-badge3 {
  right: 40%;
  bottom: 10px;
}
@media (max-width: 991px) {
  .what-wedo-wrap {
    padding: 60px 0;
  }
  .what-wedo-wrap::before {
    height: 100%;
  }
  .what-wedo-wrap .ele-badge1 {
    display: none;
  }
  .what-wedo-wrap .ele-badge2 {
    display: none;
  }
}

.what-wedo-thumbarea {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: flex-end;
}
.what-wedo-thumbarea .thumb {
  width: 100%;
}
.what-wedo-thumbarea .thumb img {
  width: 100%;
}
.what-wedo-thumbarea .what-wedo-thumbinner {
  display: grid;
  gap: 24px;
}
.what-wedo-thumbarea .what-wedo-thumbinner .thumb2 {
  width: 100%;
}
.what-wedo-thumbarea .what-wedo-thumbinner .thumb2 img {
  width: 100%;
}
.what-wedo-thumbarea .review-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: updowns 2s linear infinite;
}
@media (max-width: 575px) {
  .what-wedo-thumbarea {
    gap: 14px;
  }
  .what-wedo-thumbarea .thumb1 {
    max-width: 300px;
  }
  .what-wedo-thumbarea .thumb1 img {
    width: 100%;
  }
  .what-wedo-thumbarea .what-wedo-thumbinner {
    display: grid;
    gap: 14px;
  }
  .what-wedo-thumbarea .what-wedo-thumbinner .thumb2 {
    width: 100%;
  }
  .what-wedo-thumbarea .what-wedo-thumbinner .thumb2 img {
    width: 100%;
  }
}

.testimonail-items {
  background: var(--white);
  padding: 40px;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  box-shadow: -10px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.testimonail-items .thumb {
  border: 2px solid var(--theme);
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonail-items .testimonial-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .testimonail-items {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .testimonail-items p {
    font-size: 14px;
    line-height: 21px;
  }
}

.los-angels-wrap {
  margin-left: 80px;
}
.los-angels-wrap .container {
  max-width: 1396px;
  margin: 0 auto;
}

.testimonial-wrapper2 {
  max-width: 930px;
}

.testimonail-items2 .testimonial-author .test-author-small {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.testimonail-items2 .testimonial-author .test-author-big {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 2px solid var(--theme);
}
.testimonail-items2 p {
  font-size: 32px;
  line-height: 40px;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}
.testimonail-items2 .testi-quote {
  position: absolute;
  bottom: 100%;
  left: 32px;
}
@media (max-width: 767px) {
  .testimonail-items2 .testi-quote {
    display: none;
  }
  .testimonail-items2 .testimonial-author .test-author-small {
    width: 58px;
    height: 58px;
  }
  .testimonail-items2 .testimonial-author .test-author-big {
    width: 80px;
    height: 80px;
  }
  .testimonail-items2 p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 18px;
  }
}

.testimonial-cargo {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.slide-cmn {
  width: 41px;
  height: 41px;
  background: var(--white);
  transition: all 0.4s;
}
.slide-cmn i {
  color: var(--black);
  font-size: 15px;
  transition: all 0.4s;
}
.slide-cmn:hover {
  background: var(--theme);
}
.slide-cmn:hover i {
  color: var(--white);
}

.funfact-section {
  background: url(../../assets/img/project/fun-fact.png) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 90px 0;
}

.funfact-content .section-title {
  margin-bottom: 44px;
}
.funfact-content .funfact-info {
  display: grid;
  gap: 24px;
}
.funfact-content .funfact-info .funfact-item .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  transition: all 0.4s;
}
.funfact-content .funfact-info .funfact-item .icon i {
  transition: all 0.4s;
}
.funfact-content .funfact-info .funfact-item:hover .icon {
  background: var(--white);
}
.funfact-content .funfact-info .funfact-item:hover .icon i {
  color: var(--black);
}
@media (max-width: 767px) {
  .funfact-content .section-title {
    margin-bottom: 30px;
  }
  .funfact-content .funfact-info {
    display: grid;
    gap: 20px;
  }
  .funfact-content .funfact-info .funfact-item .icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
  }
  .funfact-content .funfact-info .funfact-item .icon i {
    font-size: 16px;
  }
}

.funfact-counting-wrap .funfact-count {
  width: 192px;
  height: 192px;
  min-width: 192px;
}
.funfact-counting-wrap .funfact-count h2 {
  font-size: 40px;
}
.funfact-counting-wrap .funfact-count span {
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
  text-align: center;
  display: block;
}
.funfact-counting-wrap .funfact-count .icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  position: absolute;
}
.funfact-counting-wrap .funfact-count .posi1 {
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.funfact-counting-wrap .funcat-inner {
  display: flex;
  gap: 50px;
  justify-content: center;
}
@media (max-width: 500px) {
  .funfact-counting-wrap .funfact-count {
    width: 122px;
    height: 122px;
    min-width: 122px;
  }
  .funfact-counting-wrap .funfact-count h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .funfact-counting-wrap .funfact-count span {
    line-height: 18px;
  }
  .funfact-counting-wrap .funfact-count .icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
  }
  .funfact-counting-wrap .funfact-count .posi1 {
    bottom: -34px;
  }
  .funfact-counting-wrap .funcat-inner {
    gap: 20px;
    margin-bottom: 10px;
  }
}
.funfact-counting-wrap .third-count {
  margin: 0 auto;
}/*# sourceMappingURL=main.css.map */

.mySwiper2 {
    width: 100%;
    height:500px;
}
.swiper{
    margin-top:10px !important;
}
.mySwiper {
    height: 90px;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    opacity: 0.4;
    cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}


#commentsWrapper{
  margin-top: 2rem;
}


.comment-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 16px;
    border: 1px solid #e9ecef;
    transition: box-shadow .2s ease, transform .2s ease;
}

.comment-item:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.comment-author {
    font-size: 15px;
    color: #1f2937; /* slate-800 */
}

.comment-time {
    font-size: 12px;
    color: #6b7280; /* gray-500 */
}
.comment-body p {
    font-size: 14px;
    line-height: 1.6;
    color: #374151; /* gray-700 */
    margin: 0;
}
.comment-actions button {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background-color: #b72434;
    padding: 3px 7px !important;
}
.comment-actions button:hover{
    color: #fff !important;
    background-color: #2d2d2d;
}

.comment-actions button:hover {
    text-decoration: underline;
    color: #1e40af; /* blue-800 */
}

.comment-replies-wrapper {
    margin-top: 12px;
    padding-left: 16px;
    border-left: 2px solid #e5e7eb; /* gray-200 */
}
.comment-replies-list .comment-item {
    background: #f9fafb; /* gray-50 */
    border-color: #e5e7eb;
    padding: 12px 14px;
}
.load-more-replies {
    margin-top: 6px;
    font-size: 13px;
    color: #2563eb;
}

.load-more-replies:hover {
    text-decoration: underline;
}
.comment-replies-wrapper {
    transition: all 0.25s ease;
}
@media (max-width: 576px) {
    .comment-item {
        padding: 12px 14px;
    }

    .comment-replies-wrapper {
        padding-left: 12px;
    }
}
.about-gallery-section {
    padding-top:25px;
    padding-bottom:25px;
    background: #f8f9fb;
}

/* Heading */
.gallery-header {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #b72534;
    margin-bottom: 8px;
}

.gallery-header p {
    font-size:20px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    column-gap: 1rem;
    row-gap: 2rem;
}


/* Exact square tiles */
.gallery-item {
    aspect-ratio: 1 / 1;   /* 🔑 forces perfect square */
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background: #fff;
    box-shadow:
        0 1px 2px rgba(0,0,0,0.06),
        0 6px 16px rgba(0,0,0,0.08);
    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

.gallery-item:hover {
    box-shadow:
        0 4px 8px rgba(0,0,0,0.10),
        0 12px 28px rgba(0,0,0,0.14);
    transform: translateY(-2px);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.gallery-item:hover img {
    transform: scale(1.04);
}




.support-card {
    background: #fff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.support-card h4 {
    font-size: 18px;
    color: #11161f;
    margin-bottom: 10px;
}

.support-card p {
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
}

.support-btn {
    display: inline-block;
    padding: 10px 18px;
    background: #11161f;
    color: #fff;
    border-radius: 20px;
    text-decoration: none;
    font-size: 13px;
}

.support-btn:hover {
    background: #b72534;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .faq-layout {
        grid-template-columns: 1fr;
    }
}

/* Article list */
.faq-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 22px;
}

.faq-item {
    background: #fff;
    border-radius: 18px;
    padding: 22px 24px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
}

.faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #b72534;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
}

.faq-item:hover::before {
    transform: scaleY(1);
}

.faq-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.12);
}

.faq-item-title {
    font-size: 16px;
    font-weight:500;
    color: #11161f;
    line-height: 1.5;
}

/* Footer note */
.faq-footer {
    text-align: center;
    font-size: 15px;
    color: #555;
}

.faq-footer a {
    color: #b72534;
    font-weight: 600;
    text-decoration: none;
}

.faq-footer a:hover {
    text-decoration: underline;
}

/* ---------- ANIMATIONS ---------- */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .faq-hero h1 {
        font-size: 36px;
    }
}
/* ===============================
   FAQ SEARCH PAGE – PRO DESIGN
================================ */

.faq-search-page {
    background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
    padding: 90px 0;
}

/* ---------- HEADER ---------- */
.faq-search-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 60px;
    animation: fadeUp 0.7s ease forwards;
}

.faq-search-header h1 {
    font-size: 42px;
    font-weight: 700;
    color: #11161f;
    margin-bottom: 10px;
}

.faq-search-header p {
    font-size: 16px;
    color: #555;
}

/* ---------- SEARCH BAR ---------- */
.faq-search-bar {
    margin-top: 30px;
    position: relative;
}

.faq-search-bar input {
    width: 100%;
    padding: 18px 22px;
    border-radius: 16px;
    border: 1px solid #e1e3e8;
    font-size: 16px;
    transition: all 0.3s ease;
}

.faq-search-bar input:focus {
    outline: none;
    border-color: #b72534;
    box-shadow: 0 14px 35px rgba(183, 37, 52, 0.18);
}

/* ---------- RESULTS WRAPPER ---------- */
.faq-search-results {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 18px;
    animation: fadeUp 0.9s ease forwards;
}

/* ---------- RESULT ITEM ---------- */
.faq-result-item {
    background: #fff;
    border-radius: 18px;
    padding: 22px 26px;
    text-decoration: none;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

.faq-result-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #b72534;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.35s ease;
}

.faq-result-item:hover::before {
    transform: scaleY(1);
}

.faq-result-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 55px rgba(0,0,0,0.12);
}

/* ---------- RESULT TITLE ---------- */
.faq-result-title {
    font-size: 16px;
    font-weight: 600;
    color: #11161f;
    line-height: 1.5;
}

/* ---------- EMPTY / NO RESULTS ---------- */
.faq-empty,
.faq-no-results {
    background: #fff;
    border-radius: 18px;
    padding: 40px;
    text-align: center;
    font-size: 15px;
    color: #555;
    box-shadow: 0 12px 35px rgba(0,0,0,0.06);
}

.faq-no-results strong {
    color: #11161f;
}

/* ---------- BACK LINK ---------- */
.faq-back {
    display: inline-block;
    margin: 60px auto 0;
    text-align: center;
    font-size: 14px;
    color: #b72534;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.faq-back:hover {
    color: #11161f;
    transform: translateX(-3px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .faq-search-header h1 {
        font-size: 34px;
    }
}

/* ===============================
   FAQ ARTICLE PAGE – PRO DESIGN
================================ */

.faq-article {
    background: linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
    padding: 90px 0;
}

/* Article Card */
.faq-article-wrap {
    background: #fff;
    border-radius: 22px;
    padding: 50px 60px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.08);
    animation: fadeUp 0.7s ease forwards;
}

/* ---------- Breadcrumb ---------- */
.faq-breadcrumb {
    font-size: 13px;
    color: #777;
    margin-bottom: 18px;
}

.faq-breadcrumb a {
    color: #b72534;
    text-decoration: none;
    font-weight: 500;
}

.faq-breadcrumb a:hover {
    text-decoration: underline;
}

/* ---------- Title ---------- */
.faq-article-wrap h1 {
    font-size: 38px;
    font-weight: 700;
    color: #11161f;
    line-height: 1.3;
    margin-bottom: 14px;
}

/* ---------- Meta ---------- */
.faq-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 32px;
}

/* ---------- Content ---------- */
.faq-content {
    font-size: 16px;
    line-height: 1.8;
    color: #2c2f36;
}

.faq-content p {
    margin-bottom: 18px;
}

.faq-content h2,
.faq-content h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    color: #11161f;
}

.faq-content ul {
    padding-left: 22px;
    margin-bottom: 20px;
}

.faq-content li {
    margin-bottom: 10px;
}

/* Highlighted info blocks */
.faq-content blockquote {
    margin: 30px 0;
    padding: 18px 22px;
    background: #f8f9fb;
    border-left: 4px solid #b72534;
    border-radius: 10px;
    font-style: normal;
}

/* ---------- Back Link ---------- */
.faq-back-link {
    display: inline-block;
    margin-top: 50px;
    font-size: 14px;
    color: #b72534;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
}

.faq-back-link:hover {
    color: #11161f;
    transform: translateX(-4px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 768px) {
    .faq-article-wrap {
        padding: 32px 24px;
    }

    .faq-article-wrap h1 {
        font-size: 30px;
    }
}
.load-more-wrapper {
    text-align: center;
    margin-top: 40px;
}

.load-more-btn {
    padding: 8px 27px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    background: #b72534;
    color: #fff;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: #333;
}

.load-more-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
/* Hide on mobile devices */
@media (max-width: 767px) {
    .mobile_hide {
        display: none !important;
    }
}

/* Hide on desktop devices */
@media (min-width: 992px) {
    .desktop_hide {
        display: none !important;
    }
}
