.bg-gradient {
    background: linear-gradient(90deg, #EC1E26, #2E3192) !important;
}

.new-theme-btn-one {
    background: #fff;
    padding: 5px 20px 5px 25px !important;
}

.new-theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #000000 !important;
    text-align: center;
    padding: 14px 36px 15px 36px;
    border-radius: 30px;
    z-index: 1;
    transition: all 500ms ease;
}

.new-theme-btn-one:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background: #2E3192;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.new-theme-btn-one:hover {
    color: #fff !important;
}

.new-theme-btn-one:hover:before {
    bottom: -40%;
}

.hdricnwidth {
    width: 38px;
}

.bannerbtnbrdr {
    border: 1px solid #d1d2e5;
}

.hdrsclicnwidth {
    width: 28px;
}

.banner-btn-padd {
    padding: 8px;
}

.banner-btn-padd:before {
    background: none;
}

.iconwidth {
    width: 65px;
}

.dricon {
    border-radius: 50%;
}

.drbtmclass {
    margin-bottom: 10px;
}

.pb-60 {
    padding-bottom: 60px;
}

.tab-btns {
    display: flex;
    flex-wrap: nowrap;
    /* 🔥 MOST IMPORTANT */
    overflow: hidden;
}

.tab-btn {
    flex: 0 0 25%;
    /* 4 cards */
    max-width: 25%;
}

.whyiconwidth {
    width: 50px;
}

.ftricnwidth {
    width: 32px;
}

.responsive-map2 {
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
    height: 0;
    border-radius: 8px;
}

.responsive-map2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.ftracopyright {
    color: #2E3192 !important;
}

.text-red {
    color: #EC1E26;
}

.fs-18 {
    font-size: 18px;
}

.fntweight {
    font-weight: 700;
}

.pb-40 {
    padding-bottom: 40px;
}

.excellentwidth {
    width: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.fw-700 {
    font-weight: 700;
}

.pt-60 {
    padding-top: 60px;
}

.cntcicnwidth {
    width: 40px;
}

.technowidth {
    width: 250px;
}

.table-container {
    max-width: 1100px;
    margin: auto;
    font-family: Arial;
}

table {
    border-collapse: collapse;
}

th {
    background: linear-gradient(90deg, #EC1E26, #2E3192) !important;
    color: white;
}

td,
th {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
}

del {
    color: red;
    font-weight: bold;
}

b {
    color: #2E3192;
    font-size: 16px;
}

tr:nth-child(even) {
    background: #f3f3f3;
    font-weight: 600;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

/* FLOAT BUTTON BASE */

.float-btn {
    position: fixed;
    top: 86%;
    transform: translateY(-50%);
    z-index: 999;
}

.call-btn {
    left: 13px;
}

.whatsapp-btn {
    right: 13px;
}

.float-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgb(24 203 91 / 27%);
    transition: all 0.3s ease;
    position: relative;
}

.call-btn a {
    background: #18cb5b;
}

.whatsapp-btn a {
    background: #25d366;
}

.float-btn svg {
    width: 26px;
    height: 26px;
    fill: white;
}

.float-btn a:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 30px rgba(var(--dark-rgb), 0.35);
}

.call-btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25d366;
    animation: pulse 2s infinite;
    z-index: -1;
}

.whatsapp-btn a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25d366;
    animation: pulse 2s infinite;
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }

    70% {
        transform: scale(1.6);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* MOBILE FLOAT FOOTER */

.mobile-footer {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(var(--dark-rgb), 0.15);
    padding: 8px;
    z-index: 999;
}

.mobile-footer-inner {
    display: flex;
    gap: 10px;
}

.mobile-footer a {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
}

/* CALL BUTTON (Theme Color) */

.mobile-call {
    background: #18cb5b;
}

/* WHATSAPP BUTTON */

.mobile-whatsapp {
    background: #25d366;
}

/* RESPONSIVE */

@media (max-width: 768px) {
    .float-btn {
        display: none;
    }

    .mobile-footer {
        display: block;
    }
}

.text-gradient {
    background: linear-gradient(90deg, #EC1E26, #2E3192);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fs-22 {
    font-size: 22px;
}

.tab-btns {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
}

.tab-btns.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.tab-btns::-webkit-scrollbar {
    display: none;
}

@media(max-width:767px) {

    .tab-btns {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 15px;
        padding-bottom: 10px;
        scroll-behavior: smooth;
    }

    .tab-btns .tab-btn {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        scroll-snap-align: center;
    }

    .tab-btn-box {
        overflow: hidden;
    }

    .tab-btns::-webkit-scrollbar {
        display: none;
    }

}

.tabiconwidth {
    width: 50px;
}

/* overlay optional */
.video-popup {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(.9);
    width: 370px;
    max-width: 92vw;

    background: #fff;
    border-radius: 18px;
    padding: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .28);

    opacity: 0;
    visibility: hidden;
    transition: .5s ease;

    z-index: 999999;
}

/* open state */
.video-popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) scale(1);
}


/* header */
.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px 12px;
}

.popup-header img {
    height: 45px;
}

#closePopup {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(90deg, #EC1E26, #2E3192) !important;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}


/* HOD style video frame */
.popup-body {
    background: #f4f4f4;
    padding: 12px;
    border-radius: 8px;
}

.popup-body video {
    display: block;
    width: 100%;
    aspect-ratio: 9/16;
    object-fit: cover;
    border-radius: 4px;
    background: #000;
}



/* Tablet */
@media(max-width:991px) {

    .video-popup {
        width: 340px;
        right: 15px;
    }

}


/* Mobile */
@media(max-width:768px) {

    .video-popup {
        left: 50%;
        right: auto;
        top: 50%;
        transform: translate(-50%, -50%) scale(.9);
        width: 88vw;
        max-width: 380px;
        padding: 10px;
    }

    .video-popup.show {
        transform: translate(-50%, -50%) scale(1);
    }

    .popup-header img {
        height: 40px;
    }

    .popup-body {
        padding: 10px;
    }

}


/* small phones */
@media(max-width:480px) {

    .video-popup {
        width: 92vw;
        border-radius: 16px;
    }

    .popup-header img {
        height: 34px;
    }

    #closePopup {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .popup-body {
        padding: 8px;
    }

}

.popup-title h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #1d2d5c;
}

.popup-title p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}

.brdrbtmclass {
    border-bottom: 2px solid #fff;
}

/* Media Query Start */

@media only screen and (min-width: 280px) and (max-width: 767px) {
    .main-header .logo-box .logo {
        position: relative;
        max-width: 90px;
        width: 100%;
    }
    .mblpbzero{
        padding-bottom: 0px !important;
    }
    .mblnone{
        display: none !important;
    }
    .about-style-four .content_block_1 .content-box .singl-block {
        border-top: none;
    }
    .about-style-four .content_block_1 .content-box .singl-block .single-item:before {
        background: none
    }
    .about-style-four .content_block_1 .content-box .singl-block .single-item {
        padding-top: 0px !important;
    }
    .mblmtten{
        margin-top: 10px !important;
    }
    .mblmttwenty{
        margin-top: 20px !important;
    }
    .service-style-four .sec-title {
        margin-bottom: 15px;
    }
    .content_block_9 .content-box p {
        margin-bottom: 10px;
    }
    .counter-block-one .inner-box .count-outer {
        position: absolute;
        left: 0px;
        top: 0px;
        font-size: 50px;
        line-height: 50px;
        font-family: 'Barlow', sans-serif;
        color: #ffffff;
        font-weight: 700;
    }
    .counter-block-one .inner-box .text {
        position: relative;
        padding-left: 120px;
    }
    .mblmtthirty{
        margin-top: 40px !important;
    }
    .education-section .sec-title {
        margin-bottom: 26px;
    }
    .content_block_6 .content-box .inner-box .single-item {
        position: relative;
        display: block;
        padding-left: 85px;
        margin-bottom: 26px;
        min-height: 87px;
    }
    .content_block_6 .content-box .inner-box .single-item .icon-box {
        position: absolute;
        display: inline-block;
        left: 0px;
        top: 1px;
        width: 70px;
        height: 70px;
        line-height: 55px;
        background: linear-gradient(90deg, #EC1E26, #2E3192);
        font-size: 40px;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        transition: all 500ms ease;
    }
    .whyiconwidth {
        width: 40px;
    }
    .mblmtzero{
        margin-top: 0px !important;
    }
    .mbljuscntr{
        display: flex !important;
        justify-content: center !important;
    }
    .footer-top .logo-widget .footer-logo .logo {
        max-width: 90px;
        width: 100%;
    }
    .mbljusstart{
        display: flex !important;
        justify-content: start !important;
    }
    .footer-bottom {
        position: relative;
        width: 100%;
        padding: 15px 0px 80px;
    }
    .page-title {
        position: relative;
        width: 100%;
        padding: 70px 0px 80px 0px;
    }
    .page-title .title {
        position: relative;
        display: block;
        margin-bottom: 0px;
    }
    .mblmtfifteen{
        margin-top: 15px !important;
    }
    .mblmbfifteen{
        margin-bottom: 15px !important;
    }
    .mbltxtcntr{
        text-align: center !important;
    }
    .mblpbtwenty{
        padding-bottom: 20px !important;
    }
    .content_block_8 .content-box .sec-title {
        margin-bottom: 18px;
    }
    .mblmttwentyfive{
        margin-top: 25px !important;
    }
    .event-details-content .text h3 {
        margin-bottom: 8px;
    }
    .event-details-content .content-one .image {
        margin-bottom: 15px;
    }
    .events-sidebar h3 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 700;
      margin-bottom: 14px;
    }
    .events-sidebar .single-speaker {
        position: relative;
        display: block;
        padding: 21px 0px 20px 120px;
        min-height: 100px;
        margin-bottom: 20px;
    }
    .events-sidebar .speaker-box {
        position: relative;
        margin-bottom: 32px;
    }
    .team-details .content_block_2 .content-box .text {
        margin-bottom: 35px;
    }
    .journal-section .tabs-box .single-item {
        position: relative;
        display: block;
        background: #fff;
        padding: 25px 20px 15px 20px;
    }
    .mblpbforty{
        padding-bottom: 40px !important;
    }
    .google-map-section .info-section .info-inner .single-info-box .icon-box {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 60px;
        height: 60px;
        line-height: 50px;
        text-align: center;
        font-size: 30px;
        background: #fff;
        border-radius: 50%;
    }
    .google-map-section .info-section .info-inner .single-info-box {
        position: relative;
        display: inline-block;
        float: left;
        width: 30.333%;
        padding-left: 75px;
    }
    .google-map-section .info-section .info-inner {
        position: relative;
        background: linear-gradient(90deg, #EC1E26, #2E3192) !important;
        border-radius: 20px;
        padding: 40px 0px 40px 50px;
    }
    .google-map-section {
        position: relative;
        width: 100%;
        margin-bottom: 30px;
    }
    .google-map-section .info-section .info-inner .single-info-box h4 {
        color: #fff;
        margin-bottom: 5px;
    }
    .mblmbtwenty{
        margin-bottom: 20px !important;
    }
    .mblpbthirty{
        padding-bottom: 30px !important;
    }
    .banner-section.style-two .content-box p {
        display: block;
        font-size: 15px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 20px;
        opacity: 0;
        text-align: center;
    }
    .banner-section.style-two .content-box .btn-box {
        display: flex;
        justify-content: center;
    }
}

/* Media Query End */
