#contact-page-form-container {
    position: relative;
    min-height: 400px;
}


#generalform.fade-out {
    opacity: 0;
}

#contact-page-form-message {
    position: absolute;
    width: 100%;
    max-width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
    z-index: 5;
}

#contact-page-form-message.visible {
    opacity: 1;
    pointer-events: auto;
}

form#india-job-form label.form-label {
    font-weight: 600;
    color: black;
    font-size: 14px;
    font-family: 'gotham', sans-serif;
}

div#india-job-form-container {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

div#india-job-form-container .fade-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
}

div#india-job-form-container .alert-success {
    font-size: 15px;
    text-align: center;
    color: #000;
    background: #ffd795;
    padding: 15px;
    border-left: 3px solid #faa61a;
    border-radius: 5px;
    margin: 0;
    border: none;
    width: 100%;
}

.form-check-input.error {
    outline: 1px solid red;
}

#india-job-form-status {
    display: none;
}

#india-job-form-status.visible {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-height: 300px;
}

.fade-out {
    opacity: 0.5;
    transition: opacity 0.5s ease-out;
}

input.error,
textarea.error,
select.error {
    border-color: red !important;
}

form#india-job-form button.btn:hover {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .6);
}

@media (min-width: 768px) {
    form#india-job-form button.btn {
        font-size: 18px;
        font-weight: 600;
        padding: 9px 28px;
        background-color: #EB662D;
        border: none;
        color: #fff;
        position: relative;
        border-radius: 5px;
        float: right;
    }
}

@media (max-width: 767.98px) {
    form#india-job-form button.btn {
        font-size: 18px;
        font-weight: 600;
        padding-left: 18px;
        padding-right: 50px;
        background-color: #EB662D;
        border: none;
        color: #fff;
        position: relative;
        border-radius: 5px;
        width: 100%;
        margin-bottom: 2rem;
    }
}










.logo-wrapper {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;

}

.owl-carousel .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.owl-carousel.owl-drag .owl-item {
    padding-top: 4px;
}

section.application-slider .card:hover {
    transform: none;
}

.application-slider .card {
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Image wrapper */
.application-slider .card-img-top {
    height: 240px;
    transition: height 0.3s ease;
    overflow: hidden;
}

/* Actual <img> element */
.application-slider .card-img-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Body content */
.application-slider .card-body {
    height: 160px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: height 0.3s ease, padding 0.3s ease;
}

.owl-nav button {
    background: none;
}





.small-title.badge {
    background: #FFD795;
    color: black;
    font-weight: 600;
}

.quote-box-inner {
    margin-top: -28px;
}

.quote-box p img {
    vertical-align: middle;
    margin-right: 6px;
}


.owl-nav-custom .owl-prev img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    display: inline-block;
}

.owl-nav-custom .owl-next img {
    transition: transform 0.3s ease;
    display: inline-block;
}


.owl-nav-custom .owl-prev:hover img {
    transform: translateY(-2px) rotate(180deg);
}


.owl-nav-custom .owl-next:hover img {
    transform: translateY(-2px);
}


section.build-smarter .container.h-100 {
    padding: 0;
}


.form-section-products .left h2.form-heading {
    margin-bottom: 1rem;
}

section.products-threeitems .col-lg-6.left .card.h-100 .card-body {
    background: #fdfff6;
}

section.products-threeitems .col-lg-6 .col-12.first .card-body {
    background: #fef4e2;
}

section.products-threeitems .col-lg-6 .col-12.second .card-body {
    background: #eff2f8;
}

.iti__selected-dial-code {
    padding-left: 5px;
}

.accordion-item-wrapper {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.accordion-item-wrapper.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.accordion-item-wrapper {
    border-bottom: 1px solid #000;
}

.accordion-header {

    color: #000;
}


button.accordion-button {
    padding: 16px 0px;
}

button.accordion-button.collapsed {
    padding: 16px 0px;
}

.accordion-body {
    padding-bottom: 16px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.accordion-item-wrapper.show {
    margin-bottom: 5px;
}

/* .accordion-button::after {
    width: 20px;
    height: 20px;
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/images/img/faqplus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('<?php echo get_stylesheet_directory_uri(); ?>/images/img/faqminus.svg');
} */

button.owl-prev {
    border: none;
    margin-right: 5px;
}

button.owl-next {
    border: none;
    margin-right: 5px;
}

.rotate-left {
    transform: rotate(180deg);
}

.owl-prev img,
.owl-next img {
    height: 14px;
    width: auto;
}

.carousel-wrapper {
    position: relative;

}

section.application-slider .item {
    padding-bottom: 15px;
    padding-top: 15px;
}

section.application-slider .owl-carousel .owl-item img {
    border-radius: 8px 8px 0px 0px;
}

.owl-nav-custom {
    z-index: 10;
    padding: 10px;
}





.icon-box {
    background: #fff;
    border-radius: 8px;
    width: 120px;
    height: 120px;
}



/* Default for mobile first (<768px) */
.mission-icon {
    width: 120px;
}


/* Force equal height image area */
.assurance-image {
    flex: 1;
    /* takes remaining height */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* keep full image without cropping */
    border-radius: 6px;

    min-height: 200px;
    /* fallback if accordion has little content */
}

/* Accordion Styles */
div#accordionSystemAddons button.accordion-button.collapsed {
    padding: 16px 20px;
}

.systemassurance-addons-accordion .accordion-item {
    background-color: #F1F1F1;
    border: none;
    margin-bottom: 1rem;
    border-radius: 6px;
    overflow: hidden;
}

.systemassurance-addons-accordion .accordion-button,
.systemassurance-addons-accordion .accordion-button:not(.collapsed) {
    background-color: #F1F1F1;
    font-weight: 600;
    font-size: 16px !important;
    padding: 16px 20px;
    margin: 0;
    box-shadow: none;
}

.systemassurance-addons-accordion .accordion-body {
    font-size: 15px;
    padding: 16px 20px;
    background-color: #F1F1F1;
    padding-top: 0px;

}

.systemassurance-addons-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-left: auto;
    background-image: url('/wp-content/themes/generatepress-child/images/img/open-tab.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease-in-out;
}

.systemassurance-addons-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.benefits-types .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

img.thirdsection-benefits-icon1 {
    width: 62px;
}

.benefits-secondsection h2 {
    color: white;
}

section.real-impact.bg-white.py-80 {
    padding-bottom: 30px;
}

section.implement-conclusion {
    padding-top: 60px;
}

.page-template-page-howtoimplement .fas::before {
    color: #FAA61A;
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 1.5px;
}

.page-template-page-howtoimplement li {
    list-style: none;

}

section.press-hub {
    padding-top: 40px;
}

section.bulletgeneral li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    /* spacing between icon and text */
}

section.bulletgeneral li i::before {
    color: #faa61a;
    font-size: 23px;
}

.genbullicon {
    position: relative;
    top: 2px;
}

section.implement-conclusion {
    padding-top: 60px;
}

.page-template-page-ourteams .fas::before {
    color: #FAA61A;
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 1.5px;
}

.page-template-page-ourteams li {
    list-style: none;
    margin-bottom: 10px;
}

.mgsuserintro .card {
    border: 1px solid #ddd;
}





.card-text {
    max-height: 120px;
    overflow: hidden;
}

.filterednewpost {
    padding: 30px 30px;
    border-radius: 27px;
}

.search-input-wrapper {
    position: relative;
    width: 220px;
}

.custom-width {
    width: 260px;
}

.search-input-wrapper input {
    padding-right: 35px;
}

.search-input-wrapper .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    pointer-events: none;
}

div#mediaHubPagination button.btn.btn-sm.btn-outline-primary.mx-1 {
    background: #000;
    color: white;
    border: none;
    padding: 8px 10px;
    font-weight: 600;
}

div#mediaHubPagination button.btn.btn-primary {
    border-radius: 5px;
    height: auto;
    font-family: gotham, sans-serif;
    font-weight: 600;
    font-size: 15px;
    background-color: #faa61a;
    color: #fff;
    border: none;
    padding: 8px 10px;
}

#mediaHubTagFilter:focus,
#mediaHubSearch:focus {
    box-shadow: none !important;
    border-color: #ccc !important;
    outline: none !important;
}

/* Dot loader animation */
#dot-loader .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #faa61a;
    border-radius: 50%;
    animation: dotPulse 1.5s infinite ease-in-out;
}

#dot-loader .dot:nth-child(2) {
    animation-delay: 0.2s;
}

#dot-loader .dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }
}

.news-blog-thumbnail {
    width: 100%;
    object-fit: cover;
    height: auto;
}

html {
    overflow-y: scroll;
    /* Always show scrollbar to prevent layout shift */
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

body.modal-open .navbar {
    padding-right: 0 !important;
}

div#memberModal0 {

    margin-top: 0px;
}

select#media-hub-filter {
    padding: 10px 14px;
}

.leadership-modal__linkedin__icon {
    display: block;
    height: 36px;
    width: 28px;
}

.column-container {
    position: relative;
    height: 100%;
}




.custom-bg {
    background-color: #FFEFD5;

    border: 1px solid #ddd;
    position: relative;
    overflow: visible;
    border-radius: 8px 8px 0px 0px;

    transition: background-color 0.4s ease;
}

.main-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleY(1);
    width: auto;
    max-width: 80%;
    z-index: 1;
    object-fit: contain;
    transition: transform 0.4s ease;
    transform-origin: bottom center;
}

.custom-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    bottom: -30px;
    display: flex;
    height: 60px;
    justify-content: center;
    position: absolute;
    right: 18px;
    width: 60px;
    z-index: 2;
    transition: all 0.3s ease;
    cursor: pointer;

}

.custom-icon img {
    width: 43px;
    transition: transform 0.3s ease;
}

.custom-icon:hover img {
    transform: rotate(-90deg);
}

.custom-bg.hover-effect {
    background-color: #faa61a !important;
}

.custom-bg.hover-effect .main-image {
    transform: translateX(-50%) scaleY(1.01);
}

.member-info-container {
    background: white;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.member-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.member-role {
    font-size: 14px;
    font-weight: 400;
    color: #555;
    height: 30px;
}

/* Modal Styles */
.modal-dialog {
    max-width: 800px;


    display: flex;
    align-items: center;
}

.modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.modal-body {
    display: flex;
    padding: 0;
    height: 100%;
}

.modal-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.modal-left {
    background: #FFEFD5;
    padding: 20px;
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-right {
    padding: 30px;
    flex: 1;
    overflow-y: auto;
    max-height: 100%;
    position: relative;
    /* Needed for sticky positioning of child elements */
}

.modal-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal-role {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}

.modal-text {
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: white !important;
    ;
    cursor: pointer;
    z-index: 10;
    background: black !important;
    border-radius: 50%;
    padding-left: 13px;
    padding-bottom: 0px;
    padding-top: 0;
    padding-right: 13px;
}

/* Custom scrollbar */
.modal-right::-webkit-scrollbar {
    width: 8px;
}

.modal-right::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.modal-right::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.modal-right::-webkit-scrollbar-thumb:hover {
    background: #555;
}



/* Match your working demo styles */
.image-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fafafa;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.image-card img {
    width: 100%;

    object-fit: cover;
    /* ensures consistent cropping */
    display: block;
    transition: transform 0.4s ease;
}

.image-card-body {
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fafafa;
    position: relative;
    z-index: 1;
}

.image-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.image-card-text {
    font-size: 16px;
    color: #000;

}

.image-card:hover .image-card-body {
    transform: translateY(-15px);
}

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

/* Hide Learn More initially */
.learn-more1 {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;

    color: #ff6600;
    /* Optional: style it */
    margin-top: auto;
    /* Push to bottom if body expands */
}

.image-card:hover .learn-more1 {
    opacity: 1;
    transform: translateY(0);
}

.learn-more1::after {
    content: '';
    display: inline-block;
    width: 26px;
    height: 16px;
    background-image: url('/wp-content/themes/generatepress-child/images/img/Learnmore.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 20px;
    position: relative;
    top: 3px;
}

section.mgslearn-thirdsection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mgslearnlastsection .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

.page-template-page-mgslearn section.newsletter-signup.text-light {
    padding-bottom: 30px;
}

section.mgslearnlastsection {
    padding-bottom: 60px;
}

section.mgslearn-intro {
    padding-top: 60px;
}

section.mgslearn-secondsection {
    padding-top: 40px;
    padding-bottom: 40px;
}

.play-button {
    font-size: 48px;
    border: 4px solid white;
    padding: 0px 18px;
    border-radius: 50%;
    color: white;
    transition: all 0.3s ease;
}

.position-relative:hover .play-button {
    color: #faa61a;
    border-color: #faa61a;
}

/* Default (mobile first) */
.icon-bronze {
    width: 40px;
}

.icon-silver,
.icon-gold {
    width: 35px;
}

section.mgstech-intro {
    padding-top: 60px;
    padding-bottom: 40px;
}

.onlineresourcesbox .card {
    border: 1px solid #ddd;
    box-shadow: none;
}

.custom-thumbnail-fill {
    width: 100%;
    object-fit: fill;
    height: auto;
}

/* custom map shortcode styles */
#custom-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#custom-map-section {
    width: 90%;
    max-width: 1200px;
    height: 600px;
    background: white;
}

@media (max-width: 1200px) {
    #custom-map-section {
        height: 40vh;
        /* Adjust map height for tablets */
    }
}

@media (max-width: 575.98px) {
    #custom-map-section {
        height: 50vh;
    }

    section.real-impact.bg-white.py-80 {
        padding-top: 40px;
    }

    section.py-8-4.success-intro {
        padding-bottom: 5px;
    }
}

.leaflet-bottom.leaflet-right {
    display: none;
}

.bouncing-marker {
    width: 25px;
    height: 41px;
    background-image: url('https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png');
    background-size: contain;
    animation: bounce 1.5s ease-in-out infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.leaflet-div-icon {
    background: transparent !important;
    border: none !important;
}

.leaflet-popup-close-button {
    display: none !important;
}

.course {
    background-color: rgb(249, 250, 251);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 25px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.lesson-content {
    padding: 5px 10px;
    display: none;
    margin-left: 30px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-top: 10px;
    padding-bottom: 13px;
}

.lesson-description {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}

.take-lesson-btn {
    display: inline-block;
    background-color: #662D91;
    color: white;
    padding: 6px 12px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 5px;
    font-size: 15px;
}

.course-title .arrow {
    font-size: 1em;
    margin-right: 8px;
    display: inline-block;
    width: 18px;
    text-align: center;
}

.page-template-legal-php section.gradient-class.commonstrip.container.newstrip.py-2 {
    margin-top: 30px;
}

/* Overlay default (hidden) state with transition */
.share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* When active, show with fade */
.share-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup transition */
.share-popup {
    position: relative;
    max-width: 570px;
    width: 90%;
    opacity: 0;
    transform: translateY(-20px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animate in when overlay is active */
.share-overlay.active .share-popup {
    opacity: 1;
    transform: translateY(0);
}

div#shareOverlay button#copyBtn {
    background: #000;
    color: white;
}

div#shareOverlay button#closeSharePopup {
    right: 18px;
    top: 15px;
    border: none;
    background: black;
    color: white;
    font-size: 22px;
    border-radius: 23px;
    position: absolute;
    padding: 7px 8px;
    opacity: 1;
    line-height: 0;
}

nav.breadcrumb-post span {
    font-weight: 500;
    font-size: 12px;
}

.post-breadcrumb a {
    color: inherit;
}

.post-breadcrumb .breadcrumb-item a:hover {
    color: black;
}

p {
    font-family: 'gotham';
}

.single-main-content h2 {
    margin-bottom: 0px;
}

img.featured-image.wp-post-image {
    border-radius: 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.sidebar-icon-list {
    list-style-type: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sidebar-icon-list li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
}

.sidebar-bullet-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #faa61a;
    color: #fff;
    border-radius: 50%;
}

.single-sidebar {
    padding: 20px;
    border-left: 1px solid #e5e5e5;
    background-color: #fff;
}



























@media (max-width: 768px) {
    .header-section {
        height: 410px;
    }
}

@media (min-width: 767.98px) {
    .sidebar-sticky-wrapper {
        position: -webkit-sticky;
        position: fixed;
        top: 100px;
        z-index: 10;
    }
}

@media (min-width: 768px) {
    .custom-thumbnail-fill {
        height: 138px;
    }
}

@media (max-width: 767.98px) {


    .forebonly .main-image {
        height: 238px;
    }

    .forobonly .main-image {
        height: 295px;
    }


    .custom-bg.hover-effect .main-image {
        transform: translateX(-50%) scaleY(1.05);
    }

    .modal-dialog {
        height: auto;
        max-height: 90vh;
        margin: 20px auto;
    }

    .modal-body {
        flex-direction: column;
        height: auto;
    }

    .modal-left {
        flex: 0 0 auto;
        padding: 15px;
        height: 300px;
    }

    .modal-right {
        padding: 20px;
        max-height: 50vh;
    }

    .leadership-modal__linkedin-container {
        position: static;
        /* Remove sticky on small screens if it conflicts with layout */
        transform: none;
        justify-content: flex-start;
        padding-right: 0;
        margin-top: 15px;
        /* Add some space below content */
    }
}


@media (max-width: 576px) {
    .owl-nav-custom {
        justify-content: center !important;
        width: 100%;
    }
}

/* Above 768px (Bootstrap md breakpoint) */
@media (min-width: 768px) {
    .mission-icon {
        width: 180px;
    }
}


@media (max-width: 991.98px) {
    .img-half-below-lg {
        width: 60% !important;
        height: auto;
    }
}

@media (max-width: 991.98px) {
    .assurance-image {
        flex: 1;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 6px;
        min-height: 500px;
    }
}

@media (max-width: 991.98px) {
    .about-section img.img-fluid {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .news-blog-thumbnail {
        height: 138px;
    }
}

/* For ≥768px (tablet & desktop) */
@media (min-width: 768px) {
    .icon-bronze {
        width: 60px;
    }

    .icon-silver,
    .icon-gold {
        width: 50px;
    }
}

/* Tablet adjustments (iPad) */
@media (max-width: 991px) {
    .name-first {
        font-size: 48px !important;
    }

    .name-last {
        font-size: 53px !important;
        margin-top: -15px !important;
    }

    p.mb-0 {
        font-size: 15px !important;
    }
}

/* Mobile adjustments with extra padding */
@media (max-width: 767px) {
    .thought-leader-banner .row {
        padding-top: 25px;
    }

    .name-first {
        font-size: 36px !important;
    }

    .name-last {
        font-size: 36px !important;
        margin-top: -10px !important;
    }

    p.mb-0 {
        font-size: 16px !important;
    }
}



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

    .forebonly .custom-bg {
        height: 215px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    .forobonly .custom-bg {
        height: 155px;
    }


}

@media screen and (max-width: 992px) {
    .sslastsection img.img-fluid {
        max-width: 30%;

    }
}