﻿:root {
    /* --primary-font-color: #44bd32;
    --secondary-bg-color: #27ae60;
    --color-white: #ffffff;
    --color-primary-black: #020617;
    --dark-primary-color: #009432; */
    --primary-font-color: #d91e18;
    --secondary-bg-color: #a7140f;
    --color-white: #ffffff;
    --color-primary-black: #020617;
    --dark-primary-color: #d91e18;
}
.placeholder-img {
    height: 100px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.spotlight:nth-child(4n + 1),
.spotlight:nth-child(4n + 3) {
    color: #ffffff !important;
}
.spotlight-header {
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1em;
}

.spotlight:nth-child(4n + 2),
.spotlight:nth-child(4n + 4) {
    color: #fff !important; /* Yellow */
}
.text-main-color {
    color: var(--primary-font-color);
}

.objectivegroup p {
    margin-bottom: 0;
}

.list-group-item:last-child {
    border-bottom: none !important;
}

.img-block-wrapper {
    width: 100%;
    height: 20px;
    object-fit: contain;
}
.bg-secondary-block {
    background-color: var(--secondary-bg-color);
}
.tagline-wrapper {
    margin-bottom: 1.5rem;
}
.text-style-tagline {
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.bg-image-block {
    background-image: url("../../custom/images/registerbg.png");
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top left;
    background-color: transparent !important;
}
/* added color to btn */
.btn-register {
    font-size: 0.9375rem !important;
    color: #fff !important;
    font-weight: normal !important;
    align-items: center;
    display: inline-flex;
}
.btn-register span {
    margin-left: 5px;
}
.full-img-spread {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.text-style-tagline {
    /* text-transform: uppercase; */
    justify-content: center;
    align-items: center;
    margin-bottom: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
}
.bg-dark-primary {
    background-color: var(--dark-primary-color);
}
.text-style-muted {
    opacity: 0.75;
}
.divider {
    background-color: #ccc;
    width: 100%;
    height: 1px;
}
.divider-white {
    background-color: #fff;
    width: 100%;
    height: 1px;
}
section {
    padding-left: 6rem;
    padding-right: 6rem;
}
/* For tablets (widths below 992px) */
@media (max-width: 991.98px) {
    section {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* For mobile devices (widths below 768px) */
@media (max-width: 767.98px) {
    section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .navbar .navbar-toggler {
        border: 2px solid var(--bs-white);
        color: var(--bs-white);
    }
    .remove-mt-sm {
        margin-top: 0 !important;
    }
    .button-sm-block {
        width: 100%;
        margin-top: 10px;
    }
    .mobile-spread {
        object-fit: cover;
        width: 100%;
    }
}
/* Header Styles */
.ted-logo {
    width: 48px;
    height: 24px;
}

.tagline {
    font-size: 14px;
    color: #666;
}

.navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 0.5rem 0.8rem;
}

.navbar-nav .nav-link:hover {
    color: #e62b1e;
}

.membership-btn {
    background-color: #e62b1e;
    color: white !important;
    border-radius: 3px;
}

.membership-btn:hover {
    background-color: #d42a1d;
}

.search {
    font-size: 18px;
    cursor: pointer;
}

/* Video Container Styles */
.video-container {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button i {
    font-size: 30px;
    color: #e62b1e;
}

.play-button:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

/* Talk Info Styles */
.talk-info h1 {
    font-size: 32px;
    line-height: 1.2;
}

.speaker-info {
    font-size: 14px;
    color: #666;
}

.speaker-name {
    font-weight: 500;
}

.action-btn {
    color: #666 !important;
    text-decoration: none !important;
    transition: color 0.3s;
}

.action-btn:hover,
.action-btn.active {
    color: #e62b1e !important;
}

.talk-description {
    line-height: 1.8;
}

.start-here {
    color: #e62b1e;
    font-weight: 500;
}

.tag,
.topic {
    font-size: 14px;
    color: #666;
    transition: color 0.3s;
}

.tag:hover,
.topic:hover {
    color: #e62b1e;
    text-decoration: none;
}

/* Sidebar Styles */
.sidebar h2 {
    font-size: 22px;
}

.thumbnail {
    flex-shrink: 0;
    width: 210px;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
}

.talk-meta {
    display: flex;
    flex-direction: column;
}

.talk-meta .date {
    font-size: 12px;
    color: #666;
}

.talk-meta h3 {
    font-size: 16px;
    line-height: 1.3;
    transition: color 0.3s;
}

.talk-meta .speaker {
    font-size: 12px;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .thumbnail {
        width: 150px;
        height: 90px;
    }

    .talk-meta h3 {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .talk-info h1 {
        font-size: 24px;
    }

    .related-talk {
        flex-direction: column;
    }

    .thumbnail {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}
.light-button {
    appearance: none;
    background-color: #fafbfc;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0,
        rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292e;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 20px;
    list-style: none;
    padding: 13px 20px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
}

.light-button:hover {
    background-color: #f3f4f6;
    text-decoration: none;
    transition-duration: 0.1s;
}

.light-button:disabled {
    background-color: #fafbfc;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959da5;
    cursor: default;
}

.light-button:active {
    background-color: #edeff2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
}

.light-button:focus {
    outline: 1px transparent;
}

.light-button:before {
    display: none;
}

.light-button:-webkit-details-marker {
    display: none;
}
.event-img-block {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top;
}
.zoom-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.speakerdata {
    min-height: 80px;
}

.partnerlogo img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.event-cover {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Pseudo-element for overlaying opacity */
.event-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black overlay */
    z-index: 1; /* Put it above the image but below the text */
}
.event-cover-text {
    position: relative;
    z-index: 2; /* Text stays above the image and overlay */
}

.zfix {
    z-index: 3 !important;
}

.offcanvasSpeakersheight {
    height: 80vh !important;
}

#offcanvasSpeakers .profile-container {
    overflow: hidden;
    position: relative;
}
#offcanvasSpeakers .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 24px;
}
#offcanvasSpeakers .profile-header {
    padding-bottom: 5rem;
}
#offcanvasSpeakers .profile-name {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}
#offcanvasSpeakers .profile-title {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 0;
}
#offcanvasSpeakers .profile-company {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0;
}
#offcanvasSpeakers .profile-department {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}
#offcanvasSpeakers .profile-bio {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin-top: 20px;
}
#offcanvasSpeakers .profile-image-container {
    /* background-color: #f0c14b; */
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
#offcanvasSpeakers .profile-image {
    width: auto;
    height: 400px;
    object-fit: cover;
}
#offcanvasSpeakers .photo-credit {
    text-align: right;
    font-size: 0.8rem;
    color: #777;
    margin-top: 5px;
}
#offcanvasSpeakers .event-section {
    background-color: #1e2a35;
    color: white;
    padding: 40px 50px;
    margin-top: 50px;
}
#offcanvasSpeakers .event-title {
    font-size: 2.2rem;
    font-weight: 400;
    color: #ffffff !important;
}
#offcanvasSpeakers .event-name {
    font-weight: 700;
    color: #ffffff !important;
}
#offcanvasSpeakers .event-description {
    font-size: 1.1rem;
    margin-bottom: 25px;
    color: #ffffff !important;
}
#offcanvasSpeakers .apply-btn {
    background-color: #e0e0e0;
    color: #333;
    border: none;
    padding: 10px 25px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
}
#offcanvasSpeakers .apply-btn:hover {
    background-color: #d0d0d0;
}

.bg-green-block {
    background-color: #008008;
}
.focalarea-img {
    height: 4rem;
    line-height: 4rem;
    width: 4rem;
}
/*----------------------------------*/
/* Social Horizontal */
/*----------------------------------*/
.social-horizontal-wrapper {
    /* Social Dark */
}
.social-horizontal-wrapper .social-info-list {
    padding: 0;
    margin: 0;
    display: flex;
    list-style-type: none;
    border: 1px solid #eeeeee;
}
.social-horizontal-wrapper .social-info-list li {
    flex: 2;
    text-align: center;
    border-bottom: none;
    border-right: 1px solid #eeeeee;
}
.social-horizontal-wrapper .social-info-list li a {
    display: block;
    width: 100%;
    padding: 40px 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.social-horizontal-wrapper .social-info-list li a i {
    position: absolute;
    font-size: 55px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.social-horizontal-wrapper .social-info-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: all 0.4s ease-in-out;
    background-color: #008008;
}
.social-horizontal-wrapper .social-info-list li a:hover i {
    opacity: 1;
    visibility: visible;
}
.social-horizontal-wrapper .social-info-list li a:hover:before {
    height: 100%;
}
.social-horizontal-wrapper .social-info-list li:last-child {
    border-right: none;
}
.social-horizontal-wrapper.social-horizontal-dark .social-info-list {
    border-color: rgba(255, 255, 255, 0.12);
}
.social-horizontal-wrapper.social-horizontal-dark .social-info-list li {
    border-right-color: rgba(255, 255, 255, 0.12);
}
.social-horizontal-wrapper.social-horizontal-dark .social-info-list li a {
    color: #ffffff;
}

/*************************
       Responsive
*************************/
@media (max-width: 1199px) {
    .social-icon.social-icon-style-02 ul li.social-label {
        padding-right: 40px;
        margin-right: inherit;
    }
}

@media (max-width: 767px) {
    .social-icon ul li {
        margin: 0 8px;
    }
    .social-icon ul li.social-label {
        padding-right: 35px;
    }
    .social-icon ul li.social-label:before {
        width: 20px;
    }
}

@media (max-width: 575px) {
    .social-icon ul li.social-label {
        padding-right: 30px;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    .social-icon.social-icon-style-02 ul {
        flex-wrap: wrap;
    }
    .social-icon.social-icon-style-02 ul li {
        margin: 0 12px 0 0;
    }
    .social-icon.social-icon-style-02 ul li.social-label {
        margin-bottom: 5px;
        width: 100%;
        padding-right: 0;
    }
    .social-icon.social-icon-style-02 ul li.social-label:before {
        display: none;
    }
}
.disabled-btn {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.topnavbar {
    background-color: #f2f5f1;
}
.topnavbar .breadcrumb {
    padding-top: 2rem;
    margin-bottom: 0;
    background-color: transparent;
}

.topnavbar .breadcrumb-item a {
    color: #6c757d;
    text-decoration: none;
}

.topnavbar .breadcrumb-item.active {
    color: #6c757d;
}

.topnavbar .contact-title {
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 0rem;
    color: #212529;
}

.topnavbar .contact-subtitle {
    color: #6c757d;
}

.contactblock .material-symbols-outlined {
    font-size: 24px;
    color: #1e5245;
    vertical-align: middle;
}

/* Contact options styling */
.contactblock .contact-option {
    background-color: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contactblock .contact-option:hover {
    background-color: #f0f0f0;
}

.contactblock .icon-container {
    color: #1e5245;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactblock .arrow-icon {
    color: #1e5245;
}

/* Form styling */
.contactblock .contact-form-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.contactblock .form-header {
    background-color: #1e5245;
    color: white;
}

.contactblock .text-light-green {
    color: #a3e635;
}

.contactblock .form-body {
    background-color: white;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.contactblock .form-control {
    padding: 0.75rem;
    border: 1px solid #ddd;
}

.contactblock .form-control:focus {
    border-color: #1e5245;
    box-shadow: 0 0 0 0.25rem rgba(30, 82, 69, 0.25);
}

.contactblock .btn-submit {
    background-color: #a3e635;
    color: #333;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contactblock .btn-submit:hover {
    background-color: #94d82d;
}

.contactblock .privacy-notice a {
    color: #1e5245;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .contactblock .contact-form-container {
        margin-top: 2rem;
    }
}

.contactblock .fw-medium {
    font-weight: 500;
}

.contactblock .paper-plane-icon .material-symbols-outlined {
    color: #a3e635;
}

.topnavbar hr {
    border-color: #fff;
}

.homeimg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.homeimageblock {
    padding: 0 !important;
    overflow: hidden;
}

.logos-3 .grid-item:after,
.logos-4 .grid-item:after {
    border-bottom: 1px solid rgba(221, 221, 221, 0.8);
    bottom: -1px;
    width: 100%;
}
[class*="logos-"] .grid-item {
    margin-bottom: 0;
    text-align: center;
}
.logos-1 [class*="content-grid"] {
    margin-top: -2rem;
    margin-bottom: -2rem;
}
.logos-1 a,
.logos-1 span {
    padding: 2rem 0;
    display: block;
    opacity: 1;
}
.logos-1 a:hover {
    opacity: 0.5;
}
.logos-2 {
    background-image: url(../images/slider/slide-5-fw@2x.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.logos-2 .grid-item {
    padding: 0 0 1px 1px;
}
.logos-2 a,
.logos-2 span {
    width: 100%;
    padding: 5rem 1.5rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    opacity: 1;
    display: block;
}
.logos-2 a:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.logos-3 .grid-item {
    padding: 0;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    position: relative;
}
.logos-3 .grid-item:after,
.logos-3 .grid-item:before {
    content: "";
    position: absolute;
}
.logos-3 .grid-item:before {
    height: 100%;
    border-left: 1px solid #ddd;
    top: 0;
    left: -1px;
}
.logos-3 .grid-item:after {
    left: 0;
}
.logos-3 a,
.logos-3 span {
    width: 100%;
    padding: 5rem 1.5rem;
    opacity: 1;
    display: block;
}
.logos-3 a:hover {
    background-color: #ddd;
}
.logos-4 [class*="content-grid"] {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
.logos-4 .grid-item {
    padding: 0;
    position: relative;
}
.logos-4 .grid-item:after,
.logos-4 .grid-item:before {
    content: "";
    position: absolute;
    z-index: 1;
}
.logos-4 .grid-item:before {
    height: 100%;
    border-left: 1px solid rgba(221, 221, 221, 0.5);
    top: 0;
    left: -1px;
}
.logos-4 .grid-item:after {
    left: 0;
}
.fullscreen-section,
.fullscreen-sections-wrapper {
    position: relative;
    z-index: 0;
}
.logos-4 a,
.logos-4 span {
    width: 100%;
    padding: 2rem 1.5rem;
    opacity: 1;
    display: block;
}
.logos-4 a:hover {
    opacity: 0.5;
}
.logo-slider {
    min-height: 10rem;
}
.logo-slider .tms-pagination {
    bottom: 0;
}
.logo-slider .tms-bullet-nav {
    background-color: #333;
}
.logo-slider .tms-content-scalable {
    padding-bottom: 0;
}
@media only screen and (max-width: 960px) {
    [class*="logos-"] {
        height: auto;
    }
    [class*="logos-"] .grid-item {
        width: 33.3333%;
    }
    .logos-2 a,
    .logos-2 span {
        padding: 4.5rem 1.5rem;
    }
}
@media only screen and (max-width: 768px) {
    [class*="logos-"] .grid-item {
        width: 33.3333%;
    }
    .logos-2 a,
    .logos-2 span,
    .logos-3 a,
    .logos-3 span,
    .logos-4 a,
    .logos-4 span {
        padding: 3rem 1.5rem;
    }
}
@media only screen and (max-width: 480px) {
    [class*="logos-"] .grid-item {
        width: 50%;
    }
    .logos-2 a,
    .logos-2 span,
    .logos-3 a,
    .logos-3 span,
    .logos-4 a,
    .logos-4 span {
        padding: 2rem 1.5rem;
    }
}
.h-150 {
    height: 150px;
    overflow: hidden;
}
.h-200 {
    height: 200px;
    overflow: hidden;
}
.no-padding-margin {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
.horizon img {
    height: 120px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.section--singular2 {
    overflow: hidden;
}

/* Pagination Styling */
.pagination {
    margin-bottom: 0;
}

.pagination .page-link {
    color: #000;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.75rem;
    margin: 0 2px;
    border-radius: 0.375rem;
    transition: all 0.15s ease-in-out;
}

.pagination .page-link:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination .page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
