/*
Theme Name: Nicole
Theme URI: https://example.com
Author: Your Name
Author URI: https://example.com
Description: A custom WordPress theme built from scratch
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: nicole
*/

body,
html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'FuturaMaxi';
    src: url('https://nicoledstrickland.com/wp-content/uploads/2025/10/Futura-Maxi-CG-Book-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --primary-color: #E60076;
    --secondary-color: #155DFC;
    --heading-color: #101828;
    --pera-color: #4A5565;
    --white-color: #ffffff;
    --black-color: #000000;
    --gray-color: #1E2939;
    --cta-pink-color: #C82090;
    --futuramaxi-font: 'FuturaMaxi', sans-serif;
    --segoe: "Poppins", sans-serif;
}

.section-padding {
    padding: 80px 10px;
}

.color-black {
    color: var(--black-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h5 {
    font-family: var(--futuramaxi-font);
}

p,
span {
    font-family: var(--segoe);
    color: var(--pera-color);
}

li {
    font-family: var(--segoe);
}

.container {
    max-width: 1520px !important;
    width: 100%;
}

h1 {
    font-size: 80px !important;
}

h2 {
    font-size: 36px !important;
    color: var(--heading-color) !important;
}

h3 {
    font-size: 34px !important;
}

h4 {
    font-size: 32px !important;
}

h5 {
    font-size: 30px !important;
}

h6 {
    font-size: 22px !important;
}

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

/* Header Css Start */

.header-logo-col {
    width: 300px;
}

/* Hide submenus by default */

.navbar-nav.header-menu .menu-item a {
    font-size: 16px;
    font-weight: 400 !important;
    color: var(--black-color);
    text-decoration: none;
    font-family: var(--poppins-font);
}

.navbar-nav.header-menu .current-menu-item a {
    color: var(--secondary-color);
}

.sub-menu li {
    margin: 0px !important;
}

.mobile-menu .sub-menu {
    display: none;
    padding-left: 0;
    margin-top: 10px;
    background: #44444473;
    /* white background */
}

.mobile-menu-offcanvas .mobile-menu li {
    list-style: none;
    margin-bottom: 10px;
}

/* Submenu links */
.mobile-menu .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fffbfb;
    /* default text color */
    text-decoration: none;
}

/* Hover effect */
.mobile-menu .sub-menu li a:hover {
    background: #0e9bd6;
    /* blue background */
    color: #fff;
    /* white text */
}

/* Add arrow icon */
.mobile-menu .menu-item-has-children>a {
    position: relative;
    padding-right: 25px;
    /* space for arrow */
}

.mobile-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.mobile-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}



.header-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* pushes submenu right below parent */
    left: 0;
    background: #fff;
    padding: 10px 0px 0px 0px;
    min-width: 180px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.header-menu li.menu-item-has-children:hover>.sub-menu {
    display: block;
}

.header-menu .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.header-menu .menu-item-has-children>a::after {
    content: "\25BC";
    /* ▼ down arrow */
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: transform 0.3s;
}

/* Rotate arrow when active */
.header-menu .menu-item-has-children.active>a::after {
    transform: translateY(-50%) rotate(180deg);
}



.header-menu .sub-menu li a:hover {
    background: #2d87b9;
    color: #fff;
}

.header-menu li {
    list-style: none;
    position: relative;
}

.header-menu .sub-menu li a:hover:before {
    display: none;
}

img.header-logo {
    width: 100%;
    max-width: 100%;
}

header.header-section {
    padding: 5px 0px;
    position: absolute;
    background: #fff;
    margin: auto;
    top: 30px;
    max-width: 1520px;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 20px;
}

.header-cta-canvas-col {
    display: flex;
}

div#mobmenu-custom {
    display: none;
}




.header-menu {
    position: relative;
    padding: 11px 0;
}

/* .header-menu::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #d2000012 5%, #D20000 95%);
}
.header-menu::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -1px;
    width: 30px;  
    height: 30px;  
    background: #ff0000; 
    clip-path: polygon(100% 0, 0 0, 100% 100%);
} */


.navbar-nav.header-menu {
    gap: 40px;
    flex: 1;
    justify-content: center;
}



.mobile-menu-offcanvas .mobile-menu .current-menu-item a {
    color: var(--primary-color);
}

.mobile-menu-offcanvas {
    display: none;
}

.header-btn,
.hero-section-btn,
.btn-border {
    background: transparent;
    display: inline-block;
    color: var(--primary-color);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: var(--segoe);
    font-weight: 600;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 2px solid var(--primary-color);
    transition: color 0.3s ease, border-color 0.3s ease;
}

.header-btn:hover,
.hero-section-btn:hover,
.btn-border:hover {
    color: #fff;
    /* text white on hover */
    border-color: transparent;
    /* remove border */
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/* Header Css End */




/* Home Page Css Start */





.glob-btn {
    background: linear-gradient(90deg, #6717CD 0%, #C82090 100%);
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 10px;
    font-family: var(--segoe);
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.glob-btn:hover {
    color: #fff;
    /* text white on hover */
    border-color: transparent;
    /* remove border */
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


section.hero-section {
    padding: 200px 10px 140px;
    background-image: url(/wp-content/uploads/2025/10/hero-section-bg-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section-tags-column a {
    background: var(--white-color);
    color: #364153;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 600;
    border: 1.5px solid var(--secondary-color);
    border-radius: 33px;
}

.hero-section-tags-column span {
    background: var(--white-color);
    color: #364153;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 14px;
    border: 1.5px solid var(--secondary-color);
    border-radius: 33px;
    font-weight: 500;
}

.hero-content-column h1 {
    background: radial-gradient(50% 311.64% at 50% 50%, #2871FA 0%, #C82090 100%);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s linear infinite;
    margin-bottom: 20px;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.hero-content-column hr {
    height: 7px;
    opacity: 1;
    border: none;
    border-radius: 50px;
    max-width: 200px;
    background: radial-gradient(50% 311.64% at 50% 50%, #2871FA 0%, #C82090 100%);
    animation: gradientMove 4s linear infinite;
    background-size: 300% 300%;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.hero-section-tags-column {
    margin-bottom: 25px;
    gap: 10px;
    flex-wrap: wrap;
}

.hero-content-column .hero-section-pera {
    color: var(--gray-color);
    max-width: 650px;
    margin-bottom: 20px;
}

.hero-section-counter {
    gap: 20px 40px;
    margin-top: 30px;
}

.hero-section-counter .counter-col {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.021), 0px 4px 6px -4prgba(0, 0, 0, 0.027);
    padding: 20px 30px;
    transition: all 0.5s ease;
}

.hero-section-counter .counter-col:hover {
    transform: translateY(-5px);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.hero-section-counter .counter-col p {
    font-weight: 600;
    color: #4A5565;
    margin: 0;
    text-align: center;
}

.hero-section-counter .counter-col h4 {
    font-weight: 700;
    color: #C82090;
    margin: 0;
    text-align: center;
    font-size: 30px !important;
    letter-spacing: 1px;
}

.hero-section-btn-col {
    display: flex;
    gap: 15px 20px;
}

.hero-section-about-cta {
    background: linear-gradient(90deg, #6717CD 0%, #C82090 100%);
    display: inline-block;
    color: var(--white-color);
    text-decoration: none;
    padding: 14px 50px;
    border-radius: 10px;
    font-family: var(--roboto-font);
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.hero-img-column .circle-img {
    position: absolute;
    z-index: -1;
    top: 100px;
    max-width: 85%;
    width: 100%;
    animation: slowRotate 50s linear infinite;
    transform-origin: center center;
}

@keyframes slowRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.hero-img-column {
    position: relative;
}

.hero-section img.nicole-img {
    height: auto;
    object-fit: unset;
    border-radius: unset;
}




.hero-img-column .nicole-img {
    max-width: 80%;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

.hero-img-column img.nicole-img-fallback {
    max-width: 80%;
    width: 100%;
}

/* Hero Section CSS END */


.logo-carousel img {
    max-width: 180px;
    width: 100%;
}

.logo-carousel .slick-slide {
    margin: 0 30px;
}

.upcoming-event-section {
    padding: 80px 10px;
}

.upcoming-event-section .container,
.blog-section .container,
.speaking-section .container,
.cta-banner-section .container,
.book-section .container,
.events-section.media-audio-section .container {
    max-width: 1215px !important;
    width: 100%;
}

.upcoming-event-section .btn-border,
.blog-section .btn-border,
.testimonial-section .btn-border {
    display: flex;
    justify-self: center;
}

.upcoming-event-column {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 !important;
    transition: all 0.5s ease;
    min-height: 700px;
}

.upcoming-event-column img {
    max-width: 100%;
    width: 100%;
    height: unset;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    aspect-ratio: 3/2;
}

.upcoming-event-column h3 {
    color: var(--heading-color) !important;
    font-family: var(--segoe);
    font-weight: bold;
    font-size: 24px !important;
}

.event-details-col {
    padding: 20px 25px;
}

.term-col i {
    color: var(--primary-color);
    font-size: 17px;
}

.term-col p {
    font-weight: 400;
}

.event-carousel .slick-arrow i {
    font-size: 35px !important;
    color: #2871FA;
}

.event-carousel .slick-prev {
    left: -100px;
}

.event-carousel .slick-next {
    right: -80px;
}

.upcoming-event.slick-slide {
    padding: 0 15px;
    transition: all 0.4s ease;
}

.upcoming-event.slick-slide:hover {
    transform: translateY(-5px);
}

.event-carousel .slick-arrow i:hover {
    color: var(--primary-color);
}

.event-carousel .slick-track {
    padding: 50px 0;
}

.blog-section {
    background: url('https://nicoledstrickland.com/wp-content/uploads/2025/10/blog-section-bg-scaled.webp');
    background-position: center;
    background-size: cover;
}

.blog-section .row {
    margin: 50px 0;
}

.blog-col.slick-slide {
    padding: 0 15px;
    transition: all 0.4s ease;
}

.blog-carousel .slick-track {
    padding: 50px 0;
}

.blog-carousel .slick-arrow i {
    font-size: 35px !important;
    color: #2871FA;
}

.blog-carousel .slick-prev {
    left: -100px;
}

.blog-carousel .slick-next {
    right: -80px;
}

.blog-col.slick-slide {
    padding: 0 15px;
    transition: all 0.4s ease;
}

.blog-col.slick-slide:hover {
    transform: translateY(-5px);
}

.blog-carousel .slick-arrow i:hover {
    color: var(--primary-color);
}

.blog-carousel .slick-prev:before,
.blog-carousel .slick-next:before {
    display: none;
}

.blog-carousel .blog-col .blog-inner-col {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
}

img.blog-featured-img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}

.blog-inner-detail {
    padding: 20px 25px;
}

.blog-inner-detail h3 {
    color: #101828;
    font-size: 20px !important;
    font-weight: bold;
    font-family: var(--segoe);
    line-height: 1.4em;
}

.blog-inner-detail p {
    color: #4A5565;
    line-height: 1.6em;
    font-weight: 400;
}

.blog-term {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 20px;
}

.blog-reading {
    display: flex;
    align-items: center;
    gap: 10px 10px;
    color: #6A7282;
}

.blog-reading p {
    margin: 0;
    line-height: 1.2em;
}

.blog-time {
    color: #6A7282;
    font-family: var(--segoe);
}

.blog-inner-detail a {
    text-decoration: none;
    color: var(--cta-pink-color);
}

.blog-inner-detail .read-more-btn {
    text-decoration: none;
    color: var(--cta-pink-color);
    font-weight: 600;
    font-size: 16px;
    font-family: var(--segoe);
}

a.read-more-btn i {
    font-size: 14px !important;
    transition: all 0.4s ease;
}

a.read-more-btn:hover i {
    transform: translateX(10px);
}

span.category-label {
    position: absolute;
    left: 20px;
    top: 15px;
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    color: #fff;
    border-radius: 33px;
    font-size: 14px;
    padding: 3px 10px;
    font-weight: 300;
}

.social-video-slider .image-slider .slick-slide img {
    max-width: 100%;
    width: 100%;
    height: 550px;
    border-radius: 10px;
    object-fit: cover;
}

.social-video-slider .image-slider {
    padding: 15px;
}

.image-slider button.slick-arrow {
    color: #2871FA;
    bottom: -420px;
    font-size: 20px !important;
}

.image-slider button.slick-next {
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(120px);
}

.image-slider button.slick-prev {
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(-120px);
}

.image-slider .slick-dots li {
    width: 15px;
    height: 20px;
}

.image-slider .slick-dots li button:before {
    opacity: 1;
    color: #C7C7C7;
    font-size: 13px;
}

.image-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2871FA;
}

.image-slider .slick-dots {
    bottom: -75px;
    width: max-content;
    margin: auto;
    left: 0;
    right: 0;
}

.image-slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.image-slider .slick-prev:before,
.image-slider .slick-next:before {
    display: none;
}

.connect-section {
    padding-bottom: 160px;
}

.connect-section .row {
    margin-top: 50px;
}

.social-section-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.social-section-grid .social-col {
    border: 2px solid #E5E7EB;
    border-radius: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    transition: all 0.3s ease;
}

.social-col a {
    text-align: center;
    text-decoration: none;
}

.social-col i {
    background: #F3F4F6;
    padding: 14px 0px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #4A5565;
    font-size: 22px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.social-col .social-name {
    color: #364153;
    font-weight: 600;
    margin: 0;
}

.social-section-grid .social-col:hover {
    background: #2871FA;
}

.social-section-grid .social-col:hover p {
    color: #fff;
}

.social-section-grid .social-col:hover i {
    color: #2871FA;
}

.social-video-slider {
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    border-radius: 16px;
}


.testimonial-section {
    background: #F9FAFB;
}

.testimonial-slider-inner {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    background: #fff;
    min-height: 300px;
    height: 350px;
}

.testimonial-slider-inner .rating i {
    color: #2871FA;
    font-size: 12px;
}

.testimonial-paragraph,
.testimonial-paragraph .more-text {
    color: #000;
    font-weight: 400;
    font-style: italic;
    margin: 15px 0 20px;
    text-align: center;
    font-family: var(--segoe);
}

.testimonial-paragraph {
    height: 100px;
    overflow-y: auto;
}

/* Chrome, Edge, Safari ke liye */
.testimonial-paragraph::-webkit-scrollbar {
    width: 3px;
}

.testimonial-paragraph::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.testimonial-paragraph::-webkit-scrollbar-thumb {
    background-color: #2871FA;
    border-radius: 10px;
}

.testimonail-name {
    font-size: 20px !important;
    color: #2871FA;
    font-weight: 700;
    margin-bottom: 5px;
}

.testimonial-designation {
    margin: 0;
    color: #64748B;
    font-size: 13px !important;
}

.testimonial-section .testimonial-slider-wrapper {
    padding: 0 20px;
}

.testimonial-section .slick-track {
    padding: 70px 0;
}

.testimonial-slider-wrapper.slick-slide.slick-active .testimonial-slider-inner {
    position: relative;
}

.testimonial-slider-wrapper.slick-current.slick-slide.slick-active .testimonial-slider-inner:before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    border-radius: 14px;
    z-index: -1;
    animation: borderMove 6s linear infinite;
    transform-origin: center;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.testimonial-slider-wrapper.slick-prev-slide {
    position: relative;
}

.testimonial-slider-wrapper.slick-prev-slide:after {
    position: absolute;
    content: '';
    background: url('https://nicoledstrickland.com/wp-content/uploads/2025/10/pre-testimonial-img.png');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.testimonial-slider-wrapper.slick-next-slide {
    position: relative;
}

.testimonial-slider-wrapper.slick-next-slide:before {
    position: absolute;
    content: '';
    background: url('/wp-content/uploads/2025/10/next-testimonial-img.png');
    background-position: center;
    background-size: cover;
    width: 120px;
    height: 120px;
    top: -60px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}

.testimonial-slider button.slick-arrow {
    color: #fff;
    bottom: -215px;
    font-size: 15px !important;
    z-index: 1;
    background: var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-slider button.slick-next {
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(50px);
}

.testimonial-slider button.slick-prev {
    left: 0;
    right: 0;
    margin: auto;
    transform: translateX(-50px);
}

.testimonial-slider .slick-dots li {
    width: 15px;
    height: 20px;
}

.testimonial-slider .slick-dots li button:before {
    opacity: 1;
    color: #C7C7C7;
    font-size: 13px;
}

.testimonial-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #2871FA;
}

.testimonial-slider .slick-dots {
    bottom: -10px;
    width: max-content;
    margin: auto;
    left: 0;
    right: 0;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before {
    display: none;
}

.testimonial-section a.btn-border {
    margin-top: 60px;
}

/* Home Page Css End */


/* Bio Page  */
.border-gradient-wrapper {
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    border-radius: 50%;
    width: clamp(250px, 35vw, 420px);
    /* responsive width */
    aspect-ratio: 1/1;
    /* keeps perfect circle */
    padding: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* /* Inner image should stay proportional */
.border-gradient-wrapper .nicole-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

*/

/* Center alignment inside hero section */
.page-banner .hero-img-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-banner {
    padding: 200px 10px 50px;
    background-image: url(/wp-content/uploads/2025/10/hero-section-bg-scaled.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .banner-title {
    background: radial-gradient(50% 311.64% at 50% 50%, #2871FA 0%, #C82090 100%);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s linear infinite;
}

.banner-breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
}

.banner-breadcrumb a {
    color: #6A7282;
    text-decoration: none;
    transition: color 0.3s;
}

.banner-breadcrumb li i {
    color: #6A7282;
    font-size: 13px;
}

.banner-breadcrumb a:hover {
    color: #C82090;
}

.banner-breadcrumb li.active {
    color: #2871FA;
    font-weight: 500;
    margin-left: 10px;
}

.page-banner .hero-img-column .circle-img {
    top: 0;
}

.page-banner .hero-content-column {
    text-align: left;
    padding-left: 50px;
}

.page-banner .hero-content-column h2 {
    background: radial-gradient(50% 311.64% at 50% 50%, #2871FA 0%, #C82090 100%);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s linear infinite;
    margin-bottom: 20px;
    font-size: 80px !important;
}

.page-banner .row {
    padding-top: 60px;
}

.bio-content strong {
    color: #2871FA;
}

.bio-content p {
    color: #1E2939;
    font-size: 18px !important;
    font-weight: 400;
}

.bio-content h5 {
    color: #2871FA;
    font-size: 18px !important;
    font-weight: bold;
    margin: 30px 0;
}

.bio-content ul li {
    color: #1E2939;
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 400;
}

.bio-content-row .bio-content-col h3 {
    color: #2871FA;
    font-size: 18px !important;
    font-weight: bold;
    margin: 30px 0;
    line-height: 1.6em;
}

.bio-content-row .bio-content-col ul li {
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 400;
}

.bio-content-row .bio-content-col p {
    color: #1E2939;
    font-size: 18px !important;
    font-weight: 400;
}

.bio-content-row .bio-content-col p i {
    color: #2871FA;
}

.bio-image-col img {
    max-width: 100%;
}

.row.bio-content-row .bio-content-col {
    padding-right: 50px;
}

.row.bio-content-row {
    padding: 30px 0 0;
}

.content-section.bio-content-section {
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
}

.testimonial-name-author-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50px;
    border: 1px solid #d3d3d3;
}

.testimonial-name-author-img {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}


/* Bio Page  END*/

/* Book Page Start */

.book-section .row {
    gap: 20px 0;
    justify-content: center;
}

.book-section h2,
.animated-heading {
    background: radial-gradient(50% 311.64% at 50% 50%, #2871FA 0%, #C82090 100%);
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradientMove 4s linear infinite;
    margin-bottom: 50px;
}


.book-section .book-main-column {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 16px;
    z-index: 1;
    transition: all 0.3s ease;
}

.book-main-column img {
    aspect-ratio: 3/4;
    box-shadow: 0 0 20px 4px #00000073;
}

.book-section .book-main-column h6 {
    margin-top: 0px;
    color: var(--black-color);
}

.book-section .book-main-column p {
    color: var(--pera-color);
}

.book-section .book-main-column a.book-btn {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    max-width: max-content;
    border-bottom: 2px solid #fff;
    transition: all 0.5s ease;
}


/* Book Page End */

/* Podcast Page Start */

.podcast-img-col img {
    max-width: 100%;
}

.podcast-section .row:nth-child(2) {
    padding-top: 60px;
}

/* Podcast Page End */

/* Events Page Start */

.events-section .row {
    gap: 30px 5px;
    justify-content: center;
    padding-top: 40px;
}

.events-section .row .events-wrapper {
    max-width: 49%;
}

.events-column {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 !important;
    transition: all 0.5s ease;
    height: 100%;
}

.events-column img {
    max-width: 100%;
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
}

.events-column h3 {
    color: var(--heading-color) !important;
    font-family: var(--segoe);
    font-weight: bold;
    font-size: 24px !important;
    min-height: 60px;
}

.events-wrapper {
    padding: 0 15px;
    transition: all 0.4s ease;
}

.events-wrapper:hover {
    transform: translateY(-5px);
}

.pagination-wrap.col-12.mt-4 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 30px;
}

.pagination-prev,
.pagination-next {
    border: 1px solid #dadada;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 15px;
    background: #f2f2f2;
}

.pagination-wrap .disabled {
    color: #7c7c7c;
}

.pagination-prev i,
.pagination-next i {
    font-size: 13px;
}

.pagination-wrap .disabled i {
    color: #7c7c7c !important;
}

/* Events Page End */

/* Speaking Page Start */


.speaking-section .row {
    gap: 30px 0px;
    justify-content: center;
    padding-top: 40px;
}

.speaking-column {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 0 !important;
    transition: all 0.5s ease;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.speaking-details-col {
    padding: 20px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.speaking-details-pera {
    height: 145px;
    overflow: auto;
}

/* Chrome, Edge, Safari ke liye */
.speaking-details-pera::-webkit-scrollbar {
    width: 3px;
}

.speaking-details-pera::-webkit-scrollbar-track {
    background: transparent;
}

.speaking-details-pera::-webkit-scrollbar-thumb {
    background-color: #2871FA;
    border-radius: 10px;
}

.speaking-column img {
    aspect-ratio: 3/2;
    object-fit: unset;
    border-radius: 16px 16px 0 0;
    max-width: 100%;
}

.speaking-column h3 {
    color: var(--heading-color) !important;
    font-family: var(--segoe);
    font-weight: bold;
    font-size: 24px !important;
    min-height: 60px;
}

.speaking-wrapper {
    padding: 0 15px;
    transition: all 0.4s ease;
}

.speaking-wrapper:hover {
    transform: translateY(-5px);
}

.speaking-videos-section.section-padding {
    padding-top: 0;
}

.speaking-videos-slider .speaking-videos-wrapper {
    padding: 0 20px;
}

.speaking-videos-slider .slick-list.draggable {
    padding-bottom: 40px;
}

.speaking-video-column h3 {
    color: var(--heading-color) !important;
    font-family: var(--segoe);
    font-weight: bold;
    font-size: 24px !important;
    margin-top: 15px;
}

.speaking-videos-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--secondary-color);
}

.speaking-videos-slider .slick-dots li button:before {
    font-size: 15px;
}

.cta-banner-section {
    background: url('/wp-content/uploads/2025/10/contact-cta-banner-scaled.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.cta-banner-section:after {
    position: absolute;
    content: '';
    background: #0000006b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.cta-banner-section .cta-banner-heading-col h2 {
    color: #fff !important;
    margin: 0 0 20px 0;
}

.cta-banner-section .cta-banner-heading-col p {
    color: #fff !important;
    margin: 0;
}

.cta-banner-section .cta-banner-btn-col {
    display: flex;
    justify-content: end;
    align-items: center;
}

/* Speaking Page End */

/* Blog Page Start */

.blog-page-container .blog-col {
    background: #FFFFFF;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    position: relative;
}

.blog-inner-detail h3 a {
    color: #101828;
    font-size: 20px !important;
    font-weight: bold;
    font-family: var(--segoe);
    line-height: 1.4em;
}

.blog-page-container .sidebar {
    padding-left: 25px;
    border-left: 2px solid #000;
}

.blog_categories ul.list-unstyled li {
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 6s ease infinite;
    padding: 15px;
}

.blog_categories ul.list-unstyled li a {
    color: #fff !important;
}

.col-sm-12.col-lg-8.blog-grid-column {
    padding-right: 40px;
}

/* Blog Page End */

/* Single Blog Page Start */

.single-blog-content .single-featured-img img {
    height: 550px;
    object-fit: cover;
}

.single-meta .single-category i,
.single-meta .single-date i {
    color: var(--primary-color);
}

.single-blog-container .single-blog-content {
    padding-right: 40px;
}

.single-blog-container .sidebar {
    padding-left: 25px;
    border-left: 2px solid #000;
}

/* Single Blog Page End */


/* Contact Page Start */

.contact-form-column {
    border: 2px dashed var(--secondary-color);
    border-radius: 10px;
    padding: 30px 30px !important;
}


.gravity-contact-form .gfield input,
.gravity-contact-form .gfield textarea,
.gravity-contact-form .gfield select {
    border: 1px solid var(--primary-color);
    outline: none;
    padding: 15px !important;
    font-family: 'poppins';
    color: #000;
    background: #f9f9f9;
}

.gravity-contact-form .gfield input:focus,
.gravity-contact-form .gfield textarea:focus,
.gravity-contact-form .gfield select:focus {
    border: 2px solid var(--secondary-color);
}

.gravity-contact-form .gfield input::placeholder,
.gravity-contact-form .gfield textarea::placeholder,
.gravity-contact-form .gfield select::placeholder {
    color: #000;
    opacity: 1;
}

.gravity-contact-form .gform_footer input[type="submit"] {
    background: linear-gradient(90deg, #6717CD 0%, #C82090 100%);
    display: inline-block;
    color: var(--white-color);
    outline: none !important;
    border: none;
    text-decoration: none;
    padding: 10px 50px;
    border-radius: 10px;
    font-family: var(--segoe);
    font-weight: 400;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.gravity-contact-form .gform_footer input[type="submit"]:hover {
    color: #fff;
    border-color: transparent;
    background: linear-gradient(90deg, #6717CD, #C82090, #6717CD);
    background-size: 300% 300%;
    animation: gradientMove 3s linear infinite;
}

.gravity-contact-form .gform_footer {
    padding-bottom: 0 !important;
}

.contact-details-column {
    border: 2px dashed var(--secondary-color);
    border-radius: 10px;
    padding: 30px 30px !important;
}

.contact-details-column h3,
.contact-form-column h2 {
    margin-bottom: 40px;
    font-size: 25px !important;
}

.contact-details-column .contact-info {
    display: flex;
    gap: 10px;
    margin-bottom: 22px;
    align-items: center;
}

.contact-details-column .contact-info i {
    color: var(--primary-color);
    font-size: 20px;
}

.contact-details-column .contact-info a,
.contact-details-column .contact-info p {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 400;
    max-width: max-content;
    font-size: 18px;
    font-family: var(--segoe);
}

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

.contact-social .fa-brands {
    color: var(--secondary-color);
    font-size: 22px;
    transition: all ease 0.4s;
}

.contact-social .fa-brands:hover {
    color: var(--primary-color);
}

.contact-details-column h4 {
    font-size: 20px !important;
    margin: 40px 0 20px !important;
}

/* Contact Page End */

/* Media Page Start */

.media-tv-section .row {
    padding: 20px 0 0;
}

.media-cont-para {
    max-width: 810px;
    margin: 0 auto 15px;
}

.media-tv-section .media-tv-column {
    border: 2px solid #f9f9f9;
    background: #fff;
    box-shadow: 0 0 13px 4px #0000000d;
    border-radius: 10px;
}

.media-tv-section .media-tv-column .tv-featured-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.media-tv-content {
    padding: 30px 20px;
}

.media-tv-section .media-tv-column h4 {
    font-size: 22px !important;
    color: #000;

}

/* Tv Section End */


.media-film-section.section-padding {
    padding-top: 0;
}

.media-film-section .row {
    padding: 20px 0;
}

.media-cont-para {
    max-width: 810px;
    margin: 0 auto 15px;
}

.media-film-section .media-tv-column {
    border: 2px solid #f9f9f9;
    background: #fff;
    box-shadow: 0 0 13px 4px #0000000d;
    border-radius: 10px;
}

.media-film-section .media-tv-column .tv-featured-img img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

.media-tv-content {
    padding: 30px 20px;
}

.media-film-section .media-tv-column h4 {
    font-size: 22px !important;
    color: #000;

}

/* Film Section End */


.media-audio-section.section-padding {
    padding-bottom: 0;
}

.media-audio-section.section-padding.events-section {
    padding: 60px;
}

.media-audio-section .row {
    padding: 20px 0;
}

.podcast-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.podcast-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.podcast-list li {
    margin-bottom: 8px;
}

.podcast-list a {
    text-decoration: none;
    color: #222;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
}

.podcast-list a:hover {
    color: var(--secondary-color);
}

/* Print Section Start */

.newspaper-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.newspaper-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.newspaper-list li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.newspaper-list a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    word-break: break-word;
}

.newspaper-list a:hover {
    color: #0073e6;
    text-decoration: underline;
}

.newspaper-list strong {
    font-weight: 700;
    color: #000;
}

.newspaper-list em {
    font-style: italic;
}



/* Media Page End */

/* Responsive */


@media (max-width: 992px) {

    .contact-info-item {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .vehiclesCard h4 {
        margin-top: 15px !important;
    }

    .leadershipCard img.vehiclescardImg {
        max-height: 300px !important;
    }

    img.vehiclescardImg {
        max-height: 200px;
    }

    .contact-info-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    /* 	.contact-info-card > .contact-info-item {
		max-width: 300px;
	} */
    .contact-cards {
        flex-direction: column;
    }

    .contact-form-card,
    .contact-info-card {
        margin-bottom: 25px;
    }
}


/* Contact Us Page Css End */


/* Footer CSS Start */

footer {
    padding: 80px 10px 30px;
    background: linear-gradient(270deg, #2871FA 0%, #C82090 100%);
}

.row.footer-row {
    padding-bottom: 30px;
}

img.footer-logo {
    max-width: 100%;
}

footer .col-sm-12:nth-child(2) {
    padding-left: 60px !important;
}

.footer-heading {
    color: #fff !important;
    font-size: 18px !important;
    max-width: max-content;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    row-gap: 10px;
}

.footer-menu li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    max-width: max-content;
    font-weight: 300;
}

.footer-contact-info a,
.footer-contact-info p {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    max-width: 351px;
    font-family: var(--segoe);
}

.footer-contact-info {
    display: flex;
    gap: 15px;
    margin-bottom: 22px;
    align-items: center;
}

.footer-contact-info i {
    color: #fff;
    font-size: 20px;
}

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

.footer-social .fa-brands {
    color: #fff;
    font-size: 22px;
    transition: all ease 0.4s;
}

.footer-social .fa-brands:hover {
    color: var(--primary-color);
}

.row.newsletter-row {
    padding: 50px 0px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.newsletter-heading h3 {
    font-size: 18px !important;
    color: #fff;
    font-weight: bold;
}

.newsletter-heading p {
    color: #fff;
    font-weight: 300;
}

.footer-newsletter .gfield input {
    background: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px !important;
    font-size: 16px !important;
    font-family: 'Poppins';
    color: #000;
}

.footer-newsletter .gfield input::placeholder {
    color: var(--secondary-color);
}

.footer-newsletter .gform_footer input[type="submit"] {
    padding: 12px 20px;
    background: var(--primary-color);
    color: #fff;
    border: 0;
    border-radius: 10px;
    margin: 0 !important;
    transition: all 0.3s ease;
    font-family: 'Poppins';
}

.footer-newsletter .gform_footer input[type="submit"]:hover {
    background: var(--secondary-color);
}

#gform_wrapper_2 .footer-newsletter {
    display: flex;
    justify-content: end;
    gap: 15px;
    max-width: 100%;
}

#gform_wrapper_2 .footer-newsletter .gform_footer {
    padding: 0;
    margin: 0;
}

#gform_wrapper_2 .footer-newsletter .gform_body {
    max-width: 100%;
    width: 350px;
}

.footer-privacy-menu {
    list-style: none;
    padding: 0;
    row-gap: 10px;
}

.footer-privacy-menu li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
}

p.copyright-text {
    color: #fff;
    max-width: fit-content;
}

.row.copyright {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
}

.footer-privacy-menu {
    max-width: max-content !important;
    margin: 0;
    gap: 10px 15px;
}

.footer-privacy-menu li:first-child {
    border-right: 2px solid #fff;
    padding-right: 15px;
}

/* Footer CSS END */





/* Media Query Start */

@media(min-width: 991px) {

    .header-menu-row ul#menu-header-nav li a:before {
        content: '';
        background-color: #000;
        width: 0%;
        height: 2px;
        position: absolute;
        bottom: -3px;
        left: 0;
        transition: 0.5s ease;
    }

    .header-menu-row ul#menu-header-nav li a {
        position: relative;
    }

    .header-menu-row ul#menu-header-nav li a:hover:before {
        width: 100%;
    }

    .header-menu-row ul#menu-header-nav .current-menu-item a:before {
        width: 100%;
    }

}

/* Max Width 391px */
@media(max-width:391px) {

    .mobile-menu-offcanvas {
        width: 300px !important;
        max-width: 100% !important;
    }
}

/* END */

/* Max Width 500px */
@media(max-width:500px) {
    .hero-section .hero-img-column .nicole-img {
        max-width: 250px !important;
    }

    .hero-section .hero-img-column .circle-img {
        max-width: 265px !important;
        left: 16px !important;
    }

    .hero-img-column img.nicole-img-fallback {
        max-width: 200px !important;
        height: 200px !important;
    }

    .page-banner .hero-img-column .circle-img {
        max-width: 210px !important;
    }

    .border-gradient-wrapper {
        width: clamp(210px, 35vw, 420px);
    }

    .social-video-slider .image-slider .slick-slide img {
        height: 300px !important;
    }

    .image-slider button.slick-arrow {
        bottom: -292px !important;
    }

    .page-banner .hero-content-column {
        padding-top: 25px !important;
    }

}

/* END */

/* Max Width 600px */

@media(max-width:600px) {
    .speaking-video-column .video-iframe iframe {
        aspect-ratio: 3/3 !important;
    }

    .speaking-videos-slider .speaking-videos-wrapper {
        padding: 0;
    }
}

/* END */

/* Max Width 767px */
@media(max-width:767px) {

    h1 {
        font-size: 31px !important;
        text-align: center !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 26px !important;
    }

    h4 {
        font-size: 24px !important;
    }

    h5 {
        font-size: 22px !important;
    }

    h6 {
        font-size: 20px !important;
    }

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


    .single-post-container #primary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .single-post-container aside#secondary {
        max-width: 100% !important;
        width: 100% !important;
        flex: unset !important;
    }

    .recnt_sidebar {
        padding-left: 0;
        border-left: none;
    }

    img.attachment-large.size-large.wp-post-image {
        max-width: 100%;
        height: 450px;
        object-fit: cover;
        object-position: center;
    }

    .single-post-container {
        padding: 50px 10px;
        flex-wrap: wrap;
    }

    .blog-page-container .col-md-4 {
        padding: 0 20px;
        border-left: none;
    }

    .blog-page-container .col-md-8 {
        padding-right: 10px;
    }

    .footer-row .logo-col {
        margin-bottom: 20px !important;
    }

    .row.footer-row .col-sm-12 {
        max-width: 100%;
        text-align: center;
    }

    .row.footer-row .footer-heading {
        margin: 20px auto 30px;
    }

    .footer-contact-info {
        justify-content: center;
    }

    .footer-social {
        justify-content: center;
    }

    .row.copyright {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 30px;
        gap: 10px 0;
    }

    .testimonial-slider-inner {
        min-height: 210px;
        height: 260px;
        padding: 25px 40px;
    }

    .page-banner .hero-content-column h2 {
        font-size: 28px !important;
    }

    .social-section-grid {
        padding-top: 140px;
    }

    .social-video-slider .image-slider .slick-slide img {
        height: 400px;
    }

    .image-slider button.slick-arrow {
        bottom: -345px;
    }

    .connect-section {
        padding-bottom: 40px;
    }

    .section-padding {
        padding: 40px 10px;
    }

    .testimonial-section .slick-track {
        padding: 20px 0 70px;
    }

    .testimonial-section a.btn-border {
        margin-top: 90px;
    }

    .testimonial-slider button.slick-arrow {
        bottom: -225px;
    }

    .speaking-column h3,
    .events-column h3,
    .event-details-col h3 {
        font-size: 18px !important;
    }

    .speaking-details-col p,
    .event-details-col p {
        font-size: 15px !important;
    }

    .upcoming-event-column h3 {
        min-height: unset;
    }

    .upcoming-event-column,
    .blog-inner-col {
        max-width: 550px;
        margin: auto;
    }

    .single-blog-content .single-featured-img img {
        height: auto;
    }

    .signle-post-breadcrumb ul {
        flex-direction: column;
    }

    .signle-post-breadcrumb ul i.fa-solid {
        transform: rotate(90deg);
    }

    .contact-details-column h3,
    .contact-form-column h2 {
        margin-bottom: 22px;
        font-size: 22px !important;
        text-align: center;
    }

    .contact-details-column h4 {
        font-size: 18px !important;
        margin: 30px 0 15px !important;
        text-align: center;
    }

    .contact-social {
        gap: 15px;
        justify-content: center;
    }

    .contact-details-column .contact-info {
        align-items: center;
        max-width: 268px;
        margin: 0 auto 25px !important;
    }

    .media-tv-section .row {
        justify-content: center;
    }

    .media-tv-section .row .col-sm-12.col-md-6 {
        max-width: 450px;
        margin-bottom: 5px !important;
    }

    .media-film-section .row {
        justify-content: center;
    }

    .media-film-section .row .col-sm-12.col-md-6 {
        max-width: 450px;
        margin-bottom: 5px !important;
    }

    #gform_wrapper_2 .footer-newsletter {
        justify-content: center;
    }

    .newsletter-form {
        padding-top: 30px;
    }

    .newsletter-heading h3,
    .newsletter-heading p {
        text-align: center;
    }

    .footer-row .logo-col img {
        max-width: 300px !important;
    }

    .page-banner .hero-img-column .circle-img {
        max-width: 280px;
    }

    .hero-img-column img.nicole-img-fallback {
        max-width: 270px;
        height: 270px;
    }

    .section-padding {
        padding: 40px 10px;
    }

    .connect-section .row {
        margin-top: 20px;
    }

    .blog-inner-detail h3 {
        font-size: 18px !important;
    }

    .testimonial-section.section-padding.home-testimonial.px-0 {
        padding-bottom: 120px;
    }

    .book-section .book-main-column {
        max-width: 500px;
        width: 100%;
    }

    .book-section .book-main-column h3 {
        font-size: 18px !important;
    }

    p.copyright-text {
        text-align: center;
    }

    .bio-content-row {
        flex-direction: column-reverse;
    }

    .bio-image-col {
        padding-top: 0px !important;
    }

    .make-sticky img {
        width: 500px;
    }

    .page-banner .row {
        padding-top: 0;
    }

    .page-banner .banner-content-column {
        padding-bottom: 40px;
    }

    .page-banner .hero-content-column {
        text-align: center;
        padding-top: 50px;
        padding-left: 0px;
    }

    .hero-section-tags-column span {
        font-size: 14px;
    }

    .cta-banner-section .cta-banner-btn-col {
        justify-content: center;
    }

    .cta-banner-section .cta-banner-heading-col h2 {
        text-align: center;
    }

    .cta-banner-section .cta-banner-heading-col p {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .upcoming-event-section {
        padding: 10px 10px 60px;
    }

    .events-section .row {
        padding-top: 20px;
    }

    .book-main-column img {
        aspect-ratio: 3/3;
        object-fit: cover;
        object-position: top;
    }

}


/* End */

/* Max Width 1024px */

@media(max-width: 1024px) {

    .mobile-menu-offcanvas {
        display: block;
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        width: 365px;
        background: #ffffff;
        height: 100vh;
        padding: 20px;
        opacity: 0;
        transition: all 0.6s ease;
        transform: translateX(-100%);
    }

    .mobile-menu-offcanvas.open {
        opacity: 1;
        transform: translateX(0);
        z-index: 9;
    }

    .mobile-menu-offcanvas .mobile-logo {
        max-width: 260px;
        margin-bottom: 30px;
        margin-top: 8px !important;

    }

    .mobile-menu-offcanvas .mobile-menu li {
        list-style: none;
        margin-bottom: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu li a {
        color: var(--secondary-color);
        font-family: var(--poppins-font);
        text-decoration: none;
        font-size: 18px;
    }

    .mobile-menu-offcanvas .mobile-menu {
        padding: 0;
    }

    .menu-close {
        position: absolute;
        top: 10px;
        right: 10px;
        border: 1px solid #fff;
        padding: 8px;
        width: 40px !important;
        height: 35px;
        border-radius: 3px;
    }

    div#mobmenu-custom {
        background: var(--primary-color);
        padding: 8px 10px;
        width: max-content;
        display: flex;
        align-items: center;
        column-gap: 5px;
        cursor: pointer;
        border-radius: 10px;
    }

    /* Hamburger lines */
    #mobmenu-custom span {
        display: block;
        height: 2px;
        width: 18px;
        background: #fff;
        border-radius: 2px;
        transition: all 0.4s ease;
        position: relative;
    }

    /* Space between bars */
    #mobmenu-custom span:not(:last-child) {
        margin-bottom: 4px;
    }

    /* Active (cross) state */
    #mobmenu-custom.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }

    #mobmenu-custom.active span:nth-child(2) {
        opacity: 0;
    }

    #mobmenu-custom.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }

    .navbar-nav.header-menu {
        display: none !important;
    }

    .header-btn {
        display: none;
    }

    div#mobmenu-custom p {
        color: #fff;
        font-size: 14px !important;
        font-weight: bold;
        margin-top: 1px !important;
    }

    .footer-row {
        justify-content: center;
    }

    .footer-row .logo-col {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-row .logo-col img {
        max-width: 400px;
    }

    footer .col-sm-12:nth-child(2) {
        padding-left: 00px !important;
    }

    .footer-row .col-lg-2 {
        max-width: 24%;
        width: 100%;
    }

    .testimonial-paragraph,
    .testimonial-paragraph .more-text {
        font-size: 14px !important;
    }

    .testimonial-designation {
        font-size: 12px !important;
    }

    .testimonial-designation {
        font-size: 12px !important;
    }

    .event-carousel .slick-track,
    .blog-carousel .slick-track,
    .testimonial-section .slick-track {
        padding: 10px 0 30px;
    }

    .testimonial-slider-wrapper.slick-next-slide:before,
    .testimonial-slider-wrapper.slick-prev-slide:after {
        display: none;
    }

    .book-section.section-padding {
        padding: 10px;
    }


}

/* End */


/* Min Width 768px */
@media(min-width:768px) {}

/* End */

/* Max Width 880px */

@media(max-width:880px) {
    .events-section .row .events-wrapper {
        max-width: 450px;
    }

    .speaking-section .row .speaking-wrapper {
        max-width: 450px;
    }

    .speaking-column {
        min-height: 450px !important;
        height: auto !important;
    }

}

/* End */

@media only screen and (min-width: 992px) and (max-width: 1162px) {
    .upcoming-event-column {
        height: 650px;
    }

    .event-details-col {
        padding: 20px 25px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
}


/* Max Width 991px */
@media(max-width:991px) {

    .thank-fir-row {
        margin-bottom: 20px;
    }

    .thank-sec-row {
        display: flex;
        flex-direction: column;
    }


    .header-cta-canvas-col {
        display: flex;
        flex: 1;
        justify-content: end;
        gap: 10px 20px;
        align-self: center;
        align-items: center;
    }

    .header-btn {
        padding: 9px 30px !important;
    }

    .header-logo-col {
        width: 180px;
    }

    .hero-section .row {
        flex-direction: column-reverse;
    }

    .page-banner .row {
        flex-direction: column;
    }

    .page-banner .hero-content-column,
    .page-banner .hero-img-column {
        max-width: 100%;
        width: 100%;
    }

    .hero-section .hero-content-column,
    .hero-section .hero-img-column {
        max-width: 100%;
        width: 100%;
    }

    .hero-section .hero-img-column .nicole-img {
        max-width: 350px;
    }

    .hero-section .hero-img-column .circle-img {
        max-width: 380px;
        left: 10px;
        right: 0;
        margin: auto;
        top: 75px;
    }

    .hero-section .hero-content-column {
        text-align: center;
        margin-top: 50px;
    }

    .hero-section-tags-column,
    .hero-section-btn-col,
    .hero-section-counter {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-content-column hr {
        margin: 0 auto 20px;
    }

    .hero-content-column .hero-section-pera {
        margin: 0 auto 30px;
    }

    section.hero-section {
        padding: 150px 10px 75px;
    }

    .bio-image-col {
        text-align: center;
        padding-top: 40px;
    }

    /* .bio-image-col img {
        max-width: 450px;
    } */

    .row.bio-content-row .bio-content-col {
        padding-right: 10px;
    }

    .podcast-section .row:first-child {
        flex-direction: column-reverse;
    }

    .podcast-section .podcast-img-col {
        text-align: center;
    }

    .podcast-section .podcast-img-col img {
        max-width: 500px;
        width: 100%;
    }

    .podcast-section .podcast-content-col {
        padding-top: 40px;
        text-align: center;
    }

    .blog-page-container .sidebar,
    .single-blog-container .sidebar {
        padding-left: 0;
        border-left: unset;
        padding: 0 20px;
    }

    .col-sm-12.col-lg-8.blog-grid-column,
    .single-blog-container .single-blog-content {
        padding-right: 15px;
    }

    .blog-grid-column .row {
        margin: 0 !important;
    }

    .blog-page-container.section-padding {
        padding: 10px;
    }

    .event-term {
        flex-direction: column;
    }

    .testimonial-section.section-padding {
        padding-bottom: 120px;
    }

    .speaking-wrapper .speaking-column img {
        height: unset;
        aspect-ratio: 3/2;
    }

    .page-banner .hero-img-column {
        display: flex;
        justify-content: center;
    }

}

/* End */

@media(min-width:992px) {
    .col-sm-12.col-md-12.col-lg-8.banner-content-column {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding-left: 50px;
    }

    .banner-content-column nav.banner-breadcrumb,
    .page-banner .hero-section-pera {
        padding-left: 5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1193px) {
    .blog-inner-detail {
        height: 60%;
    }

    .blog-inner-col {
        height: 600px;
    }

    a.read-more-btn {
        position: absolute;
        bottom: 60px;
    }
}

/* Min Width 768px to Max Width 991px */
@media(min-width:768px) and (max-width:991px) {


    img.footer-logo {
        width: 320px;
    }

    .upcoming-event-column {
        height: 600px;
        display: flex;
        flex-direction: column;
    }

    .event-details-col {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: baseline;
    }

    .section-padding {
        padding: 60px 10px;
    }

    .connect-section.section-padding {
        padding-bottom: 120px;
    }


    .book-section .book-main-column h3 {
        font-size: 20px !important;
    }

    .page-banner .hero-img-column .nicole-img {
        max-width: 400px;
    }

    .hero-img-column img.nicole-img-fallback {
        max-width: 400px;
    }

    .page-banner .hero-img-column .circle-img {
        max-width: 450px;
        left: 20px;
        right: 0;
        margin: auto;
        top: 35px;
    }

    .page-banner .hero-content-column {
        text-align: center;
        padding-top: 70px;
        padding-left: 0px;
    }

    .events-section .row {
        padding-top: 20px;
    }


}

/* join us page css */
.cta_btnn {
    margin-top: 35px;
    background: #fff;
    color: #2b84ba;
    width: fit-content !important;
}

.cta_btnn:hover {
    color: #fff;
}

p.join_txt {
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    font-size: 20px !important;
}

/* contact map grid css */

.map_col {
    padding: 20px !important;
    border-radius: 12px;
    box-shadow: 0px 0px 4px 4px #00000020
}

.map-section .row {
    gap: 20px;
    justify-content: center;
}

.map-section .row .col-lg-6 {
    width: 48%;
}

.map_col iframe {
    height: 250px;
    border-radius: 12px;
}

h4.map_loc {
    text-align: center;
    margin-top: 20px;
    color: #2b84ba;
}

.map_col p {
    text-align: center;
    color: #000;
    margin: 0;
}

/* End */

/* Min Width 768px to Max Width 1024px */
@media(min-width:768px) and (max-width:1024px) {
    .page-id-262 .about-ceo-section .row .col-md-6 {
        width: 48% !important;
    }

    .page-id-262 .about-ceo-content {
        text-align: left !important;
    }

    p.join_txt {
        font-size: 18px !important;
        line-height: 1.5em;
    }

    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 32px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 24px !important;
    }

    h6 {
        font-size: 22px !important;
    }


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

    .testimonial-slider-inner {
        min-height: 250px;
        height: 270px;
    }

    .page-banner .hero-content-column h2 {
        font-size: 40px !important;
    }

    .speaking-column {
        height: 650px;
    }

    .speaking-column h3,
    .events-column h3,
    .event-details-col h3 {
        font-size: 20px !important;
    }

    .upcoming-event-section {
        padding: 20px 10px 60px;
    }

}

/* End */



/* Min Width 992px to Max Width 1200px */
@media(min-width:992px) and (max-width:1200px) {
    .navbar-nav.header-menu {
        gap: 25px;
    }

    .header-logo-col {
        width: 180px;
    }

    .navbar-nav.header-menu {
        gap: 18px;
    }

    .header-btn {
        padding: 9px 17px;
    }

    .navbar-nav.header-menu .menu-item a {
        font-size: 14px;
    }

}


/* End */



/* Min Width 992px to Max Width 1090px */
@media(min-width:992px) and (max-width:1090px) {

    .footer-col:nth-child(2) {
        padding-left: 60px !important;
    }

    .footer-contact-info {
        gap: 8px;
    }

    .footer-contact-info img {
        width: 17px !important;
    }

    .contact-info span {
        font-size: 16px;
    }
}

/* End */



/* Min Width 992px to Max Width 1024px */
@media(min-width:992px) and (max-width:1024px) {
    .speaking-column {
        height: 740px;
    }
}

/* End */


/* Min Width 1025px */
@media(min-width:1025px) {
    .testimonial-section .testimonial-slider {
        transform: scale(1.1);
    }
}

/* End */

/* Min Width 1025px to Max Width 1199px */
@media(min-width:1025px) and (max-width:1199px) {
    h1 {
        font-size: 48px !important;
    }

    h2 {
        font-size: 34px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 28px !important;
    }

    h6 {
        font-size: 26px !important;
    }

}

/* End */

@media(min-width:1025px) and (max-width:1240px) {
    footer .col-sm-12:nth-child(2) {
        padding-left: 30px !important;
    }

    .page-banner .hero-content-column h2 {
        font-size: 50px !important;
    }
}

@media(min-width:1200px) and (max-width:1440px) {
    .header-logo-col {
        width: 200px;
    }

    .header-btn {
        padding: 12px 22px;
    }

    .navbar-nav.header-menu {
        gap: 25px;
    }

    .page-banner .hero-content-column h2 {
        font-size: 60px !important;
    }
}


@media(min-width:1200px) {}

@media(max-width:1299px) {
    header.header-section {
        padding: 10px 0px;
    }
}

@media(max-width:1540px) {
    header.header-section {
        max-width: 96%;
    }
}