*{
margin:0;
padding: 0;
box-sizing: border-box;

}
html,body{
max-width:100%;
min-height: 100%;
overflow-x: hidden;

}
html{
scroll-behavior: smooth;

}
    /* Navbar Styling */
    .navbar {

/*background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
/*background: linear-gradient(to bottom, #849fef, #afdfe4);*/
background: linear-gradient(to bottom, #68a7d5);
padding: 0px 20px!important;

position: fixed; /* Keeps the navbar fixed at the top */
width: 100%;
top: 0;
left: 0;
z-index: 1050; /* Ensures it stays above other elements */
}

    /* Logo Styling */
    .navbar-brand img {
        height: 60px;
    }
    @media (max-width: 992px) {
    .navbar-brand img {
        height: 50px; /* Adjust the size as needed */
    }
    .conference-speaker-text{
    font-size:11px;
    }
}

    /* Navbar Links */
    .nav-link {
       
        color: #471702;


        font-weight: 600;
        transition: color 0.3s ease-in-out;
    }

    .nav-link:hover {
         color: white; 
/*        color:#f15A29;*/
    }

    /* Dropdown */
    .dropdown-menu {
       
/*        background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
        border: none;
    }

    .dropdown-item {
        color: #471702;
        transition: background 0.3s ease-in-out;
    }

    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    /* Navbar Toggler (Hamburger Menu) */
    .navbar-toggler {
        border: none;
        color: white;
        font-size: 1.5rem;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    /* Responsive Fix */
    @media (max-width: 992px) {
        .navbar-collapse {
            /* background: #f15A29; */
            background: linear-gradient(to bottom, #78c0db, #fffff7);
            border:none;
            padding: 10px;
            text-align: center;
        }

        .nav-item {
            margin-bottom: 10px;
        }
    }
    

   /* banner css */

.banner-section {
background: url('../images/GCPC-banner2026.jpg') no-repeat center center/cover;

/* background-attachment: fixed; */
min-height: 504px;
margin-top: 3rem;
margin-top: -30px;
/* display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #f15A29;
position: relative; */
} 


.banner-mobile-img {
    /* background: url(../images/GCPC-mobile-registration-banner.png); */
    background: url(../images/GCPC-banner2026.jpg);
    background-position: center;

    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 50vh; */
    height: 261px;
    margin-bottom: -60px;
    /* margin-top: 3rem; */
}

.banner-register-img{
    background: url('../images/GCPC-banner2026-1600x300.jpg');
   background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 50vh; */
    height: 190px;
    margin-bottom: -78px;
    /* margin-top: 3rem;
}

@media (max-width:767px){
   /* .banner-section{
       background-size: auto 50%;
       min-height:560px!important;
   } */


}

@media (min-width: 991px){
    .full-with-wapper{
        height: 67px!important;
    }
}

@media (max-width: 767px){
    .full-with-wapper{
        height: 0px!important;
    }
}



.banner-content {

padding: 30px;

border-radius: 8px;
} 

.banner-content h1 {
font-size: 2rem;
font-weight: bold;

}

.banner-content h2 {
font-size: 1.5rem;
font-weight: 600;

}

.info-button {
display: inline-block;
background: #f15A29;
color: white;
padding: 10px 20px;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
margin-top: 15px;
}



/*  register button */

.register-btn {
display: inline-block!important;
background-color: #f15a29!important;
color: white!important;
font-size: 18px!important;
font-weight: bold!important;
padding: 12px 24px!important;
border-radius: 8px!important;
text-decoration: none!important;
transition: background 0.3s ease, transform 0.2s ease!important;
}

.register-btn:hover {
background-color: #772502!important;
color: white!important;
transform: scale(1.05)!important;
}


@media (max-width: 768px) {
.banner-content {
    width: 90%;
    padding: 20px;
}

.banner-content h1 {
    font-size: 1.5rem;
}

.banner-content h2 {
    font-size: 1.2rem;
}

.info-button {
    padding: 8px 16px;
}
}
/* Main Heading - Column Layout */
.main-heading {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
font-weight: bold;
line-height: 1.1;
text-transform: uppercase;
}

/* Column for Gujarat + Logo */
.column-content {
display: flex;
align-items: center;
gap: 10px;
}

/* Text Styling */
.m-content, 
.chem-text, 
.conference-text {
font-size: 3rem;
font-weight: bold;
display: block;
text-align: left;

}
.main-heading img {
width: 60px; 
height: auto;
vertical-align: middle;
/* margin-bottom: 1rem; */
}




/* Responsive Design */
@media (max-width: 768px) {
.m-content, .chem-text, .conference-text {
    font-size: 2.5rem;
}

.g-logo {
    width: 2.5rem;
}
}


/* introduction css */

.introduction-section {
background: linear-gradient(to bottom, #DFB58F, #FFFFDC);
color: black;
}

.intro-heading {
font-size: 2.5rem;
font-weight: bold;
color: #471702;
margin-bottom: 20px;
}

.intro-text {
font-size: 1rem;
line-height: 1.6;
font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
.intro-heading {
    font-size: 2rem;
}

.intro-text {
    font-size: 1rem;
}
}



@media (max-width:576px){
    .intro-text{
        padding:20px;
        margin-bottom:0px;
    }
}

@media (max-width:767px){
    .intro-text{
        padding:20px;
        margin-bottom:0px;
    }
}

@media (max-width:576px){
    .about-text{
        padding:20px;
        margin-bottom:0px;
    }
}

@media (max-width:767px){
    .about-text{
        padding:20px;
        margin-bottom:0px;
    }
}


/* overview section */

.overview-section {
/*background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
    background: linear-gradient(to bottom, #DFB58F,);
padding: 30px 0;
}


.content-box {
/* background: rgba(255, 255, 255, 0.9); */
border-radius: 10px;
font-weight: 500;
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
}

.heading {
color: #293895;
font-weight: bold;
font-size:28px;
text-align: center;
}

/* Ensuring the image looks good */
img {
max-width: 100%;
height: auto;
}

/* Image Wrapper for Proper Scaling */
.image-wrapper {
display: inline-block;
overflow: hidden;
border-radius: 10px;
/* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
}

/* Zoom-in Effect on Hover */
.image-wrapper img {
transition: transform 0.4s ease-in-out;
width: 100%;
height: auto;
border-radius: 10px;
}

@media (max-width:576px){
    .image-wrapper img {
              padding:10px;
              border-radius:10px!important;
            
        
        }
        .image-wrapper{
            border-radius:10px!important;
        }
}

@media (max-width:767px){
    .image-wrapper img {
              padding:10px;
              border-radius:20px!important;
            
        
        }
        .image-wrapper{
            border-radius:20px!important;
        }
}
.image-wrapper:hover img {
/* transform: scale(1.1);  */
/* Zoom in effect */
}


/* conference section */

.conference-section {
background: url('../images/pg3.png') no-repeat center bottom/cover;
background-attachment: fixed;
position: relative;
padding: 100px 20px;
color: white;
}

.conference-section::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Dark overlay */
z-index: 1;
}


.content-box {
position: relative;
z-index: 2;
/* max-width: 900px; */
margin: auto;
padding: 10px;
}


.conference-heading {
color: #293895; /* Dark White */
font-weight: bold;
font-size: 2rem;
margin-bottom: 20px;
}

.conference-text {
color: rgba(255, 255, 255, 0.8);
font-weight: 500; 
text-align: left;
font-size: 1.1rem;
line-height: 1.6;
}

/* key discussion topic */

.discussion-section-main{
/*    background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
/*background: linear-gradient(to bottom, #8fdfb1, #afdfe4);*/
}
.discussion-section {
    padding: 60px 20px;
   
}
.discussion-heading {
    color: #293895;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    white-space: nowrap;
}
.discussion-heading::after {
        content: "";
        display: block;
        width: 200px;
        height: 3px;
        background-color: #293895;
        margin: 10px auto 0;
    }
.topic-item {
    background-color: #471702;
    color: white;
    padding: 5px 15px;
    margin-bottom: 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    border: 2px solid #F15A29;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 14px;
    font-weight: bold;
    min-height: 60px;
}
.topic-item:hover {
    transform: translateY(-3px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
    background-color: #5a220c;
}
.topic-icon {
    background-color: #F15A29;
    color: white;
    font-size: 18px;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    right:11px;
    
}
.topic-text {
    flex-grow: 1;
    line-height: 1.4;
}

@media (max-width:576px){
    .mb-mobile{
        margin-bottom: -5px!important;
    }
   
    
}
/* @media (max-width:767px){
    .mb-mobile{
        margin-bottom: -5px!important;
    }
} */
/* speaker section */



.speakers-section {
    padding: 58px 0;
    text-align: center;
    background-color: #f8f9fa;
}
.speakers-section h2 {
    color: #772502;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.speakers-section h2::after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #772502;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}
.speaker-card {
    transition: transform 0.3s ease-in-out;
}
.speaker-card:hover {
    transform: scale(1.1);
}
/* .speaker-card img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
    border: 1px solid #471702;
} */
.speaker-card img {
border-radius: 50%;
width: 150px;
height: 150px;
object-fit: cover;
margin-bottom: 15px;
border: 4px solid white; /* Inner border */
box-shadow: 0 0 0 1.5px #772502; /* Outer border effect */
}
.speaker-name {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    position: relative;
    /* display: inline-block; */
}
/* .speaker-name::after {
    content: "";
    width: 50%;
    height: 3px;
    background-color: #772502;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
} */
.speaker-designation {
    font-size: 0.9rem;
    color: #555;
    /* color:#471702; */
    /* font-weight: 600; */
}
@media (max-width: 576px) {
.speaker-card img {
width: 120px;  /* Reduce size on small screens */
height: 120px;
}
.speaker-name {
font-size: 0.9rem; /* Adjust font size */
}
.speaker-designation {
font-size: 0.8rem;
}
}


/* partner section */

.partner-logo {
    max-width: 200px;
    height: auto;
}
.sub-heading2 {
    color: grey!important;
    font-size: 1.2rem;
}
.partner-title {
    color: grey;
    font-size: 1rem;
    margin-top: 10px;
}


/* contact us section css */




.contact-section {
/*    background-color: #471702;*/
background: linear-gradient(135deg, #051937, #004d4d, #00bf9a);
    color: white;
    padding: 30px 0;
}
.contact-heading {
    color: #f15A29;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}
.contact-heading::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #f15A29;
    margin: 10px auto 0;
}
.sub-heading {
    color: #f15A29;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.contact-box {

    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.contact-box:hover {
    /* transform: scale(1.05);
    box-shadow: 0px 8px 16px rgba(255, 255, 255, 0.2); */
}
.contact-box h5 {
    font-size: 18px;
    font-weight: bold;
}
.contact-box p {
    margin-bottom: 5px;
}
.divider {
    width: 80%;
    height: 2px;
    background-color: white;
    margin: 30px auto;
}


/* <!-- footer section css -->/ */

    .footer-section {
/*        background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
/*        background: linear-gradient(to bottom, #68a7d5);*/
        color: #772502;
        padding: 5px 0;
        text-align: center;
    }
    .footer-section h3 {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .social-icons {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
    }
    .social-icons a {
        width: 40px;
        height: 40px;
        background: #68a7d5;
        color: black;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
        transition: transform 0.3s, box-shadow 0.3s;
        text-decoration: none;
    }
    .social-icons a:hover {
        transform: scale(1.1);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }
   
    .copyright {
        font-size: 14px;
        font-weight:500;
    }

 

    .agenda-section{
          
          width: 80%;
         padding-bottom: 5rem;
    
    
    }
    
    


    /*  key sectors covered section  */

.key-sectors {
/*    background: url('../images/Cover\ \(1\).jpg') no-repeat bottom center/cover;*/
    padding: 40px 0;
    text-align: center;
    background-attachment: fixed;
}

.key-sectors h2 {
    color: #293895;
    font-weight: 650;
    margin-bottom: 30px;
}
.sector-box {
    /* border: 2px dotted #471702; */
    border:2px solid #f15A29;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
    /* background-color: #fff; */
    /*    background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
     background: linear-gradient(to bottom, #e99943, #afdfe4);

    color:black;
    border-radius: 20px;

}
.sector-box2{
    /* border: 1px solid #471702; */
    padding: 10px;
    text-transform: uppercase;
      /* padding: 10px 0px; */
      margin-bottom: 2rem;
      display: inline-block;
      
    font-weight: bold;
    color: white;
    transition: all 0.3s ease-in-out;
    /* background-color: #fff; */
/*    background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
    /* background-color: #F15A29; */
    color:black;
    border-radius: 20px;
    font-size:28px;
}
.sector-box:hover {
    background-color: #471702;
    color: black;
}



/* who should Attend css  */



.attend-section {
    padding: 40px 0;
    text-align: center;
/*    background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
/*background: linear-gradient(to bottom, #8fdfb1, #afdfe4);*/
   
}

.attend-heading {
    font-size: 28px;
    font-weight: bold;
    color: #293895;
    margin-bottom: 30px;
    font-weight: 770;
}
.attend-heading::after {
        content: "";
        display: block;
        width: 200px;
        height: 3px;
        background-color: #293895;
        margin: 10px auto 0;
    }

.attend-card {
    /* background-color: #943A1A; */
     background-color: #471702;

    color: white;
    font-weight: 600;
    padding: 15px;
    border-radius: 30px;
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); */
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    border:2px solid #F15A29;
}


.attend-card:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
    background-color: #5a220c;
}

@media (max-width: 767px) {
    .attend-heading {
        font-size: 31px;
    }

    .attend-card {
        font-size: 16px;
        padding: 12px;
        
        
    }
}

@media (max-width: 576px) {
    .attend-heading {
        font-size: 31px;
    }

    .attend-card {
        font-size: 16px;
        padding: 12px;
        
        
    }
}
.attend-card {
position: relative;
display: flex;
align-items: center;
justify-content: flex-start;
/* margin: 0 1rem!important; */

}
.attend-data{
       
    padding-left: 1rem;

}

.arrow-icon {
width: 24px;
height: 24px;
background: #f15a29;
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
/* margin-left: 5px; */
}

.attend-card:hover .arrow-icon {
background: #d14a1f;
}

/* Responsive Design */
@media (max-width: 768px) {
.attend-card {
    font-size: 14px;
    padding: 12px;
}

.arrow-icon {
    width: 20px;
    height: 20px;
    font-size: 12px;
}
/* .attend-specific-section{
      position: relative;
      left: -.1rem!important;
} */
}





/* about us section css */


    .about-section {
        background: url('../images/Screenshot-about.jpeg') no-repeat center center;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
        padding: 60px 0;
        color: white;
        
        text-align: center;
    }
    .about-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); 
        /* Dark Overlay for Better Readability */
    }
    .about-content {
        position: relative;
        z-index: 1;
        /* max-width: 800px; */
        margin: 0 auto;
    }
    .about-heading {
        font-size: 36px;
        font-weight: bold;
        color: #293895;
        margin-top: -1.5rem;
        margin-bottom: 20px;
    }
    .about-text {
        font-size: 18px;
        line-height: 1.6;
    }



   
    /* Section Styling */

     /* .reasons-section {
        background: linear-gradient(to bottom, #DFB58F, #FFFFDC);
        padding: 30px 0;
        color: white;
    }

    .reasons-content {
        padding: 20px;
       
    }

    .reasons-title {
        color: #471702;
        font-weight: bold;
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 20px;
        white-space: nowrap;
    }

    @media (max-width:576px){
        .reasons-title{
            font-size: 27px;
            padding-left: 0;
            list-style-position: inside;
            text-align: left;
        }
        .reasons-list li{
            padding-left: 2rem;
            
        }


    }
     @media (max-width:767px){
        .reasons-title{
            font-size: 27px;
            padding-left: 0;
            list-style-position: inside;
            text-align: left;
        }
        .reasons-list li{
            padding-left: 2rem;
        }


    }
     
     

    .reasons-list {
        list-style: none;
        padding: 0;
        font-size: 18px;
    }

    .reasons-list li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 25px;
        color: black;
        font-weight: 550;
        text-align: left;
    }

    .reasons-list li i {
        position: absolute;
        left: 0;
        top: 3px;
        color: #F15A29;
        font-size: 18px;
    }

   
    .image-container {
        position: relative;
        height: 100%;
        padding-right: 0; 
    }

    .image-container img {
        width: 100vw; 
        height: 100%;
        object-fit: cover;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    }

    @media screen and (max-width: 767px) {
       
         .data{
          
            padding-left: -1rem;
           
        }
    }

   
    @media (max-width: 992px) {
        .reasons-content {
            border-left: none;
            text-align: center;
        }

        .image-container {
            text-align: center;
            margin-top: 20px;
        }

        .image-container img {
            clip-path: none;
            border-radius: 10px;
            width: 90%!important;
            height: auto;
        }
       
    }


 */

    



    /* Section Styling */
    .reasons-section {
/*        background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
background: linear-gradient(to bottom, #63badd, #afdfe4);
        padding: 30px 0;
        color: white;
    }

    /* Content Box */
    .reasons-content {
        padding: 20px;
       
    }

    /* Heading Styling */
    .reasons-title {
        color: #471702;
        font-weight: bold;
        font-size: 27px;
        text-transform: uppercase;
        margin-bottom: 20px;
        white-space: nowrap;
    }
 
 

    /* List Styling */
    .reasons-list {
        list-style: none;
        padding: 0;
        font-size: 18px;
    }

    .reasons-list li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 25px;
        color: black;
        font-weight: 550;
    }

    .reasons-list li i {
        position: absolute;
        left: 0;
        top: 3px;
        color: #F15A29;
        font-size: 18px;
    }

    /* Image Styling */
    .image-container {
        position: relative;
        height: 100%;
        padding-right: 0; /* Remove padding to stretch full width */
    }

    .image-container img {
        width: 100vw; /* Take full viewport width */
        height: 100%;
        object-fit: cover;
        clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        .reasons-content {
            border-left: none;
            text-align: center;
        }

        .image-container {
            text-align: center;
            margin-top: 20px;
        }

        .image-container img {
            clip-path: none;
            border-radius: 10px;
            width: 90%;
            height: auto;
        }
        .reasons-title{
            font-size: 27px;
         }

    }
    @media (max-width: 576px) {
    .reasons-list {
        padding-left: 0;
        list-style-position: inside;
        text-align: left;
    }
    .reasons-list li {
        padding-left: 2rem;
    }
}

/* order alignment css */

    @media (max-width: 991px) { 
        .reasons-section .container .row {
            display: flex;
            flex-direction: column;
        }
        
        .reasons-section .container .row .col-lg-6 {
            order: initial; 
        }
    
        .reasons-section .container .row .col-lg-6.image-container {
            order: -1; 
            margin-bottom: 20px; 
        }
    
        .reasons-section .container .row .col-lg-6 ul {
            text-align: start;
        }
    }
    


    
/* fixed side bar  */

.fixed-sidebar {
    position: fixed;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.register-button a {
  text-decoration: none;
  color: #471702;
  transition: color 0.3s ease;
}
.register-button:hover a,
.register-button a:hover {
  color: #ffffff;   
}


/*.register-button,.sidebar-icons a {
background: linear-gradient(to bottom, #68a7d5);
color: #471702;
padding: 15px 10px; 
text-align: center;
margin-bottom: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
writing-mode: vertical-lr;
text-orientation: mixed;
font-size: 16px;
font-weight: 500;
width: 40px;  
margin-left: 3rem!important;
}*/
.register-button,
.sidebar-icons a {
  /* background: linear-gradient(to bottom, #DFB58F, #FFFFDC); */
  background: linear-gradient(to bottom, #68a7d5);
  color: #471702;
  padding: 15px 10px; 
  text-align: center;
  margin-bottom: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  font-size: 16px;
  font-weight: 500;
  width: 40px;  
  margin-left: 3rem !important;
  transition: color 0.3s ease, box-shadow 0.3s ease;
}
.register-button:hover,
.sidebar-icons a:hover {
  color: #ffffff;   
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); 
}




.sidebar-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    
}
.sidebar-icons a {
    display: block;
/*    background: linear-gradient(to bottom, #DFB58F, #FFFFDC);*/
    background: linear-gradient(to bottom, #68a7d5);
    color: #471702;
    padding: 10px;
    margin-bottom: 9px;
   width:40px;
    text-align: center;
    margin-left: 3rem!important;
    text-decoration: none;

}





