body {
  font-family: Arial, sans-serif;
  background-color: #f0f2f5;
  text-align: center;
  margin: 0;
  padding: 0;
}
/* clik section */
a.section-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
a.section-link:hover {
  background-color: #f9f9f9;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* header section */
header {
  background-color:  rgba(255, 51, 102, 0.501);
  color: #1A2DF3;
  padding: 20px;
  font-size: 24px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.Real{
  color: black;
}
/*  new section start */
.image-only-section {
  width: 100%;
  padding: 0;
  margin: 0;
}

.image-only-section img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 2px solid #ccc;
}

 .text-image-close {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 40px;
  background-color: #ffffff;
  margin: 30px auto;
  width: 90%;
  max-width: 1000px;
  border-radius: 12px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  flex-wrap: wrap;
}

.text-box {
  flex: 1;
  min-width: 280px;
}

.text-box h1 {
  font-size: 52px;
  color: #075E54;
  margin-bottom: 20px;
  line-height: 1.3;
}

.text-box p {
  font-size: 50px;
  color: #333;
  line-height: 1.6;
}

.image-box {
  flex: 0.8;
  min-width: 240px;
}

.image-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
} 
/*  continer start  */
.container {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 30px 0;
}

.user-block {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.profile {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 4px solid #25D366;
}
button {
  padding: 10px 20px;
  background-color: #25D366;
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  font-size: 50px;
}

h3 {
  margin-top: 0px;
  font-size: 50px;
}
/* vdeio section  */
.video-section {
  margin-top: 40px;
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
 /* footer1 */
.full-width-text {
  width: 100%;
  background-color:  rgba(211, 106, 37, 0.29); 
  color:  rgb(0, 0, 0);
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
  margin-top: 20px;
}
.FUNSERVICE{
  color: red;
}
/* footer 2  */
.site-footer {
  background-color: #000000;
  color: red;
  text-align: center;
  padding: 15px 0;
  font-size: 30px;
  border-top: 2px solid #25D366;
}
