
footer{    background:#005db1;    color:#fff;    margin-top:0;}
.footer-grid{    display:grid;    grid-template-columns:repeat(5,1fr);    gap:30px;    padding:60px 0;}

.footer-box h2,.footer-box h3{    margin-bottom:20px;}
.footer-box p,.footer-box li{    color:#d8ebff;    margin-bottom:10px;    list-style:none;}
.footer-box a{    color:#d8ebff;    text-decoration:none;    transition:0.3s;}
.footer-box a:hover{    color:#fff;    padding-left:5px;}.social-icons{    margin-top:20px;}
.social-icons a{    width:38px;    height:38px;    display:inline-flex;    align-items:center;    justify-content:center;    background:#ffffff20;    border-radius:50%;    margin-right:10px;    color:#fff;    transition:0.4s;}
.social-icons a:hover{    background:#fff;    color:#0077cc;}
.copyright{    border-top:1px solid rgba(255,255,255,0.2);    padding:20px;    text-align:center;    font-size:14px;    background:#004b8f;}

/* OCEAN GULF MODERN LUXURY THEME - FOOTER */
footer{
  background:linear-gradient(135deg,#061e41,#0A2E63) !important;
  border-top:4px solid #C9972B;
}

.footer-grid{
  grid-template-columns:1.35fr 1fr 1fr 1fr 1.35fr !important;
}

.footer-logo{
  width:160px;
  max-width:100%;
  height:auto;
  display:block;
  margin-bottom:18px;
  background:#fff;
  border-radius:8px;
  padding:10px;
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}

.footer-box h2,
.footer-box h3{
  color:#fff !important;
  letter-spacing:.5px;
}

.footer-box h3::after{
  content:"";
  display:block;
  width:42px;
  height:2px;
  background:#C9972B;
  margin-top:10px;
}

.footer-box p,
.footer-box li,
.footer-box a{
  color:rgba(255,255,255,.78) !important;
}

.footer-box a:hover{
  color:#C9972B !important;
}

.social-icons a{
  background:rgba(15,93,170,.12) !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12);
}

.social-icons a:hover{
  background:#C9972B !important;
  color:#fff !important;
}

.copyright{
  background:rgba(0,0,0,.18) !important;
  color:rgba(255,255,255,.78);
}

@media(max-width:992px){
  .footer-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
}

@media(max-width:768px){
  .footer-grid{
    grid-template-columns:1fr !important;
    padding:44px 0 !important;
  }
}
