/********** Template CSS **********/
:root {
    --primary: #FFC107;
    --secondary: #34AD54;
    --light: #EEF9FF;
    --dark: #091E3E;
    --tertiary: #d7c694;
}


/*** Spinner ***/
.spinner {
    width: 40px;
    height: 40px;
    background: var(--primary);
    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 800 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 700 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 600 !important;
}


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


/*** Navbar ***/
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Nunito', sans-serif;
    position: relative;
    margin-left: 25px;
    padding: 35px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .sticky-top.navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}

@media (min-width: 992px) {
    .navbar-dark {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-dark {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-dark .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-dark .navbar-nav .nav-link:hover::before,
    .navbar-dark .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-dark .navbar-brand h1 {
        color: var(--primary);
    }
}


/*** Carousel ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 13px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 12px;
        font-weight: 600 !important;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 5%;
    }

}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}


/*** Section Title ***/
.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: var(--primary);
    border-radius: 2px;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -75px;
}

.section-title.section-title-sm::before {
    width: 90px;
    height: 3px;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #FFFFFF;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}

.section-title.section-title-sm::after {
    width: 4px;
    height: 3px;
}

.section-title.text-center::after {
    -webkit-animation: section-title-run-center 5s infinite linear;
    animation: section-title-run-center 5s infinite linear;
}

.section-title.section-title-sm::after {
    -webkit-animation: section-title-run-sm 5s infinite linear;
    animation: section-title-run-sm 5s infinite linear;
}

@-webkit-keyframes section-title-run {
    0% {left: 0; } 50% { left : 145px; } 100% { left: 0; }
}

@-webkit-keyframes section-title-run-center {
    0% { left: 50%; margin-left: -75px; } 50% { left : 50%; margin-left: 45px; } 100% { left: 50%; margin-left: -75px; }
}

@-webkit-keyframes section-title-run-sm {
    0% {left: 0; } 50% { left : 85px; } 100% { left: 0; }
}


/*** Service ***/
.service-item {
    position: relative;
    height: 300px;
    padding: 0 30px;
    transition: .5s;
}

.service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 2px;
    transform: rotate(-45deg);
}

.service-item .service-icon i {
    transform: rotate(45deg);
}

.service-item a.btn {
    position: absolute;
    width: 60px;
    bottom: -48px;
    left: 50%;
    margin-left: -30px;
    opacity: 0;
}

.service-item:hover a.btn {
    bottom: -24px;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #DDDDDD;
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}


/*** FAQ Accordion ***/
.faq-accordion .accordion-item {
    border: 1px solid #e0e0e0;
    border-radius: 12px !important;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 500ms ease;
    margin-bottom: 16px;
}

.faq-accordion .accordion-item.active-item {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
    border-color: var(--primary);
}

.faq-accordion .accordion-button {
    background-color: #ffffff;
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px !important;
    padding: 16px 20px;
    border-bottom: 1px solid transparent;
    transition: all 300ms ease;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: #ffffff;
    color: var(--dark);
    border-bottom: 1px solid #e0e0e0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-button .faq-icon {
    /* display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background-color: var(--primary);
    color: var(--dark);
    font-weight: 800;
    font-size: 15px;
    margin-right: 12px; */
/* }
.faq-one-accrodion .accrodion-title h4 span { */
  position: relative;
  height: 37px;
  width: 37px;
  background-color: var(--primary);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: var(--insur-white);
  margin-right: 10px;
}

.faq-accordion .accordion-button::after {
    color: var(--dark);
    font-weight: 900;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: none;
}

.faq-accordion .accordion-body {
    padding: 16px 20px 20px;
    color: var(--dark);
    line-height: 30px;
}




/*** Gallery ***/
.gallery-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform .5s ease;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(9, 30, 62, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background .4s ease;
}

.gallery-item:hover .gallery-overlay {
    background: rgba(9, 30, 62, 0.72);
}

.gallery-overlay-icon {
    color: #fff;
    font-size: 28px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
}

.gallery-overlay-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 0 12px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease .05s, transform .3s ease .05s;
}

.gallery-item:hover .gallery-overlay-icon,
.gallery-item:hover .gallery-overlay-title {
    opacity: 1;
    transform: translateY(0);
}

.gallery-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: var(--tertiary);
    color: var(--dark);
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}

.gallery-video-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(220, 38, 38, 0.9);
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/*** Lightbox ***/
.smm-lightbox-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(9, 30, 62, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease;
}

.smm-lightbox-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.smm-lightbox-inner {
    position: relative;
    max-width: 900px;
    width: 95%;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transform: scale(.95);
    transition: transform .3s ease;
}

.smm-lightbox-backdrop.active .smm-lightbox-inner {
    transform: scale(1);
}

.smm-lightbox-inner img {
    width: 100%;
    max-height: 540px;
    object-fit: contain;
    display: block;
    background: #f1f5f9;
}

.smm-lightbox-inner iframe {
    width: 100%;
    height: 420px;
    border: 0;
    display: block;
}

.smm-lightbox-caption {
    padding: 16px 20px;
    font-weight: 600;
    color: var(--dark);
}

.smm-lightbox-close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: var(--tertiary);
    border: 0;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: var(--dark);
    transition: background .2s;
}

.smm-lightbox-close:hover {
    background: var(--dark);
    color: #fff;
}

.smm-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tertiary);
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    transition: background .2s;
    z-index: 10;
}

.smm-lightbox-nav:hover {
    background: #fff;
}

.smm-lightbox-prev { left: 5px; }
.smm-lightbox-next { right: 5px; }

.gallery-filter-btn {
    border: 2px solid #e5e7eb;
    background: #fff;
    color: var(--dark);
    border-radius: 999px;
    padding: 6px 20px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s ease;
}

.gallery-filter-btn.active,
.gallery-filter-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--dark);
}




/*** Projects ***/
.project-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(9, 30, 62, 0.12);
    transition: transform .4s ease, box-shadow .4s ease;
}

.project-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(9, 30, 62, 0.18);
}

.project-card__img {
    position: relative;
    height: 420px;
    overflow: hidden;
    z-index: 1;
}

.project-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.project-card:hover .project-card__img img {
    transform: scale(1.06);
}

.project-card__img::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(180deg, rgba(9, 30, 62, 0.02) 20%, rgba(9, 30, 62, 0.88) 100%);
    z-index: 2;
}

.project-card__img::after {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(9, 30, 62, 0.25);
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform 500ms ease;
    z-index: 2;
    border-radius: 12px;
}

.project-card:hover .project-card__img::after {
    transform: scale(1, 1);
    transform-origin: bottom center;
}

.project-card__badge {
    position: absolute;
    top: 18px;
    right: 18px;
    background-color: var(--primary);
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
    padding: 5px 16px;
    border-radius: 999px;
    z-index: 3;
    text-transform: uppercase;
}

.project-card__type {
    position: absolute;
    top: 18px;
    left: 18px;
    background-color: rgba(9, 30, 62, 0.75);
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 14px;
    border-radius: 999px;
    z-index: 3;
}

.project-card__content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 3;
}

.project-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.project-card__meta span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
}

.project-card__meta span i {
    color: var(--primary);
}

.project-card__title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
}

.project-card__title a {
    color: #ffffff;
    transition: color 400ms ease;
    text-decoration: none;
}

.project-card:hover .project-card__title a {
    color: var(--primary);
}

.project-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    background-color: var(--primary);
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .3s ease;
}

.project-card__link:hover {
    background-color: #ffffff;
    color: var(--dark);
}

.project-filter-btn {
    border: 2px solid #e5e7eb;
    background: #fff;
    color: var(--dark);
    border-radius: 999px;
    padding: 7px 22px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s ease;
}

.project-filter-btn.active,
.project-filter-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--dark);
}



/*** Jobs ***/
.job-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px 28px;
    transition: box-shadow .3s ease, border-color .3s ease, transform .3s ease;
}

.job-card:hover {
    box-shadow: 0 10px 40px rgba(9, 30, 62, 0.10);
    border-color: var(--primary);
    transform: translateY(-3px);
}

.job-card__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.job-card__category {
    display: inline-flex;
    align-items: center;
    background-color: var(--primary);
    color: var(--dark);
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 999px;
    text-transform: uppercase;
}

.job-card__status-open {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #dcfce7;
    color: #15803d;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 999px;
}

.job-card__status-closed {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #fee2e2;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 999px;
}

.job-card__title {
    font-size: 18px;
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 26px;
}

.job-card__title a {
    color: var(--dark);
    text-decoration: none;
    transition: color .3s ease;
}

.job-card__title a:hover {
    color: #b8860b;
}

.job-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 14px;
}

.job-card__meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.job-card__meta span i {
    color: var(--primary);
    font-size: 13px;
}

.job-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 14px;
    border-top: 1px solid #f3f4f6;
}

.job-card__timer {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--dark);
}

.job-card__timer.expiring {
    color: #dc2626;
}

.job-card__timer-countdown {
    display: inline-flex;
    gap: 4px;
}

.job-card__timer-countdown .unit {
    background: var(--dark);
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 11px;
    font-weight: 700;
    min-width: 32px;
    text-align: center;
}

.job-card__timer-countdown .unit.warn {
    background: #dc2626;
}

.job-card__actions {
    display: flex;
    gap: 8px;
}

.job-card__btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--primary);
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .3s ease;
}

.job-card__btn-primary:hover {
    background: var(--dark);
    color: #fff;
}

.job-card__btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    color: var(--dark);
    font-size: 13px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 999px;
    border: 2px solid #e5e7eb;
    text-decoration: none;
    transition: all .3s ease;
}

.job-card__btn-outline:hover {
    border-color: var(--primary);
    background: var(--primary);
    color: var(--dark);
}

.job-expired-banner {
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}


/*** Opportunities CTA ***/
.opp-cta {
    position: relative;
    background-color: var(--dark);
    /* border-radius: 12px; */
    overflow: hidden;
}

.opp-cta__shape-1 {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 300px;
    height: 300px;
    background: var(--primary);
    opacity: 0.06;
    border-radius: 50%;
    pointer-events: none;
}

.opp-cta__shape-2 {
    position: absolute;
    bottom: -80px;
    left: -40px;
    width: 250px;
    height: 250px;
    background: var(--primary);
    opacity: 0.05;
    border-radius: 50%;
    pointer-events: none;
}

.opp-cta__inner {
    padding: 48px;
}

.opp-cta__icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    background: var(--primary);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.opp-cta__icon i {
    font-size: 26px;
    color: var(--dark);
}

.opp-cta__tagline {
    color: var(--primary);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.opp-cta__title {
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 14px;
}

.opp-cta__text {
    color: rgba(255, 255, 255, 0.65);
    max-width: 580px;
    margin-bottom: 0;
}

.opp-cta__stat {
    background: var(--dark);
    border: 2px solid #ffffff;
    /* border-radius: 4px; */
    padding: 14px 24px;
    text-align: center;
}

.opp-cta__stat h3 {
    color: var(--primary);
    margin-bottom: 0;
}

.opp-cta__stat small {
    color: rgba(255, 255, 255, 0.55);
}

.opp-cta__btn {
    font-size: 15px;
    white-space: nowrap;
    border-radius: 999px;
    padding: 12px 36px;
    font-weight: 700;
}

.opp-cta__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 48px 36px;
}

.opp-cta__tag {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #ffffff;
    /* border-radius: 4px; */
    padding: 6px 14px;
    text-decoration: none;
    transition: background .3s ease, color .3s ease;
}

.opp-cta__tag:hover {
    background: var(--primary);
    color: var(--dark);
    border-color: var(--primary);
}

.opp-cta__tag span {
    opacity: 0.6;
}