/* Original Desktop Styles (unchanged) */
html {
  scroll-behavior: smooth;
}

body,
button,
input,
select,
textarea,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.top-bar {
  background-color: #4d1f1a;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-sug-text a {
  color: black;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #000 !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 15px;
}
.btn-size{
  font-size: 14px !important;
}
.btn-download {
  background-color: #b11010;
  color: #fff;
  font-weight: bold;
  padding: 8px 18px;
  border-radius: 20px;
}

.btn-download:hover,
.btn-download:focus {
  color: #fff !important;
}

.stats-strip {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
}

/* hero section */
.hero {
  height: 500px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0;
  margin: 0;
  max-width: 100%;
  box-sizing: border-box;
  height: 520px;
  text-align: center;
  background-position: center 30%;
}

.hero h1 {
  font-weight: bold;
  font-size: 40px;
}

.hero p {
  font-size: 18px;
}

.hero h1 {
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.btn-get {
  background-color: #b11010;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  font-weight: bold;
}

.hero-h {
  width: 375px;
}

.btn:hover,
.btn:focus {
  background-color: rgba(73, 41, 35, 0.668) !important;
}

/* ==============================
   COMMON COMPANY PROFILE BOX
============================== */

.company-profile-box {
  position: relative;
  background-color: rgba(73, 41, 35, 0.886);
  color: white;

  padding: 40px 35px;
  line-height: 30px;

  width: 100%;
  max-width: 100%;
  height: 700px;                 /* SAME AS IMAGE */

  display: flex;
  flex-direction: column;
  justify-content: center;

  box-sizing: border-box;
}

/* Headings */
.company-profile-box h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 38px;
  margin-bottom: 20px;
}

.company-profile-box h5 {
  font-size: 18px;
  margin-bottom: 25px;
  color: #f2f2f2;
}

.company-profile-box p {
  margin-bottom: 30px;
  font-size: 16px;
}

/* ==============================
   IMAGE & TEXT GAP
============================== */

.image-col,
.b2b-text-col,
.b2c-text-col {
  padding-left: 25px;
  padding-right: 25px;       
}

/* ==============================
   B2B & B2C ALIGNMENT
============================== */

.b2b-text-col,
.b2c-text-col {
  display: flex;
  align-items: center;
  justify-content: center;   
}

/* ==============================
   IMAGES
============================== */

.com-img,
.b2c-style {
  width: 100%;
  height: 700px;
  object-fit: cover;
  border-radius: 4px;
  display: block;
}

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

.content-btn {
  display: inline-block;
  margin-top: 15px;

  padding: 13px 34px;
  background: transparent;
  color: #ffffff;

  border: 2px solid #ffffff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;

  transition: all 0.3s ease;
}

.content-btn:hover {
  background: #ffffff;
  color: #4a2b23;
}

/* ==============================
   TEXT ALIGNMENT FIX
============================== */

/* Headings center */
.company-profile-box h2,
.company-profile-box h5 {
  text-align: center;
}

/* Paragraph proper straight lines */
.company-profile-box p {
  text-align: justify;              /* left + right straight */
  text-justify: inter-word;         /* word spacing balanced */
  hyphens: auto;                    /* break long words nicely */
  line-height: 30px;
}

/* ==============================
   SECTION / CONTAINER SPACING  🔥 MAIN PART
============================== */

.section-space {
  margin-bottom: 60px;      /* har container ke baad space */
}

/* ==============================
   LAPTOP
============================== */

@media (max-width: 1400px) {

  .com-img,
  .b2c-style {
    height: 650px;
  }

  .company-profile-box {
    height: 650px;
  }

  .section-space {
    margin-bottom: 40px;
  }
}

/* ==============================
   TABLET
============================== */

@media (max-width: 1200px) {

  .com-img,
  .b2c-style {
    height: 500px;
  }

  .company-profile-box {
    height: 500px;
  }

  .section-space {
    margin-bottom: 40px;
  }
}

/* ==============================
   MOBILE
============================== */

@media (max-width: 768px) {

  .row {
    flex-direction: column;
  }

  .image-col,
  .b2b-text-col,
  .b2c-text-col {
    padding: 0 15px;
  }

  .company-profile-box {
    height: auto;
    margin-top: 25px;
    padding: 25px;
  }

  .company-profile-box h2 {
    font-size: 26px;
    letter-spacing: 1px;
  }

  .com-img,
  .b2c-style {
    height: 300px;
  }

  .content-btn {
    padding: 12px 28px;
    font-size: 14px;
  }

  .section-space {
    margin-bottom: 40px;
  }
}




.content-btn {
  background-color: #b11010;
  color: white;
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: bold;
  position: absolute;
  bottom: -20px;
  left: 80px;
  text-decoration: none;
}

/* Contact Section */
.parallax-section {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  opacity: 0.9;
}

.contact-form-container {
  position: relative;
  z-index: 1;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  color: #333;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-info-card h3 {
  color: #6F4E37;
  /* Coffee brown */
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.contact-details p {
  margin-bottom: 15px;
  font-size: 1rem;
}

.contact-details i {
  color: #6F4E37;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.opening-hours {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.social-links {
  margin-top: 25px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #6F4E37;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: all 0.3s;
}

.social-icon:hover {
  background: #5a3b29;
  transform: translateY(-3px);
}

#contact-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.form-control:focus {
  border-color: #6F4E37;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
  resize: none;
}

.btn-send-message {
  background: #6F4E37;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s;
}

.btn-send-message:hover {
  background: #5a3b29;
  transform: translateY(-2px);
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#backToTop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  font-size: 22px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 12px 18px;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: background 0.2s;
}

#backToTop:hover {
  background: #4d1f1a;
}

.bse-font {
  font-size: 16px;
  padding: 10px 0px;
}

/* Responsive Styles */
/* Tablet devices (768px to 991.98px) */
@media (max-width: 991.98px) {

  /* Top Bar adjustments */
  .top-bar .container {
    flex-direction: row;
    text-align: center;
    padding: 8px 0;
  }

  .top-bar .d-flex {
    /* margin-top: 8px; */
  }

  /* Navbar adjustments */
  .navbar-brand img {
    height: 50px;
  }

  .navbar-nav {
    text-align: center;
  }

  .btn-download {
    display: block;
    margin: 15px auto;
    width: fit-content;
  }

  /* Stats strip adjustments */
  .stats-strip .container {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .stats-strip div {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 10px;
  }

  /* Hero section */
  .hero {
    height: 400px !important;
    background-position: center;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  /* Content sections */
  .content-box {
    padding: 30px !important;
    margin: 20px 0;
  }

  .content-box h2 {
    font-size: 32px !important;
  }

  /* Company profile */
  .company-profile-box {
    padding: 30px;
  }

  /* B2B section */
  .b2b-box {
    position: static !important;
    padding: 30px;
    margin-top: 20px;
  }

  /* B2C section */
  .b2c-box {
    padding: 30px;
    margin-top: 20px;
    left: 0 !important;
  }

  .brand-logos .row {
    row-cols: 4 !important;
  }

  /* Investors section */
  .investors-box {
    position: static !important;
    padding: 30px;
    margin-top: 20px;
  }

  .investor-stats-box .row {
    flex-direction: column;
    gap: 15px;
  }

  .investor-stats-box .row>div {
    width: 100% !important;
  }

  /* Careers section */
  .careers-box {
    margin-top: 0 !important;
    padding: 30px !important;
  }

  .careers-images .row {
    flex-direction: column;
    gap: 15px;
  }

  /* Contact section */
  .contact-info-card,
  .contact-form {
    padding: 25px !important;
  }

  /* Footer adjustments */
  footer .row>div {
    text-align: center;
  }

  footer .text-md-start {
    text-align: center !important;
  }
}

/* Mobile devices (575.98px and below) */
@media (max-width: 575.98px) {

  /* Top Bar */
  .top-bar {
    font-size: 14px;
    padding: 0;
    display: flex;
    flex-direction: row;
  }

  .top-bar .container {
    flex-direction: row !important;
    text-align: center;
    padding: 7px 10px;
    margin-top: 0 !important;
  }

  #searchInput {
    font-size: 15px;
    height: 36px;
  }

  #searchModal .modal-dialog {
    max-width: 98vw;
    margin: 0;
  }

  /* Navbar */
  .navbar-brand img {
    height: 40px;
  }

  .navbar-nav .dropdown-menu {
    text-align: center;
  }

  /* Stats strip */
  .stats-strip {
    display: none;
  }

  /* Hero section */
  .hero {
    height: 300px !important;
    background-size: cover !important;
    width: 100%;
  }

  .hero h1 {
    font-size: 1.8rem;
  }

  .hero p {
    font-size: 1rem;
  }

  /* Content boxes */
  .content-box h2 {
    font-size: 24px !important;
  }

  /* Company profile */
  .company-profile-box {
    padding: 20px;
    width: 100%;
    position: static !important;
    margin: 0px;
  }

  /* B2B section */
  .b2b-box {
    padding: 20px;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
  }

  .b2b-box h2 {
    font-size: 24px !important;
  }

  /* B2C section */
  .b2c-box {
    padding: 20px;
    left: 0 !important;
    width: 100% !important;
  }

  .content-btn {
    position: static !important;
  }

  .rel {
    position: static !important;
  }

  .rel-b2b {
    position: static !important;
  }

  .brand-logos .row {
    row-cols: 3 !important;
    overflow: hidden;
  }

  /* Investors section */
  .investors-box {
    padding: 20px;
    right: 0 !important;
    top: 0 !important;
    width: 100%;
  }

  .rel-invest {
    position: static !important;
  }

  .invest-stat {
    width: 32% !important;
    justify-content: space-around !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .invest-b h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 40px;
  }

  .investor-stats-box {
    grid-template-columns: 1fr;
    margin-bottom: 14px !important;
  }

  /* Careers section */
  .careers-box {
    padding: 20px !important;
  }

  .careers-images {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .careers-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .careers-buttons .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  /* Contact section */
  .section-title {
    font-size: 1.8rem !important;
  }

  .contact-info-card,
  .contact-form {
    padding: 20px !important;
  }

  .contact-details .d-flex {
    flex-direction: column;
    text-align: center;
  }

  .contact-details .me-3 {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  /* Footer */
  footer {
    padding: 40px 0 20px !important;
  }

  /* footer .row>div {
    margin-bottom: 25px;
  } */

  footer ul li {
    margin-bottom: 10px;
  }
}

/* Special adjustments for intermediate tablet sizes */
@media (max-width: 820px) and (min-width: 768px) {
  .hero {
    height: 380px !important;
  }

  .content-box h2 {
    font-size: 28px !important;
  }
}

/* Small Tablets / Large Mobiles (Portrait) - between mobile & desktop */
@media (min-width: 576px) and (max-width: 767.98px) {

  /* Top Bar */
  .top-bar {
    font-size: 13px;
    text-align: center;
    padding: 5px 0;
  }

  .navbar-brand img {
    height: 45px;
  }

  /* Navbar */
  .navbar-nav {
    text-align: center;
  }

  .navbar-nav .nav-link {
    padding: 8px 12px;
    font-size: 13px;
  }

  /* Hero section */
  .hero {
    height: 350px !important;
    background-size: cover !important;
    background-position: center !important;
    text-align: center !important;
  }

  .hero h1 {
    font-size: 1.9rem;
  }

  .hero p {
    font-size: 1rem;
  }

  /* Content Sections */
  .content-box,
  .company-profile-box,
  .b2b-box,
  .b2c-box,
  .investors-box,
  .careers-box {
    width: 100% !important;
    position: static !important;
    padding: 25px !important;
    margin: 15px 0;
  }

  .content-box h2,
  .company-profile-box h2,
  .b2b-box h2,
  .b2c-box h2,
  .investors-box h2 {
    font-size: 26px !important;
  }

  /* Brand Logos */
  .brand-logos .row {
    row-cols: 3 !important;
    gap: 10px;
  }

  /* Investor stats */
  .investor-stats-box .row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .investor-stats-box .row>div {
    flex: 0 0 calc(50% - 15px);
  }

  .investors-box {
    width: 100% !important;
  }

  .b2b-col {
    right: 0 !important;
    top: 0 !important;
  }

  .rel {
    left: 0 !important;
  }

  .rel-invest {
    right: 0 !important;
    top: 0 !important;
  }

  /* Careers */
  .careers-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .careers-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .content-btn {
    position: static !important;
  }

  /* Contact Section */
  .contact-info-card,
  .contact-form {
    padding: 20px !important;
  }

  /* Footer */
  footer .row>div {
    margin-bottom: 20px;
    text-align: center;
  }
}