@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Light.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Black.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../webassets/fonts/SFProDisplay-Thin.woff2') format('woff2'),
        url('../webassets/fonts/SFProDisplay-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Bold.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Extralight.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Medium.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Black.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Extrabold.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Light.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Regular.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Switzer';
    src: url('../webassets/fonts/Switzer-Thin.woff2') format('woff2'),
        url('../webassets/fonts/Switzer-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root {
    --colortheme: #f9ae01;
}


/*****************************************************************************/


body {
    margin: 0;
    padding: 0;
    font-family: 'SF Pro Display';
    background-color: #f9f9f9;
    color: #333;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
  
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

/* Utility Classes */
.container {
    /* width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px; */
    /* padding-bottom: 74px; */

}



.innerwrapper{
    max-width: 1270px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}




.highlight {
    color: #F9AE01;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 30px;
}

.btn-primary {
    background-color: #F9AE01;
    color: white;
    border: none;
}

.btn-primary:hover {
    background-color: #dd9c06;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(247, 109, 55, 0.4);
}

.btn-secondary {
    background-color: white;
    color: #333;
    border: 1px solid #ddd;
}

.btn-secondary:hover {
    background-color: #f5f5f5;
}





/*  */



/*  */
/* Navbar */
.top_head {
    position: fixed;
    width: 100%;
    top: 5px;
    z-index: 1000;
    transition: all 0.3s ease;
    margin: 10px 0;
}


.navbar {
    background-color: white;
    padding: 2px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);

    border-radius: 100px;


    display: flex ;
        justify-content: space-between;
        padding: 3px;
}

.navbar.scrolled {
    padding: 2px 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    transition: all 0.3s ease;
    padding:0 15px;
    margin-left: 15px;
}
.logo img{
    max-height: 30px;
}
.navbar.scrolled .logo {
    font-size: 20px;
}

.logo .brand {
    color: #0050b3;
}

.logo .highlight {
    color: #eca707;
}

.cart-icon {
    margin-left: 8px;
    font-size: 22px;
    color: #001f5e;
    transition: all 0.3s ease;
}

.navbar.scrolled .cart-icon {
    font-size: 20px;
}

.nav-links {
    display: flex;
    /* gap: 25px; */
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
    padding: 17px 20px;
} 
.nav-links a li{
    list-style: none;
    color: white;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #eca707;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: #eca707;
}

.free-trial {
    background-color: #f6ac01;
    color: white;
    padding: 17px 30px !important;
    border-radius: 100px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.free-trial:hover {
    background-color: #dd9c06;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(216, 108, 34, 0.4);
}
.free-trial:hover::after{
content:none;
}

.hamburger {
    display: none;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hamburger:hover {
    color: #eca707;
    transform: scale(1.1);
}

/* Hero Section */


.texteffect label{
    width: 230px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    padding: 10px 0;
    font-weight: 700;
    margin-bottom: 7px;
}










.fixed-hero-wrapper {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  /* z-index: 10; */
  /* background-color: white; */
}
.he-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
    /* padding-bottom: 74px; */
}
.hero-section {
  /* background-image: url(img/Group\ 1000004564.png); */
  background: url(img/bg.png) no-repeat center;
  background-size: cover;
    padding: 0px 0 80px;
    /* margin-top: 70px; */
    overflow: hidden;

    height: 100%;
  /* background: linear-gradient(to right, #fff9f5, #f5f8ff); */
  /* overflow: hidden; */
}
.top_head{

}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;


    height: 100%;
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px; */
    padding-top: 130px;
}
.hero-container .btn{
    padding: 15px 30px;
    border-radius: 35px;
}

.text-column {
    flex: 1;
    min-width: 300px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.3s;
}

.pro-btn {
    background: white;
    border: 1px solid #ddd;
    padding: 6px 15px;
    font-size: 16px;
    border-radius: 20px;
    margin-top: 30px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}
.pro-btn img{
    max-height: 20px;
    margin-left: 10px;
}
.pro-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.text-column h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000;
    margin-top: 15px;
    font-family: 'Switzer';
}

.text-column p {
    font-size: 20px;
    line-height: 1.6;
    color: black;
    margin-bottom: 25px;
}

.image-column {
    flex: 1;
    min-width: 300px;
    position: relative;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.6s;
}

.label {
    background: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    position: absolute;
    transition: all 0.5s ease;
}

.label.top {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    animation: float 3s ease-in-out infinite;
}

.label.left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1d62e5;
    animation: float 3s ease-in-out infinite 0.5s;
}

.label.right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #e95e0b;
    animation: float 3s ease-in-out infinite 1s;
}

.icon-bottom {
    position: absolute;
    bottom: -30px;
    right: 0;
    animation: pulse 2s ease infinite;
}

.hero-img {
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateY(0deg);
}

.hero-img:hover {
    transform: perspective(1000px) rotateY(10deg);
}

.float-image {
     
        max-width: 80%;
        height: auto;
    
}
/*  */

.feature-list{
        list-style: none;
}
.feature-list li  i{
    color: #F9AE01;
}
.feature-list li  {
    margin-right: 100px;
}


/*  */


/* Scrollable Content Styles */
.scrollable-content {
  position: relative;
  top: 100vh;
  width: 100%;
  z-index: 1;
  background: #f9f9f9; /* match your body background */
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); */
  box-shadow: 0px -1px 31px 0px #00000040;
  border-radius: 25px;


}


/* Why Choose Section */
.why-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
    /* padding-bottom: 74px; */
}
.why-choose-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    border-radius: 25px;
}

.why-choose-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
    background-color: #212121;
    border-radius: 25px;
    /* padding: 40px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.box{
    padding: 4px 20px;

    width: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    color: white;
    background-color: #F9AE01;
    width: 100%;
    letter-spacing: 1px;
    position: relative;
    left: 0;
    max-width: 440px;
    margin: 0 auto;

}
.box h1{
    font-family: Switzer;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;color: white;
    font-weight: 500;

}
.why-choose-left, .why-choose-right {
    flex: 1;
    min-width: 300px;
}
.why-choose-left .mobile-img{

        max-height: 108px;
}
.why-choose-left {
    text-align: center;

}
.why-choose-hide{
    flex: 1;
    min-width: 300px;
    text-align: center;
    display: none;
}

.Shutter{
    position: relative;
}
.mobile-img {
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
    border-radius: 15px;
    /* margin-top:; */
}
.mobile-img1 {
    max-width: 100%;
    height: auto;
    transition: all 0.5s ease;
    border-radius: 15px;
    margin-top:10px;
    max-height: 300px;
    margin-bottom: -11px;
}
.center-img{
    /* margin-top: 20px; */
    margin-top: 90px;
}

.mobile-img:hover {
    transform: scale(1.03);
}

.why-choose-right h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: white;
}

.why-choose-right h2 .highlight {
    color: #F9AE01;
}

.why-choose-right p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    line-height: 1.6;
}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.feature-list li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: white;
    transition: all 0.3s ease;
}

.feature-list li:hover {
    transform: translateX(5px);
}

.feature-list i {
    margin-right: 10px;
    color: #F9AE01;
    font-size: 1.2rem;
}

/* Responsive Adjustments */
/* @media (max-width: 992px) {
    .why-choose-container {
        gap: 30px;
    }
    
    .why-choose-right h2 {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .why-choose-container {
        flex-direction: column;
        padding: 30px;
    }
    
    .why-choose-left, .why-choose-right {
        width: 100%;
    }
    
    .why-choose-right h2 {
        font-size: 1.6rem;
        text-align: center;
    }
    
    .why-choose-right p {
        text-align: center;
    }
    
    .feature-list {
        padding: 0 20px;
    }
    
    .btn {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .why-choose-section {
        padding: 60px 0;
    }
    
    .why-choose-container {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .why-choose-right h2 {
        font-size: 1.4rem;
    }
    
    .feature-list li {
        font-size: 0.9rem;
    }
} */
.pro_box_new{
    background: #fff;
    padding: 4px;
    border-radius: 35px;
    margin: 0 auto;
    box-shadow: 2px 7px 10px #66666624;
    width: fit-content;
    display: inline-block;
}

/* Products Section */
.section {
    padding: 0px 0 60px 0;
    text-align: center;
    overflow: hidden;
    background: #EBEBEB;
}

.section h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.3s;
    font-family: 'Switzer';
    margin-top: 40px;
}

.section p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.6s;
}

.btn-group {
    /* margin-bottom: 10%; */
	margin-bottom:40px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.9s;
    /* background-color: white; */
   /* width: 36%;
    border-radius: 25px;
    height: 100%;align-items: center; */
}

.btn-group button {
    padding: 12px 30px;
    margin: 0 5px;
    border-radius: 35px;
    border: 1px solid #fff;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 600;
}

.btn-group button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.btn-group button.active {
    background-color: #dd9c06;
    color: white;
    border-color: #dd9c06;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(231, 111, 35, 0.4);
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 1.2s;
    align-items: end;
    padding-bottom: 60px;
}

.card {
    flex: 1;
    min-width: 280px;
    max-width: 393px;
    background: white;
    padding: 0 25px;
    border-radius: 16px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.pro_imleft{

}
.pro_imleft img{
    margin-bottom: -4px;
    max-height: 340px;
    margin-top: -45px;
}
.dark-card {
    background-color: #262529;
    color: white;
}

.blue-card {
    background-color: #000;
    color: white;
}

.features-list li::before {
    content: "";
    /* margin-right: 8px; */
    justify-content: space-between;
    transition: all 0.3s ease;
    list-style: none;
}
.features-list



.features-list li:hover::before {
    transform: scale(1.2);
}

.cta-button {
    background-color: #dd9c06;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #d6631a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(231, 111, 35, 0.4);
}

.cta-banner {
    background-color: #2B2B2C;
    padding: 12px;
    border-radius: 8px 8px 0 0;
    font-family: 'Switzer';
    font-size: 16px;
    margin-top: 20px;
    animation: pulse 2s ease infinite;
}
.productbx_offer{
    padding: 25px;
}
.productbx_offer h3{
text-align: left;
margin-top: 5px;
font-family: 'Switzer';

}
.productbx_offer ul{
font-size: 15px;
text-align: left;
line-height: 211%;
margin: 0;
padding: 0;
}
.productbx_offer li i {
    color: #F9AE01; 
    margin-right: 10px; 
}
.productbx_offernopb{
    padding-bottom: 0;
    }
/* Video Section */

.vid-container
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
    /* padding-bottom: 74px; */

}
.video-section {
    /* padding: 60px 0; */
    background: url(img/bg_effect.png) no-repeat center bottom;
    background-size: 100%;
   
    text-align: center;
    color: black;
    position: relative;
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 30px;
}

.video-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
    z-index: 1;
}

.text-content {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.3s;
}

.heading {
    font-size: 2rem;
    margin-bottom: 4px;
    font-weight: 700;
    display: flex;
    margin-left: 472px;
    gap: 135px;
    font-family: 'Switzer';
}

.subheading {
    font-size: 1rem;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.video-container {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: scale(0.9);
    animation: fadeInScale 1s ease forwards 0.6s;
}

video {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}

video:hover {
    transform: scale(1.02);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(247, 109, 55, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 3;
}

.play-button:hover {
    background-color: rgba(247, 109, 55, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button i {
    color: white;
    font-size: 30px;
    margin-left: 5px;
}

/* Pricing Section */
.price-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
    /* padding-bottom: 74px; */

}
.pricing-section {
    background-color: #F9AE01;
    padding-top: 20px ;
    color: white;
    text-align: center;
    overflow: hidden;
}

.top-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.header-text {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.3s;
}

.header-text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: start;
    /* margin-left: 30px; */
    font-family: 'Switzer';
}



.header-text p {
    font-size: 1rem;
    max-width: 600px;
    text-align: start;
    /* margin-left: 30px;   */

}

.toggle-switch {
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    display: inline-flex;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 0.6s;
}

.toggle-btn {
    border: none;
    background: transparent;
    padding: 8px 20px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
}

.toggle-btn:hover {
    transform: translateY(-2px);
}

.toggle-btn.active {
    background-color: #dd9c06;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* //gap: 30px; */
    /* margin-bottom: 40px; */
}
.flex{
    display: flex;
    gap: 40px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.pricing-card {
    background-color: white;
    color: #333;
      width: calc(33.33% - 20px);
    margin: 10px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(20px);

}

.pricing-card:nth-child(1) {
    animation: fadeInUp 1s ease forwards 0.3s;
}
.pricing-card:nth-child(2) {
    animation: fadeInUp 1s ease forwards 0.6s;
}
.pricing-card:nth-child(3) {
    animation: fadeInUp 1s ease forwards 0.9s;
}

.pricing-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.pricing-card h3 {
    /* font-size: 1.5rem; */
    /* margin-bottom: 20px; */


    font-family: 'Switzer';
font-weight: 600;
font-size: 18px;
line-height: 44px;
letter-spacing: 0%;
/* vertical-align: middle; */

}

.pricing-card h2 {
    /* font-size: 2rem; */
    /* margin-bottom: 10px; */
    

    font-family: 'Switzer';
font-weight: 600;
font-size: 25px;
line-height: 44px;
letter-spacing: 0%;
/* vertical-align: middle; */
line-height: 89%;
text-align: right;

}

.pricing-card h2 span {
    font-size: 1rem;
    color: #777;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    text-align: left;
}

.pricing-card ul li {
    margin: 12px 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
   gap: 10px;
  
}
.pricing-card ul li i {color: #F9AE01;}

.pricing-card ul li:hover {
    transform: translateX(5px);
}

.choose-btn {
    background-color: #000;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.choose-btn:hover {
    background-color: #212121;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(31, 31, 128, 0.4);
}

.cta-bar {
    background-color: #000;
    color: white;
    padding: 20px 30px;
    /* border-radius: 8px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: inline-block;
    font-weight: 600;
    margin-top: 60px;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 1.2s;
    
}

/* Footer */
.foot-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
    /* padding-bottom: 74px; */

}
footer {
    /* background: linear-gradient(to top, #f6f7fb 0%, #fff5f0 100%); */
    padding: 60px 0 20px;
    border-top: 1px solid #eee;
    overflow: hidden;
    background: #F4F6FF;
    background: linear-gradient(0deg, rgba(244, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 29%, rgb(255 243 214) 100%);
float: left;
width: 100%;

}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
    opacity: 0;
    transform: translateY(20px);
}

.footer-column:nth-child(1) {
    animation: fadeInUp 1s ease forwards 0.3s;
}
.footer-column:nth-child(2) {
    animation: fadeInUp 1s ease forwards 0.6s;
}
.footer-column:nth-child(3) {
    animation: fadeInUp 1s ease forwards 0.9s;
}
.footer-column:nth-child(4) {
    animation: fadeInUp 1s ease forwards 1.2s;
}
.footer-column:nth-child(5) {
    animation: fadeInUp 1s ease forwards 1.5s;
}

.footer-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #dd9c06;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.footer-logo:hover {
    color: #dd9c06;
    transform: translateX(5px);
}

.footer-logo svg {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.footer-logo:hover svg {
    transform: rotate(15deg);
}

.footer-text {
    font-size: 16px;
    line-height: 160%;
    color: #000;
    margin-bottom: 20px;
    margin-top: 25px;

}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    position: relative;
    display: inline-block;
}

.footer-heading::after {
    content: '';
    position: absolute;
    width: 0.5%;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: #dd9c06;
    transition: width 0.3s ease;
}

.footer-heading:hover::after {
    width: 100%;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.footer-links li:hover {
    transform: translateX(5px);
}

.footer-links a {
    text-decoration: none;
    color: #111;
    transition: all 0.3s;
    position: relative;
    font-size: 15px;
}

.footer-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #dd9c06;
    transition: width 0.3s ease;
}

.footer-links a:hover::after {
    width: 100%;
}

.footer-links a:hover {
    color: #dd9c06;
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;

    text-align: center;
    margin-bottom: 20px;
    /* margin-top: 20px; */
}

.footer-social a {
    color: #dd9c06;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    color: #dd9c06;
    transform: translateY(-3px) scale(1.2);
}

.footer-contact {
    font-size: 0.9rem;
    margin-bottom: 10px;
    color: #000;
    transition: all 0.3s ease;
}

.footer-contact:hover {
    color: #dd9c06;
    transform: translateX(5px);
}

.footer-bottom {
    border-top: 1px solid #0000001f;
    margin-top: 40px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #000;
    
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards 1.8s;
}

.footer-bottom a {
    color: #777;
    text-decoration: none;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.footer-bottom a:hover {
    color: #dd9c06;
    text-decoration: underline;
}









/*************************************/
.testimonial_title{
    width: 100%;
    text-align: center;
    padding: 60px 0 20px 0;
}
.testimonial_title p,
.testimonial_title h2{
    margin: 0;
    margin-bottom: 15px;
}









/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* Scroll Reveal Animation */
.product-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 15px;
    padding-bottom: 74px;
}
.reveal {
    position: relative;
    transform: translateY(50px);
    /* opacity: 0; */
    transition: all 1s ease;
    list-style: none;
}

.reveal.active {
    transform: translateY(0);
    opacity: 1;
}
.online {
   
    
      color:#F9AE01;
    
}

/* Responsive Adjustments */
 /* @media (max-width: 992px) {
 
  
  


    .text-column h1 {
        font-size: 1.8rem;
    }
    


    .section {
        padding: 40px 0;
    }

    .pricing-section {
        padding: 40px 0;
    }

    .top-content {
        flex-direction: column;
        gap: 20px;
    }

    .header-text {
        text-align: center;
    }
    .hero-img {
     width: 280px;
  }
}

@media (max-width: 576px) {

  .hero-container {
    padding-top: 30px;
}


  .hero-section {
      padding: 0px 0 0px;
  }
    .text-column h1 {
        font-size: 1.5rem;
    }

    .btn-group button {
        margin: 5px;
        padding: 6px 12px;
        font-size: 0.8rem;
    }

    .toggle-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
    }

    .pricing-card {
        padding: 20px;
    }

    .footer-column {
        min-width: 100%;
        align-items: center;
        text-align: center;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .footer-container{
        align-items: center;
    }

    .footer-bottom div:last-child {
        margin-top: 10px;
    }
    .footer-social{
        margin-left: 170px;
    }
    .footer-logo{
        margin-left: 150px;
    }
} */

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 



.circle{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #fff;
    padding: 40px 0 60px 0;
}

.faq-section {
    max-width: 1200px;
    margin: auto;
  }

  .faq-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .faq-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
  }

  .faq-title p {
    font-size: 15px;
    color: #555;
    margin-top: 6px;
  }

  .faq-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }

  .faq-left {
    flex: 1 1 500px;
  }

  .faq-box {
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    transition: all 0.3s ease;
  }

  .faq-question {
    /* background-color: #f5f9ff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    color:#000;
    font-size: 18px;
  }

  .faq-question i {
    background-color: #fff5dfd4;
    color: #000;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 20px;
  }

  .faq-box.active .faq-question {
    background-color: #fff;
  }

  .faq-answer {
    display: none;
    padding: 0 20px 15px 20px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    font-size: 16px;
    line-height: 190%;
  }

  .faq-box.active .faq-answer {
    display: block;
  }

  .faq-box.active .faq-question i {
    background-color: #000;
    color: white;
  }

  .faq-right {
    flex: 1 1 400px;
    /* display: flex;
    justify-content: center; */
  }

  .cta-card {
    background: #F9AE01;
    border-radius: 12px;
    padding: 60px 30px 40px;
    max-width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    /* border: 3px solid #2970ff; */
  }

  /* .cta-card::before {
    content: "";
    background: #fff;
    width: 180px;
    height: 84px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 113px;
    border-bottom-right-radius: 113px;
    z-index: 1;
  } */

  .cta-card img {
    /* position: absolute;
    top: -40px;
    left: 48%;
    transform: translateX(-50%);
    width: 100px;
    z-index: 2; */

  }
  .logo_circleicon{
    width: 210px;
    height: 210px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto -105px auto;
    z-index: 99;
    position: relative;
  }
  .logo_circleicon img{
    max-width: 130px;
  }

  .cta-card h2 {
    margin-top: 75px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Switzer';
  }

  .cta-card p {
    /* font-size: 12px; */
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 10px;
  }

  .cta-card a {
    color: #fff;
    text-decoration: none;
    /* font-size: 13px; */
    display: inline-block;
    margin-bottom: 15px;
  }

  .cta-card span {
    display: inline-block;
    /* font-size: 13px; */
    margin-bottom: 15px;
  }

  .cta-card .btn {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .cta-card .btn:hover {
    background: #1b1243;
  }

  .features-list li{
     list-style: none;
  }
/* 
  @media (max-width: 992px) {
    .faq-content {
      flex-direction: column;
    }

    .faq-left,
    .faq-right {
      flex: 1 1 100%;
    }

    .cta-card {
      margin-top: 30px;
      max-width: 100%;
    }
  }

  @media (max-width: 600px) {
    .faq-title h2 {
      font-size: 24px;
    }

    .faq-question {
      padding: 14px 16px;
      font-size: 15px;
    }

    .faq-answer {
      font-size: 13px;
      padding: 12px 16px;
    }

    .cta-card h2 {
      font-size: 18px;
    }

    .cta-card p,
    .cta-card a,
    .cta-card span {
      font-size: 12px;
    }

    .cta-card .btn {
      font-size: 13px;
      padding: 8px 20px;
    }

    .cta-card img {
      width: 80px;
      top: -40px;
    }

    .cta-card::before {
      width: 100px;
      height: 45px;
    }
  } */

  /*  */


  .slidercard {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
    padding-bottom: 40px;
  }

  .testimonials-section {
    padding: 30px 15px 0 15px;
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  .testimonials-section h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Switzer';
  }

  .testimonials-section p {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
  }
  



  .swiper-slide {
    /* background: #fff; */
    border-radius: 12px;
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); */
    overflow: hidden;
    text-align: left;
  }

  .testimonial-card {
    padding: 5px;
    max-width: 350px;
    /* margin: auto; */
    position: relative;
  }

  .testimonial-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
  }
  .testimonial-card video {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  

  .testimonial-card h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    bottom: 40px;
    left: 30px;
    color:#fff;
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #001f5c;
  }






  .chat_support{
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
  }
  .chat_support img{
    max-height: 50px;
  }





























  .dropdown-services-wrapper {
    position: relative;
  }
  .dropdown-services-menu {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    z-index: 1000;
  }
  .dropdown-services-menu a {
    padding: 10px 15px;
    white-space: nowrap;
    color: #333;
 
  }
  .dropdown-services-menu a:hover {
    /* background-color: #f0f0f0; */
  }
 
  /* ✅ Hover Effect */
  .dropdown-services-wrapper:hover .dropdown-services-menu {
    display: flex;
   
  }
 
  @media (max-width: 768px) {

    .dropdown-services-wrapper:hover .dropdown-services-menu {
        display: flex;
      width: 100%;
  
      
       
      }
   
    .dropdown-services-wrapper {
        /* margin-right: 290px; */
        /* text-align: left; Align container content to left */
        /* margin-left: 0px; */
        width: 100%;
      }
      .dropdown-services-wrapper:hover
      {
       
            /* margin-right: 280px; */
            text-align: left; /* Align container content to left */
          }
      
   
      .dropdown-services-toggle {
        display: block;
        text-align: left;
        padding-left:20px;
      }
   
      .dropdown-services-menu {
        position: relative;
        box-shadow: none;
        top: 10px;
        
      
      }
      .dropdown-services-menu :hover {
     color: gray;
      }
 
  }
 

  /* @media (max-width: 768px) {
    .testimonial-card img {
      height: 300px;
    }
  } */
  /*  */
/* Existing CSS remains the same until the media queries */

/* 992px Breakpoint */
@media (max-width: 992px) {
    .text-column h1 {
        /* font-size: 2.5rem; */
		    font-size: 40px;
    }
    
    .hero-container {
        gap: 30px;
    }
    
    .why-choose-container {
        gap: 30px;
    }
    
    .why-choose-right h2 {
        font-size: 1.8rem;
    }
    
    .heading {
        font-size: 1.8rem;
        margin-left: auto;
        gap: 50px;
    }
    
    .pricing-card {
        padding: 25px;

    width: calc(100% - 20px);
    }
    
    .faq-content {
        gap: 20px;
    }
    
    .testimonial-card img {
        height: 320px;
    }
}

/* 768px Breakpoint */
@media (max-width: 768px) {
    .hamburger {
        display: block;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 70px;
        right: 15px;
        background: white;
        flex-direction: column;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        width: calc(100% - 30px);
    }
    .nav-links a {
        text-decoration: none;
        color: #000;
        font-size: 18px;
        transition: all 0.3s;
        position: relative;
        padding: 5px 0px;
        margin: 8px 0;
        width: 100%;
        font-weight: 700;
    }
    .free-trial{
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }

    .navbar {
        width: 100%;
        margin: 10px 0;
        border-radius: 0;
    }
    
    .hero-container {
        padding-top: 30px;
        flex-direction: column;
    }
    
    .text-column h1 {
        /* font-size: 2rem; */
        /* text-align: center; */
       
    }
    
    .text-column p {
        /* text-align: center; */
    }
    
    .why-choose-container {
        flex-direction: column;
        padding: 30px;
    }
    
    .why-choose-right h2 {
        font-size: 1.6rem;
        /* text-align: center; */
    }
    
    .why-choose-right p {
        /* text-align:s center; */
    }
    
    .feature-list {
        padding: 0 20px;
    }
    
    .heading {
        flex-direction: column;
        gap: 10px;
        margin-left: 0;
    }
    
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }
    
    .flex {
        flex-direction: column;
        /* gap: 20px; */
    }
    
    .faq-content {
        flex-direction: column;
    }
    
    .faq-left, .faq-right {
        flex: 1 1 100%;
    }
    
    .cta-card {
        margin-top: 30px;
    }
    
    .footer-column {
        min-width: 45%;
    }
}

/* 576px Breakpoint */
@media (max-width: 576px) {
    .text-column h1 {
        /* font-size: 1.8rem; */
    }
    
    .btn-group button {
        margin: 5px;
        padding: 6px 12px;
        font-size: 0.8rem;
    }
    
    .toggle-btn {
        padding: 6px 15px;
        font-size: 0.8rem;
    }
    
    .pricing-card {
        padding: 20px;
    }
    
    .footer-column {
        min-width: 100%;
        text-align: center;
    }
    
    .footer-social {
        justify-content: center;
        margin-left: 0;
    }
    
    .footer-logo {
        margin-left: 0;
        justify-content: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .faq-question {
        padding: 14px 16px;
        font-size: 15px;
    }
    
    .faq-answer {
        font-size: 13px;
        padding: 12px 16px;
    }
    
    .cta-card h2 {
        font-size: 18px;
    }
    
    .testimonial-card img {
        height: 280px;
    }
    
    .navbar {
        background-color: white;
        padding: 2px 0;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        /* position: fixed; */
        width: 100%;
        top: 5px;
        z-index: 1000;
        transition: all 0.3s ease;
        /* border-radius: 25px; */
        margin: -4px -1px;
    
        
    }
    .why-choose-left {
        display: none;
    }
    .why-choose-hide{
        display: contents;
    }
    
}

/* 486px Breakpoint */
@media (max-width: 486px) {

   
    .text-column h1 {
        /* font-size: 1.5rem; */
    }
    
    .btn-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .box {
        width: 100%;
        margin-left: 0;
    }
    
    .header-text h2, 
    .header-text p {
        margin-left: 0;
        text-align: center;
    }
    
    .toggle-switch {
        width: 100%;
        justify-content: center;
    }
    
    .cta-card img {
        width: 70px;
        top: -30px;
    }
    
    .cta-card::before {
        width: 80px;
        height: 35px;
    }
    
    .testimonial-card img {
        height: 240px;
    }
    
    .testimonial-card video {
        height: 240px;
    }
    
    .footer-links li {
        text-align: center;
    }
    
    .footer-contact {
        text-align: center;
    }
}
  /*  */





  /* ****************************************** */
  @media (max-width: 768px) {
    .top_head {
        top: 0;
        margin: 0;
    }
    .top_head .innerwrapper{
        padding: 0;
    }
    .hamburger img{
        max-width: 40px;
        margin: 5px 10px 0;
    }
    .navbar {

        padding: 5px 0;
    }
    .hero-section{
        margin-top: 40px;
    }
    .text-column h1 {
        font-size: 40px;

    }
    .mobile-img {

        max-height: 90px;
    }
    .why-choose-section {
        padding: 0 0 0 0;
    }
    .why-choose-section .outer-wrapper{
        padding: 0;
    }
    .chalo-wrapper {
        padding: 40px 15px 0 15px;
    }
    .outer-wrapper{
        background: none;
    }
    .box {
        left: 0;
        max-width: calc(100% - 30px);
        margin: 0 15px 0 15px;
    }
    .text-column h1 br,
    .header-text p br,
    .section .reveal br,
    .why-choose-right p br{
        display: none;
    }
    .btn-group {
        margin-bottom: 25%;
    }
    .btn-group button {
        margin: 3px;
        padding: 6px 5px;
        font-size: 12px;
    }
    .video-section{
        /* //background: none; */
    }
    .header-text p{
        line-height: 160%;
    }
    .toggle-switch {

        max-width: 150px;
        margin: 10px auto 0 auto;
    }
    
    .pricing-card h2,
    .pricing-card h3{
        margin: 0;
    }
    .pricing-card .flex{
        gap: 0;
        flex-direction: row;
        justify-content: space-between;
    }
    .logo_circleicon {
        width: 180px;
        height: 180px;

    }
    .logo_circleicon img {
        max-width: 100px;
    }
    .cta-card h2 {
        margin-top: 50px;
        font-size: 20px;

    }
    .footer-logo img{
        max-height: 50px;
    }
    .footer-container {
        gap: 20px;
    }
    .chat_support {
        position: fixed;
        right: 22px;
        bottom: 35px;
    }
    .chat_support img {
        max-height: 50px;
    }
    .header-text p,
    .header-text h2{
        text-align: center;
    }
    .footer-column {
        min-width: 100%;
        text-align: center;
    }
    .footer-social,
    .footer-logo {

        justify-content: center;
    }
    .navbar {
        margin:0;
        height: 60px;
    }
    .navbar.scrolled{
        height: 55px;
    }
    .why-choose-hide {
        display: contents;
    }
    .why-choose-left{
        display: none;
    }
   
  }
  
@media screen and (min-width: 992px) and (max-width: 1080px) {
.text-column h1 {

        font-size: 40px;
    }
}



/* @keyframes appear {
    from {
      opacity: 0;
      clip-path: inset(100% 100% 0 0);
    }
    to {
      opacity: 1;
      clip-path: inset(0 0 0 0);
    }
  }

 div {
    animation: appear linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
  } */

/*  */
.prefer{

  background: #f9f9f9;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0 70px 0;
}
/* Section styling */
.prefer-section {
  text-align: center;
  width: 100%;
  max-width: 1200px;
}

/* Heading styling */
.prefer-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

/* Cards container */
.prefer-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* Individual card */
.prefer-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  width: 250px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-top: 40px;
}

.prefer-card:hover {
  transform: translateY(-5px);
}

/* Icon inside the card */
.prefer-icon {
  background-color: #f6ac01;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  margin-top: -63px;
}

.prefer-icon img {
  width: 30px;
  height: 30px;
}

/* Text inside the card */
.prefer-text {
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  padding: 27px 0;
  line-height: 160%;
}


.threecardview .portfolio__card {

        width: calc(33.33% - 20px) !important;
}



.terms-container a,
.disclaimer_container a,
.privacy_container a{
    color: #f6ac01 !important;
    font-weight: bold;
}
.newtopview{
    top: 74vh;
}

.showm{
	Display:none;
}
.mobileviebann{
	background: #000 !important;
    height: 100vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
        padding-top: 5%;

}
.showd{
	max-height:700px
}
.hero-container {
    //padding-top: 27px;
}









.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
	overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999999999;
}
.model-open .bg-overlay {   
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 0;
  top: -30px;
  cursor: pointer;
  z-index: 99;
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width:800px){
	.custom-model-main:before {
	  content: "";
	  display: inline-block;
	  height: auto;
	  vertical-align: middle;
	  margin-right: -0px;
	  height: 100%;
	}
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}





  .rating-box {

      width: 100%;
    }

    .rating-box h3 {
font-size: 25px;
    color: #333;
    text-align: center;
    max-width: 410px;
    margin: 0 auto 10px auto;
    }

    .rating-box h3 span {
      font-weight: bold;
    }
        .rating-box  p{
            text-align: center;
                color: #616161;
                margin-bottom: 20px;
        }

    .stars {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .star {
      font-size: 30px;
      cursor: pointer;
    }

    .filled {
      color: #f7941d;
    }

    .unfilled {
      color: #ccc;
    }

.reviewbx,  
.contactbx{
    cursor: pointer;
}
    
    .feedback-input{
        width: 100%;
      height: 45px;
      resize: none;
      margin-bottom: 0;
      padding: 8px;
      font-size: 13px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-family: Arial, sans-serif;
    }
    .feedback-textarea {
        width: 100%;
      height: 100px;
      resize: none;
      margin-bottom: 20px;
      padding: 8px;
      font-size: 13px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-family: Arial, sans-serif;
    }

    .submit-btn {
      background-color: #f7941d;
      color: #fff;
      border: none;
      padding: 10px 30px;
      border-radius: 4px;
      cursor: pointer;
      font-size: 14px;
    }

    .submit-btn:hover {
      background-color: #e2820c;
    }
    .centbtn{
        text-align: center;
    }

.chat_support {
  animation: smoothBounce 2s infinite;
  display: inline-block;
  transform-origin: bottom center;
}

@keyframes smoothBounce {
  0% {
    transform: translateY(0) scaleY(1);
    animation-timing-function: ease-out;
  }
  15% {
    transform: translateY(-25px) scaleY(1.05);
    animation-timing-function: ease-in;
  }
  30% {
    transform: translateY(0) scaleY(0.95);
    animation-timing-function: ease-out;
  }
  45% {
    transform: translateY(-12px) scaleY(1.03);
    animation-timing-function: ease-in;
  }
  60% {
    transform: translateY(0) scaleY(1.02);
    animation-timing-function: ease-out;
  }
  /* Pause begins here */
  61%, 100% {
    transform: translateY(0) scaleY(1);
  }
}





.blackche li{
    color: #000;
}
.font_normal p{
     font-size: 16px !important;
}
.font_normal h1{
        font-size:40px;
}
.box_i{
        padding: 50px 0;

        width: 100%;
}
.row{
    display: flex;
    gap: 10px;
width: 100%;
flex-wrap: wrap;
}
.row .col-md-4{
    width: calc(33.33% - 10px);
}
.row .col-md-4 .productbx_offer{
    min-height: 400px;
}




  .star {
        font-size: 30px;
        color: #ccc;
        cursor: pointer;
        transition: color 0.3s;
    }
 
    .star.selected {
        color: gold;
    }
 
   
.popup-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4BB543;
    color: #fff;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    z-index: 9999;
    display: none;
}
 
.popup-message.show {
    display: block;
    animation: fadeInOut 4s ease-in-out;
}
 
@keyframes fadeInOut {
    0%   {opacity: 0;}
    10%  {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.pricetx{
        justify-content: center;
    text-align: center;
}
.pricetx .header-text p,
.pricetx .header-text h2{
    text-align: center;
    /* color: #000; */
}
 
/**************************************************/

/* Responsive design */
@media (max-width: 768px) {
  .prefer-cards-container {
    flex-direction: column;
    align-items: center;
  }

  .prefer-card {
    width: 90%;
    margin-top: 40px;
  }

  .threecardview .portfolio__card {
    width: calc(50% - 20px) !important;
}
.showm{
    Display: block;
    max-width: 374px;
    margin-top: 30px;
            width: 100%;
}
.showd{
	Display:none;
}
.hero-container{
	padding-bottom:50px;
}

.row {

    width: 100%;
    flex-wrap: wrap;
}
.row .col-md-4 {
    width: 100%;
}
.row .col-md-4 .productbx_offer {
    min-height: auto;
    max-width: 100%;
    height: auto;
}
.mobilemar{
        margin: -40px 0 -70px 0;
}
.mobilemar_ii{
        margin: 0px 0 -40px 0;
}
}
/*  */

@media (max-width:520px) {
  
    .threecardview .portfolio__card {
        width: 100% !important;
    }

}


@media screen and (min-width: 768px) and (max-width: 980px) {

.row .col-md-4 {
    width: calc(50% - 10px);
}
.row .col-md-4 .productbx_offer {
    max-width: 100%;
    height: auto;
}
.nav-links a{
    padding: 17px 8px;
        font-size: 14px;
}
.free-trial {
        padding: 17px 20px !important;
}
.logo img {
    max-height: 25px;
}
}