.section,
.bg-cover,
.soft-section-padding,
.cta-bg3 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.wishlist_icon svg path {
    stroke: #000;
    /* default outline color */
    fill: transparent;
    transition: all 0.3s ease;
}

.wishlist_icon:hover svg path {
    fill: #ff4d4d;
    /* hover fill color */
    stroke: #ff4d4d;
}

.wishlist_icon.active svg path {
    fill: #ff4d4d;
    /* active state fill color */
    stroke: #ff4d4d;
}

.soft-hero-slider-item::before {
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-image: url('../img/hero/overlay.png') !important;
}

.soft-service-contact {
    background-image: url('../img/service/bg.png');
}

.soft-footer-cta-wrap {
    background-image: url('../img/cta/cta.png');
}

.soft-counter-wrap {
    background-image: url('../img/v2/counter-bg.png');
}

.soft-hero-section {
    background-image: url('../img/hero/bg1.png');
}

.soft-service-contact {
    background-image: url('../img/service/bg.png');
}

.custom_image {
    background-image: url('../img/cta/cta-bg2.png');
}

.soft-hero-section4 {
    background-image: url('../img/hero/top-bg-queeksoft.webp');
}

.tech-agency-img {
    background-image: url('../img/hero/bg2.png');
}

.soft-footer-cta-wrap {
    background-image: url('../img/cta/cta.png');
}

.soft-hero-section8 {
    background-image: url('../img/hero/bg4.png');
}

/* .custom-image-two {
    background-image: url('../img/cta/cta-bg3.png');
} */

.custom-image-two-home, .custom-image-two {
    /* background-image: url('../img/cta/cta-bg2.png') !important; */
    background: linear-gradient(135deg, #0A2A88 0%, #1B1464 60%, #A259FF 100%);
}

.cookie_consent_modal {
    width: 350px;
    padding: 30px;
    background-color: var(--white-color);
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    border: 1px solid #e4e4e4;
    box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

.cookie_consent_modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 1;
}

.cookie_consent_modal h5 {
    font-size: 22px;
    font-weight: 500;
}

.cookie_consent_modal p {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}

.cookie_consent_modal .thm-btn-two {
    margin-top: 20px;
}

.shop_sidebar_item_box_main.fst {
    min-height: 240px !important;
    height: 0px !important;
}

.dashbord_sidebar {
    border-radius: 0px !important;
    border-right: 1px solid #e3e3ec;
}

.dashbord_bg {
    background: #fff !important;
    box-shadow: 0 12px 40px 4px rgba(10, 22, 94, 0.0784313725) !important;
}

.dashbord_item {
    padding: 0 !important;
    flex-direction: row !important;
    text-align: start !important;
}

.dashbord_item_icon {
    width: 54px !important;
    height: 54px !important;
}

.dashbord_item_text .d-item-label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.dashbord_table_main .table thead tr th {
    background: #EEF1FF !important;
    white-space: nowrap !important;
}

.d_review_box_head {
    background: #EEF1FF !important;
}

.dashbord_table_main .table tbody tr td {
    min-width: 150px !important;
}

.soft-hero-section4{
    top: -6px;
}

.soft-default-btn{
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;

}

.soft-default-btn:hover{
    background: linear-gradient(135deg, #7C3AED 0%, #DB2777 100%);
    box-shadow: 0 6px 20px rgba(236, 72, 153, 0.45);
    transform: translateY(-2px);
}

.soft-light-btn{
    background: #fff !important;
    color: #EC4899;
    border: 2px solid #EC4899;
    border-radius: 8px;
    padding: 14px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.soft-light-btn:hover{
    background: #EC4899 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3) !important;
    transform: translateY(-2px) !important;
}


.soft-header-btn{
    background: #EC4899 !important;
    color: #ffffff;
    border: 2px solid transparent;
    /* border-image: linear-gradient(135deg, #8B5CF6, #EC4899); */
    border-radius: 10px !important;
    padding: 10px 22px;
    font-weight: 600;
    transition: all 0.3s ease;

}

.soft-header-btn:hover{
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(236, 72, 153, 0.3);
    transform: translateY(-2px);
}


.soft-service-icon{
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}

.slick-slide{
    height: 50%;
}

.soft-4column-slider2 .slick-dots li.slick-active button {
    background: linear-gradient(135deg, #8B5CF6, #EC4899);
}

.soft-2column-slider .slick-dots button:before, .soft-3column-slider .slick-dots button:before, .soft-3column-slider2 .slick-dots button:before, .soft-4column-slider .slick-dots button:before, .soft-4column-slider2 .slick-dots button:before {
    background: linear-gradient(135deg, #8B5CF6, #EC4899);
}

.soft-iconbox-icon3{
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}

.soft-numberbox-data span{
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
}

.process-section{
    background: linear-gradient(to bottom, rgba(139, 92, 246, 0.08) 0%, /* Violet tint */ rgba(236, 72, 153, 0.05) 20%, /* Magenta tint */ #ffffff 60% /* Fade to white */);
    padding: 100px 0;
}

.soft-portfolio-thumb::after, .soft-service-thumb:after{
    background: linear-gradient(180deg, rgba(139, 92, 246, 0.3) 0%, rgba(236, 72, 153, 0.4) 100%) !important;
}

.testimonial-section{
    background: linear-gradient(180deg, #0A0E3F 0%, /* Deep navy top */ #4B2C89 40%, /* Bright violet center */ #6D238E 100% /* Magenta bottom */);
}

/* .testimonial-section .container{
    background: linear-gradient(180deg, #0A0E3F 0%, #0F133F 100%);
  position: relative;
  padding: 100px 0;
}

.testimonial-section .container::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
  background: radial-gradient(circle, rgb(139 92 246 / 50%), rgb(236 72 153 / 43%));
  filter: blur(80px);
  z-index: 0;
}
*/
.testimonial-section .container .soft-section-title{
    color: #ffffff;
    position: relative;
}

.soft-footer-section{
    background: linear-gradient(180deg, #0B0E34 0%, #1B1464 100%);
    color: #C9D2FF;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #4A00E0, #8E2DE2) 1;
}

.soft-footer-textarea.dark-color p, .soft-footer-title.dark-color h5{
    font-weight: 600 !important;
    color: #FFFFFF !important;
    margin-bottom: 12px;
}

.soft-footer-menu.dark-color ul li a, .soft-footer-info.dark-color ul li a, .soft-footer-info.dark-color ul li i{
    color: #C9D2FF !important;
    transition: all 0.3s;
}

.soft-footer-menu.dark-color ul li a:hover, .soft-footer-info.dark-color ul li a:hover, .soft-footer-info.dark-color ul li i:hover{
    color: #FFFFFF !important;
    /* text-decoration: underline; */
    /* text-decoration-color: #8E2DE2; */
}

.soft-copywright.dark-color p{
    color: #C9D2FF !important;
}

.footer-logo-line {
  /* width: 60px; */
  height: 3px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 2px;
  background: linear-gradient(90deg, #8B5CF6, #EC4899);
}

/* portfolio Page */
.soft-navigation span.current, .page-links .current{
    background: linear-gradient(135deg, #8B5CF6, #EC4899) !important;
}

.soft-shop-btn{
    background: linear-gradient(135deg, #8B5CF6, #EC4899) !important;
}

.soft-shop-data h6, .soft-icon-btn, .soft-icon-btn:hover{
    color: #EC4899 !important;
}

/* fix: ensure CTA section doesn't overlap previous content */
.section.soft-section-padding + .section.cta-bg3,
.soft-section-padding + .cta-bg3 {
    margin-top: 60px;
}

.cta-bg3 {
    position: relative;
    z-index: 0;
}

.soft-service-details-wrap {
    position: relative;
    z-index: 1;
}

/* ensure the whole service detail section is above the CTA */
.service-detail-section {
    position: relative;
    z-index: 2;
    background-color: #fff;
    margin-bottom: 80px;
}

/* ensure CTA starts below any floats and creates its own stacking context */
.cta-bg3 {
    clear: both;
}

/* extra separation for CTA under service details */
.cta-bg3 {
    margin-top: 120px !important;
}

/* Fix: ensure contact address shows fully (no ellipsis) */
.soft-contact-info p {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: initial !important;
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    word-break: break-word;
}

.soft-main-form {
    padding: 10px !important;
}
@media (max-width: 991px) {
    .soft-main-form {
        padding: 10px !important;
    }
}

.soft-service-details-item ul,
.soft-service-details-item ol {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    list-style: disc outside;
}

.soft-service-details-item ol {
    list-style: decimal outside;
}

.soft-service-details-item li {
    margin-bottom: 0.25rem;
    list-style: inherit;
}
