h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Merriweather, sans-serif" !important;
    font-weight: 700 !important;
    letter-spacing: 0em !important;
}

p {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
    font-weight: 400 !important;
}

.navbar-default {
    background-color: white;
    border: none;
}

.navbar {
    padding: 30px 50px 0 50px;
}

.navbar .collapse li a {
    color: #4B7878;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid #4B7878;
    margin: 0 30px;
    padding: 15px 0 10px 0;
}


.navbar-right .whatsapp {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar .collapse li:first-child {
    margin-left: 50px;
}

.navbar .collapse li .consult {
    border: none;
    color: #36609F;
}

.navbar .collapse li .consult::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #4B7878;
    transition: width 0.3s ease;
}

.navbar .collapse li .consult:hover::after {
    width: 100%;
}

.navbar-right li a {
    border: none !important;
}

.navbar-right .glyphicon {
    color: #36609F;
    font-size: 20px;
}

.navbar-right .btn {
    border-radius: 50px;
    background-color: #36609F;
    color: white;
    margin-top: 7px;
    margin-bottom: 0;
}

.navbar-right .btn:hover {
    background-color: #d82705 !important;
    transition: .5s;
}

.bg1 {
    padding: 50px 50px 0 50px;
}

.heading {
    color: #08387A;
    font-size: 77px;
    line-height: 1.0em;
}

.bg1 p {
    font-size: 18px;
    line-height: 1.65;
}

.hero {
    margin: auto;
    margin-top: 100px;
}

.bg1 .col-sm-6 .blue,
.bg4 .blue,
.bg6 .blue,
.bg8 .blue {
    background-color: #16407C;
    color: white;
    border-radius: 50px;
    margin-top: 30px;
    padding: 15px 40px;
    font-size: 18px;
}

.bg1 .col-sm-6 .transparent {
    background-color: transparent;
    border: 2px solid #16407C;
    color: #16407C;
    border-radius: 50px;
    padding: 13px 40px;
    font-size: 18px;
    margin-top: 30px;
    margin-left: 45px;
}

.btn {
    margin-bottom: 30px;
    transition: .4s ease-in-out;
    background-color: transparent;
}

.blue:hover,
.transparent:hover {
    transform: scale(1.02);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
    background-color: aliceblue !important;
    color: black !important;
    border: 1px solid black;
}

hr {
    border-top: 5px solid #16407C;
    width: 80px;
    border-radius: 20px;
}

.bg3,
.bg6,
.bg7,
.bg8,
.bg9 {
    padding: 50px 50px 0 50px;
    margin-top: 40px;
}

.bg2 {
    padding: 50px 20px 0 20px;
    
}

.bg2 h1 {
    padding: 15px 0 30px 0;
    color: #16407C;
    font-weight: bolder;
}

.bg2 span {
    color: #16407C;
    font-size: 18px;
    padding-top: 20px;
}

.glyphicon-volume-up {
    color: #36609F;
    font-size: 20px;
    cursor: pointer;
    margin-right: 7px;

}

.glyphicon-volume-up:active {
    color: #fb0303;
}

.bg2 p {
    padding: 24px 15px 0 15px;
    font-size: 16px;
}

.bg3 h2,
.bg4 h2,
.bg5 h2,
.bg6 h2,
.bg7 h2,
.bg8 h2 {
    font-size: 34px;
    padding: 15px 0 10px 0;
    color: #16407C;
    font-weight: bolder;
}

.bg3 p {
    font-size: 16px;
    color: #36609F;
}

.bg3 h3 {
    font-size: 20px;
    font-weight: 700;
    color: black;
}

.bg3-row {
    margin-top: 50px;
}

.bg4 {
    padding: 60px 80px 0 80px;
}

.bg4 h4 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
    margin: 35px 0 10px 0;
    font-size: 16px;
    font-weight: 700;
}

.bg4 p,
.bg5 p {
    font-size: 16px;
    line-height: 1.65;
}

.bg5 {
    padding: 80px 60px 0 60px;
}

.bg5 .col-sm-5 img {
    height: auto;
    max-width: 100%;
    margin-top: 70px;
    border: 2px solid #3e343463;
    border-radius: 25px;
    box-shadow: 20px 30px 30px rgba(85, 73, 73, 0.5);
}

.bg5 .blue {
    background-color: #16407C;
    color: white;
    border-radius: 37px;
    margin-top: 30px;
    padding: 20px;
    font-size: 16px;
}

.bg6 .row .col-sm-4 .thumbnail {
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    transition: .5s;
    overflow-x: hidden;
}

.bg6 .row .col-sm-4 .thumbnail:hover {
    box-shadow: 15px 15px 50px rgba(241, 21, 21, 0.5);
    transform: scale(1.03);
}

.bg6 .row .col-sm-4 .thumbnail:hover h2 {
    transform: scale(1.04);
}

.bg6 svg {
    height: 90px;
    width: 90px;
    margin: 80px 0 20px 0;
    fill: #16407C;
}

.price svg {
    fill: white;
}

.bg6 p {
    font-size: 17px;
}

.bg6 small{
        color: #16407C;
}

.bg6 .white{
    color: white;
}

.bg6 h4 {
    font-size: 22px;
    font-weight: 700;
}

.price {
    background-color: #16407C;
    color: white !important;
    border-radius: 30px;
}

.price h2 {
    color: white;
}

.price .blue {
    background-color: white;
    color: #16407C;
    border-radius: 37px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px 40px;
    font-size: 18px ;

}

.bg7 img {
    margin: 20px 0;
    border-radius: 15px;
    height: auto;
    width: 100%;
}

.bg7 strong {
    font-size: 16px;
}

.bg8 .go {
    border-radius: 30px;
    box-shadow: 5px 10px 10px rgba(36, 36, 201, 0.5);
}

.bg8 .form-control {
    border-radius: 25px;
}

.bg8 label {
    font-size: 16px;
    color: #36609F;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bg8 input,
.bg8 select {
    height: 50px;
}

.bg8 .contact-label {
    font-size: 20px !important;
    color: #16407C;
    margin-bottom: 10px;
}

.bg8 .contact-label-padding {
    padding: 30px 0 0 115px;
}
.bg8 .contact-label-padding a{
    color: #333333;
}
.bg9 {
    background-color: #16407c1f ;
}
.bg8 p {
    margin-bottom: 3px;
    font-size: 16px;
}

.bg9 h2 {
    font-size: 23px;
    color: #16407C;
    margin-bottom: 16px;
    font-weight: 700;
}
.bg9 a{
    color: #36609F;
}

.bg9 a:hover{
    color: black !important;
}

.bg9 .social-icons {
    text-align: left;
    margin-top: 5px;
}

.bg9 p,
.bg10 p {
    font-size: 16px;
    color: #000;
    line-height: 1.65;
}

.bg10 {
    padding: 50px 50px 10px 50px;
    background-color: #16407c1f;
}

.bg10 a:hover{
    color: black !important;
}

.loader-wrapper {
    height: 100vh;
    width: 100vw;
    position: fixed; /* Changed from absolute */
    top: 0;
    left: 0;
    background-color: #393b3d;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; 
}

.loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 4px solid #fff;
    animation: loader 2s infinite ease;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

/* book free consultation */

.bg11 {
    padding: 30px;
    margin-top: 150px;
    border: 2px solid #a7d9ff;
    border-radius: 20px;
    box-shadow: 7px 10px 20px 10px rgba(201, 206, 208, 0.9);
}

.bg11 .col-md-6 .thumbnail {
    padding: 22px;
    margin: 0;
    border-radius: 10px;
    box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.2);
    transition: .5s ease-in-out;
}

.bg11 .col-md-6 .thumbnail:hover {
    box-shadow: 14px 20px 15px rgba(166, 231, 252, 0.5);
    transform: scale(1.05);
}

.bg11 h1 {
    color: #1E40AF !important;
    font-weight: 700;
    font-size: 48px;
}

.bg11 h2 {
    font-weight: 700;
    margin-top: 16px;
}

.bg11 .col-md-6 .thumbnail h3,
h3 {
    color: #1D4ED8;
    font-size: 22px;
    font-weight: 700;
    transition: .5s ease-in-out;
}
.thumbnail .glyphicon{
    color: #007bff;
    
}

.bg11 .col-md-6 .thumbnail:hover h3 {
    transform: scale(1.05);
}

.bg11 h5 {
    font-size: 18px;
    margin: 16px 0 30px 0;
}

.bg11 .col-md-6 .thumbnail p {
    font-size: 16px !important;
    margin-bottom: 15px;
    padding-left: 31px;
}

.bg11 .col-md-6 .thumbnail li {
    margin-top: 6px;
    margin-left: 12px;
    font-size: 16px;
}

.bg11 .col-md-6 .thumbnail ul {
    padding-left: 44px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;

}

.bg11 .col-sm-12 {
    border-radius: 8px;
    background-color: #2563eb;
    padding: 24px;
    color: white;
    margin: 40px 0;
}

.bg11 .col-sm-12 .xl-font {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 12px;
}

.bg11 .col-sm-12 p {
    font-size: 18px;
    margin-bottom: 0px;
}

.green-btn {
    border-radius: 50px;
    background-color: #22C55E;
    color: white;
    padding: 10px 30px;
}
.green-btn:hover{
    transform: scale(1.05);
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
    background-color: aliceblue !important;
    color: black !important;
    border: 1px solid black;
}

/* toggle-menu */


.logo {
    margin: 50px 0 50px 0;
}

.nav-menu {
    margin-bottom: 30px;
}

.nav-menu li {
    margin: 10px 0;
}

.nav-menu li a {
    color: #4e8072;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.nav-menu li a:hover {
    color: #000000;
}

.social-icons {
    text-align: center;
}

.social-icons a {
    margin: 20px 10px;
    font-size: 25px;
    color: #4e8072;
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #16407C !important;
}

.close {
    color: #4E8072 !important;
    opacity: 1 !important;
}

.college {
    position: relative;
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.college::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(images/college.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    filter: contrast(0.6);
    z-index: 0;
}

.college::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, white, transparent);
}

.college h1 {
    position: relative;
    z-index: 1; 
    margin-bottom: 10px;
    font-size: 90px !important;
    font-weight: 800 !important;
    color: #ffffff;
    font-family: 'Raleway', sans-serif !important;
    text-shadow: 2px 4px 20px rgba(0,0,0,0.4);
}

/*Whatsapp Float Button*/

.whatsapp-float{
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover{
    transform: scale(1.1);
    background-color: #20c05d;
    color: white;
}

a:hover{
    color: white;
    text-decoration: none;
}


@media screen and (max-width: 767px) {
    * {
        text-align: center;
    }

    .bg9 .social-icons {
        text-align: center;
    }

    p {
        font-size: 15px !important;
    }

    .navbar .collapse li:first-child {
        margin-left: 0px;
    }

    .transparent {
        margin-top: 10px !important;
    }

    .navbar {
        padding: 10px 5px;
    }

    .navbar .collapse li a {
        margin: 0 7px !important;
    }

    .heading {
        font-size: 37px;
    }

    .bg1 p {
        font-size: 15px;
    }

    .hero {
        margin-top: 50px !important;
    }

    .bg1,
    .bg2,
    .bg3,
    .bg4,
    .bg5,
    .bg6,
    .bg7,
    .bg8,
    .bg9 {
        padding: 0 30px 0 30px !important;
        margin-top: 40px;
    }

    .bg8 .contact-label-padding {
        padding: 100px 0 0 0 !important;
    }

    .bg1 .col-sm-6 .transparent {
        padding: 15px 40px;
        font-size: 15px;
        margin-top: 30px;
        margin-left: 0;
    }
    .form-group , .form-control {
        text-align: left !important;
    }
    .whatsapp-float{
        bottom:30px ;
        
    }

}

@media screen and (max-width: 767px) {

    .bg11 {
        margin: 50px 10px 0 10px !important;
    }

    .bg11 h1 {
        font-size: 36px;
        text-align: center;
    }

    .bg11 h2 {
        font-size: 24px;
        text-align: center;
    }

    .bg11 h5 {
        font-size: 16px;
        text-align: center;
    }

    .bg11 .col-md-6 .thumbnail {
        padding: 24px !important;
        text-align: left !important;
        font-size: 15px;
        margin-bottom: 10px;
    }

    .bg11 .col-md-6 .thumbnail p {
        text-align: left !important;
        padding-left: 31px;
    }

    .bg11 .col-md-6 .thumbnail li {
        text-align: left;
        font-size: 15px;
    }
    .bg11 .col-md-6 .thumbnail ul{
        padding-left: 35px;
    }

    .bg11 .col-md-6 .thumbnail h3 {
        text-align: left !important;
    }

    .bg11 .col-sm-12 .xl-font {
        font-size: 15px;
    }

    .bg11 .col-sm-12 p {
        font-size: 15px;
    }

    .bg9 p {
        font-size: 15px !important;
    }

    .bg10 p {
        font-size: 15px !important;
    }
    .college h1 {
        font-size: 50px !important;
        font-weight: 700 !important;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .navbar .collapse li:first-child {
        margin-left: 0px;
    }

    .navbar .collapse li a {
        margin: 0 7px;
    }
    .heading{
        font-size: 55px;
    }

    .navbar {
        padding: 30px 0px;
    }
    .bg1{
        padding: 30px 20px;
    }
    .bg2,
    .bg3,
    .bg4,
    .bg5,
    .bg6,
    .bg7,
    .bg8,
    .bg9 {
        padding: 0 30px 0 30px !important;
    }

    .bg11 {
        margin-top: 50px;
    }

    .bg11 .col-md-6 .thumbnail {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1025px) {
    .navbar .collapse li:first-child {
        margin-left: 0px;
    }

    .navbar .collapse li a {
        margin: 0 17px;
    }

    .bg1,
    .bg2,
    .bg3,
    .bg4,
    .bg5,
    .bg6,
    .bg7,
    .bg8,
    .bg9 {
        padding: 0 30px 0 30px !important;
    }

    .bg11 {
        margin-top: 50px;

    }

    .bg11 .col-md-6 .thumbnail {
        margin-bottom: 10px;
    }
}


/*Chatbot CSS*/
.chat-toggle {
    position: fixed;
    bottom: 55px;
    left: 30px;
    font-size: 23px !important;
    width: 62px;
    height: 62px;
    background: #16407C;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    box-shadow: 0 10px 25px rgba(79, 70, 229, 0.4);
    z-index: 1000;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.3s;
}

.chat-toggle:hover {
    transform: scale(1) translateY(-3px);
    box-shadow: 0 15px 30px rgba(79, 70, 229, 0.6);
}

/* Chat Container */
.chat-container {
    position: fixed;
    bottom: 110px;
    right: 30px;
    width: 100%;
    max-width: 420px;
    height: 680px;
    max-height: calc(100vh - 140px);
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px) scale(0.9);
    transform-origin: bottom right;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.chat-container.active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

/* Header */
.chat-header {
    background: #16407C;
    padding: 18px 24px;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    z-index: 10;
}

.header-controls {
    display: flex;
    gap: 15px;
    align-items: center;
}

.icon-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.2s;
    font-size: 1.1rem;
}

.icon-btn:hover {
    opacity: 1;
    transform: scale(1.1);
}

.icon-btn.active {
    color: #facc15;
    opacity: 1;
    text-shadow: 0 0 10px rgba(250, 204, 21, 0.5);
}

/* Chat Box */
.chat-box {
    flex: 1;
    padding: 24px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    background-color: #f8fafc;
    scroll-behavior: smooth;
}

.chat-box::-webkit-scrollbar {
    width: 8px;
}

.chat-box::-webkit-scrollbar-track {
    background: transparent;
}

.chat-box::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 10px;
    border: 2px solid #f8fafc;
}

.chat-box::-webkit-scrollbar-thumb:hover {
    background-color: #94a3b8;
}

/* Messages */
.message {
    max-width: 82%;
    padding: 14px 18px;
    border-radius: 18px;
    font-size: 0.95rem;
    line-height: 1.6;
}

.message.user {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    font-size: 15px;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
    box-shadow: 0 4px 15px rgba(79, 70, 229, 0.2);
}

.message.bot {
    background-color: #ffffff;
    color: #1e293b;
    font-size: 15px;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.message img {
    max-width: 100%;
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Markdown Styles inside Bot Messages */
.message.bot p {
    margin-bottom: 12px;
}

.message.bot p:last-child {
    margin-bottom: 0;
}

.message.bot pre {
    background: #0f172a;
    padding: 12px;
    border-radius: 10px;
    overflow-x: auto;
    margin: 12px 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}

.message.bot code {
    font-family: 'Fira Code', Consolas, Monaco, monospace;
    font-size: 0.85rem;
}

.message.bot :not(pre)>code {
    background: #f1f5f9;
    padding: 3px 6px;
    border-radius: 6px;
    color: #db2777;
    font-weight: 500;
    border: 1px solid #e2e8f0;
}

.message.bot ul,
.message.bot ol {
    margin-left: 24px;
    margin-bottom: 12px;
}

/* Input Area */
.image-preview-container {
    display: none;
    padding: 12px 24px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    align-items: center;
}

.image-preview-container img {
    height: 55px;
    border-radius: 8px;
    border: 2px solid #e2e8f0;
    object-fit: cover;
}

.image-preview-container .remove-img {
    cursor: pointer;
    color: #ef4444;
    margin-left: 12px;
    font-weight: bold;
    font-size: 1.2rem;
    transition: color 0.2s;
}

.image-preview-container .remove-img:hover {
    color: #b91c1c;
}

.chat-input-container {
    padding: 16px 20px;
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    display: flex;
    gap: 10px;
    align-items: center;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.action-btn {
    background: #f1f5f9;
    border: none;
    color: #64748b;
    cursor: pointer;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.action-btn:hover {
    background: #e0e7ff;
    color: #4f46e5;
}

.action-btn.recording {
    color: #ef4444;
    background: #fee2e2;
    animation: pulse 1.5s infinite;
}

.chat-input-container input {
    flex: 1;
    padding: 14px 18px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    outline: none;
    background: #f8fafc;
    /*font-size: 0.95rem;*/
    transition: all 0.2s;
}

.chat-input-container input:focus {
    border-color: #a855f7;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.1);
}

.send-btn {
    background: #16407C;
    color: white;
    border: none;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.send-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(147, 51, 234, 0.3);
}

.send-btn:active {
    transform: scale(0.95);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
    }

    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 6px rgba(239, 68, 68, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
    }
}