html, body{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.hero-header-custom {
    position: relative;
    padding-top: 5rem;
}

.hero-text-container {
    margin-top: -100px;
}

.hero-title {
    margin-bottom: 15px;
    color: #000000;
}

.play-video-text {
    color: var(--primary);
}

.section-title-secondary {
    color: var(--primary);
}

.button-row {
    height: 160px;
}

.button-container {
    height: 150px;
}

.section-title-custom {
    /* max-width: 600px; */
}

.about-us-image-container {
    min-height: 400px;
}

.about-us-card-image {
    object-fit: cover;
    border-radius: 0px;
}

.info-box {
    width: 90px;
    height: 90px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    border-radius: 0px;
    background-color: var(--primary) !important;
}

.info-box-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.carousel-custom {
    width: 800px;
    height: 380px;
}

.carousel-inner-custom {
    height: 100%;
}

.carousel-item-custom {
    height: 100%;
}

.carousel-image {
    border-radius: 0;
    height: 100%;
}

.carousel-control-prev,
.carousel-control-next {
    color: dark;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: dark;
}

.service-container {
    margin-bottom: 135px;
}

.service-box h4 {
    font-size: 1.5rem;
}

.service-box a {
    opacity: 0.85;
}

.vision-section-title {
    /* max-width: 600px; */
}

.mission-section-title {
    /* max-width: 600px; */
}

.mission-text-container {
    /* max-width: 750px; */
}

.mission-text-inner-container {
    /* max-width: 600px; */
}

.mission-text {
    text-align: center;
}
/* Apply Oswald font only to headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', Arial, Helvetica, sans-serif !important;
}

button {
  font-size: 14px;
}



h1, h2, .font-weight-bold {
  font-weight: 700 !important;
}

h3, h4, .font-weight-semi-bold {
  font-weight: 600 !important;
}

h5, h6, .font-weight-medium {
  font-weight: 500 !important;
}

.btn {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #111 !important; /* black text */
}

.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #111 !important; /* black text */
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #e67c00 !important; /* slightly darker orange for hover */
  border-color: #e67c00 !important;
  color: #111 !important;
}

/* Black outline for primary buttons (for use on orange backgrounds) */
.btn-primary-outline-black {
  border: 1px solid #111 !important; /* match parent container outline weight */
  color: #111 !important;
  background-color: var(--primary) !important;
  border-radius: 0 !important; /* remove corner radius */
}
.btn-primary-outline-black:hover, .btn-primary-outline-black:focus {
  background-color: #fff !important;
  color: var(--primary) !important;
  border-color: var(--primary) !important;
  border-radius: 0 !important;
}

.btn-hero-link {
  background-color: #fff8ef !important; /* updated off-white */
  color: #222 !important;
  border: 1.5px solid #e0ded9 !important;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background 0.2s, color 0.2s, border 0.2s;
  border-radius: 0 !important;
  width: 85% !important;
  margin-left: auto;
  margin-right: auto;
}
.btn-hero-link:hover, .btn-hero-link:focus {
  background-color: #eceae6 !important;
  color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.border-inner {
  position: relative;
}

.border-inner * {
  position: relative;
  z-index: 1;
}

.border-inner::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: none;
  border: 1px solid var(--light);
  z-index: 0;
}

.btn-square {
  width: 40px;
  height: 40px;
}

.btn-sm-square {
  width: 30px;
  height: 30px;
}

.btn-lg-square {
  width: 50px;
  height: 50px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 0;
  border-radius: 0;
  z-index: 99;
}



.hero-header {
  background: url(../img/Professional%20radio%20Host.jpg) top right no-repeat;
  background-size: cover;
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 26px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: #FFFFFF;
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: -1px;
  border-left: 16px solid var(--primary);
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 10px;
  left: 50%;
  bottom: 0;
  margin-left: -30px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 2px;
  left: 50%;
  bottom: 4px;
  margin-left: -90px;
  background: var(--primary);
}

.service::after, .contact::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  top: 135px;
  left: 0;
  background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(/assets/img/img/service.jpg?h=5447f7809c5a240dbf5af68cf825ae11) center center no-repeat;
  background-size: cover;
  z-index: -1;
}

.contact::after {
  background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(/assets/img/img/bg.jpg?h=5447f7809c5a240dbf5af68cf825ae11) center center no-repeat;
  background-size: cover;
}

.bg-offer {
  background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(/assets/img/img/87355303.png?h=ab08cc277aa5e0f2466027896d8bc518) center center no-repeat;
  background-size: cover;
}


.bg-img {
  background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(/assets/img/img/bg.jpg?h=5447f7809c5a240dbf5af68cf825ae11) center center no-repeat;
  background-size: cover;
}

.dropdown-menu {
    background-color: #ffffff; /* White background as requested */
    border-radius: 0px; /* 0px corner radius as requested */
    border: none;
}

.dropdown-item {
    font-family: 'Oswald', sans-serif; /* Apply Oswald font */
    color: #000000; /* Black text for better contrast on white background */
    padding: 10px 20px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: var(--primary); /* Orange color for hover effect */
    color: #ffffff; /* White text on hover */
}

.navbar-custom-bg {
    background-color: #2B2825;
}

.btn-verified-badge {
    position: absolute;
    right: 0;
    top: 25px;
    font-family: 'Lato', sans-serif;
    font-size: 0.7rem;
    padding: 0.1rem 0.4rem;
    border-radius: 1px;
    background-color: rgba(40, 167, 69, 0.9); /* Green background with opacity */
    color: white;
}

.verified-badge-text {
    font-weight: bold;
}

.verified-badge-icon {
    color: white;
}

  .area-button {
    font-family: 'Oswald', sans-serif;
    color: var(--primary);
    border-color: var(--primary);
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 5px;
    text-decoration: underline;
    transition: all 0.3s ease;
  }

.area-button:hover,
.area-button:focus {
    background-color: var(--primary) !important;
    color: black !important;
}

.area-button:focus,
.area-button:active,
.area-button[aria-expanded="true"] {
    background-color: transparent !important;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    box-shadow: none !important;
}

