* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
}

/* Main Content */
.main-content {
    padding: 40px;
    max-width:1200px;
    margin: 0 auto;
}

/* Hero Section with Gradient & Neumorphism */
.hero-section {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.8), rgba(0, 188, 212, 0.4)), url("/marketmasters.co.in/uploaded_img/grap.jpg") no-repeat center center/cover;
    color: black;
    text-align: center;
    padding: 100px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
	height:250px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in-out;
    animation: backgroundMove 3s linear infinite;
}

/* Animation for background movement */
@keyframes backgroundMove {
    0% { background-position: center; }
    50% { background-position: top right; }
    100% { background-position: center; }
}
.hero-section:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
/* Hero Heading */
.hero-section h1 {
    font-size:3rem;
    margin-bottom: 20px;
    font-weight: bold;
	margin-top:-40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    color: white;
    transition: transform 0.3s ease-in-out;
}

.hero-section h1:hover {
    transform: scale(1.1); /* Slight zoom effect */
}

/* Hero Paragraph */
.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: white;
    font-weight: 600;
    transition: transform 0.3s ease-in-out;
}

.hero-section p:hover {
    transform: translateY(-5px); /* Small vertical movement */
}
.hero-section img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-section img:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* Service Navigation */
.service-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
.service-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    background-color: #f1f9ff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-item .icon {
    background-color: #0dcaf0;
    color: #ffffff;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-item h3 {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
    font-weight: bold;
}

/* Main Section */
.text-centers {
    background-color: #0dcaf0;
    color: white;
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
	margin-top:80px;
}

.text-centers h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.text-centers h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
}

.img-right {
    width:550px;
    margin-left:-40px;
}
      .title h3{
	           margin-top:90px;
			   text-align:center;
              }
.section-title h3{
	              margin-top:30px;
                  }			  
.img-left {
    margin-left:660px;
    margin-top:80px;	
	width:550px;
}

.text-left{
	border:1px;
	height:270px;
	width:600px;
	text-align:justify;
	margin-top:-340px;
   }
.text-left b{
    color:black;
}
/* Features Section */
.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 20px;
}

/* Feature Styling */
.feature {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 180px;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* Feature Icon */
.feature i {
    font-size: 3rem;
    color: white;
    margin-bottom: 10px;
}

/* Feature Heading */
.feature h3 {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
    margin-top: 10px;
}

/* Hover Effects for Features */
.feature:hover {
    transform: scale(1.1); /* Slight zoom effect */
    background-color: rgba(0, 0, 0, 0.4); /* Darken background on hover */
}
.text-right {
    border:1px;
	height:290px;
	width:529px;
    margin-top:-359px;
    margin-left:550px;
    justify-content:center;
   }

/********* SECOND PAGE *********/

.img-social, .img-left-social {
    border-radius: 1em;
    max-width: 40%;
    height: auto;
    display: block;
}

.img-social {
    <!--margin-left: 560px;-->
    margin-top: -394px;
}

.text-left-social {
	border:1px;
	height:270px;
	width:600px;
	text-align:justify;
	margin-top:-270px;
   }
.img-left-social {
    margin-left:700px;
	margin-top:60px;
    padding: 20px;
   } 
.text-social {
   margin-top:-349px;
   margin-left:590px;
   text-align: justify;   
   }  
.section-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.section-title h3 {
    font-size: 32px;
    color: #0dcaf0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1.5px;
}

/* Service Item Styling */
.service-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Hover Effects */
.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.service-item h3 {
    font-size: 22px;
    color: #333;
    margin: 0;
}

/* Icon Styling */
.service-icon {
    font-size: 25px;
    color: #0dcaf0;
    transition: transform 0.3s ease, color 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.2);
    color: #007bff;
}
.text-left-orm {
	border:1px;
	height:270px;
	width:600px;
	text-align:justify;
	margin-top:-200px;
   }
.post-info p{
	text-align:justify;
}   
.postinfo-wrapper h2{
			  margin-top:-50px;
			  margin-left:22px;
             }
.postinfo-wrapper q{
	               text-align:justify;
				   margin-left:22px;
                  }	
.postinfo-wrapper h3{
	                 text-align:justify;
					 margin-left:22px;
                    }
.postinfo-wrapper p{
	               margin-left:22px;
                   }
.section-title h3{
	                         margin-top:-50px;
                             }				   
.img-orm {
    border-radius: 1em;
    max-width: 50%;
    height: auto;
    display: block;
}
.img-left-orm {
    margin-left:700px;
    margin-top:100px;	
}
.text-orm {
   margin-top:-289px;
   margin-left:590px;
   text-align: justify;   
   }
   .post-info h2:hover {
    color:#0dcaf0;
}  
/* Hero Section with Gradient & Neumorphism */
.hero-sections {
    background: linear-gradient(135deg, rgba(0, 188, 212, 0.8), rgba(0, 188, 212, 0.4)), url("/marketmasters.co.in/uploaded_img/grap.jpg") no-repeat center center/cover;
    color: black;
    text-align: center;
    padding: 100px 20px;
    border-radius: 20px;
    margin-bottom: 40px;
	height:250px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in-out;
    animation: backgroundMove 3s linear infinite;
}

/* Animation for background movement */
@keyframes backgroundMove {
    0% { background-position: center; }
    50% { background-position: top right; }
    100% { background-position: center; }
}
.hero-sections:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
}
/* Hero Heading */
.hero-sections h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: bold;
	margin-top:-50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
    color: white;
    transition: transform 0.3s ease-in-out;
}

.hero-sections h1:hover {
    transform: scale(1.1); /* Slight zoom effect */
}

/* Hero Paragraph */
.hero-sections p {
    font-size: 1.5rem;
    margin-top: -15px;
    line-height: 1.8;
    letter-spacing: 1.5px;
    color: white;
    font-weight: 600;
    transition: transform 0.3s ease-in-out;
}

.hero-sections p:hover {
    transform: translateY(-5px); /* Small vertical movement */
}
.hero-sections img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-sections img:hover {
    transform: scale(1.08);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.img-seo {
    border-radius: 1em;
    max-width: 40%;
    height: auto;
    display: block;
	margin-top:-10px;
	margin-left:30px;
}
.text-left-seo {
	border:1px;
	height:550px;
	width:590px;
	margin-top:-310px;
	margin-left:10px;
	text-align:justify;
	line-height:30px;
    }
.text-left-seo b{
	color:black;
     }	
.img-left-seo {
    margin-left:700px;
	margin-top:120px;
   } 
.text-seo {
   margin-top:-349px;
   margin-left:520px;
   text-align: justify; 
   line-height:30px;   
   } 
.post-infos h1{
	         margin-top:-220px;
			 margin-left:10px;
             }
.post-infos h1:hover {
    color:#0dcaf0;
}    

.img-digital, .img-left-digital {
    border-radius: 1em;
    max-width: 40%;
    height: auto;
    display: block;
}

.img-digital {
    <!--margin-left: 560px;-->
    margin-top: -394px;
}

.text-left-digital {
	border:1px;
	height:270px;
	width:600px;
	text-align:justify;
	margin-top:-340px;
   }
.img-left-digital {
    margin-left:700px;
	margin-top:10px;
    padding: 20px;
   } 
.text-digital {
   margin-top:-349px;
   margin-left:590px;
   text-align: justify;   
   }  
.text-heading {
    position: relative;
    background-color: #0dcaf0;
    color: white;
    text-align: center;
    padding: 50px 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: 450px;
	margin-top:100px;
    animation: backgroundMove 30s linear infinite; /* Moving background */
}
.text-market h2{
	 margin-left:0px;
     font-weight:bold;
     color:black;
     margin-top:120px;	 
     }
     .text-market h2:hover {
    color:#0dcaf0;
}  
.text-market b{
	font-size:19px;
   }
.text-market p{
	 text-align:justify;
    }   
/* Title Styles */
.text-heading h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.text-heading h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
}  

/* Social Media Icons Specific Colors */
.feature .fa-facebook:hover {
    color: #3b5998; /* Facebook Blue */
    
}

.feature .fa-instagram:hover {
    color: #e4405f; /* Instagram Pink */
}

.feature .fa-linkedin:hover {
    color: #0077b5; /* LinkedIn Blue */
}

.feature .fa-youtube:hover {
    color: #ff0000; /* YouTube Red */
}

.feature .fa-twitter:hover {
    color: #1da1f2; /* Twitter Blue */
}

.feature .fa-tumblr:hover {
    color: #35465c; /* Tumblr Blue */
}

.feature .fa-pinterest:hover {
    color: #bd081c; /* Pinterest Red */
}
.text-media {
	 margin-top:-290px;
	 margin-left:570px;
	 text-align:justify;
    }
/* Social Media Optimization Services Section */
.fe-optimization {
    position: relative;
    background-color: #0dcaf0;
    color: white;
    text-align: center;
    padding: 50px 20px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    height: auto;
    margin-top: 50px;
    animation: backgroundMove 30s linear infinite;
}
   .text-heading-media h2{
	      margin-left:-560px;
		  margin-top:30px;
		  font-weight:bold;
		  font-size:37px;
		  color:black;
         }
    .text-heading-media h2:hover {
            color:#0dcaf0;
                 }     
	.text-heading-media p {
		  margin-left:10px;
		  margin-top:-58px;
	     } 
  .text-line {
	  border:1px solid #0088cc;
      height:65px;
      width:5px;	 
      background-color:#0088cc;	  
      }	
.text-smos h2{
     font-weight:bold;
     color:black;
     margin-top:50px;	 
     }
     .text-smos h2:hover {
            color:#0dcaf0;
                 }   
/* Social Media Optimization Header */
.fe-optimization h1 {
    font-size: 3rem;
    font-weight: bold;
    color: white;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.text-left-media{
	border:1px;
	height:270px;
	width:600px;
	text-align:justify;
	margin-top:-340px;
   }
   .aa {
	 margin-top:-370px;
	 margin-left:570px;
	 text-align:justify;
    }

  .ac {
    background: linear-gradient(135deg, #0dcaf0, #0088cc); /* Gradient background with #0dcaf0 */
    border-radius: 10px;
    padding: 30px;
    max-width: 900px;
    margin: 50px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Slightly larger shadow for depth */
    position: relative;
	margin-top:50px;
  }

  /* Adding a subtle pattern to the background */
  .ac:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
    border-radius: 10px;
  }

  /* Heading styling */
  .ac h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff; /* White text for contrast */
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* Service list styling - general styles for both lists */
  .ad {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .service-list {
    list-style-type: none;
    padding-left: 0;
    width: 45%; /* Ensuring two columns */
    margin: 0;
  }

  .service-list li {
    font-size: 18px;
    color:white;
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
    padding-left: 25px;
  }

  .service-list li:before {
    content: "✔"; /* Checkmark symbol */
    position: absolute;
    left: 0;
    color: white;
	font-weight:bold;
    font-size: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
 .aq{
	border:1px;
	width:600px;
	text-align:justify;
	margin-top:-420px;
   }
   .aq h2{
	      font-size:1.9rem;
		  font-weight:bold;
         }
	.ap{
	margin-left:600px;
	margin-top:200px;
	
   }
   .one{
	   margin-left:-40px;
       }
   .as h2{
	      margin-left:-639px;
		  margin-top:30px;
		  font-weight:bold;
		  font-size:37px;
		  color:black;
         }
	.as p{
		  margin-left:10px;
		  margin-top:-42px;
		  text-align:justify;
	     }  	 
   .at{
	  border:1px solid #0088cc;
      height:65px;
      width:5px;	 
      background-color:#0088cc;	  
      }	
  .au h2{
	 margin-left:-515px;
     font-weight:bold;
     color:black;
     margin-top:50px;	 
     }	  
  /* Add hover effect */
  .service-list li:hover {
    <!--background-color: #f0f0f0;-->
    transform: translateX(5px);
    transition: all 0.3s ease;
  }
.about-us-wraps {
  margin-top: 30px;
}
.about-us-contents {
      margin-top:-159px;
      text-align:justify;
  }
.about-us-contents ul li {
  padding-left: 40px;
  position: relative;
  margin-bottom: 8px;
}
.about-us-contents ul li:last-child {
  margin-bottom: 0;
}
.about-us-contents ul li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: #02a9c0;
  width: 25px;
  height: 1px;
}
.section-titles {
  margin-bottom: 30px;
  text-align: center;
}
.section-titles h1{
    margin-top:260px;
}
.section-titles h4 {
  font-size: 16px;
  font-weight: 600;
  color: #02a9c0;
  margin-bottom: 12px;
  margin-top: -35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section-titles h3 {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  margin-top:-10px;
}
.section-titles h3 span {
  color: #ffab00;
}
@media only screen and (max-width: 767px) {
  .section-titles h3 {
    font-size: 30px;
  }
  .section-titles h1{
      margin-top:50px;
  }
  .section-titles h4{
      margin-left:-50px;
      margin-top:20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-titles {
    margin-bottom: 20px;
    margin-left:70px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
 
  .about-us-images img {
      margin-top:-80px;
      margin-left:30px;
      max-width:80%;
  }
  .about-us-contents{
      border:1px;
      height:auto;
      width:330px;
      text-align:justify;
      margin-top:-430px;
  }
  .about-us-contents p{
      margin-top:20px;
      margin-left:20px;
  }
  
}
/* Mobile Responsive Styles */
/* Media Query for screens up to 1024px (Tablets and small desktops) */


@media (max-width: 1024px) {
    .hero-section {
        padding: 80px 20px;
    }

    .hero-section h1 {
        font-size: 2.5rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 100%;
        max-width: 250px;
        margin: 10px 0;
    }
    .img-right {
        margin-left:1px;
        margin-top: 30px;
		width:300px;
    }
    .img-left-social {
		margin-left:-20px;
		max-width:500px;
		margin-top:-3px;
	   } 
	   .hero-sections {
        padding: 80px 20px;
    }

    .hero-sections h1 {
        font-size: 1.5rem;
    }

    .hero-sections p {
        font-size: 1rem;
    }
    .img-left-seo {
		margin-left:0px;
		max-width:500px;
		margin-top:-5px;
	   }
	   .img-left-digital {
		margin-left:-6px;
		max-width:500px;		
	   }  
	   .img-left-media{
		margin-left:-700px;
		max-width:100%;
	   }
}

/* Media Query for screens up to 768px (Tablets and smaller devices) */
@media (max-width: 768px) {
    .hero-section {
        padding: 80px 20px;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
    .hero-section p {
        font-size: 1rem;
    }
    .features {
        flex-direction: column;
        align-items: center;
    }

    .feature {
        width: 100%;
        max-width: 300px;
        margin: 15px 0;
    }

    .text-centers h1 {
        font-size: 2.2rem;
    }
	
	.text-right{
		margin-left:-10px;
		margin-top:30px;
	   }
	   .service-item {
        padding: 15px;
    }

    .section-title h3 {
        font-size: 28px;
    }

    .service-item h3 {
        font-size:18px;
    }

    .service-icon {
        font-size: 35px;
    }
	.img-social {
        margin-left:px;
        margin-top: 30px;
		max-width:400px;
    }
	.text-social {
		margin-left:1px;
		margin-top:0px;
		width:290px;
	   }
 .text-left-social {
	border:1px;
	height:570px;
	width:290px;
	text-align:justify;
	margin-top:0px;
   }
   .img-orm {
        margin-left:-10px;
        margin-top: 10px;
		max-width:500px;
    }
	.text-orm {
		margin-left:-1px;
		margin-top:30px;
	   }
	.img-left-orm {
		margin-left:1px;
		margin-top:40px;
		max-width:500px;
	   }
.postinfo-wrapper h2{
	          font-size:1.3rem;
			  margin-top:-190px;
			  margin-left:-3px;
			  text-align:justify;
             }
.postinfo-wrapper q{
	               text-align:justify;
				   font-size:1rem;
				   margin-left:-10px;
                  }
.postinfo-wrapper h3{
					 margin-left:-3px;
					 font-size:1.2rem;
                    }
.postinfo-wrapper p{
	                margin-left:-3px;
					font-size:1rem;
                    }
.text-left-orm {
	border:1px;
	height:550px;
	width:290px;
	margin-top:30px;
    }
    .hero-sections {
        padding: 80px 20px;
    }

    .hero-sections h1 {
        font-size:1.5rem;
    }

    .hero-sections p {
        font-size: 1.1rem;
    }
    .img-seo {
        margin-left:-10px;
        margin-top: 30px;
		max-width:500px;
    }
	.text-seo {
		margin-left:10px;
		margin-top:2px;
	   }
.text-left-seo{
	border:1px;
	height:750px;
	width:280px;
	margin-top:40px;
	margin-left:10px;
	text-align:justify;
    }
    .img-digital {
        margin-left:-6px;
        margin-top: -10px;
		max-width:500px;
    }
	.text-digital {
		margin-left:10px;
		margin-top:30px;
	   }
 .text-left-digital{
	border:1px;
	height:270px;
	width:290px;
	text-align:justify;
	margin-top:30px;
   }	
.text-digital p {
	text-align:justify;
   }
   .text-market h2 {
        font-size: 1.7rem; /* Adjust font size for mobile */
        margin-left: 10px; /* Reset left margin */
        margin-top: 420px; /* Adjust top margin */
    }

    .text-market p {
        font-size: 1rem; /* Adjust font size for better readability */
        margin-left: 0; /* Reset left margin */
        margin-top: 10px; /* Adjust margin-top */
		text-align:justify;
    }
    .text-heading {
        height: auto; 
        text-align: center;
        margin-top:50px;		
    }

    /* Title styling adjustments */
    .text-heading h1 {
        font-size: 2.2rem; 
        margin-bottom: 20px; 
    }

    .text-heading h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .img-media {
		max-width:500px;
		margin-left:10px;
		margin-top:-50px;
	     }
   .text-media{
      margin-top:40px;
      margin-left:10px;
      text-align:justify;	  
      }
      .text-left-media{
	border:1px;
	height:550px;
	width:280px;
	margin-top:10px;
	margin-left:10px;
	line-height:28px;
    }
    .fe-optimization h1 {
        font-size:1.8rem;
    }
	.text-heading-media p{
		  margin-top:-150px;
		  margin-left:15px;
		  text-align:justify;
	     }
   .text-heading-media h2{
	      margin-left:20px;
		  font-size:1.7rem;
		  color:black;
         }
		 .text-smos {
        margin-left: 0; /* Reset left margin */
        padding: 20px; /* Add some padding for spacing */
    }

    .text-smos h2 {
        font-size: 1.5rem; /* Adjust font size for mobile */
        margin-left: 10px; /* Reset left margin */
        margin-top: 20px; /* Adjust top margin */
    }

    .text-smos p {
        font-size: 1rem; /* Adjust font size for better readability */
        margin-left: 0; /* Reset left margin */
        margin-top: 10px; /* Adjust margin-top */
		text-align:justify;
    }
	.text-line{	 
      height:155px;
      width:5px;	 
      }
        .ac {
      padding: 20px;
      margin: 30px;
      margin-top:550px;
    }
    
    .ac h3 {
      font-size: 22px;
    }
	.aa{
		margin-left:10px;
		margin-top:30px;
	   }
    .one{
		max-width:350px;
		margin-left:-40px;
	     }
	.aq{
	border:1px;
	height:270px;
	width:300px;
	text-align:justify;
	margin-top:40px;
   }
.aq h2{
	margin-left:0px;
	font-size:1.5rem;
}   
    .service-list {
      width: 100%; /* Stack the lists vertically on small screens */
      margin-bottom: 15px;
    }

    .service-list li {
      font-size: 16px;
    }
	.ap{
		margin-left:3px;
		margin-top:50px;
		max-width:500px
	   }
  }

/* Media Query for screens up to 480px (Small mobile devices) */
@media (max-width: 480px) {
    .hero-section {
        padding: 60px 20px;
    }

    .hero-section h1 {
        font-size: 1.8rem;
    }

    .hero-section p {
        font-size: 1rem;
    }

    .service-item h3 {
        font-size: 1rem;
    }
    .title h3{
	margin-top:130px;
	font-size:1.5rem;
	margin-left:10px;
	text-align:center;
	}
   .section-title h3{
    margin-top:-10px;
    }				 
    .text-centers h1 {
    font-size: 1.6rem;
    }
    .text-centers h3 {
        font-size: 1.2rem;
    }
    .text-left {
		border:1px;
		height:550px;
		width:280px;
        margin-left: 10px; 
        margin-top: 30px;
        text-align:justify;		
    } 
    .text-right {
		border:1px;
		height:500px;
		width:300px;
        margin-left:-10px; 
        margin-top: 30px;
    } 
    .feature i {
        font-size: 2.5rem;
    }

    .feature h3 {
        font-size: 1rem;
    }
	.img-left{
		margin-left:0px;
		margin-top:10px;
		max-width:100%;
	   }
	   .service-item {
        padding: 10px;
    }

    .section-title h3 {
        font-size: 24px;
    }

    .service-item h3 {
        font-size: 18px;
    }

    .service-icon {
        font-size: 30px;
    }
	.text-left-social p {
	    text-align:justify;
	}
	.post-infos h1{
	    margin-top:-190px;
	}
	.post-infos h2{
	    margin-top:5px;
	}
	.ac {
      padding: 15px;
      margin: 20px;
      margin-top:530px;
    }

    .ac h3 {
      font-size: 20px;
    }

    .service-list li {
      font-size: 14px;
    }
}
