/***
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    padding: 80px 0 80px;
    z-index: 9;
}

.about-style1-area.bg-white {
    background: #ffffff;
}

.about-style1-area .shape1 {
    position: absolute;
    top: -410px;
    right: -450px;
    /* background-color: rgb(235, 241, 237); */
    background-color: #f2a24f38;
    background-color: rgba(255, 241, 118, 0.3);
    /* width: 875px;
    height: 875px; */
    width: 845px;
    height: 845px;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.about-style1__image {
    position: relative;
    display: block;
    max-width: 500px;
    width: 100%;
}

.about-style1__image .text-outer {
    position: absolute;
    top: 30px;
    left: -105px;
    bottom: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: rgba(var(--thm-base-rgb), .10);
    font-size: 96px;
    font-weight: 200;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: var(--thm-font);
    transform: rotate(0deg) translateX(0%);
    width: max-content;
}

.about-style1__image .border-top {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 38px;
    height: 3px;
    background: #ffffff;
    background: #ff6700;
    border-top: 0 !important;
    z-index: 2;
}

.about-style1__image .border-left {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    width: 3px;
    background: #ffffff;
    background: #ff6700;
    border-left: 0 !important;
    z-index: 2;
}

.about-style1__image .border-bottom {
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 38px;
    height: 3px;
    background: #ffffff;
    background: #ff6700;
    border-bottom: 0 !important;
    z-index: 2;
}

.about-style1__image .border-right {
    position: absolute;
    top: 30px;
    right: 38px;
    bottom: 30px;
    width: 3px;
    background: #ffffff;
    background: #ff6700;
    border-right: 0 !important;
    z-index: 2;
}


.about-style1__image ul {
    position: relative;
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}

.about-style1__image ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 5px;
}

.about-style1__image ul li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1__image ul li .img-box img {
    width: 100%;
}

.about-style1__image ul li .img-box::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 30%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .6) 100%);
    transform: skewX(5deg);
    z-index: 2;
}

.about-style1__image ul li:hover .img-box::before {
    -webkit-animation: shine 1.6s;
    animation: shine 1.6s;
}



.about-style1__content {
    position: relative;
    display: block;
    margin-left: -30px;
}

.about-style1__content .sec-title {
    padding-bottom: 25px;
}

.about-style1__content h3 {
    color: #fff !important;
}

.about-style1__content .sec-title p {
    /* color: #ddd !important; */
    color: #d4d3d3;
}

.about-style1__content .inner-content {
    position: relative;
    display: block;
}

.about-style1__content .inner-content .text {
    position: relative;
    display: block;
    padding-bottom: 8px;
}

.about-style1__content .inner-content .text p {
    margin: 0;
    /* color: #000; */
    color: #bbbbbb;
    color: #d7d2d2;
    color: #ccc;
}
@media (max-width: 600px) {
    .about-style1__content .inner-content .text p {
        font-size: 15px;
    }
    .about-style1__content .sec-title p {
        font-size: 15px;
        text-align: justify;
    }
}

.progress-levels {
    position: relative;
    display: block;
}

.progress-box {
    position: relative;
    display: block;
    margin-top: 28px;
}

.progress-box .inner {
    position: relative;
    display: block;
}

.progress-box .inner .top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 11px;
}

.progress-box .inner .top .text {
    position: relative;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: var(--thm-font)
}


.progress-box .top .skill-percent {
    position: relative;
    display: block;
    line-height: 0;
}

.progress-box .top .count-text {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none;
    font-family: var(--thm-font);
}

.progress-box .top .percent {
    position: relative;
    color: var(--thm-gray);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    float: none;
    margin-left: -2px;
}

.progress-box .bar {
    position: relative;
    display: block;
}

.progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 8px;
    background-color: rgba(var(--thm-base-rgb), .10);
    border-radius: 10px;
}

.progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 8px;
    border-radius: 10px;
    transition: all 2000ms ease 300ms;
    background: var(--thm-primary);
}

.about-style1__bottom-content {
    position: relative;
    display: block;
    padding-top: 33px;
}

.about-style1__bottom-content.expertise-list{
    padding-top: 0 !important;
}

.about-style1__bottom-content.expertise-list ul li{
    font-size: 18px !important;
}

.about-style1__bottom-content .text-box {
    position: relative;
    display: block;
    margin-top: -7px;
}

.about-style1__bottom-content .text-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style1__bottom-content .text-box ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: var(--thm-black);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
}
.single-service-style1 .about-style1__bottom-content .text-box ul li {
    color: #bbbbbb;
}
.about-style1__bottom-content .text-box ul li+li {
    margin-top: 8px;
}

.about-style1__bottom-content .text-box ul li:before {
    position: absolute;
    content: "\e926";
    font-family: 'icomoon' !important;
    left: 1px;
    color: var(--thm-primary);
    font-size: 16px;
    font-weight: 400;
}



.video-gallery-style1 {
    position: relative;
    max-width: 220px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    width: 100%;
}

.video-gallery-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: multiply;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style1:hover .video-gallery-style1__bg {
    opacity: 0.70;
}

.video-gallery-style1 .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: var(--thm-base);
    border-radius: 50%;
    z-index: 2;
}

.video-gallery-style1 .icon:before {
    position: absolute;
    content: '';
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    z-index: -1;
}

.video-gallery-style1 .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 10, 20, .20);
    box-shadow: 0 0 0 0 rgba(0, 10, 20, .30);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.video-gallery-style1 .icon:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border: 0px dashed rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 10, 20, .70);
    box-shadow: 0 0 0 0 rgba(0, 10, 20, .70);
    -webkit-animation: ripple 6s infinite;
    animation: ripple 6s infinite
}

.video-gallery-style1 .icon .video-popup {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.video-gallery-style1 .icon .video-popup span::before {
    position: relative;
    top: 2px;
    color: #ffffff;
}



/***
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    padding: 0px 0px 120px;
    z-index: 1;
}

.about-style2-area .container {
    position: relative;
}

.about-style2-area .container::before {
    position: absolute;
    top: 0px;
    left: 215px;
    bottom: -120px;
    right: -100000px;
    background: #ebf1ed;
    content: "";
    z-index: -1;
}

.about-style2__image {
    position: relative;
    display: block;
}

.about-style2__image::before {
    position: absolute;
    left: 160px;
    bottom: -120px;
    width: 10px;
    height: 90px;
    background: var(--thm-base);
    content: "";
}

.about-style2__image-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style2__image-inner img {
    width: 100%;
    transition: all 500ms linear;
    transition-delay: 0.2s;
}

.about-style2__image:hover .about-style2__image-inner img {
    transform: scale(1.1) rotate(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.about-style2__image-inner::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(25deg);
    z-index: 2;
}

.about-style2__image:hover .about-style2__image-inner::before {
    -webkit-animation: shine 1.9s;
    animation: shine 1.9s;
}


.about-style2__content {
    position: relative;
    display: block;
    padding-left: 70px;
}

.about-style2__content .sec-title {
    padding-bottom: 24px;
}

.about-style2__content .inner-content {
    position: relative;
    display: block;
}

.about-style2__content .inner-content .text {
    position: relative;
    display: block;
}

.about-style2__content .inner-content .text p {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    margin: 0px;
}

.about-style2__content-list {
    position: relative;
    display: block;
    margin-top: 28px;
}

.about-style2__content-list ul {
    position: relative;
    display: block;
}

.about-style2__content-list ul li {
    position: relative;
    display: block;
    line-height: 36px;
}

.about-style2__content-list ul li p {
    font-size: 18px;
    margin: 0px;
}

.about-style2__content-list ul li p span {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 20px;
    top: 3px;
    padding-right: 6px;
}



.about-style2__content .author-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 5px;
}

.about-style2__content .author-box .img-box {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.about-style2__content .author-box .img-box::before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid var(--thm-primary);
    border-radius: 50%;
    content: "";
}

.about-style2__content .author-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.about-style2__content .author-box .title {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-style2__content .author-box .title h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.about-style2__content .author-box .title span {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}



/***
=============================================
    About Style2 Area Css
=============================================
***/
.about-style3-area {
    position: relative;
    display: block;
    overflow: hidden;
    /* background: #ffffff; */
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 10;
}
.about-style3-area.property {
    padding-bottom: 10px !important;
}

.about-style3-area .shape1 {
    position: absolute;
    top: -330px;
    right: -450px;
    background: linear-gradient(120deg, rgba(1, 0, 10, 0.1), rgba(5, 10, 82, 0.1));
    background-color: rgba(255, 241, 118, 0.3);
    width: 800px;
    height: 700px;
    border-radius: 50%;
    z-index: -1;
}

@media (max-width: 600px) {
    .about-style3-area .shape1 {
        width: 700px;
        height: 600px;
    }
}

.about-style3__img-box {
    position: relative;
    display: block;
    max-width: 545px;
    width: 100%;
    padding-right: 30px;
}

.about-style3__img-box .inner {
    position: relative;
    display: block;
}

.about-style3__img-box .inner img {
    width: 100%;
}


.about-style3-experience {
    position: absolute;
    top: 60px;
    right: 0px;
    bottom: 60px;
    width: 70px;
    text-align: center;
    background-color: var(--thm-base);
}

.about-style3-experience p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transform: rotate(90deg) translateX(0%);
    transform-origin: 0 0;
    width: max-content;
    margin: 90px 50px;
}

.about-style3-experience p span {
    color: var(--thm-primary);
}



.about-style3__content {
    position: relative;
    display: block;
    /* margin-left: -50px; */
}

@media (max-width: 991px) {
    .service-style1-area.career .about-style3__content {
        padding-top: 0px;
    }
}

.about-style3__content .sec-title {
    padding-bottom: 0px;
}

@media (max-width: 1200px) {
    .about-style3__content .sec-title {
        /* text-align: center; */
    }
}

.about-style3__content .sec-title .sub-title h3.text-theme-color {
    color: #fff !important;
}

.about-style3__content .sec-title .sub-title h3.text-theme-color.yellow-title {
    color: var(--thm-base) !important;
}

@media (max-width: 1199px) {
    .about-style3__content .sec-title span {
        text-align: left !important;
    }
    .about-style3__content .sec-title h2 {
        text-align: center;
    }
    .about-style3__content .sec-title .sub-title h3 {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .about-style3__content .sec-title span {
        font-size: 15px;
    }
    .about-style3__content .sec-title .strong-text {
        font-size: 16px;
    }
}

.about-style3__content p {
    color: #fff;
    font-size: 16px;
}

@media (max-width: 600px) {
    .about-style3__content p {
        font-size: 15px;
        text-align: left;
    }
}

.about-style3__content ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.about-style3__content ul li {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    float: left;
    border-right: 1px solid #cad7cf;
}

.about-style3__content ul li:last-child {
    border-right: none;
    padding-left: 50px;
}

.about-style3__content ul li span:before {
    position: relative;
    display: inline-block;
    left: 1px;
    color: var(--thm-primary);
    font-size: 20px;
    line-height: 20px;
}

.about-style3__content ul li h3 {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 5px 0 8px;
}

.about-style3__content ul li p {
    margin: 0;
}

.about-style3__content .text {
    position: relative;
    display: block;
    padding-top: 29px;
}

.about-style3__content .text p {
    margin: 0;
    font-size: 17px;
    text-align: justify;
    color: #ccc;
}


.about-style3__content .author-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 43px;
    margin-left: 5px;
}

.about-style3__content .author-box .img-box {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.about-style3__content .author-box .img-box::before {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid var(--thm-primary);
    border-radius: 50%;
    content: "";
}

.about-style3__content .author-box .img-box img {
    width: 100%;
    border-radius: 50%;
}

.about-style3__content .author-box .title {
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-style3__content .author-box .title h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

.about-style3__content .author-box .title span {
    color: var(--thm-base);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font-2);
}

.fa-icon-primary{
    color: var(--thm-base);
}






.about-overlay-accent{
    padding:60px 20px;
    color: #fff;
}

.about-wrapper {
    display: flex;
    justify-content: center;
    /* position: relative; */
}

.about-section-inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0px;
    flex-wrap: nowrap;
}

.about-image-wrapper{
    position: relative;
    width: 55%;
    max-width: 500px;
    /* width: 500px; */
    /* display:inline-block;
    max-width: 800px;
    width: 100%; */
    border-radius: 12px;
    flex-shrink: 0;
}

.about-image-wrapper img{
    display: block;
    width: 100%;
    height: 550px;
    position: relative;
    z-index: 2;
    border-radius: 12px;
    object-fit: cover;
}

.image-overlay-accent{
    position: absolute;
    left: -45px;
    bottom: 150px;
    width: 80%;
    height: 80%;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--thm-primary) 0%, #fff 60%, var(--thm-base) 100%);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
    z-index:1;
}

.about-content-box {
    /* position: absolute;
    bottom: 0px;
    left: 85%; */
    /* right: -20px; */
    /* width: 500px; */
    /* transform: translateX(-25%); */
    width: 80%;
    max-width: 600px;
    background: rgba(244,196,48,0.95);
    background: #fff;
    /* background: rgba(255, 249, 220, 0.95);
    background: linear-gradient(135deg, #fffbe6 0%, #fff 60%, #fef3c7 100%); */
    /* background: linear-gradient(to right, #fff5f5 0%, #fffbe6 50%, #ffffff 100%); */
    margin-left: -55px;
    color: #111;
    padding: 24px;
    border-radius: 12px;
    z-index: 3;
    box-shadow: 0 6px 20px rgba(0,0,0,0.35);
}

.about-content-box h2 {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
}

.about-content-box .sec-title .sub-title h3.text-theme-color {
    color: #111;
    font-size: 14px;
    margin: 0 0 6px;
    font-weight: 700;
    letter-spacing: 1px;
}

.about-content-box .sec-title .hero-title {
    font-size: 30px;
    text-transform:capitalize;
}

.about-content-box .sec-title {
    padding-bottom: 0px !important;
}

.about-content-box p {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 16px;
}





@media(max-width: 991px) {
    .about-section-inner {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .about-content-box {
        margin-left: 0;
        margin-top: -90px;
        width: 80%;
        padding: 15px;
        border-radius: 16px;
        box-shadow: 0 6px 20px rgba(0,0,0,0.35);
        background: linear-gradient(135deg, var(--thm-primary) 0%, #fff 60%, var(--thm-base) 100%);
        background: #fff;
    }
    .about-image-wrapper {
        width: 100%;
    }
    .about-image-wrapper img {
        height:  auto;
    }
    .image-overlay-accent {
        display: none;
    }
    .about-content-box p {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .about-content-box {
        width: 100%;
        padding: 10px;
    }
    .about-style3-area {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .about-style3-area.career {
        padding-bottom: 30px;
    }
}




/* Initial hidden states */
.about-image-wrapper,
.about-content-box {
    opacity: 0;
    transition: all 1s ease;
}

.about-image-wrapper {
    transform: translateX(-120px); /* comes from left */
}

.about-content-box {
    transform: translateX(120px); /* comes from right */
}

/* Active state (when in view) */
.about-section-inner.active .about-image-wrapper,
.about-section-inner.active .about-content-box {
    opacity: 1;
    transform: translateX(0);
}

.about-image-wrapper {
    transition-delay: 0.1s;
}
.about-content-box {
    transition-delay: 0.3s;
}










.custom-about-section {
    position: relative;
    padding: 120px 0;
    background: #272727;
    overflow: visible;
}

.about-wrapper-custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-image-container {
    position: relative;
    width: 55%;
    /* max-width: 50%; */
    margin-right: 0;
}

.about-image-container img.about-image {
    display: block;
    width: 70%;
    height: auto;
    border-radius: 10px;
    opacity: 0;
    transform: translateX(-100%) scale(1);
    transition: all 0.6s ease-out;
}

.about-image-container.aos-animate img.about-image {
    transform: translateX(0) scale(1);
    opacity: 1;
}

.top-left-border, .left-border {
    position: absolute;
    background: linear-gradient(135deg, var(--thm-primary) 0%, #fff 60%, var(--thm-base) 100%);
    border-radius: 4px;
    z-index: 2;
}

.top-left-border {
    top: -38px;
    left: 58px;
    width: 170px;
    height: 8px;
}

.left-border {
    top: -38px;
    left: 58px;
    width: 8px;
    height: 28%;
}

.bottom-right-overlay {
    position: absolute;
    bottom: -6%;
    right: 10%;
    width: 400px;
    height: 500px;
    background: linear-gradient(135deg, var(--thm-primary) 0%, #fff 60%, var(--thm-base) 100%);
    border-radius: 4px;
    z-index: -1;
}

.about-content-container {
    width: 45%;
    /* max-width: 45%; */
    color: #fff;
    padding-left: 0;
    position: relative;
    z-index: 2;
}

.about-content-container .sec-title .sub-title h3 {
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff !important;
    /* margin-bottom: 10px; */
    text-transform: uppercase;
}

.about-content-container .sec-title {
    padding-bottom: 20px;
}

.about-content-container p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #ccc;
}
.about-content-container p strong {
    color: var(--thm-base);
    font-weight: 600;
}


@media (max-width: 1100px) {
    .about-wrapper-custom {
        flex-direction: column !important;
        align-items: center !important;
    }
    .about-image-container{
        width: 100% !important;
        margin: 20px 0 60px !important;
        max-width: 100% !important;
    }
    .about-content-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0;
        /* text-align: center; */
        margin-top: 10px
    }
    .sec-title .hero-title {
        font-size: 32px;
    }
    .about-content-container p {
        font-size: 15px;
    }
    .about-content-container::before,
    .sec-title .hero-title::after {
        display: none;
    }
    .about-image-container img.about-image {
        width: 80% !important;
        height: 80% !important;
    }
    .bottom-right-overlay {
        bottom: -6%;
        right: 4%;
        width: 550px;
        height: 670px;
    }
    .top-left-border {
        top: -29px;
        left: 36px;
        width: 100px;
        height: 6px;
    }
    .left-border {
        left: 35px;
        width: 6px;
        top: -25px;
        height: 130px;
    }
}


@media (max-width: 767px) {
    /* .about-wrapper-custom {
        flex-direction: column;
        align-items: center;
    } */
    .custom-about-section {
        padding: 50px 0 20px;
    }
    .about-image-container{
        width: 100%;
        margin: 20px 0;
    }
    .about-content-container {
        width: 100%;
    }
    .about-image-container img.about-image {
        width: 80%;
    }
    .about-content-container p {
        font-size: 14px;
    }
    .sec-title .hero-title {
        font-size: 28px;
        padding-bottom: 0px !important;
    }
    .sec-title {
        padding-bottom: 20px;
    }
    .bottom-right-overlay {
        bottom: -8%;
        right: 1%;
        width: 270px;
        height: 330px;
    }
    .top-left-border {
        top: -25px;
        left: 5px;
        width: 100px;
        height: 6px;
    }
    .left-border {
        left: 5px;
        width: 6px;
        top: -25px;
        height: 100px;
    }
}


@media (max-width: 320px) {
    .left-border {
        left: -5px;
        top: -40px;
    }
    .top-left-border {
        top: -43px;
        left: -5px;
    }
    .bottom-right-overlay {
        display: none;
    }
}










/* .approach-modern {
    padding: 100px 20px;
    background: linear-gradient(135deg, #1e1e1e, #272727);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.approach-modern::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    filter: blur(100px);
}

.approach-modern .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    text-align: center;
}

.feature-item {
    background: rgba(255,255,255,0.05);
    background: #000;
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
    backdrop-filter: blur(6px);
    border-radius: 0px;
    padding: 20px 25px;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-10px);
    background: rgba(255,255,255,0.08);
    background: linear-gradient(135deg, #fff8dc 20%, #ffeaa7 60%, #fecc52 100%);
    background: linear-gradient(135deg, #fecc52 0%, #fff 100%);
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 70%, #fecc52 100%);
    background: linear-gradient(
        135deg,
        #fecc52 0%,
        #ffffff 50%,
        #fecc52 100%
    );
    box-shadow: 0 12px 30px rgba(0,0,0,0.4);
    border-radius: 5px;
}

.feature-item:hover {
    transform: translateY(-10px);
    background: linear-gradient(
        135deg,
        #fffdf5 0%,
        #fff8dc 50%,
        #ffe07a 100%
    );
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
    border-radius: 8px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #f5b800, #ff9900);
    background: var(--thm-base);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    color: #000;
    box-shadow: 0 3px 8px rgba(245,184,0,0.4);
}

.feature-item:hover .feature-icon {
    background: #000;
    color: var(--thm-base);
}

.feature-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.feature-item:hover h3 {
    color: var(--thm-base);
    color: #000;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 4px rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
}
.feature-item p {
    font-size: 14px;
    line-height: 1.7;
    color: #ccc;
    text-align: justify;
    font-family: var(--thm-font);
}

.feature-item:hover p {
    color: #000;
    color: #333;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
} */







/* Brands Section */
/* .brands-section {
    padding: 70px 0;
    background: #272727;
    text-align: center;
}

.brands-section .sec-title .sub-title h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.brands-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px 40px;
    max-width: 1100px;
    margin: 0 auto;
}

.brands-list span {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.brands-list span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 1px;
    background: #ddd;
}

.brands-list span:hover {
    color: var(--thm-base) !important;
}

.brands-list span::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 40%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: var(--thm-base);
    transition: width 0.3s ease;
}

.brands-list span:hover::before {
    width: 55%;
}

.brands-list span:last-child::after {
    display: none;
} */









.approach-modern-enhanced {
    padding: 100px 20px;
    background-color: #272727;
    color: #fff;
    position: relative;
}

.approach-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 30px;
}

.approach-card {
    background-color: #333;
    border-radius: 15px;
    padding: 60px 25px 30px;
    text-align: center;
    transition: all 0.3s ease;
    flex: 1 1 calc(50% - 30px);
    position: relative;
    overflow: visible;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    margin-top: 30px;
}

.approach-card:hover {
    transform: translateY(-8px);
    background-color: #000;
    box-shadow: 0 8px 25px rgba(0,0,0,0.4);
}

.approach-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f5c518, #f1a40b);
    background:  var(--thm-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(245,197,24,0.5);
    transition: all 0.3s ease;
    cursor: pointer;
}

.approach-icon i {
    color: #000;
    font-size: 32px;
    transition: transform 0.7s ease, color 0.3s ease;
    transform-style: preserve-3d;
}

.approach-card:hover .approach-icon {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 0 6px rgba(245,197,24,0.8);
}

.approach-card:hover .approach-icon i {
    transform: rotateY(360deg);
    color: #fff;
}

.approach-card h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--thm-base);
    margin-top: 15px;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.approach-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #ccc;
    text-align: center;
    transition: color 0.3s ease;
}

.approach-card:hover p {
    color: #fff;
}

@media (max-width: 991px) {
    .approach-card {
        flex: 1 1 calc(50% - 30px);
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .approach-card {
        flex: 1 1 100%;
        margin-top: 60px;
    }
}



@media (max-width: 600px) {
    .approach-modern-enhanced {
        padding: 40px 0 60px;
    }
    .approach-modern-enhanced .sec-title {
        padding-bottom: 20px !important;
    }
    .approach-card,
    .approach-card .approach-icon,
    .approach-card .approach-icon i {
        transition: all 0.5s ease; /* smooth animation */
    }
    .approach-card {
        padding: 50px 25px 20px;
    }
    .approach-card h4 {
        margin-top: 0px;
        font-size: 18px;
        line-height: 1.6;
    }
    .approach-card.active-mobile-hover {
        transform: translateY(-8px);
        background-color: #000;
        box-shadow: 0 8px 25px rgba(0,0,0,0.4);
    }
    .approach-card.active-mobile-hover .approach-icon {
        transform: translateX(-50%) scale(1.1);
        box-shadow: 0 0 6px rgba(245,197,24,0.8);
        width: 60px;
        height: 60px;
        top: -30px;
    }
    .approach-card.active-mobile-hover .approach-icon i {
        font-size: 26px;
        transform: rotateY(360deg);
        color: #fff;
    }
    /* .approach-card .approach-icon {
        width: 60px;
        height: 60px;
        top: -30px;
    }
    .approach-icon i {
        font-size: 26px;
    } */
}


















