/* navbar*/

/* .name {
    font-family: 'Sarabun';
    font-weight: 400;
    font-size: 26px; 
    color: #211E1D;
    text-transform: uppercase;
} */

.name-all {
    color: #ED6B3C;
}

.navbar-nav {
    letter-spacing: 1px; 
}

/* navbar text */
.name {
    font-family: 'Sarabun';
    font-weight: 400;
    font-size: 22px;   
    color: #211E1D;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .name {
        font-size: 16px; 
    }

    .navbar-brand img {
        height: 35px !important;
    }
}

.navbar-nav {
    letter-spacing: 1px;
}


    /* about us page */

/* .about-img img {
    position: relative;
    max-height: 488px;
    width: 100%;               
    object-fit: cover;        
    border-radius: 10px;
}

.about-title {
    font-family: 'Figtree';
    color: #ED6B3C;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}


.about-sub {
    font-family: 'Spartan';
    font-weight: 900;        
    font-size: 36px;          
    line-height: 1.2;        
    letter-spacing: 0;       
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0 0 2px rgba(0,0,0,0.1); 
}

.career-sub{
     font-family: 'Spartan';
    font-weight: 900;        
    font-size: 36px;          
    line-height: 1.2;        
    letter-spacing: 0;       
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0 0 2px rgba(0,0,0,0.1); 
}


.about-p{
    font-family: 'Figtree';
    color: #A7A7A7;
    
}

.highlight{
    color: #ED6B3C;
}

.pill-box {
  position: absolute;
  bottom: 5px;
  left: 218px;
  width: 188px;
  height: 79px;
  background-color: #ED6B3C;
  border-radius: 50px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  font-family: 'Roboto', sans-serif;
  z-index: 10;
}

.pill-content {
  display: flex;
  align-items: center;
  text-align: left;
}

.number {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-right: 10px;
}

.text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 1px;
}

.app-feature{
  font-family: 'Figtree';
  color: #ED6B3C;
  font-size: 16px;
  font-weight: 400;
} */

/* About Us */
.about-us-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about-img img {
    width: 70%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

/* Title */
.about-title {
    font-family: 'Figtree';
    color: #ED6B3C;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

/* Heading */
.about-sub {
    font-family: 'Spartan';
    font-weight: 900;
    font-size: 32px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
}

/* Text */
.about-p {
    font-family: 'Figtree';
    color: #666;
    font-size: 1rem;
    margin-bottom: 1rem;
}

/* Highlight */
.highlight {
    color: #ED6B3C;
}

/* Pill box (experience) */
.pill-box {
    position: absolute;
    bottom: -20px;
    right: 20px;
    background-color: #ED6B3C;
    padding: 12px 25px;
    border-radius: 50px;
    color: #fff;
    font-family: 'Roboto';
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.number {
    font-size: 32px;
    font-weight: 700;
}

.text {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ---------- RESPONSIVE FIXES ---------- */
@media (max-width: 992px) {
    .about-sub {
        font-size: 28px;
    }

    .about-title {
        font-size: 18px;
    }

    .about-p {
        font-size: 0.95rem;
    }
}

@media (max-width: 768px) {

    .about-us-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .about-sub {
        font-size: 24px;
        text-align: center;
    }

    .about-title {
        text-align: center;
        font-size: 16px;
    }

    .about-img {
        margin-bottom: 1.5rem;
    }

    .about-p {
        text-align: center;
    }

    .pill-box {
        position: static;
        margin: 1rem auto 0;
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .about-sub {
        font-size: 22px;
    }

    .about-title {
        font-size: 14px;
    }

    .about-p {
        font-size: 0.9rem;
    }
}


/* service section */

/* MAIN WRAPPER */
.service-section {
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.service-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

/* DARK OVERLAY */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.45);
    top: 0;
    left: 0;
    z-index: 2;
}

/* CONTENT ABOVE OVERLAY */
.content {
    z-index: 5;
    position: relative;
    margin-top: 70px;
}

/* TITLE */
.service-title {
    font-family: 'Figtree';
    color: #ED6B3C;
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.service-title .line {
    display: inline-block;
    width: 40px;
    height: 2px;
    background: #ED6B3C;
    vertical-align: middle;
    margin-right: 10px;
}

/* MAIN HEADING */
.service-sub {
    font-family: 'Spartan';
    font-weight: 400;
    font-size: 26px;
    text-transform: uppercase;
    color: #fff;
}

.service-highlight {
    color: #ED6B3C;
}

/* CARD CONTAINER */
.service-row {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 40px;
}

/* CARDS */
.service-card {
    width: 289px;
    height: 279px;
    background: #fff;
    border-radius: 24px;
    padding: 60px 25px 20px;
    position: relative;
    text-align: center;
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.08);
    transition: 0.3s;
}

/* ORANGE CARD */
.card-orange {
    background: #ED6B3C !important;
    color: white !important;
}

/* ICON CIRCLE */
.circle-img {
    width: 100px;
    height: 100px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

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

/* TEXT */
.card-title {
    font-family: 'Sarabun';
    font-size: 17px;
    font-weight: 600;
    color: #7A7A7A;
    margin-top: 20px;
}

.card-text {
    font-family: 'Figtree';
    color: #A7A7A7;
    margin-top: 20px;
    font-size: 14px;
}

.service-btn {
    font-family: 'Roboto';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 15px;
    text-decoration: underline;
    color: #A7A7A7;
}
.carousel-item .row {
    display: flex;
}
.carousel-item {
    padding: 30px 0;
}


/*career form */
.career-form .form-control {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding-left: 0;
}

.upload-box {
    width: 100%;
    max-width: 250px;
    margin: auto;
    border: 2px dashed #e5e5e5;
}

.btn-primary {
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.btn-primary:hover {
    background-color: #e85d00;
    border-color: #e85d00;
}

p.dashed {
    border-style: dashed;
}

.form-label-career{
    font-family: 'Figtree';
color:#7A7A7A;
font-weight: 400;
font-size:16px;

}

.apply-btn {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
}

.apply-btn .text {
    font-family: 'Figtree';
font-weight: 900; 
font-size: 16px;
    margin-right: 12px;
    color: #211E1D;
}

.apply-btn .circle {
    width: 40px;
    height: 40px;
    background-color: #ED6B3C; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-btn .arrow {
    color: white;
    font-size: 20px;
    margin-left: 2px;
}

.theme-text{
  color: #7A7A7A;
  font-family: 'Figtree';
  font-weight: 400;
  font-size: 16px;
  /* text-transform: uppercase; */
}

.theme-attach{
  font-family: 'Figtree';
  font-size: 400;
  color: #0B0B0B;
}

.theme-resume{
  font-family: 'Figtree';
  color: #ED6B3C;
  font-weight: 600;

}

                /* banner  */
/* Banner */
.banner-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}

/* Background image */
.banner-img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.5);
  z-index: 1;
}

/* Overlay layout */
.banner-overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  height: 100%;
  gap: 2rem;
  color: white;
font-family: 'Arial', sans-serif;
}

/* Left text area */
.banner-content {
  max-width: 55%;
}

/* Typography */
.small-heading {
  font-family: 'Figtree';
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
}

.banner-title {
  font-family: 'Spartan';
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.sub-text {
  font-size: 1rem;
  font-family: 'Figtree';
  opacity: 0.85;
  max-width: 85%;
}

/* App Buttons */
.app-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.app-buttons img {
  height: 45px;
}

/* Phone image */
.banner-phone img {
  max-width: 18vw;
  height: auto;
}

/* ------------ MOBILE FIX ------------ */
@media (max-width: 992px) {
  .banner-overlay {
    flex-direction: column;
    text-align: center;
    padding: 2rem;
  }

  .banner-content {
    max-width: 100%;
  }

  .banner-title {
    font-size: 2rem;
  }

  .small-heading {
    font-size: 16px;
  }

  .sub-text {
    max-width: 100%;
    font-size: 0.95rem;
  }

  .banner-phone img {
    max-width: 46vw;
    margin-top: 2rem;
  }
}

@media (max-width: 576px) {
  .banner-title {
    font-size: 1.6rem;
  }

  .banner-overlay {
    padding: 1.5rem;
  }

  .banner-phone img {
    max-width: 50vw;
  }
}




    /* app feature */

 .app-features-text {
  font-family: 'Figtree';
  font-size: 16px;
  color: #A7A7A7;
   text-align: justify;
}


.feature-heading {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.feature-sub-highlight {
    color: #ED6B3C;
}


.feature-title {
  font-family: 'Sarabun';
    font-weight: 700;
    font-size: 16px;
    color: #211E1D;
    text-transform: uppercase;
}

.feature-text {
    color: #666;
    font-size: 14px;
    max-width: 250px;
}

.phone-mockup {
  max-width: 171px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-radius: 20px;
}


.main-phone {
    width: 350px;
}


.floating-img-left,
.floating-img-right {
    width: 120px;      
    position: absolute;
}


.top-img {
    top: -50px;
}

.bottom-img {
    top: 0px;
}


.floating-img-left {
    right: -181px;
}

.floating-img-right {
    left: -201px;
}



/* app feature end*/


/* black orange rectangle */
.download-section {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
}

.bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-black {

 position: absolute;
    top: 94px;
    left: -1px;
    width: 100%;
    height: auto;
    z-index: 2;

    
}

.bg-orange {
   width: 100%;
    height: 100%;
    object-fit: cover;
}

/* CONTENT */
.content-box {
    position: relative;
    z-index: 10;
    padding-top: 80px;
    color: white;
}

.download-title {
    color: white;
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}

.dl-orange {
    color: #ED6B3C;
}

.download-subtext {
    font-size: 16px;
    color: #d5d5d5;
    width: 450px;
}

/* STORE BUTTONS */
.store-buttons img.store-btn {
    width: 150px;
    margin-right: 10px;
    margin-top: 20px;
}

/* RIGHT SIDE MAN IMAGE */
.side-man {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 95%;
    z-index: 20;
}


/* CONTACT SECTION */

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 20px !important;
    }

    .contact-heading {
        text-align: center;
        font-size: 26px;
    }

    .contact-input {
        font-size: 14px;
    }
}

.contact-small-title {
    color: #e86a34;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-heading {
    font-size: 32px;
    font-weight: 800;
}

.contact-heading .highlight {
    color: #e86a34;
}

/* Contact Card */
/* .contact-form-wrapper {
    background: #fff;
    border-radius: 12px;
} */

.contact-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

.contact-input:focus {
    border-bottom: 1px solid #e86a34;
    outline: none;
}

/* Button */
.apply-btn {
    background: #e86a34;
    border: none;
    color: #fff;
    padding: 10px 28px;
    border-radius: 30px;
    font-weight: 600;
    position: relative;
}

.apply-btn .circle {
    margin-left: 10px;
}


/* footer  */


/* .footer-section {
    position: relative;
    background-color: #000; 
    padding-top: 353px;
}

.footer-bg {
    width: 100%;
    display: block;
}

.footer-overlay {
    position: relative;
    margin-top: -150px;
    padding: 40px 0;
}


@media (max-width: 768px) {
    .footer-overlay .row > div {
        text-align: center;
    }

    .footer-bg {
        height: auto !important;
    }

    .footer-overlay {
        margin-top: -80px;
        padding: 20px;
    }
}

 .footer-list li a {
    color: #ffffff !important;
     list-style: none !important;
    text-decoration: none;
}

.footer-list li a:hover {
   list-style: none !important;
    color: #f2f2f2 !important;
}



.footer-bottom {
    color: #dcdcdc;
    font-size: 12px;
}

.text-white{
  font-family: 'Sarabun';
  color:#ffffff;
}

.footer-text{
  text-transform: uppercase;
}
 */

/*  */
.carousel-inner img {
    height: 300px;
    object-fit: contain;
}

.narrow-container {
    max-width: 801px;
    margin: 0 auto;
}


/* slider */
.slider {
    height: 291px;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    width: calc(250px * 20);
    animation: scroll 40s linear infinite;
}


.slide {
    height: 288px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 180px;
    height: 280px;
    object-fit: contain;
}

/* Animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 10)); }
}

/* nav*/

.navbar.site-navbar {
    background-color: transparent;
    box-shadow: none;
    font-family: 'Roboto'; 
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

/* Solid on Scroll */
.navbar.site-navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Nav Links */
.navbar.site-navbar .navbar-nav .nav-link {
    color: #211E1D;  
    font-weight: 600;
    transition: color 0.3s ease;
    margin-right: 50px;
}

.navbar.site-navbar.scrolled .navbar-nav .nav-link {
    color: #211E1D;   
}

/* Hover & Active */
.navbar.site-navbar .nav-link:hover,
.navbar.site-navbar .nav-link.active {
    color: #ED6B3C !important;
}


/* contact + footer */
/* .footer-section {
    position: relative;
    padding-top: 353px; 
}

.footer-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: -1;
}


.contact-form-on-footer {
    max-width: 900px;
    margin: 0 auto;
    
        margin-top: -285px;
    position: relative;
    z-index: 3;
}

.contact-form-wrapper {
    background: white;
    border-radius: 10px;
    position: relative;
   
    bottom: 8rem;
} */

.banner-title{
  font-size: 40px;
}


.applycontact-btn,
.applycontact-btn * {
  text-decoration: none !important;
  box-sizing: border-box;
}


.applycontact-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;               
  padding: 10px 20px;       
  background:rgb(237, 107, 60);         
  color: #fff;              
  border-radius: 999px;   
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  -webkit-tap-highlight-color: transparent;
  text-align: center;
}


.applycontact-btn .circle {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;       
  color: #000;               
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: transform .12s ease, box-shadow .12s ease;
}

/* arrow styling */
.applycontact-btn .arrow {
  font-size: 16px;
  line-height: 1;
}

/* hover & active */
.applycontact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.applycontact-btn:hover .circle {
  transform: translateX(3px);
}

/* focus (keyboard accessible) */
.applycontact-btn:focus {
  outline: 3px solid #ED6B3C;
  outline-offset: 3px;
}

/* disabled state (if needed) */
.applycontact-btn[aria-disabled="true"],
.applycontact-btn.disabled {
  opacity: .6;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}

/* responsive tweak: slightly smaller on narrow screens */
@media (max-width: 480px) {
  .applycontact-btn {
    padding: 9px 14px;
    gap: 8px;
    font-size: 13px;
  }
  .applycontact-btn .circle { width: 28px; height: 28px; }
  .applycontact-btn .arrow { font-size: 15px; }
}

/* =============== FOOTER BACKGROUND IMAGE =============== */
.footer-inline {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    color: #dcdcdc;
    font-size: 12px;
}

.footer-link {
    color: #dcdcdc;
    text-decoration: none;
}

.footer-link:hover {
    color: #fff;
}

.footer-section {
    position: relative;
    overflow: hidden;
    padding-top: 280px;   /* space for contact form */
    background-color: #000; /* fallback color */
}

.footer-bg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* CONTACT FORM OVER FOOTER IMAGE */
.contact-form-on-footer {
    max-width: 900px;
    margin: 0 auto;
    margin-top: -200px;  
    position: relative;
    z-index: 3;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
}

/*FOOTER*/
.footer-overlay {
    position: relative;
    z-index: 2;
    padding: 60px 0 30px;
    color: #fff;
}

/* Footer links */
.footer-list li a {
    list-style-type: none !important;
    color: #fff;
    text-decoration: none !important;
}

.footer-list li a:hover {
    list-style-type: none !important;
    color: #f2f2f2;
     text-decoration: none !important;
}

/* Bottom text */
.footer-bottom {
    color: #dcdcdc;
    font-size: 12px;
}

/* responsive */
@media (max-width: 992px) {
    .contact-form-on-footer {
        margin-top: -150px;
    }
}

@media (max-width: 768px) {
    .footer-overlay .row > div {
        text-align: center;
    }

    .contact-form-wrapper {
        padding: 25px 18px;
    }

    .contact-form-on-footer {
        margin-top: -120px;
    }
}

@media (max-width: 576px) {
    .footer-section {
        padding-top: 220px;
    }

    .contact-form-on-footer {
        margin-top: -100px;
    }

    .footer-bg {
        width: 100%;
        height: auto;
    }
}


/* app feature */

.app-features-text {
  font-family: 'Figtree';
  font-size: 16px;
  color: #A7A7A7;
  text-align: justify;
}

.feature-heading {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.feature-sub-highlight {
    color: #ED6B3C;
}

.feature-title {
  font-family: 'Sarabun';
    font-weight: 700;
    font-size: 16px;
    color: #211E1D;
    text-transform: uppercase;
}

.feature-text {
    color: #666;
    font-size: 14px;
    max-width: 250px;
}

.phone-mockup {
  max-width: 171px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  border-radius: 20px;
}

.main-phone {
    width: 350px;
    max-width: 100%;
    height: auto;
}

.floating-img-left,
.floating-img-right {
    width: 120px;
    position: absolute;
    max-width: 100%;
    height: auto;
}

.top-img {
    top: -50px;
}

.bottom-img {
    top: 0px;
}

.floating-img-left {
    right: -181px;
}

.floating-img-right {
    left: -201px;
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
    .best-services-section .row {
        flex-direction: column;
        align-items: center;
    }

    .best-services-section .col-md-3,
    .best-services-section .col-md-6 {
        max-width: 100%;
        text-align: center !important;
        margin-bottom: 2rem;
    }

    .feature-heading {
        font-size: 28px;
    }

    .main-phone {
        width: 250px;
    }

    .floating-img-left,
    .floating-img-right {
        position: static;
        width: 80px;
        margin: 1rem auto;
        display: block;
    }

    .feature-box {
        margin-bottom: 2rem;
    }

    .app-features-text {
        text-align: center;
        font-size: 14px;
    }

    .feature-title {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .feature-heading {
        font-size: 24px;
    }

    .main-phone {
        width: 200px;
    }

    .floating-img-left,
    .floating-img-right {
        width: 60px;
    }

    .app-features-text {
        font-size: 13px;
    }

    .feature-title {
        font-size: 13px;
    }
}

/* slider */
.slider {
    height: 291px;
    overflow: hidden;
    margin: auto;
    position: relative;
    width: 100%;
}

.slide-track {
    display: flex;
    width: calc(250px * 20);
    animation: scroll 40s linear infinite;
}

.slide {
    height: 288px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide img {
    width: 180px;
    height: 280px;
    object-fit: contain;
    max-width: 100%;
}

/* Animation */
@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-250px * 10)); }
}

/* Responsive slider */
@media (max-width: 768px) {
    .slider {
        height: 200px;
    }

    .slide {
        height: 180px;
        width: 120px;
    }

    .slide img {
        width: 120px;
        height: 170px;
    }

    .slide-track {
        width: calc(120px * 20);
        animation: scroll-mobile 40s linear infinite;
    }

    @keyframes scroll-mobile {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-120px * 10)); }
    }
}

@media (max-width: 576px) {
    .slider {
        height: 150px;
    }

    .slide {
        height: 140px;
        width: 100px;
    }

    .slide img {
        width: 100px;
        height: 130px;
    }

    .slide-track {
        width: calc(100px * 20);
        animation: scroll-small 40s linear infinite;
    }

    @keyframes scroll-small {
        0% { transform: translateX(0); }
        100% { transform: translateX(calc(-100px * 10)); }
    }
}


/* =============== FOOTER BACKGROUND IMAGE =============== */
.footer-section {
    position: relative;
    overflow: hidden;
    padding-top: 280px;   /* space for contact form */
    background-color: #000; /* fallback color */
}

.footer-bg {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* CONTACT FORM OVER FOOTER IMAGE */
.contact-form-on-footer {
    max-width: 900px;
    margin: 0 auto;
    margin-top: -200px;  
    position: relative;
    z-index: 3;
}

.contact-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 40px 30px;
}

/*FOOTER*/
.footer-overlay {
    position: relative;
    z-index: 2;
    padding: 60px 0 30px;
    color: #fff;
}

/* Footer links */
.footer-list {
    list-style-type: none; /* Remove bullet points from all list items */
    padding-left: 0; /* Remove default padding */
}

.footer-list li a {
    list-style-type: none !important;
    color: #fff;
    text-decoration: none !important;
}

.footer-list li a:hover {
    list-style-type: none !important;
    color: #f2f2f2;
     text-decoration: none !important;
}

/* Bottom text */
.footer-bottom {
    color: #dcdcdc;
    font-size: 12px;
}

/* responsive */
@media (max-width: 992px) {
    .contact-form-on-footer {
        margin-top: -150px;
    }
}

@media (max-width: 768px) {
    .footer-overlay .row > div {
        text-align: center;
    }

    .contact-form-wrapper {
        padding: 25px 18px;
    }

    .contact-form-on-footer {
        margin-top: -120px;
    }
}

@media (max-width: 576px) {
    .footer-section {
        padding-top: 220px;
    }

    .contact-form-on-footer {
        margin-top: -100px;
    }

    .footer-bg {
        width: 100%;
        height: auto;
    }
}


/* slider dot */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

.slider-group {
    display: flex;
    min-width: 100%;
    justify-content: center;
}

.slide {
    width: 180px;
     height: 340px;
    margin: 0 25px;
}

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

/* Dots */
.slider-dots {
    text-align: center;
    margin-top: 15px;
}

.dot {
    height: 12px;
    width: 12px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: #e86a34;
    transform: scale(1.2);
}

/* scroll to top button */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #e86a34;
    color: white;
    padding: 12px 14px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    font-size: 22px;
    display: none; /* Hidden by default */
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    transition: 0.3s;
}

.back-to-top:hover {
    background: #e86a34;
}

