@font-face {
    font-family: 'Aeonik Pro';
    src: url('fonts/AeonikProTRIAL-Regular.otf') format('opentype');
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('fonts/AeonikProTRIAL-Light.otf') format('opentype');
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Aeonik Pro';
    src: url('fonts/AeonikProTRIAL-Bold.otf') format('opentype');
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-REGULAR.woff') format('woff2'),
        url('fonts/MYRIADPRO-REGULAR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-BOLD.woff') format('woff2'),
        url('fonts/MYRIADPRO-BOLD.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Aeonik Pro', sans-serif;
    font-weight: 400;
    /* Regular */
    overflow-x: hidden !important;
    background-color: #000;
    color: #fff;
}

.custom_navbar_bg {
    background-color: transparent !important;
}

.navbar_image_cus {
    width: 5rem;
}

.nav-item-custom-head {
    font-weight: 700;
}
.nav-item{
    /* color: #ffffff !important; */
}

.button-singin-custom {
    background-color: transparent !important;;
    color: #fff;
    /* border-radius: 18px; */
    /* border-style: double; */
    /* border: 2px solid; */
    width: 7rem;
    padding: 0.2rem;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #00000080;
    border-style: hidden;
}

.button-singup-custom {
    background-color: #e60278;
    color: #fff;
    border: 2px solid #e60278;
    /* border-radius: 18px; */
    width: 7rem;
    padding: 0.2rem;
}

/* Hero Section Styles */
.hero-section {
    position: relative;
    height: 100vh;
    /* Full screen height */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    z-index: 1;
    margin-bottom: -11rem;
}

.hero-gradient-bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* Keeps the image behind content */
}

.hero-content {
    /* max-width: max-content; */
    margin: 0 auto;
    z-index: 10;
    /* Ensures content is above the background */
    width: 44rem;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
    margin-top: 1.5rem;
}

.hero-content p {
    font-size: 1rem;
    margin-bottom: 2rem;
    color: #fff;
}

.hero-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
    /* max-width: 500px; */
}

.hero-input {
    width: 100%;
    padding: 0px 50px 93px 15px;
    /* Leaves space for the arrow icon */
    font-size: 1rem;
    border: none;
    border-radius: 10px;
background-color: var(--dark-section-bg);
    /* Black with 15% opacity */
    outline: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    height: 9rem;
    color: #fff;
}

.hero-input:focus {
    outline: 2px solid #808080;
}

.hero-input-arrow {
    position: absolute;
    top: 81%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: #333;
    cursor: pointer;
    background: none;
    border: none;
}

.hero-input-icons {
    position: absolute;
    top: 21%;
    left: 35rem;
    transform: translateY(-50%);
    display: flex;
    gap: 10px;
}

.hero-input-icons img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: transform 0.3s ease;
    border-radius: 15px;
    border: 2px solid black;
}

.hero-input-icons img:hover {
    transform: scale(1.1);
}

.tags {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.tags button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    font-size: 0.9rem;
    cursor: pointer;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.tags button:hover {
    background-color: #b4c5c3;
}

.navbar {
    position: fixed;
    /* Makes the navbar float over the hero section */
    top: 0;
    left: 0;
    width: 100%;
    /* Stretches the navbar across the width of the page */
    background-color: transparent !important;
    /* Ensures the navbar is transparent */
    z-index: 10;
    /* Places it above the hero section */
    border: none;
    /* Removes any borders or shadows */
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    background-color: #00000080;
    box-shadow: 0 0 4px #3d4a5d14, 0 2px 4px #3d4a5d1f;
    /* padding-top: env(safe-area-inset-top); */
}

.navbar-light .navbar-nav .nav-link {
    /* color: #fff !important; */
    /* Makes the navbar links visible on the hero image */
    font-weight: 500;
    transition: color 0.3s ease;
    /* Smooth hover effect */
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #f5f5f5 !important;
    /* Slightly lighter color on hover */
}

/* Adjust Navbar Toggler */
.navbar-toggler {
    border: none;
    /* Removes the border around the toggler */
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='#fff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-tags-container {
    margin-top: 1rem;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-tag {
    padding: 2px 15px;
    font-size: 0.9rem;
    color: #fff;
    background-color: #e60278;
    border: 1px solid #e60278;
    /* border-radius: 20px; */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    fill: #fff;
}

.hero-tag:hover {
    background-color: #ffffff;
    color: #000;
    border-color: #808080;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    fill: #000;
}

.uparrowsubmitbtn {
    width: 2.4rem;
}

.relatedpromptsarrowicon {
    width: 0.7rem;
}

.hearticon {
    width: 8rem;
}

.imagethumbailmain {
    position: relative;
}

.videothumbnailmain {
    width: 60rem;
    display: block;
    margin: auto;
}

.playbuttonicon {
    position: absolute;
    width: 6rem;
    top: 574px;
    left: 45%;
}

.steppermain {
    display: flex;
    margin: auto;
    /* width: 53rem; */
    margin-top: 3rem;
    gap: 5rem;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}

.step_num_heading {
    font-size: 5rem;
    font-weight: 700;
}

.step_arrow_flex {
    display: -webkit-inline-box;
    font-size: 0.8rem;
    gap: 1rem;
}

.steppermaincontent {
    /* background-image: url(images/step_section_gradient.png); */
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem;
}

.creatorsanddevelopersmain {
    display: block;
    margin: auto;
    width: max-content;
}

.creatorsanddevelopersmainbg {
    /* margin-top: 3rem; */
    /* background-image: url('images/creator_section_gradientbg.png'); */
    /* Correct path */
    background-repeat: no-repeat;
    /* Prevents repeating */
    background-size: cover;
    /* Scales the image to cover the entire container */
    background-position: center center;
    /* Centers the image both horizontally and vertically */
    padding: 3rem;
    /* Adds inner spacing */
    border-radius: 10px;
    /* Optional: Adds rounded corners */
}

.creatorsanddevelopersmain h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.columnsandrowscreatorsec {
    margin-top: 3.5rem;
    width: max-content;
}

.creatorsectionhthree {
    font-size: 1.5rem;
    font-weight: 700;
}

.columnsandrowscreatorsec p {
    font-size: 1rem;
}

.creatorsolumncustom {
    /* border: 2px solid #a6babb; */
    border-radius: 10px;
    padding: 1rem;
    margin: 0.4rem;
    /* Adds space between the columns */
    width: 30rem;
    height: 7.5rem;
background-color: var(--dark-section-bg);
    /* #fff with 40% opacity */
    color: #ffffff;
}

.imagechangingsectionmain {
    display: block;
    margin: auto;
    width: max-content;
    margin-top: 3rem;
}

.imagechangingsection {
    display: flex;
    margin-top: 3rem;
}

.imagechangingsectionmain h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.imagesectionmainp {
    text-align: center;
}

.imagechangingsection_point_one h3 {
    font-weight: 700;
    font-size: 1.875rem;
}

.imagechangingsection_point_two h3 {
    font-weight: 700;
}

.imagechangingsection_point_three h3 {
    font-weight: 700;
}

.imagesectionmainppoints {
    font-size: 0.8rem;
}

.imagechangingsection_imgone {
    width: 33rem;
}

/* Default styles for anchor tags */
.imagechangingsectioncol_one a {
    display: block;
    text-decoration: none;
    color: #b6b6b642;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
    width: 31rem;
    margin-top: 1rem;
}

/* Style for active (clicked) state */
.imagechangingsectioncol_one a.active {
    /* background-color: #000; */
    color: #ffffff;
    /* border-color: #000; */
}



.carouselmaindiv {
    display: block;
    margin: auto;
    margin-top: 4rem;
    width: 50rem;
    position: relative;
}

.carouselmaindiv h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.carouselparent {
    display: flex;
    position: relative;
    width: 100%;
    /* max-width: 50rem; */
    margin: auto;
    margin-top: 3rem;
    overflow: hidden;
    /* Prevent slides from overflowing */
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    flex-wrap: nowrap;
    will-change: transform;
    width: auto;
    /* Adjust to fit content dynamically */
    position: relative;
}

.carousel-slide {
    flex: 0 0 calc(26%);
    /* Match the translate percentage */
    width: calc(100% / 2);
    /* Adjust to show 2 slides per view */
    box-sizing: border-box;
}


.carouselcontentdiv {
    /* flex: 0 0 100%; */
    padding: 1rem;
    /* border: 2px solid #a6babb; */
    border-radius: 10px;
    /* text-align: center; */
    box-sizing: border-box;
    width: 24rem;
    background-color: #ffffff17;
    color: #ffffff;
}

.carousel_icon_image {
    width: 3rem;
    margin-bottom: 1rem;
}

.carousleheadthree {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 0.5rem;
    color: #ffffff;
}

.carouselparent p {
    font-size: 0.8rem;
    color: #ffffff8c;
}

.carousel-arrow {
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    position: absolute;
    top: 64%;
    transform: translateY(-50%);
    z-index: 10;
    color: #ffffff;
}

.left-arrow {
    left: -3rem;
}

.right-arrow {
    right: -3rem;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.carousel-dots button {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.carousel-dots button.active {
    background-color: #333;
    /* Highlight active dot */
}

.others_shipped_main {
    display: block;
    margin: auto;
    width: 47rem;
    margin-top: 3rem;
}

.others_shipped_main h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffffff;
}

.others_shipped_main p {
    text-align: center;
    margin-top: 3rem;
}

.portfolio_web_content_mainbg {
    /* background-image: url('images/portfolio_web_content_mainbg.png'); */
    /* Correct path */
    background-repeat: no-repeat;
    /* Prevents repeating */
    background-size: cover;
    /* Scales the image to cover the entire container */
    background-position: center center;
    /* Centers the image both horizontally and vertically */
    padding: 0rem;
    /* border-radius: 10px; Optional: Adds rounded corners */
    /* margin: -2rem; */
    margin-top: 6rem;
}

.portfolio_web_content_main {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.portfolio_web_content_one {
    width: 28rem;
    background-color: #fff;
    height: 26rem;
    border: 1px solid black;
    border-radius: 14px;
    text-align: center;
    margin-top: 3rem;
}

.portfolio_web_content_one img {
    width: 28rem;
    margin-top: 0.5rem;
    padding: 1rem;
}

.portfolio_details_custom {
    text-align: center;
    justify-content: center;
    gap: 1rem;
    #000;
}

.portfolio_details_custom h4 {
    font-weight: 600;
}

.portfolio_details_custom h5 {
    color: #b6b6b6;
}

.reviews_content_main {
    display: block;
    margin: auto;
    /* margin-top: 7rem; */
    width: 60rem;
    justify-content: center;
    text-align: center;
    margin-top: 4rem;
}

.reviews_content_main h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffffff;
}

span.head2myriadpro {
    font-family: 'Myriad Pro', Arial, sans-serif;
    font-style: italic;
}

.head2myriadpro {
    font-size: 3.4rem !important;
}

.lovedbbythousands_heading {
    margin-top: 5rem;
}

.testimonial-card {
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
background-color: var(--dark-section-bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 19rem;
}

.testimonial-card-4 {
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
background-color: var(--dark-section-bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 19rem;
    margin-top: -7rem;
}

.testimonial-card-6 {
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
background-color: var(--dark-section-bg);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: left;
    width: 17rem;
    margin-top: -3rem;
}

.testimonial-text {
    font-size: 16px;
    /* font-style: italic; */
    color: #ffffff87;
}

.testimonial-author {
    margin-top: 10px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}

.pricingmain_content {
    display: block;
    margin: auto;
    width: max-content;
    margin-top: 0rem;
}

.pricingplancards {
background-color: var(--dark-section-bg);
    /* #fff with 40% opacity */
    /* border: 1px solid #7e9092; */
    border-radius: 5px;
    width: 22rem;
    padding: 1rem;
}

.pricing_feature_tag {
    background-color: #000;
    color: #fff;
    width: max-content;
    padding: 0.2rem;
    font-size: 0.9rem;
}

.pricingcardsgapcustom {
    gap: 1rem;
    justify-content: space-between;
    margin-top: 3rem;
    width: 60rem;
}

.pricing_rate_custom {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 2rem;
    color: #ffffff;
}

.pricingmain_content h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #ffffff;
}

.pricingmain_content p {
    text-align: center;
}

.custom_features_plans {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    color: #ffffff;
}

.feature_p_plans {
    text-align: left;
    font-size: 0.8rem;
}

.get_started_btn_custom {
    background-color: #e60278;
    color: #fff;
    width: 14rem;
    height: 2.5rem;
    border-style: none;
    font-weight: 600;
    /* border-radius: 22px; */
}

.get_started_margin_custom {
    margin-top: 2.2rem;
}

.book_call_btn_custom {
    background-color: #e60278;
    color: #fff;
    width: 14rem;
    height: 2.5rem;
    border-style: none;
    font-weight: 600;
    /* border-radius: 22px; */
}

.btn_margin_get_started {
    margin-top: 2rem;
}

.pricingmain_content_bg {
    /* background-image: url('images/pricing_plan_gradient_bg.png'); */
    background-repeat: no-repeat;
    /* Prevents repeating */
    background-size: cover;
    /* Scales the image to cover the entire container */
    background-position: center center;
    /* Centers the image both horizontally and vertically */
    padding: 9rem;
    /* border-radius: 10px; Optional: Adds rounded corners */
    /* margin: -2rem; */
}

.footer_logo_custom {
    width: 4.5rem;
}
.line-gradient-section-divider{
    border-image-slice: 1;
    border-top-width: 1px;
    width: 47rem;
    height: 2px;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(252, 70, 107, 0) 100%);
    transform: translateY(-50%);
}

@media screen and (min-width: 270px) and (max-width: 320px) {

    .line-gradient-section-divider{
        width: 15rem;
    }.flex {
        display: block !important;
        margin: auto !important;
        width: 40rem !important;
    }
    .faster_para_content_main {
        display: block !important;
        margin: auto !important;
        width: 15rem !important;
    }
    .faster_para_content_main_f_p {
        text-align: left !important;
    }
    .steps-container{
        display: block !important;
        margin: auto;
        width: 10rem;
    }
    .feature_columns_main{
        width: 20rem !important;
    }
    .faq-section-main{
        width: 20rem !important;
    }
    .widthresponsivecorrect{
        width: 12rem !important;
    }
    .step::after {
        content: '';
        position: absolute;
        top: 111% !important;
        right: -29% !important;
        width: 13rem;
        height: 2px;
        background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(252, 70, 107, 0) 100%);
        transform: translateY(-50%);
        z-index: -1;
    }



    /* navbar */
    .navbar_image_cus {
        width: 4rem;
    }

    .nav-item-custom-head {
        font-weight: 700;
    }

    .button-singin-custom {
        background-color: #ffffff;
        color: #ffffff;
        border-radius: 4px;
        border-style: double;
    }

    .button-singup-custom {
        background-color: #e60278;
        color: #ffffff;
        border: 2px solid black;
        border-radius: 4px;
    }

    /* Hero Section Styles */
    .hero-section {
        position: relative;
        height: 100vh;
        /* Full screen height */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #000;
        z-index: 1;
    }

    .hero-gradient-bg_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        /* Keeps the image behind content */
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        /* Ensures content is above the background */
        margin-top: 5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 0.7rem;
        margin-bottom: 2rem;
    }

    .hero-input-container {
        position: relative;
        display: inline-block;
        width: 100%;
        /* max-width: 500px; */
    }

    .hero-input {
        width: 18rem;
        padding: 0px 50px 93px 15px;
        /* Leaves space for the arrow icon */
        font-size: 1rem;
        border: none;
        border-radius: 10px;
    background-color: var(--dark-section-bg);
        /* Black with 15% opacity */
        outline: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        height: 9rem;
    }

    .hero-input:focus {
        outline: 2px solid #808080;
    }

    .hero-input-arrow {
        position: absolute;
        top: 81%;
        right: 15px;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #333;
        cursor: pointer;
        background: none;
        border: none;
    }

    .hero-input-icons {
        position: absolute;
        top: 81%;
        left: 2rem;
        transform: translateY(-50%);
        display: flex;
        gap: 10px;
    }

    .hero-input-icons img {
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .hero-input-icons img:hover {
        transform: scale(1.1);
    }

    .tags {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .tags button {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 20px;
        background-color: #fff;
        color: #000;
        font-size: 0.9rem;
        cursor: pointer;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

    .tags button:hover {
        background-color: #b4c5c3;
    }

    .navbar {
        position: absolute;
        /* Makes the navbar float over the hero section */
        top: 0;
        left: 0;
        width: 100%;
        /* Stretches the navbar across the width of the page */
        background-color: #000000f7 !important;
        /* Ensures the navbar is transparent */
        z-index: 10;
        /* Places it above the hero section */
        border: none;
        /* Removes any borders or shadows */
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        /* Makes the navbar links visible on the hero image */
        font-weight: 500;
        transition: color 0.3s ease;
        /* Smooth hover effect */
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #f5f5f5 !important;
        /* Slightly lighter color on hover */
    }

    /* Adjust Navbar Toggler */
    .navbar-toggler {
        border: none;
        /* Removes the border around the toggler */
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='#fff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .hero-tags-container {
        margin-top: 1rem;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 19rem;
    }

    .hero-tag {
        padding: 4px 14px;
        font-size: 0.875rem;
        color: #ffffff;
        background-color: #e60278;
        border: 1px solid #e60278;
        /* border-radius: 20px; */
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .hero-tag:hover {
        background-color: #b4c5c3;
        color: #000;
        border-color: #808080;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .uparrowsubmitbtn {
        width: 2.1rem;
    }

    .relatedpromptsarrowicon {
        width: 0.7rem;
    }

    .hearticon {
        width: 4rem;
    }

    .imagethumbailmain {
        position: relative;
        margin-top: 14rem;
    }

    .videothumbnailmain {
        width: 19rem;
        display: block;
        margin: auto;
        margin-top: 3rem;
    }

    .playbuttonicon {
        position: absolute;
        width: 3rem;
        top: 589px;
        left: 41%;
    }

    .steppermain {
        display: block;
        margin: auto;
        width: 18rem;
        margin-top: 3rem;
        gap: 5rem;
    }

    .step_num_heading {
        font-size: 5rem;
        font-weight: 700;
    }

    .step_arrow_flex {
        display: -webkit-inline-box;
        font-size: 0.8rem;
        gap: 1rem;
    }

    .steppermaincontent {
        /* background-image: url(images/step_section_gradient.png); */
        background-repeat: no-repeat;
        background-position: center;
        padding: 1rem;
    }

    .creatorsanddevelopersmain {
        display: block;
        margin: auto;
        width: 15rem;
        margin-left: -7rem;
    }

    .creatorsanddevelopersmainbg {
        margin-top: 3rem;
        /* background-image: url('images/creator_section_gradientbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 9rem;
        /* Adds inner spacing */
        border-radius: 10px;
        /* Optional: Adds rounded corners */
    }

    .creatorsanddevelopersmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .columnsandrowscreatorsec {
        margin-top: 3.5rem;
        width: auto;
    }

    .creatorsectionhthree {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .columnsandrowscreatorsec p {
        font-size: 0.8rem;
    }

    .creatorsolumncustom {
        border: 2px solid #a6babb;
        border-radius: 10px;
        padding: 1rem;
        margin: 0.4rem;
        /* Adds space between the columns */
        width: 20rem;
        height: 7.5rem;
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
    }

    .imagechangingsectionmain {
        display: block;
        margin: auto;
        width: 16rem;
        margin-top: 3rem;
    }

    .imagechangingsection {
        display: block;
        margin-top: 3rem;
    }

    .imagechangingsectionmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .imagesectionmainp {
        text-align: center;
    }

    .imagechangingsection_point_one h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_two h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_three h3 {
        font-weight: 700;
    }

    .imagesectionmainppoints {
        font-size: 0.8rem;
        width: auto;
    }

    .imagechangingsection_imgone {
        width: 16rem;
    }

    /* Default styles for anchor tags */
    .imagechangingsectioncol_one a {
        display: block;
        text-decoration: none;
        color: #b6b6b6;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        transition: all 0.3s ease;
        width: 17rem;
    }

    /* Style for active (clicked) state */
    .imagechangingsectioncol_one a.active {
        /* background-color: #000; */
        color: #ffffff;
        /* border-color: #000; */
        width: 17rem;
    }

    /* Style for non-active state */
    .imagechangingsectioncol_one a:not(.active):hover {
        background-color: #f0f0f01f;
        /* border-color: #ddd; */
        width: 17rem;
    }

    .carouselmaindiv {
        display: block;
        margin: auto;
        margin-top: 4rem;
        width: 14rem;
        position: relative;
    }

    .carouselmaindiv h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .carouselparent {
        display: flex;
        position: relative;
        width: 19rem;
        /* max-width: 55rem; */
        margin: auto;
        margin-top: 3rem;
        overflow: hidden;
        /* Prevent slides from overflowing */
        margin-left: -2rem;
    }

    .carousel-wrapper {
        display: flex;
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
        will-change: transform;
        width: 16rem;
        /* Adjust to fit content dynamically */
        position: relative;
        gap: 1.2rem;
    }

    .carousel-slide {
        flex: 0 0 calc(26%);
        /* Match the translate percentage */
        width: calc(100% / 2);
        /* Adjust to show 2 slides per view */
        box-sizing: border-box;
    }


    .carouselcontentdiv {
        /* flex: 0 0 100%; */
        padding: 1rem;
        /* border: 2px solid #a6babb; */
        border-radius: 10px;
        /* text-align: center; */
        box-sizing: border-box;
        width: 9rem;
    }

    .carousel_icon_image {
        width: 2rem;
        margin-bottom: 1rem;
    }

    .carousleheadthree {
        font-size: 1.1rem;
        font-weight: 700;
        margin-top: 0.5rem;
    }

    .carouselparent p {
        font-size: 0.5rem;
        color: #333;
    }

    .carousel-arrow {
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        z-index: 10;
        color: #ffffff;
    }

    .left-arrow {
        left: -3rem;
    }

    .right-arrow {
        right: -3rem;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .carousel-dots button {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .carousel-dots button.active {
        background-color: #333;
        /* Highlight active dot */
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 47rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #000;
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .others_shipped_main p {
        text-align: center;
    }

    .portfolio_web_content_mainbg {
        /* background-image: url('images/portfolio_web_content_mainbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 9rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    .portfolio_web_content_main {
        display: block;
        justify-content: center;
        gap: 3rem;
        margin-left: -6rem;
    }

    .portfolio_web_content_one {
        width: 13rem;
        background-color: #fff;
        height: 13rem;
        border: 1px solid black;
        border-radius: 14px;
        text-align: center;
        margin-top: 3rem;
    }

    .portfolio_web_content_one img {
        width: 11rem;
        margin-top: 0.5rem;
    }

    .portfolio_details_custom {
        text-align: center;
        justify-content: center;
        gap: 1rem;
    }

    .portfolio_details_custom h4 {
        font-weight: 600;
    }

    .portfolio_details_custom h5 {
        color: #b6b6b6;
    }

    .reviews_content_main {
        display: block;
        margin: auto;
        margin-top: 7rem;
        width: 19rem;
        justify-content: center;
        text-align: center;
    }

    .reviews_content_main h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    span.head2myriadpro {
        font-family: 'Myriad Pro', Arial, sans-serif;
        font-style: italic;
    }

    .lovedbbythousands_heading {
        margin-top: 5rem;
    }

    .testimonial-card {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
    }

    .testimonial-card-4 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -9rem;
    }

    .testimonial-card-6 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -4rem;
    }

    .testimonial-text {
        font-size: 16px;
        /* font-style: italic; */
        color: #aba6a6;
    }

    .testimonial-author {
        margin-top: 10px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
    }

    .pricingmain_content {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 7rem;
        /* margin-left: -7rem; */
    }

    .pricingplancards {
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
        /* border: 1px solid #7e9092; */
        border-radius: 5px;
        width: 16rem;
        padding: 1rem;
        margin-top: 1rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .pricing_feature_tag {
        background-color: #000;
        color: #fff;
        width: max-content;
        padding: 0.2rem;
        font-size: 0.9rem;
    }

    .pricingcardsgapcustom {
        gap: 1rem;
        justify-content: space-between;
        width: 19rem;
        margin-top: 3rem;
        display: block !important;
        /* margin-left: 1.5rem; */
    }

    .pricing_rate_custom {
        font-weight: 700;
        margin-top: 1rem;
        font-size: 2rem;
        color: #ffffff;
    }

    .pricingmain_content h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .pricingmain_content p {
        text-align: center;
        font-size: 0.7rem;
    }

    .custom_features_plans {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .feature_p_plans {
        text-align: left;
        font-size: 0.8rem;
    }

    .get_started_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .get_started_margin_custom {
        margin-top: 2.2rem;
    }

    .book_call_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .btn_margin_get_started {
        margin-top: 2rem;
    }

    .pricingmain_content_bg {
        /* background-image: url('images/pricing_plan_gradient_bg.png'); */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 0rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    body {
        overflow-x: hidden !important;
    }

}

@media screen and (min-width: 321px) and (max-width: 375px) {


    .line-gradient-section-divider{
        width: 15rem;
    }.flex {
        display: block !important;
        margin: auto !important;
        width: 40rem !important;
    }
    .faster_para_content_main {
        display: block !important;
        margin: auto !important;
        width: 15rem !important;
    }
    .faster_para_content_main_f_p {
        text-align: left !important;
    }
    .steps-container{
        display: block !important;
        margin: auto;
        width: 10rem;
    }
    .feature_columns_main{
        width: 20rem !important;
    }
    .faq-section-main{
        width: 20rem !important;
    }
    .widthresponsivecorrect{
        width: 12rem !important;
    }
    .step::after {
        content: '';
        position: absolute;
        top: 111% !important;
        right: -29% !important;
        width: 13rem;
        height: 2px;
        background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(252, 70, 107, 0) 100%);
        transform: translateY(-50%);
        z-index: -1;
    }



    /* navbar */
    .navbar_image_cus {
        width: 4rem;
    }

    .nav-item-custom-head {
        font-weight: 700;
    }

    .button-singin-custom {
        background-color: #ffffff;
        color: #ffffff;
        border-radius: 4px;
        border-style: double;
    }

    .button-singup-custom {
        background-color: #e60278;
        color: #ffffff;
        border: 2px solid black;
        border-radius: 4px;
    }

    /* Hero Section Styles */
    .hero-section {
        position: relative;
        height: 100vh;
        /* Full screen height */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #000;
        z-index: 1;
    }

    .hero-gradient-bg_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        /* Keeps the image behind content */
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        /* Ensures content is above the background */
        margin-top: 5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 0.7rem;
        margin-bottom: 2rem;
    }

    .hero-input-container {
        position: relative;
        display: inline-block;
        width: 100%;
        /* max-width: 500px; */
    }

    .hero-input {
        width: 18rem;
        padding: 0px 50px 93px 15px;
        /* Leaves space for the arrow icon */
        font-size: 1rem;
        border: none;
        border-radius: 10px;
    background-color: var(--dark-section-bg);
        /* Black with 15% opacity */
        outline: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        height: 9rem;
    }

    .hero-input:focus {
        outline: 2px solid #808080;
    }

    .hero-input-arrow {
        position: absolute;
        top: 81%;
        right: 41px;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #333;
        cursor: pointer;
        background: none;
        border: none;
    }

    .hero-input-icons {
        position: absolute;
        top: 81%;
        left: 3rem;
        transform: translateY(-50%);
        display: flex;
        gap: 10px;
    }

    .hero-input-icons img {
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .hero-input-icons img:hover {
        transform: scale(1.1);
    }

    .tags {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .tags button {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 20px;
        background-color: #fff;
        color: #000;
        font-size: 0.9rem;
        cursor: pointer;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

    .tags button:hover {
        background-color: #b4c5c3;
    }

    .navbar {
        position: absolute;
        /* Makes the navbar float over the hero section */
        top: 0;
        left: 0;
        width: 100%;
        /* Stretches the navbar across the width of the page */
        background-color: #000000f7 !important;
        /* Ensures the navbar is transparent */
        z-index: 10;
        /* Places it above the hero section */
        border: none;
        /* Removes any borders or shadows */
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        /* Makes the navbar links visible on the hero image */
        font-weight: 500;
        transition: color 0.3s ease;
        /* Smooth hover effect */
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #f5f5f5 !important;
        /* Slightly lighter color on hover */
    }

    /* Adjust Navbar Toggler */
    .navbar-toggler {
        border: none;
        /* Removes the border around the toggler */
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='#fff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .hero-tags-container {
        margin-top: 1rem;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 24rem;
    }

    .hero-tag {
        padding: 4px 14px;
        font-size: 0.875rem;
        color: #ffffff;
        background-color: #e60278;
        border: 1px solid #e60278;
        /* border-radius: 20px; */
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .hero-tag:hover {
        background-color: #b4c5c3;
        color: #000;
        border-color: #808080;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .uparrowsubmitbtn {
        width: 2.1rem;
    }

    .relatedpromptsarrowicon {
        width: 0.7rem;
    }

    .hearticon {
        width: 4rem;
    }

    .imagethumbailmain {
        position: relative;
        margin-top: 14rem;
    }

    .videothumbnailmain {
        width: 19rem;
        display: block;
        margin: auto;
        margin-top: 3rem;
    }

    .playbuttonicon {
        position: absolute;
        width: 3rem;
        top: 589px;
        left: 41%;
    }

    .steppermain {
        display: block;
        margin: auto;
        width: 18rem;
        margin-top: 3rem;
        gap: 5rem;
    }

    .step_num_heading {
        font-size: 5rem;
        font-weight: 700;
    }

    .step_arrow_flex {
        display: -webkit-inline-box;
        font-size: 0.8rem;
        gap: 1rem;
    }

    .steppermaincontent {
        /* background-image: url(images/step_section_gradient.png); */
        background-repeat: no-repeat;
        background-position: center;
        padding: 1rem;
    }

    .creatorsanddevelopersmain {
        display: block;
        margin: auto;
        width: 20rem;
        margin-left: -7rem;
    }

    .creatorsanddevelopersmainbg {
        margin-top: 3rem;
        /* background-image: url('images/creator_section_gradientbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 9rem;
        /* Adds inner spacing */
        border-radius: 10px;
        /* Optional: Adds rounded corners */
    }

    .creatorsanddevelopersmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .columnsandrowscreatorsec {
        margin-top: 3.5rem;
        width: auto;
    }

    .creatorsectionhthree {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .columnsandrowscreatorsec p {
        font-size: 0.8rem;
    }

    .creatorsolumncustom {
        border: 2px solid #a6babb;
        border-radius: 10px;
        padding: 1rem;
        margin: 0.4rem;
        /* Adds space between the columns */
        width: 20rem;
        height: 7.5rem;
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
    }

    .imagechangingsectionmain {
        display: block;
        margin: auto;
        width: 16rem;
        margin-top: 3rem;
    }

    .imagechangingsection {
        display: block;
        margin-top: 3rem;
    }

    .imagechangingsectionmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .imagesectionmainp {
        text-align: center;
    }

    .imagechangingsection_point_one h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_two h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_three h3 {
        font-weight: 700;
    }

    .imagesectionmainppoints {
        font-size: 0.8rem;
        width: auto;
    }

    .imagechangingsection_imgone {
        width: 16rem;
    }

    /* Default styles for anchor tags */
    .imagechangingsectioncol_one a {
        display: block;
        text-decoration: none;
        color: #b6b6b6;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        transition: all 0.3s ease;
        width: 17rem;
    }

    /* Style for active (clicked) state */
    .imagechangingsectioncol_one a.active {
        /* background-color: #000; */
        color: #ffffff;
        /* border-color: #000; */
        width: 17rem;
    }

    /* Style for non-active state */
    .imagechangingsectioncol_one a:not(.active):hover {
        background-color: #f0f0f01f;
        /* border-color: #ddd; */
        width: 17rem;
    }

    .carouselmaindiv {
        display: block;
        margin: auto;
        margin-top: 4rem;
        width: 14rem;
        position: relative;
    }

    .carouselmaindiv h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .carouselparent {
        display: flex;
        position: relative;
        width: 19rem;
        /* max-width: 55rem; */
        margin: auto;
        margin-top: 3rem;
        overflow: hidden;
        /* Prevent slides from overflowing */
        margin-left: -2rem;
    }

    .carousel-wrapper {
        display: flex;
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
        will-change: transform;
        width: 16rem;
        /* Adjust to fit content dynamically */
        position: relative;
        gap: 1.2rem;
    }

    .carousel-slide {
        flex: 0 0 calc(26%);
        /* Match the translate percentage */
        width: calc(100% / 2);
        /* Adjust to show 2 slides per view */
        box-sizing: border-box;
    }


    .carouselcontentdiv {
        /* flex: 0 0 100%; */
        padding: 1rem;
        /* border: 2px solid #a6babb; */
        border-radius: 10px;
        /* text-align: center; */
        box-sizing: border-box;
        width: 9rem;
    }

    .carousel_icon_image {
        width: 2rem;
        margin-bottom: 1rem;
    }

    .carousleheadthree {
        font-size: 1.1rem;
        font-weight: 700;
        margin-top: 0.5rem;
    }

    .carouselparent p {
        font-size: 0.5rem;
        color: #333;
    }

    .carousel-arrow {
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        z-index: 10;
        color: #ffffff;
    }

    .left-arrow {
        left: -3rem;
    }

    .right-arrow {
        right: -3rem;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .carousel-dots button {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .carousel-dots button.active {
        background-color: #333;
        /* Highlight active dot */
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 47rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #000;
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .others_shipped_main p {
        text-align: center;
    }

    .portfolio_web_content_mainbg {
        /* background-image: url('images/portfolio_web_content_mainbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 9rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    .portfolio_web_content_main {
        display: block;
        justify-content: center;
        gap: 3rem;
        margin-left: -6rem;
    }

    .portfolio_web_content_one {
        width: 13rem;
        background-color: #fff;
        height: 13rem;
        border: 1px solid black;
        border-radius: 14px;
        text-align: center;
        margin-top: 3rem;
    }

    .portfolio_web_content_one img {
        width: 11rem;
        margin-top: 0.5rem;
    }

    .portfolio_details_custom {
        text-align: center;
        justify-content: center;
        gap: 1rem;
    }

    .portfolio_details_custom h4 {
        font-weight: 600;
    }

    .portfolio_details_custom h5 {
        color: #b6b6b6;
    }

    .reviews_content_main {
        display: block;
        margin: auto;
        margin-top: 7rem;
        width: 19rem;
        justify-content: center;
        text-align: center;
    }

    .reviews_content_main h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    span.head2myriadpro {
        font-family: 'Myriad Pro', Arial, sans-serif;
        font-style: italic;
    }

    .lovedbbythousands_heading {
        margin-top: 5rem;
    }

    .testimonial-card {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
    }

    .testimonial-card-4 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -9rem;
    }

    .testimonial-card-6 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -4rem;
    }

    .testimonial-text {
        font-size: 16px;
        /* font-style: italic; */
        color: #aba6a6;
    }

    .testimonial-author {
        margin-top: 10px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
    }

    .pricingmain_content {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 7rem;
        /* margin-left: -7rem; */
    }

    .pricingplancards {
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
        /* border: 1px solid #7e9092; */
        border-radius: 5px;
        width: 16rem;
        padding: 1rem;
        margin-top: 1rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .pricing_feature_tag {
        background-color: #000;
        color: #fff;
        width: max-content;
        padding: 0.2rem;
        font-size: 0.9rem;
    }

    .pricingcardsgapcustom {
        gap: 1rem;
        justify-content: space-between;
        width: 19rem;
        margin-top: 3rem;
        display: block !important;
        /* margin-left: 1.5rem; */
    }

    .pricing_rate_custom {
        font-weight: 700;
        margin-top: 1rem;
        font-size: 2rem;
        color: #ffffff;
    }

    .pricingmain_content h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .pricingmain_content p {
        text-align: center;
        font-size: 0.7rem;
    }

    .custom_features_plans {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .feature_p_plans {
        text-align: left;
        font-size: 0.8rem;
    }

    .get_started_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .get_started_margin_custom {
        margin-top: 2.2rem;
    }

    .book_call_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .btn_margin_get_started {
        margin-top: 2rem;
    }

    .pricingmain_content_bg {
        /* background-image: url('images/pricing_plan_gradient_bg.png'); */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 0rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    body {
        overflow-x: hidden !important;
    }

}

@media screen and (min-width: 376px) and (max-width: 425px) {


    .line-gradient-section-divider{
        width: 15rem;
    }.flex {
        display: block !important;
        margin: auto !important;
        width: 40rem !important;
    }
    .faster_para_content_main {
        display: block !important;
        margin: auto !important;
        width: 15rem !important;
    }
    .faster_para_content_main_f_p {
        text-align: left !important;
    }
    .steps-container{
        display: block !important;
        margin: auto;
        width: 10rem;
    }
    .feature_columns_main{
        width: 20rem !important;
    }
    .faq-section-main{
        width: 20rem !important;
    }
    .widthresponsivecorrect{
        width: 12rem !important;
    }
    .step::after {
        content: '';
        position: absolute;
        top: 111% !important;
        right: -29% !important;
        width: 13rem;
        height: 2px;
        background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(252, 70, 107, 0) 100%);
        transform: translateY(-50%);
        z-index: -1;
    }



    /* navbar */
    .navbar_image_cus {
        width: 4rem;
    }

    .nav-item-custom-head {
        font-weight: 700;
    }

    .button-singin-custom {
        background-color: #ffffff;
        color: #ffffff;
        border-radius: 4px;
        border-style: double;
    }

    .button-singup-custom {
        background-color: #e60278;
        color: #ffffff;
        border: 2px solid black;
        border-radius: 4px;
    }

    /* Hero Section Styles */
    .hero-section {
        position: relative;
        height: 100vh;
        /* Full screen height */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #000;
        z-index: 1;
    }

    .hero-gradient-bg_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        /* Keeps the image behind content */
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        /* Ensures content is above the background */
        margin-top: 5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 0.7rem;
        margin-bottom: 2rem;
    }

    .hero-input-container {
        position: relative;
        display: inline-block;
        width: 100%;
        /* max-width: 500px; */
    }

    .hero-input {
        width: 24rem;
        padding: 0px 50px 93px 15px;
        /* Leaves space for the arrow icon */
        font-size: 1rem;
        border: none;
        border-radius: 10px;
    background-color: var(--dark-section-bg);
        /* Black with 15% opacity */
        outline: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        height: 9rem;
    }

    .hero-input:focus {
        outline: 2px solid #808080;
    }

    .hero-input-arrow {
        position: absolute;
        top: 81%;
        right: 41px;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #333;
        cursor: pointer;
        background: none;
        border: none;
    }

    .hero-input-icons {
        position: absolute;
        top: 81%;
        left: 3rem;
        transform: translateY(-50%);
        display: flex;
        gap: 10px;
    }

    .hero-input-icons img {
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .hero-input-icons img:hover {
        transform: scale(1.1);
    }

    .tags {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .tags button {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 20px;
        background-color: #fff;
        color: #000;
        font-size: 0.9rem;
        cursor: pointer;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

    .tags button:hover {
        background-color: #b4c5c3;
    }

    .navbar {
        position: absolute;
        /* Makes the navbar float over the hero section */
        top: 0;
        left: 0;
        width: 100%;
        /* Stretches the navbar across the width of the page */
        background-color: #000000f7 !important;
        /* Ensures the navbar is transparent */
        z-index: 10;
        /* Places it above the hero section */
        border: none;
        /* Removes any borders or shadows */
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        /* Makes the navbar links visible on the hero image */
        font-weight: 500;
        transition: color 0.3s ease;
        /* Smooth hover effect */
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #f5f5f5 !important;
        /* Slightly lighter color on hover */
    }

    /* Adjust Navbar Toggler */
    .navbar-toggler {
        border: none;
        /* Removes the border around the toggler */
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='#fff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .hero-tags-container {
        margin-top: 1rem;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 27rem;
    }

    .hero-tag {
        padding: 4px 14px;
        font-size: 0.875rem;
        color: #ffffff;
        background-color: #e60278;
        border: 1px solid #e60278;
        /* border-radius: 20px; */
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .hero-tag:hover {
        background-color: #b4c5c3;
        color: #000;
        border-color: #808080;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .uparrowsubmitbtn {
        width: 2.1rem;
    }

    .relatedpromptsarrowicon {
        width: 0.7rem;
    }

    .hearticon {
        width: 4rem;
    }

    .imagethumbailmain {
        position: relative;
        margin-top: 14rem;
    }

    .videothumbnailmain {
        width: 19rem;
        display: block;
        margin: auto;
        margin-top: 3rem;
    }

    .playbuttonicon {
        position: absolute;
        width: 3rem;
        top: 589px;
        left: 41%;
    }

    .steppermain {
        display: block;
        margin: auto;
        width: 20rem;
        margin-top: 3rem;
        gap: 5rem;
    }

    .step_num_heading {
        font-size: 5rem;
        font-weight: 700;
    }

    .step_arrow_flex {
        display: -webkit-inline-box;
        font-size: 0.8rem;
        gap: 1rem;
    }

    .steppermaincontent {
        /* background-image: url(images/step_section_gradient.png); */
        background-repeat: no-repeat;
        background-position: center;
        padding: 1rem;
    }

    .creatorsanddevelopersmain {
        display: block;
        margin: auto;
        width: 19rem;
        margin-left: -7rem;
    }

    .creatorsanddevelopersmainbg {
        margin-top: -12rem;
        /* background-image: url('images/creator_section_gradientbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 11rem;
        /* Adds inner spacing */
        border-radius: 10px;
        /* Optional: Adds rounded corners */
    }

    .creatorsanddevelopersmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .columnsandrowscreatorsec {
        margin-top: 3.5rem;
        width: auto;
    }

    .creatorsectionhthree {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .columnsandrowscreatorsec p {
        font-size: 0.8rem;
    }

    .creatorsolumncustom {
        border: 2px solid #a6babb;
        border-radius: 10px;
        padding: 1rem;
        margin: 0.4rem;
        /* Adds space between the columns */
        width: 20rem;
        height: 7.5rem;
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
    }

    .imagechangingsectionmain {
        display: block;
        margin: auto;
        width: 21rem;
        margin-top: -12rem;
    }

    .imagechangingsection {
        display: block;
        margin-top: 3rem;
    }

    .imagechangingsectionmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .imagesectionmainp {
        text-align: center;
    }

    .imagechangingsection_point_one h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_two h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_three h3 {
        font-weight: 700;
    }

    .imagesectionmainppoints {
        font-size: 0.8rem;
        width: auto;
    }

    .imagechangingsection_imgone {
        width: 16rem;
    }

    /* Default styles for anchor tags */
    .imagechangingsectioncol_one a {
        display: block;
        text-decoration: none;
        color: #b6b6b6;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        transition: all 0.3s ease;
        width: 17rem;
    }

    /* Style for active (clicked) state */
    .imagechangingsectioncol_one a.active {
        /* background-color: #000; */
        color: #ffffff;
        /* border-color: #000; */
        width: 17rem;
    }

    /* Style for non-active state */
    .imagechangingsectioncol_one a:not(.active):hover {
        background-color: #f0f0f01f;
        /* border-color: #ddd; */
        width: 17rem;
    }

    .carouselmaindiv {
        display: block;
        margin: auto;
        margin-top: 4rem;
        width: 14rem;
        position: relative;
    }

    .carouselmaindiv h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .carouselparent {
        display: flex;
        position: relative;
        width: 19rem;
        /* max-width: 55rem; */
        margin: auto;
        margin-top: 3rem;
        overflow: hidden;
        /* Prevent slides from overflowing */
        margin-left: -2rem;
    }

    .carousel-wrapper {
        display: flex;
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
        will-change: transform;
        width: 16rem;
        /* Adjust to fit content dynamically */
        position: relative;
        gap: 1.2rem;
    }

    .carousel-slide {
        flex: 0 0 calc(26%);
        /* Match the translate percentage */
        width: calc(100% / 2);
        /* Adjust to show 2 slides per view */
        box-sizing: border-box;
    }


    .carouselcontentdiv {
        /* flex: 0 0 100%; */
        padding: 1rem;
        /* border: 2px solid #a6babb; */
        border-radius: 10px;
        /* text-align: center; */
        box-sizing: border-box;
        width: 9rem;
    }

    .carousel_icon_image {
        width: 2rem;
        margin-bottom: 1rem;
    }

    .carousleheadthree {
        font-size: 1.1rem;
        font-weight: 700;
        margin-top: 0.5rem;
    }

    .carouselparent p {
        font-size: 0.5rem;
        color: #333;
    }

    .carousel-arrow {
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        z-index: 10;
        color: #ffffff;
    }

    .left-arrow {
        left: -3rem;
    }

    .right-arrow {
        right: -3rem;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .carousel-dots button {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .carousel-dots button.active {
        background-color: #333;
        /* Highlight active dot */
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 47rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #000;
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .others_shipped_main p {
        text-align: center;
    }

    .portfolio_web_content_mainbg {
        /* background-image: url('images/portfolio_web_content_mainbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 9rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    .portfolio_web_content_main {
        display: block;
        justify-content: center;
        gap: 3rem;
        margin-left: -6rem;
    }

    .portfolio_web_content_one {
        width: 13rem;
        background-color: #fff;
        height: 13rem;
        border: 1px solid black;
        border-radius: 14px;
        text-align: center;
        margin-top: 3rem;
    }

    .portfolio_web_content_one img {
        width: 11rem;
        margin-top: 0.5rem;
    }

    .portfolio_details_custom {
        text-align: center;
        justify-content: center;
        gap: 1rem;
    }

    .portfolio_details_custom h4 {
        font-weight: 600;
    }

    .portfolio_details_custom h5 {
        color: #b6b6b6;
    }

    .reviews_content_main {
        display: block;
        margin: auto;
        margin-top: 7rem;
        width: 19rem;
        justify-content: center;
        text-align: center;
    }

    .reviews_content_main h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    span.head2myriadpro {
        font-family: 'Myriad Pro', Arial, sans-serif;
        font-style: italic;
    }

    .lovedbbythousands_heading {
        margin-top: 5rem;
    }

    .testimonial-card {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
    }

    .testimonial-card-4 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -9rem;
    }

    .testimonial-card-6 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -4rem;
    }

    .testimonial-text {
        font-size: 16px;
        /* font-style: italic; */
        color: #aba6a6;
    }

    .testimonial-author {
        margin-top: 10px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
    }

    .pricingmain_content {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 7rem;
        /* margin-left: -7rem; */
    }

    .pricingplancards {
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
        /* border: 1px solid #7e9092; */
        border-radius: 5px;
        width: 16rem;
        padding: 1rem;
        margin-top: 1rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .pricing_feature_tag {
        background-color: #000;
        color: #fff;
        width: max-content;
        padding: 0.2rem;
        font-size: 0.9rem;
    }

    .pricingcardsgapcustom {
        gap: 1rem;
        justify-content: space-between;
        width: 19rem;
        margin-top: 3rem;
        display: block !important;
        /* margin-left: 1.5rem; */
    }

    .pricing_rate_custom {
        font-weight: 700;
        margin-top: 1rem;
        font-size: 2rem;
        color: #ffffff;
    }

    .pricingmain_content h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .pricingmain_content p {
        text-align: center;
        font-size: 0.7rem;
    }

    .custom_features_plans {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .feature_p_plans {
        text-align: left;
        font-size: 0.8rem;
    }

    .get_started_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .get_started_margin_custom {
        margin-top: 2.2rem;
    }

    .book_call_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .btn_margin_get_started {
        margin-top: 2rem;
    }

    .pricingmain_content_bg {
        /* background-image: url('images/pricing_plan_gradient_bg.png'); */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 0rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    body {
        overflow-x: hidden !important;
    }

}

@media screen and (min-width: 426px) and (max-width: 768px) {


    .line-gradient-section-divider{
        width: 44rem;
    }.flex {
        display: block !important;
        margin: auto !important;
        width: 40rem !important;
    }
    .faster_para_content_main {
        display: block !important;
        margin: auto !important;
        width: 12rem !important;
    }
    .faster_para_content_main_f_p {
        text-align: left !important;
    }
    .steps-container{
        display: block !important;
        margin: auto;
        width: 7rem;
    }
    .feature_columns_main{
        width: 35rem !important;
    }
    .faq-section-main{
        width: 37rem !important;
    }
    .widthresponsivecorrect{
        width: 12rem !important;
    }
    .step::after {
        content: '';
        position: absolute;
        top: 111% !important;
        right: -29% !important;
        width: 13rem;
        height: 2px;
        background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(252, 70, 107, 0) 100%);
        transform: translateY(-50%);
        z-index: -1;
    }



    /* navbar */
    .navbar_image_cus {
        width: 4rem;
    }

    .nav-item-custom-head {
        font-weight: 700;
    }

    .button-singin-custom {
        background-color: #ffffff;
        color: #ffffff;
        border-radius: 4px;
        border-style: double;
    }

    .button-singup-custom {
        background-color: #e60278;
        color: #ffffff;
        border: 2px solid black;
        border-radius: 4px;
    }

    /* Hero Section Styles */
    .hero-section {
        position: relative;
        height: 100vh;
        /* Full screen height */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #000;
        z-index: 1;
    }

    .hero-gradient-bg_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
        /* Keeps the image behind content */
    }

    .hero-content {
        max-width: 800px;
        margin: 0 auto;
        z-index: 10;
        /* Ensures content is above the background */
        margin-top: 5rem;
    }

    .hero-content h1 {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .hero-content p {
        font-size: 0.7rem;
        margin-bottom: 2rem;
    }

    .hero-input-container {
        position: relative;
        display: inline-block;
        width: 100%;
        /* max-width: 500px; */
    }

    .hero-input {
        width: 42rem;
        padding: 0px 50px 93px 15px;
        /* Leaves space for the arrow icon */
        font-size: 1rem;
        border: none;
        border-radius: 10px;
    background-color: var(--dark-section-bg);
        /* Black with 15% opacity */
        outline: none;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        height: 9rem;
    }

    .hero-input:focus {
        outline: 2px solid #808080;
    }

    .hero-input-arrow {
        position: absolute;
        top: 81%;
        right: 29px;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #333;
        cursor: pointer;
        background: none;
        border: none;
    }

    .hero-input-icons {
        position: absolute;
        top: 81%;
        left: 2rem;
        transform: translateY(-50%);
        display: flex;
        gap: 10px;
    }

    .hero-input-icons img {
        width: 30px;
        height: 30px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .hero-input-icons img:hover {
        transform: scale(1.1);
    }

    .tags {
        margin-top: 1.5rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .tags button {
        padding: 0.5rem 1rem;
        border: none;
        border-radius: 20px;
        background-color: #fff;
        color: #000;
        font-size: 0.9rem;
        cursor: pointer;
        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        transition: background-color 0.3s ease;
    }

    .tags button:hover {
        background-color: #b4c5c3;
    }

    .navbar {
        position: absolute;
        /* Makes the navbar float over the hero section */
        top: 0;
        left: 0;
        width: 100%;
        /* Stretches the navbar across the width of the page */
        background-color: #000000f7 !important;
        /* Ensures the navbar is transparent */
        z-index: 10;
        /* Places it above the hero section */
        border: none;
        /* Removes any borders or shadows */
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
        /* Makes the navbar links visible on the hero image */
        font-weight: 500;
        transition: color 0.3s ease;
        /* Smooth hover effect */
    }

    .navbar-light .navbar-nav .nav-link:hover {
        color: #f5f5f5 !important;
        /* Slightly lighter color on hover */
    }

    /* Adjust Navbar Toggler */
    .navbar-toggler {
        border: none;
        /* Removes the border around the toggler */
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='#fff' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .hero-tags-container {
        margin-top: 1rem;
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 44rem;
    }

    .hero-tag {
        padding: 4px 14px;
        font-size: 0.875rem;
        color: #ffffff;
        background-color: #e60278;
        border: 1px solid #e60278;
        /* border-radius: 20px; */
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }

    .hero-tag:hover {
        background-color: #b4c5c3;
        color: #000;
        border-color: #808080;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .uparrowsubmitbtn {
        width: 2.1rem;
    }

    .relatedpromptsarrowicon {
        width: 0.7rem;
    }

    .hearticon {
        width: 4rem;
    }

    .imagethumbailmain {
        position: relative;
        margin-top: 14rem;
    }

    .videothumbnailmain {
        width: 35rem;
        /* display: block; */
        margin: auto;
        margin-top: 3rem;
    }

    .playbuttonicon {
        position: absolute;
        width: 3rem;
        top: 611px;
        left: 46%;
    }

    .steppermain {
        display: block;
        margin: auto;
        width: 20rem;
        margin-top: 3rem;
        gap: 5rem;
    }

    .step_num_heading {
        font-size: 5rem;
        font-weight: 700;
    }

    .step_arrow_flex {
        display: -webkit-inline-box;
        font-size: 0.8rem;
        gap: 1rem;
    }

    .steppermaincontent {
        /* background-image: url(images/step_section_gradient.png); */
        background-repeat: no-repeat;
        background-position: center;
        padding: 1rem;
    }

    .creatorsanddevelopersmain {
        display: block;
        margin: auto;
        width: 19rem;
        /* margin-left: -7rem; */
    }

    .creatorsanddevelopersmainbg {
        margin-top: -12rem;
        /* background-image: url('images/creator_section_gradientbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 11rem;
        /* Adds inner spacing */
        border-radius: 10px;
        /* Optional: Adds rounded corners */
    }

    .creatorsanddevelopersmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .columnsandrowscreatorsec {
        margin-top: 3.5rem;
        width: 41rem;
        margin-left: -11rem;
    }

    .creatorsectionhthree {
        font-size: 1.1rem;
        font-weight: 700;
    }

    .columnsandrowscreatorsec p {
        font-size: 0.8rem;
    }

    .creatorsolumncustom {
        border: 2px solid #a6babb;
        border-radius: 10px;
        padding: 1rem;
        margin: 0.4rem;
        /* Adds space between the columns */
        width: 20rem;
        height: 7.5rem;
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
    }

    .imagechangingsectionmain {
        display: block;
        margin: auto;
        width: 21rem;
        margin-top: -12rem;
    }

    .imagechangingsection {
        display: block;
        margin-top: 3rem;
    }

    .imagechangingsectionmain h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .imagesectionmainp {
        text-align: center;
    }

    .imagechangingsection_point_one h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_two h3 {
        font-weight: 700;
    }

    .imagechangingsection_point_three h3 {
        font-weight: 700;
    }

    .imagesectionmainppoints {
        font-size: 0.8rem;
        width: auto;
    }

    .imagechangingsection_imgone {
        width: 16rem;
    }

    /* Default styles for anchor tags */
    .imagechangingsectioncol_one a {
        display: block;
        text-decoration: none;
        color: #b6b6b6;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 5px;
        transition: all 0.3s ease;
        width: 17rem;
    }

    /* Style for active (clicked) state */
    .imagechangingsectioncol_one a.active {
        /* background-color: #000; */
        color: #ffffff;
        /* border-color: #000; */
        width: 17rem;
    }

    /* Style for non-active state */
    .imagechangingsectioncol_one a:not(.active):hover {
        background-color: #f0f0f01f;
        /* border-color: #ddd; */
        width: 17rem;
    }

    .carouselmaindiv {
        display: block;
        margin: auto;
        margin-top: 4rem;
        width: 14rem;
        position: relative;
    }

    .carouselmaindiv h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .carouselparent {
        display: flex;
        position: relative;
        width: 19rem;
        /* max-width: 55rem; */
        margin: auto;
        margin-top: 3rem;
        overflow: hidden;
        /* Prevent slides from overflowing */
        margin-left: -2rem;
    }

    .carousel-wrapper {
        display: flex;
        transition: transform 0.5s ease;
        flex-wrap: nowrap;
        will-change: transform;
        width: 16rem;
        /* Adjust to fit content dynamically */
        position: relative;
        gap: 1.2rem;
    }

    .carousel-slide {
        flex: 0 0 calc(26%);
        /* Match the translate percentage */
        width: calc(100% / 2);
        /* Adjust to show 2 slides per view */
        box-sizing: border-box;
    }


    .carouselcontentdiv {
        /* flex: 0 0 100%; */
        padding: 1rem;
        /* border: 2px solid #a6babb; */
        border-radius: 10px;
        /* text-align: center; */
        box-sizing: border-box;
        width: 9rem;
    }

    .carousel_icon_image {
        width: 2rem;
        margin-bottom: 1rem;
    }

    .carousleheadthree {
        font-size: 1.1rem;
        font-weight: 700;
        margin-top: 0.5rem;
    }

    .carouselparent p {
        font-size: 0.5rem;
        color: #333;
    }

    .carousel-arrow {
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        position: absolute;
        top: 42%;
        transform: translateY(-50%);
        z-index: 10;
        color: #ffffff;
    }

    .left-arrow {
        left: -3rem;
    }

    .right-arrow {
        right: -3rem;
    }

    .carousel-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1rem;
    }

    .carousel-dots button {
        width: 12px;
        height: 12px;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        margin: 0 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .carousel-dots button.active {
        background-color: #333;
        /* Highlight active dot */
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 47rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #000;
    }

    .others_shipped_main {
        display: block;
        margin: auto;
        width: 19rem;
        margin-top: 3rem;
    }

    .others_shipped_main h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .others_shipped_main p {
        text-align: center;
    }

    .portfolio_web_content_mainbg {
        /* background-image: url('images/portfolio_web_content_mainbg.png'); */
        /* Correct path */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 9rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    .portfolio_web_content_main {
        display: block;
        justify-content: center;
        gap: 3rem;
        margin-left: -6rem;
    }

    .portfolio_web_content_one {
        width: 13rem;
        background-color: #fff;
        height: 13rem;
        border: 1px solid black;
        border-radius: 14px;
        text-align: center;
        margin-top: 3rem;
    }

    .portfolio_web_content_one img {
        width: 11rem;
        margin-top: 0.5rem;
    }

    .portfolio_details_custom {
        text-align: center;
        justify-content: center;
        gap: 1rem;
    }

    .portfolio_details_custom h4 {
        font-weight: 600;
    }

    .portfolio_details_custom h5 {
        color: #b6b6b6;
    }

    .reviews_content_main {
        display: block;
        margin: auto;
        margin-top: 7rem;
        width: 19rem;
        justify-content: center;
        text-align: center;
    }

    .reviews_content_main h2 {
        text-align: center;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    span.head2myriadpro {
        font-family: 'Myriad Pro', Arial, sans-serif;
        font-style: italic;
    }

    .lovedbbythousands_heading {
        margin-top: 5rem;
    }

    .testimonial-card {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
    }

    .testimonial-card-4 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -9rem;
    }

    .testimonial-card-6 {
        /* border: 1px solid #ddd; */
        border-radius: 8px;
        padding: 20px;
        margin: 10px;
    background-color: var(--dark-section-bg);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        text-align: left;
        width: 17rem;
        margin-top: -4rem;
    }

    .testimonial-text {
        font-size: 16px;
        /* font-style: italic; */
        color: #aba6a6;
    }

    .testimonial-author {
        margin-top: 10px;
        font-weight: bold;
        text-align: left;
        color: #ffffff;
    }

    .pricingmain_content {
        display: block;
        margin: auto;
        width: 20rem;
        margin-top: 7rem;
        /* margin-left: -7rem; */
    }

    .pricingplancards {
    background-color: var(--dark-section-bg);
        /* #fff with 40% opacity */
        /* border: 1px solid #7e9092; */
        border-radius: 5px;
        width: 16rem;
        padding: 1rem;
        margin-top: 1rem;
        margin-left: 2rem;
        margin-bottom: 2rem;
    }

    .pricing_feature_tag {
        background-color: #000;
        color: #fff;
        width: max-content;
        padding: 0.2rem;
        font-size: 0.9rem;
    }

    .pricingcardsgapcustom {
        gap: 1rem;
        justify-content: space-between;
        width: 19rem;
        margin-top: 3rem;
        display: block !important;
        /* margin-left: 1.5rem; */
    }

    .pricing_rate_custom {
        font-weight: 700;
        margin-top: 1rem;
        font-size: 2rem;
        color: #ffffff;
    }

    .pricingmain_content h2 {
        text-align: center;
        font-size: 2.5rem;
        font-weight: bold;
        margin-bottom: 1rem;
        color: #ffffff;
    }

    .pricingmain_content p {
        text-align: center;
        font-size: 0.7rem;
    }

    .custom_features_plans {
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 1rem;
    }

    .feature_p_plans {
        text-align: left;
        font-size: 0.8rem;
    }

    .get_started_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .get_started_margin_custom {
        margin-top: 2.2rem;
    }

    .book_call_btn_custom {
        background-color: #e60278;
        color: #fff;
        width: 14rem;
        height: 2.5rem;
        border-style: none;
        font-weight: 600;
    }

    .btn_margin_get_started {
        margin-top: 2rem;
    }

    .pricingmain_content_bg {
        /* background-image: url('images/pricing_plan_gradient_bg.png'); */
        background-repeat: no-repeat;
        /* Prevents repeating */
        background-size: cover;
        /* Scales the image to cover the entire container */
        background-position: center center;
        /* Centers the image both horizontally and vertically */
        padding: 0rem;
        /* border-radius: 10px; Optional: Adds rounded corners */
        /* margin: -2rem; */
    }

    body {
        overflow-x: hidden !important;
    }

}
.testimonial {
    text-align: center;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot {
    width: 15px;
    height: 15px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.5s;
}

.dot.active {
    background-color: #333;
}

/* Transition effect for scaling */
.transform-scale {
    display: inline-block; /* Required for transform effects */
    transform: scale(1);
    opacity: 1;
    transition: transform 1s ease-in, opacity 1s ease-in; /* 1 second duration */
}

.transform-scale.inactive {
    transform: scale(0.977239);
    opacity: 0;
}
  .navbar-toggler{
    background-color: #fff !important;
}

.hero-input-arrow {
    cursor: not-allowed !important;
    opacity: 0.5;
  }

  .hero-input-arrow.enabled {
    cursor: pointer !important;
    opacity: 1;
  }
  .border-t {
    border-top-width: 1px;
}
.max-w-\[35rem\] {
    max-width: 35rem;
}
.w-full {
    width: 100%;
}
.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.steps-container {
    display: flex;
    align-items: center;
    gap: 8rem;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
  }
  
  .step {
    text-align: center;
    position: relative;
    width: 9rem;
  }
  
  .step-number {
     /* Dark gray */
     color: #fff; /* #fff text */
     font-size: 1.5rem;
     font-weight: bold;
     height: 40px;
     width: 2.5rem;
     border-radius: 25%;
     display: flex;
     justify-content: center;
     align-items: center;
     margin: 0 auto;
     box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
     background: linear-gradient(135deg, #414141 0%, #0D0D0D 100%);
     --tw-border-opacity: 1;
     border-color: rgb(82 82 91);
     flex-shrink: 0;
     border: 1px solid rgb(82 82 91);
  }
  
  .step p {
    margin-top: 10px;
    font-size: 1rem;
  }
  
  .step::after {
    content: '';
    position: absolute;
    top: 17%;
    right: -111%;
    width: 13rem;
    height: 2px;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.5) 0%, rgba(252, 70, 107, 0) 100%);
    transform: translateY(-50%);
    z-index: -1;
}

  
.step:last-child::after {
    display: none;
}

.image-container{
    position: relative;
    display: inline-block;
}
.image-container img {
    /* width: 100%; */
    /* height: auto; */
    border-radius: 8px;
  }
  .left-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .right-image img {
    width: 31rem;
    height: auto;
    /* border-radius: 8px; */
}
.portfolio_web_content_right_left{
    width: 15rem;
}
.image-container img {
    /* width: 100%; */
    /* height: auto; */
    border-radius: 8px;
     /* Smooth zoom effect */
    position: relative;
    z-index: 1;
    transition: all .3s ease;
  }
  
  .image-container:hover img {
    transform: scale(1.2); /* Zoom-in effect */
    z-index: 2;
    border-top: 1px solid #ffffff80;
    border-left: 1px solid #ffffff80;
    border-right: 1px solid #ffffff80;
  }
  
  .image-overlay {
    position: absolute;
    bottom: -67px;
    left: 0;
    width: 100%;
    height: 59px;
    background: #fff; /* Semi-transparent black overlay */
    color: #000000;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    opacity: 0;
     /* Smooth fade-in effect */
    z-index: 2;
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
    transform: scale(1.2);
    transition: all .3s ease;
  }
  .image-overlay-big {
    position: absolute;
    bottom: -37px;
    left: 0;
    width: 100%;
    height: 45px;
    background: #fff; /* Semi-transparent black overlay */
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    opacity: 0;
     /* Smooth fade-in effect */
    z-index: 2;
    /* border-bottom-left-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
    transform: scale(1.2);
    transition: all .3s ease;
  }
  
  .image-container:hover .image-overlay {
    opacity: 1; /* Show the overlay on hover */
  }
  
  .image-overlay p {
    margin: 0;
    font-size: 0.7rem;
    background-color: #fff;
    #000;
  }
  .image-overlay-big p {
    margin: 0;
    font-size: 0.9rem;
    background-color: #fff;
    #000;
  }
  
  .image-overlay a {
    padding: 5px 10px;
    background: #e60278;
    color: #ffffff;
    text-decoration: none;
    /* border-radius: 5px; */
    font-size: 0.7rem;
  }
  .image-overlay-big a {
    padding: 5px 10px;
    background: #e60278;
    color: #ffffff;
    text-decoration: none;
    /* border-radius: 5px; */
    font-size: 0.8rem;
  }
  
  /* .image-overlay a:hover {
    background: #e60278; 
  } */
  .image-container:hover .image-overlay {
    opacity: 1; /* Show the overlay on hover */
    border-bottom: 1px solid #ffffff80;
    
}
.image-container:hover .image-overlay-big {
    opacity: 1; /* Show the overlay on hover */
    border-bottom: 1px solid #ffffff80;
    
}
.faster_para_content_main{
    display: block;
    margin:auto;
    width: 50rem;
}  
.faster_para_content_main_f_p{
    text-align: center;
}
@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}
.gap-9 {
    gap: 2.25rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex
;
}
@media (min-width: 768px) {
    .md\:block {
        display: block;
    }
}

.text-xs {
    font-size: .75rem;
}
.mb-1\.5 {
    margin-bottom: .375rem;
}
.font-semibold {
    font-weight: 600;
}
.items-center {
    align-items: center;
}
.mr-2 {
    margin-right: .5rem;
}
.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0);
}
.border {
    border-width: 1px;
}
.rounded-full {
    border-radius: 9999px;
}
.-space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-.25rem* var(--tw-space-x-reverse));
    margin-left: calc(-.25rem* calc(1 - var(--tw-space-x-reverse)));
}
.items-center {
    align-items: center;
}
.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21);
}
.w-4 {
    width: 1rem;
}
.h-4 {
    height: 1rem;
}
.gap-9 {
    gap: 2.25rem;
}
.mb-1\.5 {
    margin-bottom: .375rem;
}
@media (min-width: 768px) {
    .md\:flex {
        display: flex
;
    }
}
.shadow-md, .shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
}
.text-zinc-200 {
    --tw-text-opacity: 1;
    color: rgb(228 228 231);
}
.p-2 {
    padding: .5rem;
}
.bg-zinc-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27);
}
.rounded-md {
    border-radius: calc(0.5rem - 2px);
}
.min-w-\[126px\] {
    min-width: 126px;
    text-decoration: none;
}
.mr-2 {
    margin-right: .5rem;
}
.font-bold {
    font-weight: 700;
}
.font-bold {
    font-weight: 700;
}
.text-sm {
    font-size: .8125rem;
}
.text-xs {
    font-size: .75rem;
}
/* .relatedpromptsarrowiconsvg{
    fill: #fff;
}
.relatedpromptsarrowiconsvg:hover{
    fill: #000;
} */
.feature_columns_main{
    display: block;
    margin: auto;
    width: 55rem;
} 
.feature-box {
    /* background-color: #1c1c1e; */ /* Dark background */
    color: #fff; /* Text color */
    padding: 0px;
    border-radius: 8px;
    text-align: center;
}
.feature_columns_main h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.feature-box i {
    font-size: 24px;
    margin-bottom: 10px;
    display: block;
}
.feature-box p{
    font-size: 0.9rem;
    color: #bdbdc0;
}
.feature-box h5{
    margin-top: 1rem;
}
.row-two-feature-box{
    margin-top: 1rem;
}
.faq-section-main{
    display: block;
    margin: auto;
    width: 55rem;
    margin-top: 3rem;
}
.faq-section-main h2 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.accordion-item {
    background-color: transparent; /* Make background blend */
    border: none; /* Remove borders */
}

.accordion-button {
    background-color: transparent; /* Transparent button background */
    color: #fff; /* #fff text */
    font-weight: bold;
    border: none; /* Remove border */
    box-shadow: none; /* Remove focus shadow */
}

.accordion-button:focus {
    outline: none; /* Remove focus outline */
    box-shadow: none; /* Remove blue focus shadow */
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000000; /* Slightly darker background when expanded */
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    transform: rotate(0deg); /* Default state */
    transition: transform 0.3s ease-in-out; /* Smooth rotation */
}

.accordion-button.collapsed::after {
    color: #fff !important; /* Keep the arrow #fff even when collapsed */
}

.accordion-body {
    color: #aaa; /* Light gray text for content */
}
.accordion-button:not(.collapsed)::after{
    color: #fff !important;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e60278'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(180deg); /* Rotate arrow when expanded */
}
.light-mode .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
}
.light-mode .hero-tag {
    color: #fff !important;
}
.light-mode .hero-tag:hover {
    color: #000 !important;
}
.hero-tag:hover {
    color: #000 !important;
}
.light-mode .step-number{
    color: #fff !important;
}
/* Target SVG inside .step-number and change fill color */
.light-mode .step-number svg {
    fill: #fff !important;
}
.light-mode :where([data-color="primary"]) {
    color: #fff !important;
}
.light-mode .get_started_btn_custom{
    color: #fff !important;
}
.light-mode .book_call_btn_custom{
    color: #fff !important;
}
.light-mode .pricing_feature_tag{
    color: #fff !important;
}
.light-mode footer a {
    color: #f8f9fa6b !important;
}
.light-mode .button-singup-custom{
    color: #fff !important;
}