:root {
    --primary-blue: #0d3b66;
    --accent-blue: #1a73e8;
    --text-light: #ffffff;
    --text-gray: #cccccc;
}

h1, h2, h3, h4, h5, h6, .navbar-brand, .nav-link {
    font-family: Poppins, sans-serif;
}

body {
    font-family: "Open+Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.top-nav {
    background: rgb(255, 255, 255);
    padding: 10px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.nav-link {
    font-weight: 500;
    margin: 0px 10px;
    color: rgb(51, 51, 51) !important;
}

.btn-quote {
    background: linear-gradient(to right, #D32F2F, #9E1B1B);
    border-radius: 0px;
    padding: 8px 20px;
    color: white !important;
}

.hero-section {
    background-image: url("../img/hero-background.png");
    background-size: cover;
    background-position: 86% center;
    color: var(--text-light);
    padding: 100px 0px 80px;
    position: relative;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
}

.hero-subtitle {
    font-size: 1.1rem;
    color: #3a3a3a;
    margin-bottom: 35px;
    max-width: 550px;
}

.btn-chat {
    color: white;
    background: rgb(194, 163, 79); 
    border-width: medium;
    border-style: none;
    border-radius: 0px;
    border-color: currentcolor;
    border-image: initial;
    padding: 12px 35px;
    font-weight: 500;

}

.btn:hover{
    color:#000000;
    background:  rgb(219, 184, 88);
}

.btn-outline-custom {
    border: 1px solid rgb(194, 163, 79);
    color: rgb(194, 163, 79);
    background: transparent;
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 0px;
}

.btn-outline-custom:hover {
    background:  rgb(219, 184, 88);
    color: black;
}

.stats-bar {
    background: rgb(255, 255, 255);
    padding: 40px 0px;
    border-bottom: 1px solid rgb(238, 238, 238);
}

.stat-item i {
    font-size: 2.5rem;
    color: rgb(211, 47, 47);
    margin-bottom: 15px;
    display: block;
}

.stat-icon {
    /* width: 100%; */   /* adjust kar sakty ho */
    height: 36px;
    margin-bottom: 10px;
}


.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: rgb(0, 0, 0);
    margin-bottom: 0px;
}

.stat-text {
    color: rgb(102, 102, 102);
    font-size: 0.9rem;
    font-weight: 500;
}

.about-section {
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

.about-image {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-subtitle {
    color: rgb(194, 163, 79);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
}

.about-title {
    color: rgb(26, 26, 26);
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 25px;
}

.about-text {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.btn-chat-dark {
    background: rgb(194, 163, 79);
    color: rgb(255, 255, 255);
    padding: 12px 35px;
    border-radius: 0px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.btn-chat-dark:hover {
    background: rgb(233, 195, 91);
    color: rgb(255, 255, 255);
}

.features-section {
    padding: 50px 0px;
    background-color: rgb(248, 251, 255);
}

.section-title {
    font-weight: 800;
    color: rgb(34, 34, 34);
    font-size: 2.2rem;
    margin-bottom: 15px;
}

.section-subtitle {
    color: rgb(102, 102, 102);
    max-width: 800px;
    margin: 0px auto 50px;
    font-size: 1rem;
    line-height: 1.6;
}

.service-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(238, 242, 246);
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 10px 30px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 15px 40px;
}

.icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    flex-shrink: 0;
}

.icon-box i {
    color: rgb(255, 255, 255);
    font-size: 28px;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.service-card h5 {
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin: 0px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.card-head {
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin: 0px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.service-card p {
    color: rgb(0, 0, 0);
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0px;
    text-align: left;
}

.newsletter-section {
    background-image: url("../img/subscriebe-email.png");
    background-size: cover;
    background-position: center center;
    padding: 60px 0px;
    text-align: center;
}

.newsletter-title {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.newsletter-subtitle {
    font-size: 1rem;
    max-width: 900px;
    margin: 0px auto 35px;
    line-height: 1.6;
    opacity: 0.9;
    color: #ffffff;
}

.newsletter-form {
    max-width: 800px;
    margin: 0px auto;
}

.newsletter-input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: rgb(143 136 136 / 50%);
    padding: 12px 20px;
    height: 55px;
}

.newsletter-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.newsletter-input:focus {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: none;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn-subscribe {
    background: rgb(194, 163, 79);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: white;
    padding: 0px 40px;
    font-weight: 600;
    height: 55px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-subscribe:hover {
    background-color: rgb(224, 188, 89);
    color: white;
}

.why-choose-section {
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

.why-title {
    font-weight: 800;
    color: rgb(26, 26, 26);
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.why-subtitle {
    color: rgb(102, 102, 102);
    font-size: 1rem;
    margin-bottom: 50px;
}

.info-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(240, 240, 240);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 5px 20px;
    transition: 0.3s;
}

.info-card:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 25px;
    transform: translateX(5px);
}

.info-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.info-icon-box i {
    color: rgb(255, 255, 255);
    font-size: 24px;
}

.info-content h5 {
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin-bottom: 8px;
    font-size: 1.15rem;
}

.info-content p {
    color: rgb(0, 0, 0);
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0px;
}

.side-image-container img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

.process-section {
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

.process-title {
    font-weight: 800;
    color: rgb(26, 26, 26);
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.process-subtitle {
    color: rgb(102, 102, 102);
    max-width: 800px;
    margin: 0px auto 50px;
    font-size: 1.05rem;
    line-height: 1.6;
}

.process-card {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(240, 240, 240);
    border-radius: 20px;
    padding: 35px 25px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    transition: transform 0.3s;
}

.process-card:hover {
    transform: translateY(-10px);
}

.step-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.step-number {
    width: 60px;
    height: 60px;
    color: rgb(255, 255, 255);
    font-size: 2rem;
    font-weight: 700;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-header h4 {
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin: 0px;
    font-size: 1.25rem;
    line-height: 1.3;
}

.process-card p {
    color: rgb(0, 0, 0);
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0px;
}

.pricing-section {
    background-image: url("../img/packages-background.png");
    background-size: cover;
    background-position: center center;
    padding: 50px 0px;
    color: rgb(255, 255, 255);
}

.pricing-title {
    font-weight: 800;
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.pricing-subtitle {
    font-size: 1rem;
    max-width: 800px;
    margin: 0px auto 50px;
    opacity: 0.9;
}

.price-card {
    background: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    border-radius: 12px;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 30px;
}

.price-header h5 {
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin-bottom: 10px;
}

.price-value {
    font-size: 30px;
    font-weight: 800;
    color: rgb(194, 163, 79);
    line-height: 1;
}

.price-subtext {
    font-size: 0.9rem;
    font-style: italic;
    color: rgb(102, 102, 102);
    margin-bottom: 20px;
}

.feature-list {
    list-style: none;
    padding: 0px 10px 0px 0px;
    margin-bottom: 30px;
    height: 250px;
    overflow-y: auto;
}

.feature-list::-webkit-scrollbar {
    width: 6px;
}

.feature-list::-webkit-scrollbar-thumb {
    background: rgb(204, 204, 204);
    border-radius: 10px;
}

.feature-list li {
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    color: rgb(68, 68, 68);
}

.feature-list li i {
    color: rgb(22, 66, 115);
    margin-right: 10px;
    margin-top: 4px;
    font-size: 0.8rem;
}

.govt-fee-text {
    font-size: 0.85rem;
    color: rgb(136, 136, 136);
    font-style: italic;
    margin-top: auto;
    margin-bottom: 15px;
}

.btn-pricing {
    background: rgb(194, 163, 79);
    color: white;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 12px;
    font-weight: 600;
    border-radius: 4px;
    transition: 0.3s;
    width: 100%;
}

.btn-pricing-outline {
    background-color: transparent;
    color: rgb(194, 163, 79);
    border: 1px solid rgb(194, 163, 79);
    padding: 12px;
    font-weight: 600;
    border-radius: 4px;
    width: 100%;
}

.industries-section {
    padding: 50px 0px;
    background-color: rgb(249, 249, 249);
}

.ind-title {
    font-weight: 800;
    color: rgb(26, 26, 26);
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.ind-subtitle {
    color: rgb(0, 0, 0);
    max-width: 850px;
    margin: 0px auto 50px;
    font-size: 1rem;
    line-height: 1.6;
}

.ind-card {
    background: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: left;
}

.ind-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 8px 25px;
}

.ind-card h4 {
    font-weight: 700;
    color: rgb(26, 26, 26);
    margin-bottom: 12px;
    font-size: 1.25rem;
}

.ind-card p {
    color: rgb(0, 0, 0);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0px;
}

.testimonial-section {
    padding: 50px 0px;
    background-color: rgb(244, 244, 244);
}

.test-title {
    font-weight: 800;
    color: rgb(26, 26, 26);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.test-subtitle {
    color: rgb(85, 85, 85);
    max-width: 800px;
    margin: 0px auto 60px;
    font-size: 1rem;
}

.testimonial-card {
    background: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 25px;
    padding: 80px 30px 40px;
    position: relative;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    text-align: center;
    margin-top: 50px;
}

.client-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-text {
    font-style: italic;
    color: rgb(68, 68, 68);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.client-name {
    font-weight: 700;
    color: rgb(0, 0, 0);
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.stars {
    color: rgb(255, 193, 7);
    font-size: 0.9rem;
}

.faq-section {
    padding: 50px 0px;
    background-color: rgb(248, 249, 250);
}

.faq-card {
    background: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    height: 100%;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.accordion-item {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(238, 238, 238);
    border-image: initial;
    background: transparent;
}

.accordion-item:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.accordion-button {
    padding: 20px 0px;
    font-weight: 700;
    color: rgb(51, 51, 51);
    font-size: 1.1rem;
    background: none !important;
    box-shadow: none !important;
}

.accordion-button span {
    color: rgb(22, 66, 115);
    margin-right: 15px;
    font-weight: 800;
}

.accordion-button:not(.collapsed) {
    color: rgb(0, 0, 0);
}

.accordion-button::after {
    background-color: rgb(22, 66, 115);
    border-radius: 49%;
    padding: 11px;
    background-size: 20px;
}

.accordion-button:not(.collapsed)::after {
    background-color: rgb(115, 101, 22);
    filter: brightness(0) invert(1);
}

.success-section {
    padding: 50px 0px;
    background: rgb(255, 255, 255);
}

.success-card {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 25px;
    padding: 40px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 5px 15px;
    transition: 0.3s;
}

.success-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 25px;
}

.success-card h4 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    margin-bottom: 15px;
}

.success-card p {
    color: rgb(0, 0, 0);
    font-size: 0.95rem;
    line-height: 1.7;
}

.success-meta {
    color: rgb(22, 66, 115);
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 20px;
    border-top: 1px solid rgb(240, 240, 240);
    display: block;
}

.insights-section {
    padding: 50px 0px;
    background-color: rgb(255, 255, 255);
}

.insight-card {
    border: 1px solid rgb(238, 238, 238);
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 5px 15px;
}

.insight-card h4 {
    font-weight: 700;
    color: rgb(34, 34, 34);
    min-height: 55px;
}

.insight-card p {
    color: rgb(0, 0, 0);
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.read-more {
    color: #3E8E41;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
}

.read-more:hover {
    text-decoration: underline;
}

.cta-section {
    position: relative;
    padding: 80px 0px;
    background-image: url("../img/ready-to-secure.png");
    background-size: cover;
    background-position: center center;
    color: rgb(255, 255, 255);
    text-align: center;
}

.cta-title {
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 20px;
}

.cta-description {
    font-size: 1.1rem;
    max-width: 900px;
    margin: 0px auto 40px;
    line-height: 1.6;
    opacity: 0.95;
}

.cta-btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.btn-register {
    background: rgb(194, 163, 79);
    color: white;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 4px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.3s;
    text-decoration: none;
}

.btn-register:hover {
    background-color: rgb(221, 185, 86);
    color: white;
}

.btn-call {
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    padding: 15px 35px;
    font-weight: 600;
    border-radius: 4px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    transition: 0.3s;
    text-decoration: none;
}

.btn-call:hover {
    background-color: rgb(248, 248, 248);
    color: rgb(0, 0, 0);
}

.main-footer {
    background-image: url("../img/footer.png");
    background-size: cover;
    background-position: center center;
    color: rgb(255, 255, 255);
    padding: 50px 0px 20px;
    font-family: sans-serif;
}

.footer-logo-section img {
    max-width: 250px;
    margin-bottom: 20px;
}

.footer-about-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgb(204, 204, 204);
    max-width: 300px;
}

.footer-heading {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
}

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

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: rgb(204, 204, 204);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s;
    display: flex;
    align-items: center;
}

.footer-links li a i {
    margin-right: 10px;
    font-size: 0.7rem;
}

.footer-links li a:hover {
    color: rgb(255, 255, 255);
    padding-left: 5px;
}

.contact-info li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    color: rgb(204, 204, 204);
    font-size: 0.9rem;
}

.contact-info li i {
    color: rgb(255, 255, 255);
    margin-right: 15px;
    margin-top: 5px;
}

.bottom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
    font-size: 0.85rem;
    color: rgb(136, 136, 136);
}

.top-bar {
    background-color: rgb(255, 255, 255);
    padding: 5px 0px;
}

.top-bar a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-size: 14px;
    margin-left: 20px;
    font-weight: 500;
}

.top-bar i {
    margin-right: 5px;
}

.top-bar .fa-whatsapp {
    color: rgb(37, 211, 102);
    font-size: 18px;
}

.top-bar .fa-comments {
    color: rgb(22, 66, 115);
}

.navbar {
    /* background-color: rgb(255, 255, 255); */
    padding: 10px 0px;
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 10px; */
}

.navbar-brand img {
    height: 60px;
}

.nav-link {
    font-weight: 500;
    margin: 0px 10px;
    transition: 0.3s;
    color: rgb(68, 68, 68) !important;
}

.nav-link:hover {
    color: rgb(194, 163, 79) !important;
}

.btn-quote {
    background: rgb(194, 163, 79);
    padding: 10px 25px;
    border-radius: 0px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    color: white !important;
}

.btn-quote:hover {
    background: rgb(236, 199, 96);
}

@media (max-width: 991px) {
    .top-bar {
        display: none;
    }

    .navbar-collapse {
        background: rgb(255, 255, 255);
        padding: 20px;
        text-align: center;
    }

    .btn-quote {
        display: block;
        margin-top: 15px;
    }
}

.top-bar {
    padding: 8px 0px;
}

.top-link {
    text-decoration: none;
    color: rgb(51, 51, 51);
    font-weight: 600;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.top-link:hover {
    color: rgb(22, 66, 115);
}

.top-link i {
    margin-right: 6px;
    font-size: 17px;
}

.btn-quote {
    background: rgb(194, 163, 79);
    padding: 10px 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: white !important;
}

.btn-submit {
    background-color: rgb(52, 152, 219);
    color: white;
    font-weight: 700;
    border-radius: 4px;
    padding: 12px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

.p-as-h3 {
    font-family: Poppins, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: rgb(22, 66, 115);
    margin-bottom: 1rem;
    line-height: 1.2;
    display: block;
}

.p-as-h4 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.3;
    display: block;
    font-size: 19px !important;
    color: rgb(34, 34, 34) !important;
    margin-bottom: 0.75rem !important;
}

.p-as-h5 {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    display: block;
    font-size: 1rem !important;
    color: rgb(68, 68, 68) !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
}


/* Pagination container ki spacing */
.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

/* Sare dots ka base color (Greyish) */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(194, 163, 79);
    opacity: 1;
    margin: 0 5px !important;
}

/* Active dot ka color (Red) */
.swiper-pagination-bullet-active {
    background: rgb(194, 163, 79) !important; /* Aapka required Red color */
    width: 30px; /* Active dot ko thoda lamba (pill shape) banane ke liye optional */
    border-radius: 20px;
    transition: 0.3s;
}








