/*==========================
CSS INDEX
============================
1. Helper-Class 
2. Section-Angle-Style
3. Button-Classes
4. Page-title
5. Play-box
6. Text-box 
7. Service-box
8. Feature-box
9. Price-box
10. Price-box-2
11. Social-Menu
12. ScrollUp-Button
13. Subscribe-Form
14. Product-Box
15. Preloader-Content
16. Testimonial-Area
17. Info-Box
18. Image-Box
19. tooltip-image
==========================*/


/*---------------------------
1. Helper-Class 
----------------------------*/
.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

/* Scroll offset for fixed header - use default anchor behavior */
section[id] {
    scroll-margin-top: 100px;
}

.section-padding-top {
    padding-top: 150px;
}

.section-padding-bottom {
    padding-bottom: 150px;
}

.section-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zoom-image {
    -webkit-transform: scale(1.2);
        transform: scale(1.2);
    margin: 0;
    padding: 0;
}

/*---------------------------
Angle-Background
---------------------------*/
.angle-3,
.angle-2,
.angle-1 {
    position: relative;
    z-index: 1
}

.angle-3:after,
.angle-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 10vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none' fill='#ffffff' %3E%3Cpolygon points='0,100 0,0 100, 100' %3E%3C/polygon%3E%3C/svg%3E");
    z-index: -1;
    pointer-events: none;
}

.angle-2:before,
.angle-3:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 10vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none' fill='#ffffff' %3E%3Cpolygon points='0,0 100,0 100, 100' %3E%3C/polygon%3E%3C/svg%3E");
    z-index: -1;
    pointer-events: none;
}

/*---------------------
3. Button-Classes
-----------------------*/
.bttn-3,
.bttn-2,
.bttn-1 {
    display: inline-block;
    padding: 18px 50px;
    background: #2529d8;
    background: -webkit-gradient(linear, right top, left top, from(#2529d8), to(#1c7cff));
    background: linear-gradient(to left, #2529d8 0%, #1c7cff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2529d8', endColorstr='#1c7cff', GradientType=0);
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
    font-size: 16px;
}

.bttn-3:hover,
.bttn-2:hover,
.bttn-1:hover {
    color: #1c7cff;
    -webkit-box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.1)
}

.bttn-3:hover {
    color: #ffffff;
}

.bttn-3:after,
.bttn-2:after,
.bttn-1:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ffffff;
    opacity: 0.3;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.bttn-2:after {
    opacity: 0;
}

.bttn-3:after {
    background-color: #576EA0;
    opacity: 1;
}

.bttn-2:hover:after,
.bttn-1:hover:after {
    opacity: 1;
}

.bttn-3:hover:after {
    opacity: 0;
}

.bttn-5,
.bttn-6 {
    display: inline-block;
    padding: 18px 50px;
    background: linear-gradient(to right, #2529d8 0%, #1c7cff 100%);
    border-radius: 999px;
    color: #ffffff !important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

/* Build Your MVP button - white background */
.bttn-4 {
    display: inline-block;
    padding: 12px 28px;
    font-size: 16px;
    min-height: 52px;
    background: #ffffff;
    border-radius: 999px;
    color: #1c7cff !important;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.bttn-4:hover {
    background: #f3f7ff;
    color: #2529d8 !important;
    transform: translateY(-2px);
    -webkit-box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.bttn-4 i {
    color: #ffffff;
}

.bttn-5 {
    background-color: #1980FA;
}

.bttn-5:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 30px 80px -15px #1980FA;
    box-shadow: 0 30px 40px -20px #1980FA;
}

.bttn-6 {
    background-color: #A930E4;
    color: #ffffff;
}

.bttn-6:hover {
    color: #ffffff;
    -webkit-box-shadow: 0 30px 80px -15px #A930E4;
    box-shadow: 0 20px 40px -15px #A930E4;
}


/*---------------------------
4. Page-title
----------------------------*/
.page-title {
    margin-bottom: 70px;
}

.page-title .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #0F1D46;
    line-height: 48px;
}
.text-box h2.title {
    margin-bottom: 30px;
}
.page-title.text-white .title {
    color: #ffffff;
}

.page-title .desc {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    color: rgba(40, 51, 80, 0.6);
    font-weight: 400;
    line-height: 34px;
}

.page-title.text-white .desc {
    color: #ffffff;
}

/*--------------------
5. Play-box
----------------------*/
.play-box {
    position: relative;
    right: -150px;
}

.play-box .play-bttn {
    position: absolute;
    left: -50px;
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #ffffff;
    background: #2529d8;
    background: -webkit-gradient(linear, left top, left bottom, from(#2529d8), to(#1c7cff));
    background: linear-gradient(to bottom, #2529d8 0%, #1c7cff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2529d8', endColorstr='#1c7cff', GradientType=0);
    border-radius: 100%;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0 rgba(103, 77, 214, 0);
    box-shadow: 0 0 0 0 rgba(103, 77, 214, 0);
}

.play-box .play-bttn:hover {
    -webkit-box-shadow: 0 0 0 15px rgba(103, 77, 214, 0.3), 0 0 0 30px rgba(103, 77, 214, 0.3), 0 0 0 45px rgba(103, 77, 214, 0.3);
    box-shadow: 0 0 0 15px rgba(103, 77, 214, 0.3), 0 0 0 30px rgba(103, 77, 214, 0.3), 0 0 0 45px rgba(103, 77, 214, 0.3);
}


/*------------------------------
6. Text-box 
---------------------------------*/
.text-box {
    color: rgba(15, 29, 70, 0.6);
    
}

.header-area .text-box{
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
}

.text-box .tag-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: linear-gradient(135deg, #ff3131 0%, #ff914d 100%);
    color: #ffffff;
    border-radius: 999px;
    border: none;
    border: none;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.2px;
    box-shadow: 0 14px 28px rgba(255, 105, 79, 0.3);
    margin-bottom: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-decoration: none;
    cursor: pointer;
}

.hero-actions {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 8px;
}

.hero-actions .tag-pill {
    margin-bottom: 0;
}

.text-box .tag-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(255, 105, 79, 0.42), 0 0 0 4px rgba(255, 145, 77, 0.25);
    color: #ffffff;
    text-decoration: none;
}

.text-box .subtitle {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #dbe8ff;
}

.feature-box .box-icon,
.text-box .box-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#2529d8), to(#1c7cff));
    background: linear-gradient(to bottom, #2529d8 0%, #1c7cff 100%);
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
}

.feature-box.v2 .box-icon,
.text-box .box-icon.v2 {
    background: #1980FA;
}

.text-box .box-icon.v3 {
    background: #8A19FA;
}

.text-box .box-icon.white-box {
    background-color: #ffffff;
    color: #1980FA;
}

.text-box .box-icon.white-box.v3 {
    color: #A930E4
}

.text-white,
.text-box.text-white {
    color: #ffffff !important;
}

.text-box .top-title {
    color: #B181FF;
    font-size: 20px;
    margin-bottom: 30px;
}

.text-box .title {
    font-size: 60px;
    line-height: 65px;
    font-weight: 700;
    color: #0f1d46;
}
.hero-title-main {
    font-size: 84px;
    line-height: 1.05;
}

.hero-title-sub {
    font-size: 60px;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .hero-title-main {
        font-size: 64px;
    }
    .hero-title-sub {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hero-title-main {
        font-size: 48px;
    }
    .hero-title-sub {
        font-size: 38px;
    }
}

.text-box.text-white .title {
    color: #ffffff;
}

/*---------------------
7. Service-box
----------------------*/
.service-box {
    position: relative;
    margin-bottom: 30px;
}

.service-box:after {
    content: "";
    display: block;
    clear: both;
}

.service-box .service-icon {
    float: left;
    margin-right: 30px;
    width: 150px;
    height: 150px;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-box:hover .service-icon {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.service-box .service-icon img {
    max-height: 100%;
}

.service-box .title {
    font-size: 22px;
}

/*-----------------------
8. Feature-box
------------------------*/
.feature-box {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    -webkit-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.feature-box:hover {
    -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-box .box-icon {
    margin-bottom: 30px;
}

.feature-box.v3 .box-icon {
    background: #9919FA;
}

.feature-box.v4 .box-icon {
    background: #FAA719;
}

.feature-box.v5 .box-icon {
    background: #19B5FA;
}


/*-----------------
9. Price-box
--------------------*/
.single-price {
    padding: 50px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30);
    box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30);
    text-align: center;
    background-color: #ffffff;
    -webkit-transform: translateY(0);
        transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-price.active,
.single-price:hover {
    -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    -webkit-box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, 0.50);
    box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, 0.50);
}

.single-price.active .bttn-3:after {
    opacity: 0;
}

.single-price .user {
    font-size: 16px;
    color: rgba(15, 29, 70, 0.7);
    margin-bottom: 15px;
}

.single-price .info {
    color: rgba(15, 29, 70, 0.7);
}

.single-price .title {
    font-size: 26px;
    color: #0F1D46;
    margin-bottom: 30px;
}

.single-price .rate {
    font-size: 60px;
    color: #B181FF;
    margin: 30px 0;
}

.price-area.v2 .single-price .rate {
    color: #1980FA;
}

/*---------------------
10. Price-box-2
----------------------*/
.price-box-2 {
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(0);
        transform: translateY(0);
}

.price-box-2:hover {
    -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);

}

.price-box-2 .title {
    font-size: 14px;
    font-weight: 300;
    color: #B181FF;
}

.price-box-2 .rate {
    font-size: 60px;
}

.price-box-2 .desc {
    margin-top: 30px;
    margin-bottom: 50px;
}

.price-box-2 .desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-box-2 .desc ul li {
    display: block;
    padding: 5px 0;
}


/*---------------------
11. Social-Menu
-----------------------*/
.social-menu a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
}

.social-menu a:hover {
    color: #576EA0;
}

/*-------------------
12. ScrollUp-Button
--------------------*/
#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #2529d8;
    background: -webkit-gradient(linear, right top, left top, from(#2529d8), to(#1c7cff));
    background: linear-gradient(to left, #2529d8 0%, #1c7cff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2529d8', endColorstr='#1c7cff', GradientType=0);
    color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 20px;
}

#scrollUp:hover {
    -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3);
}



/*--------------------
13. Subscribe-Form
---------------------*/

#mc-form {
    position: relative;
}

#mc-form .mt10 {
    position: absolute;
    top: 105%;
}

.subscribe-area .form-input {
    padding: 17px 20px;
    border: 2px solid #EBEBEB;
    color: #0F1D46;
    margin-right: 15px;
    width: calc(100% - 280px);
    border-radius: 5px;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.subscribe-area .form-input:focus {
    border: 2px solid #acacac;
}

.subscribe-area .submit {
    width: 250px;
    text-align: center;
    -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    display: inline-block;
}

.subscribe-area .submit:after {
    opacity: 0;
}

.subscribe-area.v2 .submit:after {
    background: #1980FA;
}

.subscribe-area.v3 .submit:after {
    background: #A930E4;
}

.subscribe-area .info {
    text-align: center;
    margin-top: 30px;
}

.text-box.camera-title h3.title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
}
.camera-title{
    font-size: 18px;
    line-height: 34px;
}
.pre-btn.bttn-3:after {
    background: -webkit-gradient(linear, right top, left top, from(#1c7cff), to(#2529d8));
    opacity: 1;
}


.subscribe-area h1.title{
    font-size: 60px;
    line-height: 65px;
}
/*-----------------------
14. Product-Box
--------------------------*/
.product-slide .slide-item {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0 0 15px 0 #E8E8E8;
    text-align: center;
    margin: 15px;
    border-radius: 5px;
}

.product-slide .slide-item .product-image {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 180px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: scale(1);
        transform: scale(1);
}

.product-slide .slide-item:hover .product-image {
    -webkit-transform: scale(1.2);
        transform: scale(1.2);
}

.product-slide .slide-item .product-content {
    padding-top: 30px;
}

.product-slide .slide-item .product-content .rate {
    color: #b181ff;
    font-size: 22px;
    margin-bottom: 0;
}

.product-slide.v2 .slide-item .product-content .rate {
    color: #1980FA;
}

/*------------------------
15. Preloader-Content
-------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
}

.preloader svg {
    max-width: 25em;
    background: none;
    fill: none;
    stroke: #1c7cff;
    stroke-linecap: round;
    stroke-width: 8%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.preloader use {
    stroke: #2529d8;
    -webkit-animation: loeader_ani 2s linear infinite;
    animation: loeader_ani 2s linear infinite;
}

@-webkit-keyframes loeader_ani {
    to {
        stroke-dashoffset: 0px;
    }
}

@keyframes loeader_ani {
    to {
        stroke-dashoffset: 0px;
    }
}

/*-----------------------
16. Testimonial-Area
------------------------*/

.testimonails-2 .single-testimonial {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 15px;
}

.testimonails-2 .single-testimonial .desc {
    margin-bottom: 40px;
}

.testimonails-2 .single-testimonial .desc:after,
.testimonails-2 .single-testimonial .desc:before {
    content: '"';
}

.testimonails-2 .single-testimonial .thumb {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
}

.testimonails-2 .single-testimonial .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.testimonial-link {
    font-size: 16px;
    color: #1c7cff;
    text-decoration: none;
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(28, 124, 255, 0.12);
    position: relative;
    z-index: 2;
    pointer-events: auto;
    vertical-align: middle;
}

.testimonial-link:hover {
    background: rgba(28, 124, 255, 0.2);
    text-decoration: none;
}

.testimonial-link i {
    font-size: 14px;
}

.testimonails-2 .single-testimonial .posi {
    color: #8892A0;
}

/* Single testimonial - centered display */
.testimonails-2.testimonial-single {
    max-width: 800px;
    margin: 0 auto;
}

.testimonails-2.testimonial-single .single-testimonial {
    padding: 0 20px;
}


/*----------------
17. Info-Box
-------------------*/
.info-box {
    text-align: center;
    padding: 0 30px;
}

.info-box .box-image {
    margin-bottom: 50px;
}

.info-box .box-content {
    padding: 0 30px;
}

.info-box .title {
    font-size: 22px;
}

.info-box .number {
    font-size: 22px;
    color: #1980FA;
    margin-bottom: 0;
}

.info-box.v3 .number {
    color: #A930E4;
}

/*----------------------
18. Image-Box
------------------------*/
.circle-bg {
    background-repeat: no-repeat;
    background-size: auto;
    -webkit-animation: circle_jump 2s 0.3s linear infinite;
    animation: circle_jump 2s 0.3s linear infinite;
}


@-webkit-keyframes circle_jump {
    0% {
        background-size: 470px, auto, auto;
    }

    50% {
        background-size: 480px, auto, auto;
    }

    100% {
        background-size: 470px, auto, auto;
    }
}


@keyframes circle_jump {
    0% {
        background-size: 470px, auto, auto;
    }

    50% {
        background-size: 480px, auto, auto;
    }

    100% {
        background-size: 470px, auto, auto;
    }
}


.relative-box {
    position: relative;
}

.image-side-box {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    width: 50%;
    text-align: center;
}

.image-side-box.right-box {
    left: auto;
    right: 0;
}

/*------------------------
19. tooltip-image
-------------------------*/
.tooltip-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
}

.tooltip-box .image {
    text-align: center;
}

.tooltip-box .tip {
    width: 20px;
    height: 20px;
    position: relative;
    background-color: #768BF9;
    border-radius: 100%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: tip_jump 2s 0.5s linear infinite;
    animation: tip_jump 2s 0.5s linear infinite;
}

.tooltip-box .tip:hover {
    z-index: 6;
}

@-webkit-keyframes tip_jump {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4);
    }

    25% {
        -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
    }

    50% {
        -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4);
    }

    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4);
    }
}

@keyframes tip_jump {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4);
    }

    25% {
        -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
    }

    50% {
        -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4);
    }

    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4);
        box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4);
    }
}


.tooltip-box .tip.box1 {
    top: 10%;
    left: 49%;
}

.tooltip-box .tip.box2 {
    top: 39%;
    left: 25%;
}

.tooltip-box .tip.box3 {
    top: 60%;
    left: 26%;
}

.tooltip-box .tip.box4 {
    top: 76%;
    left: 36%;
}

.tooltip-box .tip.box5 {
    top: 76%;
    left: 62%;
}

.tooltip-box .tip.box6 {
    top: 56%;
    left: 72%;
}

.tooltip-box .tip .content {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 400px;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    cursor: default;
}

/* Services Section Styles */
.service-subheading {
    font-size: 32px;
    font-weight: 700;
    color: #0F1D46;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
    position: relative;
    padding-bottom: 15px;
}

.service-subheading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #2529d8 0%, #1c7cff 100%);
    border-radius: 2px;
}

/* Ensure equal height columns for service cards */
#service-area .row {
    display: flex;
    flex-wrap: wrap;
}

#service-area .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.service-card {
    margin-bottom: 30px;
    padding: 35px 25px;
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 280px; /* Set minimum height to prevent layout shift */
}

.service-card:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 35px 0 rgba(28, 124, 255, 0.15);
    box-shadow: 0 10px 35px 0 rgba(28, 124, 255, 0.15);
}

.service-emoji {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 1;
}

.service-title {
    font-size: 20px;
    font-weight: 700;
    color: #0F1D46;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
}

.service-desc {
    font-size: 15px;
    color: rgba(15, 29, 70, 0.7);
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limit to 3 lines */
    line-clamp: 3; /* Standard property */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 72px; /* Approximate height for 3 lines (15px * 1.6 * 3) */
}

/* Why aiBoostX Section */
.why-section {
    margin-top: 200px !important;
}

/* Why Choose aiBoostX Section Styles */
#why-choose-area .text-box .title {
    white-space: nowrap;

}

#why-choose-area .row {
    display: flex;
    flex-wrap: wrap;
}

#why-choose-area .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Who We Help Section - Equal Height Cards */
#who-we-help-area .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#who-we-help-area .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

#who-we-help-area .why-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.why-card {
    margin-bottom: 30px;
    padding: 35px 25px;
    background-color: #ffffff;
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.why-card:hover {
    transform: translateY(-5px);
    -webkit-box-shadow: 0 10px 35px 0 rgba(28, 124, 255, 0.15);
    box-shadow: 0 10px 35px 0 rgba(28, 124, 255, 0.15);
}

.why-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 26px;
    letter-spacing: 0.05em;
    margin: 0 auto 18px auto;
    line-height: 1;
    box-shadow: 0 8px 22px rgba(28, 124, 255, 0.25);
}

/* Who We Help icons – remove gradient badge and use clean emojis */
#who-we-help-area .why-number {
    background: none;
    box-shadow: none;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #0F1D46;
    font-size: 40px;
    letter-spacing: 0;
    margin: 0 auto 18px auto;
}

.why-title {
    font-size: 20px;
    font-weight: 700;
    color: #0F1D46;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    line-height: 1.3;
}

.why-desc {
    font-size: 15px;
    color: rgba(15, 29, 70, 0.7);
    font-family: 'Nunito', sans-serif;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* How It Works Section Styles */
.how-it-works-area {
    background-color: #ffffff;
}

#how-it-works-area .row {
    display: flex;
    flex-wrap: wrap;
}

#how-it-works-area .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.activation-note-box {
    text-align: center;
    margin-bottom: 30px;
    padding: 12px 20px;
    background: linear-gradient(135deg, #fff4e6 0%, #ffe8cc 100%);
    border-radius: 8px;
    border-left: 4px solid #ff914d;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activation-note-text {
    font-size: 14px;
    color: #8b5a2b;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    margin: 0;
}

.activation-note-text strong {
    font-weight: 700;
}

.tooltip-box .tip:hover {
    z-index: 3;
}

.tooltip-box .tip:hover .content {
    visibility: visible;
    opacity: 1;
}

.tooltip-box .tip .content .title {
    font-size: 22px;
}

/* Pricing Section */
.pricing-area {
    background: #f8f9fc;
}

.pricing-area .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.pricing-row {
    margin-bottom: 24px;
}

.pricing-area .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}

.pricing-card {
    width: 100%;
    min-width: 0;
}

.pricing-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 28px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    overflow: visible;
}

.pricing-card.highlight {
    border: 2px solid #1c7cff;
    box-shadow: 0 12px 36px rgba(28, 124, 255, 0.15);
}

.pricing-trial-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 18px;
    background: linear-gradient(135deg, #ff3131 0%, #ff914d 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    border-radius: 0 14px 0 14px;
    z-index: 1;
    white-space: nowrap;
}

.pricing-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.pricing-title {
    font-size: 20px;
    font-weight: 800;
    color: #0F1D46;
    margin: 6px 0;
    line-height: 1.3;
}

.pricing-desc {
    font-size: 14px;
    color: rgba(15, 29, 70, 0.7);
    margin: 0 0 6px 0;
    line-height: 1.6;
}

.pricing-includes {
    font-size: 13px;
    font-weight: 800;
    color: #1c7cff;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin-top: 4px;
}

.pricing-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 12px 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
    color: rgba(15, 29, 70, 0.8);
    line-height: 1.5;
}

.pricing-list li::before {
    content: "•";
    color: #1c7cff;
    margin-right: 8px;
    font-weight: 900;
}

.pricing-excludes {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e8edf5;
    font-size: 13px;
    color: rgba(15, 29, 70, 0.7);
    line-height: 1.5;
}

.pricing-excludes strong {
    color: #ff3131;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.pricing-excludes-list {
    list-style: none;
    padding: 0;
    margin: 6px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pricing-excludes-list li::before {
    content: "•";
    color: #ff3131;
    margin-right: 8px;
    font-weight: 900;
}

.pricing-note {
    margin-top: 12px;
    font-size: 13px;
    color: rgba(15, 29, 70, 0.65);
    line-height: 1.6;
    font-style: italic;
}

.pricing-price {
    margin-top: auto;
    font-size: 16px;
    font-weight: 800;
    color: #0F1D46;
}

.pricing-save {
    font-size: 13px;
    font-weight: 700;
    color: #ff4d79;
    margin-left: 6px;
}

.pricing-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 8px;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 13px;
    text-decoration: none;
    margin-top: 10px;
    width: fit-content;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.pricing-cta:hover {
    box-shadow: 0 8px 20px rgba(28, 124, 255, 0.25);
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}

/* Portfolio */
.portfolio-area {
    background: #f8f9fc;
}

.portfolio-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.portfolio-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 24px 22px;
    margin-bottom: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.portfolio-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.3px;
    width: fit-content;
}

.portfolio-title {
    font-size: 18px;
    font-weight: 800;
    color: #0F1D46;
    margin: 4px 0;
    line-height: 1.3;
}

.portfolio-desc {
    font-size: 14px;
    color: rgba(15, 29, 70, 0.7);
    margin: 0;
    line-height: 1.6;
}

.portfolio-link {
    margin-top: auto;
    font-size: 13px;
    font-weight: 800;
    color: #1c7cff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

/* Why section image sizing */
.why-section .row {
    align-items: center;
}

.why-section .why-image {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 20px;
}

.why-section .why-image-col {
    padding-right: 30px;
}

.portfolio-link::after {
    content: "↗";
    font-size: 12px;
}

.portfolio-link:hover {
    text-decoration: underline;
}

/* Contact Section */
.contact-area {
    background: #ffffff;
    color: #0F1D46;
}

.contact-subtitle {
    margin-top: 10px;
    font-size: 16px;
    color: rgba(15, 29, 70, 0.7);
}

.contact-row {
    display: flex;
    justify-content: center;
}

.contact-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    border-radius: 14px;
    background: #ffffff;
    color: #0F1D46;
    text-decoration: none;
    border: 1px solid #e8edf5;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
    min-height: 200px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.contact-card:hover {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
    color: #0F1D46;
}

.contact-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #eef3ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 28px;
    color: #1c7cff;
    pointer-events: none;
}

.contact-label {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 800;
    pointer-events: none;
}

.contact-value {
    margin: 0;
    font-size: 14px;
    color: rgba(15, 29, 70, 0.75);
    text-align: center;
    pointer-events: none;
}

@media (max-width: 767px) {
    .contact-cards {
        gap: 14px;
    }
}

/* Startups We Helped Section */
.startups-area {
    background: #ffffff;
}

.startups-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/* Products We Built Section */
.products-area {
    background: #ffffff;
}

.products-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.products-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.product-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.product-card:hover {
    box-shadow: 0 12px 32px rgba(28, 124, 255, 0.18);
}

.product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-content {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
    pointer-events: none;
}

.product-title {
    font-size: 20px;
    font-weight: 800;
    color: #0F1D46;
    margin: 0;
    line-height: 1.3;
    pointer-events: none;
}

.product-desc {
    font-size: 14px;
    color: rgba(15, 29, 70, 0.7);
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
    pointer-events: none;
}

.product-link {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(28, 124, 255, 0.2);
    transition: box-shadow 0.2s ease;
    align-self: flex-start;
    pointer-events: none;
}

.product-link::after {
    content: "↗";
    font-size: 10px;
}

.product-card:hover .product-link {
    box-shadow: 0 8px 18px rgba(28, 124, 255, 0.28);
}

.startups-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.startup-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    position: relative;
    z-index: 1;
    pointer-events: auto;
}

.startup-card:hover {
    transform: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.startup-link {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(28, 124, 255, 0.2);
    transition: box-shadow 0.2s ease, opacity 0.2s ease;
    align-self: flex-start; /* prevent stretching to full width */
    pointer-events: auto;
}

.startup-link::after {
    content: "↗";
    font-size: 10px;
}

.startup-card:hover .startup-link {
    box-shadow: 0 8px 18px rgba(28, 124, 255, 0.28);
}

.startup-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f8f9fc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.startup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.startup-content {
    padding: 24px 22px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.startup-title {
    font-size: 20px;
    font-weight: 800;
    color: #0F1D46;
    margin: 0;
    line-height: 1.3;
}

.startup-tagline {
    font-size: 15px;
    font-weight: 600;
    color: #1c7cff;
    margin: 0;
    line-height: 1.4;
}

.startup-desc {
    font-size: 14px;
    color: rgba(15, 29, 70, 0.7);
    margin: 0;
    line-height: 1.6;
    flex-grow: 1;
}

.startup-service {
    font-size: 13px;
    color: rgba(15, 29, 70, 0.6);
    margin: 0;
    line-height: 1.5;
    font-style: italic;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

/* Team Section */
.team-area {
    background: #f8f9fc;
}

.team-group {
    margin-top: 30px;
    margin-bottom: 28px;
}

.team-group-title {
    font-size: 30px;
    font-weight: 800;
    color: #0F1D46;
    margin-bottom: 32px;
    font-family: 'Nunito', sans-serif;
}

.team-area .text-box {
    margin-bottom: 20px;
}

.heading-underline {
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
}

.heading-underline::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    height: 4px;
    border-radius: 4px;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
}

.team-card {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    padding: 24px 20px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.25s ease;
    height: 100%;
}

.team-card:hover {
    box-shadow: 0 12px 32px rgba(28, 124, 255, 0.18);
}

.team-photo {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.team-avatar {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2529d8 0%, #1c7cff 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
}

.team-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team-name {
    font-size: 18px;
    font-weight: 800;
    color: #0F1D46;
    margin: 0;
}

.team-role {
    font-size: 14px;
    color: rgba(15, 29, 70, 0.7);
    margin: 0;
    line-height: 1.5;
    pointer-events: auto;
}

.team-role .partner-link {
    color: #1c7cff;
    font-weight: 700;
    text-decoration: none;
    display: inline;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.team-role .partner-link:hover {
    text-decoration: underline;
}

.brand-link {
    color: #1c7cff;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    z-index: 3;
    pointer-events: auto;
}

.brand-link:hover {
    text-decoration: underline;
}

.team-link {
    font-size: 14px;
    font-weight: 700;
    color: #1c7cff;
    text-decoration: none;
    margin: 8px auto 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(28, 124, 255, 0.12);
    position: relative;
    z-index: 2;
    pointer-events: auto;
}

.team-link:hover {
    background: rgba(28, 124, 255, 0.2);
}

.team-link i {
    font-size: 16px;
}