/* .header-nav .nav>li>a {
    padding: 35px 9px !important;
} */
/* @media only screen and (max-width: 991px) {
    .header-style-2 .header-2-nav {
        display: none;
    }
} */

.counter-outer .counter {
    color: #fff
}

/* .site-text-secondry {
    color: #fff !important;
} */

.service-box-style2 .service-title-large {
    padding: 0px 20px;
}

.footer-style3 .footer-bottom {
    text-align: center;
}

.footer-dark .social-icons li a {
    width: 35px !important;
    height: 35p !important;
    ;
    line-height: 35px !important;
}

.footer-dark .footer-top {
    background-color: #062635;
}

.wt-small-separator div {
    color: #000
}

.team-name {
    font-size: 16px;
    font-weight: 500;
}

.footer-top .widget-title {
    color: #fff !important;
}

.widget_address li i {
    color: #fff !important;
}

.participant {
    padding: 9px;
}

.about-max-two .about-max-two-media {
    padding: 30px 30px;
}

.service-box-title span {
    font-size: 25px;
    display: block;
    text-align: left;
    line-height: 25px;
}

.service-box-1 {
    position: relative;
    padding: 16px 4px;
}

.service-box-title {
    border-left: 5px solid #ff5e15;
    padding-left: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}

.org-img {
    height: 150px !important;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.popup h2 {
    margin-bottom: 20px;
}

.popup button {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.popup .book-space {
    background: #28a745;
    color: white;
}

.popup .visitor-reg {
    background: #dc3545;
    color: white;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}

.overlay1 {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.site-footer .widget_services ul li a:hover {
    color: #fff !important
}

.site-footer .widget_services ul li {
    font-size: 16px !important;
}

.bg-body {
    background-color: #fff !important;
}

.wt-bnr-inr {
    height: 360px !important
}

.home-contact-section {
    box-shadow: inset 14px 11px 8px -28px #CCC, inset 0px -1px 23px 14px #CCC;
}

.header-style-2 .logo-header {
    padding: 6px 0 !important
}

.wt-breadcrumb li a {
    color: #054664 !important;
}

.team-name {
    font-size: 22px !important
}

.wt-team-1 .team-position {
    font-size: 17px;
    line-height: 18px;
}

.wt-team-1 .wt-info {
    height: 170px !important
}

.section-full{
 overflow: hidden; 
}




@media only screen and (max-width: 540px) {
    .team-name {
        font-size: 19px !important;
    }.wt-team-1 .wt-info {
        padding:12px 6px;
        height: 130px !important;
    }
    .wt-topbar-info-2{
        display: flex;
    }
    .header-style-2 .top-bar .wt-topbar-right .wt-topbar-info-2 li:last-child {
        margin-left: 22px;
    }
}
.fade-in-left.active {
    animation: fadeInLeft 1s ease-out forwards;
}

.fade-in-up.active {
    animation: fadeInUp 1s ease-out forwards;
}

fadeInUp animation {
    transform: translateY(0px);
    opacity: 1;
}
/* ------download brochure----- */
/* Overlay Background */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}

/* Popup Form Container */
.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    background-color: #ffffff;
    padding: 25px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

/* Form Headline */
.popup-form h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
    text-align: center;
}

/* Form Labels */
.popup-form label {
    display: block;
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #555;
}

/* Form Inputs */
.popup-form input[type="text"],
.popup-form input[type="email"],
.popup-form input[type="tel"],
.popup-form select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
        margin: 5px 0px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

/* Submit and Close Buttons */
.popup-form input[type="submit"],
.popup-form button[type="button"] {
    margin-top: 15px;
    padding: 10px 15px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
}

.popup-form button[type="button"] {
    background-color: #6c757d;
}

.popup-form input[type="submit"]:hover {
    background-color: #0056b3;
}

.popup-form button[type="button"]:hover {
    background-color: #5a6268;
}

/* Thank You Message */
#thankYouMessage {
    text-align: center;
    font-size: 16px;
    color: green;
    margin-top: 20px;
}

.site-button 
{
        padding: 15px 16px !important
        ;
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-500px);
    }
    to {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
}



/* -----speaker---- */
@media (min-width: 576px) {
    .speaker {
        border-style: none;
        height: 230px !important;
    }
}
    .project-1-inner-pic:after {
        position: absolute;
        content: '';
        border: 6px solid #a33234;
        right: -260px;
        bottom: -22px;
        left: 16px;
        top: 52px;
        width: 100%;
        z-index: -1;
    }

    .project-1-inner-media {
    max-width: 370px;
    float: left;
    position: relative;
    z-index: 1;
    margin-right: 30px;
}
.project-1-inner-pic:after {
    position: absolute;
    content: '';
    border: 6px solid #a33234;
    right: -30px;
    bottom: -30px;
    left: 30px;
    top: 30px;
    width: 100%;
    z-index: -1;
}
.project-1-inner-info {
    text-align: center;
}
.project-1-inner-info {
    overflow: hidden;
    padding: 40px 0px 20px 30px;
}
.project-1-inner-info h3 {
    font-size: 18px;
    font-weight: 800;
}
.project-1-inner-info p {
   font-size: 14px;
    font-weight: 500;
}