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

@font-face {
  font-family: "Helvetica";
  src: url(../fonts/Helvetica.ttf);
}

body {
  font-family: "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: #000;
}

p {
  font-family: "Poppins", sans-serif;
  color: #555;
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: #dc3545;
  transition: color 0.3s ease;
}

a:hover {
  color: #a30000;
}

.main-header {
  background-color: #fff;
  padding: 10px 0;
}

.custom-container-fluid {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1440px;
  margin: 0 auto;
}

.header-logo img {
  height: 42px;
  /*width: 114px;*/
}

.navbar-nav .nav-link {
    font-family: 'Inter';
    font-weight: 600;
    color: #2d2d2d;
    text-transform: uppercase;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1.1rem;
    font-size: 15px;
}

/*.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ff5a5a;
}*/

.get-in-touch-btn {
    background-color: #ff5a5a;
    color: #fff;
    padding: 8px 15px;
    font-family: 'Inter';
    /* font-weight: 500; */
    border: none;
    transition: background-color 0.3s ease;
    line-height: 1.5;
}

.get-in-touch-btn:hover {
  background-color: #ff5a5a;
  color: #fff;
}

.hero-section {
    position: relative;
    padding-top: 29px;
    /* padding-bottom: 20px; */
    min-height: 426px;
    display: flex
;
    align-items: flex-start;
    margin-top: 0;
}
.hero-content-wrapper {
  position: relative;
  width: 1320px;
  height: 393px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: -40px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.hero-media-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-background-image,
.hero-background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-text-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 20px;
}

.hero-text-content h1 {
  font-size: 2.6rem;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.feature-cards-section {
  background-color: #ffffff;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.feature-card {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 10px;
  text-align: center;
  transition: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.feature-card h3 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #333;
    margin-bottom: 0;
}
.feature-card .icon-wrapper {
  background-color: transparent;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.feature-card .icon-wrapper .feature-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.products-section {
    background-color: #fff;
    /* margin-top: 100px; */
}

.section-title {
  font-family: "Roboto";
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d2d2d;
}

.product-item {
  margin-bottom: 5rem;
}

.product-image {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    /* height: 480px; */
    border-radius: 5px;
    height: 100%;
}

.products-section .row {
  align-items: flex-start;
}

.product-item .col-md-6.order-md-2 {
  padding-left: 80px;
  padding-right: 0;
}

.product-item .col-md-6.order-md-1 {
  padding-right: 80px;
  padding-left: 15px;
}

.product-item:nth-child(2) .col-md-6.order-md-1 {
  padding-right: 80px;
  padding-left: 0;
}

.product-item:nth-child(2) .col-md-6.order-md-2 {
  padding-left: 80px;
  padding-right: 15px;
}

.product-title {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
}

.product-subtitle {
  font-family: "Inter";
  font-weight: 400;
  margin-top: 0.5rem;
  font-size: 17px;
  color: #000000;
  margin-bottom: 0;
}

.product-features-divider {
  border-top: 1.5px solid #aeaeae;
  margin: 1.5rem 0 1.5rem 0;
}

.product-features {
  list-style: none;
  padding-left: 0;
}

.product-features li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0.2rem;
    position: relative;
    padding-left: 20px;
}
.product-features li::before {
  content: "•";
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}

.choose-retale-section {
    margin-top: 0;
    background-color: #fff;
    padding-top: 5rem;
    padding-bottom: 10rem;
}

.choose-retale-text {
    font-family: "Inter";
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
    color: #333;
    margin-top: 59px;
}
.cta-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  margin-bottom: -100px;
}

.cta-text-column {
  background-color: #ff5a5a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-content {
    text-align: left;
    color: #fff;
    padding: 3rem 2rem;
}

.cta-heading {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #fff;
    text-transform: uppercase;
}
.cta-body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.6;
    color: #f7f7f7;
}

.cta-image-column {
  background-color: #f0f0f0;
}

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

.subscribe-section {
  background-color: #2d2d2d;
  color: #fff;
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.subscribe-title {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-top: 5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.subscribe-subtitle {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 2rem;
}
.subscription-form {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
}

.email-input {
  flex-grow: 1;
  border-radius: 8px 0 0 8px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  height: 45px;
}

.email-input:focus {
  border-color: #ff5a5a;
  box-shadow: 0 0 0 0.25rem rgba(255, 59, 48, 0.25);
}

.submit-btn {
  background-color: #ff5a5a;
  color: #fff;
  border-radius: 0 8px 8px 0;
  border: 1px solid #ff3b30;
  padding: 10px 30px;
  font-weight: 600;
  height: 45px;
  transition: background-color 0.3s;
}

.submit-btn:hover {
  background-color: #ff5a5a;
  border-color: #ff5a5a;
}

@media (max-width: 767.98px) {
  .cta-content {
    padding: 2rem;
    text-align: center;
  }

  .cta-heading {
    font-size: 1.8rem;
  }

  .subscription-form {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }

  .email-input,
  .submit-btn {
    width: 100%;
    border-radius: 4px !important;
    margin-bottom: 10px;
  }
}

footer {
    background-color: #2d2d2d;
    color: #f8f9fa;
    padding-top: 20px;
    position: relative;
    margin-top: 0;
}
.logo-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 5px;
}

.footer-logo {
    display: block;
    /* width: 129px; */
    /* height: 100px; */
    /* margin-left: -20px; */
    width: 40%;
    /* margin-bottom: 40px; */
}
.retale-tech-title {
    color: #ff5a5a !important;
    font-size: 1.625rem !important;
    font-weight: 600 !important;
    margin-top: 15px !important;
    font-family: "Inter", sans-serif;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    text-transform: uppercase;
}
footer h5 {
  color: #ff5a5a;
  font-family: "Inter", sans-serif;
  font-size: 1.58rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

footer a {
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    text-decoration: none;
}

footer a:hover {
  color: #fff;
}

.footer-col-products ul li,
.footer-col-industries ul li,
.footer-col-services ul li,
.footer-col-contact ul li {
  margin-bottom: 10px;
}

.cont-detail li i {
  margin-right: 10px;
  color: #ff5a5a;
}

.cont-detail li a[href^="tel"] {
  font-weight: 600;
  color: #fff;
}

.foot-bottom {
  background-color: transparent;
  padding: 20px 0;
  margin-top: 0;
}

.container hr {
  display: none;
}

/*.foot-bottom {
  border-top: 1px solid #444;
  margin-top: 40px;
}*/

.bdr-top {
    border-top: solid 1.5px;
    padding: 20px;
}


.copyright-text {
    color: #ffffff;
    font-size: 0.9rem;
}

.social-links {
  text-align: right;
  color: #ff5a5a;
}

.social-links a {
  color: #ff5a5a;
  font-size: 1.2rem;
  margin-left: 15px;
  margin-right: 0;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #ff5a5a;
}

@media (min-width: 992px) {
  .footer-gap-spacer {
    margin-bottom: 20px;
  }

  .footer-col-products,
  .footer-col-industries,
  .footer-col-services,
  .footer-col-contact {
    margin-top: 0 !important;
  }

  .social-links {
    text-align: right;
  }
}

/* new section  */
/* --- Mobile View (Header Transparent + White Logo + White Menu Button) --- */
@media (max-width: 991.98px) {
    .custom-container-fluid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        max-width: initial;
        margin: 0;
    }

    .main-header {
        background-color: transparent !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        padding: 15px 0;
    }

    .header-logo img:not(.logo-mobile) {
        display: none !important; 
    }

   .header-logo .logo-mobile {
        width: 40%;
        height: 155px !important;
        filter: brightness(0) invert(1) !important;
        display: block !important;
        object-fit: contain;
        top: 10px;
        left: 10px;
        margin: -4px;
        margin-top: -50px;
    }
    .navbar-brand {
        margin-right: 0px;
        padding: 0px;
    }

    .navbar-toggler {
      width: 80px !important;
      height: 80px !important;
      padding: 0;
      border: none !important;
      background-color: transparent !important;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 1px;
      right: 10px;
      z-index: 1100;
      margin-right: -20px;
      /* object-fit: contain; */
  }
  
  /* Make sure icon color and size are applied properly */
  .navbar-toggler-icon,
  .navbar-toggler svg,
  .navbar-toggler i {
      width: 40px !important;
      height: 40px !important;
      filter: brightness(0) invert(1) !important; /* Ensures white color */
      color: #fff !important;
      opacity: 1 !important;
      /* position: fixed; */
  }
    .navbar-collapse {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-top: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

    .hero-section {
        height: 100vh !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        position: relative;
        min-height: initial;
    }

    .hero-content-wrapper {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scroll-down-arrow {
      position: absolute;
      top: 185%;
      left: 86%;
      background-color: #FF5A5A;
      color: #fff;
      font-size: 22px;
      width: 55px;
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      text-decoration: none;
      z-index: 10;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: all 0.3s ease;
    }
    
    /* Hover effect */
    .scroll-down-arrow:hover {
      background-color:#FF5A5A;
      transform: scale(1.1);
    }


    /* A. Target the section containing the heading to reduce padding */
    #what-retale-can-do {
        padding-top: 1.5rem !important;
        padding-bottom: 0 !important;
    }

    /* B. Reduce the bottom margin of the heading itself */
    .section-title {
        margin-top: 20px;
        font-family: Roboto;
        font-size: 1.625rem;
        margin-bottom: 1rem;
    }

    /* Style for the carousel wrapper on mobile */
    .feature-carousel-wrapper {
        position: relative;
        padding: 0;
        overflow: hidden;
    }

    .feature-card-scroll-row {
        flex-wrap: nowrap !important;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        padding: 0;
    }

    .feature-card-scroll-row::-webkit-scrollbar {
        display: none;
    }

    .feature-item {
        flex: 0 0 auto;
        width: 50%;
        scroll-snap-align: start;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0 !important;
    }

    /* Adjust the card itself within the item */
    .feature-item .feature-card {
        padding: 20px 10px;
        height: auto;
        min-height: 150px;
    }

    /* Adjust the font size for feature card titles on mobile */
    .feature-card h3 {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
    }

    /* Carousel Navigation Arrows */
    .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #2d2d2d;
        border: 1px solid #ddd;
        border-radius: 39px;

        width: 32px;
        height: 32px;

        opacity: 1;
        padding: 4px;
        gap: 10px;

        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 10;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        color: #ffffff;
        font-size: 1.2rem;
    }

    .carousel-arrow.prev-arrow {
        left: 0px;
    }

    .carousel-arrow.next-arrow {
        right: 0px;
    }

    /* Ensure the main feature-cards-section padding is correct on mobile */
    .feature-cards-section {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    /* ------------------------------------------------------------------ */
    /* *** MOBILE STYLES FOR "OUR PRODUCTS" SECTION *** */
    /* ------------------------------------------------------------------ */
    .products-section {
        margin-top: 0;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .products-section .section-title {
        font-size: 1.75rem;
        margin-bottom: 1.5rem !important;
    }

    .product-item {
        margin-bottom: 2rem !important;
    }

    .product-item .col-md-6 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .product-subtitle {
        font-size: 1rem;
        font-weight: 500;
        color: #e74c3c !important;
        text-transform: uppercase;
        order: 1;
        margin-bottom: 0.25rem !important;
    }

    .product-title {
        font-size: 1.5rem;
        margin-top: 0 !important;
        margin-bottom: 1rem;
        order: 2;
    }

    .product-item > .col-md-6.order-2 {
        display: flex;
        flex-direction: column;
    }

    .product-features-divider {
        margin: 0.5rem 0 1rem 0;
    }

    .product-features {
        margin-bottom: 1.5rem;
        order: 3;
    }

    .product-features li {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .product-features li::before {
        font-size: 1rem;
    }

    .product-item .col-md-6.order-1 {
        order: 4 !important;
    }

    .product-image {
        width: 100% !important;
        /*max-width: 300px !important;*/
        height: auto !important;
        margin: 1rem auto 0 auto !important;
    }

    .products-section .text-center {
        text-align: left !important;
    }

    .products-section .section-title.text-center {
        text-align: center !important;
    }

    /* -------------------------------------------------------------------- */
    /* *** MOBILE STYLES FOR "WHY CHOOSE RETALE?" SECTION *** */
    /* -------------------------------------------------------------------- */
    .choose-retale-section {
        padding-top: 2rem !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .choose-retale-section .section-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 0.5rem !important;
    }

    .choose-retale-text {
        font-family: Inter;
        font-weight: 400;
        line-height: 20px;
        text-align: center;

        font-size: 14px;
        margin: 0 auto 1rem auto !important;
        padding: 0 15px;
    }

    /* CTA Box Styling */
    .cta-box {
        border-radius: 0 !important;

        margin-bottom: 40px !important;

        box-shadow: none !important;

        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }

    .cta-text-column {
        width: 100%;
    }

    .cta-content {
        padding: 1.5rem 0.75rem !important;
        text-align: center !important;
    }

    .cta-heading {
        font-family: Roboto;
        font-weight: 700;
        font-size: 26px !important;
        line-height: 28px !important;
        text-align: center;
        text-transform: uppercase;

        margin-bottom: 0.75rem !important;
    }

    .cta-body {
        font-size: 0.95rem !important;
        line-height: 1.5 !important;
    }

    .cta-image-column {
        display: none !important;
    }

    /* ------------------------------------------------------------------ */
    /* *** FOOTER STYLES (MATCHING image_44544c.png) *** */
    /* ------------------------------------------------------------------ */

    /* General Footer Padding */
    footer {
        padding-top: 30px;
    }

    /* Hide Desktop/Complex elements */
    .footer-col-logo,
    .footer-col-products,
    .footer-col-industries,
    .footer-col-services,
    .footer-gap-spacer {
        display: none !important;
    }

    /* Quick Links (QUICK LINKS) and Contact (CONTACT US) Section Layout */

    /* Ensure the mobile quick links wrapper is displayed and restructured */
    .mobile-quick-links-wrapper {
        display: block !important;
        width: 50%;
        float: left;
        margin-bottom: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Hide the desktop list for quick links (which may be duplicating the mobile one) */
    .quick-links {
        display: none !important;
    }

    /* Style the mobile Quick Links title to match the Contact title styling */
    .quick-links-title {
        color: #ff5a5a !important;
        font-family: "Inter", sans-serif;
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
        font-weight: 600;
        text-transform: uppercase;
    }

    /* Contact Column - Re-purpose the contact column to be the second mobile column */
    .footer-col-contact {
        display: block !important;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Contact Title Styling (CONTACT US) */
    .footer-col-contact h5 {
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
    }

    /* Contact and Links List Styling */
    .quick-links-mobile,
    .cont-detail {
        padding-left: 0;
        margin-bottom: 2rem;
    }

    .quick-links-mobile li a,
    .cont-detail li a {
        font-size: 0.9rem;
        line-height: 1.6;
        color: #ddd;
    }

    /* Clean up the two-column float layout */
    .footer > .container > .row::after {
        content: "";
        display: table;
        clear: both;
    }

    /* Bottom Section Styling (Copyright & Social) */

    .foot-bottom {
        padding: 15px 0 30px 0;
        margin-top: 0;
        border-top: none;
    }

    /* Ensure the HR divider is visible */
    .container hr {
        display: block !important;
        border-top: 1px solid #444;
        margin: 0 15px 20px 15px;
    }

    .copyright-text {
        text-align: center;
        margin-bottom: 15px;
        font-size: 0.8rem;
        order: 2 !important;
    }

    .social-links {
        text-align: center;
        margin-bottom: 20px;
        order: 1 !important;
    }

    .social-links a {
        margin: 0 10px;
    }

    /* Reset bottom row to stacked columns on mobile */
    .foot-bottom .row {
        flex-direction: column;
    }

    /* Ensure column ordering for bottom content */
    .foot-bottom .col-md-6.order-md-1 {
        order: 2 !important;
    }

    .foot-bottom .col-md-6.order-md-2 {
        order: 1 !important;
    }
  }