p {
  word-spacing: normal;
  text-align: left;
  color: #505050;
  font-family: 'PolySans Trial Slim';
}

a.logo img {
    width: 100%;
    max-width: 380px;
}

section {
    overflow: hidden !important;
}

form h4 {
    font-family: 'PolySans Trial Heading';
    font-size: 50px;
    line-height: 50px;
    color: #000000;
}

.book-box p {
    font-size: 18px !important;
    line-height: 28px !important;
    text-align: center;
    color: #505050;
    width: 88%;
}

section.publishing.text-center a.btn.btn-orange {
    margin-bottom: 0px;
}

ul.nav.nav-tabs {
    margin-left: 10px;
    margin-right: 10px;
}

section.who {
    padding-left: 10px;
    padding-right: 10px;
}

.who h3 {
    font-size: 28px;
}

section.cta.text-center a.btn.btn-green.btn-orange.fancy {
    margin-bottom: 19px;
}

.custom-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex; justify-content: center; align-items: center;
    z-index: 9999;
    opacity: 0; visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.custom-popup.show {
    opacity: 1; visibility: visible;
}

.custom-popup-content {
    position: relative;
    background: linear-gradient(178deg, #1D4871 0, #1D4871 50%);
    overflow: hidden;
    display: flex;
    max-width: 850px;
    border-radius: 24px;
    width: 95%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(50px);
    opacity: 0;
    transition: all 0.5s ease;
}

.custom-popup.show .custom-popup-content {
    transform: translateY(0);
    opacity: 1;
}

.popup-close-btn {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 26px;
    border-radius: 50px;
    color: #333;
    background: #ffffff;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.2s ease, color 0.2s ease;
}

.popup-close-btn:hover {
    color: #f59055 ; transform: rotate(90deg);
}

.popup-image-side { flex: 1; display: block; }
.popup-image-side img { width: 100%; height: 100%; object-fit: cover; }
.popup-form-side {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.popup-heading {
    font-size: 50px; font-weight: 700;
    margin-bottom: 10px; color: #ffffff;
}

.popup-subtext {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

.popup-form .popup-field { margin-bottom: 15px; }
.popup-form input, .popup-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease;
}

.popup-form input:focus, .popup-form textarea:focus {
    border-color: #007bff;
}

.custom-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.custom-video-thumb,
.custom-video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* === New Play Button === */
.new-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
}

.new-play-inner {
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.play-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
}

.play-icon {
    background: #ff0000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon i {
    color: #fff;
    font-size: 22px;
    margin-left: 3px;
}

/* Hover effect */
.new-play-inner:hover {
    transform: scale(1.05);
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.4);
}

.custom-video-wrapper {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.custom-video-thumb,
.custom-video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

/* === New Play Button === */
.new-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    cursor: pointer;
}

.new-play-inner {
    display: flex;
    align-items: center;
    background: #000;
    border-radius: 50px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    width: 100%;
}

.play-text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-right: 15px;
}

.play-icon {
    background: #ff0000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon i {
    color: #fff;
    font-size: 22px;
    margin-left: 3px;
}

/* Hover Effects */
.new-play-inner:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.4);
}