/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

:root {
    --pantheondigitalslightGreen: #a8ca0a;
    --pantheondigitalsGreen: #369d54;
    --pantheondigitalsDarkGreen: #006E25;
    --pantheondigitalsContentbg: #faf2dd;
    --hero-bg: #118230;
}


@font-face {
    font-family: 'mangnolia';
    src: url('magnolia_script/Magnolia\ Script.otf');
}

/* .navbar-nav .nav-item {
    min-width: 150px;
    text-align: center;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-block: 10px !important;
} */

.mangnolia {
    font-family: 'mangnolia';
}

.bg-green {
    background-color: var(--pantheondigitalsGreen) !important;
}

.hero-bg {
    background-color: var(--hero-bg) !important;
}

.v_green {
    color: var(--pantheondigitalsGreen);
}

.v_lightgreen {
    color: var(--pantheondigitalslightGreen);
}

.v_lightborder {
    border-color: #3bc46c !important;
}

.v_p12 {
    font-size: 12px;
}

.v_p14 {
    font-size: 14px;
}

.v_p18 {
    font-size: 18px;
}

.v_h22 {
    font-size: 22px;
}

.v_h26 {
    font-size: 26px;
}

.v_mainhead {
    font-size: 32px;
}

.v_mainhead_2 {
    font-size: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}



nav {
    position: relative;
    z-index: 3;
}

.custom-prev-arrow,
.custom-next-arrow {
    border: none;
}


.pantheondigitals-home img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-slide img {
    display: block;
}

.pantheondigitals-home .slick-list,
.pantheondigitals-home .slick-track {
    height: 100%;
}

.custom-prev-arrow i,
.custom-next-arrow i {
    font-size: 30px !important;
    background-color: var(--pantheondigitalsGreen);
    color: white;
    padding: 10px 15px;
}

.sliderbtn {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    left: 4%;
}

.navlogo {
    height: 68px;
}


.banner {
    width: 100%;
    height: 124px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="1239" height="124" viewBox="0 0 1239 124" fill="none"><rect width="29" height="124" fill="%23058764" /><rect x="28" width="59" height="124" fill="%23058C69" /><rect x="86" width="68" height="124" fill="%2305916E" /><rect x="153" width="101" height="124" fill="%2305966E" /><rect x="253" width="165" height="124" fill="%23059B73" /><rect x="417" width="91" height="124" fill="%2305966E" /><rect x="507" width="63" height="124" fill="%23009169" /><rect x="569" width="53" height="124" fill="%23008C69" /><rect x="621" width="49" height="124" fill="%23008764" /><rect x="669" width="45" height="124" fill="%2300825F" /><rect x="713" width="45" height="124" fill="%23007D5A" /><rect x="757" width="44" height="124" fill="%2300785A" /><rect x="800" width="45" height="124" fill="%23007355" /><rect x="844" width="45" height="124" fill="%23006E50" /><rect x="888" width="48" height="124" fill="%2300694B" /><rect x="935" width="29" height="124" fill="%2300644B" /><rect x="963" width="24" height="124" fill="%23006446" /><rect x="986" width="61" height="124" fill="%23005F46" /><path d="M1046 0H1107L1080.79 124H1046V0Z" fill="%23005A41" /><path d="M1106.5 0H1172.5L1146.5 124H1078.5L1106.5 0Z" fill="%238EB3AA" /><path d="M1172.3 0H1239L1212.72 124H1144L1172.3 0Z" fill="%23BED3CD" /></svg>');
    background-size: cover;
}

#Our-Presence {
    padding: 0px;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 72px;
    text-align: end;
    -webkit-clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 92% 0%, 100% 50%, 92% 100%, 0% 100%);
    background: var(--pantheondigitalslightGreen);
    color: white;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
}

#Our-Presence i {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--pantheondigitalsDarkGreen);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    font-size: 44px;
    margin-left: -2px;
}

.animate {
    -webkit-filter: none;
    filter: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-animation: mapanimation 1s infinite alternate;
    animation: mapanimation 1s infinite alternate;
}

@-webkit-keyframes mapanimation {
    0% {
        -webkit-filter: drop-shadow(0px 0px 0px white);
        filter: drop-shadow(0px 0px 0px white);
    }

    100% {
        -webkit-filter: drop-shadow(0px 0px 10px white);
        filter: drop-shadow(0px 0px 10px white);
    }
}

@keyframes mapanimation {
    0% {
        -webkit-filter: drop-shadow(0px 0px 0px white);
        filter: drop-shadow(0px 0px 0px white);
    }

    100% {
        -webkit-filter: drop-shadow(0px 0px 10px white);
        filter: drop-shadow(0px 0px 10px white);
    }
}

.mapsec {
    z-index: 1;
}

.mapsec::before {
    background-image: url(images/bgmap.jpg);
    background-size: cover;
    background-position: center;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

.bnf-child-font {
    font-size: 30px;
    color: var(--pantheondigitalslightGreen);
}


.bnf-card {
    margin-top: 70px;
    background: #a3c800;
    color: white;
    padding: 20px;
    position: relative;
    text-align: left;
    min-height: 250px;

}

.bnf-card .circle {
    width: 150px;
    height: 150px;
    background: #3b8f2f;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    border: 9px solid white;
    border-radius: 50%;
    position: absolute;
    top: -79px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bnf-card .card-content {
    margin-top: 70px;
}

.bnf-card .card-content li {
    margin-bottom: 16px;
}

.bnf-card .card-content li:last-child {
    margin-bottom: 0px;
}

.life_cycle_approach img {
    width: 162px;
}

.life_cycle_approach .first-img {
    background: #ffffff;
    border-radius: 50%;
    width: 105px;
    height: auto;
}


.programs-card {
    margin-left: 24px;
    width: 380px;
    background: var(--pantheondigitalsContentbg);
    position: relative;
    -webkit-filter: drop-shadow(0px 0px 1px gray);
    filter: drop-shadow(0px 0px 1px gray);
}

.scale {
    scale: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scale:hover {
    scale: 1.1;
}

.programs-card::before {
    content: "";
    position: absolute;
    width: 25px;
    background: red;
    height: 100%;
    left: -18px;
    top: 0;
    background: -o-radial-gradient(6px 31px, circle, transparent 13px, #FAF2DC 0px) repeat-y;
    background: radial-gradient(circle at 6px 31px, transparent 13px, #FAF2DC 0px) repeat-y;
    background-size: 19px 45px;
}

.programs-card .header {
    background-color: #a8ca0a;
    color: white;
    padding: 10px;
    position: relative;
    text-align: center;
    border-bottom-left-radius: 127px;
    padding-left: 36px;
    text-align: end;
    padding-bottom: 23px;
    margin-left: 28px;

}

.programs-card .paper-clip {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 24px;
    color: black;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}

.programs-card .content p {
    font-size: 14px;
    color: #333;
}

.programs-card .highlight {
    font-weight: bold;
    color: #6ea728;
}

.programs-card .list-item {
    margin-bottom: 10px;
}

.programs-card .list-item span {
    font-weight: bold;
    color: #007bff;
}

.programs-card .header::after {
    content: '';
    position: absolute;
    background-image: url(images/clip.svg);
    width: 188px;
    height: 96px;
    left: -14px;
    background-repeat: no-repeat;
    top: -18px;
}

/* .spiral {
    border: 1px solid white;
    border-top: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.spiral:before {
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    height: 10px;
    width: 99%;
    background-size: 9px 12px;
    background-image: -o-radial-gradient(5% 40%, circle, transparent 70%, #555 20%);
    background-image: radial-gradient(circle at 5% 40%, transparent 70%, #555 20%);
} */

.quotes {
    width: 80px;
    position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%) rotate(180deg);
    -ms-transform: translatey(-50%) rotate(180deg);
    transform: translatey(-50%) rotate(180deg);
}

.quotes-2 svg {
    width: 80px;
}

#ourvision-box {
    background: transparent;
    width: 96%;
    border: 10px solid var(--pantheondigitalsGreen);
    -webkit-box-shadow: 49px 49px 0px #e2e3e5;
    box-shadow: 49px 49px 0px #e2e3e5;
    ;
    padding: 40px 0px 0px 40px;
    border-radius: 20px;
}

.ourvision-box-content {
    background-color: var(--pantheondigitalslightGreen);

}

.pill-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 336px;
    height: 582px;
    border-top: 90px solid var(--pantheondigitalsDarkGreen);
    border-left: 20px solid var(--pantheondigitalsDarkGreen);
    border-right: 20px solid var(--pantheondigitalsDarkGreen);
    border-bottom: 34px solid var(--pantheondigitalsDarkGreen);
    border-radius: 170px;
    background-color: var(--pantheondigitalsContentbg);
}


.pill-container .head {
    background-color: var(--pantheondigitalsContentbg);
    padding: 5px;
    border-radius: 50%;
    width: 126px;
    height: 120;
    margin-top: -61px;
    border: 13px solid var(--pantheondigitalsDarkGreen);
}

.pill-container:nth-child(2) {
    border-top: 90px solid var(--pantheondigitalsGreen);
    border-left: 20px solid var(--pantheondigitalsGreen);
    border-right: 20px solid var(--pantheondigitalsGreen);
    border-bottom: 34px solid var(--pantheondigitalsGreen);
}

.pill-container:nth-child(2) .head{
    border: 13px solid var(--pantheondigitalsGreen);
}

.pill-container:first-child{
    border-top: 90px solid var(--pantheondigitalslightGreen);
    border-left: 20px solid var(--pantheondigitalslightGreen);
    border-right: 20px solid var(--pantheondigitalslightGreen);
    border-bottom: 34px solid var(--pantheondigitalslightGreen);
}

.pill-container:first-child .head{
    border: 13px solid var(--pantheondigitalslightGreen);
}




.pill-container .head::before {
    content: "";
    position: absolute;
    top: 45px;
    left: -97px;
    width: 87px;
    height: 94px;
    background-color: #faf2dd;
    border-top-right-radius: 66%;
    border-top-left-radius: 257%;
    -webkit-clip-path: ellipse(28% 59%, 89% 74%);
    clip-path: ellipse(28% 59%, 89% 74%);
}

.pill-container .head::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -97px;
    width: 87px;
    height: 94px;
    background-color: #faf2dd;
    border-top-left-radius: 66%;
    border-top-right-radius: 257%;
    -webkit-clip-path: ellipse(28% 59%, 89% 74%);
    clip-path: ellipse(28% 59%, 89% 74%);
}



.pill-container .head img {
    width: 100%;
    height: 100%;
}

.pill-container .content {
    font-size: 14px;
    margin-bottom: 96px;

}

.v_gap {
    margin-bottom: 80px;
}




.sqcs .card {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}


.sqcs .card::before {
    content: '';
    background-color: var(--pantheondigitalslightGreen);
    -webkit-clip-path: polygon(51% 79%, 100% 38%, 100% 100%, 0 100%, 0 38%);
    clip-path: polygon(51% 79%, 100% 38%, 100% 100%, 0 100%, 0 38%);
    top: 0;
    position: absolute;
    z-index: -1;
    left: -11%;
    width: 122%;
    height: 110%;
    border-radius: 18px;
}

.sqcs .card-2::before {
    background-color: var(--pantheondigitalsGreen);
}

.sqcs .card-3::before {
    background-color: var(--pantheondigitalsDarkGreen);
}



.sqcs .card-header {
    font-weight: bold;
    color: #007000;
    background-color: #f0f0f0;
    border: none;
}

.sqcs .icon {
    position: absolute;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #7cb342;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 1;
    border: 8px solid white;
}



.storyheading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url('images/storyheadingimg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 18px 42px 18px 76px;
    color: white;
    font-size: 26px;
}

.storyheading-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-image: url('images/storyheadingimg-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 18px 88px 18px 42px;
    color: white;
    font-size: 26px;
}

.impactstorywrap {
    background-image: url(images/impactbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 114px 395px;
    width: 1200px;
    color: white;
    height: 600px;
    /* aspect-ratio: 2 / 1; */
    margin-block: 113px;

}


.impact-bubble-1 {
    width: 300px;
    height: 300px;
    aspect-ratio: 1;
    border-top-left-radius: 0% !important;
    top: -101px;
    right: 67px;
    rotate: 324deg;
}

.impact-bubble {
    width: 300px;
    height: 300px;
    aspect-ratio: 1;
    border-bottom-right-radius: 0% !important;
    bottom: 25px;
    left: 76px;
    rotate: -16deg;

}



:root {
    --bubble-mini-width: 621px;
    --bubble-aspect-ratio: 1.5 / 1;
}

.impactstorywrap-mini {
    background-image: url(images/impactbg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    padding: 46px 58px 40px 5px;
    color: white;
    aspect-ratio: var(--bubble-aspect-ratio);
    font-size: 12px;
}

.impact-bubble-mini {
    width: var(--bubble-mini-width);
    height: 300px;
    aspect-ratio: 1;
    border-bottom-right-radius: 0% !important;
    rotate: 4deg;

}

.impactstorywrap-mini-2 {
    background-image: url(images/impactbg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    padding: 46px 5px 40px 58px;
    color: white;
    aspect-ratio: var(--bubble-aspect-ratio);
    font-size: 12px;
}

.impact-bubble-mini-2 {
    width: var(--bubble-mini-width);
    height: 300px;
    aspect-ratio: 1;
    border-bottom-left-radius: 0% !important;
    rotate: 356deg;
}


.w-eq {
    width: 20%;
}

.border-cs {
    border-right: 1px solid #dee2e6;
}


.h-ourvision-box {
    background: transparent;
    width: 40%;
    border: none;
    -webkit-box-shadow: -49px -49px 0px var(--pantheondigitalslightGreen);
    box-shadow: -49px -49px 0px var(--pantheondigitalslightGreen);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
}

.h-ourvision-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 20px;
}

.h-ourvision-box::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border: 10px solid green;
    z-index: -2;
    border-radius: 20px;
}

.h-ourvision-box-2 {
    -webkit-box-shadow: 49px -49px 0px var(--pantheondigitalslightGreen);
    box-shadow: 49px -49px 0px var(--pantheondigitalslightGreen);
}

.h-ourvision-box-2::after {
    left: -30px;
}


nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

nav .nav-link svg {
    width: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

nav .nav-link:hover,
nav .nav-link.active {
    gap: 10px;
    background: #0a7f33 !important;
}

nav .nav-link.active svg,
nav .nav-link:hover svg {
    display: inline;
    width: 18px;
}

nav .nav-link svg path {
    fill: white;
}

.story-img {
    width: 200px;
}

#content p {
    margin-top: 15px;
    line-height: 1;
}

.herosection {
    min-height: calc(100vh - 92px);
    position: relative;
}


.floating-img {
    position: absolute;
    width: 120px;
    -webkit-filter: invert(1);
    filter: invert(1);
    height: auto;
    opacity: 0.3;
    border: 2px solid;
    border-radius: 16px;
}

/* Position Each Image */
.img1 {
    top: 20%;
    left: 10%;
}

.img2 {
    bottom: 3%;
    right: 1%;
}

.img3 {
    top: 9%;
    left: 55%;
}

.img4 {
    bottom: 9%;
    left: 33%;
}

.img5 {
    bottom: 4%;
    left: 1%;
}

.img6 {
    bottom: 34%;
    left: 12%;
}

.img7 {
    bottom: 47%;
    left: 44%;
}

.img8 {
    bottom: 80%;
    right: 3%;
}

#section-11 button {
    margin: 8px 0;
    margin-left: -17px;
    background: var(--pantheondigitalslightGreen);
}

.heroheading {
    font-size: 48px;
    line-height: 1.4;
}



.animation-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    height: 150px;
    /* Adjust as needed */
}

.animate-text {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-animation: moveUp 2.5s ease-in-out infinite;
    animation: moveUp 2.5s ease-in-out infinite;
}

.animate-img {
    width: 100px;
    /* Adjust size */
    height: 100px;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: invert(1);
    filter: invert(1);
    -webkit-animation: fadeInUp 2.5s ease-in-out infinite;
    animation: fadeInUp 2.5s ease-in-out infinite;
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }

    50% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}

@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
}


@-webkit-keyframes slowRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}


@keyframes slowRotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.animate-round {
    -webkit-animation: slowRotate 35s linear infinite;
    animation: slowRotate 35s linear infinite;
}


.boardmemeber {
    width: 218px;
    height: 218px;
    margin: auto;
}

.boardmemeber img {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    border-radius: 50%;
}

.boardmemeberbox h6 {
    font-size: 18px;
}

.boardmemeberbox p {
    font-size: 12px;
}

.main {
    display: block;
    width: auto;
    height: auto;
}


/* footer */
#footer-top {
    height: 8rem;
    width: 100%;
    margin-bottom: -2px;
    background-color: var(--pantheondigitalsDarkGreen);
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0.00% 33.46%, 4.00% 24.91%, 8.00% 17.14%, 12.00% 10.55%, 16.00% 5.48%, 20.00% 2.19%, 24.00% 0.84%, 28.00% 1.50%, 32.00% 4.13%, 36.00% 8.61%, 40.00% 14.71%, 44.00% 22.11%, 48.00% 30.44%, 52.00% 39.27%, 56.00% 48.16%, 60.00% 56.65%, 64.00% 64.30%, 68.00% 70.74%, 72.00% 75.62%, 76.00% 78.70%, 80.00% 79.83%, 84.00% 78.95%, 88.00% 76.10%, 92.00% 71.43%, 96.00% 65.17%, 100.00% 57.65%);
    clip-path: polygon(100% 100%, 0% 100%, 0.00% 33.46%, 4.00% 24.91%, 8.00% 17.14%, 12.00% 10.55%, 16.00% 5.48%, 20.00% 2.19%, 24.00% 0.84%, 28.00% 1.50%, 32.00% 4.13%, 36.00% 8.61%, 40.00% 14.71%, 44.00% 22.11%, 48.00% 30.44%, 52.00% 39.27%, 56.00% 48.16%, 60.00% 56.65%, 64.00% 64.30%, 68.00% 70.74%, 72.00% 75.62%, 76.00% 78.70%, 80.00% 79.83%, 84.00% 78.95%, 88.00% 76.10%, 92.00% 71.43%, 96.00% 65.17%, 100.00% 57.65%);
}

#section-11 {
    /* padding-top: 11rem !important; */
    color: white !important;
    background-color: var(--pantheondigitalsDarkGreen);
    /* background-image: url(images/footer.svg);
    background-repeat: no-repeat;
    background-size: cover; */
}

#section-11 .footerlogo {
    background: white;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    overflow: hidden;
    padding: 17px;
}

#section-11 img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

#section-11 .footersocialmedialinks a {
    color: white;
    font-size: 20px;
}

#section-11 li a {
    color: white !important;
}

.margin-gap {
    margin-top: 113px;
}

@media only screen and (min-width: 1200px) {
    .rounded-xl-0 {
        border-radius: 0% !important;
    }

}

@media only screen and (max-width: 1400px) {
    .programs-card {
        width: 322px;
    }

    .bnf-card {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .impactstorywrap {
        padding: 90px 234px;
        width: 800px;
        height: 500px;
    }

    .impact-bubble-1 {
        width: 200px;
        height: 200px;
        /* aspect-ratio: 1; */
        border-top-left-radius: 0% !important;
        top: -66px;
        right: 12px;
        rotate: 324deg;
    }

    .impact-bubble {
        width: 200px;
        height: 200px;
        aspect-ratio: 1;
        border-bottom-right-radius: 0% !important;
        bottom: -17px;
        left: -12px;
        rotate: 324deg;
    }

    .max-w {
        max-width: 871px;
    }


}



@media only screen and (max-width: 1065px) {
    .programs-card {
        margin-top: 30px;
    }

    .scale:hover {
        scale: 1;
    }


    .quotes,
    .quotes-2 {
        display: none !important;
    }

    .pill-container .head::before {
        left: -98px;
        width: 88px;
    }

    .pill-container .head::after {
        right: -98px;
        width: 88px;
    }
}

@media only screen and (max-width: 998px) {
    .impactstorywrap {
        padding: 117px 179px;
        width: 732px;
        /* height: 366px; */
    }

    .heroheading {
        font-size: 38px;
    }


    .navbar-nav .nav-item {
        min-width: auto;
        text-align: center;
    }

    .rounded-md-pill {
        border-radius: 20px !important;
    }

    .border-cs {
        border-right: none;
    }


    .h-ourvision-box {
        -webkit-box-shadow: -28px -28px 0px var(--pantheondigitalslightGreen);
        box-shadow: -28px -28px 0px var(--pantheondigitalslightGreen);
    }

    .h-ourvision-box::after {
        content: "";
        position: absolute;
        bottom: -22px;
        right: -22px;
    }

    .h-ourvision-box-2 {
        -webkit-box-shadow: 28px -28px 0px var(--pantheondigitalslightGreen);
        box-shadow: 28px -28px 0px var(--pantheondigitalslightGreen);
    }

    .h-ourvision-box-2::after {
        left: -22px;
    }


}

@media only screen and (max-width: 768px) {
    .impactstorywrap {
        padding: 96px 73px;
        width: 532px;
    }

    .bnf-card {
        width: 100%;
        margin-top: 100px !important;
        border-radius: 1rem;
    }

    .v_p18 {
        font-size: 14px;
    }

    .v_mainhead {
        font-size: 22px;
    }

    .v_mainhead_2 {
        font-size: 26px;
    }

    .bnf-card .card-content li {
        margin-bottom: 10px;
    }

    .w-eq {
        width: 50% !important;
    }



    :root {
        --bubble-mini-width: 352px;
    }

    .impactstorywrap {
        margin-block: 0px;
    }

    .impactstorywrap-mini {
        background-position: center;
        padding: 129px 73px;
        width: 532px;
    }

    .impactstorywrap-mini-2 {
        padding: 73px 129px;
        background-position: center;
        width: 532px;
    }


    .ourvision-box {
        background: transparent;
        width: 80% !important;
    }

    .h-ourvision-box {
        width: 90%;
    }

    #navbarNav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: calc(100dvh - 94px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        position: fixed;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 90%;
        right: 0;
        top: 92px;
        overflow: scroll;
        z-index: -1;
        background: white;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    #navbarNav .nav-link {
        color: var(--pantheondigitalsDarkGreen) !important;
        background-color: white !important;
        text-align: center !important;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-link.active svg path {
        fill: var(--hero-bg);
    }

    nav .nav-link svg path {
        fill: var(--hero-bg);
    }



    #section-11 {
        padding-top: 2rem !important;
    }

    .floating-img {
        position: absolute;
        width: 70px;
        -webkit-filter: invert(1);
        filter: invert(1);
        height: auto;
        opacity: 0.3;
        border: 2px solid;
        border-radius: 16px;
    }

    .img4 {
        bottom: 36%;
        left: 76%;
    }

    .img3 {
        top: 3%;
        left: 55%;
    }

    #footer-top {
        height: 6rem;
    }

    .custom-md-border {
        border-bottom: 1px solid #dee2e6;
    }

}


@media only screen and (max-width: 576px) {
    :root {
        --bubble-aspect-ratio: 1/1;
    }



    .impactstorywrap-mini-2 {
        background-image: url(images/impactbg-2.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left;
    }

    .impactstorywrap-mini,
    .impactstorywrap-mini-2 {
        background-size: contain;
        background-position: center;
    }

    .impactstorywrap {
        aspect-ratio: 1 / 1;
        padding: 179px 59px;
    }

    .impactstorywrap-mini,
    .impactstorywrap-mini-2 {
        padding: 78px 59px;
    }

    .storyheading-2,
    .storyheading {
        font-size: 16px;
    }

    .storyheading-2 {
        /* padding: 18px 68px 18px 34px; */
    }

    #ourvision-box {
        background: transparent;
        width: 96%;
        border: 6px solid var(--pantheondigitalsGreen);
        -webkit-box-shadow: 20px 20px 0px #e2e3e5;
        box-shadow: 20px 20px 0px #e2e3e5;
        padding: 15px 0px 0px 15px;
    }

    .ourvision-box {
        background: transparent;
        width: 100% !important;
    }


    .ourvision-box {
        background: transparent;
        width: 40%;
        border: none;
        -webkit-box-shadow: -18px -18px 0px var(--pantheondigitalslightGreen);
        box-shadow: -18px -18px 0px var(--pantheondigitalslightGreen);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .boardmemeber {
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .heroheading {
        font-size: 28px;
    }

    #footer-top {
        height: 3rem;
    }

    .pill-container {
        height: auto;
        min-height: 533px;
    }
}

@media only screen and (max-width: 370px) {
    .pill-container .head::before {
        left: -78px;
        width: 4.3rem;
    }

    .pill-container .head::after {
        right: -78px;
        width: 4.3rem;
    }
}

/* Privacy Policy Styles */
.privacy-policy-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    padding: 4rem 0;
}

.privacy-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--pantheondigitalsDarkGreen);
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
}

.privacy-divider {
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, var(--pantheondigitalslightGreen), var(--pantheondigitalsGreen));
    margin: 0 auto 3rem;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(54, 157, 84, 0.3);
}

.privacy-content {
    background: white;
    border-radius: 20px;
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin-top: 3rem;
    border: 1px solid rgba(54, 157, 84, 0.1);
    position: relative;
    overflow: hidden;
}

.privacy-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pantheondigitalslightGreen), var(--pantheondigitalsGreen));
}

.privacy-intro {
    background: linear-gradient(135deg, var(--pantheondigitalsContentbg), #f0f8f0);
    padding: 3rem;
    border-radius: 15px;
    border-left: 6px solid var(--pantheondigitalsGreen);
    margin-bottom: 3rem;
    position: relative;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.privacy-intro .lead {
    font-size: 1.4rem;
    color: var(--pantheondigitalsDarkGreen);
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.7;
}

.privacy-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.5rem;
}

.privacy-section {
    border-bottom: 2px solid #f0f0f0;
    padding: 3rem 0;
    margin-bottom: 2rem;
    position: relative;
}

.privacy-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.privacy-section::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--pantheondigitalslightGreen);
    border-radius: 1px;
}

.section-title {
    color: var(--pantheondigitalsDarkGreen);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    padding-left: 2rem;
    letter-spacing: -0.3px;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 40px;
    background: linear-gradient(180deg, var(--pantheondigitalslightGreen), var(--pantheondigitalsGreen));
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(54, 157, 84, 0.3);
}

.privacy-section p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.8rem;
    text-align: justify;
}

.definition-list {
    margin-top: 2rem;
    display: grid;
    gap: 1.5rem;
}

.definition-item {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 2rem;
    margin-bottom: 0;
    border-radius: 12px;
    border-left: 5px solid var(--pantheondigitalslightGreen);
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(54, 157, 84, 0.1);
}

.definition-item:hover {
    transform: translateX(8px) translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left-color: var(--pantheondigitalsGreen);
}

.definition-item h4 {
    color: var(--pantheondigitalsDarkGreen);
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    letter-spacing: -0.2px;
}

.definition-item p {
    color: #666;
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 1rem;
}

.privacy-list {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0;
}

.privacy-list li {
    position: relative;
    padding: 1rem 0 1rem 3rem;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #555;
    font-size: 1.1rem;
    background: rgba(248, 249, 250, 0.5);
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
}

.privacy-list li:hover {
    background: rgba(54, 157, 84, 0.05);
    border-left-color: var(--pantheondigitalslightGreen);
    transform: translateX(5px);
}

.privacy-list li::before {
    content: '✓';
    position: absolute;
    left: 1rem;
    top: 1.2rem;
    color: var(--pantheondigitalsGreen);
    font-weight: bold;
    font-size: 1.2rem;
    background: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(54, 157, 84, 0.2);
}

.privacy-list li strong {
    color: var(--pantheondigitalsDarkGreen);
    font-weight: 700;
}

.contact-link {
    color: var(--pantheondigitalsGreen);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    background: rgba(54, 157, 84, 0.1);
}

.contact-link:hover {
    color: var(--pantheondigitalsDarkGreen);
    background: rgba(54, 157, 84, 0.2);
    text-decoration: none;
    transform: translateY(-1px);
}

.social-links {
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
    border: 1px solid rgba(54, 157, 84, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.social-links p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.6;
}

.cookie-info {
    background: linear-gradient(135deg, #e8f5e8, #f0f8f0);
    padding: 2.5rem;
    border-radius: 15px;
    margin-top: 2rem;
    border: 2px solid #d4edda;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    position: relative;
}

.cookie-info::before {
    content: '🍪';
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
    opacity: 0.3;
}

.cookie-info h4 {
    color: var(--pantheondigitalsDarkGreen);
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.cookie-info p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    font-size: 1.1rem;
}

.cookie-info ul {
    margin-bottom: 1.5rem;
}

.cookie-info ul li {
    margin-bottom: 0.8rem;
    line-height: 1.6;
}

/* Responsive Design for Privacy Policy */
@media only screen and (max-width: 768px) {
    .privacy-policy-section {
        padding: 2rem 0;
    }
    
    .privacy-title {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .privacy-divider {
        width: 100px;
        height: 4px;
        margin-bottom: 2rem;
    }
    
    .privacy-content {
        padding: 2.5rem 2rem;
        margin-top: 2rem;
        border-radius: 15px;
    }
    
    .privacy-intro {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    
    .privacy-intro .lead {
        font-size: 1.2rem;
        margin-bottom: 1.5rem;
    }
    
    .privacy-intro p {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }
    
    .privacy-section {
        padding: 2rem 0;
        margin-bottom: 1.5rem;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 2rem;
        padding-left: 1.5rem;
    }
    
    .section-title::before {
        width: 5px;
        height: 35px;
    }
    
    .privacy-section p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .definition-item {
        padding: 1.5rem;
    }
    
    .definition-item h4 {
        font-size: 1.2rem;
    }
    
    .privacy-list li {
        padding: 0.8rem 0 0.8rem 2.5rem;
        margin-bottom: 1.2rem;
        font-size: 1rem;
    }
    
    .privacy-list li::before {
        left: 0.8rem;
        top: 1rem;
        width: 20px;
        height: 20px;
        font-size: 1rem;
    }
    
    .cookie-info {
        padding: 2rem;
    }
    
    .cookie-info h4 {
        font-size: 1.3rem;
    }
    
    .cookie-info p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 576px) {
    .privacy-policy-section {
        padding: 1.5rem 0;
    }
    
    .privacy-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .privacy-divider {
        width: 80px;
        height: 3px;
        margin-bottom: 1.5rem;
    }
    
    .privacy-content {
        padding: 2rem 1.5rem;
        margin-top: 1.5rem;
        border-radius: 12px;
    }
    
    .privacy-intro {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .privacy-intro .lead {
        font-size: 1.1rem;
        margin-bottom: 1.2rem;
    }
    
    .privacy-intro p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .privacy-section {
        padding: 1.5rem 0;
        margin-bottom: 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
        padding-left: 1.2rem;
    }
    
    .section-title::before {
        width: 4px;
        height: 30px;
    }
    
    .privacy-section p {
        font-size: 0.95rem;
        margin-bottom: 1.2rem;
    }
    
    .definition-item {
        padding: 1.2rem;
    }
    
    .definition-item h4 {
        font-size: 1.1rem;
        margin-bottom: 0.8rem;
    }
    
    .definition-item p {
        font-size: 0.9rem;
    }
    
    .privacy-list li {
        padding: 0.7rem 0 0.7rem 2.2rem;
        margin-bottom: 1rem;
        font-size: 0.95rem;
    }
    
    .privacy-list li::before {
        left: 0.7rem;
        top: 0.8rem;
        width: 18px;
        height: 18px;
        font-size: 0.9rem;
    }
    
    .cookie-info {
        padding: 1.5rem;
    }
    
    .cookie-info h4 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
    .cookie-info p {
        font-size: 0.95rem;
        margin-bottom: 1rem;
    }
    
    .contact-link {
        padding: 0.2rem 0.4rem;
        font-size: 0.9rem;
    }
}

/* Disclaimer Page Styles */
.disclaimer-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    padding: 4rem 0;
}

.disclaimer-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--pantheondigitalsDarkGreen);
    margin-bottom: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: -0.5px;
}

.disclaimer-divider {
    width: 120px;
    height: 5px;
    background: linear-gradient(90deg, var(--pantheondigitalslightGreen), var(--pantheondigitalsGreen));
    margin: 0 auto 3rem;
    border-radius: 3px;
    box-shadow: 0 2px 8px rgba(54, 157, 84, 0.3);
}

.disclaimer-content {
    background: white;
    border-radius: 20px;
    padding: 4rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin-top: 3rem;
    border: 1px solid rgba(54, 157, 84, 0.1);
    position: relative;
    overflow: hidden;
}

.disclaimer-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--pantheondigitalslightGreen), var(--pantheondigitalsGreen));
}

.disclaimer-main-card {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(255, 193, 7, 0.2);
}

.disclaimer-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ffc107, #ff8c00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

.disclaimer-icon i {
    font-size: 2.5rem;
    color: white;
}

.disclaimer-main-title {
    color: var(--pantheondigitalsDarkGreen);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.disclaimer-intro {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

.disclaimer-alert {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border: 2px solid #ffc107;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.1);
}

.disclaimer-alert .alert-heading {
    color: var(--pantheondigitalsDarkGreen);
    font-weight: 700;
    margin-bottom: 1rem;
}

.disclaimer-section-card .card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.disclaimer-section-card .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.disclaimer-card-header {
    background: linear-gradient(135deg, var(--pantheondigitalslightGreen), var(--pantheondigitalsGreen));
    color: white;
    border-radius: 12px 12px 0 0 !important;
    border: none;
    padding: 1.5rem;
}

.disclaimer-card-header .card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
}

.disclaimer-card-header i {
    font-size: 1.2rem;
}

.disclaimer-section-card .card-body {
    padding: 2rem;
    background: #f8f9fa;
}

.disclaimer-section-card .card-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 0;
}

.disclaimer-contact-card .card {
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(54, 157, 84, 0.1);
}

.disclaimer-contact-card .card-body {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.disclaimer-contact-card .card-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #555;
    margin-bottom: 1.5rem;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.contact-item i {
    font-size: 1.2rem;
}

.contact-item a {
    color: var(--pantheondigitalsGreen);
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-item a:hover {
    color: var(--pantheondigitalsDarkGreen);
    text-decoration: underline !important;
}

.disclaimer-footer .card {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background: #f8f9fa;
}

.disclaimer-footer .card-body {
    padding: 1rem;
}

.disclaimer-footer i {
    color: var(--pantheondigitalsGreen);
}

/* Responsive Design for Disclaimer */
@media only screen and (max-width: 768px) {
    .disclaimer-section {
        padding: 2rem 0;
    }
    
    .disclaimer-title {
        font-size: 2.8rem;
        margin-bottom: 1.5rem;
    }
    
    .disclaimer-divider {
        width: 100px;
        height: 4px;
        margin-bottom: 2rem;
    }
    
    .disclaimer-content {
        padding: 2.5rem 2rem;
        margin-top: 2rem;
        border-radius: 15px;
    }
    
    .disclaimer-main-title {
        font-size: 1.6rem;
    }
    
    .disclaimer-intro {
        font-size: 1.1rem;
    }
    
    .disclaimer-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }
    
    .disclaimer-icon i {
        font-size: 2rem;
    }
    
    .disclaimer-card-header {
        padding: 1rem;
    }
    
    .disclaimer-card-header .card-title {
        font-size: 1.2rem;
    }
    
    .disclaimer-section-card .card-body {
        padding: 1.5rem;
    }
    
    .disclaimer-section-card .card-text {
        font-size: 1rem;
    }
    
    .disclaimer-contact-card .card-body {
        padding: 1.5rem;
    }
    
    .contact-item {
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }
}

@media only screen and (max-width: 576px) {
    .disclaimer-title {
        font-size: 2.2rem;
        margin-bottom: 1rem;
    }
    
    .disclaimer-divider {
        width: 80px;
        height: 3px;
        margin-bottom: 1.5rem;
    }
    
    .disclaimer-content {
        padding: 2rem 1.5rem;
        margin-top: 1.5rem;
        border-radius: 12px;
    }
    
    .disclaimer-main-title {
        font-size: 1.4rem;
    }
    
    .disclaimer-intro {
        font-size: 1rem;
    }
    
    .disclaimer-icon {
        width: 50px;
        height: 50px;
    }
    
    .disclaimer-icon i {
        font-size: 1.5rem;
    }
    
    .disclaimer-card-header {
        padding: 0.8rem;
    }
    
    .disclaimer-card-header .card-title {
        font-size: 1.1rem;
    }
    
    .disclaimer-section-card .card-body {
        padding: 1.2rem;
    }
    
    .disclaimer-section-card .card-text {
        font-size: 0.95rem;
    }
    
    .disclaimer-contact-card .card-body {
        padding: 1.2rem;
    }
    
    .contact-item {
        font-size: 0.95rem;
        margin-bottom: 0.6rem;
    }
}