/* .graphicweb1-con {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #163045;
    padding: 60px 20px;
    position: relative;
}

.graphicweb1-con .top-title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fdfbfb;
}

.graphicweb1-con .top-title span {
    color: #E0B048;
}

.graphicweb1-con .grap-img img {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
}

@media (max-width: 992px) {
    .graphicweb1-con {
        flex-direction: column;
        text-align: center;
    }
} */

.graphic1-container-fluid {
    background: #163045;
    width: 100%;
}

.graphicweb1-con {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    position: relative;
}

.graphicweb1-con .top-title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #fdfbfb;
}

.graphicweb1-con .top-title span {
    color: #E0B048;
}

.graphicweb1-con .grap-img img {
    max-width: 100%;
    height: auto;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
}

/* ✅ Responsive Fixes */
@media (max-width: 992px) {
    .graphicweb1-con {
        flex-direction: column;
        text-align: center;
    }

    .graphicweb1-con .top-title h2 {
        font-size: 28px;
        padding: 0 10px;
    }

    .graphicweb1-con .grap-img img {
        margin-top: 30px;
    }
}


/* .graphicweb3-con .tools-logos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.graphicweb3-con .tools-logos img{
    width: 100px;
    height: 50px;
    margin-top: -60px;
    border-radius: 20px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.tools-logos .tool-icon:hover {
    transform: scale(1.1);
} */

.graphicweb3-con .tools-logos {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.graphicweb3-con .tools-logos img {
    width: 100px;
    height: 50px;
    border-radius: 20px;
    object-fit: contain;
    transition: transform 0.3s ease;
    margin-top: -60px;
}

.tools-logos .tool-icon:hover {
    transform: scale(1.1);
}

/* ✅ Responsive Fixes */
@media (max-width: 768px) {
    .graphicweb3-con .tools-logos img {
        margin-top: -20px;
        width: 90px;
        height: 45px;
    }
}


/* .graphicweb2-con {
    background: #fff;
    padding: 20px;
    width: 80%;     
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
} */

.graphicweb2-con {
    background: #fff;
    padding: 20px;
    width: 90%;     
    margin: auto;
    margin-bottom: 20px;
    position: relative;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 576px) {
    .graphicweb2-con {
        padding: 15px;
        width: 100%;
    }
}

.graphic4-container-fluid {
    background: #0f172a;
    width: 100%;
}

.graphic4-con {
    padding: 50px 20px;
    border-radius: 12px;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.graphic4-con .blue-text {
    color: #0ea5e9;
}

.graphic4-con .dark-text {
    color: #330000;
}

.graphic4-con .service-box {
    align-items: center;
    background-color: #1e293b;
    border: 1px dashed #3b82f6;
    padding: 25px 15px;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.graphic4-con .service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}

.icon {
    font-size: 2.5rem;
    color: #FFFFFF;
    margin-bottom: 15px;
    display: block;
}

.icon-img {
    width: 50px;
    margin-bottom: 15px;
}

.service-title {
    color: #31A8FF;
    font-weight: 600;
    font-size: 1.4rem;
}

@media (max-width: 576px) {
    .graphic4-con .service-title {
        font-size: 1.1rem;
    }

    .graphic4-con .icon {
        font-size: 2rem;
    }

    .graphic4-con {
        padding: 30px 10px;
    }
}


/* .graphic5-con {
    width: 100%;
    margin: auto;
    background: #F4F8FF; 
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 40px;
   
}

.graphic5-con .odp-title h1 {
    color: #001E36;
   font-weight:900;
}

.graphic5-con .odp-img img {
    width: 100%;
    height: 600px;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
} */

.graphic5-con {
    width: 100%;
    margin: auto;
    background: #F4F8FF; 
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 40px;
   
}

.graphic5-con .odp-title h1 {
    color: #001E36;
   font-weight:900;
}

.graphic5-con .odp-img img {
    width: 100%;
    height: 600px;
    margin-top: 50px;
    border-radius: 10px;
    margin: auto;
}

@media (max-width: 768px) {
    .graphic5-con .odp-img img {
        height: auto;
        margin-top: 30px;
    }

    .graphic5-con {
        flex-direction: column;
        padding: 20px;
    }

    .graphic5-con .odp-title h1 {
        font-size: 28px;
    }
}


/* .graphic6-con {
    background: #F4F8FF; 
    text-align: center;
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    padding: 40px;
   
}

.graphic6-con .multi-card {
    background: #FFFFFF;
    padding: 20px;
    height: 100%;
    max-height: 350px;
    width: 90%;
    border-radius: 15px;
    border: 1px solid #555;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.graphic6-con .multi-card .icons {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 30px;
    
}

.graphic6-con .multi-card h3 {
    color: #19488E;
    font-size: 20px;
    font-weight: bold;
}

.graphic6-con .multi-card p {
    color: #030303;
    font-size: 16px;
} */

.graphic6-con {
    background: #F4F8FF; 
    text-align: center;
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    padding: 40px;
   
}

.graphic6-con .multi-card {
    background: #FFFFFF;
    padding: 20px;
    height: 100%;
    max-height: 300px;
    width: 90%;
    border-radius: 15px;
    border: 1px solid #555;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.graphic6-con .multi-card .icons {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border-radius: 30px;
    
}

.graphic6-con .multi-card h3 {
    color: #19488E;
    font-size: 20px;
    font-weight: bold;
}

.graphic6-con .multi-card p {
    color: #030303;
    font-size: 16px;
} 

@media (max-width: 768px) {
    .graphic6-con {
        flex-direction: column;
        padding: 20px;
    }

    .graphic6-con .multi-card {
        width: 100%;
        max-height: none;
        margin-bottom: 30px;
    }

    .graphic6-con .multi-card h3 {
        font-size: 18px;
    }

    .graphic6-con .multi-card p {
        font-size: 15px;
    }
}

/* 
.graphic7-con {
    width: 95%;
    margin: auto;
    background-color: #163045;
    border-radius: 20px;
    padding: 20px;
   
}

.graphic7-con .shop-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.graphic7-con .shop-img img {
    width: 100%;
    height: auto;
}

.graphic7-con .craft-title {
    width: 100%;
    max-width: 500px;
}

.graphic7-con .craft-title p {
    color:#ffffff;
    font-size: 45px;
    line-height: normal;
}

.graphic7-con .craft-para p {
    color:#ffffff;
    font-size: 20px;
    line-height: normal;
}
 */

 .graphic7-con {
    margin: auto;
    background-color: #163045;
    border-radius: 20px;
    padding: 20px;
   
}

.graphic7-con .shop-img {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}

.graphic7-con .shop-img img {
    width: 100%;
    height: auto;
}

.graphic7-con .craft-title {
    width: 100%;
    max-width: 500px;
}

.graphic7-con .craft-title p {
    color:#ffffff;
    font-size: 45px;
    line-height: normal;
}

.graphic7-con .craft-para p {
    color:#ffffff;
    font-size: 20px;
    line-height: normal;
}

 @media (max-width: 768px) {
    .graphic7-con {
        padding: 15px;
        text-align: center;
    }

    .graphic7-con .craft-title p {
        font-size: 30px;
    }

    .graphic7-con .craft-para p {
        font-size: 16px;
        text-align: center;
    }

    .graphic7-con .shop-img {
        margin-top: 20px;
    }
}

