@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html,
body {
    height: 100%;
    width: 100%;
    /* background-color: brown, black; */
    /* background: linear-gradient(#1f0101, #580415cd); */
    background-color: #ccacac;
}

#navbar {
    background-color: #2b0000;
    /* padding-left: 50px; */
    padding-top: 0px;
    padding-bottom: 0px;
    /* height: 80px; */
    border-radius: 0px 0px 70px 70px;
}

#navbar-main-container {
    padding-left: 0px;
    padding-right: 0px;
}

.rimt-university {
    border-radius: 10px;
    margin-left: 48px;
}

@media (min-width: 500px) and (max-width: 991px) {
    .rimt-university {
        margin-left: 20px;
    }
}

@media (min-width: 0px) and (max-width: 499px) {
    .rimt-university {

        height: 40px;
        margin-left: 17px;
    }
}

#flex-up-image {
    height: 75px;
}


#web-items {
    gap: 10px;
}

#web-items li a {
    align-items: center;
    color: rgb(255, 255, 255);
    z-index: 9;
    font-weight: 900;
    text-align: center;
    position: relative;
}

#web-items li {
    padding: 2px 6px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
}

#web-items li::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #CCACAC;
    bottom: -100%;
    left: 0;
    border-radius: 25px;
    transition: all ease 0.4s;
}

#web-items li:hover::after {
    bottom: 0;
    border-radius: 0;
}

#web-items li:hover a {
    color: rgb(0, 0, 0);
}

.offcanvas-body {
    background-color: #2B0000;
    border-radius: 0px 0px 50px 0px;
}

.offcanvas-title {
    margin: auto;
}

.offcanvas-header {
    background-color: #2B0000;
}

.offcanvas {
    background-color: #2B0000;
}


.navbar-toggler-icon {
    background-image: url("./Media/Navbar.png")
}



@media (min-width:500px) and (max-width:700px) {
    .drinm {
        font-size: 10px;
    }
}

@media (min-width:100px) and (max-width:500px) {
    .drinm {
        font-size: 7px;
    }
}

.logo1 {
    background: linear-gradient(#000000, #2B0000, #000000);
    padding: 20px 0px;
}




.logoMarqueeSection {
    display: flex;
    justify-content: center;
    /* Centering the container */
    border-radius: 25px;
}

#logoMarqueeSection {
    max-width: 1300px !important;
    width: 100%;
    margin: 0 auto;
    /* Ensure it scales with the screen width */
}

.default-content-container-inner {
    border-radius: 25px;
}

.default-content-container {
    border-radius: 25px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    /* padding-left: 1rem; */
    /* padding-right: 1rem; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* Vertically center content */
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

/* Ensure all logos are the same size */
.marquee a img {
    width: 300px;
    /* Fixed width for all logos */
    height: 200px;
    /* Fixed height for all logos */
    object-fit: contain;
    /* Ensure logos maintain aspect ratio */
}

/* Responsive Styles */
@media (max-width: 1200px) {
    .default-content-container {
        /* padding-left: 2rem; */
        /* padding-right: 2rem; */
    }

    /* Logos remain the same size across screens */
    .marquee a img {
        width: 100px;
        /* Fixed width for all logos */
        height: 100px;
        /* Fixed height for all logos */
    }
}

@media (max-width: 768px) {
    .default-content-container {
        /* padding-left: 1rem; */
        /* padding-right: 1rem; */
        /* padding-top: 3rem; */
        /* padding-bottom: 3rem; */
    }


    /* Logos remain the same size across screens */
    .marquee a img {
        width: 100px;
        /* Fixed width for all logos */
        height: 100px;
        /* Fixed height for all logos */
    }
}

@media (max-width: 480px) {
    .default-content-container {
        /* padding-left: 1rem; */
        /* padding-right: 1rem; */
        /* padding-top: 2rem; */
        /* padding-bottom: 2rem; */
    }

    /* Logos remain the same size across screens */
    .marquee a img {
        width: 80px;
        /* Fixed width for all logos on small screens */
        height: 80px;
        /* Fixed height for all logos on small screens */
    }
}



.tamplet hr {
    border: 2px solid #ffffff;
    margin: 5px 100px 15px 100px;
}

@media (min-width:500px) and (max-width:1000px) {
    .temp-head h1 {
        color: #CCACAC;
        margin: 0;
        font-weight: 900;
        font-size: 25px;
    }

    .temp-head h2 {
        color: #CCACAC;
        margin: 0;
        font-weight: 500;
        font-size: 20px;
    }

    .temp-head h4 {
        color: #CCACAC;
        margin: 0;
        font-weight: 900;
        font-size: 15px;
    }

    .temp-head h3 {
        color: #CCACAC;
        margin: 0;
        font-weight: 900;
        font-size: 18px;
    }
}

@media (min-width:100px) and (max-width:500px) {
    .temp-head h1 {
        color: #CCACAC;
        margin: 0;
        font-weight: 900;
        font-size: 20px;
    }

    .temp-head h2 {
        color: #CCACAC;
        margin: 0;
        font-weight: 500;
        font-size: 18px;
    }

    .temp-head h4 {
        color: #CCACAC;
        margin: 0;
        font-weight: 900;
        font-size: 11px;
    }

    .temp-head h3 {
        color: #CCACAC;
        margin: 0;
        font-weight: 900;
        font-size: 15px;
    }
}

.tamplet {
    /* background-color: #2B0000; */
    margin: 0px;
    padding: 40px 0px;
}

.temp-head h1 {
    color: #CCACAC;
    margin: 0;
    font-weight: 900;
}

.temp-head h2 {
    color: #CCACAC;
    margin: 0;
    font-weight: 500;
}

.temp-head h4 {
    color: #CCACAC;
    margin: 0;
    font-weight: 900;
}

.temp-head h3 {
    color: #CCACAC;
    margin: 0;
    font-weight: 900;
}

.News img {
    display: flex;
    margin: auto;
    max-height: 400px;
}


.drinm {
    padding-right: 20px;
    font-weight: 900;
    color: #ffff00;
    font-size: 14px;
}

marquee b {
    color: #2B0000;
}

.content1 {
    max-height: 1000px;
    width: 100%;
}

.banner img {
    height: 500px;
}

.content h1 strong {
    display: inline-block;
    padding: 0 5px;
}

.register_btn .btn:hover {
    background-color: #5A3264;
}

.text-d {
    color: #240000;
}

.text-2 {
    font-size: 150px;
    color: #d38686;
}

.text-v {
    color: #5A3264;
}

.text-w {
    color: #d7dce2;
}


.lower-div p {
    font-weight: 800;
    color: #2b0000;
}

.register_btn .btn {
    height: 50px;
    width: 200px;
    color: #fdffff;
    background-color: red;
    border-radius: 10px;
    font-weight: 600;
}

.join_ideathon {
    /* max-height: 950px; */
    width: 100%;
    background: linear-gradient(#000000, #2b0000)
}

.heading {
    color: #ccacac;
    padding: 30px 0 0 0;
}

.fa-angle-down {
    margin-left: 90%;
}

.heading h3 {
    font-size: 30px;
    font-weight: 700;
}

.join_ideathon hr {
    border: 2px solid #ccacac;
    margin: 0 100px 0 100px;
}

.join_ideathon_para p {
    padding: 15px 0 0 0;
    font-size: 17px;
    color: #fdffff;
    text-align: justify;
}

.btn1 {
    margin-top: 20px;
    height: 50px;
    width: 200px;
    color: #fdffff;
    background-color: red;
    border-radius: 10px;
    font-weight: 600;
}

@media (min-width: 200px) and (max-width: 700px) {
    .btn1 {
        height: 35px;
        width: 120px;
        background-color: red;
        color: #ccacac;
        font-weight: 900;
        text-align: center;
        border-radius: 25px;
        font-size: 11px;
    }
}

.card-title {
    font-weight: 900;
    font-size: 20px;
}

.card-text {
    color: #30030b;
    padding-top: 5px;
    font-weight: 400;
    font-size: 17px;
}

.card {
    height: auto;
    background-color: #ccacac;
    border-radius: 20px;
}

.card-body .btn {
    height: 50px;
    width: 200px;
    background-color: red;
    color: #ccacac;
    font-weight: 900;
    text-align: center;
    border-radius: 25px;
}


.image img {
    height: 100%;
}

.about {
    max-height: 800px;
    background: linear-gradient(#2B0000, rgb(0, 0, 0));
    background-blend-mode: multiply;
}


.about_ideathon h3 {
    font-weight: 700;
    color: #fdffff;
    padding-top: 20px;
}

.about hr {
    border: 2px solid #ffffff;
    margin: 5px 100px 15px 100px;
}

.about_ideathon_para {
    color: #ccacac;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.paragraph {
    color: #fdffff;
    font-size: 17px;
    font-weight: 800;
    padding-left: 10px;
}

.participation {
    /* max-height: 1200px; */
    background: linear-gradient(rgb(0, 0, 0), #2B0000, #000000);
    background-blend-mode: multiply;
    /* backgrou-color: ; */
}

.participation hr {
    border: 2px solid #ccacac;
}

.participation_head h5 {
    color: #ccacac;
    font-weight: 900;
    font-size: 25px;
}

.participation_head p {
    color: #fdffff;
    font-size: 17px;
    text-align: justify;
    padding-top: 10px;
}

.text-content h5 {
    font-weight: 700;
}

.text-content p {
    color: #240000;
}

.ideathon_card2 .goodyscard {
    max-height: 1000px;
}

.problem-statement {
    background: linear-gradient(rgb(0, 0, 0), #2A0000, #000000);
    padding-top: 20px;
    /* max-height: 1000px; */
}

.horizontal-line {
    width: 400px;
    padding: 10px 20px;
}

.horizontal-line hr {
    border: 3px solid #ffffff;
}

.problem-text h1 {
    font-weight: 900;
    color: #d38686;
}

.problem-card p {
    color: #fdffff;
    background-color: #5A3264;
    padding: 20px;
    border-radius: 25px;
}

.sub-problem-head {
    margin: auto;
}

.sub-problem-head-text h4 {
    color: #d38686;
}

.dropdown-container {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
}

/* Dropdown Header */
.dropdown-header {
    background-color: #007bff00;
    color: white;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 8px;
    /* margin-bottom: 10px; */
    transition: background-color 0.3s;
}

@media (min-width: 410px) and (max-width: 800px) {
    .dropdown-header {
        font-size: 12px;
    }
}

@media (min-width: 210px) and (max-width: 410px) {
    .dropdown-header {
        font-size: 10px;
    }
}

.wrap-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-header:hover {
    background-color: #d38686;
}

/* Dropdown Content */
.dropdown-content {
    display: none;
    padding: 15px;
    background-color: #f9f9f9;
    font-size: 16px;
    border-radius: 8px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    margin-bottom: 10px;
}

.dropdown-content p {
    margin: 0;
    color: #333;
}

.domain h4 {
    color: #ccacac;
    font-weight: 700;
}

.active .dropdown-content {
    display: block;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}

.award {
    margin: auto;
    height: 400px;
}

.award-col {
    margin-top: auto;
    margin-bottom: auto;
}

.awards-detail {
    margin: auto;
    background: linear-gradient(#000000, #240000, #000000);
    /* height: 400px; */
}

.carousel {
    padding: 50px 0px;
}

.award-text {
    padding: auto 50px;
    color: #f9f9f9;
    font-weight: 900;
}

.reward-caousel {
    margin: auto;
    height: 400px;
}

.carousel-item img {
    height: 400px;
}


@media (min-width: 100px) and (max-width: 768px) {
    .carousel-item img {
        height: 220px;
    }
}

.mentors {
    background: linear-gradient(#000000, #240000, #000000);
    text-align: center;
    padding: 50px 20px;
}

.mentors h2 {
    font-size: 2rem;
    color: #d7dce2;
    font-weight: 700;
}

.mentors p {
    color: #fff6f6;
    margin-bottom: 30px;
}

.mentors-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

.mentor-card {
    background: #ccacac;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mentor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}



.mentor-card img {
    width: 386px;
    height: 386px;
    object-fit: cover;
}

.mentor-info {
    padding: 20px;
    text-align: center;
}

.mentor-info h3 {
    font-size: 1.3rem;
    color: #222;
}

.mentor-info p {
    font-size: 0.9rem;
    color: #555;
    margin: 5px 0;
}

.mentor-info a {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.3rem;
    color: #0077b5;
    transition: color 0.3s;
}

.mentor-info a:hover {
    color: #005582;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mentors-container {
        grid-template-columns: 1fr;
    }
}



.roadmap {
    background: linear-gradient(#000000, #240000, #000000);
}

.title {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding: 50px 0;
}


/* Center Line */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background: linear-gradient(to bottom, #0e7704 20%, white 10%);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* Event Box */
.event {
    position: relative;
    width: 50%;
    padding: 20px;
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1s ease-in-out forwards;
}

/* Left Side */
.left {
    text-align: right;
    margin-right: 50%;
}

/* Right Side */
.right {
    text-align: left;
    margin-left: 50%;
}

/* Connecting Line */
.event::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* .event-1::after {
    background: #0e7704;
} */

.event-2::after {
    background-color: #0e7704;
    background: #0e7704;
    /* animation: glowing 2000ms infinite; */
}

/* .event-1::after {
    background: #0e7704;
} */

.event-2::after {
    background-color: #0e7704;
    background: #0e7704;
    animation: glowing 2000ms infinite;
}

/* .event-3::after {
    background: #0e7704;
} */

/* 
.event-4::after {
    background: #0e7704;
}
.event-5::after {
    background: #0e7704;
}
.event-6::after {
    background: #0e7704;
}
.event-7::after {
    background: #0e7704;
}
.event-8::after {
    background: #0e7704;
} */

@keyframes glowing {
    0% {
        background: #0e7704;
        ;
        box-shadow: 0 0 5px 0px #15ff00;
    }

    50% {
        background: #0e7704;
        box-shadow: 0 0 30px 10px #15ff00;
    }

    100% {
        background: #0e7704;
        box-shadow: 0 0 5px 0px #16ff01;
    }
}


.left::after {
    right: -10px;
}

.right::after {
    left: -10px;
}

/* Content Box */
.content-JUNK {
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 10px;
    display: inline-block;
    backdrop-filter: blur(5px);
    width: 80%;
    transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* Hover Effects */
.content-JUNK:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
}

/* .event-left-1 {
    background: #0b5e04;
}

.event-left-1:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
} */

.event-right-1 {
    background: #0b5e04;
}

.event-right-1:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
}

/* .event-right-2 {
    background: #0b5e04;
}

.event-right-2:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
} */

/* .event-left-2 {
    background: #0b5e04;
}

.event-left-2:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
} */

/* 

.event-left-3 {
    background: #0b5e04;
}

.event-left-3:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
}

.event-right-3 {
    background: #0b5e04;
}

.event-right-3:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
}

.event-left-4 {
    background: #0b5e04;
}

.event-left-4:hover {
    background: rgba(21, 255, 0, 0.493);
    transform: scale(1.05);
}

 */

.event-right-4 {
    background: #8a5b04;
}

.event-right-4:hover {
    background: rgba(255, 166, 0, 0.76);
    transform: scale(1.05);
}

h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

p {
    font-size: 14px;
    color: #ddd;
}

/* Fade In Animation */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media screen and (max-width: 768px) {
    .timeline::after {
        left: 20px;
    }

    .event {
        width: 100%;
        text-align: left;
        margin: auto;
        padding-left: 40px;
    }

    .event.left,
    .event.right {
        text-align: left;
        margin: auto;
    }

    .event::after {
        left: 10px;
    }

    .content-JUNK {
        width: 100%;
    }
}

.gpt-fluid {
    background: linear-gradient(#000000, #240000, #000000);
}

.gpt {
    max-width: 1000px;
    margin: 0px auto;
    text-align: center;
    padding: 50px 20px;
}

.gpt h2 {
    color: #CCACAC;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
}

.gpt p {
    color: #e4e1e1;
    font-size: 16px;
}

.resources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.box {
    background: white;
    padding: 20px;
    width: 48%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: left;
    margin-bottom: 20px;
}

.box h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.box p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}

.box a {
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

.box a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .resources {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 90%;
    }
}


.card-pic1 {
    background: url(./Media/deepak.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    width: 140px;
}

.card-pic2 {
    background: url(./Media/chandan.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    width: 140px;
}

.card-pic3 {
    background: url(./Media/pooja.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    width: 140px;
}

.card-pic4 {
    background: url(./Media/jasmeen\ maam.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
    width: 80px;
}

.QandA {
    background: linear-gradient(#000000, #240000, #000000);
}

.QA-text {
    margin: auto;
}

@media (min-width:200px) and (max-width:996px) {
    .QA-in {
        padding-top: 20px;
    }
}

.accordion-button {
    background-color: transparent;
    color: #d7dce2;
    font-weight: 700;
}

.accordion-button::after {
    filter: invert(1);
}



.s {
    background: linear-gradient(#000000, #240000, #000000);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px;
}

.contents {
    width: 50%;
}

.heading {
    font-size: 24px;
    font-weight: bold;
}

.description {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.5;
}

.info-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.info-box {
    background-color: #333;
    padding: 15px;
    border-radius: 5px;
    width: 45%;
}

.info-box h3 {
    margin: 0;
    font-size: 18px;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
}

@media (min-width: 100px) and (max-width: 768px) {
    .info-box h3 {
        margin: 0;
        font-size: 12px;
        border-bottom: 1px solid #666;
        padding-bottom: 5px;
    }

    .info-box p {
        margin: 10px 0 0;
        font-size: 10px;
    }

    .container h1 {
        font-size: 24px
    }

}

.info-box p {
    margin: 10px 0 0;
    font-size: 14px;
}

.image-container {
    display: flex;
    justify-content: center;
}

.image-container img {
    width: 100%;
    border-radius: 5px;
}

.footer {
    margin-top: 0px;
    font-size: 14px;
    color: #e6d5d5;
    background: linear-gradient(#000000, #240000, #000000);
    padding: 30px 0%;
    border-top: 3px solid #000000;
}

.foot {
    padding: 0px;
}

.footer-container {
    padding-top: 40px;
    height: 300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer-contact {
    max-width: 250px;
}

.footer-contact img {
    width: 80px;
    margin-bottom: 10px;
}

.footer-contact p {
    font-size: 14px;
    color: #e6d5d5;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Footer Links */
.footer-links,
.footer-programs {
    text-align: left;
}

.footer-links h3,
.footer-programs h3,
.footer-social h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-links ul,
.footer-programs ul {
    list-style: none;
}

.footer-links ul li,
.footer-programs ul li {
    margin-bottom: 8px;
}

.footer-links ul li a,
.footer-programs ul li a {
    text-decoration: none;
    color: #e6d5d5;
    font-size: 14px;
    transition: 0.3s;
}

/* Hover Effect */
.footer-links ul li a:hover,
.footer-programs ul li a:hover {
    color: #d7dce2;
    text-decoration: none;
    ;
}

/* Social Media Section */
.footer-social {
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icons a img {
    width: 30px;
    transition: 0.3s;
}

/* Hover Effect for Social Icons */
.social-icons a img:hover {
    transform: scale(1.1);
}


.footer a:hover {
    text-decoration: underline;
}

.social-icons a {
    font-size: 24px;
    margin: 0 10px;
}