* {
    font-family: "Barlow", serif;
    font-style: normal;
}
hr {
    margin: 0px !important;
    color: #969696;
}
p {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
}
h1, h1 {
    font-size: calc(1.375rem + 1.5vw);
}
.desktop{
    display: block;
}
.mobile{
    display: none;
}

.heading {
    line-height: 2.6rem;
    font-weight: 600;
}

.heading-2 {
    line-height: 2.0rem;
    font-weight: 600;
    font-size: 1.8rem;
}

.heading-3 {
    line-height: 2.0rem;
    font-weight: 300;
    font-size: 1.8rem;
    width: 100%;
}
.t-box {
    width: 33.33%;
    margin: 0.5rem;
    padding: 1.4rem;
}

.t-no-pad{
    padding: 0;
}

.t-add-pad {
    padding: 2rem;
}
.thirds{
    margin-top: -150px;
}
.bg-light {
    background-color: #FFF !important;
}
.orange {
    background-color: #D74233;
}
.register-btn {
    color: #fff;
    border: none;
    padding: 3px 20px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
}
.container {
    width: 90%;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.bi {
    color: #a8a8a8;
    /* Bootstrap's default grey color */
}
.icon-grey {
    color: #a8a8a8;
    margin-right: 10px;
}
.icon-white {
    color: #FFF;
    margin-right: 10px;
}
.citybox{
    background: #FFF;
    padding: 4px;
}
.citybox .card-body p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 300;
    color: #000;
}
.citybox .card-title {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #000;
}

.bg-header {
    background-color: #0E1720;
}
.logos {
    max-width: 75%;
    font-family: "Barlow", serif;
}
.logos-footer {
    width: 75%;
}

.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.banner-img {
    background-image: url('img/banner-bg.jpg');
}
.delhi-img {
    background-image: url('img/delhi.jpeg');
}
.ahmedabad-img {
    background-image: url('img/ahmedabad.jpeg');
}
.pune-img {
    background-image: url('img/pune.jpeg');
}
.hyderabad-img {
    background-image: url('img/hyderabad.jpeg');
}
.cityimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 180px;
}
.time-img{
    width: 20%;
    margin-bottom: 15px;
}

.time-img-header {
    max-width: 600px;
    margin-right: 20px;
}
.time {
    font-size: 1.4rem;
    line-height: 2.0rem;
    margin-bottom: 0px;
}
.bold-title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 3.0rem;
}
.bold-desc {
    font-weight: 600;
    font-size: 2.6rem;
    line-height: 2.6rem;
    margin-bottom: 5.5rem;
    text-shadow: #000 0px 5px 10px;
}

.benefits h1 {
    font-size: 4.2rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.benefits p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0px;
    text-align: left;
    line-height: 1.8rem;
}

.blue-button {
    background-color: #029DD4;
    color: #FFF;
    border: none;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 5px 10px;
    max-width: 250px;
    text-align: center;
    margin-bottom: 0px;
}
.b1 {
    color: #1266B4;
}
.b2 {
    color: #606060;
}
.b3 {
    color: #753F86;
}
.b4 {
    color: #1269B4;
}
.bg-grey{
    background-color: #F4F4F4;
}
.bg-dark {
    background-color: #353535;
}
.bg-purple {
    background-color: #753F86;
}
.bg-blue {
    background-color: #0191BE;
}
.bg-blue-dark {
    background-color: #1269B4;
}
.free-workshop {
    background-color: #1269B4;
    color: #FFF;
}
.point-box {
    width: 100%;
    height: 100%;
}
.point-box p {
    line-height: 1.2rem;
}
.points {
    width : 40%;
    height: 40%;
    margin: 1.5rem;

}
.shift-right{

    margin-left: 0;
}
.ws-semi {
    font-size: 1.0rem;
    font-weight: 500;
}
.highlights{
    position: relative;
    z-index: 1;
    margin-left: 2.0rem;
}
.highlights-arrow {
    display: flex;
    width: 60px;
    height: auto;
    margin-left: 30px;
    vertical-align: middle;
}
.focus-areas-container {
    position: relative; /* Make the container relative for absolute positioning */
    display: flex;
    flex-direction: column; /* Stack children vertically */
    height: 100%; /* Ensure the container takes the full height */
}

.focus-areas-arrow {
    position: absolute; /* Position the arrow absolutely within the container */
    bottom: 30px;      /* Position at the bottom */
    right: 20px;       /* Position at the right */
    width: 60px;      /* Adjust width as needed */
    height: auto;
}

.highlights {
  display: flex;
  align-items: center;
}

.highlight-section {
    margin-top: 90px;
}
.join-section{
    margin-top: -100px;
}
.agenda {
    background: #ffffff;
    margin: 0.5rem;
    padding: 2.0rem;
    width: 33.33%;
}
.reg{
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 2.0rem;
    line-height: 1.2em;
}
.teal {
    border-color: #0191BE !important;
}
.teal-bg {
    background-color: #0191BE !important;
}
.purple {
    border-color: #753F86 !important;
}
.purple-bg {
    background-color: #753F86 !important;
}
.green {
    border-color: #02A46E !important;
}
.green-bg {
    background-color: #02A46E !important;
}
.deep-blue {
    border-color: #1C2A46 !important;
}
.form-header p {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.grey {
    background-color: #CCCCCC;
}
.light-grey {
    background-color: #EDEDED;
}
.form-info h5 {
    font-size: 2.0rem;
    font-weight: 500;
    margin-bottom: 0px;
}
.info-box {
    width: 70%;
}

.info-box p {
    font-size: 1.4rem;
    font-weight: 400;
}

.infoimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 180px;
    background-image: url('img/delhi.jpeg');
}
.input-group{
    margin-bottom: 0.5rem;
}
.input-group-text {
    width: 200px;
    border-radius: 0px !important;
}
.form-control {
    border-radius: 0px !important;
}

.form-inputs {
    margin-top: 40px;
}
.reg-btn {
    background-color: #353535;
    color: #fff;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 30px;
}
.agenda-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.agenda-line {
    height: 2px;
    background-color: #1266b4;
    width: 100%;
    margin: 0 15px;
}

.heading-agenda {
    margin-bottom: 0 !important;
}
.banner2 {
    margin-bottom: -140px;
    display: flex;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .container {
        width: 100% !important;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
        max-width: 60%;
    }
    .bold-title {
    font-size: 2.4rem;
    line-height: 3.0rem;
    }
    .t-box {
    width: 100%;
    margin: 0;
    }
    .agenda{
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
    .thirds {
        margin-top: 0px;
    }
    .t-add-pad {
    padding: 1rem;
    }
    .h-box {
        flex-direction: column;
        align-items: center;
    }

    .logos {
        width: 50%;
    }
}

@media (max-width: 575.98px) {
    .container {
        width: 100% !important;
    }

    .h-box {
        flex-direction: column;
        align-items: center;
    }

    .banner2 {
    margin-bottom: -90px;
    }

    .logos {
        width: 100%;
    }
    .shift-right {
        margin-left: 0;
        margin-bottom: 30px;

    }
    .benefits h1 {
        width: 33%;
        font-size: 3.6rem;
    }
    .benefits p {
        font-size: 1.2rem;
        line-height: 1.4rem;
    }
    .point-box {
        margin: 10px 0px;
        height: 90%;
    }
    .points{
        width: 20%;
        height: auto;
        margin: 1.2rem;
    }
    .input-group-text {
        width: 125px;
        font-size: 0.9rem;
    }
    .cityimg{
        margin-bottom: 10px;
        min-height: 110px;
    }
    .bold-desc {
        font-weight: 600;
        font-size: 2.0rem;
    }
    .register-btn {
        margin-bottom: 10px;
    }
    .info-box {
        width: 100%;
    }
    .card-body {
        margin-bottom: 10px;
    }

}
.form-check-input {
    border-radius: 0px !important;
}
.img-footer {
    width: 20px;
    height: 20px;
}
.form-header {
    cursor: pointer !important;
}
@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.reg-btn.submitting {
    animation: pulse 1.5s infinite;
    background-color: #4a4a4a;
    /* Slightly lighter shade while submitting */
    cursor: not-allowed;
}

.reg-btn.submitting::after {
    content: '...';
    display: inline-block;
    margin-left: 4px;
}
@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3.0rem;
    }
    .heading {
    line-height: 3.2rem;
}
}
/* Agenda hover animations */
.agenda {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05);
    border-left: 4px solid transparent;
}

.agenda:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    border-left: 4px solid var(--primary-color, #1269B4);
    background-color: #f9f9f9;
}

/* Time image animation */
.agenda .time-img {
    transition: transform 0.4s ease;
}

.agenda:hover .time-img {
    transform: rotate(15deg) scale(1.1);
}

/* Arrow animation */
.agenda img[src*="arrow.svg"] {
    transition: transform 0.4s ease;
}

.agenda:hover img[src*="arrow.svg"] {
    transform: translateX(10px);
}

/* Time text animation */
.agenda .time {
    transition: color 0.3s ease, font-weight 0.3s ease;
}

.agenda:hover .time {
    color: var(--primary-color, #1269B4);
    font-weight: 600;
}

/* Agenda title animation */
.agenda .reg {
    transition: all 0.3s ease;
}

.agenda:hover .reg {
    transform: scale(1.05);
    color: var(--primary-color, #1269B4) !important;
    font-weight: 600;
}

/* Add a subtle background effect */
.agenda::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(18, 105, 180, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 0;
}

.agenda:hover::before {
    opacity: 1;
}

/* Ensure content stays above the background effect */
.agenda > * {
    position: relative;
    z-index: 1;
}
/* t-box hover animations */
.t-box {
    margin: 0.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* Main hover effect */
.t-box:hover {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* Text animations */
.t-box h1, .t-box p {
    transition: transform 0.4s ease, color 0.3s ease;
}

.t-box:hover h1 {
    transform: translateY(-5px);
}

.t-box:hover p {
    transform: translateY(-3px);
}

/* Special glow effect */
.t-box::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}

.t-box:hover::after {
    top: 0;
    opacity: 1;
}

/* Specific color transitions for different t-box types */
.t-box.bg-light:hover {
    background-color: #ffffff !important;
}

.t-box.bg-purple:hover {
    background-color: #834998 !important; /* Slightly lighter purple */
}

.t-box.bg-blue:hover {
    background-color: #0c9ed1 !important; /* Slightly lighter blue */
}

/* Arrow animation in the focus-areas-container */
.focus-areas-arrow {
    transition: transform 0.4s ease;
}

.t-box:hover .focus-areas-arrow {
    transform: translateX(10px) translateY(-5px);
    animation: pulse 1.5s infinite alternate;
}

@keyframes pulse {
    from {
        transform: translateX(10px) translateY(-5px);
    }
    to {
        transform: translateX(15px) translateY(-8px);
    }
}

/* Special effect for the first box with the focus areas */
.focus-areas-container {
    transition: all 0.3s ease;
}

.t-box:hover .focus-areas-container {
    background-color: #1973c4 !important; /* Slightly lighter blue-dark */
}

/* For mobile responsiveness */
@media (max-width: 767.98px) {
    .t-box:hover {
        transform: translateY(-5px) scale(1.01); /* Smaller effect on mobile */
    }
}
/* Animation for the blue-button (Register Now) in the banner */
.blue-button {
    background-color: #029DD4;
    color: #FFF;
    border: none;
    border-radius: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 5px 10px;
    max-width: 250px;
    text-align: center;
    margin-bottom: 0px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(2, 157, 212, 0.3);
}

.blue-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 8px 25px rgba(2, 157, 212, 0.5);
    background-color: #02a8e6;
}

.blue-button::after {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20px;
    height: 200%;
    transform: rotate(30deg);
    transition: all 0.6s;
}

.blue-button:hover::after {
    left: 120%;
    transition: all 0.6s;
}

.blue-button:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 3px 10px rgba(2, 157, 212, 0.4);
}

/* Animation for the form submit button (reg-btn) */
.reg-btn {
    background-color: #353535;
    color: #fff;
    border: none;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.reg-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.4s ease;
    z-index: -1;
}

.reg-btn:hover {
    background-color: #1269B4;
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(18, 105, 180, 0.4);
}

.reg-btn:hover::before {
    left: 100%;
}

.reg-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(18, 105, 180, 0.3);
}

/* Button focus outline styles */
.blue-button:focus, .reg-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(2, 157, 212, 0.3);
}

/* Add a pulsing animation for extra attention */
@keyframes pulse-attention {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 157, 212, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(2, 157, 212, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(2, 157, 212, 0);
    }
}

/* Apply this animation on page load */
.blue-button {
    animation: pulse-attention 2s infinite;
}

/* Stop the animation on hover */
.blue-button:hover {
    animation: none;
}


/* Make sure the parent containers that will contain the box have position relative */
.banner2, .focus-areas-container {
    position: relative;
}

.square-arrow-box {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.square-arrow-box i {
    color: white;
    font-size: 20px;
}

/* Add hover effect */
.square-arrow-box:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}
/* Container to hold the heading and arrow box together */
.highlights-container {
    display: flex;
    align-items: center;
}

/* Special arrow box just for the highlights section */
.highlights-square-arrow-box {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-left: 20px; /* Space between text and box */
    transition: all 0.3s ease;
}

.highlights-square-arrow-box i {
    color: white;
    font-size: 20px;
}

/* Hover effect for highlights arrow box */
.highlights-square-arrow-box:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

/* Keep the original square-arrow-box for other sections */
.square-arrow-box {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: all 0.3s ease;
}

.square-arrow-box i {
    color: white;
    font-size: 20px;
}

.square-arrow-box:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}
.pad-50{
    padding-top: 10%;
}


