.bg-secondary-light {
    background-color: #f8f9fa !important;
}

.twitter-feed {
    max-width: 600px;
    /* Set the max width for the feed */
    margin: 20px auto;
    /* Center the feed */
}

/* .navbar.news-nav .nav-link { 
    padding: 10px !important; 
    font-weight: 400;
} */

.full-screen-image {
    width: 100%;
    /* Ensures the image takes up full width on any screen */
    height: auto;
    /* Maintains aspect ratio */
}

/* .custom-select:after {
    display: none;
}

.custom-select select.form-control {
    appearance: auto;
    padding-right: 0.75rem;
}
 */


@media (max-width: 768px) {

    .border-left-column {
        border-top: 1px solid white !important;
        /* Keep the border for small screens */
        border-left: 0px !important;
        padding-left: 0px !important;
        padding-top: 25px;
        /* Add space below the column on small screens */
    }

    .voices-profile img {
        width: 100vw;
        /* Full viewport width on smaller screens */
        height: auto;
        /* Maintain aspect ratio */
    }


    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/* mobile menu  */

.nav-item.dropdown:has(.dropdown-toggle.show) {
    background-color: var(--bs-light);
    /* Change to desired color */

    box-shadow: var(--bs-box-shadow-sm) !important;
}

/* mobile menu */








/* ---------------------------------------Rawan CSS Code START - [12/Feb/2025]---------------------------------------*/

/* CSS to change place  holder color */
input::placeholder,
textarea::placeholder,
select::placeholder {
    color: #4D5358 !important;
    opacity: 1 !important;
    /* Ensures visibility */
}

/* Make the text red when the default placeholder option is selected */
select:has(option[value=""]:checked) {
    color: #4D5358 !important;
}

/* To flip phone icon in footer section */
.flip-horizontal {
    transform: scaleX(-1);
    display: inline-block;
    /* Ensures proper rendering */
}

/* To change social media colors in footer */
.icon-color {
    color: #2C5E65 !important;
}

/* ---------------------------------------Rawan CSS Code END - [12/Feb/2025]---------------------------------------*/







/* ---------------------------------------Rawan @media Code START - [12/Feb/2025]---------------------------------------*/

/* Mobile Screens */
@media only screen and (max-width: 599px) {
    .media-icon-size {
        font-size: 2rem;
    }

    .media-journy {
        padding-top: 1rem;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .facts-font-title {
        font-size: 24px !important;
    }

    .facts-font-subtitle {
        font-size: 16px !important;
    }

    .section-padding {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 40px;
    }

    .media-margin-facts {
        margin-top: 1rem !important;
    }

}

/* Tablets Screens */
@media only screen and (min-width: 600px) and (max-width: 899px) {
    .media-margin-facts {
        margin-top: 1.5rem !important;
    }

    .facts-font-title {
        font-size: 24px !important;
    }

    .facts-font-subtitle {
        font-size: 16px !important;
    }

    .section-padding {
        padding-top: 5px;
        padding-bottom: 5px;
        margin-bottom: 40px;
    }
}

/* ---------------------------------------Rawan @media Code END - [12/Feb/2025]---------------------------------------*/





/* ---------------------------------------Rawan @media cutom for Journy section Code START - [12/Feb/2025]---------------------------------------*/
/* Custom Tablets Screen for journy section */
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .media-journy {
        padding-top: 1rem;
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

}
/* ---------------------------------------Rawan @media cutom for Journy section Code END - [12/Feb/2025]--------------------------------------*/






/* ---------------------------------------Rawan @media cutom for Student stories Code START - [12/Feb/2025]---------------------------------------*/
@media (max-width: 991.98px) { /* Targets both mobile & tablet */
    .voice-card .card-avatar {
      flex: 0 0 auto; /* Prevent shrinking */
      width: 110px; /* Adjust size if needed */
      height: 110px;
    }
  
    .voice-card .d-flex.align-items-md-center {
        flex-direction: row !important;
        align-items: center !important;
      }
  }
  
  /* Truncate quote text to 3 lines */
  .body-text {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Show only 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em; /* Adjust based on font size */
  }
  

/* ---------------------------------------Rawan @media cutom for Student stories Code START - [12/Feb/2025]---------------------------------------*/

