/* Siddharth Sriram — Kerge dark customisations */

.header .my-photo img,
.mobile-header-image img {
  object-fit: cover;
  object-position: center 18%;
}

.header .my-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {
  .mobile-logo-container {
    display: none !important;
  }

  .mobile-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .menu-toggle {
    float: none;
    margin: 0;
  }
}

.section-inner.start-page-full-width .inner-content .fill-block {
  background-image: linear-gradient(160deg, rgba(0, 153, 229, 0.05), rgba(17, 17, 17, 0.12)), url(../images/sid-about.png);
  background-position: center 68%;
}

.section-inner.start-page-full-width .inner-content .fill-block.fill-urban {
  background-image: linear-gradient(160deg, rgba(0, 153, 229, 0.12), rgba(17, 17, 17, 0.22)), url(../images/sid-buses-web.jpg);
  background-position: center 55%;
}

.section-inner.start-page-full-width .inner-content .fill-block.fill-music {
  background-image: linear-gradient(160deg, rgba(0, 153, 229, 0.12), rgba(17, 17, 17, 0.22)), url(../images/sid-piano.jpg);
  background-position: center 40%;
}

.lm-info-block.gray-bg h4,
.lm-info-block.gray-bg i {
  color: #111;
}

.info-list li .title {
  color: #fff !important;
}

.lm-info-block h4 a {
  color: inherit;
}

.hp-buttons .btn {
  margin: 0 10px 10px 0;
}

.hp-buttons .btn i {
  margin-right: 8px;
}

.skill-percentage.skill-1 { width: 95%; }
.skill-percentage.skill-2 { width: 90%; }
.skill-percentage.skill-3 { width: 82%; }
.skill-percentage.skill-4 { width: 80%; }
.skill-percentage.skill-5 { width: 78%; }

.client-block {
  opacity: 1 !important;
  background: transparent;
  border-radius: 0;
  padding: 8px 6px !important;
  margin-bottom: 0;
}

.clients.owl-carousel .owl-item img,
.client-block img {
  display: block;
  height: 56px !important;
  width: auto !important;
  max-width: 160px !important;
  margin: 0 auto 8px;
  opacity: 1;
}

.org-name {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.clients.owl-carousel,
.testimonials.owl-carousel {
  display: block;
}

.testimonial-picture img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.video-card {
  background: #333;
  border: 1px solid #444;
  padding: 20px;
  margin-bottom: 28px;
}

.video-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
}

.video-card p {
  color: #aaa;
  margin-bottom: 14px;
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #111;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.yt-thumb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(118px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.yt-thumb {
  display: block;
  background: #2b2b2b;
  border: 1px solid #444;
  color: #ddd;
  text-decoration: none;
  overflow: hidden;
}

.yt-thumb:hover {
  border-color: #0099e5;
  color: #fff;
}

.yt-thumb-img {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111;
}

.yt-thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-thumb-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.3;
  padding: 6px 7px 8px;
}

.lmpixels-map iframe {
  width: 100%;
  height: 140px;
  border: 0;
}

.map-facade {
  position: relative;
  width: 100%;
  height: 140px;
  background: #2a2a2a url(../images/sid-buses-web.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-facade::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.45);
}

.map-facade-btn {
  position: relative;
  z-index: 1;
  background: #0099e5;
  color: #fff;
  border: 0;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 13px;
}

.map-facade-btn:hover {
  background: #0088cc;
}

.video-facade {
  cursor: pointer;
  background: #111;
}

.video-facade img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-facade::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 58px;
  height: 40px;
  margin: -20px 0 0 -29px;
  background: #ff0000;
  border-radius: 10px;
  pointer-events: none;
}

.video-facade::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  margin: -7px 0 0 -5px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
  pointer-events: none;
}

.gcse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gcse-grid li {
  color: #aaa;
  font-size: 13px;
}

@media (max-width: 575px) {
  .gcse-grid {
    grid-template-columns: 1fr;
  }
}
