.cust-logo h1 {
  font-size: 30px;
  margin-left: 20px;
  color: var(--main-color);
  font-weight: 900;
}
.cust-logo h1 span {
  display: block;
  font-size: 12px;
  color: var(--primary-color);
  line-height: 18px;
  font-weight: 500;
}
.cust-logo h1 span:last-child {
  font-size: 16px;
  color: var(--main-color);
  font-weight: 600;
}
/* =============================================
   Blue Theme
   Primary:   #1e3a8a (Deep Navy)
   Main:      #2563eb (Vivid Blue)
   Accent:    #1d4ed8 (Royal Blue)
   Secondary: #f9f5ec (Ice Blue)
=============================================== */

/* Section backgrounds */
.sis-comman-background {
  background-color: #f9f5ec;
  background-image: url("../images/grid-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.sis-comman-bg {
  background-color: #f9f5ec !important;
}

/* Pricing section */
.sisf-page-bg {
  background: #f8faff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Why Attend gradient */
.sis-why-attend-bg {
  background-color: transparent;
  background-image: linear-gradient(180deg, #f9f5ec 50%, #2563eb 120%);
}

/* Event countdown */
.sis-event-countdown-bg {
  background-color: #1e3a8a;
}

/* Event countdown right panel */
.sis-event-countdown-right {
  background-image: linear-gradient(205deg, #2563eb -7%, #1d4ed8 97%);
}

/* Preloader */
.sis-preloader {
  background-color: #0d2237;
}

/* Scrollbar */
::-webkit-scrollbar-track {
  background: #1e3a8a;
}
::-webkit-scrollbar-thumb {
  background: #2563eb;
}

/* Pricing table badge */
.sisf-sis-pricing-table .sis-title.sisf-e-colored,
.sisf-sis-pricing-table.sis-comman-background .sis-title.text-white {
  background-color: rgba(37, 99, 235, 0.15);
}

/* Hero overlay */
.sis-hero .sis-hero-bg-video::before {
  background-image: radial-gradient(at top center, #1e3a8a 41%, #1d4ed8 100%);
}

/* Sticky header */
.sis-main-header .sis-header-sticky.active {
  background: #1e3a8a;
}

/* Dropdown menu */
.sis-main-menu ul ul {
  background-color: #1e3a8a;
  border: 1px solid #2563eb;
}

/* Button hover */
.sis-btn-default:hover {
  background-color: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
}
.testimonial-right .sisf-e-media-image img {
  width: 52px !important;
}
.sis-about-us-section .sis-section-title h2 {
  font-size: 20px;
  line-height: 30px;
}
.sis-about-us-section .sis-section-title h2 span {
  font-size: 42px;
}
.sisf-why-attend-content .sisf-sis-e-title h3 {
  font-size: 20px;
  line-height: 28px;
}
.sisf-about-image-left img {
  border: 10px solid var(--main-color);
  border-radius: 50px 100px;
}
.sis-gallery-item .sis-image-anime img {
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 10px 60px;
}
.sis-m-page-list-contents ul li {
  margin-bottom: 15px;
  color: var(--text-color);
  font-weight: normal;
}
.service-detail-custom h3 {
  margin-bottom: 20px;
}
.service-detail-custom ul {
  padding-left: 15px;
}
.service-detail-custom ul li {
  margin-bottom: 5px;
}
.service-detail-custom ul li::marker {
  color: var(--main-color);
}
@media only screen and (max-width: 767px) {
  .cust-logo h1 {
    font-size: 24px;
    margin-left: 0px;
    color: var(--white-color);
    text-wrap: wrap;
  }
  .cust-logo h1 span {
    display: block;
    font-size: 10px;
    color: var(--white-color);
    line-height: 16px;
  }
  .cust-logo h1 span:last-child {
    font-size: 12px;
    color: var(--main-color);
  }
  .navbar-toggle {
    flex-shrink: 0;
  }
  .sisf-header-logo-link.navbar-brand {
    max-width: 80%;
  }
  .hero-content .sis-section-title p {
    font-size: 17px;
    line-height: 28px;
  }
  .home-slider .hero-slider-layout .hero-slide {
    min-height: 530px;
  }
  .sis-scroll-content .sis-contents span {
    font-size: 16px;
  }
  .sis-about-us-section .sis-section-title h2 span {
    font-size: 34px;
    display: block;
    line-height: 42px;
  }
  .sis-about-us-section .sis-section-title h2 {
    font-size: 14px;
    line-height: 21px;
  }
  .sis-professional-network-part .sis-reveal img {
    width: 160px;
    height: auto;
    border-radius: 50%;
    border: 5px solid var(--white-color);
    object-fit: cover;
    object-position: top center;
  }
  .sis-footer-left-image {
    margin-top: 0;
  }
  .sis-back-to-top {
    right: 10px;
  }
  .footer-copyright-text p {
    font-size: 14px;
  }
  .sis-hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img {
    width: 132%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    max-width: none;
  }
  .sisf-m-text p {
    text-align: justify;
  }
  .sisf-sis-pricing-table .sisf-m-price .sisf-m-price-wrapper {
    font-size: 21px;
    line-height: normal;
  }
  .sis-pricing-subtitle .sis-title.text-end {
    display: none;
  }
  .testimonial-right.page .sisf-e-inner {
    margin-bottom: 30px;
  }
  .sis-service-detail-page-content .mt-5 {
    margin-top: 0 !important;
  }
}
