/* ----------------------------------

Template Name: Nyayo Farms - Uganda
Author: validtheme
Description:
Version: 1.0

Main Font    : Outfit
Main Color   : #49a760

-------------------------------------

[Typography]

Body copy:    15px 'Outfit', sans-serif
Header:     36px 'Outfit', sans-serif
Input, textarea:  16px 'Outfit', sans-serif
Sidebar heading:  22px 'Outfit', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03 Navbar
        - Navbar Default
        - Navbar Center Brand
        - Navbar Transparent
        - Navbar Sticky
    04. Banner
        - Banner Agriculture
        - Banner Farming
        - Banner Agrculture Shop
    05. About
        - Version One
        - Version Two
	06. Services
        - Version One
        - Version Two
        - Service Single
    07. Project
        - Project Carousel
        - Project Grid
        - Project Single
	08. Testimonails
        - Version One
        - Version Two
    09. Why Choose Us
    10. Farmer
        - Farmer Slider
        - Farmer Single
        - Farmer Single
    11. Our Speciality
    12. Product Type
    13. Story Timeline
    14. Faq
    15. Brand / Partner
    16. Feature
        - Version One
        - Version Two
    17. Our Story
    18. Product Benifits
	19. Shop
        - Shop Grid
        - Shop List
        - Shop Single With Gallery
        - Shop Single Regular
    20. Blog
        - Standard
        - Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    21. Error 404
    22. Footer
    23. PHP Contact Form
    24. Others

*/

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap");

/* Varialbes */
:root {
  --font-default: "Outfit", sans-serif;
  --font-secondary: "Shadows Into Light Two", cursive;
  --fontawesome: "Font Awesome 5 Pro";
  --black: #000000;
  --dark: #0c7734;
  --dark-secondary: #1f1e17;
  --white: #ffffff;
  --color-secondary: #0c7734;
  --color-primary: #e9e25a;
  --color-heading: #04000b;
  --color-paragraph: #666666;
  --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
  --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
  --bg-gray: #e9f1ee;
  --bg-gradient: linear-gradient(
    97deg,
    #0c7734 50%,
    rgba(252, 197, 27, 1) 100%
  );
}

/* ============================================================== 
     # Reset Browsers
=================================================================== */

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

body,
html {
  height: 100%;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
table,
th,
td,
tr,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.wrapper {
  height: 100%;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a img {
  border: none;
}

a:active {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
  opacity: 1;
}

a:focus {
  outline: none;
  text-decoration: none;
  color: var(--color-heading);
}

a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-secondary);
  opacity: 1;
}
footer a:hover {
  outline: none;
  text-decoration: none;
  color: var(--color-primary);
  opacity: 1;
}

.secondary a:hover {
  color: var(--color-secondary);
}

button {
  outline: medium none;
}

iframe {
  border: none;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 13px;
  line-height: 1.42857143;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

input:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

textarea:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

select:focus {
  outline: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

ul {
  list-style-type: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

b {
  font-weight: 600;
}

strong {
  font-weight: 600;
}

.row {
  --bs-gutter-x: 30px;
}
/* ============================================================== 
    # check out
=================================================================== */
/* 1. LIMIT MAX WIDTH AND CENTER */
.checkout-form,
.shop-cart-totals,
.woocommerce-info {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.woocommerce-info {
  background: #c9c9dc; /* Restored background color */
  color: var(--color-heading);
  padding: 15px 30px;
  padding-left: 57px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-top: 15px;
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
}

.orderspace {
      max-width: 60%;
    height: auto;
}

.form-group {margin-bottom: 20px; }

form.checkout-form .form-group textarea {
  padding: 15px;
  height: 152px; /* Restored height */
}
form.checkout-form .form-group input#st-address {
  margin-bottom: 15px;
}

form.checkout-form .form-group label {
  font-weight: 600;
  color: var(--color-heading);
  display: block;
  margin-bottom: 5px;
}

.form-group .area {
  height: 8rem;
}

.row-padding-top {
	padding-top: 40px;
}

.custom-select {
    display: block;
    width: 100% !important;
    padding: 0.7rem 2.25rem 0.7rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-paragraph, #333); /* Fallback to #333 if variable not defined */
    background-color: var(--white, #fff); /* Fallback to #fff if variable not defined */
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 0.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    appearance: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Styling for Goat and Sheep Fields (Breed, Gender, Blood Percentage) */
#goat-fields .custom-select,
#sheep-fields .custom-select {
    display: block;
    width: 100% !important;
    padding: 0.7rem 2.25rem 0.7rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-paragraph, #333);
    background-color: var(--white, #fff);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 0.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    appearance: none;
}

#goat-fields .form-group,
#sheep-fields .form-group {
    margin-bottom: 1rem;
}

/* Ensure single-column layout for all screen sizes */
#goat-fields .col-12,
#sheep-fields .col-12 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 767px) {
    #goat-fields .col-12,
    #sheep-fields .col-12 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

.custom-flex {
  display: flex;
  flex-wrap: wrap;
}

/* ============================================================== 
    # check out
=================================================================== */
/* ============================================================== 
    # Template Default Styles
=================================================================== */

body {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--color-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-default);
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

a,
.btn,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 600;
}

p {
  color: var(--color-paragraph);
  margin: 0 0 25px;
  text-transform: none;
  font-weight: 500;
  font-family: var(--font-default);
}

/* ============================================================== 
    # Helper CSS
=================================================================== */

.container-full {
  padding: 0 15px;
  margin: auto;
  max-width: 1400px;
}

@media (min-width: 576px) {
  .container-full {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-full {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-full {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-full {
    max-width: 100%;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .box-layout {
    width: 98%;
    margin: auto;
    border-radius: 0px 0px 30px 30px;
  }
}

.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}

@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

.item-center {
  display: flex;
  align-items: center;
}

.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}

.bg-fit {
  background-size: 100% 100% !important;
  background-position: center !important;
}

.bg-gray {
  background: var(--bg-gray);
}

.bg-dark .bg-gray {
  background: var(--dark-secondary);
}

.bg-gray-secondary {
  background: var(--bg-gray-secondary);
}

.bg-light {
  background-color: var(--white) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-dark-secondary {
  background-color: var(--dark-secondary) !important;
}

.bg-theme {
  background-color: var(--color-primary);
}

.bg-theme-secondary {
  background-color: var(--color-secondary);
}

.bg-gradient {
  background-color: var(--color-primary);
  background: var(--bg-gradient) !important;
}

.bg-gradient-secondary {
  background-color: var(--color-secondary);
  background: var(--bg-gradient-reverse) !important;
}

.text-gradient {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: inline-block;
}

.text-light {
  color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
  color: var(--white);
}

.shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}

.shadow.dark {
  position: relative;
  z-index: 1;
}

.shadow.dark:after {
  background: var(--black);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
  position: relative;
  z-index: 1;
}

.shadow.dark-hard:after {
  background: var(--black) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.theme {
  position: relative;
  z-index: 1;
}

.shadow.theme:after {
  background: var(--color-primary) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.shadow.light {
  position: relative;
  z-index: 1;
}

.shadow.light:after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
  position: relative;
}

.default-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.default-padding-big {
  padding: 230px 0;
}

@media only screen and (max-width: 767px) {
  .default-padding-big {
    padding: 60px 0;
  }
}

.default-padding-top {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .default-padding-top {
    padding-top: 60px;
  }
}

.default-padding-bottom {
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom {
    padding-bottom: 60px;
  }
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .default-padding.bottom-less {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-bottom.bottom-less {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

.default-padding-top.bottom-less {
  margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .default-padding-top.bottom-less {
    margin-bottom: -20px;
  }
}

@media only screen and (min-width: 1200px) {
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #e7e7e7;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

.border-left {
  border-left: 1px solid #e7e7e7;
}

.border-right {
  border-right: 1px solid #e7e7e7;
}

.heading {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -5px;
  font-size: 50px;
  line-height: 1.2;
}

.heading span {
  font-weight: 400;
}

.site-heading {
  margin-bottom: 60px;
}

.site-heading strong {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.site-heading strong::after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/shape/35.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: -1;
}

.title {
  font-weight: 700;
  font-size: 40px !important;
  margin-top: -10px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .title {
    font-size: 36px !important;
    margin-top: 0;
  }
}

.bg-dark .title {
  color: var(--white);
}

.site-heading .title {
  margin-bottom: 0;
}

.bg-dark .site-heading .title {
  color: var(--white);
}

.sub-title {
  text-transform: capitalize;
  color: var(--color-secondary);
  font-weight: 900;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-family: var(--font-primary);
  font-size: 24px;
  letter-spacing: 1px;
}

.text-center .sub-title {
  margin-bottom: 20px;
}

.bg-gradient .sub-title,
.bg-theme .sub-title {
  color: var(--white);
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  background: transparent;
}

@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 15px;
  }
}

.site-heading p {
  margin-bottom: 0;
  margin-top: 25px;
}

.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
  background: var(--white);
}

@media (max-width: 767px) {
  .site-heading p {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-heading {
    margin-bottom: 40px;
  }
}

.heading-left {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.heading-left .heading {
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-left .heading {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .heading-left .heading {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 1.2;
  }
}

.heading-left p {
  margin-bottom: 0;
}

.heading-left .btn {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .heading-left {
    margin-bottom: 30px;
  }
}

.sub-heading {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.shadow .sub-heading {
  -webkit-text-fill-color: var(--white);
  font-weight: 600;
}

.bg-gradient .sub-heading {
  color: var(--white);
  background: transparent;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  opacity: 0.9;
}

.site-heading.text-light .sub-title,
.site-heading.text-light .sub-heading {
  -webkit-text-fill-color: inherit;
  color: var(--white);
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button i {
  display: inline-block;
  background: var(--color-primary);
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  position: relative;
}

.video-play-button i {
  font-weight: 100;
  font-size: 35px;
  position: relative;
  left: 3px;
  top: 2px;
}

.video-play-button .effect {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #07071e;
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-play-button .effect::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: #07071e;
  opacity: 0;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-animation: video-play 1500ms ease-out infinite;
  animation: video-play 1500ms ease-out infinite;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.text-play-button {
  width: auto;
  background: transparent;
  position: relative;
  line-height: 60px;
}

.text-play-button span {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 500;
}

.text-play-button span i {
  margin-left: 25px;
  margin-right: 40px;
  color: var(--white);
  left: -1px;
}

.text-play-button .effect {
  height: 60px;
  width: 60px;
  left: 0;
  -webkit-animation: inherit;
  animation: inherit;
  background: var(--color-secondary);
  opacity: 1;
  z-index: 1;
  position: absolute;
  border-radius: 50%;
}

.text-play-button .effect::after {
  content: "";
  background: var(--color-secondary);
  height: 100%;
  width: 100%;
  z-index: inherit;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  position: absolute;
  border-radius: 50%;
  animation: video-play 1500ms ease-out infinite;
  left: 50%;
  top: 50%;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.mfp-container button::after {
  display: none;
}

.mfp-container button {
  opacity: 1;
  visibility: visible;
}

.mfp-arrow-left:before {
  border-right: 27px solid var(--white);
}

.mfp-arrow-right:before {
  border-left: 27px solid var(--white);
}

/* ============================================================== 
    # Template Animation
=================================================================== */

/* Video Paly */
@-webkit-keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Zoom Animation */
.zoom-animation {
  -webkit-animation: zoom 2000ms ease-out infinite;
  animation: zoom 2000ms ease-out infinite;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

/* Spiner Animation */
.spiner-animation {
  -webkit-animation: spinner 20s infinite linear;
  animation: spinner 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

/* Spiner Animation */
.spiner-reverse-animation {
  -webkit-animation: spinnerReverse 20s infinite linear;
  animation: spinnerReverse 20s infinite linear;
}

/*Preloader Spiner Animation */
@-webkit-keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

@keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}

/* Infinite Up Down Animation */
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Animation UpDown */
.updown-animation {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
  -webkit-animation-name: UpDown;
  animation-name: UpDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* Animation Left Right */
.leftRight-animation {
  -webkit-animation: fadeLeftRight 10s ease-out infinite;
  animation: fadeLeftRight 10s ease-out infinite;
}

/* Fade Left Right */
@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

/* Animation Right Left */
.rightLeft-animation {
  -webkit-animation: fadeRightLeft 10s ease-out infinite;
  animation: fadeRightLeft 10s ease-out infinite;
}

@keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

@-webkit-keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

/* Animation Zoom Up Down */
.zoomUpDown-animation {
  -webkit-animation: zoomUpDown 10s ease-out infinite;
  animation: zoomUpDown 10s ease-out infinite;
}

/* Zoom Up Down */
@keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@-webkit-keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/* Animation Moving */
.moving-animation {
  -webkit-animation: moving 10s ease-out infinite;
  animation: moving 10s ease-out infinite;
}

/* Mooving Animation */
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  20% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }

  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }

  70% {
    -webkit-transform: translate(-100px, 0px);
    transform: translate(-100px, 0px);
  }

  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/* Animation Rotation */
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Button Border Animation */
@-webkit-keyframes open {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: 100px;
    height: 0;
  }

  100% {
    width: 100px;
    height: 55px;
  }
}

@keyframes open {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    width: 100px;
    height: 0;
  }

  100% {
    width: 100px;
    height: 55px;
  }
}

@-webkit-keyframes openB {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

@keyframes openB {
  0% {
    width: 0px;
  }

  100% {
    width: 100px;
  }
}

/* Animation Shine (A shine color will move inside the text) */

@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@keyframes shine {
  0% {
    background-position: 0;
  }

  60% {
    background-position: 180px;
  }

  100% {
    background-position: 180px;
  }
}

@-webkit-keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%;
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  }
}

@-webkit-keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }

  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }

  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}

@keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }

  50% {
    border-radius: 50% 60% 30% 60% / 30% 60% 70% 40%;
  }

  100% {
    border-radius: 60% 30% 70% 40% / 60% 40% 30% 70%;
  }
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
  box-shadow: none !important;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 30px;
  background: #e7edf8;
  position: relative;
  z-index: 1;
}

.btn:focus,
.btn.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: 2px solid transparent;
}

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

.btn.radius {
  border-radius: 6px;
}

.btn.btn-border {
  border: 2px solid #dddddd;
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 600;
}

.btn.btn-border::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-border:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-border:hover {
  border-color: var(--dark);
}

.btn.btn-border.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: #e7e7e7;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
  border-color: #e7e7e7;
  color: var(--dark);
}

.btn.btn-border.animation:hover::after {
  width: 100%;
}

.btn.btn-border-dark {
  border: 2px solid var(--dark);
  background: transparent;
}

.btn-md.btn-border-dark {
  padding: 15px 35px;
}

.btn.btn-border-dark:hover {
  background: var(--dark);
  border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
  border-color: var(--dark);
  color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
  width: 100%;
}

.btn.btn-border-theme {
  border: 2px solid var(--color-primary);
  background: transparent;
}

.btn.btn-border-theme:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--color-primary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
  border-color: var(--color-primary);
  color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
  width: 100%;
}

.btn.btn-border-light {
  border: 2px solid var(--white);
  background: transparent;
  color: var(--white);
}

.btn.btn-border-light:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--dark);
}

.btn.btn-border-light.animation::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
  border-color: var(--white);
  color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
  width: 100%;
}

.btn-md.btn-border-light {
  border: 1px solid var(--white);
  padding: 15px 35px;
}

.btn.btn-border.light {
  color: var(--white);
  border-color: var(--white);
}

.btn.btn-border.light::after {
  background: var(--color-primary);
}

.btn.btn-border.light:hover {
  border-color: var(--color-primary);
}

.btn.btn-gradient {
  border: none;
  color: var(--white);
}

.btn.btn-gradient::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(
    to left,
    var(--color-primary),
    var(--color-secondary),
    var(--color-primary)
  );
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: 250%;
}

.btn.btn-gradient:hover::after {
  background-position: -70% 0;
}

.btn.btn-gradient.active {
  background-position: -70% 0;
}

.btn.btn-theme {
  background-color: var(--color-primary); 
    padding: 15px 30px; 
    border: none; 
    border-radius: 7px; 
    cursor: pointer; 
    font-weight: 600; 
    transition: all 0.3s ease; 
    color: var(--color-heading);
}

.btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--color-);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.bg-dark .btn.btn-theme::after {
  background-color: var(--color-secondary);
}

.btn.btn-theme:hover {
  color: var(--white);
}

.banner-style-three .btn.btn-theme::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background: var(--white) !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.banner-style-three .btn.btn-theme:hover {
  color: var(--color-heading) !important;
}

button {
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 7px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  font-size: 16px;
  letter-spacing: 0;
  padding: 14px 40px;
  background: #e7edf8;
  position: relative;
  z-index: 1;
  color: var(--white);
  border: none;
  background: var(--color-primary);
}

button::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

button:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

button i {
  margin-right: 4px;
}

.btn.btn-theme.secondary {
  color: var(--white);
  border: none;
  background: var(--color-secondary);
}

.btn.btn-theme.secondary::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
  background-color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
  color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
  background-color: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
  color: var(--dark);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
  color: var(--color-heading);
  border: none;
  background: var(--white);
  border: 2px solid transparent;
}

.btn.btn-light.btn-md {
  padding: 13px 52px;
}

.btn.btn-light:hover {
  color: var(--white);
  background: transparent;
  border: 2px solid var(--white);
}

.btn.btn-dark {
  color: var(--white);
  border: none;
  background: var(--dark);
}

.btn.btn-dark::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--color-secondary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark:hover {
  color: var(--white);
}

.btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}

.btn-md i {
  font-weight: 1;
  font-size: 24px;
  margin: 0;
  float: left;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.btn.text-slide {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
}

.btn.text-slide span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

.btn.animate-border {
  overflow: inherit;
  z-index: inherit;
  width: 200px;
  height: 55px;
  line-height: 55px;
  padding: 0;
}

.btn.animate-border:hover {
  background: transparent;
  color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
  opacity: 1;
  -webkit-animation: open 0.4s;
  /* Chrome, Safari, Opera */
  animation: open 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
  opacity: 1;
  -webkit-animation: openB 0.4s;
  /* Chrome, Safari, Opera */
  animation: openB 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.btn.animate-border .hover-border {
  position: absolute;
  left: 0;
  top: -1px;
  height: 100%;
  width: 100%;
}

.btn.animate-border .hover-border::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px var(--color-primary);
  border-left: solid 2px var(--color-primary);
  right: 98px;
  top: -1px;
}

.btn.animate-border .hover-border::after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  display: block;
  opacity: 0;
  border-top: solid 2px var(--color-primary);
  border-right: solid 2px var(--color-primary);
  left: 98px;
  top: -1px;
}

.btn.animate-border .hover-border-bottom {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 55px;
  border-bottom: solid 2px var(--color-primary);
  right: -1px;
  bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
  position: absolute;
  content: "";
  width: 0;
  display: block;
  opacity: 0;
  height: 100%;
  border-bottom: solid 2px var(--color-primary);
  left: 0;
  bottom: -2px;
}

.btn.animated-arrow {
  border: none;
  background: transparent;
  min-width: 14rem;
  height: auto;
  padding: 0;
}

.btn.animated-arrow .circle {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--color-primary);
  border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 15px;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn.animated-arrow .circle .icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid var(--white);
  border-right: 0.125rem solid var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
  -webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
  margin: 0 0 0 70px;
  color: var(--dark);
  line-height: 2;
  text-align: left;
  width: 100%;
  font-size: 14px;
}

.btn.animated-arrow:hover {
  color: var(--white);
}

.btn.animated-arrow:hover .circle {
  width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
  background: var(--white);
  -webkit-transform: translate(1.5rem, 0);
  transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
  color: var(--white);
}

.btn.circle {
  border-radius: 30px !important;
}

.btn-simple {
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  color: var(--color-paragraph);
}

.btn-simple i {
  transform: rotate(-45deg);
  display: inline-block;
  margin-left: 2px;
}

.btn-simple:hover {
  color: var(--color-primary);
}

.video-btn i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--color-primary);
  border-radius: 50%;
  position: relative;
  margin-right: 20px;
  color: var(--white);
}

.text-light .video-btn i {
  background: var(--white);
  color: var(--color-primary);
}

.video-btn i::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--color-primary) repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.text-light .video-btn i::after {
  background: var(--white) repeat scroll 0 0;
}

.text-shine {
  background: linear-gradient(
    to right,
    var(--dark) 0,
    var(--white) 10%,
    var(--color-primary) 20%
  );
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 3s infinite linear;
  animation: shine 3s infinite linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  white-space: nowrap;
  padding: 12px 48px;
}

.animate-inout {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8a6552),
    to(#472d20)
  );
  background: linear-gradient(90deg, #8a6552 0%, #472d20 100%);
  color: var(--white);
  font-size: 12px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: solid 2px var(--color-primary);
  cursor: pointer;
}

.btn-icon {
  position: relative;
  padding-left: 20px;
}

.btn-icon:hover {
  color: var(--color-primary);
}

.btn-icon::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  height: 2px;
  left: 0;
  background: var(--color-heading);
  transform: translateY(-50%);
  margin-top: -1px;
  transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
  background: var(--color-primary);
}

.btn-icon i {
  font-weight: 600;
}

.btn-icon:hover {
  padding-left: 40px;
}

.animate-inout span {
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 20px;
}

.animate-inout::before,
.animate-inout::after {
  width: 0%;
  height: 0%;
  position: absolute;
  content: "";
  border-radius: 100%;
}

.animate-inout:after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: var(--white);
}

.animate-inout:before {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
  background: transparent;
  color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8a6552),
    to(#472d20)
  );
  background: linear-gradient(90deg, #8a6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
  color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.animate-inout:hover {
  color: var(--dark);
}

.animate-inout:hover::before,
.animate-inout:hover::after {
  width: 200px;
  height: 200px;
  border-radius: 4px;
}

.animate-inout:hover::before {
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
  -webkit-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}

.btn-md {
  padding: 17px 45px;
  font-size: 18px;
}

.btn-md.btn-border {
  padding: 14px 52px;
}

.btn-sm {
  padding: 16px 45px;
  font-size: 14px;
}

.btn-sm.btn-border,
.btn-sm.btn-light {
  padding: 14px 45px;
}

.mfp-close-btn-in .mfp-close::after {
  display: none;
}

/* Btn Animation */

.btn-animation {
  z-index: 1;
  position: relative;
  font-size: 18px;
  display: inline-block;
}

.bg-dark .btn-animation {
  color: var(--white);
}

.btn-animation i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--white);
  color: var(--color-heading);
  border-radius: 50%;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  transform: scale(0);
}

.btn-animation:hover {
  margin-left: 0;
  color: var(--color-heading);
}

.bg-dark .btn-animation:hover {
  color: var(--white);
}

.btn-animation:hover i {
  transform: scale(1);
}

.btn-animation::after {
  position: absolute;
  left: -13px;
  top: 0;
  content: "";
  height: 60px;
  width: 60px;
  border: 1px solid #c2bfbf;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  z-index: -1;
}

.bg-dark .btn-animation::after {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-animation:hover::after {
  transform: scale(0);
}

.btn-animation span {
  transition: all 0.35s ease-in-out;
  left: -50px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-animation:hover span {
  left: 0;
}

.btn-animation.dark::after {
  border-color: #c5c5c5;
  z-index: -1;
}

.btn-animation.dark i {
  background: var(--color-primary);
  color: var(--white);
}

.btn-animation.dark:hover {
  color: var(--color-heading);
}

@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}

a.btn-round-animation {
  display: inline-block;
  height: 180px;
  width: 180px;
  text-align: center;
  line-height: 180px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

a.btn-round-animation i {
  display: inline-block;
  transform: rotate(-45deg);
  font-weight: 400;
  margin-left: 5px;
}

a.btn-round-animation::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 0;
  width: 100%;
  background: var(--color-primary);
  z-index: -1;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

a.btn-round-animation::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: var(--bg-gradient);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

a.btn-round-animation:hover {
  color: var(--white);
}

a.btn-round-animation:hover::before {
  height: 100%;
}

a.btn-round-animation:hover::after {
  opacity: 0.4;
  height: 80%;
}

a.btn-round-animation.dark {
  border-color: rgba(255, 255, 255, 0.2);
}

.cart-btn {
  display: inline-flex;
  border: 2px solid var(--color-primary);
  padding: 12px 25px;
  border-radius: 7px;
  text-transform: uppercase;
  align-items: center;
  font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    width: auto;
    justify-content: center;
}

.cart-btn i {
  display: inline;
  font-weight: 100;
  font-size: 20px;
  margin-right: 10px;
}

.cart-btn:hover {
  background: var(--color-primary);
  color: var(--color-heading);
}
/* Animal-Specific Add to Cart Button */
.cart-btn-animal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--color-primary);
    padding: 10px 20px;
    border-radius: 25px; /* Adjusted for a rounded but not excessive look */
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #28a745; /* Green background for animal products */
    margin: 10px 0;
    min-width: 140px;
    transition: all 0.3s ease;
}

.product-caption {
/* padding: 10px; */
max-width: 100%;
}


.product-caption input {
padding: 0px 15px;
    margin-top: 15px;
    border-radius: 7px;
    text-align: center;
    max-width: 30%;
    margin-right: 12px;
}

.product-caption-animal {
padding: 20px 40px;
}


.product-caption p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

.product-caption-animal p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px;
}

.cart-btn-animal i {
  display: inline;
  font-weight: 100;
  font-size: 20px;
  margin-right: 10px;
}

.cart-btn-animal:hover {
  background: var(--color-primary);
  color: var(--color-heading);
}

.bg-dark,
.bg-dark-secondary,
.bg-dark p,
.bg-dark-secondary p {
  color: #cccccc;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: var(--white);
}

.curve-text svg {
  fill: var(--white);
  height: 170px;
  width: 170px;
  overflow: inherit;
  animation: spinner 20s infinite linear;
}

.curve-text svg {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  padding: 40px;
  position: relative;
  z-index: 1;
  font-size: 25px;
  height: 200px;
  width: 200px;
  text-transform: uppercase;
  font-weight: 700;
}

.curve-text svg a {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
}

.curve-text {
  display: inline-block;
  position: relative;
}

.curve-text a {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 9;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 52px;
  -webkit-text-stroke: 1px var(--white);
  color: transparent;
}

.curve-text svg path {
  fill: none;
}

.curve-text svg text {
  fill: var(--white);
  letter-spacing: 7px;
  font-family: var(--font-secondary);
}


/* ============================================================== 
    # Topbar Styles
=================================================================== */

.item-flex {
  align-items: center;
  display: flex;
}

.item-flex li {
  margin-left: 30px;
}

.item-flex li:first-child {
  margin: 0;
}

.item-flex li i {
  margin-right: 10px;
  font-weight: 100;
  font-size: 20px;
  color: var(--color-primary);
}

.top-bar-area li {
  display: flex;
  align-items: center;
}

.top-bar-area li a {
  font-weight: 400;
}
.top-bar-area li a:hover {
  font-weight: 400;
  color: var(--color-primary);
}

.top-bar-area .social li {
  display: inline-block;
  margin-right: 30px;
}

.top-bar-area .social li:first-child {
  margin-right: 0;
}

.top-bar-area .text-end .social li {
  margin-right: 0;
  margin-left: 30px;
}

.top-bar-area .text-end .social li:first-child {
  margin-left: 0;
}

.top-bar-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.top-style-two .info li {
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.top-style-two .text-end li {
  justify-content: right;
  text-align: left;
}

.top-style-two .info li i {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  margin-right: 20px;
  font-size: 40px;
}

.top-style-two .logo img {
  height: 60px;
}

.top-style-two .logo {
  text-align: center;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 15px 0;
}

.top-style-two.bg-dark .logo {
  border-color: rgba(255, 255, 255, 0.2);
}

.top-style-two .info li span {
  display: block;
  font-weight: 500;
  line-height: 1.1;
  font-size: 15px;
}

.top-style-two .info li a {
  font-size: 18px;
  text-transform: lowercase;
}

.top-bar .align-center {
  align-items: center;
}

/* ============================================================== 
    # Navbar Styles
=================================================================== */
@media (min-width: 1024px) {
  nav.navbar.navbar-style-one {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  nav.navbar.navbar-style-one a.navbar-brand {
    position: relative;
    z-index: 1;
    padding: 0 55px;
    top: 15px;
  }

  nav.navbar.navbar-style-one a.navbar-brand::after {
    position: absolute;
    left: 0;
    top: -55px;
    content: "";
    height: 160px;
    width: 100%;
    background: var(--color-secondary);
    z-index: -1;
    box-shadow: 0 8px 25px 0 rgb(0 0 0 / 10%);
    border-radius: 0 0 0 10px;
  }

  nav.navbar.navbar-style-one a.navbar-brand::before {
    position: absolute;
    right: -25px;
    bottom: -45px;
    content: "";
    border-bottom: 35px solid transparent;
    border-left: 25px solid var(--color-secondary);
    opacity: 0.9;
  }

  nav.navbar.navbar-style-one::after {
    position: absolute;
    left: 10%;
    content: "";
    height: 100%;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    z-index: -1;
  }

  nav.navbar.validnavs.navbar-style-one .logo-scrolled {
    display: none;
  }

  nav.navbar.validnavs.navbar-style-one .logo-display {
    display: inline-block;
  }

  nav.navbar.navbar-style-one.no-background::before {
    position: absolute;
    left: 10%;
    content: "";
    height: 100%;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    width: 100%;
    z-index: -1;
  }
}

/* ============================================================== 
    # Nice Select Styles
=================================================================== */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999999;
}

.nice-select::after {
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  overflow-y: auto !important;
  height: auto;
}

.nice-select.open ::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999999;
  pointer-events: none;
}

.nice-select.disabled::after {
  border-color: #96aac1;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small::after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: var(--white);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: 600;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.mfp-iframe-holder .mfp-close {
  color: transparent;
  background: transparent;
}

.mfp-iframe-holder .mfp-close::before {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  width: 20px;
  z-index: 1;
  display: block;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  color: var(--white);
}

.video-wrapper .yt-size {
  width: 100%;
  height: 600px;
}

/* ============================================================== 
    # Video Area
=================================================================== */
.video-content {
    padding: 280px 0;
    position: relative;
    z-index: 1;
}

.video-content .video-play-button {
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}

.video-content .video-play-button i {
    top: 0;
    left: 0;
}

.video-content .video-play-button i::before {
    left: 5px;
    position: relative;
}

.video-content h2 {
    margin: 0;
}

.video-play-button i {
    display: inline-block;
    background: var(--color-primary);
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    font-weight: 100;
    font-size: 35px;
    left: 3px;
    top: 2px;
}

.video-play-button .effect {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #07071e;
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video-play-button .effect::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    background: #07071e;
    opacity: 0;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-animation: video-play 1500ms ease-out infinite;
    animation: video-play 1500ms ease-out infinite;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

/* Ensure iframe is responsive and centered */
.video-bg-live .player iframe {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .video-content {
        padding: 120px 0;
        padding-bottom: 100px;
    }
}
/* ============================================================== 
    # additional mini cart
=================================================================== */

/* Cart container */
.cart {
    position: relative;
}

/* Show dropdown on hover */
.cart:hover .cart-dropdown,
.cart:has(.cart-dropdown:hover) .cart-dropdown {
    display: flex;
}

/* Cart dropdown */
.cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--white);
    padding: 35px;
    min-width: 250px;
    width: 350px;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}


/* Tooltip for empty cart */
.cart[data-tooltip]:hover::before {
    content: attr(data-tooltip);
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--dark);
    color: var(--white);
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    z-index: 1001;
}

/* Cart items container */
.cart-items {
    max-height: 400px;
    overflow-y: auto;
    margin: -10px;
    padding: 10px;
}

.cart-items::-webkit-scrollbar {
    width: 6px;
}
.cart-items::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.cart-items::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

/* Cart item styling */
.cart-item {
    display: flex;
    align-items: center;
    margin: 10px;
    border-top: 1px solid #e7e7e7;
    padding: 0;
}
.cart-item:first-child {
    border-top: none;
}
.cart-item:last-child {
    border-bottom: 1px solid #e7e7e7;
}

/* Product image */
.cart-item img {
    width: 50px;
    margin-right: 10px;
}

/* Details */
.cart-item-details {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.cart-item-name {
    margin: 13px 0 0 12px;
    font-size: 16px;
    font-weight: bold;
    color: var(--dark);
    line-height: 1.4;
    text-align: left;
}
.cart-item-info {
    display: flex;
    align-items: center;
    gap: 5px;
}
.cart-item-quantity {
  margin-left: 10px;
    font-size: 12px;
    color: var(--dark);
}
.cart-item-price {
    font-size: 16px;
    font-weight: 600;
    color: #777;
}

/* Remove button */
.remove-product {
    margin-right: 10px;
}
.remove-product i {
    width: 17px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    background: #ff4700 !important;
    color: var(--white);
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
}

.table-bordered .remove i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #ff4700 !important;
    color: var(--white);
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
}

/* Cart actions */
.cart-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.cart-action a {
    display: block;
    width: 100%;
    border-radius: 7px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

/* Go to Cart button */
.cart-action a.cart {
    background: var(--dark) !important;
    color: var(--white);
    margin-bottom: 10px;
}

/* Checkout button */
.cart-action a.checkout {
    background: var(--color-primary) !important;
    color: var(--dark-secondary);
}

/* Checkout total */
.cart-checkout {
    margin-top: 10px;
}
.cart-checkout p {
    display: flex;
    justify-content: space-between;
}

/* Add to cart button states */
.add-to-cart.disabled {
    background: #ccc !important;
    cursor: not-allowed;
    color: #666 !important;
}
.add-to-cart.added {
    background: var(--color-secondary) !important;
    color: var(--white) !important;
}

#mini-cart-empty {
    margin: -35px; /* Counteracts .cart-dropdown's padding */
    padding: 10px 10px; /* Your custom padding */
    text-align: center;
    color: var(--bg-gray);
    font-style: italic;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

#mini-cart-empty p {
  margin-bottom: 0;
}


/* ============================================================== 
    # additional css cart Styles
=================================================================== */
.coupon-area {
    margin-bottom: 20px;
}
.coupon-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
#discount-code {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1;
    min-width: 150px;
}
#discount-message {
    margin-top: 10px;
    width: 100%;
}

@media (max-width: 767px) {
    .shop-cart-table {
        overflow-x: visible;
    }
    #cart-page {
        display: block;
        min-width: auto;
    }
    #cart-page thead {
        display: none; /* Hide headers on mobile */
    }
    #cart-page tbody, #cart-page tr {
        display: block;
    }
    #cart-page td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: none;
        border-bottom: 1px solid #dee2e6;
        text-align: left;
    }
    #cart-page td:before {
        content: attr(data-label);
        font-weight: bold;
        flex: 1;
    }
    #cart-page td img {
        max-width: 40px;
    }
    #cart-page td input[type="number"] {
        width: 50px;
    }
}
/* ============================================================== 
    # checkout responsive Styles
    
=================================================================== */
.table-checkout {
    overflow-x: auto;
}
.table-checkout th {
    width: #f8f9fa;
    font-weight: bold;
}
.table-checkout td {
    padding: 10px;
}
@media (max-width: 767px) {
    .table-checkout {
        min-width: 100%;
    }
    .table-checkout th,
    .table-checkout td {
        font-size: 14px;
    }
}

/* Cart and Checkout Table Styling */
.shop-cart-table, .table-responsive {
    overflow-x: auto;
}
#cart-page {
    width: 100%;
    min-width: 600px; /* Ensures table doesn't collapse too much */
}
.table {
    width: 100%;
}
#cart-page th, #cart-page td, .table th, .table td {
    text-align: left;
    vertical-align: middle;
}
#cart-page thead th, .table thead th {
    background: #f8f9fa;
    font-weight: bold;
}
#cart-page tbody td img {
    max-width: 50px;
    height: auto;
}
#cart-page input[type="number"] {
    width: 60px;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}
.coupon-area {
    margin-bottom: 20px;
}
.coupon-form {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

#discount-message {
    margin-top: 10px;
    width: 100%;
}
#cart-discount, .table td:contains('Freebie Applied!') {
    color: green;
    font-weight: bold;
}

/* Responsive Stacking for Cart Table */
@media (max-width: 767px) {
    .shop-cart-table {
        overflow-x: visible;
    }
    #cart-page {
        display: block;
        min-width: auto;
    }
    #cart-page thead {
        display: none; /* Hide headers on mobile */
    }
    #cart-page tbody, #cart-page tr {
        display: block;
        margin-bottom: 15px;
    }
    #cart-page td {
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: none;
        border-bottom: 1px solid #dee2e6;
    }
    #cart-page td:before {
        content: attr(data-label);
        font-weight: bold;
        flex: 1;
    }
    #cart-page td img {
        max-width: 40px;
    }
    #cart-page td input[type="number"] {
        width: 50px;
    }
}



#discount-message {
    display: block;
    min-height: 20px;
    margin-top: 10px;
}
/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
  height: 100%;
  width: 100%;
  position: relative;
}

@media (max-width: 1023px) {
  .banner-area,
  .banner-area div {
    height: auto;
  }
}

.banner-area div {
  height: 100%;
}

.banner-area div.swiper-slide .row div {
  height: auto;
}

.banner-area.top-pad-80 .content {
  padding-top: 80px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-80 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-80 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-90 .content {
  padding-top: 90px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-90 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-90 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-100 .content {
  padding-top: 100px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-100 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-100 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-110 .content {
  padding-top: 110px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-110 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-110 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-120 .content {
  padding-top: 120px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-120 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-120 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-130 .content {
  padding-top: 130px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-130 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-130 .content {
    padding-top: 140px;
  }
}

.banner-area.top-pad-150 .content {
  padding-top: 150px;
}

@media (max-width: 1023px) {
  .banner-area.top-pad-150 .content {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area.top-pad-150 .content {
    padding-top: 140px;
  }
}

.banner-area.auto-height {
  height: auto;
}

.banner-area.auto-height div {
  height: auto;
}

.banner-area.auto-height .content {
  padding: 200px 0;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height .content {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height .content {
    padding: 120px 0;
  }
}

.banner-area.auto-height .content .thumb {
  padding-left: 35px;
}

@media (max-width: 991px) {
  .banner-area.auto-height .content .thumb {
    padding-left: 0;
    margin-top: 50px;
  }
}

.banner-area.auto-height.inc-header-transparent .content {
  padding-top: 250px;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 140px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height.inc-header-transparent .content {
    padding-top: 220px;
  }
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb
  .content
  .info {
  padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb
  .content
  .thumb {
  margin-top: 250px;
}

@media only screen and (max-width: 767px) {
  .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb
    .content
    .thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb
    .content
    .thumb {
    margin-top: 50px;
  }
}

.banner-area .content {
  position: relative;
  z-index: 9;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (max-width: 1023px) {
  .banner-area .content {
    padding: 120px 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area .content {
    padding: 60px 0;
  }
}

.banner-area h4 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
  opacity: 0;
  visibility: hidden;
}

.banner-area h2 {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}

.banner-area p,
.banner-area ul {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  padding-right: 25%;
  margin: 0;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .banner-area p {
    padding-right: 0;
  }
}

.banner-area.text-center p {
  padding-left: 13%;
  padding-right: 13%;
}

@media (max-width: 1023px) {
  .banner-area.text-center p {
    padding: 0;
  }
}

.banner-area .thumb {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.banner-area .button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
}

.banner-area .banner-slide h4 {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide h2 {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide p,
.banner-area .banner-slide ul {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide .button {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
  visibility: visible;
  opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
  padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .banner-area.double-items.bottom-thumb .content {
    padding: 50px 0;
  }

  .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.double-items.bottom-thumb .content {
    padding: 120px 0;
  }

  .banner-area.double-items.bottom-thumb .content .thumb {
    margin-top: 50px;
  }
}

.banner-area.zoom-effect .banner-thumb {
  -webkit-transition: 10s ease-out;
  transition: 10s ease-out;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.banner-area .swiper-notification {
  display: none;
}

.banner-area .swiper-slide {
    height: 100vh; /* Full viewport height, adjust as needed */
    width: 100%;
    position: relative;
    overflow: hidden; /* Ensure any overflow is hidden within the slide */
}

@media (max-width: 1023px) {
    .banner-area .swiper-slide {
        height: auto; /* Allow auto height on smaller screens */
        min-height: 500px; /* Minimum height to ensure content visibility */
    }
    .banner-area.zoom-effect .banner-thumb {
        background-size: contain; /* Switch to contain on smaller screens to avoid cropping */
        background-position: center;
    }
}

.banner-area .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 3200ms;
  transition-delay: 3200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
  -webkit-transition-delay: 2400ms;
  transition-delay: 2400ms;
}

.banner-area .banner-items {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
  opacity: 1;
}

.banner-area:hover .swiper-button-prev {
  left: 30px;
  right: auto;
}

.banner-area:hover .swiper-button-next {
  right: 30px;
  left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
  font-size: 28px;
  color: var(--white);
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: transparent !important;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
  font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  bottom: 50px;
  border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
  right: 92px;
}

.banner-area.navigation-between-bottom .content {
  padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
  .banner-area.navigation-between-bottom .content {
    padding-bottom: 220px;
  }
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  bottom: 30px;
  border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
  left: 30px;
  right: auto;
}

@media only screen and (max-width: 830px) {
  .banner-area .swiper-button-prev,
  .banner-area .swiper-button-next {
    display: none;
  }
}

.banner-area.navigation-custom .swiper-button-prev::after {
  font-family: "ElegantIcons";
  content: "\23";
  font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
  font-family: "ElegantIcons";
  content: "\24";
  font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  left: auto;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 150px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 100px;
  line-height: 100px;
}

@media only screen and (max-width: 830px) {
  .banner-area.navigation-text .swiper-button-prev,
  .banner-area.navigation-text .swiper-button-next {
    display: none;
  }
}

.banner-area.navigation-text .swiper-button-prev {
  right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
  font-family: var(--font-default);
  content: "Prev";
  text-transform: uppercase !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
  font-family: var(--font-default);
  content: "Next";
  text-transform: uppercase !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
  font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
  min-width: 65px;
  height: 30px;
  margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f104";
  font-weight: 100;
  font-size: 30px;
  position: absolute;
  left: 8px;
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
  position: absolute;
  top: 50%;
  right: inherit;
  bottom: inherit;
  left: 12px;
  content: "";
  height: 2px;
  width: 50px;
  z-index: -1;
  background-color: var(--white);
  margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 100;
  font-size: 30px;
  position: absolute;
  right: 8px;
}

.banner-area.navigation-custom-large .swiper-button-next::before {
  position: absolute;
  top: 50%;
  right: 12px;
  bottom: inherit;
  left: inherit;
  content: "";
  height: 2px;
  width: 50px;
  z-index: -1;
  background-color: var(--white);
  margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
  position: absolute;
  left: auto;
  right: 30px;
  top: auto;
  bottom: 40px;
  opacity: 1;
  -webkit-transform: inherit;
  transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
  right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large
  .swiper-button-next {
  bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large
  .swiper-button-prev {
  right: 100px;
}

.banner-area .swiper-pagination {
  height: auto;
  bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
  height: 4px;
  width: 50px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  border-radius: inherit;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
  height: 7px;
}

@media only screen and (max-width: 767px) {
  .banner-area.include-pagination .content {
    padding-bottom: 100px;
  }
}

.banner-area .swiper-pagination-fraction span {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
  font-size: 30px;
  font-family: var(--font-default);
  font-weight: 600;
}

/* ============================================================== 
    # Banner Custom Style
=================================================================== */

/* Banner One */
.banner-area.banner-style-one .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.banner-style-one .content {
  display: flex;
}

.banner-style-one .content .cart-count img {
  background: var(--color-secondary);
  border-radius: 50%;
  padding: 15px;
  animation: spinner 30s infinite linear;
  max-width: 200px;
}

.banner-style-one .content .cart-count {
  margin-right: 50px;
}

.banner-style-one .content h4 {
  text-transform: uppercase;
  font-weight: 500;
}

.banner-style-one .content h2 {
  font-size: 60px;
  font-family: var(--font-secondary);
  font-size: 90px;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

.banner-style-one .content h2 strong {
  display: block;
}

.banner-style-one .content p {
  font-size: 18px;
}

.banner-style-one .shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 50%;
  width: auto;
  transition: all 0.55s ease-in-out;
}

.banner-style-one .shape img {
  height: 100%;
}

.banner-area.banner-style-one .swiper-slide.swiper-slide-active .shape {
  height: 60%;
}

/* Banner Two */

.banner-area.banner-style-two .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1800ms;
  transition-delay: 1800ms;
}

.banner-style-two h2 {
  text-transform: uppercase;
  font-size: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-style-two h2 strong {
  display: inline-block;
  background: var(--color-primary);
  padding: 0 15px;
  border-radius: 10px;
  font-size: 80px;
  margin-left: 15px;
  color: var(--color-heading);
  position: relative;
  z-index: 1;
}

.banner-style-two h2 strong::after {
  position: absolute;
  right: -5px;
  top: -65px;
  content: "";
  height: 80px;
  width: 80px;
  background: url(../img/shape/4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
}

.banner-style-two p {
  padding: 0 15%;
  font-size: 18px;
}

.banner-style-two .content .animated-btn {
  text-transform: uppercase;
}

.banner-style-two .content .animated-btn i {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--color-heading);
  margin-right: 10px;
}

.banner-style-two .content {
  padding-top: 120px;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 9;
  height: auto;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets
  span.swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  background: transparent;
  border: 2px solid;
  opacity: 0.5;
  position: relative;
  z-index: 1;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets
  span.swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: var(--white);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
}

.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets
  span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets
  span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

/* Banner Three  */

.banner-area .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.banner-area.banner-style-three .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.banner-area.banner-style-three .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-style-three h4 {
  font-family: var(--font-primary);
  font-weight: 200;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.banner-style-three h2 {
  font-size: 80px;
  line-height: 1.1;
  text-transform: capitalize;
}

.banner-style-three .content {
  position: relative;
  z-index: 1;
}

.banner-style-three .content::after {
  position: absolute;
  left: -40%;
  top: -150%;
  transform: skewX(-15deg);
  content: "";
  height: 500%;
  width: 500px;
  background: linear-gradient(-80.5deg, transparent, var(--color-secondary));
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
}

.banner-area.banner-style-three
  .swiper-slide.swiper-slide-active
  .content::after {
  opacity: 0.4;
  visibility: visible;
  left: -20%;
}

/* ============================================================== 
    # About
=================================================================== */
ul.top-feature {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  margin-left: -45%;
  margin-top: 70px;
  position: relative;
}

ul.top-feature li {
  display: block;
  background: var(--color-primary);
  padding: 50px;
}

ul.top-feature li:nth-child(2) {
  background: var(--color-secondary);
}

ul.top-feature li img {
  height: 80px;
  margin-bottom: 30px;
}

ul.top-feature li p {
  margin: 0;
  color: var(--color-heading);
}

.fun-fact-style-flex {
  display: flex;
  align-items: center;
}

.fun-fact-style-flex .counter {
  display: flex;
  font-size: 100px;
  align-items: center;
  line-height: 70px;
  margin-right: 20px;
  border-right: 1px solid #dddddd;
  padding-right: 20px;
  color: var(--color-secondary);
}

.fun-fact-style-flex .medium {
  font-weight: 700;
  line-height: 1.7;
  color: var(--color-heading);
}

ul.top-feature li:nth-child(2) h4 {
  color: var(--white);
}

ul.top-feature li:nth-child(2) p {
  color: var(--white);
  opacity: 0.9;
}

.about-style-one-thumb {
  position: relative;
}

.about-style-one-thumb .animation-shape {
  position: absolute;
  left: -130px;
  bottom: 0;
  max-width: 230px;
}

.about-style-one-thumb .animation-shape img {
  transform: rotate(7deg);
}

/* ============================================================== 
    # Services
=================================================================== */

.service-one-single {
  margin-bottom: 30px;
}

.service-style-one-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 50px;
  background: var(--white);
  height: 100%;
  border-radius: 30px;
}

.service-style-one-item .top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.service-style-one-item .top img {
  height: 60px;
  margin-right: 25px;
}

.service-style-one-item .top .icon {
  min-width: 90px;
}

.service-style-one-item .top h4 {
  text-transform: uppercase;
  margin: 0;
}

.service-style-one-item .top span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: var(--color-secondary);
  display: block;
  margin-top: 8px;
}

.service-style-one-item p {
  margin-bottom: 0;
}

.service-style-one-item img {
  height: 150px;
  margin-bottom: 30px;
  max-width: inherit;
}

.service-style-one-item a.btn-angle {
  display: inline-block;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background: var(--color-primary);
  color: var(--color-heading);
  margin-top: 30px;
  padding: 0 20px;
  border-radius: 6px 6px 6px 6px;
}

.service-style-one-item a.btn-angle:hover {
  background: var(--color-secondary);
  color: var(--white);
}

.service-style-one-item:hover {
  border: 1px solid var(--color-secondary);
}

.check-outbtn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--white);
  height: 100%;
} 

.check-outbtn .btn-angle {
  display: inline-block;
  height: 58px;
  text-align: left;
  line-height: 58px;
  background: var(--color-primary);
  color: var(--color-heading);
  margin-top: 30px;
  padding: 0 20px;
  border-radius: 6px 6px 6px 6px;
}

.check-outbtn a.btn-angle:hover {
  background: var(--color-secondary);
  color: var(--white);
}
.event-card .btn-angle {
  display: inline-block;
  height: 58px;
  text-align: left;
  line-height: 58px;
  background: var(--color-primary);
  color: var(--color-heading);
  padding: 0 20px;
  border-radius: 6px 6px 6px 6px;
}

.event-card a.btn-angle:hover {
  background: var(--color-secondary);
  color: var(--white);
}

.shape-right-top {
  position: absolute;
  right: 0;
  top: 50px;
  height: 100%;
  width: 28%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

/* ============================================================== 
    # Services
=================================================================== */

.service-style-two-area {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.service-style-two .thumb {
  overflow: hidden;
  border-radius: 8px;
}

.service-style-two .thumb img {
  transition: all 0.65s ease-in-out;
  transform: scale(1);
}

.service-style-two:hover .thumb img {
  transform: scale(1.2);
}

.half-bg-dark-bottom {
  position: relative;
  z-index: 1;
}


h2.mask-text.large {
  font-size: 80px;
  display: inline-block;
  background-position: top;
}

.service-style-two {
  position: relative;
}

.service-style-two {
  position: relative;
  border-radius: 10px;
}

.service-style-two .overlay {
  display: flex;
  position: absolute;
  left: 30px;
  bottom: -30px;
  right: 30px;
  z-index: 1;
}

.service-style-two .overlay .icon {
  width: 80px;
  padding: 15px;
  background: var(--color-secondary);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 80px;
}

.service-style-two .overlay .info {
  background: var(--white);
  width: 100%;
  margin-left: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  text-align: center;
  box-shadow: 0px 15px 23px -10px rgb(109 117 143 / 30%);
}

.service-style-two .overlay .info::after {
  position: absolute;
  right: 15px;
  bottom: 33px;
  content: "";
  height: 1px;
  left: 15px;
  background: var(--color-secondary);
  z-index: -1;
}

.service-style-two .overlay .info h4 {
  margin-bottom: 5px;
  font-family: var(--font-secondary);
  letter-spacing: 2px;
  font-weight: 900;
}

.service-style-two .overlay .info span {
  color: var(--color-secondary);
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  background: var(--white);
  padding: 0 15px;
}

.service-style-two-carousel .swiper-wrapper {
  padding-bottom: 60px;
}

.service-style-two img {
  border-radius: 8px;
}

.service-style-two-carousel.swiper .swiper-button-prev,
.service-style-two-carousel.swiper .swiper-button-next {
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.service-style-two-carousel.swiper .swiper-button-prev::after,
.service-style-two-carousel.swiper .swiper-button-next::after {
  color: var(--white);
  font-size: 30px;
}

.service-style-two-carousel.swiper:hover .swiper-button-prev {
  left: 50px;
  opacity: 1;
  visibility: visible;
}

.service-style-two-carousel.swiper:hover .swiper-button-next {
  right: 50px;
  opacity: 1;
  visibility: visible;
}

/* ============================================================== 
    # Services Details
=================================================================== */
.services-details-area .thumb img {
  margin-bottom: 40px;
}

.services-details-area h1,
.services-details-area h2,
.services-details-area h3,
.services-details-area h4,
.services-details-area h5,
.services-details-area h6 {
  font-weight: 600;
}

.feature-list-item {
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list-item li {
  position: relative;
  z-index: 1;
  padding-left: 27px;
  margin-top: 8px;
}

.feature-list-item li::after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: var(--color-secondary);
  font-weight: 500;
}

.quick-contact-widget {
  padding: 60px 37px;
  text-align: center;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.quick-contact-widget h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
}

.quick-contact-widget h4 a {
  font-weight: 400;
  border-bottom: 2px solid;
}

.quick-contact-widget i {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-weight: 100;
  background: #ffffff;
  color: var(--color-primary);
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 40px;
  position: relative;
}

.quick-contact-widget i::after {
  position: absolute;
  left: -10px;
  top: -10px;
  content: "";
  height: 80px;
  width: 80px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.8;
}

.quick-contact-widget::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--black);
  z-index: -1;
  opacity: 0.6;
}

.quick-contact-widget .btn-sm {
  font-size: 16px;
}

.services-sidebar .single-widget {
  margin-top: 50px;
}

.services-sidebar .single-widget .widget-title {
  display: block;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: -5px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  display: inline-block;
  padding-bottom: 15px;
}

.services-sidebar .single-widget .widget-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 2px;
  width: 50px;
  border-bottom: 2px solid var(--color-primary);
}

.services-sidebar .single-widget h4.widget-title {
  font-size: 22px;
}

.services-sidebar .single-widget:first-child {
  margin-top: 0;
}

.widget-brochure ul {
  padding-left: 0;
  list-style: none;
}

.widget-brochure ul li a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  background: #ffffff;
  padding: 20px 25px;
  border-radius: 5px;
  border: 2px solid #cddff7;
  color: var(--color-heading);
}

.widget-brochure ul li a:hover {
  color: var(--color-primary);
}

.widget-brochure ul li:first-child a {
  margin-top: 0;
}

.widget-brochure ul li:first-child a,
.widget-brochure ul li a:hover {
  background: var(--color-primary);
  border-color: transparent;
  color: var(--white);
}

.widget-brochure ul li i {
  font-size: 35px;
  font-weight: 100;
  margin-right: 16px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.widget-brochure ul li:hover i,
.widget-brochure ul li:first-child i {
  color: var(--white);
}

.services-list-widget {
  background: var(--bg-gray);
  padding: 30px;
}

.services-list-widget ul li:last-child a {
  border: none;
}

.services-list-widget ul {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.services-list-widget ul li {
  display: block;
}

.services-list-widget ul li a {
  display: block;
  padding: 18px 25px;
  border-bottom: 1px solid #c8e0ff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--color-heading);
}

.services-list-widget ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 0;
  background: var(--bg-gradient);
  background-size: 220% 150%;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  z-index: -1;
}

.services-list-widget ul li a:hover {
  color: #ffffff;
}

.services-list-widget ul li a:hover::before {
  width: 100%;
}

.services-list-widget ul li.current-item a {
  color: #ffffff;
}

.services-list-widget ul li.current-item a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "\f061";
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17px;
}

.services-list-widget ul li.current-item a::before {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .services-more .row {
    margin-top: -20px;
  }
}

.services-more .item {
  padding: 35px;
  background: var(--bg-gray);
  margin-top: 15px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .services-more .item {
    margin-top: 30px;
    text-align: center;
  }

  .services-details-items blockquote {
    font-size: 28px;
    padding: 50px 37px;
    margin: 30px 0;
    margin-top: 0;
  }
}

.services-more .item i {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  background: var(--color-primary);
  color: var(--white);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
}

.services-more .item a {
  color: var(--color-heading);
}

.services-more .item a:hover {
  color: var(--color-primary);
}

.services-more .item p {
  margin: 0;
}

.accordion-style-two-items .accordion-style-two {
  margin-top: 15px;
  border: none;
  background: #ffffff;
  box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
  border-radius: 8px;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.accordion-style-two-items .accordion-style-two .accordion-body {
  padding: 30px;
}

.accordion-style-two-items button.accordion-button:not(.collapsed) {
  background: var(--color-primary);
  border-radius: 10px 10px 0 0;
}

.accordion-style-two-items .accordion-style-two::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 5px;
  border-radius: 0 10px 10px 0;
}

.accordion-style-two-items .accordion-style-two .accordion-body p {
  margin: 0;
}

.accordion-style-two-items button.accordion-button {
  background: #ffffff;
  padding: 20px 25px !important;
  box-shadow: inherit !important;
  color: var(--color-heading);
  border-radius: 10px;
}

.accordion-style-two-items button.accordion-button::after {
  filter: grayscale(100%);
  left: auto;
  right: 20px;
  background-color: transparent;
  transform: none;
}

.services-details-items blockquote {
  background: var(--color-secondary);
  color: var(--white);
  padding: 45px 60px;
  border-radius: 6px;
  margin: 40px 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.accordion-button {
  text-transform: none;
}

/* ============================================================== 
    # Our Benifits
=================================================================== */
.fun-fact .medium {
  display: block;
  font-weight: 700;
  color: black;
}

.fun-fact .counter {
  display: flex;
    line-height: 1;
    margin-bottom: 5px;
    justify-content: center;
}

.shape-top-center {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 100%;
  background-size: cover;
}

.benifits-area {
  position: relative;
  padding-top: 250px;
}

.benifit-items {
  padding: 80px;
  position: relative;
  bottom: 0;
  background: var(--color-secondary);
  margin-right: -15px;
}

.benifit-items .sub-title {
  margin-bottom: 30px;
}

.product-count {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  padding-top: 35px;
  margin-top: 35px;
}

.product-count img {
  width: 100px;
  margin-right: 30px;
}

.benifit-items p {
  opacity: 0.9;
}

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

.list-standard li {
  position: relative;
  font-size: 17px;
  padding-left: 25px;
  line-height: 2;
  font-weight: 500;
}

.list-standard li::after {
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 20px;
  color: var(--white);
  border-radius: 5px;
}


/* Large screens (992px to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .choose-us-style-two-content {
        border-right: 1px solid rgb(231, 231, 231);
    }
    .choose-us-style-two-content h4.sub-title {
        font-size: 1.3rem;
    }
    .choose-us-style-two-content p.medium {
        font-size: 0.9rem;
    }
    .choose-us-style-two-info .counter {
        font-size: 1.8rem;
    }
    .choose-us-style-two-info .medium {
        font-size: 0.9rem;
    }
}

/* Medium screens (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .choose-us-style-two-content {
        border-right: 1px solid rgb(231, 231, 231);
    }
    .choose-us-style-two-content h4.sub-title {
        font-size: 1.2rem;
    }
    .choose-us-style-two-content p.medium {
        font-size: 0.85rem;
    }
    .choose-us-style-two-info .counter {
        font-size: 1.6rem;
    }
    .choose-us-style-two-info .medium {
        font-size: 0.85rem;
    }
}

/* Small screens (576px to 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .choose-us-style-two-content {
        border-right: none; /* Remove border for stacked layout */
        border-bottom: 1px solid rgb(231, 231, 231); /* Add bottom border to separate from figures */
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .choose-us-style-two-content h4.sub-title {
        font-size: 1.2rem;
    }
    .choose-us-style-two-content p.medium {
        font-size: 0.9rem;
    }
    .choose-us-style-two-info .counter {
        font-size: 1.5rem;
    }
    .choose-us-style-two-info .medium {
        font-size: 0.9rem;
    }
}

/* Extra-small screens (below 576px) */
@media (max-width: 575px) {
    .choose-us-style-two-content {
        border-right: none; /* Remove border for stacked layout */
        border-bottom: 1px solid rgb(231, 231, 231); /* Add bottom border to separate from figures */
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .choose-us-style-two-content h4.sub-title {
        font-size: 1.1rem;
    }
    .choose-us-style-two-content p.medium {
        font-size: 0.8rem;
    }
    .choose-us-style-two-info .counter {
        font-size: 1.4rem;
    }
    .choose-us-style-two-info .medium {
        font-size: 0.8rem;
    }

}

/* ============================================================== 
    # Product list
=================================================================== */
.product-cat-area {
  position: relative;
  z-index: 1;
}

.product-list-box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 60px;
  grid-column-gap: 30px;
}

.product-cat-lists {
  padding-left: 80px;
}

.product-cat-items {
  overflow: hidden;
}

.product-cat-lists .top-info {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}

.product-list-item a {
  display: block;
  position: relative;
  z-index: 1;
}

.product-list-item a img {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}

.product-list-item h5 {
  font-family: var(--font-default);
  font-weight: 900;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--color-secondary);
}

.mask-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #00a93e9c;
  background-size: cover;
  background-position: center;
  font-size: 100px;
  font-weight: 900;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--font-default);
  display: inline-block;
}

.product-cat-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: var(--dark);
  z-index: -1;
}

.shape-right-bottom-mini {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
}

.benifit-items .shape {
  position: absolute;
  left: -80px;
  bottom: -60px;
  width: 200px;
  animation: UpDown 6s linear infinite;
}
/* ============================================================== 
    # Gallery
=================================================================== */
.gallery-style-one {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-style-one img {
  transition: all 0.75s ease-in-out;
  transform: scale(1);
}

.gallery-style-one:hover img {
  transform: scale(1.3);
}

.gallery-style-one .overlay {
  position: absolute;
  left: 30px;
  bottom: 15px;
  z-index: 1;
  right: 0px;
  margin: 0px;
  padding: 50px;
}

.gallery-style-one .overlay::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.75;
  background: url(../img/shape/14.png) left center / 50% no-repeat;
  background-position: left center;
}

.gallery-style-one .overlay h4 {
  margin: 0;
  font-family: var(--font-default);
  letter-spacing: 1px;
  font-size: 28px;
}

.gallery-style-one::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 40%;
  width: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%)
    repeat scroll 0 0;
}

.gallery-style-one-carousel .swiper-wrapper {
  padding-bottom: 70px;
}

.gallery-style-one-carousel .swiper-pagination {
  margin-bottom: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-style-one-carousel .swiper-pagination span.swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background: var(--dark);
}

.gallery-style-one-carousel
  .swiper-pagination
  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 17px;
  width: 17px;
  background: var(--color-secondary);
  opacity: 1;
}

.gallery-style-one .overlay a {
  color: var(--white);
}

.gallery-style-one .overlay p {
  color: var(--color-primary);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  position: relative;
  z-index: 1;
  font-size: 18px;
}

////////=========image gallery==========

.gallery-container {
  padding: 10px;
  max-width: 1200px;
  margin: auto;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hover-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.505);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.hover-overlay span {
  color: white;
  font-size: 1rem;
  transform: rotate(0deg);
  transition: transform 0.5s ease;
}

.gallery-item:hover .hover-overlay {
  opacity: 1;
}

.gallery-item:hover .plus-icon {
  transform: rotate(90deg);
  font-size: 80px;
  font-weight: 200;
}

/* Fullscreen viewer */
.image-viewer {
  display: none;
  position: fixed;
  z-index: 1000;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}

.image-viewer img {
  max-width: 90%;
  max-height: 90%;
}

.nav-btn,
.close-btn {
  position: absolute;
  background-color: rgba(0, 128, 0, 0.4);
  color: white;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  font-weight: normal;
  transition: background-color 0.3s ease;
}

.nav-btn:hover,
.close-btn:hover {
  background-color: rgba(0, 128, 0, 0.6);
}

.close-btn {
  top: 10px;
  right: 20px;
}

.left-btn {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.right-btn {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Responsive Layout */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* ============================================================== 
    # project update 
=================================================================== */

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-item {
    position: relative;
    overflow: hidden;
    height: 400px; /* Base height for all items */
}

.project-item.large {
    grid-column: span 2;
    grid-row: span 1; /* Ensures it doesn't span multiple rows */
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease; /* Transition for zoom */
}

.project-item:hover img {
    transform: scale(1.1); /* Zoom in effect on individual image hover */
}

.project-item .overlay {
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    display: flex;
    justify-content: flex-end;
    padding-left: 20px;
    align-content: flex-start;
    flex-direction: column;

    left:0px;
    bottom: 0px;
    z-index: 1;
    right: 0px;
    margin: 0px;
    padding: 50px;
  
  }

.project-item .overlay::after {
    position: absolute;
    left: 17px;
    bottom: 20px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: ;
    opacity: 0.75;
    background: url(../img/shape/14.png) bottom left / 50% no-repeat; /* Maintain background image */
}

.project-item .overlay p {
    color: var(--color-primary);
    text-transform: uppercase;
    display: block;
    margin-bottom: 2px;
    position: relative;
    font-size: 18px;
    z-index: 1; }

.project-item .overlay h4 {
    margin: 0;
    font-family: var(--font-default);
    letter-spacing: 1px;
    font-size: 28px;
    z-index: 1;
}

.project-item .overlay a {
    color: white;
    text-decoration: none;
}

.project-item .overlay a:hover {
    text-decoration: underline;
    color: white;
}

/* Tablet view (2 columns, square items) */
@media (min-width: 768px) and (max-width: 1024px) {
    .project-grid {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        padding: inherit;
        gap: 20px;
    }
    .project-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }
    .project-item {
        height: 300px;
        aspect-ratio: 1 / 1;
        max-width: 300px;
    }
    .overlay::after {
        background-size: 30% no-repeat;
    }
}

/* Mobile view (1 column, square items) */
@media (max-width: 767px) {
    .project-grid {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .project-item.large {
        grid-column: span 1;
        grid-row: span 1;
    }
    .project-item {
        height: 300px;
        aspect-ratio: 1 / 1;
        max-width: 300px;
    }
    .overlay::after {
        background-size: 30% no-repeat;
    }
}

/* ============================================================== 
    # Gallery 
=================================================================== */

.magnific-mix-gallery {
  margin: -15px;
  overflow: hidden;
}

.gallery-items.colums-3 .gallery-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.gallery-items.colums-2 .gallery-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.gallery-items.colums-4 .gallery-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-items .gallery-item.width {
  width: 66.6666%;
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .gallery-items.colums-2 .gallery-item,
  .gallery-items.colums-3 .gallery-item,
  .gallery-items.colums-4 .gallery-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  /* Portfolio */
  .gallery-items.colums-4 .gallery-item {
    width: 50%;
  }
}

/* ============================================================== 
    # Project Details
=================================================================== */

.project-details-style-one img {
  border-radius: 10px;
}

.project-details-thumb img {
  margin-bottom: 60px;
}

.project-single-tags a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  text-transform: uppercase;
  color: var(--color-paragraph);
}

.project-single-tags a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: ",";
}

.project-single-tags a:last-child::after {
  display: none;
}

.project-single-tags {
  margin-bottom: 15px;
}

.project-single-tags a:hover {
  color: var(--color-primary);
}

.project-details-thumb h2 {
  font-weight: 700;
  margin: 0;
  padding-right: 15%;
}

.project-author-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-row-gap: 30px;
}

.project-author-details ul li {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 60px;
  position: relative;
  z-index: 1;
  border-top: 1px solid #dddddd;
  padding-top: 30px;
}

.project-author-details ul li:first-child {
  border: none;
  padding: 0;
}

.project-author-details ul li h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0;
}

.project-author-details ul li p {
  margin: 0;
}

.project-author-details ul li .right-info h3 {
  color: var(--color-paragraph);
  font-weight: 600;
}

p.project-inner-tag {
  font-weight: 700;
  line-height: 2.3;
  text-transform: uppercase;
}

.item-grid-container img {
  margin-top: 50px;
}

.item-grid-colum h1,
.item-grid-colum h2,
.item-grid-colum h3,
.item-grid-colum h4,
.item-grid-colum h5,
.item-grid-colum h6 {
  font-weight: 700;
}

ul.list-disc {
  list-style: disc;
  margin-left: 20px;
  padding: 0;
}

ul.list-disc li {
  list-style: disc;
  margin-top: 7px;
}

.project-details-style-one img {
  margin-bottom: 35px;
}

.project-details-style-one .project-details-top img {
  margin-bottom: 60px;
}

.project-detail-content {
  position: relative;
}

.project-detail-content ul.project-info {
  padding: 60px;
  border-radius: 8px;
}

@media (min-width: 992px) {
  .project-detail-content ul.project-info {
    position: sticky;
    top: 200px;
  }
}

ul.project-info li h4 {
  margin: 0;
  margin-bottom: 4px;
}

ul.project-info li {
  margin-top: 25px;
}

ul.project-info li:first-child {
  margin-top: 0;
}

.project-static-gallery img {
  margin-bottom: 0;
  margin-top: 20px;
}

/* ============================================================== 
	 # Why Choose Us
=================================================================== */
.choose-us-thumb {
  text-align: center;
  position: relative;
  z-index: 1;
}

.choose-us-thumb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 120%;
  width: 66%;
  transform: translate(-50%, -50%);
  border: 15px solid var(--color-primary);
  z-index: -1;
}

.feature-style-three-item li .icon {
    margin-right: 25px;
}

.feature-style-three-item li {
    margin-top: 30px;
    display: flex;
    border-top: 1px solid var(--color-secondary);
    padding-top: 30px;
}

.ex-badge {
    position: absolute;
    left: 30px;
    bottom: 0;
    height: 280px;
    width: 280px;
}

.ex-badge .fun-fact {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
}

.ex-badge img {
    padding: 0 !important;
}

.ex-badge .fun-fact .counter {
    line-height: 1;
    margin: 0;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

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

.thumb-style-three img {
    padding: 80px;
}

.thumb-style-three::after {
    position: absolute;
    height: 580px;
    width: 580px;
    content: "";
    /* border: 100px solid var(--color-primary); */
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.achivement-items {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-column-gap: 80px;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .achivement-items {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .achivement-items {
        grid-template-columns: 1fr;
        text-align: center;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .achivement-content {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .choose-us-thumb img {
        max-width: 100%;
        height: 60%;
    }
}

.achivement-content {
  text-align: center;
}

.achivement-content .progressbar {
  position: relative;
  margin-bottom: 5px;
}

.achivement-content .progressbar strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 24px;
  color: var(--color-primary);
}

.achivement-content .item {
  margin-top: 50px;
}

.achivement-content .item:first-child {
  margin-top: 0;
}

.achivement-content .item h4 {
  font-size: 20px;
}

ul.list-details h4 {
  font-weight: 700;
}

ul.list-details li {
  margin-top: 40px;
}

ul.list-details li:first-child {
  margin-top: 0;
}

ul.list-details li p {
  margin: 0;
}

.feature-style-three-item li img {
    min-width: 60px;
    width: 60px;
}

.feature-style-three-item li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

.product-list-box {
    display: grid
;
    grid-column-gap: 30px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
}

.bg-gray .product-list-item a {
	background: var(--white);
	border-radius: inherit;
	padding: 20px;
  border-radius: 5%;
}

.bg-gray .product-list-item a:hover {
	background: var(--color-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-list-box {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: inherit;
        grid-auto-flow: inherit;
    }
}

@media only screen and (max-width: 767px) {
    .product-list-box {
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: inherit;
        grid-auto-flow: inherit;
    }
}
/* ============================================================== 
     # Why Choose Us - Responsive
=================================================================== */

/* Large Screens (992px and above) - Default layout is already defined in your CSS */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .thumb-style-three img {
        width: 45%;
        padding: 0;
    }

    .feature-style-three-item ul {
        display: grid
;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }

    .thumb-style-three {
        text-align: center;
        margin: 120px 0;
    }
}

/* Medium Screens (768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-us-style-four-area .row.align-center {
        flex-direction: column;
        text-align: center;
    }

        ul.top-feature {
        margin: 0;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 30px;
        margin-top: 40px;
    }


        .top-bar-area .text-end {
        text-align: center !important;
        margin-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 15px;
        display: none;
    }

    .feature-style-three-item ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px;
    }

            .feature-style-three-item li {
        margin: 0;
        padding: 0;
        border: none;
    }


    .feature-style-three-item.text-end {
        text-align: center !important;
    }

    .feature-style-three-item li .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .thumb-style-three {
        margin: 30px 0;
    }

    .thumb-style-three img {
        padding: 0 160px;
    }

    .thumb-style-three::after {
        height: 450px;
        width: 450px;
        border-width: 50px;
    }

    .ex-badge {
        display: none;
    }
}



/* Small Screens (below 767px) */
@media only screen and (max-width: 767px) {
    .choose-us-style-four-area .row.align-center {
        flex-direction: column;
        text-align: center;
    }

    .col-xl-3, .col-xl-6 {
        width: 100%;
    }

    .feature-style-three-item ul {
        display: block;
    }

    @media only screen and (min-width: 768px) and (max-width: 991px) {
    .choose-us-thumb {
        margin-bottom: 90px;
        text-align: center;
        margin-top: 30px;
    }
}



    .feature-style-three-item li {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-top: 15px;
        margin-top: 15px;
        border-top: none;
    }

    .feature-style-three-item li .icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .feature-style-three-item.text-end {
        text-align: center !important;
    }

    .thumb-style-three {
        text-align: center;
    }

        .thumb-style-three img {
        width: 320px;
        margin: 10px auto;
        padding: 53px;
    }

        .thumb-style-three::after {
        height: 320px;
        width: 320px;
        border-width: 100px;
    }

    .ex-badge {
        display: none; /* Hide .ex-badge on small screens */
    }
}

/* Extra Small Screens (below 576px) */
@media only screen and (max-width: 575px) {
    .feature-style-three-item li {
        padding-top: 10px;
        margin-top: 10px;
    }

    .thumb-style-three img {
        padding: 20px;
    }

    .thumb-style-three::after {
        height: 300px;
        width: 300px;
        border-width: 20px;
    }
}
/* ============================================================== 
    # Choose us Style Two
=================================================================== */
.choose-us-style-two-area {
  position: relative;
  z-index: 1;
}

.choose-us-style-two-area::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: var(--dark);
  z-index: -1;
}

.choose-us-style-two-area::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: url(../img/shape/12.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
}

ul.list-simple li {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  padding-left: 45px;
}

ul.list-simple li:first-child {
  margin-top: 0;
}

ul.list-simple li::after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 26px;
  width: 26px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  border-radius: 50%;
  background: var(--color-secondary);
  color: var(--white);
  line-height: 27px;
}

ul.list-simple li p {
  margin: 0;
}

ul.list-simple.text-light li p {
  opacity: 0.9;
}

.fun-fact-thumb {
  position: relative;
  margin-left: -35%;
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  bottom: -120px;
  margin-top: -120px;
}

.fun-fact-thumb .fun-fact {
  margin-left: 25%;
}

.choose-us-style-two-info {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.choose-us-style-two-info .content{
  
}

.padding-bottom {
  padding-bottom: 100px;
}

.choose-us-style-two-info .thumb {
  margin-right: -140%;
  margin-left: 30px;
}

.choose-us-style-two-info .fun-fact {
  
}

.choose-us-style-two-content {}

.choose-us-style-two-info .fun-fact:first-child {
  
}

.choose-us-style-two-info .fun-fact .counter {
  color: var(--color-primary);
  font-size: 70px;
  font-weight: 600;
}

.choose-us-style-two-info .thumb {
  position: relative;
  z-index: 1;
}

.choose-us-style-two-info .thumb .video-play-button {
  z-index: 999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.choose-us-style-two-info .thumb .video-play-button i {
  font-size: 30px;
  left: 0;
}

.choose-us-style-two-info .thumb .video-play-button .effect {
  background: var(--color-primary);
  height: 150px;
  width: 150px;
}

.choose-us-style-two-info .thumb .video-play-button .effect::after {
  background: var(--color-primary);
  height: 100px;
  width: 100px;
}

.choose-us-style-two-info .thumb .video-play-button i::before {
  position: relative;
  left: 3px;
}

/* ============================================================== 
    # Choose Us Style Three
=================================================================== */
.choose-us-style-three-area .shape {
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
}

.choose-us-style-three-cart-count {
  position: absolute;
  top: 50%;
  right: 0;
  height: 200px;
  width: 200px;
  display: inline-block;
  transform: translateY(-50%);
  margin-right: -60px;
}

.choose-us-style-three-cart-count img {
  background: var(--white);
  border-radius: 50%;
  padding: 17px;
  box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
  position: absolute;
  right: -30px;
  animation: spinner 30s infinite linear;
  height: 200px;
}

.choose-us-style-three-cart-count img:nth-child(2) {
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  padding: 0;
  background: transparent;
  border-radius: inherit;
  animation: inherit;
  box-shadow: none;
}

.illustration-bottom {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 9;
  width: 20%;
}

.list-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-column-gap: 50px;
  margin-top: 35px;
  align-items: center;
}

.list-grid h4 {
  margin: 0;
  text-transform: capitalize;
  font-size: 30px;
}

ul.list-item li {
  position: relative;
  z-index: 1;
  padding-left: 35px;
  font-size: 18px;
  margin-top: 5px;
}

ul.list-item li::after {
  position: absolute;
  left: 0;
  top: 7px;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  height: 23px;
  width: 23px;
  text-align: center;
  line-height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  font-size: 11px;
}

.list-grid .achivement-content {
  text-align: left;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.list-grid .achivement-content .progressbar {
  display: inline-block;
}



/* ============================================================== 
    # Farmers
=================================================================== */

.farmer-area {
  background-repeat: repeat-x;
  background-position: bottom center;
}

.farmer-stye-one {
  margin-bottom: 30px;
}

.farmer-style-one-item .thumb {
  position: relative;
}

.farmer-style-one-item .thumb .social {
  position: absolute;
  left: 0;
  bottom: 0;
}

.farmer-style-one-item .info {
  display: inline-block;
  float: right;
  margin-top: 24px;
}

.farmer-style-one-item .info h4 {
  margin: 0;
}

.farmer-style-one-item .info span {
  font-size: 14px;
  font-weight: 600;
}

.farmer-style-one-item .thumb .social > i {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: var(--color-primary);
  text-align: center;
  line-height: 50px;
  color: var(--color-heading);
  position: absolute;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}

.farmer-style-one-item .thumb .social ul {
  position: absolute;
  bottom: 50px;
}

.farmer-style-one-item .thumb .social ul a {
  color: var(--white);
  display: inline-block;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
}

.farmer-style-one-item .thumb .shape {
  position: absolute;
  left: 0;
  bottom: -15px;
}

.farmer-style-one-item .thumb:hover .social ul a {
  opacity: 1;
  visibility: visible;
}

.farmer-style-one-item .thumb .social ul li:first-child a {
  transform: translateY(30px) rotate(0);
}

.farmer-style-one-item .thumb .social ul li:nth-child(2) a {
  transform: translateY(30px) rotate(0);
}

.farmer-style-one-item .thumb .social ul li:nth-child(3) a {
  transform: translateY(30px) rotate(0);
}

.farmer-style-one-item .thumb .social ul li:nth-child(4) {
  transform: translateY(30px) rotate(0);
}

/* Hover */
.farmer-style-one-item .thumb:hover .social ul li:first-child a {
  transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb:hover .social ul li:nth-child(2) a {
  transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb:hover .social ul li:nth-child(3) a {
  transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb:hover .social ul li:nth-child(4) {
  transform: translateY(0) rotate(0);
}

.farmer-style-one-item .thumb .social li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

.farmer-style-one-item .thumb .social li.instagram a {
  background: #3f729b none repeat scroll 0 0;
}

/* ============================================================== 
     # events
=================================================================== */
.event-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: stretch;
  gap: 20px;
}

/* Image styling */
.event-card img {
  width: auto;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  max-width: 40%;
  min-width: 200px;
}

/* Content styling */
.event-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.event-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.event-title {
  font-weight: 700;
  color: var(--color-secondary);
  font-size: 26px;
}


.badge {
  display: inline-block;
  background: var(--color-secondary);
  color: #fff;
  font-weight: 300;
  padding: 8px 10px;
  border-radius: 8px;
  margin-left: 10px;
  text-transform: uppercase;
}

.event-description {
  color: var(--color-paragraph);
  margin-bottom: 15px;
  text-align: left;
}

.event-description ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.event-description ul li {
  margin-bottom: 5px;
  color: #555;
}

.event-footer {
  margin-top: 10px;
}

.event-footer .btn {
  display: inline-block;
  padding: 8px 16px;
  background: #2f6b2f;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.event-footer .btn:hover {
  background: #245524;
}

/* Topics container */
.topics-container {
  display: block;
  margin-bottom: 20px;
}

.training-topics {
  display: flex;
  flex-wrap: wrap;
  list-style-type: disc;
  width: 100%;
  margin-bottom: 20px;
}

.training-topics li {
  flex: 0 0 33.33%;
  color: #7f8c8d;
  margin-bottom: 10px;
  padding-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .event-card {
    flex-direction: column; /* Stack image and content vertically */
    align-items: center;
    padding: 15px;
    gap: 15px;
  }

  .event-card img {
    max-width: 100%; /* Full width on small screens */
    min-width: unset; /* Remove min-width constraint */
    height: 200px; /* Fixed height for consistency */
  }

  .event-content {
    text-align: center; /* Center-align text for better readability */
  }

  .event-header {
    flex-direction: column; /* Stack title and badge */
    gap: 8px;
  }

  .training-topics li {
    flex: 0 0 50%; /* Two columns on smaller screens */
  }
}

@media (max-width: 480px) {
  .event-card {
    padding: 20px;
    margin-bottom: 20px;
  }

  .event-card img {
    height: auto;
        width: 100%;
  }

  .event-footer .btn {
    width: 100%; /* Full-width button on small screens */
    padding: 10px;
  }

  .training-topics li {
    flex: 0 0 100%; /* Single column on very small screens */
  }
  
}

/* Align to the left on small screens (e.g., mobile devices up to 576px) */
@media (max-width: 576px) {
    .badge {
        margin-left: 0; /* Remove default left margin to align flush left */
        margin-right: auto; /* Push to the left within a flex or block context */
    }
}

/* Optional: Ensure parent container supports left alignment */
.badge-container {
    text-align: left; /* Apply to a parent div if needed */
}

/* Optional: Use flexbox for better control on small screens */
@media (max-width: 576px) {
    .badge-container {
        display: flex;
        justify-content: flex-start; /* Aligns badge to the left */
    }
}

/* Container responsiveness */
.container {
  padding: 0 15px; /* Add padding for small screens */
  max-width: 100%; /* Ensure container doesn't overflow */
}

@media (min-width: 992px) {
  .container {
    max-width: 960px; /* Bootstrap-like container width */
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Align event-title to the left on small screens (up to 576px) */
@media (max-width: 576px) {
    .event-header {
        text-align: left; /* Aligns all inline content to the left */
        display: block; /* Ensures the header stacks vertically if needed */
    }
    
    .event-title {
        display: block; /* Forces title to take full width and align left */
        margin-bottom: 5px; /* Adds space between title and badge on small screens */
        margin-right: 0; /* Removes right margin to avoid overlap */
        line-height: 26px;
    }
    
    .badge {
        display: inline-block; /* Keeps badge inline but aligned under title */
        margin-left: 0; /* Resets margin to align with left edge */
    }
}

/* Countdown Styles */
.team-single-area  .countdown-container {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: 10px;
    background-color: var(--white);
}

.countdown-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: left;
}

.countdown-row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-value {
    font-size: 48px;
    font-weight: bold;
    color: #28a745;
    line-height: 1;
}

.countdown-label {
    font-size: 14px;
    color: #555;
    margin-top: 5px;
}

.divider {
    color: #28a745;
}

/* Registration Form Section */
.registration-section {
    background: #ecf0f1;
}

.registration-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
    color: #2c3e50;
}


.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #2c3e50;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.form-group textarea {
    resize: vertical;
}

.form-group.full-width {
    width: 100%;
}

.registration-section .container form button {
  color: black;
}


.countdown-container {
  background-color: #f8f9fa;
  padding: 15px 20px;
  border-radius: 5px;
  display: inline-block;
}

.countdown-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

#countdown {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

#countdown span {
  color: #28a745;
  font-size: 18px;
  margin-right: 4px;
}





/* ============================================================== 
     # Team Single  
=================================================================== */

.team-single-area .team-content-top .right-info h2 {
  font-weight: 600;
}

.team-single-area .team-content-top .right-info span {
  display: block;
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: 600;
  margin-bottom: 25px;
}

.team-single-area .right-info ul {
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 17px;
}

.team-single-area .right-info ul li {
  margin-top: 10px;
  color: var(--color-heading);
}

.team-single-area .right-info ul li strong {
  font-weight: 600;
}

.team-single-area .right-info ul li a {
  font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
  color: var(--color-primary);
}

.team-single-area .right-info .social {
  display: flex;
  margin-top: 25px;
  font-weight: 600;
  align-items: center;
}

.team-single-area .right-info .social h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 25px;
}

.team-single-area .right-info .social ul {
  margin: 0;
  padding: 0;
  border: none;
}

.team-single-area .right-info .social .share-link {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  padding-right: 20px;
}

.team-single-area .right-info .social .share-link > i {
  display: inline-block;
  height: 45px;
  background: var(--white);
  box-shadow: 0 0 10px #cccccc;
  line-height: 45px;
  width: 45px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: var(--color-secondary);
}

.team-single-area .right-info .social ul {
  display: flex;
  list-style-type: none;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}

.team-single-area .right-info .social .share-link:hover ul {
  left: 58px;
  opacity: 1;
  pointer-events: auto;
}

.team-single-area .right-info .social ul li {
  display: inline-block;
  margin: 0;
}

.team-single-area .right-info .social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 47px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 50%;
}

.team-single-area .bottom-info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
  margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
  padding-left: 35px;
}

.skill-items .progress-box {
  margin-bottom: 35px;
}

.team-single-area .team-content-top img {
  border-radius: 50%;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.skill-items .progress-box h5 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 16px;
}

.skill-items .progress-box h5 span {
  position: absolute;
  font-size: 50px;
  line-height: 1;
  top: -21px;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  font-weight: 600;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: none;
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
  height: 6px;
  border-radius: 30px;
  background: var(--bg-gradient);
  top: 12px;
  position: relative;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar span {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  font-size: 17px;
  color: var(--color-heading);
  font-weight: 600;
}

.team-single-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
}

.team-list-item h4 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 28px;
}

.team-list-item h5 {
  font-weight: 600;
  margin-bottom: 8px;
}

.team-list-item span {
  text-transform: none;
  margin-bottom: 5px;
  color: var(--color-heading);
  display: block;
}

.team-list-item li {
  margin-top: 30px;
}

.team-list-item li:first-child {
  margin-top: 0;
}

.team-single-list ul {
  border: none;
  margin-top: 0;
  padding: 0;
}

.skill-items h3 {
  font-weight: 600;
  margin-bottom: 30px;
}

.team-list-item ul {
  border-left: 1px solid;
  padding-left: 25px;
}

.team-list-item ul li {
  position: relative;
  z-index: 1;
}

.team-list-item ul li::after {
  position: absolute;
  left: -33px;
  top: 3px;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: var(--bg-gray);
}

/* ============================================================== 
    # Faq
=================================================================== */

.faq-style-one {
  position: relative;
}

.faq-style-one button.accordion-button {
  color: var(--color-heading);
  font-size: 18px;
  font-weight: 600;
  padding: 20px;
  padding-right: 0;
  background: transparent;
  padding-left: 35px;
  position: relative;
  box-shadow: inherit;
  border: none;
  border-radius: inherit;
  text-transform: none;
}

.faq-style-one button.accordion-button::after {
  background: transparent;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  font-size: 17px;
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 1;
  height: 100%;
  transform: inherit;
}

.faq-style-one button.accordion-button:not(.collapsed)::after {
  -webkit-transform: inherit;
  transform: inherit;
  content: "\f068";
}

/* Styling for FAQ accordion icons */

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #0c7734;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button .accordion-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-button .accordion-icon:after {
    font-size: 1rem;
    color: #333; /* Adjust color as needed */
    transition: transform 0.2s ease; /* Smooth transition for arrow change */
}

.accordion h3 {
  margin-top: 1.6rem;
  font-weight: 700;
  font-size: 24px;
  color: var(--color-secondary);
}

.faq-style-one button.accordion-button:focus {
  background: transparent;
  color: var(--color-heading);
  border: none;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.faq-style-one .accordion-body {
  padding: 0;
  margin-top: 15px;
}

.faq-style-one .accordion-header {
  border-bottom: 1px solid;
}

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

.thumb-style-two img:nth-child(2) {
  position: absolute;
  bottom: -2px;
  z-index: -1;
  height: 300px;
  left: 100%;
  transform: rotate(2deg);
  margin-left: -25px;
}

.thumb-style-two h2 {
  margin: 0;
  position: absolute;
  font-size: 200px;
  bottom: 0;
  left: -80px;
  color: transparent;
  -webkit-text-stroke: 1px var(--white);
  font-family: sans-serif;
}

.thumb-style-two h2 strong {
  display: inline-block;
  color: var(--color-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  background-image: url(../img/shape/28.jpg);
  font-size: 250px;
}


/* ============================================================== 
    # Contact Us
=================================================================== */
.contact-area {
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  z-index: 1;
}

.contact-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 55%;
  background: var(--dark);
  z-index: -1;
}

.contact-page.contact-area::after {
  display: none;
}

.contact-area .shape-left-top {
  max-width: 30%;
  top: 60px;
  opacity: 0.1;
}

.contact-style-one-info li {
  display: flex;
  margin-top: 30px;
}

.contact-style-one-info li i {
  display: inline-block;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--white);
  font-size: 25px;
  margin-right: 20px;
}

.contact-style-one-info li:nth-child(2) i {
  background: var(--color-secondary);
}

.contact-style-one-info li:nth-child(3) i {
  background: #068685;
}

.contact-style-one-info li p {
  margin: 0;
}

.contact-style-one-info li h5 {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 20px !important;
  margin-top: 0;
}

.contact-style-one-info li a {
  font-weight: 400;
}

.contact-style-one-info h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1;
}

.contact-style-one-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 50px;
}

.contact-form-style-one {
  padding: 80px 100px;
  position: relative;
  background: var(--white);
}

.contact-form-style-one img {
  position: absolute;
  left: -230px;
  bottom: -50px;
  width: 300px;
}

.contact-form-style-one .illustration {
  position: absolute;
  left: -130px;
  bottom: -60px;
  z-index: -1;
}

.contact-form-style-one .sub-heading {
  margin-bottom: 15px;
}

.contact-form-style-one .heading {
  margin-bottom: 40px;
}

.contact-form-style-one input,
.contact-form-style-one textarea {
  margin-bottom: 15px;
  padding: 15px 20px;
  border: none;
  background: #f8f8f8;
  font-size: 14px;
}

.contact-form-style-one textarea {
  min-height: 180px;
}

.contact-form-style-one button {
  display: inline-block;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  font-size: 17px;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  color: var(--color-heading);
  border: none;
  background: var(--color-primary);
  padding: 16px 52px;
}

.contact-form-style-one button::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--color-secondary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}

.contact-form-style-one button:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}

.contact-form-style-one button:hover {
  color: var(--white);
}

img.loader {
  margin-left: 8px;
}

.contact-style-one-info h2 span {
  position: relative;
  z-index: 1;
}

.contact-style-one-info h2 span svg {
  position: absolute;
  top: auto;
  left: 50%;
  width: 80%;
  height: 100%;
  transform: translate(-50%);
  overflow: visible;
  bottom: 0;
  z-index: -1;
}

.contact-style-one-info h2 span path {
  stroke: var(--color-primary);
  stroke-width: 10;
  stroke-dasharray: 1500;
  fill: none;
}

.contact-form-style-one .sub-title {
  margin-bottom: 10px;
}

.sahpe-right-bottom {
  position: absolute;
  right: 0;
  bottom: -50px;
  max-width: 15%;
}

.google-map {
    position: relative;
    display: block;
    background-color: var(--roofsie-primary);
    width: 100%;
}

.google-map iframe {
    width: 100%;
    height: 400px; /* Adjust height as needed */
    border: 0;
    display: block;
}


/* ============================================================== 
    # Feature
=================================================================== */

.feature-style-one-area {
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.shape-left-top {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
  width: 25%;
}

.quality-card ul {
  display: flex;
  align-items: center;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 25px;
  margin-top: -40px;
}

.quality-card img {
  height: 120px;
  margin: 0 15px;
}

.quality-card ul li {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--color-heading);
  font-weight: 700;
}

.feature-style-one-info .mask-text {
  text-align: center;
}

.feature-style-one-item {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.feature-style-one-item h2 {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font-secondary);
  font-weight: 900;
  color: var(--white);
}

.item-list li {
  font-weight: 600;
  color: var(--color-heading);
  line-height: 32px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.item-list li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  color: var(--color-secondary);
  font-weight: 100;
}

.featured-product {
  background: var(--white);
  box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
  overflow: hidden;
  border-radius: 10px;
  margin-right: -50px;
  padding: 25px 0;
}

.featured-product .product-list-item a {
  display: flex;
  align-items: center;
  padding: 17px 50px;
}

.featured-product .product-list-item img {
  width: 70px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0;
}

.featured-product .product-list-item {
  position: relative;
  z-index: 1;
}

.featured-product .product-list-item a h5 {
  margin: 0;
}

/* ============================================================== 
    # Featuer Style Two
=================================================================== */

.feature-style-two-area {
  background-size: 55%;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.feature-style-two-items {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  align-items: center;
}

.feature-style-two {
  padding: 50px;
}

.feature-style-two.info {
  padding: 100px 80px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.product-feature-item {
  text-align: center;
  margin-top: 80px;
}

.product-feature-item h4 {
  margin: 0;
}

.product-feature-item:first-child {
  margin-top: 0;
}

.product-feature-item img {
  height: 120px;
  margin-bottom: 15px;
}

.product-feature-item .thumb {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.product-feature-item .thumb::after {
  position: absolute;
  left: 50%;
  top: -30px;
  content: "";
  height: 150px;
  width: 150px;
  transform: translateX(-50%);
  background: linear-gradient(0deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 50%;
}

/* ============================================================== 
    # Timeline
=================================================================== */

.timeline-area {
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.timeline-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 50px;
  border-top: 2px solid var(--dark);
  padding-top: 50px;
}

.timeline-item h2 {
  color: var(--dark);
  font-weight: 800;
  font-size: 65px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.timeline-item h4 {
  margin-bottom: 0;
}

.timeline-item {
  position: relative;
  z-index: 1;
}

.timeline-item::after {
  position: absolute;
  left: 40px;
  top: -61px;
  content: "";
  height: 20px;
  width: 20px;
  background: var(--white);
  border-radius: 50%;
  border: 2px solid var(--dark);
}

.timeline-item::before {
  position: absolute;
  left: 49px;
  top: -42px;
  content: "";
  height: 30px;
  width: 2px;
  border-left: 2px solid var(--dark);
}

.timeline-item h2::after {
  position: absolute;
  left: 46px;
  top: -55px;
  content: "";
  height: 8px;
  width: 8px;
  background: var(--color-secondary);
  border-radius: 50%;
}

/* ============================================================== 
    # templates, email and popup
=================================================================== */
/* Container for both email generators */
.email-generators {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Individual containers */
.order-container, .consult-container {
    flex: 1;
    min-width: 400px;
    padding: 20px;
    border-radius: 5px;
    background-color: #e6ffe7;
}

/* Ensure textareas and buttons are styled consistently */
.textarea-input, .textarea-output {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.textarea-output {
    background-color: #fff;
}

.action-button {
    background-color: #2e7d32;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 10px;
}

.action-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.message-box {
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.message-box.success {
    background-color: #dff0d8;
    color: #3c763d;
}

.message-box.error {
    background-color: #f2dede;
    color: #a94442;
}

.message-box.info {
    background-color: #d9edf7;
    color: #31708f;
}

.message-box.hidden {
    display: none;
}

.email-preview {
    border: 1px solid #e0e0e0;
    padding: 15px;
    border-radius: 4px;
    background-color: #fff;
    min-height: 200px;
}

.form-group {
    margin-bottom: 15px;
}

.hint-text {
    font-size: 12px;
    color: #757575;
    margin-top: 5px;
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .email-generators {
        flex-direction: column;
    }
}

/* ============================================================== 
    # Call to action
=================================================================== */
.call-to-action-area {
  background-size: 35%;
  background-position: center top;
}

.callto-action {
  background: var(--color-secondary);
  padding: 80px;
  position: relative;
  z-index: 2;
}

.callto-action p {
  opacity: 0.9;
}

.call-to-action-area .row {
  align-items: end;
}

.call-to-action-area .brand {
  padding: 50px;
  position: relative;
  z-index: 1;
}

.call-to-action-area .brand::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 600%;
  left: -200%;
  right: -200%;
  background: var(--white);
  z-index: -1;
}

.callto-action a {
  text-transform: uppercase;
  border-bottom: 2px solid;
  padding-bottom: 3px;
  color: var(--color-primary);
}

.callto-action a:hover {
  color: var(--bg-gray);
}

.call-to-action-area .shape {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: 160px;
  max-width: 26%;
}

/* ============================================================== 
    # Brand
=================================================================== */
.brand-style-one-carousel img {
  height: 100px;
}

/* ============================================================== 
    # Product Speciality
=================================================================== */
.product-cart-count {
  position: relative;
  left: 0;
  background: var(--color-primary);
  text-align: center;
  padding: 40px;
  display: inline-block;
  top: -35px;
  margin-bottom: 0;
}

.product-speciality-info {
  position: relative;
  z-index: 1;
}

.product-cart-count h1 {
  margin: 0;
  font-size: 60px;
}

.product-cart-count h1 strong {
  display: block;
  font-size: 36px;
  font-family: var(--font-secondary);
  text-transform: uppercase;
}

.product-badge::after {
  position: absolute;
  right: -29px;
  top: 0;
  content: "";
  border-right: 30px solid transparent;
  border-bottom: 35px solid var(--color-primary);
  opacity: 0.6;
}

.product-speciality-info h2 {
  font-size: 60px;
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.product-speciality-info h2 strong {
  display: block;
  color: var(--color-secondary);
  font-weight: 600;
}

/* ============================================================== 
    # Category Product
=================================================================== */
.product-cat-highlight-info {
  padding: 80px;
  background: var(--color-secondary);
}

.product-cat-highlight-info h2 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.product-cat-highlight-info h2 strong {
  display: block;
}

.product-cat-highlight-info h6 {
  text-transform: uppercase;
  font-size: 18px;
  background: var(--white);
  display: inline-block;
  color: var(--color-heading);
  padding: 10px;
  position: relative;
  z-index: 1;
}

.product-cat-highlight-info .btn {
  margin-top: 25px;
}

.product-cat-highlight-info .btn::after {
  background: var(--dark);
}

.product-cat-highlight-info img {
  margin-top: -80px;
}

.product-cat-highlight-info h6::after {
  position: absolute;
  right: -15px;
  top: 0px;
  content: "";
  height: 101%;
  width: 40px;
  background: var(--white);
  clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
  z-index: -1;
}

.product-cat-highlight-info h6::before {
  position: absolute;
  left: -15px;
  top: 0px;
  content: "";
  height: 101%;
  width: 40px;
  background: var(--white);
  clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
  z-index: -1;
}

.pro-cat-carousel .product {
  margin-bottom: 0;
  padding: 0;
}

.pro-cat-carousel .product .product-contents {
  box-shadow: none;
  border: 1px solid #e7e7e7;
}

ul.product-features {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
}

ul.product-features li {
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 50px;
}

ul.product-features li img {
  height: 60px;
  margin-right: 15px;
}

ul.product-features li p {
  margin: 0;
}

ul.product-features li h4 {
  margin-bottom: 5px;
  font-weight: 600;
}

ul.product-features li:last-child {
  margin: 0;
}

.product-swiper-nav {
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  width: 100%;
  padding: 0 50px;
  transform: translateY(-50%);
  margin-top: -20px;
}

.product-swiper-nav > div {
  height: 40px;
  width: 40px;
  background: var(--color-primary);
  z-index: 9;
  position: relative;
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.product-swiper-nav > div::after {
  position: absolute;
  top: 7px;
  content: "";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: var(--white);
}

.product-swiper-nav .product-button-next::after {
  content: "\f105";
}

.product-swiper-nav .product-button-prev::after {
  content: "\f104";
}

.pro-cat-carousel:hover .product-swiper-nav > div {
  opacity: 1;
  visibility: visible;
}

/* Brand */
.brand-style-two img {
  max-height: 90px;
}

/* ============================================================== 
    # Footer
=================================================================== */
footer {
  background-size: 15%;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.shape-right-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35%;
  opacity: 0.4;
  z-index: -1;
}

.footer-item {
  margin-top: 50px;
}

.f-items.default-padding {
  padding-top: 70px;
}

/* whatsapp style */
.whatsapp-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 1000;
}

.whatsapp-icon img {
  width: 100%;
  height: auto;
}

.whatsapp-icon:hover {
  opacity: 0.8;
  transform: scale(1.1);
  transition:
    transform 0.2s,
    opacity 0.2s;
}

.footer-item .logo,
.footer-item .widget-title {
  margin-bottom: 30px;
}

.footer-item .logo {
  height: 60px;
}

.footer-item .widget-title {
  font-weight: 600;
}

.footer-item.link li {
  margin-top: 12px;
}

.footer-item.link li:first-child {
  margin: 0;
}

.footer-item.link li a {
  font-weight: 500;
  color: #dedede;
}

.footer-item.link li a:hover {
  color: var(--color-primary);
}

.footer-item.recent-post li {
  display: flex;
  margin-top: 30px;
}

.footer-item.recent-post li img {
  width: 80px;
  max-width: 80px;
  margin-right: 20px;
  border-radius: 10px;
}

.footer-item.recent-post li:first-child {
  margin: 0;
}

.footer-item.recent-post li .meta-title span {
  color: var(--color-primary);
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.footer-item.recent-post li a {
  line-height: 1;
  font-weight: 600;
  color: #dedede;
  font-size: 18px;
}

.footer-item.recent-post li a:hover {
  color: var(--white);
}

.footer-item.recent-post li h5 {
  margin: 0;
  line-height: 1.3;
}

.footer-item.about {
  padding-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}

.footer-item.about p {
  color: #dedede;
}

.footer-item.about form {
  margin-top: 30px;
  position: relative;
}

.footer-item.about form button {
  position: absolute;
  right: 8px;
  top: 8px;
  background: var(--color-primary);
  border: none;
  height: 50px;
  width: 50px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  color: var(--color-heading);
}

.footer-item.about form button:hover {
  color: var(--white);
}

.footer-item.about form input {
  min-height: 66px;
  padding-left: 30px;
  border-radius: 8px;
  border: none;
}

.footer-item.contact li {
  display: flex;
  margin-top: 20px;
}

.footer-item.contact li strong {
  display: block;
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
}

.footer-item.contact li i {
  display: inline-block;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 20px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  border: 1px dashed rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 18px;
}

.footer-item.contact li {
  color: #dedede;
}

.footer-item.contact li p {
  margin: 0;
  color: #dedede;
}

.footer-item.contact li a {
  color: #dedede;
  font-weight: 500;
}

.footer-item.contact li a:hover {
  color: var(--white);
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom {
  padding-top: 20px;
}

/* ============================================================== 
    # cart
=================================================================== */
/* Table Head */
form.woocommerce-cart-form table thead th {
  background: #ecf3ef;
  padding: 18px 15px;
  text-align: left;
  font-weight: 700;
  color: #555;
}

/* Table Cells */
form.woocommerce-cart-form table td {
  padding: 20px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

/* Product Thumbnail */
.product-thumbnail img {
  width: 90px;
  border-radius: 6px;
}

/* Remove Button */
.product-remove a {
  font-size: 22px;
  color: red;
  display: inline-block;
}

/* Quantity Input */
.product-quantity input[type="number"] {
  width: 60px;
  padding: 5px 8px;
  text-align: center;
}

/* Coupon + Update Cart Row */
.cart-actions {
  background-color: #fff;
}

.cart-actions .coupon {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-right: 20px;
}

#header-mini-cart  {
    background: #cfe6ff;
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 25px;
    
}

/* Small screens (e.g., mobile devices, up to 576px) */
@media (max-width: 576px) {
    #header-mini-cart {
        height: 40px;
        width: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-left: 15px;
    }

    .event-card .btn-angle {
    display: inline-block;
    height: 58px;
    text-align: left;
    line-height: 58px;
    background: var(--color-primary);
    color: var(--color-heading);
    padding: 0 20px;
    border-radius: 6px 6px 6px 6px;
    width: 100%;
    text-align: center;
}

.event-content ul li {
  text-align: left;
}

.product-caption input {
padding: 0px 15px;
    margin-top: 15px;
    border-radius: 7px;
    text-align: center;
    max-width: 30%;
    margin-right: 12px;
}
}


.cart-icon .cart-count {
    background-color: var(--color-primary);
    height: 24px;
    line-height: 24px;
    padding: 0;
    position: absolute;
    right:-13px;
    text-align: center;
    top: 0px;
    width: 24px;
    border-radius: 50%;
    font-weight: 600;
    color: var(--color-heading);
    margin-right: 0;
    font-size: small;
}

.coupon input {
  height: 45px;
  padding: 0 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.apply-coupon,
.update-cart {
  background-color: #fac768;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  color: var(--dark-secondary);
}
.apply-coupon:hover,
.update-cart:hover {
  background-color: var(--dark);
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  color: white;
}

.update-cart {
  background-color: #fac768;
}

/* Cart Totals */
.shop-cart-totals {
  margin-top: 50px;
}

.shop-cart-totals h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.totals-table {
  width: 100%;
  border: 1px solid #eee;
  border-collapse: collapse;
}

.totals-table th,
.totals-table td {
  padding: 18px 15px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.totals-table td p {
  margin: 4px 0;
}

.totals-table a {
  color: var(--dark);
  font-weight: 600;
  text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-secondary);
    opacity: 1;
}

.fa-times:before {
    content: "\f00d";
}

form.woocommerce-cart-form table td a.remove {
    display: inline-block;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 26px;
    background: #ff6262;
    color: var(--white);
    font-size: 14px;
    border-radius: 50%;
}

form.woocommerce-cart-form table td {
    padding: 20px !important;
    border: none !important;
    border-bottom: 1px solid #e7e7e7 !important;
    text-align: left;
}

.shop-cart-totals tr th {
    border-right: 1px solid #e7e7e7;
    padding: 15px;
}

a, .btn, button {
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    outline: medium none;
    text-decoration: none;
    font-weight: 600;
}

.update-cart {
    float: right;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}



/* ============================================================== 
    #process area
=================================================================== */
.order-process-tab-navs .nav-link {
    margin: 0;
    width: 100%;
    border: none;
    padding: 35px 25px;
    background: var(--color-paragraph);
    text-align: left;
}

.order-process-tab-navs {
    border: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.sub-title {
    text-transform: uppercase;
    color: var(--color-secondary);
    font-weight: 800;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.order-process-tab-navs .nav-link h4, .order-process-tab-navs .nav-link strong {
    font-weight: 800;
    font-size: 18px;
    margin: 0;
    color: var(--color-heading);
}

.order-process-tab-navs .nav-link.active h4, .order-process-tab-navs .nav-link.active strong {
    color: var(--white);
}

.call-to-action {
    display: flex
;
    align-items: center;
}

.order-process-tab-content li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    color: var(--color-primary);
    transform: rotate(45deg);
}

.order-process-tab-content li {
    display: block;
    line-height: 34px;
    font-weight: 700;
    position: relative;
    padding-left: 25px;
}

.call-to-action i::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
    animation: video-play 1500ms ease-out infinite;
}

.title-order {
  font-weight: 800;
  font-size: 30px;
}
.mt-45 {
    margin-top: 45px;
}

.process-style-one .title {
    margin-bottom: 20px;
}

.order-process-tab-navs .nav-link.active span {
    color: var(--white);
    opacity: 0.9;
}

.process-style-one .shape {
    position: absolute;
    left: 440px;
    top: 50px;
    max-width: 150px;
    z-index: -1;
}

.order-process-tab-navs .nav-link span {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-heading);
    display: block;
    font-size: 14px;
}

.call-to-action i {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    background: var(--color-primary);
    text-align: center;
    color: var(--white);
    font-size: 30px;
    border-radius: 50%;
    margin-right: 25px;
    position: relative;
    font-weight: 1;
    margin-left: 10px;
}

.process-style-one .nav-link {
    border: 1px solid #;
    padding: 15px;
    text-align: left;
    background: #eff2f5;
    transition: all 0.3s ease;
}

.process-style-one .nav-link.active {
    background: #49a760;
    color: #fff;
    border-color: #49a760;
}

.process-style-one .tab-content {
    padding: 20px;
}

@media only screen and (max-width: 767px) {
    .process-style-one {
        text-align: center;
    }
}

.process-style-one {
    position: relative;
    z-index: 1;
} 

@media (max-width: 991px) {
    .process-style-one .col-lg-4 {
        margin-bottom: 20px;
    }
    .process-style-one .nav-tabs {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 767px) {
    .order-process-tab-navs .nav-link {
        text-align: center !important;
        border-radius: inherit;
        margin-bottom: 30px !important;
    }
}

.order-process-tab-navs .nav-link {
    margin: 0;
    width: 100%;
    /* border: none; */
    padding: 35px 25px;
    background: var(--bg-gray);
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .call-to-action {
        justify-content: center;
        margin-bottom: 50px;
    }
}
/* ============================================================== 
    # 404 page
=================================================================== */

.error-page-area {
  position: relative;
  z-index: 1;
}

.error-page-area .shape-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: left !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-page-area .shape-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 20%;
  background-position: right !important;
  background-repeat: no-repeat !important;
  z-index: -1;
  opacity: 0.3;
  background-size: contain !important;
}

.error-box h1 {
  font-size: 150px;
  line-height: 110px;
  font-weight: 800;
  margin-bottom: 40px;
  text-shadow: 3px 3px #c0c0c0;
}

.error-box h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.error-box p {
  padding: 0 10%;
}
=============================================== input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
  width: 100%;
  padding: 10px;
  margin: 5px 0 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

/* ===========================================
ordering form
===================================================== */
.order-container {
  background-color: #f2f2f2;
  padding: 30px;
  max-width: 800px;
}

h2.form-title {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--color-primary);
}
h5.section-title {
  font-size: 18px;
  margin: 20px 0 10px;
  color: var(--dark);
}
.input-group {
  margin-bottom: 10px; /* Increased margin for better spacing */
  align-items: center;
}
.text-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 4px 4px 4px !important;
  transition: border-color 0.3s;
}
.text-input:focus {
  border-color: var(--color-primary);
  outline: none;
}
.input-label {
  margin-bottom: 5px;
  display: block;
}

.radio-group {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.radio-group label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}


/* Input Styling */
.radio-group input[type="radio"] {
  accent-color: #28a745; /* or your theme color */
  width: 18px;
  height: 18px;
  cursor: pointer;
    margin-right: 10px;

}

/* Highlight on Checked */
.radio-group input[type="radio"]:checked + label,
.radio-group label:has(input[type="radio"]:checked) {
  border-color: #28a745;
  background-color: #f6fff8;
}

/* Hover Effect */
.radio-group label:hover {
  border-color: #28a745;
}


.submit-button {
  color: white;
  padding: 12px 15px; /* Increased padding for button */
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-message {
  color: red;
  font-size: 14px;
}
.notification-area {
  margin-top: 20px; /* Increased margin for notification area */
}
.notification-message {
  color: green;
  font-weight: bold;
}
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.col-half,
.col-third,
.col-full {
  flex: 1;
  min-width: 200px;
  padding: 0 10px;
}



/* ============================================================== 
     #   Featured Product 
=================================================================== */
/* Feature Product */
.feature-product-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.feature-product-item {
    background-size: cover;
    background-position: right center;
    padding: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature-product-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgb(255 241 241) 130%) repeat scroll 0 0;
    z-index: -1;
}

.feature-product-item:nth-child(2):after {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(80 182 59) 130%) repeat scroll 0 0;
    z-index: -1;
}

.feature-product-item:nth-child(2) {
    background-position: left center;
    text-align: right;
}

.feature-product-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-product-item ul li {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    font-weight: 600;
    margin-top: 5px;
}

.feature-product-item ul li::after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    height: 10px;
    width: 10px;
    background: var(--color-primary);
    border-radius: 3px;
    opacity: 0.7;
}

.feature-product-item h2 {
    font-weight: 800;
}

.feature-product-item .btn {
    margin-top: 25px;
}

.feature-product-item:nth-child(2) ul li {
    padding: 0;
    padding-right: 20px;
    color: var(--white);
}

.feature-product-item:nth-child(2) ul li::after {
    left: auto;
    right: 0;
    background: var(--white);
}

.feature-product-item:nth-child(2) h2 {
    color: var(--white);
}


@media only screen and (max-width: 767px) {
    .feature-product-items {
        grid-template-columns: 1fr;
    }

        .default-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
/* ============================================================== 
     # TESTIMONIAL
=================================================================== */
/* Testimonial */
.testimonial-style-three .provider {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin-top: 30px;
}

.testimonial-style-three .provider img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial-style-three .provider h4 {
    font-weight: 800;
    margin-bottom: 5px;
}

.testimonial-style-three h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.testimonial-style-three .rating {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    color: var(--color-secondary);
}

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

.testimonial-three-box .text-big {
    font-size: 150px;
    text-transform: uppercase;
    font-weight: 900;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    line-height: 1;
    opacity: 0.03;
}

.testimonial-style-three p {
    font-size: 18px;
    line-height: 2;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .testimonial-three-box .text-big {
        font-size: 40px;
        top: -20px;
    }
}

/* ============================================================== 
     # Responsvie
=================================================================== */


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.btn-md {
		padding: 16px 42px;
		font-size: 17px;
	}
}

@media only screen and (min-width: 1024px) {
	.navbar .row.align-center {
		align-items: center;
	}
}

@media only screen and (max-width: 1023px) {
	nav.navbar.validnavs.navbar-fixed.no-background,
	nav.navbar.validnavs.navbar-fixed {
		position: relative;
	}
}

@media only screen and (max-width: 991px) {
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* Home Gardening */
	.about-four-thumb img:nth-child(2) {
		left: 0;
	}
	
	.about-four-thumb .experience {
		right: 0;
	}
	
	.about-four-thumb {
		padding-right: 50px;
		padding-left: 50px;
		margin-bottom: 50px;
	}
	
	.thumb-style-four {
		margin-bottom: 50px;
	}
	
	.fun-factor-area .fun-fact-items .counter {
		font-size: 60px;
	}
	
	.fun-factor-area .fun-fact-items .medium {
		font-size: 16px;
	}

	/* Agriculture Shop */
	.feature-product-item {
		background-position: center;
	}
	
	.feature-product-item:nth-child(2) {
		background-position: center;
	}

	.product-mix-menu {
		margin: 0;
		top: 0;
		text-align: left !important;
		margin-bottom: 40px;
	}
	
	.product-mix-menu button {
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	.choose-us-style-four-area {
		width: 95%;
	}
	
	.best-selling-banner {
		margin-bottom: 50px;
	}
	
	.testimonial-three-box .text-big {
		font-size: 100px;
	}

	.btn-md {
		padding: 16px 42px;
		font-size: 17px;
	}

}

@media only screen and (max-width: 767px) {
	/* Home Gardening */

	.banner-style-four .content {
		padding-top: 60px;
	}

	.about-four-thumb .experience {
		display: none;
	}
	
	.about-four-thumb img:nth-child(2) {
		left: auto;
		right: 0;
	}
	
	.about-four-thumb {
		margin-bottom: 30px;
	}
	
	.gardening .title {
		font-size: 36px;
	}
	
	.tab-content.about-tab-items {
		border: none;
	}
	
	.about-four-info .nav-tabs button {
		border: 2px solid #dddddd;
		width: 100%;
		margin: 5px 0;
		border-radius: 10px;
	}
	
	.thumb-style-four {
		margin-bottom: 40px;
	}
	
	.fun-factor-area .fun-fact-items .item {
		border: none;
		margin: 20px 0;
	}
}



/* ============================================================== 
     # gallery images CSS  
=================================================================== */
.plus-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 128, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }


  .lightbox {
    position: fixed;
    z-index: 9999;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .lightbox-content {
    max-width: 90%;
    max-height: 80vh;
  }

  .close {
    position: absolute;
    top: 15px;
    right: 30px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
  }


  .img-wrapper {
    position: relative;
    overflow: hidden;
  }

  .img-wrapper img {
    transition: transform 0.3s ease;
    width: 100%;
    display: block;
  }

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

  .plus-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }

  .img-wrapper:hover .plus-overlay {
    opacity: 1;
  }

/* ============================================================== 
     # Responsive CSS  
=================================================================== */

/* Custom Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area .align-center {
    align-items: center;
  }

  /* Banner Two */
  .banner-style-three h2 {
    font-size: 60px;
  }

  .banner-style-two .content {
    padding-top: 160px;
    padding-bottom: 120px;
  }

  ul.top-feature {
    margin-left: -100%;
  }

  .mask-text {
    font-size: 80px;
    margin-right: -10%;
  }

  .product-list-box {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 40px;
  }

  .product-cat-items .align-center {
    align-items: center;
  }


  .achivement-items {
    align-items: start;
  }

  .contact-style-one-info {
    padding-left: 50px;
  }

  .contact-page .contact-style-one-info {
    padding-left: 0;
  }

  .contact-form-style-one {
    padding: 70px;
  }

  .contact-form-style-one .heading {
    font-size: 44px;
  }

  .contact-style-one-info h2 {
    font-size: 44px;
    margin-top: 65px;
  }

  .blog-area.home-blog .thumb img {
    width: 100%;
  }

  /* feature product */
  .feature-style-one-area .align-center {
    align-items: center;
  }

  .featured-product {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-right: 0;
    grid-column-gap: 30px;
  }

  .featured-product .product-list-item a {
    display: block;
    padding: 50px;
  }

  .featured-product .product-list-item {
    margin: 0;
    text-align: center;
  }

  .featured-product .product-list-item img {
    margin: 0;
    margin-bottom: 15px;
    height: 60px;
    width: auto;
  }

  .feature-style-two.info {
    padding: 80px 50px;
  }

  .feature-style-two.info .title {
    font-size: 40px !important;
  }

  .product-feature-item img {
    height: 100px;
  }

  .product-feature-item .thumb::after {
    height: 120px;
    width: 120px;
  }

  .product-feature-item h4 {
    font-size: 20px;
  }

  .product-cat-highlight-info img {
    display: none;
  }

  .product-cat-highlight-info h2 {
    font-size: 80px;
  }

  .cat-pro-area .pr-80 {
    padding-right: 15px;
  }

  .product-cat-highlight-info {
    margin-bottom: 60px;
  }

  /* Choose us style two */
  .choose-us-style-two-area::after {
    width: 45%;
  }

  .choose-us-style-two-info .thumb {
    margin-right: -35%;
  }

  .choose-us-style-two-info .fun-fact .counter {
    font-size: 50px;
  }

  .choose-us-style-two-info {
    grid-template-columns: 1fr 2fr;
  }

  /* Brand */
  .brand-style-one-carousel img {
    height: auto;
    max-height: 80px;
  }

  .callto-action {
    padding: 120px;
  }

  .call-to-action-area .shape {
    z-index: 9;
  }

  .brand-style-one-carousel {
    text-align: center;
  }

  .call-to-action-area .brand {
    border-bottom: 1px solid;
  }

  /* Faq */
  .thumb-style-two h2 {
    font-size: 150px;
    left: -40px;
  }

  .thumb-style-two h2 strong {
    font-size: 200px;
  }

  .list-grid {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
  }

  .list-grid .achivement-content {
    border: none;
  }

  ul.list-item li {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }

  ul.list-item li::after {
    top: 3px;
  }

  .illustration-bottom {
    display: none;
  }

  .services-details-items .features .mt-xs-30 {
    margin-top: 30px;
  }
}

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .attr-right .attr-nav li.button {
    display: none;
  }

  .navbar.navbar-fixed .attr-right .attr-nav li.button {
    display: inline-block;
  }

  /* Topbar */
  .top-bar-area .item-flex {
    justify-content: center;
    align-items: center;
  }

  .top-bar-area li {
    justify-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 20px;
    margin: 0;
  }

  .top-bar-area li:last-child {
    border: none;
  }

  .top-bar-area .text-end {
    text-align: center !important;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    display: none;
  }

  .top-bar-area .text-end .social li {
    margin: 0 15px;
  }

  .top-bar-area {
    padding: 20px 0;
  }

  .top-style-two .logo {
    display: none !important;
  }

  .top-style-two .row {
    display: block;
    text-align: center;
  }

  .top-style-two {
    padding: 20px 0;
  }

  .top-style-two .row > div {
    width: auto;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 30px;
  }

  .top-style-two .info li {
    text-align: left;
  }

  .top-style-two .row > div:last-child {
    border: none;
  }

  /* Banner Style One */
  .banner-style-one .content h2 {
    font-size: 55px;
  }

  .banner-style-one .curve-text svg {
    height: 180px;
    width: 180px;
  }

  /* Banner Style Two */
  .banner-style-two h2 {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .banner-style-two h2 strong {
    font-size: 65px;
  }

  /* Banner Style Three */

  .banner-style-two .content {
    padding-top: 120px;
    padding-bottom: 130px;
  }

  .banner-style-three h2 {
    font-size: 65px;
    line-height: 1.2;
  }

  .banner-style-three .content::after {
    display: none;
  }

  /* About */
  .about-style-one-thumb img {
    margin-bottom: 50px;
    width: 100%;
  }

  .about-style-one-thumb .animation-shape {
    display: none;
  }

  ul.top-feature {
    margin: 0;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .fun-fact-style-flex .counter {
    font-size: 80px;
  }

  /* Why Choose Us */
  .choose-us-style-two-area::after {
    width: 100%;
  }

  .choose-us-style-two-area .title {
    color: var(--white);
  }

  .choose-us-style-two-area ul.list-simple {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 65px;
  }

  .choose-us-style-two-info .fun-fact {
    color: var(--white);
  }

  .choose-us-style-two-info .thumb {
    margin-right: 0;
  }

  .choose-us-style-two-info {
    grid-template-columns: 1fr 1fr;
  }

  .choose-us-style-two-area.overflow-hidden.default-padding-top {
    padding-bottom: 115px;
  }



  /* Faq */
  .thumb-style-two h2 {
    left: 30px;
    bottom: 0;
    line-height: 1;
    display: none;
  }

  .thumb-style-two img {
    margin-bottom: 50px;
  }

  /* Service */
  .services-style-one-area .row {
    --bs-gutter-x: 30px;
  }

  .shape-right-top {
    top: auto;
    bottom: 0;
    background-position: right bottom;
    display: none;
  }

  /* Services Two */
  h2.mask-text.large {
    font-size: 90px;
  }

  .service-style-two .overlay {
    left: 15px;
    right: 15px;
  }

  .service-style-two .overlay .icon {
    min-width: 75px;
    width: 75px;
  }

  /* Timelime */
  .timeline-area {
    background-color: var(--bg-gray);
    padding: 120px 0;
  }

  .timeline-area .site-heading p {
    padding: 0;
  }

  .timeline-item h2 {
    font-size: 36px;
  }

  .timeline-item h4 {
    font-size: 18px;
    margin: 0;
  }

  /* Farmer */
  .farmer-style-one-item .info {
    float: left;
  }

  .team-style-one-carousel {
    margin-top: 50px;
  }

  /* Product Cat */
  .product-cat-lists {
    padding: 0;
  }

  .product-cat-area::after {
    width: 100%;
  }

  .mask-text {
    font-size: 80px;
    margin-bottom: 40px;
  }

  .product-cat-items {
    text-align: center;
  }

  .product-list-item a {
    background: rgba(255, 255, 255, 0.07);
    padding: 30px;
    border-radius: 8px;
  }

  .product-list-box {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 30px;
  }

  /* Benifits */
  .benifits-area .shape-top-center {
    display: none;
  }

  .benifits-area {
    margin: 0;
    padding-top: 0;
    background-image: none !important;
    background-color: var(--bg-gray) !important;
  }

  .benifits-area .mbYTP_wrapper {
    display: none;
  }

  .benifit-items {
    margin: 0;
    border-radius: 10px;
    padding: 100px;
    margin-bottom: 120px;
  }

  .benifit-items .shape {
    display: none;
  }

  /* Feature */
  .feature-style-one-item img {
    margin-bottom: 50px;
  }

  .featured-product {
    margin: 0;
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }

  .feature-style-one-area {
    background-size: 30%;
    overflow: hidden;
  }

  /* Feature */
  .feature-style-two-items {
    grid-template-columns: 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 80px;
  }

  .feature-style-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .product-feature-item {
    margin: 0;
  }

  .feature-style-two.info {
    grid-template-columns: 1fr;
  }

  /* Product Feature */
  .product-speciality-info h2 {
    font-size: 50px;
  }

  /* Product Highlight */
  .product-cat-highlight-info img {
    max-width: 70%;
  }

  .product-cat-highlight-info {
    margin-bottom: 50px;
  }

  /* Choose Us Style Three */
  .choose-us-style-three-area .shape {
    position: relative;
    height: 400px;
    width: 100%;
    margin-bottom: 50px;
  }

  .choose-us-style-three-area {
    padding-top: 0;
  }

  .list-grid .achivement-content {
    text-align: center;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .list-grid .achivement-content .item {
    width: 100%;
    text-align: left;
  }

  .list-grid {
    justify-content: center;
    align-items: center;
  }

  .illustration-bottom {
    width: 30%;
    bottom: -40px;
  }

  /* Mix Product */
  .product-mix-menu {
    top: 0;
    text-align: left !important;
    margin: 0;
    margin-bottom: 50px;
  }

  ul#shop-masonary {
    margin: 0 -15px;
  }

  .grid .product .product-contents {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* Farmer Details */

  .team-single-list {
    margin-bottom: 50px;
  }

  .team-single-area .team-content-top img {
    border-radius: 0;
  }

  /* Testimonial */
  .testimonial-style-one {
    display: block;
    background: var(--white);
  }

  .testimonial-heading h2 {
    position: inherit;
    right: auto;
    left: auto;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
  }

  .testimonial-heading {
    text-align: center;
    margin-top: -10px;
  }

  .testimonial-style-one .info {
    margin: 0;
    padding: 0;
    padding-top: 30px;
  }

  .testimonial-style-one .thumb img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
  }

  .swiper .testimonial-style-one {
    padding: 100px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .testimonial-style-one p {
    font-size: 24px;
  }

  .testimonial-style-one .info img {
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonial-style-one .provider {
    display: block;
  }

  .testimonial-style-one .provider .rating {
    margin-top: 15px;
  }

  /* Call To Action */
  .call-to-action-area .shape {
    z-index: 9;
  }

  .brand-style-one-carousel {
    text-align: center;
  }

  .brand-style-one-carousel img {
    height: 80px;
  }

  .call-to-action-area .brand {
    border-bottom: 1px solid;
  }

  /* Testimonial Two */
  .testimonial-style-two .item-info {
    padding: 50px 37px;
    padding-bottom: 90px;
  }

  .testimonial-style-two p {
    font-size: 24px;
    line-height: 1.7;
  }

  /* best selling */
  

  /* Why Choose Us */
  .choose-us-thumb img {
    max-width: 100%;
  }

  .choose-us-thumb {
    margin-bottom: 90px;
    text-align: center;
    margin-top: 30px;
  }

  .achivement-items {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .achivement-content {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .achivement-content .item {
    margin: 0;
  }

  ul.list-details li {
    padding: 0 10%;
  }

  /* Gallery Details */
  .project-detail-content ul.project-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 70px;
  }

  ul.project-info li {
    margin: 0;
  }

  /* Contact */
  .contact-area::after {
    display: none;
  }

  .heading {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 0;
  }

  .contact-form-style-one img {
    display: none;
  }

  .contact-style-one-info h2 {
    color: var(--color-heading);
  }

  .contact-style-one-info h2 span {
    color: var(--color-heading);
  }

  .contact-style-one-info p {
    color: var(--color-paragraph);
  }

  .contact-style-one-info li h5 {
    color: var(--color-heading);
  }

  .contact-style-one-info a {
    color: var(--color-heading);
  }

  .contact-area .sahpe-right-bottom {
    max-width: 25%;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  /* Topbar */
  .top-bar-area .item-flex {
    display: block;
    text-align: center;
  }

  .top-bar-area li {
    justify-content: center;
    margin-top: 10px;
  }

  .top-bar-area .text-end {
    text-align: center !important;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
  }

  .top-bar-area .text-end .social li {
    margin: 0 15px;
  }

  .top-bar-area {
    padding: 20px 0;
    display: none;
  }

  .top-style-two .logo {
    display: none !important;
  }

  .top-style-two .row {
    display: block;
    text-align: center;
  }

  .top-style-two {
    padding: 20px 0;
    display: none;
  }

  .top-style-two .row > div {
    width: auto;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 30px;
  }

  .top-style-two .info li {
    text-align: left;
  }

  .top-style-two .row > div:last-child {
    border: none;
    padding-right: 0;
    margin-right: 0;
  }

  /* Banner */
  .banner-style-one {
    text-align: center;
  }

  .banner-style-one .content {
    display: block;
  }

  .banner-style-one .content .cart-count {
    margin: 0;
    margin-bottom: 30px;
  }

  .banner-style-one .content h2 {
    font-size: 42px;
  }

  .banner-area.banner-style-one .swiper-slide.swiper-slide-active .shape {
    height: 25%;
  }

  /* Banner Two */

  .banner-style-two .content {
    padding-top: 60px;
  }

  .banner-style-two h2 {
    font-size: 42px;
    display: block;
  }

  .banner-style-two h2 strong {
    font-size: 42px;
    background: transparent;
    color: var(--white);
    padding: 0;
    margin: 0;
  }

  .banner-style-two h2 strong::after {
    display: none;
  }

  .banner-style-three .content::after {
    display: none;
  }

  /* Banner Three */
  .banner-style-three h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .banner-style-three h4 {
    font-size: 20px;
  }

  /* About */
  .about-style-one-thumb img {
    margin-bottom: 30px;
  }

  .about-style-one-thumb .animation-shape {
    display: none;
  }

  ul.top-feature {
    margin: 0;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .fun-fact-style-flex .counter {
    font-size: 80px;
  }

  /* Feature */
  .feature-style-one-item img {
    margin-bottom: 30px;
  }

  .featured-product {
    margin: 0;
    margin-top: 30px;
  }

  .feature-style-one-area {
    background-size: 30%;
    overflow: hidden;
  }

  /* Product Cat */
  .product-cat-lists {
    padding: 0;
  }

  .product-cat-area::after {
    width: 100%;
  }

  .mask-text {
    font-size: 42px;
    margin-bottom: 40px;
    line-height: 1.3;
    -webkit-text-fill-color: var(--color-primary);
  }

  .product-cat-items {
    text-align: center;
  }

  .product-list-item a {
    background: rgba(255, 255, 255, 0.07);
    padding: 30px;
    border-radius: 8px;
  }

  .product-list-box {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }

  /* Benifits */
  .benifits-area .shape-top-center {
    display: none;
  }

  .benifits-area {
    margin: 0;
    padding-top: 0;
    background-image: none !important;
    background-color: var(--bg-gray) !important;
  }

  .benifits-area .mbYTP_wrapper {
    display: none;
  }

  .benifit-items {
    padding: 60px 37px;
    margin: 0;
    border-radius: 10px;
    padding: 60px 37px;
    margin-bottom: 60px;
  }

  .benifit-items .shape {
    display: none;
  }

  /* Services */
  .shape-right-top {
    display: none;
  }

  /* Services Two */
  h2.mask-text.large {
    font-size: 42px;
    line-height: 1.2;
    -webkit-text-fill-color: transparent;
    margin: 0;
  }

  /* Testimonial */
  .testimonial-style-one {
    display: block;
    background: var(--white);
  }

  .testimonial-heading h2 {
    position: inherit;
    right: auto;
    left: auto;
    margin: 0;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
  }

  .testimonial-heading {
    text-align: center;
    margin-top: -10px;
  }

  .testimonial-style-one .info {
    margin: 0;
    padding: 0;
    padding-top: 30px;
  }

  .testimonial-style-one .thumb img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin-bottom: 30px;
  }

  .swiper .testimonial-style-one {
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .testimonial-style-one p {
    font-size: 24px;
  }

  .testimonial-style-one .info img {
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .testimonial-style-one .provider {
    display: block;
  }

  .testimonial-style-one .provider .rating {
    margin-top: 15px;
  }

  /* Testimonial Two */
  .testimonial-style-two .item-info {
    padding: 50px 37px;
    padding-bottom: 90px;
  }

  .testimonial-style-two p {
    font-size: 24px;
    line-height: 1.7;
  }

  /* Choose Us Style Two */
  .feature-style-one-item img {
    margin-bottom: 30px;
  }

  .featured-product {
    margin: 0;
    margin-top: 30px;
  }

  .feature-style-one-area {
    background-size: 30%;
    overflow: hidden;
  }

  .choose-us-style-two-info {
    grid-template-columns: 1fr;
  }

  .choose-us-style-two-info .thumb {
    margin: 0;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .choose-us-style-two-area::after {
    width: 100%;
  }

  .choose-us-style-two-area .title {
    color: var(--white);
  }

  .choose-us-style-two-info span.medium {
    color: var(--color-secondary);
  }

  .choose-us-style-two-info .fun-fact {
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .choose-us-style-two-area .sub-title {
    color: var(--color-primary);
  }

  /* Choose Us Three */
  .choose-us-style-three-area .shape {
    position: relative;
    min-height: 350px;
    width: 100%;
    background-position: center;
    margin-bottom: 40px;
  }

  .choose-us-style-three-area {
    padding-top: 0;
  }

  .list-grid {
    grid-template-columns: 1fr;
  }

  .list-grid .achivement-content {
    border: none;
    margin-bottom: 30px;
    margin-top: 0;
    display: none;
  }

  .illustration-bottom {
    bottom: -30px;
    width: 40%;
    display: none;
  }

  /* Feature Two */
  .feature-style-two-items {
    grid-template-columns: 1fr;
  }

  .feature-style-two.info {
    padding: 50px 37px;
  }

  /* Timeline */
  .timeline-items {
    border: none;
    border-left: 2px solid var(--dark);
    padding-top: 0;
    padding-left: 50px;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }

  .timeline-item::before {
    left: -42px;
    top: 50px;
    border: none;
    border-top: 2px solid var(--dark);
    width: 30px;
    height: 2px;
  }

  .timeline-item::after {
    left: -61px;
    top: 40px;
  }

  .timeline-item h2::after {
    left: -55px;
    top: 46px;
  }

  .timeline-item h4 {
    margin: 0;
  }

  /* Farmer */
  .farmer-style-one-item .info {
    float: left;
  }

  .farmer-style-one-item img {
    width: 100%;
  }

  /* Farmer Details */
  .team-single-area .right-info .social .share-link {
    display: none;
  }

  .team-single-list {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .team-single-area .team-content-top img {
    border-radius: 0;
  }

  .team-style-one-carousel {
    margin-top: 50px;
  }

  /* Faq */
  .thumb-style-two h2 {
    left: 30px;
    font-size: 100px;
    line-height: 1;
    bottom: 0;
    -webkit-text-stroke: 1px var(--color-primary);
    display: none;
  }

  .thumb-style-two h2 strong {
    font-size: 200px;
  }

  .thumb-style-two img {
    margin-bottom: 40px;
  }

  .faq-style-one-info .title {
    margin-bottom: 0;
  }

 

  .brand-style-one-carousel {
    text-align: center;
  }

  .call-to-action-area .brand {
    padding-bottom: 60px;
    border-bottom: 2px solid;
  }

  /* Product Speciality */
  .feature-style-two-items {
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }

  .feature-style-two.info {
    padding: 50px 37px;
    margin-top: 0;
  }

  .product-speciality-arae {
    background-image: none !important;
    background-color: var(--bg-gray);
    padding-top: 55px;
  }

  .product-cart-count {
    display: none;
  }

  .product-speciality-info h2 {
    font-size: 36px;
  }

  .feature-style-two {
    padding: 0;
    margin-top: 30px;
  }

  /* Product Cat Feature */
  .product-cat-highlight-info h2 {
    font-size: 36px;
  }

  .product-cat-highlight-info {
    padding: 50px 37px;
    margin-bottom: 40px;
  }

  ul.product-features li {
    display: block;
    text-align: center;
    margin-right: 0;
    padding: 0;
    float: none;
  }

  ul.product-features li img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  ul.product-features {
    margin-bottom: 40px;
  }

  .pro-cat-carousel .product {
    text-align: center;
  }

  /* Product Grid */

  .mix-product-area {
    text-align: center;
  }

  .product-mix-menu {
    top: 0;
    margin: 0;
    margin-bottom: 40px;
    text-align: center !important;
  }

  .product-mix-menu button {
    margin: 0 5px;
    margin-bottom: 15px;
  }


  ul#shop-masonary .product {
    padding: 0;
  }



  /* Gallery */
  .magnific-mix-gallery {
    margin: 0;
  }

  .gallery-style-one-carousel {
    padding: 0 10px;
  }

  .gallery-style-one .overlay {
    left: 0;
    bottom: 0;
  }

  .project-details-style-one .project-details-top img {
    margin-bottom: 40px;
  }

  ul.project-info li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
  }

  ul.project-info li:first-child {
    padding-top: 0;
    border: none;
  }

  /* Contact */
  .contact-area::after {
    display: none;
  }

  .contact-form-style-one {
    margin-bottom: 30px;
    padding: 80px;
    border-radius: 10px;
  }

  .heading {
    font-size: 36px;
    line-height: 1.1;
    margin-top: 0;
  }

  .contact-form-style-one img {
    display: none;
  }

  .contact-style-one-info h2 {
    color: var(--color-heading);
    font-size: 36px;
  }

  .contact-style-one-info h2 span {
    color: var(--color-heading);
  }

  .contact-style-one-info p {
    color: var(--color-paragraph);
  }

  .contact-style-one-info li h5 {
    color: var(--color-heading);
  }

  .contact-style-one-info a {
    color: var(--color-heading);
  }

  .contact-area .sahpe-right-bottom {
    max-width: 25%;
  }

  /* Blog */
  .blog-area .overlay .post-title {
    font-size: 24px;
  }

  /* Footer */
  .f-items.default-padding {
    padding-top: 0;
  }

  .footer-item.about {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  /* Portfolio */
  .gallery-items.colums-2 .gallery-item,
  .gallery-items.colums-3 .gallery-item {
    width: 50%;
  }

  .gallery-style-one .overlay {
    left: 0;
    bottom: 0;
  }
}

/* Custom Layout */
@media only screen and (max-width: 480px) {
  nav.navbar.validnavs.inc-shape::before {
    bottom: -5px;
  }

  /* Service */
  .service-style-one-item {
    padding: 50px 37px;
  }

  .service-style-two .overlay {
    left: 15px;
    right: 15px;
  }

  /* Product Cat */
  .product-list-box {
    grid-template-columns: 1fr;
  }

  .callto-action {
    padding: 50px 37px;
  }

  .brand-style-one-carousel img {
    height: auto;
    max-height: 80px;
  }

  /* Contact */

  .contact-form-style-one {
    padding: 60px 40px;
  }

  

  /* Blog */

  .blog-area .overlay {
    padding: 30px;
  }

  .blog-area .overlay .post-title {
    font-size: 20px;
  }

  .blog-area .overlay p {
    margin-bottom: 0;
    font-size: 14px;
  }

  .blog-area .overlay .button-regular {
    display: none;
  }
}

.video-blog {
    display: inherit;
    padding: 20px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* Custom Layout */
@media only screen and (max-width: 1199px) {
}

/* Desktop Mini */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

/* ============================================================== 
     # Preloader 
=================================================================== */

.agrica-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}

.agrica-preloader .animation-preloader {
  z-index: 1000;
  position: relative;
}

.agrica-preloader .animation-preloader::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../img/logo-icon.png);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
}

.bg-dark .agrica-preloader .animation-preloader::after {
  background: url(../img/logo-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}

.agrica-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 2px solid rgba(2, 109, 255, 0.3);
  border-top-color: var(--color-primary);
  height: 110px;
  margin: auto;
  width: 110px;
}

.bg-dark .agrica-preloader .animation-preloader .spinner {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: rgba(255, 255, 255, 1);
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.agrica-preloader
  .animation-preloader
  .txt-loading
  .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

/* Reduce animation duration for faster loading */
.agrica-preloader .animation-preloader .txt-loading {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  will-change: transform, opacity;
}

.agrica-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}

.agrica-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.agrica-preloader .loader .row {
  height: 100%;
}

.agrica-preloader .loader .loader-section {
  padding: 0px;
}

.agrica-preloader .loader .loader-section .bg {
  background-color: var(--white);
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.bg-dark .agrica-preloader .loader .loader-section .bg {
  background-color: var(--dark);
}

.agrica-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}

.agrica-preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.agrica-preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  -o-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@media screen and (max-width: 767px) {
  .agrica-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .agrica-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
}

/* hide recent posts and navigation in footer */
@media only screen and (max-width: 767px) {
    /* Hide the "Explore" (navigation pages) section */
    .footer-item.link {
        display: none;
    }

    /* Hide the "Recent Posts" section */
    .footer-item.recent-post {
        display: none;
    }
}


/* Set max-width for cart form table */
form.woocommerce-cart-form {
  max-width: 936px;
  margin: 0 auto;
  overflow-x: auto;
}

/* Optional: Limit the table itself as well */
form.woocommerce-cart-form table.shop-cart-table {
  width: 100%;
}

/* Set max-width for cart totals */
.shop-cart-totals {
  max-width: 936px;
  margin: 50px auto 0;
}


#submit {

    background-color: var(--color-primary); 
    padding: 15px 30px; 
    border: none; 
    border-radius: 7px; 
    cursor: pointer; 
    font-weight: 600; 
    transition: all 0.3s ease; 
    color: var(--color-heading);
}

#submit:hover {
    background-color: var(--dark); 
    color: var(--bg-gray);
}
