
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

 
 *{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Poppins',sans-serif;
    }

    :root{
      --primary:#0c460b;
      --dark:#0d1117;
      --text:#1b1b1b;
    }

    /* TOP BORDER */

    .top-border{
      height:5px;
      background:var(--primary);
    }

    /* =========================
   TOPBAR CSS
========================= */

.safari-topbar-wrapper{
    background: #0c480b;
    font-family: Arial, sans-serif;
}



.safari-topbar-item{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 35px;
    transition: 0.3s;
}

.safari-topbar-item:hover{
    color: #e6d45a;
}

.safari-topbar-item i{
    font-size: 13px;
}

/* Right Side */

.safari-topbar-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  
}

.safari-currency-dropdown{
    position: relative;
    padding-right: 18px;
    margin-right: 18px;
}

.safari-currency-dropdown::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background: rgba(255,255,255,0.3);
    transform: translateY(-50%);
}

.safari-currency-dropdown .btn{
    border: none;
    color: #fff;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    box-shadow: none !important;
}

.safari-social-icons{
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 22px;
}

.safari-social-icons a{
    color: #ffffff;
    font-size: 13px;
    transition: 0.3s;
}

.safari-social-icons a:hover{
    color: #f3c316;
}

.safari-signin-btn{
    background: #f3c316;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    min-width: 160px;
    padding: 7px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.safari-signin-btn:hover{
    background: #000000;
    color: #f3c316;
}

/* Responsive */

@media(max-width:991px){

    .safari-topbar-left{
        justify-content: center;
        padding: 10px 0px;
        gap: 12px;
    }

    .safari-topbar-right{
        justify-content: center;
        flex-wrap: wrap;
    }

    .safari-signin-btn{
        width: 100%;
        margin-top: 10px;
    }
}

@media(max-width:576px){

    .safari-topbar-item{
        width: 100%;
        justify-content: center;
        padding-right: 0;
    }

    .safari-social-icons{
        gap: 12px;
    }
}

    @media screen and (min-width:1024px) {
        .container{
            max-width: 94%;
        }
    }

   

    /* HEADER */

    .main-header{
      background:#fff;
      border-bottom:1px solid #e9e9e9;
      position:relative;
      z-index:999;
    }

    /* LOGO */

    .logo-box{
     
      display:flex;
      align-items:center;
     
     
    }

    .logo-box img{
     
      width:200px;
    }

    /* NAVBAR */

    .custom-navbar{
      display: block;
      height:60px;
    }

    .navbar-nav{
      height:100%;
    }

    .navbar-nav .nav-item{
      display:flex;
      align-items:center;
      border-left:1px solid #ededed;
      position:relative;
    }

    .navbar-nav .nav-link{
      color:var(--text);
      font-size:15px;
      font-weight:500;
      padding:0px 15px!important;
      
      height:100%;
      display:flex;
      align-items:center;
      position:relative;
      transition:.3s;
    }

    /* Hover Effect */

    .navbar-nav .nav-item::after{
      content:'';
      position:absolute;
      left:0;
      bottom:0;
      width:0;
      
      height:3px;
      background:var(--primary);
      transition:.3s;
    }

    .navbar-nav .nav-item:hover{
      color:var(--primary);
    }

    .navbar-nav .nav-item:hover::after,
    .navbar-nav .nav-item.active::after{
      width:100%;
    }

    .navbar-nav .nav-item.active{
      color:#000;
    }

    /* DROPDOWN */

    .dropdown-menu{
      border:none;
      border-radius:0;
      padding:10px 0;
      margin-top:0;
      box-shadow:0 10px 35px rgba(0,0,0,.08);
    }

    .dropdown-item{
      padding:8px 15px;
      font-size:15px;
      font-weight:500;
      transition:.3s;
       border-bottom:1px solid #eee;
      
    }

    .dropdown-item:hover{
      background:#054404;
      color:#fff;
    }

    /* QUOTE BTN */

    .quote-btn{
      background:var(--primary);
      color:#fff;
      text-decoration:none;
      font-size:15px;
      font-weight:700;
      padding: 6px 20px;
    
     
      transition:.3s;
      letter-spacing:.3px;
    }

    .quote-btn:hover{
      background:#024f5a;
      color:#fff;
    }

    /* MOBILE */

    .mobile-header{
      height:82px;
      display:none;
      align-items:center;
      justify-content:space-between;
      padding:0 18px;
      border-bottom:1px solid #eee;
    }

    .mobile-logo img{
      max-height:62px;
    }

    .menu-btn{
      width:48px;
      height:48px;
      border:none;
      background:var(--primary);
      color:#fff;
      border-radius:4px;
      font-size:24px;
    }

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

    /* OFFCANVAS */

    .offcanvas{
      background:var(--primary);
      width:320px !important;
    }

    .offcanvas-header{
      border-bottom:1px solid rgba(255,255,255,.08);
      padding:20px;
    }

    .offcanvas-title{
      color:#fff;
      font-size:22px;
      font-weight:700;
    }

    .btn-close{
      filter:invert(1);
      opacity:1;
    }

    .mobile-nav .nav-link{
      color:#fff;
      font-size:16px;
      font-weight:400;
      padding:16px 0;
      border-bottom:1px solid rgba(255,255,255,.08);
      transition:.3s;
    }

    .mobile-nav .nav-link:hover{
      color:#f3c316;
      padding-left:8px;
    }

    .mobile-submenu{
      padding-left:10px;
    }

    .mobile-submenu .nav-link{
      color:#f3f3f3;
      font-size:15px;
      border:none;
      padding:12px 0;
    }

    .mobile-quote{
      background:var(--primary);
      color:#fff;
      text-decoration:none;
      display:flex;
      justify-content:center;
      align-items:center;
      height:54px;
      border-radius:4px;
      margin-top:25px;
      font-weight:700;
    }

    /* RESPONSIVE */

    @media(max-width:991px){

      .desktop-header{
        display:none;
      }

      .mobile-header{
        display:flex;
      }
      .navbar-nav .nav-item{
        display: block;
        border-left: 0px;
      }

      .mobile-nav .nav-link{
        padding: 10px 10px !important;
        height: auto!important;
      }
      .nav-link{
    display: flex;
    justify-content: space-between;
}

.sf-about-images{
    height: auto!important;
}

.rs-heading-wrap{
    margin-bottom: 40px!important;
}

.rs-resort-slider .owl-dots{
    display: none;
}

.uih-banner-content h2{
    font-size: 25px!important;
    margin-bottom: 20px!important;
}

.uih-banner-content{
    left: 3%!important;
}

.uih-contact-wrap{
    gap: 20px;
}
    }

    @media(min-width:992px){

      .mobile-header{
        display:none;
      }
    }

    .menu-quote-btn{
        display: flex;
        justify-content: flex-end;
        border-bottom:1px solid #ededed;
    }

    /* First Level Dropdown */
.nav-item.dropdown:hover > .dropdown-menu{
    display:block;
    top: 100%;
    max-width: 330px;
    
}

/* Submenu Parent */
.dropdown-submenu{
    position:relative;
}

/* Submenu */
.dropdown-submenu > .dropdown-menu{
    top:100%;
    left:100%;
    margin-top:-1px;
    display:none;
}

/* Hover on submenu */
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}

    .toggle-icon{
    font-size:14px;
    transition:0.3s ease;
}

/* OPEN STATE */

.nav-link[aria-expanded="true"] .toggle-icon{
    transform:rotate(45deg);
}


.hero-section{
    position:relative;
    width:100%;
    height:600px; /* desktop height */
    overflow:hidden;
}

.hero-section video{
    width:100%;
    height:100%;
    object-fit:cover;
}


/* MAIN WRAPPER */
.safari-about-wrap{
    padding:80px 0;
    background:#fff;
    position: relative;
}

/* LEFT IMAGE BOX */
.safari-about-img{
    position:relative;
}

.safari-about-img img{
    width:100%;
    height:520px;
    object-fit:cover;
    border:12px solid #fff;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
}

/* BACK DECOR BLOCK */
.safari-about-img::before{
    content:"";
    position:absolute;
    top:40px;
    left:-40px;
    width:100%;
    height:100%;
    background:#005f67;
    z-index:-1;
}

/* RIGHT CONTENT */
.safari-about-content{
    padding-left:40px;
}

/* EXPERIENCE BOX */
.safari-exp-box{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:25px;
}

.safari-exp-number{
    width:110px;
    height:110px;
    border:4px solid #ffb100;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:62px;
    font-weight:700;
    color:#000;
    font-family: "Roboto Condensed", sans-serif;
}

.safari-exp-text{
    font-size:17px;
    font-weight:500;
    line-height:1.4;
    text-transform:uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

/* TITLE */
.safari-about-title{
    font-size:34px;
    font-weight:700;
    margin-bottom:15px;
}

/* TEXT */
.safari-about-text{
    font-size:15px;
    color:#555;
    line-height:1.8;
}

/* BUTTONS */
.safari-btn-group{
    margin-top:25px;
    display:flex;
    gap:15px;
}

.safari-btn-primary{
    background:#ffb100;
    color:#000;
    padding:12px 25px;
    font-weight:600;
    border:none;
    text-decoration:none;
    transition:0.3s;
}

.safari-btn-primary:hover{
    background:#e69f00;
    color:#000;
}

.safari-btn-dark{
    background:#0c460b;
    color:#fff;
    padding:12px 25px;
    font-weight:600;
    text-decoration:none;
    transition:0.3s;
}

.safari-btn-dark:hover{
    background:#000;
    color:#fff;
}

/* RESPONSIVE */
@media(max-width:991px){

    .safari-about-content{
        padding-left:0;
        margin-top:40px;
    }

    .safari-about-img img{
        height:auto;
    }

    .safari-about-img::before{
        display:none;
    }
}


.safari-left-img-wrap{
    
    width:100%;
    
}

/* GREEN BACKGROUND BLOCK */
.safari-left-bg{
    position:absolute;
    top:0;
    left:-40px;
    bottom: 0;
    width:400px;
    height:100%;
    background:#0c480b; /* green color */
    z-index:1;
}

/* IMAGE BOX */
.safari-left-img-box{
    position:relative;
    z-index:2;
    border:12px solid #fff;   /* white border */
    box-shadow:0 15px 40px rgba(0,0,0,0.12);
    overflow:hidden;
}

/* IMAGE */
.safari-left-img-box img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

/* HOVER EFFECT (optional but pro look) */
.safari-left-img-box:hover img{
    transform:scale(1.05);
}

/* RESPONSIVE */
@media(max-width:991px){

    .safari-left-bg{
        display:none; /* mobile pe clean look */
    }

    .safari-left-img-box img{
        height:auto;
    }
}

 .corbett-safari-section{
        padding:80px 0;
    }

    .safari-card{
        background:#e9edf2;
        border-radius:18px;
      
        height:100%;
        position:relative;
        overflow:hidden;
        transition:0.3s ease;
        border: 1px solid #dadada;
    }

    .safari-card a{
        text-decoration: none;
    }

    .safari-card:hover{
        transform:translateY(-5px);
        box-shadow:0 10px 25px rgba(0,0,0,0.08);
    }

    .corbett-safari-title{
        font-size:12px;
        font-weight:600;
        letter-spacing:1px;
        color:#222;
        text-transform:uppercase;
        margin-bottom:15px;
    }

    .corbett-safari-img-wrap{
        display:flex;
        align-items:center;
        justify-content:center;
       
       
    }

    .corbett-safari-img-wrap img{
        max-width:100%;

        object-fit:contain;
    }

  

   

   

    @media(max-width:991px){
        .corbett-safari-large,
        .corbett-safari-medium,
        .corbett-safari-wide{
            min-height:auto;
        }

        .uih-worker-img{
          display: none;
        }

        .corbett-safari-img-wrap{
            min-height:180px;
        }
    }

    .product-heading{
        display: block;
        max-width: 700px;
        margin: auto;
        text-align: center;
    }

    .product-heading h2{
       font-size: 40px;
       font-weight: 700;
    }

    .corbett-safari-section {
    position: relative;
    padding: 70px 0;
    background: #f2f3f5;
    overflow: hidden;
}

/* left top diagonal */
.corbett-safari-section::before {
    content: "";
    position: absolute;
    top: -150px;
    left: -120px;
    width: 500px;
    height: 500px;
    background: rgba(255,255,255,0.7);
    transform: rotate(45deg);
    z-index: 1;
}

/* center diagonal shape */
.corbett-safari-section::after {
    content: "";
    position: absolute;
    top: -180px;
    left: 45%;
    width: 420px;
    height: 700px;
    background: rgba(255,255,255,0.5);
    transform: rotate(45deg);
    z-index: 1;
}

/* content should stay above pattern */
.corbett-safari-section .container,
.corbett-safari-section .container-fluid {
    position: relative;
    z-index: 2;
}

.safari-content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 20px;
    background: linear-gradient(to top, #000 0%, transparent 100%);
    padding-top: 20px;
}

.safari-name h3{
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.safari-price h4{
    color: #e69f00;
    font-weight: 600;
    text-align: center;
}

.safari-price h4 span {
    color: #fff;
    font-size: 17px;
}

.corbett-safari-img-wrap img{
    width: 100%;
}

.safari-card:hover img{
    transform: scale(1.1);

}

.safari-card img{
    transition: all ease 0.3s;
}


.uih-main-banner {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: url('../img/cta-banner.jpg') center center/cover no-repeat;
}

.uih-dark-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right,
            rgba(0,0,0,0.65) 45%,
            rgba(0,0,0,0.35));
}

.uih-worker-img {
    position: absolute;
    right: 80px;
    bottom: 0;
    height: 390px;
    z-index: 3;
}

.uih-banner-content {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    color: white;
    z-index: 4;
}

.uih-banner-content h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 35px;
}

.uih-contact-wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}

.uih-phone {
    font-size: 36px;
    color: #ffb100;
    position: relative;
    font-weight: 600;
}

.uih-phone a{
  
    color: #ffb100;
   
    text-decoration: none;
}



.uih-btn-book {
    background:  #0c480b;
    color: #fff;
    border: none;
    padding: 14px 35px;
    font-weight: 600;
}

.uih-btn-book:hover{
    background: #ffb100;
}

 /* ===== BLOG SECTION ===== */

    .bm-blog-section {
      padding: 80px 0;
       background:#f5f5f5;
    }

    .bm-section-heading {
      text-align: center;
      margin-bottom: 55px;
    }

    .bm-section-title {
      font-size: 42px;
      font-weight: 700;
      color: #222;
      margin-bottom: 12px;
    }

    .bm-section-desc {
      max-width: 720px;
      margin: auto;
      font-size: 15px;
      line-height: 1.8;
      color: #666;
    }

    /* ===== BLOG CARD ===== */

    .bm-blog-card {
      background: transparent;
    }

    .bm-blog-img {
      overflow: hidden;
    }

    .bm-blog-img img {
      width: 100%;
      height: 240px;
      object-fit: cover;
      transition: 0.4s ease;
    }

    .bm-blog-card:hover .bm-blog-img img {
      transform: scale(1.05);
    }

    .bm-blog-meta {
      margin-top: 20px;
      margin-bottom: 10px;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      color: #f4a300;
    }

    .bm-blog-title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.6;
      color: #222;
      margin-bottom: 15px;
    }

    .bm-read-btn {
      display: inline-block;
      padding: 11px 26px;
      background: #f4a300;
      color: #fff;
      text-decoration: none;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      border-radius: 2px;
      transition: 0.3s ease;
    }

    .bm-read-btn:hover {
      background: #222;
      color: #fff;
    }

    /* ===== RESPONSIVE ===== */

    @media (max-width: 991px) {
      .bm-blog-card {
        margin-bottom: 35px;
      }
    }

    @media (max-width: 576px) {
      .bm-section-title {
        font-size: 30px;
      }

      .bm-section-desc {
        font-size: 14px;
      }

      .bm-blog-title {
        font-size: 17px;
      }
    }


       .bm-logo-slider-area{
      padding:50px 0;
     
      position:relative;
    }

    .bm-logo-slider-item{
      text-align:center;
    }

    .bm-logo-slider-item img{
      width:80% !important;
      
      object-fit:contain;
      margin:auto;
      opacity:0.9;
      transition:0.3s ease;
      filter: grayscale(100%);
    }

    .bm-logo-slider-item img:hover{
      opacity:1;
      filter: grayscale(0%);
      transform:scale(1.05);
    }

    /* NAV BUTTON */

    .bm-logo-slider .owl-nav button{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      background:transparent !important;
      border:none;
    }

    .bm-logo-slider .owl-nav button.owl-prev{
      left:-10px;
    }

    .bm-logo-slider .owl-nav button.owl-next{
      right:-10px;
    }

    .bm-logo-slider .owl-nav button i{
      font-size:34px;
      color:#c7c7c7;
      transition:0.3s;
    }

    .bm-logo-slider .owl-nav button:hover i{
      color:#111;
    }

    /* DOTS */

    .bm-logo-slider .owl-dots{
      margin-top:30px;
      text-align:center;
    }

    .bm-logo-slider .owl-dot span{
      width:10px;
      height:10px;
      background:#bbb !important;
      margin:5px;
    }

    .bm-logo-slider .owl-dot.active span{
      background:#111 !important;
    }

    /* RESPONSIVE */

    @media(max-width:767px){

      .bm-logo-slider-item img{
        width:140px !important;
      }

      .bm-logo-slider .owl-nav button.owl-prev{
        left:-10px;
      }

      .bm-logo-slider .owl-nav button.owl-next{
        right:-10px;
      }

    }

      /* =========================
       FOOTER AREA
    ========================== */

    .bm-footer-area{
      position:relative;
      background:#111;
      padding-top:80px;
      overflow:hidden;
      z-index:1;
    }

    /* SHAPE */

    .bm-footer-area{
  position:relative;
  background:#031d02;
  padding-top:80px;
  overflow:hidden;
  z-index:1;
}

/* MAIN PATTERN */

.bm-footer-area::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    repeating-linear-gradient(
      -45deg,
      rgba(255,255,255,0.03) 0px,
      rgba(255,255,255,0.03) 1px,
      transparent 1px,
      transparent 6px
    );
  opacity:0.4;
  z-index:-2;
}

/* TRIANGLE SHAPES */

.bm-footer-area::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    polygon(0 0);
  z-index:-1;
}

/* CUSTOM TRIANGLES */

.bm-footer-shape{
  position:absolute;
  background:rgba(255,255,255,0.04);
  clip-path:polygon(50% 0%, 0% 100%, 100% 100%);
  z-index:-1;
}

.bm-shape-1{
  width:220px;
  height:220px;
  top:30px;
  left:120px;
  transform:rotate(-15deg);
}

.bm-shape-2{
  width:260px;
  height:260px;
  top:0;
  right:80px;
  transform:rotate(20deg);
}

.bm-shape-3{
  width:180px;
  height:180px;
  bottom:40px;
  right:250px;
  transform:rotate(-10deg);
}

.bm-shape-4{
  width:150px;
  height:150px;
  bottom:60px;
  left:350px;
  transform:rotate(12deg);
}

    .bm-footer-widget{
      margin-bottom:40px;
    }

    .bm-footer-title{
      color:#fff;
      font-size:24px;
      font-weight:600;
      margin-bottom:30px;
      position:relative;
    }

    .bm-footer-title::after{
      content:"";
      position:absolute;
      left:0;
      bottom:-10px;
      width:45px;
      height:3px;
      background:#f4b400;
    }

    /* LINKS */

    .bm-footer-links{
      padding:0;
      margin:0;
      list-style:none;
    }

    .bm-footer-links li{
      margin-bottom:16px;
    }

    .bm-footer-links li a{
      color:#bcbcbc;
      text-decoration:none;
      font-size:14px;
      transition:0.3s ease;
    }

    .bm-footer-links li a:hover{
      color:#f4b400;
      padding-left:5px;
    }

    .bm-footer-links li a i{
      margin-right:10px;
      font-size:12px;
    }

    /* CONTACT */

    .bm-footer-contact-item{
      display:flex;
      align-items:flex-start;
      margin-bottom:28px;
    }

    .bm-footer-contact-icon{
      color:#f4b400;
      font-size:18px;
      margin-right:15px;
    }

    .bm-footer-contact-text span{
      display:block;
      color:#fff;
      font-size:13px;
      margin-bottom:5px;
      text-transform:uppercase;
    }

    .bm-footer-contact-text p{
      color:#bcbcbc;
      font-size:14px;
      line-height:1.8;
      margin:0;
    }

    .bm-footer-contact-text p a{
      color:#bcbcbc;
      font-size:14px;
      line-height:1.8;
      margin:0;
      text-decoration: none;
    }

    /* NEWSLETTER */

    .bm-footer-desc{
      color:#bcbcbc;
      font-size:15px;
      line-height:1.9;
      margin-bottom:30px;
    }

    .bm-footer-newsletter{
      display:flex;
      gap:15px;
      flex-wrap:wrap;
      margin-bottom:30px;
    }

    .bm-footer-input{
      flex:1;
      min-width:220px;
      height:55px;
      border:1px solid rgba(255,255,255,0.3);
      background:transparent;
      border-radius:40px;
      padding:0 25px;
      color:#fff;
      outline:none;
    }

    .bm-footer-input::placeholder{
      color:#cfcfcf;
    }

    .bm-footer-btn{
      height:55px;
      padding:0 35px;
      border:none;
      border-radius:40px;
      background:#f4b400;
      color:#fff;
      font-size:15px;
      font-weight:600;
      transition:0.3s;
    }

    .bm-footer-btn:hover{
      background:#fff;
      color:#111;
    }

    /* SOCIAL */

    .bm-footer-social{
      display:flex;
      gap:12px;
    }

    .bm-footer-social a{
      width:45px;
      height:45px;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      color:#fff;
      text-decoration:none;
      font-size:15px;
      transition:0.3s;
    }

    .bm-facebook{
      background:#3b5998;
    }

    .bm-google{
      background:#db4437;
    }

    .bm-linkedin{
      background:#0077b5;
    }

    .bm-instagram{
      background:#c13584;
    }

    .bm-twitter{
      background:#1b1b1b;
    }

    .bm-footer-social a:hover{
      transform:translateY(-5px);
    }

    /* COPYRIGHT */

    .bm-footer-bottom{
      border-top:1px solid rgba(255,255,255,0.08);
      margin-top:40px;
      padding:25px 0;
    }

    .bm-footer-copy{
      color:#bcbcbc;
      font-size:15px;
      margin:0;
    }

    .bm-footer-bottom-links{
      text-align:right;
    }

    .bm-footer-bottom-links a{
      color:#bcbcbc;
      text-decoration:none;
      margin-left:18px;
      font-size:15px;
      transition:0.3s;
    }

    .bm-footer-bottom-links a:hover{
      color:#f4b400;
    }

    /* SCROLL TOP */

    .bm-footer-top-btn{
      position:fixed;
      right:25px;
      bottom:25px;
      width:55px;
      height:55px;
      background:#f4b400;
      color:#fff;
      border-radius:50%;
      display:flex;
      align-items:center;
      justify-content:center;
      text-decoration:none;
      font-size:18px;
      z-index:11111;
      box-shadow:0 0 0 5px rgba(244,180,0,0.2);
    }

    /* RESPONSIVE */

    @media(max-width:991px){

      .bm-footer-bottom-links{
        text-align:left;
        margin-top:15px;
      }

      .bm-footer-bottom-links a{
        margin-left:0;
        margin-right:15px;
      }

    }

    @media(max-width:576px){

      .bm-footer-title{
        font-size:20px;
      }

      .bm-footer-newsletter{
        flex-direction:column;
      }

      .bm-footer-btn{
        width:100%;
      }

    }

     .listing-banner-content{
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: rgba(0, 0, 0, 0.3);
      
     }

     .listing-banner{
      position: relative;
     }

    .listing-banner-content h1{
      color: #fff;
      font-weight: 700;
      
    }

    .breadcum{
      background-color: var(--primary);
      padding: 5px 0px;
    }

    .breadcum ul{
      list-style: none;
      padding-left: 0px;
      margin-bottom: 0px;
    }

    .breadcum ul li a{
      color: #fff;
      text-decoration: none;

    }

    .breadcum ul li{
      color: #fff;
      display: flex;
      gap: 10px;
    }

    .breadcum ul li span{
      color: #e69f00;

    }

     .machine_main_wrapper {
            padding: 40px 0;
        }

        /* LEFT SIDEBAR */
        .machine_sidebar_sticky {
            position: sticky;
            top: 30px;
        }

        .machine_category_box {
            border: 1px solid #0a6a73;
            margin-bottom: 10px;
            background: #fff;
            color: #000;
            transition: 0.3s;
            position: relative;
            
            font-size: 16px;
            font-weight: 500;
        }

          .machine_category_box a{
            text-decoration: none;
             color: #000;
             display: block;
             padding: 14px 20px 14px 28px;
          }

        .machine_category_box::before {
            content: "";
            width: 14px;
            height: 100%;
            background: #f3c316;
            position: absolute;
            left: 0;
            top: 0;
        }

       .machine_category_box.active, .machine_category_box:hover {
            background: #005d63;
            color: #fff;
        }

         .machine_category_box.active a, .machine_category_box:hover a{
            
            color: #fff;
        }

        /* PRODUCT CARD */
        .machine_product_card {
            background: #fff;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 25px;
            border: 1px solid #ddd;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }

        .machine_product_img img {
            width: 100%;
            
            object-fit: contain;
        }

        .machine_product_title {
            font-size: 22px;
            font-weight: 600;
            color: #005d63;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .machine_product_desc {
            color: #555;
            line-height: 1.7;
            font-size: 14px;
        }

        /* BUTTONS */
        .machine_btn_group {
            margin-top: 20px;
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .machine_common_btn {
            padding: 10px 15px;
            border: none;
            color: #fff;
            font-size: 13px;
            border-radius: 4px;
            text-decoration: none;
            display: inline-block;
          
            text-align: center;
        }

        .machine_btn_red {
            background: #ff5a5a;
            transition: all ease 0.3s;
            border: 1px solid #ff5a5a;
        }


        .machine_btn_red:hover{
          border: 1px solid #ff5a5a;
          color: #ff5a5a;
           background:transparent;
        }

        .machine_btn_dark {
            background: #333;
              border: 1px solid #333;
              transition: all ease 0.3s;
        }

         .machine_btn_dark:hover {
            border: 1px solid #333;
          color: #333;
           background:transparent;
        }

        .machine_btn_green {
            background: #5f9742;
            border: 1px solid #5f9742;
            transition: all ease 0.3s;
        }

        .machine_btn_green:hover {
          border: 1px solid #5f9742;
          color: #5f9742;
           background:transparent;
        }

        .machine_btn_blue {
            background: #005d63;
             border: 1px solid #005d63;
             transition: all ease 0.3s;
        }

        .machine_btn_blue:hover {
            border: 1px solid #005d63;
          color: #005d63;
          background:transparent;
        }

        .machine_common_btn i {
            margin-right: 6px;
        }

        @media(max-width: 991px) {
            .machine_sidebar_sticky {
                position: static;
                margin-bottom: 25px;
            }

            .machine_product_title {
                font-size: 18px;
                margin-top: 20px;
            }
            .machine_product_card{
              padding: 15px;
            }
            .machine_product_desc{
              font-size: 14px;
            }
        }

        .listing-banner img{
          min-height: 160px;
    object-fit: cover;
        }


        .product_detail_main_sec {
    padding:40px 0;
}

.product_gallery_wrap {
    background:#fff;
    padding:20px;
    border-radius:8px;
    border:1px solid #ddd;
}

/* Main Image */
.product_main_preview_box {
    position: relative;
    border-radius:8px;
    overflow:hidden;
    cursor:zoom-in;
    background:#e5e5e5;
}

.product_main_preview_box img {
    width:100%;
    display: block;
    max-height:470px;
    object-fit:contain;
    padding:20px;
     transition: transform 0.1s ease;
    transform-origin: center center;
}

/* Thumbnail */
.product_thumb_gallery {
    display:flex;
    gap:12px;
    margin-top:18px;
    flex-wrap:wrap;
}

.product_thumb_item {
    width:125px;
    height:100px;
   
    border-radius:6px;
    cursor:pointer;
    overflow:hidden;
    transition:.3s;
    background:#e5e5e5;
}

.product_thumb_item img {
    width:100%;
    height:100%;
    object-fit:contain;
    padding:8px;
}

.product_thumb_item.active_thumb_img {
    border:2px solid #0b6670;
    transform:scale(1.03);
}

/* Content */
.product_info_content {
    padding-left:25px;
}

.product_info_title {
    font-size:30px;
    color:#0b6670;
    font-weight:600;
    margin-bottom:18px;
}

.product_info_para {
    font-size:16px;
    color:#444;
    line-height:1.9;
}

.product_feature_heading {
    color:#0b6670;
    font-size:24px;
    margin-top:25px;
    margin-bottom:15px;
}

.product_feature_list li {
    margin-bottom:10px;
    color:#444;
}

.product_action_btns {
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    margin-top:25px;
}

.product_action_btns a{
    
    text-align:center;
    padding:12px 20px;
    color:#fff;
    text-decoration:none;
    border-radius:4px;
    font-size:15px;
}

.btn_view{background:#ff5a52;}
.btn_enquiry{background:#ff5a52;}
.btn_call{background:#333;}
.btn_whatsapp{background:#6c994f;}

/* Modal */
.modal-body img{
    width:100%;
}

@media(max-width:991px){
    .product_info_content{
        padding-left:0;
        margin-top:30px;
    }

    .product_main_preview_box img{
        height:350px;
    }

    .product_thumb_item{
        width:85px;
        height:75px;
    }
}

.specification_table_section{
    padding:40px 0;
}

.specification_table_wrapper{
    background:#fff;
    border:1px solid #d8d8d8;
    overflow-x:auto;
}

.custom_spec_table{
    width:100%;
    margin:0;
    border-collapse:collapse;
    min-width:900px;
}

.custom_spec_table th{
    background:#005f66;
    color:#fff;
    padding:16px 12px;
    font-size:18px;
    font-weight:600;
    text-align:left;
    border:1px solid #cfcfcf;
    text-transform:uppercase;
}

.custom_spec_table td{
    padding:16px 12px;
    font-size:15px;
    color:#333;
    border:1px solid #d8d8d8;
    font-weight:500;
}

.custom_spec_table tbody tr td:first-child{
    font-weight:700;
    text-transform:uppercase;
    width:26%;
}

@media(max-width:991px){

    .custom_spec_table th{
        font-size:16px;
        padding:12px 10px;
    }

    .custom_spec_table td{
        font-size:15px;
        padding:8px 10px;
    }
}

.related_product_main_sec{
    padding:60px 0;
    background-color: #eeeeee;
}

.related_product_heading_box{
    text-align:center;
    margin-bottom:45px;
}

.related_product_heading_box h2{
    font-size:50px;
    font-weight:700;
    color:#222;
    margin-bottom:15px;
}

.related_product_heading_box p{
    font-size:18px;
    color:#555;
    max-width:900px;
    margin:auto;
    line-height:1.8;
}

/* Product Card */
.related_product_item_link{
    text-decoration:none;
    display:block;
}

.related_product_single_box{
    background:#fff;
    border:1px solid #dddddd;
    border-radius:4px;
    overflow:hidden;
    transition:.3s;
    padding:18px;
}

.related_product_single_box:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.related_product_img_box{
  
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
}

.related_product_img_box img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

.related_product_title{
    text-align:center;
    font-size:15px;
    color:#0b6670;
    font-weight:500;
    margin-top:18px;
    text-transform:uppercase;
    
}


@media(max-width:991px){

    .related_product_heading_box h2{
        font-size:36px;
    }

    .related_product_heading_box p{
        font-size:16px;
    }

    .related_product_img_box{
        height:220px;
    }

    .related_product_title{
        font-size:18px;
    }
}

@media screen and (max-width:600px) {
  .hero-section{
    height: 300px;
  }
  .uih-banner-content h1{
    font-size: 28px;
  }
  .uih-contact-wrap{
    flex-wrap: wrap;
  }
  .bm-blog-section{
    padding: 60px 0px;
  }
  .corbett-safari-section{
    padding: 60px 0px;
  }
  .safari-about-wrap{
    padding: 60px 0px;
  }
  .safari-about-text {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.bm-footer-area{
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
.bm-footer-input{
  flex: none;
}
.bm-footer-bottom{
  margin-top: 0px;
}
}


 @media screen and  (max-width:1200px) and  (min-width:991px) {
      .navbar-nav .nav-link{
        padding: 0 10px!important;
        font-size: 14px!important;
        font-weight: 400!important;
      }
    }

    .listing-banner img{
      height: 250px;
      object-fit: cover;
    }


    /*=========================
 safari HISTORY SECTION
==========================*/

.safari-history-sec{
    padding: 20px 0 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.safari-history-head{
    margin-bottom: 50px;
}

.safari-history-subtitle{
    display: inline-block;
    background: rgba(255, 177, 0, 0.15);
    color: #ffb100;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.safari-history-head h2{
    font-size: 42px;
    font-weight: 700;
    color: #005f67;
    margin: 0;
    position: relative;
}

.safari-history-head h2::after{
    content: '';
    width: 90px;
    height: 4px;
    background: #ffb100;
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    border-radius: 20px;
}

.safari-history-box{
    background: #fff;
    /* border: 2px solid rgba(0, 95, 103, 0.08); */
    border-radius: 30px;
    padding: 25px;
    /* box-shadow: 0 15px 50px rgba(0,0,0,0.05); */
    position: relative;
    display: flex;
    gap: 20px;
}

.safari-history-item{
    
   width: 50%;
}

.safari-history-number{
    width: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #005f67;
    color: #fff;
    border-radius: 15px;
    display: block;
    text-align: center;
    margin: 10px auto 20px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 10px 30px rgba(0,95,103,0.25);
}

.safari-history-content p{
    margin: 0;
    font-size: 15px;
    line-height: 2;
    color: #555;
    font-weight: 400;
}

.safari-history-divider{
    width: 2px;
    height: 30px;
    background: linear-gradient(to bottom, #005f67, #ffb100);
    margin: 35px 0 35px 64px;
    opacity: 0.3;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-history-sec{
        padding: 60px 0;
    }

    .safari-history-box{
        padding: 40px 30px;
    }

    .safari-history-item{
        flex-direction: column;
        width: 100%;

    }

    .safari-history-divider{
        margin: 30px auto;
        width: 80%;
        height: 2px;
    }

    .safari-history-number{
      
        font-size: 24px;
    }

    .safari-history-head h2{
        font-size: 40px;
    }

    .safari-history-box{
        flex-wrap: wrap;
    }

}

@media(max-width:576px){

    .safari-history-head h2{
        font-size: 30px;
    }

    .safari-history-box{
        padding: 0px;
        border-radius: 20px;

    }

    .safari-history-content p{
        font-size: 14px;
        line-height: 1.7;
    }

    .safari-history-number{
       
        font-size: 22px;
    
    }

    .safari-history-number{
        margin-top: 0px;
    }

}


/*=========================
 VALUES & GOALS SECTION
==========================*/

.safari-values-goals-sec{
    padding: 50px 0;
    background: #ffffff;
}

.safari-vg-card{
    background: #fff;
    border: 1px solid rgba(0,95,103,0.10);
    border-radius: 22px;
    padding: 25px;
    height: 100%;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.safari-vg-card:hover{
    transform: translateY(-5px);
    border-color: rgba(255,177,0,0.35);
}

.safari-vg-top{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 25px;
}

.safari-vg-icon{
    width: 52px;
    height: 52px;
    background: #005f67;
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.safari-vg-top h3{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #005f67;
    letter-spacing: 0.5px;
}

.safari-vg-list{
    padding: 0;
    margin: 0;
    list-style: none;
}

.safari-vg-list li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

.safari-vg-list li:last-child{
    margin-bottom: 0;
}

.safari-vg-list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffb100;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-values-goals-sec{
        padding: 40px 0;
    }

    .safari-vg-card{
        padding: 30px;
    }

}

@media(max-width:576px){

    .safari-vg-card{
        padding: 24px 20px;
        border-radius: 18px;
    }

    .safari-vg-top h3{
        font-size: 20px;
    }

    .safari-vg-icon{
        width: 46px;
        height: 46px;
        font-size: 16px;
    }

    .safari-vg-list li{
        font-size: 14px;
        line-height: 1.7;
    }

}


/*=========================
 CUSTOMER SECTION
==========================*/

.safari-customer-sec{
    padding: 60px 0;
    background: linear-gradient(to right, #f8fbfb 55%, #ffffff 50%);
    overflow: hidden;
}

/* LEFT CONTENT */

.safari-customer-main{
    padding-right: 40px;
}

.safari-customer-label{
    display: inline-block;
    padding: 9px 20px;
    background: rgba(255,177,0,0.12);
    color: #ffb100;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.safari-customer-title{
    font-size: 38px;
    line-height: 1.3;
    color: #005f67;
    font-weight: 700;
    margin-bottom: 25px;
}

.safari-customer-text{
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
    font-weight: 400;
}

.safari-customer-highlight{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
}

.safari-highlight-box{
    background: #005f67;
    padding: 18px 20px;
    border-radius: 16px;
    
    transition: 0.3s ease;
}

.safari-highlight-box:hover{
    transform: translateY(-4px);
}

.safari-highlight-box h4{
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

/* RIGHT CARD */

.safari-infra-card{
    background: #005f67;
    border-radius: 28px;
    padding: 50px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.safari-infra-card::before{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,177,0,0.12);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.safari-infra-icon{
    width: 70px;
    height: 70px;
    background: #ffb100;
    color: #005f67;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.safari-infra-card h3{
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 22px;
    position: relative;
    z-index: 2;
}

.safari-infra-card p{
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-customer-sec{
        background: #ffffff;
        padding: 70px 0;
    }

    .safari-customer-main{
        padding-right: 0;
    }

    .safari-customer-title{
        font-size: 32px;
    }

    .safari-infra-card{
        margin-top: 10px;
    }

}

@media(max-width:576px){

    .safari-customer-title{
        font-size: 26px;
    }

    .safari-customer-text,
    .safari-infra-card p{
        font-size: 14px;
    }

    .safari-highlight-box{
        width: 100%;
    }

    .safari-infra-card{
        padding: 35px 25px;
        border-radius: 22px;
    }

    .safari-infra-card h3{
        font-size: 24px;
    }

}



/*=========================
 QUALITY & FUTURE SECTION
==========================*/

.safari-qf-section{
    padding: 60px 0;
    background: #ffffff;
}

.safari-qf-card{
    background: #ffffff;
    border-radius: 24px;
    padding: 45px 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid rgba(0,95,103,0.08);
}

.safari-qf-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.06);
}

/* Top Header */

.safari-qf-header{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.safari-qf-circle{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffb100;
    flex-shrink: 0;
}

.safari-qf-header h2{
    margin: 0;
    font-size: 28px;
    color: #005f67;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Text */

.safari-qf-card p{
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
    font-weight: 400;
}

/* Bottom Line */

.safari-qf-bottom-line{
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #005f67, #ffb100);
    border-radius: 30px;
    margin-top: 30px;
}

/* Decorative */

.safari-quality-card::before,
.safari-vision-card::before{
    content: '';
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    opacity: 0.06;
}

.safari-quality-card::before{
    background: #005f67;
    top: -40px;
    right: -40px;
}

.safari-vision-card::before{
    background: #ffb100;
    bottom: -40px;
    left: -40px;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-qf-section{
        padding: 50px 0;
    }

    .safari-qf-card{
        padding: 35px 30px;
    }

    .safari-qf-header h2{
        font-size: 24px;
    }

}

@media(max-width:576px){

    .safari-qf-card{
        padding: 30px 22px;
        border-radius: 20px;
    }

    .safari-qf-header h2{
        font-size: 21px;
    }

    .safari-qf-card p{
        font-size: 14px;
        line-height: 1.8;
    }

}


/*=========================
 WHY US SECTION
==========================*/

.safari-why-sec{
    padding: 60px 0;
    background: #f8fbfb;
}

.safari-why-head{
    max-width: 700px;
    margin: auto;
    margin-bottom: 50px;
}

.safari-why-head span{
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255,177,0,0.12);
    color: #ffb100;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.safari-why-head h2{
    font-size: 34px;
    color: #005f67;
    font-weight: 600;
    margin-bottom: 18px;
}

.safari-why-head p{
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* BOX */

.safari-why-box{
    background: #fff;
    border-radius: 15px;
    padding: 20px 20px;
    text-align: center;
    height: 100%;
    border: 1px solid rgba(0,95,103,0.08);
    transition: 0.3s ease;
}

.safari-why-box:hover{
    transform: translateY(-5px);
    border-color: rgba(255,177,0,0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.safari-why-box i{
    width: 60px;
    height: 60px;
    background: #005f67;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 18px;
    font-size: 22px;
}

.safari-why-box h4{
    font-size: 15px;
    line-height: 1.7;
    color: #333;
    font-weight: 500;
    margin: 0;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-why-head h2{
        font-size: 28px;
    }

}

@media(max-width:576px){

    .safari-why-sec{
        padding: 60px 0;
    }

    .safari-why-head{
        margin-bottom: 35px;
    }

    .safari-why-head h2{
        font-size: 24px;
    }

    .safari-why-head p{
        font-size: 14px;
    }

    .safari-why-box{
        padding: 24px 20px;
    }

    .safari-why-box i{
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

    .safari-why-box h4{
        font-size: 14px;
    }

}

/*=========================
 CONTACT SECTION
==========================*/

.safari-contact-sec{
    padding: 60px 0;
    background: #f8fbfb;
}

/* LEFT SIDE */

.safari-contact-info{
    padding-right: 30px;
}

.safari-contact-tag{
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255,177,0,0.12);
    color: #ffb100;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.safari-contact-info h2{
    font-size: 38px;
    color: #005f67;
    font-weight: 600;
    margin-bottom: 18px;
}

.safari-contact-text{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}

/* ITEMS */

.safari-contact-item{
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
}

.safari-contact-icon{
    width: 58px;
    height: 58px;
    background: #005f67;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
}

.safari-contact-content h5{
    font-size: 17px;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
}

.safari-contact-content p{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.safari-contact-content a{
    display: block;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    margin-bottom: 6px;
    transition: 0.3s ease;
}

.safari-contact-content a:hover{
    color: #005f67;
}

/* FORM */

/*=========================
 CONTACT FORM DESIGN
==========================*/

.safari-contact-form-wrap{
    background: #ffffff;
    padding: 45px;
    border-radius: 28px;
    border: 1px solid rgba(0,95,103,0.08);
    box-shadow: 0 15px 45px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
}

.safari-contact-form-wrap::before{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,177,0,0.08);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

/* HEADING */

.safari-form-heading{
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.safari-form-heading span{
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255,177,0,0.12);
    color: #ffb100;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.safari-form-heading h3{
    font-size: 30px;
    color: #005f67;
    font-weight: 600;
    margin-bottom: 12px;
}

.safari-form-heading p{
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* INPUTS */

.safari-input-group{
    position: relative;
    z-index: 2;
}

.safari-field-icon{
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #005f67;
    font-size: 15px;
    z-index: 3;
}

.safari-textarea-group .safari-field-icon{
    top: 14px;
    transform: none;
}

.safari-input-group input,
.safari-input-group textarea{
    width: 100%;
    border: 1px solid rgba(0,95,103,0.12);
    border-radius: 16px;
    padding: 15px 18px 15px 50px;
    font-size: 14px;
    color: #333;
    background: #fff;
    outline: none;
    transition: 0.3s ease;
}

.safari-input-group textarea{
    resize: none;
}

.safari-input-group input:focus,
.safari-input-group textarea:focus{
    border-color: #005f67;
    box-shadow: 0 0 0 4px rgba(0,95,103,0.08);
}

/* BUTTON */

.safari-contact-btn{
    border: none;
    background: #005f67;
    color: #fff;
    padding: 14px 30px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
    position: relative;
    z-index: 2;
}

.safari-contact-btn:hover{
    background: #ffb100;
    color: #222;
    transform: translateY(-2px);
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:576px){

    .safari-contact-form-wrap{
        padding: 30px 22px;
        border-radius: 22px;
    }

    .safari-form-heading h3{
        font-size: 24px;
    }

}
/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-contact-sec{
        padding: 70px 0;
    }

    .safari-contact-info{
        padding-right: 0;
    }

    .safari-contact-info h2{
        font-size: 30px;
    }

}

@media(max-width:576px){

    .safari-contact-form-wrap{
        padding: 28px 22px;
        border-radius: 20px;
    }

    .safari-contact-info h2{
        font-size: 25px;
    }

    .safari-contact-item{
        gap: 14px;
    }

    .safari-contact-icon{
        width: 50px;
        height: 50px;
        font-size: 18px;
        border-radius: 14px;
    }

}

/*=========================
 SOCIAL ICONS
==========================*/

.safari-social-links{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.safari-social-icon{
    width: 46px;
    height: 46px;
    background: #005f67;
    color: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 17px;
    transition: 0.3s ease;
}

.safari-social-icon:hover{
    background: #ffb100;
    color: #222;
    transform: translateY(-4px);
}


/*=========================
 CAREER SECTION
==========================*/

.safari-career-sec{
    padding: 60px 0;
    background: #f8fbfb;
}

/* TOP */

.safari-career-head{
    max-width: 720px;
    margin: auto;
    margin-bottom: 55px;
}

.safari-career-head span{
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255,177,0,0.12);
    color: #ffb100;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.safari-career-head h2{
    font-size: 38px;
    color: #005f67;
    font-weight: 600;
    margin-bottom: 16px;
}

.safari-career-head p{
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

/* CONTENT */

.safari-career-content p{
    font-size: 15px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 18px;
}

/* BENEFITS BOX */

.safari-career-box{
    background: #fff;
    border-radius: 22px;
    padding: 30px;
    border: 1px solid rgba(0,95,103,0.08);
    margin-top: 30px;
}

.safari-career-box h3{
    font-size: 24px;
    color: #005f67;
    margin-bottom: 15px;
    font-weight: 600;
}

.safari-career-box p{
    margin-bottom: 20px;
}

.safari-career-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.safari-career-list li{
    position: relative;
    padding-left: 24px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.safari-career-list li::before{
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffb100;
    left: 0;
    top: 9px;
}

/* VACANCY CARD */

.safari-vacancy-card{
    background: #005f67;
    border-radius: 24px;
    padding: 35px;
    height: 100%;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.safari-vacancy-card::before{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,177,0,0.08);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.safari-vacancy-head{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.safari-vacancy-head i{
    width: 52px;
    height: 52px;
    background: #ffb100;
    color: #005f67;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.safari-vacancy-head h3{
    font-size: 24px;
    margin: 0;
    font-weight: 600;
}

/* JOBS */

.safari-job-item{
    background: rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.safari-job-item span{
    width: 38px;
    height: 38px;
    background: #ffb100;
    color: #005f67;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
}

.safari-job-item h4{
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

/* INTERNSHIP */

.safari-intern-box{
    background: rgba(255,255,255,0.10);
    border-radius: 18px;
    padding: 24px;
    margin-top: 28px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.safari-intern-box i{
    font-size: 28px;
    color: #ffb100;
    margin-bottom: 14px;
}

.safari-intern-box p{
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    color: rgba(255,255,255,0.85);
}

/* CTA */

.safari-career-contact{
    margin-top: 60px;
}

.safari-career-contact h4{
    max-width: 900px;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    font-weight: 400;
    margin-bottom: 28px;
}

.safari-career-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: #005f67;
    color: #fff;
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
}

.safari-career-btn:hover{
    background: #ffb100;
    color: #222;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-career-sec{
        padding: 75px 0;
    }

    .safari-career-head h2{
        font-size: 30px;
    }

}

@media(max-width:576px){

    .safari-career-head h2{
        font-size: 24px;
    }

    .safari-career-box,
    .safari-vacancy-card{
        padding: 25px 20px;
        border-radius: 20px;
    }

    .safari-career-contact h4{
        font-size: 15px;
    }

}

/*=========================
 SERVICES SECTION
==========================*/

.safari-services-sec{
    padding: 60px 0;
    background: #f8fbfb;
}

/* HEAD */

.safari-services-head{
    max-width: 850px;
    margin: auto;
    margin-bottom: 55px;
}

.safari-services-head span{
    display: inline-block;
    padding: 7px 18px;
    background: rgba(255,177,0,0.12);
    color: #ffb100;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.safari-services-head h2{
    font-size: 38px;
    color: #005f67;
    font-weight: 600;
    margin-bottom: 18px;
}

.safari-services-head p{
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    margin: 0;
}

/* INTRO BOX */

.safari-service-intro{
    background: #005f67;
    border-radius: 26px;
    padding: 35px;
    display: flex;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.safari-service-intro::before{
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    background: rgba(255,177,0,0.08);
    border-radius: 50%;
    top: -70px;
    right: -70px;
}

.safari-service-intro-icon{
    width: 70px;
    height: 70px;
    background: #ffb100;
    color: #005f67;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.safari-service-intro-content{
    position: relative;
    z-index: 2;
}

.safari-service-intro-content h3{
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.safari-service-intro-content p{
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
    margin: 0;
}

/* CARDS */

.safari-service-card{
    background: #fff;
    border-radius: 24px;
    padding: 35px;
    border: 1px solid rgba(0,95,103,0.08);
    height: 100%;
    transition: 0.3s ease;
}

.safari-service-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    border-color: rgba(255,177,0,0.30);
}

.safari-service-icon{
    width: 62px;
    height: 62px;
    background: #005f67;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 22px;
}

.safari-service-card h3{
    font-size: 24px;
    color: #005f67;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.safari-service-card p{
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 14px;
}

/*=========================
 RESPONSIVE
==========================*/

@media(max-width:991px){

    .safari-services-sec{
        padding: 75px 0;
    }

    .safari-services-head h2{
        font-size: 30px;
    }

    .safari-service-intro{
        flex-direction: column;
    }

    .safari-service-intro-content h3{
        font-size: 24px;
    }

}

@media(max-width:576px){

    .safari-services-head h2{
        font-size: 24px;
    }

    .safari-services-head p{
        font-size: 14px;
    }

    .safari-service-intro,
    .safari-service-card{
        padding: 25px 20px;
        border-radius: 20px;
    }

    .safari-service-card h3{
        font-size: 20px;
    }

    .safari-service-intro-content h3{
        font-size: 22px;
    }

}

/* CARD */
.machine_product_card{
    position: relative;
    overflow: hidden;
}

/* TOP RIGHT GREEN BORDER */
.machine_product_card::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #005f67;
    transition: width 0.4s ease;
}

.machine_product_card:hover::before{
    width: 100%;
}

/* BOTTOM LEFT YELLOW BORDER */
.machine_product_card::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ffb100;
    transition: width 0.4s ease;
}

.machine_product_card:hover::after{
    width: 100%;
}

.machine_product_card:hover img{
   transform: scale(1.1);
}

.machine_product_card img{
  transition: all ease 0.3s;
}


/* Parent dropdown */
.dropdown-submenu {
    position: relative;
}

/* Child submenu */
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    display: none;
}

/* Hover par submenu open */
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    min-width: 200px;
}

/* Arrow right side */
.dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
    transform: rotate(-90deg);
}

/* Optional spacing for child menu */
.mobile-submenu .nav-link{
    padding-left:15px;
}

.mobile-submenu .collapse .nav-link{
    padding-left:30px;
    font-size:14px;
}


/* =========================
BLOG DETAILS
========================= */

.machine_blog_detail_sec{
    padding:60px 0;
}

.machine_blog_main_box{
    background:#fff;
    border-radius:8px;
    overflow:hidden;
    border:1px solid #ddd;
}

/* Blog Image */

.machine_blog_feature_img{
    height:auto;
    overflow:hidden;
}

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

/* Blog Content */

.machine_blog_content_wrap{
    padding:20px;
}

.machine_blog_meta{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom:20px;
    color:#666;
    font-size:14px;
}

.machine_blog_meta i{
    color:#0b6670;
    margin-right:6px;
}

.machine_blog_title{
    font-size:34px;
    font-weight:700;
    color:#0b6670;
    margin-bottom:20px;
    line-height:1.4;
}

.machine_blog_para{
    font-size:15px;
    line-height:2;
    color:#555;
    margin-bottom:20px;
}

/* Quote */

.machine_blog_quote_box{
    background:#005f66;
    color:#fff;
    padding:30px;
    border-radius:8px;
    margin:35px 0;
}

.machine_blog_quote_box i{
    font-size:38px;
    color:#f3c316;
    margin-bottom:15px;
}

.machine_blog_quote_box p{
    font-size:18px;
    line-height:1.8;
    margin:0;
}

/* Sub Heading */

.machine_blog_sub_heading{
    font-size:28px;
    color:#0b6670;
    margin-bottom:18px;
    margin-top:35px;
    font-weight:700;
}

/* Sidebar */

.machine_blog_sidebar{
    position:sticky;
    top:20px;
}

/* Recent Post */

.machine_recent_post_box{
    background:#fff;
    border:1px solid #ddd;
    padding:25px;
    border-radius:8px;
}

.machine_recent_post_box h4{
    font-size:24px;
    margin-bottom:25px;
    color:#0b6670;
    font-weight:700;
}

.machine_recent_single_post{
    display:flex;
    gap:14px;
    margin-bottom:18px;
    padding-bottom:18px;
    border-bottom:1px solid #eee;
}

.machine_recent_single_post:last-child{
    margin-bottom:0;
    padding-bottom:0;
    border:none;
}

.machine_recent_single_post img{
    width:85px;
    height:75px;
    object-fit:cover;
    border-radius:6px;
}

.machine_recent_post_content h5{
    font-size:16px;
    line-height:1.6;
    margin-bottom:5px;
}

.machine_recent_post_content a{
    text-decoration:none;
    color:#222;
    transition:.3s;
}

.machine_recent_post_content a:hover{
    color:#0b6670;
}

.machine_recent_post_content span{
    font-size:13px;
    color:#777;
}

/* =========================
MOBILE
========================= */

@media(max-width:991px){

    .machine_blog_feature_img{
        height:260px;
    }

    .machine_blog_content_wrap{
        padding:22px;
    }

    .machine_blog_title{
        font-size:26px;
    }

    .machine_blog_sub_heading{
        font-size:22px;
    }

    .machine_blog_para{
        font-size:14px;
    }

    .machine_blog_sidebar{
        margin-top:35px;
    }

    .machine_blog_quote_box{
        padding:22px;
    }

    .machine_blog_quote_box p{
        font-size:16px;
    }

}


/* =========================
FAQ DESIGN
========================= */

.machine_blog_faq_box{
    margin-top:45px;
}

.machine_custom_faq .accordion-item{
    border:none;
    margin-bottom:15px;
    border-radius:8px !important;
    overflow:hidden;
    background:#fff;
    border:1px solid #ddd;
}

.machine_custom_faq .accordion-button{
    background:#fff;
    color:#0b6670;
    font-size:16px;
    font-weight:600;
    padding:18px 22px;
    box-shadow:none !important;
}

.machine_custom_faq .accordion-button:not(.collapsed){
    background:#005f66;
    color:#fff;
}

.machine_custom_faq .accordion-button::after{
    filter:brightness(0);
}

.machine_custom_faq .accordion-button:not(.collapsed)::after{
    filter:brightness(0) invert(1);
}

.machine_custom_faq .accordion-body{
    padding:20px 22px;
    font-size:15px;
    line-height:1.9;
    color:#555;
    background:#fff;
}

@media(max-width:991px){

    .machine_custom_faq .accordion-button{
        font-size:15px;
        padding:15px 18px;
    }

    .machine_custom_faq .accordion-body{
        font-size:14px;
        padding:18px;
    }

}


/* =========================
POLICY SECTION
========================= */

.safari_policy_main_sec{
    padding:60px 0;
}

.safari_policy_wrapper{
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    padding:40px;
}

.safari_policy_title{
    font-size:38px;
    color:#0b6670;
    font-weight:700;
    margin-bottom:12px;
}

.safari_policy_update{
    font-size:14px;
    color:#777;
    margin-bottom:30px;
}

.safari_policy_para{
    font-size:15px;
    line-height:2;
    color:#555;
    margin-bottom:20px;
}

.safari_policy_heading{
    font-size:28px;
    color:#0b6670;
    margin-top:35px;
    margin-bottom:18px;
    font-weight:700;
}

.safari_policy_list{
    padding-left:18px;
    margin-bottom:25px;
}

.safari_policy_list li{
    margin-bottom:12px;
    font-size:15px;
    line-height:1.9;
    color:#555;
}

/* =========================
CONTACT BOX
========================= */

.safari_policy_contact_box{
    background:#0c480b;
    padding:30px;
    border-radius:8px;
    margin-top:40px;
}

.safari_policy_contact_box h4{
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
    font-weight:700;
}

.safari_policy_contact_box p{
    color:#fff;
    margin-bottom:12px;
    font-size:15px;
}

.safari_policy_contact_box i{
    color:#f3c316;
    margin-right:10px;
}

/* =========================
MOBILE
========================= */

@media(max-width:991px){

    .safari_policy_wrapper{
        padding:25px;
    }

    .safari_policy_title{
        font-size:30px;
    }

    .safari_policy_heading{
        font-size:22px;
    }

    .safari_policy_para,
    .safari_policy_list li{
        font-size:14px;
    }

}



/* =========================
ENQUIRY BUTTON
========================= */

.safari_theme_enquiry_btn{
    background:#0c480b;
    color:#fff;
    border:none;
    padding:14px 34px;
    font-size:15px;
    border-radius:4px;
    transition:.3s;
}

.safari_theme_enquiry_btn:hover{
    background:#0c480b;
}

/* =========================
MODAL
========================= */

.safari_custom_modal .modal-content{
    border:none;
    border-radius:10px;
    overflow:hidden;
    position:relative;
}

/* CLOSE BUTTON */

.safari_modal_close_btn{
    position:absolute;
    right:15px;
    top:15px;
    width:42px;
    height:42px;
    border:none;
    border-radius:50%;
    background:#fff;
    z-index:2;
    font-size:18px;
    color:#0c480b;
}

/* =========================
LEFT SIDE
========================= */

.safari_modal_left_side{
    background:#0c480b;
    height:100%;
    padding:50px 35px;
    color:#fff;
}

.safari_modal_left_side h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:20px;
}

.safari_modal_left_side p{
    font-size:15px;
    line-height:1.9;
    margin-bottom:30px;
}

.safari_modal_left_side ul{
    padding:0;
    margin:0;
    list-style:none;
}

.safari_modal_left_side ul li{
    margin-bottom:18px;
    font-size:15px;
    display:flex;
    gap:12px;
    align-items:flex-start;
}

.safari_modal_left_side ul li i{
    color:#f3c316;
    margin-top:4px;
}

/* =========================
RIGHT SIDE
========================= */

.safari_modal_form_side{
    padding:45px 35px;
    background:#fff;
}

.safari_modal_form_side h3{
    font-size:32px;
    color:#0c480b;
    font-weight:700;
    margin-bottom:28px;
}

/* FORM */

.safari_form_group{
    margin-bottom:20px;
}

.safari_form_group label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    color:#444;
    font-weight:600;
}

.safari_form_group input,
.safari_form_group select,
.safari_form_group textarea{
    width:100%;
    border:1px solid #ddd;
    height:35px;
    padding:0 18px;
    outline:none;
    border-radius:4px;
    font-size:14px;
    transition:.3s;
}

.safari_form_group textarea{
    height:auto;
    padding-top:15px;
    resize:none;
}

.safari_form_group input:focus,
.safari_form_group select:focus,
.safari_form_group textarea:focus{
    border-color:#0c480b;
}

/* BUTTON */

.safari_submit_btn{
    width:100%;
    height:56px;
    border:none;
    background:#0c480b;
    color:#fff;
    font-size:15px;
    font-weight:600;
    border-radius:4px;
    transition:.3s;
}

.safari_submit_btn:hover{
    background:#0c480b;
}

/* =========================
MOBILE
========================= */

@media(max-width:991px){

    .safari_modal_left_side{
        padding:35px 25px;
    }

    .safari_modal_form_side{
        padding:35px 25px;
    }

    .safari_modal_left_side h2{
        font-size:28px;
    }

    .safari_modal_form_side h3{
        font-size:26px;
    }

}

/* =========================
FLOAT ENQUIRY BUTTON
========================= */

.safari_float_enquiry_wrap{
    position:fixed;
    right:20px;
    bottom:25px;
    z-index:999;
}

/* BUTTON */

.safari_float_enquiry_btn{
    border:none;
    background:#0c480b;
    color:#fff;
    height:58px;
    padding:0 24px;
    border-radius:60px;
    display:flex;
    align-items:center;
    gap:12px;
    font-size:15px;
    font-weight:600;
    box-shadow:0 8px 25px rgba(0,0,0,0.18);
    transition:.3s;
    animation:safariPulse 2s infinite;
}

/* ICON */

.safari_float_enquiry_btn i{
    width:38px;
    height:38px;
    background:#f3c316;
    color:#0c480b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

/* HOVER */

.safari_float_enquiry_btn:hover{
    background:#0b6670;
    transform:translateY(-3px);
}

/* ANIMATION */

@keyframes safariPulse{

    0%{
        box-shadow:0 0 0 0 rgba(0,95,102,0.5);
    }

    70%{
        box-shadow:0 0 0 15px rgba(0,95,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(0,95,102,0);
    }

}

/* MOBILE */

@media(max-width:767px){

    .safari_float_enquiry_wrap{
        right:15px;
        bottom:18px;
    }

    .safari_float_enquiry_btn{
        height:52px;
        padding:0 18px;
        font-size:14px;
        gap:10px;
    }

    .safari_float_enquiry_btn i{
        width:34px;
        height:34px;
        font-size:14px;
    }

}


/*========================
 SAFARI ABOUT SECTION
=========================*/

.sf-about-section{
    position: relative;
    padding: 60px 0;
    background: #eef7e8;
    overflow: hidden;
}

/* Background Shapes */

.sf-leaf-shape{
    position: absolute;
    width: 350px;
    height: 350px;
    background: #7aa93c;
    opacity: 0.08;
    border-radius: 60% 40% 70% 30%;
    top: -120px;
    left: -120px;
    animation: sfRotate 12s linear infinite;
}

.sf-circle-shape{
    position: absolute;
    width: 300px;
    height: 300px;
    border: 40px solid rgba(122,169,60,0.08);
    border-radius: 50%;
    bottom: -120px;
    right: -120px;
}

@keyframes sfRotate{
    100%{
        transform: rotate(360deg);
    }
}

/* Images */

.sf-about-images{
    position: relative;
    padding-right: 80px;
    height: 100%;
}

.sf-main-img{
     border-radius: 30px;
}

.sf-main-img img{
    width: 100%;
    border-radius: 30px;
    display: block;
}

.sf-small-img{
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 320px;
    border: 10px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.sf-small-img img{
    width: 100%;
    display: block;
}

/* Experience Box */

.sf-exp-box{
    position: absolute;
    left: -20px;
    bottom: 60px;
    background: #0c480b;
    color: #fff;
    padding: 25px;
    border-radius: 20px;
    width: 180px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.sf-exp-box h2{
    font-size: 50px;
    margin-bottom: 8px;
    font-weight: 700;
}

.sf-exp-box p{
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

/* Content */

.sf-about-content{
    padding-left: 40px;
}

.sf-subtitle{
    display: inline-block;
    color: #0c480b;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.sf-about-content h2{
    font-size: 40px;
    
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 20px;
}

.sf-about-content p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 30px;
}

/* Features */

.sf-feature-wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 35px;
}

.sf-feature-box{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.sf-icon{
    min-width: 60px;
    height: 60px;
    background: #0c480b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.sf-feature-box h4{
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 700;
}

.sf-feature-box p{
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

/* Button */

.sf-about-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    background: #0c480b;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.4s;
}

.sf-about-btn:hover{
    background: #1d1d1d;
    color: #fff;
}

/* Responsive */

@media(max-width:991px){

    .sf-about-section{
        padding: 70px 0;
    }

    .sf-about-images{
        padding-right: 0;
        margin-bottom: 50px;
    }

    .sf-small-img{
        width: 180px;
    }

    .sf-about-content{
        padding-left: 0;
    }

    .sf-about-content h2{
        font-size: 36px;
        line-height: 48px;
    }
}

@media(max-width:576px){

    .sf-small-img{
        position: relative;
        width: 100%;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }

    .sf-exp-box{
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        width: 100%;
    }

    .sf-about-content h2{
        font-size: 30px;
        line-height: 42px;
    }

}

.sf-main-img{
    overflow: hidden;
    height: 100%;
}

.sf-main-img img{
    transition: all 0.3s;
    height: 100%;
    object-fit: cover;
}

.sf-main-img:hover img{
    transform: scale(1.1);
}


/*=========================
 RESORT SECTION
=========================*/

.rs-resort-section{
    padding: 60px 0 30px;
    background: #edf5e7;
    overflow: hidden;
    position: relative;
}

/* Heading */

.rs-heading-wrap{
    text-align: center;
    max-width: 850px;
    margin: auto;
    margin-bottom: 60px;
}

.rs-subtitle{
    display: inline-block;
    background: rgba(104,145,59,0.12);
    color: #0c480b;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.rs-heading-wrap h2{
    font-size: 40px;
    line-height: 70px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
}

.rs-heading-wrap h2 span{
    color: #0c480b;
}

.rs-heading-wrap p{
    font-size: 17px;
    line-height: 32px;
    color: #666;
}

/* Slider */

.rs-resort-slider{
    position: relative;
}

/* Card */

.rs-resort-item{
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    transition: 0.4s;
    margin: 10px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.rs-resort-item:hover{
    transform: translateY(-10px);
}

/* Image */

.rs-resort-image{
    position: relative;
    overflow: hidden;
    height: 250px;
}

.rs-resort-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.rs-resort-item:hover .rs-resort-image img{
    transform: scale(1.1);
}

/* Content */

.rs-resort-content{
    padding: 20px;
    position: relative;
}

.rs-rating{
    font-size: 15px;
    color: #ffb400;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.rs-resort-content h3{
    font-size: 18px;
   
    margin-bottom: 15px;
    font-weight: 600;
    color: #111;
}

.rs-location{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
}

.rs-location i{
    color: #0c480b;
}

/* Button */

.rs-book-btn{
    width: 100%;
    height: 44px;
    background: #0c480b;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    transition: 0.4s;
}

.rs-book-btn:hover{
    background: #111;
    color: #fff;
}

/* Owl Nav */

.rs-resort-slider .owl-nav{
    margin-top: 40px;
    text-align: center;
}

.rs-resort-slider .owl-nav button.owl-prev,
.rs-resort-slider .owl-nav button.owl-next{
    width: 50px;
    height: 50px;
    border-radius: 50% !important;
    background: #0c480b !important;
    color: #fff !important;
    font-size: 18px !important;
    margin: 0 8px;
    transition: 0.4s;
}

.rs-resort-slider .owl-nav button:hover{
    background: #111 !important;
}

/* Dots */

.rs-resort-slider .owl-dots{
    margin-top: 25px;
    text-align: center;
}

.rs-resort-slider .owl-dot span{
    width: 12px;
    height: 12px;
    margin: 5px;
    background: #b6c8a1 !important;
}

.rs-resort-slider .owl-dot.active span{
    background: #0c480b !important;
}

/* Responsive */

@media(max-width:991px){

    .rs-heading-wrap h2{
        font-size: 40px;
        line-height: 55px;
    }
}

@media(max-width:576px){

    .rs-resort-section{
        padding: 70px 0;
    }

    .rs-heading-wrap h2{
        font-size: 32px;
        line-height: 45px;
    }

    .rs-resort-image{
        height: 280px;
    }

}


/*=========================
 TOUR SECTION
=========================*/

.trv-tour-section{
    padding: 60px 0;
    background: #f5f5f5;
}

/* Card */

.trv-tour-card{
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    margin: 8px;
}

/* Image */

.trv-tour-image{
    position: relative;
    height: 250px;
    overflow: hidden;
}

.trv-tour-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.trv-tour-card:hover .trv-tour-image img{
    transform: scale(1.08);
}

/* Feature */

.trv-feature-tag{
    position: absolute;
    top: 12px;
    left: 0;
    background: #f6c532;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 0 20px 20px 0;
}

/* New Ribbon */

.trv-new-tag{
    position: absolute;
    top: 15px;
    right: -34px;
    background: #d9542f;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 5px 35px;
    transform: rotate(45deg);
}

/* Content */

.trv-tour-content{
    padding: 20px;
}

/* Top */

.trv-top-area{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.trv-top-area h3{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #183345;
    margin: 0;
}

.trv-save-btn{
    color: #222;
    font-size: 14px;
    flex-shrink: 0;
}

.trv-save-btn:hover{
    color: #38a169;
}

/* Place */

.trv-place-text{
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

/* Border */

.trv-border{
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 14px 0;
}

/* Info */

.trv-tour-info{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.trv-info-item{
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trv-info-item i{
    font-size: 13px;
}

/* Bottom */

.trv-tour-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    gap: 15px;
}

.trv-price h4{
    font-size: 18px;
    font-weight: 700;
    color: #183345;
    margin-bottom: 4px;
}

.trv-price h4 span{
    color: #707070;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}

.trv-price span{
    font-size: 13px;
    color: #e74c3c;
    text-decoration: line-through;
}

/* Button */

.trv-book-btn{
    min-width: 115px;
    height: 40px;
    background: #0c480b;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.trv-book-btn:hover{
    background: #183345;
    color: #fff;
}

/* Owl Nav */

.trv-tour-slider .owl-nav button.owl-prev,
.trv-tour-slider .owl-nav button.owl-next{
    width: 42px;
    height: 42px;
    border-radius: 50% !important;
    background: #0c480b !important;
    color: #fff !important;
    font-size: 18px !important;
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
}

.trv-tour-slider .owl-nav button.owl-prev{
    left: -15px;
}

.trv-tour-slider .owl-nav button.owl-next{
    right: -15px;
}

.trv-tour-slider .owl-nav button:hover{
    background: #f6c532 !important;
}

/* Responsive */

@media(max-width:767px){

    .trv-tour-image{
        height: 220px;
    }

    .trv-tour-bottom{
        flex-direction: column;
        align-items: flex-start;
    }

    .trv-book-btn{
        width: 100%;
    }

}

/*=========================
 TESTIMONIAL SECTION
=========================*/

.sf-testimonial-section{
    position: relative;
    padding: 60px 0 30px;
    background: #eef5e8;
    overflow: hidden;
}

/* Shapes */

.sf-testimonial-leaf{
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(107,147,56,0.08);
    border-radius: 60% 40% 70% 30%;
    top: -120px;
    left: -100px;
    animation: sfRotateShape 10s linear infinite;
}

.sf-testimonial-circle{
    position: absolute;
    width: 260px;
    height: 260px;
    border: 35px solid rgba(107,147,56,0.08);
    border-radius: 50%;
    right: -120px;
    bottom: -120px;
}

@keyframes sfRotateShape{
    100%{
        transform: rotate(360deg);
    }
}

/* Heading */

.sf-testimonial-heading{
    text-align: center;
    max-width: 760px;
    margin: auto;
    margin-bottom: 40px;
}

.sf-testimonial-heading span{
    display: inline-block;
    background: rgba(107,147,56,0.12);
    color: #0c480b;
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 18px;
}

.sf-testimonial-heading h2{
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.sf-testimonial-heading p{
    font-size: 17px;
    line-height: 32px;
    color: #666;
}

/* Card */

.sf-testimonial-card{
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    overflow: hidden;
    margin: 10px;
    transition: 0.4s;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.sf-testimonial-card:hover{
    transform: translateY(-10px);
}

/* Client */

.sf-client-top{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px;
}

.sf-client-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    
}

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

.sf-client-info h3{
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #111;
}

.sf-client-info span{
    color: #666;
    font-size: 14px;
}

/* Rating */

.sf-rating{
    color: #ffb400;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 18px;
}

/* Text */

.sf-testimonial-card p{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin-bottom: 20px;
}

/* Quote */

.sf-quote-icon{
    width: 60px;
    height: 60px;
    background: #0c480b;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Owl Nav */

.sf-testimonial-slider .owl-nav{
    margin-top: 40px;
    text-align: center;
}

.sf-testimonial-slider .owl-nav button.owl-prev,
.sf-testimonial-slider .owl-nav button.owl-next{
    width: 58px;
    height: 58px;
    border-radius: 50% !important;
    background: #0c480b !important;
    color: #fff !important;
    font-size: 20px !important;
    margin: 0 8px;
    transition: 0.4s;
}

.sf-testimonial-slider .owl-nav button:hover{
    background: #111 !important;
}

/* Dots */

.sf-testimonial-slider .owl-dots{
    margin-top: 25px;
    text-align: center;
}

.sf-testimonial-slider .owl-dot span{
    width: 12px;
    height: 12px;
    background: #bfd1aa !important;
    margin: 5px;
}

.sf-testimonial-slider .owl-dot.active span{
    background: #0c480b !important;
}

/* Responsive */

@media(max-width:991px){

    .sf-testimonial-heading h2{
        font-size: 38px;
        line-height: 52px;
    }

    .safari-topbar-right{
        display: none;
    }
}

@media(max-width:576px){

    .sf-testimonial-section{
        padding: 70px 0;
    }

    .sf-testimonial-heading h2{
        font-size: 30px;
        line-height: 42px;
    }

    .sf-testimonial-card{
        padding: 25px;
    }

    .sf-client-top{
        flex-direction: column;
        align-items: flex-start;
    }

}


.crtf-safari-area{
    background:#f5f5f5;
    padding:50px 0;
    font-family:'Poppins',sans-serif;
}

.crtf-main-wrap{
    display:flex;
    flex-direction:column;
    gap:20px;
}

/* HERO */

.crtf-hero-card{
    position:relative;
    border-radius:24px;
    overflow:hidden;
    height:380px;
}

.crtf-hero-card img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.crtf-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,rgba(0,0,0,0.8),rgba(0,0,0,0.2));
    z-index:1;
}

.crtf-hero-content{
    position:absolute;
    left:40px;
    bottom:40px;
    z-index:2;
    max-width:520px;
}

.crtf-badge{
    display:inline-block;
    background:#f3c316;
    color:#111;
    font-size:12px;
    font-weight:600;
    padding:8px 16px;
    border-radius:30px;
    margin-bottom:14px;
}

.crtf-hero-content h1{
    font-size:38px;
    color:#fff;
    font-weight:700;
    line-height:1.3;
    margin-bottom:12px;
}

.crtf-hero-content p{
    color:#ddd;
    font-size:14px;
    line-height:1.8;
    margin:0;
}

/* PRICE */

.crtf-price-section{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.crtf-price-card{
    background:#fff;
    border-radius:20px;
    padding:22px;
    display:flex;
    gap:18px;
    align-items:center;
    border:1px solid #eee;
}

.crtf-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:18px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.crtf-icon.yellow{
    background:#f3c316;
    color:#111;
}

.crtf-price-card span{
    font-size:13px;
    color:#777;
}

.crtf-price-card h3{
    font-size:24px;
    font-weight:700;
    margin:5px 0;
    color:#111;
}

.crtf-price-card p{
    margin:0;
    font-size:13px;
    color:#666;
}

/* INFO */

.crtf-info-box{
    background:#0c480b;
    border-radius:20px;
    padding:22px;
    display:flex;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.crtf-info-item span{
    display:block;
    color:#f3c316;
    font-size:12px;
    margin-bottom:6px;
}

.crtf-info-item h6{
    color:#fff;
    font-size:14px;
    font-weight:500;
    margin:0;
    line-height:1.7;
}

/* CONTENT */

.crtf-content-area{
    background:#fff;
    border-radius:24px;
    padding:30px;
    border:1px solid #eee;
}

.crtf-title-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:18px;
}

.crtf-title-row span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.crtf-title-row h2{
    font-size:28px;
    font-weight:700;
    margin-top:6px;
    color:#111;
}

.crtf-round-text{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#f3c316;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#111;
}

.crtf-content-area p{
    font-size:14px;
    color:#666;
    line-height:1.9;
}

/* FEATURES */

.crtf-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-top:25px;
}

.crtf-feature-box{
    background:#fafafa;
    border-radius:18px;
    padding:22px;
    border:1px solid #eee;
}

.crtf-feature-box i{
    width:50px;
    height:50px;
    border-radius:14px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:14px;
}

.crtf-feature-box h5{
    font-size:17px;
    font-weight:600;
    margin-bottom:10px;
}

.crtf-feature-box p{
    font-size:13px;
    margin:0;
}

/* ZONES */

.crtf-zone-section{
    margin-top:35px;
}

.crtf-sec-head span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.crtf-sec-head h3{
    font-size:24px;
    font-weight:700;
    margin-top:6px;
    margin-bottom:20px;
}

.crtf-zone-wrap{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.crtf-zone-card{
    border-radius:18px;
    padding:20px;
    background:#fafafa;
    border:1px solid #eee;
}

.crtf-zone-card h5{
    font-size:17px;
    font-weight:600;
    margin-bottom:10px;
}

.crtf-zone-card p{
    margin:0;
    font-size:13px;
}

/* SIDEBAR */

.crtf-sidebar{
    position:sticky;
    top:20px;
}

.crtf-form-box{
    background:#111;
    border-radius:24px;
    padding:25px;
    margin-bottom:20px;
}

.crtf-form-head span{
    color:#f3c316;
    font-size:12px;
}

.crtf-form-head h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:8px 0 20px;
}

.crtf-field{
    margin-bottom:15px;
}

.crtf-field input
{
    width:100%;
    height:40px;
    border:none;
    border-radius:14px;
    padding:0 15px;
    font-size:14px;
    outline:none;
}

.crtf-field textarea{

    width:100%;
    height:80px;
    border:none;
    border-radius:14px;
    padding:10px 15px;
    font-size:14px;
    outline:none;
}

.crtf-btn{
    width:100%;
    height:52px;
    border:none;
    border-radius:14px;
    background:#f3c316;
    color:#111;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.crtf-btn:hover{
    background:#fff;
}

/* BLOG */

.crtf-blog-wrap{
    background:#fff;
    border-radius:24px;
    padding:25px;
    border:1px solid #eee;
}

.crtf-blog-head h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
}

.crtf-blog-item{
    display:flex;
    gap:14px;
    text-decoration:none;
    margin-bottom:18px;
}

.crtf-blog-item:last-child{
    margin-bottom:0;
}

.crtf-blog-item img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:14px;
}

.crtf-blog-item span{
    font-size:11px;
    color:#0c480b;
    font-weight:600;
}

.crtf-blog-item h6{
    font-size:14px;
    color:#111;
    line-height:1.7;
    margin-top:6px;
}

/* MOBILE */

@media(max-width:991px){

    .crtf-hero-content{
        left:25px;
        right:25px;
        bottom:25px;
    }

    .crtf-hero-content h1{
        font-size:28px;
    }

    .crtf-price-section,
    .crtf-feature-grid,
    .crtf-zone-wrap{
        grid-template-columns:1fr;
    }

    .crtf-sidebar{
        position:relative;
        top:0;
    }

}

/* LEGAL SECTION */

.crtf-legal-wrap{
    margin-top:30px;
    background:#fff;
    border-radius:24px;
    padding:35px;
    border:1px solid #eee;
}

.crtf-legal-head{
    margin-bottom:30px;
}

.crtf-legal-head span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.crtf-legal-head h2{
    font-size:30px;
    font-weight:700;
    margin:8px 0 12px;
    color:#111;
}

.crtf-legal-head p{
    font-size:14px;
    color:#666;
    line-height:1.8;
    margin:0;
}

.crtf-legal-card{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:22px;
    padding:28px;
    height:100%;
}

.crtf-legal-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:20px;
}

.crtf-legal-icon.yellow{
    background:#f3c316;
    color:#111;
}

.crtf-legal-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:20px;
    color:#111;
    line-height:1.4;
}

.crtf-legal-list{
    padding:0;
    margin:0;
    list-style:none;
}

.crtf-legal-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:16px;
    font-size:14px;
    color:#555;
    line-height:1.8;
}

.crtf-legal-list li:last-child{
    margin-bottom:0;
}

.crtf-legal-list li i{
    position:absolute;
    left:0;
    top:6px;
    color:#0c480b;
    font-size:15px;
}

/* ENTRY BOX */

.crtf-entry-box{
    margin-top:30px;
    background:#111;
    border-radius:24px;
    padding:30px;
    overflow:hidden;
    position:relative;
}

.crtf-entry-box::before{
    content:'';
    position:absolute;
    width:250px;
    height:250px;
    background:rgba(243,195,22,0.08);
    border-radius:50%;
    top:-100px;
    right:-80px;
}

.crtf-entry-flex{
    display:flex;
    gap:25px;
    position:relative;
    z-index:2;
}

.crtf-entry-icon{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:22px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.crtf-entry-box span{
    color:#f3c316;
    font-size:13px;
    font-weight:600;
}

.crtf-entry-box h3{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:10px 0 15px;
}

.crtf-entry-box p{
    color:#cfcfcf;
    font-size:14px;
    line-height:1.9;
    margin-bottom:15px;
}

.crtf-entry-box p:last-child{
    margin-bottom:0;
}

/* MOBILE */

@media(max-width:767px){

    .crtf-legal-wrap{
        padding:22px;
    }

    .crtf-legal-head h2{
        font-size:24px;
    }

    .crtf-legal-card{
        padding:0px;
        background-color: transparent;
        border: none;

    }

    .crtf-entry-flex{
        flex-direction:column;
    }

    .crtf-entry-box h3{
        font-size:22px;
    }

    .crtf-entry-box{
        padding: 15px;
    }

    .crtf-entry-box p{
        line-height: 1.5;
    }

}

/* DHIKALA STAY SECTION */

.dhk-stay-wrap{
    display:flex;
    flex-direction:column;
    gap:22px;
}

/* HERO */

.dhk-banner{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    height:420px;
}

.dhk-banner::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,0.75),rgba(0,0,0,0.15));
    z-index:1;
}

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

.dhk-banner-content{
    position:absolute;
    left:35px;
    bottom:35px;
    z-index:2;
    max-width:650px;
}

.dhk-banner-content span{
    display:inline-block;
    background:#f3c316;
    color:#111;
    font-size:12px;
    font-weight:600;
    padding:8px 16px;
    border-radius:30px;
    margin-bottom:14px;
}

.dhk-banner-content h2{
    color:#fff;
    font-size:34px;
    font-weight:700;
    line-height:1.4;
    margin:0;
}

/* CONTENT */

.dhk-content-box{
    background:#fff;
    border-radius:24px;
    padding:32px;
    border:1px solid #eee;
}

.dhk-title-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}

.dhk-title-area span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.dhk-title-area h3{
    font-size:28px;
    font-weight:700;
    margin-top:6px;
    color:#111;
}

.dhk-icon{
    width:70px;
    height:70px;
    border-radius:20px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.dhk-content-box p{
    font-size:14px;
    color:#666;
    line-height:1.9;
}

/* FEATURE STRIP */

.dhk-feature-strip{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:28px;
}

.dhk-strip-box{
    background:#111;
    border-radius:20px;
    padding:22px;
}

.dhk-strip-box i{
    width:52px;
    height:52px;
    border-radius:14px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:18px;
}

.dhk-strip-box h6{
    color:#fff;
    font-size:17px;
    font-weight:600;
    margin-bottom:10px;
}

.dhk-strip-box p{
    color:#cfcfcf;
    font-size:13px;
    line-height:1.8;
    margin:0;
}

/* FACILITIES */

.dhk-facility-wrap{
    margin-top:35px;
}

.dhk-sec-head span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.dhk-sec-head h4{
    font-size:26px;
    font-weight:700;
    margin:8px 0 20px;
}

.dhk-facility-card{
    display:flex;
    gap:18px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:22px;
    padding:24px;
    height:100%;
}

.dhk-facility-icon{
    width:60px;
    height:60px;
    min-width:60px;
    border-radius:18px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.dhk-facility-icon.yellow{
    background:#f3c316;
    color:#111;
}

.dhk-facility-card h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

.dhk-facility-card p{
    font-size:13px;
    margin:0;
}

/* EXTRA */

.dhk-extra-box{
    margin-top:35px;
    background:#111;
    border-radius:24px;
    padding:30px;
    display:flex;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
}

/* .dhk-extra-left{
    max-width:520px;
} */

.dhk-extra-left span{
    color:#f3c316;
    font-size:13px;
    font-weight:600;
}

.dhk-extra-left h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin:10px 0 15px;
}

.dhk-extra-left p{
    color:#cfcfcf;
    margin:0;
}

.dhk-extra-right{
    display:flex;
    gap:18px;
    align-items:center;
    flex-wrap:wrap;
}

.dhk-mini-card{
    background:#1d1d1d;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:18px;
    padding:18px 20px;
    min-width:200px;
}

.dhk-mini-card i{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:14px;
}

.dhk-mini-card span{
    color:#fff;
    font-size:14px;
    font-weight:500;
}

/* MOBILE */

@media(max-width:991px){

    .dhk-feature-strip{
        grid-template-columns:1fr;
    }

    .dhk-banner{
        height:320px;
    }

    .dhk-banner-content{
        left:22px;
        right:22px;
        bottom:22px;
    }

    .dhk-banner-content h2{
        font-size:20px;
    }

    .dhk-title-area{
        flex-direction:column;
        align-items:flex-start;
        gap:18px;
    }

}

@media(max-width:767px){

    .dhk-content-box{
        padding:22px;
    }

    .dhk-title-area h3{
        font-size:20px;
    }

    .dhk-icon{
        display: none;
    }

    .dhk-extra-left h4{
        font-size:22px;
    }

    .dhk-facility-card{
        flex-wrap: wrap;
    }
    .dhk-extra-box{
        padding: 20px;
    }

    .dhk-mini-card i{
      font-size: 22px;
    }

}


/* FOREST REST HOUSE SECTION */

.frh-main-wrap{
    background:#fff;
    border-radius:24px;
    padding:35px;
    border:1px solid #eee;
    margin-top:30px;
}

.frh-top-head{
    margin-bottom:30px;
}

.frh-top-head span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.frh-top-head h2{
    font-size:34px;
    font-weight:700;
    margin:10px 0 12px;
    color:#111;
}

.frh-top-head p{
    font-size:14px;
    color:#666;
    line-height:1.9;
    max-width:850px;
}

/* ACCORDION */

.frh-item{
    border:none !important;
    margin-bottom:18px;
    border-radius:22px !important;
    overflow:hidden;
    background:#fafafa;
    border:1px solid #eee !important;
}

.frh-btn{
    background:#fafafa !important;
    box-shadow:none !important;
    padding:24px !important;
    display:flex;
    align-items:center;
    gap:20px;
}

.frh-btn::after{
    filter:brightness(0);
}

.frh-count{
    width:55px;
    height:55px;
    min-width:55px;
    border-radius:16px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
}

.frh-btn h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:6px;
    color:#111;
}

.frh-btn p{
    margin:0;
    font-size:13px;
    color:#777;
}

.frh-body{
    padding:0 24px 24px !important;
}

.frh-body p{
    font-size:14px;
    color:#666;
    line-height:1.9;
}

/* ROOM CARD */

.frh-room-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:22px;
    height:100%;
}

.frh-room-card h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:16px;
    color:#111;
}

.frh-room-card ul{
    padding:0;
    margin:0;
    list-style:none;
}

.frh-room-card ul li{
    position:relative;
    padding-left:24px;
    margin-bottom:12px;
    font-size:13px;
    color:#666;
}

.frh-room-card ul li:last-child{
    margin-bottom:0;
}

.frh-room-card ul li::before{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#f3c316;
    left:0;
    top:5px;
}

/* TIMING */

.frh-timing-box{
    margin-top:35px;
}

.frh-time-card{
    border-radius:24px;
    padding:30px;
    height:100%;
}

.frh-time-card.green{
    background:#0c480b;
}

.frh-time-card.dark{
    background:#111;
}

.frh-time-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#fff;
    color:#0c480b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:18px;
}

.frh-time-icon.yellow{
    background:#f3c316;
    color:#111;
}

.frh-time-card h4{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:14px;
}

.frh-time-card p{
    color:#ddd;
    font-size:14px;
    line-height:1.8;
    margin:0;
}

/* ENTRY */

.frh-entry-box{
    margin-top:35px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:24px;
    padding:30px;
}

.frh-entry-flex{
    display:flex;
    gap:25px;
}

.frh-entry-icon{
    width:75px;
    height:75px;
    min-width:75px;
    border-radius:20px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.frh-entry-box span{
    color:#0c480b;
    font-size:13px;
    font-weight:600;
}

.frh-entry-box h3{
    font-size:28px;
    font-weight:700;
    margin:10px 0 15px;
    color:#111;
}

.frh-entry-box p{
    font-size:14px;
    color:#666;
    line-height:1.9;
    margin-bottom:14px;
}

.frh-entry-box p:last-child{
    margin-bottom:0;
}

/* MOBILE */

@media(max-width:991px){

    .frh-entry-flex{
        flex-direction:column;
    }

    .frh-top-head h2{
        font-size:28px;
    }

}

@media(max-width:767px){

    .frh-main-wrap{
        padding:22px;
    }

    .frh-btn{
        padding:10px !important;
        gap: 15px;
    }

    .frh-btn h4{
        font-size:18px;
    }

    .frh-entry-box h3{
        font-size:22px;
    }

    .frh-body {
    padding: 20px 15px 24px !important;
}

.frh-entry-box{
    padding: 15px;
}
.frh-time-card{
    padding: 20px 15px;
}
}


/* WRAPPER */

.tourfy-wrapper{
    display:flex;
    flex-direction:column;
    gap:22px;
}

/* TOP AREA */

.tourfy-top-area{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:24px;
    overflow:hidden;

}

/* IMAGE */

.tourfy-image{
    position:relative;
    height:100%;
    min-height:360px;
}

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

.tourfy-duration{
    position:absolute;
    left:18px;
    bottom:18px;
    background:#fff;
    color:#111;
    padding:10px 16px;
    border-radius:40px;
    font-size:13px;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:8px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.tourfy-duration i{
    color:#0c480b;
}

/* CONTENT */

.tourfy-content{
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.tourfy-top-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:18px;
}

.tourfy-tour-type{
    background:#eef8ef;
    color:#0c480b;
    padding:8px 16px;
    border-radius:30px;
    font-size:12px;
    font-weight:500;
}

.tourfy-rating{
    background:#fff7d9;
    color:#111;
    padding:7px 12px;
    border-radius:10px;
    font-size:13px;
    font-weight:600;
}

.tourfy-rating i{
    color:#f3c316;
}

.tourfy-content h2{
    font-size:32px;
    line-height:1.5;
    font-weight:600;
    color:#111;
    margin-bottom:14px;
}

.tourfy-content p{
    font-size:14px;
    color:#666;
    line-height:1.9;
    margin-bottom:24px;
}

/* FEATURES */

.tourfy-feature-wrap{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:16px;
    margin-bottom:24px;
}

.tourfy-feature-box{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:18px;
    padding:16px;
    display:flex;
    align-items:center;
    gap:14px;
}

.tourfy-feature-box i{
    width:42px;
    height:42px;
    border-radius:12px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
}

.tourfy-feature-box span{
    display:block;
    font-size:11px;
    color:#777;
    margin-bottom:4px;
}

.tourfy-feature-box h6{
    margin:0;
    font-size:14px;
    font-weight:500;
    color:#111;
}

/* PRICE */

.tourfy-price-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.tourfy-price-area small{
    font-size:12px;
    color:#777;
}

.tourfy-price-area h3{
    font-size:34px;
    color:#0c480b;
    font-weight:600;
    margin:4px 0 0;
}

.tourfy-price-area h3 span{
    font-size:14px;
    color:#777;
    font-weight:400;
}

.tourfy-btn{
    background:#0c480b;
    color:#fff;
    text-decoration:none;
    padding:13px 24px;
    border-radius:14px;
    font-size:14px;
    font-weight:500;
    transition:0.3s;
}

.tourfy-btn:hover{
    background:#083408;
    color:#fff;
}

/* BOX */

.tourfy-box{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:24px;
    padding:30px;
}

.tourfy-heading{
    margin-bottom:18px;
}

.tourfy-heading h3{
    font-size:24px;
    font-weight:600;
    color:#111;
    margin:0;
}

.tourfy-box p{
    font-size:14px;
    color:#666;
    line-height:1.9;
}

/* HIGHLIGHT */

.tourfy-highlight-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
    margin-top:24px;
}

.tourfy-highlight{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:18px;
    padding:18px;
    text-align:center;
}

.tourfy-highlight i{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:12px;
}

.tourfy-highlight span{
    font-size:13px;
    font-weight:500;
    color:#111;
}

/* DAY */

.tourfy-day-card{
    display:flex;
    gap:18px;
    padding:22px;
    border-radius:20px;
    border:1px solid #eee;
    background:#fafafa;
    margin-bottom:18px;
}

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

.tourfy-day{
    width:70px;
    min-width:70px;
    height:70px;
    border-radius:18px;
    background:#eef8ef;
    color:#0c480b;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:600;
}

.tourfy-day.active{
    background:#0c480b;
    color:#fff;
}

.tourfy-day-info h4{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    color:#111;
}

.tourfy-day-info p{
    margin:0;
}

/* NOTE */

.tourfy-note{
    background:#fff8da;
    border:1px solid #f1e3a3;
    border-radius:18px;
    padding:18px 22px;
    display:flex;
    align-items:flex-start;
    gap:14px;
}

.tourfy-note i{
    color:#0c480b;
    font-size:18px;
    margin-top:3px;
}

.tourfy-note p{
    margin:0;
    font-size:13px;
    color:#555;
    line-height:1.8;
}

/* MOBILE */

@media(max-width:991px){

    .tourfy-top-area{
        grid-template-columns:1fr;
    }

    .tourfy-highlight-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .tourfy-content,
    .tourfy-box{
        padding:22px;
    }

    .tourfy-feature-wrap,
    .tourfy-highlight-grid{
        grid-template-columns:1fr;
    }

    .tourfy-price-area{
        flex-direction:column;
        align-items:flex-start;
    }

    .tourfy-day-card{
        flex-direction:column;
    }

    .tourfy-content h2{
        font-size:24px;
    }

}

.inclusions-box{
    border: 1px solid green;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.inclusions-box h5{
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
}




.inclusions-box ul li::marker {
    color: green;
}

.inclusions-box ul li{
    font-size: 14px;
    margin-bottom: 5px;
}



.exclusions-box{
    border: 1px solid red;
    background: #fafafa;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.exclusions-box h5{
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
}




.exclusions-box ul li::marker {
    color: red;
}

.exclusions-box ul li{
    font-size: 14px;
    margin-bottom: 5px;
}



.hotel-details-section{
    color:#fff;
    background:#083408;
}

/* MOBILE */

@media(max-width:991px){

    .hotel-amenities{
        grid-template-columns:repeat(2,1fr);
    }

    .hotel-main-slider .swiper-slide{
        height:360px;
    }

}

@media(max-width:767px){

    .hotel-main-slider .swiper-slide{
        height:260px;
    }

    .hotel-top-flex{
        flex-direction:column;
    }

    .hotel-amenities{
        grid-template-columns:1fr;
    }

    .hotel-info-wrap,
    .hotel-room-box{
        padding:22px;
    }

    .hotel-info-wrap h1{
        font-size:26px;
    }

    .hotel-room-price{
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
    }

}


.hotel-details-section{
    padding:50px 0;
}

.hotel-gallery-wrap{
    background:#fff;
    border-radius:24px;
    padding:20px;
    border:1px solid #e7e7e7;
}

/* MAIN SLIDER */

.hotel-main-slider{
    border-radius:22px;
    overflow:hidden;
    margin-bottom:16px;
}

.hotel-main-slider .item{
    height:380px;
    position:relative;
    border-radius:22px;
    overflow:hidden;
}

.hotel-main-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.hotel-thumb-slider{
    margin-top:16px;
}

.hotel-thumb-slider .item{
    height:90px;
    border-radius:16px;
    overflow:hidden;
    cursor:pointer;
    border:2px solid transparent;
}

.hotel-thumb-slider .item.active-thumb{
    border-color:#0c480b;
}

.hotel-thumb-slider img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* HOTEL INFO */

.hotel-info-wrap{
    background:#fff;
    border-radius:24px;
    padding:30px;
    border:1px solid #e7e7e7;
    margin-top:24px;
}

.hotel-top-flex{
    display:flex;
    justify-content:space-between;
    gap:20px;
    margin-bottom:20px;
}

.hotel-tag{
    display:inline-block;
    background:#edf8ed;
    color:#0c480b;
    padding:7px 15px;
    border-radius:30px;
    font-size:12px;
    font-weight:500;
    margin-bottom:14px;
}

.hotel-info-wrap h1{
    font-size:34px;
    font-weight:600;
    margin-bottom:14px;
}

.hotel-location{
    display:flex;
    align-items:center;
    gap:8px;
    color:#666;
    font-size:14px;
}

.hotel-rating-box{
    background:#0c480b;
    color:#fff;
    padding:12px 18px;
    border-radius:16px;
    min-width:95px;
    text-align:center;
}

.hotel-rating-box h4{
    font-size:24px;
    margin-bottom:3px;
}

.hotel-rating-box span{
    font-size:12px;
}

.hotel-about{
    font-size:14px;
    color:#666;
    line-height:1.9;
    margin-bottom:15px;
}

/* AMENITIES */

.hotel-amenities{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.hotel-amenity-item{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:18px;
    padding:18px;
    text-align:center;
}

.hotel-amenity-item i{
    width:48px;
    height:48px;
    border-radius:14px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-bottom:12px;
}

.hotel-amenity-item span{
    font-size:13px;
    font-weight:500;
}

/* ROOM BOX */

.hotel-room-box{
    background:#fff;
    border-radius:24px;
    padding:30px;
    border:1px solid #e7e7e7;
    margin-top:24px;
}

.hotel-room-card{
    border:1px solid #eee;
    border-radius:22px;
    overflow:hidden;
    background:#fafafa;
}

.hotel-room-card img{
    width:100%;
    height:240px;
    object-fit:cover;
}

.hotel-room-content{
    padding:22px;
}

.hotel-room-content h3{
    font-size:22px;
    font-weight:600;
    margin-bottom:12px;
}

.hotel-room-content p{
    font-size:14px;
    color:#666;
    line-height:1.8;
}

.hotel-room-price{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:20px;
}

.hotel-room-price h4{
    font-size:28px;
    color:#0c480b;
    margin:0;
}

.hotel-room-price h4 span{
    font-size:13px;
    color:#777;
    font-weight:400;
}

.hotel-book-btn{
    background:#0c480b;
    color:#fff;
    text-decoration:none;
    padding:12px 22px;
    border-radius:14px;
    font-size:14px;
}

.hotel-book-btn:hover{
    color:#fff;
    background:#083408;
}

/* MOBILE */

@media(max-width:991px){

    .hotel-amenities{
        grid-template-columns:repeat(2,1fr);
    }

    .hotel-main-slider .swiper-slide{
        height:360px;
    }

}

@media(max-width:767px){

    .hotel-main-slider .swiper-slide{
        height:260px;
    }

    .hotel-top-flex{
        flex-direction:column;
    }

    .hotel-amenities{
        grid-template-columns:1fr;
    }

    .hotel-info-wrap,
    .hotel-room-box{
        padding:22px;
    }

    .hotel-info-wrap h1{
        font-size:26px;
    }

    .hotel-room-price{
        flex-direction:column;
        align-items:flex-start;
        gap:16px;
    }

}

/* GLightbox Image Fix */

.gslide-image img{
    max-height:90vh !important;
    width:auto !important;
    max-width:100% !important;
    object-fit:contain;
    margin:auto;
    display:block;
}

/* Remove unwanted scroll */

.ginner-container{
    overflow:hidden !important;
}

.gslide-media{
    overflow:hidden !important;
}


/* EXTRA SECTION */

.hotel-extra-section{
    padding:50px 0 50px;
}

.hotel-extra-card{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:26px;
    padding:32px 28px;
    height:100%;
    transition:0.3s;
    position:relative;
    overflow:hidden;
}

.hotel-extra-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.hotel-extra-icon{
    width:70px;
    height:70px;
    border-radius:22px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    margin-bottom:24px;
}

.hotel-extra-icon.yellow{
    background:#f3c316;
    color:#111;
}

.hotel-extra-icon.dark{
    background:#111;
}

.hotel-extra-card h3{
    font-size:24px;
    font-weight:600;
    color:#111;
    margin-bottom:16px;
}

.hotel-extra-card p{
    font-size:14px;
    line-height:1.9;
    color:#666;
    margin:0;
}

/* LIST */

.hotel-extra-list{
    padding:0;
    margin:0;
    list-style:none;
}

.hotel-extra-list li{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14px;
    color:#444;
    padding:12px 0;
    border-bottom:1px solid #f1f1f1;
}

.hotel-extra-list li:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.hotel-extra-list li i{
    color:#0c480b;
    font-size:16px;
}

/* MOBILE */

@media(max-width:767px){

    .hotel-extra-card{
        padding:24px;
    }

    .hotel-extra-card h3{
        font-size:21px;
    }

}



/* WHY CHOOSE SECTION */

.safari-choose-section{
    padding:20px 0;
}

.safari-choose-wrap{
    background:#fff;
    border:1px solid #e7e7e7;
    border-radius:30px;
    padding:35px;
    overflow:hidden;
}

/* IMAGE */

.safari-choose-image{
    position:relative;
    border-radius:26px;
    overflow:hidden;
    height:100%;
    min-height:520px;
}

.safari-choose-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.safari-floating-box{
    position:absolute;
    left:20px;
    bottom:20px;
    background:#fff;
    border-radius:18px;
    padding:18px 22px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.safari-floating-box h4{
    font-size:30px;
    font-weight:700;
    color:#0c480b;
    margin-bottom:4px;
}

.safari-floating-box span{
    font-size:13px;
    color:#666;
}

/* CONTENT */

.safari-choose-content{
    padding-left:10px;
}

.safari-subtitle{
    display:inline-block;
    background:#edf8ed;
    color:#0c480b;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    font-weight:500;
    margin-bottom:18px;
}

.safari-choose-content h2{
    font-size:40px;
    line-height:1.4;
    font-weight:600;
    color:#111;
    margin-bottom:18px;
}

.safari-choose-content p{
    font-size:14px;
    line-height:1.9;
    color:#666;
    margin-bottom:28px;
}

/* FEATURES */

.safari-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.safari-feature-item{
    display:flex;
    gap:16px;
    background:#fafafa;
    border:1px solid #eee;
    border-radius:22px;
    padding:22px;
    transition:0.3s;
}

.safari-feature-item:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 25px rgba(0,0,0,0.05);
}

.safari-feature-icon{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:18px;
    background:#0c480b;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.safari-feature-icon.yellow{
    background:#f3c316;
    color:#111;
}

.safari-feature-icon.dark{
    background:#111;
}

.safari-feature-item h4{
    font-size:18px;
    font-weight:600;
    color:#111;
    margin-bottom:8px;
}

.safari-feature-item p{
    margin:0;
    font-size:13px;
    line-height:1.8;
    color:#666;
}

/* MOBILE */

@media(max-width:991px){

    .safari-feature-grid{
        grid-template-columns:1fr;
    }

    .safari-choose-image{
        min-height:380px;
    }

}

@media(max-width:767px){

    .safari-choose-wrap{
        padding:22px;
    }

    .safari-choose-content h2{
        font-size:28px;
    }

    .safari-feature-item{
        padding:18px;
    }

    .safari-choose-image{
        min-height:300px;
    }

}



/* CONTACT SECTION */

.wild-contact-section{
    padding:30px 0 50px;
    background:#f5f7f6;
}

.wild-contact-wrap{
    background:#fff;
    border-radius:35px;
    overflow:hidden;
    border:1px solid #e8e8e8;
}

/* LEFT */

.wild-contact-left{
    background:#0c480b;
    height:100%;
    padding:50px;
    position:relative;
    overflow:hidden;
}

.wild-contact-left::before{
    content:'';
    position:absolute;
    width:280px;
    height:280px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    right:-120px;
    bottom:-120px;
}

.wild-contact-subtitle{
    display:inline-block;
    background:rgba(255,255,255,0.12);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:12px;
    margin-bottom:20px;
}

.wild-contact-left h2{
    font-size:30px;
    line-height:1.4;
    color:#fff;
    font-weight:600;
    margin-bottom:18px;
}

.wild-contact-left p{
    color:rgba(255,255,255,0.75);
    font-size:14px;
    line-height:1.9;
    margin-bottom:35px;
}

/* INFO */

.wild-contact-box{
    display:flex;
    gap:18px;
    margin-bottom:22px;
    align-items:center;
}

.wild-contact-icon{
    width:62px;
    height:62px;
    min-width:62px;
    border-radius:20px;
    background:#f3c316;
    color:#111;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.wild-contact-icon.yellow{
    background:#fff;
}

.wild-contact-icon.dark{
    background:#111;
    color:#fff;
}

.wild-contact-box span{
    color:rgba(255,255,255,0.7);
    font-size:13px;
    display:block;
    margin-bottom:6px;
}

.wild-contact-box h5{
    color:#fff;
    font-size:17px;
    margin:0;
    font-weight:500;
}

/* SOCIAL */

.wild-social-icons{
    display:flex;
    gap:14px;
    margin-top:35px;
}

.wild-social-icons a{
    width:48px;
    height:48px;
    border-radius:14px;
    background:rgba(255,255,255,0.08);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
}

.wild-social-icons a:hover{
    background:#f3c316;
    color:#111;
    transform:translateY(-4px);
}

/* RIGHT */

.wild-contact-right{
    padding:50px;
    height:100%;
    background:#fff;
}

.wild-form-head{
    margin-bottom:30px;
}

.wild-form-head span{
    font-size:13px;
    color:#0c480b;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
}

.wild-form-head h3{
    font-size:38px;
    color:#111;
    margin-top:10px;
    font-weight:600;
}

/* FORM */

.wild-input-box input,
.wild-input-box select,
.wild-input-box textarea{
    width:100%;
    border:none;
    outline:none;
    background:#f8f8f8;
    border:1px solid #ededed;
    border-radius:18px;
    padding:17px 20px;
    font-size:14px;
    transition:0.3s;
}

.wild-input-box textarea{
    resize:none;
}

.wild-input-box input:focus,
.wild-input-box select:focus,
.wild-input-box textarea:focus{
    border-color:#0c480b;
    background:#fff;
}

/* BUTTON */

.wild-submit-btn{
    border:none;
    background:#0c480b;
    color:#fff;
    padding:16px 28px;
    border-radius:18px;
    font-size:15px;
    font-weight:500;
    display:inline-flex;
    align-items:center;
    gap:12px;
    transition:0.3s;
}

.wild-submit-btn:hover{
    background:#083408;
    transform:translateY(-3px);
}

/* MAP */

.wild-map-area{
    margin-top:25px;
    border-radius:30px;
    overflow:hidden;
    border:1px solid #e7e7e7;
}

.wild-map-area iframe{
    width:100%;
    height:420px;
    border:0;
}

/* MOBILE */

@media(max-width:991px){

    .wild-contact-left,
    .wild-contact-right{
        padding:35px;
    }

}

@media(max-width:767px){

    .wild-contact-left h2{
        font-size:30px;
    }

    .wild-form-head h3{
        font-size:28px;
    }

    .wild-contact-left,
    .wild-contact-right{
        padding:25px;
    }

    .wild-map-area iframe{
        height:300px;
    }

    .crtf-content-area{
        padding: 20px;
    }

    .crtf-round-text{
        display: none;
    }
}

.tourfy-day-info ul li {
    font-size: 14px;
    margin-bottom: 5px;
}



.sh-banner-wrapper{
    position:relative;
}

#carouselExampleAutoplaying img{
    min-height:600px;
    object-fit:cover;
}

/* Floating Form */

.sh-floating-form{
    position:absolute;
    top:45%;
    right:80px;
    transform:translateY(-50%);

    width:380px;

    padding:25px;

    background:rgba(16, 71, 36, 0.75);

    /* backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px); */

    border:1px solid rgba(255,255,255,.15);

    border-radius:20px;

    z-index:10;

    box-shadow:0 25px 50px rgba(0,0,0,.25);
}

.sh-floating-form h4{
    color:#fff;
    font-size:28px;
    font-weight:700;
    margin-bottom:25px;
}

.sh-floating-form .form-control,
.sh-floating-form .form-select{
    height:45px;
    margin-bottom:15px;

    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);

    color:#fff;
}

.sh-floating-form .form-control::placeholder{
    color:#e8e8e8;
}

.sh-floating-form .form-control:focus,
.sh-floating-form .form-select:focus{
    box-shadow:none;
    border-color:#d4a74a;
}

.sh-form-btn{
    width:100%;
    height:54px;

    border:none;
    border-radius:10px;

    background:#d4a74a;
    color:#fff;

    font-weight:600;

    transition:.3s;
}

.sh-form-btn:hover{
    background:#c18f2c;
}

/* Mobile */

@media(max-width:991px){

    .sh-floating-form{
        position:relative;
        top:auto;
        right:auto;
        transform:none;
        background: rgba(16, 71, 36, 1);
        width:100%;
        max-width:500px;

        margin:30px auto;
    }

    #carouselExampleAutoplaying img{
        min-height:auto;
    }

}


.sa-floating-contact{
    position:fixed;
    left:20px;
    bottom:20px;
    z-index:9999;

    display:flex;
    flex-direction:column;
    gap:10px;
}

.sa-float-whatsapp,
.sa-float-call{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    text-decoration:none;

    font-size:20px;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

    transition:.3s;
}

.sa-float-whatsapp{
    background:#25D366;
    color:#fff;
}

.sa-float-call{
    background:#0a91cf;
    color:#fff;
}

.sa-float-whatsapp:hover,
.sa-float-call:hover{
    transform:translateY(-4px);
    color:#fff;
}

@media(max-width:767px){

    .sa-floating-contact{
        left:15px;
        bottom:15px;
    }

    .sa-float-whatsapp,
    .sa-float-call{
        width:45px;
        height:45px;
        font-size:18px;
    }

}