@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

body {
  margin: 0;
  font-family: "Almarai", sans-serif;
  background: white;
  color: #584d99;
}

.one .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  height: 100vh;
  box-sizing: border-box;
  justify-content: space-evenly;
}

.one .text-section {
  max-width: 50%;
}

.one .logo {
  width: 150px;
  margin-bottom: 20px;
}

.one h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  text-align: center;
}

.one .download-btn {
  background-color: #251870;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.one .download-btn:hover {
  background-color: #009c99;
}

.one .image-section {
  position: relative;
}

.one .phone-image {
  width: 300px;
  border-radius: 30px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}

.one .store-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}

.one .store-buttons img {
  width: 150px;
  border-radius: 10px;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

@media (max-width: 1024px) {
  .one .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    justify-content: space-evenly;
  }

  .one .text-section {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .one .phone-image {
    width: 250px;
  }

  .one h1 {
    font-size: 2.5rem;
  }

  .one .download-btn {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .one .store-buttons img {
    width: 120px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .one h1 {
    font-size: 2rem;
  }

  .one .phone-image {
    width: 200px;
  }

  .one .store-buttons img {
    width: 100px;
  }

  .one .download-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media (max-width: 320px) {
  .one h1 {
    font-size: 1.5rem;
  }

  .one .text-section {
    max-width: 100%;
    margin-bottom: 0px;
  }

  .one .logo {
    width: 100px;
    margin-bottom: 20px;
  }

  .one .phone-image {
    width: 100%;
  }

  .one .store-buttons img {
    width: 100%;
  }

  .one .store-buttons {
    position: static;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    justify-content: center;
  }

  .one .download-btn {
    font-size: 0.8rem;
    padding: 7px 14px;
  }
}

.containerT {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
  color: #333;
}

.containerT {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  box-sizing: border-box;
}

.containerT .text-section {
  max-width: 45%;
}

.containerT h1 {
  font-size: 2.5rem;
  color: #2a2a2a;
}

.containerT p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.containerT .image-section {
  position: relative;
}

.containerT .image-wrapper {
  width: 500px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.containerT .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;
}

.containerT .image-wrapper::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 150px;
  height: 150px;
  background-color: #00aaff;
  border-radius: 0 0 150px 150px;
  transform: rotate(-45deg);
  z-index: -1;
}

.containerT .image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -30px;
  width: 120px;
  height: 120px;
  background-color: #004466;
  border-radius: 0 0 120px 120px;
  transform: rotate(-45deg);
  z-index: -1;
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .containerT {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }

  .containerT .text-section {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .containerT .image-wrapper {
    width: 80%;
  }

  .containerT h1 {
    font-size: 2rem;
  }

  .containerT p {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .containerT h1 {
    font-size: 1.8rem;
  }

  .containerT .image-wrapper {
    width: 90%;
  }

  .containerT p {
    font-size: 0.85rem;
  }
}

@media (max-width: 320px) {
  .containerT h1 {
    font-size: 1.5rem;
  }

  .containerT .image-wrapper {
    width: 100%;
  }

  .containerT p {
    font-size: 0.8rem;
  }
}

/* .three {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #8a81f1;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.three .contact-card {
  padding: 20px;
  border-radius: 10px;
  margin-block: 20px;
  width: 500px;
  margin-inline: 0% 15%;
}

.three .contact-card h1 {
  color: #251870;
  font-size: 36px;
  margin-bottom: 20px;
}

.three .contact-item {
  background-color: white;
  color: #122137;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.three .contact-item.social {
  background-color: #ffffff;
  text-align: center;
}

.three .social-icons span {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.three .logo {
  display: flex;
  justify-content: center;
  width: 25%;
}

.three .logo img {
  width: 100%;
} */
a {
  text-decoration: none;
  color: #251870;
}

a:hover svg {
  background-color: #251870;
  color: #ffffff;
}

svg {
  padding: 10px;
  border: solid 1px;
  border-radius: 100px;
  margin-inline: 10px;
}

/* Responsive Styles */
/* @media (max-width: 768px) {
  .three .container {
    flex-direction: column;
    align-items: center;
  }

  .three .logo img {
    width: 100px;
    margin: 20px 0; 
  }
}

@media (max-width: 320px) {
  .three .contact-card h1 {
    font-size: 28px;
  }
  .three .contact-card {
        border-radius: 10px;
        margin-bottom: 20px;
        width: 89%;
        margin-inline: 0%;
        padding: 11px;
}
  .three .contact-item {
    font-size: 14px;
  }
  .three .contact-item h2 {
    text-align: right;
  }
  .three .contact-item p {
    text-align: right;
  }

  .three .social-icons img {
    width: 20px;
    height: 20px;
  }

  .three .logo img {
    width: 100%;
  }
}
@media (max-width: 375px) {
    .one .container {
        height: 100%;
    }
.three .contact-card {
        width: 85%;
    margin-inline: 1px;
    }
}
@media (max-width: 414px) {
.three .contact-card {
    padding: 20px;
    border-radius: 10px;
    margin-block: 20px;
            width: 77%;
        margin-inline: auto;
    }
}
@media (max-width: 430px) {
.three .contact-card {
        width: 85%;
    margin-inline: 3% 15%;
    }
} */


.three {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.three #contact {
  padding: 20px;
  background: #f4f4f4;
}

.three #contact h1 {
  text-align: center;
}

.three .contact-info {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.three .contact-info h2 {
  margin-top: 0;
}

.three .phone a,
.social-media a {
  color: #251870;
  text-decoration: none;
}

.three .phone a:hover,
.social-media a:hover {
  text-decoration: underline;
}

.three .map iframe {
  width: 100%;
  border: 0;
  border-radius: 8px;
}

.three .social-media a {
  margin-right: 10px;
}