/********** Template CSS **********/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

img.animated.pulse {
    animation-duration: 5s;
}

/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 11px 0 !important;
    height: 85px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 45px;
    padding: 0;
    color: var(--bs-dark);
    font-weight: 500;
    transition: .5s;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--bs-primary);
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Hero Header ***/
.hero-header {
    position: relative;
    margin-top: -85px;
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header {
        padding-top: 9rem;
    }
}

.hero-header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.hero-header .container {
    position: relative;
    z-index: 1;
}

.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-light);
}

.hero-header {
    margin-bottom: 0 !important;
}


/* =========================
   FEATURE SECTION – FINAL
========================= */

.feature-item {
    background: #9cc37d;
    border-radius: 6px;
    padding: 12px;
}

.feature-item .feature-inner {
    padding: 0;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 6px;
    overflow: hidden;
    background: transparent;
    display: flex;
    justify-content: center;
}

.feature-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: unset;
}

@media (min-width: 992px) {
    .feature-img {
        max-width: 380px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .feature-item:hover .feature-img {
        transform: scale(1.03);
        transition: transform 0.3s ease;
    }
}

/*** Deal ***/
.deal {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.deal::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.deal .bg-white {
    position: relative;
    z-index: 1;
}

.deal .cdt span {
    display: block;
    font-size: 16px;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
}


/*** How To Use ***/
.how-to-use {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.how-to-use::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.how-to-use .container {
    position: relative;
    z-index: 1;
}

.how-to-use .border {
    border-color: rgba(255, 255, 255, .2) !important;
}


/*** Product ***/
.product-item {
    transition: .1s;
}

.product-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.product-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Testimonial ***/
.testimonial {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.testimonial::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.testimonial .testimonial-carousel {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
    border-color: rgba(255, 255, 255, .2) !important;
    margin: 0 auto 20px auto;
    border-radius: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 3px solid rgba(255, 255, 255, .2);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--bs-dark);
}


/*** Blog ***/
.blog-item {
    transition: .1s;
}

.blog-item:hover {
    border-width: 0 !important;
    box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}

.blog-item:hover a.btn {
    color: var(--bs-white);
    background: var(--bs-primary);
}


/*** Contact ***/
.contact-info-item {
    position: relative;
    height: 260px;
    display: flex;
}

.contact-info-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.contact-info-item .border {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-color: rgba(255, 255, 255, .2) !important;

    /* CENTER EVERYTHING */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    padding: 30px;
}



/*** Newsletter ***/
.newsletter {
    position: relative;
    background: url(../img/bg.png) center center no-repeat;
    background-size: cover;
}

.newsletter::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .1);
    clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}

.newsletter .container {
    position: relative;
    z-index: 1;
}

.newsletter .form-control {
    background: rgba(255, 255, 255, .3);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--bs-body);
    font-weight: normal;
    transition: .3s;
}

/* ❌ REMOVE ARROW COMPLETELY */
.footer .btn.btn-link::before,
.footer .btn.btn-link::after {
    content: none !important;
}

/* hover effect */
.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 0;   /* spacing bhi normal rakha */
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 3px solid var(--bs-light);
}

.footer .copyright a {
    color: var(--bs-body);
    text-decoration: none;
}

.footer .copyright a:hover {
    color: var(--bs-primary);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 3px solid var(--bs-light);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

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

.inner-page-banner-area {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.pagination-area h1 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.pagination-area ul li,
.pagination-area ul li a {
    color: #eee;
    font-size: 14px;
}

/* PAGE WRAP */
.news-details-page-area {
    padding: 60px 0;
    background: #fafafa;
}

.news-details-page-inner {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.06);
}

/* IMAGE */
.news-img-holder {
    position: relative;
    margin-bottom: 30px;
}

.news-img-holder img {
    width: 100%;
    border-radius: 8px;
}

/* DATE BADGE */
.news-date1 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #b07a4a;
    color: #fff;
    list-style: none;
    padding: 10px 14px;
    text-align: center;
    border-radius: 6px;
}

.news-date1 li:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.news-date1 li:last-child {
    font-size: 13px;
}

/* TITLE */
.title-default-left-bold-lowhight {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

/* META */
.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.blog-meta i {
    color: #b07a4a;
    margin-right: 5px;
}

/* CONTENT */
.blog-content {
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

.blog-content p {
    margin-bottom: 15px;
}

/* =========================
   COMMENTS
========================= */

.blog-comments-section {
    margin-top: 50px;
}

.blog-comments-section h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* COMMENT BOX */
.comment-item {
    background: #f9f9f9;
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    border-left: 4px solid #b07a4a;
}

.comment-header {
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
}

.comment-header span {
    font-size: 13px;
}

.comment-body {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* =========================
   ADD COMMENT FORM
========================= */

.add-comment-form h4 {
    font-size: 20px;
    margin-bottom: 12px;
}

.add-comment-form textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 5px;
    resize: none;
}

.add-comment-form button {
    margin-top: 12px;
    padding: 10px 28px;
    background: #b07a4a;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s;
}

.add-comment-form button:hover {
    background: #8f5d32;
}

/* LOGIN PROMPT */
.login-prompt {
    background: #f2f2f2;
    padding: 16px;
    border-radius: 5px;
}

.login-prompt a {
    color: #b07a4a;
    font-weight: 600;
}

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

@media (max-width: 768px) {
    .news-details-page-inner {
        padding: 20px;
    }

    .title-default-left-bold-lowhight {
        font-size: 22px;
    }

    .blog-content {
        font-size: 15px;
    }
}



/* Floating Cart & User Icons */
.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 40px;   
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.floating-btn {
    width: 52px;
    height: 52px;
    background: #1b5e20;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
}

.floating-btn:hover {
    background: #6aa84f;
    transform: scale(1.08);
}

/* ===============================
   MOBILE VIEW FIX
=================================*/
@media (max-width: 768px) {

    .floating-actions {
        right: 15px;
        bottom: 20px;   /* 👈 100 → 60 (mobile madhe ajun khali) */
    }

    .floating-btn {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .back-to-top {
        right: 15px !important;
        bottom: 15px !important;
    }
}

/* Desktop: Navbar items right align */
@media (min-width: 992px) {
  .navbar .navbar-collapse {
    display: flex;
    justify-content: flex-end;   /* right side */
  }

  .navbar .navbar-nav {
    margin-left: auto;           /* push to right */
    align-items: center;
  }

  /* spacing ko controlled rakho */
  .navbar .navbar-nav .nav-link {
    margin-right: 25px;          /* 45px bahut zyada tha */
  }

  /* last item ke baad extra gap nahi */
  .navbar .navbar-nav .nav-link:last-child {
    margin-right: 0;
  }
}

