.about7-section-area {
    position: relative;
    z-index: 1;
}

.about7-section-area .about-header-area {
    padding: 0 30px 0 0;
}

@media (max-width: 767px) {
    .about7-section-area .about-header-area {
        padding: 0;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about7-section-area .about-header-area {
        padding: 0;
        margin-bottom: 30px;
    }
}

.about7-section-area .about-header-area .about-auhtor-box {
    position: relative;
    z-index: 1;
    background: #FFF3F6;
    border-radius: 8px;
    padding: 20px 24px;
    transition: all 0.4s;
}

.about7-section-area .about-header-area .about-auhtor-box:hover .icons {
    background: var(--ztc-bg-bg-11);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}

.about7-section-area .about-header-area .about-auhtor-box .icons {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background: var(--ztc-bg-bg-11);
    text-align: center;
    line-height: 48px;
    position: absolute;
}

.about7-section-area .about-header-area .about-auhtor-box .icons img {
    filter: brightness(0) invert(1);
}

.about7-section-area .about-header-area .about-auhtor-box .text {
    padding-left: 60px;
}

.about7-section-area .about-header-area .about-auhtor-box .text a {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 18px;
    display: inline-block;
    transition: all 0.4s;
}

.about7-section-area .about-header-area .about-counter-area {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .about7-section-area .about-header-area .about-counter-area {
        display: flex;
        padding: 0 !important;
        border: none;
        text-align: center;
    }
}

.about7-section-area .about-header-area .about-counter-area .counter-box {
    border-right: 1px solid #E6E8E8;
    padding: 0 40px 0 0;
    text-align: center;
}

@media (max-width: 767px) {
    .about7-section-area .about-header-area .about-counter-area .counter-box {
        padding: 0 5px !important;
        border: none;
    }
}

.about7-section-area .about-header-area .about-counter-area .counter-box.box2 {
    padding: 0 48px;
}

.about7-section-area .about-header-area .about-counter-area .counter-box.box3 {
    padding: 0 0 0 48px;
}

.about7-section-area .about-all-images {
    position: relative;
    z-index: 1;
}

.about7-section-area .about-all-images .img1 img {
    height: 560px;
    width: 360px;
    border-radius: 8px;
}

.about7-section-area .about-all-images .img2 {
    position: absolute;
    right: 0;
    top: 80px;
}

@media (max-width: 767px) {
    .about7-section-area .about-all-images .img2 {
        position: relative;
        top: 0;
        margin-top: 30px;
    }
}

.about7-section-area .about-all-images .img2 img {
    height: 400px;
    width: 340px;
    border-radius: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about7-section-area .about-all-images .arrow-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .about7-section-area .about-all-images .arrow-btn {
        display: none;
    }
}

.about7-section-area .about-all-images .arrow-btn a {
    background: var(--ztc-bg-bg-2);
    border-width: 1px;
    border: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    border-radius: 50%;
    padding: 8px;
    height: 150px;
    width: 150px;
    position: absolute;
    top: -25px;
    left: 50%;
}

.about7-section-area .about-all-images .arrow-btn a .arrow1 {
    position: absolute;
    left: 42%;
    top: 42%;
    height: 24px;
    width: 24px;
}

.about7-section-area .about-all-images .arrow-btn a .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: var(--ztc-font-size-font-s14);
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--tg-color-white-default);
}

.about7-section-area .about-all-images .arrow-btn a .circle span {
    position: absolute;
    top: -63px;
    display: inline-block;
    transform-origin: 0 63px;
    color: var(--ztc-text-text-1);
}

@media (max-width: 767px) {
    .about7-section-area .about-all-images .arrow-btn a {
        margin-top: 15px;
    }
}

.about7-section-area .about-all-images .elements37 {
    position: absolute;
    left: 50%;
    bottom: -25px;
}


.heading10 h2 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s44);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 52px;
}

@media (max-width: 767px) {
    .heading10 h2 {
        font-size: var(--ztc-font-size-font-s32);
        line-height: 40px;
    }
}

.heading10 p {
    color: var(--ztc-text-text-3);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s18);
    font-style: normal;
    font-weight: var(--ztc-weight-medium);
    line-height: 26px;
}

.sp1 {
    padding: 100px 0 100px;
}

.vl-btn7 {
    color: var(--ztc-text-text-1);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s20);
    font-style: normal;
    font-weight: var(--ztc-weight-bold);
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    background: var(--ztc-bg-bg-11);
    padding: 11px 8px 8px 20px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.vl-btn7 span {
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    transition: all 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FD6497;
    transform: rotate(-45deg);
    margin-left: 4px;
}

.vl-btn7:hover {
    background: var(--ztc-bg-bg-2);
    transition: all 0.4s;
    color: var(--ztc-text-text-1);
}

.vl-btn7:hover span {
    transform: rotate(0);
    transition: all 0.4s;
    background: var(--ztc-bg-bg-11);
}

/* Format Specifications Styles */
.format-spec-item {
    background: #FFF3F6;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 186, 0, 0.1);
    margin-bottom: 16px;
}

.format-spec-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 186, 0, 0.15);
    border-color: rgba(255, 186, 0, 0.3);
}

.format-spec-item .spec-icon {
    width: 40px;
    height: 40px;
    background: #FFBA00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    transition: all 0.3s ease;
}

.format-spec-item .spec-icon i {
    color: white;
    font-size: 16px;
}

.format-spec-item:hover .spec-icon {
    transform: scale(1.1);
}

.format-spec-item .spec-content h4 {
    color: var(--ztc-text-text-2);
    font-family: var(--ztc-family-font1);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.format-spec-item .spec-content p {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.important-note {
    background: #FFF3F6 !important;
    border: 2px solid #FFBA00 !important;
    box-shadow: 0 8px 20px rgba(255, 186, 0, 0.15) !important;
}

.important-note .icons {
    background: #FFBA00 !important;
}

.important-note .text a {
    color: var(--ztc-text-text-2) !important;
    font-weight: 700;
}

.important-note .text p {
    color: #495057 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .format-specs-grid .row {
        margin: 0;
    }

    .format-specs-grid .col-lg-6 {
        padding: 0 8px;
    }

    .format-spec-item {
        margin-bottom: 12px;
    }

    .about-header-area h3 {
        text-align: center;
        margin-bottom: 20px;
    }
}