/*
Theme Name: Sinhagiri
Author: Kites Global (D)
Description: Bootstrap WordPress theme for Singhagiri
Version: 1.0
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  font-family: "Roboto", serif;
}

.btn-theme1 {
  background-color: #8b9dc9;
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
}

.btn-theme1:hover {
  background-color: #7d8db5;
  color: #fff;
}

.btn-theme2 {
  background-color: #283c95;
  border-radius: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fff;
}

.btn-theme2:hover {
  background-color: #243788;
  color: #fff;
}

header {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;

  .navbar {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all ease 300ms;
    width: 100%;
    top: 0;

    .main-nav {
      .navbar-brand {
        width: 40%;
        transition: all ease 300ms;
      }

      .dropdown {
        .dropdown-item {
          font-size: 0.8rem;
        }
        .dropdown-toggle::after {
          content: "\F282";
          font-family: "bootstrap-icons";
          border-top: 0;
          vertical-align: 0;
        }
      }

      .navbar-toggler {
        background-color: #fff;
        border-radius: 0.8rem;
        padding: 0.2rem 0.5rem;

        .navbar-toggler-icon {
          background-image: url(img/menu-icon.svg);
          width: 2.2em;
        }
      }

      .navbar-toggler:focus {
        box-shadow: 0 0 0 0.1rem #0b266b37;
      }

      .offcanvas {
        background-color: transparent;
        bottom: auto;
        text-align: center;

        .navbar-nav {
          .nav-item {
            border-bottom: 1px solid #ced3f1;

            .nav-link {
              text-transform: uppercase;
              font-size: 1.5rem;
              color: #0b266b;
            }
          }

          .nav-item:last-child {
            border-bottom: 0px;
          }
        }

        .offcanvas-header {
          background-color: #bec3de;
        }

        .offcanvas-body {
          background-color: #bec3debd;
          padding: 0;
        }
      }
    }
  }

  /* Menu change styles */
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
    .navbar-nav {
      text-transform: uppercase;

      .nav-link {
        padding: 1rem 1.5rem;
        font-size: 0.8rem;
      }

      .nav-link.active,
      .navbar-nav .nav-link.show {
        color: #ffffff;
        background-color: #1f419a;
        border-radius: 0.3rem 0.3rem 0 0;
      }
    }
  }
}

.hero {
  .hero-slider-owlcarousel {
    .item {
      .slide {
        width: 100%;
        height: 85svh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

        .title {
          width: 100%;
          text-align: center;
          position: absolute;
          bottom: 8%;
          padding: 0 2rem;

          h6 {
            text-transform: uppercase;
            font-weight: 300;
          }

          a {
            text-transform: uppercase;
            text-decoration: none;
            font-size: 1.1rem;
            font-weight: 500;
            color: #0b266b;
            border-bottom: 1px solid #0b266b;
          }
        }
      }

      .mobile_slide {
        display: flex;
      }

      .desktop_slide {
        display: none;
      }
    }

    .owl-dots {
      position: absolute;
      width: 100%;
      text-align: center;
      bottom: 2%;
    }

    .owl-dot.active span,
    .owl-dot:hover span {
      background-color: #0b266b;
    }
  }
}

.welcome {
  padding: 2rem 0 0 0;
  background-image: url(img/welcome-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;

  h6 {
    font-weight: 400;
  }

  img {
    margin-bottom: 2rem;
  }

  h5 {
    font-weight: 400;
    margin-bottom: 2rem;
  }

  p {
    text-transform: none;
    color: #909090;
    margin-bottom: 3rem;
  }

  /* Basic Styling */
  .marquee {
    overflow: hidden;
    white-space: nowrap;

    .marquee-content {
      animation: scroll 20s linear infinite;
      padding-top: 1rem;

      img {
        margin: 0 15px;
        object-fit: contain;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0px -1px 10px 1px #0b266b37;
      }
    }
  }
}

.power-up {
  padding: 4rem 0 3rem 0;
  background-image: url(img/powerup-bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-transform: uppercase;

  .powerup-txt-cont {
    text-align: center;
    display: flex;
    align-items: center;

    h2 {
      font-weight: 300;

      strong {
        display: block;
        font-weight: 600;
      }
    }

    p {
      text-transform: none;
      color: #909090;
    }
  }
}

.solar-energy {
  padding: 4rem 0;
  background-image: url(img/solar-energy-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;

  .solarenergy-title-cont {
    .title {
      color: #fff;
      font-weight: 500;

      h2 {
        font-size: 5rem;
      }

      h3 {
        font-size: 5rem;
      }
    }
  }

  .solarenergy-text-cont {
    padding: 1.5rem 0 1.5rem 1rem;

    .text {
      color: #fff;
    }
  }

  .solarenergy-itm-cont {
    background-color: #0000007d;
    border-radius: 1.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 20%;
    margin-left: 0.5rem;
    margin-right: 0.5rem;

    .solarenergy-itm {
      text-align: center;
      color: #fff;
      margin-bottom: 1rem;

      img {
        margin-bottom: 0.5rem;
      }

      h6 {
        margin-bottom: 0;
        text-transform: uppercase;
      }
    }
  }

  .get-quote-cont {
    justify-content: center;
    margin-top: -1rem;
    margin-bottom: 4rem;

    .get-quote-itm {
      display: flex;

      .text {
        background-color: #283c95;
        color: #fff;
        border-radius: 1.9rem 0 0 1.9rem;
        padding: 0.6rem 1rem 0.6rem 1.5rem;
        flex: 1 1 auto !important;

        h6 {
          margin-bottom: 0;
        }

        small {
          font-size: 0.7rem;
        }
      }

      .button {
        background-color: #f8981e;
        color: #fff;
        border-radius: 0 1.9rem 1.9rem 0;
        padding: 0.6rem 1.5rem 0.6rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        flex: 1 1 auto !important;
        transition: all ease 300ms;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .button:hover {
        background-color: #e88f1b;
      }
    }
  }

  .projects-cont {
    justify-content: center;

    h2 {
      text-align: center;
      color: #fff;
      font-weight: 300;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }

    .projects-owlcarousel {
      .item {
        border-radius: 1rem 1rem 0 0;
        overflow: hidden;
        position: relative;

        .title {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 50%;
          text-align: center;
          color: #fff;
          background: rgb(255, 255, 255);
          background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(40, 60, 149, 1) 70%
          );
          display: flex;
          align-items: end;
          padding: 1rem 2rem 0.5rem 2rem;

          p {
            font-weight: 300;
            font-size: 0.8rem;
          }
        }
      }

      .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;

        button.owl-next,
        button.owl-prev {
          background: transparent;
          color: #283c95;
          border: none;
          padding: 10px !important;
          font-size: 2rem;
          padding: 5px;
          border-radius: 0px;
        }

        .owl-prev {
          position: absolute;
          text-align: left;
          left: -3rem;
        }

        .owl-next {
          position: absolute;
          text-align: right;
          right: -3rem;
        }
      }
    }
  }
}

.work-withus-cont {
  background-image: url(img/work-withus-bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;

  .work-withus-form {
    background-color: #ffffff5d;
    text-align: center;
    padding: 5rem 2rem;

    h2 {
      text-align: center;
      color: #000;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 1rem;
    }
  }
}

.news-events {
  padding: 4rem 0 0 0;

  h2 {
    text-align: center;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .news-owlcarousel {
    .item {
      overflow: hidden;
      position: relative;

      .title {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        color: #fff;
        background: rgb(255, 255, 255);
        background: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0) 0%,
          rgba(0, 0, 0, 1) 70%
        );
        display: flex;
        align-items: end;
        padding: 1rem 2rem 0.5rem 2rem;

        p {
          font-weight: 300;
          font-size: 0.8rem;
        }
      }
    }

    .owl-nav {
      position: absolute;
      top: 40%;
      width: 100%;

      button.owl-next,
      button.owl-prev {
        background: transparent;
        color: #fff;
        border: none;
        padding: 10px !important;
        font-size: 2rem;
        padding: 5px;
        border-radius: 0px;
      }

      .owl-prev {
        position: absolute;
        text-align: left;
        left: 0rem;
      }

      .owl-next {
        position: absolute;
        text-align: right;
        right: 0rem;
      }
    }
  }
}

footer {
  padding: 3rem 0;
  background-color: #f3f3f3;

  a {
    text-decoration: none;
  }

  ul {
    text-align: center;
    padding: 0;

    li {
      display: inline-block;

      a {
        color: #545454;
        text-transform: uppercase;
        font-size: 0.8rem;
        padding: 0 0.5rem;
        transition: all ease 300ms;
      }

      a:hover {
        color: #000;
      }
    }
  }

  .contact {
    margin-bottom: 2rem;

    .image {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 2rem;
    }

    .details {
      color: #165090;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      text-align: center;

      a {
        color: #165090;
        margin-right: 1rem;

        i {
          margin-right: 0.3rem;
        }
      }

      p {
        margin-bottom: 0;
      }
    }
  }

  .crr {
    width: 100%;
    text-align: center;
    color: #545454;
    font-size: 0.8rem;

    a {
      color: #545454;
      transition: all ease 300ms;
    }

    a:hover {
      color: #232323;
    }
  }
}

/* Common sections for inner pages */
.page-cover {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 75%;
  background-color: #f6f6f6;
  padding-top: 1rem;
}

.breadcrumb-sec {
  background-color: #f6f6f6;
  padding: 0.5rem 0;

  .breadcrumb {
    justify-content: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.8rem;

    li {
      a {
        color: #b3b3b3;
        text-decoration: none;
      }
    }
  }
}

/* About us page */
.about-sec {
  background-color: #f6f6f6;
  text-align: center;
  padding: 2rem 0 5rem 0;

  h1 {
    text-transform: uppercase;
    font-weight: 300;

    strong {
      font-weight: 700;
    }
  }

  p {
    color: #909090;
  }
}

.vision-mission-sec {
  padding-bottom: 2rem;
  margin-top: -4rem;

  .vismis-itm {
    background-color: #fff;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    padding: 2rem;
    text-align: center;

    h4 {
      font-weight: 400;
      text-transform: uppercase;
    }

    p {
      color: #909090;
    }
  }
}

/* Our brands page */
.brand-sec {
  background-color: #f6f6f6;
  text-align: center;
  padding: 2rem 0 5rem 0;

  h1 {
    text-transform: uppercase;
    font-weight: 300;

    strong {
      font-weight: 700;
    }
  }

  p {
    color: #909090;
  }
}

.brandlogo-sec {
  padding-bottom: 2rem;
  margin-top: -4rem;

  .brandlogo-itm-cont {
    background-color: #fff;
    border-radius: 1.5rem;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    padding: 1rem;
    text-align: center;
    margin-bottom: 1.5rem;

    h4 {
      font-weight: 400;
      text-transform: uppercase;
    }

    p {
      color: #909090;
    }
  }
}

/* About us page */
.product-sec {
  background-color: #f6f6f6;
  text-align: center;
  padding: 2rem 0 5rem 0;

  h1 {
    text-transform: uppercase;
    font-weight: 300;

    strong {
      font-weight: 700;
    }
  }

  p {
    color: #909090;
  }
}

.product-cat-sec {
  padding-bottom: 2rem;
  margin-top: -4rem;

  .product-itm-cont {
    margin-bottom: 1.5rem;

    .product-itm {
      background-color: #fff;
      border-radius: 1.5rem;
      -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      padding: 2rem;
      text-align: center;

      img {
        margin-bottom: 1.5rem;
        width: 50%;
      }

      h4 {
        font-weight: 400;
        text-transform: uppercase;
      }

      p {
        color: #909090;
      }

      a {
        color: #165090;
        border-bottom: 1px solid #165090;
        border-radius: 0;
        padding: 0.2rem 0;
      }
    }
  }
}

.singhagiri-electronic-sec {
  padding-bottom: 2rem;
  margin-top: -4rem;

  .sinelectro-itm-cont {
    margin-bottom: 1.5rem;

    .sinelectro-itm {
      background-color: #fff;
      border-radius: 1.5rem;
      -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      padding: 2rem;
      text-align: center;
      height: 100%;

      img {
        width: 40%;
        margin-bottom: 1rem;
      }

      h5 {
        font-weight: 400;
        text-transform: uppercase;
        color: #165090;
      }

      p {
        color: #909090;
        margin-bottom: 0;
      }

      a {
        color: #165090;
        border-radius: 0;
        padding: 0.2rem 0;
      }
    }
  }
}

.news-events-sec {
  padding-bottom: 2rem;
  margin-top: -4rem;

  .news-events-itm-cont {
    margin-bottom: 1.5rem;

    a {
      text-decoration: none;
    }

    .news-events-itm {
      background-color: #fff;
      border-radius: 2rem;
      -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      padding: 1rem;
      text-align: center;
      height: 100%;

      img {
        margin-bottom: 1rem;
        border-radius: 1rem;
      }

      h5 {
        font-weight: 500;
        font-size: 1rem;
        text-transform: uppercase;
        color: #909090;
      }

      h6 {
        font-weight: 400;
        font-size: 0.8rem;
        color: #909090;
      }

      p {
        color: #909090;
      }

      span {
        color: #165090;
        border-bottom: 1px solid #165090;
        border-radius: 0;
        padding: 0.2rem 0;
      }
    }
  }

  .newsevent-info-cont {
    h4 {
      color: #0b266b;
    }

    h6 {
      font-size: 0.9rem;
      font-weight: 400;
    }

    p {
      color: #909090;
    }
  }
}

.news-event-sec {
  padding-bottom: 2rem;
  padding-top: 2rem;

  .news-events-itm-cont {
    margin-bottom: 1.5rem;

    a {
      text-decoration: none;
    }

    .news-events-itm {
      background-color: #fff;
      border-radius: 2rem;
      -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
      padding: 1rem;
      text-align: center;
      height: 100%;

      img {
        margin-bottom: 1rem;
        border-radius: 1rem;
      }

      h5 {
        font-weight: 500;
        font-size: 1rem;
        text-transform: uppercase;
        color: #909090;
      }

      h6 {
        font-weight: 400;
        font-size: 0.8rem;
        color: #909090;
      }

      p {
        color: #909090;
      }

      span {
        color: #165090;
        border-bottom: 1px solid #165090;
        border-radius: 0;
        padding: 0.2rem 0;
      }
    }
  }

  .newsevent-info-cont {
    h4 {
      color: #0b266b;
    }

    h6 {
      font-size: 0.9rem;
      font-weight: 400;
    }

    p {
      color: #909090;
    }
  }
}

.centerd-para-sec {
  text-align: center;
  padding: 1rem 0 2rem 0;

  p {
    color: #909090;
  }
}

/* Contact us page */
.contactus-sec {
  padding-bottom: 2rem;
  margin-top: -4rem;

  .contactus-itm {
    background-color: #fff;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 20px -18px rgba(0, 0, 0, 0.75);
    padding: 1rem;

    h2 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 1.5rem;
    }

    h4 {
      font-weight: 400;
      text-transform: uppercase;
    }

    p {
      color: #909090;
    }

    .form-control {
      border-radius: 0;
    }

    .vacancy {
      padding: 0;
      margin: 0;

      li {
        list-style: none;
        margin-bottom: 0.5rem;

        a {
          text-decoration: none;
          background-color: #8b9dc9;
          border-radius: 0.5rem;
          padding: 0.5rem;
          color: #fff;
          width: 100%;
        }
      }
    }

    .careers-cont {
      margin-bottom: 2rem;
    }

    .contact-cont {
      margin-bottom: 2rem;

      .map-responsive {
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
        height: 0;
      }

      .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
      }
    }

    .contact-cont.contact-details {
      a {
        color: #545454;
        text-decoration: none;
      }

      a:hover {
        color: #3b3b3b;
      }

      strong {
        font-weight: 400;
        color: #545454;
      }
    }
  }
}

/* Animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-20%);
  }
}

@media (min-width: 992px) {
  header {
    position: fixed;

    .navbar {
      /* background-color: transparent; */

      .main-nav {
        .navbar-brand {
          width: 10%;
        }
      }
    }
  }

  .hero {
    .hero-slider-owlcarousel {
      .item {
        .slide {
          .title {
            padding: unset;
          }
        }

        .mobile_slide {
          display: none;
        }

        .desktop_slide {
          display: flex;
        }
      }
    }
  }

  .solar-energy {
    background-size: contain;

    .solarenergy-title-cont {
      display: flex;
      align-items: center;
      justify-content: end;

      .title {
        text-align: end;

        h2 {
          font-size: 5rem;
          margin-bottom: -3rem;
        }
      }
    }

    .solarenergy-text-cont {
      border-left: 1px solid #fff;
    }

    .solarenergy-itm-cont {
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-left: 0rem;
      margin-right: 0rem;

      .solarenergy-itm {
        margin-bottom: unset;
      }
    }

    .get-quote-cont {
      .get-quote-itm {
        .button {
          font-size: 1.7rem;
        }
      }
    }
  }

  .work-withus-cont {
    .work-withus-form {
      padding: 5rem 4rem;
    }
  }

  footer {
    .contact {
      margin-bottom: 1rem;

      .image {
        display: flex;
        align-items: center;
        justify-content: end;
        margin-bottom: 0;
      }

      .details {
        text-align: unset;
        border-left: 1px solid #165090;
      }
    }
  }

  .product-cat-sec {
    product-itm-cont {
      margin-bottom: 0;
    }
  }

  .contactus-sec {
    .contactus-itm {
      padding: 2rem;

      h2 {
        font-weight: 300;
        text-transform: uppercase;
        font-size: 1.95rem;
      }

      .careers-cont {
        margin-bottom: 0;
      }

      .contact-cont {
        margin-bottom: 0;
      }
    }
  }
}
