/* .............................FOOTER.................................................................. */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Times New Roman', Times, serif;
}

/* Footer Background */
footer {
  width: 100%;
background-color: #131315;
  color: #cbd5e1;
}

/* Branding Section Top */
.FT-brandlogo {
  width: 88.7%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
background-color: #131315;
  padding-top: 20px;
}

.footLogo {
display: none;
}

.footText h2 {
  padding-top:5px ;
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
}

/* Main Footer Container */
.FT-containerF {
  width: 88.7%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0px 0 0;
background-color: #131315;

}

/* Footer Child Sections */
.FT-child1,
.FT-child2 {
  text-align: left;
background-color: #131315;

}

/* Footer Lists */
.FT-list {
  list-style: none;
  padding-left: 0;
}

.FT-li {
  font-size: 1rem;
  line-height: 2rem;
  color: #fff;
}
.FT-list a{
  text-decoration: none;
}
/* Footer Headings */
.FT-containerF h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.FT-child1 h3{
  font-size: 1.7rem;
   background: linear-gradient(to right, #ec4899, #a855f7, #3b82f6); /* pink → purple → blue */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;

}
/* Social Media Icons */
.footerContainer {
  width: 100%;
  padding: 0px 10px 0 0;
background-color: #131315;

}

.socialIcons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.socialIcons a {
  text-decoration: none;
  padding: 10px;
  background-color: #131315;
  margin: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socialIcons a i {
  font-size: 1.5rem;
  color: #3b82f6;

}

/* Hover Effect */
.socialIcons a:hover {
background-color: #a855f7;

transition: 0.3s;
}

.socialIcons a:hover i {
  color: #131315;
}

/* Footer Bottom Copyright */
.footerBottom {
  background-color: #343434;
  border-top: 1px solid #242c3e;
  padding: 10px 0;
  text-align: center;
}

.footerBottom p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0%;
  padding: 0px;
}

.designer {
  font-weight: bold;
  letter-spacing: 1px;
}
.FT-child1 .FT-child2 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.FT-title{
color: #ffff;
}
/* ---------------- Responsive Design ---------------- */

/* Medium Devices (Tablet) */
@media (max-width: 768px) {
  .FT-brandlogo {
 
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.footText h2 {
      margin-left: 0;
  }
  .FT-containerF {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .FT-child1,
  .FT-child2,
  .footText {
      text-align: center;
  }

  .footLogo {
      height: 50px;
      width: 46px;
  
}
.FT-child1{
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.FT-child2{
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.FT-child4{
  margin-top: 5px;
  padding-top: 10px;
}
.FT-child3{
  margin-bottom: 5px;
  padding-bottom: 10px;
}
.FT-child2 h3{
  font-weight: bold;
}
.FT-child4 h3{
  font-weight: bold;
}}
/* Small Devices (Mobile) */
@media (max-width: 480px) {
  .footText h2 {
      font-size: 1.5rem;
      margin-left: 0;
  }
  .FT-li,
  .footerBottom p {
      font-size: 0.9rem;
  }
  .socialIcons a {
      padding: 8px;
  }
  .socialIcons a i {
      font-size: 1.2rem;
  }
}
.FT-images .FT-img1 {
  height: 40px;
  
}

