/*
	Theme Name: News
	Description: InsideTelecom 2024
	Version: 3.0.0
	Author: InsideTelecom
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

.submenu-image-holder {
  height: 116px;
}
.submenu-image {
  height: 100%;
  object-fit: cover;
}

.mega-menu-links {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  text-align: center;
}

.mega-menu-links a {
  color: #ffffff;
  padding: 0 3px;
}

.mega-menu-links a:hover {
  color: #2d95e3;
}

.social-whatsapp {
  background-color: #25d366;
}

.social-whatsapp:hover {
  background-color: #1ea951;
}

.social-x {
  background-color: #171821;
  display: flex;
  align-items: center;
  justify-content: center;
}

.it-cover {
  height: 100%;
  object-fit: cover;
  min-height: auto;
}

.two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: pretty;
}

.three-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  text-wrap: pretty;
}

#owl-partners .owl-stage {
  display: flex;
  align-items: center;
  gap: 50px;
}

.circle-holder {
  width: 70px;
}

.page-numbers {
  font-size: 15px;
  display: inline-block;
  width: 30px;
  height: 32px;
  line-height: 32px;
  margin-right: 2px;
  text-align: center;
  color: #171821;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 5px;
}

.page-numbers.current,
a.page-numbers:hover {
  background-color: #2d95e3;
  color: #fff;
  border-color: transparent;
}

.media-partner {
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.wpcf7-not-valid-tip {
  margin-top: -20px;
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  padding-left: 0;
  margin-top: 10px;
}

.thumb-169 {
  aspect-ratio: 16/9;
}
.dark-bg {
  background-color: #000000;
}

.content-box.dark {
  background-color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.dark-bg a,
.dark-bg h1 {
  color: #ffffff;
}

.content-box .entry__meta-holder {
  margin-top: 0;
}

blockquote {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

blockquote p {
  font-size: 28px;
}

.wp-block-list li {
  margin-bottom: 15px;
}

.border {
  border: 1px solid #00000030;
}

.social__text {
  margin-left: 5px;
}

footer .socials--large a {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

@media only screen and (max-width: 767px) {
  .caption-picture {
    font-size: 10px;
  }
}

.sticky-whatsapp-channel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.sticky-whatsapp-channel__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  transition: transform 0.25s ease;
}

.sticky-whatsapp-channel__icon img {
  width: 56px;
  height: 56px;
  display: block;
}

.sticky-whatsapp-channel__label {
  background-color: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 11px 14px;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(8px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.sticky-whatsapp-channel:hover .sticky-whatsapp-channel__label {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.sticky-whatsapp-channel:hover .sticky-whatsapp-channel__icon {
  transform: translateY(-3px) scale(1.04);
}

.libutton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px;
  text-align: center;
  outline: none;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 200px;
  height: 32px;
  border-radius: 16px;
  background-color: #0a66c2;
  font-family: "SF Pro Text", Helvetica, sans-serif;
}

/* Mobile */
@media (max-width: 767px) {
  .sticky-whatsapp-channel {
    right: 16px;
    bottom: 16px;
    gap: 8px;
  }

  .sticky-whatsapp-channel__icon {
    width: 52px;
    height: 52px;
  }

  .sticky-whatsapp-channel__icon img {
    width: 52px;
    height: 52px;
  }

  .sticky-whatsapp-channel__label {
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: 13px;
    padding: 10px 12px;
  }

  .sticky-whatsapp-channel__label {
    font-size: 0;
  }

  .sticky-whatsapp-channel__label::after {
    content: "Join";
    font-size: 13px;
  }
}
