/* utility */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Global Styles Heading */
.landing-container {
    background-color: #03406e;
    padding: 60px 30px;
    min-height: auto;
    box-sizing: border-box;
}

.landing-content {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: auto;
}

.landing-left {
    max-width: 530px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.landing-heading {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
}

.landing-subtext {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.landing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.landing-feature-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.landing-feature-item::before {
    content: "✔";
    color: #34d399;
    margin-right: 10px;
}

.landing-button {
    background-color: white;
    color: #1e40af;
    font-weight: bold;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: fit-content;
}

.landing-awards {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    font-size: 0.9rem;
}

.landing-award-section {
    /* display: flex; */
    align-items: center;
    gap: 8px;
}

.landing-icon {
    color: #0ff;
}

.landing-award-title {
    font-weight: bold;
    margin: 0;
}

.landing-award-source {
    font-size: 0.8rem;
    margin: 0;
}

.landing-stars {
    color: gold;
    margin: 0;
}

.landing-divider {
    height: 61px;
    width: 1px;
    background-color: white;
}

.landing-award-img {
    height: 20px;
    width: 120px;
}

.landing-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.landing-image {
    width: 555px;
    height: auto;
    border-radius: 8px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); */
    margin-bottom: 20px;
}

.landing-video-preview {
    display: flex;
    align-items: center;
    gap: 10px;
}

.landing-play-button {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.landing-video-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.landing-video-label,
.landing-video-action,
.landing-video-time {
    margin: 0;
    font-size: 0.8rem;
}

.landing-video-action {
    font-weight: bold;
    font-size: 1rem;
}

@media (min-width: 768px) {
    .landing-content {
        gap: 70px;
        width: 100%;
        max-width: 1300px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .landing-right {
        /* margin-left: 100px; */
        margin-top: 0;
    }
}

/* revenue-text */

.revenue-text-1 {
    text-align: center;
}

.fixed-1 {
    text-align: center;
    color: rgb(11, 11, 11);
    max-width: 1100px;
    margin: 37px auto;
    padding: 10px 20px;
}

/* wrapper */
.seo-wrapper {
    margin: auto;

    display: flex;
    max-width: 1100px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.inner {
    height: 100%;
    position: relative;
}

.inner ul li {
    font-weight: 300;
    font-size: 21px;
}

.inner p {
    font-size: 22px;
    width: 57%;
    font-style: normal;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
}

.inner li::marker {
    font-size: 1.2rem;
    content: "• ";
}

.section-active li::marker {
    font-size: 1.2rem;
    content: "• ";
}

.inner-img {
    display: block;
    width: 40%;
    height: fit-content;
    margin: 0;
    right: 0;
    position: absolute;
    border-radius: 8px;
    top: 0;
}

.seo-sidebar {
    width: 250px;
    padding: 20px;
}

.seo-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seo-sidebar li {
    font-size: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.menu-item-active {
    font-weight: bold;
    color: #007bff;
}

.seo-main {
    padding: 30px;
    flex: 1;
}

.seo-main h2 {
    font-weight: 800;
    font-size: 36px;
    color: #007bff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.seo-main ul {
    width: 57%;
    margin: 10px 0 20px 20px;
}

.section-active p {
    font-size: 17px;
    font-weight: 300;
}

.section-active ul li {
    font-size: 17px;
    font-weight: 300;
}

.video-box {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 66px 0;
}

.video-box img {
    width: 100%;
    border-radius: 10px;
}

.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    border: none;
    color: white;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.seo-proposal-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 10px;
}

.seo-section {
    display: none;
}

.seo-section .buttons {
    margin-top: 40px;
}

.section-active {
    display: block;
}

/* Responsive */
@media (max-width: 768px) {
    .seo-wrapper {
        margin-left: 0;
        flex-direction: column;
    }

    .seo-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .seo-main {
        padding: 20px;
    }

    .inner-img {
        position: relative;
        width: 100%;
        margin-top: 20px;
    }

    .inner p {
        width: 100%;
    }

    .seo-main ul {
        width: 100%;
        margin-left: 0;
    }
}

/* slider  */

.main-content {
    width: 60%;
    padding: 40px;
    background-color: #fff;
}

.main-content h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.main-content p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.slider-panel {
    width: 40%;
    overflow: hidden;
    position: relative;
    background-color: #f4f4f4;
    height: 100vh;
}

.slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider-box {
    flex: 0 0 100%;
    background-color: #034ea1;
    color: white;
    padding: 60px 30px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    height: 100%;
}

.slider-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid white;
    object-fit: cover;
    position: absolute;
    top: -60px;
    left: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slider-box-content {
    margin-top: 80px;
    margin-left: 140px;
    /* Enough space to not overlap with image */
}

.slider-box-content h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.slider-box-content ul {
    padding-left: 20px;
}

.slider-box-content ul li {
    margin-bottom: 10px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: #007aff;
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

/* pricing card  */

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.pricing-card-bg {
    padding: 27px 0px 9px 0px;
    margin: -31px -34px 12px -34px;
    background: #03406e;

}

.pricing-card,
.features-card {
    flex: 1;
    padding: 30px;
    box-sizing: border-box;
}

.pricing-card {
    background-color: #f9fcff;
    border-right: 1px solid #ddd;
}

.pricing-card h3 {
    font-weight: 500;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

.pricing-card h4 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 20px;
}

.price {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.price span {
    color: #00b386;
    font-size: 30px;
    font-weight: bold;
}

.pricing-section {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.icon {
    font-size: 24px;
    margin-right: 12px;
}

.features-card {
    background-color: #fff;
}

.features-card h4 {
    font-weight: 700;
    margin-top: 30px;
    font-size: 22px;
    margin-bottom: 33px;
    color: #333;
}

.features-list {
    line-height: 47px;
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.features-list li {
    margin-bottom: 12px;
    font-size: 15px;
}


.button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #03406e;
    border: 2px solid transparent;
    border-radius: 15px;
    color: #f8f8f8;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
}


.button:hover {
    color: #03406e;
    border-color: #0070f3;
    background: transparent;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
    }

    .pricing-card,
    .features-card {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
}

/* before-after container  */



.before-after-content {
    /* justify-content: space-between; */
    /* display: flex; */
    max-width: 1356px;
    background: white;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    border-radius: 10px;
    overflow: hidden;

}

.before-after-container .fixed-font {
    text-align: center;
}

.graphic-slider-row {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
}

.graphic-slider-wrapper {
    margin-left: 60px;
    /* flex: 1 1 400px; */
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.graphic-container {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    user-select: none;
}

.graphic-img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.graphic-img-before,
.graphic-img-after {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.graphic-img-after {
    clip-path: inset(0 0 0 50%);
    /* transition: clip-path 0.2s; */
}

.graphic-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    background-color: #000000;
    z-index: 10;
    cursor: ew-resize;
}

.graphic-handle {
    position: absolute;
    top: 50%;
    left: 50.4%;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    cursor: ew-resize;
}

.graphic-handle i {
    font-size: 21px;
    text-align: center;
    /* align-items: center; */
    margin: 5px 1px;
    padding: 0px 0px;
}

.graphic-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 14px;
    /* border-radius: 5px; */
    pointer-events: none;
    opacity: 0;
    z-index: 20;
}

.graphic-before-label {
    left: 0px;
}

.graphic-after-label {
    right: 0px;
}

.graphic-container.graphic-hover-active:not(.graphic-hide-labels) .graphic-label {
    opacity: 1;
}

.graphic-slider:hover~.graphic-label,
.graphic-handle:hover~.graphic-label {
    opacity: 0 !important;
}

.graphic-caption {
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .graphic-slider-row {
        flex-direction: column;
        align-items: center;
    }

    .graphic-slider-wrapper {
        margin: 0px;
        max-width: 100%;
    }
}

/* grphic color-section  */
.layout-wrapper {
    display: flex;
    flex-direction: row;
    min-height: auto;
}

.design-branding-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    background: #03406e;
    color: #fff;
}

.advertising-paid-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    box-sizing: border-box;
    text-align: center;
    background: #f0f0f0;
    color: #000;
}

.design-icon,
.advertising-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.design-branding-title,
.advertising-paid-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.design-branding-text,
.advertising-paid-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
}

@media (max-width: 768px) {
    .layout-wrapper {
        flex-direction: column;
    }

    .design-branding-section,
    .advertising-paid-section {
        padding: 20px;
    }

    .design-branding-title,
    .advertising-paid-title {
        font-size: 24px;
    }

    .design-branding-text,
    .advertising-paid-text {
        font-size: 14px;
    }
}

/* banner-section  */
.banner-section {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* align content to the left */
    background-image: url('../images.jpg');
    background-size: cover;
    background-position: center;
    /* padding: 60px; */
    /* border-radius: 20px; */
    gap: 30px;
    /* min-height: 400px; */
}

.banner-content {
    margin-left: 70px;
    max-width: 600px;
    text-align: left;
    padding: 30px;
}

.banner-content h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ffffff;
    text-transform: uppercase;
}

.banner-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.banner-content em {
    font-style: italic;
    font-weight: bold;
    color: #a6ff00;
}

.banner-content p {
    color: black;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.banner-buttons {
    display: flex;
    gap: 15px;
}

.banner-btn {
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s ease;
    display: inline-block;
}

.banner-btn.primary {
    background-color: #c8f080;
    color: #000;
}

.banner-btn.secondary {
    border: 1px solid #fff;
    color: #fff;
}

.banner-btn.primary:hover {
    background-color: #b8e26c;
}

.banner-btn.secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .banner-section {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
    }

    .banner-content {
        margin-left: auto;
        max-width: 100%;
    }

    .banner-buttons {
        flex-wrap: wrap;
    }
}


/* image-changable  */
.gdb-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px 0px;
}

.gdb-header {
    text-align: center;
    margin-bottom: 40px;
}

.gdb-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.gdb-subtitle {
    font-size: 16px;
    color: #555;
}

.gdb-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: stretch;
    min-height: 80vh;
}

.gdb-text-block {
    flex: 1 1 55%;
}

.gdb-feature-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.gdb-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.gdb-icon {
    font-size: 20px;
    color: #4caf50;
    margin-top: 5px;
}

.gdb-feature-title {
    margin: 0 0 5px;
    font-size: 18px;
}

.gdb-feature-description {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.gdb-image-block {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gdb-carousel-image {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    transition: opacity 1s ease-in-out;
}

@media (max-width: 768px) {
    .gdb-layout {
        flex-direction: column;
    }

    .gdb-text-block,
    .gdb-image-block {
        flex: 1 1 100%;
    }

    .gdb-image-block {
        padding: 20px 0;
    }
}


/* design-steps  */

.design-steps {
    font-family: 'Segoe UI', sans-serif;
    background: #d5d5d5;
    color: #333;
    text-align: center;
    padding: 50px 20px;
    max-width: 1356px;
    margin: 23px 70px 75px 70px;
}

.design-steps h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.design-steps .subtext {
    color: #1F1F1F;
    font-size: 16px;
    margin-bottom: 50px;
}

.design-steps .steps-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.design-steps .step {
    flex: 1 1 300px;
    max-width: 280px;
    padding: 10px;
    box-sizing: border-box;
}

.design-steps .step-number {
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 50%;
    background-color: #e6ecf1;
    color: #333;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 15px;
}

.design-steps .step img {
    margin-left: 85px;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.design-steps .step h3  {
    font-size: 18px;
    margin-bottom: 10px;
}
.design-steps .step h2  {
    font-size: 18px;
    margin-bottom: 10px;
}

.design-steps .step p {
    font-size: 14px;
    color: #1F1F1F;
}

.design-steps .arrow {
    font-size: 24px;
    margin-top: 60px;
    color: #1F1F1F;
}

.design-steps .cta .see-how {
    color: #008cff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.design-steps .cta .btn {
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    background: #005AA3;
    color: #fff;
    padding: 12px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .design-steps .steps-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .design-steps .arrow {
        display: none;
    }

    /* .design-steps .step {
      max-width: 90%;
    } */
}

/* video-editing  */

.video-section-2 {
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1356px;
    width: 100%;
}

.video-container-2 {
    margin-left: 22px;
    height: 96%;
    position: relative;
    /* flex: 1 1 400px; */
    max-width: 546px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background-color: #000;
}

.video-iframe-2 {
    width: 100%;
    height: 100%;
    border: none;
}

.video-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-container-2:hover .video-overlay-2 {
    opacity: 1;
}

.video-title-2 {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

@media (max-width: 768px) {
    .video-container {
        flex: 1 1 100%;
    }
}

/* image-change-hover  */

.img-change-container {
    margin-left: 65px;
    max-width: 1212px;
    display: flex;
    justify-content: space-around;
    /* gap: 20px; */
    flex-wrap: wrap;
}

.img-change-product {
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 387px;
    position: relative;
    overflow: hidden;
}

.img-change-image-container {
    margin-bottom: 20px;
    position: relative;
    width: 108%;
    height: 315px;
}

.img-change-product img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.img-change-product:hover {
    transform: scale(1.05);
}

.img-change-product:hover img {
    opacity: 0;
}

.img-change-product:hover .img-change-hover-img {
    opacity: 1;
}

.img-change-title {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.img-change-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-change-heading {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .img-change-container {
        margin-left: -28px;
        justify-content: center;
    }
}

/* hero-2-section  */
.hero-2-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    /* gap: 30px; */
}

.hero-2-content {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
}

.hero-2-image-section {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
}

.hero-2-image-section img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius: 12px;
    display: block;
}

.hero-2-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-2-title span {
    font-size: 60px;
    color: #000;
}

.hero-2-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 24px;
}

.hero-2-step-number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    margin-right: 16px;
    border-radius: 50%;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    flex-shrink: 0;
}

.hero-2-step h3 {
    margin: 0 0 4px;
    font-size: 20px;
}

.hero-2-step p {
    margin: 0;
    font-size: 14px;
    color: #555;
}

@media (max-width: 768px) {
    .hero-2-container {
        flex-direction: column;
        padding: 20px 15px;
    }

    .hero-2-image-section {
        max-width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .hero-2-image-section img {
        height: auto;
    }

    .hero-2-title {
        font-size: 28px;
    }

    .hero-2-title span {
        font-size: 42px;
    }
}

/* web-desgin-slider  */



.ecSlider-portfolio {
    padding: 40px 20px;
    text-align: center;
}

.ecSlider-portfolio h2 {
    font-size: 50px;
    color: #1a1a1a;
}

.ecSlider-portfolio .highlight {
    color: #004aad;
    border-bottom: 4px solid orange;
}

.ecSlider-container {
    position: relative;
    margin: 30px auto;
    max-width: 70%;
    overflow: hidden;
}

.ecSlider-wrapper {
    display: flex;
    transition: transform 0.4s ease-in-out;
    position: relative;
}

.ecSlider-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    opacity: 0.5;
    transform: scale(0.8);
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.ecSlider-slide.active {
    opacity: 1;
    transform: scale(1);
}

.ecSlider-slide.left,
.ecSlider-slide.right {
    opacity: 0.7;
    transform: scale(0.9);
}

.ecSlider-slide img {
    width: 100%;
    height: auto;
    /* object-fit: none; */
    border-radius: 10px;
}

.ecSlider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    padding: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.ecSlider-btn.left {
    left: 10px;
}

.ecSlider-btn.right {
    right: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ecSlider-portfolio h2 {
        font-size: 24px;
    }

    .ecSlider-container {
        max-width: 100%;
        padding: 0 10px;
    }

    .ecSlider-slide img {
        object-fit: contain;
        height: auto;
        max-height: none;
    }

    .ecSlider-btn {
        font-size: 24px;
        padding: 8px;
    }
}

@media (max-width: 480px) {
    .ecSlider-portfolio h2 {
        font-size: 20px;
    }

    .ecSlider-slide img {
        object-fit: contain;
        height: auto;
        max-height: none;
    }

    .ecSlider-btn {
        font-size: 20px;
        padding: 6px;
    }
}

/* Web Banner */
.com-tech-section {
    padding: 40px 20px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.com-tech-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.com-tech-section h2 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.com-tech-section p {
    max-width: 800px;
    margin: 0 auto 30px auto;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.com-tabs {
    display: flex;
    overflow-x: auto;
    gap: 20px;
    border-bottom: 2px solid #888;
    margin-bottom: 30px;
    padding: 0 10px;
}

.com-tab {
    font-size: 19px;
    white-space: nowrap;
    padding: 10px 18px;
    cursor: pointer;
    font-weight: 600;
    color: #000000;
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.com-tab.active {
    color: #000000;
    border-bottom: 4px solid #f76c1b;
}

.com-tab-content {
    display: none;
    flex-wrap: wrap;
    gap: 30px;
}

.com-tab-content.active {
    display: flex;
}

.com-icon-item {
    text-align: center;
    width: 140px;
    flex: 0 0 auto;
}

.com-icon-item img {
    width: 80px;
    height: 80px;
    margin-bottom: 8px;
    margin-left: 33px;
}

.com-icon-item span {
    display: block;
    margin-top: 5px;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 768px) {



    .com-tech-section h2 {
        font-size: 24px;
    }

    .com-tab-content {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
    }

    .com-icon-item {
        width: 90px;
    }

    .com-icon-item img {
        margin-left: 20px;
        width: 40px;
        height: 40px;
    }

    .com-icon-item span {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .com-tabs {
        flex-direction: column;
        /* Change layout to vertical */
        gap: 10px;
        /* Adjust spacing between tabs */
        border-bottom: none;
        /* Remove the bottom border */
    }

    .com-tab {
        /* text-align: center; Center-align the text */
        padding: 10px;
        /* Add padding for better touch usability */
        /* border-bottom: 1px solid #888; Optional: Add a separator between tabs */
        border-left: 4px solid transparent;
        /* Optional: Add a left border for active state */
    }

    .com-tab.active {
        border-left: 4px solid #f76c1b;
        /* Highlight active tab */
        border-bottom: none;
        /* Remove bottom border for active tab */
    }

    .com-icon-item {
        width: 80px;
    }

    .com-icon-item img {
        width: 36px;
        height: 36px;
    }

    .com-icon-item span {
        font-size: 12px;
    }
}