img{
  
}
h2{
  color: #0a5d84;
  font-size: 2rem;
}
header{
  background-image: linear-gradient(rgba(0,0,1,0.5),rgba(0,0,41,0.9)), url('../img/landing-bg.jpg');
  background-blend-mode: multipy; 
  background-size: cover;
  background-position: center;
  height: 720px;
}
#hero{
  text-align: center;
  width:700px;
  margin-top: 150px;
  margin-left: 50%;
  transform: translateX(-50%);
}
#hero h2{
  color:white;
  font-size: 3rem;
  text-shadow: 1px 2px 2px black
}
#hero p{
  color:#eeeeee;
  font-size: 2rem;
  line-height: 2.5rem;
  width:500px;
  margin: 1em auto;
  padding: 15px;
 /* background: rgba(0,0,0,0.5);*
  text-shadow: 1px 2px 2px black*/
  
}
#hero-buttons-div{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width:fit-content;
  gap: 15px;
  margin: 0 auto;
  /*border: solid red;*/
}
#hero-buttons-div a{
  text-decoration: none;
}
#hero button{
  display: block;
  width:220px;
  border: none;
 /* background: mediumseagreen;*/
  color:white;
  /*margin:0.5em 0;*/
  padding: 10px;
  font-size: 1.3rem;
 /* font-weight: bold;*/
  border-radius: 5px;
}
/*#hero button :hover{
  filter: saturate(110%);
}*/
#packages-btn{
  background: dodgerblue;
}
#contact-btn{
  background: mediumseagreen;
}
/* Why Alcord
#why-alcord{
  padding: 50px;
}
#why-alcord-container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  width:90%;
  
}
#why-alcord-lists-container{
  width:400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#why-alcord-lists-container h3{
  margin-bottom: 5px;
  color: #0a5d84;
}
#why-alcord-lists-container i{
  color: goldenrod;
}
#why-alcord-lists-container p{
  padding-left: 20px;
  width:350px;
}
#why-alcord img{
  display: grid;
  align-items: center;
  width:350px;
}*/
/*Why Us*/
.why-us {
  padding: 80px 20px;
  background: #f5f5f5;
 text-align: center;
}

.why-us h2 {
  margin-bottom: 40px;
}

.why-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  max-width: 700px;
  margin: auto;
  
}

.card {
  background: #fff;
 /* border-radius: 8px;*/
  box-shadow: 0 1px 10px rgba(0,0,0,0.3);
  width:300px;
}
.card-heading{
  padding-top: 15px;
  padding-bottom: 10px;
  background: #004080;
  margin: 0;
}
.card h3 {
  color: #fff;
  margin-bottom: 15px;
}

.card p {
  color: #3e474f;
  background: white;
  font-size: 16px;
  line-height: 1.5rem;
  padding: 25px;
 /* border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;*/
}
.card i{
  font-size:40px;
 color:gold;
  margin-bottom: 15px;
  
}
#expt i{
  font-size:48px;
  
}
/*#afrd{
  background: linear-gradient(to right,#570,#9b0);
}
#mobile{
  background:linear-gradient(to right, #057,#09b);
}
#fast{
  background: linear-gradient(to right,#507,#90b);
}
/* Why Web*/
.why-website {
  background-color: #f4f9fc;
  margin: 0;
  padding: 60px 0px;
  font-family: 'Segoe UI', sans-serif;
  margin-bottom: 190px;
}

.why-website .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
  gap: 40px;
}

.image-area .img-placeholder {
  width: 400px;
  height: 300px;
  background-color: grey;
  border-radius: 10px;
}

.text-area {
  max-width: 600px;
  width:400px;
  color: #333;
  text-align: left;
}

.text-area h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #0a5d84;
}

.text-area p {
  font-size: 1.1em;
  margin: 10px 0;
  line-height: 1.5;
}

.text-area i {
  margin-right: 10px;
  color: #0a5d84;
}

/* Animation */
.animate-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease;
}

.animate-up.visible {
  opacity: 1;
  transform: translateY(0);
}


.why-website .content {
  max-width: 800px;
  margin: auto;
  color: #333;
}

.why-website h2 {
  font-size: 2rem;
  color: #0a5d84;
  margin-bottom: 20px;
}

.why-website p {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}
/* Services*/
#services{
  width:100%;
  margin-bottom: 50px;
  color:#fff;
  margin-top: 150px;
  padding: 0 50px ;
  padding-top: 20px;
  background: url('../img/bg4.jpg');
  background-size: cover;
  background-attachment:fixed;
  
  
}
#services-inner{
  width:fit-content;
  margin: 0 auto;
  display: flex;
  
}
#services-heading{
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
#services-heading h2{
 margin: 0 auto;
  width:300px;
  margin-bottom: 0;
  margin-top: 20px;
  color:skyblue;
}
#services-heading h3{
  color:gold;
  font-size: 1em;
 margin: 0 auto;
  width:300px;
}
#services img{
  width:300px;
  margin-top: -90px;
}
#services ul{
  font-size: 1.5em;
 /* border: solid red;*/
 /* margin: 0 auto;*/
  width:300px;
  background: rgba(0,0,0,0.7);
}
#services ul li{
  padding: 5px;
}
#services i{
  margin-right: 10px;
  color:dodgerblue;
}
#services button{
  background: goldenrod;
  color:white;
  border: none;
  padding: 5px 30px;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
}
/* Partners */
#partners{
  padding-bottom: 50px;
  padding-top: 50px;
}
#partners h2{
  text-align: center;
  margin-bottom: 30px
}
#partners h3{
  text-align: center;
  font-size: 11px;
}
#partners img{
  
}
#partner-logo-container{
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
#partner-logo-container div{
  width:100px;
  height: 100px;
}
#partner-logo-container img{
  width:100%;
  height: 100%;
  object-fit: contain;
}
/* Understanding */
.understanding-section {
  background: #f4f8fb;
  padding: 3rem 2rem;
}

.container {
  max-width: 1000px;
  margin: auto;
}

.understanding-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.understanding-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.info-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.info-grid p{
  margin-left: 25px;
}
.info-box {
  /*flex: 1 1 250px;*/
  max-width: 700px;
}
.info-box i{
  color:goldenrod;
}
.info-box h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.closing-note {
  margin-top: 2rem;
  font-size: 1rem;
}
/*FAQs*/
.faq {
  padding: 80px 20px;
  max-width: 800px;
  margin: auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #2F4F4F;
}

.faq-item {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.faq-item i{
  float: right;
  font-size:1.5rem
}
.faq-question {
  width: 100%;
  padding: 15px 20px;
  text-align: left;
  background: #f5f5f5;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  transition: background 0.2s;
}

.faq-question:hover {
  background: #e0e0e0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: white;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.open .faq-answer {
  padding: 15px 20px;
  max-height: 300px;
}
/* Testimonials Section Styles */
.testimonials {
  padding: 50px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.testimonials h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  color: #333;
}

.testimonial-card {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.testimonial-card .quote {
  font-style: italic;
  color: #555;
}

.testimonial-card .client {
  margin-top: 15px;
  color: #111;
}

.stars {
  margin-top: 10px;
  color: #f7c948;
}
/* Blog */
.blog-section {
  padding: 60px 20px;
  background: #f0f2f5;
  text-align: center;
}
.blog-section h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #333;
}
.blog-intro {
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.blog-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card h3 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 10px;
}
.blog-date {
  font-size: 0.8rem;
  color: #888;
  display: block;
  margin-bottom: 10px;
}
.blog-card p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
}
.blog-card a {
  color: #0066cc;
  text-decoration: none;
  font-weight: bold;
}
.blog-card a:hover {
  text-decoration: underline;
}
@media(max-width:780px){
  header{
    height: 100vh;
  }
  #hero{
    
  text-align: center;
  width:300px;
  margin-top: 30%;
  margin-left: 50%;
  transform: translateX(-50%);
}
#hero h2{
  font-size: 1.7rem
}
#hero p{
  width:70vw;
  font-size: 1.2rem
}
  .why-cards {
    margin: 0 auto;
  }
  .card{
    margin: 0 auto;
  }
 .why-website{
   padding: 20px;
 } 
#services-inner{
  width:contain;
  margin: 10px;
  display: block;
}
  #services img{
    margin-top: 20px;
  width:100%;
}
#services ul{
  width:100%;
}
}
