html {
    background: #F9F9FC;
}

body {
    overflow-y: auto;
    overflow-x: hidden;
    font-family: "Segoe UI", "Segoe WP", "Helvetica Neue", sans-serif;
    background: #F9F9FC;
}

header {
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
    background-color: #0F324B;
    padding-top: 6px;
    padding-bottom: 10px;
    height: 60px;
    -webkit-font-smoothing: antialiased;
    z-index: 1000;
}

.nav-pills > li {
    float: right;
}

.nav > li {
    position: relative;
    display: block;
}

header .nav img {
    width: 42px;
    height: 42px;
}

header .nav img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.nav > li > a {
    padding: 3px 10px;

}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li > a:active {
    background: none;
}

.hero {
    background-color: #182848;
    background-image: -webkit-linear-gradient(-360deg, #3c77a2 10%, #2e4779 90%);
    background-image: linear-gradient(90deg, #3c77a2 10%, #2e4779 90%);
    box-shadow: 3px 8px 32px rgba(0, 0, 0, 0.12);
}

.hero-video-container {
    text-align: center;
}

.hero-video-container img {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    opacity: 1;
    cursor: pointer;
}

.hero-video-container, .hero-value-container {
    padding: 50px 0;
    color: white;
}

.hero h1 {

    line-height: 1.1em;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    font: 300 3.5em/100% sans-serif;
    color: white;
    margin-top: 0;
    margin-bottom: 25px;
}

.hero p {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    font-size: 1.4em;
    color: #fff;
    padding-right: 20px;
    margin-bottom: 25px;
}

.hero .about-body {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    list-style-type: none;
    font-size: 26px;
    line-height: 2;
    padding-left: 0;
    font-family: cursive;
    margin-bottom: 25px;
}

.hero .cta-container {
    padding: 10px 10px 0 0;
    display: inline-block;
    vertical-align: top;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.herobutton {
    font-size: 1.1em;
    text-transform: uppercase;
    box-shadow: none;
    font-weight: bold;
    padding: 10px 30px;
    position: relative;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 26px;
}

.btn-hero {
    color: #2a5d82;
    border: solid 2px #FDC12E;
    background-color: #FDC12E;
}

.btn-hero:hover {
    background-color: #f7bb2e;
}

.btn-hero-full {
    color: #fff;
    border: solid 2px #fff;
    background: none;
}

.btn-hero-full:hover,
.btn-hero-full:focus {
    color: #8191B1;
    border-color: #8191B1
}

.cta-container .dropdown-menu {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    z-index: 1000;
}

.getting-started {
    text-align: center;
}

.donate {
    padding: 60px 0;
}

.donate .row {
    margin: 0;
}

.donate-form {
    background: #eee;
    border-radius: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #356493;
    padding: 0;
}

.donate-form .donate-header {
    padding-top: 5px;
    font-size: 20px;
    border: 1px solid #356493;
    background: #2a5d82;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
}

.donate-form .amount-choices {
    text-align: center;
    margin: 10px 0;
    padding: 0;
}

.donate-form .amount-choices li {
    display: inline-block;
    margin: 5px;
}

.donate-form .amount-choices a {
    background: #fff;
    border: 1px solid #356493;
    border-radius: 100%;
    color: #356493;
    display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 60px;
}

.donate-form form {
    text-align: center;
}

.donate-form .button-row {
    height: 50px;
    text-align: center;
}

.donate-form .donate-button {
    width: 280px;
    background: #0F324B;
    background: linear-gradient(#356493, #0F324B);
    color: #fff;
    border: 1px solid;
    border-radius: 19px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    line-height: 18px;
    margin: 5px 0;
    padding: 10px 30px;
}

.donate-form .donate-button:hover {
    background: #356493;
    background: linear-gradient(#0F324B, #356493);
}

.donate-form .donate-footer {
    padding-top: 10px;
    color: #356493;
    font-size: 18px;
    font-weight: bold;

}

.who-we-are .how-to {
    margin-bottom: 20px;
}

.who-we-are .how-to a {
    font-size: 1.3em;
    line-height: 2;
}

.who-we-are .how-to h2 {
    margin: 0;
    color: #0F324B;
    font-weight: bold;
    text-decoration: underline;
}

.who-we-are p {
    font-size: 23px;
    color: #0F324B;
    line-height: 2.5;
    font-style: italic;
    background: url(http://d2xp9zq225gee5.cloudfront.net/img/quote.png) no-repeat 8px 8px;
    padding: 10px 0 0 65px;
}

.pagination-container {
    width: 1000px;
    margin: 0 auto;
}

.pagination > li > a, .pagination > li > span {
    color: #0F324B;
    font-weight: 400;
}

.gallery {
}

.gallery .file-name {
    font-weight: bold;
    font-size: 16px;

}

.gallery .user-name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: lavender;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 250px;
}

.thumbnail {

    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    color: black;
    text-decoration-style: none;
    width: 100%;
    height: 100%;
    margin-bottom: 40px !important;
    background-image: url('../img/robo-logo128x128.png');
    background-repeat: no-repeat;
    background-position: center;
}

.thumbnail:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    border: none;
    text-decoration: none;
    color: black;
    text-decoration-style: none;
}

.thumbnail > img, .thumbnail a > img {
    width: 100%;
    height: 100%;
}

.store-icons {

    margin-bottom: 50px;
    margin-top: 50px;
    width: 100%;
    padding-right: 150px;
}

.store-icons a {
    text-decoration: none;
    color: #2773AE;
}

.store-icons p:nth-child(2) a:hover {
    text-decoration: underline;
}

.store-icons span {
    color: red;
    font-size: 18px;
}

.footer {
    position: relative;
    height: 60px;
    clear: both;
    padding-top: 9px;
    background-color: #0F324B;
    text-align: center;

}

.footer .container-fluid{
    background-color: #0F324B;
}

.footer .social-networks a {
    text-decoration: none;
    font-size: 30px;
    line-height: 1.1;
    float: left;
}

.footer .social-networks img {

    width: 36px;
    height: 36px;
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.footer .social-networks img.mail {
    width: 192px;
    height: 20px;
    margin-top: 0;
}

.footer .social-networks img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

}

.copy-rights {
    line-height: 2.7;
    font-size: 1em;
    padding: 10px 0;
    color: white;

}

.store-icons h1 {

    font-family: "futura-pt", 'Helvetica Neue';
    font-weight: 300;
    font-size: 54px;
    color: #0F324B;
    margin-bottom: 0px;
}

.store-icons p {

    color: #494848;
    font-size: 20px;

}

.store-icons p:nth-child(2) {

    text-align: center;
}

.store-icons p:first-child {

}

.store-icons div:last-child p {
    font-size: 25px;

}

p.chrome-store {
    font-size: 17px;
}

p.chrome-store a {
    font-size: 16px;

}

.cta-group p {
    font-size: 14px;
    color: black;

}

.content {
    padding-top: 30px;
    text-align: center;
}

.event {
    margin: 0 auto;
    padding-bottom: 30px;
}

.title {
    text-align: center;
    padding-bottom: 20px;
}

.title h2 {
    font-weight: 600;
}

.testimonial-title {
    padding-bottom: 50px;
}

.gallery-title {
    padding-bottom: 20px;
}

.gallery-title h2 {
    margin: 0 !important;
    padding: 20px 0;
}

.testimonial-title h2, .events-title h2 {
    font-size: 2.4em;
    text-transform: uppercase;
    letter-spacing: 0.10em;
}

.border {
    display: block;
    width: 100px;
    height: 2px;
    background: #222222;
    margin: 0 auto;
}

.testimonial-list {
    max-width: 600px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;

}

.testimonial-row .image-cell {
    width: 70px;
    padding-top: 5px;
    vertical-align: top;
}

.testimonial-list td {
    padding-bottom: 20px;
}

.testimonial-list .image-cell img {
    width: 48px;
    height: 48px;
}

.testimonial-row img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.testimonial-row .text-cell {
    vertical-align: top;
}

.testimonial-list td {
    padding-bottom: 20px;
}

.testimonial-list p {
    color: #424242;
    font-size: 15px;
    line-height: 1.6em;

}

.text-cell p:first-child {

    font-size: 20px;
    margin-bottom: 0px;

}

.text-cell p:first-child a {
    font-size: 16px;

}

.tweet-wrapper {
    width: 47%;
    float: left;
    line-height: 1.3em;
    font-size: 14px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 3%;
    padding: 10px;
    background-color: white;
    min-height: 120px;
    max-height: 120px;
    border: 0.5px solid lightgrey;
}

.tweet-wrapper .tweet-image img {
    float: left;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    width: 100px;
    height: 100px;
    border: 1px solid #e3eaf2;
}

.tweet-wrapper .tweet-content {
    margin-left: 110px;
    font-size: 11px;
    color: #707070;
    font-weight: bold;
}

.tweet-wrapper .tweet-content .tweet-highlight {
    text-transform: uppercase;
    color: #20130b;
    font-weight: bold;
    font-size: 13px;
}

.tweet-wrapper .tweet-content p {
    text-align: left;
    margin-bottom: 3px !important;
    word-break: break-word;
}

.event .carousel {
    width: 30%;
    float: left;
    margin: 1.5%;
    border: 3px solid white;
}

.event .carousel-inner > .item > img,
.event .carousel-inner > .item > a > img {
    width: 100%;
}

.cofounder-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 0 0;
}

.plan {
    text-align: center;
    padding-top: 50px;
}

.standard-plan .plan-inner {

    position: relative;
    background-color: #ECECEC;

}

.plan h2 {
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    line-height: 1.1;
    color: white;
    background-color: #254261;
    text-transform: uppercase;
}

.plan .plan-price {

    border-bottom: 1px solid #dddddd;
}

.plan .plan-price .price-back {
    background-color: #254261;
    color: white;
    border-radius: 40px;
    padding: 8px 9px;
}

.plan-price h3 {

    position: relative;
    font-size: 38px;
    margin-bottom: 0;
    color: #136fd2;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.plan-price h3 span {
    font-weight: 400;
}

.plan-price p {
    color: #136fd2;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.625;
    margin: 0 0 10px;
}

.standard-plan a.btn-lg, .standard-plan a:visited.btn-lg {
    color: #ffffff;
    background-color: #254261;
    border: none;
    padding: 17px 20px;
    line-height: 1.33;
    display: inline-block;
    box-shadow: -3px -5px 0 #0F324B inset;
}

.plan a.btn-lg, .plan a:visited.btn-lg {
    border-radius: 3px;
    background-clip: padding-box;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    word-spacing: 5px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.standard-plan a.btn-lg:hover, .standard-plan a:visited.btn-lg:hover {
    background-color: #0F324B;
    color: #ffffff;

}

.plan ul {
    padding: 15px 40px;
    margin: 0;
    text-align: left;
    line-height: 2.6;
    list-style: none;
    font-weight: bold;
    color: #254261;
    border-bottom: 1px solid #dddddd;
}

.plan ul li .glyphicon {
    color: #254261;
    padding-right: 10px;
    font-size: 20px;
    top: 5px;
}

.plan .plan-free p.free-copy {
    padding: 15px 40px;
    text-align: left;
    color: #254261;
    line-height: 2.2;
    margin-bottom: 0px;

}

.plan p.user-versions {
    text-align: center;
    color: #254261;
    font-weight: bold;
    color: maroon;
}

.btn-container {
    width: 200px;
    margin: 10px auto;
}

#studentProjectPager ul li a,
#pager ul li a {
    border: 1px solid #254E71;
}

.backup-image {

    width: 200px;
}

.margin-center {
    width: 1000px;
    margin: 0 auto;
}

#logo {
    margin-top: 0px;
    width: 280px;
}

#logo-group > span {
    height: 100%;
}

#logo img {
    width: 280px;
}

.premiumFilterDiv {
    margin: 21px 0;
    display: inline-block;
}

.help-container {
    font-size: 20px;
    margin-top: 20px;
    width: 500px;
    text-align: center;
}

.user-guide {
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
}

.thanking-screen .thank-container {
    margin-top: 20px;
    text-align: center;
}

.thanking-screen .thank-container div {
    padding-top: 20px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.thanking-screen .first-row, .second-row {
    height: 50%;
}

.thanking-screen .first-row {
    background-color: #182848;
    background-image: -webkit-linear-gradient(-360deg, #2a5d82 10%, #182848 90%);
    background-image: linear-gradient(90deg, #2a5d82 10%, #182848 90%);
    border-bottom: solid 1px #1F3B5D;
}

.thanking-screen .thank h1 {
    line-height: 1em;
    font: 300 3em/100% Segoe UI;
    color: white;
}

.thanking-screen .refer p {

    font-size: 1.3em;
    color: #c0c8d8;
    padding-top: 20px;
    letter-spacing: normal;
}

.thanking-screen .social {
    padding-top: 35px !important;
}

.thanking-screen .social a {
    text-decoration: none;
}

.thanking-screen .social img {
    border-radius: 6px;
    width: 175px;
    height: 32px;
    margin-right: 20px;
}

.thanking-screen .social img:hover {
    opacity: 0.8;
}

.thanking-screen .roundlogo img {
    background: #2a5d82;
    border-radius: 100%;
    border: 3px solid white;
    margin-right: 20px;
}

.thank-container .copy-rights {
    color: #182848;
}

.thanking-screen .thank-container .btn-hero {
    color: #F3F4F7;
    border: solid 2px #2a5d82;
    background-color: #2a5d82;
}

.thanking-screen .thank-container .btn-hero:hover {
    color: white;
    border-color: #182848;
    background-color: #3880b3;
}

.slick-prev:before,
.slick-next:before {
    color: #2f4f4f !important;
}

.gallery-img-div:nth-child(4n+1),
.student-project-img-div:nth-child(4n+1) {
    clear: both;
}

/*
#galleryWrapper:hover .gallery-img-div:not(:hover),
#studentProjectsWrapper:hover .student-project-img-div:not(:hover){
    opacity: 0.5;
}*/

.gallery-container {
    background-size: contain;
}

.presentation a img {
    max-width: 100%;
    border: 3px solid white;
    border-radius: 15px;
    height: 320px;
}

.article {
    margin: 0 auto;
    padding-bottom: 30px;
}

.article-and-language {
    margin: 0;
}

.article-container {
    overflow-y: auto;
}

.article-wrapper {
    padding: 15px 0 0 0;
    font-size: 11px;
    color: #707070;
    font-weight: bold;
}

.article-wrapper p {
    margin-bottom: 0;
}

.article-wrapper .article-title {
    text-transform: uppercase;
    color: #20130b;
    font-weight: bold;
    font-size: 14px;
}

.article-wrapper .article-sub-title {
    color: #414141;
    font-weight: bold;
    font-size: 13px;
}

.language-doc .article-wrapper {
    display: block;
    padding: 10px;
    width: 25%;
    min-height: 140px;
    max-height: 150px;
    float: left;
}

.language-doc .article-wrapper .article-title {
    margin-bottom: 5px;
}

.article-link {
    margin-top: 5px;
}

.article-title img {
    margin: 0 5px 0 0;
    vertical-align: text-top;
}

.article-wrapper p em {
    color: lightcoral;
}

.india-materials {
    clear: both;
    font-size: 12px;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid lightgray;
}

.india-materials p {
    margin: 0;
    word-break: break-word;
}

.language-doc .article-link img {
    float: left;
    margin: 5px 5px 0 0;
}

.language-doc .article-link a {
    word-break: break-word;
}

.blog-link, .twitter-link {
    padding: 6px 15px !important;
    font-size: 30px !important;
}

.blog-link {
    color: #fd8b22 !important;
    position: relative;
}

.twitter-link {
    color: deepskyblue !important;
    font-size: 36px!important;
}

.blog-icon-text {
    position: absolute;
    font-size: 12px;
    font-weight: bolder;
    top: 16px;
    left: 17.5px;
    color: #0f324b;
}

.blog-link .fa{
    background: #fd8b22;
    border-radius: 5px;
    padding: 0 2.5px;
}

.twitter-link i{
    vertical-align: top;
}

.slick-slide img{
    max-width: 100%;
    height: 320px;
}

.pictorial-guide-container{
    margin-bottom: 25px!important;
}

.pictorial-img{
    width: 100%!important;
    margin-bottom: 25px!important;
    max-height: 240px!important;
    border: 0.5px solid lightgrey;
}

.user-info{
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: indianred;
}

.terms_policy{
    font-size: 15px!important;
    color: #e6e6e6 !important;
    padding: 15px!important;
}
.terms_policy:hover{
    color: white!important;
    text-decoration: underline!important;
}

/*Mobile Related Styles handled by Media query*/

@media (min-width: 320px) and (max-width: 768px) {

    .hero h1{
        font: 300 2em/100% sans-serif!important;
    }
    .hero p{
        font-size: 1em!important;
    }
    .hero .about-body{
        font-size: 20px!important;
    }

    .hero-video-container,
    .hero-value-container {
        padding: 50px 30px!important;
    }

    .hero-video-container img{
        max-width: 100%!important;
    }
    .tweet-wrapper{
        width: 97%!important;
        max-height: none!important;
    }

    .language-doc .article-wrapper{
        width: 100%!important;
        max-height: none!important;
    }

    .margin-center {
        width: 100%!important;
        margin: 0 auto!important;
    }

    .nav-pills{
        position: absolute;
        right: 0;
        top:5px;
    }

    .presentation a img,
    .slick-slide img{
        height: 180px!important;
    }
    .copy-rights{
        display: none;
    }

    .info-mail{
        float: left!important;
        margin-bottom: 20px!important;
    }

    .pagination>li>a, .pagination>li>span{
        padding: 3px 6px!important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .hero-video-container,
    .hero-value-container {
        padding: 50px 30px!important;
    }

    .hero-video-container img{
        max-width: 100%!important;
    }
    .tweet-wrapper{
        max-height: none!important;
    }

    .language-doc .article-wrapper{
        max-height: none!important;
    }

    .margin-center {
        margin: 0 auto!important;
    }
}

.credibility-banner {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.header {
    background: #2d3748;
    color: white;
    padding: 16px;
    text-align: left;
    position: relative;
}

h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.organizations {
    padding: 0;
}

.org-item {
    background: #ffffff;
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.org-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #2d3748;
    transition: width 0.3s ease;
}

.org-item:hover {
    background: #fafbfc;
    transform: translateX(4px);
}

.org-item:hover::before {
    width: 4px;
}

.org-item:last-child {
    border-bottom: none;
}

.org-logo-wrapper {
    flex-shrink: 0;
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9fc;
    border-radius: 10px;
    padding: 2px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.org-item:hover .org-logo-wrapper {
    background: #f1f0f0;
    border-color: lightgrey;
    box-shadow: 0 4px 12px rgba(45, 55, 72, 0.15);
}

.org-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.org-content {
    flex: 1;
    min-width: 0;
}

.org-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.org-description {
    font-size: 13px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 8px;
}

.org-link {
    display: inline-block;
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s;
    border: 1px solid #2563eb;
    padding: 4px 12px;
    border-radius: 6px;
}

.org-link:hover {
    background: #2563eb;
    color: white;
    text-decoration: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.org-item {
    animation: fadeIn 0.5s ease forwards;
    opacity: 0;
}

.org-item:nth-child(1) { animation-delay: 0.1s; }
.org-item:nth-child(2) { animation-delay: 0.2s; }
.org-item:nth-child(3) { animation-delay: 0.3s; }

/* Announcement Banner Styles */
.announcement-banner {
    background-color: #182848;
    background-image: -webkit-linear-gradient(-360deg, #2e4779 10%, #3c77a2 90%);
    background-image: linear-gradient(90deg, #2e4779 10%, #3c77a2 90%);
    padding: 28px 60px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.6s ease-out;
    padding-top: 36px;
}

.announcement-marquee {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg,
        #ff6b6b 0%,
        #feca57 12.5%,
        #48dbfb 25%,
        #1dd1a1 37.5%,
        #ff9ff3 50%,
        #54a0ff 62.5%,
        #feca57 75%,
        #ff6b6b 87.5%,
        #ff6b6b 100%);
    background-size: 200% 100%;
    animation: marqueeSlide 8s linear infinite;
    z-index: 10;
}

@keyframes marqueeSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

.announcement-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(147, 197, 253, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(96, 165, 250, 0.1) 0%, transparent 50%);
    animation: backgroundShift 8s ease-in-out infinite;
    pointer-events: none;
}

@keyframes backgroundShift {
    0%, 100% { transform: translateX(0) scale(1); }
    50% { transform: translateX(20px) scale(1.05); }
}

.announcement-banner::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-30px, 20px); }
}

.announcement-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.announcement-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.new-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: fit-content;
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.badge-icon {
    font-size: 14px;
    animation: sparkle 1.5s ease-in-out infinite;
    display: inline-block;
}

@keyframes sparkle {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.2); }
}

.announcement-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.robo-highlight {
    color: #93c5fd;
    position: relative;
    display: inline-block;
}

.robo-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #60a5fa, #93c5fd);
    border-radius: 2px;
    opacity: 0.6;
}

.announcement-subtitle {
    color: #dbeafe;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
    max-width: 600px;
}

.announcement-cta-button {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    color: #1e40af;
    padding: 18px 42px;
    border-radius: 14px;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    white-space: nowrap;
    letter-spacing: -0.2px;
    border: 2px solid rgba(255, 255, 255, 1);
    position: relative;
    overflow: hidden;
}

.announcement-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.1), transparent);
    transition: left 0.6s ease;
}

.announcement-cta-button:hover::before {
    left: 100%;
}

.announcement-cta-button:hover {
    transform: translateY(-4px);
    box-shadow:
        0 12px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    background: #f8fafc;
}

.announcement-cta-button:active {
    transform: translateY(-2px);
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.announcement-cta-button:hover span {
    text-decoration: underline;
}

.cta-arrow {
    font-size: 18px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: none!important;
}

.announcement-cta-button:hover .cta-arrow {
    transform: translateX(6px);
    text-decoration: none!important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive styles for announcement banner */
@media (min-width: 320px) and (max-width: 768px) {
    .announcement-banner {
        padding: 20px 16px;
        padding-top: 28px;
    }

    .announcement-content {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .announcement-left {
        align-items: center;
        gap: 12px;
    }

    .announcement-title {
        font-size: 22px;
    }

    .announcement-subtitle {
        font-size: 13px;
    }

    .new-badge {
        font-size: 11px;
        padding: 7px 14px;
    }

    .announcement-cta-button {
        width: 100%;
        justify-content: center;
        padding: 15px 32px;
        font-size: 16px;
    }

    .cta-arrow {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .announcement-banner {
        padding: 24px 20px;
        padding-top: 32px;
    }

    .announcement-title {
        font-size: 26px;
    }

    .announcement-subtitle {
        font-size: 14px;
    }

    .announcement-cta-button {
        padding: 16px 36px;
        font-size: 17px;
    }
}
