/* CSS Variables for consistent font sizing */
:root {
  --font-size-xs: clamp(0.75rem, 2vw, 0.875rem);
  --font-size-sm: clamp(0.875rem, 2.5vw, 1rem);
  --font-size-base: clamp(1rem, 3vw, 1.125rem);
  --font-size-lg: clamp(1.125rem, 3.5vw, 1.25rem);
  --font-size-xl: clamp(1.25rem, 4vw, 1.5rem);
  --font-size-2xl: clamp(1.5rem, 5vw, 2rem);
  --font-size-3xl: clamp(2rem, 6vw, 2.5rem);
  --font-size-4xl: clamp(2.5rem, 7vw, 3rem);
  --font-size-5xl: clamp(3rem, 8vw, 4rem);
  --font-size-6xl: clamp(4rem, 10vw, 5rem);
  
  --line-height-tight: 1.25;
  --line-height-normal: 1.5;
  --line-height-relaxed: 1.75;
  
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
}

/* Mobile-specific font adjustments */
@media (max-width: 768px) {
  :root {
    --font-size-base: clamp(1.25rem, 5vw, 1.5rem);
    --font-size-lg: clamp(1.5rem, 6vw, 2rem);
    --font-size-xl: clamp(2rem, 7vw, 2.5rem);
    --font-size-2xl: clamp(2.5rem, 8vw, 3rem);
    --font-size-3xl: clamp(3rem, 9vw, 3.5rem);
    --font-size-4xl: clamp(3.5rem, 10vw, 4rem);
    --font-size-5xl: clamp(4rem, 11vw, 4.5rem);
    --font-size-6xl: clamp(4.5rem, 13vw, 5.5rem);
  }
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  font-weight: var(--font-weight-normal);
  scroll-behavior: smooth;
}
.container {
  width: 1200px !important; /* Larger than many mobile screens */
}

.landingItems {
  display: flex;
  gap: 50px;
  margin-top: 14%;
  text-align: center;
  margin-left: 5%;
}
.background {
  /* background-image: url("https://placehold.co/1920x1080?text=Background+Image+of+Coffee+Beans"); */
  background-size: cover;
  background-position: center;
  height: 100vh;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content h1 {
  width: 100% !important;
  font-size: var(--font-size-6xl);
  font-weight: var(--font-weight-bold);
  margin: 0;
  margin-left: -83px;
  line-height: var(--line-height-tight);
}
#textContent {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.content p {
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-normal);
  margin: 10px 0 30px;
  line-height: var(--line-height-normal);
}
.buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.buttons a {
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-semibold);
}
.buttons .about {
  background-color: #4682b4;
  color: white;
}
.buttons .call {
  background-color: white;
  color: black;
}
.arrows {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.arrows a {
  text-decoration: none;
  color: black;
  background-color: white;
  padding: 10px 15px;
  margin: 0 5px;
  border-radius: 5px;
}
.arrows a.active {
  background-color: #4682b4;
  color: white;
}
.background {
  background-position: center;
  background-image: url("/static/images/bg (5).webp");
}
.content {
  display: inline-block;
  vertical-align: top;
  width: 465px;
}
.content h1 {
  width: 100px;
  padding-left: 50px;
}
.content p {
  padding-left: 50px;
}
.buttons .about {
  margin-left: -100px;
}
.amma {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
}
.text-content {
  max-width: 50%;
}
.text-content h1 {
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-bold);
  margin: 0;
  color: #333;
  line-height: var(--line-height-tight);
}
.text-content h2 {
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-medium);
  margin: 10px 0;
  color: #666;
  line-height: var(--line-height-tight);
}
.text-content p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: #666;
  font-weight: var(--font-weight-normal);
}
.read-more {
  margin-top: 20px;
  padding: 10px 20px;
  border: 2px solid #4682b4;
  color: #4682b4;
  text-decoration: none;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
}
.read-more:hover {
  background-color: #4682b4;
  color: #fff;
}
.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.cont {
  width: 800px !important;
  margin-top: 100px !important;
  margin: auto;
  text-align: center;
  margin-bottom: 100px !important;
}
.man:hover {
  color: #4682b4 !important;
}
.buttons .about {
  margin-left: 191px !important;
}
.text-content {
  margin-left: 60px;
}
.content p {
  width: 400px;
  padding-left: 73px;
  margin-left: 55px;
}
.content h1 {
  width: 97px;
  padding-left: 50px;
  width: 729px !important;
}
.text-content {
  /* Adjust this height to show only part of the content */
  overflow: hidden;
  padding-bottom: 50px;
  transition: max-height 0.5s ease;
}

.text-content.expanded {
  max-height: 1000px; /* Large enough to show full content */
}

.read-more-container {
  /* Aligns the button to the left */
  padding-top: 10px;
  margin-top: -50px;

  /* Adds spacing between the content and button */
}

.read-more {
  margin-left: 50px;

  padding: 10px 20px;
  border: 2px solid #4682b4;
  color: #4682b4;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.read-more:hover {
  background-color: #4682b4;
  color: #fff;
}

/* New section styles for better typography */
.intro-text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  margin-bottom: 2rem;
  color: #333;
  font-weight: var(--font-weight-normal);
}

.mission-section {
  margin: 2rem 0;
}

.mission-section h3 {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-semibold);
  color: #333;
  margin-bottom: 1rem;
  line-height: var(--line-height-tight);
}

.mission-section p {
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: #666;
  margin-bottom: 1rem;
}

.features-section {
  margin: 2rem 0;
}

.features-section h3 {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-semibold);
  color: #333;
  margin-bottom: 1rem;
  line-height: var(--line-height-tight);
}

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

.feature-list li {
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: #666;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.feature-list li::before {
  content: "•";
  color: #4682b4;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: var(--font-size-lg);
}

.cta-text {
  font-size: var(--font-size-lg);
  line-height: var(--line-height-relaxed);
  color: #333;
  font-weight: var(--font-weight-medium);
  margin-top: 2rem;
  padding: 1rem;
  background-color: #f8f9fa;
  border-left: 4px solid #4682b4;
  border-radius: 4px;
}

/* Mobile-specific styles for better readability */
@media (max-width: 768px) {
  .mission-section h3 {
    font-size: var(--font-size-4xl) !important;
    font-weight: var(--font-weight-bold);
    margin-bottom: 1.5rem;
  }
  
  .features-section h3 {
    font-size: var(--font-size-4xl) !important;
    font-weight: var(--font-weight-bold);
    margin-bottom: 1.5rem;
  }
  
  .feature-list li {
    font-size: var(--font-size-xl) !important;
    line-height: var(--line-height-relaxed);
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
  
  .feature-list li::before {
    font-size: var(--font-size-2xl) !important;
    left: 0.25rem;
  }
  
  .intro-text {
    font-size: var(--font-size-xl) !important;
    line-height: var(--line-height-relaxed);
  }
  
  .mission-section p {
    font-size: var(--font-size-lg) !important;
    line-height: var(--line-height-relaxed);
  }
  
  .cta-text {
    font-size: var(--font-size-xl) !important;
    line-height: var(--line-height-relaxed);
    padding: 1.5rem;
  }
}

.p {
  display: inline;
  padding-left: 30px;
  color: black !important;
  opacity: 1 !important;
}
.p1 {
  padding-left: 20px;
  color: black !important;
  opacity: 1 !important;
}
.p11 {
  color: black !important;
  opacity: 1 !important;
}
/* .footer-container {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 205px;
  text-align: center;
} */
.aman {
  height: 580px;
  width: 100%;
  background-position: center;
  object-fit: cover;
  background-image: url("https://plus.unsplash.com/premium_photo-1701534008693-0eee0632d47a?q=80&w=1931&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") !important;
}
.font {
  font-size: 20px !important;
}
.sam {
  text-align: center !important;
}
@media (max-width: 430px) {
  .submitbtn {
    width: 176% !important;
    padding: 10px;
    margin: 10px 0;
    background-color: #4682b4;
    color: white;
    border: none;
    border-radius: 52px;
    max-width: 308px !important;
    margin-top: 32px !important;
    padding: 20px;
    cursor: pointer;
    font-size: 50px;
    padding: 10px 10px;
  }
  .buttons .about,
  .buttons .call {
    font-size: 40px;
    letter-spacing: 1px; /* Same font size for both buttons */
    padding: 17px;
    margin-top: 30px; /* Consistent padding for both buttons */
    width: 100% !important; /* Each button takes up 50% of the width */
    /* Ensure text is centered in the button */
    display: inline-block; /* Ensure buttons are inline next to each other */
  }
  .test {
    display: none !important;
  }
  .ri-menu-4-line {
    display: block !important;
    color: white;
    font-size: 50px !important;
    cursor: pointer; /* Make it clear that the icon is clickable */
  }

  .new {
    width: 100%;
    height: 400vh;
    z-index: 9999;
    display: none; /* Initially hidden */
    background-color: black !important;
    position: fixed;
    top: 0;
    left: 0;
  }
  .cross {
    display: flex !important;
    justify-content: end !important;
    align-items: end !important;
    margin-top: 20px !important;
    margin-right: 10px;
    font-size: 50px;
    color: white;
  }
  .ri-menu-4-line:before {
    content: "\ef36";
    font-size: 100px;
  }
  .ri-close-large-line:before {
    content: "\f4c8";
    margin-top: 10px;
    margin-right: 23px;
    font-size: 100px;
  }
  .logo img {
    /* font-size: 98px; */
    margin-top: 32px;
    width: 427px !important;
    height: 123px !important;
    object-fit: cover;
  }
  .a {
    display: block;
    color: white;
    margin-top: 200px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    font-size: 50px;
    gap: 20px;
  }
  .navbar {
    width: 1007px !important;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    background-color: black;
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .navbar ul {
    gap: 75px;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .navbar ul li a {
    font-size: 88px !important;
  }
  .background {
    width: 1049px !important;
  }
  .aman {
    width: 1040px;
    height: 300px;
  }
  /* .content p {
    width: 400px;
    font-size: 40px !important;
    padding-left: 236px;
    margin-left: 55px;
  } */
  .content .signup {
    width: 800px;
    font-size: var(--font-size-3xl) !important;
    padding-left: 36px;
    margin-left: 55px;
  }
  .buttons {
    width: 154% !important;
    display: flex;
    /* justify-content: center; */
    gap: 20px;
    margin-left: 50px !important;
    /* margin: auto; */
  }
  .amma {
    height: auto !important;
    width: 175%;
    margin-left: 138px;
    padding: 20px;

    flex-direction: column;
  }
  .text-content h1 {
    padding-left: 46px;
    padding-top: 25px;
    font-size: var(--font-size-6xl);
    font-weight: var(--font-weight-bold);
    margin: 0;
    color: #333;
  }
  .text-content h2 {
    padding-left: 91px;
    padding-top: 5px;
    font-size: var(--font-size-5xl);
    font-weight: var(--font-weight-bold);
    margin: 0;
    color: #333;
  }
  .text-content p {
    /* width: 1000px; */
    /* display: flex; */
    font-size: var(--font-size-4xl);
    line-height: var(--line-height-normal);
    color: #666;
  }
  .size {
    font-size: var(--font-size-5xl) !important;
  }
  .inputbox {
    width: 80%;
    height: 70px !important; /* Set a smaller height */
    padding: 15px;
    margin: 10px 0;
    resize: vertical;
    border-radius: 40px;
    border: none;
    background-color: #f5f5f5; /* Light background color */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    text-align: start; /* Aligns placeholder to the top */
    font-size: 16px;
  }
  .footerr {
    width: 1049px !important;
    background-color: #1a1a1a;
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
  }
  .copyright {
    width: 1010px !important;
    background-color: #1a1a1a;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }
  .power {
    width: 1049px !important;
    background-color: #1a1a1a;
    height: 20px;
    display: flex !important;
    flex-direction: column !important;
    margin-top: -10px;
    color: white !important;
    font-size: 10px;
    text-align: center;
  }
  .content h1 {
    font-size: var(--font-size-6xl);
    margin-left: 84px;
  }
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
}
/* Adjust font sizes and spacing for mobile screens */
@media (max-width: 768px) {
  .text-content {
    max-width: 100% !important;
    margin-left: 0;
    padding-left: 10px;
  }
  .footerr .social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 37px !important;
    width: 106px !important;
    height: 106px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .fa-phone-alt:before,
  .fa-phone-flip:before {
    content: "\f879";
    font-size: 42px;
  }
  .fa-envelope:before {
    content: "\f0e0";
    font-size: 42px;
  }
  .left {
    font-size: 40px;
    margin-left: 4px;
  }
  .text a {
    font-size: 27px;
    text-decoration: none !important;
    color: white;
  }
  .p {
    font-size: 27px;
    margin-top: -5px;
    color: white !important;
  }
  .power {
    font-size: 15px !important;
    padding-bottom: 40px;
  }
  .landingItems {
    flex-direction: column;
    gap: 54px;
    margin-left: 21px;
    margin-top: 304px;
    font-size: 40px;
  }

  .navbar {
    width: 1006px;
    display: flex;
    z-index: 999;
    justify-content: space-between;
    align-items: center;
    padding: 1px 20px;
    background-color: black;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .text-content {
    max-width: 90%;
    margin-left: 0;
    padding-left: 10px;
  }
  .buttons a {
    padding: 10px 20px;
    font-size: 14px;
  }

  .amma {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    /* Align text inside the container */
    padding: 20px;

    flex-direction: column;
  }
  .aman {
    height: fit-content !important;
    padding-bottom: 1px;
  }
  .cont {
    width: 1040px;
  }
}

/* Adjust layout for tablets */
@media (min-width: 769px) and (max-width: 1024px) {
  .content h1 {
    font-size: 48px;
    margin-left: 0;
  }
  .buttons a {
    padding: 12px 25px;
    font-size: 15px;
  }
  .text-content {
    max-width: 70%;
    padding-left: 20px;
  }
  .aman {
    height: fit-content !important;
    padding-bottom: 1px;
  }
}

/* Larger screens */
@media (min-width: 1200px) {
  .content h1 {
    font-size: 60px;
    padding-left: 50px;
  }
  .buttons a {
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  .landingItems {
    flex-direction: column;
    gap: 54px;
    margin-left: 21px;
    margin-top: 222px !important;
    font-size: 40px;
  }
  .text-content h1 {
    padding-left: 29px !important;
    padding-top: 25px;
    font-size: 108px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }
  .text-content h1 {
    padding-left: 29px !important;
    padding-top: 25px;
    font-size: 108px;
    font-weight: bold;
    margin: 0;
    color: #333;
  }
  .amma {
    width: 870px !important;

    flex-direction: column;
  }
  .text-content p {
    /* width: 1000px; */
    /* display: flex
; */
    font-size: 53px !important;
    line-height: 1.5;
    color: #666;
  }
  .aman {
    height: fit-content !important;
    padding-bottom: 1px;
  }
}
@media (max-width: 390px) {
  .aman {
    height: fit-content !important;
    padding-bottom: 1px;
  }
}
@media (max-width: 375px) {
  .aman {
    height: fit-content !important;
    padding-bottom: 1px;
  }
}
