: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-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 420px;
}

.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: linear-gradient(to right, #D32F2F, #9E1B1B);    
    border-width: medium;
    border-style: none;
    border-radius: 0px;
    border-color: currentcolor;
    border-image: initial;
    padding: 12px 35px;
    font-weight: 500;

}

.btn:hover{
    color:#fff;
    background: #2560eb;
}

.btn-outline-custom {
    border: 1px solid #8f3131;
    color: rgb(171 40 40);
    background: transparent;
    padding: 12px 35px;
    font-weight: 500;
    border-radius: 0px;
}

.btn-outline-custom:hover {
    background: linear-gradient(to right, #D32F2F, #9E1B1B);
    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 {
    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: #2560eb;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: block;
	font-size: 20px;
}
.subtitle {
	
	font-size: 20px;
}
.service-card .text-muted strong {
	font-size: 20px;
}

.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(85, 85, 85);
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

.btn-chat-dark {
    background: linear-gradient(to right, #D32F2F, #9E1B1B);
    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-color: rgb(13, 44, 77);
    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;
    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(85, 85, 85);
    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;
}

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

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

.newsletter-input {
    background: rgb(235 158 158 / 10%);
    border: 1px solid rgb(143 136 136 / 50%);
    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: linear-gradient(to right, #D32F2F, #9E1B1B);
    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(13, 44, 77);
    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(85, 85, 85);
    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(85, 85, 85);
    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:#9E1B1B;
    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: linear-gradient(to right, #D32F2F, #9E1B1B);
    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(163 23 23);
    border: 1px solid rgb(122 40 40);
    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(85, 85, 85);
    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(85, 85, 85);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0px;
}

.testimonial-section {
    padding: 60px 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: 30px 30px 30px;
    position: relative;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    text-align: center;
    margin-top: 30px;
}

.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: #9E1B1B;
    margin-right: 15px;
    font-weight: 800;
}


.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(102, 102, 102);
    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(102, 102, 102);
    font-size: 0.9rem;
    margin-bottom: 25px;
}

.read-more {
    color: rgb(22, 66, 115);
    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: linear-gradient(to right, #D32F2F, #9E1B1B);
    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(13, 42, 74);
    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 {
    margin-bottom: 20px;
	margin-left: -10px;
}

.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;
}

.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;
}

.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; */
}


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

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

.btn-quote {
    background: linear-gradient(to right, #D32F2F, #9E1B1B);
    padding: 10px 25px;
    border-radius: 0px;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
    color: white !important;
}

.btn-quote:hover {
    background-color: rgb(141, 8, 8);
}

@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: linear-gradient(to right, #D32F2F, #9E1B1B);
    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: #2560eb;
    opacity: 1;
    margin: 0 5px !important;
}

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

.btn {
	font-size: .875rem;
    line-height: 1.25rem;
	padding-bottom: .5rem;
    padding-top: .5rem;
	font-weight: 600;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
	gap: .5rem;
}



.service-card {
      border-radius: 16px;
      overflow: hidden;
      transition: all 0.3s ease;
      border: 1px solid #e2e8f0;
    }

    .service-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 10px 30px rgba(0,0,0,0.1);
      border-color: #bfdbfe;
    }

    .service-img {
      height: 600px;
      min-height: 280px;
      object-fit: cover;
      transition: transform 0.5s ease;
    }
.service-img-two {
	height: 600px;
}	
.service-img-fifth {
      height: 600px;
}
    .service-card:hover .service-img {
      transform: scale(1.05);
    }

    .check-icon {
      color: #2563eb;
      margin-right: 8px;
    }

    .btn-custom {
      background-color: #2563eb;
      color: #fff;
      font-weight: 600;
      padding: 12px 20px;
      border-radius: 10px;
      transition: all 0.3s ease;
    }

    .btn-custom:hover {
      background-color: #1d4ed8;
      transform: translateX(4px);
    }

.section-padding {
	padding: 50px 0;
}
#benefit-sec {
		background: #f8fafc;
	}

/* Cards */
    .benefit-card {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      padding: 24px;
      transition: all 0.3s ease;
      height: 100%;
    }

    .benefit-card:hover {
      background: #2563eb;
      color: #fff;
      transform: translateY(-6px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .benefit-icon {
      width: 50px;
      height: 50px;
      border-radius: 10px;
      background: #eff6ff;
      display: flex;
      align-items: center;
      justify-content: center;
	  margin: 0px auto;
      margin-bottom: 15px;
      transition: 0.3s;
    }

    .benefit-card:hover .benefit-icon {
      background: #fff;
    }
.benefit-icon img {
      width: 40px;
      height: 40px;
	
}
    .benefit-icon svg {
      color: #2563eb;
    }

    .benefit-card:hover .benefit-icon svg {
      color: #fff;
    }

    .benefit-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px;
    }

    .benefit-text {
      font-size: 14px;
      color: #64748b;
    }

    .benefit-card:hover .benefit-text {
      color: #dbeafe;
    }
.text-blue {
	color: #2563eb !important;
}	
 .cta-section {
      position: relative;
      padding: 60px 0;
      overflow: hidden;
      background: url('../img/pexels-photo-7841411.jpeg') center center/cover no-repeat;
    }

    /* Dark Overlay */
    .cta-overlay {
      position: absolute;
      inset: 0;
      background: rgba(30, 58, 138, 0.82);
    }

    /* Blur Circles */
    .blur-circle {
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.06);
      filter: blur(80px);
      z-index: 1;
    }

    .blur-top {
      width: 400px;
      height: 400px;
      top: -150px;
      right: -100px;
    }

    .blur-bottom {
      width: 300px;
      height: 300px;
      bottom: -120px;
      left: -100px;
    }

    /* Content */
    .cta-content {
      position: relative;
      z-index: 2;
    }

    .cta-title {
      font-size: 3rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.2;
    }

    .cta-text {
      color: rgba(255,255,255,0.8);
      font-size: 1.1rem;
      line-height: 1.8;
    }

    /* Button */
    .cta-btn {
      background: #fff;
      color: #1d4ed8;
      font-weight: 600;
      padding: 14px 30px;
      border-radius: 12px;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    .cta-btn:hover {
      background: #eff6ff;
      transform: translateY(-3px);
    }

    .cta-btn span {
      margin-left: 8px;
      transition: transform 0.3s ease;
      display: inline-block;
    }

    .cta-btn:hover span {
      transform: translateX(4px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .cta-title {
        font-size: 2rem;
      }

      .cta-section {
        padding: 80px 0;
      }
    }
	

    .amazon-cta {
      position: relative;
      padding: 60px 0;
      overflow: hidden;
      background: url('../img/photo-1567193729952-23830c0743ea.jpeg') center center/cover no-repeat;
    }

    /* Dark Overlay */
    .amazon-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(30, 58, 138, 0.82);
      z-index: 1;
    }

    /* Blur Background Effects */
    .blur-effect {
      position: absolute;
      border-radius: 50%;
      background: rgba(255,255,255,0.06);
      filter: blur(80px);
      z-index: 2;
    }

    .blur-top {
      width: 380px;
      height: 380px;
      top: -140px;
      right: -120px;
    }

    .blur-bottom {
      width: 280px;
      height: 280px;
      bottom: -100px;
      left: -80px;
    }

    /* Content */
    .cta-content {
      position: relative;
      z-index: 3;
    }

    .cta-title {
      font-size: 3rem;
      font-weight: 600;
      color: #fff;
      line-height: 1.2;
    }

    .cta-text {
      font-size: 1.1rem;
      line-height: 1.8;
      color: rgba(255,255,255,0.82);
    }

    /* Button */
    .cta-btn {
      background: #fff;
      color: #1d4ed8;
      font-weight: 600;
      padding: 14px 32px;
      border-radius: 12px;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    }

    .cta-btn:hover {
      background: #eff6ff;
      transform: translateY(-4px);
    }

    .cta-btn span {
      margin-left: 8px;
      display: inline-block;
      transition: transform 0.3s ease;
    }

    .cta-btn:hover span {
      transform: translateX(5px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .amazon-cta {
        padding: 80px 0;
      }

      .cta-title {
        font-size: 2rem;
      }

      .cta-text {
        font-size: 1rem;
      }
    }	
	
	.process-section {
      padding: 60px 0 0px 0px;
	  background-color: rgb(244, 244, 244);
    }

    .section-subtitle {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #2563eb;
    }

    .section-title {
      font-size: 2.5rem;
      font-weight: 600;
      color: #0f172a;
      line-height: 1.2;
    }

    .section-text {
      color: #64748b;
      line-height: 1.8;
      font-size: 1rem;
    }

    /* Process Card */
    .process-step {
      position: relative;
      text-align: center;
      padding: 20px;
      transition: all 0.3s ease;
    }

    .process-step:hover {
      transform: translateY(-6px);
    }

    /* Connecting Line */
    .process-step::after {
      content: "";
      position: absolute;
      top: 32px;
      left: 70%;
      width: 75%;
      height: 1px;
      background: #e2e8f0;
      z-index: 0;
    }

    .process-step:last-child::after {
      display: none;
    }

    @media (max-width: 767px) {
      .process-step::after {
        display: none;
      }
    }

    /* Number Box */
    .step-number {
      width: 70px;
      height: 70px;
      border-radius: 18px;
      background: #2563eb;
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 25px;
      position: relative;
      z-index: 2;
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
      transition: all 0.3s ease;
    }

    .process-step:hover .step-number {
      transform: scale(1.08);
      background: #1d4ed8;
    }

    .step-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 15px;
    }

    .step-text {
      font-size: 0.95rem;
      color: #64748b;
      line-height: 1.8;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .process-section {
        padding: 80px 0;
      }

      .section-title {
        font-size: 2rem;
      }
    }
	
	
.why-choose-section {
      padding: 60px 0;
      background: #ffffff;
    }

    /* Section Heading */
    .section-subtitle {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.25em;
      color: #2563eb;
    }

    .section-title {
      font-size: 2.6rem;
      font-weight: 600;
      color: #0f172a;
      line-height: 1.2;
    }

    .section-text {
      color: #64748b;
      font-size: 1rem;
      line-height: 1.8;
    }

    /* Cards */
    .choose-card {
      background: #f8fafc;
      border: 1px solid #e2e8f0;
      border-radius: 20px;
      padding: 35px 30px;
      height: 100%;
      transition: all 0.35s ease;
    }

    .choose-card:hover {
      background: #2563eb;
      border-color: #2563eb;
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(37, 99, 235, 0.2);
    }

    /* Icon Box */
    .icon-box {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
	  margin: 0px auto;
      margin-bottom: 20px;
      transition: all 0.3s ease;
    }
.icon-box img {
      width: 40px;
      height: 40px;
	
}
    .choose-card:hover .icon-box {
      background: #fff;
      color: #fff;
    }

    /* Card Title */
    .card-title-custom {
      font-size: 1.3rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 15px;
      transition: color 0.3s ease;
    }

    .choose-card:hover .card-title-custom {
      color: #fff;
    }

    /* Card Text */
    .card-text-custom {
      color: #64748b;
      font-size: 0.95rem;
      line-height: 1.8;
      transition: color 0.3s ease;
    }

    .choose-card:hover .card-text-custom {
      color: #dbeafe;
    }

    /* CTA Button */
    .cta-btn {
      background: #2563eb;
      color: #fff;
      font-weight: 600;
      padding: 14px 34px;
      border-radius: 12px;
      border: none;
      transition: all 0.3s ease;
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
    }

    .cta-btn:hover {
      background: #1d4ed8;
      transform: translateY(-3px);
    }

    .cta-btn span {
      margin-left: 8px;
      transition: transform 0.3s ease;
      display: inline-block;
    }

    .cta-btn:hover span {
      transform: translateX(4px);
    }

    /* Responsive */
    @media (max-width: 768px) {
      .why-choose-section {
        padding: 80px 0;
      }

      .section-title {
        font-size: 2rem;
      }
    }	
	

    .faq-section {
      padding: 60px 0;
      background: #ffffff;
    }

    /* Section Heading */
    .faq-subtitle {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.25em;
      text-transform: uppercase;
      color: #2563eb;
    }

    .faq-title {
      font-size: 2.5rem;
      font-weight: 600;
      color: #0f172a;
    }

    .faq-text {
      color: #64748b;
      line-height: 1.8;
      font-size: 1rem;
    }

    /* Accordion */
    .accordion-item {
      border: none;
      border-bottom: 1px solid #e2e8f0;
    }

    .accordion-button {
      font-weight: 600;
      color: #0f172a;
      padding: 22px 0;
      background: transparent;
      box-shadow: none !important;
    }

    .accordion-button:not(.collapsed) {
      background: transparent;
      color: #2563eb;
    }

    .accordion-button:focus {
      box-shadow: none;
    }

    .accordion-body {
      padding: 0 0 20px 0;
      color: #64748b;
      line-height: 1.8;
      font-size: 15px;
    }

    /* Smooth animation */
    .accordion-collapse {
      transition: all 0.35s ease;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .faq-section {
        padding: 40px 0;
      }

      .faq-title {
        font-size: 2rem;
      }
    }	
.form-title {
      font-size: 1.7rem;
      font-weight: 600;
      color: #0f172a;
      margin-bottom: 0.5rem;
    }

    .form-subtitle {
      color: #64748b;
      font-size: 0.95rem;
    }

    /* Inputs */
    .form-control,
    .form-select {
      height: 48px;
      border-radius: 12px;
      border: 1px solid #cbd5e1;
      padding: 12px 15px;
      transition: all 0.3s ease;
    }

    textarea.form-control {
      min-height: 80px;
      resize: none;
    }

    .form-control:focus,
    .form-select:focus {
      border-color: #2563eb;
      box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.15);
    }

    /* Labels */
    .form-label {
      font-size: 0.9rem;
      font-weight: 600;
      color: #334155;
      margin-bottom: 8px;
    }

    /* Button */
    .submit-btn {
      background: #2563eb;
      color: #fff;
      border: none;
      height: 52px;
      border-radius: 12px;
      font-size: 1rem;
      font-weight: 600;
      transition: all 0.3s ease;
      box-shadow: 0 10px 25px rgba(37, 99, 235, 0.18);
    }

    .submit-btn:hover {
      background: #1d4ed8;
      transform: translateY(-2px);
    }

    .submit-btn span {
      margin-left: 8px;
      transition: transform 0.3s ease;
      display: inline-block;
    }

    .submit-btn:hover span {
      transform: translateX(4px);
    }

    /* Footer Text */
    .form-note {
      font-size: 11px;
      color: #94a3b8;
      text-align: center;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero-form-box {
        padding: 30px 22px;
      }

      .form-title {
        font-size: 1.6rem;
      }
    }
	
.modal-x{
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    line-height: 1;
    z-index: 10;
}

.modal-x:hover{
    color: red;
}