/* base.html */
/* 
#footer-section {
    background-color: var(--color25);
    padding: 2rem 1rem;
}

#footer-section {
    position: relative;
    background: #ffffff00;
    color: black;
} */

/* .wave-container {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave-container svg {
    display: block;
    width: 200%;   /* important for horizontal animation */
/* height: 90px; */
/* }
#wave-path {
    animation: waveSlide 6s linear infinite;
}

@keyframes waveSlide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
} */
*/
/* 
.my-footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    
}

.my-name-1 {
    width: 180px;
}

.my-name-1 h2 {
    font-family: 'Black Ops One', system-ui;
}

.my-name-1 p {
    color: var(--color3);

}

.my-name-2 h5,
.all-social-icons h5 {
    font-weight: 700;
}

.my-name-2 div {
    display: flex;
    flex-direction: column;
}

.my-name-2 {
    display: flex;
    flex-direction: column;
}

.my-name-2 a {
    text-decoration: none;
    color: var(--color3);
    margin: 5px auto;
}

.my-name-2 a:hover {
    text-decoration: none;
    color: var(--color32);
}

.my-footer p {
    margin-bottom: 0;
    position: sticky;
}

.my-footer div {
    text-align: center;
    margin: 1rem auto;
} */

/* base.html */



/* home-sction  */

#home-section {
    position: relative;
}

.home-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 83vh;
    position: relative;
    margin-top: 5rem;
}

.my-text-101 {
    font-size: 1.2rem;
    margin-bottom: -14px;
}

.my-text-102 {
    font-size: 1.2rem;
    font-weight: 400;
}

.my-box2 {
    margin: 2rem;
}


.home-icons a {
    font-size: 2rem;
    padding: 0.5rem;
}

.home-icons a:hover {
    background-color: var(--color4);
    border-radius: 10px;
}

.home-btn1 a {
    border-radius: 36px;
    font-size: 1rem;
    width: 40%;
    border: 2px solid;
}

.home-scroll-down a {
    position: absolute;
    left: 50%;
    bottom: 6%;
    text-decoration: none;
}

.home-scroll-down a i:hover {
    color: var(--color2);
}

.twitter-icon {
    color: var(--color2);
}


/* home-sction  */

/* portfolio section  */

.portfolio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 83vh;
    background-color: var(--color41);

}

.portfolio-img-box {
    position: relative;
}

.portfolio-img-box img {
    width: 300px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
}

.portfolio-btns {
    position: absolute;
    top: 73%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.portfolio-btns h5 {
    background-color: var(--color1);
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0px 0px 20px 0px var(--color26);
}

.portfolio-btns a {
    text-decoration: none;
    background: var(--color16);

    color: var(--color1);
    padding: 0.5rem 1rem;
    border-radius: 8px;
}

.portfolio-btns a:hover {
    background: var(--color32);


}

.portfolio-work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 4rem;
}

.portfolio-title {
    text-align: center;
    margin: 4rem 0 3rem;
}

.portfolio-title h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    font-weight: 800;
    /* letter-spacing: -2px; */
    margin-bottom: 5px;
    background: linear-gradient(135deg, rgb(17 16 17), rgb(39, 149, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.portfolio-box1 {
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px var(--color33);
}

.portfolio-box1:hover {
    scale: 1.02;
    transition: 1s;

}

.review-btn2 {
    padding: 0.6rem 2rem;
    border-radius: 6px;
    /* margin-top: 1rem; */
    color: var(--color2);
    background-color: var(--color1);
    border: 1px solid var(--color34);
    text-decoration: none;
}

.review-btn2:hover {
    background-color: var(--color34);
    border: 2px solid var(--color34)
}



#testimonials-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.owl-theme .owl-dots .owl-dot {
    display: none;
    zoom: 1;
}

/* portfolio section  */


/* services-section  */
/* .services-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.services-work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 1rem;
}

.services-title {
    text-align: center;
    margin: 4rem 0 3rem;

}

.services-title h3 {
    margin-bottom: 0;

}

.services-box1 {
    width: 20rem;
    height: 20rem;
    border: 1px solid var(--color27);
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: white;
}

.services-box1:hover {
    scale: 1.02;
    border: 1px solid var(--color28);
    transition: 1s;
    box-shadow: 0px 0px 20px 0px var(--color29);
}

.services-img-box img {
    width: 75px;
    height: 100px;
    object-fit: contain;
}

.services-box2 {
    margin-top: 1rem;
}

.services-box2 p {
    font-size: small;
    color: gray;
} */
.subtitle1 {
    text-align: center;
    color: #555;
    margin-bottom: 3rem;
}

.card-container1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem;
    width: 90vw;
    margin: 1rem auto 6rem;
}

.my-card {
    position: relative;
    width: 100%;
    height: 280px;
    max-width: 300px;
    aspect-ratio: 3 / 4;
    /* border-radius: 18px; */
    overflow: hidden;
    background: #000;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.my-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}

.my-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.my-card:hover img {
    transform: scale(1.08);
}

/* Overlay */
.my-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.85),
            rgba(0, 0, 0, 0));
    transition: height 0.4s ease;
}

.my-card:hover .overlay {
    height: 40%;
}

.my-card-content {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 30%;
    /* same as overlay height */
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertical center */
    align-items: center;
    /* horizontal center */

    text-align: center;
    color: #fff;
}

.my-card-content h3 {
    margin: 0 0 14px;
    font-size: 1.25rem;
    font-weight: 600;
}

.my-card-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #fff;
    color: #000;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.my-card-content a:hover {
    background: #000;
    border: 1px solid white;
    color: #fff;
}

/* Mobile optimization */
@media (max-width: 480px) {
    .my-card {
        height: 300px;
    }

    .my-card-content h3 {
        font-size: 1.05rem;
    }

    .my-card-content {
        height: 37%;
    }

    .my-overlay {
        height: 35%;
    }
    .contact-form-card {
    background: white;
    border-radius: 0 ;
    box-shadow: none;
    padding: 50px 12px;
    margin: 0 auto;
    width: 330px;
}
}

/* services-section  */

.category-section {
    /* background-color: #dee2e62e; */
    margin: 2em 0;
    padding: 4rem 0;
}

.section-grid-cl1 {
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}

.section-div-cl1 h1 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 5px;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    background: linear-gradient(135deg, rgb(17, 16, 17), rgb(39, 149, 247)) text;
}

.section-div-cl1 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



h1 span {
    color: var(--primary);
}

.description {
    max-width: 760px;
    font-size: small;
    line-height: 1.7;
    color: var(--text-muted);
    /* margin-bottom: 60px; */
    text-align: center;
    padding: 2em;
}

.section-grid-cl1 {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.item {
    display: flex;
    align-items: center;
    gap: 16px;
    /* border: 1px solid rgb(215, 215, 215); */
    border-radius: 5px;
    padding: 10px;
    background-color: white;
}

.section-grid-cl1 .item:hover {
    border: 1px solid var(--color28);

}

.icon {
    width: 45px;
    height: 45px;
    background: #0ba6e6;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon i {
    width: 28px;
    height: 28px;
    color: white;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.label {
    font-size: medium;
    font-weight: 600;
    color: var(--text-dark);
}

.contact-wrapper12 {

    margin: 4rem auto;
    background: white;
}

.contact-grid12 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-info12 {
    display: flex;
    gap: 2rem;
    flex-direction: column;
}

.info-box12 {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.info-box12 span {
    font-size: larger;
    font-weight: 600;
    color: #808080c2;
}
.info-icon i{
    font-size: 2rem;
}

.info-text12 {
    display: flex;
    flex-direction: column;
}

.contact-left12 {
    padding: 3rem;

}

.contact-right12 {
    padding: 3rem;
    text-align: center;

}

.contact-right12 h2 {
    margin-bottom: 10px;
    font-weight: 800;
    background: linear-gradient(135deg, rgb(17 16 17), rgb(39, 149, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-align: center;

}

.contact-left12 h2 {
    margin-bottom: 10px;
    font-weight: 800;
    background: linear-gradient(135deg, rgb(17 16 17), rgb(39, 149, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.contact-left12-p {
    margin-bottom: 3rem;
}


/* Responsive */
@media (max-width: 1024px) {
    .section-grid-cl1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 38px;
    }

    .section-grid-cl1 {
        grid-template-columns: 1fr;
    }
}


.discuss-form {
    width: 100%;
}

.discuss-form .form-group {
    margin-bottom: 26px;
}

.discuss-form .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.discuss-form input,
textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid gainsboro;
    padding: 13px;
    font-size: 15px;
    outline: none;
}

.discuss-form textarea {
    resize: none;
    height: 90px;
    margin-top: 25px;
}

.discuss-form input::placeholder,
.discuss-form textarea::placeholder {
    color: #9ca3af;
}

.submit-btn-ds {
    margin-top: 10px;
    background: #fff;
    color: #0ba6e6;
    border: 1px solid #0ba6e6;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.submit-btn-ds:hover {
    margin-top: 10px;
    background: #0ba6e6;
    color: #fff;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* RESPONSIVE */


@media (max-width: 600px) {


    .contact-left h2 {
        font-size: x-large;
        text-align: center;
    }

    .contact-left p {
        text-align: center;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}


/* about-section  */
.about-container {
    background-color: #dee2e62e;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 2.5rem auto;
}

.my-info-box {
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 2rem auto;
    background-color: #fbfbfb;
    padding: 1em 0;
}

.my-skills-title {
    text-align: center;
    margin: 0 0 2rem 0;

}

.my-skills-title h3 {
    margin-bottom: 0;

}

.my-info {
    /* width: 535px; */
    max-width: 45%;

}

.my-info-details {
    margin-top: 2rem;
}

.my-info-details ul {
    padding-left: 0;
}

.my-info-details ul li {
    display: flex;

}

.my-info-details ul li span {
    position: relative;
    width: 160px;
    font-weight: 600;
    color: var(--color3);
}

.my-info-details ul li span::after {
    content: ":";
    position: absolute;
    right: 0;
}

.my-info-details ul li p {
    margin-left: 1rem;
    font-weight: 500;
}

.about-title {
    text-align: center;
    margin: 3rem 0 1rem;

}

.about-title h3 {
    margin-bottom: 0;
    font-weight: 800;
    margin-bottom: 5px;
    background: linear-gradient(135deg, rgb(17 16 17), rgb(39, 149, 247));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;

}




/* about-section  */

/* contact section  */
#contact-section {
    position: relative;
}

.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: var(--color41);
}

.contact-title {
    text-align: center;
    margin: 4rem 0 3rem;

}

.contact-title h3 {
    margin-bottom: 0;

}

.contact-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: 2rem;
}

.contact-item {
    width: 600px;
    background-color: white;
    border: 1px solid var(--color30);
    display: flex;
    align-items: center;
    justify-content: left;
    /* margin: 10px; */
}

.contact-item:hover {
    border: 2px solid var(--color30);
    box-shadow: 0px 0px 20px 0px var(--color29);
    transition: 1s;
}

.contact-icon i {
    color: var(--color31);
    font-size: 2.4rem;
    margin: 2rem;
}

.contact-item:hover .contact-icon i {
    color: var(--color35);
}

.all-social-icons a {
    margin: 0.5rem;


}

.all-social-icons a:hover {
    border: 1px solid var(--color30);
    padding: 2px 5px;
    border-radius: 5px;
}


.contact-box2 {
    /* border: 2px solid red; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 5rem 0 4rem 0;
}

.contact-form1 {
    margin: 0 2rem 2rem;
}

.contact-form1-box1 input {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;

}

.contact-form1-box2 input,
.contact-form1-box2 textarea {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;
}

.contact-form1-box1 input,
.contact-form1-box2 input,
.contact-form1-box2 textarea {
    margin: 1rem 0 auto;

}

.contact-form1-box2 {
    display: flex;
    flex-direction: column;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* input[type="number"] {
    -moz-appearance: textfield;
} */

.contact-form1-btn {
    padding: 1rem 2rem;
    border-radius: 30px;
    margin-top: 1rem;
    color: #0ba6e6;
    background-color: var(--color1);
    border: 1px solid #0ba6e6;
}

.contact-form1-btn:hover {
    color: var(--color1);
    background-color: #0ba6e6;
    border: 1px solid #0ba6e6;

}

.scroll-up a {
    position: absolute;
    right: 50px;
    /* margin: 0 2rem 2rem 0; */
    bottom: 50px;
}

.scroll-up a i:hover {
    color: var(--color2);
}

/* ERROR WRAPPER */

.error {
    margin-top: 0px;
    margin-bottom: 2rem;
    padding-left: 5px;
}

/* ERROR TEXT */
.error small {

    display: inline-flex;
    align-items: center;

    gap: 6px;

    color: #ff4d6d;

    font-size: 0.88rem;

    font-weight: 500;

    letter-spacing: 0.3px;

    line-height: 1.5;

    animation: errorFade 0.3s ease;
}

/* OPTIONAL ERROR ICON */
.error small::before {

    content: '⚠';

    font-size: 0.8rem;
}

/* INPUT ERROR STATE */
.input-group input.error-field,
.input-group textarea.error-field {

    border: 1px solid #ff4d6d !important;

    box-shadow:
        0 0 0 4px rgba(255, 77, 109, 0.12);

    transition: 0.3s ease;
}

/* ERROR ANIMATION */
@keyframes errorFade {

    from {

        opacity: 0;

        transform: translateY(-5px);
    }

    to {

        opacity: 1;

        transform: translateY(0);
    }
}

/* contact section  */


/* review.html  */

.star {
    font-size: 24px;
    color: rgba(128, 128, 128, 0.489);
    cursor: pointer;
}

.star:hover {
    color: #ff8e07;
}

.filled-star {
    color: #ff8e07;
}

.review-title h3 {
    margin-bottom: 0
}

.review-container {
    min-height: 78vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.review-box1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-top: 2rem;
}

.review-box1 form {
    min-width: 500px;
    margin: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.review-box1 form div {
    margin: 0.5rem 0;
}

.review-form {
    background-color: #f8f9fa7d;
    margin: 2rem 0;
}

.review-input {
    /* padding: 1rem 2rem; */
    /* border: 1px solid var(--color3); */
    border-radius: 5px;
    width: 100%;
}

.review-input input {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;
    width: 100%;
    color: var(--color2);
}

.review-input textarea {
    padding: 1rem 2rem;
    border: 1px solid var(--color3);
    border-radius: 5px;
    width: 100%;
}

.review-btn {
    padding: 0.6rem 2rem;
    border-radius: 6px;
    margin-top: 1rem;
    color: var(--color44);
    background-color: var(--color1);
    border: 1px solid var(--color44);
}

.review-btn:hover {
    color: var(--color1);
    background-color: var(--color44);
    border: 1px solid var(--color44);
}

.review-cl-1 {
    background-color: var(--color1);
    ;
    padding: 1rem 0;
    color: var(--color2);
}

/* review.html  */


/* terms_conditions.html  */
/* Privacy CT PG2 - Main Container */
.privacy-ct-pg2-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Privacy CT PG3 - Policy Sections */
.privacy-ct-pg3-section {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.privacy-ct-pg3-section:hover {
    box-shadow: 0 4px 16px rgba(0, 102, 204, 0.15);
}

.privacy-ct-pg3-heading {
    color: #0066cc;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #0066cc;
}

.privacy-ct-pg3-content {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333333;
}

.privacy-ct-pg3-content p {
    margin-bottom: 15px;
}

.privacy-ct-pg3-content ul {
    margin: 15px 0;
    padding-left: 25px;
}

.privacy-ct-pg3-content li {
    margin-bottom: 10px;
}

/* Privacy CT PG4 - Last Updated */
.privacy-ct-pg4-update {
    background: #f8f9fa;
    border-left: 4px solid #0066cc;
    padding: 20px 30px;
    margin: 40px 0;
    border-radius: 4px;
}

.privacy-ct-pg4-label {
    font-weight: 600;
    color: #0066cc;
    display: block;
    margin-bottom: 8px;
}

.privacy-ct-pg4-date {
    color: #666666;
    font-size: 0.95rem;
}

/* Privacy CT PG5 - Footer */
.privacy-ct-pg5-footer {
    background: #000000;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}

.privacy-ct-pg5-text {
    opacity: 0.8;
    font-size: 0.95rem;
}

.privacy-ct-pg5-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: 600;
}

.privacy-ct-pg5-link:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-ct-pg1-header {
        padding: 50px 20px;
    }

    .privacy-ct-pg1-title {
        font-size: 2rem;
    }

    .privacy-ct-pg1-subtitle {
        font-size: 1rem;
    }

    .privacy-ct-pg2-container {
        padding: 40px 15px;
    }

    .privacy-ct-pg3-section {
        padding: 30px 20px;
    }

    .privacy-ct-pg3-heading {
        font-size: 1.5rem;
    }

    .privacy-ct-pg3-content {
        font-size: 1rem;
    }

    .privacy-ct-pg4-update {
        padding: 15px 20px;
    }
}

@media (max-width: 480px) {
    .privacy-ct-pg1-title {
        font-size: 1.7rem;
    }

    .privacy-ct-pg3-section {
        padding: 25px 15px;
    }

    .privacy-ct-pg3-heading {
        font-size: 1.3rem;
    }
}

/* terms_conditions.html  */

/* pricing*/


/* ================= INNER HERO SECTION ================= */

.inner-hero {
    position: relative;
    width: 100%;
    height: 40vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6rem;
}

/* Dark overlay */
.inner-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

/* Content */
.inner-hero-content {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
    padding-top: 20px;
}

.inner-hero-content h1 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inner-hero-content p {
    font-size: 16px;
    color: #ddd;
}

.inner-hero-content p a {
    color: #fff;
    /* pink accent like your image */
    text-decoration: none;
}

.inner-hero-content p a:hover {
    color: #f68d8c;
    /* pink accent like your image */
    text-decoration: underline;
}

.inner-hero-content p span {
    color: #f68d8c;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
    .inner-hero {
        height: 40vh;
    }

    .inner-hero-content h1 {
        font-size: 30px;
    }

    .inner-hero-content p {
        font-size: 14px;
    }
}

.hero-bg-cl1 {
    /* background-image: url("../images/HotStanley.3cfc9bc24c83.jpg"); */
    background:
        linear-gradient(0deg,
            #6a11cb,
            #2575fc,
            #00c6ff);
}

.hero-bg-cl2 {
    /* background-image: url("../images/proj-pic11.590114bb356e.jpg"); */
    background:
        linear-gradient(0deg,
            #6a11cb,
            #2575fc,
            #00c6ff);
}

.hero-bg-cl3 {
    /* background-image: url("../images/proj-pic14.4445b628ee20.jpg"); */
    background:
        linear-gradient(0deg,
            #6a11cb,
            #2575fc,
            #00c6ff);
}

.hero-bg-cl4 {
    /* background-image: url("../images/Businessgoalsxxty_.7052ad5f76a6.jpg"); */
    background:
        linear-gradient(0deg,
            #6a11cb,
            #2575fc,
            #00c6ff);
}

.hero-bg-cl5 {
    /* background-image: url("../images/proj-pic12.37e91e3344cb.jpg"); */
    background:
        linear-gradient(0deg,
            #6a11cb,
            #2575fc,
            #00c6ff);
}

.hero-bg-cl6 {
    /* background-image: url("../images/proj121.ef489ab873b9.jpg"); */
    background: linear-gradient(0deg, #6a11cb, #2575fc, #00c6ff);
}

.hero-bg-cl8 {
    /* background-image: url("../images/proj-pic15.b5384a5d54f9.jpg"); */
    background: linear-gradient(0deg, #6a11cb, #2575fc, #00c6ff);
}

.hero-bg-cl9 {
    /* background-image: url("../images/downdkv8.2a300a317960.jpg"); */
    background: linear-gradient(0deg, #6a11cb, #2575fc, #00c6ff);
}