/* overriding  */
.row {
    margin-bottom: 0;
}

.header-text {
    color: #606060;
}
.header-text p{
    font-size: 20px;
}

.header {
    position: relative;
    text-align: center;
    color: white;
}

.header-image {
    width: 100%;
    height: auto;
    display: block;
}

.header-text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    background: rgba(0, 0, 0, 0.3); 
    padding: 20px 30px;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: fadeInSlideUp 1s ease-out forwards;
}

@keyframes fadeInSlideUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.header-text-overlay h1 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

.header-text-overlay .description {
    font-size: 1.1rem;
    color: #f0f0f0;
}

@media(max-width: 768px) {
    .header-text-overlay h1 { font-size: 2.2rem; }
    .header-text-overlay { padding: 15px 20px; }
}


@media(max-width: 768px){
    .header-image {
        max-width: 100vw;
    }
    .header-content-int p{
        margin-bottom: 2rem;
    }
    .header-content-int h1{
        margin-top: 1.5rem;
    }
}


/* HEADER */
/* .container-header {
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.header img {
    width: 100%;
}
.header {
    position: relative;
    text-align: left;
    padding: 0;
}

.header-text {
    position: absolute;
    top: 50%;
    right: 28%;
    transform: translate(50%, -50%);
    color: #606060;
}

.header-text p {
    width: 50%;
    margin: 0;
}
.header-text {
    transform: translate(60%, -50%);
    right: 20%;
}
@media (max-width: 978px){
    .header-text h1  {
        font-size: 40px;
    }
    .header-text p {
        font-size: 14pt;
    }
}

@media (max-width: 900px) {

    .header-text {
        padding-right: 10px;
    }

    .container-header {
        padding-left: 0;
        padding-right: 0;
    }

    .header-text h1 {
        font-size: 24px;
    }
}

@media (max-width: 780px) {
    .header-text {
        top: 50%;
        right: 10%;
        transform: translate(50%, -50%);
        color: #606060;
        word-wrap: break-word;
    }
} */

/* UNDER HEADER SECTION  */
.under_header {
    background-color: #68758B;
    color: white;
    padding: 60px 50px; 
}

.under_header .col-md-6:first-child {
    text-align: left;
}

.under_header .col-md-6:last-child {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.under_header p {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.9rem;
    opacity: 0.8;
}

.under_header h3 {
    font-size: 2.5rem; 
    font-weight: 300; 
    line-height: 1.4;
}

.talent-creed {
    max-width: 400px;
}

.talent-creed h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.talent-creed p {
    font-size: 1rem;
    line-height: 1.6;
    color: #f0f0f0;
    text-transform: none;
    letter-spacing: normal;
    opacity: 1;
}

@media (max-width: 767px) {
    .under_header h3 {
        font-size: 20px;
    }
    .under_header {
        padding: 20px 20px;
    }
    
    .under_header .col-md-6:first-child,
    .under_header .col-md-6:last-child {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .under_header .col-md-6:last-child {
        justify-content: center;
    }
    
    .talent-creed {
        max-width: 100%;
    }
    
    .talent-creed h4 {
        font-size: 1.2rem;
    }
    
    .talent-creed p {
        font-size: 0.9rem;
    }
}

/* VALUES TITLE */
.box_title {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #606060;
    margin-top: 3rem;
}

.box_title h2 {

    font-weight: 600;
}

/* BOXES (old)

.box {
    background-color: #F5F5F5;
    padding: 20px;
    text-align: left;

    margin-bottom: 10px;
    height: 350px;
}

.box1 {
    height: 300px;
}

.box2 {
    height: 355px;
}

.box3 {
    height: 320px
}

*/

@media (max-width: 1000px) {
    .row>div[class^="col-"] {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .box {
        height: auto;
    }
}

.container_boxes {
    max-width: 980px;
}

/* reduce margin between boxes */
.row-boxes>div[class^="col-"] {
    padding: 0 5px;
}

.box-text {
    max-width: 100%;
    overflow-wrap: break-word;
}


/* CAROUSEL   */
.container_princ {
    margin-top: 3rem;
}
.carousel {
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
}

.carousel-item img {
    background: transparent;
    height: 100px;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    width: 80%;
}

.carousel-caption {
    bottom: auto;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
    margin: 0;
}

@media (max-width: 900px) {
    .container_princ {
        margin-bottom: 30px;
    }
}

/* SOCIAL FONTAWSOME */
.social-media-icons {
    font-size: 20px;
    color: #606060;
}

.social-media-icons i {
    margin-right: 10px;
}

.values-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.value-item {
    position: relative;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
}

.value-item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.value-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #68758B, #4a90e2, #7b68ee);
    background-size: 200% 100%;
    animation: shimmer 3s linear infinite;
}

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

.value-content {
    padding: 35px 30px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.value-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #68758B, #4a90e2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
}

.value-item h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.value-item p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5a6c7d;
    margin-bottom: 20px;
    flex-grow: 1;
}

.value-actions {
    margin-top: auto;
}

.value-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    background: transparent;
    border: 2px solid #68758B;
    color: #68758B;
    text-decoration: none;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.value-btn:hover {
    background: #68758B;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(104, 117, 139, 0.3);
}

.value-btn i {
    margin-right: 6px;
    font-size: 0.8rem;
}

/* value icon color */
.value-item:nth-child(1) .value-icon { background: linear-gradient(135deg, #e74c3c, #c0392b); }
.value-item:nth-child(2) .value-icon { background: linear-gradient(135deg, #3498db, #2980b9); }
.value-item:nth-child(3) .value-icon { background: linear-gradient(135deg, #9b59b6, #8e44ad); }
.value-item:nth-child(4) .value-icon { background: linear-gradient(135deg, #f39c12, #e67e22); }
.value-item:nth-child(5) .value-icon { background: linear-gradient(135deg, #27ae60, #229954); }
.value-item:nth-child(6) .value-icon { background: linear-gradient(135deg, #fd79a8, #e84393); }
.value-item:nth-child(7) .value-icon { background: linear-gradient(135deg, #6c5ce7, #5f3dc4); }

.value-number {
    position: absolute;
    top: 20px;
    right: 25px;
    width: auto;
    height: auto;
    background: none;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #68758B;
    backdrop-filter: none;
    z-index: 2;
}

/* Ensures value-item has relative positioning for number placement */
.value-item {
    position: relative;
}

.value-icon .fas {
    transition: transform 0.3s ease-in-out;
}

.value-item:hover .value-icon .fas {
    transform: scale(1.1) rotate(-5deg);
}

/* share button */
#shareOptions {
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.4s ease-out;
    margin-top: 15px;
}

.share-btn {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s ease;
    background: #f9f9f9;
}

.share-btn:hover {
    transform: translateX(5px);
    border-color: #ccc;
}


.share-btn.facebook:hover { color: #ffffff; border-color: #1877F2; }
.share-btn.twitter:hover { color: #ffffff; border-color: #1DA1F2; }
.share-btn.linkedin:hover { color: #ffffff; border-color: #0A66C2; }
.share-btn.email:hover { color: #ffffff; border-color: #e74c3c; }
.share-btn.copy-link:hover { color: #ffffff; border-color: #27ae60; }

/* Mobile responsive for numbers */
@media (max-width: 768px) {
    .value-number {
        top: 15px;
        right: 20px;
        width: auto;
        height: auto;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .value-number {
        top: 15px;
        right: 15px;
        width: auto;
        height: auto;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .value-content {
        padding: 25px 20px;
    }
    
    .value-item h3 {
        font-size: 1.25rem;
    }
    
    .value-item p {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .values-container {
        padding: 30px 15px 40px;
    }
    
    .value-content {
        padding: 20px 15px;
    }
}


.final-cta-section {
    background-color: #f8f9fa; 
    padding: 80px 0;
    border-top: 1px solid #e9ecef;
}

/* --- Get Started Block --- */
.get-started-block {
    max-width: 650px;
    margin: 0 auto 60px auto; 
}

.get-started-block h3 {
    font-weight: 700;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.get-started-block .lead {
    color: #000000;
    margin-bottom: 2rem;
    text-align: center;
}

.get-started-btn {
    background: linear-gradient(135deg, #68758B, #4a90e2);
    border: none;
    padding: 15px 35px;
    font-weight: 700;
    color: white !important; 
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(74, 144, 226, 0.3);
    transition: all 0.3s ease;
    font-size: 1.1rem;
    text-decoration: none;
}

.get-started-btn:hover {
    color: white !important;
    text-decoration: none;
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 12px 30px rgba(74, 144, 226, 0.4);
}

.get-started-btn .fas {
    margin-right: 10px;
}


/* --- Guiding Rules Block --- */
.guiding-rules-block {
    max-width: 700px;
    margin: 0 auto 60px auto; 
}

.guiding-rules-block h4 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #68758B;
    margin-bottom: 2rem;
}

.guiding-rule-text {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 300;
    color: #343a40;
    line-height: 1.6;
    padding: 0 40px; 
    min-height: 120px; 
    display: flex;
    align-items: center;
    text-align: center !important;
    justify-content: center;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: -30px;
}

#carouselExampleIndicators .carousel-indicators li {
    background-color: #68758B;
}

/* Custom Carousel Controls */
#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
    width: 5%;
    color: #68758B;
    font-size: 1.5rem;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

#carouselExampleIndicators .carousel-control-prev:hover,
#carouselExampleIndicators .carousel-control-next:hover {
    opacity: 1;
}

/* Remove default icon background */
#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
    display: none;
}


/* --- Share Block --- */
.share-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.btn-share-main:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
}

.share-btn:hover {
    transform: translateX(5px);
    border-color: #ccc;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
 