
:root{
    --dy-footer1:#eeff0550;
}

.nav-scroll-wrapper {
    overflow: hidden;
    width: 777px; 
    background: transparent;
    
    position: relative;
    top: 53px;
    left: 122px;
    z-index: 3;
}

@media(max-width: 991px){
    .nav-scroll-wrapper{
        left:0;
    }
}
.footer-ul-xx{
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}


.nav-scroll-track {
    display: flex;
    width: max-content;
    animation: scroll-left_nav 20s linear infinite;
}
.nav-scroll-content{
    font-weight: 900;
    font-size: xx-large;
    color: white;
}

.nav-scroll-btn {
    margin: 0 10px;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

@keyframes scroll-left_nav {
    0%{
        transform: translateX(100%);
    }
    50% {
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
.login-hero{
    display: flex;
    justify-content: center;
    margin-bottom: -67px;
}
.login-wrapper {
    width: 95%;
    position: relative;
    top: -90px;
    max-width: 1300px;
    background: #fff;
    padding: 22px;
    border-radius: 40px;
    box-shadow: 0 15px 40px rgba(0, 100, 255, 0.15);
}

/* Form layout */
.login-form {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Inputs */
.input-group-1 {
    display: flex;
    align-items: center;
    background: #f4f7fb;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #d0d7e2;
    height: 56px;
    flex: 1;
}

.input-group-1.full {
    min-width: 260px;
}

.input-group-1 input {
    border: none;
    outline: none;
    width: 100%;
    padding-left: 10px;
    font-size: 19px;
    height: 100%;
    background: #f4f7fb;
}

/* Left icons */
.icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Action group */
.action-group {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

/* Small icon buttons */
.icon-btn {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 1px solid #d0d7e2;
    background: #f4f7fb;
    font-size: 18px;
    cursor: pointer;
}

/* Login button */
.login-btn {
    height: 56px;
    padding: 0 26px;
    border-radius: 14px;
    border: none;
    background: linear-gradient(180deg, #4bb3ff, #1f7cff);
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

/* Social buttons */
.social-btn {
    width: 100%;
    height: 56px;
    border-radius: 12px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.facebook {
    background: #1877f2;
}

.google {
    background: #db4437;
}
.social-btn-continer{
    margin-top: 29px;
    width: 100%;
    display: flex
;
    gap: 20px;
}

@media(max-width:910px){
    .login-form{
        flex-direction: column;
    }
    .input-group-1.full{
        width: 100%;
    }
    .action-group{
        width: 100%;
        flex-wrap: nowrap;
    }
    .login-btn{
        justify-content: center;
        width: 100%;
    }
    .input-group-1{
        flex:none;
    }
    .login-wrapper{
        top:0px;
        margin-bottom: 29px;
    }
    .login-hero{
        margin-bottom: 0px;
    }
}

.no_banner{
    padding-top: 114px;
    padding-bottom: 22px;
    margin-bottom: 49px;
}

/* =========================================================== start hero ==================================================*/

/* =================================== timtimati light 2 ===================================================== */
.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 20px;
}

.christmas-garland .christmas-garland__item:first-child {
  margin-left: -40px;
}

.christmas-garland {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 11;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 85px;
}

.christmas-garland .christmas-garland__item:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  top: -1px;
  left: 9px;
}

div.shape {
  position: absolute;
  overflow: hidden;
  left: 0;
  width: 100%;
  z-index: 2;
}

.christmas-garland .christmas-garland__item .shape {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.christmas-garland .christmas-garland__item .apple {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.christmas-garland .christmas-garland__item:nth-child(2n+1) .shape {
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}

.christmas-garland .christmas-garland__item:nth-child(4n+2) .shape {
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}

.christmas-garland .christmas-garland__item:nth-child(3n+1) .shape {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}

@keyframes flash-1 {

  0%,
  100% {
    background: rgb(255, 219, 0);
    box-shadow: 0px 5px 24px 3px rgb(255, 219, 0);
  }

  50% {
    background: rgba(255, 219, 0, 0.4);
    box-shadow: 0px 5px 24px 3px rgba(255, 219, 0, 0.4);
  }
}

@keyframes flash-2 {

  0%,
  100% {
    background: rgb(247, 95, 9);
    box-shadow: 0px 5px 24px 3px rgb(247, 95, 9);
  }

  50% {
    background: rgba(247, 95, 9, 0.2);
    box-shadow: 0px 5px 24px 3px rgba(247, 95, 9, 0.2);
  }
}

@keyframes flash-3 {

  0%,
  100% {
    background: rgb(6, 233, 211);
    box-shadow: 0px 5px 24px 3px rgb(6, 233, 211);
  }

  50% {
    background: rgba(6, 233, 211, 0.2);
    box-shadow: 0px 5px 24px 3px rgba(6, 233, 211, 0.2);
  }
}

.christmas-garland .christmas-garland__item:after {
  content: "";
  top: -9px;
  left: 14px;
  position: absolute;
  width: 52px;
  height: 18px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}


.review-banner{
    margin-bottom: 15px;
    background: #e9edf3;
    padding: 10px 20px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.avatar-group{
    display: flex;
}
.avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
    margin-left: -15px;
}
.avatar:first-child {
    margin-left: 0;
}
.rating-text {
    font-size: 16px;
    color: #333;
}
.services-btn {
    background: #c4e538;
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}
/* Button */
.signup-btn{
    padding: 8px 5px;
    border-radius: 40px;
    background: linear-gradient(135deg,var(--primary-color),var(--dy-nav));
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(0,82,255,0.35);
}

.signup-btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0,82,255,0.45);
}

.arrow{
    font-size: 18px;
}
@media(max-width:750px){
    .rating-card{
        margin-right: 0px;
        border-radius: 10px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .rating-left{
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .signup-btn{
        justify-content: center;
        width: 100%;
        border-radius: 10px;

    }
}
/* =========================================================== start icon scroll ==================================================*/
.scroll-container {
    margin: auto;
    width: 80vw;               /* 1/2 of PC screen */
    overflow: hidden;
    background: #f4f4f4;
    padding: 14px 0;
    position: relative;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(8px);
    border-radius: 18px;
}

.scroll-track {
    display: flex;
    width: max-content;
    animation: infinite-scroll 14s linear infinite;
}

.scroll-track button {
    margin: 0 10px;
    padding: 10px 22px;
    border-radius: 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

/* infinite movement */
@keyframes infinite-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-40%);
    }
}

/* edge blur fade */
.scroll-container::before,
.scroll-container::after {
    content: "";
    position: absolute;
    top: 0;
    width: 70px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.scroll-container::before {
    left: 0;
    background: linear-gradient(
        to right,
        rgba(255,255,255,1),
        rgba(255,255,255,0)
    );
}

.scroll-container::after {
    right: 0;
    background: linear-gradient(
        to left,
        rgba(255,255,255,1),
        rgba(255,255,255,0)
    );
}


/* base social button */
.scroll-track button {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;

    background: linear-gradient(
        45deg,
        #F58529,
        #DD2A7B,
        #8134AF,
        #515BD4
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scroll-track button:hover {
    -webkit-text-fill-color: #DD2A7B; /* restore text color */
    color: #DD2A7B;
}
/*=========================================================== start carousel ===========================================================*/
#card-container , #card-container-service {
    padding-right: 40px;
    width: 100%;
    max-width: 1300px;
    display: block;
    margin: auto;
    overflow: hidden; /* hide extra cards */
    position: relative;
    transition: all 0.3s ease;
}
.feature-box {
    background:linear-gradient(
        5deg,
        var(--dy-hero1),
        var(--primary-color) 
    );
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 12px;
    border: 1px solid red ;
}

/* Light sweep animation */
.feature-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-25deg);
    transition: all 0.7s ease;
}

/* Hover Effects */
.feature-box:hover {
    background: linear-gradient(
        5deg,
        var(--dy-form),
        var(--dy-nav) 
    );
    transform: translateY(-8px) scale(1.02);
    box-shadow:
        0 10px 25px rgba(0,0,0,0.15),
        0 0 25px rgba(255, 0, 150, 0.25),
        0 0 40px rgba(0, 200, 255, 0.25);
}

/* Trigger the light sweep */
.feature-box:hover::before {
    left: 150%;
}

/* Optional: smooth text color change inside */
.feature-box:hover * {
    transition: color 0.3s ease;
    color: #fff;
}

#m_card{
    background:white;
}
#m_card:hover *{
    color:white;
}

.service-card-h:hover{
    scale:1.05;
    box-shadow:0 4px 12px rgb(1 1 1);
}

.card-track , .card-track-service {
    display: flex;
    gap: 20px;
    padding:14px;
    transition: transform 0.5s ease;
}
@media (max-width: 1000px) {
    .card-track {
        /*display: block;*/
    }
    .service-card-h,.feature-card-h{
        flex: 0 0 auto;          
        width: 100%;             
        max-width: 100%;
    }
    #card-container , #card-container-service{
        padding-right: 0px;
    }
}
/* hheheheh*/
.hero-carousel,
.hero-carousel .owl-stage-outer,
.hero-carousel .owl-stage,
.hero-carousel .owl-item,
.hero-carousel .item {
    height: 549px;
}

.hero-carousel .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.hero-m{
    position: absolute;
    top: 60px;
    left: 50px;
    border: 50px solid red;
    border-radius: 50%;
    z-index: 4;
}
/* ========================================================= start testimiriral ======================================================== */
.testimoi-bg {
    padding-top: 64px;
    background: linear-gradient(to bottom left, var(--dy-footer), var(--secondary-color));
}

.card-Achivement{
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    cursor: pointer;
}

.fancy-hover-card{
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: all 0.4s ease;
    background: #ffffff;
    z-index: 1;
}

/* gradient layer */
.fancy-hover-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--dy-form), var(--dy-hero1));
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

/* hover effect */
.fancy-hover-card:hover::before{
    opacity: 1;
}

/* lift effect */
.fancy-hover-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* text & icon color change smoothly */
.fancy-hover-card .icon-area i,
.fancy-hover-card .content-area h3,
.fancy-hover-card .content-area h5{
    transition: color 0.4s ease;
}

.fancy-hover-card:hover .icon-area i,
.fancy-hover-card:hover .content-area h3,
.fancy-hover-card:hover .content-area h5{
    color: #ffffff;
}



/* real content */
.card-Achivement {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Background Layer */
.card-Achivement::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: linear-gradient(
        45deg,
        var(--dy-hero1),
        #ffffff,
        var(--primary-color)
    );
    z-index: -1;
    transition: opacity 0.4s ease;
    opacity: 1;
    animation: rotateBg 6s linear infinite;
}

/* Rotate only background */
.card-Achivement:hover::before {
    
    background: linear-gradient(
        45deg,
        var(--dy-nav),
        #ffffff,
        var(--dy-form)
    );
}

/* Rotation animation */
@keyframes rotateBg {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.card-Achivement:hover .cmn-box3{
    transform: translateY(-10px);
    color: #fff;
}

.card-Achivement:hover .icon-area i{
    transform: scale(1.2) rotate(8deg);
    color: #ffd700;
    transition: .4s;
}

.card-Achivement:hover .achivement-counter{
    transform: scale(1.15);
    transition: .4s;
}

/* ================================ ===================== how its work =========================*/
.how-count {
    border: 9px solid #ffffff;
    border-radius: 50%;
    padding: 6px;
    text-shadow: none;
    font-size: 24px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    margin-bottom: 12px;
}
._purple{
    background: linear-gradient(180deg, var(--dy-form), var(--primary-color));
}
._orange {
    background: linear-gradient(180deg, var(--secondary-color), var(--dy-nav));
}
/*============================ ============== smm service -=======================================*/
#service_home{
    background: radial-gradient(#4eff00, transparent);
}
#service_home .service_content {
    text-align: center;
    margin-bottom: 20px;
}
#service_home .service_content h2 {
    font-family: 'Fredoka', sans-serif;
    font-size: 45px;
    font-weight: 900;
    color: black;
    margin-bottom: 5px;
}
#service_home .card_services {
    margin-bottom: 20px;
    background: #F6F9FF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.22);
    border-radius: 30px;
    border: none;
}
#service_home .card_services .card-header {
    background: #EFF3FC;
    border: none !important;
    border-radius: 30px;
    padding: 30px 30px;
}
#service_home .card_services .service_tabs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
}
#service_home .card_services .service_tabs button {
    display: flex;
    width: 100%;
    font-size: 18px;
    color: black;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: white;
    border: 2px solid white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.13);
    border-radius: 10px;
    min-height: 58px;
}
#service_home .card_services .service_tabs button.active {
    border-color: var(--navbar-active);
}
.services_tabs_image{
    max-width: 400px;
    margin: auto;
}
/* ========================================================= start Why choose us ======================================================== */
.why-choose-hover {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 14px;
    cursor: pointer;
    background:linear-gradient(
        5deg,
        var(--dy-hero1),
        var(--primary-color) 
    );
}

/* Initial subtle shadow */
.why-choose-hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Animated light sweep */
.why-choose-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.6s;
}

/* Hover effects */
.why-choose-hover:hover {
    color: white;
    background: linear-gradient(135deg, var(--dy-nav), var(--dy-form));
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Sweep animation trigger */
.why-choose-hover:hover::before {
    left: 120%;
}

/* Make all inner text white on hover */
.why-choose-hover:hover * {
    color: #fff !important;
}

/* ========================================================= start blog ======================================================== */
.blog-hover {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    background: #fff;
    cursor: pointer;
}

.blog-hover:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.18);
}

/* Smooth inner content animation */
.blog-hover .card-body {
    transition: transform 0.4s ease;
}

.blog-hover:hover .card-body {
    transform: scale(1.03);
}

.blog-hover::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    padding: 2px;
    background: linear-gradient(45deg, #ff6b6b, #4facfe);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.blog-hover:hover::before {
    opacity: 1;
}
/* ========================================================= start about ======================================================== */

.video-card ,.card-Achivement {
    position: relative;
    overflow: hidden;
    padding:10px;
    border-radius: 100%;
    border: 10px solid var(--dy-nav);
}
.circle-gradient ,.blog-section {
    background: radial-gradient(
        circle at center,
        var(--dy-form) 0%,
        var(--dy-hero1) 40%,
        #ffffff 100%
    );
}
.blog-section{
    padding-bottom: 94px;
}
.rotating-border {
    position: absolute;
    inset: -6px;
    scale: 2;
    border-radius: 18px;
    background: linear-gradient(45deg, #ff0066,#ffffff, #00d9ff);
    z-index: 0;
    animation: rotateBorder 3s linear infinite;
}

/* Mask center so only border shows */
.rotating-border::before {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 14px;
}

/* Image container */
.video-image {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
}

.video-image img {
    width: 100%;
    display: block;
    border-radius: 14px;
}

/* Rotation animation */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* ========================================================= start footer ======================================================== */
.footer-bg{
    background: linear-gradient(
        to bottom,
        var(--dy-footer1),
        var(--dy-footer)
    );
}


@media(max-width:500px){
    
    .socil{
        justify-content: center;
    }
    .footer-widget{
        text-align: center;
    }
    
    .quick-ul{
        display: flex;
        justify-content: center;
        gap: 9px;
        flex-wrap: wrap;
    }
    .widget-title::after{
        width: 100% !important;
    }
    .widget-title::before{
        left: 41% !important;
    }
}



.copyright-area{
    padding: 10px;
    padding-bottom: 30px;
    background: var(--dy-copy);
}

.copy-text{
    width: 80%;
    margin: auto;
}
/* ============================================== color-ful text ============================================*/

.text-colorful-1, .text-colorful-1 *,
.text-colorful-2, .text-colorful-2 *,
.text-colorful-3, .text-colorful-3 *,
.text-colorful-4, .text-colorful-4 *{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    transition: all .4s ease;
}

.text-colorful-1:hover, .text-colorful-1:hover *,
.text-colorful-2:hover, .text-colorful-2:hover *,
.text-colorful-3:hover, .text-colorful-3:hover *,
.text-colorful-4:hover, .text-colorful-4:hover *{
    scale:1.05;

}

/* ===== Color Style 1 ===== */
.text-colorful-1, .text-colorful-1 *{
    background: linear-gradient(135deg, #4f46e5, #06b6d4, #22c55e, #f59e0b);
}

/* ===== Color Style 2 ===== */
.text-colorful-2, .text-colorful-2 *{
    background: linear-gradient(135deg, #ec4899, #8b5cf6, #3b82f6);
}

/* ===== Color Style 3 ===== */
.text-colorful-3, .text-colorful-3 *{
    background: linear-gradient(135deg, #0052ff, #ee0040, #11a327);
}

/* ===== Color Style 4 ===== */
.text-colorful-4, .text-colorful-4 *{
    background: linear-gradient(135deg, #14b8a6, #e90ea2, #6366f1);
}
/* ===== Shared colorful text behavior ===== */
[class^="text-colorful-"] :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    transition: color .4s ease, background .4s ease;
}

/* On hover → white text */
[class^="text-colorful-"]:hover :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: none !important;
    color: #ffffff;
}

/* ===== Style 1 ===== */
.text-colorful-1 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#4f46e5,#06b6d4,#22c55e,#f59e0b);
}

/* ===== Style 2 ===== */
.text-colorful-2 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#ec4899,#8b5cf6,#3b82f6);
}

/* ===== Style 3 ===== */
.text-colorful-3 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#ef4444,#f97316,#eab308);
}

/* ===== Style 4 ===== */
.text-colorful-4 :is(h1,h2,h3,h4,h5,h6,p,span,a,i,small,strong,em){
    background: linear-gradient(135deg,#14b8a6,#0ea5e9,#6366f1);
}

/* ====================================== start Achivement ============================================= */
@media (min-width: 992px) {
    .custom-w {
        flex: 0 0 auto;
        width: 23%;
    }
}

/* =======================*/

/* ========================================= start Rentals product csss ============================================*/
/* ========================================= start Rentals product csss ============================================*/
/* ========================================= start Rentals product csss ============================================*/
/* ========================================= start Rentals product csss ============================================*/
/* ================================
   PREMIUM PRODUCT CARD DESIGN
================================ */


/* Product Item */
.product-item {
    padding: 3px;
    transition: all 0.4s ease;
}

/* Main Card */
.product-wrapper {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 24px;
    background: linear-gradient(145deg, #ffffff, #f5f7ff);
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.45s ease;
    height: 100%;
}

/* Premium Glow Border */
.product-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 24px;
    background: linear-gradient(
        135deg,
        rgba(0, 123, 255, 0.25),
        rgba(255, 0, 150, 0.12),
        rgba(0, 255, 200, 0.15)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s ease;
}

/* Hover Effects */
.product-wrapper:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.14),
        0 10px 20px rgba(0, 123, 255, 0.12);
    background: linear-gradient(145deg, #ff6060, #9f9adb);
}

.product-wrapper:hover::before {
    opacity: 1;
}

/* Product Image */
.product-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
    transition: transform 0.6s ease;
}

.product-wrapper:hover img {
    transform: scale(1.08);
}

/* Floating Shine Effect */
.product-wrapper::after {
    content: "";
    position: absolute;
    top: -120%;
    left: -50%;
    width: 60%;
    height: 250%;
    background: rgba(255, 255, 255, 0.18);
    transform: rotate(25deg);
    transition: all 0.8s ease;
}

.product-wrapper:hover::after {
    left: 120%;
}

/* Buttons */
.product-wrapper .btn {
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 28px;
    transition: all 0.3s ease;
    letter-spacing: 0.4px;
}

/* Demo Button */
.product-wrapper .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056d2);
    border: none;
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.25);
}

.product-wrapper .btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 22px rgba(0, 123, 255, 0.35);
}

/* Details Button */
.product-wrapper .btn-secondary {
    background: #cacaca;
    color: #222;
    border: none;
}

.product-wrapper .btn-secondary:hover {
    background: #111827;
    color: #fff;
    transform: translateY(-3px);
}



/* Ratings */
.ratings {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 14px;
}

.ratings span {
    margin-left: 8px;
    font-weight: 700;
    color: #444;
    font-size: 15px;
}

/* Rating Animation */
.ratings svg {
    transition: transform 0.3s ease;
}

.product-wrapper:hover .ratings svg {
    transform: scale(1.12);
}

/* Description */
.product-description p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
    min-height: 70px;
    margin-bottom: 18px;
    transition: color 0.3s ease;
}

.product-wrapper:hover .product-description p {
    color: #374151;
}

/* Price */
.price {
    margin-top: 10px;
}

.new-price {
    font-size: 24px !important;
    font-weight: 800;
    background: linear-gradient(135deg, #007bff, #ff7d7d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.5px;
}

/* Extra Floating Animation */
@keyframes floating {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(0px);
    }
}

.product-wrapper:hover {
    animation: floating 1s ease-in-out infinite;
}

/* Card Body */
.card-body {
    position: relative;
    z-index: 2;
}

/* Responsive */
@media (max-width: 768px) {

    .product-wrapper img {
        height: 220px;
    }

    .product-wrapper .btn {
        padding: 10px 18px;
        font-size: 14px;
    }

    .new-price {
        font-size: 24px;
    }

    .product-description p {
        min-height: auto;
    }
}

/* ============================================== paln text ==================================*/
/* ============================================
   PREMIUM PRICING CARDS — Targets Existing HTML
   No HTML changes required
   Font: Cormorant Garamond + DM Sans
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── CSS Variables ── */
:root {
  --gold:       #c9a84c;
  --gold-light: #e8c97a;
  --gold-dim:   #8a6a2a;
  --bg-deep:    #0a0a0f00;
  --bg-card:    #111118;
  --bg-card-h:  #16161f;
  --border:     rgba(201, 168, 76, 0.18);
  --border-h:   rgba(201, 168, 76, 0.55);
  --text-main:  #f0ece4;
  --text-muted: #7a7a8a;
  --text-sub:   #b0aca0;
  --radius:     20px;
  --transition: 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Container ── */
#rental-container {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 24px !important;
  padding: 60px 40px !important;
  background: var(--bg-deep) !important;
  justify-content: center !important;
  align-items: stretch !important;
  font-family: 'DM Sans', sans-serif !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
}

/* Ambient glow */
#rental-container::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 15% 50%, rgba(201,168,76,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 85% 30%, rgba(100,80,200,0.05) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ── Base Card ── */
#rental-container .product-card {
  position: relative !important;
  flex: 1 !important;
  min-width: 0 !important;
  max-width: 320px !important;
  background: var(--bg-card) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  padding: 40px 28px 32px !important;
  display: flex !important;
  flex-direction: column !important;
  text-align: center !important;
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition) !important;
  overflow: hidden !important;
  z-index: 1 !important;
  margin: 0 !important;
}

/* Gold shimmer line on top of each card */
#rental-container .product-card::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
  opacity: 0.4;
  transition: opacity var(--transition);
}

#rental-container .product-card:hover {
  transform: translateY(-10px) !important;
  border-color: var(--border-h) !important;
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 0 0 1px var(--border-h),
    0 0 40px rgba(201,168,76,0.08) !important;
  background: var(--bg-card-h) !important;
}

#rental-container .product-card:hover::before {
  opacity: 1;
}

/* ── Middle card (2nd child) = FEATURED ── */
#rental-container .product-card:nth-child(2) {
  border-color: rgba(201,168,76,0.4) !important;
  background: linear-gradient(160deg, #161620 0%, #0f0f18 100%) !important;
  transform: scale(1.04) !important;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.55),
    0 0 0 1px rgba(201,168,76,0.3),
    0 0 60px rgba(201,168,76,0.07) !important;
  z-index: 2 !important;
}

#rental-container .product-card:nth-child(2):hover {
  transform: scale(1.04) translateY(-10px) !important;
}

/* "Most Popular" ribbon on featured card */
#rental-container .product-card:nth-child(2)::after {
  content: '★ MOST POPULAR';
  position: absolute;
  top: 22px;
  right: -36px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dim));
  color: #0a0a0f;
  font-family: 'DM Sans', sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
  padding: 5px 46px;
  transform: rotate(45deg);
}

/* ── Plan Name  (h5) ── */
#rental-container .product-card h5 {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: var(--text-main) !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 2px !important;
  line-height: 1.1 !important;
}

/* Gold line under h5 */
#rental-container .product-card h5::after {
  content: '';
  display: block;
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  margin: 10px auto 0;
  opacity: 0.65;
}

/* ── Tagline (first <p> inside .mt-2) ── */
#rental-container .product-card .mt-2 p {
  font-size: 10.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  margin-bottom: 0 !important;
  margin-top: 6px !important;
}

/* ── Setup Fee block ── */
#rental-container .product-card .my-1 p {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--text-muted) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  margin-bottom: 0 !important;
}

#rental-container .product-card .my-1 p span {
  color: var(--text-sub) !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}

/* Free period text (2nd .my-1 p without span) */
#rental-container .product-card .my-1:nth-child(3) p {
  display: inline-block;
  background: rgba(201,168,76,0.1) !important;
  border: 1px solid rgba(201,168,76,0.28);
  color: var(--gold-light) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  padding: 4px 16px;
  border-radius: 30px;
  margin: 6px 0 !important;
}

/* ── Pricing row ── */
#rental-container .product-card .d-flex.justify-content-center {
  gap: 0 !important;
  background: transparent !important;
  margin-bottom: 8px !important;
}

#rental-container .product-card .form-check {
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 10px 18px !important;
  border: 1px solid var(--border) !important;
  margin: 0 !important;
}

#rental-container .product-card .form-check:first-child {
  border-radius: 10px 0 0 10px !important;
  border-right: none !important;
}

#rental-container .product-card .form-check:last-child {
  border-radius: 0 10px 10px 0 !important;
}

/* Price amount */
#rental-container .product-card .form-check-label span {
  font-family: 'Cormorant Garamond', serif !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  color: var(--text-main) !important;
  line-height: 1 !important;
}

#rental-container .product-card:nth-child(2) .form-check-label span {
  color: var(--gold-light) !important;
}

/* "Monthly" / "Yearly" text */
#rental-container .product-card .form-check-label {
  flex-direction: column !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: var(--text-muted) !important;
  gap: 3px !important;
  line-height: 1 !important;
}

/* ── Order Now Button ── */
#rental-container .product-card .btn.btn-primary.orderNow {
  background: transparent !important;
  border: 1px solid var(--border-h) !important;
  color: var(--gold-light) !important;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  border-radius: 10px !important;
  padding: 14px !important;
  margin: 20px 0 20px !important;
  transition: all var(--transition) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

#rental-container .product-card .btn.btn-primary.orderNow::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.12), rgba(201,168,76,0.03));
  opacity: 0;
  transition: opacity var(--transition);
}

#rental-container .product-card .btn.btn-primary.orderNow:hover {
  border-color: var(--gold-light) !important;
  color: #fff !important;
  box-shadow: 0 0 28px rgba(201,168,76,0.22) !important;
  transform: none !important;
}

#rental-container .product-card .btn.btn-primary.orderNow:hover::before {
  opacity: 1;
}

/* Featured card CTA — solid gold fill */
#rental-container .product-card:nth-child(2) .btn.btn-primary.orderNow {
  background: linear-gradient(135deg, var(--gold), #a07828) !important;
  border-color: transparent !important;
  color: #0a0a0f !important;
  font-weight: 800 !important;
}

#rental-container .product-card:nth-child(2) .btn.btn-primary.orderNow:hover {
  box-shadow: 0 8px 32px rgba(201,168,76,0.45) !important;
  color: #0a0a0f !important;
}

/* ── Feature description text (last .m-1) ── */
#rental-container .product-card .m-1.text-start {
  font-size: 12.5px !important;
  color: var(--text-sub) !important;
  line-height: 2 !important;
  text-align: left !important;
  padding-top: 4px !important;
  border-top: 1px solid var(--border) !important;
  margin-top: auto !important;
}

#rental-container .product-card:nth-child(2) .m-1.text-start {
  color: var(--text-main) !important;
}

/* ── Responsive ── */
@media (max-width: 900px) {
  #rental-container {
    flex-wrap: wrap !important;
    padding: 40px 16px !important;
    gap: 20px !important;
  }

  #rental-container .product-card {
    min-width: 280px !important;
    max-width: 100% !important;
    flex: 1 1 280px !important;
  }

  #rental-container .product-card:nth-child(2) {
    transform: none !important;
    order: -1 !important;
  }

  #rental-container .product-card:nth-child(2):hover {
    transform: translateY(-10px) !important;
  }
}
.choose_plan{
    padding-top: 30px;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #87d111b5, #05d6ee87);
}