/* ###################
Footer section
##################### */ 

.footer {
  color: #fff;
 background-color:#203f7d;
background-size: cover;
  font-size: 14px;
  padding: 30px 0 10px 0;
  position: relative;
  /* border-top: 3px solid navy; */
  height: 380px !important;
  margin-top: 100px;
}
.footer-links p
{
  color: white;
}

.footer:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.8); */
  position: absolute;
  inset: 0;
}

 .company-name {
  color: #203f7d;
  font-weight: 800;
  font-size: 15px;
  padding: 3px;
  padding-right: 0px;
  text-shadow:
    1px 1px 2px white,
    -1px -1px 2px white;
}

.surname
{
  color: red;
  font-weight: 800;
  font-size: 15px;
  text-shadow:
    1px 1px 2px white,
    -1px -1px 2px white;
  padding: 3px;
  padding-left: 0px;
}
.subsurname
{
  color:white;
  font-weight: 800;
  font-size: 15px;
  text-shadow:
    1px 1px 2px white;
  padding: 3px;
  padding-left: 0px;
}
.ofz-name
{

  width: 220px;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
 color: white;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background-color: white;
 color: white;
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: var(--color-primary);
  text-decoration: none;
}
.social-links
{
  margin-left: -90px;
}

			.ci {
  display: inline-block;
  background: radial-gradient(circle at 30% 107%,
    #feda75 0%,
    #fa7e1e 40%,
    #d62976 60%,
    #962fbf 80%,
    #4f5bd5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
   font-size: 30px;
}

.ci:hover {
  transform: scale(1.2);
  box-shadow: 0 0 8px #d62976;
  
}

/* Optional for other icons */
.bi, .di {
  color: #203f7d;
  font-size: 30px;
}

.underlined-heading {
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 12px;
  text-align: start;
    display: table;
  border-bottom: 2px solid red; 
  padding-bottom: 4px; 
 
}
.footer .footer-content .social{
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 12px;
  text-align: start;
    display: table;
  border-bottom: 2px solid red; 
  padding-bottom: 4px; 
 
}


.footer .footer-content .footer-links {
  margin-bottom: 30px;
  /* justify-content: center; */
  text-align: center;
}

.footer .footer-content .footer-links .social-links {
  justify-content: center;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: start;
  font-size: 15px;
  font-weight: 800;
}

.footer .footer-content .footer-links ul li {
  padding: 4px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
 color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-content .footer-links ul a:hover {
 color: red;
   border-bottom: red;
}
.footer .footer-content .footer-links .social-links  a:hover {
 color:white !important;
   border-bottom: white !important;
}

.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid skyblue;
  color:white;
  font-style: italic;
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
color: black;
}
p
{
  color: black;
  text-align: start;
}

.footer .footer-legal .credits a {
color: black;
}


#tc p {
  text-align: justify;
  /* justify-content: center; */
}
.link
{
  color: skyblue;
  border-bottom: 1px solid skyblue;
  font-weight: 700;
}
.footer-design .certificate img {
  
  padding: 30px 0 0 0;
  width: 240px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 30px 20px;
    text-align: center;
  }

  .footer .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .social-links
{
  margin-left: 50px;
}

  .footer .footer-content .footer-info,
  .footer .footer-content .footer-links,
  .footer .footer-content .social {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .footer .footer-content h4,
  .footer .footer-content .social {
    width: 100%;
    border: none;
    font-size: 18px;
    padding-bottom: 8px;
    text-align: start;
  }

 

  .footer .footer-content .footer-links ul li {
    padding: 6px 0;
  }

  .footer .footer-content .social-links {
    margin-left: 0;
    display: flex;
    margin-left: -150px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .footer .footer-content .social-links a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .company-name,
  .surname,.subsurname {
    display: inline-block;
    font-size: 13px;
    padding: 2px 4px;
  }

 

  .footer .footer-legal .credits {
    font-size: 12px;
  }
  #footer
  {
    height: auto !important;
  }
  #footerftext {
    transition-delay: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width:375px)
{
.footer .footer-content .footer-links .social-links {
          padding: 0 0 0 30px;
}
}

