/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
     font-family: "Montserrat", sans-serif;
}
a{
    text-decoration: none;
     font-family: "Montserrat", sans-serif;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}


/* common css end */

:root {
            --quicktech-w-green: #006b35;
            --quicktech-w-bg: #000000;
        }

        body.quicktech-w-body {
            background-color: black !important;
            color: #ffffff;
         
        }

        /* Navbar Section */
        .quicktech-w-header {
	background-color: black;
	
	padding: 15px 0;
}
        .quicktech-w-nav-link {
            color: #fff !important;
            font-weight: 700;
            text-decoration: none;
            margin-left: 20px;
        }

        /* Hero / eBook Section */
                .quicktech-w-hero-container {
            /* border: 2px solid white; */
            border-radius: 40px;
            padding: 50px 0;
            margin-top: 40px;
        }
        .quicktech-w-price-card {
            background: #ffffff;
            padding: 45px;
            border-radius: 8px;
            display: inline-block;
            color: #333;
        }
        .quicktech-w-h3-price {
            color: var(--quicktech-w-green);
            font-weight: 800;
            margin-bottom: 20px;
        }
        .quicktech-w-btn-purchase {
            background-color: var(--quicktech-w-green);
            color: white;
            border-radius: 50px;
            padding: 12px 35px;
            border: none;
            font-weight: bold;
            transition: 0.3s ease;
        }
        .quicktech-w-btn-purchase:hover { background-color: #004d26; }

        /* Categories Section */
        .quicktech-w-cat-circle {
            /* width: 75px;
            height: 75px; */
            /* border: 2px solid #444; */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 12px;
            font-size: 26px;
            color: #666;
        }
        .quicktech-w-cat-label {
            color: var(--quicktech-w-green);
            font-weight: 600;
            font-size: 14px;
        }

        /* Middle Slider Area */
        .quicktech-w-slider-wrapper {
            background-color: rgb(11 17 32 / var(--tw-bg-opacity, 1));
            padding: 60px 0;
            margin: 50px 0;
        }
        .quicktech-w-ad-box {
           
            padding: 12px;
            border-radius: 5px;
        
        }
 .quicktech-w-ad-img {
	width: 100%;
	height: 265px;
	/* object-fit: cover; */
	border: 1px solid #eee;
}
        .quicktech-w-btn-view {
            background: var(--quicktech-w-green);
            color: white;
            font-size: 13px;
            padding: 4px 22px;
            border-radius: 4px;
            text-decoration: none;
            display: inline-block;
            margin-top: 12px;
        }

        /* Celebrating Section */
        .quicktech-w-celebrate-header {
            background-color: var(--quicktech-w-green);
            padding: 8px 45px;
            border-radius: 6px;
            display: inline-block;
            position: relative;
            z-index: 5;
            top: 20px;
        }
        .quicktech-w-celebrate-box {
            border: 3px solid var(--quicktech-w-green);
            border-radius: 25px;
            padding: 45px 30px 30px;
        }

        /* Footer Section */
        .quicktech-w-footer {
            padding: 60px 0 20px;
            border-top: 1px solid #222;
            background-color: black;
        }
        .quicktech-w-footer-h6 {
            color: var(--quicktech-w-green);
            font-weight: 700;
            margin-bottom: 15px;
        }

   .quikctech-m-img {
	box-shadow: 0px 0px 47px 5px #006b35cc;
}
        .quicktech-w-footer-link {
            color: white;
            text-decoration: none;
            font-size: 14px;
            display: block;
            margin-bottom: 8px;
        }
        .quicktech-w-payment-container {
            background: black;
            border-radius: 12px;
            padding: 20px;
            display: flex;
            justify-content: space-around;
            align-items: center;
            max-width: 100%;
            margin: 10px auto;
            gap: 20px;
        }
        .quicktech-w-payment-img { height: 75px; }
        .quicktech-w-social-fb { color: #1877F2; font-size: 38px; }

       .quicktech-w-social-yt { color: #FF0000; font-size: 38px; }
         .quicktech-w-social-inst { color: #E4405F; font-size: 38px; }
        .quikctech-m-img{
           height: 329px;
        }



        .quicktech-ab-section {
        /* background-color: #ffffff; */
        padding: 80px 20px;
       
        color: #333;
    }

    .quicktech-ab-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 50px;
        flex-wrap: wrap; /* Allows stacking on mobile */
    }

    /* Image Column */
    .quicktech-ab-image-box {
        flex: 1;
        min-width: 300px;
    }

    .quicktech-ab-img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }

    /* Text Column */
    .quicktech-ab-content {
        flex: 1.2;
        min-width: 300px;
    }

    .quicktech-ab-title {
        font-size: 32px;
        font-weight: 700;
        color: white;
        margin-bottom: 15px;
    }

    .quicktech-ab-divider {
        width: 60px;
        height: 4px;
        background-color: #007bff; /* Primary Brand Color */
        margin-bottom: 25px;
    }

    .quicktech-ab-text {
        font-size: 16px;
        line-height: 1.6;
        color: white;
        margin-bottom: 20px;
    }

    /* Stats Section */
    .quicktech-ab-stats-grid {
        display: flex;
        gap: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #eee;
        padding-top: 30px;
    }

    .quicktech-ab-number {
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: white;
    }

    .quicktech-ab-label {
        font-size: 14px;
        color: #888;
    }

    /* Standard Button */
    .quicktech-ab-button {
        display: inline-block;
        padding: 12px 28px;
        background-color: #1a1a1a;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 600;
        transition: background 0.3s ease;
    }

    .quicktech-ab-button:hover {
        background-color: #007bff;
    }

    /* Mobile Responsive Adjustments */
    @media (max-width: 768px) {
        .quicktech-ab-section {
            padding: 50px 15px;
        }
        
        .quicktech-ab-container {
            flex-direction: column; /* Stacks image on top of text */
            text-align: left;
            gap: 30px;
        }

        .quicktech-ab-title {
            font-size: 28px;
        }

        .quicktech-ab-stats-grid {
            gap: 20px;
        }
    }



    .quicktech-ct-section {
        padding: 80px 20px;
        /* background-color: #f9f9fb; */
        /* font-family: 'Segoe UI', Arial, sans-serif; */
        color: #333;
    }

    .quicktech-ct-container {
        max-width: 1100px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 60px;
        align-items: start;
    }

    /* Info Side */
    .quicktech-ct-title {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 15px;
        color: white;
    }

    .quicktech-ct-subtitle {
        font-size: 16px;
        line-height: 1.6;
        color: white;
        margin-bottom: 40px;
    }

    .quicktech-ct-details {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .quicktech-ct-item {
        display: flex;
        gap: 15px;
        align-items: flex-start;
    }

   .quicktech-ct-icon {
	font-size: 20px;
	background: #fff;
	/* padding: 10px; */
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0,0,0,0.05);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

    .quicktech-ct-label {
        font-weight: 700;
        margin: 0;
        font-size: 15px;
        color: white;
    }

    .quicktech-ct-value {
        margin: 5px 0 0;
        color: white;
        font-size: 14px;
    }

    /* Form Side */
    .quicktech-ct-form-box {
        background: #ffffff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    }

    .quicktech-ct-input-group {
        margin-bottom: 20px;
    }

    .quicktech-ct-input-label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 8px;
        color: #444;
    }

    .quicktech-ct-input, .quicktech-ct-textarea {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 15px;
        outline: none;
        transition: border-color 0.3s;
        box-sizing: border-box; /* Ensures padding doesn't break width */
    }

    .quicktech-ct-input:focus, .quicktech-ct-textarea:focus {
        border-color: #007bff;
    }

    .quicktech-ct-submit {
        width: 100%;
        padding: 14px;
        background-color: #1a1a1a;
        color: white;
        border: none;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background 0.3s;
    }

    .quicktech-ct-submit:hover {
        background-color: #007bff;
    }

    /* Responsive Adjustments */
    @media (max-width: 900px) {
        .quicktech-ct-container {
            grid-template-columns: 1fr;
            gap: 40px;
        }

        .quicktech-ct-info {
            text-align: center;
        }

        .quicktech-ct-item {
            justify-content: left;
            text-align: left;
        }
        
        .quicktech-ct-form-box {
            padding: 25px;
        }
    }


    .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {

	border: 2px solid #006b35 !important;
}

.alert-info {
	--bs-alert-color: #055160;
	--bs-alert-bg: #006b3521;
	--bs-alert-border-color: #006b35 !important;
}


.gapp{
    row-gap: 20px;
}


/* Container & Layout */
.quicktech-adver-container {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.quicktech-adver-content {
    max-width: 650px;
    width: 100%;
}

/* Typography */
.quicktech-adver-title {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 2rem;
}

.quicktech-adver-subtitle {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    font-size: 1rem;
}

.quicktech-adver-label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Input & Textarea Styling */
.quicktech-adver-input, 
.quicktech-adver-textarea {
    width: 100%;
    padding: 12px 15px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    color: #ffffff;
    font-size: 1rem;
    outline: none;
    transition: all 0.3s ease;
}

.quicktech-adver-input::placeholder, 
.quicktech-adver-textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

/* Hover & Focus States */
.quicktech-adver-input:focus, 
.quicktech-adver-textarea:focus {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

/* Grid Layout */
.quicktech-adver-row {
    display: flex;
    gap: 20px;
}

.quicktech-adver-input-group {
    margin-bottom: 25px;
    width: 100%;
}

/* Button Styling */
.quicktech-adver-btn {
    width: 100%;
    background: transparent;
    color: #ffffff;
    padding: 15px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.quicktech-adver-btn:hover {
    background: #ffffff;
    color: #000000;
}

/* Responsive Fix */
@media (max-width: 600px) {
    .quicktech-adver-row {
        flex-direction: column;
        gap: 0;
    }
}


.swiper-button-next::after, .swiper-button-prev::after {
	font-size: 24px !important;
	font-weight: 800;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 1px !important;
	left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 1px !important;
	right: auto;
}

.quicktech-w-gallery-swiper {
    overflow:hidden;
    width: 100%;
    height: auto;
}


.qwdqwd{
    padding-left: 111px;
}

.quiekcth-flex{
    display: flex;
  justify-content: space-between;
}


.quikctech-f-sociual{
    display: flex;
  gap: 15px;
}

.quikctyech-d-text{
    text-align: center;
}


& #toolbarViewer {
	width: 100%;
	height: 100%;
	justify-content: space-between;
	display: none !important;
}

.quikctech-banner-left-text span{
    color: #006b35;
}

.quikctech-banner-left-text h1{
    font-weight: 900;
  font-size: 54px;
}

.quikctech-banner-left-text p{
   font-weight: 600;
  font-size: 18px;
  color: #ffffffb8;
}

.quikctech-banner-left-text button{
    padding: 8px 40px;
  border-radius: 20px;
  border: 1px solid #ddd;
  font-weight: 600;
  background-color: white;
  font-size: 19px;
 box-shadow: 0px 0px 47px 5px #006b35cc;
}


.quicktech-w-cat-circle img{
    height: 75px;
}


.checkout-card.quicktech-bb {
            background-color: #121826;
            
            padding: 25px;
            width: 100%;
            width: 100%;
            border: 1px solid #1e293b;
        }

        .product-info.quicktech-bb {
            background-color: #1a2236;
            border: 1px solid #2d3748;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 25px;
            display: flex;
            align-items: center;
        }

        .check-icon.quicktech-bb {
            color: #6366f1;
            font-size: 1.2rem;
            margin-right: 15px;
            border: 2px solid #6366f1;
            border-radius: 50%;
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .price-text.quicktech-bb {
            color: #a5b4fc;
            font-size: 1.2rem;
            font-weight: bold;
        }

        .old-price.quicktech-bb {
            text-decoration: line-through;
            color: #64748b;
            font-size: 0.9rem;
            margin-left: 10px;
        }

        label.quicktech-bb {
            font-size: 0.9rem;
            color: #94a3b8;
            margin-bottom: 8px;
            display: block;
        }

        .form-control.quicktech-bb {
            background-color: #1a2236;
            border: 1px solid #2d3748;
            color: #ffffff;
            padding: 12px;
            margin-bottom: 20px;
            border-radius: 8px;
        }

        .form-control.quicktech-bb:focus {
            background-color: #1e293b;
            border-color: #6366f1;
            color: #ffffff;
            box-shadow: none;
        }

        .payment-grid.quicktech-bb {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-bottom: 25px;
        }

        .payment-option.quicktech-bb {
            background-color: #1a2236;
            border: 1px solid #2d3748;
            border-radius: 10px;
            padding: 15px 5px;
            text-align: center;
            cursor: pointer;
            transition: 0.3s;
        }

        .payment-option.quicktech-bb.active {
            border-color: #3b82f6;
            background-color: #1a2236;
            box-shadow: 0 0 0 1px #3b82f6;
        }

        .bkash-text.quicktech-bb { color: #d12053; font-weight: 800; margin: 0; }
        .nagad-text.quicktech-bb { color: #f7941d; font-weight: 800; margin: 0; }
        .ssl-text.quicktech-bb { color: #ffffff; font-weight: 800; margin: 0; }

        .payment-sub.quicktech-bb {
            margin: 0;
            font-size: 0.7rem;
            color: #94a3b8;
        }

        .btn-next.quicktech-bb {
            background: #8b5cf6;
            border: none;
            width: 100%;
            padding: 14px;
            border-radius: 10px;
            color: white;
            font-weight: bold;
            font-size: 1.1rem;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px;
        }