
/* ===== IBOX444 SERVICES ===== */

.ibox-services-section {
    position: relative;
    padding: 90px 0;
    background: #080d18;
    overflow: hidden;
}

/* Background Glow */
.ibox-services-section:before,
.ibox-services-section:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.ibox-services-section:before {
    width: 350px;
    height: 350px;
    background: rgba(255, 193, 7, 0.07);
    top: -150px;
    left: -150px;
    filter: blur(5px);
}

.ibox-services-section:after {
    width: 400px;
    height: 400px;
    background: rgba(0, 123, 255, 0.06);
    bottom: -200px;
    right: -180px;
    filter: blur(5px);
}

/* Section Heading */
.ibox-services-title {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 55px;
}

.ibox-services-title .sub-heading {
    display: inline-block;
    color: #ffc107;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
    position: relative;
}

.ibox-services-title .sub-heading:before,
.ibox-services-title .sub-heading:after {
    content: "";
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #ffc107;
    vertical-align: middle;
    margin: 0 10px;
}

.ibox-services-title h2 {
    color: #ffffff;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 14px;
}

.ibox-services-title h2 span {
    color: #ffc107;
}

.ibox-services-title p {
    color: #b9c0cc;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Service Box */
.ibox-service-card {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 285px;
    padding: 32px 28px 30px;
    margin-bottom: 30px;
    background: #101827;
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.35);
    transition: all 0.35s ease;
    overflow: hidden;
}

/* Top Highlight Line */
.ibox-service-card:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: #ffc107;
    transition: all 0.35s ease;
}

/* Soft Glow */
.ibox-service-card:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -65px;
    top: -65px;
    border-radius: 50%;
    background: rgba(255,193,7,0.06);
    transition: all 0.35s ease;
}

/* Hover */
.ibox-service-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255,193,7,0.65);
    box-shadow: 0 20px 50px rgba(0,0,0,0.55),
                0 0 25px rgba(255,193,7,0.08);
}

.ibox-service-card:hover:before {
    width: 100%;
}

.ibox-service-card:hover:after {
    width: 220px;
    height: 220px;
    right: -110px;
    top: -110px;
}

/* Icon */
.ibox-service-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    background: linear-gradient(135deg, #ffc107, #d89b00);
    box-shadow: 0 8px 22px rgba(255,193,7,0.20);
    transition: all 0.35s ease;
    position: relative;
    z-index: 3;
}

.ibox-service-icon i {
    display: block;
    font-size: 30px;
    line-height: 1;
    color: #111827;
    width: auto;
    height: auto;
}

/* Icon Hover */
.ibox-service-card:hover .ibox-service-icon {
    transform: rotate(-4deg) scale(1.08);
    box-shadow: 0 10px 28px rgba(255,193,7,0.35);
}

/* Service Title */
.ibox-service-card h3 {
    position: relative;
    z-index: 3;
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.ibox-service-card h3 a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ibox-service-card:hover h3 a {
    color: #ffc107;
}

/* Service Text */
.ibox-service-card p {
    position: relative;
    z-index: 3;
    color: #b8c0cc;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* Read More */
.ibox-service-read {
    display: inline-block;
    margin-top: 17px;
    position: relative;
    z-index: 3;
    color: #ffc107;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ibox-service-read i {
    margin-left: 5px;
    transition: margin-left 0.3s ease;
}

.ibox-service-read:hover {
    color: #ffffff;
}

.ibox-service-read:hover i {
    margin-left: 10px;
}

/* ===== CTA ===== */

.ibox-services-cta {
    position: relative;
    z-index: 2;
    margin-top: 35px;
    padding: 38px 45px;
    border-radius: 14px;
    background: linear-gradient(
        110deg,
        rgba(255,193,7,0.12),
        rgba(255,255,255,0.035)
    );
    border: 1px solid rgba(255,193,7,0.28);
    box-shadow: 0 15px 45px rgba(0,0,0,0.35);
    overflow: hidden;
}

.ibox-services-cta:before {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -70px;
    top: -90px;
    border-radius: 50%;
    background: rgba(255,193,7,0.08);
}

.ibox-services-cta h3 {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.3;
    margin: 0 0 8px;
    font-weight: 700;
}

.ibox-services-cta h3 span {
    color: #ffc107;
}

.ibox-services-cta p {
    color: #bfc6d1;
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.ibox-services-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 25px;
    margin-top: 8px;
    background: #ffc107;
    color: #111827;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 7px 20px rgba(255,193,7,0.20);
}

.ibox-services-cta-btn i {
    margin-left: 8px;
}

.ibox-services-cta-btn:hover {
    color: #111827;
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(255,255,255,0.15);
}

/* ===== MOBILE ===== */

@media(max-width: 767px) {

    .ibox-services-section {
        padding: 65px 0;
    }

    .ibox-services-title {
        margin-bottom: 38px;
    }

    .ibox-services-title h2 {
        font-size: 27px;
    }

    .ibox-services-title p {
        font-size: 14px;
    }

    .ibox-service-card {
        min-height: auto;
        padding: 27px 23px;
    }

    .ibox-service-icon {
        width: 62px;
        height: 62px;
    }

    .ibox-service-icon i {
        font-size: 27px;
    }

    .ibox-service-card h3 {
        font-size: 19px;
    }

    .ibox-services-cta {
        padding: 28px 22px;
        text-align: center;
    }

    .ibox-services-cta h3 {
        font-size: 22px;
    }

    .ibox-services-cta-btn {
        margin-top: 20px;
    }
}

/* =========================================================
   IBOX444 - COMMON SECTION STYLING
========================================================= */

.ibox-home-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.ibox-home-section .container {
    position: relative;
    z-index: 2;
}

.ibox-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #f5c542;
}

.ibox-section-label:before {
    content: "";
    width: 34px;
    height: 2px;
    display: inline-block;
    background: #f5c542;
}

.ibox-home-section .section-title h2 {
    margin-bottom: 16px;
    line-height: 1.25;
    font-size: 30px;
    font-weight: 700;
}

.ibox-home-section .section-title p {
    max-width: 900px;
    margin: 0 auto 25px;
    line-height: 1.8;
}

/* =========================================================
   ABOUT SECTION
========================================================= */

.ibox-about-section {
    background:
        radial-gradient(circle at 10% 20%, rgba(245,197,66,.08), transparent 30%),
        linear-gradient(135deg, #11151c 0%, #080a0e 100%);
    color: #fff;
}

.ibox-about-section:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -120px;
    top: 30px;
    border: 1px solid rgba(245,197,66,.18);
    border-radius: 50%;
}

.ibox-about-wrap {
    display: flex;
    align-items: center;
    gap: 55px;
}

.ibox-about-image-col,
.ibox-about-content-col {
    width: 50%;
}

.ibox-about-image-box {
    position: relative;
    padding: 10px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(245,197,66,.8), rgba(255,255,255,.08));
    box-shadow: 0 25px 60px rgba(0,0,0,.45);
}

.ibox-about-image-inner {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    background: #111;
}

.ibox-about-image-inner img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 380px;
    object-fit: cover;
    transition: transform .6s ease;
}

.ibox-about-image-box:hover img {
    transform: scale(1.045);
}

.ibox-about-badge {
    position: absolute;
    right: -18px;
    bottom: 30px;
    z-index: 3;
    min-width: 175px;
    padding: 15px 18px;
    border-radius: 12px;
    background: rgba(10,12,16,.95);
    border: 1px solid rgba(245,197,66,.5);
    box-shadow: 0 15px 35px rgba(0,0,0,.45);
}

.ibox-about-badge strong {
    display: block;
    color: #f5c542;
    font-size: 23px;
    line-height: 1.1;
}

.ibox-about-badge span {
    display: block;
    margin-top: 4px;
    color: #ddd;
    font-size: 12px;
}

.ibox-about-content {
    padding: 5px 0;
}

.ibox-about-content h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 31px;
    line-height: 1.25;
    font-weight: 700;
}

.ibox-about-content h2 span {
    color: #f5c542;
}

.ibox-about-content .ibox-highlight {
    margin-bottom: 20px;
    padding: 15px 18px;
    border-left: 3px solid #f5c542;
    background: rgba(255,255,255,.045);
    border-radius: 0 10px 10px 0;
    color: #f4f4f4;
    font-weight: 600;
}

.ibox-about-content p {
    margin-bottom: 15px;
    color: #c9cdd3;
    font-size: 15px;
    line-height: 1.85;
}

.ibox-about-points {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
    margin: 25px 0;
}

.ibox-about-point {
    padding: 13px 15px;
    border: 1px solid rgba(255,255,255,.09);
    background: rgba(255,255,255,.035);
    border-radius: 9px;
    transition: all .3s ease;
}

.ibox-about-point:hover {
    transform: translateY(-4px);
    border-color: rgba(245,197,66,.45);
    background: rgba(245,197,66,.07);
}

.ibox-about-point i {
    margin-right: 7px;
    color: #f5c542;
}

.ibox-about-point span {
    color: #eee;
    font-size: 13px;
    font-weight: 600;
}

.ibox-btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.ibox-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 0 23px;
    border-radius: 7px;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
}

.ibox-btn-primary {
    color: #111 !important;
    background: linear-gradient(135deg,#f5c542,#ffe28a);
    box-shadow: 0 8px 25px rgba(245,197,66,.18);
}

.ibox-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 13px 30px rgba(245,197,66,.3);
}

.ibox-btn-outline {
    color: #fff !important;
    border: 1px solid rgba(245,197,66,.6);
    background: transparent;
}

.ibox-btn-outline:hover {
    color: #111 !important;
    background: #f5c542;
    transform: translateY(-3px);
}

/* =========================================================
   SPECIAL OFFER SECTION
========================================================= */

.ibox-offer-section {
    background: #f5f6f8;
    color: #222;
}

.ibox-offer-section .section-title h2 {
    color: #17191d;
}

.ibox-offer-section .section-title p {
    color: #555;
}

.ibox-offer-intro {
    max-width: 1000px;
    margin: 0 auto 38px;
    text-align: center;
}

.ibox-offer-highlight {
    position: relative;
    margin-bottom: 40px;
    padding: 25px 30px;
    border-radius: 16px;
    background: linear-gradient(135deg,#15191f,#252b34);
    color: #fff;
    box-shadow: 0 18px 45px rgba(0,0,0,.16);
    overflow: hidden;
}

.ibox-offer-highlight:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -80px;
    border: 25px solid rgba(245,197,66,.1);
    border-radius: 50%;
}

.ibox-offer-highlight strong {
    color: #f5c542;
}

.ibox-offer-highlight p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #e5e7ea;

    font-size: 15px;
    line-height: 1.8;
}

.ibox-offer-grid {
    margin-top: 10px;
}

.ibox-offer-card {
    position: relative;
    height: 100%;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #e2e4e8;
    box-shadow: 0 10px 30px rgba(18,25,35,.08);
    overflow: hidden;
    transition: all .35s ease;
}

.ibox-offer-card:hover {
    transform: translateY(-8px);
    border-color: #f5c542;
    box-shadow: 0 20px 45px rgba(18,25,35,.15);
}

.ibox-offer-image {
    position: relative;
    overflow: hidden;
    height: 235px;
    border-radius: 10px;
    background: #e9eaec;
}

.ibox-offer-image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    transition: transform .55s ease;
}

.ibox-offer-card:hover .ibox-offer-image img {
    transform: scale(1.08);
}

.ibox-offer-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(8,11,16,.68);
    opacity: 0;
    transition: all .35s ease;
}

.ibox-offer-card:hover .ibox-offer-overlay {
    opacity: 1;
}

.ibox-case-btn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #111 !important;
    background: #f5c542;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
}

.ibox-offer-content {
    padding: 18px 14px 14px;
}

.ibox-offer-content h3 {
    margin: 0;
    min-height: 48px;
    color: #20242a;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

.ibox-offer-content h3 a {
    color: inherit;
    text-decoration: none;
}

.ibox-offer-content h3 a:hover {
    color: #b38a09;
}

.ibox-offer-footer {
    margin-top: 25px;
    text-align: center;
}

/* =========================================================
   WEB PORTAL SECTION
========================================================= */

.ibox-portal-section {
    background:
        radial-gradient(circle at 85% 15%, rgba(245,197,66,.09), transparent 25%),
        #0b0e13;
    color: #fff;
}

.ibox-portal-section .section-title h2 {
    color: #fff;
}

.ibox-portal-section .section-title p {
    color: #bfc4cb;
}

.ibox-portal-info {
    max-width: 1050px;
    margin: 0 auto 40px;
    padding: 28px 30px;
    border-radius: 16px;
    border: 1px solid rgba(245,197,66,.2);
    background: rgba(255,255,255,.035);
    box-shadow: 0 15px 45px rgba(0,0,0,.25);
}

.ibox-portal-info p {
    margin: 0;
    color: #cdd1d7;
    font-size: 15px;
    line-height: 1.85;
}

.ibox-portal-info strong {
    color: #f5c542;
}

.ibox-portal-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.ibox-portal-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 14px;
    border-radius: 50px;
    color: #ddd;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.035);
    font-size: 12px;
}

.ibox-portal-tag i {
    color: #f5c542;
}

.ibox-portal-cta {
    margin-top: 35px;
    text-align: center;
}

.ibox-portal-cta p {
    margin-bottom: 15px;
    color: #bfc4cb;
}

.ibox-portal-cta strong {
    color: #f5c542;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .ibox-home-section {
        padding: 65px 0;
    }

    .ibox-about-wrap {
        display: block;
    }

    .ibox-about-image-col,
    .ibox-about-content-col {
        width: 100%;
    }

    .ibox-about-image-col {
        margin-bottom: 45px;
    }

    .ibox-about-content h2 {
        font-size: 28px;
    }

    .ibox-about-badge {
        right: 15px;
    }
}

@media (max-width: 767px) {

    .ibox-home-section {
        padding: 50px 0;
    }

    .ibox-home-section .section-title h2 {
        font-size: 24px;
    }

    .ibox-about-content h2 {
        font-size: 25px;
    }

    .ibox-about-points {
        grid-template-columns: 1fr;
    }

    .ibox-about-image-inner img {
        min-height: 260px;
    }

    .ibox-about-badge {
        position: relative;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin-top: -35px;
        margin-left: 20px;
    }

    .ibox-offer-highlight,
    .ibox-portal-info {
        padding: 20px;
    }

    .ibox-offer-image {
        height: 220px;
    }

    .ibox-btn {
        width: 100%;
    }

    .ibox-btn-group {
        display: block;
    }

    .ibox-btn-group .ibox-btn {
        margin-bottom: 10px;
    }
}


/* =========================================================
   COMMON IBOX444 WHITE SECTION
   ========================================================= */

.ibox444-white-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
}

.ibox444-white-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================================
   SPECIAL OFFER CTA
   ========================================================= */

.ibox444-offer-section {
    background: #ffffff;
    padding: 55px 0;
    position: relative;
    overflow: hidden;
}

.ibox444-offer-box {
    position: relative;
    overflow: hidden;
    padding: 35px 40px;
    border-radius: 18px;
    background: linear-gradient(135deg, #111111 0%, #202020 100%);
    border: 1px solid rgba(239, 212, 114, 0.65);
    box-shadow: 0 18px 50px rgba(0,0,0,0.16);
}

.ibox444-offer-box:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    right: -100px;
    top: -120px;
    border: 1px solid rgba(239,212,114,0.25);
}

.ibox444-offer-box:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    left: -90px;
    bottom: -100px;
    background: rgba(239,212,114,0.06);
}

.ibox444-offer-inner {
    position: relative;
    z-index: 3;
    text-align: center;
}

.ibox444-offer-badge {
    display: inline-block;
    padding: 7px 17px;
    border-radius: 30px;
    background: #efd472;
    color: #111111;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ibox444-offer-title {
    color: #efd472;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 15px;
}

.ibox444-offer-text {
    color: #eeeeee;
    font-size: 15px;
    line-height: 1.75;
    max-width: 950px;
    margin: 0 auto 22px;
}

.ibox444-offer-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px 18px;
    margin-bottom: 20px;
}

.ibox444-offer-contact a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 700;
}

.ibox444-offer-contact a:hover {
    color: #efd472 !important;
}

.ibox444-offer-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 17px;
    border-radius: 30px;
    background: #ffffff;
    color: #111111 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    transition: all .3s ease;
}

.ibox444-offer-whatsapp img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain;
}

.ibox444-offer-whatsapp:hover {
    background: #efd472;
    transform: translateY(-3px);
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

.ibox444-section-heading {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 42px;
}

.ibox444-section-heading .small-title {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #a27b00;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.ibox444-section-heading .small-title:before,
.ibox444-section-heading .small-title:after {
    content: "";
    width: 28px;
    height: 2px;
    background: #efd472;
}

.ibox444-section-heading h2 {
    color: #171717;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 13px;
}

.ibox444-section-heading p {
    color: #666666;
    font-size: 15px;
    line-height: 1.75;
    margin: 0 auto;
}


/* =========================================================
   WORK PROFILE
   ========================================================= */

.ibox444-work-section {
    background: #ffffff;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.ibox444-work-section:before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(239,212,114,0.07);
    top: -220px;
    right: -170px;
}

.ibox444-work-grid {
    margin-left: -12px;
    margin-right: -12px;
}

.ibox444-work-grid > div {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 28px;
}

.ibox444-work-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.07);
    transition: all .35s ease;
}

.ibox444-work-card:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    top: 0;
    background: #d4ad27;
    z-index: 5;
    transition: width .35s ease;
}

.ibox444-work-card:hover:before {
    width: 100%;
}

.ibox444-work-card:hover {
    transform: translateY(-8px);
    border-color: #efd472;
    box-shadow: 0 20px 48px rgba(0,0,0,0.14);
}


/* =========================================================
   PORTFOLIO IMAGE
   ========================================================= */

.ibox444-work-image {
    height: 250px;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
}

.ibox444-work-image img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.ibox444-work-card:hover .ibox444-work-image img {
    transform: scale(1.08);
}

.ibox444-work-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.80),
        rgba(0,0,0,.08)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .35s ease;
}

.ibox444-work-card:hover .ibox444-work-overlay {
    opacity: 1;
}

.ibox444-view-btn {
    padding: 11px 20px;
    border-radius: 30px;
    background: #ffffff;
    color: #111111 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(0,0,0,.25);
    transform: translateY(18px);
    transition: all .35s ease;
}

.ibox444-work-card:hover .ibox444-view-btn {
    transform: translateY(0);
}

.ibox444-view-btn:hover {
    background: #efd472;
}


/* =========================================================
   PORTFOLIO CONTENT
   ========================================================= */

.ibox444-work-content {
    padding: 18px 20px 21px;
}

.ibox444-work-category {
    display: inline-block;
    color: #a27b00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.ibox444-work-content h3 {
    font-size: 18px;
    line-height: 1.35;
    margin: 0 0 8px;
    font-weight: 700;
}

.ibox444-work-content h3 a {
    color: #181818 !important;
    text-decoration: none !important;
    transition: color .25s ease;
}

.ibox444-work-card:hover .ibox444-work-content h3 a {
    color: #a27b00 !important;
}

.ibox444-work-tech {
    color: #777777;
    font-size: 13px;
    line-height: 1.5;
}


/* =========================================================
   MORE WORKS BUTTON
   ========================================================= */

.ibox444-work-cta {
    text-align: center;
    margin-top: 15px;
}

.ibox444-work-cta .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    min-width: 155px;
    border-radius: 30px;
    background: #111111;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
}

.ibox444-work-cta .button:hover {
    background: #efd472;
    color: #111111 !important;
    transform: translateY(-3px);
}


/* =========================================================
   WEBSITE PORTAL CREATOR SECTION
   ========================================================= */

.ibox444-portal-section {
    background: #f8f8f8;
    padding: 75px 0;
    position: relative;
    overflow: hidden;
}

.ibox444-portal-section:before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    border: 1px solid rgba(212,173,39,.18);
    left: -180px;
    top: -100px;
}

.ibox444-portal-content-box {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 18px;
    padding: 35px 40px;
    box-shadow: 0 12px 40px rgba(0,0,0,.07);
    position: relative;
    overflow: hidden;
}

.ibox444-portal-content-box:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    top: 0;
    background: #efd472;
}


.ibox444-portal-content-box h2 {
    color: #171717;
    font-size: 29px;
    line-height: 1.35;
    margin: 0 0 17px;
    font-weight: 700;
}

.ibox444-portal-content-box p {
    color: #626262;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.ibox444-portal-highlight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 25px 0;
}

.ibox444-portal-mini-box {
    border: 1px solid #eeeeee;
    border-radius: 12px;
    padding: 17px 14px;
    text-align: center;
    background: #ffffff;
    transition: all .3s ease;
}

.ibox444-portal-mini-box:hover {
    border-color: #efd472;
    box-shadow: 0 8px 22px rgba(0,0,0,.08);
    transform: translateY(-4px);
}

.ibox444-portal-mini-box i {
    display: block;
    font-size: 22px;
    color: #b48b00;
    margin-bottom: 8px;
}

.ibox444-portal-mini-box strong {
    display: block;
    color: #222222;
    font-size: 13px;
}

.ibox444-portal-cta {
    display: inline-flex;
    padding: 12px 26px;
    border-radius: 30px;
    background: #111111;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
}

.ibox444-portal-cta:hover {
    background: #efd472;
    color: #111111 !important;
    transform: translateY(-3px);
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .ibox444-offer-section,
    .ibox444-work-section,
    .ibox444-portal-section {
        padding: 50px 0;
    }

    .ibox444-offer-box {
        padding: 27px 18px;
        border-radius: 14px;
    }

    .ibox444-offer-title {
        font-size: 21px;
    }

    .ibox444-offer-text {
        font-size: 14px;
    }

    .ibox444-section-heading h2 {
        font-size: 25px;
    }

    .ibox444-section-heading p {
        font-size: 14px;
    }

    .ibox444-work-image {
        height: 220px;
    }

    .ibox444-work-content h3 {
        font-size: 17px;
    }

    .ibox444-portal-content-box {
        padding: 28px 22px;
    }

    .ibox444-portal-content-box h2 {
        font-size: 24px;
    }

    .ibox444-portal-content-box p {
        font-size: 14px;
    }

    .ibox444-portal-highlight {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   TESTIMONIAL SECTION
========================================================= */

.ibox444-testimonial-area {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    background: #080808;
    color: #ffffff;
}

.ibox444-section-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.ibox444-mini-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;

    color: #efd472;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ibox444-mini-title span {
    display: inline-block;
    width: 35px;
    height: 1px;
    background: #efd472;
}

.ibox444-section-heading h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
}

.ibox444-section-heading h2 strong {
    color: #efd472;
}

.ibox444-section-heading p {
    margin: 0 auto;
    max-width: 650px;
    color: #bdbdbd;
    font-size: 15px;
    line-height: 1.8;
}


/* Glow */

.ibox444-testi-glow {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(239,212,114,.07);
    filter: blur(70px);
    pointer-events: none;
}

.glow-one {
    top: 80px;
    left: -160px;
}

.glow-two {
    right: -160px;
    bottom: 40px;
}


/* Slider */

.ibox444-testimonial-slider {
    position: relative;
    z-index: 2;
}


/* Card */

.ibox444-testimonial-slider .single-slide {
    padding: 15px;
}

.ibox444-testimonial-card {
    position: relative;
    height: 100%;
    padding: 38px 32px 30px;

    background:
        linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));

    border: 1px solid rgba(239,212,114,.25);
    border-radius: 16px;

    box-shadow:
        0 15px 45px rgba(0,0,0,.45),
        inset 0 0 25px rgba(255,255,255,.015);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.ibox444-testimonial-card:hover {
    transform: translateY(-8px);
    border-color: rgba(239,212,114,.75);

    box-shadow:
        0 22px 55px rgba(0,0,0,.60),
        0 0 25px rgba(239,212,114,.08);
}


/* Quote */

.ibox444-quote-icon {
    position: absolute;
    top: 22px;
    right: 25px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(239,212,114,.10);
    border: 1px solid rgba(239,212,114,.25);

    color: #efd472;
    font-size: 17px;
}


/* Stars */

.ibox444-stars {
    margin-bottom: 18px;
    color: #efd472;
    font-size: 13px;
    letter-spacing: 3px;
}


/* Review */

.ibox444-testimonial-card p {
    margin: 0 0 28px;
    color: #000000;
    font-size: 14px;
    line-height: 1.85;
}


/* Client */

.ibox444-client {
    display: flex;
    align-items: center;
    gap: 14px;

    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.09);
}

.ibox444-client-img {
    width: 52px;
    height: 52px;
    min-width: 52px;
    overflow: hidden;

    border-radius: 50%;
    border: 2px solid #efd472;

    box-shadow: 0 0 15px rgba(239,212,114,.15);
}

.ibox444-client-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ibox444-client-data h4 {
    margin: 0 0 4px;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.ibox444-client-data span {
    color: #FF0000;
    font-size: 12px;
}


/* =========================================================
   CTA SECTION
========================================================= */

.ibox444-dark-cta {
    position: relative;
    overflow: hidden;
    padding: 80px 0 30px;
    background: #050505;
    color: #ffffff;
}

.ibox444-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 500px;
    height: 500px;

    transform: translate(-50%, -50%);

    border-radius: 50%;
    background: rgba(239,212,114,.045);
    filter: blur(80px);
    pointer-events: none;
}


/* Main CTA */

.ibox444-cta-box {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    padding: 55px;

    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,.065),
            rgba(255,255,255,.018)
        );

    border: 1px solid rgba(239,212,114,.28);
    border-radius: 22px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.55),
        inset 0 0 40px rgba(255,255,255,.015);
}

.ibox444-cta-content {
    max-width: 850px;
}

.ibox444-cta-label {
    margin-bottom: 14px;

    color: #efd472;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
}

.ibox444-cta-label i {
    margin-right: 7px;
}

.ibox444-cta-content h2 {
    margin: 0 0 14px;

    color: #ffffff;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
}

.ibox444-cta-content h2 span {
    color: #efd472;
}

.ibox444-cta-content > p {
    max-width: 760px;
    margin: 0 0 28px;

    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.8;
}


/* Highlight row */

.ibox444-cta-highlight {
    display: flex;
    align-items: center;

    gap: 30px;

    margin-bottom: 28px;
}

.ibox444-offer small,
.ibox444-contact-mini small {
    display: block;
    margin-bottom: 5px;

    color: #8f8f8f;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.ibox444-offer strong {
    color: #efd472;
    font-size: 17px;
}

.ibox444-cta-divider {
    width: 1px;
    height: 42px;
    background: rgba(255,255,255,.15);
}

.ibox444-contact-mini {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ibox444-contact-mini > i {
    color: #efd472;
    font-size: 22px;
}

.ibox444-contact-mini a {
    display: inline-block;
    margin-right: 10px;

    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;

    transition: color .3s ease;
}

.ibox444-contact-mini a:hover {
    color: #efd472;
}


/* Buttons */

.ibox444-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ibox444-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 0 20px;

    border-radius: 7px;

    font-size: 12px;
    font-weight: 700;
    text-decoration: none;

    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background .3s ease,
        color .3s ease;
}

.ibox444-cta-btn i {
    margin-right: 8px;
}

.ibox444-cta-btn:hover {
    transform: translateY(-3px);
    text-decoration: none;
}


/* Primary */

.ibox444-cta-btn.primary {
    background: #efd472;
    color: #111111;
}

.ibox444-cta-btn.primary:hover {
    background: #ffffff;
    color: #111111;
    box-shadow: 0 8px 22px rgba(239,212,114,.15);
}


/* WhatsApp */

.ibox444-cta-btn.whatsapp {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.18);
    color: #ffffff;
}

.ibox444-cta-btn.whatsapp:hover {
    background: rgba(255,255,255,.12);
    color: #efd472;
}


/* Outline */

.ibox444-cta-btn.outline {
    background: transparent;
    border: 1px solid rgba(239,212,114,.35);
    color: #efd472;
}

.ibox444-cta-btn.outline:hover {
    background: rgba(239,212,114,.08);
}


/* Right Circle */

.ibox444-cta-side {
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 190px;
}


.ibox444-cta-circle {
    width: 160px;
    height: 160px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    border: 1px solid rgba(239,212,114,.55);

    background:
        radial-gradient(
            circle,
            rgba(239,212,114,.13),
            rgba(239,212,114,.02) 65%,
            transparent 66%
        );

    box-shadow:
        0 0 35px rgba(239,212,114,.08),
        inset 0 0 25px rgba(239,212,114,.05);

    animation: ibox444Float 4s ease-in-out infinite;
}

.ibox444-cta-circle i {
    margin-bottom: 7px;
    color: #efd472;
    font-size: 27px;
}

.ibox444-cta-circle span {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ibox444-cta-circle strong {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: .5px;
}

@keyframes ibox444Float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


/* Bottom information */

.ibox444-cta-bottom {
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    gap: 28px;

    padding-top: 24px;

    color: #777777;
    font-size: 11px;
}

.ibox444-cta-bottom i {
    margin-right: 5px;
    color: #efd472;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .ibox444-cta-box {
        padding: 40px 30px;
    }

    .ibox444-cta-side {
        min-width: 150px;
    }

    .ibox444-cta-circle {
        width: 135px;
        height: 135px;
    }

}


@media (max-width: 767px) {

    .ibox444-testimonial-area {
        padding: 65px 0;
    }

    .ibox444-section-heading {
        margin-bottom: 35px;
    }

    .ibox444-section-heading h2 {
        font-size: 27px;
    }

    .ibox444-section-heading p {
        font-size: 13px;
    }

    .ibox444-testimonial-slider .single-slide {
        padding: 8px;
    }

    .ibox444-testimonial-card {
        padding: 32px 22px 25px;
    }


    .ibox444-dark-cta {
        padding: 60px 0 25px;
    }

    .ibox444-cta-box {
        display: block;
        padding: 35px 22px;
        text-align: center;
    }

    .ibox444-cta-content {
        max-width: 100%;
    }

    .ibox444-cta-content h2 {
        font-size: 27px;
    }

    .ibox444-cta-content > p {
        font-size: 13px;
    }

    .ibox444-cta-highlight {
        justify-content: center;
        flex-direction: column;
        gap: 18px;
    }

    .ibox444-cta-divider {
        display: none;
    }

    .ibox444-contact-mini {
        justify-content: center;
        text-align: left;
    }

    .ibox444-cta-buttons {
        justify-content: center;
    }

    .ibox444-cta-side {
        margin-top: 35px;
    }

    .ibox444-cta-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

}


@media (max-width: 480px) {

    .ibox444-section-heading h2 {
        font-size: 24px;
    }

    .ibox444-testimonial-card p {
        font-size: 13px;
        line-height: 1.75;
    }

    .ibox444-cta-content h2 {
        font-size: 24px;
    }

    .ibox444-cta-buttons {
        flex-direction: column;
    }

    .ibox444-cta-btn {
        width: 100%;
    }

    .ibox444-contact-mini {
        align-items: flex-start;
    }

}

/* ---------------------------------------
   SECTION
--------------------------------------- */

.ibox444-gallery-section {
  background: #ffffff;
  position: relative;
}

.ibox444-gallery-heading {
  max-width: 900px;
  margin: 0 auto 35px;
  text-align: center;
}


/* Small Label */

.ibox444-gallery-heading .ibox444-gallery-tag {
  display: inline-block;

  padding: 6px 16px;
  margin-bottom: 10px;

  border: 1px solid #d8b84c;
  border-radius: 30px;

  background: #fffaf0;

  color: #a37b00;

  font-size: 11px;
  font-weight: 700;

  letter-spacing: 1.8px;
  text-transform: uppercase;
}


/* Main Heading */

.ibox444-gallery-heading h2 {
  margin: 0 0 12px;

  font-size: 30px;
  line-height: 1.25;

  font-weight: 700;

  color: #222222;
}


/* Description */

.ibox444-gallery-heading p {
  max-width: 850px;

  margin: 0 auto 8px;

  font-size: 15px;
  line-height: 1.75;

  color: #666666;
}

.ibox444-gallery-heading strong {
  color: #9a7300;
  font-weight: 700;
}

.ibox444-gallery-intro {
  margin-top: 5px !important;
}


/* ---------------------------------------
   GALLERY BOX
--------------------------------------- */

.ibox444-gallery-box {
  position: relative;

  background: #ffffff;

  border: 1px solid #e3e3e3;

  border-radius: 12px;

  overflow: hidden;

  box-shadow:
    0 6px 20px rgba(0,0,0,0.08);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;

}


/* Box Hover */

.ibox444-gallery-box:hover {

  transform: translateY(-7px);

  border-color: #d5b342;

  box-shadow:
    0 14px 32px rgba(0,0,0,0.15);

}


/* ---------------------------------------
   IMAGE
--------------------------------------- */

.ibox444-gallery-image {
  position: relative;

  width: 100%;

  overflow: hidden;

  background: #f5f5f5;
}


/*
   IMPORTANT:
   Existing image width/height remains
   exactly as your original code.
*/

.ibox444-gallery-image img {

  display: block;

  transition:
    transform 0.55s ease,
    filter 0.35s ease;

}


/* Image Hover Zoom */

.ibox444-gallery-box:hover
.ibox444-gallery-image img {

  transform: scale(1.06);

  filter: brightness(0.82);

}


/* ---------------------------------------
   HOVER SEARCH ICON
--------------------------------------- */

.ibox444-gallery-hover {

  position: absolute;

  top: 50%;
  left: 50%;

  width: 48px;
  height: 48px;

  transform:
    translate(-50%, -50%)
    scale(0.75);

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: rgba(255,255,255,0.94);

  color: #9b7500;

  font-size: 17px;

  opacity: 0;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;

}


/* Show Icon */

.ibox444-gallery-box:hover
.ibox444-gallery-hover {

  opacity: 1;

  transform:
    translate(-50%, -50%)
    scale(1);

}


/* ---------------------------------------
   CONTENT AREA
--------------------------------------- */

.ibox444-gallery-data {

  padding: 14px 15px 16px;

  background: #ffffff;

  border-top: 1px solid #eeeeee;

}


/* Small Project Label */

.ibox444-gallery-data
.ibox444-gallery-label {

  display: block;

  margin-bottom: 5px;

  color: #ad8500;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 1.2px;

  text-transform: uppercase;
}


/* Dynamic Title */

.ibox444-gallery-data h4 {

  margin: 0 0 7px;

  color: #222222;

  font-size: 17px;

  line-height: 1.35;

  font-weight: 700;

  transition:
    color 0.3s ease,
    transform 0.3s ease;

}


/* Title Hover */

.ibox444-gallery-box:hover
.ibox444-gallery-data h4 {

  color: #a47b00;

  transform: translateX(2px);

}


/* Author */

.ibox444-gallery-by {

  display: inline-flex;

  align-items: center;

  gap: 5px;

  color: #888888;

  font-size: 11px;

  line-height: 1.4;

}

.ibox444-gallery-by i {

  color: #b18a16;

}


/* ---------------------------------------
   SLICK SLIDER BOX SPACING
   Does NOT change slider functionality
--------------------------------------- */

.ibox444-gallery-section
.testimonial-slider
.single-slide {

  padding: 10px;
}


/* ---------------------------------------
   RESPONSIVE
--------------------------------------- */

@media (max-width: 991px) {

  .ibox444-gallery-heading h2 {
    font-size: 27px;
  }

}


@media (max-width: 767px) {

  .ibox444-gallery-heading {
    margin-bottom: 25px;
  }

  .ibox444-gallery-heading h2 {
    font-size: 24px;
  }

  .ibox444-gallery-heading p {
    font-size: 14px;
    line-height: 1.7;
  }

  .ibox444-gallery-data h4 {
    font-size: 16px;
  }

}


@media (max-width: 480px) {

  .ibox444-gallery-heading h2 {
    font-size: 22px;
  }

  .ibox444-gallery-heading .ibox444-gallery-tag {
    font-size: 10px;
  }

}
