@import url('https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mozilla+Text:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    :root {
        --magenta: #ff1d58;
        --bluee: #0d6efd;
        --magentah: #bd0b3a;
        --white: #ffffff;
    }


.montserrat-alternates-semibold {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.merienda {
    font-family: "Merienda", cursive;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family:'braven';
    src: url('/assets/fonts/BravenRegular') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'braven';
    src: url('/assets/fonts/BravenRegular') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'FoglihtenFr02';
    src: url('../assets/fonts/FoglihtenFr02') format('otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Angelos';
    src: url('/assets/fonts/Angelos') format('ttf');
    font-weight: normal;
    font-style: normal;
}


/* Show dropdown on hover for large screens and above */
@media (min-width: 992px) {
    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        min-width: 250px; /* Set a minimum width for the dropdown */
        margin-top: 0; /* Remove margin if any */
    }

    .navbar .dropdown > a:focus {
        outline: none; /* Prevent focus outline on hover */
    }
    .dropdown-menu .dropdown-item:hover,
    .dropdown-menu .dropdown-item:focus {
        background-color: #0d6efd; /* Bootstrap primary blue */
        color: #fff; /* White text on hover */
        text-decoration: none; /* Remove underline if any */
        transition: background-color 0.3s ease, color 0.3s ease;
    }
}

.text-gradient {
    background: linear-gradient(45deg, var(--magenta) 58%, var(--bluee) 42%);
    -webkit-background-clip:text;
    -webkit-text-fill-color: transparent;
    background-clip:text; /* Optional for improved cross-browser support */
    color: transparent; /* Fallback, but -webkit-text-fill-color is required */
    font-weight: bold;
}

.navbar-brand {
    font-family: 'Montserrat Alternates';
    font-weight: 600;
    
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none!important;
}

/*---------------------------------------support button start----------------------------------------
*/
#support-button {
    position: fixed;
    top: 40%;
    left: 0;
    text-decoration: none;
    transform: translateY(-50%);
    background-color: #0d6efd; /* Bootstrap primary color */
    color: white;
    padding: 1.5rem 0.5rem;
    width: 40px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
    z-index: 1050;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    user-select: none;
}

    #support-button:hover {
        background-color: #084dca;
        text-decoration: none;
        color: #e0e0e0;
    }

@media (max-width: 768px) {
    #support-button {
        left: auto;
        right: 0;
        top: 83%;
        border-radius: 10px 0 0 10px;
    }
    #support-button2 {
        display:none;
        left: auto !important;
        right: 0 !important;
        top: 63%!important;
        border-radius: 10px 0 0 10px!important;
    }

}

#support-button2 {
    position: fixed;
    top: 23%;
    left: 0;
    text-decoration: none;
    transform: translateY(-50%);
    background-color: var(--magenta); /* Bootstrap primary color */
    color: white;
    padding: 1.5rem 0.5rem;
    width: 40px;
    text-align: center;
    border-radius: 0 10px 10px 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s ease;
    z-index: 1050;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    user-select: none;
}

    #support-button2:hover {
        background-color: var(--magentah);
        text-decoration: none;
        color: #e0e0e0;
    }

/*--------------------------------------support button end-----------------------------------
*/

.magenta{
    background-color:var(--magenta);
}
.magenta:hover{
    background-color:var(--magentah);
    color:white;
}

#herosection1 {
    background-image: url(../assets/images/office6.jpg);
    min-height: 660px;
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image repetition */
    position: relative;
    isolation: isolate;
    color: white;
    display: flex;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
}

    #herosection1::after {
        content: '';
        position: absolute;
        z-index: -1;
        inset: 0;
        background: linear-gradient(to right,black,black,rgba(0, 0, 0, 0.15));
        background-size: cover;
        opacity: 0.7;

    }
@media (max-width: 991px) {
    #herosection1 {
        min-height: 600px;
    }
}
@media (max-width: 576px) {
    #herosection1 h1 {
        font-family: 'Montserrat Alternates';
        font-weight: 600;
        font-size: 60px;
        font-style: normal;
        -webkit-text-stroke: 0.2px red;
    }
}
@media (min-width: 577px) {
    #herosection1 h1 {
        font-family: 'Montserrat Alternates';
        font-weight: 600;
        font-size: 100px;
        font-style: normal;
        -webkit-text-stroke:0.2px red;
    }
}

#herosection1 h3 {
    font-family: Libertinus Sans;
    font-style:italic;
    font-weight: 500 !important;
}

#herosection2 {
    min-height: 550px;
    background-color: aliceblue;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    display: flex;
}
    #herosection2 .card {
        box-shadow: 0 0.5rem 1rem rgb(6 121 191 / 25%)!important;
    }

    #herosection2 h3{
        color:green;
    }

#section1 {
    min-height: 500px;
    padding: 20px;
}
#section1 h1{
    font-family:poppins;
}
    #section1 h3 {
        color: darkgray;
    }
    #section1 .card {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    }
#section1 .fa-check-circle, .fa-circle-check {
    color:green;
}

#section2 {
    min-height: 500px;
    padding: 20px;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    display: flex;
    background-color: rgb(255 29 88 / 11%);
}
#section2 hr{
    color:var(--magenta);
}
#section3 {
    min-height: 500px;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}


#section4 {
    min-height: 650px;
    padding: 10px;
    padding-top:50px;
    padding-bottom:50px;
    background-color: rgb(13 110 253 / 62%);
}

.services-bg {
    background: linear-gradient(135deg, #f3f5fc 0%, #e9effd 100%);
}

.service-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 24px rgba(13,110,253,0.07), 0 1.5px 6px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
    padding: 2rem 1rem 1.5rem 1rem;
    height: 100%;
    position: relative;
    cursor: pointer;
    opacity: 0;
    animation: fadeIn 0.8s forwards;
}

    .service-card:hover {
        transform: translateY(-8px) scale(1.03);
        box-shadow: 0 12px 32px rgba(13,110,253,0.21), 0 2.5px 10px rgba(0,0,0,0.07);
    }

.service-icon-fancy {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #6ea8fe 0%, #a8b6ff 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(13,110,253,0.14);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.services-title-accent {
    color: #0d6efd;
    background: linear-gradient(90deg, #4c7ef3 30%, #328de4 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}













#section5 {
    min-height: 500px;
    
    margin-top: 40px;
    margin-bottom: 40px;
}
/*--------------------------------------hero portfolio-----------------------------------*/

.portfolio-creative {
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    .portfolio-creative:focus,
    .portfolio-creative:hover {
        transform: translateY(-15px) scale(1.04);
        box-shadow: 0 1.5rem 3rem rgba(0, 123, 255, 0.5);
        outline: none;
    }

    .portfolio-creative .transition-scale {
        transition: transform 0.5s ease;
    }

    .portfolio-creative:hover .transition-scale,
    .portfolio-creative:focus .transition-scale {
        transform: scale(1.1);
    }

.btn-gradient {
    background: linear-gradient(45deg, #007bff, #6610f2);
    border: none;
    color: white;
    transition: background 0.3s ease;
}

    .btn-gradient:hover,
    .btn-gradient:focus {
        background: linear-gradient(45deg, #6610f2, #007bff);
        color: white;
        box-shadow: 0 0 10px #6610f2aa;
    }

/*-------------------------------------------------hero portfolio end-----------------------------------*/

.glassmorphism-bg {
    background: url('https://images.pexels.com/photos/8386440/pexels-photo-8386440.jpeg') no-repeat center center fixed;
    background-size: cover;
    padding: 4rem 0;
}



.glass-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    padding: 2rem 1.5rem;
    color: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

    .glass-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 16px 50px rgba(31, 38, 135, 0.6);
    }

.glassmorphism-bg h2 {
    color: #f0f8ff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    margin-bottom: 3rem;
    font-weight: 700;
}

.glass-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #bbe1fa;
    text-shadow: 0 0 6px #89c2d9;
}

.glass-text {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

#section6 {
/*    font-family:poppins; 
    font-weight:300;*/
    min-height: 600px;
    padding: 20px;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    display: flex;
}


#section7 {
    /*    font-family:poppins; 
    font-weight:300;*/
    min-height: 500px;
/*    background-color: #ff1d589e;*/
background-color:white;
    padding: 20px;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    display: flex;
}







#footer {
    min-height: 400px;
    background-color: #1f2430;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}




/*----------------------------------services section start-----------------------------------*/
/* Scope all styles under #servicesection1 */
#servicesection1 {
/*    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
*/    
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

    #servicesection1 .hero-section {
        padding: 4rem 2rem;
        text-align: center;
    }

        #servicesection1 .hero-section h1 {
            font-weight: 700;
            font-size: 3rem;
            letter-spacing: 1px;
            margin-bottom: 0.5rem;
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }

        #servicesection1 .hero-section p {
            font-size: 1.25rem;
            max-width: 700px;
            margin: auto;
            text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
        }

    #servicesection1 .btn-primary {
        background-color: #8e54e9;
        border: none;
        transition: background-color 0.3s ease;
    }

        #servicesection1 .btn-primary:hover {
            background-color: #6c38a6;
        }

    #servicesection1 .features-section {
        background: #fff;
        color: #333;
        padding: 3rem 2rem;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0 -10px 30px rgba(0,0,0,0.1);
    }

    #servicesection1 .feature-icon {
        font-size: 3rem;
        color: #8e54e9;
        margin-bottom: 1rem;
        transition: transform 0.3s ease;
    }

    #servicesection1 .feature:hover .feature-icon {
        transform: scale(1.2);
        color: #6c38a6;
    }

    #servicesection1 .service-details {
        padding: 2rem 2rem 4rem 2rem;
        max-width: 900px;
        margin: 0 auto;
        line-height: 1.6;
    }

        #servicesection1 .service-details h3 {
            font-weight: 700;
            margin-bottom: 1rem;
            color: var(--bluee);
            border-left: 5px solid #8e54e9;
            padding-left: 10px;
        }

        #servicesection1 .service-details ul {
            list-style-type: disc;
            margin-left: 1.5rem;
            margin-bottom: 2rem;
        }

    #servicesection1 .interactive-form {
        background: #f4f4f9;
        padding: 2rem;
        border-radius: 12px;
        max-width: 600px;
        margin: 3rem auto 5rem auto;
        color: #333;
        box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    }

    #servicesection1 .form-label {
        font-weight: 600;
    }

    #servicesection1 .thank-you-message {
        display: none;
        color: #4caf50;
        font-weight: 600;
        margin-top: 1rem;
        text-align: center;
    }
#clients {
    min-height: 200px;
    padding: 20px;
    align-items: center; /* Vertical center */
    justify-content: center; /* Horizontal center */
    text-align: center; /* Center text */
    display: flex;
    background-color: rgb(13 110 253 / 11%);
}    
    
    
    /*------------------------------------------services section end-----------------------------------*/



/* Scoped styles for Custom Website Development page */
#cwd-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 4rem 1rem;
}

    #cwd-hero h1 {
        font-weight: 700;
    }

#cwd-features .card {
    border-radius: 0.75rem;
}

#cwd-why-choose-us ul, #cwd-requirements ul,
#cwd-provide ul, #cwd-advantages ul, #cwd-process ul {
    list-style-type: none;
    padding-left: 0;
}

    #cwd-why-choose-us ul li::before,
    #cwd-requirements ul li::before,
    #cwd-provide ul li::before,
    #cwd-advantages ul li::before,
    #cwd-process ul li::before {
        font-family: "Font Awesome 6 Free";
        content: "\f058"; /* solid check-circle */
        font-weight: 900;
        display: inline-block;
        color: #0d6efd;
        margin-right: 0.5rem;
    }

#cwd-detailed p, #cwd-advantages p {
    max-width: 900px;
}
/* Multicolumn lists */
#cwd-why-choose-us ul,
#cwd-provide ul {
    column-count: 2;
    column-gap: 2rem;
}
/* Tree-like nested list style */
#cwd-process ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.6rem;
}

    #cwd-process ul li::before {
        content: "\f105"; /* FontAwesome angle-right */
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        color: #0d6efd;
    }










#uiux {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f5f8fb;
    scroll-behavior: smooth;
}

    #uiux header {
        background: linear-gradient(135deg, #4f46e5, #3b82f6);
        color: white;
        padding: 6rem 0 4rem;
        text-align: center;
    }

        #uiux header h1 {
            font-weight: 700;
            font-size: 3rem;
        }

        #uiux header p {
            font-size: 1.25rem;
            margin-top: 1rem;
            opacity: 0.85;
        }

    #uiux section {
        padding: 4rem 1rem;
    }

    #uiux .highlight {
        color: #4f46e5;
        font-weight: 600;
    }

    #uiux .feature-icon {
        font-size: 2.5rem;
        color: #4f46e5;
        margin-bottom: 1rem;
    }

    #uiux .card-custom {
        border-radius: 12px;
        box-shadow: 0 8px 24px rgb(79 70 229 / 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        #uiux .card-custom:hover {
            transform: translateY(-10px);
            box-shadow: 0 14px 30px rgb(79 70 229 / 0.3);
        }

    #uiux footer {
        background-color: #222;
        color: #ddd;
        text-align: center;
        padding: 2rem 1rem;
        font-size: 0.9rem;
    }

    #uiux .btn-primary {
        background: #4f46e5;
        border: none;
    }

        #uiux .btn-primary:hover {
            background: #3b38c3;
        }

    /* Responsive chart container */
    #uiux .chart-container {
        position: relative;
        max-width: 600px;
        margin: 2rem auto;
    }

    /* Added styles for testimonials and FAQ */
    #uiux .testimonial {
        background: white;
        border-radius: 12px;
        box-shadow: 0 6px 20px rgb(79 70 229 / 0.1);
        padding: 2rem;
        margin: 1rem 0;
    }

    #uiux .faq-item {
        margin-bottom: 1.5rem;
    }

    #uiux .faq-question {
        cursor: pointer;
        font-weight: 600;
        color: #4f46e5;
    }




    /*----------------------------------------seo section start-----------------------------------*/
.seo-procedure {
    --blue: #0d6efd;
    --green: #198754;
    --yellow: #ffc107;
    --red: #dc3545;
    --step-size: 120px;
    background-color:aliceblue
}

    .seo-procedure .section-title {
        font-weight: 700;
        font-size: 2.5rem;
        color: #222;
    }

.procedure-flow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.step {
    flex: 1 1 calc(25% - 1.5rem);
    background: #fff;
    border-radius: 1rem;
    padding: 1rem 1.5rem 2rem;
    box-shadow: 0 4px 15px rgb(0 0 0 / 0.1);
    text-align: center;
    position: relative;
    transition: transform 0.3s ease;
}

    .step:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgb(0 0 0 / 0.15);
    }

.step-icon {
    font-size: 3rem;
    margin-bottom: 0.7rem;
}

.step-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #222;
}

.step-desc {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.4;
}

/* Distinct colors for each step icon */
.step-1 .step-icon {
    color: var(--blue);
}

.step-2 .step-icon {
    color: var(--green);
}

.step-3 .step-icon {
    color: var(--yellow);
}

.step-4 .step-icon {
    color: var(--red);
}

/* Responsive */
@media (max-width: 768px) {
    .procedure-flow {
        flex-direction: column;
        gap: 2rem;
    }

    .step {
        flex: none;
        width: 100%;
    }
}
/*-----------------------------------------seo section end-----------------------------------*/



/* Scoped CSS inside #digitalm */
#digitalm {
    --bs-primary: #0d6efd;
    --bs-success: #198754;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444;
}

    #digitalm .hero {
        background: url('../assets/images/office4.jpg') center center/cover no-repeat;
        height: 85vh;
        color: white;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

        #digitalm .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 0;
        }

    #digitalm .hero-content {
        position: relative;
        z-index: 1;
        max-width: 700px;
    }

    #digitalm .btn-primary {
        background-color: var(--bs-primary);
        border: none;
        padding: 0.75rem 2rem;
        font-weight: 600;
        font-size: 1.1rem;
        border-radius: 50px;
        transition: background-color 0.3s ease;
    }

        #digitalm .btn-primary:hover {
            background-color: #084ed6;
        }

    #digitalm section {
        padding: 4rem 0;
    }

    #digitalm h2.section-title {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 3rem;
        text-align: center;
        color: var(--bs-primary);
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    #digitalm .service-icon {
        font-size: 3.5rem;
        color: var(--bs-primary);
        margin-bottom: 1rem;
        transition: color 0.3s ease;
    }

    #digitalm .service-box:hover .service-icon {
        color: var(--bs-success);
    }

    #digitalm .service-box {
        background: #f9fafb;
        padding: 2rem 1rem;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgb(70 84 157 / 0.1);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        cursor: default;
    }

        #digitalm .service-box:hover {
            box-shadow: 0 25px 45px rgb(70 84 157 / 0.2);
            transform: translateY(-10px);
        }

    #digitalm .process-step {
        background: #eef3ff;
        border-left: 5px solid var(--bs-primary);
        padding: 1.5rem 2rem;
        border-radius: 8px;
        margin-bottom: 1.5rem;
        transition: border-color 0.3s ease;
    }

        #digitalm .process-step:hover {
            border-color: var(--bs-success);
            background-color: #e1f0d0;
        }

        #digitalm .process-step h5 {
            font-weight: 600;
            color: var(--bs-primary);
            margin-bottom: 0.5rem;
        }

        #digitalm .process-step p {
            color: #666;
        }

    #digitalm .choose-box {
        background: #0d6efd;
        color: white;
        padding: 2.5rem 1.5rem;
        border-radius: 12px;
        box-shadow: 0 25px 45px rgb(13 110 253 / 0.25);
        transition: background-color 0.3s ease;
        text-align: center;
    }

        #digitalm .choose-box:hover {
            background-color: #084ed6;
            cursor: default;
        }

        #digitalm .choose-box i {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: white;
        }

        #digitalm .choose-box h5 {
            font-weight: 700;
            margin-bottom: 0.75rem;
        }

        #digitalm .choose-box p {
            font-size: 1rem;
            color: #d9e3ff;
        }

    #digitalm footer {
        background-color: #111;
        color: #aaa;
        padding: 2rem 0;
        text-align: center;
        font-size: 0.9rem;
    }

        #digitalm footer a {
            color: #ccc;
            text-decoration: none;
        }

            #digitalm footer a:hover {
                color: var(--bs-primary);
                text-decoration: underline;
            }


            /*-----------------------------------------digital marketing end-----------------------------------*/


            /*----------------------------------hosting section start-----------------------------------*/

#hosting {
    --bs-primary: #0d6efd;
    --bs-success: #198754;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #444;
}

    #hosting .hero {
        background: url('../assets/images/office2.jpg') center center/cover no-repeat;
        height: 80vh;
        color: white;
        position: relative;
        display: flex;
        align-items: center;
        text-align: center;
    }

        #hosting .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 0;
        }

    #hosting .hero-content {
        position: relative;
        z-index: 1;
        width: 100%;
        max-width: 700px;
        margin: auto;
    }

    #hosting .btn-primary {
        background-color: var(--bs-primary);
        border: none;
        padding: 0.75rem 2rem;
        font-weight: 600;
        font-size: 1.1rem;
        border-radius: 50px;
        transition: background-color 0.3s ease;
    }

        #hosting .btn-primary:hover {
            background-color: #084ed6;
        }

    #hosting section {
        padding: 4rem 0;
    }

    #hosting h2.section-title {
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 3rem;
        text-align: center;
        color: var(--bs-primary);
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    #hosting .service-icon {
        font-size: 3.5rem;
        color: var(--bs-primary);
        margin-bottom: 1rem;
        transition: color 0.3s ease;
    }

    #hosting .service-box:hover .service-icon {
        color: var(--bs-success);
    }

    #hosting .service-box {
        background: #f9fafb;
        padding: 2rem 1rem;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgb(70 84 157 / 0.1);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
        cursor: default;
        text-align: center;
    }

        #hosting .service-box:hover {
            box-shadow: 0 25px 45px rgb(70 84 157 / 0.2);
            transform: translateY(-10px);
        }

    #hosting .card-shadow {
        box-shadow: 0 10px 30px rgb(0 0 0 / 0.1);
        border: none;
        border-radius: 15px;
    }

    #hosting .maintenance-list li {
        margin-bottom: 0.6rem;
        font-size: 1.1rem;
    }

    #hosting footer {
        background-color: #111;
        color: #aaa;
        padding: 2rem 0;
        text-align: center;
        font-size: 0.9rem;
    }

        #hosting footer a {
            color: #ccc;
            text-decoration: none;
        }

            #hosting footer a:hover {
                color: var(--bs-primary);
                text-decoration: underline;
            }




/*-------------------------about page start-----------------------------------*/
/* Nest all styles inside #aboutus */
#aboutus {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    padding: 4rem 2rem;
    background: #f9fafb;
}

    #aboutus h1,
    #aboutus h2,
    #aboutus h3 {
        font-weight: 700;
        letter-spacing: 0.1em;
        margin-bottom: 1rem;
    }

    #aboutus p {
        color: #555;
        font-size: 1.15rem;
        max-width: 720px;
        margin: auto;
        margin-bottom: 2rem;
        line-height: 1.6;
    }

    /* Team Section */
    #aboutus .team .team-member img {
        border-radius: 50%;
        max-width: 140px;
        margin-bottom: 1rem;
        border: 3px solid #e83f6f;
        transition: border-color 0.3s ease;
    }

    #aboutus .team .team-member:hover img {
        border-color: #1976d2;
    }

    #aboutus .team-member h5 {
        font-weight: 700;
        margin-bottom: 0.3rem;
    }

    #aboutus .team-member p {
        font-style: italic;
        color: #666;
        font-size: 0.9rem;
    }

    /* Core Values Section */
    #aboutus .values-list {
        list-style: none;
        padding: 0;
        max-width: 900px;
        margin: 2rem auto 4rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
    }

        #aboutus .values-list li {
            flex: 1 1 220px;
            background: #fff0f6;
            border-radius: 12px;
            padding: 1.75rem;
            box-shadow: 0 10px 20px rgb(232 63 111 / 0.1);
            text-align: center;
            transition: transform 0.3s ease;
            cursor: default;
        }

            #aboutus .values-list li:hover {
                transform: translateY(-8px);
                box-shadow: 0 20px 30px rgb(232 63 111 / 0.2);
            }

            #aboutus .values-list li i {
                font-size: 2.25rem;
                color: #e83f6f;
                margin-bottom: 0.75rem;
            }

    /* New Sections */
    #aboutus section {
        padding: 3rem 0;
        border-top: 1px solid #ddd;
        max-width: 960px;
        margin: 0 auto;
    }

    /* History Section */
    #aboutus #history h2 {
        color: #1976d2;
        margin-bottom: 1.5rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    /* Testimonials Section */
    #aboutus #testimonials h2 {
        color: #e83f6f;
        margin-bottom: 1.5rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    #aboutus #testimonials .testimonial {
        background: #f0f7ff;
        padding: 2rem;
        border-radius: 15px;
        margin-bottom: 2rem;
        box-shadow: 0 8px 20px rgba(25, 118, 210, 0.1);
    }

        #aboutus #testimonials .testimonial p {
            font-style: italic;
            font-size: 1.1rem;
            color: #333;
        }

    #aboutus #testimonials .testimonial-footer {
        margin-top: 1rem;
        font-weight: 700;
        color: #1976d2;
    }

    /* Contact & Call to Action */
    #aboutus #contact h2 {
        color: #e83f6f;
        margin-bottom: 2rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    #aboutus #contact .btn-contact {
        background-color: #e83f6f;
        border: none;
        padding: 0.9rem 2.5rem;
        font-weight: 600;
        font-size: 1.1rem;
        color: white;
        border-radius: 50px;
        transition: background-color 0.3s ease;
    }

        #aboutus #contact .btn-contact:hover {
            background-color: #bb325b;
        }

/*
-------------------------------------aboutus start----------------------------------------*/
#our-achievements .card {
    border-radius: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    #our-achievements .card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0, 123, 255, 0.2);
        cursor: default;
    }


#statistics .stats-card {
    border-radius: 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

    #statistics .stats-card:hover {
        transform: translateY(-12px) scale(1.05);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }

#statistics .bg-gradient-primary {
    background: linear-gradient(135deg, #4a90e2, #357ABD);
}

#statistics .bg-gradient-success {
    background: linear-gradient(135deg, #28A745, #1E7E34);
}

#statistics .bg-gradient-info {
    background: linear-gradient(135deg, #17A2B8, #117A8B);
}


#tech-expertise .card {
    border-radius: 10px;
}

#tech-expertise .card-title i {
    vertical-align: text-bottom;
}


/*---------------------------mnv-------------------------------------------*/


#mnv {
    background-color: #f8f9fa;
    padding: 3rem 0;
}

    #mnv .section-title {
        color: #0d6efd;
        font-weight: 700;
        margin-bottom: 2.5rem;
    }

    #mnv .mission-vision-card {
        border-radius: 15px;
        box-shadow: 0 8px 20px rgba(13, 110, 253, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        background: #ffffff;
        padding: 2.5rem 1.5rem;
    }

        #mnv .mission-vision-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
            cursor: default;
        }

    #mnv .icon-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #0d6efd;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        margin-bottom: 1.25rem;
        margin-left: auto;
        margin-right: auto;
    }

    #mnv .card-title {
        font-weight: 700;
        margin-bottom: 1.25rem;
        font-size: 1.75rem;
    }

    #mnv .card-text {
        font-size: 1.125rem;
        color: #6c757d;
        line-height: 1.6;
    }


/*    ------------------------------------coming soon page-------------------------------*/
.new-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    overflow: hidden;
}
/* Semicircle background on left */
.new-semicircle {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 700px;
    background-color: #c8e6c9; /* light green */
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    z-index: 0;
}

.new-content {
    z-index: 1;
    flex: 1 1 50%;
    padding-left: 4rem;
    max-width: 50%;
}

.new-image {
    z-index: 1;
    flex: 1 1 50%;
    max-width: 50%;
    text-align: center;
    padding-right: 4rem;
}

    .new-image img {
        max-width: 100%;
        height: auto;
        border-radius: 15px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

@media (max-width: 991.98px) {
    .new-section {
        flex-direction: column;
        min-height: auto;
        padding: 2rem;
    }

    .new-content, .new-image {
        max-width: 100%;
        padding: 0;
    }

    .new-semicircle {
        display: none;
    }
}