* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}

:root {
    --bg-color: #009087;
}



body {

    background-size: cover;

}



.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 4%;
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* Left: Logo */
.logo {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #221f1f;
    text-decoration: none;
}

/* Center: Nav Links Pill Container */
.nav-center {
    display: flex;
    background-color: var(--bg-color);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 0.35rem;
    box-shadow: 0 4px 20px rgba(192, 191, 191, 0.2);
    position: relative;
    /* position: sticky; */
    /* top: 0; */
}

/* The Sliding Background Div */
.nav-highlight {
    position: absolute;
    top: 0.35rem;
    bottom: 0.35rem;
    left: 0;
    background-color: #e0e0e461;
    border-radius: 50px;
    /* Smooth transition for both movement and resizing */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 0;
    opacity: 0;
}

.nav-link {
    color: #c9c9c9;
    text-decoration: none;
    padding: 0.6rem 1.4rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.3s ease;
    position: relative;
    /* Keeps text above the highlight */
    z-index: 1;
}

.nav-link:hover,
.nav-link.active {
    color: #ffffff;
}

/* Right: Social Links Area */
.social-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.4rem;
}

.social-title {
    font-size: 0.85rem;
    color: #a0a0a0;
    font-weight: 500;
}

.social-links {
    display: flex;
    gap: 1.2rem;
}

.social-links a {
    color: #2d2c2c;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    /* letter-spacing: 13px; */
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.6;
}

/* Mobile Styles... (unchanged) */
.hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.hamburger span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1e1e26;
    padding: 1rem 5%;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    z-index: 1000;
}

.mobile-menu.open {
    display: flex;
}

.mobile-menu .nav-link {
    padding: 1rem 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mobile-menu .social-container {
    align-items: flex-start;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
}

.hamburger i {
    font-size: 24px;
}

@media (max-width: 950px) {

    /* .nav-center, */
    .logo,
    .social-container {
        display: none;
    }
    .navbar{
        justify-content: center;
    }
}
@media(max-width:483px){
     .nav-center{
        width: 380px;
    }
    .nav-link {
       padding: 0.6rem 0.9rem;
    }
}
@media(max-width:397px){
     .nav-center{
        width: 300px;
    }
    .nav-link {
       padding: 0.6rem 0.4rem;
    }
}



/* -----------------banner--------------- */


.container .main_sec {

    display: flex;

    justify-content: center;

    /* margin-top: 70px; */

    flex-wrap: wrap;

    background-repeat: no-repeat;

    background-size: contain;

}



.container .main_sec .main_con {

    height: 500px;

    width: 556px;

}



.container .main_sec .main_con .welcome {

    margin-top: 50px;

    display: flex;

    align-items: center;

    /* border: 1px solid red; */

}



.container .main_sec .main_con .welcome .hi {

    animation: hiroted 4s linear infinite;

    /* border: 1px solid red;    */

}



.container .main_sec .main_con .welcome .hi img {

    height: 50px;

}



.container .main_sec .main_con .welcome .hed {

    /* font-size: 10px;  */

    color: var(--bg-color);

    font-family: "Urbanist", sans-serif;

    font-weight: 500;

    /* border: 1px solid red; */

}



.container .main_sec .main_con .heading {

    margin-top: -8px;

    font-size: 60px;

    font-weight: 550;

    font-family: "Urbanist", sans-serif;

    color: rgb(41, 32, 32);

    /* border: 1px solid red; */

}



.container .main_sec .main_con .main_job {

    height: 60px;

    /* padding:; */

    /* border-radius: 8px; */

    display: flex;

    font-size: 35px;

    box-sizing: content-box;

    font-family: "Urbanist", sans-serif;

    /* /* border: 1px solid red; */

}


.container .main_sec .main_con .main_job .sub_job {

    overflow: hidden;

    position: relative;
    height: 60px;
    /* border: 1px solid red; */

}



.container .main_sec .main_con .main_job .sub_job .role {

    display: block;
    height: 60px;
    /* Force each word to take exactly the container's height */
    line-height: 60px;
    /* Vertically align the text */
    padding-left: 10px;
    color: var(--bg-color);
    font-size: 50px;

}

.container .main_sec .main_con .main_job .sub_job .role:first-child {
    animation: scrollText 6s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}



@keyframes scrollText {

    0%,
    25% {
        margin-top: 0;
        /* Shows "Youtuber" */
    }

    33%,
    58% {
        margin-top: -60px;
        /* Slides up to "Developer" */
    }

    66%,
    91% {
        margin-top: -120px;
        /* Slides up to "Marketor" */
    }

    100% {
        margin-top: 0;
        /* Snaps back to the start */
    }
}


/* .container .main_sec .main_con .para {

 

} */

.container .main_sec .main_con .para p {

    /* line-height: 1.5px; */

    word-spacing: 4px;

    font-size: 20px;

    font-family: "Urbanist", sans-serif;

    color: #666666;

}

.container .main_sec .main_con .main_round {

    display: flex;

    /* border: 1px solid red; */

    position: relative;

}

.container .main_sec .main_con .main_round .round {

    width: 175px;

    width: 175px;

    animation: ankan 13s linear infinite;

    overflow: hidden;

    /* border: 1px solid red; */

}

.container .main_sec .main_con .main_round .round img {

    border-radius: 50%;

}


.container .main_sec .main_con .main_round .arro {

    position: absolute;

    height: 90px;

    width: 90px;

    top: 35px;

    left: 42px;

    border-radius: 50%;

    background: var(--bg-color);

    display: flex;

    align-items: center;

    justify-content: center;

    /* border: 1px solid blue; */

}



.container .main_sec .main_con .main_round .arro i {

    color: white;

    font-size: 35px;

}

@keyframes ankan {

    0% {

        transform: rotate(180deg);

    }

    100% {

        transform: rotate(360deg);

    }

}

.container .main_sec .main_con .main_round .arro_img {

    height: 90px;

    position: absolute;

    left: 196px;

    top: -38px;

}



.container .main_sec .main_con .main_round .arro_img img {

    height: 100%;

    width: 100%;

}


.container .main_sec .main_img {

    height: 500px;

    width: 556px;

    display: flex;

    align-items: center;

    justify-content: end;

    /* background: #f5f3ef; */

    /* border: 1px solid rgb(204, 19, 19); */

}



.container .main_sec .main_img .pro_img {

    height: 430px;

    width: 430px;

    border-radius: 50%;

    position: relative;

    /* border: 1px solid red; */

}

.container .main_sec .main_img .pro_img img {

    height: 100%;

    width: 100%;

    border-radius: 50%;

}

.container .main_sec .main_img .expi {

    position: absolute;

    height: 180px;

    width: 180px;

    left: 36px;

    top: 280px;

    border-radius: 50%;

    background: var(--bg-color);

    align-items: center;

    color: white;

    text-align: center;

    align-content: center;

    font-family: "Urbanist", sans-serif;

    /* border: 1px solid red; */

}



.container .main_sec .main_img .expi span {

    font-size: 40px;

    font-weight: bold;

}

/* ---------responsive---------- */



@media (max-width: 1150px) {
    .container .main_sec {
        flex-direction: column;
        align-items: center;

    }

    .container .main_sec .main_con,
    .container .main_sec .main_img {
        width: 100%;
        max-width: 600px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .container .main_sec .main_img {
        margin-top: 60px;
        justify-content: center;
    }

    .container .main_sec .main_con .welcome,
    .container .main_sec .main_con .main_job {
        justify-content: center;
    }

    .container .main_sec .main_con .main_round {
        margin-top: 30px;
        justify-content: center;
        align-items: center;
    }

    /* Change the long arrow image to relative so it doesn't break out of the screen */
    .container .main_sec .main_con .main_round .arro_img {
        position: relative;
        left: 20px;
        top: 0;
        align-self: center;
    }
}


@media (max-width: 768px) {
    .container .main_sec {
        padding: 0 15px;
    }

    .container .main_sec .main_con .heading {
        font-size: 42px;
    }

    .container .main_sec .main_con .para p {
        font-size: 16px;
    }

    /* Adjust Scrolling Job Roles for Mobile Height */
    .container .main_sec .main_con .main_job {
        font-size: 25px;
        height: 40px;
    }

    .container .main_sec .main_con .main_job .sub_job {
        height: 40px;
    }

    .container .main_sec .main_con .main_job .sub_job .role {
        font-size: 35px;
        height: 40px;
        line-height: 40px;
    }

    /* Target the animation for the new 40px height */
    .container .main_sec .main_con .main_job .sub_job .role:first-child {
        animation: scrollSmoothMobile 4s linear infinite alternate;
    }

    /* Shrink the spinning "Hire Me" badge */
    .container .main_sec .main_con .main_round .round {
        width: 130px;
        height: 130px;
    }

    .container .main_sec .main_con .main_round .arro {
        width: 65px;
        height: 65px;
        top: 32px;
        left: 32px;
    }

    .container .main_sec .main_con .main_round .arro i {
        font-size: 26px;
    }

    .container .main_sec .main_con .main_round .arro_img {
        height: 60px;
    }

    /* Shrink Profile Image & Experience Badge */
    .container .main_sec .main_img .pro_img {
        width: 320px;
        height: 320px;
    }

    .container .main_sec .main_img .expi {
        width: 130px;
        height: 130px;
        left: 0px;
        top: 210px;
        font-size: 14px;
    }

    .container .main_sec .main_img .expi span {
        font-size: 28px;
    }
}

/* Small Mobile Devices (Below 480px) */
@media (max-width: 480px) {
    .container .main_sec .main_con .heading {
        font-size: 32px;
    }

    /* Further adjust Scrolling Job Roles for Small Mobile Height */
    .container .main_sec .main_con .main_job {
        font-size: 20px;
        height: 35px;
    }

    .container .main_sec .main_con .main_job .sub_job {
        height: 35px;
    }

    .container .main_sec .main_con .main_job .sub_job .role {
        font-size: 28px;
        height: 35px;
        line-height: 35px;
    }

    .container .main_sec .main_con .main_job .sub_job .role:first-child {
        animation: scrollSmoothSmallMobile 4s linear infinite alternate;
    }

    /* Hide the long arrow on very small screens to save space */
    .container .main_sec .main_con .main_round .arro_img {
        display: none;
    }

    /* Further shrink Profile Image & Experience Badge */
    .container .main_sec .main_img .pro_img {
        width: 260px;
        height: 260px;
    }

    .container .main_sec .main_img .expi {
        width: 100px;
        height: 100px;
        left: -10px;
        top: 170px;
        font-size: 12px;
    }

    .container .main_sec .main_img .expi span {
        font-size: 22px;
    }
}

/* Updated Keyframes for Mobile Heights */
@keyframes scrollSmoothMobile {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -80px;
    }

    /* 2 words * 40px height */
}

@keyframes scrollSmoothSmallMobile {
    0% {
        margin-top: 0;
    }

    100% {
        margin-top: -70px;
    }

    /* 2 words * 35px height */
}



/* -------------about me---------- */



.about-section {
    padding: 100px 5%;
    max-width: 1350px;
    margin: 0 auto;
}

/* Top Heading Section */
.section-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}

.section-header h2 {
    font-size: 40px;
    font-weight: 800;
    color: #111;
}

.section-header h2 span {
    color: var(--bg-color);
    /* Pink color for "Me" */
}

.heading-line {
    width: 2px;
    height: 70px;
    border-radius: 50px;
    background-color: #111;
    margin: 15px auto 0;
    position: relative;
}

.heading-line::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: -6.7px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background-color: #111a24;
    border: 2px solid #fff;
}

.heading-line::after {
    /* ... your existing code ... */

    /* Add this line: */
    animation: dotMove 3s infinite alternate;
}

/* The Keyframes for the smooth up and down animation */
@keyframes dotMove {
    0% {
        Transform: translateY(1px);
    }

    100% {
        Transform: translateY(-50px);
    }
}

/* 3-Column Grid Layout */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

/* --- Left Column: Quote & Info --- */
.about-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.stroke-quote {

    font-size: 37px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #111a24, -1px 1px #111a24, 1px -1px #111a24, -1px -1px #111a24;
    letter-spacing: 0.08rem;
    opacity: 0.5;
}

.about-desc {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

.author-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.author-info p {
    font-size: 15px;
    color: #888;
    margin-bottom: 15px;
}

.signature-img {
    max-width: 120px;
    opacity: 0.8;
}

/* --- Center Column: Image & Badges --- */
.about-center {
    display: flex;
    justify-content: center;
    position: relative;
}

.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 380px;
    padding: 15px;
    /* Creates the gap between the border and image */
    border: 1px solid #111;
    border-radius: 200px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 200px;
    aspect-ratio: 3/4;
    object-fit: cover;
}

/* Social Icons Floating */
.social-floating {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
}

.social-floating a {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.social-floating a:hover {
    background: #111;
    color: #fff;
}

/* Spinning Circular Badge */
.circle-badge {
    position: absolute;
    bottom: 7px;
    right: 0px;
    width: 110px;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    z-index: 3;
}

/* Social Icons Floating */
.social-floating {
    position: absolute;
    right: -25px;
    top: 50%;
    /* Hide by default and shift them slightly to the left */
    transform: translateY(-50%) translateX(-20px);
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 2;
    /* Add a smooth, slight spring transition */
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Show the icons when hovering over the image wrapper */
.image-wrapper:hover .social-floating {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.social-floating a {
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    text-decoration: none;
    font-size: 18px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.social-floating a:hover {
    background: #111;
    color: #fff;
}

.circle-badge i {
    font-size: 24px;
    transform: rotate(-45deg);
    /* Point arrow diagonally */
}

.circle-badge svg {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: spinText 12s linear infinite;
}

@keyframes spinText {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* --- Right Column: Skill Cards --- */
.about-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.skill-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px;
    border-radius: 60px;
    transition: transform 0.3s ease;
}

.skill-card:hover {
    transform: translateY(-5px);
}

/* Pastel Background Colors */
.card-yellow {
    background-color: #fcf4d9;
}

.card-pink {
    background-color: #fde4eb;
}

.card-blue {
    background-color: #dcf5fa;
}

.progress-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
    color: #111;
}

.skill-text h4 {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin-bottom: 6px;
}

.skill-text h4 span {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.skill-text p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* =========================================
           Responsive Media Queries 
           ========================================= */

/* Tablets and small desktops */
@media (max-width: 1100px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }

    .about-right {
        grid-column: 1 / -1;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .skill-card {
        width: calc(50% - 10px);
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .about-section {
        padding: 60px 20px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .stroke-quote {
        font-size: 32px;
        text-align: center;
    }

    .about-desc,
    .author-info {
        text-align: center;
    }

    .signature-img {
        margin: 0 auto;
    }

    .skill-card {
        width: 100%;
        border-radius: 40px;
        padding: 20px;
    }

    .social-floating {
        right: -10px;
    }

    .circle-badge {
        width: 100px;
        height: 100px;
        right: 0px;
    }

    .circle-badge i {
        font-size: 20px;
    }
}



/* ------------explore skill---------- */



.main_skill {

    /* height: 500px; */

    margin-top: 50px;

    /* border: 1px solid red; */

}



.main_skill .skill_head {

    text-align: center;

    font-size: 35px;

    margin-top: 16px;

    font-weight: 500;

    font-family: "Urbanist", sans-serif;

    /* border: 1px solid blue; */

}



.main_skill .sub_skill {

    /* height: 400px;        */

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 50px 0px;

    flex-wrap: wrap;

    grid-gap: 26px;

    /* border: 1px solid black; */

}



.main_skill .sub_skill .skill {

    height: 230px;

    width: 300px;

    border-radius: 15px;

    align-content: center;

    justify-items: center;

    transition: .5s;

    border: 1px solid rgba(49, 49, 51, 0.2);

}



.main_skill .sub_skill .skill:hover {

    box-shadow: 0px 0px 44px 6px #efeded;

    transition: .5s;

    border: 1px solid var(--bg-color);

}



.main_skill .sub_skill .skill:hover .skill_img {

    transform: rotateY(180deg);

    transition: 2s;

}



.main_skill .sub_skill .skill .skill_img {

    height: 70px;

    width: 70px;

    transition: 2s;

    /* border: 1px solid green; */

}



.main_skill .sub_skill .skill .skill_img img {

    height: 100%;

    width: 100%;

}



.main_skill .sub_skill .skill .skill_text {

    font-size: 20px;

    margin-top: 10px;

    font-family: "Urbanist", sans-serif;

    font-weight: 600;

    transition: .5s;

    /* border: 1px solid rgb(0, 87, 128); */

}



.main_skill .sub_skill .skill:hover .skill_text {

    transform: scale(1.1);

    transition: 1s;

}



.main_skill .sub_skill .skill .skill_scor {

    height: 40px;

    width: 250px;

    border-radius: 15px;

    margin-top: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

    font-family: "Urbanist", sans-serif;

    font-weight: 600;

    background: var(--bg-color);

    color: white;

    /* border: 1px solid green; */

}



/* ---------------hire me----------------- */



.main_hire {

    height: 430px;

    margin-top: 60px;

    display: flex;

    gap: 80px;

    /* border: 1px solid red; */

}



.main_hire .sub_hire {

    width: 45%;

    display: flex;

    align-items: center;

    justify-content: end;

    /* border: 1px solid blue; */

}



.main_hire .sub_hire .hire_photo {

    height: 400px;

    width: 400px;

    /* border: 1px solid red; */

    border-radius: 50%;

}



.main_hire .sub_hire .hire_photo img {

    height: 100%;

    width: 100%;

    border-radius: 50%;

}



.main_hire .sub_hire1 {

    width: 55%;

    font-family: "Urbanist", sans-serif;

    /* border: 1px solid green; */

}



.main_hire .sub_hire1 a {

    text-decoration: none;

}



.main_hire .sub_hire1 .hii {

    margin: 40px 0px 0px 0px;

    height: 70px;

    width: 70px;

    animation: hiroted 4s linear infinite;

    /* border: 1px solid red;    */

}



@keyframes hiroted {

    0% {

        transform: rotate(-25deg);

    }



    50% {

        transform: rotate(30deg);

    }



    100% {

        transform: rotate(-25deg);

    }

}



.main_hire .sub_hire1 .hii img {

    height: 100%;

    width: 100%;

}



.main_hire .sub_hire1 .hire_head {

    margin-top: 10px;

    /* border: 1px solid red; */

}



.main_hire .sub_hire1 .hire_head H1 {

    font-weight: 500;

    font-size: 45px;

}



.main_hire .sub_hire1 .sub_hire_head {

    margin-top: 10px;

}



.main_hire .sub_hire1 .sub_hire_head SPAN {

    color: rgb(93, 89, 89);

}



.main_hire .sub_hire1 .hire_button {

    height: 55px;

    width: 150px;

    display: flex;

    border-radius: 25px;

    align-items: center;

    justify-content: center;

    font-size: 19px;

    margin-top: 30px;

    color: white;

    font-family: "Urbanist", sans-serif;

    background-color: var(--bg-color);

    /* border: 1px solid red; */

}

.main_hire .sub_hire1 .bt {
    background: transparent;
    position: relative;
    padding: 0px 8px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #009087;
    border-radius: 25px;
    outline: none;
    overflow: hidden;
    color: black;
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
}

.main_hire .sub_hire1 .bt span {
    margin: 10px;
}

.main_hire .sub_hire1 .bt::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    border-radius: 50%;
    display: block;
    width: 20em;
    height: 20em;
    left: -5em;
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: -1;
}

.main_hire .sub_hire1 .bt:hover {
    color: #fff;
    border: 1px solid #009087;
}

.main_hire .sub_hire1 .bt:hover::before {
    box-shadow: inset 0 0 0 10em #009087;
}

/* ----------feedback section---------- */

.feed-container {
    max-width: 1200px;
    width: 100%;
    margin-top: 60px;
    padding: 0 30px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.header-content h3 {
    color: var(--accent-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
}

.header-content h1 {
    font-size: 36px;
    margin: 0;
    color: var(--text-main);
}

/* Carousel Navigation */
.carousel-nav {
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.nav-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #1b1919;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active {
    width: 30px;
    border-radius: 10px;
    background-color:#1b1919;
}

/* Testimonial Cards */
.testimonial-wrapper {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    /* Space for the triangle pointer */
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
    /* width will be set by JS based on number of cards */
}

.card-container {
    flex: 0 0 calc(33.333% - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

.speech-bubble {
    background-color:#e9e9e9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 25px;
    flex-grow: 1;
}

.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0 0;
    border-style: solid;
    border-color: #e9e9e9 transparent transparent transparent;
}

.speech-bubble p {
    color: var(--text-sub);
    line-height: 1.6;
    font-size: 16px;
    margin: 0;
}

.author-info {
    /* display: flex; */
    /* align-items: center; */
    padding-left: 20px;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.author-details h4 {
    margin: 0 0 5px 0;
    color: var(--text-main);
    font-size: 16px;
}

.author-details span {
    color: var(--accent-color);
    font-size: 14px;
}

/* Responsive */
@media (max-width: 992px) {
    .card-container {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .card-container {
        flex: 0 0 100%;
    }
}

/* -----------social media----------- */



.main_social {

    height: 120px;

    /* display: flex; */

    align-items: center;

    justify-content: center;

    /* border: 1px solid red; */

}



.main_social .sub_social {

    /* width: 70%; */

    height: 50%;

    display: flex;

    /* padding: 5px 0px; */

    align-items: center;

    justify-content: center;

    /* border: 1px solid green; */

}



.main_social .sub_social a {

    text-decoration: none;

}



.main_social .sub_social .social {

    height: 42px;

    width: 42px;

    border-radius: 50%;

    /* padding: 10px 8px; */

    margin-left: 10px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: var(--bg-color);

    transition: .5s;

    /* border: 1px solid black; */

}



.main_social .sub_social .social i {

    font-size: 23px;

    transition: .5s;

    color: white;

}



.main_social .sub_social h4 {

    font-size: 19px;

    font-family: "Urbanist", sans-serif;

}



.main_social .sub_social .social:hover {

    background: white;

    transition: .5s;

}



.main_social .sub_social .social:hover i {

    color: var(--bg-color);

    transition: .5s;

    margin-top: -6px;

}



/* -----------my work--------- */



.main_work {

    /* height: 500px; */

    padding: 20px 0px;

    /* border: 1px solid green; */

}



.main_work .work_head {

    margin-top: 10px;

    font-family: "Urbanist", sans-serif;

    text-align: center;

    /* border: 1px solid red; */

}



.main_work .work_head i {

    color: var(--bg-color);

}



.main_work .main_project {

    display: flex;

    align-items: center;

    justify-content: center;

    /* border: 1px solid red; */

}



.main_work .main_project .sub_project {

    /* height: 400px; */

    width: 80%;

    margin-top: 35px;

    flex-wrap: wrap;

    gap: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    /* border: 1px solid blue; */

}



.main_work .main_project .sub_project .project {

    height: 250px;

    width: 320px;

    overflow: hidden;

    position: relative;

    border-radius: 15px;

    /* border: 1px solid red; */

}



.main_work .main_project .sub_project .project img {

    height: 100%;

    width: 100%;

    transition: .4s all ease;

}



.main_work .main_project .sub_project .project:hover img {

    /* transform: scale(1.2); */

    transform: rotate(-15deg) scale(1.4);

    transition: .5s all ease;

}

.main_work .main_project .sub_project .project .pr_details {

    height: 45px;

    width: 250px;

    border-radius: 10px;

    position: absolute;

    /* top: 100%; */

    /* bottom: 9px; */

    left: 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0px 7px;

    background: rgba(0, 0, 0, 0.6);

    /* border: 1px solid blue; */

}

.main_work .main_project .sub_project .project .pr_details .pr_name {

    height: 35px;

    /* width: 90px; */

    display: flex;

    align-items: center;

    justify-content: center;

    color: white;

    font-size: 16px;

    letter-spacing: .6px;

    font-family: "Urbanist", sans-serif;

    /* border: 1px solid red; */

}

.main_work .main_project .sub_project .project .pr_details .pr_icon {

    height: 35px;

    width: 35px;

    border-radius: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #4462eb;

    color: white;

    /* border: 1px solid red; */

}

.main_work .main_project .sub_project .project:hover .pr_details {

    bottom: 9px;

}