/* var text-decoration */
@font-face {
  font-family: myfont;
  src: url(../fonts/ufonts.com_tw-cen-mt.ttf);
}

/*--
    Common Css
--*/
body {
  font-family: myfont;
  font-size: 14px;
  font-weight: 400;
}




h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-family: myfont;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
  font-family: myfont;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none !important;
  font-size: 15px;
}

/*============== Mixins style start ================*/
.overlay-effect {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

/*--
    custom heading Start
--*/
.heading {
  text-align: center;
  font-weight: 500;
  color: #2E2E2E;
  padding: 40px 0px;
  position: relative;
}

.heading span {
  font-size: 45px;
  color: #ff530a;
  font-weight: 600;
}

.heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*--
    custom heading Start
--*/
.title {
  color: #2E2E2E;
  text-transform: uppercase;
  padding: 30px 0px;
}

.title span {
  color: #FF5333;
}

.before-border {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 140px;
  height: 1px;
  background: #C8C1B3;
  margin-left: -70px;
}

/*--
    transition custom style
--*/
.transition {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/*============== Mixins style close ================*/
/*--
    header-img start Start
--*/




/*--
    slider Start
--*/
#slider {
  padding: 50px 0px;
}

#slider .block {
  padding: 0px 40px;
}

#slider .block .title {
  padding: 0px;
}

#slider .block .owl-carousel {
  padding-top: 30px;
  position: relative;
  text-align: center;
}

#slider .block .owl-carousel img {
  padding-right: 30px;
  border-radius: 2px;
  padding-bottom: 50px;
}

.owl-carousel img {
  height: 240px !important;
}

#slider .block .owl-carousel .owl-pagination .active {
  background: #FF5333;
}

#slider .block .owl-carousel .owl-pagination div {
  background: #DADADA;
  border-radius: 100%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}

#slider .block .owl-carousel .owl-buttons {
  position: absolute;
  right: 0;
  top: -40px;
  font-size: 40px;
  color: #AA9D84;
}

/*--
    about-us Start
--*/
#about-us {
  padding: 100px 0px;
  background: #F6F6F6;
}

#about-us .block {
  text-align: center;
}

#about-us .block p {
  color: #959595;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 0px;
}

.blog1 img {
  height: 700px;
  object-fit: cover;
  /* keeps aspect ratio */
}

/* For tablets */
@media (max-width: 992px) {
  .blog1 img {
    height: 500px;
  }
}

/* For mobiles */
@media (max-width: 576px) {
  .blog1 img {
    height: 400px;
  }
}

/*--
    blog Start
--*/
#blog {
  padding-top: 75px;
  padding-bottom: 100px;
  background: url("../images/1/1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

#blog:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

#blog .block .heading {
  color: #fff;
}

#blog .block ul {
  padding-top: 40px;
}

#blog .block ul li {
  overflow: hidden;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  color: #959595;
  transform: 1s;
}

#blog .block ul li:hover img {
  transform: scale(1.2) rotate(10deg);
}

#blog .block ul li h3 {
  color: #323232;
  padding: 0px 40px 20px;
  line-height: 26px;
  position: relative;
}

#blog .block ul li h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90px;
  height: 1px;
  background: #CBC4B5;
  margin-left: -45px;
}

#blog .block ul li p {
  padding-top: 25px;
}

#blog .block ul li .blog-img {
  float: left;
  width: 50%;
  height: 100%;
  background: red;
  overflow: hidden;
}

#blog .block ul li .blog-img img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

#blog .block ul li .blog-img-2 {
  width: 50%;
  float: right;
  overflow: hidden;
}

#blog .block ul li .blog-img-2 img {
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  width: 100%;
}

#blog .block ul li .content-right {
  padding: 40px 35px 23px;
  font-size: 16px;
  line-height: 26px;
  float: right;
  width: 50%;
  height: 100%;
  position: relative;
}

#blog .block ul li .content-right:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -15px;
}

#blog .block ul li .content-left {
  padding: 40px 35px 23px;
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 999;
}

#blog .block ul li .content-left:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  background: #fff;
  transform: rotate(45deg);
}

#blog .block .btn-more-info {
  float: right;
  padding: 28px 102.5px;
  border-radius: 0px;
  background: #ff530a;
  color: #fff;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#blog .block .btn-more-info:hover {
  background: transparent;
  color: #ff530a;
  border: 1px solid #ff530a;
}

/*--
    price Start
--*/
#price {
  padding: 70px 0px;
}

#price .block>p {
  color: #9D9D9D;
  font-size: 16px;
  line-height: 26px;
  padding: 40px 133px 0;
  text-align: center;
}

#price .block .pricing-list {
  padding-top: 85px;
}

#price .block .pricing-list ul {
  padding: 0 0 30px;
  margin: 0;
}

#price .block .pricing-list ul li {
  padding: 21px 0px;
}

#price .block .pricing-list ul li .item .item-title {
  position: relative;
}

#price .block .pricing-list ul li .item .item-title h2 {
  display: inline-block;
  position: relative;
  z-index: 99;
  background: #fff;
}

#price .block .pricing-list ul li .item .item-title .border-bottom {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  border: 1px dotted #C9C9C9;
  margin-top: 20px;
}

#price .block .pricing-list ul li .item .item-title span {
  float: right;
  color: #938463;
}

#price .block .pricing-list ul li .item p {
  padding: 12px 0 0px;
  color: #949494;
}

#price .block .pricing-list .btn {
  padding: 28px 105px;
  border-radius: 0px;
  background: none;
  color: #FF4F02;
  border: 1px solid #FF4F02;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#price .block .pricing-list .btn:hover {
  background: #ff530a;
  color: #fff;
}

/*--
    subscribe Start
--*/
#subscribe {
  padding: 100px 0px;
  text-align: center;
  background: url("../images/banner/pic13.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

#subscribe:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

#subscribe .block h1.heading {
  color: #fff;
}

#subscribe .block p {
  padding: 25px 0px;
  color: #fff;
  font-size: 20px;
}

#subscribe .block form .form-control {
  width: 450px;
  background: #fff;
  opacity: 0.9;
  border: none;
  height: 65px;
  border-radius: 0px;
  font-size: 15px;
}

#subscribe .block form .input-group-addon {
  padding: 0px;
  border: none;
  background: none;
}

#subscribe .block form .input-group-addon button {
  width: 212px;
  height: 65px;
  border: none;
  border-radius: 0px;
  background: #7EC3BB;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#subscribe .block form .input-group-addon button:hover {
  background: #69a8a1;
}

/*--
    contact-us Start
--*/
#contact-us {
  padding: 70px 0px;
}

#contact-us .block .title {
  padding: 20px 0;
}

#contact-us .block form {
  padding-bottom: 20px;
}

#contact-us .block form input {
  height: 48px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#contact-us .block form input:focus {
  border: 1px solid #7EC3BB;
}

#contact-us .block form textarea {
  height: 140px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#contact-us .block form textarea:focus {
  border: 1px solid #7EC3BB;
}

#contact-us .block a {
  background: #FF4F02;
  float: right;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0px;
  width: 512px;
  height: 50px;
  padding-top: 15px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

/*--
    footer Start
--*/
#footer {
  padding: 70px 0px;
}

#footer .block h3 {
  color: #2E2E2E;
  padding-bottom: 25px;
}

#footer .block h3 span {
  color: #FF4F02;
}

#footer .block .blog ul,
#footer .block .info ul,
#footer .block .gallary ul {
  padding-top: 20px;
}

#footer .block .blog ul li,
#footer .block .info ul li,
#footer .block .gallary ul li {
  margin-bottom: 25px;
  display: inline-block;
  margin-right: 20px;
}

#footer .block .blog ul li h4,
#footer .block .info ul li h4,
#footer .block .gallary ul li h4 {
  padding-bottom: 10px;
  display: block;
  color: #FF4F02;
}

#footer .block .blog ul li h4 i,
#footer .block .info ul li h4 i,
#footer .block .gallary ul li h4 i {
  color: #555;
  margin-right: 30px;
  font-size: 20px;
}

#footer .block .blog ul li h4 a,
#footer .block .info ul li h4 a,
#footer .block .gallary ul li h4 a {
  color: #FF4F02;
  font-size: 20px;
  font-weight: 600;
}

#footer .block .blog ul li p,
#footer .block .info ul li p,
#footer .block .gallary ul li p {
  color: #474747;
  font-size: 14px;
}

#footer .block .social-media-link h3 {
  font-size: 20px;
  padding-bottom: 15px;
  padding-top: 30px;
}

#footer .block .social-media-link h3 span {
  color: #FF4F02;
}

#footer .block .social-media-link ul li {
  display: inline-block;
  margin-right: 20px;
}

#footer .block .social-media-link ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  padding-top: 8px;
  border-radius: 100%;
  background: #B0B0B0;
  color: #FFFFFF;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

#footer .block .social-media-link ul li a:hover {
  background: #FF4F02;
  color: #fff;
}

/*--
    footer-bottom Start
--*/
#footer-bottom {
  background: #E9E9E9;
  padding: 20px 0px;
}

#footer-bottom p {
  text-align: center;
  padding-top: 12px;
  color: #454545;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}

#footer-bottom p a {
  color: #FF4F02;
}


.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.social-icons li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  background: #333;
  color: #fff;
  transition: 0.3s;
}

.social-icons li a:hover {
  background: #007bff;
  /* Blue shade for hover */
  color: #fff;
}

/* Dropdown menu styling */
.navbar-nav .dropdown-menu {
  background-color: #ffffff;
  /* white background */
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 180px;
  padding: 8px 0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
}

/* Dropdown menu items */
.navbar-nav .dropdown-menu>li>a {
  color: #333;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
  font-weight: 500;
  font-size: 19px;
  transition: background 0.3s, color 0.3s;
}

/* Hover effect */
.navbar-nav .dropdown-menu>li>a:hover {
  background-color: #f5f5f5;
  color: #FF5333;
  /* Bootstrap blue */
}

/* Dropdown caret alignment */
.navbar-nav .dropdown-toggle .caret {
  margin-left: 5px;
}


.gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  /* Align images in a row */
  flex-wrap: wrap;
  /* Wrap to next line if needed */
  gap: 10px;
  /* Space between boxes */
}

.gallery ul li {
  flex: 1 1 calc(25% - 10px);
  /* 4 images per row */
  max-width: calc(25% - 10px);
}

.gallery ul li img {
  width: 100%;
  /* Image fits inside the box */
  height: 80px;
  /* Fixed height for all */
  object-fit: cover;
  /* Crop without distortion */
  border-radius: 6px;
  /* Rounded corners */
  display: block;
}

/* Title styling */
.quick-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.quick-title span {
  color: #007BFF; /* highlight color */
}

/* Quick links list */
.quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.quick-links ul li {
  margin-bottom: 10px;
}

.quick-links ul li a {
  font-size: 18px;
  color: #444;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  transition: color 0.3s ease;
}

/* Add icon effect before links */
.quick-links ul li a::before {
  content: "›"; /* arrow */
  position: absolute;
  left: 0;
  color: #007BFF;
  font-weight: bold;
}

/* Hover effect */
.quick-links ul li a:hover {
  color: #007BFF;
  padding-left: 25px;
}


.soffit-banner {
  width: 100%;
  height: 200px; /* adjust height as needed */
  background-color: #807b7b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.soffit-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* overlay for better text visibility */
}

.banner-content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 2;
}

.banner-content h1 {
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: bold;
}
.soffit-banner h1 {
    position: relative;
    display: inline-block; /* Makes underline width match text */
    font-size: 36px; /* Adjust as needed */
}

.soffit-banner h1::after {
    content: "";
    position: absolute;
    width: 60px; /* Length of the underline */
    height: 3px; /* Thickness of the underline */
    background-color: #ff6a00; /* Underline color */
    left: 60px; /* Start from left */
    bottom: -8px; /* Distance below the text */
    border-radius: 2px; /* Optional rounded edges */
}

.banner-content p {
  font-size: 20px;
  max-width: 600px;
  margin: 0 auto;
  margin-top: 10px;
}


.hero-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* Container setup */
.animated-image-gallery {
  position: relative;
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .animated-image-gallery {
    height: 70vh;
  }
}
@media (max-width: 568px) {
  .animated-image-gallery {
    height: 40vh;
  }
}


/* Image styling */
.animated-image-gallery .img-responsive {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: fadeGallery 16s infinite ease-in-out;
}

/* Animation delays for 4 images */
.animated-image-gallery .img-responsive:nth-child(1) { animation-delay: 0s; }
.animated-image-gallery .img-responsive:nth-child(2) { animation-delay: 4s; }
.animated-image-gallery .img-responsive:nth-child(3) { animation-delay: 8s; }
.animated-image-gallery .img-responsive:nth-child(4) { animation-delay: 12s; }

/* Keyframes for smooth fade-in / fade-out */
@keyframes fadeGallery {
  0% { opacity: 0; }
  5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
  100% { opacity: 0; }
}
.img1{
  width: 250px;
}

/* Responsive for mobile */
@media (max-width: 768px) {
 .img1{
  height: 250px;
}
}
@media (max-width: 568px) {
 .img1 img{
  height: 340px !important;
}
}
#about-us img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px; /* optional for smooth edges */
}

/* Responsive adjustment for mobile screens */
@media (max-width: 768px) {
  #about-us img {
    width: 100%;
    height: auto; /* maintain aspect ratio */
    object-fit: cover;
  }

  #about-us .heading {
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
  }

  #about-us p {
    font-size: 18px;
    text-align: justify;
    padding: 0 10px;
  }
}


   /* container to center */
    .btn-container-center {
      text-align: center;
      margin-top: 50px;
      position: relative; /* keeps stacking context if needed */
      z-index: 0;
    }

    /* Unique button class */
    .btn-soffit-info {
      display: inline-block;         /* makes width/height/padding work */
      background-color: #5a2d0c;     /* elegant brown color */
      color: #ffffff;
      padding: 12px 28px;
      border-radius: 28px;
      text-decoration: none;         /* remove underline */
      font-weight: 700;
      font-family: Arial, Helvetica, sans-serif;
      transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms;
      cursor: pointer;               /* ensures pointer on hover */
      border: 0;
      outline: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
      position: relative;
      z-index: 2;                    /* ensure it's above other elements */
    }

    /* Hover + focus + active states */
    .btn-soffit-info:hover,
    .btn-soffit-info:focus {
      background-color: black;     /* slightly lighter/darker on hover */
      transform: translateY(-3px) scale(1.03);
      box-shadow: 0 10px 26px rgba(0,0,0,0.18);
      text-decoration: none;
      color: white;
    }

    .btn-soffit-info:active {
      transform: translateY(-1px) scale(0.995);
      box-shadow: 0 6px 14px rgba(0,0,0,0.16);
    }

    /* If some overlay or parent is covering the button, this helps */
    .btn-soffit-info.force-top {
      z-index: 9999 !important;
      position: relative;
    }
#hero-area {
  position: relative;
}

#hero-area:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/overlay-pattern.png") #000000;
  opacity: 0.3;
}

/*--
    nav Start
--*/
nav {
  z-index: 99999;
  width: 100%;
}

nav .block {
  margin-top: -85px;
  background: #fff;
  padding: 25px 40px;
  background: rgba(255, 255, 255, 0.89);
}

nav .block .navbar-default {
  border: none;
  border-radius: 0px;
  margin-bottom: 0;
  background: none;
}

nav .block .navbar-default .navbar-brand {
  padding-left: 0px;
}

nav .block .navbar-default .navbar-nav {
  padding-top: 10px;
}

nav .block .navbar-default .navbar-nav>li>a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
  font-size: 15px;
  text-transform: uppercase;
}

nav .block .navbar-default .navbar-nav>li>a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 0;
}

nav .block .navbar-default .navbar-nav>li>a:hover:before {
  background-color: #e94c3d;
  content: "";
  width: 100%;
}

nav .block .navbar-default .navbar-nav>li.current>a {
  color: #2E2E2E;
  padding: 10px 0px;
  margin: 0px 15px;
}

nav .block .navbar-default .navbar-nav>li.current>a:before {
  background-color: transparent;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  width: 100%;
  background-color: #e94c3d;
}

nav .block .navbar-default .navbar-nav>.active>a,
nav .block .navbar-default .navbar-nav>.active>a:focus,
nav .block .navbar-default .navbar-nav>.active>a:hover {
  background: none;
}

nav .block .navbar-default .navbar-nav>.active>a:before,
nav .block .navbar-default .navbar-nav>.active>a:focus:before,
nav .block .navbar-default .navbar-nav>.active>a:hover:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #FF5333;
}


/* 🔹 Static Image Banner (No animation) */
.static-image-banner {
  width: 100%;
  height: 110vh;
  overflow: hidden;
}

.static-image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive height for static banner */
@media (max-width: 768px) {
  .static-image-banner {
    height: 70vh;
  }
}
@media (max-width: 568px) {
  .static-image-banner {
    height: 40vh;
  }


}



/* ==== Footer Social Icons (SVG version) ==== */
.footer-social-icons {
  display: flex;
  gap: 14px;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.footer-social-icons li {
  display: inline-block;
}

.footer-social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Facebook icon style */
.footer-social-icons .facebook-icon {
  background: #1877f2;
}

/* Instagram icon style */
.footer-social-icons .instagram-icon {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

/* Hover effects */
.footer-social-icons a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
