:root {
  --clr-theme-color: #029AFF;
  --clr-theme-color2: #013E39;
  --clr-theme-color3: #2657F2;
}
/*----===========FOOTER AREA CSS----============*/
.single-footer ul {
  list-style: none;
  padding: 0;
  padding-left: 32px;
}

.single-footer ul li a {
  color: #09120e;
  font-size: 16px;
  padding: 10px 0;
  display: inline-block;
  transition: all.3s;
}
.single-footer ul li a:hover {
  color: var(--clr-theme-color3);
  transition: all.3s;
  margin-left: 5px;
}
.padding-left20 {
  padding-left: 28px;
}

.footer-area3 .single-footer ul li a:hover {
  color: #ff008a;
}
.single-footer-contact h3 {
  text-transform: capitalize;
}

.single-footer h3 {
  margin-left: 28px;
  margin-bottom: 20px;
}
.copyright2 {
  border-top: 1px solid #CCCFD6;
  padding: 16px 0;
  margin-top: 40px;
}
.social1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social1 ul li {
  display: inline-block;
}

.social1 ul li a {
  height: 40px;
  width: 40px;
  display: inherit;
  border-radius: 50%;
  text-align: center;
  color: #19191B;
  line-height: 40px;
  transition: all.4s;
  border: 1px solid #E7EAF0;
  padding: 0;
}
.social1 ul li a:hover {
  background-color: #006fff;
  color: #fff;
  transition: all.4s;
}

@media screen and (max-width: 426px) {
  .social.social1 {
    display: flex;
    justify-content: start;
    padding-bottom: 30px;
  }
  .single-footer ul {
    padding: 0;
    margin: 0;
  }
  .single-footer h3 {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 22px;
}
.testimonial2.sp2 {
  padding-bottom: 100px;
}
}

.foonter-contact-icon-1 > div {
  background: #2f81ed17;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.foonter-contact-p a {
  color: #525975;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}
.foonter-contact-1 {
  display: flex;
  align-items: start;
}
.foonter-contact-p {
  padding-left: 8px;
}
.foonter-contact-1 {
  padding-top: 24px;
}
/*----===========FOOTER AREA CSS----============*/

/*----===========HOME4 FOOTER AREA CSS----============*/
.footer-area4 {
  background-image: url(../img/footer/footer4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-footer4 ul li a {
  color: #B2B4B7;
}
.single-footer4 p {
  color: #B2B4B7;
}

.social.social4 ul {
  margin: 0;
  padding: 0;
}
.social.social4 {
  margin-top: 30px;
}

.social.social4 ul li a {
  font-size: 20px;
  color: #000410;
  background: #fff;
  /* padding: 5px; */
  height: 24px;
  width: 24px;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  transition: all.3s;
}
.social.social4 ul li a:hover {
  transition: all.3s;
  background-color: #006fff;
  transform: scale(1.1);
}

.social.social4 ul li {
  display: inline-block;
  margin-right: 7px;
}


/*----===========HOME4 FOOTER AREA CSS----============*/

.foonter-contact-p3 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #19191B;
  margin-left: 10px;
  margin-top: 10px;
}

.foonter-contact3 {
  display: flex;
  align-items: center;
}

.social.social2 ul {
  margin: 0;
  padding: 0;
}

.social.social2 ul li a {
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #E7EAF0;
  text-align: center;
  line-height: 32px;
  color: #19191B;
  transition: all.4s;
}

.social.social2 ul li {
  display: inline-block;
  margin: 1px;
}

.social.social2 ul li a:hover {
  background-color: #FF845E;
  transition: all.4s;
  color: #fff;
}

.single-footer.single-footer2 ul li a:hover {
  color: var(--clr-theme-color2);
}

.footer2-bottom-input input {
  padding: 13px;
  border-radius: 25px;
  border: 1px solid #19191B;
}

.single-footer.single-footer2 ul {
  margin: 0;
  padding: 0;
  padding-left: 27px;
}

.single-footer-contact.single-footer.single-footer2 form {
  margin-left: 32px;
}

/*----===========White text----============*/

/* === Footer text and icons in white === */

/* Make all footer text white */
.footer-area3,
.footer-area4,
.single-footer,
.single-footer-contact,
.foonter-contact-p,
.foonter-contact-p3,
.copyright2 {
  color: #ffffff !important;
}

.footer-area3 a,
.footer-area4 a,
.single-footer a,
.single-footer-contact a,
.foonter-contact-p a,
.foonter-contact-p3 a {
  color: #ffffff !important;
  transition: color 0.3s ease;
}

.footer-area3 a:hover,
.footer-area4 a:hover,
.single-footer a:hover {
  color: #006fff !important;
}

/* === Social icons: white default, blue hover === */
.social1 ul li a,
.social.social2 ul li a,
.social.social4 ul li a {
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  transition: all 0.4s ease;
}

.social1 ul li a:hover,
.social.social2 ul li a:hover,
.social.social4 ul li a:hover {
  background-color: #006fff !important;
  border-color: #006fff !important;
  color: #ffffff !important;
  transform: scale(1.1);
}


/* ========= FORCE FOOTER COLORS ========= */

/* All footer text and links white */
footer,
.footer-area,
.footer-area2,
.footer-area3,
.footer-area4,
.single-footer,
.single-footer h3,
.single-footer p,
.single-footer ul li a,
.foonter-contact-p a,
.foonter-contact-p3 a,
.copyright2,
.footer-bottom,
.footer-bottom p,
.footer-bottom a {
  color: #fff !important;
  border-color: #fff !important;
}

/* FORCE COPYRIGHT / BOTTOM TEXT TO WHITE */
.copyright2,
.copyright2 p,
.copyright2 a,
.copyright,
.footer-bottom,
.footer-bottom p,
.footer-bottom a {
  color: #fff !important;
}

.copyright2 a:hover,
.footer-bottom a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* ========= SOCIAL ICON COLORS ========= */

/* Default icon color white with white border */
.social1 ul li a,
.social2 ul li a,
.social4 ul li a {
  color: #fff !important;
  border-color: #fff !important;
  background: transparent !important;
  transition: all .3s ease;
}

/* Hover color – gold highlight (#CFB02C) */
.social1 ul li a:hover,
.social2 ul li a:hover,
.social4 ul li a:hover {
  background-color: #CFB02C !important;
  border-color: #CFB02C !important;
  color: #000 !important; /* black icons over gold */
  transform: scale(1.05);
}






/* ==== HIDE SOCIAL MEDIA ICONS & REDUCE FOOTER HEIGHT ==== */

/* Hide all social icons */
.social1,
.social2,
.social4,
.social {
  display: none !important;
}

/* Reduce footer spacing */
footer,
.footer-area,
.footer-area2,
.footer-area3,
.footer-area4 {
  padding-top: 40px !important;
  padding-bottom: 10px !important;
  margin-top: 0 !important;
}

/* Tighten copyright section */
.copyright2 {
  padding: 10px 0 !important;
  margin-top: 20px !important;
}

/* Adjust footer titles and lists */
.single-footer h3 {
  margin-bottom: 10px !important;
}

.single-footer ul li a {
  padding: 5px 0 !important;
}


