/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
    1.7. Wordpress Default
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.4. Slick Slider
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation

04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb
    4.5. Pagination
    4.6. Blog
    4.7. Comments
    4.8. Hero Area
    4.9. Error    
    4.00. Popup Search
    4.00. Popup Side Menu
    4.00. Wocommerce
    4.00. Subscribe
    4.00. Cart
    4.00. Checkout
    4.00. Wishlist
    4.00. Contact
    4.00. About
    4.00. Team
    4.00. Testimonial
    4.00. Counter
    4.00. Client
    4.00. Simple Sections
    4.00. Video
    4.00. Category
    4.00. Faq
    4.00. feature
    4.00. CTA
    4.00. Service
    4.00. Pricing
    4.00. Why choose Us
    4.00. Project
    4.00. Award

05. Spacing

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #EA5501;
  --title-color: #15161C;
  --body-color: #737373;
  --smoke-color: #FAFAFA;
  --smoke-color2: #EBEBEB;
  --smoke-color3: #F5F5F5;
  --smoke-color4: #F4F4F4;
  --smoke-color5: #F2F2F2;
  --black-color: #202020;
  --gray-color: #232323;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #FFB539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(21, 22, 28, 0.15);
  --title-font: "Titillium Web", sans-serif;
  --body-font: "Archivo", sans-serif;
  --icon-font: remixicon!important;
  --main-container: 1362px;
  --container-gutters: 24px;
  --section-space: 100px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.5. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(251, 212, 81, 0.1);
}
body::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 0px;
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

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

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

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

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 82px;
  line-height: 0.9333em;
}

.h2,
h2 {
  font-size: 52px;
  line-height: 1.057;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 22px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 54px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
  }
  .h2,
  h2 {
    font-size: 40px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 34px;
  }
}
/* ------------LOGO------------- */
/* ===============================
   HEADER LOGO STYLING
   =============================== */

.card-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wishlist-icon {
    font-size: 20px;
    color: #999;
    margin-left: 15px;
    transition: 0.3s ease;
}
.details-wishlist-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.wishlist-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #dbd7d7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #474343;
    transition: 0.3s ease;
}

.wishlist-icon:hover {
    background: #ffe5e5;
    color: #ff4d4d;
}

.wishlist-icon:hover {
    color: #ff4d4d;
    transform: scale(1.1);
}
.card-action-buttons {
    display: flex;
    gap: 15px;
    margin-top: -12px;
    margin-bottom: 20px;
    padding: 0 9px 0 9px;
}
.portfolio-card.style2 {
    overflow: hidden; /* IMPORTANT */
    border-radius: 12px; /* Match your card radius */
    padding-bottom: 25px;
}

.card-action-buttons a {
    flex: 1;
    text-align: center;
    padding: 14px 0;
}

/* Rounded bottom corners */
.btn-cart-modern {
    border-bottom-left-radius: 12px;
}

.btn-quote-modern {
    border-bottom-right-radius: 12px;
}
.card-buttons-row {
    display: flex;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 30px;   /* 👈 space below buttons */
}
.portfolio-card-details {
    padding-bottom: 30px;
    display:flex;
    justify-content: space-between;
    align-items: right;
}
.portfolio-card-details h4{
  margin:0;
}
/* Shared Button Style */
.btn-cart-modern,
.btn-quote-modern {
    flex: 1;
    padding: 14px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: 2px solid #ff5e14;
}

/* Add to Cart - Outline Style */
.btn-cart-modern {
    background: transparent;
    color: #ff5e14;
}

/* Get a Quote - Filled Style */
.btn-quote-modern {
    background: #ff5e14;
    color: #fff;
}

/* Hover Effects */
.btn-cart-modern:hover {
    background: #ff5e14;
    color: #fff;
}

.btn-quote-modern:hover {
    background: #ffffff;
    border-color: #000;
}
.portfolio-card a {
   color: something;
}


   

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

.logo-img {
    max-height: 90px;   /* desktop size */
    width: auto;
    object-fit: contain;
}


@media (max-width: 768px) {
    .logo-img {
        max-height: 54px;   /* smaller on mobile */
    }
}
@media (min-width: 1200px) {
    .logo-img {
        max-height: 120px; /* Largest size for premium desktop feel */
    }
}
@media (min-width: 992px) {
    .logo-img {
        max-height: 100px; 
    }
}
@media (min-width: 768px) {
    .logo-img {
        max-height: 80px; 
    }
}
@media (min-width: 576px) {
    .logo-img {
        max-height: 65px; 
    }
}
.logo-img {
    height: auto;
    max-height: 60px; /* Smallest size for phones */
   
}
/* ================= Product================= */

aside .card {
    border: none;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

aside .card:hover {
    transform: translateY(-4px);
}
aside h6 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
}

aside .text-success {
    color: #FFCC00 !important; /* industrial yellow */
    font-weight: 600;
}
.filter-group h6,
.filter-group label {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #777;
    margin-bottom: 15px;
}
.filter-group {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f1f1f1;
}

.filter-group:last-child {
    border-bottom: none;
}
.form-check {
    margin-bottom: 12px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #ffcc00;
    border-color: #ffcc00;
}

.form-check-label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.range-text {
    font-size: 13px;
    margin-top: 8px;
    color: #555;
}
.noUi-target {
    height: 6px;
    border-radius: 6px;
    background: #eee;
    border: none;
}

.noUi-connect {
    background: #ffcc00;
}

.noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #111;
    border: none;
    top: -6px;
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
@media (max-width: 992px) {

    aside .card {
        margin-top: 20px;
    }

    .filter-group {
        padding-bottom: 15px;
    }

}

.filter-box {
    background: #f8f9fa;
    border-radius: 12px;
}


.range-text {
    font-size: 13px;
    margin-top: 10px;
    color: #555;
}
/* Card */
.product-card {
    background: #f4f4f4;
    padding: 20px;
    text-align: center;
    transition: 0.3s ease;
}

/* Image */
.product-image {
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    transition: 0.3s ease;
}

/* Hover Zoom */
.product-card:hover img {
    transform: scale(1.05);
}

/* Hover Icons */
.hover-icons {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: 0.3s ease;
}

.product-card:hover .hover-icons {
    opacity: 1;
    transform: translateY(0);
}

/* Icon Buttons */
.icon-btn {
    width: 40px;
    height: 40px;
    background: black;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishlist-btn {
    background: #f4b400;
    color: black;
}

/* Title */
.product-title {
    margin-top: 15px;
    font-weight: 600;
}

/* Price */
.price {
    margin: 8px 0;
}

.old-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 8px;
}

.new-price {
    font-weight: bold;
}

/* Rating */
.rating {
    color: #f4b400;
    margin-bottom: 15px;
}

/* Add To Cart Button */
.add-to-cart-btn {
    width: 100%;
    background: #f4b400;
    border: none;
    padding: 12px;
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Arrow Box */
.arrow-box {
    background: #1e2a38;
    padding: 10px 14px;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
#productContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 cards per row */
    gap: 30px;
}

/* ================= CARD ================= */
/* Smaller button height */
.add-cart-btn {
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 6px;
}

/* Circular wishlist button */
.wishlist-btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Optional: smoother look */
.erp-item-card .btn {
    transition: 0.2s ease;
}

.erp-item-card .btn:hover {
    transform: translateY(-2px);
}
.product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 25px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-6px);
}

/* ================= IMAGE SIZE FIX ================= */

.product-image {
    width: 360px;
    height: 260px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

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

/* Badge */
.badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #1e7e34;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 6px;
}

/* Wishlist */
.wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    padding: 8px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

/* ================= CONTENT ================= */

.product-content {
    padding: 20px;
}

.product-content h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
}

.specs {
    font-size: 14px;
    color: #6c757d;
}

.price {
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0;
}

/* Button */
.add-btn {
    width: 100%;
    background: #1e7e34;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    display: block;
    font-weight: 600;
    transition: 0.3s;
}

.add-btn:hover {
    background: #155d27;
}

/* Responsive */
@media(max-width: 991px){
    #productContainer {
        grid-template-columns: 1fr;
    }

    .product-image {
        width: 100%;
    }
}
/* Exact Image Size */
.erp-image-box {
    width: 100%;
    height: 260px;
    max-width: 360px;
    margin: 0 auto;
    overflow: hidden;
    background: #f8f9fa;
}

.erp-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.erp-item-card {
    border-radius: 12px;
    transition: 0.3s ease;
}

.erp-item-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
/* ===== CARD ===== */
.erp-item-card {
    border-radius: 14px;
    overflow: hidden;
    transition: 0.3s ease;
}

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

/* ===== IMAGE FIX ===== */
.erp-image-wrapper {
    position: relative;
    height: 260px;
    width: 100%;
    overflow: hidden;
    background: #f4f6f9;
}

.erp-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== CONTENT ===== */
.erp-item-card .card-body {
    padding: 20px;
}

.erp-item-card h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.erp-item-card .text-muted {
    font-size: 14px;
    margin-bottom: 18px;
}

/* ===== BUTTON AREA ===== */
.erp-item-card .btn-success {
    background: #0d6832;
    border: none;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.erp-item-card .btn-success:hover {
    background: #0a5127;
}

/* Equal button height */
.erp-item-card .btn {
    height: 44px;
    border-radius: 6px;
}

/* Space between cart & icons */
.erp-item-card .d-flex {
    gap: 8px;
}
/* Force equal card height */
.erp-item-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Make content take remaining space */
.erp-item-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Remove extra margin if any */
.row.g-3 {
    margin-bottom: 0;
}
/* Small square icon buttons */
.action-icon {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Quote button styling */
.quote-btn {
    height: 40px;
    font-size: 14px;
}

/* Optional smoother look */
.erp-item-card .btn {
    transition: 0.2s ease;
}

.erp-item-card .btn:hover {
    transform: translateY(-2px);
}
.wishlist-btn {
    background: #fff5f5;          /* very light soft red */
    color: #e63946;               /* premium red */
    border: 1px solid #f1b0b7;    /* soft border */
}

/* Smooth Hover Effect */
.wishlist-btn:hover {
    background: #e63946;
    color: #ffffff;
    border-color: #e63946;
}
.filter-box {
    background: #f8f9fa;
    border-radius: 12px;
}

.filter-title {
    font-weight: 700;
    margin-bottom: 15px;
}

.unit {
    font-size: 12px;
    color: #777;
}

.range-slider {
    width: 100%;
    height: 6px;
    appearance: none;
    background: #ddd;
    border-radius: 10px;
    outline: none;
}

.range-slider::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #d94a4a; /* soft premium red */
    border-radius: 50%;
    cursor: pointer;
    border: 3px solid white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.range-value {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}


/* ----------------------
  Slider  
----------------------   */
.hero-image-only {
    height: 80vh;
    overflow: hidden;
}

.hero-image-only img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ----------------------
  Slider  
----------------------   */



/* Responsive Background Logic */
.contact-wrap2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; /* This is the secret to responsiveness */
    border-radius: 20px; /* Optional: gives it a modern look */
    position: relative;
    min-height: 500px; /* Ensures the image shows even if form is short */
    display: flex;
    align-items: center;
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .contact-wrap2 {
        background-image: none !important; /* Optional: remove image on mobile for better speed */
        background-color: #f8f9fa; /* Use a light neutral color instead */
        padding: 40px 20px;
        min-height: auto;
    }
    
    /* Or, if you want to keep the image on mobile, use this instead: */
    /*
    .contact-wrap2 {
        background-position: left center; 
        padding: 20px;
    }
    */
}

/* Ensure the form doesn't hit the edges on small screens */
.contact-form-wrap {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* -------------------------------------
          13-2. Cart
------------------------------------- */
.cart-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.left-space {
    width: 150px; /* Same width as right links area */
}

.cart-heading {
    text-align: center;
    flex: 1;
}

.cart-heading h2 {
    font-size: 28px;
    font-weight: 700;
    margin: 24px;
    margin-left: -171px;
    padding : 
}

.cart-top-links {
    display: flex;
    gap: 20px;
}

.cart-top-links a {
    text-decoration: none;
    font-weight: 500;
    color: #333;
    transition: 0.3s ease;
}

.cart-top-links a:hover {
    color: #0d6efd;
}

.cart-header-area hr {
    margin-top: 15px;
    border-top: 1px solid #eee;
}

/* -------------------------------------
          13-2. Cart
------------------------------------- */

/*------------------- 1.5. Wpdefault -------------------*/
.admin-bar .default-header .sticky-wrapper.sticky {
  top: 32px;
}

.wp-block-search__label {
  position: relative;
  font-size: 24px;
  font-weight: 500 !important;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 25px 0;
}

p.has-drop-cap {
  margin-bottom: 20px;
}

.page--item p:last-child .alignright {
  clear: right;
}

.blog-title,
.pagi-title,
.breadcumb-title {
  word-break: break-word;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: var(--body-color);
}

.bypostauthor,
.gallery-caption {
  display: block;
}

.page-links,
.clearfix {
  clear: both;
}

.page--item {
  margin-bottom: 30px;
}
.page--item p {
  line-height: 1.8;
}
.page--item .th-comment-form {
  padding: 0;
}
.page--item .th-comments-wrap {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
}

.content-none-search {
  margin-top: 30px;
}

.wp-block-button.aligncenter {
  text-align: center;
}

.alignleft {
  display: inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-bottom: 10px;
  margin-left: 1.5em;
  margin-right: 1em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.gallery {
  margin-bottom: 1.5em;
  width: 100%;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 0 5px;
}

.wp-block-columns {
  margin-bottom: 1em;
}

figure.gallery-item {
  margin-bottom: 10px;
  display: inline-block;
}

figure.wp-block-gallery {
  margin-bottom: 14px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  color: var(--body-color);
  line-height: 1.5;
  padding: 0.5em 0;
}

.wp-block-cover p:not(.has-text-color),
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: var(--white-color);
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
  font-size: 14px;
}

.wp-block-media-text,
.wp-block-media-text.alignwide,
figure.wp-block-gallery {
  margin-bottom: 30px;
}

.wp-block-media-text.alignwide {
  background-color: var(--smoke-color);
}

.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
  line-height: 1.4;
}

.wp-block-latest-comments a {
  color: inherit;
}

.wp-block-button {
  margin-bottom: 10px;
}
.wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-button .wp-block-button__link {
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: var(--title-color);
  color: var(--title-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

ol.wp-block-latest-comments li {
  margin: 15px 0;
}

ul.wp-block-latest-posts {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
ul.wp-block-latest-posts a {
  color: inherit;
}
ul.wp-block-latest-posts a:hover {
  color: var(--theme-color);
}
ul.wp-block-latest-posts li {
  margin: 15px 0;
}

.wp-block-search {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-search .wp-block-search__inside-wrapper {
  border: 1px solid #EAEBEE;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  max-width: 100%;
  padding-left: 20px;
  border: 0;
}
.wp-block-search .wp-block-search__button {
  margin: 0;
  min-width: 110px;
  border: none;
  color: #fff;
  border-radius: 10px;
  background-color: var(--theme-color);
}
.wp-block-search .wp-block-search__button.has-icon {
  min-width: 55px;
}
.wp-block-search .wp-block-search__button:hover {
  background-color: var(--title-color);
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 8px 0 25px;
}

ul.wp-block-rss a {
  color: inherit;
}

.wp-block-group.has-background {
  padding: 15px 15px 1px;
  margin-bottom: 30px;
}

.wp-block-table td,
.wp-block-table th {
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-block-table.is-style-stripes {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.wp-block-table.is-style-stripes {
  border: 0;
  margin-bottom: 30px;
  border-bottom: 0;
}
.wp-block-table.is-style-stripes th, .wp-block-table.is-style-stripes td {
  border-color: var(--border-color);
}

.logged-in .will-sticky .sticky-active.active,
.logged-in .preloader .btn {
  top: 32px;
}
@media (max-width: 782px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .btn {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .logged-in .will-sticky .sticky-active.active,
  .logged-in .preloader .btn {
    top: 0;
  }
}

.post-password-form {
  margin-bottom: 30px;
  margin-top: 20px;
}
.post-password-form p {
  display: flex;
  position: relative;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form p {
    flex-wrap: wrap;
  }
}
.post-password-form label {
  display: flex;
  align-items: center;
  flex: auto;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 0;
  gap: 15px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .post-password-form label {
    flex-wrap: wrap;
  }
}
.post-password-form input {
  width: 100%;
  border: none;
  height: 55px;
  padding-left: 25px;
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.post-password-form input[type=submit] {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 140px;
  border: none;
  color: #fff;
  background-color: var(--theme-color);
  text-align: center;
}
.post-password-form input[type=submit]:hover {
  background-color: var(--title-color);
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 1em;
}
.page-links > .page-links-title {
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text),
.page-links > a {
  display: inline-block;
  padding: 5px 13px;
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: 10px;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text):hover,
.page-links > a:hover {
  opacity: 0.8;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
}
.page-links > span:not(.page-links-title):not(.screen-reader-text).current,
.page-links > a.current {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: transparent;
}
.page-links span.screen-reader-text {
  display: none;
}

.blog-single .wp-block-archives-dropdown {
  margin-bottom: 30px;
}
.blog-single.format-quote, .blog-single.format-link, .blog-single.tag-sticky-2, .blog-single.sticky {
  position: relative;
}
.blog-single.format-quote .blog-content, .blog-single.format-link .blog-content, .blog-single.tag-sticky-2 .blog-content, .blog-single.sticky .blog-content {
  background-color: var(--smoke-color);
  border: none;
  padding: 40px;
  border-radius: 15px;
}
.blog-single.format-quote .blog-content:before, .blog-single.format-link .blog-content:before, .blog-single.tag-sticky-2 .blog-content:before, .blog-single.sticky .blog-content:before {
  display: none;
}
.blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
  content: "\f0c1";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 5rem;
  opacity: 0.3;
  right: 15px;
  line-height: 1;
  top: 15px;
  color: var(--theme-color);
  z-index: 1;
}
.blog-single.tag-sticky-2::before, .blog-single.sticky::before {
  content: "\f08d";
  position: absolute;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 500;
  opacity: 1;
  right: 0;
  top: 0;
  color: var(--white-color);
  background-color: var(--theme-color);
  z-index: 1;
  height: 44px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 0 15px 0 4px;
}
.blog-single.format-quote blockquote, .blog-single.format-quote .wp-block-quote {
  background: var(--white-color);
  margin-bottom: 0;
}
.blog-single.format-quote:before {
  content: "\f10e";
  top: 0;
}
.blog-single .blog-content .wp-block-categories-dropdown.wp-block-categories,
.blog-single .blog-content .wp-block-archives-dropdown {
  display: block;
  margin-bottom: 30px;
}
.blog-single.format-chat .entry-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}

.blog-details .blog-single:before {
  display: none;
}
.blog-details .blog-single .blog-content {
  background-color: transparent;
  overflow: hidden;
}
.blog-details .blog-single .blog-content p:last-child {
  margin-bottom: 0;
}
.blog-details .blog-single.format-chat .blog-meta {
  margin-bottom: 20px;
}
.blog-details .blog-single.format-chat .blog-content > p:nth-child(2n) {
  background: var(--smoke-color);
  padding: 5px 20px;
}
.blog-details .blog-single.tag-sticky-2, .blog-details .blog-single.sticky, .blog-details .blog-single.format-quote, .blog-details .blog-single.format-link {
  box-shadow: none;
  background-color: transparent;
}
.blog-details .blog-single.tag-sticky-2:before, .blog-details .blog-single.sticky:before, .blog-details .blog-single.format-quote:before, .blog-details .blog-single.format-link:before {
  display: none;
}

.blog-single .wp-block-tag-cloud {
  margin-bottom: 20px;
}
.blog-single .wp-block-tag-cloud a {
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: none;
}

.th-search {
  background-color: #f3f3f3;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3;
}
.th-search .search-grid-content {
  padding: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .th-search .search-grid-content {
    padding: 20px;
  }
}
.th-search .search-grid-title {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 0;
}
.th-search .search-grid-title a {
  color: inherit;
}
.th-search .search-grid-title a:hover {
  color: var(--theme-color);
}
.th-search .search-grid-meta > * {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.th-search .search-grid-meta > *:last-child {
  margin-right: 0;
}
.th-search .search-grid-meta a,
.th-search .search-grid-meta span {
  color: var(--body-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
  .blog-single.format-quote:before {
    top: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .blog-single.format-quote:before, .blog-single.format-link:before, .blog-single.tag-sticky-2:before, .blog-single.sticky:before {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media (max-width: 768px) {
  .wp-block-latest-comments {
    padding-left: 10px;
  }
  .page--content.clearfix + .th-comment-form {
    margin-top: 24px;
  }
}
.site {
  overflow-x: visible;
}

/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}
.container2 {
  max-width: 1330px;
  margin: auto;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
  .container2 {
    max-width: 1330px;
  }
}
@media only screen and (min-width: 1300px) {
  .container2.px-0,
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .container2 {
    max-width: 1330px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.gy-15 {
  --bs-gutter-y: 15px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1299px) {
  .gx-100 {
    --bs-gutter-x: 100px;
  }
  .gx-70 {
    --bs-gutter-x: 70px;
  }
  .gx-60 {
    --bs-gutter-x: 60px;
  }
  .gx-50 {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
  .gx-90 {
    --bs-gutter-x: 90px;
  }
  .gx-80 {
    --bs-gutter-x: 80px;
  }
  .gx-100 {
    --bs-gutter-x: 100px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  color: var(--body-color);
  background-color: var(--smoke-color3);
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  padding-right: 45px;
  border-radius: 2px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--smoke-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.single-select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  height: auto;
  border: none;
  border: 2px solid var(--theme-color);
  padding: 14.5px 30px;
  background-color: transparent;
  line-height: initial;
}
select.style2 option,
.single-select.style2 option,
.form-control.style2 option,
.form-select.style2 option,
textarea.style2 option,
input.style2 option {
  background-color: var(--title-color);
  color: var(--body-color);
  padding: 2px 15px;
}
select.style2::-moz-placeholder,
.single-select.style2::-moz-placeholder,
.form-control.style2::-moz-placeholder,
.form-select.style2::-moz-placeholder,
textarea.style2::-moz-placeholder,
input.style2::-moz-placeholder {
  color: var(--body-color);
}
select.style2::-webkit-input-placeholder,
.single-select.style2::-webkit-input-placeholder,
.form-control.style2::-webkit-input-placeholder,
.form-select.style2::-webkit-input-placeholder,
textarea.style2::-webkit-input-placeholder,
input.style2::-webkit-input-placeholder {
  color: var(--body-color);
}
select.style2:-ms-input-placeholder,
.single-select.style2:-ms-input-placeholder,
.form-control.style2:-ms-input-placeholder,
.form-select.style2:-ms-input-placeholder,
textarea.style2:-ms-input-placeholder,
input.style2:-ms-input-placeholder {
  color: var(--body-color);
}
select.style2::placeholder,
.single-select.style2::placeholder,
.form-control.style2::placeholder,
.form-select.style2::placeholder,
textarea.style2::placeholder,
input.style2::placeholder {
  color: var(--body-color);
}
select.style-white,
.single-select.style-white,
.form-control.style-white,
.form-select.style-white,
textarea.style-white,
input.style-white {
  background: var(--white-color);
}
select.style-border,
.single-select.style-border,
.form-control.style-border,
.form-select.style-border,
textarea.style-border,
input.style-border {
  background: transparent;
  border: 1px solid var(--border-color);
}
select.style-border:focus,
.single-select.style-border:focus,
.form-control.style-border:focus,
.form-select.style-border:focus,
textarea.style-border:focus,
input.style-border:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
}
select.style-border2,
.single-select.style-border2,
.form-control.style-border2,
.form-select.style-border2,
textarea.style-border2,
input.style-border2 {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
select.style-border2::placeholder,
.single-select.style-border2::placeholder,
.form-control.style-border2::placeholder,
.form-select.style-border2::placeholder,
textarea.style-border2::placeholder,
input.style-border2::placeholder {
  color: var(--white-color);
}
select.style-border2 option,
.single-select.style-border2 option,
.form-control.style-border2 option,
.form-select.style-border2 option,
textarea.style-border2 option,
input.style-border2 option {
  color: var(--title-color);
}
select.style-border2:focus,
.single-select.style-border2:focus,
.form-control.style-border2:focus,
.form-select.style-border2:focus,
textarea.style-border2:focus,
input.style-border2:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--border-color);
}
select.style-border3,
.single-select.style-border3,
.form-control.style-border3,
.form-select.style-border3,
textarea.style-border3,
input.style-border3 {
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
}
select.style-border3::placeholder,
.single-select.style-border3::placeholder,
.form-control.style-border3::placeholder,
.form-select.style-border3::placeholder,
textarea.style-border3::placeholder,
input.style-border3::placeholder {
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
select.style-border3:hover, select.style-border3:active, select.style-border3:focus,
.single-select.style-border3:hover,
.single-select.style-border3:active,
.single-select.style-border3:focus,
.form-control.style-border3:hover,
.form-control.style-border3:active,
.form-control.style-border3:focus,
.form-select.style-border3:hover,
.form-select.style-border3:active,
.form-select.style-border3:focus,
textarea.style-border3:hover,
textarea.style-border3:active,
textarea.style-border3:focus,
input.style-border3:hover,
input.style-border3:active,
input.style-border3:focus {
  border-color: white;
  color: var(--white-color);
}
select.style-border3:hover::placeholder, select.style-border3:active::placeholder, select.style-border3:focus::placeholder,
.single-select.style-border3:hover::placeholder,
.single-select.style-border3:active::placeholder,
.single-select.style-border3:focus::placeholder,
.form-control.style-border3:hover::placeholder,
.form-control.style-border3:active::placeholder,
.form-control.style-border3:focus::placeholder,
.form-select.style-border3:hover::placeholder,
.form-select.style-border3:active::placeholder,
.form-select.style-border3:focus::placeholder,
textarea.style-border3:hover::placeholder,
textarea.style-border3:active::placeholder,
textarea.style-border3:focus::placeholder,
input.style-border3:hover::placeholder,
input.style-border3:active::placeholder,
input.style-border3:focus::placeholder {
  color: var(--white-color);
}
select.style3,
.single-select.style3,
.form-control.style3,
.form-select.style3,
textarea.style3,
input.style3 {
  background: var(--smoke-color3);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 50px;
  cursor: pointer;
  background-image: none;
  background-position: right 26px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-select:after,
.form-select:after,
select:after {
  right: 20px;
  height: 6px;
  width: 11px;
  transform: rotate(0);
  border-top: solid 6px var(--body-color);
  border-bottom: transparent;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  margin-top: -1px;
  transform-origin: center;
}
.single-select.open:after,
.form-select.open:after,
select.open:after {
  transform: rotate(-180deg);
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 100px;
}

.form-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group.has-icon .form-control {
  padding-left: 70px;
}
.form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group.has-icon .input-icon:hover {
  color: var(--theme-color);
}
.form-group.radius-group input {
  border-radius: 100px;
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-3 .form-control {
  padding: 0 60px 0 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  left: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f3c1";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 8px;
  line-height: 18px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Slick Slider -------------------*/
.slick-track > [class*=col] {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.slick-track {
  min-width: 100%;
}

.slick-list {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0px 0;
  line-height: 0;
  text-align: center;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  background-color: #CCCCCD;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--theme-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: #F2F2F2;
  border-radius: 50%;
  transition: all ease 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.slick-dots .slick-active button {
  background-color: var(--theme-color);
}
.slick-dots .slick-active button::before {
  opacity: 1;
  visibility: visible;
}

.dot-style2 .slick-dots li {
  margin-right: 25px;
}
.dot-style2 .slick-dots li:last-child {
  margin-right: 0;
}
.dot-style2 .slick-dots button {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.dot-style2 .slick-dots button:before {
  width: 25px;
  height: 25px;
  margin: -12.5px 0 0 -12.5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.dot-style2 .slick-dots .slick-active button {
  background: var(--theme-color);
}

.slick-arrow {
  --pos-x: 362px;
  display: inline-block;
  padding: 0;
  background-color: var(--smoke-color);
  color: var(--theme-color);
  position: absolute;
  top: 50%;
  border: none;
  border-radius: 0;
  right: var(--pos-x, 120px);
  width: var(--icon-size, 65px);
  height: var(--icon-size, 65px);
  line-height: var(--icon-size, 65px);
  font-size: var(--icon-font-size, 18px);
  margin-top: calc(var(--icon-size, 53px) / -1);
  box-shadow: 0px 6px 50px rgba(37, 37, 37, 0.05);
  z-index: 2;
  opacity: 1;
}
.slick-arrow i {
  font-size: var(--icon-font-size, 24px);
}
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  margin-top: 20px;
}
.slick-arrow.style2 {
  --icon-size: 50px;
  border-radius: 2px;
  color: var(--theme-color);
  background: var(--smoke-color5);
  box-shadow: none;
}
.slick-arrow.style2:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.slick-arrow.style3 {
  color: var(--white-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  box-shadow: none;
}
.slick-arrow.style3:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.slick-arrow:hover {
  opacity: 1;
  background: var(--theme-color);
  color: var(--white-color);
}

.arrow-margin .slick-arrow {
  --pos-x: -100px;
  margin: 0;
  transform: translate(0, -50%);
  border-radius: 5px;
}
.arrow-margin .slick-arrow.slick-prev {
  right: auto;
  left: var(--pos-x);
}

.arrow-wrap .slick-arrow {
  opacity: 0;
  visibility: hidden;
}
.arrow-wrap:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .slick-arrow {
    --pos-x: 362px;
  }
}
@media (max-width: 1600px) {
  .slick-arrow {
    --pos-x: 212px;
  }
}
/* Extra large devices */
@media (max-width: 1500px) {
  .slick-arrow {
    --pos-x: 132px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .slick-arrow {
    --pos-x: 120px;
  }
}
@media (max-width: 1200px) {
  .slick-arrow {
    --pos-x: 42px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .slick-dots {
    margin: 40px 0 0 0;
  }
  .icon-box .slick-arrow {
    margin-right: 0;
  }
}
/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 0 0 0 30px;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  background-color: var(--smoke-color);
  border-bottom: 1px solid var(--theme-color);
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: 0;
  border-left: 1px solid var(--theme-color);
  font-size: 22px;
  right: -16.5px;
  top: 25px;
  padding: 20px 30px 20px 30px;
  line-height: 1;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--theme-color);
  background-color: transparent;
  border-radius: 0;
}
.mobile-menu-wrapper .menu-toggle i {
  font-size: 24px;
}
.mobile-menu-wrapper .menu-toggle:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 20px;
  text-align: left;
}
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 0px;
}
.mobile-menu ul li.active-class > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active-class > a:before {
  transform: rotate(90deg);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 18px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  box-shadow: none;
  border-radius: 0;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\ea4e";
  font-family: var(--icon-font);
  font-weight: 400;
  font-size: 18px;
}
.mobile-menu ul .submenu-item-has-children.active-class > a .mean-expand-class:before {
  content: "\ea78";
}
.mobile-menu > ul {
  padding: 0 30px;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
}
.preloader .btn {
  padding: 15px 20px;
  border-radius: 0;
  font-size: 14px;
  text-transform: capitalize;
}
.preloader .btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.preloader-inner img {
  display: block;
  margin: 0 auto 10px auto;
}

.loader {
  color: #ffffff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
  display: inline-block;
}

@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-flex;
  gap: 15px;
  border: none;
  border-radius: 0px !important;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  padding: 19px 30px;
  overflow: hidden;
  align-items: center;
}
.btn::after, .btn::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--title-color);
  transition: 1s ease;
}
.btn:before {
  top: -2em;
  left: -2em;
}
.btn:after {
  left: calc(100% + 2em);
  top: calc(100% + 2em);
}
.btn i {
  font-size: 20px;
}
.btn:focus, .btn:hover, .btn:active {
  color: var(--white-color);
  box-shadow: none;
}
.btn:focus:after, .btn:focus:before, .btn:hover:after, .btn:hover:before, .btn:active:after, .btn:active:before {
  height: 410px;
  width: 410px;
}
.btn.style2:before, .btn.style2:after {
  background-color: var(--white-color);
}
.btn.style2:active, .btn.style2:focus, .btn.style2:hover {
  color: var(--title-color);
}
.btn.style3 {
  background: var(--title-color);
}
.btn.style3:before, .btn.style3:after {
  background-color: var(--theme-color);
}
.btn.style4 {
  background: var(--smoke-color);
  color: var(--theme-color);
}
.btn.style4:after, .btn.style4:before {
  background: var(--theme-color);
}
.btn.style4:active, .btn.style4:focus, .btn.style4:hover {
  color: var(--white-color);
}
.btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.btn.style5:after, .btn.style5:before {
  background: var(--title-color);
}
.btn.style5:active, .btn.style5:focus, .btn.style5:hover {
  color: var(--white-color);
}
.btn.style6 {
  background: var(--white-color);
  color: var(--theme-color);
}
.btn.style6:after, .btn.style6:before {
  background: var(--title-color);
}
.btn.style6:active, .btn.style6:focus, .btn.style6:hover {
  color: var(--white-color);
}
.btn.style-border {
  color: var(--body-color);
  border: 2px solid rgba(21, 22, 28, 0.1);
  background: transparent;
}
.btn.style-border:before, .btn.style-border:after {
  background: var(--title-color);
}
.btn.style-border:active, .btn.style-border:focus, .btn.style-border:hover {
  color: var(--white-color);
}
.btn.style-border2 {
  color: var(--title-color);
  border: 1px solid var(--title-color);
  background: transparent;
  padding: 23px 30px 19px;
}
.btn.style-border2:before, .btn.style-border2:after {
  background: var(--title-color);
}
.btn.style-border2:active, .btn.style-border2:focus, .btn.style-border2:hover {
  color: var(--white-color);
}
.btn.style-border3 {
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  padding: 23px 30px 19px;
}
.btn.style-border3:before, .btn.style-border3:after {
  background: var(--theme-color);
}
.btn.style-border3:active, .btn.style-border3:focus, .btn.style-border3:hover {
  color: var(--white-color);
}
.btn.style-border4 {
  color: var(--body-color);
  border: 2px solid rgba(21, 22, 28, 0.1);
  background: transparent;
}
.btn.style-border4:before, .btn.style-border4:after {
  background: var(--theme-color);
}
.btn.style-border4:active, .btn.style-border4:focus, .btn.style-border4:hover {
  color: var(--white-color);
}
.btn.style-r0 {
  border-radius: 0 !important;
}
.btn.style-r0:before {
  border-radius: 0;
}
.btn.style-radius {
  border-radius: 100px !important;
}
.btn.w-100 {
  text-align: center;
  justify-content: center;
}
.btn.w-100:hover {
  background: var(--title-color);
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 20px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 0px;
  border: none;
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn i {
  font-size: 20px;
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 100px);
  height: var(--icon-size, 100px);
  line-height: var(--icon-size, 100px);
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn > i.fa-play {
  padding-right: 0.18em;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color);
}
.play-btn.style2 {
  --icon-size: 56px;
  --icon-font-size: 24px;
}
.play-btn.style2 i {
  background: var(--white-color);
  color: var(--theme-color);
  line-height: 58px;
}
.play-btn.style2:after, .play-btn.style2:before {
  background: rgba(255, 255, 255, 0.1);
}
.play-btn.style3 {
  --icon-size: 66px;
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
  border-radius: 0;
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style4 > i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 30px;
  padding-right: 0;
  padding-left: 5px;
}
.play-btn.style4:before, .play-btn.style4:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.play-btn.style4:hover > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style5 {
  --icon-size: 85px;
}
.play-btn.style5 > i {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 20px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.play-btn.style5:before, .play-btn.style5:after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.play-btn.style5:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style6 > i {
  background-color: var(--white-color);
  color: var(--theme-color);
  font-size: 30px;
  padding-right: 0;
  padding-left: 5px;
  --icon-size: 64px;
}
.play-btn.style6:before, .play-btn.style6:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style6:hover > i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style7 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 24px;
  padding-right: 0;
  padding-left: 5px;
  --icon-size: 64px;
}
.play-btn.style7:before, .play-btn.style7:after {
  background-color: rgba(255, 255, 255, 0.7);
}
.play-btn.style7:hover > i {
  background-color: var(--title-color);
  color: var(--white-color);
}
/* ---------------------
   CORE VALUES   
---------------------    */

/* Core Values Section Styling */
.core-values {
    padding: 60px 0;
    background-color: #f9f9f9;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 40px;
    font-weight: 700;
}

.values-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap; /* Important for Mobile */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 1. This part creates the horizontal layout */
.values-grid {
    display: flex;             /* This aligns cards in a row */
    justify-content: center;   /* Centers them on the screen */
    gap: 30px;                 /* Adds space between the cards */
    flex-wrap: wrap;           /* Makes them stack on mobile phones */
    padding: 20px;
}

/* 2. This part makes each card look like a "Card" */
.value-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    width: 300px;              /* Fixed width for the card */
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* This adds the depth/shadow */
    border-top: 5px solid #2b5a27; /* Inam Agro Green theme */
    transition: 0.3s;
}

/* 3. This makes the icon look professional */
.icon-box {
    font-size: 3rem;
    color: #2b5a27;
    margin-bottom: 15px;
}

.value-card {
    display:flex;
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    width: 320px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid #2b5a27; /* Inam Agro Green */
}



.icon-box {
    font-size: 3rem;
    color: #2b5a27;
    margin-bottom: 20px;
}

.value-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #222;
}

.value-card p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .value-card {
        width: 100%;
    }
}

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

.btn-with-icon {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--body-color);
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  transition: 0.4s;
  border: 0;
  background: transparent;
}
.btn-with-icon .btn-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: rgba(21, 22, 28, 0.1);
  color: var(--title-color);
  transition: inherit;
}
.btn-with-icon:hover {
  color: var(--theme-color);
}
.btn-with-icon:hover .btn-icon {
  background: var(--theme-color);
  color: var(--white-color);
  transform: rotate(45deg);
}
.btn-with-icon.style2 {
  color: var(--white-color);
}
.btn-with-icon.style2 .btn-icon {
  background: var(--white-color);
  color: var(--theme-color);
}
.btn-with-icon.style3 {
  color: var(--white-color);
}
.btn-with-icon.style3 .btn-icon {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn-wrap {
  align-items: center;
  gap: 40px;
  font-size: 20px;
  font-family: var(--title-font);
  color: var(--white-color);
  max-width: 142px;
  flex-wrap: nowrap;
  display: flex;
  line-height: 1.6em;
  /* Small devices */
}
.play-btn-wrap:hover {
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .play-btn-wrap {
    max-width: none;
  }
}
.play-btn-wrap.style2 {
  max-width: none;
  font-size: 32px;
  font-weight: 600;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .play-btn-wrap.style2 {
    font-size: 24px;
  }
}


/* Card Container */
.equipment-detail__gallery {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

/* Main Image Rounding */
.uk-slideshow-items {
    border-radius: 8px;
}

/* Thumbnails */
.uk-thumbnav li a {
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.2s;
    display: block;
}

/* When a thumbnail is clicked/active, show a green border */
.uk-thumbnav li.uk-active a {
    border-color: #2b5a27; /* Inam Agro Green */
    transform: scale(1.05);
}

.uk-thumbnav img {
    object-fit: cover;
    height: 70px; /* Fixed height for neatness */
    width: 100%;
}

.link-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.link-btn:hover {
  color: var(--theme-color);
}
.link-btn:hover::before {
  width: 100%;
}
.link-btn.style2 {
  color: var(--white-color);
}
.link-btn.style2:before {
  background: var(--white-color);
}
.link-btn.style3 {
  color: var(--title-color);
  letter-spacing: 1px;
}
.link-btn.style3:before {
  background: var(--title-color);
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--title-color);
}
.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\ea76";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .scroll-btn img {
    width: 70px;
  }
  .scroll-btn.show {
    bottom: -50px;
  }
}



.africa-focus-area {
    padding-top: 80px;
    padding-bottom: 80px;
}

.rounded-20 {
    border-radius: 20px;
}

.africa-image-box {
    position: relative;
    padding-right: 30px;
}

.experience-badge {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #2b5a27;
    color: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.experience-badge .counter-number {
    font-size: 36px;
    font-weight: 800;
    display: block;
    line-height: 1;
}

.experience-badge p {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 500;
}

.focus-list {
    margin-top: 30px;
}

.focus-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.focus-icon {
    width: 60px;
    height: 60px;
    background: rgba(43, 90, 39, 0.1);
    color: #2b5a27;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    flex-shrink: 0;
}

.focus-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.focus-content p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 36px);
  margin-top: -0.15em;
  font-weight: 600;
  position: relative;
}
.sec-title .title-bg-shape {
  position: absolute;
  left: 0;
  top: 0;
  animation: bg-anim 10s linear infinite;
}
.sec-title .title-bg-shape.shape-center {
  left: 50%;
  transform: translate(-50%, 0);
}

h3.sec-title {
  margin-top: -0.2em;
}

.sub-title {
  display: block;
  line-height: 1.2;
  color: var(--body-color);
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 30px;
}
.sub-title i, .sub-title svg,
.sub-title img {
  margin-right: 15px;
}
.sub-title.text-white img {
  filter: brightness(9) grayscale(9);
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-btn {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: var(--section-title-space);
}

.sec-text {
  font-size: 18px;
  font-family: var(--title-font);
  margin-top: 23px;
  line-height: 1.667;
  margin-bottom: 0;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 10px);
  position: relative;
  z-index: 2;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .sub-title {
  margin-top: -0.2em;
}
.title-area.text-center .sub-title:after {
  display: inline-block;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-weight: 900;
  margin-top: -0.3em;
}

.page-subtitle {
  font-weight: 900;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
  }
  .sec-text {
    margin-top: 0px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-title {
    font-size: 40px;
  }
  .sec-text {
    font-size: 16px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 14px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 34px;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}
.shadow-title {
  font-size: 200px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  opacity: 0.04;
  letter-spacing: -0.015em;
  line-height: 1;
  margin-top: -0.45em;
  margin-bottom: -0.55em;
  position: relative;
  z-index: -1;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .shadow-title {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .shadow-title {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  .shadow-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .shadow-title {
    display: none;
  }
}

/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 0px;
  display: inline-block;
  background-color: var(--smoke-color5);
  color: var(--body-color);
  text-align: center;
  font-size: 16px;
}
.social-btn a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style2 a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.1);
}
.social-btn.style2 a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.social-btn.style3 a {
  background: var(--smoke-color);
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  color: var(--title-color);
  font-size: 14px;
}
.social-btn.style3 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style4 {
  gap: 8px;
}
.social-btn.style4 a {
  background: var(--white-color);
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  color: var(--body-color);
  border: 0;
  font-size: 14px;
}
.social-btn.style4 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style5 {
  gap: 9px;
}
.social-btn.style5 a {
  background: #09090C;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 2px;
  color: var(--white-color);
  border: 0;
  font-size: 14px;
}
.social-btn.style5 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.style6 {
  gap: 10px;
}
.social-btn.style6 a {
  background: rgba(115, 115, 115, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: var(--body-color);
  border: 0;
}
.social-btn.style6 a i {
  font-size: 18px;
}
.social-btn.style6 a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-group .btn {
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

.call-media-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  text-align: start;
  /* Extra small devices */
}
.call-media-wrap .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: var(--theme-color);
  text-align: center;
  position: relative;
  z-index: 1;
  flex: none;
}
.call-media-wrap .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
  margin-top: -0.3em;
}
.call-media-wrap .link {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: -0.3em;
}
.call-media-wrap .link:hover a {
  color: var(--title-color) !important;
}
@media (max-width: 375px) {
  .call-media-wrap .link {
    font-size: 22px;
  }
}

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.text-underline {
  text-decoration: underline;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

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

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

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important;
}

.bg-smoke5 {
  background-color: var(--smoke-color5) !important;
}

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

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

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

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-mask {
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-attachment {
  background-attachment: fixed;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

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

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

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #131B23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.spin2 {
  animation: spin2 15s linear infinite;
}

@keyframes spin2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
  --animation-name: slideinleft;
}

.slideinright.slider-animated {
  --animation-name: slideinright;
}

.slideinup.slider-animated {
  --animation-name: slideinup;
}

.slideindown.slider-animated {
  --animation-name: slideindown;
}

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.slider-custom-anim-left.slider-animated {
  --animation-name: custom-anim-left;
}

.slider-custom-anim-right.slider-animated {
  --animation-name: custom-anim-right;
}

.slider-custom-anim-top.slider-animated {
  --animation-name: custom-anim-top;
}

.slider-custom-anim-bottom.slider-animated {
  --animation-name: custom-anim-bottom;
}

.slider-custom-anim-left,
.slider-custom-anim-right,
.slider-custom-anim-top,
.slider-custom-anim-bottom,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
.scalein {
  animation: scalein 7s linear infinite;
}

@keyframes scalein {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  to {
    transform: translateX(0) rotate(0deg);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}
.animation-infinite.style-gray {
  filter: contrast(0.4) invert(1);
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
/*custom-animation**********************/
.custom-anim-right {
  animation: custom-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes custom-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.custom-anim-left {
  animation: custom-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes custom-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.custom-anim-top {
  animation: custom-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes custom-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.custom-anim-bottom {
  animation: custom-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes custom-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.wp-block-page-list ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: 0px 0 0px 0;
}
.widget_nav_menu .grid-style,
.widget_meta .grid-style,
.widget_pages .grid-style,
.widget_archive .grid-style,
.wp-block-page-list .grid-style,
.widget_categories .grid-style {
  display: flex;
  gap: 25px 90px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .widget_nav_menu .grid-style,
  .widget_meta .grid-style,
  .widget_pages .grid-style,
  .widget_archive .grid-style,
  .wp-block-page-list .grid-style,
  .widget_categories .grid-style {
    flex-wrap: wrap;
  }
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 0px;
  margin: 0 0px 10px 0px;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  line-height: 1;
  color: var(--title-color);
  position: relative;
  display: flex;
  background: var(--white-color);
  align-items: center;
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  transition: 0.4s all;
}
.widget_nav_menu a span,
.widget_meta a span,
.widget_pages a span,
.widget_archive a span,
.wp-block-page-list a span,
.widget_categories a span {
  margin-left: auto;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  color: var(--white-color);
  transition: 0.4s;
}
.widget_nav_menu a.active, .widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
  color: var(--white-color);
  background: var(--theme-color);
}
.widget_nav_menu a.active i, .widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
  color: var(--theme-color);
  opacity: 1;
}
.widget_nav_menu a.active span, .widget_nav_menu a:hover span,
.widget_meta a.active span,
.widget_meta a:hover span,
.widget_pages a.active span,
.widget_pages a:hover span,
.widget_archive a.active span,
.widget_archive a:hover span,
.wp-block-page-list a.active span,
.wp-block-page-list a:hover span,
.widget_categories a.active span,
.widget_categories a:hover span {
  color: var(--white-color);
  background: var(--title-color);
}
.widget_nav_menu a.active ~ span, .widget_nav_menu a:hover ~ span,
.widget_meta a.active ~ span,
.widget_meta a:hover ~ span,
.widget_pages a.active ~ span,
.widget_pages a:hover ~ span,
.widget_archive a.active ~ span,
.widget_archive a:hover ~ span,
.wp-block-page-list a.active ~ span,
.wp-block-page-list a:hover ~ span,
.widget_categories a.active ~ span,
.widget_categories a:hover ~ span {
  color: var(--white-color);
  background: var(--title-color);
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.wp-block-page-list li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.wp-block-page-list li > span,
.widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  transition: all ease 0.4s;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: 0;
}
.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .wp-block-navigation__submenu-container,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .wp-block-navigation__submenu-container,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .wp-block-navigation__submenu-container,
.widget_archive .sub-menu,
.widget_archive .children,
.wp-block-page-list .wp-block-navigation__submenu-container,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .wp-block-navigation__submenu-container,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #E6E6E6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0px 0;
}

.product_list_widget .star-rating {
  width: auto;
  font-size: 12px;
}
.product_list_widget li a {
  color: var(--title-color);
}
.product_list_widget li a:hover {
  color: var(--theme-color);
}
.product_list_widget li:last-child {
  padding-bottom: 0 !important;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.blog-single ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--smoke-color);
  border-radius: 0px;
}
.widget[data-overlay]:before {
  z-index: -1;
}
.widget:after {
  content: "";
  position: absolute;
  left: 40px;
  top: 0;
  width: 4px;
  height: 15px;
  background: var(--theme-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .widget:after {
    left: 30px;
  }
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 30px 0;
}

.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: var(--white-color);
  border: 0;
  flex: 1;
  color: var(--body-color);
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 400;
  border-radius: 0px;
  padding: 0 80px 0 20px;
  border: 1px solid rgba(31, 31, 31, 0.1);
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 16px;
  background-color: transparent;
  color: var(--body-color);
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 48px;
  border-radius: 0px;
}
.widget .search-form button:hover {
  background: transparent;
  transform: scale(1.2);
}

.wp-block-tag-cloud,
.tagcloud {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 1px solid rgba(31, 31, 31, 0.1);
  font-size: 15px !important;
  font-weight: 500;
  font-family: var(--title-font);
  height: 36px;
  line-height: 34px;
  padding: 0px 15px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 2px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--white-color) !important;
  background: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.widget_gallery .insta-feed {
  margin-bottom: -10px;
  margin-left: -4px;
  margin-right: -4px;
}
.widget_gallery a {
  width: 95px;
  height: 95px;
  position: relative;
  border-radius: 10px;
  display: inline-block;
  flex: none;
  margin: 0 4px 10px;
}
.widget_gallery a img {
  border-radius: 10px;
}
.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 10px;
  transition: 0.4s;
  opacity: 0;
}
.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  color: var(--white-color);
  font-size: 20px;
}
.widget_gallery a:hover i {
  opacity: 1;
}
.widget_gallery a:hover:after {
  opacity: 0.7;
}

.base {
  border-radius: 6px;
  position: absolute;
  left: 1302px;
  top: 2098px;
  width: 80px;
  height: 78px;
  z-index: 209;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 5px;
  transition: 0.4s;
  gap: 20px;
  /* Extra small devices */
}
.recent-post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border: 0;
}
.recent-post .media-img {
  flex: none;
  overflow: hidden;
  border-radius: 0px0;
}
.recent-post .media-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 0px 0;
  transition: 0.4s ease-in-out;
}
.recent-post .media-body {
  padding: 0px;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0 0 3px;
  line-height: 1.444em;
  font-family: var(--title-font);
  text-transform: capitalize;
  margin-top: -0.4em;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.recent-post .recent-post-meta a {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 0px;
  display: block;
  position: relative;
}
.recent-post .recent-post-meta a:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--body-color);
  left: -10px;
  transform: translate(0, -50%);
}
.recent-post .recent-post-meta a i {
  margin-right: 6px;
  color: var(--theme-color);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:first-child:after {
  display: none;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}
@media (max-width: 375px) {
  .recent-post {
    flex-wrap: wrap;
  }
  .recent-post .media-body {
    flex: auto;
  }
}

.sidebar-area select,
.sidebar-area input {
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}

.widget_service-list {
  padding: 40px 30px 30px;
}
.widget_service-list ul {
  padding: 0;
  margin: 0;
}
.widget_service-list ul li {
  list-style: none;
  background: var(--white-color);
  border: 0;
  box-shadow: 0px 16px 51px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
.widget_service-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.widget_service-list ul li a {
  color: var(--title-color);
  line-height: 1.2;
  display: flex;
  gap: 10px;
}
.widget_service-list ul li a:hover {
  color: var(--theme-color);
}
.widget_service-list ul li i {
  color: var(--theme-color);
}

.widget_contact .widget-contact-wrap {
  background: var(--white-color);
  border-radius: 5px;
  padding: 35px 30px;
}
.widget_contact .widget-contact-wrap .widget_subtitle {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  margin-top: -0.3em;
}
.widget_contact .widget-contact-wrap .widget_title {
  margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap .widget_title:after {
  display: none;
}
.widget_contact .widget-contact-wrap .widget-contact-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 0;
}
.widget_contact .widget-contact-wrap .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: var(--theme-color);
  display: inline-block;
  color: var(--white-color);
  margin-top: 16px;
  margin-bottom: 16px;
}
.widget_contact .widget-contact-wrap h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -0.3em;
  margin-top: 3px;
}
.widget_contact .widget-contact-wrap h5 a {
  color: var(--title-color);
}

.widget_project_info {
  /* Medium devices */
}
.widget_project_info:after {
  display: none;
}
.widget_project_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_project_info ul li {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.widget_project_info ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.widget_project_info ul li strong {
  font-weight: 400;
  color: var(--title-color);
  min-width: 100px;
  display: flex;
  justify-content: space-between;
}
.widget_project_info ul li span {
  color: var(--body-color);
  display: inline-block;
  text-align: end;
}
.widget_project_info ul .rating {
  color: var(--yellow-color);
  font-size: 14px;
  margin-bottom: -0.3em;
}
@media (max-width: 991px) {
  .widget_project_info {
    margin-top: 0;
  }
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 10px;
}

.wp-block-calendar,
.calendar_wrap {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
  border: none;
}
.wp-block-calendar span[class*=wp-calendar-nav],
.calendar_wrap span[class*=wp-calendar-nav] {
  position: absolute;
  top: 9px;
  left: 20px;
  font-size: 14px;
  color: var(--white-color);
  font-weight: 400;
  z-index: 1;
  line-height: 1.7;
}
.wp-block-calendar span[class*=wp-calendar-nav] a,
.calendar_wrap span[class*=wp-calendar-nav] a {
  color: inherit;
}
.wp-block-calendar span.wp-calendar-nav-next,
.calendar_wrap span.wp-calendar-nav-next {
  left: auto;
  right: 20px;
}
.wp-block-calendar caption,
.calendar_wrap caption {
  caption-side: top;
  text-align: center;
  color: var(--white-color);
  background-color: var(--theme-color);
}
.wp-block-calendar th,
.calendar_wrap th {
  font-size: 14px;
  padding: 5px 5px;
  border: none;
  text-align: center;
  border-right: 1px solid #eee;
  color: var(--title-color);
  font-weight: 500;
}
.wp-block-calendar th:first-child,
.calendar_wrap th:first-child {
  border-left: 1px solid #eee;
}
.wp-block-calendar th:last-child,
.calendar_wrap th:last-child {
  border-right: 1px solid #eee;
}
.wp-block-calendar table th,
.calendar_wrap table th {
  font-weight: 500;
}
.wp-block-calendar td,
.calendar_wrap td {
  font-size: 14px;
  padding: 5px 5px;
  color: #01133c;
  border: 1px solid #eee;
  text-align: center;
  background-color: transparent;
  transition: all ease 0.4s;
}
.wp-block-calendar #today,
.calendar_wrap #today {
  color: var(--theme-color);
  background-color: var(--white-color);
  border-color: #ededed;
}
.wp-block-calendar thead,
.calendar_wrap thead {
  background-color: #fff;
}
.wp-block-calendar .wp-calendar-table,
.calendar_wrap .wp-calendar-table {
  margin-bottom: 0;
}
.wp-block-calendar .wp-calendar-nav .pad,
.calendar_wrap .wp-calendar-nav .pad {
  display: none;
}
.wp-block-calendar a,
.calendar_wrap a {
  color: inherit;
  text-decoration: none;
}
.wp-block-calendar a:hover,
.calendar_wrap a:hover {
  color: var(--title-color);
}

/***wp-calender***/
.wp-block-calendar {
  margin-bottom: 30px;
  border: none;
  padding-bottom: 0;
}
.wp-block-calendar table caption {
  color: var(--white-color);
}

/********widget_recent_comments********/
.widget_recent_comments ul,
.wp-block-latest-comments ul {
  list-style-type: none;
  padding-left: 0;
}

ul.widget_recent_comments,
ol.widget_recent_comments,
.wp-block-latest-comments {
  margin-top: -0.11em;
  padding-left: 0;
}

.widget_recent_comments ol,
.widget_recent_comments ul,
.wp-block-latest-comments ol,
.wp-block-latest-comments ul {
  margin-bottom: 0;
}
.widget_recent_comments li,
.wp-block-latest-comments li {
  margin-bottom: 0;
  color: var(--body-color);
  padding-left: 30px;
  position: relative;
}
.widget_recent_comments li:before,
.wp-block-latest-comments li:before {
  content: "\f086";
  position: absolute;
  left: 0;
  top: -1px;
  color: var(--theme-color);
  font-family: var(--icon-font);
}
.widget_recent_comments.has-avatars li,
.wp-block-latest-comments.has-avatars li {
  padding-left: 0;
  padding-bottom: 0 !important;
}
.widget_recent_comments.has-avatars li:before,
.wp-block-latest-comments.has-avatars li:before {
  display: none;
}
.widget_recent_comments .avatar,
.wp-block-latest-comments .avatar {
  margin-top: 0.4em;
}
.widget_recent_comments li:not(:last-child),
.wp-block-latest-comments li:not(:last-child) {
  padding-bottom: 12px;
}
.widget_recent_comments article,
.wp-block-latest-comments article {
  line-height: 1.5;
}
.widget_recent_comments a,
.wp-block-latest-comments a {
  color: inherit;
}
.widget_recent_comments a:hover,
.wp-block-latest-comments a:hover {
  color: var(--theme-color);
}

/******widget_recent_entries******/
.widget_recent_entries ul {
  margin: -0.3em 0 0 0;
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li > a {
  color: var(--body-color);
  font-weight: 500;
  display: inline-block;
}
.widget_recent_entries ul li > a:hover {
  color: var(--theme-color);
}
.widget_recent_entries ul li span.post-date {
  font-size: 14px;
}
.widget_recent_entries ul li:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

/*******widget_rss*******/
ul.widget_rss, ul.wp-block-rss,
ol.widget_rss,
ol.wp-block-rss {
  padding-left: 0;
}

.widget_rss,
.wp-block-rss {
  list-style-type: none;
}
.widget_rss ul,
.wp-block-rss ul {
  margin: -0.2em 0 -0.5em 0;
  padding: 0;
  list-style: none;
}
.widget_rss ul .rsswidget,
.wp-block-rss ul .rsswidget {
  color: var(--title-color);
  font-family: var(--theme-font);
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.widget_rss ul .rssSummary,
.wp-block-rss ul .rssSummary {
  font-size: 14px;
  margin-bottom: 7px;
  line-height: 1.5;
}
.widget_rss ul a,
.wp-block-rss ul a {
  display: block;
  font-weight: 600;
  color: inherit;
}
.widget_rss ul a:hover,
.wp-block-rss ul a:hover {
  color: var(--theme-color);
}
.widget_rss ul .rss-date,
.wp-block-rss ul .rss-date {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
  color: var(--title-color);
}
.widget_rss ul .rss-date:before,
.wp-block-rss ul .rss-date:before {
  content: "\f073";
  font-family: var(--icon-font);
  margin-right: 10px;
  font-weight: 300;
  color: var(--theme-color);
}
.widget_rss ul cite,
.wp-block-rss ul cite {
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}
.widget_rss ul cite:before,
.wp-block-rss ul cite:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  width: 20px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background-color: var(--theme-color);
}
.widget_rss li:not(:last-child),
.wp-block-rss li:not(:last-child) {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}
.widget_rss a:hover,
.wp-block-rss a:hover {
  color: var(--theme-color);
}

.wp-block-latest-comments__comment:first-child {
  margin-top: 0;
}
.wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}
.wp-block-latest-comments__comment:last-child .wp-block-latest-comments__comment-excerpt p {
  margin-bottom: -0.3em;
}

ul.wp-block-latest-posts li:first-child {
  margin-top: 0;
}
ul.wp-block-latest-posts li:last-child {
  margin-bottom: -0.3em;
}

/*Price Filter --------------*/
.price_slider_wrapper {
  margin-top: 0;
}
.price_slider_wrapper .price_label {
  margin-bottom: -0.6em;
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: var(--title-font);
  color: var(--light-color);
}
.price_slider_wrapper .price_label span {
  display: inline-block;
  color: var(--light-color);
}
.price_slider_wrapper .ui-slider {
  height: 3px;
  position: relative;
  width: 100%;
  background-color: #e0e0e0;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 0;
}
.price_slider_wrapper .ui-slider-range {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
  background-color: var(--theme-color);
}
.price_slider_wrapper .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-align: center;
  line-height: 10.5px;
  padding: 0;
  border: none;
  cursor: pointer;
  position: absolute;
  margin-top: -7px;
  z-index: 2;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  transform: translateX(-1px);
}
.price_slider_wrapper .ui-slider-handle:focus {
  outline: none;
  box-shadow: 1.5px 2.598px 10px 0px rgba(0, 0, 0, 0.15);
}
.price_slider_wrapper .ui-slider-handle:last-child {
  transform: translateX(-9px);
}
.price_slider_wrapper button,
.price_slider_wrapper .button {
  background: transparent;
  color: var(--title-color);
  font-weight: 600;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 0;
  font-size: 16px;
  transition: 0.4s ease-in;
  margin-left: auto;
}
.price_slider_wrapper button:hover,
.price_slider_wrapper .button:hover {
  color: var(--theme-color);
}
.price_slider_wrapper button:hover:after, .price_slider_wrapper button:hover:before,
.price_slider_wrapper .button:hover:after,
.price_slider_wrapper .button:hover:before {
  display: none;
}

.widget_banner {
  padding: 0 !important;
}
.widget_banner img {
  width: 100%;
}
.widget_banner:after {
  display: none;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget {
    --widget-padding-y: 30px;
    --widget-padding-x: 30px;
  }
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
  .author-widget-wrap .name {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 40px;
  }
  .widget {
    --widget-padding-y: 40px;
    --widget-padding-x: 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .widget_info {
    padding: 0;
  }
  .author-widget-wrap {
    padding: 0;
  }
  .widget_info .widget_title {
    padding: 24px 30px 19px 28px;
  }
  .info-list {
    padding: 0 30px 30px;
  }
  .widget {
    padding: 30px;
  }
  .widget_estimate .estimate-wrap span {
    margin-bottom: 16px;
  }
  .widget_estimate .content p {
    margin-bottom: 25px;
  }
  .widget_estimate .content h5 {
    margin-bottom: 23px;
  }
  .widget_estimate .content .checklist {
    margin-bottom: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .widget_schedule ul li {
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
  .recent-post .media-img {
    width: 67px;
  }
  .recent-post .media-img {
    margin-right: 15px;
  }
  .widget_schedule ul li {
    font-size: 12px;
    padding: 0 15px;
  }
}
.sidebar-shop .widget_title {
  color: var(--body-color);
  margin-bottom: 30px;
  font-size: 22px;
}
.sidebar-shop .widget_title:after {
  display: none;
}
.sidebar-shop .widget_search .widget_title {
  margin-bottom: 20px;
}
.sidebar-shop .widget {
  padding: 30px 20px 20px;
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: transparent;
}
.sidebar-shop .widget .search-form {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
.sidebar-shop .widget button {
  border-radius: 5px;
  right: 3px;
  top: 3px;
  height: 54px;
  width: 54px;
  line-height: 54px;
}
.sidebar-shop .widget_categories li:not(:last-child) a {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 17px;
  margin-bottom: 18px;
}
.sidebar-shop .widget_categories li a {
  padding: 0;
  border: 0;
}
.sidebar-shop .product_ratting_widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: -0.3em;
}
.sidebar-shop .product_ratting_widget ul li {
  color: var(--title-color);
  font-size: 18px;
}
.sidebar-shop .product_ratting_widget ul li:not(:last-child) {
  margin-bottom: 5px;
}
.sidebar-shop .product_ratting_widget ul li .star-rating {
  color: var(--yellow-color);
}
.sidebar-shop .product_ratting_widget ul li .star-rating .unavailable {
  color: var(--light-color);
  opacity: 0.3;
}

.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget:after,
.footer-widget .widget:after {
  display: none;
}
.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  color: var(--white-color);
  border-bottom: none;
  margin: -0.2em 0 38px 0;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  margin-top: 21px;
}
.footer-widget .wp-block-search__label:after,
.footer-widget .widget_title:after {
  display: none;
}
.footer-widget .wp-block-search__label:first-child,
.footer-widget .widget_title:first-child {
  margin-top: 0;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul, .footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul, .footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul, .footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries > ul, .footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul, .footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  min-width: 130px;
  margin-bottom: -2px;
  margin-top: -3px;
}
.footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  padding: 0;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
}
.footer-widget.widget_meta a:before, .footer-widget.widget_pages a:before, .footer-widget.widget_archive a:before, .footer-widget.widget_recent_entries a:before, .footer-widget.widget_categories a:before, .footer-widget.widget_nav_menu a:before {
  content: "\ea70";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-family: var(--icon-font);
  font-size: 18px;
  transition: 0.4s;
  opacity: 0;
  color: var(--theme-color);
}
.footer-widget.widget_meta a:hover, .footer-widget.widget_pages a:hover, .footer-widget.widget_archive a:hover, .footer-widget.widget_recent_entries a:hover, .footer-widget.widget_categories a:hover, .footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--theme-color);
  padding-left: 20px;
}
.footer-widget.widget_meta a:hover:before, .footer-widget.widget_pages a:hover:before, .footer-widget.widget_archive a:hover:before, .footer-widget.widget_recent_entries a:hover:before, .footer-widget.widget_categories a:hover:before, .footer-widget.widget_nav_menu a:hover:before {
  opacity: 1;
}
.footer-widget.widget_meta li, .footer-widget.widget_pages li, .footer-widget.widget_archive li, .footer-widget.widget_recent_entries li, .footer-widget.widget_categories li, .footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.footer-widget.widget_meta li:last-child a, .footer-widget.widget_pages li:last-child a, .footer-widget.widget_archive li:last-child a, .footer-widget.widget_recent_entries li:last-child a, .footer-widget.widget_categories li:last-child a, .footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}

.widget-about .footer-logo {
  margin-bottom: 340px;
}
.footer-logo img {
    width: 220px;   /* increase this value if needed */
    height: auto;
}


/* --================
Technical Details Modal Styles 
=======================--- */
.inam-order-success-wrapper{
padding:80px 20px;
min-height:80vh;
display:flex;
align-items:center;
justify-content:center;
}

.inam-order-success-container{
max-width:700px;
width:100%;
}

.inam-order-success-card{
background:#fff;
padding:50px;
border-radius:10px;
text-align:center;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.inam-order-success-icon{
font-size:50px;
color:#2ecc71;
margin-bottom:20px;
}

.inam-order-success-title{
font-size:28px;
margin-bottom:10px;
}

.inam-order-success-message{
color:#666;
margin-bottom:30px;
}

.inam-order-success-reference{
background:#f4f6f8;
padding:20px;
border-radius:8px;
margin-bottom:20px;
}

.inam-order-ref-label{
font-size:14px;
color:#888;
display:block;
margin-bottom:5px;
}

.inam-order-ref-number{
font-size:22px;
font-weight:700;
color:#eb691a;
}

.inam-order-success-actions{
margin-top:25px;
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

.inam-order-btn-shop,
.inam-order-btn-invoice{
padding:12px 22px;
text-decoration:none;
border-radius:6px;
font-weight:600;
}

.inam-order-btn-shop{
background:#eb691a;
color:#fff;
}

.inam-order-btn-invoice{
background:#333;
color:#fff;
}



/* --===========================
My account css 
==========================--- */
/* Dashboard Specific Layout */
.ia-dashboard-wrapper {
    display: flex;
    min-height: 100vh;
    background: #0f0f0f;
    color: #fff;
    font-family: 'Inter', sans-serif;
}

/* Sidebar Styling */
.ia-dashboard-sidebar {
    width: 280px;
    background: #161616;
    border-right: 1px solid rgba(255,255,255,0.05);
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
}

.ia-profile-avatar {
    width: 70px;
    height: 70px;
    background: var(--ia-orange);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 15px;
}

.ia-user-name { font-size: 1.2rem; margin: 0; }
.ia-user-id { color: #666; font-size: 0.8rem; }

.ia-sidebar-nav { margin-top: 40px; }

.ia-nav-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #aaa;
    text-decoration: none;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.ia-nav-item:hover, .ia-nav-item.ia-active {
    background: rgba(234, 85, 1, 0.1);
    color: var(--ia-orange);
}

.ia-nav-divider { border: 0; border-top: 1px solid rgba(255,255,255,0.05); margin: 20px 0; }
.ia-logout:hover { color: #ff4444; background: rgba(255,68,68,0.1); }

/* Main Content Styling */
.ia-dashboard-content {
    flex: 1;
    padding: 40px 60px;
}

.ia-page-title { font-size: 2rem; font-weight: 700; margin-bottom: 5px; }
.ia-breadcrumb { color: #666; font-size: 0.9rem; margin-bottom: 40px; }

/* Stats Cards */
.ia-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.ia-stat-card {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #333;
}

.ia-featured-stat { border-left-color: var(--ia-orange); }

.ia-stat-label { display: block; color: #888; font-size: 0.85rem; margin-bottom: 10px; }
.ia-stat-value { font-size: 2rem; font-weight: 800; }

/* Table Section */
.ia-recent-orders-box {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 25px;
}

.ia-box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.ia-link-orange { color: var(--ia-orange); text-decoration: none; font-size: 0.9rem; }

.ia-dashboard-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.ia-dashboard-table th {
    padding: 15px;
    border-bottom: 1px solid #333;
    color: #666;
    font-size: 0.85rem;
    text-transform: uppercase;
}

.ia-dashboard-table td { padding: 15px; border-bottom: 1px solid #222; font-size: 0.9rem; }

.ia-status-pill {
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

.ia-status-processing { background: rgba(234, 85, 1, 0.1); color: var(--ia-orange); }
.ia-status-shipped { background: rgba(0, 200, 255, 0.1); color: #00c8ff; }

/* Mobile Viewport */
@media (max-width: 992px) {
    .ia-dashboard-wrapper { flex-direction: column; }
    .ia-dashboard-sidebar { width: 100%; padding: 20px; }
    .ia-dashboard-content { padding: 20px; }
}



/* =============================
   INAM AGRO MY QUOTES PAGE
============================= */

.inam-quotes-page{
background:#fdfdff;
padding:50px 0;
}

.inam-quotes-container{
width:90%;
max-width:1100px;
margin:auto;
margin-top: 110px;
}

.inam-quotes-title{
font-size:30px;
font-weight:700;
color:#EA5501;
margin-bottom:20px;
}

.inam-quotes-subtitle{
color:#777;
margin-bottom:45px;
}


/* TABLE */

.inam-quotes-table-wrapper{
background:#fff;
border-radius:10px;
box-shadow:0 4px 15px rgba(0,0,0,0.08);
overflow-x:auto;
}

.inam-quotes-table{
width:100%;
border-collapse:collapse;
min-width:700px;
}

.inam-quotes-table thead{
background:#ddddcb;
color:#fff;
}

.inam-quotes-table th{
padding:16px;
font-size:14px;
font-weight:600;
}

.inam-quotes-table td{
padding:14px;
text-align:center;
border-bottom:1px solid #eee;
font-size:14px;
}

.inam-quotes-table tbody tr:hover{
background:#fafafa;
}


/* STATUS BADGES */

.inam-quote-status{
padding:6px 12px;
border-radius:20px;
font-size:12px;
font-weight:600;
}

.inam-quote-pending{
background:#fff3cd;
color:#856404;
}

.inam-quote-approved{
background:#d4edda;
color:#155724;
}

.inam-quote-contacted{
background:#cce5ff;
color:#004085;
}

.inam-quote-rejected{
background:#f8d7da;
color:#721c24;
}


/* BUTTON */

.inam-quote-btn{
background:#eb691a;
color:#fff;
padding:7px 14px;
border-radius:4px;
text-decoration:none;
font-size:13px;
transition:0.3s;
}

.inam-quote-btn:hover{
background:#d45a12;
}


/* MOBILE RESPONSIVE */

@media (max-width:768px){

.inam-quotes-table thead{
display:none;
}

.inam-quotes-table,
.inam-quotes-table tbody,
.inam-quotes-table tr,
.inam-quotes-table td{
display:block;
width:100%;
}

.inam-quotes-table tr{
background:#fff;
margin-bottom:15px;
border-radius:8px;
box-shadow:0 2px 10px rgba(0,0,0,0.08);
padding:10px;
}

.inam-quotes-table td{
text-align:right;
padding:10px;
position:relative;
border:none;
border-bottom:1px solid #eee;
}

.inam-quotes-table td:last-child{
border-bottom:none;
}

.inam-quotes-table td::before{
content:attr(data-label);
position:absolute;
left:10px;
font-weight:600;
color:#555;
}

}

/* ===============================
   INAM AGRO KYC DESIGN UPGRADE
================================ */

.inam-kyc-container{
max-width:900px;
margin:auto;
background:#ffffff;
padding:45px;
border-radius:14px;
box-shadow:0 15px 40px rgba(0,0,0,0.08);
transition:0.3s;
}

.inam-kyc-container:hover{
box-shadow:0 20px 55px rgba(0,0,0,0.12);
}

/* TITLE */

.inam-kyc-title{
font-size:30px;
font-weight:700;
margin-bottom:5px;
color:#222;
}

.inam-kyc-subtitle{
color:#777;
margin-bottom:35px;
font-size:14px;
}


/* GRID */

.inam-kyc-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:25px;
}

/* FIELD */

.inam-kyc-field{
display:flex;
flex-direction:column;
}

.inam-kyc-field label{
font-weight:600;
font-size:14px;
margin-bottom:8px;
margin-right:23px;
color:#333;
}

/* INPUT */

.inam-kyc-field input{
padding:13px;
border-radius:8px;
border:1px solid #ddd;
font-size:14px;
transition:0.25s;
background:#fafafa;
padding-right: 1px;
}

.inam-kyc-field input:focus{
outline:none;
border-color:#eb691a;
background:#fff;
box-shadow:0 0 0 3px rgba(235,105,26,0.1);
}


/* FILE INPUT AREA */

.inam-kyc-field input[type="file"]{
padding:10px;
background:#fff;
border:2px dashed #ddd;
cursor:pointer;
transition:0.3s;
}

.inam-kyc-field input[type="file"]:hover{
border-color:#eb691a;
background:#fff7f2;
}


/* BUTTON AREA */

.inam-kyc-submit-area{
margin-top:40px;
text-align:center;
}

/* BUTTON */

.inam-kyc-submit-btn{
background:linear-gradient(135deg,#eb691a,#ff8c3a);
color:white;
border:none;
padding:14px 30px;
font-size:15px;
font-weight:600;
border-radius:8px;
cursor:pointer;
transition:0.3s;
box-shadow:0 8px 20px rgba(235,105,26,0.25);
}

.inam-kyc-submit-btn:hover{
transform:translateY(-2px);
box-shadow:0 12px 25px rgba(235,105,26,0.35);
}

.inam-kyc-submit-btn:active{
transform:scale(0.97);
}


/* MOBILE */

@media (max-width:768px){

.inam-kyc-grid{
grid-template-columns:1fr;
}

.inam-kyc-container{
padding:30px;
}

}
/* KYC STATUS */

.inam-kyc-status-box{
margin:20px 0 30px;
font-weight:600;
}

.inam-status-pending{
background:#fff3cd;
color:#856404;
padding:6px 12px;
border-radius:20px;
}


/* UPLOAD GRID */

.inam-upload-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
margin-top:30px;
}

.inam-upload-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
}


/* DROP ZONE */

.inam-drop-zone{
border:2px dashed #ddd;
border-radius:10px;
padding:35px;
text-align:center;
cursor:pointer;
transition:0.3s;
position:relative;
}

.inam-drop-zone:hover{
border-color:#eb691a;
background:#fff7f2;
}

.inam-drop-zone p{
font-weight:600;
}

.inam-drop-zone span{
font-size:13px;
color:#777;
}

.inam-file-input{
position:absolute;
width:100%;
height:100%;
opacity:0;
cursor:pointer;
left:0;
top:0;
}


/* PREVIEW */

.inam-file-preview{
margin-top:10px;
font-size:13px;
color:#444;
}


/* PROGRESS */

.inam-progress{
height:6px;
background:#eee;
border-radius:4px;
margin-top:10px;
overflow:hidden;
}

.inam-progress-bar{
height:100%;
width:0%;
background:#eb691a;
transition:0.4s;
}


/* Container */
.inam-address-container {
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.inam-address-header {
    margin-bottom: 30px;
    border-left: 5px solid #2c3e50;
    padding-left: 15px;
}

/* Grid Layout */
.inam-address-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

/* Address Card Styling */
.inam-address-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.inam-address-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.inam-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.inam-card-label {
    font-size: 1.1rem;
    color: #2c3e50;
    font-weight: 700;
}

/* Text details */
.inam-name {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.inam-detail {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 2px 0;
}

/* Buttons */
.inam-btn-edit {
    background: transparent;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    padding: 5px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
}

.inam-btn-edit:hover {
    background: #2c3e50;
    color: #fff;
}

.inam-btn-primary {
    background: #27ae60; /* Export-friendly Green */
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}


.inam-account-page{
background:#f5f7fb;
padding:60px 0;
}

.inam-account-container{
width:90%;
max-width:1200px;
margin:auto;
}

/* PROFILE */

.inam-profile-box{
background:white;
padding:20px;
border-radius:10px;
display:flex;
align-items:center;
gap:20px;
box-shadow:0 5px 15px rgba(0,0,0,0.08);
margin-bottom:30px;
}

.inam-profile-avatar{
width:60px;
height:60px;
background:#eb691a;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
border-radius:50%;
}

.inam-profile-info h2{
margin:0;
}


/* DASHBOARD CARDS */

.inam-account-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin-bottom:40px;
}

.inam-account-card{
background:white;
padding:25px;
border-radius:10px;
text-decoration:none;
color:#333;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
transition:0.3s;
}

.inam-account-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 25px rgba(0,0,0,0.12);
}


/* ORDERS TABLE */

.inam-account-orders{
background:white;
padding:25px;
border-radius:10px;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
}

.inam-account-orders table{
width:100%;
border-collapse:collapse;
margin-top:10px;
}

.inam-account-orders th,
.inam-account-orders td{
padding:12px;
border-bottom:1px solid #eee;
text-align:left;
}


/* STATUS */

.inam-status{
padding:5px 10px;
border-radius:15px;
font-size:12px;
}

.shipped{
background:#cce5ff;
color:#004085;
}

.delivered{
background:#d4edda;
color:#155724;
}


  /* ===============================
   ENQUIRY SUCCESS PAGE
================================ */

.inam-success-page{
height:100vh;
display:flex;
align-items:center;
justify-content:center;
background:#f5f7fb;
}

.inam-success-card{
background:white;
padding:50px;
border-radius:12px;
text-align:center;
max-width:500px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

/* ICON */

.inam-success-icon{
width:80px;
height:80px;
background:#28a745;
color:white;
font-size:40px;
display:flex;
align-items:center;
justify-content:center;
border-radius:50%;
margin:auto;
margin-bottom:20px;
}

/* TEXT */

.inam-success-title{
font-size:32px;
margin-bottom:10px;
}

.inam-success-message{
font-size:16px;
margin-bottom:5px;
color:#444;
}

.inam-success-subtext{
color:#777;
margin-bottom:20px;
}

/* REF ID */

.inam-success-ref{
background:#f8f9fa;
padding:10px;
border-radius:6px;
margin-bottom:25px;
font-size:14px;
}

/* BUTTONS */

.inam-success-actions{
display:flex;
gap:15px;
justify-content:center;
flex-wrap:wrap;
}

.inam-success-btn{
background:#eb691a;
color:white;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
font-size:14px;
transition:0.3s;
}

.inam-success-btn:hover{
background:#d45a12;
}

.inam-success-btn.secondary{
background:#1a7f37;
}

.inam-success-btn.secondary:hover{
background:#14682d;
}


/* TECHNICAL POPUP */

.inam-tech-modal{
display:none;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
z-index:9999;
}

.inam-tech-content{
background:white;
width:90%;
max-width:500px;
margin:100px auto;
padding:30px;
border-radius:8px;
position:relative;
}

.inam-tech-close{
position:absolute;
right:15px;
top:10px;
font-size:22px;
cursor:pointer;
}

/* =================================
         LOGIN DROPDOWN 
=================================          */

.user-dropdown{
    position: relative;
    display: inline-block;
}

/* Dropdown box */
.user-menu{
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    width: 180px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    padding: 10px 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.25s ease;
}

/* Menu items */
.user-menu a{
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.user-menu a:hover{
    background: #f5f5f5;
}

/* Show dropdown */
.user-dropdown:hover .user-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}






.widget-about .about-text {
  max-width: 300px;
  margin-top: -0.5em;
  margin-bottom: -0.6em;
  color: var(--body-color);
}
.widget-about .about-year {
  font-size: 32px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px var(--theme-color);
  margin-top: 21px;
  margin-bottom: -0.3em;
}
.widget-about .about-subtitle {
  color: var(--white-color);
  margin-top: 24px;
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.widget-contact .contact-text {
  margin-top: -0.45em;
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  max-width: 258px;
}

.widget-newsletter {
  max-width: 348px;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 16px;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
}
.footer-text a {
  color: var(--body-color);
}
.footer-text a:hover {
  color: var(--theme-color);
}

.newsletter-form {
  position: relative;
}
.newsletter-form input {
  height: 60px;
  padding: 0 25px;
  background: transparent;
  border: 0;
  border-right: 0;
  border-radius: 0;
  color: var(--white-color);
  margin-bottom: 30px;
}
.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.newsletter-form input:active, .newsletter-form input:focus, .newsletter-form input:hover {
  background: transparent;
  color: var(--white-color);
}
.newsletter-form.style2 {
  /* Extra small devices */
}
.newsletter-form.style2 .form-group input {
  border: 2px solid #e1e1e1;
  border-right: 0;
  color: var(--white-color);
}
.newsletter-form.style2 .form-group input::placeholder {
  color: var(--white-color);
}
.newsletter-form.style2 .btn {
  width: auto;
  padding: 0 30px;
}
@media (max-width: 575px) {
  .newsletter-form.style2 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .newsletter-form.style2 .form-group input {
    border-right: 2px solid var(--white-color);
    border-radius: 5px;
  }
  .newsletter-form.style2 .btn {
    border-radius: 5px !important;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .footer-widget.widget_meta a, .footer-widget.widget_pages a, .footer-widget.widget_archive a, .footer-widget.widget_recent_entries a, .footer-widget.widget_categories a, .footer-widget.widget_nav_menu a {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: absolute;
  z-index: 41;
  left: 0;
  right: 0;
  top: 0;
  background: var(--white-color);
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.4s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 500;
  font-family: var(--body-font);
  font-size: 14px;
  color: var(--body-color);
}
.main-menu a:hover {
  color: var(--theme-color);
}
.main-menu > ul > li {
  margin: 0 14px;
}
.main-menu > ul > li > a {
  padding: 24.5px 0;
  font-weight: 650;
  color: #000000d6;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color);
}
.main-menu ul {
  margin: 0;
  padding: 0;
  padding-left: 138px;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\ea4e";
  position: relative;
  font-family: var(--icon-font);
  margin-left: 2px;
  font-weight: 500;
  top: 2px;
  font-size: 20px;
  display: inline-block;
  transition: inherit;
  transform: rotate(0deg);
  line-height: normal;
}
.main-menu ul li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 190px;
  width: max-content;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 18px 20px 18px 18px;
  left: -27px;
}
.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px;
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  float: right;
  top: 5px;
  font-size: 20px;
  transform: none;
  transition: 0.4s;
}
.main-menu ul.sub-menu li.menu-item-has-children:hover > a:after {
  opacity: 0;
  margin-right: 5px;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
  text-transform: capitalize;
}
.main-menu ul.sub-menu li a:before {
  content: "\ea6e";
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: var(--icon-font);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 500;
  opacity: 0;
  transition: 0.4s;
}
.main-menu ul.sub-menu li a:hover {
  padding-left: 15px;
}
.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  left: -5px;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 20px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}
.simple-icon i {
  font-size: 22px;
}
.simple-icon .badge {
  padding: 0.35em 0.57em;
  font-size: 10px;
  font-weight: 500;
  top: -6px;
  right: 0;
  left: auto;
}
.simple-icon:has(.badge) {
  padding-right: 12px;
}
.simple-icon:hover {
  color: var(--theme-color);
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px 40px;
}
.header-button .th-btn {
  margin-left: 10px;
}

.social-links {
  display: inline-flex;
  gap: 40px;
  align-items: center;
  line-height: normal;
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-logo {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 20px 0 0;
}
.header-links li > i {
  margin-right: 10px;
  color: var(--theme-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  font-size: 18px;
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
  font-family: var(--body-font);
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}

.header-grid-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.header-grid-info li {
  display: inline-flex;
  gap: 15px;
}
.header-grid-info li:not(:last-child) {
  border-right: 1px solid var(--border-color);
  padding-right: 30px;
  margin-right: 30px;
}
.header-grid-info li .icon {
  font-size: 32px;
  color: var(--theme-color);
}
.header-grid-info li .header-grid-info-details p {
  margin-bottom: 2px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  margin-top: -0.4em;
}
.header-grid-info li .header-grid-info-details h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -0.3em;
}

/* Header 1 ---------------------------------- */
.header-layout1 .sticky-wrapper {
  background: var(--white-color);
}
.header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 10px;
}
.header-layout1 .sticky-wrapper.sticky .navbar-right-desc {
  top: 0;
  height: 100%;
}
.header-layout1 .sticky-wrapper.sticky .main-menu > ul > li > a {
  padding: 34.5px 0;
}
.header-layout1 .header-top {
  background: transparent;
  padding: 5px 0;
  border-bottom: 1px solid var(--border-color);
}
.header-layout1 .header-top .header-top-left {
  padding-left: 35px;
}
.header-layout1 .header-top .header-top-right {
  padding-right: 68px;
}
.header-layout1 .social-links {
  gap: 5px;
}
.header-layout1 .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #F2F2F2;
  color: var(--body-color);
}
.header-layout1 .social-links a i {
  opacity: 0.8;
  font-size: 18px;
}
.header-layout1 .social-links a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.header-layout1 .social-links a:hover i {
  opacity: 1;
}
.header-layout1 .header-navbar-logo {
  margin-top: -21px;
  padding: 15px 0;
  padding-left: 48px;
  position: absolute;
  z-index: 3;
}
.header-layout1 .menu-area {
  position: relative;
}
.header-layout1 .menu-area .logo-bg {
  position: absolute;
  height: calc(100% + 40px);
  width: 14.6%;
  top: -40px;
  left: 0;
  background: var(--white-color);
  border-radius: 0;
  border-right: 1px solid var(--border-color);
}
.header-layout1 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: -40px;
  height: calc(100% + 40px);
  background: var(--white-color);
  padding: 0 60px 0 32px;
  border-left: 1px solid var(--border-color);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-layout1 .navbar-right-desc .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.header-layout1 .navbar-right-desc .icon-btn i {
  font-size: 22px;
}
.header-layout1 .navbar-right-desc .icon-btn:hover {
  background: var(--theme-color);
}
.header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  margin-bottom: -2px;
}
.header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-layout1 .navbar-right-desc a {
  color: var(--title-color);
}
.header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
.header-layout1 .main-menu {
  margin-left: 35px;
}
.header-layout1 .header-button {
  margin-right: 70px;
  gap: 20px 30px;
}
.header-layout1 .header-button .simple-icon {
  border-right: 1px solid var(--border-color);
  height: 30px;
  padding-right: 30px;
}
.header-layout1 .header-button .simple-icon:last-child {
  padding-right: 0;
  border-right: 0;
}
.header-layout1 .header-button .btn {
  padding: 16px 30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout1 .header-top .header-top-left {
    padding-left: 245px;
  }
  .header-layout1 .header-top .header-top-right {
    padding-right: 273px;
  }
  .header-layout1 .main-menu {
    margin-left: 245px;
  }
  .header-layout1 .header-navbar-logo {
    padding-left: 35px;
  }
  .header-layout1 .menu-area .logo-bg {
    width: 255px;
  }
  .header-layout1 .navbar-right-desc {
    padding: 0 30px;
  }
  .header-layout1 .header-button {
    margin-right: 270px;
  }
  .header-layout1 .header-button .btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout1 .header-top .header-top-left {
    padding-left: 0;
  }
  .header-layout1 .header-top .header-top-right {
    padding-right: 0;
  }
  .header-layout1 .menu-area .logo-bg {
    display: none;
  }
  .header-layout1 .header-navbar-logo {
    display: none;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
  .header-layout1 .header-button {
    margin-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout1 .header-top {
    display: none;
  }
}
/* Header 2 ---------------------------------- */
.header-layout2 .sticky-wrapper {
  background: var(--white-color);
}
.header-layout2 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 10px;
}
.header-layout2 .sticky-wrapper.sticky .navbar-right-desc {
  top: 0;
  height: 100%;
}
.header-layout2 .sticky-wrapper.sticky .main-menu > ul > li > a {
  padding: 34.5px 0;
}
.header-layout2 .header-top {
  background: var(--smoke-color);
  padding: 5px 0;
  border-bottom: 0;
}
.header-layout2 .header-top .header-top-left {
  padding-left: 35px;
}
.header-layout2 .header-top .header-top-right {
  padding-right: 68px;
}
.header-layout2 .social-links {
  gap: 5px;
}
.header-layout2 .social-links a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #F2F2F2;
  color: var(--body-color);
}
.header-layout2 .social-links a i {
  opacity: 0.8;
  font-size: 18px;
}
.header-layout2 .social-links a:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.header-layout2 .social-links a:hover i {
  opacity: 1;
}
.header-layout2 .header-navbar-logo {
  margin-top: -6px;
  padding: 15px 0;
  padding-left: 48px;
  position: absolute;
  z-index: 3;
}
.header-layout2 .menu-area {
  position: relative;
}
.header-layout2 .menu-area .logo-bg {
  position: absolute;
  height: calc(100% + 40px);
  width: 14.6%;
  top: -40px;
  left: 0;
  background: var(--white-color);
  border-radius: 0;
 
}
.header-layout2 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  top: -40px;
  height: calc(100% + 40px);
  background: var(--white-color);
  padding: 0 60px 0 32px;
  border-left: 1px solid var(--border-color);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-layout2 .navbar-right-desc .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.header-layout2 .navbar-right-desc .icon-btn i {
  font-size: 22px;
}
.header-layout2 .navbar-right-desc .icon-btn:hover {
  background: var(--theme-color);
}
.header-layout2 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  margin-bottom: -2px;
}
.header-layout2 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-layout2 .navbar-right-desc a {
  color: var(--title-color);
}
.header-layout2 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
.header-layout2 .main-menu {
  margin-left: 35px;
}
.header-layout2 .header-button {
  margin-right: 70px;
  gap: 20px 30px;
}
.header-layout2 .header-button .simple-icon {
  /* border-right: 1px solid var(--border-color); */
  height: 30px;
  /* padding-right: 62px; */
}
.header-layout2 .header-button .simple-icon:last-child {
  padding-right: 0;
  border-right: 0;
}
.header-layout2 .header-button .btn {
  padding: 16px 30px;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .header-layout2 .header-top .header-top-left {
    padding-left: 245px;
  }
  .header-layout2 .header-top .header-top-right {
    padding-right: 273px;
  }
  .header-layout2 .main-menu {
    margin-left: 245px;
  }
  .header-layout2 .header-navbar-logo {
    padding-left: 35px;
  }
  .header-layout2 .menu-area .logo-bg {
    width: 255px;
  }
  .header-layout2 .navbar-right-desc {
    padding: 0 30px;
  }
  .header-layout2 .header-button {
    margin-right: 270px;
  }
  .header-layout2 .header-button .btn {
    display: none;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .header-layout2 .header-top .header-top-left {
    padding-left: 0;
  }
  .header-layout2 .header-top .header-top-right {
    padding-right: 0;
  }
  .header-layout2 .menu-area .logo-bg {
    display: none;
  }
  .header-layout2 .header-navbar-logo {
    display: none;
  }
  .header-layout2 .main-menu {
    margin-left: 0;
  }
  .header-layout2 .header-button {
    margin-right: 0;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .header-layout2 .header-top {
    display: none;
  }
}
/* Header 3 ---------------------------------- */
.header-layout3 {
  --main-container: 1820px;
  /* Extra large devices */
}
.header-layout3 .sticky-wrapper {
  background: var(--white-color);
}
.header-layout3 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: var(--white-color);
  /* Extra large devices */
}
.header-layout3 .navbar-right-desc .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.header-layout3 .navbar-right-desc .icon-btn i {
  font-size: 22px;
}
.header-layout3 .navbar-right-desc .icon-btn:hover {
  background: var(--theme-color);
}
.header-layout3 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  display: block;
  margin-bottom: -2px;
}
.header-layout3 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-layout3 .navbar-right-desc a {
  color: var(--title-color);
}
.header-layout3 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
@media (max-width: 1500px) {
  .header-layout3 .navbar-right-desc {
    display: none;
  }
}
.header-layout3 .main-menu {
  margin-left: 85px;
  /* Medium Large devices */
}
.header-layout3 .main-menu > ul > li > a {
  padding: 37px 0;
}
@media (max-width: 1399px) {
  .header-layout3 .main-menu {
    margin-left: 0;
  }
}
.header-layout3 .header-button {
  gap: 20px 30px;
}
.header-layout3 .header-button .simple-icon {
  border-right: 1px solid var(--border-color);
  height: 30px;
  padding-right: 30px;
}
.header-layout3 .header-button .simple-icon:last-child {
  padding-right: 0;
  border-right: 0;
}
.header-layout3 .header-button .btn {
  padding: 16px 30px;
}
@media (max-width: 1500px) {
  .header-layout3 {
    --main-container: 1380px;
  }
}

/* Header 4 ---------------------------------- */
.header-layout4 {
  --main-container: 1820px;
  background: transparent;
  /* Extra large devices */
}
.header-layout4 .sticky-wrapper {
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.header-layout4 .sticky-wrapper.sticky {
  background: var(--title-color);
}
.header-layout4 .menu-area {
  position: relative;
}
.header-layout4 .menu-area .logo-bg {
  background: #F2F2F2;
  opacity: 0.11;
  position: absolute;
  height: 100%;
  width: 14.6%;
  top: 0;
  left: 0;
  z-index: -1;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .header-layout4 .menu-area .logo-bg {
    width: 255px;
  }
}
@media (max-width: 1399px) {
  .header-layout4 .menu-area .logo-bg {
    display: none;
  }
}
.header-layout4 .main-menu > ul > li > a {
  color: var(--white-color);
}
.header-layout4 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background: transparent;
  /* Extra large devices */
}
.header-layout4 .navbar-right-desc .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 0;
}
.header-layout4 .navbar-right-desc .icon-btn i {
  font-size: 22px;
}
.header-layout4 .navbar-right-desc .icon-btn:hover {
  background: var(--theme-color);
}
.header-layout4 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white-color);
  display: block;
  margin-bottom: -2px;
}
.header-layout4 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-layout4 .navbar-right-desc a {
  color: var(--white-color);
}
.header-layout4 .navbar-right-desc a:hover {
  color: var(--theme-color);
}
@media (max-width: 1500px) {
  .header-layout4 .navbar-right-desc {
    display: none;
  }
}
.header-layout4 .main-menu {
  margin-left: 85px;
  /* Medium Large devices */
}
.header-layout4 .main-menu > ul > li > a {
  padding: 37px 0;
}
@media (max-width: 1399px) {
  .header-layout4 .main-menu {
    margin-left: 0;
  }
}
.header-layout4 .header-button {
  gap: 20px 30px;
}
.header-layout4 .header-button .simple-icon {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 30px;
  padding-right: 30px;
  color: var(--white-color);
}
.header-layout4 .header-button .simple-icon:last-child {
  padding-right: 0;
  border-right: 0;
}
.header-layout4 .header-button .simple-icon:hover {
  color: var(--theme-color);
}
.header-layout4 .header-button .btn {
  padding: 16px 30px;
}
@media (max-width: 1500px) {
  .header-layout4 {
    --main-container: 1380px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
/*Footer 1***************/
/* .footer-wrapper {
  background-color: ;
} */

.footer-top-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0px;
  border-radius: 0px;
  position: relative;
  z-index: 3;
  gap: 40px;
  /* Large devices */
  /* Extra small devices */
  /* Extra small devices */
}
.footer-top-1 .subscribe-box {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-top-1 .subscribe-box .subscribe-box_text {
  max-width: 355px;
  text-align: end;
  margin-bottom: 0;
}
.footer-top-1 .newsletter-form {
  flex: none;
  min-width: 464px;
  display: flex;
  background: rgba(66, 66, 66, 0.85);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.footer-top-1 .newsletter-form input {
  margin-bottom: 0;
}
.footer-top-1 .newsletter-form .btn {
  flex: none;
  height: 50px;
  right: 5px;
  top: 5px;
}
@media (max-width: 1199px) {
  .footer-top-1 {
    display: block;
    text-align: center;
  }
  .footer-top-1 .subscribe-box {
    display: block;
    margin-top: 30px;
  }
  .footer-top-1 .subscribe-box .subscribe-box_text {
    text-align: center;
    max-width: none;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .footer-top-1 .newsletter-form {
    min-width: inherit;
  }
}
@media (max-width: 375px) {
  .footer-top-1 .newsletter-form {
    display: block;
  }
  .footer-top-1 .newsletter-form .btn {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    justify-content: center;
  }
}

.widget-area {
  padding: 80px 0 -1px;
}

.copyright-wrap {
  padding: 28px 0;
  background: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.copyright-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
}
.copyright-text a {
  color: var(--white-color);
}
.copyright-text a:hover {
  color: var(--theme-color);
}

.footer-links {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-links a {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: rgba(255, 255, 255, 0.8);
}
.footer-links a:hover {
  color: var(--theme-color);
}

/*Footer 1***************/
.footer-layout1 {
  position: relative;
  background-attachment: fixed;
  --body-color: #CBCCCD;
  z-index: 1;
}
.footer-layout1:after {
  content: "";
  position: absolute;
  inset: 0;
  background:url('../img/footerbg2.png');
  mix-blend-mode: multiply;
  z-index: -1;
  background-position:right;
}

/*Footer 2***************/
.footer-layout2 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  --body-color: rgba(255,255,255,0.9);
}
.footer-layout2 .widget-divider {
  background-color: rgba(255, 255, 255, 0.15);
  height: calc(100% + 110px);
  width: 1px;
  top: -80px;
  position: relative;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .footer-layout2 .widget-divider {
    display: none;
  }
}

/*Footer 3***************/
.footer-layout3 {
  position: relative;
  background-attachment: fixed;
  --body-color: #CBCCCD;
  z-index: 1;
  padding-top: 125px;
}
.footer-layout3:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1F1F1F;
  mix-blend-mode: multiply;
  z-index: -1;
}

/*Footer 4***************/
.footer-layout4 {
  position: relative;
  background-attachment: fixed;
  --body-color: #CBCCCD;
  z-index: 1;
  padding-top: 150px;
}
.footer-layout4:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #1F1F1F;
  mix-blend-mode: multiply;
  z-index: -1;
}

/*------------------- 4.4. Breadcumb  -------------------*/
.breadcumb-menu {
  max-width: 100%;
  padding: 18px 75px 18px 25px;
  list-style-type: none;
  position: relative;
  margin: 166px 0 0;
  display: inline-block;
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.breadcumb-menu li {
  display: inline-block;
  padding-right: 11px;
  list-style: none;
  position: relative;
}
.breadcumb-menu li:before {
  content: "";
  position: relative;
  margin-right: 16px;
  font-size: 14px;
  font-weight: 700;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  transform: translate(0px, -50%);
}
.breadcumb-menu li:first-child:before {
  display: none;
}
.breadcumb-menu li,
.breadcumb-menu a,
.breadcumb-menu span {
  white-space: normal;
  word-break: break-word;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--body-font);
  text-transform: uppercase;
  color: var(--white-color);
}
.breadcumb-menu li.active,
.breadcumb-menu a.active,
.breadcumb-menu span.active {
  text-decoration: underline;
}
.breadcumb-menu a:hover {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .breadcumb-menu {
    margin: 96px 0 0;
  }
}
@media (max-width: 767px) {
  .breadcumb-menu {
    margin: 100px 0 0;
    padding: 10px 75px 10px 20px;
  }
}
@media (max-width: 575px) {
  .breadcumb-menu {
    clip-path: none;
    display: block;
    padding: 10px;
  }
}
.breadcrumb-area {
    position: relative;
    /* background: url('assets/img/hero/prd-details.jpeg') center center/cover no-repeat; */
  padding: 117px 0 52px;
    text-align: center;
    color: #fff;
}

/* Dark overlay for readability */
.breadcrumb-area::before {
    content: "";
    position: absolute;
    inset: 0;
    
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h1 {
    font-size: 41px;
  font-weight: 600;
  color: rgb(245, 237, 237);
  display: flex;
}
.breadcrumb-links {
    font-size: 14px;
    color: #ccc;
    font-size: 16px;
    margin:-3px;
}

.breadcrumb-links a {
    color: #f5b400;
    text-decoration: none;
    transition: 0.3s ease;
    
}

.breadcrumb-links a:hover {
    color: #fff;
}
.equipment-detail .uk-text-muted {
    color: #111 !important;
}
@media (max-width: 768px) {
    .breadcrumb-content h1 {
        font-size: 22px;
        line-height: 1.3;
        margin:6px;
    }
}
.breadcumb-title {
  color: var(--white-color);
  margin: -0.22em 0 -0.2em 0;
  line-height: 1.1;
  font-size: 64px;
  font-weight: 600;
  font-family: var(--title-font);
  text-align: center;
  z-index: 1;
  position: relative;
}
/* Ensure this matches the padding-top we discussed earlier */
.breadcrumb-section {
    margin-top: 0; /* Adjust if your navbar has a specific height */
    background-color: #f8f9fa !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/"; /* Use a formal slash instead of a dot */
    color: #adb5bd;
}

.breadcrumb-item i {
    vertical-align: middle;
    margin-top: -2px;
}

.breadcumb-wrapper {
  background: var(--title-color);
  padding: 230px 0 0px;
  margin-top: 116px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-size: cover !important;
  /* Extra small devices */
}
/* .breadcumb-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 22, 28, 0.8);
  z-index: -1;
} */
.breadcumb-wrapper .breadcumb-thumb {
  position: absolute;
  bottom: 0;
}
@media (max-width: 575px) {
  .breadcumb-wrapper {
    margin-top: 76px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .breadcumb-wrapper {
    padding: 160px 0 0px;
  }
  .breadcumb-title {
    font-size: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .breadcumb-wrapper {
    padding: 140px 0 0px;
  }
  .breadcumb-title {
    font-size: 46px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .breadcumb-wrapper {
    padding: 120px 0 0px;
  }
  .breadcumb-title {
    font-size: 40px;
  }
}
/*------------------- 4.5. Pagination  -------------------*/
.pagination {
  margin-bottom: 30px;
  margin-top: 60px;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pagination li {
  display: inline-block;
  margin: 0 0;
  list-style-type: none;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li:first-child {
  margin-left: 0;
}
.pagination span,
.pagination a {
  display: inline-block;
  text-align: center;
  position: relative;
  color: var(--theme-color);
  background-color: #F7F7F7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 1;
  font-size: 16px;
  font-family: var(--body-font);
  font-weight: 500;
  border-radius: 2px;
}
.pagination span i,
.pagination a i {
  font-size: 22px;
}
.pagination span.active, .pagination span:hover,
.pagination a.active,
.pagination a:hover {
  color: var(--white-color);
  background: var(--theme-color);
  box-shadow: none;
}

/* Medium devices */
@media (max-width: 991px) {
  .pagination {
    margin-top: 60px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination span,
  .pagination a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .pagination span i,
  .pagination a i {
    font-size: 16px;
  }
}
@media (max-width: 330px) {
  .pagination li {
    margin: 0 2px;
  }
  .pagination span, .pagination a {
    width: 35px;
    height: 35px;
    line-height: 34px;
    font-size: 14px;
  }
}
.post-footer {
  clear: both;
  margin-top: 30px;
}

/*------------------- 4.6. Blog  -------------------*/
blockquote,
.wp-block-quote {
  font-size: 24px;
  line-height: 1.55;
  padding: 60px;
  font-weight: 400;
  font-family: var(--title-font);
  display: block;
  position: relative;
  background-color: var(--smoke-color);
  overflow: hidden;
  margin: 32px 0 40px;
  color: var(--body-color);
  font-style: italic;
  border-radius: 0px;
  border: 0;
  border-top: 3px solid var(--theme-color);
  /* Medium Large devices */
  /* Small devices */
}
blockquote p,
.wp-block-quote p {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--title-font);
  font-style: normal;
  margin-top: -0.3em;
  margin-bottom: 26px;
  line-height: 1.55;
  color: var(--body-color);
  width: 100%;
  position: relative;
  z-index: 3;
}
blockquote p a,
.wp-block-quote p a {
  color: inherit;
}
blockquote p cite,
.wp-block-quote p cite {
  margin-top: 20px;
}
blockquote:before,
.wp-block-quote:before {
  content: "\ec52";
  font-family: var(--icon-font);
  position: absolute;
  right: 50px;
  bottom: 20px;
  font-size: 80px;
  font-weight: 700;
  opacity: 1;
  color: var(--theme-color);
  font-style: normal;
  background: transparent;
  text-align: center;
  opacity: 0.1;
}
blockquote cite,
.wp-block-quote cite {
  display: block;
  font-size: 24px;
  position: relative;
  border-color: inherit;
  line-height: 1;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: -0.2em;
  font-style: normal;
  color: var(--title-color);
  font-family: var(--title-font);
}
blockquote .desig,
.wp-block-quote .desig {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  font-style: initial;
  color: var(--body-color);
  margin-top: 14px;
  margin-bottom: -0.4em;
  display: block;
}
blockquote .quote-icon,
.wp-block-quote .quote-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 150px;
}
blockquote.style-left-icon, blockquote.is-large, blockquote.is-style-large, blockquote.has-text-align-right,
.wp-block-quote.style-left-icon,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.has-text-align-right {
  padding: 170px 50px 50px;
}
blockquote.style-left-icon,
.wp-block-quote.style-left-icon {
  font-size: 18px;
  color: var(--body-color);
  font-weight: 400;
  line-height: 1.556;
  background-color: var(--smoke-color);
  padding-left: 160px;
}
blockquote.style-left-icon:before,
.wp-block-quote.style-left-icon:before {
  right: unset;
  left: 56px;
  top: 60px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 4rem;
  color: var(--theme-color);
  text-shadow: none;
}
blockquote.style-left-icon cite,
.wp-block-quote.style-left-icon cite {
  color: var(--title-color);
}
blockquote.style-left-icon cite:before,
.wp-block-quote.style-left-icon cite:before {
  background-color: var(--title-color);
  top: 8px;
}
blockquote.is-large cite:before, blockquote.is-style-large cite:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before {
  top: unset;
  bottom: 13px;
}
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  border: 0;
}
blockquote.has-text-align-right:before,
.wp-block-quote.has-text-align-right:before {
  right: 50px;
  left: unset;
}
@media (max-width: 1299px) {
  blockquote,
  .wp-block-quote {
    padding: 50px;
    font-size: 20px;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  blockquote,
  .wp-block-quote {
    padding: 30px;
    font-size: 18px;
  }
  blockquote p,
  .wp-block-quote p {
    font-size: 18px;
  }
  blockquote:before,
  .wp-block-quote:before {
    right: 23px;
    bottom: 10px;
    font-size: 60px;
  }
}

.wp-block-pullquote {
  padding: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 20px;
}

.wp-block-pullquote blockquote:before,
.wp-block-pullquote.is-style-solid-color blockquote:before {
  left: 50%;
  transform: translate(-50%, 0px);
}

.wp-block-column blockquote,
.wp-block-column .wp-block-quote {
  padding: 100px 15px 30px 15px;
}
.wp-block-column blockquote:before,
.wp-block-column .wp-block-quote:before {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 30px;
  left: 30px;
  font-size: 30px;
}
.wp-block-column blockquote.style-left-icon, .wp-block-column blockquote.is-large:not(.is-style-plain), .wp-block-column blockquote.is-style-large:not(.is-style-plain), .wp-block-column blockquote.has-text-align-right,
.wp-block-column .wp-block-quote.style-left-icon,
.wp-block-column .wp-block-quote.is-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.is-style-large:not(.is-style-plain),
.wp-block-column .wp-block-quote.has-text-align-right {
  padding: 100px 15px 30px 15px;
}

.blog-meta {
  display: flex;
  gap: 10px;
  margin-top: -0.4em;
  /* Medium Large devices */
  /* Extra small devices */
}
.blog-meta span,
.blog-meta a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  position: relative;
  text-transform: uppercase;
}
.blog-meta span:before,
.blog-meta a:before {
  content: "";
  position: relative;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: var(--body-color);
  transform: translate(0, -50%);
  display: inline-block;
  margin-right: 10px;
}
.blog-meta span i,
.blog-meta a i {
  margin-right: 9px;
  color: var(--theme-color);
}
.blog-meta span:first-child:before,
.blog-meta a:first-child:before {
  display: none;
}
.blog-meta span a {
  margin-right: 0 !important;
}
.blog-meta a:hover {
  color: var(--theme-color);
}
@media (max-width: 1299px) {
  .blog-meta span,
  .blog-meta a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .blog-meta {
    flex-wrap: wrap;
  }
}

.blog-audio img,
.blog-img img,
.blog-video img {
  transition: 0.4s ease-in-out;
  border-radius: 0 0;
}

.blog-title a {
  color: inherit;
}
.blog-title a:hover {
  color: var(--theme-color);
}

.blog-inner-title {
  margin-top: -0.25em;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  /* Small devices */
}
.blog-inner-title i {
  color: var(--theme-color);
  margin-right: 4px;
}
@media (max-width: 767px) {
  .blog-inner-title {
    font-size: 28px;
  }
}

.blog-single {
  position: relative;
  margin-bottom: 60px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.blog-single .blog-img {
  position: relative;
}
.blog-single .blog-img img {
  width: 100%;
  border-radius: 0px;
  transition: 0.4s ease-in-out;
  min-height: 300px;
  object-fit: cover;
}
.blog-single .blog-img .blog-date {
  position: absolute;
  left: 30px;
  top: 30px;
}
.blog-single .blog-img .blog-date a {
  background: var(--theme-color);
  height: 70px;
  width: 70px;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  font-family: var(--body-font);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 10px 11px;
}
.blog-single .blog-img .blog-date a span {
  display: block;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 2px;
}
.blog-single .blog-img .blog-date .year {
  background: var(--title-color);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 4px;
  height: 16px;
  line-height: 16px;
}
.blog-single .blog-title {
  margin-bottom: 21px;
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-top: 21px;
}
.blog-single .blog-text {
  margin-bottom: 40px;
  font-size: 18px;
  font-family: var(--title-font);
  font-weight: 400;
}
.blog-single .blog-meta {
  margin-bottom: 19px;
}
.blog-single .social-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
}
.blog-single .social-links li {
  display: inline-block;
  margin-right: 3px;
}
.blog-single .social-links li:last-child {
  margin-right: 0;
}
.blog-single .social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--smoke-color);
  font-size: 14px;
  color: var(--body-color);
  text-align: center;
}
.blog-single .social-links a:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.blog-single .blog-content {
  position: relative;
  border-radius: 0;
}
.blog-single .blog-audio {
  line-height: 1;
}
.blog-single .blog-audio,
.blog-single .blog-img,
.blog-single .blog-video {
  position: relative;
  overflow: hidden;
  background-color: var(--smoke-color);
  margin-bottom: 30px;
}
.blog-single .blog-img .slick-arrow {
  --pos-x: 30px;
  --icon-size: 45px;
  border: none;
  background-color: var(--white-color);
  color: var(--theme-color);
  border-radius: 5px;
}
.blog-single .blog-img .slick-arrow:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.blog-single .blog-img .play-btn {
  --icon-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2);
}
.blog-single .read-more-btn,
.blog-single .line-btn {
  display: block;
  max-width: fit-content;
  margin-bottom: -1px;
}
.blog-single .read-more-btn {
  margin-bottom: -8px;
  color: var(--theme-color);
}
.blog-single .blog-post-wrap {
  background: var(--smoke-color3);
  border-radius: 6px;
  padding: 60px;
  cursor: pointer;
  transition: 0.4s;
}
.blog-single .blog-post-wrap:hover {
  background: var(--theme-color);
}
.blog-single .blog-post-wrap:hover h5 {
  color: var(--white-color);
}
.blog-single .blog-post-wrap h5 {
  margin-bottom: 0;
  transition: 0.4s;
}
.blog-single:hover .blog-img .slick-arrow {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199px) {
  .blog-single .blog-text {
    margin-bottom: 30px;
  }
  .blog-single .blog-title {
    font-size: 36px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .blog-single {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-single .blog-title {
    font-size: 30px;
  }
  .blog-single .blog-meta {
    margin-bottom: 14px;
  }
}
@media (max-width: 575px) {
  .blog-single .blog-thumb {
    border-radius: 5px 5px 0 0;
  }
  .blog-single .blog-thumb img {
    border-radius: 5px 5px 0 0;
  }
  .blog-single .blog-content {
    margin: 0;
    border-radius: 0 0 5px 5px;
  }
}

.blog-author {
  border-radius: 0px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: var(--blog-space-y, 60px);
  /* Small devices */
}
.blog-author .auhtor-img {
  border-radius: 50%;
  overflow: hidden;
}
.blog-author .author-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: -0.1em;
}
.blog-author .author-name a {
  color: var(--title-color);
}
.blog-author .author-desig {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  font-family: var(--body-font);
  display: block;
  margin-top: 8px;
}
.blog-author .author-text {
  margin-top: 9px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .blog-author {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
  }
  .blog-author .media-body {
    width: 100%;
    flex: auto;
  }
}

.share-links-title {
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-weight: 500;
  margin: 0 20px 0 0;
}

.share-links {
  padding: 13px 0 0px;
}
.share-links > .row {
  align-items: center;
  --bs-gutter-y: 20px;
}
.share-links .wp-block-tag-cloud,
.share-links .tagcloud {
  gap: 10px;
}
.share-links .wp-block-tag-cloud a,
.share-links .tagcloud a {
  border-color: var(--smoke-color);
  background: var(--smoke-color);
}
.share-links .wp-block-tag-cloud a:hover,
.share-links .tagcloud a:hover {
  background: var(--theme-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .share-links {
    --blog-space-x: 20px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .share-links-title {
    display: block;
    margin-bottom: 10px;
  }
  .blog-author {
    display: block;
  }
  .blog-author .auhtor-img {
    margin-bottom: 20px;
    display: inline-block;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .share-links .wp-block-tag-cloud, .share-links .tagcloud {
    gap: 10px;
  }
}
/*------------------- 4.7. Comments  -------------------*/
.comment-form {
  margin-top: var(--blog-space-y, 20px);
  position: relative;
  padding: 40px;
  border-radius: 0px;
  background: var(--smoke-color);
}
.comment-form .row {
  --bs-gutter-x: 20px;
}
.comment-form .form-title {
  margin-top: -0.35em;
  margin-bottom: 30px;
}
.comment-form .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-form .form-text {
  margin-bottom: 25px;
}
.comment-form .form-group {
  margin-bottom: 20px;
}

.blog-comment-area {
  margin-bottom: 25px;
}

.comments-wrap {
  margin-top: var(--blog-space-y, 60px);
  margin-bottom: 30px;
}
.comments-wrap .description p:last-child {
  margin-bottom: -0.5em;
}
.comments-wrap .comment-respond {
  margin: 30px 0;
}
.comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.comments-wrap li {
  margin: 0;
}
.comments-wrap .post-comment {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.comments-wrap .post-comment ol,
.comments-wrap .post-comment ul,
.comments-wrap .post-comment dl {
  margin-bottom: 1rem;
}
.comments-wrap .post-comment ol ol,
.comments-wrap .post-comment ol ul,
.comments-wrap .post-comment ul ol,
.comments-wrap .post-comment ul ul {
  margin-bottom: 0;
}
.comments-wrap ul.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: var(--blog-space-y, 80px);
}
.comments-wrap ul.comment-list ul ul,
.comments-wrap ul.comment-list ul ol,
.comments-wrap ul.comment-list ol ul,
.comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.comments-wrap .comment-avater {
  margin-right: 25px;
  overflow: hidden;
  border-radius: 15px;
  height: fit-content;
}
.comments-wrap .comment-avater img {
  width: 100%;
  max-width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.comments-wrap .comment-content {
  flex: 1;
  margin-top: -6px;
  position: relative;
}
.comments-wrap .commented-on {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 2px;
  font-weight: 500;
  color: var(--body-color);
  font-family: var(--body-font);
}
.comments-wrap .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}
.comments-wrap .name {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 600;
}
.comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.comments-wrap .text {
  margin-bottom: -0.3em;
  margin-top: 2px;
}
.comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 135px;
}
.comments-wrap .reply_and_edit {
  margin-bottom: -0.46em;
  position: absolute;
  right: 0;
  top: 10px;
}
.comments-wrap .reply_and_edit a {
  margin-right: 10px;
  color: var(--title-color);
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  text-transform: uppercase;
}
.comments-wrap .reply_and_edit a:hover {
  color: var(--theme-color);
}
.comments-wrap .reply_and_edit a i {
  margin-left: 3px;
  margin-right: 0;
}
.comments-wrap .reply_and_edit a:last-child {
  margin-right: 0;
}
.comments-wrap .reply-btn {
  font-weight: 700;
  font-size: 12px;
  color: var(--body-color);
  font-family: var(--title-font);
  display: inline-block;
}
.comments-wrap .reply-btn i {
  margin-right: 7px;
}
.comments-wrap .reply-btn:hover {
  color: var(--theme-color);
}
.comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

ul.comment-list .comment-item:last-child:not(.children .comment-item) > .post-comment {
  border-bottom: none;
  padding-bottom: 0;
}
ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}

.comments-wrap.comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .blog-single {
    --blog-space-y: 40px;
  }
  .comments-wrap {
    margin-top: 40px;
  }
  .comments-wrap .children {
    margin-left: 40px;
  }
  .comments-wrap .comment-avater {
    margin-right: 35px;
  }
  ul.comment-list .comment-item:first-child:not(.children .comment-item) > .post-comment {
    padding-bottom: 30px;
  }
  .comments-wrap .post-comment {
    margin-bottom: 30px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .comments-wrap .post-comment {
    display: block;
  }
  .comments-wrap .comment-avater {
    height: 100px;
    width: 100px;
    margin-bottom: 30px;
  }
  .comment-form {
    padding: 30px;
  }
}
/*--------------------------------------------------------------
# Comment Css
--------------------------------------------------------------*/
.comments-title {
  font-size: 27px;
  border-bottom: 2px solid var(--border-color);
  padding-bottom: 15px;
  margin-bottom: 30px;
}

ol.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment ol.children {
  list-style: none;
  padding-left: 50px;
}

.comment span.says {
  display: none;
}

.comment-author.vcard,
footer.comment-meta {
  position: relative;
}

.comment-author.vcard img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
  margin-top: -5px;
}

.comment-author.vcard .fn {
  font-size: 20px;
  position: absolute;
  left: 110px;
  top: -10px;
  text-transform: capitalize;
  font-weight: 600;
}

.comment-author.vcard .fn a {
  font-weight: 600;
}

.bypostauthor {
  display: block;
}

.bypostauthor .comment-author.vcard .fn:after {
  content: "\f02e";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  top: 0;
  margin-left: 10px;
  position: relative;
  line-height: 1;
  font-weight: 900;
}

.comment-metadata {
  position: absolute;
  left: 110px;
  top: 20px;
}

.comment-metadata time {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

em.comment-awaiting-moderation {
  font-weight: 500;
  color: #1d1d1d;
  display: block;
  padding-left: 110px;
  margin-top: -25px;
  margin-bottom: 35px;
}

.comment-metadata span.edit-link,
span.edit-link {
  display: none;
}

.comment .comment-content {
  position: relative;
  padding-left: 110px;
  margin-top: -25px;
}

.comment article {
  margin-top: 15px;
  padding: 15px 15px 15px 0;
  border-bottom: 2px solid var(--border-color);
  position: relative;
}

.comment-list li:last-child .comment-body {
  border-bottom: 0;
}

.comment-list li .children .comment-body {
  border-bottom: 2px solid var(--border-color);
}

.comment-content img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-body .reply {
  position: absolute;
  right: 0;
  top: 8px;
}

.comments-area .reply a {
  position: relative;
  padding-left: 25px;
  color: var(--black-color);
  font-weight: 600;
}
.comments-area .reply a:hover {
  color: var(--theme-color);
}

.comment-body .reply a:before {
  content: "\f3e5";
  font-family: Font Awesome\ 6 Pro;
  position: absolute;
  left: 3px;
  top: 0;
}

.comment-content a,
.comment-body a {
  word-wrap: break-word;
  font-weight: 500;
}

.comment-content li {
  font-weight: 500;
  margin: 8px 0;
}

/*--------------------------------------------------------------
# Comment Respond Form
--------------------------------------------------------------*/
.comments-heading {
  font-size: 25px;
  margin-bottom: 5px;
}

#cancel-comment-reply-link {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
}

#cancel-comment-reply-link:hover {
  text-decoration: underline;
}

.comment-respond {
  margin-top: 30px;
  padding: 35px 45px 30px 45px;
  background-color: var(--smoke-color2);
  color: var(--black-color);
  border-radius: 10px;
}
.comment-respond .comment-form {
  padding: 0;
}

.tp-comment-input {
  position: relative;
  margin-bottom: 30px;
}

.tp-comment-input input,
.tp-comment-input textarea {
  margin-bottom: 0;
}

.tp-comment-input i {
  position: absolute;
  right: 20px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #647589;
}

.comment-message.tp-comment-input i {
  top: 30px;
}

li.comment .comment-respond {
  margin-bottom: 45px;
  margin-top: 45px;
}

.comment-form .comment-form-wrap {
  margin: 25px -45px 0 -45px;
  border-top: 2px solid var(--border-color);
  padding: 35px 30px 0 30px;
}

.comment-form input,
.comment-form textarea {
  background: var(--white-color);
  border-color: transparent;
  color: var(--black-color);
  border-radius: 0px;
  font-family: var(--title-font);
}

.comment-message textarea {
  height: auto;
  border-radius: 15px;
}

.comment-form-cookies-consent label {
  display: inline;
  margin-left: 10px;
}

.comment-form .comment-message {
  margin-top: 10px;
}

.comment-form-wrap ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #647589;
}

.comment-form-wrap :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #647589;
  opacity: 1;
}

.comment-form-wrap :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #647589;
}

.comment-form-wrap ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #647589;
}

.comment-form-wrap ::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

#message-cmt::placeholder {
  /* Most modern browsers support this now. */
  color: #647589;
}

.comments-area button.tp-button i {
  font-size: 14px;
}

@media (min-width: 500px) {
  .comment-metadata time {
    margin-top: 15px;
    display: inline-block;
  }
}
li.pingback,
li.trackback {
  border: 2px solid var(--border-color);
  padding: 10px;
  margin-bottom: 20px;
}

/*------------------- 4.8. Hero Area  -------------------*/
/* Hero Global ---------------------------------- */
.hero-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.hero-title {
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.097;
}

.hero-text {
  font-size: 18px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.777;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  margin: 116px 0 357px;
  overflow: initial;
  background-size: cover;
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-1 {
    margin-top: 117px;
  }
}
@media (max-width: 1199px) {
  .hero-1 {
    margin: 117px 0 200px;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .hero-1 {
    margin-bottom: 0;
    margin-top: 76px;
  }
}
.hero-1:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #424242;
  mix-blend-mode: multiply;
  z-index: -1;
}
.hero-1 .hero-bg-shape1-1 {
  position: absolute;
  top: 100px;
  width: 230px;
  height: 685px;
  background: linear-gradient(180deg, rgba(234, 85, 1, 0) 0%, var(--theme-color) 100%);
  opacity: 0.3;
  transform: matrix(0.75, -0.66, -0.66, -0.75, 0, 0);
  z-index: 1;
  mix-blend-mode: difference;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-1 .hero-bg-shape1-1 {
    display: none;
  }
}
.hero-1 .hero-bg-shape1-2 {
  position: absolute;
  top: 250px;
  width: 230px;
  height: 685px;
  background: linear-gradient(180deg, rgba(234, 85, 1, 0) 0%, var(--theme-color) 100%);
  opacity: 0.3;
  transform: matrix(0.75, -0.66, -0.66, -0.75, 0, 0);
  z-index: 1;
  mix-blend-mode: difference;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-1 .hero-bg-shape1-2 {
    display: none;
  }
}
.hero-1 .section-animation-shape1-1 {
  position: absolute;
  top: 0;
  z-index: 3;
}
.hero-1 .section-animation-shape1-2 {
  position: absolute;
  bottom: -30px;
  z-index: 1;
}
.hero-1 .hero-shape1-1 {
  bottom: -357px;
  left: 20%;
  z-index: 2;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-1 .hero-shape1-1 {
    left: 10%;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-shape1-1 {
    width: 450px;
    bottom: -200px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-shape1-1 {
    display: none;
  }
}
.hero-1 .slider-controller-wrap {
  text-align: end;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 43%;
  background: var(--white-color);
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-1 .slider-controller-wrap {
    display: none;
  }
}
.hero-1 .slider-btn-wrap {
  display: inline-flex;
  position: relative;
  bottom: 0;
  right: 120px;
  z-index: 3;
  justify-content: end;
  padding: 61px 0;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .hero-1 .slider-btn-wrap {
    right: 75px;
  }
}
@media (max-width: 1299px) {
  .hero-1 .slider-btn-wrap {
    right: 45px;
  }
}
.hero-1 .slider-btn-wrap .slides-numbers {
  font-size: 12px;
  font-weight: 500;
  color: var(--title-color);
}
.hero-1 .slider-btn-wrap .slides-numbers .active {
  font-size: 18px;
}
.hero-1 .slider-btn-wrap .slides-numbers .total {
  margin-left: 160px;
  opacity: 0.2;
  font-size: 18px;
}
.hero-1 .slider-btn-wrap .icon-box {
  gap: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-1 .slider-btn-wrap .icon-box .slick-arrow {
  top: 0;
  background: rgba(21, 22, 28, 0.06);
  color: var(--theme-color);
  --icon-size: 50px;
}
.hero-1 .slider-btn-wrap .icon-box .slick-arrow:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.hero-slider1 {
  position: relative;
  z-index: 1;
  background-size: cover;
}
.hero-slider1 .hero-thumb {
  position: absolute;
  right: 0;
  top: 0;
  border-left: 5px solid var(--theme-color);
  /* Extra large devices */
  /* Medium devices */
}
@media (max-width: 1500px) {
  .hero-slider1 .hero-thumb {
    width: 50%;
    height: calc(100% - 150px);
  }
  .hero-slider1 .hero-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .hero-slider1 .hero-thumb {
    display: none;
  }
}

.hero-style1 {
  position: relative;
  z-index: 6;
  padding-top: 200px;
  padding-bottom: 208px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
}
.hero-style1 .hero-text {
  max-width: 512px;
  margin-top: 22px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1399px) {
  .hero-style1 {
    padding-top: 160px;
    padding-bottom: 168px;
  }
}
@media (max-width: 1199px) {
  .hero-style1 {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .hero-style1 {
    text-align: center;
    padding: 120px 0 50px;
  }
  .hero-style1 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }
  .hero-style1 .btn-group {
    justify-content: center;
  }
}

.hero-experience-wrap {
  display: inline-block;
  border-bottom: 5px solid var(--theme-color);
  padding: 60px 100px 33px 100px;
  position: relative;
  clip-path: polygon(43px 0, 100% 0, 100% calc(100% - 81px), calc(100% - 67px) 100%, 0 100%, 0 52px);
  position: absolute;
  bottom: -231px;
  z-index: 3;
  right: 25%;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-experience-wrap {
    padding: 50px 70px 30px 100px;
  }
}
@media (max-width: 1199px) {
  .hero-experience-wrap {
    padding: 30px 0px 30px 55px;
    right: 29%;
    bottom: -200px;
  }
}
@media (max-width: 991px) {
  .hero-experience-wrap {
    position: inherit;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 575px) {
  .hero-experience-wrap {
    position: initial;
    transform: none;
    margin: 0 15px;
    padding: 30px;
    display: block;
  }
}
.hero-experience-wrap .shadow-text {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  transform: rotate(-90deg) translate(-100%, 0);
  display: inline-block;
  transform-origin: left top;
  opacity: 0.15;
  position: absolute;
  top: 60px;
  left: 40px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-experience-wrap .shadow-text {
    left: 15px;
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .hero-experience-wrap .shadow-text {
    display: none;
  }
}
.hero-experience-wrap .hero-experience-counter {
  font-size: 120px;
  font-weight: 700;
  color: var(--theme-color);
  margin-top: 5px;
  margin-bottom: -10px;
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-experience-wrap .hero-experience-counter {
    font-size: 70px;
    margin-bottom: 0;
  }
}
@media (max-width: 1299px) {
  .hero-experience-wrap .hero-experience-counter {
    font-size: 50px;
  }
}
.hero-experience-wrap .hero-experience-text {
  font-size: 18px;
  margin-bottom: 37px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1299px) {
  .hero-experience-wrap .hero-experience-text {
    margin-bottom: 27px;
  }
}
@media (max-width: 1199px) {
  .hero-experience-wrap .hero-experience-text {
    margin-bottom: 10px;
  }
}
.hero-experience-wrap .media {
  margin-left: -80px;
  display: flex;
  gap: 20px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-experience-wrap .media {
    margin-left: -50px;
  }
}
@media (max-width: 575px) {
  .hero-experience-wrap .media {
    margin-left: 0;
    display: block;
  }
}
.hero-experience-wrap .media .icon {
  flex: auto;
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-experience-wrap .media .icon {
    width: 140px;
  }
}
.hero-experience-wrap .media .link-btn {
  font-size: 32px;
  line-height: 1.1875em;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
  max-width: 180px;
  text-transform: none;
  margin-top: 20px;
  align-self: start;
  /* Medium Large devices */
}
.hero-experience-wrap .media .link-btn:before {
  display: none;
}
.hero-experience-wrap .media .link-btn:hover {
  color: var(--theme-color);
}
@media (max-width: 1299px) {
  .hero-experience-wrap .media .link-btn {
    font-size: 24px;
    margin-top: 30px;
  }
}

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

/* Hero 2 ---------------------------------- */

.hero-wrapper.hero-2{
height:600px;
overflow:hidden;
}

.hero-image-only img{
height:600px;
object-fit:cover;
}


.hero-2 {
  position: relative;
  margin-top: 115px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-2 {
    margin-top: 76px;
  }
}
.hero-2 .hero-number-slider2 {
  position: absolute;
  bottom: 45px;
  width: 150px;
  right: 12%;
  /* Large devices */
  /* Medium devices */
}
.hero-2 .hero-number-slider2 .slider-number {
  font-size: 18px;
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .hero-2 .hero-number-slider2 {
    right: 10%;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-number-slider2 {
    bottom: 88px;
    right: 6%;
  }
}

.hero-slider2 {
  position: relative;
}
.hero-slider2 .slick-dots {
  position: absolute;
  bottom: 160px;
  right: 19%;
  
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
}
.hero-slider2 .slick-dots li {
  margin-right: 10px;
}
.hero-slider2 .slick-dots button {
  width: 30px;
  height: 2px;
  background: var(--body-color);
  border-radius: 0;
}
.hero-slider2 .slick-dots button:before {
  display: none;
}
.hero-slider2 .slick-dots .slick-active button {
  width: 50px;
  background: var(--theme-color);
}
@media (max-width: 1500px) {
  .hero-slider2 .slick-dots {
    right: 21%;
    top:87%;
  }
}
@media (max-width: 1399px) {
  .hero-slider2 .slick-dots {
    right: 22%;
    top:87%;
  }
}
@media (max-width: 1299px) {
  .hero-slider2 .slick-dots {
    right: 23%;
    top:83%;
  }
}
@media (max-width: 991px) {
  .hero-slider2 .slick-dots {
    bottom: 100px;
    top:83%;
  }
}

.hero-style2 {
  padding: 9px 0 80px;
}
.hero-style2 .hero-thumb {
  margin-top: 75px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .hero-style2 .hero-thumb {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .hero-style2 .hero-thumb {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .hero-style2 .hero-thumb {
    margin-top: 15px;
  }
}
.hero-style2 .hero-title {
  font-size: 150px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  letter-spacing: -0.015em;
  margin-top: -0.23em;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.hero-style2 .hero-title span {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
}
@media (max-width: 1500px) {
  .hero-style2 .hero-title {
    font-size: 140px;
  }
}
@media (max-width: 1399px) {
  .hero-style2 .hero-title {
    font-size: 70px;
  }
  .hero-style2 .hero-title span {
    right: 6px;
  }
}
@media (max-width: 1199px) {
  .hero-style2 .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .hero-style2 .hero-title {
    font-size: 70px;
    padding-bottom: 10px;
  }
  .hero-style2 .hero-title span {
    right: 4px;
  }
}
@media (max-width: 767px) {
  .hero-style2 .hero-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-style2 .hero-title {
    font-size: 45px;
  }
}
@media (max-width: 375px) {
  .hero-style2 .hero-title {
    font-size: 36px;
  }
}
.hero-style2 .hero-text {
  max-width: 398px;
  margin-top: 30px;
  margin-bottom: 50px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .hero-style2 .hero-text {
    max-width: none;
  }
}
.hero-style2 .hero-tag {
  display: inline-block;
  position: relative;
  height: 110px;
  width: 110px;
}
.hero-style2 .hero-tag .hero-tag_icon {
  position: absolute;
  background: var(--theme-color);
  left: 50%;
  top: 50%;
  color: var(--white-color);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.hero-style2 .hero-tag .hero-tag_icon i {
  font-size: 24px;
}

.about-experience-tag {
  display: inline-block;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
  line-height: normal;
  text-align: center;
  animation: spin 20s linear infinite;
  text-transform: uppercase;
}
.about-experience-tag span {
  --rotate-letter: 12deg;
  height: 58px;
  position: absolute;
  width: 20px;
  left: 35%;
  top: -2px;
  transform-origin: bottom;
  transform: rotate(var(--rotate-letter));
}
.about-experience-tag span.char2 {
  transform: rotate(calc(var(--rotate-letter) * 2));
}
.about-experience-tag span.char3 {
  transform: rotate(calc(var(--rotate-letter) * 3));
}
.about-experience-tag span.char4 {
  transform: rotate(calc(var(--rotate-letter) * 4));
}
.about-experience-tag span.char5 {
  transform: rotate(calc(var(--rotate-letter) * 5));
}
.about-experience-tag span.char6 {
  transform: rotate(calc(var(--rotate-letter) * 6));
}
.about-experience-tag span.char7 {
  transform: rotate(calc(var(--rotate-letter) * 7));
}
.about-experience-tag span.char8 {
  transform: rotate(calc(var(--rotate-letter) * 8));
}
.about-experience-tag span.char9 {
  transform: rotate(calc(var(--rotate-letter) * 9));
}
.about-experience-tag span.char10 {
  transform: rotate(calc(var(--rotate-letter) * 10));
}
.about-experience-tag span.char11 {
  transform: rotate(calc(var(--rotate-letter) * 11));
}
.about-experience-tag span.char12 {
  transform: rotate(calc(var(--rotate-letter) * 12));
}
.about-experience-tag span.char13 {
  transform: rotate(calc(var(--rotate-letter) * 13));
}
.about-experience-tag span.char14 {
  transform: rotate(calc(var(--rotate-letter) * 14));
}
.about-experience-tag span.char15 {
  transform: rotate(calc(var(--rotate-letter) * 15));
}
.about-experience-tag span.char16 {
  transform: rotate(calc(var(--rotate-letter) * 16));
}
.about-experience-tag span.char17 {
  transform: rotate(calc(var(--rotate-letter) * 17));
}
.about-experience-tag span.char18 {
  transform: rotate(calc(var(--rotate-letter) * 18));
}
.about-experience-tag span.char19 {
  transform: rotate(calc(var(--rotate-letter) * 19));
}
.about-experience-tag span.char20 {
  transform: rotate(calc(var(--rotate-letter) * 20));
}
.about-experience-tag span.char21 {
  transform: rotate(calc(var(--rotate-letter) * 21));
}
.about-experience-tag span.char22 {
  transform: rotate(calc(var(--rotate-letter) * 22));
}
.about-experience-tag span.char23 {
  transform: rotate(calc(var(--rotate-letter) * 23));
}
.about-experience-tag span.char24 {
  transform: rotate(calc(var(--rotate-letter) * 24));
}
.about-experience-tag span.char25 {
  transform: rotate(calc(var(--rotate-letter) * 25));
}
.about-experience-tag span.char26 {
  transform: rotate(calc(var(--rotate-letter) * 26));
}
.about-experience-tag span.char27 {
  transform: rotate(calc(var(--rotate-letter) * 27));
}
.about-experience-tag span.char28 {
  transform: rotate(calc(var(--rotate-letter) * 28));
}
.about-experience-tag span.char29 {
  transform: rotate(calc(var(--rotate-letter) * 29));
}
.about-experience-tag span.char30 {
  transform: rotate(calc(var(--rotate-letter) * 30));
}
.about-experience-tag span.char31 {
  transform: rotate(calc(var(--rotate-letter) * 31));
}
.about-experience-tag span.char32 {
  transform: rotate(calc(var(--rotate-letter) * 32));
}
.about-experience-tag span.char33 {
  transform: rotate(calc(var(--rotate-letter) * 33));
}
.about-experience-tag span.char34 {
  transform: rotate(calc(var(--rotate-letter) * 34));
}
.about-experience-tag span.char35 {
  transform: rotate(calc(var(--rotate-letter) * 35));
}
.about-experience-tag span.char36 {
  transform: rotate(calc(var(--rotate-letter) * 36));
}
.about-experience-tag span.char37 {
  transform: rotate(calc(var(--rotate-letter) * 37));
}
.about-experience-tag span.char38 {
  transform: rotate(calc(var(--rotate-letter) * 38));
}
.about-experience-tag span.char39 {
  transform: rotate(calc(var(--rotate-letter) * 39));
}
.about-experience-tag span.char40 {
  transform: rotate(calc(var(--rotate-letter) * 40));
}

/* Hero 3 ---------------------------------- */
.hero-3 {
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  /* Medium devices */
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 991px) {
  .hero-3 {
    margin-top: 76px;
  }
}
.hero-3 .hero-bg-shape3-1 {
  z-index: -2;
}
.hero-3 .hero-shadow-text {
  position: absolute;
  font-weight: 600;
  font-size: 200px;
  font-family: var(--title-font);
  line-height: normal;
  letter-spacing: 0.22em;
  opacity: 0.5;
  transform: rotate(-13.74deg);
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
  bottom: 30px;
  right: 100px;
}
@media (max-width: 1500px) {
  .hero-3 .hero-shadow-text {
    right: -30px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-shadow-text {
    right: -50px;
  }
}
@media (max-width: 1299px) {
  .hero-3 .hero-shadow-text {
    font-size: 170px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-shadow-text {
    letter-spacing: 0.1em;
    font-size: 150px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-shadow-text {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-shadow-text {
    font-size: 90px;
  }
}
@media (max-width: 375px) {
  .hero-3 .hero-shadow-text {
    font-size: 80px;
  }
}

.hero-bg-3-1 {
  position: absolute;
  inset: 0;
  z-index: -1;
  mask-position: bottom;
  mask-size: cover;
}

.hero-style3 {
  padding: 200px 0 370px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
.hero-style3 .hero-subtitle {
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--white-color);
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 15px;
}
.hero-style3 .hero-title {
  font-size: 85px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}
.hero-style3 .hero-title.style2 {
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
}
.hero-style3 .hero-text {
  font-size: 20px;
  color: var(--white-color);
  opacity: 0.9;
  max-width: 542px;
  margin-top: 16px;
  margin-bottom: 33px;
}
@media (max-width: 1399px) {
  .hero-style3 {
    padding: 180px 0 350px;
  }
  .hero-style3 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 1299px) {
  .hero-style3 {
    padding: 150px 0 250px;
  }
}
@media (max-width: 991px) {
  .hero-style3 {
    padding: 130px 0 200px;
  }
}
@media (max-width: 575px) {
  .hero-style3 .hero-title {
    font-size: 46px;
  }
  .hero-style3 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .hero-style3 .hero-title {
    font-size: 40px;
  }
}

/* Hero 4 ---------------------------------- */
.hero-4 .hero-shadow-text {
  position: absolute;
  left: 0;
  top: 120px;
  font-weight: 700;
  font-size: 200px;
  font-family: var(--title-font);
  line-height: normal;
  opacity: 0.1;
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
  z-index: 1;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .hero-4 .hero-shadow-text {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-shadow-text {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-shadow-text {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-shadow-text {
    font-size: 60px;
  }
}
.hero-4 .hero-shadow-text-wrap {
  position: absolute;
  right: 50px;
  top: 220px;
}
.hero-4 .hero-shadow-text2 {
  font-weight: 700;
  font-size: 24px;
  font-family: var(--body-font);
  line-height: normal;
  opacity: 0.6;
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
  z-index: 1;
  letter-spacing: 0.12em;
  transform: rotate(90deg) translate(100%, 100%);
  transform-origin: right bottom;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-4 .hero-shadow-text2 {
    font-size: 16px;
  }
}
.hero-4 .hero-4-number-tab {
  position: absolute;
  right: 240px;
  bottom: 50px;
  /* Large devices */
}
.hero-4 .hero-4-number-tab .tab-btn {
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 500;
  color: var(--white-color);
  font-family: var(--title-font);
  padding: 0;
  position: relative;
}
.hero-4 .hero-4-number-tab .tab-btn::before {
  content: "/";
  position: relative;
  padding-right: 5px;
  color: var(--white-color);
}
.hero-4 .hero-4-number-tab .tab-btn:first-child:before {
  display: none;
}
.hero-4 .hero-4-number-tab .tab-btn.active {
  color: var(--theme-color);
}
@media (max-width: 1199px) {
  .hero-4 .hero-4-number-tab {
    right: 60px;
  }
}

.hero-style4 {
  padding: 323px 0 295px;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1299px) {
  .hero-style4 {
    padding: 273px 0 245px;
  }
}
@media (max-width: 991px) {
  .hero-style4 {
    padding: 189px 0 229px;
  }
}
.hero-style4 .hero-subtitle {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--body-color);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.hero-style4 .hero-title {
  color: var(--white-color);
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .hero-style4 .hero-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .hero-style4 .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-style4 .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-style4 .hero-title {
    font-size: 42px;
  }
}
.hero-style4 .hero-text {
  color: var(--white-color);
  max-width: 674px;
  font-size: 20px;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-style4 .hero-text {
    font-size: 16px;
  }
}
.hero-style4 .hero-tag {
  display: inline-block;
  position: relative;
  height: 140px;
  width: 140px;
}
.hero-style4 .hero-tag:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  opacity: 0.2;
}
.hero-style4 .hero-tag .hero-tag_icon {
  position: absolute;
  background: var(--white-color);
  left: 50%;
  top: 50%;
  color: var(--theme-color);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}
.hero-style4 .hero-tag .hero-tag_icon i {
  font-size: 24px;
}
.hero-style4 .about-experience-tag {
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.1);
  width: 140px;
  height: 140px;
}
.hero-style4 .about-experience-tag span {
  width: 10px;
  left: 44%;
  top: 5px;
}


.process-banner {
    width: 100%;
    overflow: hidden;
}

.process-banner img {
    width: 100%;
    height: auto;
    display: block;
}



/*hero-4-contact-area***************/
.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.contact-icon {
    font-size: 18px;
    color: var(--theme-color);
    flex-shrink: 0;
}
.hero-contact-bg-img {
  position: absolute;
  right: 0;
  left: calc((100% - var(--main-container)) / 2);
  z-index: -1;
  top: 0;
  bottom: 0;
  border-radius: 0 0 50px 0;
  /* Medium Large devices */
  /* Medium devices */
}
@media (max-width: 1399px) {
  .hero-contact-bg-img {
    left: 0;
  }
}
@media (max-width: 991px) {
  .hero-contact-bg-img {
    border-radius: 0;
  }
}

.hero-contact-wrap {
  display: flex;
  gap: 30px 130px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .hero-contact-wrap {
    gap: 30px 75px;
  }
}
@media (max-width: 1199px) {
  .hero-contact-wrap {
    gap: 30px 55px;
  }
}
@media (max-width: 991px) {
  .hero-contact-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .hero-contact-wrap {
    padding-bottom: 60px;
    gap: 50px 55px;
  }
}

.hero-award-wrap {
  text-align: center;
  padding: 60px 36px;
  display: inline-block;
  max-width: 400px;
  margin-top: -117px;
  /* Large devices */
  /* Medium devices */
}
.hero-award-wrap .hero-award-icon {
  margin-bottom: 50px;
}
.hero-award-wrap .hero-award-logo {
  margin-bottom: 30px;
}
.hero-award-wrap .hero-award-title {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  color: var(--white-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .hero-award-wrap .hero-award-title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .hero-award-wrap {
    padding: 50px 20px;
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .hero-award-wrap {
    width: 100%;
    max-width: none;
  }
}

.hero-contact-info-wrap {
  margin-top: 80px;
  margin-bottom: 80px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.hero-contact-info-wrap .hero-contact-icon {
  background: var(--theme-color);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  margin-bottom: 30px;
}
.hero-contact-info-wrap .hero-contact-info-title {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 600;
}
.hero-contact-info-wrap .hero-contact-info-text {
  font-size: 18px;
  margin-bottom: -0.5em;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-contact-info-wrap .hero-contact-info-text {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .hero-contact-info-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .hero-contact-info-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-contact-info-wrap {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .hero-contact-info-wrap {
    width: 100%;
  }
}

/* Hero 5 ---------------------------------- */
.hero-5 {
  position: relative;
  z-index: 3;
}
.hero-5 .hero_shape_5_1 {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 1;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .hero-5 .hero_shape_5_1 {
    display: none;
  }
}

.hero-slider5 .slick-dots {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0, calc(-50% - 50px));
}
.hero-slider5 .slick-dots li {
  display: block;
  margin: 0;
  margin-top: 30px;
}
.hero-slider5 .slick-dots li:first-child {
  margin-top: 0;
}
.hero-slider5 .slick-dots li button {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.hero-slider5 .slick-dots li button:before {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.16);
  margin: -15px 0 0 -15px;
}
.hero-slider5 .slick-dots li button:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 1px solid var(--white-color);
  opacity: 0;
  border-radius: 50%;
  transition: 0.4s;
}
.hero-slider5 .slick-dots li.slick-active button {
  background: var(--theme-color);
}
.hero-slider5 .slick-dots li.slick-active button:after {
  opacity: 0.2;
}

.hero-style5 {
  padding: 310px 0 270px;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
.hero-style5 .hero-rating-wrap {
  display: inline-flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 20px;
  /* Extra small devices */
}
.hero-style5 .hero-rating-wrap .single-rating-wrap {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 25px;
  margin-right: 25px;
}
.hero-style5 .hero-rating-wrap .single-rating-wrap:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating {
  color: var(--yellow-color);
}
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating-text {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--title-font);
  color: var(--white-color);
  text-transform: uppercase;
}
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating-text i,
.hero-style5 .hero-rating-wrap .single-rating-wrap .rating-text img {
  margin-right: 7px;
}
@media (max-width: 375px) {
  .hero-style5 .hero-rating-wrap .single-rating-wrap {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
  }
}
.hero-style5 .hero-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--white-color);
  line-height: 1.19375em;
  margin-bottom: 0;
  /* Medium Large devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .hero-style5 .hero-title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .hero-style5 .hero-title {
    font-size: 40px;
  }
}
.hero-style5 .hero-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  max-width: 674px;
  /* Small devices */
}
@media (max-width: 767px) {
  .hero-style5 .hero-text {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .hero-style5 {
    padding: 290px 0 270px;
  }
}
@media (max-width: 991px) {
  .hero-style5 {
    padding: 220px 0;
  }
}
@media (max-width: 767px) {
  .hero-style5 {
    padding: 180px 0;
  }
}

/*------------------- 4.9. Error  -------------------*/
.error-area .error-thumb {
  margin-bottom: 55px;
}
.error-area .error-content {
  margin-bottom: 45px;
}

.not-found-text-wrapper .text-404 h4 {
  font-size: 48px;
  margin-top: -0.35em;
}
.not-found-text-wrapper .error-dec {
  margin-bottom: 45px;
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: var(--white-color);
  width: 100.1%;
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 24px;
  border-radius: 50%;
  border: 2px solid var(--title-color);
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--title-color);
}
.popup-search-box button.searchClose i {
  font-size: 24px;
}
.popup-search-box button.searchClose:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 0px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--title-color);
  padding: 0 80px 0 0px;
  color: var(--title-color);
  border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
  color: var(--title-color);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: var(--title-color);
}
.popup-search-box form input:-ms-input-placeholder {
  color: var(--title-color);
}
.popup-search-box form input::placeholder {
  color: var(--title-color);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 0px;
  cursor: pointer;
  width: auto;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button i {
  font-size: 28px;
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}
/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton i {
  font-size: 24px;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
    padding: 80px 20px;
  }
}
/*------------------- 4.00. Subscribe  -------------------*/
.subscribe-sec-shape {
  position: relative;
  z-index: -1;
  top: -50px;
}

.subscribe-area {
  border-radius: 6px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 6px 6px;
  padding: 0 30px 30px;
  margin: 0 -30px 0px;
  background: var(--white-color);
}
.subscribe-area .subscribe-wrapper {
  padding: 50px 90px;
  border-radius: 6px;
  transform: translate(0, -30px);
  margin-bottom: -30px;
}
.subscribe-area .subscribe-title {
  font-size: 30px;
  margin-top: -0.25em;
}

.subscribe-form {
  position: relative;
}
.subscribe-form .form-group .form-control {
  height: 70px;
  padding-right: 220px;
}
.subscribe-form .form-group .input-icon {
  top: 0;
  height: 100%;
  line-height: 70px;
}
.subscribe-form .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 18px 40px;
}

/* Large devices */
@media (max-width: 1199px) {
  .subscribe-area .subscribe-wrapper {
    padding: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .subscribe-area {
    margin: 0 0px 0px;
    padding: 0 20px 20px;
  }
  .subscribe-area .subscribe-wrapper {
    padding: 50px 20px;
  }
  .subscribe-form .form-group .form-control {
    height: 60px;
    padding-right: 30px;
  }
  .subscribe-form .form-group .input-icon {
    line-height: 60px;
  }
  .subscribe-form .btn {
    position: relative;
    margin-top: 15px;
    width: 100%;
    right: 0;
    top: 0;
  }
  .subscribe-area .subscribe-title {
    font-size: 24px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .subscribe-area {
    padding: 0;
    box-shadow: none;
  }
}
/*subscribe-area-4***************/
.subscribe-area-4 {
  display: flex;
  gap: 100px;
  margin-top: 90px;
  padding: 60px 280px 60px 90px;
  margin-bottom: -125px;
  position: relative;
  z-index: 2;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.subscribe-area-4 .subscribe-thumb4-1 {
  margin-top: -150px;
  margin-bottom: -60px;
}
.subscribe-area-4 .subscribe-thumb4-1 img {
  height: 100%;
}
.subscribe-area-4 .subscribe-box .subscribe-box_title {
  color: var(--white-color);
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -0.3em;
}
.subscribe-area-4 .subscribe-box .newsletter-form {
  display: flex;
  background: var(--white-color);
  padding: 10px 10px 10px 5px;
}
.subscribe-area-4 .subscribe-box .newsletter-form input {
  margin-bottom: 0;
  color: var(--title-color);
  height: 50px;
}
.subscribe-area-4 .subscribe-box .newsletter-form input::placeholder {
  color: var(--body-color);
}
.subscribe-area-4 .subscribe-box .newsletter-form .btn {
  flex: none;
  padding: 15px 25px;
}
@media (max-width: 1399px) {
  .subscribe-area-4 {
    padding: 60px;
  }
}
@media (max-width: 1199px) {
  .subscribe-area-4 {
    justify-content: center;
    margin-top: 0;
  }
  .subscribe-area-4 .subscribe-thumb4-1 {
    display: none;
  }
}
@media (max-width: 991px) {
  .subscribe-area-4 {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .subscribe-area-4 .subscribe-box .subscribe-box_title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .subscribe-area-4 {
    padding: 30px;
  }
  .subscribe-area-4 .subscribe-box .subscribe-box_title {
    margin-bottom: 20px;
  }
  .subscribe-area-4 .subscribe-box .newsletter-form {
    display: block;
    background: transparent;
    padding: 0;
  }
  .subscribe-area-4 .subscribe-box .newsletter-form input {
    background: var(--white-color);
    margin-bottom: 20px;
  }
}

/*------------------- 4.00. Contact  -------------------*/
/* Contact Area ---------------------------------- */
.contact-grid-wrap {
  display: flex;
  gap: 30px;
}
.contact-grid-wrap .contact-grid-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  text-align: center;
  background: var(--theme-color);
  flex: none;
}
.contact-grid-wrap .contact-grid-icon i,
.contact-grid-wrap .contact-grid-icon img {
  transition: 0.4s;
  font-size: 30px;
  color: var(--white-color);
  display: inline-block;
}
.contact-grid-wrap .contact-grid-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  margin-top: -0.3em;
  margin-bottom: 9px;
}
.contact-grid-wrap .contact-grid-text {
  color: var(--white-color);
  opacity: 0.9;
  margin-bottom: 0px;
}
.contact-grid-wrap .contact-grid-text:last-child {
  margin-bottom: -0.3em;
}
.contact-grid-wrap .contact-grid-text a {
  color: var(--white-color);
}
.contact-grid-wrap .contact-grid-text a:hover {
  color: var(--theme-color);
}
.contact-grid-wrap:hover .contact-grid-icon img,
.contact-grid-wrap:hover .contact-grid-icon i {
  transform: rotateY(180deg);
}

.contact-thumb1-1 {
  position: relative;
  margin-right: -85px;
  display: inline-block;
  /* Extra large devices */
}
.contact-thumb1-1 img {
  mix-blend-mode: color-burn;
}
.contact-thumb1-1:after {
  content: "";
  position: absolute;
  width: 358px;
  height: 351px;
  background: #FFF7F2;
  opacity: 0.9;
  filter: blur(106.4px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 50px));
  z-index: -1;
}
@media (max-width: 1500px) {
  .contact-thumb1-1 {
    margin-right: 0;
  }
}

/* Contact Area 2---------------------------------- */
.contact-wrap2 {
  box-shadow: 0px 3px 80px rgba(21, 22, 28, 0.05);
  padding-right: 80px;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .contact-wrap2 {
    padding-right: 60px;
    padding-left: 60px;
    background-position: right;
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .contact-wrap2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrap2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Contact Page---------------------------------- */
/* Container for the cards */
.contact-page-area {
    background-color: #f8f9fa; /* Light background to make cards pop */
}

/* The Card */
.contact-page-card {
    background: #ffffff;
    padding: 50px 30px 30px 30px; /* Extra top padding for the floating icon */
    border-radius: 20px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    position: relative;
    margin-top: 40px; /* Space for the icon to float into */
    transition: all 0.3s ease;
}

.contact-page-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(43, 90, 39, 0.15);
}

/* The Floating Icon Shape */
.contact-icon-top {
    width: 80px;
    height: 80px;
    background-color: #2b5a27; /* Inam Agro Green */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px; /* Pulls it halfway up */
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 8px 20px rgba(43, 90, 39, 0.3);
    
    /* CHOOSE YOUR SHAPE BELOW: */
    border-radius: 50%; /* For ROUND shape */
    /* border-radius: 15px; */ /* For SQUARE shape (Uncomment this and comment out 50% to use) */
}

/* Scaling the actual Icon */
.contact-icon-top i {
    font-size: 35px;
}

/* Card Content Styling */
.contact-page-card_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.contact-page-card-text {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.contact-page-card_link {
    color: #b3ccb1;
    text-decoration: none;
    font-weight: 500;
}

/* WhatsApp Badge */
.badge-whatsapp {
    display: block;
    margin-top: 15px;
    color: #25D366;
    font-size: 14px;
    font-weight: 600;
}

.contact-page-card .contact-page-card-details {
  padding: 40px 40px 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-page-card .contact-page-card-details {
    padding: 30px 30px 0;
  }
}
.contact-page-card .contact-page-card_title {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  margin-bottom: 20px;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .contact-page-card .contact-page-card_title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .contact-page-card .contact-page-card_title {
    font-size: 24px;
  }
}
.contact-page-card .contact-page-card-text {
  font-size: 18px;
  color: var(--body-color);
  margin-bottom: 12px;
}
.contact-page-card .contact-page-card-text:last-child {
  margin-bottom: 0;
}
.contact-page-card .contact-page-card-text i {
  font-size: 18px;
  margin-right: 10px;
}
.contact-page-card .contact-page-card_link {
  color: var(--body-color);
}
.contact-page-card .contact-page-card_link:hover {
  color: var(--theme-color);
}
.contact-page-card .contact-page-card-thumb {
  margin-top: 120px;
}
.contact-page-card .contact-page-card-thumb img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

.map-sec {
  line-height: 0;
  filter: grayscale(1);
}
.map-sec iframe {
  width: 100%;
  height: 600px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .map-sec iframe {
    height: 400px;
  }
}

.contact-form-area {
  border-radius: 20px;
  margin-top: -300px;
  position: relative;
  z-index: 1;
}
.contact-form-area .contact-form-thumb {
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  height: 100%;
}
.contact-form-area .contact-form-thumb img {
  height: 100%;
  object-fit: cover;
}
.contact-form-area .contact-form-wrap {
  padding: 80px 80px 80px 60px;
}

/*------------------- 4.00. About  -------------------*/
/*----------------------------------------------
    # About Area 1
----------------------------------------------*/
.about-thumb1 {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-right: 116px;
  padding-bottom: 50px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.about-thumb1 .about-img-1 {
  position: relative;
  z-index: 1;
  padding-right: 45px;
}
.about-thumb1 .about-img-1:after {
  content: "";
  position: absolute;
  height: 150px;
  width: 15px;
  background: var(--theme-color);
  z-index: -1;
  right: 0;
  top: 0;
  border-radius: 0px;
  animation: jumpReverseAni 7s linear infinite;
}
@media (max-width: 1399px) {
  .about-thumb1 {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .about-thumb1 {
    padding-right: 150px;
  }
}
@media (max-width: 991px) {
  .about-thumb1 {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .about-thumb1 {
    padding-bottom: 190px;
    padding-right: 20px;
  }
}

.about-counter-wrap {
  position: absolute;
  display: inline-block;
  background: var(--theme-color);
  right: 0;
  bottom: 0;
  border: 4px solid var(--white-color);
  z-index: 1;
  padding: 11px 30px 40px;
  /* Extra small devices */
}
.about-counter-wrap .about-counter-number {
  font-size: 80px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
}
.about-counter-wrap .about-counter-text {
  font-size: 20px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white-color);
  margin-bottom: 30px;
}
.about-counter-wrap .client-group-thumb {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .about-counter-wrap {
    padding: 11px 30px 30px;
    margin-left: 60px;
  }
  .about-counter-wrap .about-counter-number {
    font-size: 40px;
  }
  .about-counter-wrap .about-counter-text {
    margin-bottom: 20px;
  }
  .about-counter-wrap .client-group-thumb {
    margin-top: 30px;
  }
}

.about-grid-wrap {
  display: flex;
  gap: 30px 40px;
  align-items: center;
  max-width: 480px;
  /* Extra small devices */
}
.about-grid-wrap:not(:last-child) {
  margin-bottom: 35px;
}
.about-grid-wrap .icon {
  background: var(--smoke-color5);
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  flex: none;
  transition: 0.4s;
}
.about-grid-wrap .icon img {
  transition: 0.4s;
}
.about-grid-wrap .title {
  font-size: 22px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 7px;
  margin-top: -0.3em;
}
.about-grid-wrap .text {
  margin-bottom: -0.3em;
}
@media (max-width: 375px) {
  .about-grid-wrap {
    flex-wrap: wrap;
  }
}
.about-grid-wrap:hover .icon {
  background: var(--theme-color);
}
.about-grid-wrap:hover .icon img {
  transform: rotateY(180deg);
  filter: brightness(9) grayscale(9);
}

.about-content-wrap1 {
  margin-left: 35px;
  margin-right: 70px;
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .about-content-wrap1 {
    margin-left: 0;
    margin-right: 100px;
  }
}
@media (max-width: 1399px) {
  .about-content-wrap1 {
    margin-right: 0;
  }
}

.about_shape_1-1 {
  /* Extra large devices */
  /* Medium Large devices */
}
@media (max-width: 1500px) {
  .about_shape_1-1 {
    width: 250px;
  }
}
@media (max-width: 1399px) {
  .about_shape_1-1 {
    width: 150px;
  }
}

/* About Area 2 ---------------------------------- */
.about-thumb2 {
  position: relative;
  padding: 0 0 50px 120px;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Extra small devices */
}
.about-thumb2 .about-counter-wrap {
  left: 0;
  right: auto;
  bottom: 0;
  max-width: 320px;
}
.about-thumb2:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 150px;
  background: var(--theme-color);
  left: 70px;
  top: 60px;
  animation: jumpAni 7s linear infinite;
}
@media (max-width: 1399px) {
  .about-thumb2 {
    padding: 0 0 100px 120px;
  }
}
@media (max-width: 1299px) {
  .about-thumb2 {
    padding: 0 0 80px 120px;
  }
}
@media (max-width: 575px) {
  .about-thumb2 {
    padding: 0;
  }
  .about-thumb2 .about-counter-wrap {
    margin-left: 0;
    position: initial;
    max-width: none;
    animation: none;
    border: 0;
    margin-top: 30px;
    display: block;
  }
}

.about-counter-wrap.style2 {
  padding: 50px;
  background-position: right bottom;
  background-repeat: no-repeat;
  /* Extra small devices */
}
.about-counter-wrap.style2 .about-counter-wrap-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}
.about-counter-wrap.style2 .about-counter-icon {
  filter: brightness(9) contrast(9);
}
.about-counter-wrap.style2 .about-counter-number {
  font-size: 90px;
  font-weight: 700;
}
.about-counter-wrap.style2 .about-counter-text {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1.333;
  letter-spacing: 0.02em;
  opacity: 0.6;
  -webkit-text-stroke: 0.5px var(--white-color);
  color: transparent;
  margin-bottom: -0.25em;
}
@media (max-width: 575px) {
  .about-counter-wrap.style2 {
    padding: 40px;
  }
  .about-counter-wrap.style2 .about-counter-number {
    font-size: 60px;
    margin-top: 10px;
  }
}

/* About Area 3 ---------------------------------- */
.about-wrap3 {
  max-width: 606px;
}
.about-wrap3 .btn-wrap {
  gap: 70px;
}

.about-thumb3 img {
  width: 100%;
}

.about-author-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about-author-wrap .author-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.about-author-wrap .media-body {
  text-align: center;
}
.about-author-wrap .author-text {
  border-top: 1px solid rgba(21, 22, 28, 0.1);
  margin-top: 7px;
  padding-top: 7px;
}

/* About Area 4 ---------------------------------- */
.about-tab-4 {
  margin-bottom: 30px;
  /* Extra small devices */
}
.about-tab-4 .filter-menu-active {
  background: #F5F5F5;
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  margin-bottom: 20px;
}
.about-tab-4 button {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  width: 33%;
  color: var(--body-color);
  padding: 12px 20px;
  position: relative;
}
.about-tab-4 button:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 30px;
  width: 1px;
  background: var(--border-color);
  transform: translate(0, -50%);
}
.about-tab-4 button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background: var(--theme-color);
  transition: 0.4s;
  border-radius: 2px 2px 0 0;
}
.about-tab-4 button:last-child:after {
  display: none;
}
.about-tab-4 button.active {
  color: var(--theme-color);
}
.about-tab-4 button.active:before {
  width: 100%;
}
.about-tab-4 .about-tab-text {
  margin-bottom: -0.4em;
}
@media (max-width: 575px) {
  .about-tab-4 .filter-menu-active {
    flex-wrap: wrap;
  }
  .about-tab-4 button {
    width: 100%;
  }
  .about-tab-4 button:after {
    display: none;
  }
  .about-tab-4 button:before {
    height: 0;
    background: transparent;
    border: 3px solid var(--theme-color);
    width: 100%;
    opacity: 0;
  }
  .about-tab-4 button.active:before {
    height: 100%;
    width: 100%;
    opacity: 1;
  }
}

.about-thumb4 {
  position: relative;
  display: inline-block;
  padding: 0 337px 156px 0;
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
.about-thumb4 .about-img-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 6px solid var(--white-color);
  border-left: 6px solid var(--white-color);
}
.about-thumb4 .client-group-4-1 {
  position: absolute;
  bottom: 0;
  left: 55px;
}
.about-thumb4 .about-counter-wrap {
  background: transparent;
  border: 0;
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 290px;
}
.about-thumb4 .about-counter-wrap .about-counter-number {
  font-size: 48px;
  font-weight: 600;
  color: var(--title-color);
}
.about-thumb4 .about-counter-wrap .about-counter-text {
  margin-bottom: 0;
  color: var(--title-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 1.3em;
}
@media (max-width: 1399px) {
  .about-thumb4 {
    padding: 0 327px 312px 0;
  }
  .about-thumb4 .client-group-4-1 {
    left: 0;
  }
}
@media (max-width: 1299px) {
  .about-thumb4 {
    padding: 0 327px 280px 0;
  }
}
@media (max-width: 1199px) {
  .about-thumb4 {
    padding: 0 327px 110px 0;
  }
  .about-thumb4 .about-counter-wrap {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .about-thumb4 {
    padding: 0 307px 310px 0;
  }
}
@media (max-width: 575px) {
  .about-thumb4 {
    padding: 0;
    width: 100%;
  }
  .about-thumb4 .about-img-1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-thumb4 .about-img-1 img {
    width: 100%;
  }
  .about-thumb4 .about-img-2 {
    width: 100%;
    position: initial;
    border: 0;
    margin-bottom: 30px;
  }
  .about-thumb4 .about-counter-wrap {
    position: initial;
    margin-left: 0;
  }
  .about-thumb4 .about-counter-wrap .about-counter-number {
    font-size: 40px;
  }
  .about-thumb4 .client-group-4-1 {
    right: 0;
    left: auto;
    bottom: 100px;
  }
}

/* Benefit Area 5 ---------------------------------- */
.benefit-thumb5 {
  margin-left: -205px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
}
@media (max-width: 1700px) {
  .benefit-thumb5 {
    margin-left: -100px;
  }
}
@media (max-width: 1500px) {
  .benefit-thumb5 {
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  .benefit-thumb5 {
    margin-left: -100px;
  }
}
@media (max-width: 1299px) {
  .benefit-thumb5 {
    margin-left: 0;
  }
}

.single-benefit-wrap {
  display: flex;
  align-items: center;
  background: #FAFAFA;
  box-shadow: 0px 4px 10px rgba(35, 31, 32, 0.06);
  border-radius: 4px;
  padding: 10px 20px;
}
.single-benefit-wrap:not(:last-child) {
  margin-bottom: 20px;
}
.single-benefit-wrap .single-benefit-icon {
  flex: none;
  border-right: 1px solid rgba(35, 31, 32, 0.1);
  padding-right: 9px;
  margin-right: 15px;
}
.single-benefit-wrap .single-benefit-icon img {
  height: 35px;
  transition: 0.4s;
}
.single-benefit-wrap .single-benefit-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.single-benefit-wrap:hover .single-benefit-icon img {
  transform: rotateY(180deg);
}

/*------------------- 4.00. Team  -------------------*/
/* Team global ---------------------------------- */
.team-card {
  background: var(--smoke-color);
  border-radius: 0px;
  padding: 40px 0 0 40px;
  transition: 0.4s;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  background-position: bottom;
  background-size: cover;
  z-index: 1;
  /* Medium Large devices */
  /* Large devices */
}
.team-card_img {
  position: relative;
  overflow: hidden;
  text-align: end;
  margin-right: 0px;
  margin-top: -80px;
  z-index: -1;
}
.team-card_img img {
  transition: 0.4s;
  height: 458px;
  object-fit: cover;
  object-position: left;
}
.team-card_content {
  max-width: 214px;
}
.team-card_title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: -0.35em;
}
.team-card_title a {
  color: var(--title-color);
}
.team-card_title a:hover {
  color: var(--theme-color);
}
.team-card_desig {
  font-weight: 400;
  font-size: 16px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: 22px;
  display: block;
}
.team-card .contact-btn-wrap {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: #EDEDED;
  border-radius: 50px;
  z-index: 1;
}
.team-card .contact-btn-wrap .icon-btn {
  --btn-size: 40px;
  border-radius: 50%;
}
.team-card .contact-btn-wrap .icon-btn:hover {
  background: var(--theme-color);
}
.team-card .contact-btn-wrap .number {
  font-size: 16px;
  font-weight: 500;
  color: var(--body-color);
  display: block;
  transform: rotate(-90deg) scaleX(0);
  position: absolute;
  bottom: -40px;
  width: max-content;
  left: 0;
  height: 40px;
  line-height: 40px;
  background: #EDEDED;
  border-radius: 50px;
  padding: 0 15px 0 55px;
  transform-origin: left top;
  z-index: -1;
  transition: 0.4s;
}
.team-card .contact-btn-wrap:hover .number {
  transform: rotate(-90deg) scaleX(1);
}
.team-card:hover {
  border-color: var(--theme-color);
}
@media (max-width: 1399px) {
  .team-card .team-card_img {
    margin-top: -50px;
  }
  .team-card .team-card_img img {
    height: 368px;
  }
}
@media (max-width: 1199px) {
  .team-card {
    padding: 30px 0 0 30px;
  }
  .team-card .team-card_img {
    margin-top: 0;
  }
  .team-card .team-card_title {
    font-size: 24px;
  }
  .team-card .contact-btn-wrap {
    bottom: 30px;
    left: 30px;
  }
}

/* Team Area 2 ---------------------------------- */
.team-card.style2 {
  background: #FAFAFA;
  padding: 40px;
  border: 0;
  /* Medium Large devices */
  /* Large devices */
}
.team-card.style2 .team-card_img {
  margin-top: 0;
  position: relative;
}
.team-card.style2 .team-card_img img {
  height: auto;
  width: 100%;
}
.team-card.style2 .team-card_img .team-social_wrap {
  background: var(--title-color);
  display: inline-block;
  padding: 15px 0 15px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  transition: 0.4s;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn {
  display: block;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn a i {
  font-size: 18px;
}
.team-card.style2 .team-card_img .team-social_wrap .social-btn a:last-child {
  margin-bottom: 0;
}
.team-card.style2 .team-card_content {
  max-width: none;
  margin-top: 30px;
}
.team-card.style2 .team-card_content .team-card_title {
  font-size: 32px;
  font-weight: 600;
}
.team-card.style2 .team-card_content .team-card_desig {
  margin-bottom: -0.4em;
  transition: 0.4s;
}
.team-card.style2:hover {
  background: var(--title-color);
}
.team-card.style2:hover .team-social_wrap {
  transform: translate(0, -50%);
}
.team-card.style2:hover .team-card_title a {
  color: var(--white-color);
}
.team-card.style2:hover .team-card_title a:hover {
  color: var(--theme-color);
}
.team-card.style2:hover .team-card_desig {
  color: var(--white-color);
  opacity: 0.8;
}
@media (max-width: 1299px) {
  .team-card.style2 .team-card_content .team-card_title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .team-card.style2 {
    padding: 30px;
  }
}

/* Team Details Page ---------------------------------- */
.team-single-card {
  display: flex;
  gap: 30px;
  /* Medium devices */
  /* Extra small devices */
}
.team-single-card .team-single-card_img {
  width: 33.3333%;
  flex: none;
  padding: 30px 30px 0;
  display: flex;
  justify-content: center;
  /* Large devices */
}
.team-single-card .team-single-card_img img {
  object-fit: cover;
}
@media (max-width: 1199px) {
  .team-single-card .team-single-card_img {
    padding: 0;
  }
}
.team-single-card .team-about-card_box {
  width: -webkit-fill-available;
  padding: 60px 100px;
  /* Medium Large devices */
}
.team-single-card .team-about-card_box .team-about-card_subtitle {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--body-color);
}
.team-single-card .team-about-card_box .team-about-card_title {
  font-size: 52px;
  font-weight: 600;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .team-single-card .team-about-card_box .team-about-card_title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .team-single-card .team-about-card_box .team-about-card_title {
    font-size: 36px;
  }
}
.team-single-card .team-about-card_box .team-about-card_desig {
  font-size: 18px;
}
.team-single-card .team-about-card_box .about-contact-wrap {
  max-width: 464px;
  border-top: 1px solid rgba(31, 31, 31, 0.1);
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  padding: 20px 0;
  margin-bottom: 30px;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact {
  display: flex;
  margin-bottom: 10px;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact:last-child {
  margin-bottom: 0;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact .about-contact-title {
  font-size: 18px;
  font-weight: 400;
  min-width: 170px;
  flex: none;
  margin-bottom: 0;
}
.team-single-card .team-about-card_box .about-contact-wrap .about-contact .about-contact-text {
  color: var(--body-color);
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .team-single-card .team-about-card_box {
    padding: 60px;
  }
}
@media (max-width: 991px) {
  .team-single-card {
    display: block;
  }
  .team-single-card .team-single-card_img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .team-single-card .team-about-card_box {
    padding: 30px;
  }
  .team-single-card .team-about-card_box .team-about-card_subtitle {
    font-size: 20px;
  }
  .team-single-card .team-about-card_box .team-about-card_title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .team-single-card .team-about-card_box .team-about-card_desig {
    font-size: 16px;
  }
  .team-single-card .team-about-card_box .about-contact-wrap .about-contact {
    display: block;
  }
}

.education-card-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  /* Medium Large devices */
  /* Small devices */
}
.education-card-wrap .education-card {
  display: flex;
  gap: 15px;
  align-items: center;
}
.education-card-wrap .education-card .education-card-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #F9F9F9;
  display: inline-block;
  flex: none;
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
}
.education-card-wrap .education-card .education-card-number::first-letter {
  font-size: 30px;
  font-weight: 600;
}
.education-card-wrap .education-card .education-card-title {
  margin-top: -0.3em;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}
.education-card-wrap .education-card .education-card-text {
  margin-bottom: -0.3em;
}
@media (max-width: 1399px) {
  .education-card-wrap {
    gap: 60px 30px;
  }
}
@media (max-width: 767px) {
  .education-card-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

/*------------------- 4.00. Testimonial  -------------------*/
/* Testimonial 1 ---------------------------------- */
.testimonial-area-1 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .testimonial-area-1 {
    background-image: none !important;
  }
}

.testimonial-card {
  padding: 50px;
  border-radius: 2px;
  overflow: hidden;
  /* Extra small devices */
  /* Extra small devices */
}
.testimonial-card .testimonial-card-title {
  color: var(--white-color);
  font-weight: 600;
  margin-top: -0.3em;
  margin-bottom: 13px;
}
.testimonial-card .testimonial-card-text {
  color: var(--white-color);
  font-size: 16px;
  max-width: 462px;
  margin-bottom: 37px;
}
@media (max-width: 575px) {
  .testimonial-card {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .testimonial-card {
    padding: 30px;
  }
}

.testi-card {
  display: flex;
  gap: 30px;
  position: relative;
  /* Extra small devices */
}
.testi-card .quote-icon {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.5;
}
.testi-card .testi-card-thumb {
  flex: none;
  display: inline-block;
}
.testi-card .testi-card-thumb img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
  object-fit: cover;
}
.testi-card .testi-card_title {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 14px;
  margin-top: -0.3em;
}
.testi-card .testi-card_text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: 36px;
  line-height: 2em;
  max-width: 473px;
}
.testi-card .testi-profile-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0px;
  margin-top: -0.3em;
  transition: 0.4s;
}
.testi-card .testi-profile-desig {
  font-size: 14px;
  font-weight: 400;
  font-family: var(--body-font);
  transition: 0.4s;
}
.testi-card .testi-card-profile {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 575px) {
  .testi-card {
    display: block;
  }
  .testi-card .testi-card-thumb {
    margin-bottom: 30px;
  }
}

.testi-counter-wrap .testi-counter-number {
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 7px;
}
.testi-counter-wrap .testi-counter-text {
  margin-bottom: -0.3em;
  font-size: 16px;
}

/* Testimonial 2 ---------------------------------- */
.testimonial-area-2 {
  margin-top: -30px;
  padding: 130px 0 300px;
  position: relative;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .testimonial-area-2 {
    padding: 130px 0 200px;
  }
}
@media (max-width: 1199px) {
  .testimonial-area-2 {
    padding: 130px 0 90px;
  }
}

.testimonial-anim-shape2-1 {
  width: 72.7%;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .testimonial-anim-shape2-1 {
    width: 80.1%;
  }
}
@media (max-width: 1399px) {
  .testimonial-anim-shape2-1 {
    width: 77.5%;
  }
}
@media (max-width: 1299px) {
  .testimonial-anim-shape2-1 {
    width: 81%;
  }
}
@media (max-width: 1199px) {
  .testimonial-anim-shape2-1 {
    width: 100%;
  }
}

.testimonial_bg_thumb2-1 {
  position: absolute;
  top: 30px;
  bottom: 200px;
  right: 0;
  width: 72.7%;
  z-index: -2;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .testimonial_bg_thumb2-1 {
    width: 80.1%;
  }
}
@media (max-width: 1399px) {
  .testimonial_bg_thumb2-1 {
    width: 77.5%;
    bottom: 100px;
  }
}
@media (max-width: 1299px) {
  .testimonial_bg_thumb2-1 {
    width: 81%;
  }
}
@media (max-width: 1199px) {
  .testimonial_bg_thumb2-1 {
    width: 100%;
    bottom: 0px;
  }
}

.testimonial_shape_2-1 {
  z-index: -3;
}

.testimonial_shape_2-2 {
  position: absolute;
  bottom: 200px;
  right: 0;
  z-index: -1;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .testimonial_shape_2-2 {
    bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .testimonial_shape_2-2 {
    bottom: 0;
  }
}

.testimonial_shape_2-3 {
  position: absolute;
  top: 30px;
  right: 5%;
  z-index: 1;
}

.testimonial_shape_2-4 {
  position: absolute;
  left: 3%;
  top: 20%;
  width: 150px;
  height: 15px;
  background: var(--theme-color);
  /* Large devices */
}
@media (max-width: 1199px) {
  .testimonial_shape_2-4 {
    display: none;
  }
}

.testimonial_thumb2-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 313px;
  width: 45.3%;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .testimonial_thumb2-1 {
    width: 47.7%;
    top: 310px;
  }
}
@media (max-width: 1199px) {
  .testimonial_thumb2-1 {
    display: none;
  }
}

.testi-slider2 {
  margin-left: 342px;
  margin-top: 90px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
}
.testi-slider2 .slick-dots {
  text-align: start;
  margin-top: 60px;
  margin-left: 12px;
}
.testi-slider2 .slick-dots li {
  margin-right: 8px;
}
.testi-slider2 .slick-dots li.slick-active button {
  background: var(--theme-color);
}
.testi-slider2 .slick-dots button {
  width: 26px;
  height: 5px;
  background: #3A3A3A;
  border-radius: 0;
}
.testi-slider2 .slick-dots button:before {
  display: none;
}
@media (max-width: 1500px) {
  .testi-slider2 {
    margin-left: 365px;
  }
}
@media (max-width: 1399px) {
  .testi-slider2 {
    margin-top: 93px;
    margin-left: 330px;
  }
}
@media (max-width: 1199px) {
  .testi-slider2 {
    margin: 0;
  }
}

.testi-card.style2 {
  display: block;
  /* Medium Large devices */
}
.testi-card.style2 .testi-card-thumb {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 34px;
}
.testi-card.style2 .testi-card-thumb img {
  border-radius: 0;
  flex: none;
}
.testi-card.style2 .testi-card-thumb .quote-icon {
  position: initial;
  opacity: 1;
}
.testi-card.style2 .testi-card-thumb .quote-icon img {
  width: auto;
  height: auto;
}
.testi-card.style2 .testi-card_title {
  color: var(--white-color);
  text-transform: uppercase;
}
.testi-card.style2 .testi-card_text {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--white-color);
  opacity: 0.8;
  max-width: none;
  line-height: 1.5em;
}
.testi-card.style2 .testi-profile-title {
  color: var(--white-color);
  font-size: 18px;
  text-transform: uppercase;
}
.testi-card.style2 .testi-profile-desig {
  color: var(--white-color);
  opacity: 0.9;
}
@media (max-width: 1399px) {
  .testi-card.style2 .testi-card_text {
    font-size: 20px;
  }
}

/* Testimonial 3 ---------------------------------- */
.testi-card.style3 {
  display: block;
  background: var(--white-color);
  padding: 40px 40px 50px;
  box-shadow: 0px 30px 30px -20px rgba(4, 4, 35, 0.06);
  overflow: hidden;
  transition: 0.4s;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.testi-card.style3 .quote-icon {
  right: 30px;
  bottom: -45px;
  top: auto;
  transition: 0.4s;
}
.testi-card.style3 .testi-card-thumb {
  display: flex;
  gap: 20px;
  align-items: center;
}
.testi-card.style3 .testi-card-thumb img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.testi-card.style3 .testi-card_title {
  margin-bottom: 10px;
  transition: 0.4s;
}
.testi-card.style3 .testi-card_review {
  color: var(--theme-color);
  margin-bottom: -0.3em;
}
.testi-card.style3 .testi-card_review i {
  font-size: 18px;
}
.testi-card.style3 .testi-card_text {
  font-size: 18px;
  line-height: 1.777;
  max-width: 330px;
  margin-top: 30px;
  margin-bottom: 28px;
  transition: 0.4s;
}
.testi-card.style3:hover {
  background: var(--title-color);
}
.testi-card.style3:hover .testi-card_title {
  color: var(--white-color);
}
.testi-card.style3:hover .testi-card_text {
  color: var(--white-color);
}
.testi-card.style3:hover .testi-profile-title {
  color: var(--white-color);
}
.testi-card.style3:hover .testi-profile-desig {
  color: var(--white-color);
  opacity: 0.8;
}
.testi-card.style3:hover .quote-icon {
  filter: brightness(9) contrast(9);
}
@media (max-width: 1399px) {
  .testi-card.style3 {
    padding: 30px 30px 40px;
  }
}
@media (max-width: 991px) {
  .testi-card.style3 .testi-card_text {
    max-width: none;
  }
}
@media (max-width: 375px) {
  .testi-card.style3 .testi-card-thumb {
    display: block;
  }
  .testi-card.style3 .testi-card-thumb .media-body {
    margin-top: 20px;
  }
}

.testi-slider3 {
  /* Medium devices */
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 {
  background: var(--title-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-card_title {
  color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-card_text {
  color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-profile-title {
  color: var(--white-color);
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .testi-profile-desig {
  color: var(--white-color);
  opacity: 0.8;
}
.testi-slider3 .slick-slide.slick-center .testi-card.style3 .quote-icon {
  filter: brightness(9) contrast(9);
}
.testi-slider3 .slick-dots {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .testi-slider3 .slick-slide.slick-current .testi-card.style3 {
    background: var(--title-color);
  }
  .testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-card_title {
    color: var(--white-color);
  }
  .testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-card_text {
    color: var(--white-color);
  }
  .testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-profile-title {
    color: var(--white-color);
  }
  .testi-slider3 .slick-slide.slick-current .testi-card.style3 .testi-profile-desig {
    color: var(--white-color);
    opacity: 0.8;
  }
  .testi-slider3 .slick-slide.slick-current .testi-card.style3 .quote-icon {
    filter: brightness(9) contrast(9);
  }
}

/* Testimonial 5 ---------------------------------- */
.testimonial-bg-thumb5-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0% 100%);
  z-index: -1;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .testimonial-bg-thumb5-1 {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0% 100%);
  }
}
@media (max-width: 991px) {
  .testimonial-bg-thumb5-1 {
    width: 100%;
    clip-path: none;
  }
}

.testimonial-bg-thumb5-2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 50px));
  z-index: -1;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .testimonial-bg-thumb5-2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
}
@media (max-width: 991px) {
  .testimonial-bg-thumb5-2 {
    display: none;
  }
}

.testi-card.style5 {
  display: block;
}
.testi-card.style5 .testi-card-profile {
  gap: 15px;
  margin-bottom: 40px;
}
.testi-card.style5 .testi-card-profile .testi-card-thumb {
  position: relative;
  border-radius: 50%;
}
.testi-card.style5 .testi-card-profile .testi-card-thumb:after {
  content: "";
  position: absolute;
  inset: 0 0 2px 0;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  z-index: -1;
}
.testi-card.style5 .testi-card-profile .testi-profile-title {
  color: var(--white-color);
}
.testi-card.style5 .testi-rating {
  color: var(--yellow-color);
  margin-bottom: 10px;
}
.testi-card.style5 .testi-card_text {
  color: var(--white-color);
  margin-bottom: -0.5em;
  font-size: 24px;
  font-family: var(--body-font);
  max-width: none;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .testi-card.style5 .testi-card_text {
    font-size: 18px;
  }
}

.testi-slider5 .slick-dots {
  text-align: start;
  margin-left: 12px;
  margin-top: 60px;
}

.testi-client-group5 {
  border-radius: 20px;
  background: var(--title-color);
  padding: 35px 40px;
  display: inline-flex;
  gap: 20px;
  transform: rotate(-90deg) translate(-100%, 100%);
  transform-origin: left top;
  /* Medium devices */
}
@media (max-width: 991px) {
  .testi-client-group5 {
    transform: none;
    flex-wrap: wrap;
  }
}

/*------------------- 4.00. Counter  -------------------*/
/* Counter 1 ---------------------------------- */
.counter-card {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.counter-card_number {
  margin-top: -0.22em;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 115px;
  font-family: var(--title-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
  opacity: 0.4;
}
.counter-card_text {
  font-weight: 400;
  font-size: 18px;
  font-family: var(--body-font);
  color: var(--body-color);
  margin-bottom: -0.5em;
}
.counter-card:hover .counter-card_icon:after {
  margin: 0;
  border-width: 10px;
  border-color: var(--theme-color);
}
.counter-card:hover .counter-card_icon img {
  transform: rotateY(180deg);
}
@media (max-width: 1399px) {
  .counter-card .counter-card_number {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .counter-card .counter-card_number {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .counter-card .counter-card_number {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .counter-card .counter-card_number {
    margin-top: -0.35em;
  }
}

/*------------------- 4.00. Blog  -------------------*/
/* Blog Card ---------------------------------- */
.blog-card {
  position: relative;
  /* Medium Large devices */
}
.blog-card .blog-title {
  font-weight: 600;
  font-size: 32px;
  color: var(--title-color);
  margin-bottom: 15px;
  margin-top: -10px;
}
.blog-card .blog-title a {
  background-image: linear-gradient(to left, var(--theme-color), var(--theme-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
  transition: 0.6s;
}
.blog-card .blog-title a:hover {
  background-size: 100% 2px;
}
.blog-card .blog-text {
  margin-bottom: 22px;
}
.blog-card .blog-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
}
.blog-card .blog-img img {
  width: 100%;
  border-radius: 0px;
  transition: 0.4s ease-in-out;
  min-height: 280px;
  object-fit: cover;
}
.blog-card .blog-img .blog-date {
  position: absolute;
  left: 20px;
  top: 0px;
}
.blog-card .blog-img .blog-date a {
  background: var(--theme-color);
  height: 70px;
  width: 70px;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  color: var(--white-color);
  font-family: var(--body-font);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  padding: 12px 10px 11px;
}
.blog-card .blog-img .blog-date a span {
  display: block;
  font-size: 36px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 2px;
}
.blog-card .blog-img .blog-date .year {
  background: var(--title-color);
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 4px;
  height: 16px;
  line-height: 16px;
}
.blog-card .blog-content {
  padding: 30px 0 0 0;
  position: relative;
  z-index: 2;
  transition: 0.4s;
  border-radius: 0;
}
.blog-card .btn {
  padding: 13px 25px;
}
.blog-card:hover .blog-img img {
  transform: scale(1.08);
}
@media (max-width: 1299px) {
  .blog-card .blog-title {
    font-size: 24px;
  }
}

/* Blog Card 2---------------------------------- */
.blog-card.style2 {
  padding: 30px;
  background: #F7F7F7;
  transition: 0.4s;
}
.blog-card.style2 .blog-title {
  font-size: 24px;
}
.blog-card.style2 .blog-text {
  transition: 0.4s;
}
.blog-card.style2:hover {
  background: var(--title-color);
}
.blog-card.style2:hover .blog-meta span, .blog-card.style2:hover .blog-meta a {
  color: var(--white-color);
}
.blog-card.style2:hover .blog-meta span:before, .blog-card.style2:hover .blog-meta a:before {
  background: var(--white-color);
}
.blog-card.style2:hover .blog-title a {
  color: var(--white-color);
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
}
.blog-card.style2:hover .blog-text {
  color: var(--white-color);
  opacity: 0.9;
}

/* Blog Card 4---------------------------------- */
.blog-card.style4 .blog-img .blog-date {
  left: 0;
}
.blog-card.style4 .blog-img .blog-date a {
  padding: 25px 10px;
  height: 100px;
  width: 80px;
}
.blog-card.style4 .blog-img .blog-date a span {
  margin-bottom: 4px;
}
.blog-card.style4 .blog-meta span, .blog-card.style4 .blog-meta a {
  text-transform: capitalize;
}
.blog-card.style4 .blog-title {
  margin-bottom: -0.3em;
}
.blog-card.style4 .blog-title a {
  background-image: linear-gradient(to left, var(--title-color), var(--title-color));
  background-size: 0 1px;
}
.blog-card.style4 .blog-title a:hover {
  color: var(--title-color);
  background-size: 100% 1px;
}

/* Blog Card 5---------------------------------- */
.blog-card.style5 .blog-img .blog-date {
  top: 20px;
}
.blog-card.style5 .blog-content {
  background: var(--smoke-color3);
  padding: 30px;
}
.blog-card.style5 .blog-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.blog-card.style5 .blog-meta span, .blog-card.style5 .blog-meta a {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--title-font);
}

/*------------------- 4.00. Client  -------------------*/
/* Client 1 ---------------------------------- */
.client-area-1 {
  z-index: 1;
  background-attachment: fixed;
}
.client-area-1:before {
  z-index: -1;
}

.client_shape_1-1 {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .client_shape_1-1 {
    display: none;
  }
}

.client-logo {
  transition: 0.4s;
  opacity: 0.6;
  position: relative;
  /* Small devices */
}
.client-logo:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
.client-logo img {
  filter: brightness(9);
}
.client-logo:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .client-logo:after {
    display: none;
  }
}

.client-slider1 {
  margin: 0 -1px;
  /* Small devices */
}
@media (max-width: 767px) {
  .client-slider1 {
    margin: 0 0;
  }
}

/* Client 2 ---------------------------------- */
.client-slider2 .client-logo img {
  filter: none;
}

/*------------------- 4.00. Simple Sections  -------------------*/
.checklist ul {
  padding: 0;
  list-style: none;
  text-align: start;
  margin-bottom: 0;
}
.checklist li {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 10px;
  display: flex;
  color: var(--title-color);
}
.checklist li:last-child {
  margin-bottom: 0;
}
.checklist li img,
.checklist li i, .checklist li svg {
  font-size: 22px;
  margin-right: 10px;
  margin-top: 2px;
}
.checklist li img {
  margin-top: 7px;
  align-self: self-start;
}
.checklist.style2 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  /* Medium Large devices */
  /* Medium Large devices */
}
.checklist.style2 ul li {
  color: var(--body-color);
  position: relative;
}
.checklist.style2 ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  align-self: center;
  border: 5px solid var(--smoke-color5);
  box-sizing: content-box;
  margin-right: 20px;
}
.checklist.style2 ul li:not(:last-child) {
  margin-bottom: 0px;
}
.checklist.style2 ul li img,
.checklist.style2 ul li i {
  margin-right: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px;
}
@media (max-width: 1399px) {
  .checklist.style2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .checklist.style2 ul li:before {
    margin-right: 15px;
  }
}
@media (max-width: 1399px) {
  .checklist.style2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .checklist.style2 ul li:before {
    margin-right: 15px;
  }
}
.checklist.style3 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
}
.checklist.style3 ul li {
  margin-bottom: 0;
}
.checklist.style4 ul li:not(:last-child) {
  margin-bottom: 9px;
}
.checklist.style5 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}
.checklist.style6 ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  /* Medium Large devices */
  /* Medium Large devices */
}
.checklist.style6 ul li {
  color: var(--body-color);
  position: relative;
}
.checklist.style6 ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--theme-color);
  align-self: center;
  border: 5px solid var(--smoke-color5);
  box-sizing: content-box;
  margin-right: 20px;
}
.checklist.style6 ul li:not(:last-child) {
  margin-bottom: 0px;
}
.checklist.style6 ul li img,
.checklist.style6 ul li i {
  margin-right: 15px;
  font-size: 16px;
  color: var(--theme-color);
  margin-top: 3px;
}
@media (max-width: 1399px) {
  .checklist.style6 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .checklist.style6 ul li:before {
    margin-right: 15px;
  }
}
@media (max-width: 1399px) {
  .checklist.style6 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .checklist.style6 ul li:before {
    margin-right: 15px;
  }
}
.checklist.style7 ul li {
  font-weight: 400;
  font-size: 16px;
  color: var(--body-color);
}
.checklist.style7 ul li i {
  font-size: 20px;
  margin-top: 0;
  color: var(--theme-color);
}
.checklist.style-white li {
  color: var(--white-color);
}
.checklist.style-white li:not(:last-child) {
  margin-bottom: 12px;
}
.checklist.style-white li img,
.checklist.style-white li i, .checklist.style-white li svg {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 5px;
}
.checklist.mb-40 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-40 {
    margin-bottom: 32px;
  }
}
.checklist.mb-45 {
  /* Large devices */
}
@media (max-width: 1199px) {
  .checklist.mb-45 {
    margin-bottom: 35px;
  }
}

.img-half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
.img-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-half.img-right {
  right: 0;
}

.icon-box {
  display: inline-flex;
  gap: 20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.btn-wrap.style2 {
  gap: 30px 40px;
}

.read-more-btn {
  font-size: 14px;
  font-weight: 500;
  color: var(--body-color);
  position: relative;
}
.read-more-btn i, .read-more-btn svg {
  font-size: 12px;
}
.read-more-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: var(--theme-color);
  width: 0;
  transition: 0.4s ease-in-out;
}
.read-more-btn:hover {
  color: var(--theme-color);
}
.read-more-btn:hover:after {
  width: 100%;
}

.category-tag {
  background: var(--theme-color);
  height: 25px;
  line-height: 25px;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  padding: 0 19px;
  letter-spacing: 1px;
}

/* Large devices */
@media (max-width: 1199px) {
  p.mb-40 {
    margin-bottom: 35px;
  }
  p.mb-45 {
    margin-bottom: 38px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .checklist.style2 ul li i {
    margin-right: 10px;
  }
}
/*------------------- 4.00. Video -------------------*/
/* Video 1 ---------------------------------- */
.video-area-1 {
  padding: 300px 0;
  background-attachment: fixed;
  /* Extra large devices */
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1500px) {
  .video-area-1 {
    padding: 250px 0;
  }
}
@media (max-width: 1399px) {
  .video-area-1 .play-btn-wrap.style2 {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .video-area-1 {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .video-area-1 {
    padding: 150px 0;
  }
}
@media (max-width: 575px) {
  .video-area-1 {
    padding: 120px 0;
  }
}

.video-wrap {
  position: relative;
}
.video-wrap .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Video 2 ---------------------------------- */
.video-wrap2 {
  padding: 80px 115px 80px 0;
  background: var(--smoke-color5);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 60% bottom;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
  /* Extra small devices */
}
.video-wrap2 .play-btn-wrap.style2 {
  max-width: 438px;
  margin-left: auto;
  color: var(--title-color);
  gap: 50px;
  align-items: center;
  line-height: normal;
  /* Large devices */
}
@media (max-width: 1199px) {
  .video-wrap2 .play-btn-wrap.style2 {
    max-width: 300px;
  }
}
.video-wrap2 .play-btn-wrap.style2 .video-text {
  font-size: 52px;
  line-height: 1.057em;
  opacity: 0.2;
  transition: 0.4s;
  /* Large devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .video-wrap2 .play-btn-wrap.style2 .video-text {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .video-wrap2 .play-btn-wrap.style2 .video-text {
    font-size: 24px;
  }
}
.video-wrap2 .play-btn.style8 i {
  --icon-size: 64px;
  background: var(--title-color);
  color: var(--theme-color);
}
.video-wrap2 .play-btn.style8:after, .video-wrap2 .play-btn.style8:before {
  border-color: rgba(3, 5, 25, 0.04);
}
.video-wrap2:hover .play-btn-wrap.style2 .video-text {
  opacity: 1;
}
@media (max-width: 1399px) {
  .video-wrap2 {
    padding: 80px 80px 80px 0;
  }
}
@media (max-width: 991px) {
  .video-wrap2 {
    padding: 60px 60px 60px 0;
    background-position: 0 bottom;
  }
}
@media (max-width: 767px) {
  .video-wrap2 {
    background-image: none !important;
    padding: 60px;
  }
  .video-wrap2 .play-btn-wrap.style2 {
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .video-wrap2 {
    padding: 50px;
  }
}
@media (max-width: 375px) {
  .video-wrap2 {
    padding: 40px;
  }
  .video-wrap2 .play-btn-wrap.style2 {
    gap: 30px;
  }
}

.video_thumb2-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: -420px;
  width: 45.3%;
  /* Medium devices */
}
@media (max-width: 991px) {
  .video_thumb2-1 {
    display: none;
  }
}

/*------------------- 4.00. Category Menu -------------------*/
/* Category 1 ---------------------------------- */
.category-card {
  border-radius: 6px;
  background: var(--white-color);
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.category-card_content {
  max-width: 150px;
}
.category-card_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 26px;
}
.category-card_title a {
  color: var(--title-color);
}
.category-card_title a:hover {
  color: var(--theme-color);
}
.category-card_icon {
  flex: none;
  align-self: end;
  position: relative;
  z-index: 1;
}
.category-card_icon:after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: rgb(247, 244, 239);
  height: 60px;
  width: 60px;
  left: -30px;
  top: 0;
  z-index: -1;
}
.category-card .more-btn {
  font-size: 12px;
  color: var(--body-color);
  font-weight: 500;
  letter-spacing: 1px;
  line-height: initial;
}
.category-card .more-btn:hover {
  color: var(--theme-color);
}
.category-card .more-btn i {
  font-size: 14px;
  display: block;
}

.category-search-form {
  margin-top: 40px;
  position: relative;
}
.category-search-form .form-control {
  padding: 14.5px 280px 14.5px 30px;
}
.category-search-form .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px 50px;
}

/* Category 2 ---------------------------------- */
.category-card2 {
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 30px 30px 23px;
}
.category-card2_title {
  font-size: 20px;
  margin-top: -0.3em;
  margin-bottom: 0px;
}
.category-card2_title a {
  color: var(--title-color);
}
.category-card2_title a:hover {
  color: var(--theme-color);
}
.category-card2_icon {
  display: inline-block;
  height: 66px;
  width: 66px;
  line-height: 64px;
  border-radius: 50%;
  background: var(--smoke-color3);
  margin-bottom: 20px;
  transition: 0.5s;
}
.category-card2_icon img {
  transition: 0.5s;
}
.category-card2_icon:after {
  display: none;
}
.category-card2:hover .category-card2_icon {
  background: var(--theme-color);
}
.category-card2:hover .category-card2_icon img {
  filter: brightness(99);
}

.category-slider {
  transform: translateY(-50px);
  margin-bottom: -50px;
}

.category-area2 {
  padding-bottom: 100px;
  z-index: 2;
}
.category-area2 .category-search-form .form-control {
  border-color: var(--theme-color);
  color: var(--white-color);
}

/* Small devices */
@media (max-width: 767px) {
  .category-search-form {
    text-align: center;
  }
  .category-search-form .btn {
    position: inherit;
    margin-top: 20px;
  }
  .category-search-form .form-control {
    padding: 14.5px 30px;
  }
}
/* Category 3 ---------------------------------- */
.category-slider3 {
  border: 1px solid var(--border-color);
}
.category-slider3 .slick-slide {
  border-right: 1px solid var(--border-color);
  /* Extra small devices */
}
@media (max-width: 575px) {
  .category-slider3 .slick-slide {
    border-right: 0;
  }
}

.category-card-item {
  text-align: center;
  padding-bottom: 18px;
}
.category-card-item .category-card-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}
.category-card-item .category-card-title a {
  color: var(--title-color);
}
.category-card-item .category-card-title a:hover {
  color: var(--theme-color);
}
.category-card-item .category-card-text {
  margin-bottom: 0;
  font-size: 14px;
  opacity: 0.6;
}

/*------------------- 4.00. Faq -------------------*/
/* Faq 1 ---------------------------------- */
.accordion-card {
  margin-bottom: 20px;
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background: var(--smoke-color);
  border: 2px solid rgba(21, 22, 28, 0.1);
  border-radius: 0px;
}
.accordion-card .accordion-button {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  border: 0;
  text-transform: uppercase;
  background-color: transparent;
  padding: 12px 65px 12px 35px;
  min-height: 86px;
  gap: 10px;
  margin-bottom: 0;
  text-align: left;
  transition: 0.3s;
  position: relative;
  box-shadow: none;
}
.accordion-card .accordion-button:after {
  content: "\ea13";
  height: 40px;
  width: 40px;
  border-radius: 7px;
  line-height: 38px;
  background: transparent;
  border: 0;
  font-family: var(--icon-font);
  color: var(--body-color);
  font-weight: 900;
  font-size: 24px;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 22px;
  right: 22px;
  transition: 0.3s ease-in-out;
}
.accordion-card .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-card .accordion-button:not(.collapsed) {
  color: var(--title-color);
}
.accordion-card .accordion-button:not(.collapsed):after {
  content: "\f1af";
  color: var(--theme-color);
  transform: rotate(180deg);
}
.accordion-card .accordion-collapse {
  border: none;
}
.accordion-card .accordion-body {
  border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0px 30px 30px 30px;
  margin-top: -0.5em;
}
.accordion-card .accordion-body p {
  margin-bottom: -0.6em;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
}
.accordion-card:last-child {
  margin-bottom: 0;
}
.accordion-card:has(.accordion-button:not(.collapsed)) {
  background: #F7F7F7;
  border-color: #F7F7F7;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .accordion-card .accordion-button {
    font-size: 20px;
    min-height: 65px;
  }
  .accordion-card .accordion-button:after {
    font-size: 20px;
    top: 13px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .accordion-card .accordion-button {
    padding: 15px 65px 15px 20px;
  }
  .accordion-card .accordion-body {
    padding: 10px 20px 30px 20px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .accordion-card .accordion-button {
    font-size: 16px;
  }
}
.faq-form-wrap {
  background: var(--theme-color);
  border: 10px solid var(--white-color);
  border-left: 0;
  border-top: 0;
  /* Large devices */
  /* Extra small devices */
}
.faq-form-wrap .faq-form-title {
  background: var(--title-color);
  font-size: 30px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  padding: 20px 40px;
}
.faq-form-wrap .faq-form {
  padding: 20px 40px 40px;
}
.faq-form-wrap .faq-form input {
  height: 36px;
  padding-bottom: 7px;
}
.faq-form-wrap .faq-text {
  color: var(--white-color);
  opacity: 0.9;
}
.faq-form-wrap .btn-with-icon {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .faq-form-wrap {
    border: 0;
  }
}
@media (max-width: 575px) {
  .faq-form-wrap .faq-form-title {
    font-size: 24px;
    padding: 20px 30px;
  }
  .faq-form-wrap .faq-form {
    padding: 10px 30px 30px;
  }
}

.faq-thumb1-1 {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 48.7%;
  height: 666px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium Large devices */
  /* Large devices */
}
.faq-thumb1-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .faq-thumb1-1 {
    width: 48.2%;
  }
}
@media (max-width: 1399px) {
  .faq-thumb1-1 {
    width: 48.2%;
    height: 595px;
  }
}
@media (max-width: 1299px) {
  .faq-thumb1-1 {
    width: 49.1%;
    height: 572px;
  }
}
@media (max-width: 1199px) {
  .faq-thumb1-1 {
    display: none;
  }
}

/* Faq 2 ---------------------------------- */
.accordion-area.style2 .accordion-card:has(.accordion-button:not(.collapsed)) {
  background: var(--white-color);
  border-color: var(--theme-color);
}
.accordion-area.style2 .accordion-button {
  text-transform: capitalize;
  font-size: 24px;
}

/*------------------- 4.00. feature -------------------*/
/***********feature area**********/
.feature-area {
  background: #F4F4F4;
  border-radius: 15px;
  overflow: hidden;
}

.feature-card {
  padding: 60px 65px 60px 40px;
  transition: 0.4s;
  position: relative;
  z-index: 0;
}
.feature-card_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 0%;
  width: 100%;
  z-index: -1;
  transition: 0.4s;
  opacity: 0;
}
.feature-card_bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.feature-card_icon {
  margin-bottom: 30px;
}
.feature-card_subtitle {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme-color);
  font-weight: 400;
  font-size: 14px;
  font-family: var(--title-font);
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.feature-card_subtitle:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: var(--theme-color);
  border-radius: 1px;
  width: 8px;
  height: 8px;
}
.feature-card_title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.feature-card_title a {
  color: var(--title-color);
  background-image: linear-gradient(to left, var(--white-color), var(--white-color));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 2px;
}
.feature-card_title a:hover {
  background-size: 100% 2px;
}
.feature-card_text {
  font-size: 14px;
  margin-bottom: 26px;
}
.feature-card-active {
  background: var(--title-color);
}
.feature-card-active .feature-card_bg {
  opacity: 1;
  height: 100%;
}
.feature-card-active .feature-card_icon {
  filter: brightness(99);
}
.feature-card-active .feature-card_title a {
  color: var(--white-color);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-area {
    margin-top: -15px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .feature-area {
    margin-top: -30px;
  }
  .feature-card {
    padding: 40px 35px;
  }
  .feature-card_title {
    font-size: 22px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-area {
    margin-top: -45px;
  }
  .feature-card_text {
    max-width: 500px;
  }
}
@media (max-width: 320px) {
  .feature-card {
    padding: 30px 25px;
  }
}
.feature-card2 .feature-card_img {
  position: relative;
  display: inline-block;
  margin-bottom: 44px;
}
.feature-card2 .feature-card_img img {
  border-radius: 50%;
}
.feature-card2 .feature-card_img .feature-card_icon {
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  background: var(--white-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -30%);
  z-index: 1;
  opacity: 0;
}
.feature-card2 .feature-card_img .feature-card_icon:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.feature-card2 .feature-card_img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background: var(--title-color);
  transition: 0.4s;
  opacity: 0;
}
.feature-card2 .feature-card_title {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.feature-card2 .feature-card_title a {
  background: transparent;
}
.feature-card2 .feature-card_title a:hover {
  color: var(--theme-color);
}
.feature-card2 .feature-card_text {
  font-size: 16px;
  max-width: 330px;
  margin: auto;
  margin-bottom: -0.3em;
}
.feature-card2:hover .feature-card_img .feature-card_icon {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.feature-card2:hover .feature-card_img img {
  mix-blend-mode: luminosity;
}
.feature-card2:hover .feature-card_img:after {
  opacity: 0.8;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .feature-card2 .feature-card_img {
    margin-bottom: 34px;
  }
}
.feature-tab-button {
  background: var(--white-color);
}
.feature-tab-button button {
  border: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  padding: 17px 52px 17px 30px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}
.feature-tab-button button i {
  position: absolute;
  right: 30px;
  top: 22px;
  color: var(--body-color);
}
.feature-tab-button button ~ button {
  border-top: 1px solid #EEEEEE;
}
.feature-tab-button button.active {
  background: var(--theme-color);
  color: var(--white-color);
}
.feature-tab-button button.active i {
  color: var(--white-color);
}

.feature-tab-content .filter-item {
  display: flex;
  gap: 30px;
}
.feature-tab-content .tab-thumb {
  flex: none;
}
.feature-tab-content .tab-content_grid {
  display: flex;
  gap: 30px 60px;
  margin-top: 10px;
}
.feature-tab-content .tab-content_grid .media-left {
  align-self: flex-end;
  margin-bottom: -0.3em;
}
.feature-tab-content .tab-content_grid .media-body {
  margin-bottom: -0.3em;
}
.feature-tab-content .tab-content_grid-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.feature-tab-content .counter-number {
  color: var(--theme-color);
  font-size: 60px;
  font-weight: 700;
  font-family: var(--title-font);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .feature-tab-button button {
    font-size: 15px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-tab-content .tab-content_grid {
    gap: 30px 40px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .feature-tab-content .filter-item {
    display: block;
  }
  .feature-tab-content .filter-item .tab-thumb {
    margin-bottom: 30px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .feature-tab-content .tab-content_grid {
    display: block;
    margin-top: 20px;
  }
  .feature-tab-content .tab-content_grid .media-left {
    margin-bottom: 10px;
  }
}
/***********feature area 3**********/
.feature-area-3 {
  margin-top: -90px;
  position: relative;
  z-index: 3;
}

.single-feature-wrap {
  background: var(--white-color);
  box-shadow: 0px 10px 50px rgba(0, 6, 18, 0.08);
  display: flex;
  z-index: 0;
  align-items: center;
  gap: 30px 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 30px 18px 26px 25px;
}
.single-feature-wrap:after {
  content: "";
  background: var(--theme-color);
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0px;
  width: 145px;
  clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
}
.single-feature-wrap .thumb img {
  width: 50px;
}
.single-feature-wrap .media-body p {
  margin-bottom: 0;
  font-size: 14px;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .single-feature-wrap {
    gap: 30px 40px;
  }
  .single-feature-wrap:after {
    width: 125px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0% 100%);
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .single-feature-wrap {
    gap: 30px 70px;
  }
  .single-feature-wrap:after {
    width: 145px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 70px) 100%, 0% 100%);
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .feature-area-3 {
    margin-top: 0;
    padding-top: 80px;
  }
}
/*------------------- 4.00. CTA -------------------*/
/* CTA Area 1 ---------------------------------- */
.cta-area-1 {
  position: relative;
  margin-top: -200px;
  z-index: 3;
}

.cta-wrap-1 {
  padding: 70px 202px 70px 70px;
  background: var(--white-color);
  box-shadow: 0px 30px 150px rgba(31, 31, 31, 0.1);
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.cta-wrap-1 .btn {
  padding: 15px 30px;
}
@media (max-width: 1399px) {
  .cta-wrap-1 {
    padding: 70px 130px 70px 70px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap-1 {
    padding: 70px;
  }
}
@media (max-width: 575px) {
  .cta-wrap-1 {
    padding: 30px;
  }
}

.cta-thumb1-1 {
  margin-left: -111px;
  position: relative;
  z-index: 3;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .cta-thumb1-1 {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .cta-thumb1-1 {
    display: none;
  }
}

/* CTA Area 2 ---------------------------------- */
.cta-wrap2 {
  background: var(--theme-color);
  padding: 50px;
  display: inline-flex;
  gap: 123px;
  text-align: start;
  position: relative;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.cta-wrap2:after {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, #FFFFFF -1.27%, rgba(255, 255, 255, 0.23) -1.26%, rgba(255, 255, 255, 0) 100%);
  width: 39.5px;
  height: 100%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  top: 0;
  left: 45%;
  transform: translate(-50%, 0);
}
.cta-wrap2 .cta-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 8px;
}
.cta-wrap2 .cta-text {
  color: var(--white-color);
  margin-bottom: 0;
}
.cta-wrap2 .cta-contact-grid {
  display: flex;
  gap: 30px;
  align-items: center;
}
.cta-wrap2 .cta-contact-grid .icon-btn {
  --btn-size: 56px;
  flex: none;
  background: var(--white-color);
  color: var(--theme-color);
}
.cta-wrap2 .cta-contact-grid .icon-btn i {
  font-size: 24px;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link {
  font-size: 32px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  margin-bottom: 18px;
  display: block;
  position: relative;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--white-color);
  transition: 0.4s;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link:hover:after {
  width: 100%;
}
.cta-wrap2 .cta-contact-grid .cta-contact-grid-details .title {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  opacity: 0.9;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cta-wrap2 {
    display: flex;
    margin-top: 80px;
  }
  .cta-wrap2:after {
    left: 40%;
  }
}
@media (max-width: 991px) {
  .cta-wrap2 {
    flex-wrap: wrap;
    gap: 30px;
  }
  .cta-wrap2:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .cta-wrap2 {
    padding: 30px;
  }
  .cta-wrap2 .cta-title {
    font-size: 28px;
  }
  .cta-wrap2 .cta-contact-grid {
    gap: 20px;
    flex-wrap: wrap;
  }
  .cta-wrap2 .cta-contact-grid .cta-contact-grid-details .link {
    font-size: 24px;
  }
}

.cta-grid-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.cta-grid-wrap .icon-btn {
  flex: none;
  --btn-size: 60px;
  background: var(--theme-color);
  color: var(--white-color);
}
.cta-grid-wrap .icon-btn i {
  font-size: 24px;
}
.cta-grid-wrap .media-body .link {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
}
.cta-grid-wrap .media-body .title {
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  margin-bottom: 0;
}

/* CTA Area 3 ---------------------------------- */
.cta-wrap3 {
  padding: 185px 0;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.cta-wrap3 .sub-title {
  font-size: 20px;
  margin-bottom: 40px;
}
.cta-wrap3 .cta-title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -0.3em;
}
.cta-wrap3 .cta-title.style2 {
  font-size: 120px;
  font-weight: 600;
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
  margin-top: -0.3em;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .cta-wrap3 {
    padding: 150px 0;
  }
  .cta-wrap3 .cta-title {
    font-size: 70px;
  }
  .cta-wrap3 .cta-title.style2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap3 {
    padding: 120px 0;
  }
  .cta-wrap3 .cta-title {
    font-size: 60px;
  }
  .cta-wrap3 .cta-title.style2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .cta-wrap3 .cta-title {
    font-size: 60px;
  }
  .cta-wrap3 .cta-title.style2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cta-wrap3 {
    padding: 100px 30px;
  }
  .cta-wrap3 .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cta-wrap3 .cta-title {
    font-size: 40px;
  }
  .cta-wrap3 .cta-title.style2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cta-wrap3 .cta-title.style2 {
    font-size: 46px;
  }
}

/* CTA Area 4 ---------------------------------- */
.cta-wrap4 {
  padding: 185px 0;
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.cta-wrap4:after {
  content: "";
  position: absolute;
  height: 495px;
  width: 495px;
  border-radius: 50%;
  background: var(--title-color);
  mix-blend-mode: soft-light;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  /* Large devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .cta-wrap4:after {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 767px) {
  .cta-wrap4:after {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cta-wrap4:after {
    display: none;
  }
}
.cta-wrap4 .sub-title {
  font-size: 20px;
  margin-bottom: 40px;
}
.cta-wrap4 .cta-title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: -0.3em;
}
.cta-wrap4 .cta-title.style2 {
  font-size: 120px;
  font-weight: 600;
  -webkit-text-stroke: 1px var(--white-color);
  color: transparent;
  margin-top: -0.3em;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .cta-wrap4 {
    padding: 150px 0;
  }
  .cta-wrap4 .cta-title {
    font-size: 70px;
  }
  .cta-wrap4 .cta-title.style2 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap4 {
    padding: 120px 0;
  }
  .cta-wrap4 .cta-title {
    font-size: 60px;
  }
  .cta-wrap4 .cta-title.style2 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .cta-wrap4 .cta-title {
    font-size: 60px;
  }
  .cta-wrap4 .cta-title.style2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .cta-wrap4 {
    padding: 100px 30px;
  }
  .cta-wrap4 .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .cta-wrap4 .cta-title {
    font-size: 40px;
  }
  .cta-wrap4 .cta-title.style2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cta-wrap4 .cta-title.style2 {
    font-size: 46px;
  }
}

.cta-wrap5 {
  padding: 65px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -150px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  gap: 35px;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
  /* Extra small devices */
}
.cta-wrap5 .cta-title {
  font-size: 42px;
  font-weight: 600;
  max-width: 585px;
  margin-bottom: 0;
}
.cta-wrap5 .btn {
  flex: none;
}
@media (max-width: 1399px) {
  .cta-wrap5 {
    padding: 65px 70px;
  }
}
@media (max-width: 1199px) {
  .cta-wrap5 .cta-title {
    font-size: 30px;
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .cta-wrap5 {
    padding: 40px 40px 50px;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .cta-wrap5 {
    padding: 30px 30px 30px;
  }
  .cta-wrap5 .cta-title {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .cta-wrap5 .btn {
    padding: 15px 25px;
    font-size: 14px;
  }
}

/*------------------- 4.00. Service -------------------*/

/* Service Card ---------------------------------- */
.service-area-1 {
  padding-bottom: 300px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-area-1 {
    padding-bottom: 280px;
  }
}

.service-card {
  background: var(--white-color);
  border-radius: 0px;
  padding: 30px 60px 0px 90px;
  border: 2px solid var(--white-color);
  position: relative;
  margin-bottom: 25px;
  transition: 0.4s;
  /* Medium Large devices */
}
.service-card:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 65px;
  width: 157px;
  height: 1px;
  background: var(--title-color);
  opacity: 0.1;
}
.service-card-shadow-text {
  position: absolute;
  transform: rotate(-90deg) translate(-50%, 0);
  font-size: 36px;
  font-weight: 600;
  font-family: var(--title-font);
  color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
  transform-origin: left top;
  top: 50%;
  left: 35px;
  opacity: 0.15;
}
.service-card_content {
  padding: 0 0px 0 10px;
}
.service-card_icon {
  display: inline-block;
  margin-bottom: 35px;
  position: relative;
  padding: 10px 0 0 10px;
  margin-left: -10px;
}
.service-card_icon img {
  transition: 0.4s;
}
.service-card_icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: 0.1;
}
.service-card_title {
  margin-top: -0.3em;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
}
.service-card_title a {
  color: var(--title-color);
}
.service-card_title a:hover {
  color: var(--theme-color);
}
.service-card_text {
  font-size: 16px;
  margin-bottom: 23px;
}
.service-card .btn-wrap {
  justify-content: end;
  position: relative;
  transform: translate(0, 25px);
  margin-top: -25px;
  margin-right: -20px;
}
.service-card .btn-wrap .icon-btn {
  background: var(--smoke-color2);
  color: var(--theme-color);
}
.service-card .btn-wrap .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 24px;
  opacity: 0;
  transition: 0.4s;
}
.service-card:hover {
  border-color: var(--theme-color);
}
.service-card:hover .service-card_icon img {
  transform: rotateY(180deg);
}
.service-card:hover .btn-wrap .btn {
  opacity: 1;
}
@media (max-width: 1399px) {
  .service-card {
    padding: 30px 40px 0px 70px;
  }
  .service-card .service-card:after {
    right: 35px;
  }
  .service-card .service-card-shadow-text {
    font-size: 30px;
    left: 25px;
  }
  .service-card .btn-wrap {
    margin-right: -5px;
  }
}

/* Service Card 02 ---------------------------------- */
.service-card-wrap2 {
  margin-top: 120px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card-wrap2 {
    margin-top: 30px;
  }
}

.service-card-list {
  --step-gap: -135px;
  /* Medium Large devices */
  /* Large devices */
}
.service-card-list:nth-child(6), .service-card-list:nth-child(2) {
  margin-top: var(--step-gap);
}
.service-card-list:nth-child(7), .service-card-list:nth-child(3) {
  margin-top: calc(var(--step-gap) * 2);
}
.service-card-list:nth-child(8), .service-card-list:nth-child(4) {
  margin-top: calc(var(--step-gap) * 3);
}
@media (max-width: 1399px) {
  .service-card-list {
    --step-gap: -130px;
  }
}
@media (max-width: 1199px) {
  .service-card-list {
    --step-gap: 0px;
  }
}

.service-card.style2 {
  padding: 30px 30px 40px;
  margin-bottom: 0;
  border-color: rgba(21, 22, 28, 0.15);
  margin-top: 30px;
  /* Medium devices */
  /* Small devices */
}
.service-card.style2:after {
  display: none;
}
.service-card.style2 .service-card_content {
  padding: 0;
}
.service-card.style2 .service-card-number {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  text-align: end;
  margin-top: -0.5em;
}
.service-card.style2 .service-card_icon {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.service-card.style2 .service-card_icon:after {
  display: none;
}
.service-card.style2 .service-card_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service-card.style2 .service-card_text {
  margin-bottom: 52px;
  transition: 0.4s;
}
.service-card.style2 .btn-wrap {
  transform: none;
  justify-content: start;
  margin: 0;
}
.service-card.style2:hover {
  background: var(--title-color);
}
.service-card.style2:hover .service-card_title a {
  color: var(--white-color);
}
.service-card.style2:hover .service-card_title a:hover {
  color: var(--theme-color);
}
.service-card.style2:hover .service-card_text {
  color: var(--white-color);
  opacity: 0.9;
}
.service-card.style2:hover .btn-with-icon {
  color: var(--white-color);
}
.service-card.style2:hover .btn-with-icon .btn-icon {
  background: var(--theme-color);
  color: var(--white-color);
}
.service-card.style2:hover .btn-with-icon:hover {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .service-card.style2 .service-card_title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .service-card.style2 .service-card_title {
    font-size: 22px;
  }
}

/* Service Card 03 ---------------------------------- */
.service-card.style3 {
  background: #F7F7F7;
}

/* Service Card 4 ---------------------------------- */
.service-card.style4 {
  background: #FAFAFA;
  padding: 30px;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  /* Extra small devices */
}
.service-card.style4:after {
  display: none;
}
.service-card.style4 .service-card_icon {
  flex: none;
  margin-bottom: 0;
}
.service-card.style4 .service-card_text {
  margin-bottom: -0.3em;
}
.service-card.style4 .service-card_content {
  padding-left: 0;
  max-width: 283px;
}
@media (max-width: 375px) {
  .service-card.style4 {
    flex-wrap: wrap;
  }
}

/* Service Card 5 ---------------------------------- */
.service-card.style5 {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  position: relative;
  max-width: 348px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .service-card.style5 {
    max-width: none;
  }
}
.service-card.style5:after {
  display: none;
}
.service-card.style5 .service-card-number {
  font-size: 200px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--theme-color);
  position: absolute;
  top: 30px;
  right: 0;
  opacity: 0.1;
  /* Medium devices */
}
@media (max-width: 991px) {
  .service-card.style5 .service-card-number {
    font-size: 150px;
  }
}
.service-card.style5 .service-card_icon {
  filter: grayscale(1);
  transition: 0.4s;
  padding: 0;
  margin-left: 0;
}
.service-card.style5 .service-card_icon:after {
  display: none;
}
.service-card.style5 .service-card_content {
  padding: 0;
}
.service-card.style5 .service-card_title {
  font-size: 36px;
  font-weight: 600;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .service-card.style5 .service-card_title {
    font-size: 24px;
  }
}
.service-card.style5 .service-card_text {
  margin-bottom: -0.5em;
}
.service-card.style5:hover .service-card_icon {
  filter: none;
}

/* Service Card 6 ---------------------------------- */
.service-area-6 {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}

.service-slider6 .slick-dots button:before {
  background: var(--white-color);
}

.service-card.style6 {
  background-size: 100% 100%;
  padding: 40px;
  margin-bottom: 0;
  text-align: center;
  /* Large devices */
}
.service-card.style6:after {
  display: none;
}
.service-card.style6 .service-card-number {
  font-size: 15px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--body-color);
  background: var(--smoke-color5);
  border-radius: 20px;
  display: inline-block;
  padding: 0px 9px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.service-card.style6 .service-card-thumb {
  margin-bottom: -50px;
  display: inline-block;
}
.service-card.style6 .service-card-thumb img {
  transition: 0.4s;
}
.service-card.style6 .service-card_content {
  padding: 0;
  text-align: start;
}
.service-card.style6 .service-card_icon {
  margin-left: 0;
  padding: 0;
}
.service-card.style6 .service-card_icon:after {
  display: none;
}
.service-card.style6:hover .service-card-thumb img {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .service-card.style6 {
    padding: 30px;
  }
}

/*------------------- 4.00. Why Choose Us -------------------*/
/*----------------------------------------------
    # why choose us area style here
----------------------------------------------*/
.wcu-card-wrap {
  max-width: 364px;
  text-align: start;
  margin: 0 42px;
  position: relative;
  z-index: 2;
  /* Medium Large devices */
}
.wcu-card-wrap.left-align {
  text-align: end;
}
.wcu-card-wrap.left-align .wcu-card {
  flex-direction: row-reverse;
}
@media (max-width: 1399px) {
  .wcu-card-wrap {
    margin: 0;
  }
}

.wcu-card {
  display: inline-flex;
  gap: 25px;
}
.wcu-card:not(:last-child) {
  margin-bottom: 55px;
}
.wcu-card-icon {
  flex: none;
}
.wcu-card-icon img {
  transition: 0.4s;
}
.wcu-card .wcu-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: -0.2em;
}
.wcu-card .wcu-card-text {
  margin-bottom: -0.5em;
}
.wcu-card:hover .wcu-card-icon img {
  transform: rotateY(180deg);
}

/* Large devices */
@media (max-width: 1199px) {
  .wcu-card-wrap {
    max-width: none;
  }
  .wcu-card-wrap.left-align {
    text-align: start;
  }
  .wcu-card-wrap.left-align .wcu-card {
    flex-direction: row;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .wcu-card-wrap.left-align {
    text-align: start;
  }
  .wcu-card .wcu-card-text {
    font-size: 15px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .wcu-card:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* Why Area 3 ---------------------------------- */
.why-area-3 {
  position: relative;
}

.why-sec-bg3-1 {
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, calc(100% - 184px) calc(100% - 75px), 0% 100%);
  /* Medium Large devices */
  /* Medium devices */
}
.why-sec-bg3-1:after {
  content: "";
  position: absolute;
  background: linear-gradient(277.18deg, #F7F7F7 62.73%, rgba(247, 247, 247, 0) 97.7%);
  inset: 0;
}
@media (max-width: 1399px) {
  .why-sec-bg3-1 {
    clip-path: none;
  }
}
@media (max-width: 991px) {
  .why-sec-bg3-1 {
    background-image: none !important;
  }
  .why-sec-bg3-1:after {
    background: linear-gradient(to bottom, #F7F7F7 62.73%, rgba(247, 247, 247, 0) 97.7%);
  }
}

.why-tab-wrap {
  gap: 25px;
  margin-right: 56px;
  /* Medium Large devices */
  /* Large devices */
  /* Extra small devices */
}
.why-tab-wrap .nav-item {
  width: 100%;
}
.why-tab-wrap .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--title-font);
  background: var(--white-color);
  color: var(--body-color);
  border: 0;
  filter: drop-shadow(0px 8px 25px rgba(21, 22, 28, 0.02));
  width: 100%;
  text-align: start;
  padding: 19px 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 0;
}
.why-tab-wrap .nav-item .nav-link i {
  font-size: 24px;
}
.why-tab-wrap .nav-item .nav-link.active {
  background: var(--theme-color);
  color: var(--white-color);
  border-radius: 10px 0 10px 10px;
}
.why-tab-wrap .nav-item .nav-link.active i:before {
  content: "\ea70";
}
@media (max-width: 1399px) {
  .why-tab-wrap {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .why-tab-wrap .nav-item .nav-link.active {
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .why-tab-wrap .nav-item .nav-link {
    padding: 12px 20px;
  }
}

.why-thumb-wrap3-1 {
  background: var(--title-color);
  padding: 40px;
  display: inline-block;
  /* Extra small devices */
}
.why-thumb-wrap3-1 .why-text-wrap {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 45px;
  opacity: 0.5;
}
.why-thumb-wrap3-1 .why-text-wrap .title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.why-thumb-wrap3-1 .why-text-wrap .line {
  width: -webkit-fill-available;
  height: 1px;
  display: block;
  background: var(--white-color);
}
.why-thumb-wrap3-1 .why-text-wrap .number {
  font-size: 50px;
  font-weight: 700;
  color: var(--white-color);
}
@media (max-width: 575px) {
  .why-thumb-wrap3-1 {
    padding: 30px;
  }
  .why-thumb-wrap3-1 .why-text-wrap {
    margin-top: 35px;
  }
  .why-thumb-wrap3-1 .why-text-wrap .number {
    font-size: 40px;
  }
}

.why-content-wrap .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 33px;
}
.why-content-wrap .subtitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*skill-feature 1***********************/
.skill-feature:not(:last-child) {
  margin-bottom: 25px;
}
.skill-feature .skill-feature_title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 16px;
}
.skill-feature .progress {
  background: #EFEFEF;
  height: 8px;
  position: relative;
  overflow: visible;
}
.skill-feature .progress .progress-bar {
  background: var(--theme-color);
  border-radius: 10px;
}
.skill-feature .progress .progress-value {
  position: absolute;
  top: -38px;
  right: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--title-color);
}

/************** wcu-thumb-wrap ***************/
.wcu-thumb-wrap {
  position: relative;
  display: flex;
  justify-content: end;
  /* Large devices */
  /* Small devices */
}
.wcu-thumb-wrap img {
  border-radius: 10px;
}
.wcu-thumb-wrap .img-1 {
  height: fit-content;
}
.wcu-thumb-wrap .img-2 {
  margin: 120px 0 0 30px;
}
@media (max-width: 1199px) {
  .wcu-thumb-wrap {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .wcu-thumb-wrap {
    display: block;
  }
  .wcu-thumb-wrap img {
    width: -webkit-fill-available;
    max-height: 300px;
    object-fit: cover;
  }
  .wcu-thumb-wrap .img-1 {
    margin-right: 60px;
  }
  .wcu-thumb-wrap .img-2 {
    margin: 30px 0 0 60px;
  }
}

/* Why Area 4 ---------------------------------- */
.wcu-card-wrap4 .wcu-card:not(:last-child) {
  margin-bottom: 30px;
}
.wcu-card-wrap4 .wcu-card .wcu-card-text {
  color: var(--white-color);
  opacity: 0.8;
}

/*------------------- 4.00. Pricing -------------------*/
/* Pricing Card ---------------------------------- */
.pricing-tabs {
  margin-bottom: 50px;
  border: 1px solid rgba(31, 31, 31, 0.15);
  display: inline-flex;
  border-radius: 0;
  padding: 10px;
}
.pricing-tabs .nav-item .nav-link {
  font-size: 15px;
  font-weight: 600;
  color: var(--body-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 7px 20px;
  background: transparent;
}
.pricing-tabs .nav-item .nav-link.active {
  background: var(--theme-color);
  color: var(--white-color);
}

.pricing-card {
  display: block;
  padding: 0;
  background: #F7F7F7;
  border: 2px solid #F7F7F7;
  box-shadow: none;
  transition: 0.4s;
  padding: 40px 45px;
  /* Extra small devices */
}
.pricing-card .pricing-card_title {
  font-size: 24px;
  font-weight: 700;
  min-width: 220px;
  color: var(--title-color);
  margin-top: -0.3em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.pricing-card .pricing-card_text {
  margin-bottom: 17px;
}
.pricing-card .pricing-card-details {
  margin: 28px -25px 40px;
  background: #EDEDED;
  padding: 30px;
  transition: 0.4s;
  position: relative;
}
.pricing-card .pricing-card-icon {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
}
.pricing-card .pricing-card-icon .icon {
  background: var(--title-color);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.pricing-card .pricing-card-icon .tag {
  background: var(--theme-color);
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  font-family: var(--title-font);
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.15em;
  height: 16px;
  line-height: 16px;
}
.pricing-card .pricing-card_price {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: 70px;
  line-height: 1.228;
  letter-spacing: -0.015em;
  color: var(--theme-color);
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .pricing-card .pricing-card_price {
    font-size: 60px;
  }
}
.pricing-card .pricing-card_currency {
  font-size: 40px;
  font-weight: 600;
  position: relative;
  top: -25px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .pricing-card .pricing-card_currency {
    top: -22px;
  }
}
.pricing-card .pricing-card_duration {
  position: absolute;
  font-size: 18px;
  color: var(--body-color);
  bottom: 0;
  right: 0;
  font-weight: 500;
  letter-spacing: normal;
}
.pricing-card .checklist li {
  position: relative;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 15px;
}
.pricing-card .checklist li:last-child {
  margin-bottom: 0;
}
.pricing-card .checklist li:before {
  content: "";
  position: relative;
  width: 6px;
  height: 6px;
  background: var(--theme-color);
  transition: 0.4s;
  top: 10px;
}
.pricing-card .checklist li.unavailable {
  color: var(--body-color);
}
.pricing-card .checklist li.unavailable:before {
  background: var(--title-color);
  opacity: 0.5;
}
.pricing-card .btn-with-icon {
  color: var(--title-color);
}
.pricing-card:hover {
  border: 2px solid var(--theme-color);
}
.pricing-card:hover .pricing-card-details {
  background: var(--title-color);
}
.pricing-card:hover .checklist li {
  color: var(--white-color);
}
.pricing-card:hover .checklist li.unavailable {
  opacity: 0.5;
}
.pricing-card:hover .checklist li:before {
  background: var(--theme-color);
  opacity: 1;
}
@media (max-width: 375px) {
  .pricing-card {
    padding: 30px 35px;
  }
  .pricing-card .pricing-card-details {
    padding: 20px;
  }
}

/*------------------- 4.00. Portfolio -------------------*/
/* Portfolio 1 ---------------------------------- */
.portfolio-card {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  padding-bottom: 30px;
  /* Medium devices */
  /* Small devices */
}
.portfolio-card:after {
  content: "";
  position: absolute;
  inset: 0 0 30px 0;
  background: linear-gradient(190.47deg, rgba(2, 2, 18, 0) 5.21%, rgba(2, 2, 18, 0.8) 92.2%);
}
.portfolio-card .portfolio-card-thumb {
  position: relative;
  border-radius: 0px;
}
.portfolio-card .portfolio-card-thumb img {
  border-radius: 0px;
  width: 100%;
}
.portfolio-card .portfolio-card-thumb .icon-btn {
  position: absolute;
  right: 40px;
  top: 0px;
  background: var(--white-color);
  color: var(--theme-color);
  z-index: 1;
  border-radius: 50%;
  opacity: 0;
}
.portfolio-card .portfolio-card-details {
  position: absolute;
  z-index: 1;
  bottom: -100px;
  left: 0;
  right: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0;
  padding: 60px;
  flex-wrap: wrap;
  transition: 0.4s;
  opacity: 0;
  gap: 30px;
}
.portfolio-card .portfolio-card-subtitle {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--title-font);
  margin-bottom: 17px;
  padding: 2px 10px;
  display: inline-block;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.29);
}
.portfolio-card .portfolio-card-title {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 2px;
}
.portfolio-card .portfolio-card-title a {
  color: var(--white-color);
}
.portfolio-card .portfolio-card-title a:hover {
  color: var(--theme-color);
}
.portfolio-card .portofolio-card-text {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  opacity: 0.9;
  margin-bottom: -0.3em;
}
.portfolio-card .btn {
  position: absolute;
  right: 40px;
  bottom: -32px;
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
  border: 2px solid var(--white-color);
}
@media (max-width: 991px) {
  .portfolio-card .portfolio-card-details {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .portfolio-card .portfolio-card-details {
    padding: 30px 30px 60px 30px;
  }
  .portfolio-card .portfolio-card-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .portfolio-card .portfolio-card-thumb .icon-btn {
    right: 30px;
  }
  .portfolio-card .btn {
    right: auto;
    left: 30px;
  }
  .portfolio-card .portfolio-card-thumb img {
    height: 350px;
    object-fit: cover;
  }
}

.portfolio-slider1 .slick-current .portfolio-card {
  /* Small devices */
}
.portfolio-slider1 .slick-current .portfolio-card .portfolio-card-thumb .icon-btn {
  opacity: 1;
  top: 40px;
}
.portfolio-slider1 .slick-current .portfolio-card .portfolio-card-details {
  bottom: 30px;
  opacity: 1;
}
.portfolio-slider1 .slick-current .portfolio-card .btn {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 767px) {
  .portfolio-slider1 .slick-current .portfolio-card .portfolio-card-thumb .icon-btn {
    top: 30px;
  }
}








/* Portfolio 2 ---------------------------------- */
.portfolio-card.style2 {
  border-bottom: 1px solid rgba(21, 22, 28, 0.6);
  transition: 0.4s;
  padding-bottom: 0;
  background: var(--smoke-color);
}
.portfolio-card.style2:after {
  display: none;
}
.portfolio-card.style2 .portfolio-card-thumb {
  position: relative;
}
.portfolio-card.style2 .portfolio-card-thumb:after {
  content: "";
  position: absolute;
  inset: 0;
  /* background: var(--theme-color); */
  opacity: 0;
  transition: 0.4s;
}
.portfolio-card.style2 .portfolio-card-thumb .icon-btn {
  background: var(--white-color);
  border-radius: 0;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, calc(-50% - 20px));
}
.portfolio-card.style2 .portfolio-card-thumb .icon-btn:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.portfolio-card.style2 .portfolio-card-thumb .portfolio-card-number {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--title-color);
  text-align: center;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
.portfolio-card.style2 .portfolio-card-details {
  position: initial;
  opacity: 1;
  padding: 18px 12px 25px;
  display: block;
}
.portfolio-card.style2 .portfolio-card-subtitle {
  background: var(--theme-color);
  color: var(--white-color);
  transform: translate(0, -50%);
  margin-bottom: 12px;
}
.portfolio-card.style2 .portfolio-card-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  /* Medium Large devices */
}
.portfolio-card.style2 .portfolio-card-title a {
  color: var(--title-color);
}
.portfolio-card.style2 .portfolio-card-title a:hover {
  color: var(--theme-color);
}
@media (max-width: 1399px) {
  .portfolio-card.style2 .portfolio-card-title {
    font-size: 22px;
  }
}
.portfolio-card.style2 .portofolio-card-text {
  display: block;
  color: var(--body-color);
  opacity: 0.9;
  margin-bottom: 20px;
}
.portfolio-card.style2:hover {
  border-color: var(--theme-color);
}
.portfolio-card.style2:hover .portfolio-card-thumb:after {
  opacity: 0.5;
}
.portfolio-card.style2:hover .portfolio-card-thumb .icon-btn {
  opacity: 1;
  transform: translate(50%, -50%);
}
.portfolio-card.style2:hover .portfolio-card-thumb .portfolio-card-number {
  opacity: 0;
}
.portfolio-card.style2:hover .portfolio-card-title a {
  color: var(--theme-color);
}
.portfolio-card.style2:hover .btn-with-icon {
  color: var(--title-color);
}

/* Portfolio 3 ---------------------------------- */
.portfolio-slider3 .global-carousel {
  margin-right: -300px;
  /* Large devices */
}
.portfolio-slider3 .global-carousel .slick-slide.slick-current .portfolio-card .portfolio-card-thumb .icon-btn {
  opacity: 1;
  top: 40px;
}
.portfolio-slider3 .global-carousel .slick-slide.slick-current .portfolio-card .portfolio-card-details {
  bottom: 30px;
  opacity: 1;
}
.portfolio-slider3 .global-carousel .slick-slide.slick-current .portfolio-card .btn {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 1199px) {
  .portfolio-slider3 .global-carousel {
    margin-right: -12px;
  }
}

/* Portfolio 4 ---------------------------------- */
.portfolio-card.style4 {
  padding: 0;
  /* Extra small devices */
}
.portfolio-card.style4:after {
  display: none;
}
.portfolio-card.style4 .portfolio-card-thumb img {
  width: 100%;
}
.portfolio-card.style4 .portfolio-card-thumb .portfolio-card-number {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--smoke-color5);
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  padding: 0 9px;
  color: var(--body-color);
  z-index: 1;
}
.portfolio-card.style4 .portfolio-card-details {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  padding: 0;
  display: inline-block;
  width: max-content;
  height: fit-content;
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-subtitle {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  background: var(--theme-color);
  margin-bottom: 5px;
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title {
  font-size: 24px;
  font-weight: 600;
  background: var(--white-color);
  padding: 14px 55px 14px 30px;
  margin-bottom: 0;
  /* Medium devices */
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title a {
  color: var(--title-color);
}
.portfolio-card.style4 .portfolio-card-details .portfolio-card-title:hover a {
  color: var(--theme-color);
}
@media (max-width: 991px) {
  .portfolio-card.style4 .portfolio-card-details .portfolio-card-title {
    font-size: 20px;
  }
}
.portfolio-card.style4 .icon-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: var(--white-color);
  color: var(--theme-color);
}
.portfolio-card.style4 .icon-btn:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.portfolio-card.style4:hover .portfolio-card-details {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}
@media (max-width: 375px) {
  .portfolio-card.style4 .portfolio-card-details .portfolio-card-title {
    padding: 14px 20px 14px 20px;
  }
}

/* Portfolio 5 ---------------------------------- */
.portfolio-card.style5 {
  padding: 0;
  position: relative;
  /* Large devices */
}
.portfolio-card.style5:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110.38deg, #15161C 11.12%, rgba(21, 22, 28, 0.1) 75.6%);
  opacity: 0;
  transition: 0.4s;
}
.portfolio-card.style5 .portfolio-card-details {
  opacity: 1;
  visibility: visible;
  bottom: 0;
  top: 0;
  flex-wrap: wrap;
  max-width: 420px;
  padding: 40px;
}
.portfolio-card.style5 .portfolio-card-details .media-left {
  margin-bottom: auto;
  opacity: 0;
  transform: translate(0, 30px);
  transition: 0.4s;
}
.portfolio-card.style5 .portfolio-card-details .portfolio-card-title {
  font-weight: 600;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .portfolio-card.style5 .portfolio-card-details .portfolio-card-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .portfolio-card.style5 .portfolio-card-details .portfolio-card-title {
    font-size: 24px;
  }
}
.portfolio-card.style5 .btn-group {
  flex: none;
  margin-top: auto;
}
.portfolio-card.style5 .btn {
  position: relative;
  border: 0;
  right: auto;
  bottom: auto;
  left: auto;
  transform: translate(0, -30px);
}
.portfolio-card.style5:hover:after {
  opacity: 1;
}
.portfolio-card.style5:hover .portfolio-card-details .media-left {
  transform: none;
  opacity: 1;
}
.portfolio-card.style5:hover .btn {
  opacity: 1;
  transform: none;
}
@media (max-width: 1199px) {
  .portfolio-card.style5 .portfolio-card-details {
    max-width: 350px;
    padding: 30px;
  }
  .portfolio-card.style5 .btn {
    padding: 15px 30px;
  }
}

/* Project page ---------------------------------- */
.project-page-thumb {
  position: relative;
}
.project-page-thumb .sidebar-area {
  position: absolute;
  right: 0;
  bottom: -40px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .project-page-thumb .sidebar-area {
    position: initial;
  }
}

/*------------------- 4.00. Marquee -------------------*/
/* Marquee 1---------------------------------- */
.slider__marquee {
  overflow: hidden;
  margin: 0;
  margin-bottom: -0.5em;
}
.slider__marquee .item {
  display: inline-flex;
  margin-right: 40px;
}
.slider__marquee .item a {
  font-size: 75px;
  font-weight: 900;
  font-family: var(--title-font);
  color: var(--title-color);
  display: inline-flex;
  align-items: center;
  /* Large devices */
}
.slider__marquee .item a img {
  margin-right: 37px;
  margin-top: -8px;
}
.slider__marquee .item a span {
  display: inline-block;
  line-height: 1;
}
.slider__marquee .item a span.text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--title-color);
}
@media (max-width: 1199px) {
  .slider__marquee .item a {
    font-size: 60px;
  }
  .slider__marquee .item a img {
    margin-top: 0;
  }
}

/*------------------- 4.00. Appointment -------------------*/
/*----------------------------------------------
    # Appointment Area 1
----------------------------------------------*/
.appointment-area-1 {
  position: relative;
  z-index: 1;
}
.appointment-area-1 .appointment-thumb-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  max-width: 70%;
}
.appointment-area-1 .appointment-thumb-1 img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  object-fit: cover;
}

.appointment-form-wrap {
  padding: 60px;
  border-radius: 5px;
  margin: 80px 0;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .appointment-form-wrap {
    padding: 50px 30px;
  }
}

/* Appointment 2 ---------------------------------- */
.appointment-area-2 {
  position: relative;
  background-size: cover;
}
.appointment-area-2 .appointment-form-wrap {
  margin: 0;
}
.appointment-area-2 .appointment-thumb-2 {
  position: absolute;
  bottom: 0;
}

/* Extra small devices */
@media (max-width: 375px) {
  .appointment-area-2 .appointment-form-wrap .form-group {
    margin-bottom: 15px;
  }
}
/*------------------- 4.00. Process -------------------*/
/* Process Area 1 ---------------------------------- */
.process_shape_1-1 {
  width: 375px;
  height: 64px;
  background: var(--theme-color);
  top: 0;
  right: 30%;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 75px) 100%, 0% 100%);
  z-index: 1;
}

.process_shape_1-2 {
  width: 315px;
  height: 43px;
  background: var(--theme-color);
  bottom: 0;
  left: -10%;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
  z-index: 1;
}

.process_shape_1-3 {
  z-index: 1;
}

.process-card-wrap {
  margin-top: -130px;
  margin-bottom: 130px;
  transform: translate(0, 130px);
  position: relative;
  z-index: 2;
}

.process-card {
  background: var(--white-color);
  padding: 30px 30px 40px;
  box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  position: relative;
}
.process-card:after {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid;
  border-image: linear-gradient(180deg, var(--theme-color), transparent) 1;
  transition: 0.4s;
  opacity: 0;
}
.process-card .process-card-number {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  font-family: var(--title-font);
  color: rgba(0, 0, 0, 0.12);
}
.process-card .process-card-number span {
  display: inline-block;
  background: var(--title-color);
  width: 42px;
  height: 48px;
  line-height: 48px;
  color: var(--white-color);
  font-size: 20px;
  text-align: center;
  transition: 0.4s;
}
.process-card .process-card-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 15px;
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1399px) {
  .process-card .process-card-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .process-card .process-card-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .process-card .process-card-title {
    font-size: 22px;
  }
}
.process-card .process-card-text {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  margin-bottom: -0.5em;
}
.process-card.process-card-center {
  margin-top: 77px;
}
.process-card:hover {
  box-shadow: 0px 4px 18.4px rgba(234, 85, 1, 0.2);
}
.process-card:hover:after {
  opacity: 1;
}
.process-card:hover .process-card-number span {
  background: var(--theme-color);
}

/* Process Area 2 ---------------------------------- */
.process_shape_2-1 {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .process_shape_2-1 {
    display: none;
  }
}

.process-grid-list {
  position: relative;
}
.process-grid-list .process-grid-list-bg-text {
  font-size: 250px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  letter-spacing: -0.015em;
  text-transform: uppercase;
  opacity: 0.03;
  transform: rotate(-90deg) translate(50%, -100%);
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: right top;
  z-index: -1;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1399px) {
  .process-grid-list .process-grid-list-bg-text {
    font-size: 210px;
  }
}
@media (max-width: 1199px) {
  .process-grid-list .process-grid-list-bg-text {
    font-size: 180px;
  }
}
@media (max-width: 991px) {
  .process-grid-list .process-grid-list-bg-text {
    font-size: 250px;
  }
}
@media (max-width: 767px) {
  .process-grid-list .process-grid-list-bg-text {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .process-grid-list .process-grid-list-bg-text {
    display: none;
  }
}
.process-grid-list .process-grid {
  --left-space: 50px;
  /* Medium Large devices */
  /* Large devices */
}
.process-grid-list .process-grid ~ .process-grid {
  margin-left: var(--left-space);
}
.process-grid-list .process-grid ~ .process-grid ~ .process-grid {
  margin-left: calc(var(--left-space) * 2);
}
.process-grid-list .process-grid ~ .process-grid ~ .process-grid ~ .process-grid {
  margin-left: calc(var(--left-space) * 3);
}
@media (max-width: 1399px) {
  .process-grid-list .process-grid {
    --left-space: 40px;
  }
}
@media (max-width: 1199px) {
  .process-grid-list .process-grid {
    --left-space: 0px;
  }
}
.process-grid-list.style2 .process-grid-list-bg-text {
  font-size: 180px;
}

.process-grid {
  display: flex;
  gap: 30px;
  align-items: center;
  /* Extra small devices */
}
.process-grid:not(:last-child) {
  margin-bottom: 60px;
}
.process-grid .process-grid-number {
  flex: none;
  font-size: 80px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
  line-height: 1;
  opacity: 0.06;
  letter-spacing: -0.015em;
  position: relative;
  transition: 0.4s;
  color: var(--title-color);
  padding-left: 17px;
  margin-top: -0.3em;
}
.process-grid .process-grid-number:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40px;
  height: 50px;
  background: var(--theme-color);
  opacity: 0.1;
  z-index: -1;
}
.process-grid .process-grid-title {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-bottom: 12px;
}
.process-grid .process-grid-text {
  margin-bottom: -0.3em;
  max-width: 357px;
}
.process-grid:hover .process-grid-number {
  opacity: 1;
  color: var(--theme-color);
}
@media (max-width: 575px) {
  .process-grid {
    flex-wrap: wrap;
    gap: 20px;
  }
  .process-grid .process-grid-number {
    font-size: 60px;
    padding-left: 0;
  }
  .process-grid:not(:last-child) {
    margin-bottom: 50px;
  }
}

/*------------------- 4.00. Product -------------------*/
.product-area-1 {
  padding-bottom: 295px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .product-area-1 {
    padding-bottom: 255px;
  }
}

.product-card {
  transition: all ease 0.4s;
  border-radius: 0px;
  background: transparent;
  text-align: center;
}
.product-card .product-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 7px;
}
.product-card .product-title a {
  color: inherit;
}
.product-card .product-title a:hover {
  color: var(--theme-color);
}
.product-card .price {
  display: block;
  color: var(--theme-color);
  font-weight: 600;
  font-size: 22px;
  font-family: var(--title-font);
  margin-bottom: -0.3em;
}
.product-card .price del {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--body-color);
}
.product-card .product-img {
  --space: 20px;
  background-color: var(--smoke-color);
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 30px;
  border-radius: 0px;
  z-index: 2;
}
.product-card .product-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(0.9);
}
.product-card .star-rating {
  font-size: 14px;
  color: var(--theme-color);
  display: block;
  margin-bottom: 3px;
}
.product-card .product-content {
  padding: 20px 0px 0px;
}
.product-card .tag {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  width: min-content;
}
.product-card .tag span {
  display: block;
}
.product-card .offer-tag,
.product-card .product-tag {
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  background-color: #E1E1E1;
  line-height: 31px;
  color: var(--title-color);
  border-radius: 50px;
  padding: 0 10px;
  min-width: 55px;
}
.product-card .offer-tag {
  background: var(--theme-color);
  color: var(--white-color);
}
.product-card .link-btn {
  font-size: 16px;
  font-weight: 700;
  color: var(--title-color);
  letter-spacing: 1px;
  margin-top: 20px;
}
.product-card .link-btn:before {
  background: var(--title-color);
}
.product-card .actions {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  background-color: rgba(14, 18, 29, 0.7);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card .actions .icon-btn {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}
.product-card .actions .icon-btn:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.product-card .actions > * {
  margin: 0 var(--icon-gap-x, 5px);
}
.product-card .actions > * > a {
  margin: 0;
}
.product-card .icon-btn {
  transform: translateY(30px);
  transition: 0.4s ease-in-out;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
}
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.product-card .tinv-wishlist a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white-color);
  color: var(--title-color);
  border-radius: 50%;
}
.product-card .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.product-card .add_to_cart_button.added {
  display: none;
}
.product-card .added_to_cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 0;
  text-align: center;
  border-radius: 10px;
}
.product-card .added_to_cart:after {
  content: "\f07a";
  position: relative;
  font-family: var(--icon-font);
  font-size: 16px;
  font-weight: 700;
}
.product-card .added_to_cart:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.product-card .action-btn {
  background-color: var(--white-color);
  font-size: 14px;
  font-family: var(--title-font);
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 13px 25px;
}
.product-card:hover .product-img img {
  transform: scale(1);
}
.product-card:hover .product-img:before {
  visibility: visible;
  opacity: 0.7;
}
.product-card:hover .actions {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
.product-card:hover .icon-btn {
  transform: translateY(0);
}
.product-card .media {
  display: flex;
  margin-top: 21px;
  margin-bottom: 6px;
}
.product-card .media .media-body {
  text-align: right;
}
.product-card.list-view {
  display: flex;
  text-align: start;
  height: 100%;
  border: 1px solid var(--border-color);
  border-radius: 0;
  align-items: center;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .product-card.list-view {
    flex-wrap: wrap;
  }
}
.product-card.list-view .product-img {
  width: 100%;
  max-width: 213px;
  margin: 0;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .product-card.list-view .product-img {
    padding: 10px 10px 20px;
  }
}
.product-card.list-view .star-rating {
  width: 93px;
}
.product-card.list-view .product-content {
  flex: 1;
  border-left: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 20px 25px 0;
  /* Extra small devices */
}
@media (max-width: 375px) {
  .product-card.list-view .product-content {
    padding: 0 25px 25px 25px;
  }
}
.product-card.list-view .actions {
  --btn-size: 35px;
  --btn-font-size: 13px;
  --icon-gap-x: 2px;
}
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-card.list-view .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  font-size: 20px;
}
.product-card.list-view .tinv-wishlist a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-card.list-view .added_to_cart {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.product-card.list-view .added_to_cart:after {
  font-size: 16px;
}
.product-card.list-view .action-btn {
  padding: 8px 15px;
}
.product-card.list-view .product-title {
  font-size: 26px;
  margin: 0 0 5px 0;
}
.product-card.list-view .product-price {
  font-size: 14px;
}

#productCarousel .slick-arrow {
  top: 37.5%;
}

.mfp-content {
  margin: 1.5rem auto;
}
.mfp-content .product-details-img {
  padding-top: 15px;
}
.mfp-content .product-about {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-content .container {
  position: relative;
}
.mfp-content .product-big-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.woosq-popup .product_meta > span > a:after,
.woosq-popup .product_meta > span > span:after {
  display: none;
}

.woosq-product > .product > div {
  height: auto;
}

.shop-sort-bar {
  padding: 0;
  margin: 0 0 24px 0;
}
.shop-sort-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 15px;
}
.shop-sort-bar .single-select,
.shop-sort-bar select {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: 1px solid #F4F4F4;
  background-color: #F4F4F4;
  width: fit-content;
  min-width: 200px;
  font-size: 16px;
  margin: 0;
  border-radius: 0px;
  color: var(--body-color);
  background-image: none;
}
.shop-sort-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: var(--body-color);
}
.shop-sort-bar .nav a {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid var(--border-color);
  background-color: var(--white-color);
  text-align: center;
  position: relative;
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--body-color);
  margin: 0 0 0 10px;
}
.shop-sort-bar .nav a.active, .shop-sort-bar .nav a:hover {
  color: var(--theme-color);
}

.product-thumb-area {
  position: relative;
}
.product-thumb-area .product-thumb-tab {
  position: absolute;
  bottom: 50px;
  left: 0;
}

.product-thumb-tab {
  --thumb: 87px;
  --gap: 0px;
  position: relative;
  z-index: 3;
  display: inline-flex;
  border-radius: 20px;
  align-items: end;
  justify-content: center;
  width: 100%;
}
.product-thumb-tab .tab-btn {
  background-color: var(--white-color);
  cursor: pointer;
  height: var(--thumb);
  width: var(--thumb);
  padding: var(--gap);
  border-radius: 20px;
}
.product-thumb-tab .tab-btn img {
  max-width: 100%;
  width: 100%;
  border-radius: inherit;
}
.product-thumb-tab .tab-btn:not(:last-of-type) {
  margin-right: 15px;
}

.product-big-img {
  background-color: var(--smoke-color);
  text-align: center;
  border-radius: 0px;
  position: relative;
}
.product-big-img .img {
  width: 100%;
  border-radius: 20px;
}
.product-big-img .img img {
  border-radius: 0px;
  object-fit: cover;
}
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
}

.product-thumb,
.product-big-img {
  text-align: center;
  border-radius: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-thumb .img img,
.product-big-img .img img {
  object-fit: cover;
  border-radius: 0px;
}
.product-thumb .add_to_wishlist,
.product-big-img .add_to_wishlist {
  position: absolute;
  top: 48px;
  right: 48px;
  color: var(--theme-color);
}
.product-thumb .add_to_wishlist:hover i,
.product-big-img .add_to_wishlist:hover i {
  font-weight: 700;
}
.product-thumb .product-tag,
.product-big-img .product-tag {
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--theme-color);
  line-height: 25px;
  color: var(--white-color);
  border-radius: 5px;
  position: absolute;
  padding: 0 10px;
  top: 23px;
  left: 23px;
  z-index: 9;
}

.quantity {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.quantity > .screen-reader-text {
  display: inline-block;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
  align-self: center;
  margin-right: 10px;
}
.quantity .qty-btn,
.quantity .qty-input {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  text-align: center;
  color: var(--body-color);
  font-size: 18px;
  font-weight: 600;
}
.quantity .qty-btn:last-child,
.quantity .qty-input:last-child {
  border-right: none;
}
.quantity .qty-btn {
  font-size: 16px;
}

.product_meta {
  font-weight: 700;
  font-size: 16px;
  font-family: var(--body-font);
  margin: 35px 0 0 0;
}
.product_meta > span {
  display: block;
  margin-bottom: 5px;
  color: var(--title-color);
  font-weight: 600;
}
.product_meta > span:last-child {
  margin-bottom: 0;
}
.product_meta > span a {
  color: inherit;
}
.product_meta > span a:hover {
  color: var(--theme-color);
}
.product_meta > span > a,
.product_meta > span > span {
  position: relative;
  color: var(--body-color);
  font-weight: 400;
}
.product_meta > span > a:after,
.product_meta > span > span:after {
  content: ",";
  margin-right: 5px;
}
.product_meta > span > a:last-child:after,
.product_meta > span > span:last-child:after {
  display: none;
}
.product_meta > span > a:first-child,
.product_meta > span > span:first-child {
  margin-left: 7px;
}

.product-tab-area {
  margin-top: 60px;
}

.product-tab-style1 {
  border-bottom: 2px solid #EFEFEF;
  margin: 0px auto 40px auto;
  padding-bottom: 20px;
  justify-content: center;
  gap: 30px;
}
.product-tab-style1 .nav-link {
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
  position: relative;
  text-transform: uppercase;
}
.product-tab-style1 .nav-link:after {
  content: "";
  height: 2px;
  background: var(--theme-color);
  width: 0;
  left: 0;
  bottom: -22px;
  position: absolute;
  transition: 0.4s all;
}
.product-tab-style1 .nav-link:hover, .product-tab-style1 .nav-link.active {
  color: var(--theme-color);
}
.product-tab-style1 .nav-link:hover:after, .product-tab-style1 .nav-link.active:after {
  width: 100%;
}

.woocommerce-table {
  margin-bottom: 0;
}

.woocommerce-Reviews .comments-wrap {
  padding: 0;
  box-shadow: none;
}
.woocommerce-Reviews .comment-form {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: var(--blog-space-y, 30px);
}
.woocommerce-Reviews .comment-form input,
.woocommerce-Reviews .comment-form .form-control {
  background-color: var(--white-color);
}
.woocommerce-Reviews .comment-form .blog-inner-title {
  margin-bottom: 10px;
}
.woocommerce-Reviews .comment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
  margin-bottom: 40px;
}
.woocommerce-Reviews .post-comment {
  padding: 40px !important;
  margin-bottom: 24px;
  background: var(--white-color);
  border: 0 !important;
  margin-bottom: 0;
}
.woocommerce-Reviews .post-comment .name {
  margin-bottom: 3px;
}
.woocommerce-Reviews .post-comment .commented-on {
  margin-bottom: 12px;
}
.woocommerce-Reviews .post-comment .text {
  margin-bottom: -0.5em;
}

/* Large devices */
@media (max-width: 1199px) {
  .woocommerce-Reviews .post-comment {
    padding: 30px !important;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .woocommerce-Reviews .comment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .woocommerce-Reviews .comment-form {
    padding: 40px 20px;
  }
}
.product-inner-list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.product-inner-list li {
  position: relative;
  padding-left: 15px;
}
.product-inner-list li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 8px;
}
.share-title i {
  color: var(--theme-color);
}

.product-slider-wrap {
  background-color: var(--smoke-color3);
  text-align: center;
  border-radius: 6px;
  height: 100%;
  padding: 0 0 50px;
}
.product-slider-wrap .product-thumb {
  padding-top: 100px;
}
.product-slider-wrap .product-indicator {
  display: inline-flex;
  gap: 15px;
  margin-top: 40px;
}
.product-slider-wrap .product-indicator .indicator-btn {
  z-index: 99;
  position: relative;
  background-color: rgb(255, 255, 255);
  border-radius: 6px;
  width: 87px;
  height: 87px;
  display: inline-block;
  line-height: 85px;
  cursor: pointer;
  border: 1px solid var(--white-color);
}
.product-slider-wrap .product-indicator .indicator-btn.active {
  border: 1px solid var(--theme-color);
}
.product-slider-wrap .product-indicator .indicator {
  display: none;
}

.summary-content .product-title,
.product-about .product-title {
  margin: -0.2em 0 15px 0;
  font-weight: 600;
  font-size: 36px;
  /* Small devices */
}
@media (max-width: 767px) {
  .summary-content .product-title,
  .product-about .product-title {
    font-size: 32px;
    margin: -0.2em 0 10px 0;
  }
}
.summary-content > .price,
.product-about > .price {
  font-size: 40px;
  font-weight: 600;
  color: var(--theme-color);
  display: block;
  margin-bottom: 25px;
  margin-right: 10px;
  font-family: var(--title-font);
  line-height: 1;
  /* Small devices */
}
.summary-content > .price del,
.product-about > .price del {
  color: var(--body-color);
  font-weight: 600;
  font-size: 24px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .summary-content > .price,
  .product-about > .price {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .summary-content > .price del,
  .product-about > .price del {
    font-size: 22px;
  }
}
.summary-content .checklist li img, .summary-content .checklist li i, .summary-content .checklist li svg,
.product-about .checklist li img,
.product-about .checklist li i,
.product-about .checklist li svg {
  margin-top: 0;
}
.summary-content .product-rating,
.product-about .product-rating {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  position: relative;
  top: 2px;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  margin-bottom: 25px;
}
.summary-content .product-rating .star-rating,
.product-about .product-rating .star-rating {
  font-size: 12px;
  margin-right: 8px;
  color: var(--yellow-color);
}
.summary-content .woocommerce-review-link,
.product-about .woocommerce-review-link {
  color: var(--body-color);
}
.summary-content .checklist,
.product-about .checklist {
  margin: 30px 0 40px 0;
}
.summary-content .checklist li,
.product-about .checklist li {
  font-weight: 400;
}
.summary-content .actions,
.product-about .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 33px 0 27px 0;
  align-items: center;
}
.summary-content .actions .btn,
.product-about .actions .btn {
  padding: 18px 30px;
}
.summary-content .actions .btn .btn-icon,
.product-about .actions .btn .btn-icon {
  padding: 10.5px 15px 10.5px 15px;
}
.summary-content .actions .icon-btn,
.product-about .actions .icon-btn {
  border-color: var(--border-color);
}
.summary-content .actions .icon-btn:hover,
.product-about .actions .icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.summary-content .share,
.product-about .share {
  margin-top: 25px;
}
.summary-content .social-btn a,
.product-about .social-btn a {
  --icon-size: 40px;
  line-height: 38px;
  font-size: 14px;
  border: 1px solid var(--border-color);
  border-radius: 0;
}
.summary-content .social-btn a:hover,
.product-about .social-btn a:hover {
  border-color: var(--theme-color);
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  border-radius: 10px;
}
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.summary-content .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.product-about .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
  position: relative;
  top: 0;
  left: 0;
  line-height: inherit;
  margin: 0;
  font-size: 24px;
}
.summary-content .tinv-wishlist a,
.product-about .tinv-wishlist a {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
}
.summary-content .tinv-wishlist a:hover,
.product-about .tinv-wishlist a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.summary-content .quantity,
.product-about .quantity {
  position: relative;
  background: var(--smoke-color);
  border-radius: 0px;
  margin-right: 0px;
  border: 1px solid var(--border-color);
  height: 50px;
}
.summary-content .quantity .qty-input,
.product-about .quantity .qty-input {
  width: 50px;
  height: 50px;
  background-color: transparent;
  color: var(--title-color);
  text-align: center;
  font-weight: 500;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
.summary-content .quantity .qty-btn,
.product-about .quantity .qty-btn {
  color: var(--title-color);
  background-color: transparent;
  right: 21px;
  border: none;
  line-height: 50px;
}

.product-details .comments-wrap {
  margin-top: 0;
}
.product-details .border-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.product-details .border-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 80px;
  background-color: var(--theme-color);
}

.product-inner-title {
  font-size: 32px;
  border-bottom: 1px solid var(--border-color);
  padding: 0 0 7px 0;
  margin: 0 0 30px 0;
}

.related-product-wrapper {
  padding-top: 115px;
}

.woosq-product .thumbnails img {
  padding: 10px;
}

.woosq-product .thumbnails .slick-dots {
  bottom: auto;
  margin-top: 30px;
}
.woosq-product .thumbnails .slick-dots li ~ li {
  margin-left: 5px;
}
.woosq-product .thumbnails .slick-dots li button {
  background: var(--theme-color);
  position: relative;
}
.woosq-product .thumbnails .slick-dots li button:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  top: 14px;
  left: 14px;
}

#woosq-popup .single-product .product .tinvwl-shortcode-add-to-cart {
  display: none;
}

.mfp-woosq .mfp-close {
  width: 44px;
  height: 44px;
  line-height: initial;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .product.list-view .product-img {
    max-width: 150px;
  }
  .woocommerce-Reviews .post-comment {
    display: block;
  }
  .woocommerce-Reviews .post-comment .comment-avater img {
    width: auto;
    margin: 0 0 30px;
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .product-thumb-tab {
    --thumb: 100px;
    margin-left: -40px;
  }
  .product-thumb-area {
    margin-right: 0;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .shop-sort-bar select {
    min-width: auto;
  }
  .summary-content,
  .product-about {
    padding-left: 0;
    margin-top: 35px;
  }
  .summary-content .actions, .product-about .actions {
    margin: 0;
  }
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .product-slider-wrap {
    padding: 0 0 30px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .product-thumb-tab {
    margin-left: -10px;
  }
  .product-box.list-view .product-img {
    max-width: 150px;
  }
  .shop-sort-bar .row {
    --bs-gutter-x: 20px;
  }
  .shop-sort-bar .nav a:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .shop-sort-bar .nav a:last-child:before {
    display: none;
  }
  .woosq-product > .product .thumbnails {
    max-height: 400px;
    min-height: 200px;
    padding: 10px;
  }
  .woocommerce-Reviews .comment-item ~ .comment-item {
    margin-top: 20px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .shop-sort-bar {
    text-align: center;
  }
  .shop-sort-bar .nav {
    justify-content: center;
  }
  .shop-sort-bar .single-select,
  .shop-sort-bar select {
    margin: 0 auto;
    width: 100%;
  }
  .shop-sort-bar .woocommerce-result-count {
    padding-left: 0;
  }
  .product-box.list-view .product-img {
    max-width: 130px;
  }
  .product-box.list-view .actions {
    --btn-size: 30px;
    --btn-font-size: 10px;
    --icon-gap-x: 2px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .product-about .actions {
    gap: 15px 15px;
  }
  .product-thumb-tab {
    --thumb: 74px;
    --gap: 6px;
  }
  .product-thumb-tab .tab-btn {
    border-radius: 6px;
  }
  .product-thumb-tab .tab-btn:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .product-thumb-tab .indicator {
    border-radius: 6px;
  }
  .product-big-img {
    padding: 15px;
  }
  .summary-content > .price, .product-about > .price {
    font-size: 24px;
  }
  .product-tab-area {
    margin-top: 40px;
  }
  .product-tab-style1 {
    border: 0;
    gap: 15px;
  }
  .product-tab-style1 .nav-link:after {
    bottom: -4px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .product.list-view .product-img {
    max-width: 130px;
  }
  .product-slider-wrap .product-indicator .indicator-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .product-slider-wrap .product-indicator {
    gap: 10px;
  }
  .summary-content .product-title, .product-about .product-title {
    font-size: 28px;
  }
}
.product-intro-card {
  display: flex;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .product-intro-card {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .product-intro-card {
    flex-wrap: nowrap;
  }
}
@media (max-width: 375px) {
  .product-intro-card {
    flex-wrap: wrap;
  }
}
.product-intro-card .intro-card-details {
  padding: 80px 0 80px 36px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .product-intro-card .intro-card-details {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .product-intro-card .intro-card-details {
    padding: 50px 30px 0;
  }
}
.product-intro-card .intro-card-img {
  align-self: flex-end;
}
.product-intro-card .intro-card-subtitle {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.product-intro-card .intro-card-title {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 22px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .product-intro-card .intro-card-title {
    font-size: 30px;
  }
}
.product-intro-card .intro-card-title a {
  color: var(--title-color);
}
.product-intro-card .intro-card-title a:hover {
  color: var(--theme-color);
}
.product-intro-card .btn {
  font-size: 14px;
  font-weight: 700;
  padding: 9px 10px;
  border-color: #E1E1E1;
}
.product-intro-card .btn i {
  font-size: 12px;
}
.product-intro-card .intro-card-img {
  align-self: flex-end;
  flex: none;
  margin-left: -100px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1399px) {
  .product-intro-card .intro-card-img {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .product-intro-card .intro-card-img {
    margin-left: auto;
  }
}
.product-intro-card.style2 {
  display: block;
  /* Large devices */
}
.product-intro-card.style2 .intro-card-details {
  padding: 60px 90px 80px 55px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .product-intro-card.style2 .intro-card-details {
    padding: 65px 30px 80px 36px;
  }
}
.product-intro-card.style2 .intro-card-img {
  margin-left: 0;
  width: 100%;
}
@media (max-width: 1199px) {
  .product-intro-card.style2 .intro-card-img {
    text-align: end;
  }
  .product-intro-card.style2 .intro-card-details {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.product-intro-card.style3 {
  align-items: center;
  /* Large devices */
  /* Small devices */
}
.product-intro-card.style3 .intro-card-img {
  margin-left: 0;
}
.product-intro-card.style3 .intro-card-details {
  padding: 60px 30px 60px 20px;
}
@media (max-width: 1199px) {
  .product-intro-card.style3 {
    display: flex;
  }
}
@media (max-width: 767px) {
  .product-intro-card.style3 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .product-intro-card.style3 .intro-card-details {
    padding: 50px 30px 0px 30px;
  }
  .product-intro-card.style3 .intro-card-img {
    margin-left: 0;
    margin-right: auto;
  }
}

/*------------------- 4.00. Cart -------------------*/
.woocommerce-cart-form {
  text-align: center;
}

.cart_table {
  border: 1px solid #eaf0f2;
  margin-bottom: 45px;
}
.cart_table thead {
  background-color: #ecf0f1;
}
.cart_table thead th {
  border: none !important;
}
.cart_table td:before,
.cart_table th {
  font-family: var(--title-font);
  color: var(--title-color);
  font-weight: 600;
  border: none;
  padding: 27px 15px;
}
.cart_table td:before {
  content: attr(data-title);
  position: absolute;
  left: 15px;
  top: 50%;
  vertical-align: top;
  padding: 0;
  transform: translateY(-50%);
  display: none;
}
.cart_table td {
  border: none;
  border-bottom: 1px solid #f3f3f3;
  color: #8b8b8b;
  padding: 20px 10px;
  position: relative;
  vertical-align: middle;
}
.cart_table .product-quantity {
  color: var(--title-color);
}
.cart_table .product-quantity input {
  position: relative;
  top: -2px;
}
.cart_table .cart-productname {
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--body-color);
}
.cart_table .cart-productimage {
  display: inline-block;
  border: 0px solid var(--smoke-color);
}
.cart_table .remove {
  color: var(--theme-color);
  font-size: 18px;
}
.cart_table .quantity {
  display: inline-flex;
  align-items: center;
}
.cart_table .qty-btn {
  border: 2px solid var(--smoke-color2) !important;
  background-color: transparent;
  color: var(--body-color);
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 12px;
  border-radius: 4px;
}
.cart_table .qty-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color) !important;
}
.cart_table .qty-input {
  vertical-align: middle;
  border: 2px solid var(--smoke-color2);
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  color: var(--title-color);
  font-weight: 600;
  margin: 0 10px;
  border-radius: 4px;
  padding: 0;
  /* Firefox */
}
.cart_table .qty-input::-moz-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-webkit-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input:-ms-input-placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::placeholder {
  color: var(--title-color);
}
.cart_table .qty-input::-webkit-outer-spin-button, .cart_table .qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart_table .qty-input[type=number] {
  -moz-appearance: textfield;
}
.cart_table .actions {
  text-align: left;
  vertical-align: middle;
}
.cart_table .actions > .btn {
  font-size: 16px;
  padding: 20px 28px;
  margin-right: 15px;
}
.cart_table .actions > .btn:last-child {
  margin-right: 0;
}

.cart_totals {
  border: 1px solid #ecf0f1;
}
.cart_totals th,
.cart_totals td {
  vertical-align: top;
  padding: 20px 20px;
  border: none;
  border-bottom: 1px solid #ecf0f1;
  font-size: 16px;
  color: var(--title-color);
  width: 55%;
}
.cart_totals th:first-child,
.cart_totals td:first-child {
  width: 45%;
  background-color: #f9fbfb;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
}

/* Medium devices */
@media (max-width: 991px) {
  .cart_table th {
    padding: 23px 8px;
    font-size: 14px;
  }
  .cart_table .cart-productname {
    font-size: 14px;
  }
  .cart_table .actions {
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .cart_table {
    text-align: left;
    min-width: auto;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: none;
  }
  .cart_table thead {
    display: none;
  }
  .cart_table td {
    padding: 15px;
    display: block;
    width: 100%;
    padding-left: 25%;
    text-align: right;
    border: 1px solid #f3f3f3;
    border-bottom: none;
  }
  .cart_table td::before {
    display: block;
  }
  .cart_table td:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
  .cart_table td.actions {
    padding-left: 15px;
    text-align: center;
  }
  .cart_table td.actions > .btn {
    margin-top: 10px;
    margin-right: 0;
    display: block;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
  }
  .cart_table td.actions > .btn:last-child {
    margin-right: auto;
  }
  .cart_totals th,
  .cart_totals td {
    padding: 15px 10px;
  }
  .cart_totals th:first-child,
  .cart_totals td:first-child {
    width: 17%;
    line-height: 1.4;
  }
}
/*Checkout Area***************/
.shipping-area {
  background: var(--white-color);
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 60px;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .shipping-area {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .shipping-area {
    padding: 30px;
  }
}

.checkout-form input[type=radio] ~ label::before {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.checkout-form input[type=radio] ~ label {
  padding-left: 0;
}
.checkout-form .footer-currency {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
.checkout-form .footer-currency a {
  border-radius: 5px;
  border: 1px solid var(--border-color);
  display: block;
}
.checkout-form .footer-currency a:hover {
  border-color: var(--theme-color);
}

/*------------------- 4.00. Wishlist -------------------*/
.tinv-wishlist input[type=checkbox] {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  vertical-align: middle;
  width: auto;
  height: auto;
}
.tinv-wishlist .tinv-header {
  margin-top: -0.8rem;
}
.tinv-wishlist .cart-empty {
  padding: 12px 25px;
  background-color: #eee;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
}
.tinv-wishlist p.return-to-shop .button {
  display: inline-block;
  background-color: var(--theme-color);
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  margin-top: 10px;
  font-weight: 700;
}
.tinv-wishlist p.return-to-shop .button:Hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.tinv-wishlist table {
  border: none;
}
.tinv-wishlist table th {
  color: var(--title-color);
}
.tinv-wishlist table td, .tinv-wishlist table th {
  padding: 15.3px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: center;
}
.tinv-wishlist table thead {
  background-color: var(--smoke-color);
}
.tinv-wishlist .product-cb,
.tinv-wishlist .product-remove {
  width: 40px;
  text-align: center;
}
.tinv-wishlist .product-thumbnail {
  width: 110px;
}
.tinv-wishlist .stock.in-stock {
  margin-bottom: 0;
}
.tinv-wishlist ins {
  text-decoration: none;
}
.tinv-wishlist .product-remove button {
  border: none;
  height: 22px;
  width: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  border-radius: 0;
  padding-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tinv-wishlist .product-remove button i {
  line-height: 22px;
  font-size: 16px;
}
.tinv-wishlist .tinvwl-mobile {
  display: none;
}
.tinv-wishlist .social-buttons {
  display: flex;
  max-width: 295px;
  margin-left: auto;
  align-items: center;
}
.tinv-wishlist .social-buttons ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  gap: 6px;
}
.tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}
.tinv-wishlist .product-stock .stock {
  display: block;
}
.tinv-wishlist .product-stock span {
  display: inline;
}
.tinv-wishlist .product-stock i {
  margin-right: 5px;
}
.tinv-wishlist .tinv-modal .icon_big_times {
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tinv-wishlist button.button {
  border: none;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 600;
  background-color: var(--theme-color);
  padding: 1px 15px;
  min-width: 140px;
  justify-content: center;
}
.tinv-wishlist button.button.mask-btn {
  padding: 0;
}
.tinv-wishlist button.button .btn-text-mask {
  padding: 0.5px 21px;
}
.tinv-wishlist button.button i {
  font-size: 14px !important;
}
.tinv-wishlist th,
.tinv-wishlist td.product-name {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.tinv-wishlist td.product-name a {
  color: var(--body-color);
}
.tinv-wishlist td.product-name a:hover {
  color: var(--theme-color);
}
.tinv-wishlist td.product-price del {
  margin-left: 8px;
  font-size: 0.9em;
}
.tinv-wishlist .social-buttons > span {
  font-weight: 700;
  margin-right: 10px;
  font-family: var(--title-font);
  color: var(--title-color);
}
.tinv-wishlist .social-buttons li {
  display: inline-block;
  margin-right: 0;
}
.tinv-wishlist .social-buttons li a.social {
  background-color: var(--theme-color);
  color: var(--title-color);
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  margin-left: 3px;
}
.tinv-wishlist .social-buttons li a.social:first-child {
  margin-left: 0;
}
.tinv-wishlist .social-buttons li a.social i {
  line-height: inherit;
}
.tinv-wishlist .social-buttons li a.social:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}

/* Medium devices */
@media (max-width: 991px) {
  .tinvwl-full {
    display: none;
  }
  .tinv-wishlist .tinvwl-mobile {
    display: block;
  }
  .tinvwl-txt {
    display: none !important;
  }
  .product-stock {
    width: 40px;
    text-align: center;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .tinv-wishlist table {
    table-layout: fixed;
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove, .tinv-wishlist table.tinvwl-table-manage-list thead th:not(.product-name) {
    display: none;
  }
  .tinv-wishlist table td, .tinv-wishlist table th {
    border: 1px solid var(--border-color);
  }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  .product-name {
    text-align: center;
  }
  .tinv-wishlist table td,
  .tinv-wishlist table th {
    border-bottom: none;
  }
  .tinv-wishlist table tfoot {
    border-bottom: 1px solid var(--border-color);
  }
  .tinv-wishlist .social-buttons {
    max-width: 100%;
    margin-left: unset;
    flex-direction: column;
  }
  .tinv-wishlist .social-buttons ul {
    margin-left: unset;
    margin-top: 5px;
  }
  .tinvwl-txt {
    display: inline-block !important;
  }
}
/*------------------- 4.00. Award -------------------*/
/*----------------------------------------------
    # Award Area 1
----------------------------------------------*/
.award-area-1 {
  background-size: 100% calc(100% - 100px);
  background-repeat: no-repeat;
  background-position: top;
}

.award-card {
  background: var(--smoke-color5);
  border: 2px solid var(--smoke-color5);
  padding: 58px 30px 30px 30px;
  position: relative;
  transition: 0.4s;
}
.award-card .award-card-bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.award-card .award-card-year {
  position: absolute;
  right: 30px;
  top: 24px;
  text-align: center;
  font-size: 18px;
}
.award-card .award-card-year span {
  font-size: 48px;
  font-weight: 600;
  display: block;
  opacity: 0.06;
  line-height: normal;
  margin-bottom: -20px;
}
.award-card .award-card-thumb {
  margin-bottom: 30px;
  height: 70px;
}
.award-card .award-card-thumb img {
  transition: 0.4s;
}
.award-card .award-card_title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.award-card .award-card_text {
  margin-bottom: 70px;
}
.award-card .award-card-tag {
  display: inline-block;
  background: var(--white-color);
  padding: 5px 20px;
}
.award-card:hover {
  border-color: var(--theme-color);
}
.award-card:hover .award-card-thumb img {
  transform: rotateY(180deg);
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

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

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-60 {
  padding-top: 60px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-60 {
  margin-top: 60px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.65rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

@media (min-width: 1800px) {
  .space-hd-bottom {
    padding-bottom: var(--section-space);
  }
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}


/* babitha-changes */

.hero-wrapper.hero-2 {
    --hero-height: 800px;
    padding: 0;
    margin: 0;
}

.hero-slider2, 
.hero-slide, 
.hero-image-only, 
.hero-style2 {
    height: var(--hero-height);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.hero-image-only::after,
.hero-style2::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero-content, 
.hero-style2 .container {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 3;
}

.hero-navigation-inline {
    display: flex;
    align-items: center;
    position: relative;
}

.hero-navigation-inline .hero-subtitle {
    margin: 0 20px;
}

.hero-navigation-inline button {
    background: none;
    border: none;
    color: white;
    font-size: 40px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-navigation-inline button:hover {
    color: #EA5501;
}

.hero-subtitle {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-left: 4px solid var(--theme-color, #80b435);
    padding-left: 15px;
}

.hero-next {
    position: absolute;
    right: 0;
}

@keyframes revealTextLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slick-active .hero-subtitle {
    animation: revealTextLeft 0.8s ease-out forwards;
}

@media (max-width: 991px) {
    .hero-subtitle {
        font-size: 18px;
    }
    .hero-navigation-inline button {
        font-size: 30px;
    }
}


 /*service card effects */
 .service-card.style5 {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.8s ease;
}

.service-card.style5.left {
    transform: translateX(-100px);
}

.service-card.style5.show {
    opacity: 1;
    transform: translateX(0);
}

/* services effects */

.service-area-1 {
    position: relative;
}
.service-area-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    transform: translateY(100%);
    transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
}
.reveal-title {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease-out;
}
.reveal-card {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.4s ease-out;
}
.animate-section.active .reveal-title {
    opacity: 1;
    transform: translateY(0);
}
.animate-section.active::before {
    transform: translateY(0);
    transition-delay: 0.5s;
}
.animate-section.active .reveal-card {
    opacity: 1;
    transform: translateY(0);
    transition-delay: var(--delay);
}
.service-area-1 .service-card {
    background-color: #dfe3e5;
    border-color: #dfe3e5;
}

.service-area-1 .service-card:hover {
    background-color: #dfe3e5;
}

/* work process */

.process-grid-inner {
    display: flex;
    gap: 30px;
    align-items: center;
    opacity: 0; 
    transform: translateX(50px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; 
}


.process-grid-inner.active {
    animation: slideInRight 0.8s ease-out forwards;
    animation-delay: var(--step-delay);
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/* new-video-section in index */
.video-banner {
    position: relative;
    height: 92vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%) scale(1.05);
}

.video-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.2)
    );
    z-index: 1;
}

.overlay-content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 600px;
    padding-left: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.overlay-content h1 {
    font-size: 60px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.overlay-content p {
    font-size: 20px;
    margin: 20px 0;
    opacity: 0.9;
    color: #fff;
}

.cta-btn {
    display: inline-block;
    background: #ff6a00;
    padding: 12px 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}


/* portfolio */
.reveal-up {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal-up.active {
    opacity: 1;
    transform: translateY(0);
}



/* excavators */


.excavators-hero {
    position: relative;
    padding: 0;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: url('../img/excavator-hero.webp') center center / cover no-repeat;
    overflow: hidden;
}
.excavators-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(4, 18, 45, 0.78) 0%, rgba(4, 18, 45, 0.45) 38%, rgba(4, 18, 45, 0.08) 100%);
    pointer-events: none;
}
.excavators-hero-wrap {
    position: relative;
    z-index: 2;
    max-width: 700px;
}
.excavators-kicker {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(255, 122, 0, 0.14);
    border: 1px solid rgba(255, 122, 0, 0.35);
    color: #ff7a00;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.excavators-hero-title {
    font-size: 78px;
    line-height: 0.95;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: -2px;
    padding-top: 50px;
}
.excavators-hero-title span {
    color: #ff7a00;
    display: block;
}
.excavators-hero-text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.82);
    max-width: 520px;
    margin: 0;
}


.main-grid-layout {
    display: grid;
    grid-template-columns: 300px 1fr 1fr;
    grid-auto-rows: 220px;
    gap: 20px;
    padding-top: 30px;
      padding-bottom: 10px;
}

.side-menu-grid {
    grid-column: 1;
    grid-row: span 2; 
    background: rgba(18, 20, 24, 0.95);
    border: 1px solid #333;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.tall-span {
    grid-column: 3;
    grid-row: 3 / 5; 
}

.item-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #444;
}

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

.item-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.item-num { font-size: 24px; font-weight: bold; color: #fff; }
.item-txt { font-size: 14px; color: #ccc; }

/* Sidebar Internal Rows */
.menu-row {
    flex: 1;
    padding: 0 25px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #252525;
}

.menu-row.active {
    background: linear-gradient(90deg, rgba(211, 84, 0, 0.2), transparent);
    border-left: 4px solid #d35400;
}

.row-id { color: #d35400; font-weight: bold; font-size: 20px; margin-right: 15px; }
.row-name { color: #999; font-size: 14px; }
.menu-row.active .row-name { color: #fff; }

.bottom-cta {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.quote-btn {
    background: #d35400;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}
.excavator-layout-section {
    background: linear-gradient(180deg, #36425b 0%, #858a93 100%);

}
/* effects */
.item-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.side-menu-grid {
    opacity: 0;
    transform: translateX(-40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.item-card.is-visible, 
.side-menu-grid.is-visible {
    opacity: 1;
    transform: translate(0, 0);
}
.excavators-hero-title,
.excavators-hero-text,
.excavators-kicker {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.excavators-hero-title.is-visible,
.excavators-hero-text.is-visible,
.excavators-kicker.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.menu-row {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.menu-row:hover {
    background: rgba(255, 122, 0, 0.05);
    padding-left: 35px;
}

.menu-row::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #ff7a00;
    transition: width 0.4s ease;
}

.menu-row:hover::after {
    width: 100%;
}

.item-card.highlight-pulse {
    animation: cardPulse 1s ease-out;
    border-color: #ff7a00;
    z-index: 10;
}

@keyframes cardPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.7); }
    50% { transform: scale(1.03); box-shadow: 0 0 20px 10px rgba(255, 122, 0, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(255, 122, 0, 0); }
}


/* products page */
/* 
.machines-hero-separate {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: url('../img/products-hero.png') center center / cover no-repeat;
    overflow: hidden;
    padding: 0;
}

.machines-hero-separate .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.machines-hero-inner {
    max-width: 980px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.machines-hero-inner h1 {
    font-family: 'Archivo', sans-serif;
    font-size: 72px;
    line-height: 1.06;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -2px;
    max-width: 950px;
    padding-top: 85px;
}

.machines-hero-inner p {
    font-size: 28px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 760px;
}

.machines-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.machines-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 64px;
    padding: 0 34px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 16px 40px rgba(249, 115, 22, 0.32);
}

.machines-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.machines-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 64px;
    padding: 0 34px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    transition: all 0.35s ease;
}

.machines-btn-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

.machines-products-separate {
    position: relative;
    z-index: 5;
    padding-bottom: 100px;
}

.machines-products-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.08fr 0.95fr;
    gap: 22px;
    align-items: end;
    padding-top: 40px;
}

.machines-product-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 26px;
    overflow: hidden;
    min-height: 540px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    transition: all 0.4s ease;
}

.machines-card-left,
.machines-card-right {
    min-height: 500px;
}

.machines-card-center {
    min-height: 640px;
}

.machines-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.machines-product-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
    z-index: 1;
}

.machines-product-card:hover .machines-product-image {
    transform: scale(1.06);
}

.machines-product-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(7, 10, 18, 0.18) 35%, rgba(6, 8, 16, 0.95) 100%);
}

.machines-product-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 34px 30px 28px;
}

.machines-product-content h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 36px;
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.8px;
}

.machines-card-center .machines-product-content h3 {
    font-size: 41px;
}

.machines-product-content p {
    font-size: 19px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 24px;
    max-width: 95%;
}

.machines-card-center .machines-product-content p {
    font-size: 22px;
}

.machines-product-content span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.35s ease;
    background: rgba(255, 255, 255, 0.03);
}
.machines-product-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.24, 1, 0.32, 1), 
                transform 0.8s cubic-bezier(0.24, 1, 0.32, 1);
}

.machines-product-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.machines-card-left.animate { transition-delay: 0.1s; }
.machines-card-center.animate { transition-delay: 0.25s; }
.machines-card-right.animate { transition-delay: 0.4s; }

.machines-product-card.animate:hover {
    transform: translateY(-10px);
}

.machines-product-card:hover .machines-product-content span {
    background: #ffffff;
    color: #111827;
    transform: translateX(4px);
}

.heavy-theme {
    background: url('../img/heavyequip-hero.png') center center / cover no-repeat;
}

.tractor-theme {
    background: url('../img/tractor.jpg') center center / cover no-repeat;
}

.implements-theme {
    background: url('../img/tractor-implements.jpg') center center / cover no-repeat;
}

.tractor-two-grid {
    max-width: 860px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}

.implements-grid {
    max-width: 980px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}

.implements-hero-adjust {
    transform: translateY(20px);
}

.machines-heavy-image {
    background-image: url('../img/heavyequip-hero.png');
}

.machines-tractor-image {
    background-image: url('../img/tractor.jpg');
}

.machines-implements-image {
    background-image: url('../img/tractor-implements.jpg');
}

@media (max-width: 992px) {
    .tractor-two-grid,
    .implements-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}
.excavator-feature-card, 
.excavator-app-card, 
.excavator-custom-table tbody tr {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.excavator-app-card {
    transform: scale(0.9) translateY(30px);
}

.excavator-custom-table tbody tr {
    transform: translateX(-20px);
}

.excavator-feature-card.animate, 
.excavator-app-card.animate, 
.excavator-custom-table tbody tr.animate {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

.excavator-feature-card:nth-child(1) { transition-delay: 0.1s; }
.excavator-feature-card:nth-child(2) { transition-delay: 0.2s; }
.excavator-feature-card:nth-child(3) { transition-delay: 0.3s; }

.excavator-app-card:hover .excavator-app-img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.excavator-app-card {
    overflow: hidden;
}
.machines-hero-inner h1, 
.machines-hero-inner p {
    opacity: 0;
    transform: translateX(-50px);
    animation: heroSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.machines-hero-inner p {
    animation-delay: 0.3s;
}

@keyframes heroSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
} */

/* heavy equipment details */

.excavator-main-container {
    background-color: #ffffff;
    overflow-x: hidden;
}

.excavator-hero {
    position: relative;
    min-height: 65vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.4)), url('../img/excavator-hero.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
  
}

.excavator-hero-content {
    animation: excavatorFadeInUp 1s ease-out;
}

.excavator-title {
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.excavator-tagline {
    color: #f37021;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.excavator-btn-primary {
    background-color: #f37021;
    color: white;
    padding: 15px 30px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(243, 112, 33, 0.3);
}

.excavator-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(243, 112, 33, 0.5);
    background-color: #ff7e33;
    color: #fff;
}

.excavator-tabs-nav {
    background: #111;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #333;
}

.excavator-tabs-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    justify-content: center;
}

.excavator-tab-item {
    color: #aaa;
    padding: 20px 30px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
}

.excavator-tab-item:hover, .excavator-tab-item.active {
    color: #f37021;
    background: rgba(255,255,255,0.05);
    border-bottom-color: #f37021;
}

.excavator-section-heading {
    margin: 40px 0 30px;
    font-weight: 700;
    font-size: 1.8rem;
    text-transform: uppercase;
}

.excavator-feature-card {
    background: #fdfdfd;
    padding: 35px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    height: 100%;
    position: relative;
    z-index: 1;
}

.excavator-feature-card.animate {
    animation: excavatorSlideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.excavator-feature-card:hover {
    transform: translateY(-12px) scale(1.02);
    border-color: #f37021;
    box-shadow: 0 15px 30px rgba(243, 112, 33, 0.15), 0 10px 10px rgba(243, 112, 33, 0.1);
}

.excavator-feature-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: #f37021;
    box-shadow: 0 0 20px 5px rgba(243, 112, 33, 0.4);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.excavator-feature-card:hover::after {
    opacity: 1;
}

.excavator-feature-card i {
    font-size: 2.5rem;
    color: #f37021;
    margin-bottom: 20px;
    display: block;
    transition: transform 0.4s ease;
}

.excavator-feature-card:hover i {
    transform: scale(1.1) translateY(-5px);
}
@keyframes excavatorSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.col-md-4:nth-child(1) .excavator-feature-card.animate { animation-delay: 0.1s; }
.col-md-4:nth-child(2) .excavator-feature-card.animate { animation-delay: 0.3s; }
.col-md-4:nth-child(3) .excavator-feature-card.animate { animation-delay: 0.5s; }

.excavator-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #333;
    margin-bottom: 50px;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}

.excavator-play-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f37021;
    border: none;
    color: white;
    font-size: 1.5rem;
    animation: excavatorPulse 2s infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.excavator-custom-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.excavator-custom-table thead th {
    background-color: #e0e0e0;
    color: #333;
    padding: 15px;
    text-align: left;
    font-weight: 700;
}

.excavator-custom-table tbody td {
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
}

.excavator-custom-table tr:hover td {
    background-color: #fff8f4;
}

.excavator-downloads {
    background-color: #f1f1f1;
    padding: 60px 0;
}

.excavator-btn-outline {
    display: inline-block;
    border: 2px solid #333;
    color: #333;
    padding: 10px 25px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}

.excavator-btn-outline:hover {
 color: #f29838;
}

@keyframes excavatorSlideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes excavatorFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes excavatorPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(243, 112, 33, 0.7); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(243, 112, 33, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(243, 112, 33, 0); }
}

.col-md-4:nth-child(1) .excavator-feature-card { animation-delay: 0.1s; }
.col-md-4:nth-child(2) .excavator-feature-card { animation-delay: 0.3s; }
.col-md-4:nth-child(3) .excavator-feature-card { animation-delay: 0.5s; }

.excavator-custom-table tbody tr {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease-out;
}

.excavator-custom-table tbody tr.animate {
    opacity: 1;
    transform: translateY(0);
}

.excavator-custom-table tbody tr:nth-child(1) { transition-delay: 0.1s; }
.excavator-custom-table tbody tr:nth-child(2) { transition-delay: 0.2s; }
.excavator-custom-table tbody tr:nth-child(3) { transition-delay: 0.3s; }
.excavator-custom-table tbody tr:nth-child(4) { transition-delay: 0.4s; }
.excavator-custom-table tbody tr:nth-child(5) { transition-delay: 0.5s; }
.excavator-custom-table tbody tr:nth-child(6) { transition-delay: 0.6s; }
.excavator-custom-table tbody tr:nth-child(7) { transition-delay: 0.7s; }

.excavator-custom-table tr:hover td {
    background-color: #fff8f4;
    color: #f37021;
    font-weight: 700;
}

.excavator-app-card {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 15px;
    background: #ffffff;
    border: 1px solid #eee;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.excavator-app-card.animate {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
}

.excavator-app-img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.excavator-app-card:hover .excavator-app-img {
    transform: scale(1.08);
}

.excavator-app-content {
    padding: 25px;
    background: #fff;
    text-align: center;
    transition: all 0.4s ease;
    border-top: 1px solid #f9f9f9;
}

.excavator-app-card:hover {
    border-color: #f37021;
    box-shadow: 0 15px 45px rgba(243, 112, 33, 0.2);
}

.excavator-app-content h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.excavator-app-content p {
    color: #777;
    font-size: 0.9rem;
    margin: 0;
}

.excavator-app-card:hover .excavator-app-content h4 {
    color: #f37021;
}

.col-md-6:nth-child(1) .excavator-app-card { transition-delay: 0.1s; }
.col-md-6:nth-child(2) .excavator-app-card { transition-delay: 0.2s; }
.col-md-6:nth-child(3) .excavator-app-card { transition-delay: 0.3s; }
.col-md-6:nth-child(4) .excavator-app-card { transition-delay: 0.4s; }

@font-face {
    font-family: 'Archivo Black';
    src: url('../fonts/ArchivoBlack-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 200 900;
    font-style: normal;
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
}

h1, .excavator-title {
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h2, h3, h4, .excavator-section-heading, .excavator-tabs-list {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.excavator-tagline {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.excavator-custom-table {
    font-family: 'Oswald', sans-serif;
}
.excavator-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #ffffff;
    margin: 40px 0;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all 0.4s ease;
}

.excavator-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.excavator-video-wrapper:hover {
    border-color: #f37021;
    box-shadow: 0 15px 45px rgba(243, 112, 33, 0.2);
    transform: translateY(-5px);
}

/* products-page */


.products-hero {
    position: relative;
    width: 100%;
    height: 72vh;
    background-image: url('../img/min.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.products-hero-overlay {
    position: absolute;
    inset: 0;
   
}

.products-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    max-width: 900px;
}

.products-hero-content h1 {
    font-size: 56px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.products-hero-content p {
    font-size: 20px;
    color: #e6e6e6;
}

.products-section {
    padding: 80px 50px;
    /* background: #fff; */
        background: url('../img/bg5.webp') center center / cover no-repeat;

}

.products-grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.product-card {
    display: block;
    background: linear-gradient(180deg, #4c525b, #e5dbd5);
    border-radius: 22px;
    padding: 16px 16px 22px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: 0.35s ease;
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
    text-decoration: none;
}

.product-image-wrap {
    width: 100%;
    height: 290px;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.45s ease;
}

.product-heavy {
    background-image: url('../img/excavator-hero.webp');
}

.product-tractor {
    background-image: url('../img/tractor.webp');
}

.product-implements {
    background-image: url('../img/tractor-implements.webp');
}

.product-card h3 {
    text-align: center;
    margin-top: 18px;
    font-size: 26px;
    font-weight: 800;
    color: #333;
}

.product-card:hover {
    transform: translateY(-10px);
    border-color: #ff7b00;
    box-shadow: 0 25px 55px rgba(0,0,0,0.5);
}

.product-card:hover .product-image-wrap {
    transform: scale(1.08);
}

.product-card:hover h3 {
    color: #232120;
}
.card-left {
    animation: slideFromLeft 1s ease forwards;
    opacity: 0;
}

.card-center {
    animation: slideFromBottom 1s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}

.card-right {
    animation: slideFromRight 1s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

@keyframes slideFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideFromRight {
    0% {
        opacity: 0;
        transform: translateX(120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* heavy-landing */

.heavymachine-landing-wrapper {
    font-family: 'Archivo', sans-serif;
    background-color: #ffffff;
}

.heavymachine-landing-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.heavymachine-landing-hero {
    position: relative;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 160px 20px 100px;
    overflow: hidden;
}

.heavymachine-landing-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}



.heavy-theme {
    background: url('../img/heavy.webp') center center / cover no-repeat;
}

.tractor-theme {
  background: url('../img/tractor2.webp') center 33% / cover no-repeat;
}

.implements-theme {
    background: url('../img/implements.webp') center center / cover no-repeat;
}

.heavymachine-landing-hero-content {
    position: relative;
    z-index: 2;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 100%;
    max-width: 800px;
}

.heavymachine-landing-main-title {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    text-transform: uppercase;
    line-height: 1.1;
    text-align: left;
}


.heavymachine-landing-equipment-grid {
    margin-top: 0;
    padding: 70px 0;
    position: relative;
    z-index: 10;
}

.heavymachine-landing-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: start;
}

.heavymachine-landing-card {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid transparent;
    opacity: 0;
    transform: translateY(40px) scale(0.95);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                opacity 0.6s ease,
                box-shadow 0.4s ease,
                border 0.4s ease;
    perspective: 1000px;
    will-change: transform;
}


.heavymachine-landing-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.heavymachine-landing-card:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.heavymachine-landing-card-featured {
    border: 2px solid rgba(240, 129, 19, 0.55);
    box-shadow: 0 16px 36px rgba(240, 129, 19, 0.18);
    transform: scale(1.03);
}

.heavymachine-landing-card-featured:hover {
    box-shadow: 0 22px 48px rgba(240, 129, 19, 0.26);
}

.heavymachine-landing-featured-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 5;
    background: #f08113;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(240, 129, 19, 0.25);
}

.heavymachine-landing-card-image {
    width: 100%;
    height: 315px;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.heavymachine-landing-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    display: block;
}

.heavymachine-landing-card:hover .heavymachine-landing-card-image img {
    transform: scale(1.1);
}

.heavymachine-landing-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(240, 129, 19, 0.35) 0%, transparent 60%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.heavymachine-landing-card:hover .heavymachine-landing-card-image::after {
    opacity: 1;
}

.heavymachine-landing-card-content {
    padding: 20px 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #ffffff;
}

.heavymachine-landing-item-name {
    font-size: 18px;
    font-weight: 800;
    color: #18263a;
    margin: 0;
    line-height: 1.3;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    letter-spacing: 0px;
}

.heavymachine-landing-card-actions {
    display: flex;
    gap: 10px;
    width: 100%;
}

.heavymachine-landing-btn {
    flex: 1;
    height: 46px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 2px solid #f08113;
}

.heavymachine-landing-btn-outline {
    background: #ffffff;
    color: #f08113 !important;
}

.heavymachine-landing-btn-outline:hover {
    background: #fff4ea;
    transform: translateY(-2px);
}

.heavymachine-landing-btn-solid {
    background: #f08113;
    color: #ffffff !important;
}

.heavymachine-landing-btn-solid:hover {
    background: #d96f09;
    transform: translateY(-2px);
}

.heavymachine-landing-main-title,
.heavymachine-landing-subtitle {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.heavymachine-landing-main-title.is-visible,
.heavymachine-landing-subtitle.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 992px) {
    .heavymachine-landing-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .heavymachine-landing-main-title {
        font-size: 42px;
    }

    .heavymachine-landing-subtitle {
        font-size: 20px;
    }

    .heavymachine-landing-card-featured {
        transform: scale(1.01);
    }
}

@media (max-width: 600px) {
    .heavymachine-landing-row {
        grid-template-columns: 1fr;
    }

    .heavymachine-landing-hero {
        min-height: 60vh;
        padding: 120px 20px 70px;
    }

    .heavymachine-landing-main-title {
        font-size: 32px;
    }

    .heavymachine-landing-subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .heavymachine-landing-card-content {
        flex-direction: column;
        align-items: flex-start;
    }

    .heavymachine-landing-btn {
        width: 100%;
        text-align: center;
    }
}

.enquiry-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.enquiry-modal-content {
    background: #fff;
    width: 420px;
    max-width: 90%;
    border-radius: 16px;
    padding: 25px;
    position: relative;
    animation: fadeIn 0.3s ease;
}

.enquiry-close {
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 22px;
    cursor: pointer;
}

.enquiry-product {
    text-align: center;
    margin-bottom: 15px;
}

.enquiry-product img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.enquiry-product h3 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
}

.enquiry-modal input,
.enquiry-modal textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.enquiry-modal textarea {
    height: 90px;
}

.enquiry-actions {
    display: flex;
    gap: 10px;
}

.buy-btn,
.submit-btn {
    flex: 1;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.buy-btn {
    background: #f08113;
    color: #fff;
}

.submit-btn {
    background: #0ea5c6;
    color: #fff;
}

@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
body.modal-open {
    overflow: hidden;
}
.enquiry-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}




/* newproductdetails */


.argo-details-page-shell {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
    overflow: hidden;
}

.argo-details-hero-v2 {
    position: relative; 
    display: flex;
    align-items: center;
    background: url('../img/rotavator.webp') center -10%;
    padding: 140px;
}

.argo-details-hero-overlay {
    position: absolute;
    inset: 0;}

.argo-details-hero-container,
.product-agro-features-container,
.agro-details-applications-container,
.product-agro-business-container,
.product-agro-specs-container,
.agro-details-related-container {
    width: 100%;
    max-width: 1132px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.argo-details-hero-content-v2 {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.argo-details-hero-content-v2 h1 {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 22px;
    line-height: 1.08;
    letter-spacing: -1px;
}

.argo-details-hero-content-v2 p {
    font-size: 17px;
    line-height: 1.95;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 34px;
    max-width: 620px;
}

.argo-details-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.argo-details-btn-solid {
    background: linear-gradient(135deg, #ff7a00, #ff9b2f);
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 210px;
    text-align: center;
    box-shadow: 0 16px 34px rgba(255, 122, 0, 0.28);
}

.argo-details-btn-solid:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 20px 38px rgba(255, 122, 0, 0.34);
}

.argo-details-btn-outline {
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 210px;
    text-align: center;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
}

.argo-details-btn-outline:hover {
    background: #ffffff;
    color: #0c2035;
    transform: translateY(-3px);
}

.argo-details-feature-strip {
    position: absolute;
    bottom: -54px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 32px);
    max-width: 1132px;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 24px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.12);
    padding: 7px 14px;
    z-index: 5;
    border: 1px solid #edf2f7;
    backdrop-filter: blur(10px);
}

.argo-details-feature-item {
    text-align: center;
    border-right: 1px solid #edf2f7;
    padding: 16px 10px;
}

.argo-details-feature-item:last-child {
    border-right: none;
}

.argo-details-feature-item i {
    display: block;
    font-size: 22px;
    color: #0f172a;
    margin-bottom: 10px;
}

.argo-details-feature-item span {
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    line-height: 1.6;
}

.product-agro-key-features {
    padding: 95px 0;
    background: #f8fafc;
}

.product-agro-features-header {
    margin-bottom: 34px;
    text-align: left;
}

.product-agro-features-header h2 {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-transform: none;
    text-align: left;
}

.product-agro-features-layout {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 28px;
    align-items: start;
}

.product-agro-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
}

.product-agro-feature-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid #e8edf3;
    border-radius: 22px;
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.04);
}

.product-agro-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.07);
}

.product-agro-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(135deg, #f97316, #fb923c);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(249, 115, 22, 0.18);
}

.product-agro-feature-icon i {
    font-size: 20px;
    color: #ffffff;
}

.product-agro-feature-title {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 10px;
    line-height: 1.45;
    text-transform: uppercase;
    min-height: 44px;
    display: flex;
    align-items: center;
}

.product-agro-feature-desc {
    font-size: 14px;
    line-height: 1.8;
    color: #64748b;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-agro-focused-image-wrapper {
    width: 100%;
    height: 520px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
    position: relative;
}

.product-agro-focused-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.agro-details-applications-section {
    padding: 50px 0;
    background: linear-gradient(180deg, #f4f7fb 0%, #edf2f8 100%);
}

.agro-details-applications-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 34px;
    text-align: left;
}

.agro-details-applications-heading h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    letter-spacing: -0.5px;
}

.agro-details-applications-heading h2 span {
    color: #f28c1f;
}

.agro-details-applications-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.agro-details-application-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.07);
    transition: all 0.35s ease;
    border: 1px solid #edf2f7;
}

.agro-details-application-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.11);
}

.agro-details-application-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.55s ease;
}
.agro-details-construction-card .agro-details-application-image {
    background-image: url('../img/excavator.webp');
}

.agro-details-mining-card .agro-details-application-image {
    background-image: url('../img/dump-trucks.webp');
}

.agro-details-agriculture-card .agro-details-application-image {
    background-image: url('../img/tractor.webp');
}

.agro-details-application-card:hover .agro-details-application-image {
    transform: scale(1.05);
}

.agro-details-application-content {
    background: #ffffff;
    padding: 24px 18px 26px;
    text-align: center;
}

.agro-details-application-content h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.3px;
    line-height: 1.35;
}

.agro-details-orange { color: #f28c1f; }
.agro-details-blue { color: #173b73; }

.product-agro-business-continuity {
    background: #ffffff;
    padding: 50px 0;
}

.product-agro-section-title {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.product-agro-section-subtitle {
    font-size: 15px;
    color: #64748b;
    max-width: 700px;
    line-height: 1.9;
}

.product-agro-business-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.product-agro-business-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    padding: 34px 24px;
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
    border: 1px solid #eef2f7;
    transition: all 0.3s ease;
    height: 100%;
}

.product-agro-business-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}

.product-agro-business-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #ff7a00;
    margin-bottom: 18px;
    background: rgba(255, 122, 0, 0.08);
}

.product-agro-business-card-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 12px;
}

.product-agro-business-card-text {
    font-size: 13px;
    color: #64748b;
    line-height: 1.9;
}

.product-agro-technical-specs {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 60px 0;
}

.product-agro-specs-table-wrapper {
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 24px 55px rgba(15, 23, 42, 0.07);
    overflow: hidden;
    border: 1px solid #edf2f7;
}

.product-agro-data-table {
    width: 100%;
    border-collapse: collapse;
}

.product-agro-label-cell,
.product-agro-value-cell {
    padding: 18px 34px;
    font-size: 13px;
    vertical-align: middle;
}

.product-agro-label-cell {
    width: 40%;
    font-weight: 700;
    color: #334155;
    background-color: #ffffff;
    border-bottom: 1px solid #eef2f7;
}

.product-agro-value-cell {
    width: 60%;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #f28c1f, #e66b00);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.product-agro-specs-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 42px;
}

.product-agro-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 30px;
    border: 2px solid #ff9f43;
    color: #ff9f43;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(255, 159, 67, 0.08);
    cursor: pointer;
}

.product-agro-download-btn:hover {
    background-color: #ff9f43;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(255, 159, 67, 0.2);
 transform: translateY(-2px);
}

.agro-details-related-products {
    background: linear-gradient(180deg, #f8fafc 0%, #f3f7fb 100%);
}

.agro-details-related-container {
    width: min(1280px, 92%);
    margin: 0 auto;
}

.agro-details-related-header {
    text-align: center;
    margin-bottom: 50px;
}

.agro-details-related-title {
    font-size: 42px;
    font-weight: 800;
    color: #0f172a;
 margin: 63px;
    letter-spacing: -0.5px;
}

.agro-details-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    padding-bottom: 10px;
}

.agro-details-related-card {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #e8edf3;
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.agro-details-related-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(15, 23, 42, 0.09);
}

.agro-details-related-image-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
    background: #f3f4f6;
}

.agro-details-related-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.agro-details-related-card:hover .agro-details-related-image-wrap img {
    transform: scale(1.05);
}

.agro-details-related-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: linear-gradient(135deg, #f97316, #fb923c);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.agro-details-related-content {
    padding: 28px 24px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.agro-details-related-product-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 14px;
    line-height: 1.3;
}

.agro-details-related-product-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    margin-bottom: 24px;
    flex-grow: 1;
}

.agro-details-related-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 155px;
    height: 48px;
    border-radius: 30px;
    background: #0f172a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
    padding: 0 22px;
}

.agro-details-related-btn:hover {
    background: #f97316;
    color: #ffffff !important;
    transform: translateY(-2px);
}
.argo-details-page-shell * {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes argoFadeUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.argo-details-hero-content-v2 h1 { animation: argoFadeUp 0.8s ease forwards; }
.argo-details-hero-content-v2 p { animation: argoFadeUp 0.8s ease forwards 0.2s; opacity: 0; }
.argo-details-hero-buttons { animation: argoFadeUp 0.8s ease forwards 0.4s; opacity: 0; }

.argo-details-feature-strip {
    animation: argoSlideIn 1s ease forwards 0.6s;
    opacity: 0;
}

@keyframes argoSlideIn {
    from { opacity: 0; transform: translateX(-50%) translateY(20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

.argo-details-feature-item:hover i { transform: scale(1.2) translateY(-3px); color: #ff7a00; }
.product-agro-feature-card:hover .product-agro-feature-icon { transform: rotateY(180deg); }
.product-agro-focused-image-wrapper:hover img { transform: scale(1.03); }

.product-agro-business-card:hover .product-agro-business-icon {
    background: #ff7a00;
    color: #ffffff;
    transform: translateY(-5px);
}


.whatsapp-float:hover {
    transform: translateY(-5px) scale(1.05);
    background: #1ebe5d;
}

.whatsapp-float {
    position: fixed;
    right: 25px;
    bottom: 90px;
    width: 55px;
    height: 55px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 999;
    text-decoration: none;
    transition: all 0.3s ease;
}

.whatsapp-float i {
    font-size: 32px;
    line-height: 1;
}


/* enquiry-sucess style */
.inam-success-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f0f4f1;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.inam-success-card {
    background: #ffffff;
    max-width: 500px;
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.inam-success-icon {
    width: 80px;
    height: 80px;
    background-color: #2d6a4f;
    color: white;
    font-size: 40px;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inam-success-title {
    color: #333;
    font-size: 32px;
    margin: 0 0 12px 0;
}

.inam-success-message {
    color: #2d3436;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.inam-success-subtext {
    color: #636e72;
    font-size: 15px;
    margin-bottom: 24px;
}

.inam-success-ref {
    display: inline-block;
    background-color: #f1f8f5;
    color: #2d6a4f;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px dashed #2d6a4f;
    margin-bottom: 32px;
}

.inam-success-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.inam-success-btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #f08113;
    color: white;
   
}

.inam-success-btn:hover {
    background-color: #1b4332;
}

.inam-success-btn.secondary {
    background-color: transparent;
    color: #2d6a4f;
}

.inam-success-btn.secondary:hover {
    background-color: #f1f8f5;
}

@media (max-width: 480px) {
    .inam-success-actions {
        flex-direction: column;
    }
}
/* new sectionin  productdetails */
.buy-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.68);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
}

.buy-modal-content {
    background: #ffffff;
    width: 620px;
    max-width: 95%;
    border-radius: 20px;
    padding: 28px;
    position: relative;
    animation: fadeIn 0.3s ease;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.buy-close {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 28px;
    cursor: pointer;
    color: #1a2d42;
    line-height: 1;
}

.buy-product-top {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 24px;
}

.buy-product-top img {
    width: 210px;
    height: 150px;
    object-fit: cover;
    border-radius: 14px;
    flex-shrink: 0;
}

.buy-product-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
    flex: 1;
}

.buy-product-meta h3 {
    font-size: 28px;
    font-weight: 800;
    color: #1a2d42;
    margin: 0 0 10px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.buy-price {
    font-size: 26px;
    font-weight: 800;
    color: #f08113;
    margin: 0 0 14px;
}

.buy-small-wishlist {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 40px;
    padding: 0 16px;
    border-radius: 10px;
    background: #fff5f6;
    color: #e63946 !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #ffd6db;
    transition: all 0.3s ease;
}

.buy-small-wishlist i {
    font-size: 16px;
    line-height: 1;
}

.buy-small-wishlist:hover {
    background: #ffe9ec;
    border-color: #ffb8c0;
    transform: translateY(-2px);
}

.buy-product-specs {
    margin-top: 10px;
}

.buy-product-specs h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1a2d42;
    margin-bottom: 14px;
    letter-spacing: 0px;
}

.buy-product-specs ul {
    padding-left: 20px;
    margin: 0;
}

.buy-product-specs li {
    font-size: 16px;
    color: #44556b;
    margin-bottom: 10px;
    line-height: 1.6;
}

.buy-actions {
    display: flex;
    gap: 14px;
    margin-top: 28px;
}

.buy-action-btn {
    flex: 1;
    height: 52px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    gap: 8px;
}

.payment-btn {
    background: #f08113;
    color: #fff !important;
}

.payment-btn:hover {
    background: #d96f09;
    transform: translateY(-2px);
}

.contact-btn {
    background: #0ea5c6;
    color: #fff !important;
}

.contact-btn:hover {
    background: #0b8eab;
    transform: translateY(-2px);
}

.buy-modal-provider {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

body.modal-open {
    overflow: hidden;
}

.buy-modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 620px;
    position: relative;
    animation: modalFadeIn 0.3s ease-out;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .buy-product-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .buy-product-top img {
        width: 100%;
        height: 220px;
    }

    .buy-product-meta {
        width: 100%;
    }

    .buy-product-meta h3 {
        font-size: 22px;
    }

    .buy-price {
        font-size: 22px;
    }

    .buy-small-wishlist {
        margin-top: 2px;
    }

    .buy-actions {
        flex-direction: column;
    }
}
.buy-small-wishlist.active {
    background: #ffe3e7;
    border-color: #ff8e9b;
    color: #e63946 !important;
}

.buy-small-wishlist.active i {
    color: #e63946;
}

/* siri css */

/*work process section*/
.work-process-pro {
    background: #f8f9fa url('../img/bg/world-map.png') no-repeat center ;
    background-size: cover;
    padding: 80px 0;
    opacity: 0.8;
}

.work-process-pro .title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #222;
}

.work-process-pro .subtitle {
    text-align: center;
    color: #777;
    margin-bottom: 50px;
}

.process-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* LEFT */
.process-left img {
    width: 100%;
    max-width: 450px;
}

/* RIGHT */
.process-right {
    position: relative;
    width: 100%;
}

/* Vertical line */
.timeline-line {
    position: absolute;
    left: 25px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #ddd;
}

/* STEP */
.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

/* ICON CIRCLE */
.circle {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #f05a28;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f05a28;
    font-size: 18px;
    z-index: 2;
}

/* CONTENT */
.content {
    margin-left: 20px;
    position: relative;
}

/* BIG NUMBER */
.big-number {
    position: absolute;
    left: -80px;
    top: 0;
    font-size: 60px;
    color: rgba(0,0,0,0.05);
    font-weight: 700;
}

.content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.content p {
    color: #666;
    font-size: 14px;
}

/* HOVER EFFECT */
.step:hover .circle {
    background: #f05a28;
    color: #fff;
    transition: 0.3s;
}
.process-right {
  position: relative;
  width: 100%;
  transform: translate(121px);
}
.timeline-line {
  position: absolute;
  left: 120px;
  top: -15px;
  width: 2px;
  height: 93%;
  background: #ddd;
  transform: translate(0px);
}

/* .big-number {
  position: absolute;
  left: -175px;
  top: 0;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.16);
  font-weight: 700;
} */
 .big-number {
  position: absolute;
  left: -161px;
  top: 0;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.16);
  font-weight: 700;
}
/* .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  margin-left: 95px;
} */
 .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  margin-left: 95px;
}
.work-process-pro .title {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-top: -103px;
  margin-bottom: 0px;
}
.process-left img {
  width: 120%;
  max-width: 740px;
  height: 80vh;
  margin-top: -37px;
}
.process-wrapper {
  display: flex;
  align-items: center;
  gap: 0px;
}

.process-left img {
  width: 192%;
  max-width: 740px;
  height: 80vh;
  margin-top: -37px;
  margin-left: -105px;
}
.process-right {
  position: relative;
  width: 100%;
  transform: translate(145px);
}
.process-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
/* TITLE AREA */
.process-header {
    text-align: center;
    padding: 15px 0 20px;
    background: #fff; /* separate clean background */
}

.process-header .title {
    font-size: 42px;
    font-weight: 700;
    margin-top: 50px;
}

.process-header .subtitle {
    color: #777;
}

/* MAIN SECTION */

.work-process-pro {
  background: #f8f9fa url('../img/bg/world-map.png') no-repeat center ;
    background-size: cover;
    padding: 80px 0;
    opacity: 0.8;
}
/* ACTIVE STATES (when visible) */
.work-process-pro.active .process-left {
    transform: translateX(0);
    opacity: 1;
}

.work-process-pro.active .step {
    opacity: 1;
    transform: translateY(0);
}
/* INITIAL HIDDEN STATE */
.process-left {
    transform: translateX(-100px);
    opacity: 0;
    transition: all 0.8s ease;
}

.step {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease;
}
.process-right .step:nth-of-type(1) { transition-delay: 0.2s; }
.process-right .step:nth-of-type(2) { transition-delay: 0.4s; }
.process-right .step:nth-of-type(3) { transition-delay: 0.6s; }
.process-right .step:nth-of-type(4) { transition-delay: 0.8s; }

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

.whatsapp-btn img {
    width: 150px;
    height: 100px;
}
/*language translation*/
.lang-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.lang-box {
    background: #ffffffeb; /*#ffffffb0*/
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.lang-box button {
    /* display: block;
    width: 100%;
    margin: 10px 0;
    padding: 12px;
    border: none;
    background: #f05a28;
    color: #fff;
    border-radius: 5px;
    cursor: pointer; */
    
  display: block;
  width: 31%;
  margin: 10px 184px;
  padding: 12px;
  border: none;
  background: #e5420cbf;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;

}
.lang-options {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 25px;
}

.lang-option {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    cursor: pointer;
}

/* RADIO SIZE SAME */
.lang-option input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #f05a28;
}

/* TEXT */
.lang-option span {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* FORCE SHOW RADIO BUTTONS */
.lang-option input[type="radio"] {
    display: inline-block !important;
    appearance: auto !important;
    -webkit-appearance: radio !important;
    opacity: 1 !important;
    position: static !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #f05a28;
}
/* RADIO BUTTON FIX (UNIQUE CLASS) */
.custom-radio {
    display: inline-block !important;
    appearance: radio !important;
    -webkit-appearance: radio !important;
    opacity: 1 !important;
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    margin-right: 6px;
    accent-color: #f05a28;
    cursor: pointer;
}

/* ALIGNMENT */
.lang-option {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* BUTTON UNIQUE */
.custom-lang-btn {
    width: 100%;
    padding: 12px;
    border: none;
    background: #f05a28;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.custom-lang-btn:hover {
    background: #d94e22;
}
/* LANGUAGE OPTIONS AS CARDS */
.lang-option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    flex: 1;
}

/* HIDE RADIO (we use it only for logic) */
.custom-radio {
    display: none;
}

/* DEFAULT */
.lang-option span {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* HOVER EFFECT */
.lang-option:hover {
    border-color: #f05a28;
}

/* 🔥 SELECTED STATE */
.lang-option.active {
    background: #f05a28;
    color: #fff;
    border-color: #f05a28;
}

/* ROW */
.lang-options {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.lang-option {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 14px;
    border: 1px solid #827e7e;   /* previousy #ddd*/
    border-radius: 8px;

    cursor: pointer;
    transition: 0.3s;

    font-size: 14px;
    flex: 1;
}
.lang-option span {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;   /* 🔥 MOST IMPORTANT */
}
/* .language-heading{
  font-size: 36px;
  line-height: 1.278;
  margin-bottom: 43px;
} */
 .language-heading {
  font-size: 33px;
  line-height: 1.278;
  margin-bottom: 43px;
  text-transform: uppercase;
  font-family: display initial;
}
body.no-scroll {
    overflow: hidden;
}
/* ===== FIX RADIO BUTTON ISSUE ===== */
input[type="radio"] {
    all: unset;              /* RESET ALL BROKEN STYLES */
    width: 18px;
    height: 18px;
    border: 2px solid #EA5501;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* inner dot */
input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #EA5501;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}
.lang-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    display: flex; /* important for layout */
    justify-content: center;
    align-items: center;

    background: rgba(0,0,0,0.6);

    z-index: 999999; /* 🔥 MUST */
}


/* 🔥 FORCE HIDE GOOGLE BAR */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
}

body {
    top: 0px !important;
    position: static !important;
    direction: ltr !important;

}

/* hide iframe completely */
iframe.skiptranslate {
    display: none !important;
}
.ar-text {
    direction: rtl;
    text-align: right;
}
.arabic-mode p,
.arabic-mode h1,
.arabic-mode h2,
.arabic-mode h3,
.arabic-mode span {
    direction: rtl;
    text-align: right;
}

/* .flag-icon {
    width: 22px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 3px;
} */
 .flag-icon {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 58px;
 }

.flag-icon {
    width: 22px !important;
    height: 21px !important;
    object-fit: cover;
    margin-right: 0px;
    vertical-align: middle;
    border-radius: 22px;
}

.logo-img {
    position: absolute;
    left: 43px;   
    top: 14%;
   
    z-index: 10;
}
.menu-area {
    position: relative;
    padding-left: 120px; /* space for logo */
}

/* Center the hex grid within its column */
.hex-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The actual Hexagon shape */
.hex {
  width: 450px;
  height: 350px;
  overflow: hidden;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  /* border: 3px solid #00d4ff; */
  background: #1e293b;
  transition: transform 0.3s ease;
  margin-right: -45px;
}
.hex:hover {
    transform: scale(1.05);
}

.hex img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

/* Optional: Right-align text for the middle row on Desktop */
@media (min-width: 992px) {
    .flex-lg-row-reverse .industrial-card_content {
        text-align: right;
    }
    .flex-lg-row-reverse .card-line {
        left: auto;
        right: 0;
        border-radius: 4px 0 0 4px;
    }
}


/* Container Background - Using a dark theme makes the blue accents pop */
.service-area-industrial {
    background: #0f172a; /* Deep Navy Industrial Background */
    padding: 100px 0;
    overflow: hidden;
}

/* The Card Wrapper */
.industrial-card {
    position: relative;
    padding-left: 30px; /* Space for the accent line */
    transition: all 0.4s ease;
}

/* Vertical Accent Line (The "Circuit" look) */
.card-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #00d4ff, transparent);
    box-shadow: 0 0 15px rgba(0, 212, 255, 0.5);
    border-radius: 2px;
}

/* Title Styling */
.industrial-card_title {
    font-family: 'Poppins', sans-serif; /* Professional Sans-serif */
    font-size: 31px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
    text-transform:uppercase;
}

/* Subtitle Styling (The Blue Tech Text) */
.industrial-card_subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00d4ff; /* Tech Cyan */
    letter-spacing: 2px;
    margin-bottom: 20px;
    display: block;
}

/* Content Text Styling */
.industrial-card_text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #94a3b8; /* Soft Slate Grey for better readability */
    max-width: 500px;
}

/* Adjustments for the Alternating Row (Middle Row) */
.flex-lg-row-reverse .industrial-card {
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

.flex-lg-row-reverse .card-line {
    left: auto;
    right: 0;
    background: linear-gradient(to top, #00d4ff, transparent);
}

.flex-lg-row-reverse .industrial-card_text {
    margin-left: auto; /* Keeps text aligned right on wide screens */
}

/* Reset/Initial state of the card */
.industrial-card {
    position: relative;
    padding: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0); /* Invisible initially */
    border: 1px solid rgba(255, 255, 255, 0); /* Transparent border */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    z-index: 2;
}

/* Glass Card Appearance on Hover */
.industrial-card:hover {
    background: rgba(255, 255, 255, 0.05); /* Semi-transparent white */
    backdrop-filter: blur(12px); /* This creates the frosted glass effect */
    -webkit-backdrop-filter: blur(12px); /* Safari support */
    border: 1px solid rgba(255, 255, 255, 0.15); /* Soft glowing border */
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37), 
                inset 0 0 15px rgba(0, 212, 255, 0.1); /* Subtle blue inner glow */
    transform: translateY(-5px); /* Slight lift */
}

/* Make sure the text color is bright when hovered */
.industrial-card:hover .industrial-card_text {
    color: #ffffff;
}

/* Optional: Make the card-line grow on hover */
.industrial-card:hover .card-line {
    background: #00d4ff;
    box-shadow: 0 0 20px #00d4ff;
}
.industrial-card {
    position: relative;
    padding: 40px; /* This creates the 'breathing room' inside the glass */
    border-radius: 20px;
    background: transparent;
    transition: all 0.5s ease;
    overflow: visible; /* Allows the glow to spread */
    display: block;
    width: 100%;
}

/* The Glass Hover Effect */
.industrial-card:hover {
    background: rgba(255, 255, 255, 0.07); /* Light white tint */
    backdrop-filter: blur(15px); /* The frosted glass look */
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Ensure Title and Subtitle stay inside and look sharp */
.industrial-card_title, 
.industrial-card_subtitle, 
.industrial-card_text {
    margin-top: 0 !important; /* Forces them to stay inside the card */
    position: relative;
    z-index: 3;
}
.inam-hex-shape {
    width: 300px;
    height: 260px;   /* ✅ FIXED HEIGHT */

    clip-path: polygon(
        25% 0%, 75% 0%,
        100% 50%,
        75% 100%,
        25% 100%,
        0% 50%
    );

    overflow: hidden;
}
.inam-hex-card {
    overflow: visible !important;
}
.service-area-1 .service-card {
  background-color: #f3f3f3;
  border-color: #dfe3e5;
}
/*products*/
.machines-hero-separate {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: url('../img/products-hero.webp') center center / cover no-repeat;
    overflow: hidden;
    padding: 0;
}

.machines-hero-separate .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.machines-hero-inner {
    max-width: 980px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.machines-hero-inner h1 {
    font-family: 'Archivo', sans-serif;
    font-size: 72px;
    line-height: 1.06;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -2px;
    max-width: 950px;
    padding-top: 85px;
}

.machines-hero-inner p {
    font-size: 28px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
    max-width: 760px;
}

.machines-hero-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.machines-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 64px;
    padding: 0 34px;
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 16px 40px rgba(249, 115, 22, 0.32);
}

.machines-btn-primary:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.machines-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 64px;
    padding: 0 34px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    transition: all 0.35s ease;
}

.machines-btn-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}

.machines-products-separate {
    position: relative;
    z-index: 5;
    padding-bottom: 75px;
    padding-top: 188px;
}

.machines-products-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.08fr 0.95fr;
    gap: 22px;
    align-items: end;
    /* padding-top: 40px; */
    margin-top: -128px;
}

.machines-product-card {
    position: relative;
    display: block;
    text-decoration: none;
    border-radius: 26px;
    overflow: hidden;
    min-height: 540px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    transition: all 0.4s ease;
}

.machines-card-left,
.machines-card-right {
    min-height: 500px;
}

.machines-card-center {
    min-height: 640px;
}

.machines-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.machines-product-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
    z-index: 1;
}

.machines-product-card:hover .machines-product-image {
    transform: scale(1.06);
}

.machines-product-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(7, 10, 18, 0.18) 35%, rgba(6, 8, 16, 0.95) 100%);
}

.machines-product-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: 34px 30px 28px;
}

.machines-product-content h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 33px;
    line-height: 1.05;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px;
    letter-spacing: -0.8px;
}

.machines-card-center .machines-product-content h3 {
    font-size: 37px;
}

.machines-product-content p {
    font-size: 19px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    margin: 0 0 24px;
    max-width: 95%;
}

.machines-card-center .machines-product-content p {
    font-size: 22px;
}

.machines-product-content span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.24);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 30px;
    transition: all 0.35s ease;
    background: rgba(255, 255, 255, 0.03);
}
.machines-product-card {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.24, 1, 0.32, 1), 
                transform 0.8s cubic-bezier(0.24, 1, 0.32, 1);
}

.machines-product-card.animate {
    opacity: 1;
    transform: translateY(0);
}

.machines-card-left.animate { transition-delay: 0.1s; }
.machines-card-center.animate { transition-delay: 0.25s; }
.machines-card-right.animate { transition-delay: 0.4s; }

.machines-product-card.animate:hover {
    transform: translateY(-10px);
}

.machines-product-card:hover .machines-product-content span {
    background: #ffffff;
    color: #111827;
    transform: translateX(4px);
}

.heavy-theme {
    background: url('../img/heavyequip-hero.webp') center center / cover no-repeat;
}

.tractor-theme {
    background: url('../img/tractor2.webp') center 30% / cover no-repeat;
}

/* .implements-theme {
    background: url('inamagro/assets/img/product/Tractor-implements.jpeg') center center / cover no-repeat;
} */

.tractor-two-grid {
    max-width: 860px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}

.implements-grid {
    max-width: 980px;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
}

.implements-hero-adjust {
    transform: translateY(20px);
}

.machines-heavy-image {
    background-image: url('../img/product/heavy-equipment.webp');
}

.machines-tractor-image {
    background-image: url('../img/product/Tractor4.webp');
}

.machines-implements-image {
    background-image: url('../img/product/Tractor-implements.webp');
}

@media (max-width: 992px) {
    .tractor-two-grid,
    .implements-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}
.excavator-feature-card, 
.excavator-app-card, 
.excavator-custom-table tbody tr {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

.excavator-app-card {
    transform: scale(0.9) translateY(30px);
}

.excavator-custom-table tbody tr {
    transform: translateX(-20px);
}

.excavator-feature-card.animate, 
.excavator-app-card.animate, 
.excavator-custom-table tbody tr.animate {
    opacity: 1;
    transform: translateY(0) translateX(0) scale(1);
}

.excavator-feature-card:nth-child(1) { transition-delay: 0.1s; }
.excavator-feature-card:nth-child(2) { transition-delay: 0.2s; }
.excavator-feature-card:nth-child(3) { transition-delay: 0.3s; }

.excavator-app-card:hover .excavator-app-img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.excavator-app-card {
    overflow: hidden;
}
.machines-hero-inner h1, 
.machines-hero-inner p {
    opacity: 0;
    transform: translateX(-50px);
    animation: heroSlideIn 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.machines-hero-inner p {
    animation-delay: 0.3s;
}

@keyframes heroSlideIn {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-subtitle {
  display: inline-block;
  font-size: 40px;
  font-weight: 750;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-left: 4px solid var(--theme-color, #80b435);
  padding-left: 15px;
  line-height: 1.5;
}
/* INITIAL STATE */
.inamx-perfect-row {
    opacity: 0;
    transform: translateY(60px);
    transition: all 0.8s ease;
}

/* LEFT */
.inamx-perfect-row.left {
    transform: translateX(-120px);
}

/* RIGHT */
.inamx-perfect-row.right {
    transform: translateX(120px);
}

/* WHEN VISIBLE */
.inamx-perfect-row.show {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.agro-details-application-card {
    opacity: 0;
}

.agro-details-application-card.animate {
    animation: slideInLeft 0.8s ease forwards;
}

.agro-details-application-card:nth-child(2) {
    animation-delay: 0.2s;
}

.agro-details-application-card:nth-child(3) {
    animation-delay: 0.4s;
}

.product-agro-specs-header h2,
.product-agro-data-table tbody tr td,
.product-agro-download-btn {
    opacity: 0;
    transform: translateY(35px);
    filter: blur(4px);
    transition: all 0.7s ease;
}

.product-agro-technical-specs.animate .product-agro-specs-header h2,
.product-agro-technical-specs.animate .product-agro-data-table tbody tr td,
.product-agro-technical-specs.animate .product-agro-download-btn {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(1) td { transition-delay: 0.08s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(2) td { transition-delay: 0.14s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(3) td { transition-delay: 0.20s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(4) td { transition-delay: 0.26s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(5) td { transition-delay: 0.32s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(6) td { transition-delay: 0.38s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(7) td { transition-delay: 0.44s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(8) td { transition-delay: 0.50s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(9) td { transition-delay: 0.56s; }
.product-agro-technical-specs.animate .product-agro-data-table tbody tr:nth-child(10) td { transition-delay: 0.62s; }

.product-agro-technical-specs.animate .product-agro-download-btn {
    transition-delay: 0.75s;
}


/* enquiry styling */
.inam-enquiry-page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    padding: 140px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    overflow: hidden;
}

.inam-enquiry-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("assets/img/bg5.webp") center center / cover no-repeat;
    opacity: 0.12;
    z-index: 0;
    pointer-events: none;
}

.inam-enquiry-container {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.96);
    max-width: 980px;
    width: 100%;
    padding: 55px 42px;
    border-radius: 24px;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.10), 0 10px 25px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.inam-enquiry-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #f08113, #ffb347);
}

.inam-enquiry-title {
    color: #f08113;
    font-size: 44px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    line-height: 1.1;
}

.inam-enquiry-subtitle {
    color: #64748b;
    text-align: center;
    margin-bottom: 38px;
    font-size: 16px;
    line-height: 1.8;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.inam-tractor-preview {
    display: flex;
    align-items: center;
    gap: 22px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef4fa 100%);
    padding: 22px 24px;
    border-radius: 18px;
    margin-bottom: 38px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    position: relative;
    overflow: hidden;
}

.inam-tractor-preview::after {
    content: "";
    position: absolute;
    right: -60px;
    top: -60px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(240,129,19,0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.inam-tractor-preview img {
    width: 105px;
    height: 105px;
    object-fit: cover;
    border-radius: 16px;
    flex-shrink: 0;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.10);
}

.inam-tractor-info {
    position: relative;
    z-index: 2;
}

.inam-tractor-info h3 {
    margin: 0;
    color: #173b73;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.inam-tractor-info p {
    margin: 8px 0 0;
    font-size: 18px;
    color: #64748b;
    font-weight: 500;
}

.inam-enquiry-form {
    width: 100%;
}

.inam-enquiry-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 22px;
}

.inam-enquiry-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.inam-enquiry-field label {
    font-weight: 700;
    font-size: 18px;
    color: #0f172a;
    margin: 0;
    letter-spacing: 0;
}

.inam-enquiry-field input,
.inam-enquiry-field select,
.inam-enquiry-field textarea {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dbe2ea;
    border-radius: 14px;
    font-size: 16px;
    color: #111827;
    outline: none;
    transition: all 0.28s ease;
    font-family: inherit;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

.inam-enquiry-field input,
.inam-enquiry-field select {
    height: 60px;
    padding: 0 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.inam-enquiry-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 9 11 12 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 16px;
    padding-right: 48px;
}

.inam-enquiry-field textarea {
    min-height: 180px;
    padding: 18px;
    resize: vertical;
    line-height: 1.7;
}

.inam-enquiry-field input::placeholder,
.inam-enquiry-field textarea::placeholder {
    color: #94a3b8;
    font-size: 15px;
}

.inam-enquiry-field input:focus,
.inam-enquiry-field select:focus,
.inam-enquiry-field textarea:focus {
    border-color: #f08113;
    background: #fffdf9;
    box-shadow: 0 0 0 5px rgba(240, 129, 19, 0.12);
    transform: translateY(-1px);
}

.inam-enquiry-field:nth-child(7),
.inam-enquiry-field:nth-child(8) {
    grid-column: span 2;
}

.inam-enquiry-submit {
    margin-top: 34px;
    display: flex;
    justify-content: flex-start;
}

.inam-enquiry-btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f08113 0%, #ff9f2f 100%);
    color: #ffffff;
    padding: 16px 34px;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 220px;
    letter-spacing: 0.3px;
    box-shadow: 0 14px 28px rgba(240, 129, 19, 0.22);
}

.inam-enquiry-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(240, 129, 19, 0.28);
    background: linear-gradient(135deg, #e9760f 0%, #ff961b 100%);
}

@media (max-width: 991px) {
    .inam-enquiry-container {
        padding: 40px 24px;
        border-radius: 20px;
      
 
  
    margin-top: 20px;
  
    }

    .inam-enquiry-title {
        font-size: 36px;
    }

    .inam-tractor-info h3 {
        font-size: 26px;
    }

    .inam-tractor-info p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .inam-enquiry-page {
        padding: 50px 16px;
    }

    .inam-enquiry-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .inam-enquiry-field:nth-child(7),
    .inam-enquiry-field:nth-child(8) {
        grid-column: span 1;
    }

    .inam-tractor-preview {
        flex-direction: column;
        align-items: flex-start;
    }

    .inam-enquiry-submit {
        justify-content: stretch;
    }

    .inam-enquiry-btn {
        width: 100%;
    }

    .inam-enquiry-title {
        font-size: 30px;
    }

    .inam-enquiry-subtitle {
        font-size: 15px;
    }

    .inam-tractor-info h3 {
        font-size: 22px;
    }

    .inam-tractor-preview img {
        width: 92px;
        height: 92px;
    }
}
.product-agro-features-image-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.product-agro-focused-image-wrapper {
    width: 100%;
    height: 520px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    border: 1px solid #edf2f7;
    position: relative;
    background: #ffffff;
    padding: 0;
}

.product-agro-focused-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease, transform 0.4s ease;
    padding: 0;
    margin: 0;
}

.product-agro-360-thumbs {
    display: flex;
    gap: 14px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}

.product-agro-thumb {
    width: 92px;
    height: 92px;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid #e8edf3;
    background: #ffffff;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
    flex-shrink: 0;
}

.product-agro-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-agro-thumb:hover {
    transform: translateY(-4px);
    border-color: #f97316;
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.16);
}

.product-agro-thumb.active {
    border-color: #f97316;
    box-shadow: 0 14px 30px rgba(249, 115, 22, 0.18);
    background: #fff;
}

/* responsiveness */
/* productspage */
@media (max-width: 1200px) {
    .argo-details-hero-v2 { padding: 100px 40px; }
    .argo-details-hero-content-v2 h1 { font-size: 48px; }
    .argo-details-feature-strip { grid-template-columns: repeat(4, 1fr); bottom: -80px; }
    .product-agro-features-layout { grid-template-columns: 1fr; }
    .product-agro-focused-image-wrapper { height: 400px; order: -1; }
    .product-agro-business-grid { grid-template-columns: repeat(2, 1fr); }
    .agro-details-related-grid, .agro-details-applications-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 991px) {
    .products-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 20px; }
    .argo-details-hero-v2 { padding: 80px 20px; text-align: center; justify-content: center; }
    .argo-details-hero-content-v2 p { margin-left: auto; margin-right: auto; }
    .argo-details-hero-buttons { justify-content: center; }
    .argo-details-feature-strip { grid-template-columns: repeat(3, 1fr); position: relative; bottom: 0; transform: none; left: 0; width: 100%; margin-top: 40px; }
    .product-agro-business-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .argo-details-hero-content-v2 h1 { font-size: 36px; }
    .product-agro-features-grid { grid-template-columns: 1fr; }
    .product-agro-features-header h2, .agro-details-applications-heading h2, .product-agro-section-title, .agro-details-related-title { font-size: 28px; text-align: center; }
    .agro-details-applications-grid, .agro-details-related-grid { grid-template-columns: 1fr; }
    .product-agro-label-cell { width: 50%; padding: 12px 15px; }
    .product-agro-value-cell { width: 50%; padding: 12px 15px; }
    .argo-details-feature-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
    .argo-details-hero-content-v2 h1 { font-size: 28px; }
    .argo-details-hero-buttons .argo-details-btn-solid, 
    .argo-details-hero-buttons .argo-details-btn-outline { width: 100%; min-width: 100%; }
    .product-agro-business-grid { grid-template-columns: 1fr; }
    .argo-details-feature-strip { grid-template-columns: 1fr; }
    .argo-details-feature-item { border-right: none; border-bottom: 1px solid #edf2f7; }
    .product-agro-focused-image-wrapper { height: 280px; }
    .whatsapp-float { width: 45px; height: 45px; right: 15px; bottom: 70px; }
}

@media (min-width: 1921px) {
    .argo-details-hero-container, 
    .product-agro-features-container, 
    .agro-details-applications-container, 
    .product-agro-business-container, 
    .product-agro-specs-container, 
    .agro-details-related-container { max-width: 1600px; }
    .argo-details-hero-content-v2 h1 { font-size: 72px; }
    .argo-details-hero-content-v2 p { font-size: 22px; max-width: 900px; }
    .product-agro-feature-title { font-size: 20px; }
    .product-agro-feature-desc { font-size: 16px; }
    .product-agro-focused-image-wrapper { height: 700px; }
}

@media (min-width: 2561px) {
    .argo-details-hero-container, 
    .product-agro-features-container, 
    .agro-details-applications-container, 
    .product-agro-business-container, 
    .product-agro-specs-container, 
    .agro-details-related-container { max-width: 2200px; }
    .argo-details-hero-v2 { padding: 250px 0; }
    .product-agro-label-cell, .product-agro-value-cell { font-size: 20px; padding: 30px; }
}
/* landingpage */
@media (max-width: 1200px) {
    .heavymachine-landing-container { max-width: 95%; }
    .heavymachine-landing-row { gap: 20px; }
}

@media (max-width: 992px) {
    .heavymachine-landing-row { grid-template-columns: repeat(2, 1fr); }
    .heavymachine-landing-main-title { font-size: 42px; }
    .heavymachine-landing-card-image { height: 280px; }
}

@media (max-width: 768px) {
    .heavymachine-landing-hero { min-height: 35vh; padding: 140px 20px 80px; }
    .heavymachine-landing-main-title { font-size: 36px; text-align: center; width: 100%; }
    .heavymachine-landing-hero-content { align-items: center; text-align: center; max-width: 100%; }
    .buy-modal-content { width: 95%; padding: 20px; }
    .buy-product-top { flex-direction: column; text-align: center; }
    .buy-product-top img { width: 100%; height: 200px; }
}

@media (max-width: 600px) {
    .heavymachine-landing-row { grid-template-columns: 1fr; }
    .heavymachine-landing-hero { min-height: 30vh; padding: 100px 15px 60px; }
    .heavymachine-landing-main-title { font-size: 28px; }
    .heavymachine-landing-card-image { height: 240px; }
    .heavymachine-landing-card-actions { flex-direction: column; }
    .heavymachine-landing-btn { width: 100%;padding:12px; }
    .buy-actions { flex-direction: column; }
}

@media (max-width: 320px) {
    .heavymachine-landing-main-title { font-size: 24px; }
    .heavymachine-landing-card-content { padding: 15px; }
    .heavymachine-landing-item-name { font-size: 16px; }
}

@media (min-width: 1400px) {
    .heavymachine-landing-container { max-width: 1320px; }
    .heavymachine-landing-main-title { font-size: 60px; }
}

@media (min-width: 1920px) {
    .heavymachine-landing-container { max-width: 1800px; }
    .heavymachine-landing-hero { min-height: 50vh; padding: 200px 0; }
    .heavymachine-landing-main-title { font-size: 80px; }
    .heavymachine-landing-card-image { height: 400px; }
    .heavymachine-landing-item-name { font-size: 24px; }
}

@media (min-width: 2560px) {
    .heavymachine-landing-container { max-width: 2400px; }
    .heavymachine-landing-row { gap: 50px; }
    .heavymachine-landing-main-title { font-size: 100px; }
    .heavymachine-landing-card-image { height: 500px; }
    .heavymachine-landing-btn { height: 60px; font-size: 18px; }
}

@media (min-width: 3840px) {
    .heavymachine-landing-container { max-width: 3400px; }
    .heavymachine-landing-row { grid-template-columns: repeat(4, 1fr); gap: 60px; }
    .heavymachine-landing-main-title { font-size: 140px; }
    .heavymachine-landing-card-image { height: 650px; }
    .heavymachine-landing-item-name { font-size: 32px; }
}
/* productdetails */
@media (max-width: 1200px) {
    .argo-details-hero-v2 { padding: 100px 40px; }
    .argo-details-hero-content-v2 h1 { font-size: 48px; }
    .argo-details-feature-strip { grid-template-columns: repeat(4, 1fr); bottom: -143px; }
    .argo-details-feature-item:nth-child(4n) { border-right: none; }
    .argo-details-feature-item:nth-child(n+5) { border-top: 1px solid #edf2f7; }
}

@media (max-width: 992px) {
    .product-agro-features-layout { grid-template-columns: 1fr; }
    .product-agro-features-image-column { order: -1; }
    .product-agro-focused-image-wrapper { height: 400px; }
    .argo-details-applications-grid, 
    .argo-details-related-grid { grid-template-columns: repeat(2, 1fr); }
    .product-agro-business-grid { grid-template-columns: repeat(2, 1fr); }
    .argo-details-hero-content-v2 h1 { font-size: 40px; }
}

@media (max-width: 768px) {
    .argo-details-hero-v2 { padding: 80px 20px; text-align: center; height: auto !important; min-height: 400px; }
    .argo-details-hero-content-v2 { margin: 0 auto; }
    .product-agro-key-features { padding-top: 80px; }
    .product-agro-label-cell, .product-agro-value-cell { width: 50%; padding: 15px; }
    .argo-details-related-title { font-size: 32px; }
    .product-agro-360-thumbs { display: flex; justify-content: center; gap: 10px; margin-top: 15px; }
}

@media (max-width: 720px) {
    .argo-details-feature-strip { display: none; }
}

@media (max-width: 576px) {
    .argo-details-hero-content-v2 h1 { font-size: 32px; }
    .argo-details-applications-grid,
    .argo-details-related-grid,
    .product-agro-business-grid,
    .product-agro-features-grid { grid-template-columns: 1fr; }
    .product-agro-data-table tr { display: flex; flex-direction: column; }
    .product-agro-label-cell, .product-agro-value-cell { width: 100%; text-align: center; border-right: none; }
    .product-agro-value-cell { border-bottom: 2px solid #fff; }
    .product-agro-focused-image-wrapper { height: 300px; }
}

@media (max-width: 320px) {
    .argo-details-hero-content-v2 h1 { font-size: 26px; }
    .argo-details-btn-solid, .argo-details-btn-outline { min-width: 100%; padding: 12px; margin-bottom: 10px; }
    .product-agro-feature-card { padding: 15px; }
}

@media (min-width: 1440px) {
    .argo-details-hero-container,
    .product-agro-features-container,
    .argo-details-applications-container,
    .product-agro-business-container,
    .product-agro-specs-container,
    .agro-details-related-container { max-width: 1300px; }
    .argo-details-hero-content-v2 h1 { font-size: 64px; }
}

@media (min-width: 1920px) {
    .argo-details-hero-container,
    .product-agro-features-container,
    .argo-details-applications-container,
    .product-agro-business-container,
    .product-agro-specs-container,
    .agro-details-related-container { max-width: 1700px; }
    .argo-details-hero-v2 { height: 600px !important; }
    .product-agro-focused-image-wrapper { height: 700px; }
    .product-agro-label-cell, .product-agro-value-cell { font-size: 16px; padding: 25px 40px; }
}

@media (min-width: 2560px) {
    .argo-details-hero-container,
    .product-agro-features-container,
    .argo-details-applications-container,
    .product-agro-business-container,
    .product-agro-specs-container,
    .agro-details-related-container { max-width: 2200px; }
    .argo-details-hero-content-v2 h1 { font-size: 80px; }
    .product-agro-feature-card { padding: 40px; }
}

@media (min-width: 3840px) {
    .argo-details-hero-container,
    .product-agro-features-container,
    .argo-details-applications-container,
    .product-agro-business-container,
    .product-agro-specs-container,
    .agro-details-related-container { max-width: 3200px; }
    .argo-details-hero-content-v2 h1 { font-size: 110px; }
    .argo-details-hero-v2 { height: 800px !important; }
    .product-agro-focused-image-wrapper { height: 1000px; }
    .product-agro-data-table td { font-size: 24px; padding: 40px; }
}
/* about */

@media (min-width: 3840px) {
    .inamx-about-hero-sec { height: 60vh; }
    .inamx-about-hero-content { max-width: 1200px; padding: 200px 100px; }
    .inamx-about-heading { font-size: 80px; }
    .inamx-about-desc { font-size: 28px; }
    .inamx-why-container, .about-area-2 .container, .inamx-stats-container { max-width: 2500px; }
    .inamx-why-title { font-size: 64px; }
    .inamx-card h3 { font-size: 32px; }
    .inamx-card p { font-size: 22px; }
    .inamx-icon { width: 100px; height: 100px; font-size: 40px; }
    .inamx-stat h3 { font-size: 60px; }
    .inamx-stat p { font-size: 24px; }
    .inamx-glass-card { max-width: 1200px; padding: 100px; }
    .abt-cta { font-size: 60px; }
}

@media (min-width: 2560px) and (max-width: 3839px) {
    .inamx-about-hero-content { max-width: 1000px; }
    .inamx-about-heading { font-size: 64px; }
    .inamx-why-container { max-width: 1800px; }
    .inamx-why-grid { gap: 40px; }
    .inamx-card { padding: 50px; }
}

@media (max-width: 1200px) {
    .inamx-about-hero-content { padding: 120px 40px; }
    .inamx-about-grid { gap: 30px; flex-direction: column; text-align: center; }
    .inamx-about-img { width: 100%; max-width: 500px; }
    .inamx-why-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 992px) {
    .about-area-2 .flex-row-reverse { flex-direction: column !important; }
    .about-thumb2 { margin-bottom: 40px; }
    .inamx-about-heading { font-size: 38px; }
    .process-wrapper { flex-direction: column; align-items: center; }
    .process-left { margin-bottom: 40px; }
    .process-right { width: 100%; padding-left: 0; }
}

@media (max-width: 768px) {
    .inamx-about-hero-sec { height: auto; min-height: 500px; }
    .inamx-about-hero-content { padding: 100px 20px; text-align: center; margin: 0 auto; }
    .inamx-hero-btns { justify-content: center; }
    .inamx-why-section { padding: 60px 20px; }
    .inamx-why-title { font-size: 32px; }
    .inamx-stats-container { flex-direction: column; gap: 30px; }
    .inamx-stat::after { display: none; }
    .inamx-stats-sec { margin-top: -60px; }
    .inamx-about-video-sec { height: 350px; }
    .inamx-about-video-content h2 { font-size: 30px; }
}

@media (max-width: 576px) {
    .inamx-why-grid { grid-template-columns: 1fr; }
    .inamx-about-heading { font-size: 32px; }
    .inamx-about-desc { font-size: 14px; }
    .sec-title { font-size: 28px; }
    .inamx-glass-card { padding: 40px 20px; }
    .abt-cta { font-size: 26px; }
    .inamx-hero-btns { flex-direction: column; }
    .inamx-about-btn { width: 100%; text-align: center; }
}

@media (max-width: 400px) {
    .inamx-about-hero-sec { min-height: 450px; }
    .inamx-about-hero-content { padding: 80px 15px; }
    .inamx-about-heading { font-size: 28px; }
    .inamx-about-heading br { display: none; }
    .inamx-why-section { padding: 40px 15px; }
    .inamx-why-title { font-size: 26px; margin-top: 0; }
    .inamx-why-subtitle { font-size: 13px; margin-bottom: 30px; }
    .inamx-card { padding: 20px 15px; }
    .inamx-icon { width: 50px; height: 50px; font-size: 20px; }
    .inamx-stat h3 { font-size: 30px; }
    .inamx-about-video-sec { height: 280px; }
    .inamx-about-video-content h2 { font-size: 22px; }
    .abt-cta { font-size: 22px; }
    .step { flex-direction: column; text-align: center; gap: 10px; }
    .step .circle { margin: 0 auto; }
}

@media (max-width: 320px) {
    .inamx-about-heading { font-size: 24px; }
    .inamx-why-title { font-size: 22px; }
    .sec-title { font-size: 24px; }
    .abt-cta { font-size: 18px; }
    .inamx-stat h3 { font-size: 26px; }
    .inamx-about-tag { font-size: 10px; }
}

/* contact */
@media (min-width: 3840px) {
    .inamx-hero-section { height: 600px; padding: 0 150px; }
    .inamx-hero-title { font-size: 82px; }
    .inamx-hero-desc { font-size: 24px; max-width: 900px; }
    .inamx-card-wrapper { gap: 60px; padding: 0 150px; }
    .inamx-card { width: 500px; padding: 60px; }
    .inamx-icon { width: 100px; height: 100px; font-size: 40px; margin-top: -90px; }
    .inamx-contact-section { padding: 150px; gap: 120px; }
    .inamx-form-box h2, .inamx-connect-box h2 { font-size: 56px; }
    .inamx-stats-section { margin: -150px 150px 0; padding: 60px 100px; }
    .inamx-stat h3 { font-size: 52px; }
    .inamx-stat p { font-size: 20px; }
    .inamx-map-section { height: 700px; }
}

@media (max-width: 1400px) {
    .inamx-card-wrapper { padding: 0 40px; gap: 20px; }
    .inamx-card { width: 100%; }
}

@media (max-width: 1200px) {
    .inamx-contact-section { padding: 70px 40px; gap: 40px;        padding-bottom: 143px; }
    .inamx-stats-section { margin: -110px 40px 0; padding: 30px; }
}

@media (max-width: 992px) {
    .inamx-card-wrapper { flex-wrap: wrap; }
    .inamx-card { width: calc(50% - 20px); margin-top: 60px; }
    .inamx-contact-section { flex-direction: column; }
    .inamx-stats-section { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: -93px; }
    .inamx-stat:not(:last-child)::after { display: none; }
    
}

@media (max-width: 768px) {
    .inamx-hero-section { padding: 0 30px; height: 450px; justify-content: center; text-align: center; }
    .inamx-hero-overlay { background: rgba(0,0,0,0.7); }
    .inamx-hero-tag { justify-content: center; }
    .inamx-hero-tag::before { display: none; }
    .inamx-hero-title { font-size: 42px; }
    .inamx-card { width: 100%; }
    .inamx-form-grid { grid-template-columns: 1fr; }
    .inamx-map-card { left: 50%; transform: translateX(-50%); width: 90%; bottom: 20px; }
    .inamx-contact-section { padding: 60px 20px 150px; }
    .inamx-stats-section { margin: -100px 20px 0; }
}

@media (max-width: 576px) {
    .inamx-hero-title { font-size: 34px; }
    .inamx-hero-desc { font-size: 14px; }
    .inamx-stats-section { grid-template-columns: 1fr; text-align: center; }
    .inamx-form-box { padding: 25px; }
    .inamx-form-box h2 { font-size: 26px; }
    .inamx-connect-box h2 { font-size: 26px; }
}

@media (max-width: 400px) {
    .inamx-hero-section { height: 400px; }
    .inamx-hero-title { font-size: 28px; }
    .inamx-card-wrapper { padding: 0 15px; }
    .inamx-contact-section { padding: 50px 15px 120px; }
    .inamx-stats-section { margin: -80px 15px 0; padding: 20px; }
    .inamx-stat h3 { font-size: 26px; }
    .inamx-map-section { height: 350px; }
}

@media (max-width: 320px) {
    .inamx-hero-title { font-size: 24px; }
    .inamx-hero-tag { font-size: 11px; }
    .inamx-card h4 { font-size: 18px; }
    .inamx-form-box h2, .inamx-connect-box h2 { font-size: 22px; }
}
/* myaorders*/

@media (min-width: 2560px) {
    .inam-container { max-width: 2200px; }
    .inam-section-header h1, .inam-section-header h2 { font-size: 48px; }
    .inam-section-header p { font-size: 20px; }
    .inam-stat-card { height: 280px; padding: 60px; gap: 30px; }
    .inam-stat-icon { width: 80px; height: 80px; font-size: 32px; }
    .stat-val { font-size: 36px; }
    .stat-label { font-size: 18px; }
    .inam-data-table thead th, .inam-data-table tbody td { padding: 30px; font-size: 18px; }
}

@media (max-width: 1400px) {
    .inam-container { max-width: 1140px; }
}

@media (max-width: 1199px) {
    .inam-container { max-width: 960px; }
    .inam-stat-card { padding: 30px; height: 180px; }
}

@media (max-width: 991px) {
    .inam-container { max-width: 720px; }
    .inam-stat-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .inam-stat-card { height: 160px; }
}

@media (max-width: 767px) {
    .inam-container { max-width: 540px; }
    .inam-main-wrapper { padding: 100px 0 60px; }
    .inam-section-header h1, .inam-section-header h2 { font-size: 24px; }
    .inam-stat-grid { grid-template-columns: 1fr; }
    .inam-stat-card { height: auto; padding: 25px; }
}

@media (max-width: 575px) {
    .inam-container { padding: 0 15px; }
    .inam-section-header { text-align: center; }
    .inam-section-header p { font-size: 14px; margin-top: 10px; }
    
    .inam-data-table thead { display: none; }
    .inam-data-table, .inam-data-table tbody, .inam-data-table tr, .inam-data-table td { display: block; width: 100%; }
    .inam-data-table tr { margin-bottom: 20px; border: 1px solid var(--card-border); border-radius: 10px; padding: 10px; background: #fff; }
    .inam-data-table td { text-align: right; padding: 12px 10px; border-bottom: 1px solid #f1f5f9; position: relative; display: flex; justify-content: space-between; align-items: center; }
    .inam-data-table td:last-child { border-bottom: none; }
    .inam-data-table td::before { content: attr(data-label); font-weight: 700; text-transform: uppercase; font-size: 11px; color: var(--text-gray); }
    
    .inam-stat-card { flex-direction: row; justify-content: flex-start; text-align: left; }
    .action-btn { width: 100%; text-align: center; }
}

@media (max-width: 320px) {
    .inam-section-header h1, .inam-section-header h2 { font-size: 20px; }
    .inam-stat-card { padding: 15px; }
    .stat-val { font-size: 18px; }
}
@media (max-width: 500px) {
    .inam-container {
        padding: 0 10px;
    }

    .inam-main-wrapper {
        padding: 60px 0 40px;
    }

    .inam-stat-grid {
        gap: 10px;
        margin-bottom: 25px;
    }

    .inam-stat-card {
        padding: 15px;
        height: auto;
        min-height: 80px;
        gap: 10px;
    }

    .inam-stat-icon {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }

    .stat-val {
        font-size: 16px;
    }

    .stat-label {
        font-size: 10px;
    }

    .inam-table-wrapper-card {
        padding: 5px;
        overflow: hidden;
    }

    .inam-table-container {
        margin: 0 -5px;
        width: calc(100% + 10px);
    }

    .inam-data-table {
        min-width: 100%; 
        table-layout: fixed; 
    }

    .inam-data-table thead th {
        padding: 10px 5px;
        font-size: 11px;
        white-space: nowrap;
    }

    .inam-data-table tbody td {
        padding: 10px 5px;
        font-size: 11px;
        word-break: break-word;
    }

    .order-id {
        font-size: 10px;
        padding: 2px 4px;
    }

    .product-name {
        font-size: 11px;
        line-height: 1.2;
    }

    .product-cat {
        font-size: 9px;
    }

    .status-pill {
        padding: 3px 6px;
        font-size: 9px;
    }

    .action-btn {
        padding: 5px 8px;
        font-size: 10px;
    }

    /* Hide less critical columns on very small screens to save space */
    .inam-data-table th:nth-child(3), 
    .inam-data-table td:nth-child(3) { 
        display: none; 
    }
}

@media (max-width: 380px) {
    .inam-data-table th:nth-child(4), 
    .inam-data-table td:nth-child(4) { 
        display: none; 
    }
}

@media (min-width: 2560px) {
    .inam-container { max-width: 2000px; }
    .inam-stat-card { height: 250px; padding: 40px; }
    .inam-stat-icon { width: 80px; height: 80px; font-size: 30px; }
    .stat-val { font-size: 32px; }
    .inam-data-table thead th, .inam-data-table tbody td { padding: 25px; font-size: 18px; }
}
.product-agro-focused-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #f3f5f8;
}

.product-agro-focused-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.35s ease, transform 0.35s ease, filter 0.35s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.product-agro-focused-image-wrapper img.image-switching {
    opacity: 0.92;
    transform: scale(1.01);
    filter: blur(1px);
}


.heavymachine-landing-card {
    cursor: pointer;
}
@media(max-width:768px){
  
.hero-subtitle {
  display: inline-block;
  font-size: 27px;
  font-weight: 750;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  border-left: 4px solid var(--theme-color, #80b435);
  padding-left: 15px;
  line-height: 1.5;

}
.machines-products-grid {
  display: unset;
  
  gap: 22px;
  align-items: end;
  padding-top: 40px;
  margin-top: -128px;
}
.machines-products-separate {
  position: relative;
  z-index: 5;
  padding-bottom: 75px;
  padding-top: 42px;
}
.machines-product-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 26px;
  overflow: hidden;
  min-height: 484px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  /* transition: all 0.4s ease; */
  margin-bottom: 20px;
}


.inamx-perfect-title {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0;
  color: #1c1c1c;
}
.inamx-perfect-tag {
  background: #ffe8dd;
  color: #ff5e14;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 38px;
}
.inamx-perfect-section {
  position: relative;
  padding: 0px 0;
    padding-bottom: 0px;
  background: url('assets/img/capabilities-bg2.webp') center center no-repeat;
    background-size: auto;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 20px;
}



.inamx-perfect-container {
  width:unset;
  margin: auto;
}
.inamx-perfect-heading {
  font-size: 13px;
  margin: 8px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Archivo" sanserif;
}
.inamx-perfect-card {
  background: #fff;
  border-radius: 18px;
  padding: 40px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  margin-left: 16px;
  margin-top: -45px;
}
.inamx-perfect-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  gap: 20px !important;
  
  width: 287px;
}
.inamx-products-desc {
  color: #6c6c6c;
  font-size: 16px;
  max-width: 300px;
  margin-left: -24px;
}
.inamx-products-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: -48px;
  margin-left: -27px;
}
.inamx-product-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
  position: relative;
  transition: 0.4s;
  width: 299px;
  margin-left: 10px;
}
.inamx-products-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px;
  position: relative;
}
}
@media(max-width:991px){
  .logo-img{
    left:0px !important;
    top:0% !important;
  }
  .inamx-card {
    width: calc(100% - 20px);
    margin-top: 60px;
  }
}
@media (min-width: 991px) and (max-width: 1070px) {

  .logo-img {
    left: 0 !important;
    top: 0 !important;
  }

  .main-menu ul {
    margin: 0;
    padding: 0;
    padding-left: 52px; /* keep only one */
  }

}
@media(min-width:1071px) and (max-width:1200px){
 .main-menu ul {
  margin: 0;
  padding: 0;
    
  padding-left: 142px;
}
}
@media(min-width:450px) and (max-width:768px){
  .process-left img {
  width: 192%;
  max-width: 624px;
  height: 40vh;
  margin-top: -37px;
  margin-left: -89px;
} .process-right {
    width: 100%;

    margin-left: -244px;
  }
}
@media(min-width:768px) and (max-width:994px){
  .process-left img {
  width: 192%;
  max-width: 761px;
  height: 50vh;
  margin-top: -37px;
  margin-left: -105px;
}
 .process-right {
    width: 100%;
    padding-left: 0;
    margin-left: -216px;
  }
}
@media(min-width:993px) and (max-width:1200px){
  .process-left img {
  width: 192%;
  max-width: 659px;
  height: 48vh;
  margin-top: -37px;
  margin-left: -105px;
}
.big-number {
  position: absolute;
  left: -136px;
  top: 0;
  font-size: 53px;
  color: rgba(0, 0, 0, 0.16);
  font-weight: 700;
}
.content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
}
.process-right {
  position: relative;
  width: 100%;
  transform: translate(49px);
}
}
@media(min-width:320px) and (max-width:420px){
  .process-left img {
  width: 192%;
  max-width: 471px;
  height: 33vh;
  margin-top: -37px;
  margin-left: -90px;
}
 .process-right {
    width: 100%;
    padding-left: 0;
    margin-left: -177px;
  }
 .step .circle {
    margin: 0 auto;

    margin-left: -7px;
  }
.big-number {
    position: absolute;
    left: -110px;
    top: 0;
    font-size: 47px;
    color: rgba(0, 0, 0, 0.16);
    font-weight: 700;
  }
.timeline-line {
  position: absolute;
  left: 48px;
  top: -15px;
  width: 2px;
  height: 93%;
  background: #ddd;
  transform: translate(0px);
}
.step.show {
  opacity: 1;
  transform: translateX(-63px);
}
}



/* =========================================
   FIX HEADER ICON DROPPING 1400px-1500px
========================================= */

@media screen and (min-width:1399px) and (max-width:1500px){

    .header-layout2 .main-menu{
        margin-left:180px;
    }

    .header-layout2 .header-button{
        margin-right:180px;
    }

    .header-layout2 .navbar-right-desc{
        padding:0 18px;
    }

    .header-layout2 .menu-area .logo-bg{
        width:210px;
    }

    .user-icon-fixed{
        margin-left:15px !important;
    }

    .main-menu > ul > li{
        margin-right:18px;
    }

    .main-menu > ul > li > a{
        font-size:15px;
    }

}

/* =========================================
   EXTRA CLEAN FIX FOR 1400px
========================================= */

@media screen and (max-width:1450px){

    .header-layout2 .header-button{
        gap:12px;
    }

    .user-dropdown{
        display:flex;
        align-items:center;
    }

    .user-dropdown .simple-icon{
        width:auto;
        min-width:auto;
    }

}


/* =========================================
   KEY FEATURES RESPONSIVE FIX
========================================= */

/* 4K SCREENS */
@media (min-width: 2200px){

    .product-agro-features-container{
        max-width: 1800px;
        margin:auto;
    }

    .product-agro-features-grid{
        gap:40px;
    }

    .product-agro-feature-card{
        padding:35px;
    }

    .product-agro-feature-title{
        font-size:28px;
    }

    .product-agro-feature-desc{
        font-size:18px;
        line-height:1.8;
    }

    .product-agro-focused-image-wrapper img{
        height:700px;
        object-fit:cover;
    }

}

/* LARGE LAPTOP */
@media (max-width: 1400px){

    .product-agro-features-layout{
        gap:40px;
    }

    .product-agro-features-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

/* LAPTOP */
@media (max-width: 1200px){

    .product-agro-features-container{
        padding:0 20px;
    }

    .product-agro-features-layout{
        display:flex;
        flex-direction:column;
        gap:40px;
    }

    .product-agro-features-grid{
        width:100%;
    }

    .product-agro-features-image-column{
        width:100%;
    }

    .product-agro-focused-image-wrapper img{
        width:100%;
        height:500px;
        object-fit:cover;
    }

}

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

    .product-agro-features-header h2{
        font-size:38px;
        text-align:center;
    }

    .product-agro-features-grid{
        grid-template-columns:1fr 1fr;
        gap:20px;
    }

    .product-agro-feature-card{
        padding:20px;
    }

    .product-agro-feature-title{
        font-size:18px;
    }

    .product-agro-feature-desc{
        font-size:14px;
    }

    .product-agro-focused-image-wrapper img{
        height:420px;
    }

}

/* MOBILE */
@media (max-width: 767px){

    .product-agro-key-features{
        overflow:hidden;
    }

    .product-agro-features-container{
        width:100%;
        padding:0 15px;
        box-sizing:border-box;
    }

    .product-agro-features-header h2{
        font-size:30px;
        line-height:1.3;
    }

    .product-agro-features-layout{
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    .product-agro-features-grid{
        display:grid;
        grid-template-columns:1fr;
        gap:18px;
    }

    .product-agro-feature-card{
        width:100%;
        padding:18px;
        border-radius:16px;
    }

    .product-agro-feature-icon{
        width:55px;
        height:55px;
        min-width:55px;
        font-size:22px;
    }

    .product-agro-feature-details{
        width:100%;
    }

    .product-agro-feature-title{
        font-size:16px;
        line-height:1.4;
    }

    .product-agro-feature-desc{
        font-size:13px;
        line-height:1.6;
    }

    .product-agro-features-image-column{
        width:100%;
    }

    .product-agro-focused-image-wrapper{
        width:100%;
        overflow:hidden;
        border-radius:18px;
    }

    .product-agro-focused-image-wrapper img{
        width:100%;
        height:300px;
        object-fit:cover;
        display:block;
    }

    .product-agro-360-thumbs{
        display:flex;
        justify-content:center;
        gap:10px;
        flex-wrap:wrap;
        margin-top:15px;
    }

    .product-agro-thumb{
        width:65px;
        height:65px;
    }

    .product-agro-thumb img{
        width:100%;
        height:100%;
        object-fit:cover;
    }

}

/* SMALL MOBILE */
@media (max-width: 480px){

    .product-agro-features-header h2{
        font-size:26px;
    }

    .product-agro-feature-card{
        padding:16px;
    }

    .product-agro-feature-title{
        font-size:15px;
    }

    .product-agro-feature-desc{
        font-size:12px;
    }

    .product-agro-focused-image-wrapper img{
        height:250px;
    }

    .product-agro-thumb{
        width:55px;
        height:55px;
    }

}

@media screen and (min-width:320px) and (max-width:500px){

    .product-agro-section-subtitle{
        padding-left:30px !important;
        padding-right:15px !important;
    }

}


/* =========================================
   INAM AGRO LOGIN PAGE
========================================= */

.inamagro-login-main-wrap{
    position:relative;
    width:100%;
    min-height:100vh;
    overflow:hidden;
    font-family:'Archivo',sans-serif;
    background:#f4f7fb;
}

.inamagro-login-main-wrap *{
    box-sizing:border-box;
}

/* =========================================
   BACKGROUND
========================================= */

.inamagro-login-bg-layer{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(255,255,255,.94) 0%,
        rgba(255,255,255,.90) 35%,
        rgba(255,255,255,.70) 60%,
        rgba(255,255,255,.38) 100%
    ),
    url('../img/login-bg2.webp');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    z-index:1;
}

.inamagro-login-bg-overlay{
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at top left, rgba(255,119,0,.08), transparent 35%),
    radial-gradient(circle at bottom right, rgba(0,102,255,.08), transparent 35%);
    z-index:2;
}

/* =========================================
   LOGIN SECTION
========================================= */

.inamagro-login-full-section{
    position:relative;
    z-index:5;
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    padding:60px 70px;
}

.inamagro-login-inner-grid{
    width:100%;
    display:grid;
    grid-template-columns:1.1fr .7fr;
    gap:80px;
    align-items:center;
}

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

.inamagro-login-left-box{
    max-width:760px;
}

.inamagro-login-logo-img{
    width:100%;
    max-width:680px;
    margin-bottom:10px;
}

.inamagro-login-main-title{
    font-size:68px;
    line-height:1.05;
    font-weight:800;
    color:#0d1320;
    margin-bottom:16px;
    text-transform:uppercase;
}

.inamagro-login-main-title span{
    color:#ff7a00;
}

.inamagro-login-subtitle{
    font-size:26px;
    color:#4f5d73;
    margin-bottom:40px;
    font-weight:500;
}

.inamagro-login-feature-list{
    display:flex;
    flex-direction:column;
    gap:24px;
}

.inamagro-login-feature-item{
    display:flex;
    align-items:center;
    gap:18px;
}

.inamagro-login-feature-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:20px;
    flex-shrink:0;

}

.inamagro-login-feature-text{
    font-size:22px;
    color:#394556;
    font-weight:500;
}

/* =========================================
   LOGIN CARD
========================================= */

.inamagro-login-card-wrap{
    width:100%;
    max-width:500px;
    margin-left:auto;
}

.inamagro-login-card-box{
    position:relative;
    background:rgba(255,255,255,.82);
    backdrop-filter:blur(14px);
    border-radius:34px;
    padding:50px 42px;
    border:1px solid rgba(255,255,255,.5);
    box-shadow:
    0 30px 60px rgba(0,0,0,.10),
    0 10px 30px rgba(255,122,0,.05);
    overflow:hidden;
}

.inamagro-login-card-box::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(255,122,0,.06);
}

.inamagro-login-card-box::after{
    content:'';
    position:absolute;
    bottom:-100px;
    left:-100px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(0,102,255,.04);
}

.inamagro-login-card-heading{
    position:relative;
    z-index:2;
    margin-bottom:38px;
}

.inamagro-login-card-title{
    font-size:48px;
    line-height:1.1;
    font-weight:800;
    color:#111827;
    text-transform:uppercase;
    margin-bottom:10px;
}

.inamagro-login-card-title span{
    color:#ff7a00;
}

.inamagro-login-card-para{
    font-size:16px;
    color:#677487;
    line-height:1.7;
}

/* =========================================
   FORM
========================================= */

.inamagro-login-form-main{
    position:relative;
    z-index:2;
}

.inamagro-login-input-group{
    margin-bottom:24px;
}

.inamagro-login-input-label{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#182333;
    margin-bottom:12px;
}

.inamagro-login-input-wrap{
    position:relative;
}

.inamagro-login-input-icon{
    position:absolute;
    top:50%;
    left:20px;
    transform:translateY(-50%);
    color:#7f8b9c;
    font-size:18px;
}

.inamagro-login-main-input{
    width:100%;
    height:68px;
    border-radius:18px;
    border:1px solid #dde4ee;
    background:#fff;
    padding:0 58px;
    font-size:16px;
    color:#1a2433;
    outline:none;
    transition:.35s ease;
}

.inamagro-login-main-input:focus{
    border-color:#ff7a00;
    box-shadow:0 0 0 5px rgba(255,122,0,.08);
}

.inamagro-login-main-input::placeholder{
    color:#8b97a8;
}

.inamagro-login-eye-icon{
    position:absolute;
    top:50%;
    right:22px;
    transform:translateY(-50%);
    color:#7f8b9c;
    cursor:pointer;
    font-size:18px;
}

.inamagro-login-options-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:30px;
}

.inamagro-login-checkbox-wrap{
    display:flex;
    align-items:center;
    gap:10px;
}

.inamagro-login-checkbox-wrap input{
    width:18px;
    height:18px;
    accent-color:#ff7a00;
}

.inamagro-login-checkbox-label{
    font-size:15px;
    color:#5c6879;
    font-weight:500;
}

.inamagro-login-forgot-link{
    font-size:15px;
    color:#ff7a00;
    font-weight:600;
    text-decoration:none;
}

.inamagro-login-forgot-link:hover{
    color:#e86800;
}

.inamagro-login-submit-btn{
    width:100%;
    height:68px;
    border:none;
    border-radius:18px;
    background:linear-gradient(135deg,#ff7a00,#ff9d2e);
    color:#fff;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
    transition:.35s ease;
    box-shadow:0 18px 30px rgba(255,122,0,.22);
}

.inamagro-login-submit-btn:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 40px rgba(255,122,0,.28);
}

.inamagro-login-bottom-text{
    margin-top:34px;
    text-align:center;
    font-size:16px;
    color:#697586;
}

.inamagro-login-bottom-text a{
    color:#ff7a00;
    text-decoration:none;
    font-weight:700;
}

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

@media(max-width:1400px){

    .inamagro-login-main-title{
        font-size:58px;
    }

}

@media(max-width:1199px){

    .inamagro-login-full-section{
        padding:50px;
    }

    .inamagro-login-inner-grid{
        gap:50px;
    }

    .inamagro-login-main-title{
        font-size:52px;
    }

}

@media(max-width:991px){

    .inamagro-login-full-section{
        padding:50px 30px;
    }

    .inamagro-login-inner-grid{
        grid-template-columns:1fr;
        gap:50px;
    }

    .inamagro-login-left-box{
        text-align:center;
        margin:auto;
    }

    .inamagro-login-card-wrap{
        margin:auto;
    }

    .inamagro-login-feature-item{
        justify-content:center;
    }

}

@media(max-width:767px){

    .inamagro-login-main-title{
        font-size:42px;
    }

    .inamagro-login-subtitle{
        font-size:20px;
    }

    .inamagro-login-card-title{
        font-size:36px;
    }

    .inamagro-login-card-box{
        padding:40px 26px;
        border-radius:28px;
    }

    .inamagro-login-options-row{
        flex-direction:column;
        align-items:flex-start;
    }

}

@media(max-width:575px){

    .inamagro-login-full-section{
        padding:30px 16px;
    }

    .inamagro-login-main-title{
        font-size:34px;
    }

    .inamagro-login-subtitle{
        font-size:18px;
        margin-bottom:30px;
    }

    .inamagro-login-feature-text{
        font-size:17px;
    }

    .inamagro-login-card-title{
        font-size:30px;
    }

    .inamagro-login-main-input{
        height:62px;
    }

    .inamagro-login-submit-btn{
        height:62px;
        font-size:18px;
    }

}

@media(max-width:320px){

    .inamagro-login-main-title{
        font-size:28px;
    }

    .inamagro-login-subtitle{
        font-size:16px;
    }

    .inamagro-login-feature-text{
        font-size:15px;
    }

}
@media (max-width: 1400px) {
  .inamagro-login-main-title {
    font-size: 45px;
  }
}
.inamagro-login-subtitle {
  font-size: 20px;
  color: #4f5d73;
  margin-bottom: 40px;
  font-weight: 500;
}
.inamagro-login-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;

  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c1a1a;
  font-size: 20px;
  flex-shrink: 0;
 
}
.inamagro-login-card-title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.inamagro-login-card-wrap {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-top: 40px;
}
/* =========================================
   BELOW 1200px
   SHOW ONLY LOGIN CARD
========================================= */

@media(max-width:1199px){

    .inamagro-login-full-section{
        justify-content:center;
        padding:60px 30px;
    }

    .inamagro-login-inner-grid{
        display:flex;
        justify-content:center;
        align-items:center;
    }

    /* HIDE LEFT CONTENT */

    .inamagro-login-left-box{
        display:none;
    }

    /* CENTER CARD */

    .inamagro-login-card-wrap{
        width:100%;
        max-width:520px;
        margin:auto;
    }

    .inamagro-login-card-box{
        padding:50px 40px;
    }

}

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

@media(max-width:575px){

    .inamagro-login-full-section{
        padding:30px 16px;
    }

    .inamagro-login-card-wrap{
        max-width:100%;
    }

    .inamagro-login-card-box{
        padding:36px 22px;
        border-radius:24px;
    }

}
/* =========================================
   4000px ULTRA WIDE SCREENS
========================================= */

@media(min-width:2200px){

    .inamagro-login-full-section{
        padding:120px 180px;
    }

    .inamagro-login-inner-grid{
        gap:160px;
    }

    .inamagro-login-left-box{
        max-width:1200px;
    }

    .inamagro-login-logo-img{
        max-width:520px;
    }

    .inamagro-login-main-title{
        font-size:140px;
        line-height:0.95;
    }

    .inamagro-login-subtitle{
        font-size:44px;
        max-width:1100px;
    }

    .inamagro-login-feature-list{
        gap:42px;
    }

    .inamagro-login-feature-icon{
        width:100px;
        height:100px;
        border-radius:30px;
        font-size:40px;
    }

    .inamagro-login-feature-text{
        font-size:42px;
    }

    .inamagro-login-card-wrap{
        max-width:760px;
    }

    .inamagro-login-card-box{
        border-radius:48px;
        padding:80px 70px;
    }

    .inamagro-login-card-title{
        font-size:88px;
    }

    .inamagro-login-card-para{
        font-size:32px;
    }

    .inamagro-login-input-label{
        font-size:30px;
        margin-bottom:20px;
    }

    .inamagro-login-main-input{
        height:100px;
        font-size:28px;
        border-radius:28px;
        padding:0 90px;
    }

    .inamagro-login-input-icon,
    .inamagro-login-eye-icon{
        font-size:32px;
    }

    .inamagro-login-submit-btn{
        height:100px;
        font-size:32px;
        border-radius:28px;
    }

    .inamagro-login-checkbox-label,
    .inamagro-login-forgot-link,
    .inamagro-login-bottom-text{
        font-size:26px;
    }

}


/* =========================================
   1800px - 2199px
========================================= */

@media(min-width:1800px) and (max-width:2199px){

    .inamagro-login-full-section{
        padding:100px 140px;
    }

    .inamagro-login-main-title{
        font-size:110px;
    }

    .inamagro-login-subtitle{
        font-size:34px;
    }

    .inamagro-login-feature-text{
        font-size:32px;
    }

    .inamagro-login-card-wrap{
        max-width:650px;
    }

    .inamagro-login-card-title{
        font-size:70px;
    }

    .inamagro-login-card-para{
        font-size:26px;
    }

    .inamagro-login-main-input{
        height:90px;
        font-size:24px;
    }

    .inamagro-login-submit-btn{
        height:90px;
        font-size:28px;
    }

}


/* =========================================
   1600px - 1799px
========================================= */

@media(min-width:1600px) and (max-width:1799px){

    .inamagro-login-main-title{
        font-size:92px;
    }

    .inamagro-login-subtitle{
        font-size:28px;
    }

    .inamagro-login-feature-text{
        font-size:28px;
    }

    .inamagro-login-card-title{
        font-size:58px;
    }

}


/* =========================================
   1400px - 1599px
========================================= */

@media(min-width:1400px) and (max-width:1599px){

    .inamagro-login-main-title{
        font-size:50px;
    }

    .inamagro-login-card-title{
        font-size:40px;
    }

}


/* =========================================
   BELOW 1200px
========================================= */

@media(max-width:1199px){

    .inamagro-login-full-section{
        justify-content:center;
        padding:60px 30px;
        margin-top: 30px;
    }

    .inamagro-login-inner-grid{
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .inamagro-login-left-box{
        display:none;
    }

    .inamagro-login-card-wrap{
        width:100%;
        max-width:520px;
        margin:auto;
    }

    .inamagro-login-card-box{
        padding:50px 40px;
    }

}


/* =========================================
   TABLET
========================================= */

@media(max-width:767px){

    .inamagro-login-card-title{
        font-size:28px;
        line-height:1.1;
    }

    .inamagro-login-card-para{
        font-size:16px;
    }

    .inamagro-login-main-input{
        height:66px;
        font-size:16px;
    }

    .inamagro-login-submit-btn{
        height:66px;
        font-size:18px;
    }

}


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

@media(max-width:575px){

    .inamagro-login-full-section{
        padding:28px 14px;
        margin-top: 30px;
    }

    .inamagro-login-card-wrap{
        max-width:100%;
    }

    .inamagro-login-card-box{
        padding:34px 20px;
        border-radius:24px;
                margin-top: 40px;
    }

    .inamagro-login-card-title{
        font-size:28px;
    }

    .inamagro-login-input-label{
        font-size:16px;
    }

}


/* =========================================
   320px DEVICES
========================================= */

@media(max-width:320px){

    .inamagro-login-card-box{
        padding:28px 16px;

    }

    .inamagro-login-card-title{
        font-size:24px;
    }

    .inamagro-login-main-input{
        height:60px;
        font-size:15px;
        padding:0 54px;
    }

    .inamagro-login-submit-btn{
        height:60px;
        font-size:16px;
    }

}

/*register*/
.inamx-register-section {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa, #eef1f5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 95px 20px;
}

/* CONTAINER */
.inamx-register-container {
    /* width: 1200px; */
    display: flex;
    gap: 60px;
    align-items: center;
}

/* LEFT SIDE */
.inamx-register-left {
    flex: 1;
}

.inamx-reg-logo {
    width: 200px;
    margin-bottom: 20px;
}

.inamx-reg-title {
    font-size: 34px;
    font-weight: 700;
    color: #1e2a38;
}

.inamx-reg-title span {
    color: #ff6a00;
}

.inamx-reg-sub {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

/* POINTS */
.inamx-reg-points {
    margin-top: 30px;
    list-style: none;
}

.inamx-reg-points li {
    margin-bottom: 12px;
    font-size: 18px;
    color: #333;
}

.inamx-reg-points i {
    color: #ff6a00;
    margin-right: 10px;
}

/* RIGHT CARD */
.inamx-register-card {
    flex: 1;
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

/* FORM */
.inamx-form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1e2a38;
}

.inamx-form-title span {
    color: #ff6a00;
}

.inamx-form-desc {
    margin: 10px 0 25px;
    font-size: 14px;
    color: #666;
}

/* INPUT */
.inamx-input {
    display: flex;
    align-items: center;
    background: #f7f8fa;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 15px;
}

.inamx-input i {
    color: #999;
    margin-right: 10px;
}

.inamx-input input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;
    font-size: 14px;
}

/* CHECKBOX */
.inamx-checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0 20px;
    font-size: 13px;
}

.inamx-checkbox input {
    margin-right: 8px;
}

.inamx-checkbox a {
    color: #ff6a00;
    text-decoration: none;
}

/* BUTTON */
.inamx-register-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(90deg, #ff6a00, #ff8c2f);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.inamx-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,106,0,0.3);
}

/* LOGIN TEXT */
.inamx-login-text {
    margin-top: 15px;
    font-size: 13px;
    text-align: center;
}

.inamx-login-text a {
    color: #ff6a00;
    text-decoration: none;
}
.inamx-register-section {
    position: relative;
    min-height: 100vh;

    background: url('../img/login-bg.webp') no-repeat center/cover;

    display: flex;
    align-items: center;
    justify-content: center;
}
.inamx-register-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.2); /* soft white overlay */
}
.inamx-register-container {
    position: relative;
    z-index: 2;
}
.inamx-register-section {
    background: url('../img/login-bg2.webp')no-repeat center /cover;
}
.inamx-register-card {
    width: 420px;          /* 👈 reduce width (try 380–450px) */
    padding: 30px;         /* 👈 reduced from 40px */
    
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.inamx-register-card {
    width: 420px;
    padding: 35px 30px;
    background: rgba(255, 255, 255, 0.95);
    
    border-radius: 18px;

    box-shadow: 
        0 20px 50px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05);

    backdrop-filter: blur(8px);

    position: relative;
    overflow: hidden;
}
.inamx-register-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;

    background: linear-gradient(90deg, #ff6a00, #ff9d2f);
}
.inamx-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #1c2b39;
}

.inamx-form-title span {
    color: #ff6a00;
}
.inamx-form-desc {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 20px;
}
.inamx-input {
    display: flex;
    align-items: center;

    background: #f4f6f9;
    border-radius: 10px;

    padding: 12px 14px;
    margin-bottom: 14px;

    border: 1px solid transparent;

    transition: 0.3s;
}

.inamx-input:hover {
    border: 1px solid #ff6a00;
    background: #fff;
}

.inamx-input i {
    color: #9ca3af;
    margin-right: 10px;
    font-size: 14px;
}

.inamx-input input {
    border: none;
    outline: none;
    width: 100%;
    background: transparent;

    font-size: 14px;
    color: #333;
}
.inamx-register-btn {
    width: 100%;
    padding: 13px;

    background: linear-gradient(90deg, #ff6a00, #ff8c2f);

    border: none;
    border-radius: 10px;

    color: white;
    font-size: 15px;
    font-weight: 600;

    cursor: pointer;
    transition: 0.3s;
}

.inamx-register-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,106,0,0.3);
}
.inamx-checkbox {
    font-size: 12px;
    color: #666;
}

.inamx-checkbox a {
    color: #ff6a00;
    font-weight: 500;
}
.inamx-login-text {
    font-size: 12px;
    color: #777;
}

.inamx-login-text a {
    color: #ff6a00;
    font-weight: 600;
}
/* CARD */
.inamx-reg-card {
    width: 420px;
    padding: 35px 30px;
    background: rgba(255,255,255,0.96);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
    position: relative;
}

/* TOP BORDER */
.inamx-reg-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    /* background: linear-gradient(90deg,#ff6a00,#ff9d2f); */
}

/* TITLE */
.inamx-reg-h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1c2b39 !important;
    margin: 0 0 10px 0 !important;
}

.inamx-reg-span {
    color: #ff6a00 !important;
}

/* DESCRIPTION */
.inamx-reg-p {
    font-size: 13px !important;
    color: #6b7280 !important;
    margin-bottom: 20px !important;
}

/* FORM */
.inamx-reg-form {
    all: unset;
    display: block;
}

/* INPUT FIELD */
.inamx-reg-field {
    display: flex;
    align-items: center;
    background: #f4f6f9;
    border-radius: 10px;
    padding: 12px 14px;
    margin-bottom: 14px;
    border: 1px solid transparent;
    transition: 0.3s;
}

.inamx-reg-field:hover {
    border: 1px solid #ff6a00;
    background: #fff;
}

.inamx-reg-field i {
    color: #9ca3af;
    margin-right: 10px;
}

/* INPUT */
.inamx-reg-input {
    all: unset; /* 🔥 kills bootstrap */
    width: 100%;
    font-size: 14px;
    color: #333;
}

/* CHECKBOX */
.inamx-reg-check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.inamx-reg-checkbox {
    margin-right: 8px;
}

.inamx-reg-checktext {
    font-size: 12px;
    color: #666;
}

/* LINK */
.inamx-reg-link {
    color: #ff6a00;
    text-decoration: none;
    font-weight: 500;
}

/* BUTTON */
.inamx-reg-btn {
    all: unset; /* 🔥 removes bootstrap button style */

    display: block;
    width: 100%;
    padding: 13px;

    background: linear-gradient(90deg,#ff6a00,#ff8c2f);
    color: white;
    font-size: 15px;
    font-weight: 600;

    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.inamx-reg-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,106,0,0.3);
}

/* LOGIN TEXT */
.inamx-reg-login {
    font-size: 12px;
    color: #777;
    text-align: center;
    margin-top: 12px;
}
.inamx-reg-card {
    position: relative;
    top: 80px;
}
.inamx-register-container {
    justify-content: space-between;
}
.inamx-reg-card {
    margin-right: 40px;  /* pushes card left */
}

.inamx-register-section {
  min-height: 100vh;
 
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.inamx-register-container {
  /* width: 1200px; */
  display: flex;
  gap: 161px;
  align-items: center;
}
.inamx-reg-btn {
  all: unset;
    background-attachment: unset;
    background-clip: unset;
    background-image: unset;
    background-origin: unset;
    background-position-x: unset;
    background-position-y: unset;
    background-repeat: unset;
    background-size: unset;
    background-color: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    display: unset;
    transform: unset;
    box-shadow: unset;
    font-weight: unset;
    font-size: unset;
    text-align: unset;
    color: unset;
    cursor: unset;
    padding-bottom: unset;
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
    width: unset;
    transition-behavior: unset;
    transition-delay: unset;
    transition-duration: unset;
    transition-property: unset;
    transition-timing-function: unset;
  display: block;
  width: 91%;
  padding: 13px;
  background: linear-gradient(90deg,#ff6a00,#ff8c2f);
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.inamx-register-container {
  /* width: 1200px; */
  display: flex;
  gap: 161px;
  align-items: center;
}
.inamx-reg-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 140px;
  width: 32%;
  height: 5px;
  /* background: linear-gradient(90deg,#ff6a00,#ff9d2f); */
}

.inamx-reg-card {
  margin-right: 40px;
}
.inamx-reg-card {
  position: relative;
  top: 45px;
}
.inamx-reg-checkbox {
    appearance: none;   /* remove default */
    width: 16px;
    height: 16px;

    border: 2px solid #ff6a00;
    border-radius: 4px;

    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Checked state */
.inamx-reg-checkbox:checked {
    background: #ff6a00;
}

/* Tick mark */
.inamx-reg-checkbox:checked::after {
    content: "✔";
    color: #fff;
    font-size: 11px;

    position: absolute;
    top: -2px;
    left: 2px;
}
.inamx-reg-checkbox {
    visibility: visible !important;
    opacity: 1 !important;
}
.inamx-reg-check input[type="checkbox"] {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
}
.inamx-reg-checkbox {
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}
.inamx-reg-checkbox {
    width: 16px;
    height: 16px;
    accent-color: #ff6a00;
}
.inamx-reg-checklabel {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left:12px;
}
.inamx-reg-check input[type="checkbox"] {
    all: revert !important;
    width: 16px;
    height: 16px;
    accent-color: #ff6a00;
}
.inamx-reg-field {
    position: relative;
}

/* EYE ICON */
.inamx-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
    font-size: 14px;
}

/* hover */
.inamx-eye:hover {
    color: #ff6a00;
}
/* =========================================================
   ULTRA LARGE SCREENS - 4000PX
========================================================= */

@media (min-width:2200px){

    .inamx-register-section{
        padding:140px 120px;
    }

    .inamx-register-container{
        gap:260px;
        max-width:3200px;
        width:100%;
    }

    .inamx-register-left{
        max-width:1200px;
    }

    .inamx-reg-title{
        font-size:92px;
        line-height:1.05;
    }

    .inamx-reg-sub{
        font-size:38px;
        margin-top:25px;
    }

    .inamx-reg-points li{
        font-size:34px;
        margin-bottom:28px;
    }

    .inamx-reg-card{
        width:760px;
        padding:70px 60px;
        border-radius:34px;
    }

    .inamx-reg-h2{
        font-size:64px !important;
        line-height:1.1;
    }

    .inamx-reg-p{
        font-size:26px !important;
        line-height:1.8;
        margin-bottom:35px !important;
    }

    .inamx-reg-field{
        height:88px;
        padding:20px 24px;
        border-radius:18px;
    }

    .inamx-reg-field i{
        font-size:24px;
    }

    .inamx-reg-input{
        font-size:24px !important;
    }

    .inamx-reg-btn{
        height:82px;
        font-size:24px !important;
        border-radius:18px;
    }

    .inamx-reg-checktext,
    .inamx-reg-login{
        font-size:20px;
    }

}


/* =========================================================
   1800PX
========================================================= */

@media (min-width:1800px) and (max-width:2199px){

    .inamx-register-container{
        gap:180px;
    }

    .inamx-reg-title{
        font-size:72px;
    }

    .inamx-reg-sub{
        font-size:28px;
    }

    .inamx-reg-points li{
        font-size:26px;
    }

    .inamx-reg-card{
        width:620px;
        padding:55px 45px;
    }

    .inamx-reg-h2{
        font-size:48px !important;
    }

}


/* =========================================================
   1600PX
========================================================= */

@media (min-width:1600px) and (max-width:1799px){

    .inamx-register-container{
        gap:120px;
    }

    .inamx-reg-title{
        font-size:58px;
    }

    .inamx-reg-card{
        width:540px;
    }

}


/* =========================================================
   1400PX
========================================================= */

@media (min-width:1400px) and (max-width:1599px){

    .inamx-register-container{
        gap:90px;
    }

    .inamx-reg-title{
        font-size:50px;
    }

}


/* =========================================================
   BELOW 1200PX
   HIDE LEFT CONTENT
========================================================= */

@media (max-width:1199px){

    .inamx-register-section{
        padding:120px 30px 80px;
    }

    .inamx-register-container{
        display:flex;
        justify-content:center;
        align-items:center;
        width:100%;
        gap:0;
    }

    .inamx-register-left{
        display:none;
    }

    .inamx-reg-card{
        margin:0 auto !important;
        top:0 !important;
        width:100%;
        max-width:520px;
    }

}


/* =========================================================
   TABLETS
========================================================= */

@media (max-width:991px){

    .inamx-register-section{
        padding:110px 24px 70px;
    }

    .inamx-reg-card{
        max-width:500px;
        padding:40px 30px;
    }

    .inamx-reg-h2{
        font-size:34px !important;
    }

}


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

@media (max-width:767px){

    .inamx-register-section{
        padding:100px 18px 60px;
    }

    .inamx-reg-card{
        width:100%;
        padding:34px 22px;
        border-radius:20px;
    }

    .inamx-reg-h2{
        font-size:28px !important;
    }

    .inamx-reg-p{
        font-size:14px !important;
        line-height:1.7;
    }

    .inamx-reg-field{
        padding:12px 14px;
    }

    .inamx-reg-input{
        font-size:15px !important;
    }

    .inamx-reg-btn{
        width:100%;
        height:52px;
        font-size:16px !important;
    }

}


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

@media (max-width:575px){

    .inamx-register-section{
        padding:90px 14px 50px;
    }

    .inamx-reg-card{
        padding:28px 18px;
        border-radius:18px;
    }

    .inamx-reg-h2{
        font-size:24px !important;
    }

    .inamx-reg-p{
        font-size:13px !important;
    }

    .inamx-reg-field{
        height:50px;
    }

    .inamx-reg-input{
        font-size:14px !important;
    }

    .inamx-reg-btn{
        height:50px;
        font-size:15px !important;
    }

}


/* =========================================================
   320PX DEVICES
========================================================= */

@media (max-width:320px){

    .inamx-register-section{
        padding:85px 10px 40px;
    }

    .inamx-reg-card{
        padding:24px 14px;
    }

    .inamx-reg-h2{
        font-size:20px !important;
    }

    .inamx-reg-p{
        font-size:12px !important;
    }

    .inamx-reg-input{
        font-size:13px !important;
    }

    .inamx-reg-btn{
        font-size:14px !important;
    }

}
.inamx-reg-btn{
    width:100% !important;
    max-width:100%;
    display:flex !important;
    align-items:center;
    justify-content:center;

    box-sizing:border-box;
}

/* CARD FIX */

.inamx-reg-card{
    overflow:hidden;
}

/* MOBILE FIX */

@media(max-width:575px){

    .inamx-reg-field{
        padding-right:42px;
    }

    .inamx-eye{
        right:14px;
        font-size:13px;
    }

    .inamx-reg-btn{
        width:100% !important;
    }

}
/* EYE ICON FIX */

.inamx-eye{
    position:absolute;

    right:16px;
    top:50%;

    transform:translateY(-50%);

    width:18px;
    height:18px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-right:0 !important;

    color:#8b8b8b;
    font-size:14px;

    cursor:pointer;

    z-index:20;
}
.inamx-reg-field{
    position:relative;

    display:flex;
    align-items:center;

    background:#f4f6f9;

    border-radius:10px;

    padding:12px 46px 12px 14px;

    margin-bottom:14px;

    border:1px solid transparent;

    transition:.3s;
}

.inamx-eye {
  position: relative !important;
  right: 0px !important;
  top: 55% !important;
}




/*kyc*/
.inamkyc-main {
    font-family: 'Poppins', sans-serif;
    padding: 30px;
    background: #f5f7fa;
}


.inamkyc-hero {
    background: linear-gradient(135deg, #ff6b00, #ff8c42);
    padding: 30px;
    border-radius: 20px;
    color: #fff;
}

.inamkyc-title {
    font-size: 28px;
    font-weight: 700;
}

.inamkyc-subtitle {
    font-size: 14px;
    margin-top: 5px;
}

.inamkyc-steps {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.inamkyc-step {
    background: #fff3;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 12px;
}

.inamkyc-step.active {
    background: #fff;
    color: #ff6b00;
}


.inamkyc-layout {
    display: flex;
    gap: 25px;
    margin-top: 5px;
}

.inamkyc-left {
    flex: 2;
}

.inamkyc-card {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 747px;
}

.inamkyc-badge {
    background: #ffe0b3;
    padding: 5px 10px;
    border-radius: 10px;
    color: #ff6b00;
    font-size: 12px;
}

.inamkyc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.inamkyc-label {
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.inamkyc-input {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.inamkyc-upload-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
    margin-top: 20px;
}

.inamkyc-upload-card {
    background: #fafafa;
    padding: 15px;
    border-radius: 15px;
    height: 235px;
}

.inamkyc-upload-title {
    font-size: 13px;
    margin-bottom: 10px;
}

.inamkyc-upload-box {
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    font-size: 13px;
    height: 157px;
}

.inamkyc-submit {
    margin-top: 41px;
    background: #ff6b00;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    border: none;
}

.inamkyc-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.inamkyc-side-card {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.inamkyc-side-title {
    font-size: 16px;
    font-weight: 600;
    margin-top:12px;
}

.inamkyc-progress-item {
    margin-top: 10px;
    font-size: 13px;
}

.inamkyc-progress-item.done {
    color: green;
}

.inamkyc-status-box {
    background: #ffe0b3;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.inamkyc-help-card {
    background: linear-gradient(135deg,#ff6b0054,#ff6400);
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    color: #fff;
}

.inamkyc-help-btn {
    background: #fff;
    color: #ff6b00;
    padding: 10px 15px;
    border-radius: 10px;
    border: none;
    margin-top: 10px;
}

.inamkyc-hero-main {
    position: relative;
    height: 320px;
    overflow: hidden;
    background: url('../img/bg/bg-2.webp') center 75% /cover no-repeat;
}

.inamkyc-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(217, 217, 217, 0.2), rgba(0,0,0,0.3));
}


.inamkyc-hero-content {
    position: relative;
    z-index: 2;
    padding: 40px;
    color: #fff;
    margin-top: 117px;
    padding-left: 88px;
}


.inamkyc-hero-title {
    font-size: 34px;
    font-weight: 700;
}

.inamkyc-hero-subtitle {
    font-size: 14px;
    margin-top: 8px;
    opacity: 0.9;
}


.inamkyc-hero-stats {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}


.inamkyc-stat-card {
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 15px 20px;
    border-radius: 15px;
    min-width: 150px;
    text-align: center;
    color: #fff;
}


.inamkyc-stat-card i {
    font-size: 20px;
    margin-bottom: 5px;
}


.inamkyc-stat-card p {
    font-size: 12px;
    opacity: 0.8;
}


.inamkyc-stat-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

.inamkyc-upload-box {
    position: relative;
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
}


.inamkyc-file-input {
    display: none;
}
.inamkyc-upload-box {
    position: relative;
    border: 2px dashed #ddd;
    padding: 30px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    background: #fafafa;
    transition: all 0.3s ease;
}


.inamkyc-upload-box:hover {
    border-color: #ff6b00;
    background: #fff5ed;
}


.inamkyc-upload-box:hover p {
    color: #ff6b00;
}

.inamkyc-upload-box:hover span {
    color: #ff6b00;
}
.inamkyc-upload-box.drag-active {
    border-color: #ff6b00;
    background: #ffe9db;
}
.inamkyc-help-title{
    font-size: 22px;
  margin-bottom: 7px;
  color: black;
}


.inamkycprog-card {
    background: #fff;
    padding: 22px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 22px;
}


.inamkycprog-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
}


.inamkycprog-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}


.inamkycprog-left {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 120px;
}


.inamkycprog-label {
    font-size: 14px;
    color: #444;
}


.inamkycprog-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}


.inamkycprog-icon.done {
    background: #28a745;
    color: #fff;
}

.inamkycprog-icon.active {
    background: #ff6b00;
    color: #fff;
}

.inamkycprog-icon.pending {
    background: #ddd;
    color: #666;
}


.inamkycprog-bar {
    flex: 1;
    height: 6px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}


.inamkycprog-fill {
    height: 100%;
    border-radius: 10px;
}

.inamkycprog-fill.green {
    width: 100%;
    background: #28a745;
}

.inamkycprog-fill.orange {
    width: 70%;
    background: #ff6b00;
}

.inamkycprog-fill.gray {
    width: 20%;
    background: #ccc;
}


.inamkycprog-right {
    font-size: 16px;
    color: #888;
}
.inamkyctips-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 22px;
}


.inamkyctips-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}


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


.inamkyctips-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    margin-bottom: 12px;
    line-height: 1.4;
}


.inamkyctips-list i {
    color: #28a745;
    font-size: 16px;
    margin-top: 2px;
}
.inamkyc-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.inamkyc-popup-box {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    width: 320px;
    animation: scaleUp 0.3s ease;
}

@keyframes scaleUp {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

.inamkyc-popup-icon {
    width: 60px;
    height: 60px;
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 28px;
}

.inamkyc-popup-box h3 {
    margin-bottom: 10px;
}

.inamkyc-popup-box p {
    font-size: 14px;
    color: #555;
}

.inamkyc-popup-box button {
    margin-top: 15px;
    background: #ff6b00;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
}

.inamkyc-file-preview {
    margin-top: 10px;
    font-size: 13px;
    color: #333;
    display: none;
}


.inamkyc-file-preview.active {
    display: block;
}


.inamkyc-file-success {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #28a745;
    font-weight: 500;
}


.inamkyc-file-success i {
    font-size: 16px;
}
/* =========================================================
   4000PX ULTRA WIDE SCREENS
========================================================= */

@media(min-width:2200px){

    .inamkyc-main{
        padding:60px 120px;
    }

    .inamkyc-layout{
        gap:50px;
    }

    .inamkyc-hero-main{
        height:520px;
    }

    .inamkyc-hero-content{
        margin-top:180px;
        padding-left:180px;
    }

    .inamkyc-hero-title{
        font-size:74px;
        line-height:1.1;
    }

    .inamkyc-hero-subtitle{
        font-size:28px;
        margin-top:20px;
    }

    .inamkyc-card{
        padding:50px;
        border-radius:30px;
        height:auto;
    }

    .inamkyc-side-card,
    .inamkyctips-card,
    .inamkycprog-card,
    .inamkyc-help-card{
        padding:35px;
        border-radius:24px;
    }

    .inamkyc-grid{
        gap:30px;
    }

    .inamkyc-label{
        font-size:22px;
        margin-bottom:12px;
    }

    .inamkyc-input{
        height:78px;
        font-size:22px;
        border-radius:16px;
        padding:20px;
    }

    .inamkyc-upload-grid{
        gap:28px;
    }

    .inamkyc-upload-card{
        height:320px;
        border-radius:22px;
        padding:24px;
    }

    .inamkyc-upload-title{
        font-size:22px;
        margin-bottom:18px;
    }

    .inamkyc-upload-box{
        height:230px;
        font-size:18px;
        border-radius:18px;
    }

    .inamkyc-upload-box p{
        font-size:22px;
    }

    .inamkyc-upload-box span{
        font-size:18px;
    }

    .inamkyc-submit{
        height:74px;
        font-size:24px;
        padding:0 35px;
        border-radius:18px;
    }

    .inamkyc-side-title,
    .inamkyctips-title,
    .inamkycprog-title{
        font-size:30px;
    }

    .inamkyctips-list li,
    .inamkycprog-label{
        font-size:20px;
    }

}


/* =========================================================
   1800PX
========================================================= */

@media(min-width:1800px) and (max-width:2199px){

    .inamkyc-main{
        padding:45px 70px;
    }

    .inamkyc-hero-main{
        height:420px;
    }

    .inamkyc-hero-content{
        margin-top:150px;
        padding-left:120px;
    }

    .inamkyc-hero-title{
        font-size:58px;
    }

    .inamkyc-hero-subtitle{
        font-size:22px;
    }

    .inamkyc-upload-card{
        height:280px;
    }

}


/* =========================================================
   1600PX
========================================================= */

@media(min-width:1600px) and (max-width:1799px){

    .inamkyc-main{
        padding:40px 50px;
    }

    .inamkyc-hero-title{
        font-size:48px;
    }

    .inamkyc-upload-card{
        height:260px;
    }

}


/* =========================================================
   1400PX
========================================================= */

@media(min-width:1400px) and (max-width:1599px){

    .inamkyc-main{
        padding:35px 40px;
    }

    .inamkyc-hero-title{
        font-size:42px;
    }

}


/* =========================================================
   BELOW 1200PX
========================================================= */

@media(max-width:1199px){

    .inamkyc-layout{
        flex-direction:column;
    }

    .inamkyc-left,
    .inamkyc-right{
        width:100%;
    }

    .inamkyc-card{
        height:auto;
    }

    .inamkyc-right{
        margin-top:20px;
    }

    .inamkyc-hero-content{
        padding-left:50px;
    }

}


/* =========================================================
   TABLETS
========================================================= */

@media(max-width:991px){

    .inamkyc-main{
        padding:25px;
    }

    .inamkyc-hero-main{
        height:280px;
    }

    .inamkyc-hero-content{
        margin-top:90px;
        padding-left:35px;
        padding-right:25px;
    }

    .inamkyc-hero-title{
        font-size:34px;
    }

    .inamkyc-hero-subtitle{
        font-size:15px;
    }

    .inamkyc-grid{
        grid-template-columns:1fr;
    }

    .inamkyc-upload-grid{
        grid-template-columns:1fr;
    }

    .inamkyc-upload-card{
        height:auto;
    }

    .inamkyc-upload-box{
        height:180px;
    }

}


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

@media(max-width:767px){

    .inamkyc-main{
        padding:18px;
    }

    .inamkyc-hero-main{
        height:240px;
        background-position:center;
    }

    .inamkyc-hero-content{
        margin-top:75px;
        padding-left:22px;
        padding-right:18px;
    }

    .inamkyc-hero-title{
        font-size:28px;
        line-height:1.2;
    }

    .inamkyc-hero-subtitle{
        font-size:13px;
        line-height:1.6;
    }

    .inamkyc-card{
        padding:22px;
        border-radius:18px;
    }

    .inamkyc-side-card,
    .inamkyctips-card,
    .inamkycprog-card,
    .inamkyc-help-card{
        padding:18px;
        border-radius:16px;
    }

    .inamkyc-label{
        font-size:13px;
    }

    .inamkyc-input{
        height:48px;
        font-size:14px;
    }

    .inamkyc-upload-title{
        font-size:14px;
    }

    .inamkyc-upload-box{
        height:160px;
        padding:20px;
    }

    .inamkyc-submit{
        width:100%;
        font-size:15px;
    }

}


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

@media(max-width:575px){

    .inamkyc-main{
        padding:14px;
    }

    .inamkyc-hero-main{
        height:220px;
    }

    .inamkyc-hero-content{
        margin-top:65px;
        padding-left:16px;
        padding-right:16px;
    }

    .inamkyc-hero-title{
        font-size:24px;
    }

    .inamkyc-hero-subtitle{
        font-size:12px;
    }

    .inamkyc-card{
        padding:18px;
    }

    .inamkyc-input{
        padding:10px 12px;
        border-radius:10px;
    }

    .inamkyc-upload-box{
        height:145px;
    }

    .inamkyc-side-title,
    .inamkyctips-title,
    .inamkycprog-title{
        font-size:18px;
    }

}


/* =========================================================
   320PX
========================================================= */

@media(max-width:320px){

    .inamkyc-main{
        padding:10px;
    }

    .inamkyc-hero-main{
        height:200px;
    }

    .inamkyc-hero-content{
        margin-top:55px;
        padding-left:12px;
        padding-right:12px;
    }

    .inamkyc-hero-title{
        font-size:20px;
    }

    .inamkyc-hero-subtitle{
        font-size:11px;
    }

    .inamkyc-card{
        padding:14px;
    }

    .inamkyc-upload-box{
        height:130px;
        font-size:11px;
    }

    .inamkyc-submit{
        height:46px;
        font-size:14px;
    }

}




@media screen and (min-width:421px) and (max-width:450px){

    .inamx-about-wrapper .process-header{
        padding:50px 18px 20px !important;
        text-align:center !important;
    }

    .inamx-about-wrapper .process-header .title{
        font-size:28px !important;
        line-height:1.3 !important;
        margin-bottom:12px !important;
    }

    .inamx-about-wrapper .process-header .subtitle{
        font-size:13px !important;
        line-height:1.7 !important;
        max-width:100% !important;
    }

    .inamx-about-wrapper .work-process-pro{
        padding:35px 18px 50px !important;
    }

    .inamx-about-wrapper .process-wrapper{
        display:flex !important;
        flex-direction:column !important;
        gap:35px !important;
    }

    .inamx-about-wrapper .process-left{
        width:100% !important;
    }

    .inamx-about-wrapper .process-left img{
        width:100% !important;
        height:280px !important;
        object-fit:contain !important;
    }

    .inamx-about-wrapper .process-right{
        width:100% !important;
        position:relative !important;
    }

    .inamx-about-wrapper .timeline-line{
        left:28px !important;
        top:0 !important;
        height:100% !important;
    }

    .inamx-about-wrapper .step{
        display:flex !important;
        gap:14px !important;
        margin-bottom:35px !important;
        position:relative !important;
    }

    .inamx-about-wrapper .circle{
        width:56px !important;
        height:56px !important;
        min-width:56px !important;
        font-size:20px !important;
    }

    .inamx-about-wrapper .circle i{
        font-size:18px !important;
    }

    .inamx-about-wrapper .big-number{
        font-size:45px !important;
        margin-bottom:4px !important;
    }

    .inamx-about-wrapper .step h4{
        font-size:18px !important;
        line-height:1.4 !important;
        margin-bottom:8px !important;
    }

    .inamx-about-wrapper .step p{
        font-size:13px !important;
        line-height:1.7 !important;
        margin-bottom:0 !important;
    }
    .inamx-about-wrapper .timeline-line {
    left: 118px !important;
    top: 0 !important;
    height: 100% !important;
  }
 .inamx-about-wrapper .process-wrapper {
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important;
    width: 600px;
  }
.inamx-about-wrapper .process-right {
    width: 35% !important;
    position: relative !important;
    margin-left: -700px;
  }

}
@media(min-width:1400px){
  .process-left img {
    width: 192%;
    max-width: 740px;
    height: 53vh;
    margin-top: -37px;
    margin-left: -105px;
}
}
/* ========= 4K ========= */
@media screen and (min-width:2560px){

    .inamx-products-btn{
        padding: 24px 50px;
        font-size: 28px;
        border-radius: 14px;
        transform: translateX(-120px);
    }

}

/* ========= LARGE DESKTOP ========= */
@media screen and (min-width:1921px) and (max-width:2559px){

    .inamx-products-btn{
        padding: 20px 42px;
        font-size: 22px;
        transform: translateX(-90px);
    }

}

/* ========= DESKTOP ========= */
@media screen and (min-width:1400px) and (max-width:1920px){

    .inamx-products-btn{
        padding: 14px 30px;
        font-size: 16px;
        transform: translateX(-64px);
    }

}

/* ========= SMALL LAPTOP ========= */
@media screen and (min-width:1200px) and (max-width:1399px){

    .inamx-products-btn{
        padding: 13px 26px;
        font-size: 15px;
        transform: translateX(-35px);
    }

}

/* ========= TABLET LANDSCAPE ========= */
@media screen and (min-width:992px) and (max-width:1199px){

    .inamx-products-btn{
        padding: 12px 22px;
        font-size: 14px;
        transform: translateX(0);
        margin-top: 0;
    }

}

/* ========= TABLET ========= */
@media screen and (min-width:768px) and (max-width:991px){

    .inamx-products-btn{
        padding: 12px 24px;
        font-size: 14px;
        transform: none;
        margin-top: 10px;
    }

}

/* ========= MOBILE ========= */
@media screen and (min-width:320px) and (max-width:767px){

    .inamx-products-btn{
        padding: 11px 20px;
        font-size: 13px;
        line-height: 1.4;
        transform: none;
        margin-top: 0;
    }

}

/* ==========================
FIX KYC + ALL CARDS 320px-991px
========================== */

@media screen and (min-width:320px) and (max-width:991px){

    .account-page .accounts-grid{
        grid-template-columns: repeat(2,1fr);
        gap:16px;
    }

    .account-page .accounts-feature-card{
        height:180px !important;
        width:100% !important;
        padding:25px !important;
        justify-content:center;
    }

    /* Force KYC inline style override */
    .account-page .accounts-grid .redirection-card:nth-child(4){
        padding:25px !important;
        height:180px !important;
    }

    .account-page .accounts-grid .redirection-card:nth-child(4) h5{
        padding-left:0 !important;
        margin:0 !important;
    }
}

@media screen and (max-width:600px){

    .account-page .accounts-grid{
        grid-template-columns:1fr;
    }

    .account-page .accounts-feature-card{
        height:160px !important;
        padding:22px !important;
    }
}
/* Center icons and content inside account cards */

.account-page .accounts-feature-card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
}

.account-page .accounts-icon{
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
}

.account-page .accounts-feature-card h5{
    margin:0;
    padding-left:0 !important;
    text-align:center;
}
/* =========================================
   FORCE SHOW ACCOUNT ICON
   992px → 1200px
========================================= */

@media screen and (min-width:992px) and (max-width:1199px){

    .d-xl-block.d-none{

        display:block !important;
    }

    .user-icon-fixed{

        display:inline-flex !important;

        align-items:center;
        justify-content:center;

        margin-left:18px !important;
    }

}


@media screen and (min-width:992px) and (max-width:1199px){


    .d-xl-block.d-none{
        display:flex !important;
        align-items:center;
    }

    
    .menu-area .row{
        flex-wrap:nowrap !important;
        align-items:center !important;
    }

    .main-menu{
        white-space:nowrap;
    }

    .main-menu ul{
        display:flex;
        align-items:center;
        gap:0px;
        flex-wrap:nowrap;
    }

    .main-menu ul li a{
        font-size:12px;
    }

    /* ACCOUNT ICON */
    .user-icon-fixed{
        margin-left:18px !important;

        display:flex !important;
        align-items:center;
        justify-content:center;

        width:42px;
        height:42px;

        flex-shrink:0;
    }

    /* RIGHT COLUMN */
    .col-auto.d-xl-block.d-none{
        flex-shrink:0;
        width:auto;
    }

}
.inam-modal-btn-wrap{
    display:flex;
    gap:15px;
    margin-top:30px;
}

.inam-wa-btn,
.inam-view-btn{
    flex:1;

    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:10px;

    font-size:16px;
    font-weight:700;

    text-decoration:none !important;

    transition:0.3s ease;
}

/* WhatsApp */
.inam-wa-btn{
    background:#25D366;
    color:#fff !important;
}

.inam-wa-btn i{
    font-size:22px;
    margin-right:8px;
    color:#fff;
}

.inam-wa-btn:hover{
    background:#1ebe5d;
    color:#fff !important;
}

/* View More */
.inam-view-btn{
    background:#1ea7c8;
    color:#fff !important;
}

.inam-view-btn:hover{
    background:#1789a5;
    color:#fff !important;
}

/* Mobile */
@media(max-width:575px){

    .inam-modal-btn-wrap{
        flex-direction:column;
    }

}
@media screen and (min-width:1199px) and (max-width:1235px){

    .main-menu > ul > li{
        margin:0 8px !important;
    }

    .main-menu ul{
        padding-left:149px !important;
    }

}
/* @media (min-width: 1199px) and (max-width: 1235px){

    .user-icon-fixed{
        display:flex !important;
        align-items:center;
        justify-content:center;
        width:40px;
        height:40px;
    }

    .user-icon-fixed i{
        display:block !important;
        font-size:26px !important;
        color:#000 !important;
        opacity:1 !important;
        visibility:visible !important;
        line-height:1 !important;
    }

} */
 @media(min-width:1501px)and (max-width:1600px){
  .main-menu ul {
    margin: 0;
    padding: 0;
    padding-left: 240px;
}
.header-layout2 .header-navbar-logo {
    margin-top: -6px;
    padding: 15px 0;
    padding-left: 0px;
    position: absolute;
    z-index: 3;
    margin-left:-10px
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-family: var(--body-font);
    font-size: 16px;
    color: var(--body-color);
}
.simple-icon i {
    font-size: 22px;
    margin-left: 20px;
}
 }
 @media(min-width:1600px){
   .main-menu ul {
    margin: 0;
    padding: 0;
    padding-left: 223px;
}
.header-layout2 .header-navbar-logo {
    margin-top: -6px;
    padding: 15px 0;
    padding-left: 0px;
    position: absolute;
    z-index: 3;
}
.main-menu a {
    display: block;
    position: relative;
    font-weight: 500;
    font-family: var(--body-font);
    font-size: 18px;
    color: var(--body-color);
}
 }

 @media(min-width:1400px) and (max-width:1500px){
  .main-menu ul {
    margin: 0;
    padding: 0;
    padding-left: 63px;
}
.header-layout2 .header-navbar-logo {
    margin-top: -6px;
    padding: 15px 0;
    padding-left: 48px;
    position: absolute;
    z-index: 3;
    margin-left: -77px;
}
.simple-icon i {
  font-size: 22px;
  margin-left: 6px !important;
}
 }

 .simple-icon i {
  font-size: 22px;
  margin-left: -19px;
}




/* RELATED PRODUCTS HORIZONTAL SCROLL */

.agro-details-related-products{
    overflow:hidden;
    margin-top: 33px;
}

.agro-details-related-grid{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:30px !important;
    width:max-content !important;
    padding-bottom:20px;
    scroll-behavior:smooth;
}

.agro-details-related-card{
    flex:0 0 380px !important;
    width:380px !important;
    max-width:380px !important;
}

.agro-details-related-grid::-webkit-scrollbar{
    height:8px;
}

.agro-details-related-grid::-webkit-scrollbar-thumb{
    background:#EA5501;
    border-radius:20px;
}
.agro-details-related-grid{
    display:flex !important;
    flex-wrap:wrap !important;
}

.agro-details-related-card{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
}
/* RELATED PRODUCTS HORIZONTAL SCROLL */

.agro-details-related-products{
    overflow:hidden !important;
}

.agro-details-related-grid{
    display:flex !important;
    flex-wrap:nowrap !important;

    overflow-x:scroll !important;
    overflow-y:hidden !important;

    width:auto !important;
    max-width:100% !important;

    gap:30px !important;
    padding-bottom:20px !important;

    -webkit-overflow-scrolling:touch;
}

.agro-details-related-card{
    flex:0 0 380px !important;
    min-width:380px !important;
    max-width:380px !important;
}

.agro-details-related-grid::-webkit-scrollbar{
    height:8px;
}

.agro-details-related-grid::-webkit-scrollbar-thumb{
    background:#EA5501;
    border-radius:20px;
}
.agro-details-related-grid{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:30px !important;
    scroll-behavior:smooth;
    padding-bottom:20px;
}

.agro-details-related-card{
    flex:0 0 calc((100% - 60px) / 3) !important;
    min-width:calc((100% - 60px) / 3) !important;
    max-width:calc((100% - 60px) / 3) !important;
}
/* Navigation Arrows */

.agro-related-nav{
    display:flex;
    justify-content:flex-end;
    gap:12px;
    margin-bottom:25px;
}

.agro-related-arrow{
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#EA5501;
    color:#fff;
    font-size:24px;
    cursor:pointer;
    transition:.3s;
}

.agro-related-arrow:hover{
    transform:translateY(-2px);
}

/* Scroll cards */

.agro-details-related-grid{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:30px !important;
    scroll-behavior:smooth;
    scrollbar-width:none;
    margin-bottom:50px;
}

.agro-details-related-grid::-webkit-scrollbar{
    display:none;
}

.agro-details-related-card{
    flex:0 0 calc((100% - 60px)/3) !important;
    min-width:calc((100% - 60px)/3) !important;
}
.agro-details-related-card{
    flex:0 0 calc((100% - 60px)/3) !important;
    min-width:calc((100% - 60px)/3) !important;
}
/* Parent */
.agro-details-related-container{
    position:relative;
}

/* Left Arrow */
.agro-related-prev{
    position:absolute;
    left:-42px;
    top:58%;
    transform:translateY(-50%);
    z-index:10;
}

/* Right Arrow */
.agro-related-next{
    position:absolute;
    right:-42px;
    top:58%;
    transform:translateY(-50%);
    z-index:10;
}

/* Arrow Style */
.agro-related-arrow{
    width:50px;
    height:50px;
    border:none;
    border-radius:50%;
    background:#EA5501;
    color:#fff;
    font-size:28px;
    cursor:pointer;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.3s;
}

.agro-related-arrow:hover{
    transform:translateY(-50%) scale(1.08);
}

/* Hide old nav alignment */
.agro-related-nav{
    position:static;
    margin:0;
}
/* Equal Height Related Product Cards */

.agro-details-related-grid{
    align-items:stretch !important;
}

.agro-details-related-card{
    display:flex !important;
    flex-direction:column !important;
    height:auto !important;
}

.agro-details-related-image-wrap{
    flex-shrink:0;
}

.agro-details-related-content{
    display:flex !important;
    flex-direction:column !important;
    flex:1 !important;
}

.agro-details-related-product-desc{
    flex:1 !important;
    min-height:72px; /* adjust if needed */
}

.agro-details-related-btn{
    margin-top:auto !important;
}
.agro-details-related-grid{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    gap:30px !important;
    padding:0 !important;
    scroll-behavior:smooth;
}

.agro-details-related-card{
    flex:0 0 calc((100% - 60px) / 3) !important;
    min-width:calc((100% - 60px) / 3) !important;
    max-width:calc((100% - 60px) / 3) !important;
}

/* =========================================
   RELATED PRODUCT TYPES SECTION
========================================= */

.related-product-types{
    padding:70px 0 20px;
    background:#f5f6f8;
}

.rpt-heading-wrap{
    text-align:center;
    margin-bottom:45px;
}

.rpt-title{
    font-family:"Archivo",sans-serif;
    font-size:48px;
    font-weight:800;
    color:#08183d;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:18px;
}

.rpt-line{
    display:block;
    width:70px;
    height:3px;
    background:#EA5501;
    margin:0 auto;
    border-radius:30px;
}

/* =========================================
   GRID
========================================= */

.rpt-grid{
    max-width:1215px;
    margin:0 auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

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

.rpt-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    text-decoration:none;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.35s ease;
}

.rpt-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}

/* =========================================
   IMAGE
========================================= */

.rpt-image-wrap{
    height:320px;
    overflow:hidden;
}

.rpt-image-wrap img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.5s ease;
}

.rpt-card:hover .rpt-image-wrap img{
    transform:scale(1.08);
}

/* =========================================
   CONTENT
========================================= */

.rpt-content{
    padding:22px 20px 24px;
    text-align:center;
    background:#fff;
}

.rpt-content h3{
    font-family:"Archivo",sans-serif;
    font-size:22px;
    font-weight:800;
    color:#08183d;
    text-transform:uppercase;
    margin:0 0 14px;
    line-height:1.3;
}

.rpt-card-line{
    display:block;
    width:60px;
    height:3px;
    background:#EA5501;
    margin:0 auto;
    border-radius:20px;
}

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

@media(max-width:1199px){

    .rpt-grid{
        gap:20px;
    }

    .rpt-image-wrap{
        height:280px;
    }

    .rpt-title{
        font-size:42px;
    }

    .rpt-content h3{
        font-size:20px;
    }
}

@media(max-width:991px){

    .rpt-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .rpt-image-wrap{
        height:260px;
    }

    .rpt-title{
        font-size:38px;
    }
}

@media(max-width:767px){

    .related-product-types{
        padding:60px 15px;
    }

    .rpt-grid{
        grid-template-columns:1fr;
    }

    .rpt-image-wrap{
        height:250px;
    }

    .rpt-title{
        font-size:30px;
    }

    .rpt-content h3{
        font-size:18px;
    }
}


/* =====================================
   INFO STRIP SECTION
===================================== */

.inam-info-strip{
    max-width: 1218px;
    width:100%;
    margin:60px auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    overflow:hidden;
    border-radius:24px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
}

.inam-info-box{
    display:flex;
    align-items:center;
    gap:30px;
    padding:36px 40px;
    min-width:0;
}

.inam-rfb-box{
    background:#fdf7f2;
}

.inam-spares-box{
    background:#f6f8ff;
}

/* ICON AREA */

.inam-info-icon-wrap{
    flex-shrink:0;
}

.inam-info-circle{
    width:110px;
    height:110px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
}

.orange-circle{
    background:#ff6b00;
    color:#fff;
}

.blue-circle{
    background:#2f6bff;
    color:#fff;
}

.inam-info-circle i{
    font-size:48px;
}

/* DIVIDER */

.inam-info-divider{
    width:2px;
    height:150px;
    flex-shrink:0;
}

.orange-divider{
    background:#ff6b00;
}

.blue-divider{
    background:#2f6bff;
}

/* CONTENT */

.inam-info-content{
    flex:1;
    min-width:0;
}

.inam-info-content h3{
    margin:0;
    font-family:"Archivo",sans-serif;
    font-size:28px;
    font-weight:800;
    line-height:1.3;
    text-transform:uppercase;
    color:#08183d;
}

.inam-info-content h3 span{
    color:#ff6b00;
}

.blue-text{
    color:#2f6bff !important;
}

.inam-title-line{
    display:block;
    width:42px;
    height:3px;
    margin:18px 0 20px;
}

.orange-line{
    background:#ff6b00;
}

.blue-line{
    background:#2f6bff;
}

.inam-info-content p{
    margin:0;
    font-size:18px;
    line-height:1.8;
    color:#333;
}

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

@media(max-width:1200px){

    .inam-info-strip{
        margin-left:15px;
        margin-right:15px;
    }

    .inam-info-content h3{
        font-size:24px;
    }

    .inam-info-content p{
        font-size:16px;
    }
}

@media(max-width:991px){

    .inam-info-strip{
        grid-template-columns:1fr;
    }

    .inam-info-divider{
        height:100px;
    }
}

@media(max-width:767px){

    .inam-info-box{
        flex-direction:column;
        text-align:center;
        padding:30px 20px;
    }

    .inam-info-divider{
        width:100px;
        height:2px;
    }

    .inam-info-circle{
        width:90px;
        height:90px;
    }

    .inam-info-circle i{
        font-size:38px;
    }

    .inam-info-content h3{
        font-size:20px;
    }

    .inam-info-content p{
        font-size:15px;
        line-height:1.7;
    }

    .inam-title-line{
        margin-left:auto;
        margin-right:auto;
    }
}

.inam-feature-icon{
    position:relative;
    width:180px;
    height:180px;
    flex-shrink:0;
}

/* Center Circle */

.inam-feature-center{
    position:absolute;
    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:110px;
    height:110px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 12px 30px rgba(0,0,0,.08);

    z-index:5;
}

.inam-feature-center i{
    font-size:52px;
}

/* Outer Rings */

.inam-feature-ring,
.inam-feature-ring-2{
    position:absolute;
    inset:18px;
    border-radius:50%;
}

/* Orange */

.orange-feature .inam-feature-ring{
    border:2px solid #EA5501;
    border-right-color:transparent;
    border-bottom-color:transparent;
}

.orange-feature .inam-feature-ring-2{
    border:2px solid transparent;
}

.orange-feature .inam-feature-center{
    color:#EA5501;
}

/* Blue */

.blue-feature .inam-feature-ring{
    border:2px solid #2F6BFF;
    border-left-color:transparent;
    border-bottom-color:transparent;
}

.blue-feature .inam-feature-ring-2{
    border:2px solid transparent;
}

.blue-feature .inam-feature-center{
    color:#2F6BFF;
}

/* Decorative Dots */

.dot{
    position:absolute;
    width:12px;
    height:12px;
    border-radius:50%;
}

.orange-feature .dot{
    background:#EA5501;
}

.blue-feature .dot{
    background:#2F6BFF;
}

.orange-feature .dot-1{
    top:48px;
    right:18px;
}

.orange-feature .dot-2{
    bottom:28px;
    left:26px;
}

.blue-feature .dot-1{
    top:38px;
    right:36px;
}

.blue-feature .dot-2{
    bottom:24px;
    left:42px;
}

/* ===========================
   FEATURE ICON
=========================== */

.inam-feature-icon{
    position:relative;
    width:140px;
    height:140px;
    flex-shrink:0;
}

/* CENTER WHITE CIRCLE */

.inam-feature-center{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

    width:90px;
    height:90px;

    background:#fff;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);
    z-index:5;
}

.inam-feature-center i{
    font-size:42px;
}

/* ORANGE */

.orange-feature .inam-feature-center{
    color:#EA5501;
}

/* BLUE */

.blue-feature .inam-feature-center{
    color:#2F6BFF;
}

/* OUTER ARC */

.inam-feature-ring{
    position:absolute;
    inset:12px;
    border-radius:50%;
}

/* LEFT CARD */

.orange-feature .inam-feature-ring{
    border-top:3px solid #EA5501;
    border-left:3px solid #EA5501;
    border-bottom:3px solid #EA5501;

    border-right:none;
}

/* RIGHT CARD */

.blue-feature .inam-feature-ring{
    border-top:3px solid #2F6BFF;
    border-right:3px solid #2F6BFF;
    border-bottom:3px solid #2F6BFF;

    border-left:none;
}

/* DOTS */

.dot{
    position:absolute;
    width:14px;
    height:14px;
    border-radius:50%;
}

.orange-feature .dot{
    background:#EA5501;
}

.blue-feature .dot{
    background:#2F6BFF;
}

.orange-feature .dot-1{
    right:4px;
    top:42px;
}

.orange-feature .dot-2{
    left:12px;
    bottom:16px;
}

.blue-feature .dot-1{
    right:20px;
    top:24px;
}

.blue-feature .dot-2{
    left:8px;
    bottom:12px;
}


/* ==========================================
   PRODUCT TYPE + CATEGORY DROPDOWNS
========================================== */

.inamx-dropdown{
    position:relative;
    width:100%;
}

.inamx-dropdown input{
    width:100%;
    height:60px;
    padding:0 20px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#fff;
    cursor:pointer;
    font-size:15px;
    font-weight:500;
    color:#08183d;
}

.inamx-dropdown input::placeholder{
    color:#7b8190;
}

.inamx-dropdown-list{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    border-radius:10px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    z-index:999;
    overflow:hidden;
    display:none;
    max-height:280px;
    overflow-y:auto;
    margin-top:8px;
}

.inamx-dropdown-list::-webkit-scrollbar{
    width:6px;
}

.inamx-dropdown-list::-webkit-scrollbar-thumb{
    background:#EA5501;
    border-radius:20px;
}

.product-option,
.category-option{
    padding:14px 18px;
    cursor:pointer;
    font-size:15px;
    font-weight:500;
    color:#08183d;
    transition:.3s;
    border-bottom:1px solid #f2f2f2;
}

.product-option:last-child,
.category-option:last-child{
    border-bottom:none;
}

.product-option:hover,
.category-option:hover{
    background:#EA5501;
    color:#fff;
}

/* active selected input */

#productTypeInput,
#categoryInput{
    background:#fff;
    font-weight:600;
}

/* mobile */

@media(max-width:767px){

    .inamx-dropdown input{
        height:55px;
        font-size:14px;
    }

    .product-option,
    .category-option{
        font-size:14px;
        padding:12px 16px;
    }

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

.inamx-dropdown{
    position:relative;
}

.full-width{
    grid-column:1 / -1;
}

#productTypeInput,
#categoryInput{
    width:100%;
    cursor:pointer;
}

.inamx-dropdown-list{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    z-index:9999;
    display:none;
}

/* 720px - 991px
   Show 2 cards */

@media (min-width:720px) and (max-width:991px){

    .agro-details-related-grid{
        gap:20px !important;
    }

    .agro-details-related-card{
        flex:0 0 calc((100% - 20px) / 2) !important;
        min-width:calc((100% - 20px) / 2) !important;
        max-width:calc((100% - 20px) / 2) !important;
    }

    .agro-details-related-image-wrap{
        height:240px;
    }
}

/* Below 720px
   Show 1 card only */

@media (max-width:719px){

    .agro-details-related-container{
        padding-left:15px;
        padding-right:15px;
    }

    .agro-details-related-grid{
        gap:15px !important;
    }

    .agro-details-related-card{
        flex:0 0 100% !important;
        min-width:100% !important;
        max-width:100% !important;
    }

    .agro-details-related-image-wrap{
        height:230px;
    }

    .agro-details-related-product-title{
        font-size:20px;
    }

    .agro-details-related-product-desc{
        font-size:14px;
    }

    .agro-related-arrow{
        width:42px;
        height:42px;
    }
}

/* Extra small mobiles */

@media (max-width:600px){

    .agro-details-related-image-wrap{
        height:200px;
    }

    .agro-details-related-content{
        padding:18px;
    }

    .agro-details-related-btn{
        width:100%;
        text-align:center;
    }
}
/* ==========================================
   BUY MODAL RESPONSIVE
========================================== */

/* TABLETS */

@media (max-width:768px){

    .buy-modal-content{
        width:95% !important;
        max-width:700px !important;

        max-height:90vh !important;
        overflow-y:auto !important;

        padding:25px !important;
        border-radius:18px !important;
    }

    .buy-product-top{
        display:flex !important;
        align-items:center !important;
        gap:20px !important;
    }

    #buyProductImage{
        width:230px !important;
        height:180px !important;
        
        flex-shrink:0;
    }

    .buy-product-meta{
        flex:1;
        min-width:0;
    }

    #buyProductName{
        font-size:24px !important;
        line-height:1.3 !important;
    }

    .buy-product-specs{
        margin-top:20px;
    }

    .buy-product-specs ul{
        max-height:250px;
        overflow-y:auto;
    }

    .inam-modal-btn-wrap{
        display:flex;
        gap:15px;
        margin-top:25px;
    }

    .inam-modal-btn-wrap a{
        flex:1;
        text-align:center;
    }
}


/* MOBILE */

@media (max-width:575px){

    .buy-modal-provider{
        padding:15px !important;
    }

    .buy-modal-content{
        width:100% !important;
        max-height:90vh !important;

        padding:18px !important;
        border-radius:16px !important;
        margin-top:-260px;
    }

    .buy-product-top{
        flex-direction:column !important;
        text-align:center !important;
        gap:15px !important;
    }

    #buyProductImage{
        width:250px !important;
        height:150px !important;
        margin:0 auto !important;
        border-radius:20px !important;
    }

    #buyProductName{
        font-size:20px !important;
        line-height:1.4 !important;
    }

    .buy-product-specs h4{
        font-size:18px !important;
        text-align:center;
        display:flex;
    }

    .buy-product-specs ul{
        max-height:220px;
        overflow-y:auto;
        padding-left:18px;
    }

    .buy-product-specs li{
        font-size:14px !important;
        line-height:1.6 !important;
    }

    .inam-modal-btn-wrap{
        flex-direction:column !important;
        gap:12px !important;
    }

    .inam-wa-btn,
    .inam-view-btn{
        width:100% !important;
        justify-content:center !important;
        min-height:52px;
    }

    .buy-close{
        top:12px !important;
        right:12px !important;
        font-size:28px !important;
    }
}


/* EXTRA SMALL */

@media (max-width:360px){

    #buyProductImage{
        width:120px !important;
        height:120px !important;
    }

    #buyProductName{
        font-size:18px !important;
    }

    .buy-product-specs li{
        font-size:13px !important;
    }

    .buy-modal-content{
        padding:15px !important;
    }
}
@media (max-width:991px){

    .agro-related-arrow{
        width:48px;
        height:48px;
    }

    .agro-related-arrow i{
        font-size:24px;
    }

    .agro-related-prev{
        left:-15px;
    }

    .agro-related-next{
        right:-15px;
    }
}

/* Mobile */

@media (max-width:720px){

    .agro-related-nav{
        top:45%;
    }

    .agro-related-arrow{
        width:42px;
        height:42px;
    }

    .agro-related-arrow i{
        font-size:22px;
    }

    .agro-related-prev{
        left:5px;
    }

    .agro-related-next{
        right:5px;
    }
}

/* Small Mobile */

@media (max-width:480px){

    .agro-related-arrow{
        width:38px;
        height:38px;
    }

    .agro-related-arrow i{
        font-size:20px;
    }

    .agro-related-prev{
        left:8px;
    }

    .agro-related-next{
        right:8px;
    }
}
/* Hide related product arrows below 720px */

@media (max-width:719px){

    .agro-related-nav{
        display:none !important;
    }

}

/* PHONE NUMBER FIELD */

.inam-phone-group{
    display:flex;
    align-items:center;
    gap:10px;
    width:100%;
}

.inam-country-code{
    width:120px;
    min-width:120px;
    height:54px;

    border:1px solid #ddd;
    border-radius:10px;

    padding:0 10px;
    background:#fff;

    font-size:15px;
    cursor:pointer;
}

.inam-phone-group input{
    flex:1;
}

/* MOBILE */

@media(max-width:576px){

    .inam-phone-group{
        flex-direction:column;
        gap:12px;
    }

    .inam-country-code{
        width:100%;
    }

    .inam-phone-group input{
        width:100%;
    }
}/* Country flag/code area */

.iti{
    width:100% !important;
}

.iti__flag-container{
    width:auto !important;
}

.iti input{
    width:100% !important;
    padding-left:85px !important;
}

/* Reduce country code area */

.iti--separate-dial-code .iti__selected-flag{
    padding:0 8px !important;
    min-width:65px !important;
}

/* Reduce dropdown width */

.iti__country-list{
    width:280px !important;
    max-width:90vw !important;
}

/* Mobile */

@media(max-width:576px){

    .iti input{
        padding-left:75px !important;
    }

    .iti--separate-dial-code .iti__selected-flag{
        min-width:55px !important;
    }
}
.inam-phone-group{
    display:flex;
    gap:10px;
}

.inam-country-code{
    width:90px !important;
    min-width:90px !important;
    flex:none !important;
}

.inam-phone-group input{
    flex:1;
}
.iti{
    width:100% !important;
}

.iti input{
    width:100% !important;
}

.iti--separate-dial-code .iti__selected-flag{
    min-width:75px !important;
    padding:0 8px !important;
}

.iti__country-name{
    display:none !important;
}

.iti__country-list .iti__country-name{
    display:none !important;
}
.inam-enquiry-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 8 9 11 12 8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 6px center;
  padding-right:0px;
  background-size: 16px;
 
}

/* VIDEO POPUP */

.inam-video-modal{
    position:fixed;
    inset:0;
    z-index:99999;

    display:none;
    align-items:center;
    justify-content:center;
}

.inam-video-modal.active{
    display:flex;
}

.inam-video-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.85);
    backdrop-filter:blur(4px);
}

.inam-video-box{
    position:relative;
    width:90%;
    max-width:900px;
    z-index:2;

    animation:videoPopup .35s ease;
    margin-top:40px;
}

.inam-video-box video{
    width:100%;
    display:block;
    border-radius:18px;
    background:#000;
}

.inam-video-close{
    position:absolute;
    top:-45px;
    right:0;

    width:40px;
    height:40px;

    border:none;
    border-radius:50%;

    background:#fff;
    color:#000;

    font-size:28px;
    cursor:pointer;

    z-index:3;
}

@keyframes videoPopup{

    from{
        opacity:0;
        transform:scale(.9);
    }

    to{
        opacity:1;
        transform:scale(1);
    }
}

@media(max-width:768px){

    .inam-video-box{
        width:95%;
    }

    .inam-video-close{
        top:-40px;
        width:36px;
        height:36px;
        font-size:24px;
    }
}
body.video-popup-open{
    overflow:hidden !important;
    height:100vh;
}
/* Mobile Footer Background Fix */
@media (max-width: 720px) {

   
.footer-layout1::after {
        background-position: left center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
    }

}