#preloader {
    background-color: #000000;
}

/* -------------------------------------------------------
   GLOBAL FONT
------------------------------------------------------- */
body {
    font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

/* -------------------------------------------------------
   HEADER LOGO
------------------------------------------------------- */
.header-logo img {
    width: 140px;
    height: 30px;
}


.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Navbar center */
.header-middle {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Submenu */
.submenu {
    flex-direction: column !important;
    display: flex !important;
    padding-left: 10px;
}

.submenu li a {
    display: block !important;
    padding: 15px !important;
}

/* HEADER RIGHT */
.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.header-button {
    margin: 0;
    padding: 0;
}

.header-button .btn-wrapper a span.theme-btn {
    padding: 15px 20px;
}

/* Hamburger icon */
.header__hamburger,
.header__hamburger .sidebar__toggle {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__hamburger svg,
.header__hamburger i {
    display: block;
    margin-top: -1px;
}

/* -------------------------------------------------------
   NAVBAR SPACING
------------------------------------------------------- */
#mobile-menu ul {
    display: flex;
    align-items: center;
}

#mobile-menu ul li {
    margin: 0 18px;
    font-size: 14px;
}

#mobile-menu ul li a {
    padding: 0;
}

/* -------------------------------------------------------
   DOWNLOAD ICON & STYLES
------------------------------------------------------- */
.download-icon {
    font-size: 20px;
    color: #fff;
    margin-right: 4px;
    transition: 0.3s ease;
}

.theme-btn.style3.border.bg-transparent:hover .download-icon {
    color: #000 !important;
}

/* Separator line */
.btn-rect {
    fill: #fff;
    height: 32px;
    width: 2px;
    transition: 0.3s ease;
}

.theme-btn.style3.border.bg-transparent:hover .btn-rect {
    fill: #000 !important;
}

/* -------------------------------------------------------
   INTRO SECTION
------------------------------------------------------- */
.intro-content-wrapper.style3 {
    padding: 250px 0 209px;
}

/* -------------------------------------------------------
   KEY FEATURE BOX
------------------------------------------------------- */
.key-feature-box {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 380px;
    border: 1px solid #e6e6e6;
    font-family: "Poppins", sans-serif;
}

.kf-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.kf-text {
    font-size: 15px;
    line-height: 25px;
    color: #444444;
    font-weight: 400;
}

.faq-section {
    margin-top: -50px;
}

/* -------------------------------------------------------
   CTA MODERN SECTION
------------------------------------------------------- */
.cta-modern-section {
    background: #f5f1eb;
}

.cta-modern-tag {
    font-size: 14px;
    color: #7a6146;
    font-weight: 700;
    letter-spacing: 1px;
}

.cta-modern-title {
    font-size: 40px;
    font-weight: 800;
    color: #2a1d0f;
    line-height: 1.3;
}

/* -------------------------------------------------------
   CTA ULTRA SECTION
------------------------------------------------------- */
.cta-ultra-section {
    background: #f4efe8;
    padding: 100px 0;
}

.cta-ultra-tag {
    font-size: 15px;
    font-weight: 700;
    color: #8d6c4f;
}

.cta-ultra-title {
    font-size: 44px;
    font-weight: 900;
    color: #2a1c0e;
    line-height: 1.3;
}

.cta-ultra-desc {
    color: #4b3a29;
    font-size: 18px;
    margin-top: 10px;
}

/* CTA Ultra Button */
.cta-ultra-btn {
    background: #000;
    color: #fff;
    padding: 16px 34px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    border: 2px solid #000;
    transition: 0.35s ease;
    text-decoration: none;
    white-space: nowrap;
}

.cta-ultra-btn:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.cta-ultra-btns a:last-child {
    margin-right: 0;
}

/* CTA Image */
.cta-ultra-image-box {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 20px 55px rgba(0, 0, 0, 0.25);
    transition: 0.45s ease;
}

.cta-ultra-img {
    width: 100%;
    transition: 0.5s ease;
}

.cta-ultra-image-box:hover .cta-ultra-img {
    transform: scale(1.10);
    filter: brightness(0.85);
}

.cta-ultra-image-box:hover {
    transform: translateY(-8px);
}

.widget-head-text {
    color: white;
}

.cta-title-margin,
.cta-style2 {
    margin-top: 100px !important;
}

/* Theme Button Style 2 */
.theme-btn.style2 {
    border: 2px solid #fff !important;
    padding: 12px 26px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    line-height: 1 !important;
    text-decoration: none;
}

/* -------------------------------------------------------
   HERO BUTTONS
------------------------------------------------------- */
.hero-btn-wrapper.style3 {
    display: flex;
    gap: 20px;
}

/* Black Explore Button */
.theme-btn.style3 {
    background: #000 !important;
    color: #fff !important;
    padding: 14px 32px !important;
    line-height: 1 !important;
    height: 52px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.theme-btn.style3:hover {
    background: #fff !important;
    color: #000 !important;
}

.theme-btn.style3:hover svg path,
.theme-btn.style3:hover svg rect {
    fill: #000 !important;
}

/* Explore Arrow Normal */
.theme-btn.style3 svg path,
.theme-btn.style3 svg rect {
    fill: #fff !important;
}

/* White Border Download Btn */
.theme-btn.style3.border.bg-transparent {
    background: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    padding: 14px 32px !important;
    display: inline-flex;
    align-items: center;
    gap: 5px !important;
    line-height: 1 !important;
    height: 52px;
}

.theme-btn.style3.border.bg-transparent:hover {
    background: transparent !important;
    color: #000 !important;
    transform: translateY(-6px);
}

.theme-btn.style3.border.bg-transparent:hover svg rect,
.theme-btn.style3.border.bg-transparent:hover svg path {
    fill: #000 !important;
}

/* SVG spacing */
.theme-btn.style3.border.bg-transparent svg {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.download-icon {
    margin-left: -25px !important;
}

/* -------------------------------------------------------
   TILE CALCULATOR PREMIUM
------------------------------------------------------- */
.tile-calculator-premium {
    background: linear-gradient(to right, #efe9e2, #f5f2ee);
    padding: 80px 0;
    font-family: Poppins;
}

.tc-container {
    display: flex;
    gap: 40px;
    max-width: 1100px;
    margin: auto;
    align-items: center;
}

/* Left Panel */
.tc-left {
    background: #ffffff;
    padding: 35px;
    border-radius: 16px;
    width: 50%;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.tc-title {
    font-size: 28px;
    font-weight: 800;
    display: flex;
    gap: 10px;
    color: #2c1e12;
}

.tc-icon {
    color: #c69352;
    font-size: 26px;
}

.tc-text {
    font-size: 14px;
    margin-bottom: 20px;
    color: #6a5a4a;
}

.tc-group {
    margin-bottom: 15px;
}

.tc-group label {
    font-size: 14px;
}

/* -------------------------------------------------------
   FOOTER COLORS
------------------------------------------------------- */
.widget-head h3 {
    color: white;
}

.single-footer-widge .list-area li a,
.single-footer-widge .list-area li a i {
    color: #ffffff !important;
    opacity: 1 !important;
}

.list-area li a,
.list-area li a i {
    color: #ffffff;
    transition: 0.3s;
}

/* Hover = Black */
.list-area li:hover a,
.list-area li:hover a i {
    color: gray !important;
}

/* Footer Logo */
.logo-img-footer {
    width: 160px;
    height: 50px;
}

/* Footer Bottom */
.footer-bottom.style2 li a {
    color: #ffffff !important;
}

.footer-bottom.style2 li a:hover {
    color: gray !important;
    opacity: 1 !important;
}

/* -------------------------------------------------------
   KEY HIGHLIGHTS LIST
------------------------------------------------------- */
.key-highlights {
    background: #ffffff;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    list-style: none;
    margin: 20px 0;
}

.key-highlights h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}

.key-highlights li {
    padding: 8px 0;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
}

.key-highlights li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 20px;
    color: #2B1E16;
}

/* -------------------------------------------------------
   WHY CHOOSE US
------------------------------------------------------- */
.testimonial-section {
    margin-bottom: -50px !important;
}

.why-choose-us {
    padding: 60px 0;
    margin-top: 20px !important;
}

.why-choose-us .subtitle {
    font-size: 18px;
    color: #2B1E16;
    font-weight: 600;
}

.why-choose-us .medium-title {
    font-size: 28px;
    font-weight: 700;
}

.why-choose-us .main-title {
    font-size: 25px;
    font-weight: 800;
    margin-top: 10px;
}

.why-choose-us .desc {
    text-align: center;
    max-width: 800px;
    margin: 12px auto;
    font-size: 17px;
    color: #555;
    line-height: 1.7;
}

/* Strength Grid */
.why-choose-us .strength-grid {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

/* Strength Box */
.why-choose-us .strength-box {
    background: #ffffff;
    padding: 18px 20px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    border-left: 4px solid #2B1E16;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
}

.why-choose-us .strength-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

/* -------------------------------------------------------
   SKILLS IMAGES
------------------------------------------------------- */
.skills-thumb {
    position: relative;
    display: flex;
    gap: 20px;
}

.skills-thumb .thumb1,
.skills-thumb .thumb2 {
    width: 48%;
}

.skills-thumb img {
    width: 100%;
    height: 500px;
}

.skills-thumb .counter-box.style2 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    color: #fff;
    padding: 18px 25px;
    text-align: center;
    min-width: 150px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Counter Number */
.skills-thumb .counter-number {
    font-size: 40px;
    font-weight: 800;
}

.skills-thumb h6 {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

/* Strength List */
.ks-title {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1a1a1a;
}

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

.ks-list li {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
}

.ks-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #2a1d0f;
    font-size: 18px;
}

.cta-section {
    margin-bottom: 100px;
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;

}

/* home hero banner  */
/* =========================
   SLIDER ARROWS DESIGN
========================= */

.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
    /* light bg */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

/* Arrow icon */
.hero-slider .swiper-button-next::after,
.hero-slider .swiper-button-prev::after {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    /* black arrow */
}

/* Hover effect */
.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.85);
    transform: scale(1.05);
}

/* Position tweak */
.hero-slider .swiper-button-prev {
    left: 20px;
}

.hero-slider .swiper-button-next {
    right: 20px;
}


/* =========================
   PAGINATION DOTS (BLACK)
========================= */

.hero-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #000;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    width: 18px;
    border-radius: 10px;
    opacity: 1;
    background: #000;
}



.color-box {
    cursor: pointer;
    transition: transform 0.3s ease;
    width: 100px;
    flex: 0 0 auto;
    text-align: center;
}

.color-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto 6px;
}

.color-box.active .color-circle {
    border: 3px solid #000;
    transform: scale(1.05);
}

#color-change {
    transition: background-color 0.6s ease-in-out;
}

.color-box small {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    white-space: normal;
    word-break: break-word;
}

/* Slider */
.slider-container {
    overflow-x: auto;
    padding: 0 60px;
}

.slider-inner {
    display: flex;
    gap: 5px;
    min-width: max-content;
    padding: 15px 0;
}

/* Hide scrollbar */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Arrow buttons */
.slider-btn {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(6px);
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-btn:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.slider-btn.prev {
    left: 0;
}

.slider-btn.next {
    right: 0;
}
/* smooth animation */
.accordion-button .chevron i{
  transition: transform 0.3s ease !important;
}

/* CLOSED state */
.accordion-button.collapsed .chevron i{
  transform: rotate(0deg) !important;
}

/* OPEN state */
.accordion-button:not(.collapsed) .chevron i{
  transform: rotate(180deg) !important;
}
.accordion-button::after{
  display:none !important;
}

.custom-toast {
    visibility: hidden;
    min-width: 280px;
    max-width: 400px;
    /* background: linear-gradient(135deg, #28a745 0%, #20c997 100%); */
    color: white;
    text-align: left;
    border-radius: 12px;
    padding: 16px 20px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    box-shadow: 0 8px 25px rgba(232, 24, 64, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* backdrop-filter: blur(10px); */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateX(100%) scale(0.8);
}

.custom-toast.show {
    visibility: visible;
    opacity: 1;
    transform: translateX(0) scale(1);
}

.custom-toast.hide {
    opacity: 0;
    transform: translateX(100%) scale(0.8);
    transition: all 0.3s ease-in;
}

.toast-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.toast-success,
.toast-error,
.toast-info {
    background: none !important;
    backdrop-filter: none !important;
    background-color: unset !important;
}

/* Gradient styles */
.toast-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

.toast-error {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%) !important;
}

.toast-info {
    background: linear-gradient(135deg, #0487ff 0%, #17a2b8 100%) !important;
}

.toast-icon {
    font-size: 20px;
    flex-shrink: 0;
    animation: bounce 0.6s ease-out;
}

.toast-message {
    flex: 1;
    line-height: 1.4;
}

.toast-close {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s;
    flex-shrink: 0;
}

.toast-close:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0 0 12px 12px;
    animation: progressBar 4s linear forwards;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-8px);
    }

    60% {
        transform: translateY(-4px);
    }
}

@keyframes progressBar {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* Toast contect form style */
.custom-toast {
    position: fixed;
    top: 20px;
    left: 80%;
    transform: translateX(-50%);
    min-width: 280px;
    max-width: 400px;
    border-radius: 8px;
    color: white;
    padding: 12px 16px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    display: none;
    z-index: 9999;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-toast.show {
    display: block;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toast-icon {
    font-size: 22px;
    margin-right: 12px;
}

.toast-message {
    flex-grow: 1;
    font-size: 15px;
}

.toast-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    padding: 0 6px;
}

.toast-progress {
    height: 3px;
    
    /* default green */
    width: 0;
    border-radius: 0 0 8px 8px;
    margin-top: 8px;
    transition: width 3s linear;
}
.custom-toast {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 250px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    height: 100px;
  }

  .custom-toast.show {
    opacity: 1;
    transform: translateY(0);
  }

  .toast-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
  }

  .toast-icon {
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    flex-shrink: 0;
  }

  .toast-message {
    flex: 1;
  }

  .toast-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: inherit;
  }

  .toast-progress {
    height: 4px;
    width: 0;
    transition: width 3s linear;
  }
  .custom-toast.success .toast-content {
    background-color: #e6f9e6;  
  }
  .custom-toast.success .toast-icon {
    color: green;               
  }
  .custom-toast.success .toast-progress {
    background-color: green;
  }

  .custom-toast.error .toast-content {
    background-color: #ffe6e6;   
  }
  .custom-toast.error .toast-icon {
    color: red;                  
  }
  .custom-toast.error .toast-progress {
    background-color: red;
  }

  .custom-toast.info .toast-content {
    background-color: #e6f0ff; 
  }
  .custom-toast.info .toast-icon {
    color: blue;                
  }
  .custom-toast.info .toast-progress {
    background-color: blue;
  }
.custom-toast.warning .toast-close {
    color: rgba(33, 37, 41, 0.8);
}

.custom-toast.warning .toast-close:hover {
    background: rgba(33, 37, 41, 0.1);
    color: #212529;
}

@media (max-width: 480px) {
    .custom-toast {
        left: 10px;
        right: 10px;
        top: 10px;
        min-width: auto;
        max-width: none;
    }
    #blog-badges {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: auto;
    /* Horizontal scroll */
    white-space: nowrap;
    scroll-behavior: smooth;
    gap: 8px;
    padding: 10px 16px;
    -webkit-overflow-scrolling: touch;
}

}
