body {
    font-family: 'Outfit', sans-serif; 
}
h1, h2. h3, h4, h5{font-family: Georgia, "Times New Roman", serif;}
img{max-width: 100%;}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p{
	color: #1a1a1a;
	font-size: 18px;
}
a{text-decoration: none;}
.m-auto{
	margin: 0 auto;
}
.align{
    align-items: center !important;
}
.c-fff{
    color: #fff !important;
}
.c-ffd400 {
    color: #ff7a01 !important;
}
.c-fecf04 {
     color: #fecf04 !important;
}
/**/
.zoom-in-zoom-out { 
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fa-spin {
    -webkit-animation: fa-spin 9s linear infinite !important;
    animation: fa-spin 15s linear infinite !important;
}
img.vert-move  {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/**/
 

/**/

.call-part  ul {
    margin: 0;
    padding: 0;
}
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -104px;
    width: 160px;
    list-style: none;
    transition: 1.7s;
    bottom: 50px;
}
.call-part ul li a {
    background: #000;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #ffffffb8;
}
.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #fb0f5a;
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
}
.call-part ul li.whats {
    margin-top: 79px;
}
.call-part ul li.whats {
    bottom: 125px;
}
 
.call-part ul li.whats i {
    background: #1d8900;
    color: #fff;
}
.call-part ul li:hover {
    right: 0;
}


/**/ 
 

.top-header { 
    padding: 7px 0;
    background: linear-gradient(90deg, #3a1b35 0%, #38192d 100%);
}

.top-contact {
    display: flex;
    align-items: center;
    gap: 28px;
}

.top-contact a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.top-contact a i {
    color: #ff397d;
    font-size: 15px;
}

.top-contact a:hover {
    color: #ff5c94;
}

.top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
}

.top-social span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.top-social a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #1769a7;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.top-social a:nth-child(3) {
    background: #ff2d55;
}

.top-social a:nth-child(4) {
    background: #1877f2;
}

.top-social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
 

@media (max-width: 1199px) {
    .brand-content {
        margin-right: 20px;
    }

    .brand-name {
        font-size: 23px;
    }

    .main-navbar .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px;
    }

    .follow-btn {
        min-width: 135px;
        margin-left: 10px;
        padding: 13px 15px;
    }
}

@media (max-width: 991px) {
    .top-contact a:nth-child(2) {
        display: none;
    }

    .main-navbar {
        min-height: 78px;
        padding: 10px 15px;
        border-radius: 0 0 15px 15px;
    }

     

    .follow-btn {
        width: 100%;
        margin: 15px 0 0;
    }
}

@media (max-width: 575px) {
    .top-header {
        padding: 8px 0;
    }

    .top-contact a {
        font-size: 15px;
    }

    .top-social {
        gap: 5px;
    }

    .top-social span {
        display: none;
    }

    .top-social a {
        width: 27px;
        height: 27px;
        font-size: 11px;
    }
 
}

/**/ 

.main-header {
    position: relative;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
}

.main-logo {
    width: 250px; 
    display: flex;
    align-items: center;
    text-decoration: none;
}

.main-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.main-header .navbar {
    padding: 0;
}

.main-header .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.main-header .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #202027 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 23px 11px !important;
    text-decoration: none;
    transition: 0.3s;
}

.main-header .nav-link::before {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 8px;
    height: 3px;
    background: linear-gradient(90deg, #ff397d, #ff8a55);
    border-radius: 10px;
    transform: scaleX(0);
    transition: 0.3s;
}

.main-header .nav-link:hover {
    color: #ff397d !important;
}

.main-header .nav-link:hover::before,
.main-header .nav-link.active::before {
    transform: scaleX(1);
}

.main-header .nav-link.active {
    color: #ff397d !important;
}

.header-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 165px;
    padding: 14px 20px;
    background: linear-gradient(135deg, #ff176f, #ff5a8f);
    color: #ffffff;
    border-radius: 14px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(255, 23, 111, 0.22);
    transition: 0.3s;
}

.header-btn i {
    font-size: 18px;
}

.header-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(255, 23, 111, 0.32);
}

.navbar-toggler {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid #eeeeee; 
    background: #ff2d55;
    color: #ffffff;
    font-size: 20px;
    transition: 0.3s;
}

.navbar-toggler:hover {
    color: #ffffff;
    border-color: #ff397d;
    background: linear-gradient(135deg, #ff397d, #ff8a55);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.main-menu-column {
    position: relative;
}





@media (max-width: 1399px) {
    .main-header .nav-link {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .header-btn {
        min-width: 150px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
 

    .main-header .navbar-nav {
        gap: 0;
    }

    .main-header .nav-link {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 16px;
    }

    .header-btn {
        min-width: 140px;
        padding: 13px 12px;
    }
}

@media (max-width: 991px) {
  
    .main-menu-column {
        position: static;
    }

 
    .main-header .navbar {
        position: static;
        display: flex;
        justify-content: flex-end;
    }

    .navbar-toggler {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
    }

    .main-header .navbar-collapse {
        position: absolute;
        top: calc(100% + 10px);
        left: 12px;
        right: 12px;
        width: auto;
        margin: 0;
        padding: 10px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.14);
        overflow: hidden;
    }

    .main-header .navbar-nav {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
    }

    .main-header .nav-item {
        width: 100%;
    }

    .main-header .nav-link {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 15px 12px !important;
        color: #202027 !important;
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #eeeeee;
    }

    .main-header .nav-item:last-child .nav-link {
        border-bottom: none;
    }

    .main-header .nav-link::before {
        left: 12px;
        right: auto;
        bottom: 5px;
        width: 35px;
        height: 3px;
    }

    .main-header .nav-link.active {
        color: #ff397d !important;
    }

    
     .main-logo {
    margin: 5px 0;
}
 
}

@media (max-width: 767px) {
.header-action {
        display: none;
    }
    .main-header .navbar-collapse {
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
    }
}

@media (max-width: 575px) {
 

    .navbar-toggler {
        width: 45px;
        height: 45px; 
    }

    .main-header .navbar-collapse {
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        padding: 8px;
        border-radius: 14px;
    }

    .main-header .nav-link {
        padding: 15px 12px !important;
        font-size: 16px;
    }
}
/**/ 

.hero-section {
    position: relative; 
    display: flex;
    align-items: center;
    background: #171722;
    overflow: hidden;
    padding: 40px 0;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -180px;
    left: -160px;
    width: 520px;
    height: 520px;
    background: rgba(255, 35, 111, 0.14);
    border-radius: 50%;
    filter: blur(80px);
}

.hero-section::after {
    content: "";
    position: absolute;
    right: -180px;
    bottom: -220px;
    width: 600px;
    height: 600px;
    background: rgba(255, 112, 75, 0.13);
    border-radius: 50%;
    filter: blur(100px);
}

.hero-row {
    position: relative;
    z-index: 2;
}

.hero-content-column {
    order: 1;
}

.hero-image-column {
    order: 2;
}

.hero-content {
    max-width: 620px;
    padding-right: 45px;
}

.hero-small-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #ff5a8f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hero-small-title i {
    width: 8px;
    height: 8px;
    color: #ff5a8f;
    font-size: 8px;
    animation: pulseDot 1.8s infinite;
}

.hero-content h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 58px;
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.typing-text {
    position: relative;
    display: inline-block;
    color: #ff397d;
    min-width: 280px;
}

.typing-text::after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 48px;
    margin-left: 7px;
    vertical-align: middle;
    background: #ff397d;
    animation: blinkCursor 0.8s infinite;
}

.hero-description {
    max-width: 570px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.8;
}

.hero-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 38px;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 23px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.35s;
}

.primary-btn {
    color: #ffffff;
    background: linear-gradient(135deg, #ff176f, #ff5d8e);
    box-shadow: 0 12px 30px rgba(255, 23, 111, 0.22);
}

.primary-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(255, 23, 111, 0.35);
}

.secondary-btn {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
}

.secondary-btn:hover {
    color: #ffffff;
    border-color: #ff397d;
    background: rgba(255, 57, 125, 0.12);
    transform: translateY(-4px);
}

.secondary-btn i {
    color: #25d366;
    font-size: 19px;
}
 

.hero-social-proof > span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    line-height: 1.5;
}

.hero-image-area {
    position: relative;
    width: 100%;
    max-width: 510px;
    margin-left: auto;
    padding: 25px;
}

.hero-image-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 390px;
    height: 390px;
    background: linear-gradient(135deg, rgba(255, 23, 111, 0.35), rgba(255, 119, 78, 0.25));
    border-radius: 50%;
    filter: blur(55px);
    transform: translate(-50%, -50%);
}

.hero-image-frame {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 540px;
    overflow: hidden;
    border-radius: 30px 30px 120px 30px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: #242430;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.38);
}

.hero-image-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.45) 100%);
    pointer-events: none;
}

.hero-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.7s;
}

.hero-image-frame:hover img {
    transform: scale(1.04);
}

.image-corner {
    position: absolute;
    z-index: 3;
    width: 65px;
    height: 65px;
    border-color: #ff397d;
    border-style: solid;
}

.image-corner-top {
    top: 20px;
    left: 20px;
    border-width: 3px 0 0 3px;
    border-radius: 15px 0 0 0;
}

.image-corner-bottom {
    right: 40px;
    bottom: 50px;
    border-width: 0 3px 3px 0;
    border-radius: 0 0 15px 0;
}

.hero-image-badge {
    position: absolute;
    z-index: 4;
    left: -5px;
    bottom: 55px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 18px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 14px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    animation: floatingBadge 3s ease-in-out infinite;
}

.hero-image-badge > i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff176f, #ff7955);
    border-radius: 50%;
    font-size: 14px;
}

.hero-image-badge strong {
    display: block;
    color: #191923;
    font-size: 16px;
    font-weight: 700;
}

.hero-image-badge span {
    display: block;
    margin-top: 2px;
    color: #777777;
    font-size: 16px;
}

.hero-shape {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.hero-shape-one {
    width: 220px;
    height: 220px;
    top: 10%;
    right: 42%;
}

.hero-shape-two {
    width: 120px;
    height: 120px;
    bottom: 12%;
    left: 45%;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.7);
        opacity: 0.45;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes blinkCursor {
    0%,
    45% {
        opacity: 1;
    }

    46%,
    100% {
        opacity: 0;
    }
}

@keyframes floatingBadge {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@media (max-width: 1199px) {
    .hero-section {
        padding: 40px 30px 0;
    }

    .hero-content {
        padding-right: 20px;
    }

    .hero-content h1 {
        font-size: 50px;
    }

    .hero-image-frame {
        height: 500px;
    }
}

@media (max-width: 991px) {
 

    .hero-image-column {
        order: 1;
    }

    .hero-content-column {
        order: 2;
    }

    .hero-image-area {
        max-width: 500px;
        margin: 0 auto 55px;
    }

    .hero-content {
        max-width: 700px;
        margin: 0 auto;
        padding-right: 0;
        text-align: center;
    }

    .hero-small-title {
        justify-content: center;
    }

    .hero-content h1 {
        font-size: 48px;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-social-proof {
        justify-content: center;
    }
}

@media (max-width: 767px) {
 

    .hero-image-area {
        padding: 15px;
        margin-bottom: 45px;
    }

    .hero-image-frame {
        height: 480px;
        border-radius: 24px 24px 90px 24px;
    }

    .hero-image-badge {
        left: 0;
        bottom: 35px;
    }

    .hero-content h1 {
        font-size: 40px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .typing-text {
        min-width: 0;
    }

    .typing-text::after {
        height: 34px;
    }

    .hero-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }

    .hero-btn {
        width: 100%;
    }

    .hero-social-proof {
        flex-direction: column;
        gap: 12px;
    }
}

@media (max-width: 575px) {
   
    .hero-image-area {
        padding: 8px;
    }

    .hero-image-frame {
        height: 420px;
        border-radius: 20px 20px 75px 20px;
    }

    .hero-image-badge {
        left: -2px;
        bottom: 25px;
        padding: 11px 14px;
    }

    .hero-image-badge > i {
        width: 35px;
        height: 35px;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-small-title {
        font-size: 16px;
    }

    .hero-social-proof > span {
        text-align: center;
    }
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1150px !important;
    }
}


/**/ 

.content-world-section {
    position: relative;
    overflow: hidden;
    padding:40px 0;
    background: linear-gradient(135deg, #fff8fb 0%, #fff 48%, #fff7f2 100%);
}

.content-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.content-bg-shape-one {
    top: -180px;
    left: -160px;
    width: 430px;
    height: 430px;
    background: rgba(255, 57, 125, 0.07);
    filter: blur(5px);
}

.content-bg-shape-two {
    right: -180px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    background: rgba(255, 138, 85, 0.08);
    filter: blur(5px);
}

.content-section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

.content-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff397d;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
}

.content-section-heading h2 {
    margin: 0 0 18px;
    color: #202027;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.content-section-heading h2 span {
    color: #ff397d;
}

.content-section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #131730;
    font-size: 16px;
    line-height: 1.8;
}

.content-cards-row {
    position: relative;
    z-index: 2;
}

.content-card {
    position: relative;
    height: 100%;
    min-height: 345px;
    padding: 28px 25px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(30, 30, 40, 0.1);
    border-radius: 20px;
    box-shadow: 0 10px 35px rgba(30, 30, 40, 0.06);
    transition: 0.4s;
}

.content-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ff397d, #ff8a55);
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s;
}

.content-card::after {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, rgba(255, 57, 125, 0.08), rgba(255, 138, 85, 0.08));
    border-radius: 50%;
    transition: 0.4s;
}

.content-card:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 57, 125, 0.25);
    box-shadow: 0 22px 45px rgba(30, 30, 40, 0.12);
}

.content-card:hover::before {
    transform: scaleX(1);
}

.content-card:hover::after {
    transform: scale(1.3);
}

.content-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.content-number {
    color: rgba(255, 57, 125, 0.18);
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
}

.content-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff397d, #ff8a55);
    border-radius: 17px;
    font-size: 21px;
    box-shadow: 0 10px 22px rgba(255, 57, 125, 0.2);
    transition: 0.4s;
}

.content-card:hover .content-icon {
    transform: rotate(-7deg) scale(1.08);
}

.content-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 14px;
    color: #ff397d;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 800;
}

.content-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 25px;
    color: #131730;
    font-size: 16px;
    line-height: 1.7;
}

.content-link {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ff397d;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.content-link i {
    transition: 0.3s;
}

.content-link:hover {
    color: #ff5e49;
}

.content-link:hover i {
    transform: translateX(5px);
}

.content-bottom-text {
    position: relative;
    z-index: 2;
    margin-top: 45px;
}

.content-bottom-text span {
    display: inline-block;
    color: #131730;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1199px) {
 
 

    .content-card {
        padding: 25px 22px;
    }

    .content-card h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
 

    .content-section-heading {
        margin-bottom: 45px;
    }

    .content-section-heading h2 {
        font-size:30px;
    }

    .content-card {
        min-height: 330px;
    }
}

@media (max-width: 767px) {
     

    .content-section-heading {
        margin-bottom: 35px;
    }

    .content-label {
        font-size: 16px;
        letter-spacing: 1.5px;
    }

    .content-section-heading h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .content-section-heading p {
        font-size: 16px;
    }

    .content-card {
        min-height: auto;
        padding: 25px;
    }

    .content-card-top {
        margin-bottom: 25px;
    }

    .content-number {
        font-size: 38px;
    }

    .content-bottom-text {
        margin-top: 35px;
    }
}

@media (max-width: 575px) {
    
    .content-section-heading h2 {
        font-size: 26px;
    }

    .content-card {
        border-radius: 17px;
    }
}


/**/ 
.about-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #131730;
}

.about-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-glow-one {
    top: -180px;
    left: -150px;
    width: 420px;
    height: 420px;
    background: rgba(255, 57, 125, 0.12);
    filter: blur(80px);
}

.about-glow-two {
    right: -180px;
    bottom: -220px;
    width: 480px;
    height: 480px;
    background: rgba(255, 138, 85, 0.10);
    filter: blur(90px);
}

.about-image {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 18px;
}

.about-image-frame {
    position: relative;
    z-index: 2;
    height: 570px;
    overflow: hidden;
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: #20243d;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.3);
}

.about-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(19, 23, 48, 0) 55%, rgba(19, 23, 48, 0.65) 100%);
}

.about-image-frame img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: 0.7s;
}

.about-image-frame:hover img {
    transform: scale(1.04);
}

.about-image-line {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 75%;
    height: 75%;
    border-top: 2px solid #ff397d;
    border-left: 2px solid #ff397d;
    border-radius: 20px 0 0 0;
}

.about-experience {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    min-width: 230px;
    padding: 17px 22px;
    background: rgba(255, 255, 255, 0.96);
    border-left: 4px solid #ff397d;
    border-radius: 0 15px 15px 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.about-experience strong {
    color: #131730;
    font-size: 18px;
    font-weight: 800;
}

.about-experience span {
    margin-top: 4px;
    color: #131730;
    font-size: 16px;
}

.about-content {
    position: relative;
    z-index: 2;
    padding-left: 50px;
}

.about-label {
    display: inline-block;
    margin-bottom: 14px;
    color: #ff5a8f;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.about-content h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: -1px;
}

.about-content h2 span {
    display: block;
    color: #ff397d;
}

.about-intro {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600;
}

.about-content p {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.75;
    opacity: 0.82;
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 27px 0;
}

.about-highlight {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    transition: 0.35s;
}

.about-highlight:hover {
    border-color: rgba(255, 57, 125, 0.5);
    background: rgba(255, 57, 125, 0.08);
    transform: translateY(-4px);
}

.highlight-icon {
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ff397d, #ff8a55);
    border-radius: 12px;
    font-size: 17px;
}

.about-highlight h3 {
    margin: 0 0 3px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.about-highlight span {
    color: #ffffff;
    font-size: 16px;
    opacity: 0.65;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    color: #ffffff;
    background: linear-gradient(135deg, #ff176f, #ff5d8e);
    border-radius: 12px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(255, 23, 111, 0.2);
    transition: 0.35s;
}

.about-btn:hover {
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(255, 23, 111, 0.3);
}

.about-btn i {
    transition: 0.3s;
}

.about-btn:hover i {
    transform: translateX(5px);
}

@media (max-width: 1199px) {
    .about-image-frame {
        height: 520px;
    }

    .about-content {
        padding-left: 25px;
    }

    .about-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .about-image {
        margin-bottom: 35px;
    }

    .about-image-frame {
        height: 500px;
    }

    .about-content {
        padding-left: 0;
    }

    .about-content h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 35px 0;
    }

    .about-image {
        padding: 10px;
        margin-bottom: 35px;
    }

    .about-image-frame {
        height: 440px;
        border-radius: 20px;
    }

    .about-experience {
        bottom: 25px;
        min-width: 210px;
        padding: 14px 17px;
    }

    .about-content {
        text-align: center;
    }

    .about-label {
        font-size: 16px;
    }

    .about-content h2 {
        font-size: 34px;
    }

    .about-content h2 span {
        display: inline;
    }

    .about-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .about-highlights {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .about-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .about-image-frame {
        height: 400px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .about-experience {
        left: 0;
        bottom: 20px;
    }
}


/**/ 

.professional-services-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: linear-gradient(135deg, #fff8fb 0%, #fff2e8 48%, #f9f5ff 100%);
}

.services-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.services-bg-shape-one {
    top: -120px;
    left: -100px;
    width: 280px;
    height: 280px;
    background: rgba(242, 72, 123, 0.10);
}

.services-bg-shape-two {
    right: -100px;
    bottom: -130px;
    width: 320px;
    height: 320px;
    background: rgba(255, 137, 72, 0.12);
}

.services-section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.services-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #f2497b, #ff914d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.services-section-heading h2 {
    margin: 0 auto 15px;
    color: #131730;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.services-section-heading h2 span {
    display: block;
    background: linear-gradient(90deg, #e83f73, #ff7f45);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.services-section-heading p {
    max-width: 760px;
    margin: 0 auto;
    color: #131730;
    font-size: 16px;
    line-height: 1.7;
}

.services-cards-row {
    position: relative;
    z-index: 2;
}

.service-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(19, 23, 48, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(19, 23, 48, 0.08);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(19, 23, 48, 0.14);
}

.service-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.07);
}

.service-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(19, 23, 48, 0) 45%,
        rgba(19, 23, 48, 0.45) 100%
    );
}

.service-number {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
        background: linear-gradient(135deg, #ff397d, #ff8a55);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.service-content {
    padding: 24px;
}

.service-small-title {
    display: inline-block;
    margin-bottom: 9px;
    color: #e84878;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.service-content h3 {
    margin: 0 0 12px;
    color: #131730;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
}

.service-content p {
    min-height: 76px;
    margin: 0 0 18px;
    color: #131730;
    font-size: 16px;
    line-height: 1.6;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #131730;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease, gap 0.3s ease;
}

.service-link i {
    color: #ed4777;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #e84878;
    gap: 14px;
}

.service-link:hover i {
    transform: translateX(3px);
}

.services-bottom-content {
    position: relative;
    z-index: 2;
    margin-top: 32px;
}

.services-bottom-content p {
    margin: 0 0 18px;
    color: #131730;
    font-size: 16px;
    line-height: 1.6;
}

.services-bottom-content strong {
    color: #e84878;
}

.services-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 25px;
    border-radius: 80px;
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(232, 63, 115, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-main-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(232, 63, 115, 0.30);
}

.services-main-btn i {
    font-size: 18px;
}

@media (max-width: 991px) {
    .services-section-heading h2 {
        font-size: 35px;
    }

    .service-image {
        height: 220px;
    }

    .service-content {
        padding: 22px;
    }
}

@media (max-width: 767px) {
    .professional-services-section {
        padding: 35px 0;
    }

    .services-section-heading {
        margin-bottom: 25px;
    }

    .services-section-heading h2 {
        font-size: 32px;
    }

    .services-section-heading p {
        line-height: 1.6;
    }

    .service-image {
        height: 240px;
    }

    .service-content p {
        min-height: auto;
    }

    .services-bottom-content {
        margin-top: 25px;
    }
}

@media (max-width: 575px) {
    .services-section-heading h2 {
        font-size: 28px;
    }

    .services-label {
        padding: 8px 15px;
    }

    .service-image {
        height: 220px;
    }

    .service-content {
        padding: 20px;
    }

    .service-content h3 {
        font-size: 21px;
    }

    .services-main-btn {
        width: 100%;
    }
}


/**/ 
.social-presence-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #131730;
}

.social-bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
}

.social-bg-glow-one {
    top: -160px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(236, 67, 119, 0.12);
}

.social-bg-glow-two {
    right: -150px;
    bottom: -150px;
    width: 380px;
    height: 380px;
    background: rgba(255, 126, 69, 0.10);
}

.social-section-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 35px;
}

.social-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 8px 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.social-section-heading h2 {
    margin: 0 auto 15px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.social-section-heading h2 span {
    display: block;
    background: linear-gradient(90deg, #f04a80, #ff995b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.social-section-heading p {
    margin: 0 auto;
    max-width: 720px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
}

.social-platform-heading {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.platform-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    color: #ffffff;
    font-size: 25px;
}

.youtube-icon {
    background: linear-gradient(135deg, #ff3d3d, #d90000);
}

.instagram-icon {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.platform-title span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.platform-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
}

.platform-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.social-video-row {
    position: relative;
    z-index: 2;
}

.social-video-card {
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.social-video-card:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 126, 69, 0.55);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.25);
}

.social-video-image {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.social-video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.social-video-card:hover .social-video-image img {
    transform: scale(1.08);
}
 

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #ffffff;
    color: #e94378;
    font-size: 18px;
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, background 0.35s ease;
}

.social-video-card:hover .video-play {
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-platform {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(19, 23, 48, 0.78);
    color: #ffffff;
    font-size: 18px;
    backdrop-filter: blur(8px);
}

.social-video-content {
    padding: 18px 18px 20px;
        background: linear-gradient(90deg, #e94378, #ff884d);
}

.social-video-content span {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.social-video-content h4 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
}

.social-main-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    margin-top: 28px;
    padding: 13px 24px;
    border-radius: 80px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.youtube-btn {
    background: linear-gradient(90deg, #e60000, #ff3d3d);
    box-shadow: 0 10px 25px rgba(230, 0, 0, 0.20);
}

.instagram-btn {
    background: linear-gradient(90deg, #833ab4, #fd1d1d, #fcb045);
    box-shadow: 0 10px 25px rgba(253, 29, 29, 0.20);
}

.social-main-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
}

.instagram-heading {
    margin-top: 50px;
}

@media (max-width: 991px) {
    .social-section-heading h2 {
        font-size: 35px;
    }

    .social-video-image {
        height: 210px;
    }
}

@media (max-width: 767px) {
    .social-presence-section {
        padding: 35px 0;
    }

    .social-section-heading {
        margin-bottom: 28px;
    }

    .social-section-heading h2 {
        font-size: 32px;
    }

    .platform-line {
        display: none;
    }

    .social-video-image {
        height: 230px;
    }

    .instagram-heading {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .social-section-heading h2 {
        font-size: 28px;
    }

    .platform-icon {
        width: 48px;
        height: 48px;
    }

    .platform-title h3 {
        font-size: 22px;
    }

    .social-video-image {
        height: 220px;
    }

    .social-main-btn {
        width: 100%;
    }
}

/**/ 

.collaboration-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: linear-gradient(135deg, #fff8fb 0%, #fff1e8 50%, #f8f3ff 100%);
}

.collaboration-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.collaboration-shape-one {
    top: -150px;
    left: -120px;
    width: 350px;
    height: 350px;
    background: rgba(232, 67, 119, 0.10);
    filter: blur(4px);
}

.collaboration-shape-two {
    right: -150px;
    bottom: -170px;
    width: 400px;
    height: 400px;
    background: rgba(255, 137, 72, 0.12);
    filter: blur(4px);
}

.collaboration-content {
    position: relative;
    z-index: 2;
    padding-right: 25px;
}

.collaboration-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.collaboration-content h2 {
    margin: 0 0 18px;
    color: #131730;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.collaboration-content h2 span {
    display: block;
    background: linear-gradient(90deg, #e94378, #ff884d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.collaboration-content p {
    margin: 0 0 14px;
    color: #131730;
    font-size: 16px;
    line-height: 1.7;
}

.collaboration-content .collaboration-intro {
    font-weight: 600;
}

.collaboration-highlights {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: 22px 0 25px;
}

.collaboration-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #131730;
    font-size: 16px;
    font-weight: 600;
}

.highlight-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94378, #ff884d);
    box-shadow: 0 0 0 5px rgba(233, 67, 120, 0.10);
}

.collaboration-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.collaboration-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 13px 25px;
    border-radius: 80px;
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(233, 67, 120, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collaboration-btn:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 17px 32px rgba(233, 67, 120, 0.30);
}

.collaboration-btn i {
    font-size: 19px;
}

.collaboration-call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 13px 23px;
    border: 1px solid rgba(19, 23, 48, 0.15);
    border-radius: 80px;
    background: rgba(255, 255, 255, 0.75);
    color: #131730;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.collaboration-call-btn:hover {
    color: #131730;
    border-color: #e94378;
    background: #ffffff;
    transform: translateY(-3px);
}

.collaboration-call-btn i {
    color: #e94378;
    font-size: 17px;
}

.collaboration-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(19, 23, 48, 0.09);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 55px rgba(19, 23, 48, 0.12);
    backdrop-filter: blur(12px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.collaboration-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 65px rgba(19, 23, 48, 0.16);
}

.collaboration-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 25px 26px 22px;
}

.collaboration-card-top span {
    display: block;
    margin-bottom: 7px;
    color: #e94378;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.9px;
}

.collaboration-card-top h3 {
    margin: 0;
    color: #131730;
    font-size: 27px;
    font-weight: 800;
}

.collaboration-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    background: linear-gradient(135deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 20px;
    box-shadow: 0 10px 22px rgba(233, 67, 120, 0.20);
}

.collaboration-card-line {
    width: calc(100% - 52px);
    height: 1px;
    margin: 0 auto;
    background: rgba(19, 23, 48, 0.10);
}

.collaboration-card-body {
    padding: 22px 26px 25px;
}

.collaboration-card-body > p {
    margin: 0 0 20px;
    color: #131730;
    font-size: 16px;
    line-height: 1.65;
}

.collaboration-service-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.collaboration-service-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 14px;
    border: 1px solid rgba(19, 23, 48, 0.07);
    border-radius: 15px;
    background: #ffffff;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.collaboration-service-item:hover {
    transform: translateX(5px);
    border-color: rgba(233, 67, 120, 0.30);
}

.service-mini-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff0f5, #fff3eb);
    color: #e94378;
    font-size: 16px;
    font-weight: 800;
}

.collaboration-service-item strong {
    display: block;
    margin-bottom: 3px;
    color: #131730;
    font-size: 16px;
    font-weight: 800;
}

.collaboration-service-item span {
    display: block;
    color: #131730;
    font-size: 16px;
    line-height: 1.4;
}

.collaboration-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 26px;
    background: #131730;
}

.collaboration-card-bottom span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.7px;
}

.collaboration-card-bottom strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
}

.card-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.card-whatsapp-btn:hover {
    color: #ffffff;
    transform: scale(1.08) rotate(5deg);
}

@media (max-width: 991px) {
    .collaboration-content {
        padding-right: 0;
    }

    .collaboration-content h2 {
        font-size: 35px;
    }

    .collaboration-card-top h3 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .collaboration-section {
        padding: 35px 0;
    }

    .collaboration-content h2 {
        font-size: 32px;
    }

    .collaboration-buttons {
        flex-wrap: wrap;
    }

    .collaboration-btn,
    .collaboration-call-btn {
        flex: 1;
    }

    .collaboration-card-top {
        padding: 22px 20px 20px;
    }

    .collaboration-card-body {
        padding: 20px;
    }

    .collaboration-card-bottom {
        padding: 18px 20px;
    }
}

@media (max-width: 575px) {
    .collaboration-content h2 {
        font-size: 29px;
    }

    .collaboration-label {
        padding: 8px 15px;
    }

    .collaboration-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .collaboration-btn,
    .collaboration-call-btn {
        width: 100%;
        flex: none;
    }

    .collaboration-card {
        border-radius: 22px;
    }

    .collaboration-card-top {
        align-items: flex-start;
    }

    .collaboration-card-icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .collaboration-card-top h3 {
        font-size: 23px;
    }

    .collaboration-service-item {
        padding: 12px;
    }

    .collaboration-card-bottom {
        align-items: center;
    }
}


/**/ 

.contact-section {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #131730;
}

.contact-bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(90px);
}

.contact-bg-glow-one {
    top: -180px;
    left: -150px;
    width: 400px;
    height: 400px;
    background: rgba(233, 67, 120, 0.12);
}

.contact-bg-glow-two {
    right: -170px;
    bottom: -180px;
    width: 420px;
    height: 420px;
    background: rgba(255, 136, 77, 0.10);
}

.contact-content {
    position: relative;
    z-index: 2;
    padding-right: 30px;
}

.contact-label {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 18px;
    border-radius: 50px;
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-content h2 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.contact-content h2 span {
    display: block;
    background: linear-gradient(90deg, #f04a80, #ff995b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-content p {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
}

.contact-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.contact-info-item:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.09);
    transform: translateX(5px);
}

.contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 13px;
    background: linear-gradient(135deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 18px;
}

.whatsapp-contact-icon {
    background: #20b858;
}

.instagram-contact-icon {
    background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.contact-info-item span {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.6px;
}

.contact-info-item strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.contact-form-card {
    position: relative;
    z-index: 2;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(14px);
}

.contact-form-heading {
    margin-bottom: 22px;
}

.contact-form-heading span {
    display: block;
    margin-bottom: 7px;
    color: #ff8a59;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.contact-form-heading h3 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 800;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.form-group input,
.form-group select {
    height: 52px;
    padding: 12px 15px;
}

.form-group textarea {
    min-height: 130px;
    padding: 13px 15px;
    resize: vertical;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(255, 255, 255, 0.50);
}

.form-group select option {
    color: #131730;
    background: #ffffff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #f04a80;
    background: rgba(255, 255, 255, 0.11);
}

.contact-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 54px;
    margin-top: 5px;
    padding: 13px 22px;
    border: 0;
    border-radius: 80px;
    background: linear-gradient(90deg, #e94378, #ff884d);
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(233, 67, 120, 0.22);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 17px 35px rgba(233, 67, 120, 0.30);
}

.contact-submit-btn i:first-child {
    font-size: 20px;
}

.contact-submit-btn i:last-child {
    font-size: 14px;
}

.contact-form-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    text-align: center;
}

.contact-form-note i {
    color: #ff884d;
    font-size: 15px;
}

@media (max-width: 991px) {
    .contact-content {
        padding-right: 0;
    }

    .contact-content h2 {
        font-size: 35px;
    }

    .contact-form-card {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .contact-section {
        padding: 35px 0;
    }

    .contact-content h2 {
        font-size: 32px;
    }

    .contact-form-card {
        padding: 22px;
        border-radius: 22px;
    }

    .contact-form-heading h3 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .contact-content h2 {
        font-size: 29px;
    }

    .contact-label {
        padding: 8px 15px;
    }

    .contact-form-card {
        padding: 20px;
    }

    .contact-submit-btn {
        min-height: 56px;
    }
}


/**/ 

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 30px 0 18px;
    background: linear-gradient(135deg, #0b1028 0%, #17143a 55%, #241631 100%);
}

.site-footer::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 20%;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(124, 72, 180, 0.12);
    filter: blur(70px);
    pointer-events: none;
}

.site-footer::after {
    content: "";
    position: absolute;
    right: 10%;
    bottom: -130px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(233, 67, 120, 0.08);
    filter: blur(80px);
    pointer-events: none;
}

.footer-main-row {
    position: relative;
    z-index: 2;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-logo {
    display: inline-block;
}

.footer-logo img {
    display: block;
    max-width: 150px;
    max-height: 55px;
    object-fit: contain;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #ff8a59;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    transition: transform 0.3s ease, background 0.3s ease;
}

.footer-social a:hover {
    background: linear-gradient(135deg, #e94378, #ff884d);
    color: #ffffff;
    transform: translateY(-3px);
}

.footer-bottom {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding-top: 18px;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    line-height: 1.5;
}

.footer-bottom strong {
    color: #ffffff;
}

.footer-bottom span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
}

@media (max-width: 991px) {
    .footer-menu {
        gap: 14px;
    }

    .footer-social {
        gap: 8px;
    }
}

@media (max-width: 767px) {
    .site-footer {
        padding: 30px 0 18px;
    }

    .footer-main-row {
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-menu {
        margin-bottom: 20px;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575px) {
    .footer-menu {
        gap: 12px 10px;
    }

    .footer-menu a {
        font-size: 13px;
    }

    .footer-social a {
        width: 40px;
        height: 40px;
    }
}

/**/ 
/**/ 
/**/ 
/**/ 
/**/ 
/**/ 
/**/ 
/**/ 
/**/



@media (max-width:767px) { 
 
}