
/* Safari Page css */

.cont-top-left-img img{
    width: 700px !important;
    border-radius: 20px;
}

.contact-top-sec {
    padding: 50px 50px;
}

.cont-stasf-wrap .item-text {
    font-size: 70px;
    font-weight: 800;
    color: #000000;
}

.cont-stasf-wrap p {
    font-weight: 500;
    font-size: 18px;
    color: #1b1b1b;
}

.cont-stasf-wrap i {
    font-size: 30px;
    padding: 15px 10px 10px 10px;
    border: 1px solid #006efe;
    color: #006efe;
    height: 70px;
    text-align: center;
    width: 70px;
    border-radius: 50%;
}

.cont-heading {
    line-height: 1.2;
    letter-spacing: 4px !important;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: start;
    color: #000000;
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.tx-description {
    font-size: 20px;
    color: #363636;
    margin-bottom: 30px;
    font-weight: 300;
}

.cont-top-info-list {
    gap: 30px;
    z-index: 1;
    overflow: hidden;
    padding: 30px 35px;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    transition: all 500ms ease-in-out;
}

.li-colr1 {
    color: #006efe;
    font-size: 30px;
}

.li-colr2 {
    color: #041837;
    font-size: 30px;
}

.li-colr3 {
    color: #35dbb7;
    font-size: 30px;
}

.cont-top-info-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cont-top-info-list span {
    z-index: -1;
    right: -7px;
    bottom: -30px;
    color: #f2f2f2;
    font-size: 72px;
    font-weight: 900;
    position: absolute;
}

.contact-us-sec {
    background-color: #0b1423;
    color: #fff;
}

.contact-us-sec h1 {
    font-weight: 700;
}

.contact-us-sec .form-control {
    border: none;
    width: 100%;
    height: 65px;
    margin-bottom: 6px;
    padding-left: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.contact-us-sec .bg-primary {
    background-color: #1a47e8 !important;
}

.colr3 {
    color: #35dbb7;
}

.btn-submit {
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    background: #041837;
    display: block;
    text-align: center;
    padding: 13px 32px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    border: none;
    color: #fff;
    text-decoration: none;
}

#navboxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 185px;
    justify-items: center;
    align-items: stretch;
}

.flip-card {
    background-color: transparent;
    width: 150px;
    height: 150px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 100px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 100px;
    box-shadow: 5px 5px 20px #cccccc;

}

.flip-card-front {
    color: black;
    z-index: 2;
}

.qab {
    background: var(--button);
}

.flip-card-back {
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flip-card-front img {
    width: 50%;
    position: absolute;
    top: 35px;
    left: 35px;
}

.flip-card:hover img {
    display: none;
}

.flip-card-back p {
    font-size: 14px;
}

.flip-card-back:hover {
    display: flex;
    justify-content: center;
    align-items: center;
}

.srcvs-head {
    text-align: center;
    margin-bottom: 70px !important;
}


.servcs-section {
    margin-bottom: 40px;
}

.portfolio-container {
    background: linear-gradient(to top right, #f7faff, #e0e7ff);
    overflow: hidden;
}

.portfolio-carousel-container {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    overflow: hidden;
}

.portfolio-carousel {
    display: flex;
    gap: 2rem;
    transition: transform 0.5s ease-out;
    padding: 1.5rem 0;
    overflow: visible;
    will-change: transform;
}

.portfolio-card {
    flex: 0 0 350px;
    height: 500px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    transform-origin: center;
}

.portfolio-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.portfolio-card-img {
    width: 100%;
    height: 60%;
    overflow: hidden;
}

.portfolio-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
    transform-origin: center;
}

.portfolio-card:hover .portfolio-card-img img {
    transform: scale(1.1);
}

.portfolio-card-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    height: 40%;
}

.portfolio-card-tag {
    font-size: 0.85rem;
    color: #006efe;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portfolio-card-title {
    font-size: 15px;
    margin-bottom: 0.75rem;
    font-weight: 500;
    line-height: 1.5;
}

.portfolio-card-text {
    font-size: 0.95rem;
    color: #b3b3b3;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.portfolio-navigation {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 1rem;
}

.portfolio-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    color: black;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio-nav-btn:hover {
    background: #006efe;
    color: white;
    transform: scale(1.1);
}

.portfolio-nav-btn:active {
    transform: scale(0.95);
}


.portfolio-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio-dot.active {
    background: #006efe;
    transform: scale(1.3);
}

.portfolio-progress-bar {
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    margin-top: 1rem;
    overflow: hidden;
}

.portfolio-progress {
    height: 100%;
    background: linear-gradient(90deg, #006efe, #4ecdc4);
    width: 16.66%;
    transition: width 0.3s ease;
}

.portfolio-carousel-container,
.portfolio-container {
    overflow: hidden;
}

.showcase-card-grid {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}

.showcase-card {
    width: 400px;
    min-height: 300px;
    cursor: pointer;
    margin: 10px;
    text-decoration: none;
}

.showcase-card__img {
    width: 100%;
}

.showcase-card__text-container {
    width: 100%;
    transition: all .2s cubic-bezier(0, .87, 1, 1);
    height: 50px;
    margin-top: 20px;
}

.showcase-card__text {
    text-decoration: none !important;
    margin: 0 20px 20px 20px;
    transition: all .2s cubic-bezier(0, .87, 1, 1);
}

.showcase-card__text h3 {
    font-size: 20px;
    text-decoration: none !important;
}

.showcase-card__text p {
    font-size: 12px;
    text-decoration: none !important;
    color: black;
}

.showcase-card:hover>.showcase-card__text-container {
    font-size: 2em;
    -webkit-text-stroke-width: 1px;
    text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    transform: translateY(-200px);
}

.showcase-card:hover>.showcase-card__img {
    -webkit-filter: blur(2px) grayscale(100%) brightness(50%);
    filter: blur(2px) grayscale(100%) brightness(50%);
}

.showcase-section {
    padding: 45px 0px;
    background: url(https://static.vecteezy.com/system/resources/previews/001/123/456/original/modern-white-abstract-background-design-vector.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-section {
    padding: 90px 0;
    background: linear-gradient(to top right, #f7faff, #e0e7ff);
    text-align: center;
}

.custom-heading {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
    color: #1e1e2f;
}

.custom-subheading {
    font-size: 1.15rem;
    margin-bottom: 3rem;
    color: #555;
}

.custom-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.custom-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 2.2rem;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
    text-align: left;
    backdrop-filter: blur(6px);
    position: relative;
}

.custom-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.12);
}

.highlighted {
    background: var(--header);
    color: #fff;
}

.highlighted .btn-filled {
    background: #fff;
    color: #4f46e5;
}

.custom-icon {
    margin-bottom: 1.2rem;
    color: #4f46e5;
}

.highlighted .custom-icon {
    color: #fff;
}

.custom-card h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}

.price {
    font-size: 2rem;
    font-weight: bold;
    margin: 1rem 0;
    color: #333;
}

.highlighted .price {
    color: #fff;
}

.price span {
    font-size: 1rem;
    color: #888;
}

.highlighted .price span {
    color: #e0e0e0;
}

.features {
    list-style: none;
    padding: 0;
    margin: 1rem 0 2rem;
}

.features li {
    margin-bottom: 0.6rem;
    font-size: 0.95rem;
    color: #333;
    border-bottom: solid 1px #eee;
}

.highlighted .features li {
    color: #eaeaea;
}

.btn-outline,
.btn-filled {
    padding: 0.7rem 1.4rem;
    font-size: 0.95rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid #4f46e5;
}

.btn-outline {
    background: transparent;
    color: #4f46e5;
}

.btn-outline:hover {
    background: #4f46e5;
    color: #fff;
}

.btn-filled {
    background: #fff;
    color: #4f46e5;
    border: none;
}

.btn-filled:hover {
    background: #e6e6ff;
}

.social-section-wrapper {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.social-section-wrapper .social-section-icon {
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    padding: 15px;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-section-wrapper .social-section-tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 10px);
    font-size: 13px;
    background: #ffffff;
    color: #000000;
    padding: 6px 10px;
    border-radius: 6px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.social-section-wrapper .social-section-tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #ffffff;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.social-section-wrapper .social-section-icon:hover .social-section-tooltip {
    top: -65px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.social-section-wrapper .social-section-icon:hover span,
.social-section-wrapper .social-section-icon:hover .social-section-tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-section-wrapper .social-section-icon:hover,
.social-section-wrapper .social-section-icon:hover .social-section-tooltip,
.social-section-wrapper .social-section-icon:hover .social-section-tooltip::before {
    background: #006efe;
    color: #ffffff;
}

.social-feeds {
    text-align: center;
    padding: 20px 0px;
}

.add-ons-card {
    position: relative;
    height: 130px;
    background: var(--header);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.add-ons-card svg {
    width: 48px;
    fill: #333;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.add-ons-card:hover {
    transform: rotate(-5deg) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.add-ons-card__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.add-ons-card:hover .add-ons-card__content {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
}

.add-ons-card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.add-ons-card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}

.add-ons-card:hover svg {
    scale: 0;
    transform: rotate(-45deg);
}

.add-ons-section {
    padding: 40px 0px;
}

.partner-section {
    padding: 80px 0;
    background: linear-gradient(to top right, #f7faff, #e0e7ff);
}

.partner-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    height: 150px;
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.partner-box:hover {
    box-shadow: 0 0 20px rgba(0, 0, 255, 0.123), 0 0 40px #2574fc5e, 0 0 60px rgb(128, 128, 128);
}

.partner-box::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(#15253d,
            #1f7aff,
            #094577,
            #1b9894,
            #ab7917);
    transform: rotate(0deg);
    transition: opacity 0.3s ease;
    animation: rotateBorder 2s linear infinite;
    opacity: 0;
}

.partner-box:hover::before {
    opacity: 1;
}

.partner-box::after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #fff;
    border-radius: 12px;
    z-index: 1;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.partner-box img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    color: #000;
}

.sticky-content {
    position: sticky;
    top: 20px;
    text-align: left;
}

.partner-content h2 {
    font-size: 2rem;
    margin-bottom: 15px;
}

.partner-content p {
    margin-bottom: 20px;
    color: #555;
}

/* Responsive */

@media (max-width: 991px) {
    .partner-section {
        padding: 30px 0;
    }

    .srcvs-head {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 568px) {
    .showcase-card-grid{
        flex-direction: column;
    }

    .showcase-card{
        width: 100%;
        height: auto;
    }

    .pricing-section {
        padding: 30px 0;
    }

    .cont-heading{
        font-size: 30px;
    }
    .contact-top-sec{
        padding: 20px 0;
    }
}