/* Reset and Base Styles */
.lozy-hero-main-section,
.lozy-content-main-section,
.lozy-hero-content-wrapper,
.lozy-hero-title-container,
.lozy-hero-description-container,
.lozy-hero-buttons-container,
.lozy-hero-call-button,
.lozy-hero-whatsapp-button,
.lozy-content-wrapper,
.lozy-content-image-container,
.lozy-content-text-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Hero Section */
.lozy-hero-main-section {
  background: #ffffff;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.lozy-hero-content-wrapper {
  max-width: 1920px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Main Heading - Updated to show full content */
.lozy-hero-title-container {
  width: 100%;
  max-width: 95%;
  height: auto;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.lozy-hero-main-heading {
  font-family: "Georgia";
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0;
  opacity: 1;
  word-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}

/* Description */
.lozy-hero-description-container {
  width: 100%;
  max-width: 1540px;
  height: auto;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.lozy-hero-description-text {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000e5;
  margin: 0;
  opacity: 1;
}

/* Buttons Container */
.lozy-hero-buttons-container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Call Button */
.lozy-hero-call-button {
  width: 198px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #000000;
  padding: 16px 32px;
  background: #f6f6f6;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

.lozy-hero-call-button:hover {
  background: #e6e6e6;
  transform: translateY(-2px);
}

.lozy-hero-call-icon {
  width: 24.49px;
  height: 24.5px;
  opacity: 1;
}

.lozy-hero-call-text {
  width: 96px;
  height: 32px;
  font-family: "Lato";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  opacity: 1;
}

/* WhatsApp Button */
.lozy-hero-whatsapp-button {
  width: 211px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 40px;
  border: 1px solid #000000;
  padding: 16px 32px;
  background: #f6f6f6;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 1;
}

.lozy-hero-whatsapp-button:hover {
  background: #e6e6e6;
  transform: translateY(-2px);
}

.lozy-hero-whatsapp-icon {
  width: 28px;
  height: 27.91px;
  opacity: 1;
}

.lozy-hero-whatsapp-text {
  width: 109px;
  height: 32px;
  font-family: "Lato";
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  opacity: 1;
}

/* Content Section */
.lozy-content-main-section {
  background: #ffffff;
  width: 100%;
  padding: 80px 20px;
}

.lozy-content-wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* Content Image */
.lozy-content-image-container {
  width: 760px;
  height: 490px;
  flex-shrink: 0;
  margin-left: 190px;
}

.lozy-content-main-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  opacity: 1;
}

/* Content Text */
.lozy-content-text-container {
  width: 700px;
  height: 256px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lozy-content-text-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.lozy-content-description-text {
  font-family: "Lato";
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #000000;
  margin: 0;
  opacity: 1;
}

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
  .lozy-hero-main-heading {
    font-size: 46px;
  }
}

/* Extra Large Desktop (1400px and above) */
@media (min-width: 1400px) {
  .lozy-hero-main-heading {
    font-size: 50px;
  }
}

/* Ultra Wide Desktop (1600px and above) */
@media (min-width: 1600px) {
  .lozy-hero-main-heading {
    font-size: 54px;
  }
}

/* Very Large Desktop (1800px and above) */
@media (min-width: 1800px) {
  .lozy-hero-main-heading {
    font-size: 58px;
  }
}

/* Tablet Responsive (768px to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .lozy-hero-title-container {
    width: 95%;
    padding: 0 15px;
  }

  .lozy-hero-main-heading {
    font-size: 36px;
    line-height: 120%;
  }

  .lozy-hero-description-container {
    width: 95%;
    padding: 0 15px;
  }

  .lozy-hero-description-text {
    font-size: 20px;
    line-height: 28px;
  }

  .lozy-hero-call-button,
  .lozy-hero-whatsapp-button {
    width: auto;
    min-width: 160px;
    padding: 12px 24px;
  }

  .lozy-hero-call-text,
  .lozy-hero-whatsapp-text {
    font-size: 20px;
    width: auto;
  }

  .lozy-content-wrapper {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .lozy-content-image-container {
    width: 90%;
    height: 400px;
    margin-left: 0;
  }

  .lozy-content-text-container {
    width: 90%;
    height: auto;
  }

  .lozy-content-description-text {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Mobile Responsive (up to 767px) */
@media (max-width: 767px) {
  .lozy-hero-main-section {
    padding: 20px 10px;
    min-height: 90vh;
  }

  .lozy-hero-title-container {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .lozy-hero-main-heading {
    font-size: 28px;
    line-height: 130%;
  }

  .lozy-hero-description-container {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }

  .lozy-hero-description-text {
    font-size: 16px;
    line-height: 24px;
  }

  .lozy-hero-buttons-container {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .lozy-hero-call-button,
  .lozy-hero-whatsapp-button {
    width: 280px;
    height: 56px;
    padding: 12px 24px;
  }

  .lozy-hero-call-text,
  .lozy-hero-whatsapp-text {
    font-size: 18px;
    width: auto;
  }

  .lozy-content-main-section {
    padding: 40px 10px;
  }

  .lozy-content-wrapper {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .lozy-content-image-container {
    width: 100%;
    height: 280px;
    margin-left: 0;
  }

  .lozy-content-text-container {
    width: 100%;
    height: auto;
  }

  .lozy-content-description-text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
  .lozy-hero-main-heading {
    font-size: 24px;
    line-height: 135%;
  }

  .lozy-hero-description-text {
    font-size: 14px;
    line-height: 22px;
  }

  .lozy-hero-call-button,
  .lozy-hero-whatsapp-button {
    width: 250px;
    height: 50px;
  }

  .lozy-hero-call-text,
  .lozy-hero-whatsapp-text {
    font-size: 16px;
  }

  .lozy-content-description-text {
    font-size: 14px;
    line-height: 22px;
  }
}

/* Very Small Mobile (up to 360px) */
@media (max-width: 360px) {
  .lozy-hero-main-heading {
    font-size: 20px;
    line-height: 140%;
  }

  .lozy-hero-description-text {
    font-size: 13px;
    line-height: 20px;
  }

  .lozy-hero-call-button,
  .lozy-hero-whatsapp-button {
    width: 220px;
    height: 48px;
  }

  .lozy-hero-call-text,
  .lozy-hero-whatsapp-text {
    font-size: 15px;
  }
}

/* Reset and Base Styles */
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

/* Hero Section */
.hero-storage-section {
  background-color: #000000;
  min-height: 100vh;
  padding: 60px 0;
  margin: 0;
}

.storage-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 190px;
}

/* Self Storage Section */
.self-storage-wrapper {
  margin-bottom: 80px;
}

.self-storage-heading {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.delhi-ncr-span {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #aeaeae;
}

.self-storage-description {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 32px 0;
  opacity: 1;
}

.explore-options-heading {
  font-family: "Lato",;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.storage-options-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.storage-option-item {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.storage-option-item::before {
  content: "• ";
  color: #ffffff;
  position: absolute;
  left: 0;
}

.surveillance-description {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
  opacity: 1;
}

/* Warehousing Services Section */
.warehousing-services-wrapper {
  margin-bottom: 80px;
}

.warehousing-heading {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.services-span {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #aeaeae;
}

.warehousing-description {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 32px 0;
  opacity: 1;
}

.we-provide-heading {
  font-family: "Lato",;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.warehousing-services-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.warehousing-service-item {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.warehousing-service-item::before {
  content: "• ";
  color: #ffffff;
  position: absolute;
  left: 0;
}

.warehousing-conclusion {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
  opacity: 1;
}

/* Business Storage Section */
.business-storage-wrapper {
  margin-bottom: 80px;
}

.business-storage-heading {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.storage-span {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #aeaeae;
}

.business-storage-description {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 32px 0;
  opacity: 1;
}

.business-storage-subheading {
  font-family: "Lato",;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.business-storage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.business-storage-item {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.business-storage-item::before {
  content: "• ";
  color: #ffffff;
  position: absolute;
  left: 0;
}

.business-storage-conclusion {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
  opacity: 1;
}

/* Household Storage Section */
.household-storage-wrapper {
  margin-bottom: 80px;
}

.household-storage-heading {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.household-span {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #aeaeae;
}

.household-storage-description {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0 0 32px 0;
  opacity: 1;
}

.household-offer-heading {
  font-family: "Lato",;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  color: #ffffff;
  margin: 0 0 16px 0;
  opacity: 1;
}

.household-storage-list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.household-storage-item {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.household-storage-item::before {
  content: "• ";
  color: #ffffff;
  position: absolute;
  left: 0;
}

.household-storage-conclusion {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #ffffff;
  margin: 0;
  opacity: 1;
}

/* Business Detail Section */
.business-detail-wrapper {
  margin-bottom: 60px;
}

.business-detail-heading {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin: 0 0 40px 0;
  opacity: 1;
}

.detail-span {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #aeaeae;
}

.business-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  text-align: center;
}

.business-hours-heading,
.business-location-heading,
.google-map-heading {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  margin: 0 0 15px 0;
  opacity: 1;
}

.business-hours-text {
  font-family: "Lato",;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffffcc;
  margin: 0;
  opacity: 1;
}

.business-location-text {
  font-family: "Lato";
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffffcc;
  margin: 0;
  opacity: 1;
}

/* Mobile Responsive - 320px to 767px */
@media (min-width: 320px) and (max-width: 767px) {
  .hero-storage-section {
    padding: 40px 0;
  }

  .storage-container {
    padding: 0 20px;
  }

  .self-storage-wrapper,
  .warehousing-services-wrapper,
  .business-storage-wrapper,
  .household-storage-wrapper {
    margin-bottom: 50px;
  }

  .self-storage-heading,
  .warehousing-heading,
  .business-storage-heading,
  .household-storage-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: left;
  }

  .delhi-ncr-span,
  .services-span,
  .storage-span,
  .household-span {
    font-size: 24px;
    line-height: 28px;
  }

  .self-storage-description,
  .warehousing-description,
  .business-storage-description,
  .household-storage-description,
  .surveillance-description,
  .warehousing-conclusion,
  .business-storage-conclusion,
  .household-storage-conclusion {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
  }

  .explore-options-heading,
  .we-provide-heading,
  .business-storage-subheading,
  .household-offer-heading {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 15px;
  }

  .storage-option-item,
  .warehousing-service-item,
  .business-storage-item,
  .household-storage-item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }

  .business-detail-heading {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .detail-span {
    font-size: 36px;
    line-height: 40px;
  }

  .business-info-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .business-hours-heading,
  .business-location-heading,
  .google-map-heading {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .business-hours-text,
  .business-location-text {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Tablet Responsive - 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .hero-storage-section {
    padding: 50px 0;
  }

  .storage-container {
    padding: 0 40px;
  }

  .self-storage-wrapper,
  .warehousing-services-wrapper,
  .business-storage-wrapper,
  .household-storage-wrapper {
    margin-bottom: 60px;
  }

  .self-storage-heading,
  .warehousing-heading,
  .business-storage-heading,
  .household-storage-heading {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: left;
  }

  .delhi-ncr-span,
  .services-span,
  .storage-span,
  .household-span {
    font-size: 28px;
    line-height: 32px;
  }

  .self-storage-description,
  .warehousing-description,
  .business-storage-description,
  .household-storage-description,
  .surveillance-description,
  .warehousing-conclusion,
  .business-storage-conclusion,
  .household-storage-conclusion {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }

  .explore-options-heading,
  .we-provide-heading,
  .business-storage-subheading,
  .household-offer-heading {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
    text-align: left;
  }

  .storage-option-item,
  .warehousing-service-item,
  .business-storage-item,
  .household-storage-item {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .business-detail-heading {
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 35px;
  }

  .detail-span {
    font-size: 48px;
    line-height: 52px;
  }

  .business-info-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .google-map-section {
    grid-column: 1 / -1;
  }

  .business-hours-heading,
  .business-location-heading,
  .google-map-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .business-hours-text,
  .business-location-text {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Callback Request Section */
.callback-request-section {
  background-color: #ffffff;
  min-height: 100vh;
  padding: 60px 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callback-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 247px;
  width: 100%;
}

.callback-content-wrapper {
  text-align: center;
  position: relative;
}

/* Main Heading */
.callback-main-heading {
  width: 619px;
  height: 68px;
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0 auto 24px auto;
  opacity: 1;
}

.callback-span {
  font-family: "Georgia",;
  font-weight: 700;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #aeaeae;
}

/* Description Text */
.callback-description-text {
  width: 1426px;
  height: 84px;
  font-family: "Lato", sans-;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000e5;
  margin: 0 auto 56px auto;
  opacity: 1;
}

/* Phone Number */
.callback-phone-number {
  width: 393px;
  height: 32px;
  font-family: "Lato", sans-;
  font-weight: 700;
  font-size: 60px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  opacity: 1;
}

/* Mobile Responsive - 320px to 767px */
@media (min-width: 320px) and (max-width: 767px) {
  .callback-request-section {
    padding: 40px 0;
    min-height: auto;
  }

  .callback-container {
    padding: 0 20px;
  }

  .callback-main-heading {
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .callback-span {
    font-size: 32px;
    line-height: 36px;
  }

  .callback-description-text {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
  }

  .callback-phone-number {
    width: 100%;
    height: auto;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
}

/* Tablet Responsive - 768px to 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .callback-request-section {
    padding: 50px 0;
    min-height: auto;
  }

  .callback-container {
    padding: 0 40px;
  }

  .callback-main-heading {
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 22px;
  }

  .callback-span {
    font-size: 48px;
    line-height: 52px;
  }

  .callback-description-text {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
    text-align: center;
  }

  .callback-phone-number {
    width: 100%;
    height: auto;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
  }
}

/* Medium Desktop - 1024px to 1439px */
@media (min-width: 1024px) and (max-width: 1439px) {
  .callback-container {
    padding: 0 100px;
  }

  .callback-main-heading {
    width: 100%;
    max-width: 619px;
    height: auto;
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 22px;
  }

  .callback-span {
    font-size: 52px;
    line-height: 56px;
  }

  .callback-description-text {
    width: 100%;
    max-width: 1200px;
    height: auto;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 50px;
  }

  .callback-phone-number {
    width: 100%;
    max-width: 393px;
    height: auto;
    font-size: 52px;
    line-height: 56px;
  }
}

/* Large Desktop - 1440px and above */
@media (min-width: 1440px) {
  .callback-container {
    padding: 0 247px;
  }

  .callback-main-heading {
    width: 619px;
    height: 68px;
  }

  .callback-description-text {
    width: 1426px;
    height: 84px;
  }

  .callback-phone-number {
    width: 393px;
    height: 32px;
  }
}
