*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
    /* background: #867070; */
}

body{
    background: #5b5a57;
}
.contaninar{
    /*background: #fbf3d3;*/
    padding: 20px;
    border-radius: 20px;
    margin-top: 70px;
    display: flex;
    justify-content: center; /* horizontal center */
    align-items: center;  
    position: relative;
}

/* Outer soft background */
.login-wrapper{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

/* Main container */
.login-box{
    background: #fbf3d3;
    width: 100%;
    max-width: 1200px;
    padding: 40px 50px;
    border-radius: 18px;
    border: 2px solid #7a3b2e;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* Title */
.login-box h2{
    text-align: center;
    font-size: 34px;
    margin-bottom: 35px;
    color: #000;
}

/* Input + button row */
.form-row{
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

/* Inputs */
.form-row input{
    color: black;
    flex: 1;
    padding: 18px 24px;
    border-radius: 50px;
    border: none;
    outline: none;
    font-size: 18px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

/* Button */
.form-row button{
    padding: 18px 45px;
    border-radius: 50px;
    border: none;
    background: #6f3a2c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-row button:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    background: red;
}

/* Footer */
.form-footer{
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 30px;
    font-size: 16px;
}

.form-footer p{
    color: #000;
}

.form-footer a{
    text-decoration: none;
    color: #ff8c00;
    font-weight: 600;
}

.form-footer .forgot{
    color: #6f3a2c;
}

/* Responsive */
@media(max-width: 768px){
    .login-box h2{
        font-size: 26px;
    }

    .form-row{
        flex-direction: column;
    }

    .form-row button{
        width: 100%;
    }

    .form-footer{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
}
/* Social title */
.social-title{
    text-align: center;
    margin: 30px 0 20px;
    font-weight: 500;
    color: #555;
}

/* Social container */
.social-login{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 25px;
}

/* Base social button */
.social-btn{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Logo */
.social-btn img{
    width: 22px;
    height: 22px;
}

/* Hover effect */
.social-btn:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.25);
}

/* Google */
.social-btn.google{
    color: #444;
}

/* Facebook */
.social-btn.facebook{
    color: #1877f2;
}

/* Responsive */
@media(max-width: 768px){
    .social-login{
        flex-direction: column;
    }

    .social-btn{
        justify-content: center;
        width: 100%;
    }
}

.feature-heading{
    text-align: center;
    margin-bottom: 45px;
}

/*============================ ============== smm service -=======================================*/
#service_home{
    padding-top: 100px;
    background: radial-gradient(var(--frombg), 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;
}
.icons{
    min-width: 50px;
}
/*======================================== end==================================================*/

.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;
}
/* ================================ ===================== 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(--navbarColor), var(--primary-color));
}
._orange {
    background: linear-gradient(180deg, var(--secondary-color), var(--frombg));
}

/* ===================================== top smm -==============================================*/

#top__smm {
    /*padding: 150px 0px;*/
    padding-bottom: 100px;
}

.section__title {
    color: #000;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 65px;
}

.btn.btn-primary.btn-gradient {
    font-size: 18px;
    font-weight: 700;
    color: white;
    background: linear-gradient(267deg, #4EDF79 3.42%, #F89A20 91.65%);
    padding: 12px 25px;
    border-radius: 50px;
    border: none;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.25));
}
.top__smm__img {
    position: relative;
}
.top__smm__img .img-icon-favs {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.roateds {
    animation: roateded 10s infinite;
    transition: 0;
}

@keyframes roateded {
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}


/*=============================================================end top smmm =========================*/
/* =================================== 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 {
  margin-top: -4vh;
  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%;
}

/*=========================================================== end timtimati light ===========================================*/
#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;
}

.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;
    }
}

.hero-m{
    position: absolute;
    top: 60px;
    left: 50px;
    border: 50px solid red;
    border-radius: 50%;
    z-index: 4;
}

.sub_contani{
    padding: 20px;
    width: 1150px;
    background: #f7ead0;
    border-radius: 20px;
}
.hero-bg-image{
    height: 892px;
    position: absolute;
    width: 100vw;
    top: 0;
}


.scroll-container {
    width: 70vw;               /* 1/2 of PC screen */
    overflow: hidden;
    background: #f4f4f4;
    padding: 14px 0;
    margin: auto;
    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;
}


.nav-scroll-wrapper {
    overflow: hidden;
    /*padding: 15px 0;*/
    width: 777px; /* custom width for track */
    background: transparent;
    /*border: 1px solid #ccc;*/
    
    position: relative;
    /*top: 10px;*/
    left: 200px;
}

@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;
}

.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%);
    }
}

/* The base state of the card */
#m_card {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); /* Smooth, high-end easing */
    border: 1px solid #e5e7eb;
    background: #ffffff;
    will-change: transform, box-shadow;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/* The hover state */

.m_title:hover{
    color:green;
    scale:1.05;
}


.green{
    color: green;
}



/* ============================================== 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);
}

/*========================== banner ==================*/
#page-banner{
    padding: 0px 0px !important;
}

.accordion-button{
        padding: 10px;
    width: 100%;
}

.form-control{
    border-radius: 50px;
}
.table td, .table th{
    border-top: none;
}

@media(max-width: 776px){
    .btn-primary{
        width: 100%;
    }
}
@media(max-width: 576px){
    .sub_contani{
        margin-left: 50px;
        margin-right: 50px;
    }
    .footer-ul-xx{
        flex-direction: row;
    }
    .nav-scroll-wrapper{
        top: -219px;
    }
}
