
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding:20px;
}
.navbar-brand img {
    height: 40px;
}
.nav-link {
    color: #000;
}
.nav-link:hover {
    color: #555;
}
.btn-chat {
    background: rgba(119, 30, 187, 1);
    color: #fff;
    width: 178px;
    height: 56px;
    padding: 8px;
    border-radius: 8px;
}
.btn-chat:hover {
    background-color: #5a32a4;
    color: #fff;
}
.contact-number {
    width: 178px;
    height: 56px;
    border: 2px solid #ddd;
    padding: 1rem;
    border-radius: 5px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-number i {
    margin-right: 0.5rem;
}
.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 12%;
    background-color: #fff;
    flex-wrap: wrap;
    margin-top: 30px;
}
/* Text and heading styling */
.hero-content {
    max-width: 600px;
    text-align:left;
}
.hero-title {
    font-size: 48px;
    font-weight: 900;
    color: #000;
    line-height: 1.2;
    font-family: Outfit;
}
.highlight {
    color: #007bff;
}
.hero-subtitle {
    font-size: 18px;
    color: #777;
    margin-top: 15px;
    font-family: Outfit;
}
.contact-number {
    width: 180px;
    height: 56px;
    border: 1px solid #000;
    padding: 1rem;
    border-radius: 6px 6px 6px 6px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.contact-number:hover {
    transform: scale(1.1); /* Scale up on hover */
    background-color: #108DE3; /* Optional: Change border color on hover */
    color: white; /* Optional: Change text color on hover */
    border: none;
}


/* Button styling */
.btn-primary-custom, .btn-outline-custom {
    padding: 14px 15px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    width: 190px;
    transition: transform 0.3s ease;
    margin-right: 10px;
}
.btn-primary-custom {
    background-color: #771ebb;
    color: #fff;
    border: 1px solid #771ebb;
    width: 180px;
}
.btn-primary-custom:hover {
    transform: scale(1.1);
    background-color: #007bff !important;
    color: white !important;
    border: none !important;
}
.btn-outline-custom {
    color: #000;
    border: 1px solid #000;
}
.btn-outline-custom:hover {
    transform: scale(1.1);
    background-color: #007bff;
    color: white;
}
.btn-outline-custom-tab {
    color: #ffffff;
    margin-left: 13px;
    background-color: #5a32a4;
    padding: 14px 5px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    width: 160px;
    transition: transform 0.3s ease;

}

.btn-outline-custom-tab1 {
    color: #ffffff;
    margin-left: 13px;
    background-color: #5a32a4;
    padding: 14px 5px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    width: 160px;
    transition: transform 0.3s ease;
    width:151px;

}
.btn-outline-custom-tab:hover {
    transform: scale(1.1);
    background-color: #007bff;
    color: white;
}
.btn-outline-custom-load {
    color: #000;
    border: 2px solid #000;
    margin-left: 10px;
    width:10%;
}
.btn-outline-custom-load:hover {
    transform: scale(1.1);
    background-color: #007bff;
    color: white;
}
.reviews {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}
.reviews .highlight-red {
    color: #ff0000;
}
/* Image styling */
.hero-image {
    max-width: 100%;
    width: 450px;
}
.content-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 10%;
    background-color: #fff;
    flex-wrap: wrap;
}
.section-title {
    font-size: 14px;
    font-weight: 600;
    color: #6c3faf;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-heading {
    font-size: 36px;
    font-weight: 700;
    color: #000 !important;
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 47px;
    font-family: outfit;
    font-weight: 600;
}
.description {
    font-size: 24px;
    color:rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    line-height: 33px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section, .content-section {
        flex-direction: column;
        text-align: center;
        padding: 30px 5%;
    }
    .main-heading{
        font-size: 23px;
    }
    .hero-title {
        font-size: 32px;
    }
    
    .description {
        font-size: 14px;
    }
    .btn-primary-custom, .btn-outline-custom {
        width: 100%;
        margin: 5px 0;
    }
    .contact-number, .btn-chat {
        width: 100% !important;
        text-align: center;
        padding:0% !important;
        margin:-3%;
    }
    .testimonial-container{
        width:123% !important;
    }
    .slider-btn.next{
        color:black !important;
        right:24px !important;
        background-color:transparent !important;
    }
    .slider-btn.prev{
        color:black !important;
                background-color:transparent !important;

    }
    .testimonial-header h2 {
        font-size:24px !important;
    }
    .success-section h2 {
font-size:24px !important;
        
    }
    .main-title{
        font-size:24px !important;
    }
    .tab-button.active{
        padding-left:1%;
        width:49% !important;
    }
    .main-title {
        font-size:24px !important;
}
.accordion{
    width:186% !important;
    margin-left:-43% !important;
}
}
.process-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 10%;
    text-align: left;
}
.process-step {
    flex: 1;
    padding: 20px;
    position: relative;
}
.process-step:not(:last-child)::after {
    content: '';
    width: 60px;
    height: 2px;
    /* Line color */
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
}
.process-step:not(:last-child) .icon::after {
    content: '\2192'; /* Arrow icon */
    font-size: 24px;
    color: #6c3faf;
    position: absolute;
    top: 50%;
    right: -100px;
    transform: translateY(-50%);
}
.icon {
    background-color: #6c3faf;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 36px;
}
.step-title {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-family: Outfit;
    margin-top: 20px;
}
.step-description {
    font-size: 18px;
    color: #999;
    font-weight: 300;
    line-height: 22px;
    font-family: outfit;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .process-section {
        flex-direction: column;
        padding: 20px 5%;
    }
    .process-step {
        padding: 20px 0;
    }
 
    .process-step:not(:last-child)::after,
    .process-step:not(:last-child) .icon::after {
        display: none;
    }
    .icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }
    .step-title {
        font-size: 18px;
    }
    .step-description {
        font-size: 14px;
    }
}
.process-step img {
width: 100%; /* Full width on mobile */
    }



    /* Flex container for nav links and copyright */
    .footer-nav-container {
        display: flex;
        justify-content: space-between; /* Space between links and copyright */
        align-items: center; /* Align items vertically in the center */
        flex-wrap: wrap; /* Allow wrapping on small screens */
    }
    
    .footer-nav {
        display: flex;
        gap: 15px; /* Space between navigation links */
    }
    
    .footer-nav a {
        color: #ccc;
        font-size: 0.9em;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .footer-nav a:hover {
        color: white;
    }
    
    .footer-bottom {
        color: #777;
        font-size: 0.8em;
    }

 
    /* Full-width Footer */
    .footer {
        color: #000000;
        padding: 20px 0px;
        text-align: center;
    }
    
    /* Centered Content within Full-width Footer */
    .footer .container {
        max-width: 1200px; /* Limit max width for readability */
        margin: 0 auto; /* Center the content */
        padding: 0 20px; /* Add padding for small screens */
    }

    .footer-logo {
        font-size: 1.5em;
        font-weight: bold;
        color: white;
        display: inline-block;
        margin-bottom: 15px;
    }
    .footer-logo img {
        width: 150px;
        margin-bottom: 10px;
    }
    .footer-description {font-family: Outfit;
font-size: 16px;
font-weight: 400;
line-height: 24.56px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000000B2;


    }
    .footer-contact {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 0.9em;
        float: right;
        color:white !important;
    }
    .footer-contact li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        font-family: Outfit;
font-size: 17px;
font-weight: 400;
line-height: 21.42px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:black;

        
    }
    .footer-contact li i {
        margin-right: 10px;
        color: black;
    }
    .footer-social {
        margin-top: 20px;
    }
    .footer-social a {
        color: #ccc;
        margin: 0 10px;
        font-size: 1.2em;
        transition: color 0.3s;
    }
    .footer-social a:hover {
        color: white;
    }
    .footer-nav {
        margin-top: 20px;
    }
    .footer-nav a {
        color: #777;
        margin: 0 15px;
        font-size: 0.9em;
        text-decoration: none;
        transition: color 0.3s;
    }
    .footer-nav a:hover {
        color: #000;
    }
    .footer-bottom {
        margin-top: 20px;
        font-size: 0.8em;
        color: #777;
    }
    .footer hr {
        border-top: 1px solid #555;
        margin: 0px 0px;
    }

   
 
 /* Full-width section */
.full-width-section {
    background-color:  #771EBB;
    ; /* Optional background color */
    padding: 40px 0; /* Top and bottom padding */

}

    .faq-container {
        width: 50%; /* Make container full width */
  /* Optional: Limit maximum width for readability */
        margin: auto;
        text-align: center;
        border-radius: 20px; /* Rounds the corners */


    }
    .faq-title {
        font-family: Outfit;
font-size: 48px;
font-weight: 700;
line-height: 58px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: white;

    }
    .faq-subtitle {
        font-family: Outfit;
font-size: 18px;
font-weight: 400;
line-height: 25.2px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#FFFFFFB2;


    }
    .accordion-item {
        margin-bottom: 15px; /* Adds gap between FAQ items */
        border-radius:20px 20px 20px 20px;
        overflow: hidden; /* Ensures border-radius applies fully */

    }
    .accordion-button {
        font-family: Outfit;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        background-color: white;
        color: black;
    }
    .accordion-button:not(.collapsed) {
        background-color: #f1f1f1;
        color: black;
    }
    .accordion-body {
        font-family: Outfit;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        background-color: white;
        color: #000000B2;
    }
    .input-section {
        margin-top: 20px;
    }
    .form-control {
        border-radius: 10px;
    }
    .send-btn {
        background-color: #3498db;
        color: white;
        font-weight: bold;
        border-radius: 10px;
        padding: 10px 20px;
        border: none;
    }
    .footer-note {
        color: #d3d3d3;
        margin-top: 10px;
    }

    
 
    body {
        font-family: outfit, sans-serif;
        background-color: white;
    }
    .section-header {
        text-align: center;
        color: #8e44ad;
        font-weight: bold;
        font-family: Outfit;

    }
    .section-title {
        font-family: Outfit;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
        text-align: center;
        text-decoration-skip-ink: none;
        color: #000;
    }
    .section-description {
        text-align: center;
        color: #666;
        margin-bottom: 40px;
        font-family: Outfit;
        font-size: 18px;
        font-weight: 400;
        line-height: 25px;

    }
    .blog-card {
        background-color: #f0f0f0;
        border-radius: 15px;
        overflow: hidden;
        display: flex;
        margin-bottom: 20px;
        font-family: Outfit;

    }
    .blog-card img {
        width: 41% !important;
        height: 100%;
        object-fit: cover;
        font-family: Outfit;

    }
    .blog-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: Outfit;

    }
    .blog-title {
        font-family: Outfit;
font-size: 24px;
font-weight: 700;
line-height: 30.24px;
text-align: left;
text-decoration-skip-ink: none;


    }
    .blog-description {
        font-family: Outfit;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #000000B2;


    }



    tab-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
}

.tab-button {
    padding: 14px 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    font-weight: 500;
    justify-content: center;
    border: 1px solid;
    margin-left: 15px;
}

.tab-button.active {
    background-color: #007bff;
    color: #fff;
}

/* Tab Content */
.tab-content {
    display: none; /* Hide all tab content by default */

}

.tab-content.active {
    display: block; /* Show active tab content */
}


    /* Animation for the image */
.animated-image {
    animation: zoomInOut 2s infinite ease-in-out;
    /* display: block; */
    /* margin: 0 auto; */
    width: 80% !important;
    padding: 5px;
}

/* Keyframes for zoom-in and zoom-out effect */
@keyframes zoomInOut {
0%, 100% {
    transform: scale(1); /* Original size */
}
50% {
    transform: scale(1.1); /* Slightly enlarged */
}
}

    /* Style for the button */
.zoom-button {

cursor: pointer;
transition: transform 0.3s ease-in-out; /* Smooth transition */
}

/* Zoom effect on hover */
.zoom-button:hover {
transform: scale(1.1); /* Enlarge button slightly */
}


    .pricing-container {
    display: flex;
    gap: 20px; /* Gap between cards */
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    justify-content: center; /* Centers the cards horizontally */
    margin-top: 2%;

}

    .pricing-card {
        background-color: #4b007d;
        color: white;
        justify-content: center; /* Centers the cards horizontally */
        padding: 20px;
        border-radius: 15px;
        width: 376px;
        font-family: Arial, sans-serif;
        position: relative;
        text-align: left;
        gap: 10px; /* Reduced space between cards */

    }
    .most-popular {
        position: absolute;
        top: 10px;
        left: -5px;
        background-color: red;
        color: white;
        font-size: 0.8em;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    
    .guarantee-badge {
    width: 35% !important;
    float: left !important;
    /* height: 80px; */
    /* margin: 10px auto; */
    margin-top: -20px;
    margin-left: -19px;
    /* width: 175%; */
    }
    
    .price {
        font-size: 38px;
        color: #ffd700;
        font-weight: bold;
        width:44%;
        line-height: 32px;
    }
    .old-price {
        font-size: 30px;
        color: #a368ca;
        text-decoration: line-through;
    }
    .discount {
        font-size: 1.2em;
        color: #ffffff;
        font-weight: bold;
        width: 50%;
        margin-top: -74px;
        float:right;
        text-align: left;
        font-family:Outfit;
        padding-left:10px;
        border-left: 1px solid #ffffff30;
        line-height:19px;
    }
    .feature-list {
    text-align: left;
    font-size: 0.9em;
    /* margin: 20px 0; */
    list-style-type: none;
    margin-left: -30px;
    line-height: 14px;
    margin-top: 25px;
    }
    .feature-list li {
        margin-bottom: 10px;
    }
    .feature-list li::before {
        content: "★";
        color: #ffd700;
        margin-right: 10px;
    }
    .btn-primary, .btn-outline, .btn-light {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
        font-weight: 500;
        height:56px;
        font-family: Outfit;
    }
    .btn-primary {
        background-color:#108DE3;
        border: none;
    }
    .btn-primary:hover {
        background-color:#ffffff;
        border: none;
        color:black;
    }
    .btn-outline {
        background-color: transparent;
        color: white;
        border: 1px solid white;
    }
    .btn-outline:hover{
        background-color: white;
        color: rgb(0, 0, 0);
        border: 1px solid white;
    }
    .btn-light {
        background-color: white;
        color: #000000;
    }
    .btn-light:hover {
        background-color: #ffe500;
        color: #000000;
    }

    .marquee-section {
        overflow: hidden;
        width: 76%;
        background-color:#f4f4f4;
        border-radius: 15px;
        margin: auto;
        z-index: 1;
        position: relative;
        margin-top:1%;
    }
    
    .marquee {
        display: flex;
        gap: 70px; /* Space between each badge */
        width: 175%;
        animation: scroll 10s linear infinite; /* Adjust timing for speed */
    }
    
    .marquee img {
    width: 8%;
    height: 8%;
    }
    
    /* Marquee animation */
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    
    
    .badge {
        height: 100px; /* Adjust as needed */
        width: auto;
    }
    
    /* Marquee animation */
    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    

    @media (max-width: 768px) {
        .process-step img {
        width: 100%; /* Full width on mobile */

    }

        .portfolio-section {
        text-align: center;
        /* padding: 50px 10%; */
        padding-top: 7%;
        }
        
        .portfolio-title {
            font-size: 48px;
            font-weight: 700;
            color: #000;
            margin-bottom: 10px;
            line-height: 1.2;
            font-family: outfit;
        }
        .portfolio-subtitle {
            font-size: 18px;
            color:rgba(0, 0, 0, 0.7);
            font-weight: 400;
            font-family: outfit;

        }}

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .portfolio-title {
                font-size: 32px;
            }
            .portfolio-subtitle {
                font-size: 16px;
            }
        }

        .feature-card {
            background-color: white;
            border: none;
            border-left: 1px solid #e0e0e0;
            border-top: 1px solid #e0e0e0;
            padding: 20px;
            height: 100%;
        }
        .feature-icon {
            font-size: 32px;
            color: #6c3faf;
        }
        .feature-title {
            color: #771EBB;
            font-size: 19px;
            margin-top: 10px;
            margin-bottom: 10px;
            font-family: Outfit;
            font-weight: 900;
        }
        .feature-text {
            color:rgba(0, 0, 0, 1);
            font-size: 17px;
            line-height: 1.6;
            font-family: Outfit;
            line-height: 23px;
        }
        /* Remove gaps between grid items */
        .row.g-0 > [class*="col"] {
            padding: 0;
        }
   
        .success-section {
        background-color: #ffffff;
        padding: 40px;
        text-align: center;
        border-radius: 35px;
        box-shadow: 0px 25px 60px 0px rgba(0, 0, 0, 0.19);
        /* margin: 40px 20px; */
        max-width: 1140px;
        color: black;
        font-family: Outfit;
        /* margin-top: -225px; */
        margin-bottom: 3%;
        }
        .success-section h2 {
            font-size: 50px;
            font-weight: bold;
            margin-bottom: 10px;
        }
        .success-section p {
            color: #777;
            font-size: 18px;
            margin-bottom: 30px;
        }
    
      
        .testimonial-section {
        background-color: #4A0A76;
        color: #ffffff;
        text-align: center;
        padding: 60px 20px;
    }
    
    .testimonial-header h2 {
        font-size: 50px;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: Outfit;
    }
    
    .testimonial-header p {
        font-size: 1rem;
        color: #ddd;
        margin-bottom: 30px;
    }
    
.testimonial-slider {
    position: relative;
    max-width: 700px; /* Adjust this based on your design */
    margin: 0 auto;
    
}

.testimonial-container {
    display: flex;
    transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
    width: 100%;
}

.testimonial-item {
    min-width: calc(100% - 80px); /* Adjust the width of each slide to leave space for the margin */
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    background-color: white;
    color: black;
    opacity: 0.5; /* Set opacity for inactive slides */
    transition: opacity 0.3s ease; /* Smooth opacity transition */
    margin-right: 80px; /* Increased margin to create more gap between the slides */
}

.testimonial-item.active {
    opacity: 1; /* Make the active slide fully visible */
    transform: scale(1.05); /* Optional: Add a slight zoom effect to the active slide */
}

/* Remove margin from the last slide */
.testimonial-item:last-child {
    margin-right: 0;
}


    .client-photo {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin-top: 20px;
        border: 3px solid #fff;
    }
    
    blockquote {
        font-size: 1.2rem;
        margin: 20px auto;
        max-width: 350px;
        line-height: 1.5;
        color:#000000B2;
        font-family: Outfit;
    }
    
    .client-name {
        font-weight: bold;
        margin-top: 10px;
        font-family: Outfit;
        font-weight: 600;
    }
    
    .client-name span {
        font-weight: 600;
        font-size: 0.9rem;
        color: #000000;
        font-family: Outfit;
    
    }
    
    .slider-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #00A2FF;
        border: none;
        padding: 15px;
        font-size: 10px;
        color: #fff;
        cursor: pointer;
        border-radius: 50%;
    }
    
    .slider-btn.prev {
        left: 20px;
        width:64px;
        height:64px;
        font-size:23px;
    }
    
    .slider-btn.next {
        right: 100px;
        width:65px;
        width:64px;
        height:64px;
        font-size:23px;
    
    }
    
    .slider-btn:hover {
        background-color: #0077cc;
    }
  
    .pricing-section {
        text-align: center;
        padding: 40px 20px;
        background: #ffffff; /* Light background */
        font-family: 'Outfit', sans-serif;
      
        margin: 0; /* Remove default margin */
    }
    .sub-title {
        color: #6a0dad; /* Purple color */
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 5px;
        font-family: 'Outfit', sans-serif;
    }
    .main-title {
        font-size: 48px;
        font-weight: bold;
        margin-bottom: 10px;
        font-family: 'Outfit', sans-serif;
    }
    .description {
        color: #777;
        font-size: 18px;
        max-width: 800px;
        margin: 0 auto;
    }



            
    @media (max-width: 450px) {
                .content{
                    font-size: 20px;
                    max-width: 89% !important;
                }
            }
          
     
            .main-section {
                display: flex;
                flex-wrap: wrap;
                gap: 20px;
                justify-content: center;
            }
            .content {
                max-width: 55%;
                text-align: left;
            }
            .content h2 {
                font-size: 2em;
                font-weight: bold;
                color: #333;
            }
            .content p {
                color: #666;
                margin-bottom: 20px;
            }
            .prices {
                font-size: 1.5em;
                color: red;
                font-weight: bold;
            }
            .features {
                margin-bottom: 20px;
                list-style: none;
                padding: 0;
                color: #666;
            }
            .features li {
                display: flex;
                align-items: center;
                margin-bottom: 10px;
                line-height: 20px;
            }
            .features li::before {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: #3498db;
                margin-right: 10px;
            }
            .buttons {
                display: flex;
                gap: 10px;
                margin-bottom: 20px;
            }
            .btn-primary {
                background-color: #3498db;
                border: none;
                padding: 10px 20px;
                border-radius: 5px;
            }
            
            .btn-primary-req {
                background-color: #3498db;
                border: none;
                padding: 10px 20px;
                border-radius: 5px;
            }
            .btn-outline-secondary {
                border: 2px solid #333;
                padding: 10px 20px;
                border-radius: 5px;
                color: #333;
            }
            .cta-text {
                color: #333;
            }
            .cta-text .highlight {
                color: red;
                font-weight: bold;
            }
            /* Form Styles */
            .form-section {
                background-color:#7323BC;
                color: white;
                padding: 20px;
                border-radius: 10px;
                max-width: 100%;
                width: 400px;
    height: auto;
    top: 136px;
    left: 829px;
    gap: 0px;
    border-radius: 20px 20px 20px 20px;
    opacity: 0px;
    margin-top: 3%;
    
            }
            .form-section h3 {
                font-size: 1.5em;
                font-weight: bold;
                margin-bottom: 20px;
            }
            .form-control {
                border-radius: 5px;
                margin-bottom: 15px;
            }
         
    
         .feature-cards p{
            font-family: Outfit;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
        }
    
        .feature-cards h5{
            font-family: Outfit;
                font-size: 21px;
                font-weight: 600;
                line-height: 14px;
                text-align: left;
                text-underline-position: from-font;
                text-decoration-skip-ink: none
        }
    
        .section-title {
            font-size: 2.5em;
            font-weight: bold;
            color: #000;
            margin-bottom: 20px;
        }
        .section-title span {
            color: #3498db;
        }
        .feature-cards {
            background-color: #ffffff;
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 13%;
            text-align: left;
            height:86%;
        }
        .feature-cards .icon {
            font-size: 4em;
            color: #8e44ad;
            margin-bottom: 13%;
            display: block;
            text-align: center;
        }
        .feature-cards h5 {
            font-weight: bold;
            color: #000;
            margin-bottom: 10px;
        }
        .feature-cards p {
            color: #666;
            margin: 0;
        }
        .feature-container {
            max-width: 1200px;
            margin: auto;
            margin-top: 0%;
        }
   

            
        @media (max-width: 450px) {
                    .content{
                        font-size: 20px;
                        max-width: 89% !important;
                    }
                }
              
                .main-section {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 20px;
                    justify-content: center;
                }
                .content {
                    max-width: 55%;
                    text-align: left;
                }
                .content h2 {
                    font-size: 2em;
                    font-weight: bold;
                    color: #333;
                }
                .content p {
                    color: #666;
                    margin-bottom: 20px;
                }
              
                 /* Define the keyframes for the animation */
                 @keyframes zoomInOut {
                    0%, 100% {
                        transform: scale(1); /* Normal size */
                    }
                    50% {
                        transform: scale(1.1); /* Slightly zoomed in */
                    }
                }
        
                /* Style for the animated text */
                .prices {
                    font-family: 'Outfit', sans-serif;
                    font-size: 42px;
                    font-weight: 700;
                    line-height: 84px;
                    text-align: left;
                    text-underline-position: from-font;
                    text-decoration-skip-ink: none;
                    color: red;
                    display: inline-block; /* Ensures the element can be transformed */
                    animation: zoomInOut 2s infinite ease-in-out; /* Animation applied */
                }
                .features {
                    margin-bottom: 20px;
                    list-style: none;
                    padding: 0;
                    color: #666;
                }
                .features li {
                    display: flex;
                    align-items: center;
                    margin-bottom: 10px;
                    line-height: 20px;
                }
                .features li::before {
                    content: "\f00c";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 900;
                    color: #3498db;
                    margin-right: 10px;
                }
                .buttons {
                    display: flex;
                    gap: 10px;
                    margin-bottom: 20px;
                }
                .btn-primary {
                    background-color: #3498db;
                    border: none;
                    padding: 10px 20px;
                    border-radius: 5px;
                }
                
                .btn-primary-req {
                    background-color: #3498db;
                    border: none;
                    padding: 10px 20px;
                    border-radius: 5px;
                }
                .btn-outline-secondary {
                    border: 2px solid #333;
                    padding: 10px 20px;
                    border-radius: 5px;
                    color: #333;
                }
                .cta-text {
                    color: #333;
                }
                .cta-text .highlight {
                    color: red;
                    font-weight: bold;
                }
                /* Form Styles */
                .form-section {
                    background-color:#7323BC;
                    color: white;
                    padding: 20px;
                    border-radius: 10px;
                    max-width: 100%;
                    width: 400px;
        height: auto;
        top: 136px;
        left: 829px;
        gap: 0px;
        border-radius: 20px 20px 20px 20px;
        opacity: 0px;
        margin-top: 3%;
        
                }
                .form-section h3 {
                    font-size: 1.5em;
                    font-weight: bold;
                    margin-bottom: 20px;
                }
                .form-control {
                    border-radius: 5px;
                    margin-bottom: 15px;
                }
          
        
             .feature-cards p{
                font-family: Outfit;
        font-size: 19px;
        font-weight: 400;
        line-height: 23px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        
            }
        
            .feature-cards h5{
                font-family: Outfit;
                    font-size: 21px;
                    font-weight: 600;
                    line-height: 14px;
                    text-align: left;
                    text-underline-position: from-font;
                    text-decoration-skip-ink: none
            }

            .section-title {
                font-size: 2.5em;
                font-weight: bold;
                color: #000;
                margin-bottom: 20px;
            }
            .section-title span {
                color: #3498db;
            }
            .feature-cards {
                background-color: #ffffff;
                border-radius: 15px;
                padding: 30px;
                box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
                margin-bottom: 13%;
                text-align: left;
                height:86%;
            }
            .feature-cards .icon {
                font-size: 4em;
                color: #8e44ad;
                margin-bottom: 13%;
                display: block;
                text-align: center;
            }
            .feature-cards h5 {
                font-weight: bold;
                color: #000;
                margin-bottom: 10px;
            }
            .feature-cards p {
                color: #666;
                margin: 0;
            }
            .feature-container {
                max-width: 1200px;
                margin: auto;
                margin-top: 0%;
            }
       
    
            .form-title {
                font-size: 2.5em;
                font-weight: bold;
                margin-bottom: 20px;
            }
            .quote-form {
                max-width: 800px;
                margin: auto;
            }
            .form-control {
                padding-left: 40px;
                border-radius: 10px;
                margin-bottom: 15px;
                border: none;
                height: 50px;
            }
            .form-control-icon {
                position: absolute;
                left: 25px;
                top: 15px;
                color: #3498db;
            }
            .text-area-control {
                padding-left: 40px;
                border-radius: 10px;
                height: 100px;
                border: none;
            }
            .submit-btn {
                background-color: black;
                color: white;
                font-weight: bold;
                border-radius: 10px;
                padding: 10px 30px;
                border: none;
                width: 10%;
            }
            .footer-text {
                color: #d3d3d3;
                font-size: 1.2em;
                margin-top: 30px;
            }
            .footer-text .highlight {
                color: #ffd700;
                font-weight: bold;
            }
            .position-relative {
                position: relative;
            }

    
        .awards-section {
            background-color: #f9f9f9;
            padding: 40px 20px;
            text-align: center;
        }

        .awards-section h2 {
            font-size: 28px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .awards-logos {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px; /* Spacing between logos */
        }

        .awards-logos img {
            max-width: 150px; /* Control logo size */
            height: auto;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .awards-logos img:hover {
            transform: scale(1.1); /* Slight zoom on hover */
        }
    
     
        .grid-container {
              display: grid;
              grid-template-columns: repeat(4, 1fr); /* Four columns */
              gap: 20px; /* Space between boxes */
              max-width: 1200px; /* Set a maximum width */
  margin: auto;
          }
  
          .article-box {
              background-color: #f2f2f2;
              border-radius: 10px;
              padding: 20px;
              text-align: center;
              transition: all 0.3s ease;
              cursor: pointer;
          }
  
          .article-box:hover {
              background-color: #771ebb; /* New box color on hover */
          }
  
          .article-box .icon {
              font-size: 40px;
              color: #771EBB;
              margin-bottom: 10px;
              transition: all 0.3s ease;
              background-color: transparent;
          }
  
          .article-box:hover .icon {
              color: #fff; /* Icon color on hover */
          }
  
          .article-box h5 {
              font-size: 16px;
              font-weight: bold;
              color: #000;
              margin: 0;
              transition: color 0.3s ease;
          }
  
          .article-box:hover h5 {
              color: #fff; /* Text color on hover */
          }
  
          /* Responsive adjustments */
          @media (max-width: 1024px) {
              .grid-container {
                  grid-template-columns: repeat(2, 1fr); /* Two columns for smaller screens */
              }
          }
  
          @media (max-width: 768px) {
              .grid-container {
                  grid-template-columns: 1fr; /* One column for mobile screens */
              }
          }



.contents-container {
        position: relative;
        width: 100%;
        max-width: 800px; /* Adjust as needed */
    }

    .background-images {
        width: 100%;
        display: block;
    }

    .overlays-sections {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: flex-start;
        padding: 20px;
        color: #000; /* Change color for better visibility */
    }

    .contents-sections {
        display: flex;
        align-items: center;
        gap: 15px; /* Space between the icon and content */
    }

    .contents-headings {
        font-size: 18px;
        font-weight: bold;
        font-family: Outfit;
    }

    .contents-descriptions {
        font-size: 14px;
        max-width: 400px; /* Adjust as needed */
        font-family: Outfit;
    }

    .sections-icons {
        width: 40px; /* Adjust size of the icons */
        height: auto;
    }


            
@media (max-width: 450px) {
            .content{
                font-size: 20px;
                max-width: 89% !important;
            }
        }
      
        .main-section {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }
        .content {
            max-width: 55%;
            text-align: left;
        }
        .content h2 {
            font-size: 2em;
            font-weight: bold;
            color: #333;
        }
        .content p {
            color: #666;
            margin-bottom: 20px;
        }
      
         /* Define the keyframes for the animation */
         @keyframes zoomInOut {
            0%, 100% {
                transform: scale(1); /* Normal size */
            }
            50% {
                transform: scale(1.1); /* Slightly zoomed in */
            }
        }

        /* Style for the animated text */
        .prices {
            font-family: 'Outfit', sans-serif;
            font-size: 42px;
            font-weight: 700;
            line-height: 84px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            color: red;
            display: inline-block; /* Ensures the element can be transformed */
            animation: zoomInOut 2s infinite ease-in-out; /* Animation applied */
        }
        .features {
            margin-bottom: 20px;
            list-style: none;
            padding: 0;
            color: #666;
        }
        .features li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            line-height: 20px;
        }
        .features li::before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: #3498db;
            margin-right: 10px;
        }
        .buttons {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }
        .btn-primary {
        background-color: #3498db;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        margin-top: 15px;
        }
        
        .btn-primary-req {
            background-color: #3498db;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
        }
        .btn-outline-secondary {
            border: 2px solid #333;
            padding: 10px 20px;
            border-radius: 5px;
            color: #333;
        }
        .cta-text {
            color: #333;
        }
        .cta-text .highlight {
            color: red;
            font-weight: bold;
        }
        /* Form Styles */
        .form-section {
            background-color:#7323BC;
            color: white;
            padding: 20px;
            border-radius: 10px;
            max-width: 100%;
            width: 400px;
height: auto;
top: 136px;
left: 829px;
gap: 0px;
border-radius: 20px 20px 20px 20px;
opacity: 0px;
margin-top: 3%;

        }
        .form-section h3 {
            font-size: 1.5em;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .form-control {
            border-radius: 5px;
            margin-bottom: 15px;
        }
    
     .feature-cards p{
        font-family: Outfit;
font-size: 19px;
font-weight: 400;
line-height: 23px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }

    .feature-cards h5{
        font-family: Outfit;
            font-size: 21px;
            font-weight: 600;
            line-height: 14px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none
    }

    .section-title {
        font-size: 2.5em;
        font-weight: bold;
        color: #000;
        margin-bottom: 20px;
    }
    .section-title span {
        color: #3498db;
    }
    .feature-cards {
        background-color: #ffffff;
        border-radius: 15px;
        padding: 30px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        margin-bottom: 13%;
        text-align: left;
        height:86%;
    }
    .feature-cards .icon {
        font-size: 4em;
        color: #8e44ad;
        margin-bottom: 13%;
        display: block;
        text-align: center;
    }
    .feature-cards h5 {
        font-weight: bold;
        color: #000;
        margin-bottom: 10px;
    }
    .feature-cards p {
        color: #666;
        margin: 0;
    }
    .feature-container {
        max-width: 1200px;
        margin: auto;
        margin-top: 0%;
    }

  
    .feature-section {
        background-color: #f9f9f9; /* Light background */
        padding: 50px 20px;
    }
    .feature-section h2 {
        font-family: 'Outfit', sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 1.4;
    }
    .feature-section h2 span {
        color: #6c63ff; /* Purple highlight */
    }
    .feature-section p {
        font-family: Outfit;
font-size: 22px;
font-weight: 400;
line-height: 30.8px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

        
    }
    .feature-section .video-container {
        border-radius: 15px;
        padding: 20px;
        text-align: center;
    }
    
    .feature-section img {
        max-width: 65%;
        border-radius: 10px;
    }


    .content-section span {
        color: #ff0000; /* Highlighted red text */
        font-weight: bold;
    }

    .content-section a {
        color: #ff0000;
        font-weight: bold;
        text-decoration: none;
    }

    .content-section a:hover {
        text-decoration: underline;
    }

    .content-section h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .content-section h1 span {
        color: #6c63ff; /* Purple text for "Article Writing" */
    }

    .content-section p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
        margin-bottom: -25px;
    }

   
    
    .content-section {
    background-color: #ffffff;
    padding: 10px;
    /* border-bottom: 1px solid #ffffff; */
    /* padding-left: 3%; */
    text-align: left;
    max-width: 77%;
    margin: auto;
    }
    

    .content-section span {
        color: #ff0000; /* Highlighted red text */
        font-weight: bold;
    }

    .content-section a {
        color: #ff0000;
        font-weight: bold;
        text-decoration: none;
    }

    .content-section a:hover {
        text-decoration: underline;
    }

   

    .content-section h1 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .content-section h1 span {
        color: #6c63ff; /* Purple text for "Article Writing" */
    }

    .content-section p {
        font-size: 16px;
        line-height: 1.8;
        color: #555;
    }


    /* Increase the size of the textarea */
textarea.with-icon-message {
    height: 150px; /* Adjust as needed */
    font-size: 16px; /* Make text size comfortable */
    padding-left: 40px; /* Space for the icon */
    padding-top: 15px; /* Add padding at the top */
    width: 100%; /* Ensure it spans the full container width */
    resize: vertical; /* Allow the user to resize vertically */
}

   /* Shared styling for all fields */
.form-control {
    height: 45px;
    font-size: 16px;
    padding-left: 40px; /* Space for the icon */
    background-repeat: no-repeat;
    background-position: 10px center; /* Icon position */
    background-size: 20px; /* Icon size */
}

/* Specific icons for each input */
.with-icon-name {
    background-image: url('https://cdn-icons-png.flaticon.com/512/1077/1077114.png'); /* User icon */
}

.with-icon-email {
    background-image: url('https://cdn-icons-png.flaticon.com/512/732/732200.png'); /* Email icon */
}

.with-icon-phone {
    background-image: url('https://cdn-icons-png.flaticon.com/512/455/455705.png'); /* Phone icon */
}

.with-icon-select {
    background-image: url('https://cdn-icons-png.flaticon.com/512/1828/1828859.png'); /* Dropdown icon */
}

/* Icon styling */
.message-icon {
    position: absolute;
    top: 15px; /* Aligns icon vertically */
    left: 10px; /* Aligns icon horizontally */
    color: #000000; /* Icon color */
    font-size: 18px; /* Icon size */
    pointer-events: none; /* Prevent interaction with the icon */
}

/* Textarea styling with padding for icon */
textarea.with-icon-message {
    padding-left: 40px; /* Space for the icon */
    height: 150px; /* Adjust as needed */
    width: 100%; /* Full width */
    font-size: 16px; /* Comfortable font size */
    resize: vertical; /* Allow resizing */
}


   
.premium-adv-carousel__container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
}

.premium-adv-carousel__track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.premium-adv-carousel__slide {
    flex: 0 0 calc(20% - 5px); /* Ensure 5 slides fit */
    text-align: center;
    margin: 2.5px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    opacity: 0.5;
    transform: scale(0.8);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.premium-adv-carousel__slide--active {
    opacity: 1;
    transform: scale(1);
    z-index: 10;
}

.premium-adv-carousel__slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.premium-adv-carousel__slide h3 {
    margin-top: 15px;
    font-size: 18px;
    color: #333;
}

.premium-adv-carousel__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 20;
}

.premium-adv-carousel__nav--prev {
    left: 0;
}

.premium-adv-carousel__nav--next {
    right: 0;
}

.premium-adv-carousel__dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.premium-adv-carousel__dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.premium-adv-carousel__dot--active {
    background: #555;
}

@media (max-width: 480px) {
img.hero-image {
display:none;
    
}
    
}
