/*

Tooplate 2120 Ben Resume

https://www.tooplate.com/view/2120-ben-resume

*/

@font-face {
    font-family: 'Plain';
    src: url('../localfonts/Plain-Regular.woff2') format('woff2'), url('../localfonts/Plain-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Plain';
    src: url('../localfonts/Plain-Light.woff2') format('woff2'), url('../localfonts/Plain-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Plain';
    src: url('../localfonts/Plain-Bold.woff2') format('woff2'), url('../localfonts/Plain-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

 :root {
    --primary-color: #fee752;
    --white-color: #ffffff;
    --dark-color: #010101;
    --menu-bg-color: #212529;
    --gray-color: #909090;
    --p-color: #7d7a7a;
    --base-font-family: "Plain", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-weight-bold: 600;
    --font-weight-normal: 400;
    --font-weight-light: 300;
    --h1-font-size: 56px;
    --h2-font-size: 48px;
    --h3-font-size: 38px;
    --h4-font-size: 34px;
    --h5-font-size: 30px;
    --h6-font-size: 24px;
    --p-font-size: 18px;
    --base-font-size: 16px;
    --button-font-size: 20px;
    --border-radius-large: 100%;
    --border-radius-medium: 80px;
    --border-radius-small: 40px;
}

body {
    font-family: var(--base-font-family);
}


/*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

h1 {
    font-size: var(--h1-font-size);
}

h1,
h3 {
    font-weight: var(--font-weight-light);
}

h2 {
    font-size: var(--h2-font-size);
}

h3 {
    font-size: var(--h3-font-size);
}

h4 {
    font-size: var(--h4-font-size);
}

h5 {
    font-size: var(--h5-font-size);
}

h6 {
    font-weight: var(--font-weight-bold);
    font-size: var(--h6-font-size);
}

p {
    color: var(--p-color);
    font-size: var(--p-font-size);
    font-weight: var(--font-weight-light);
    letter-spacing: 0.3px;
    line-height: 2em;
}

.section-padding {
    padding: 6rem 0;
}

.custom-icon {
    font-size: 12px;
    position: relative;
    bottom: 3px;
    left: 5px;
    transform: rotate(-25deg);
}


/* CUSTOM BUTTON */

.custom-btn {
    background: var(--dark-color);
    border: none;
    border-radius: var(--border-radius-medium);
    color: var(--white-color);
    letter-spacing: 0.2px;
    padding: 6px 36px 10px 36px;
    font-size: var(--button-font-size);
    white-space: nowrap;
}

.custom-btn:hover,
.custom-btn:focus {
    color: var(--dark-color);
    background: var(--primary-color);
}


/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: var(--dark-color);
    text-decoration: none;
    transition: all 0.4s linear;
}

a:hover {
    color: var(--dark-color);
    text-decoration: none;
}


/*---------------------------------------
     MENU                
  -----------------------------------------*/

.navbar {
    background: transparent;
    padding: 0.3rem 1rem;
    transition: all 300ms ease-in-out;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
}

.navbar.scroll {
    background: var(--menu-bg-color);
    padding: 0.5rem 1rem;
    position: fixed;
    opacity: 1;
}

.navbar-brand {
    color: var(--white-color);
    font-weight: var(--font-weight-light);
    font-size: var(--h4-font-size);
}

.navbar .custom-btn {
    background: var(--primary-color);
    color: var(--dark-color);
}

.contact-form #submit-button:hover,
.navbar .custom-btn:hover {
    background: var(--dark-color);
    color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 1.5rem;
    padding: 0;
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
    color: var(--gray-color);
}

.nav-item .nav-link.active,
.nav-item .nav-link:hover {
    border-bottom-color: var(--primary-color);
}

.nav-link {
    color: var(--gray-color);
    font-weight: var(--font-weight-light);
    font-size: var(--base-font-size);
    border-bottom: 1px solid transparent;
}

.navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
}

.navbar-toggler:focus {
    outline: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
    background: var(--white-color);
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--white-color);
    width: 30px;
    height: 2px;
    content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
}


/*---------------------------------------
     HERO                
  -----------------------------------------*/

.hero-title,
.email-link {
    background: var(--dark-color);
    border-radius: var(--border-radius-medium);
    color: var(--white-color);
    display: inline-block;
    margin: 0.5rem 0;
    padding: 0.5rem 2rem 1.5rem 2rem;
    font-size: 2.5em;
}


/* Mobile View Adjustments */

@media (max-width: 768px) {
    .hero-title,
    .email-link {
        display: center;
    }
}

.img-fluid {
    margin-top: 50px;
}

.email-link {
    background: var(--primary-color);
    color: var(--dark-color);
    font-size: var(--h5-font-size);
    padding: 0.5rem 2rem 1rem 2rem;
}

.email-link:hover {
    background: var(--dark-color);
    color: var(--white-color);
}


/*---------------------------------------
     ABOUT                
  -----------------------------------------*/

.about-third {
    margin: 2.2em -0.8em;
}

.about-image {
    border-radius: var(--border-radius-small);
}

.profile-list li {
    margin: 0.3rem 0;
}

.profile-list strong {
    display: inline-block;
    width: 30%;
    margin-right: 1rem;
}


/*---------------------------------------
     FAQ                 
  -----------------------------------------*/

.faq .card-header {
    padding: 0;
}

.faq .btn-link {
    color: var(--dark-color);
    font-size: var(--h6-font-size);
    text-align: left;
    display: block;
    width: 100%;
    padding: 1rem 2rem;
}

.faq .btn-link:focus,
.faq .btn-link:hover {
    color: var(--dark-color);
    text-decoration: none;
}

.faq .card-body {
    padding: 2rem;
}

.faq-info-text {
    font-size: var(--base-font-size);
    display: block;
    margin: 1.5rem 2rem 0 2rem;
}


/*---------------------------------------
     TESTIMONIALS               
  -----------------------------------------*/

.testimonials {
    background: #f9f9f9;
}

.testimonials-image {
    margin: 0 1rem 1rem 1rem;
}

.testimonials-image img {
    border-radius: var(--border-radius-medium);
}

.testimonials-info {
    width: 100%;
}

.testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 2rem;
}

.testimonials .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    margin: 5px;
}

.testimonials .owl-theme .owl-dots .owl-dot.active span,
.testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}


/*---------------------------------------
     CONTACT               
  -----------------------------------------*/

.contact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(142, 140, 140, 0.35);
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    color: var(--dark-color);
    font-weight: var(--font-weight-light);
    padding-left: 0;
    cursor: text;
}

.contact-form input {
    height: calc(2.25rem + 10px);
}

.contact-form .form-group {
    margin: 0 0 1rem;
    position: relative;
}

.contact-form .form-control,
.webform-label {
    transition: all 0.4s;
    touch-action: manipulation;
}

.webform-label {
    cursor: text;
    font-size: 12px;
    font-weight: var(--font-weight-light);
    margin-bottom: 5px;
}

.contact-form .form-control:placeholder-shown+.webform-label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
}

.contact-form ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
    color: var(--dark-color);
}

.contact-form ::-moz-placeholder {
    opacity: 0;
    transition: inherit;
    color: var(--dark-color);
}

.contact-form .form-control:focus::-webkit-input-placeholder {
    opacity: 1;
}

.contact-form .form-control:focus::-moz-placeholder {
    opacity: 1;
}

.contact-form .form-control:not(:placeholder-shown)+.webform-label,
.contact-form .form-control:focus+.webform-label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    color: var(--gray-color);
}

.contact-form #submit-button {
    background: var(--primary-color);
    border: none;
    border-radius: var(--border-radius-medium);
    color: var(--dark-color);
    cursor: pointer;
    font-size: var(--p-font-size);
    line-height: 0;
    margin-top: 2.5rem;
    padding: 1.5rem 1.8rem 1.8rem 1.8rem;
    white-space: nowrap;
    max-width: 190px;
}

.copyright-text {
    font-size: var(--base-font-size);
}


/*---------------------------------------
     SOCIAL LINKS              
  -----------------------------------------*/

.social-links {
    margin: 40px 0;
    padding: 0;
}

.social-links li {
    display: inline-block;
    list-style: none;
}

.social-links a {
    display: inline-block;
    color: var(--p-color);
    font-size: var(--h6-font-size);
    margin: 5px 20px 5px 0;
}

.social-links a:hover {
    color: var(--dark-color);
}


/*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

@media screen and (max-width: 1200px) {
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 32px;
    }
    h4 {
        font-size: 28px;
    }
    .email-link {
        font-size: 28px;
    }
}

@media screen and (max-width: 992px) {
    .hero-title {
        font-size: 1.8em;
        padding-bottom: 1rem;
    }
    .email-link {
        font-size: 22px;
        padding: 0.5rem 2rem 0.7rem 2rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        margin: 1rem 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        display: inline-block;
        margin: 5px 0.5rem;
    }
}

@media screen and (max-width: 768px) {
    .hero-text {
        position: relative;
        top: 1.5rem;
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 26px;
    }
    .email-link {
        font-size: 20px;
        padding: 0.3rem 2rem 0.6rem 2rem;
    }
}


/*-----------------------------------*\
  #ABOUT
\*-----------------------------------*/


/* General Styling */

.experience-section {
    padding: 80px 0;
}

.experience-content {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}


/* Grid Layout */

.experience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }
}


/* Experience Card (Flippable) */

.experience-item {
    background: #f8f9fa;
    border-radius: 20px;
    perspective: 1000px;
}

.experience-card {
    width: 100%;
    height: 200px;
    transform-style: preserve-3d;
    transition: transform 0.6s;
    position: relative;
}


/* Front & Back Styling */

.experience-front,
.experience-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Front Side */

.experience-front {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}


/* Back Side */

.experience-back {
    background: #0073b1;
    color: #fff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.job-responsibilities {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
}

.job-responsibilities li {
    margin-bottom: 8px;
}


/* Flip Effect */

.experience-item.flipped .experience-card {
    transform: rotateY(180deg);
}


/* Company Logo */

.company-logo img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Job Details */

.experience-details {
    flex: 1;
}

.job-title {
    margin-bottom: -2px;
    font-size: 22px;
    font-weight: bold;
    color: #0073b1;
}

.company-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: -5px;
}

.job-duration {
    font-size: 16px;
    color: #666;
}

@media (max-width: 768px) {
    .experience-section {
        margin-top: 20px;
        padding: 40px 0;
        /* Reduced padding */
    }
    .section-title {
        font-size: 20px;
        /* Reduced font size */
        margin-bottom: 10px;
    }
    .experience-grid {
        grid-template-columns: 1fr;
        /* Single column for mobile */
        gap: 10px;
        /* Reduced gap */
    }
    .experience-item {
        border-radius: 10px;
        /* Smaller border radius */
    }
    .experience-card {
        height: 100px;
        /* Reduced height */
    }
    .experience-front,
    .experience-back {
        padding: 10px;
        /* Reduced padding */
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    .job-responsibilities {
        font-size: 12px;
        /* Smaller font size */
        padding-left: 10px;
        /* Adjusted padding */
    }
    .job-responsibilities li {
        margin-bottom: 4px;
    }
    .company-logo img {
        width: 50px;
        /* Reduced size */
        height: 50px;
    }
    .job-title {
        font-size: 16px;
        margin-top: 15px;
        /* Reduced font size */
    }
    .company-name {
        font-size: 14px;
        margin-bottom: -3px;
    }
    .job-duration {
        font-size: 12px;
    }
}


/* My Core Section */

.core-section {
    padding: 80px 0;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.core-subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}


/* Content Layout */

.core-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}


/* Images */

.core-images {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.core-images img {
    width: 100%;
    max-width: 500px;
    /* Adjust based on preference */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Bullet Points */

.core-points {
    max-width: 500px;
    text-align: left;
}

.core-points ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
}

.core-points li {
    margin-bottom: 10px;
}


/* Responsive */

@media (max-width: 768px) {
    .core-content {
        flex-direction: column;
        align-items: center;
    }
    .core-images img {
        max-width: 100%;
    }
}


/* Portfolio Section */

.portfolio-section {
    padding: 80px 0;
    text-align: center;
    background: #f8f9fa;
}

.section-title {
    margin-top: -50px;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}


/* Portfolio Grid */

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


/* Portfolio Item */

.portfolio-item {
    background: white;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.portfolio-item img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

.portfolio-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #0073b1;
}

.portfolio-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}


/* View Button */

.view-btn {
    width: 200px;
    display: inline-block;
    background-color: #0073b1;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.view-btn:hover {
    background-color: #005582;
}


/* Disabled Button Styling */

.disabled-btn {
    pointer-events: none;
    /* Prevents clicking */
    opacity: 0.5;
    /* Fades out the button */
    cursor: not-allowed;
    /* Shows disabled cursor */
    background-color: #ccc !important;
    /* Gray out */
}


/* Responsive */

@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}


/*-----------------------------------*\
  #BLOG DETAIL PAGE
\*-----------------------------------*/

.blog-detail {
    padding: 80px 0;
}


/* Blog Header */

.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-image {
    width: 100%;
    /* Ensures it doesn't overflow */
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-left: 0;
    /* Reset negative margin */
}


/* Responsive adjustments for smaller screens */

@media (max-width: 768px) {
    .blog-image {
        max-height: 300px;
    }
}

@media (max-width: 480px) {
    .blog-image {
        max-height: 300px;
        border-radius: 5px;
    }
}

.blog-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 20px;
}

.blog-meta {
    font-size: 16px;
    color: #666;
}


/* Blog Content & Sidebar */

.blog-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}


/* Main Blog Content */

.blog-content {
    flex: 2;
    min-width: 60%;
}

.blog-content h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}

.blog-content p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
}


/* Auto-Resizing Content Images */

.content-image {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    margin: 20px 0;
    border-radius: 8px;
}


/* Achievement Card Layout */

.achievement-card {
    background: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 5px;
    max-width: 600px;
    /* Increased card width */
    margin: 10px 0 10px 50px;
    /* Left margin for desktop */
    gap: 15px;
    /* More spacing between number & text */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    flex-wrap: wrap;
    /* Ensures text wraps properly */
}


/* Individual Achievement Item */

.achievement-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* Allows text to wrap */
    width: 100%;
}


/* Number in Round Shape */

.achievement-number {
    width: 50px;
    /* Increased size */
    height: 50px;
    background: black;
    color: white;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-shrink: 0;
    /* Prevents shrinking */
}


/* Description Text */

.achievement-description {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    flex: 1;
    /* Expands to take available space */
    word-wrap: break-word;
    /* Wraps long text */
    line-height: 1.4;
    /* Increases readability */
}


/* Responsive: Stack in Mobile View */

@media (max-width: 768px) {
    .achievement-card {
        max-width: 90%;
        /* Adjusted size for mobile */
        margin: 10px auto;
        border-radius: 20px;
        /* Centering for mobile */
        padding: 15px;
    }
    .achievement-item {
        flex-direction: row;
        /* Keep number and text inline */
        align-items: center;
        text-align: left;
    }
    .achievement-number {
        width: 45px;
        height: 45px;
        font-size: 18px;
        margin-right: 10px;
    }
}


/* Sidebar */

.blog-sidebar {
    flex: 1;
    min-width: 30%;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.blog-sidebar h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-sidebar ul {
    list-style: none;
    padding: 0;
}

.blog-sidebar li {
    margin-bottom: 10px;
}

.blog-sidebar a {
    text-decoration: none;
    color: #0073b1;
    font-weight: bold;
}

.blog-sidebar a:hover {
    color: #005582;
}


/* Responsive Design */

@media (max-width: 768px) {
    .blog-content-wrapper {
        flex-direction: column;
    }
    .blog-content,
    .blog-sidebar {
        min-width: 100%;
    }
    .blog-title {
        font-size: 26px;
    }
}


/* Footer Design */

.footer {
    background: #1a1a1a;
    color: white;
    padding: 20px;
    text-align: center;
}

.footer-container {
    display: flex;
    align-items: center;
    max-width: 300px;
    margin: auto;
    padding: 15px;
    background: #292929;
    border-radius: 10px;
}


/* Left Side (Profile Image 80% of Card) */

.footer-left {
    flex: 1;
    text-align: left;
}

.profile-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* Right Side (Name & Follow/Share) */

.footer-right {
    flex: 1;
    text-align: left;
    padding-left: 10px;
}

.footer-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.follow-share {
    font-size: 14px;
    color: #ddd;
    margin: 5px 0;
}


/* Social Buttons */

.social-buttons {
    display: flex;
    gap: 10px;
}

.social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border: none;
    cursor: pointer;
}


/* LinkedIn Button */

.linkedin {
    background: #0077b5;
}


/* WhatsApp Button */

.whatsapp {
    background: #25d366;
}


/* Footer Credit */

.footer-credit {
    margin-top: 15px;
    text-align: center;
}


/* Line Above Footer Credit */

.footer-line {
    width: 100%;
    height: 1px;
    background: #555;
    margin: 10px auto;
}


/* Credit Link */

.credit-link {
    font-size: 15px;
    color: #bbb;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}


/* Credit Logo */

.credit-logo {
    width: 50px;
    height: 50px;
    border-radius: 10px;
}


/* Brands Section */

.brands-section {
    margin-top: 30px;
    text-align: center;
    padding: 30px 0;
    background: #f9f9f9;
}

.brands-section h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}


/* Scrolling Container */

.brands-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}


/* Brand Wrapper */

.brands-wrapper {
    display: flex;
    gap: 10px;
    width: max-content;
    transition: transform 1s linear;
}


/* Brand Logos */

.brands-wrapper img {
    height: 60px;
    max-width: 300px;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
}


/* Hover Effect */

.brands-wrapper img:hover {
    filter: grayscale(0);
}


/* Responsive: Adjust Logo Size */

@media (max-width: 768px) {
    .brands-wrapper img {
        height: 50px;
        max-width: 300px;
    }
}


/* Quotes Section */

.quotes-section {
    text-align: center;
    padding: 50px 20px;
    background: white;
}

.quotes-section h2 {
    font-size: var(--h2-font-size);
    color: black;
    margin-bottom: 20px;
}


/* Quotes Container */

.quotes-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    overflow-x: auto;
    /* Allow horizontal scrolling on small screens */
    scroll-snap-type: x mandatory;
    padding: 10px;
}


/* Quote Card */

.quote-card {
    background: white;
    padding: 20px;
    width: 300px;
    height: 150px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    scroll-snap-align: center;
    transition: transform 0.3s ease-in-out;
}

.quote-card:hover {
    transform: scale(1.05);
}


/* Quote Text */

.quote-text {
    font-size: 18px;
    color: #333;
    font-style: italic;
    margin-bottom: 10px;
}


/* Quote Author */

.quote-author {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}


/* Responsive */

@media (max-width: 768px) {
    .quotes-container {
        flex-direction: column;
        align-items: center;
    }
    .quote-card {
        width: 90%;
        min-width: unset;
    }
}


/* Full-screen loader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


/* Loader Image */

.loader-img {
    width: 200px;
    /* Adjust for desktop */
    animation: fadeOut 1.5s infinite alternate;
}


/* Fade-out effect */

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}