/* 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: 1rem;
    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 {
    margin-bottom: 0;
}

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

.review-box-123 {
    border: 1px solid #e9ecef;
    border-radius: 1rem;
    margin-top: 4rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0px 0px 2px 0px var(--color29);
    background-color: white;
}

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


/* 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: 22rem;
    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: 150px;
    height: 125px;
    object-fit: contain;
}

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

.services-box2 p {
    font-size: small;
}

.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: 350px;
    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: 0;
    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%;
    }
}

/* 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: 1.5rem;
}

.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: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 80px;
}

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

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

/* MAIN CARD */
.contact-wrapper {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 22px;
    padding: 100px 60px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .05);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

/* LEFT */
.contact-left h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.contact-left p {
    color: gray;
    font-size: 16px;
    max-width: 420px;
    line-height: 1.7;
}

.contact-left .all-social-icons a {
    margin: 0 1rem 0 0;
}


.contact-info {
    margin-top: 45px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}

.info-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    color: #0ba6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.info-text span {
    font-size: medium;
    font-weight: 500;
    color: #0ba6e6;
}

.info-text strong {
    display: block;
    font-size: 16px;
    color: black;
    font-weight: 600;
}

/* SOCIALS */
.social-icons {
    display: flex;
    gap: 18px;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
}

.social-icons i {
    font-size: 18px;
    color: #0ba6e6;
    cursor: pointer;
}

/* RIGHT */
.contact-right p {
    color: gray;
    font-size: 16px;
    /* max-width: 420px; */
    line-height: 1.7;
    text-align: center;
}
.contact-right h2 {
    font-size: xx-large;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
    text-align: center;
}


.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: 12px 4px;
    font-size: 15px;
    outline: none;
}

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

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

.submit-btn {
    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: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: 900px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .contact-wrapper {
        padding: 40px 25px;
    }

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

}




/* 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 {
    text-align: center;
}

/* 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  */

.terms-container {
    margin: 5rem 5rem;
}

.terms-container h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.terms-1 {
    text-align: center;
    margin-bottom: 2rem;
}

.terms-2 {
    text-align: center;
    margin: 1rem auto;
}

.policy-div a {
    text-decoration: none;
    color: var(--color3);
}

.policy-div a:hover {
    text-decoration: none;
    color: var(--color32);
}

.policy-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

/* terms_conditions.html  */

/* pricing*/
.pricing-section {
    padding: 80px 20px;
}

.container-cl-1 {
    max-width: 1100px;
    margin: auto;
}

/* ================= HEADER ================= */
.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-header h1 {
    font-size: 36px;
}

.pricing-header p {
    color: #666;
}

/* ================= GRID ================= */
.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* ================= CARD ================= */
.pricing-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    border: 1px solid #0ba6e6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

/* Hover gradient glow */
.pricing-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13,110,253,0.12), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.pricing-card:hover::before {
    opacity: 1;
}

/* Lift + shadow */
.pricing-card:hover {
    transform: translateY(-12px) scale(1.02);
    /* box-shadow: 0 25px 55px rgba(13,110,253,0.25); */
}

/* ================= CONTENT ================= */
.pricing-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.price-cl-btn1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.price-cl-btn1 span {
    font-size: 30px;
    font-weight: bold;
    color: #0ba6e6;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
}

/* 💥 price-cl-btn1 micro-interaction */
.pricing-card:hover .price-cl-btn1 span {
    transform: scale(1.1);
    color: #1059c8;
    
}

/* ================= LIST ================= */
.pricing-card ul {
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}

.pricing-card ul li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #555;
}

/* ================= BUTTON ================= */
.price-cl-btn2 {
    display: inline-block;
    padding: 12px 24px;
    background: #0ba6e6;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease;
    z-index: 1;
}

.price-cl-btn2:hover {
    background: #084298;
}

/* Ripple */
.price-cl-btn2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255,255,255,0.35) 10%, transparent 11%);
    opacity: 0;
    transition: opacity 0.4s;
}

.price-cl-btn1:hover::after {
    opacity: 1;
}

/* ================= price-popular ================= */
.price-popular {
    border: 2px solid #0d6efd;
}

.price-badge {
    position: absolute;
    top: 0;
    right: 20px;
    background: #0d6efd;
    color: #fff;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    z-index: 2;
}

/* ================= NOTE ================= */
.pricing-note {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
    color: #555;
}

/* ================= ANIMATION ================= */
.price-animate-card {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.7s ease;
}

.price-animate-card.show {
    opacity: 1;
    transform: translateY(0);
}

/* ================= FLOATING WHATSAPP ================= */
.price-whatsapp-float {
    position: fixed;
    bottom: 25px;
    right: 25px;
    background: #25D366;
    color: #fff;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(37,211,102,0.4);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.price-whatsapp-float:hover {
    transform: scale(1.1);
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
    .pricing-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .pricing-cards {
        grid-template-columns: 1fr;
    }

    .pricing-header h1 {
        font-size: 28px;
    }
}

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

.inner-hero {
    position: relative;
    width: 100%;
    height: 35vh;
    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: #1920e7; /* 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");
}
.hero-bg-cl2 {
    background-image: url("../images/proj-pic11.590114bb356e.jpg");
}
.hero-bg-cl3 {
    background-image: url("../images/proj-pic14.4445b628ee20.jpg");
}
.hero-bg-cl4 {
    background-image: url("../images/Businessgoalsxxty_.7052ad5f76a6.jpg");
}
.hero-bg-cl5 {
    background-image: url("../images/proj-pic12.37e91e3344cb.jpg");
}
.hero-bg-cl6 {
    background-image: url("../images/proj121.ef489ab873b9.jpg");
}

.hero-bg-cl8 {
    background-image: url("../images/proj-pic15.b5384a5d54f9.jpg");
}
.hero-bg-cl9 {
    background-image: url("../images/downdkv8.2a300a317960.jpg");
}
