/*
Theme Name: Tahrtech
Theme URI: https://codeart.co.in/
Author: Ashly
Author URI: https://codeart.co.in/
Description: A clean starter theme based on Bootstrap
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: SASS, clean, bootstrap
Text Domain: tahrtech
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    scroll-behavior: auto !important;
}

html {
    scroll-behavior: smooth !important;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #842769, #571745);
    border-radius: 10px;
    min-height: 100px;
}

.padding {
    padding: 100px 0;
}

.padding-top {
    padding-top: 100px;
}

.padding-btm {
    padding-bottom: 100px;
}

a {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}


.btn-orange {
    background: #f15a3a;
    border: 1px solid transparent;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.btn-orange:hover {
    background: #fff;
    border: 1px solid #f6f6f680;
    color: #f15a3a;
    box-shadow: 0 4px 14px 2px rgba(255, 255, 255, 0.11);
}

.bg-purple {
    background-color: #571745;
}

.text-orange {
    color: #F15A3A;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.title-div p {
    font-size: 17px;
    line-height: 30px;
    color: #000000cf;
    opacity: 88%;
    width: 90%;
}

.main-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 135%;
}
.main-title span{
    color: #F15A3A;
}
.main-title br{
    display: none;
}
.banner-title h1 span{
    color: #F15A3A;
}




   header {
    position: relative;
    z-index: 3;
}

.desktop-menu .nav-link,
.desktop-menu .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.navbar-brand {
    border: none;
    outline: none;
}

    .navbar-brand img {
        width: 100px !important;
        height: auto !important;
    }
    
    a.nav-link.dropdown-item::before {
    display: none;min
    border: none;
    outline: none;
}
 
    
.desktop-menu .nav-item.dropdown:hover .dropdown-menu,
.desktop-menu .dropdown-menu.show {
    display: block;
    padding: 0;
    border-radius: 5px 5px 15px 15px;
    border-top: 3px solid #F15A3A;
    min-width: fit-content;
    transition: 0.3s ease;
}

.desktop-menu .nav-item.dropdown:hover .dropdown-menu li,
.desktop-menu .dropdown-menu.show li {
    padding: 0 8px;
}

.desktop-menu .nav-link.dropdown-toggle::before {
    display: none;
}

.desktop-menu .nav-link {
    position: relative;
    padding: 8px 0 !important;
    transition: 0.3s ease-in-out;
}

.desktop-menu .nav-link::before {
    transition: 0.3s ease-in-out;
}

.desktop-menu .nav-link::before,
.desktop-menu .nav-link::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    border-radius: 10px 10px 0 0;
    margin: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 2.5px;
    background: #F15A3A;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}

.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link:focus::before {
    width: 95%;
}

.desktop-menu .dropdown-item {
    font-size: 16px !important;
    font-family: 'Poppins';
    padding: 8px 0;
    border-bottom: 1px solid #F15A3A54;
    color: #f15a3a;
    transition: transform 0.3s ease-in;
}

.desktop-menu .dropdown-item:hover {
    color: #f15a3a;
    background: transparent;
}

.desktop-menu .dropdown-menu li:hover {
    background: transparent;
}


.desktop-menu .dropdown-menu li:last-child a {
    border-bottom: none;
    background: transparent;
}

.desktop-menu .dropdown-item.active,
.desktop-menu .dropdown-item:focus {
    background-color: #fff;
    color: #F15A3A !important;
}

.desktop-menu .dropdown-toggle::after {
    position: relative;
    top: 2px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.desktop-menu .dropdown-toggle:hover::after {
    transform: rotate(180deg);
}

.desktop-menu .nav-item.dropdown:hover .dropdown-toggle,
.desktop-menu .nav-link:hover,
.desktop-menu .nav-link:focus,
.desktop-menu .navbar-nav .nav-link.active,
.desktop-menu .navbar-nav .nav-link.show {
    color: #F15A3A !important;
    transition: 0.3s ease-in-out;
}


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


.home-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}
.home-banner > .container-fluid {
    position: relative;
    z-index: 1;
}
.home-banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:  #57174540;
}


section{
    scroll-margin-top: 50px;
}



.home-banner .banner-title h1::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3.5px;
    width: 160px;
    background: #f15a3a;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.home-banner .banner-title h1 {
    font-size: 62px;
    font-weight: 600;
    line-height: 115%;
    position: relative;
    padding: 20px 0;
}

.border-btm {
    position: relative;
    padding-bottom: 20px;
}

.border-btm::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3.5px;
    width: 160px;
    background: #f15a3a;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.home-banner .banner-right .item {
    background: linear-gradient(45deg, #826e7b 0%, #745a6b 22%, #584050bd 50%, #7a6172c7 78%, #8c7484 100%);
    padding: 25px;
    border-radius: 8px;
    max-width: 90%;
    border: 1px solid #fff;
}

.home-banner .banner-right .item p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.home-banner .banner-right h5 {
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}

.banner-description p {
    color: #fff;
    line-height: 25px;
    font-size: 16px;
}

/* solution sec  */

/* clip path shape css  */
.solution-sec .card-item{
    min-height: 240px;
}
.card-item {
    width: 100%;
    border-radius: 24px;
    position: relative;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    border-right-color: transparent;
    border-bottom-right-radius: revert;

    & .m {
        position: absolute;
        height: 50px;
        width: 65px;
        background-color: #fff;
        bottom: 0;
        right: 0;
        border-top-left-radius: 24px;

        &:before,
        &:after {
            position: absolute;
            content: '';
            width: 24px;
            aspect-ratio: 1;
            background: radial-gradient(circle 24px at top left, #0000 98%, #fff) top left;
        }

        &:before {
            bottom: 0;
            left: -24px;
        }

        &:after {
            right: 0;
            top: -24px;
        }
    }
}



.hover-effect {
    position: relative;
    overflow: hidden;
}

.hover-effect::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -150%;
    width: 150%;
    height: 150%;
    background: linear-gradient(155deg,
            rgba(250, 250, 250, 0) 0%,
            rgba(255, 255, 255, 0) 40%,
            rgba(255, 255, 255, 0.089) 50%,
            rgba(255, 255, 255, 0.066) 60%,
            rgba(255, 255, 255, 0.158) 100%);
    opacity: 0;
    pointer-events: none;
    transform: translate(-100%, -100%);
}

.hover-effect:hover::before {
    animation: shine .9s ease forwards;
    opacity: 1;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%);
    }

    100% {
        transform: translate(100%, 100%);
    }
}

.solution-sec .card-item .card-btn {
    position: absolute;
    bottom: 0;
    right: 15px;
    z-index: 2;
    height: 40px;
    width: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #571745;
    color: #571745;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease-in-out, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.solution-sec .card-item .card-btn:hover {
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.112);
    border: 1px solid transparent;
}

.solution-sec .card-item .card-btn::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    box-sizing: border-box;
    transition: transform 0.3s ease;
    margin-right: 3px;
}

.solution-sec .card-item .card-btn:hover::before,
.solution-sec .card-item .card-btn:active::before {
    transform: rotate(-90deg) scale(1.04);
}

.solution-sec .card-item h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 115%;
}

.solution-sec .card-item p {
    font-size: 14px;
    font-weight: 400;
}



/* about sec  */

/* clip path shape css  */
.about-card-item {
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 24px !important;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    border-right-color: transparent;
    border-bottom-right-radius: revert;

    & .b {
        position: absolute;
        height: 150px;
        width: 150px;
        background-color: #fff;
        bottom: 0;
        left: 0;
        border-radius: 0 24px;

        &:before,
        &:after {
            position: absolute;
            content: '';
            width: 24px;
            aspect-ratio: 1;
            background: radial-gradient(circle 24px at top right, #0000 98%, #fff) top right;

        }

        &:before {
            bottom: 0;
            right: -24px;
        }

        &:after {
            left: 0;
            top: -24px;
        }
    }


    & .t {
        position: absolute;
        height: 300px;
        width: 150px;
        background-color: #fff;
        top: 0;
        right: 0;
        border-radius: 0 24px;

        &:before,
        &:after {
            position: absolute;
            content: '';
            width: 24px;
            aspect-ratio: 1;
            background: radial-gradient(circle 24px at bottom left, #0000 98%, #FFE) bottom left;

        }

        &:before {
            top: 0;
            left: -24px;
        }

        &:after {
            right: 0;
            bottom: -24px;
        }
    }


}

.about-card-item .shape1 {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background: #FCD6CB;
    border-radius: 24px;
    z-index: 2;
    opacity: 57%;
}

.about-card-item .shape2 {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 90%;
    height: 95%;
    background: #8D6A99;
    border-radius: 24px;
    z-index: 2;
    opacity: 30%;
}


/* team sec  */
.team-card-item {
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 24px !important;
    padding: 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    overflow: hidden;
    border-right-color: transparent;
    border-bottom-right-radius: revert;

    & .b {
        position: absolute;
        height: 85px;
        width: 90px;
        background-color: #571745;
        bottom: 0;
        left: 0;
        border-radius: 0 24px;

        &:before,
        &:after {
            position: absolute;
            content: '';
            width: 24px;
            aspect-ratio: 1;
            background: radial-gradient(circle 24px at top right, #0000 98%, #571745) top right;

        }

        &:before {
            bottom: 0;
            right: -24px;
        }

        &:after {
            left: 0;
            top: -24px;
        }
    }


    & .t {
        position: absolute;
        height: 125px;
        width: 75px;
        background-color: #571745;
        top: 0;
        right: 0px;
        border-radius: 0 24px;
        z-index: 1040;

        &:before,
        &:after {
            position: absolute;
            content: '';
            width: 24px;
            aspect-ratio: 1;
            background: radial-gradient(circle 24px at bottom left, #0000 98%, #571745) bottom left;

        }

        &:before {
            top: 0;
            left: -24px;
        }

        &:after {
            right: 0;
            bottom: -24px;
        }
    }


}

.team-card-item .shape1 {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 90%;
    height: 90%;
    background: #c37e7f;
    border-radius: 20px;
    z-index: 2;
}

.team-card-item .shape2 {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    width: 89%;
    height: 93%;
    background: #7e4d70;
    border-radius: 20px;
    z-index: 2;
}


.team-sec .team-inner {
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 30px;
    max-width: 93%;
    position: relative;
    padding: 60px;
}

.team-sec .team-inner::before {
    position: absolute;
    content: '';
    top: -9%;
    left: -6%;
    width: 35%;
    height: 118%;
    border: 15px solid #B397AB;
    z-index: -1;
}

.team-sec .team-inner h4 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0.2px;
}

.team-sec .team-inner .team-content p {
    font-size: 18px;
    color: #fff;
    line-height: 150%;
    opacity: 70%;
}

.mail-btn img {
    width: 15px;
}

.mail-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    gap: 10px;
    font-weight: 500;
}

.mail-btn svg path {
    transition: 0.4s ease;
}

.mail-btn:hover {
    color: #F15A3A;
}

.mail-btn svg {
    transition: transform 0.3s ease-in-out;
}

.mail-btn:hover svg {
    transform: rotate(-45deg);
}

.team-sec .sq-shape {
    position: absolute;
    content: "";
    right: 40px;
    top: 40px;
    width: 17%;
    height: 83%;
    border: 10px solid #B397AB;
    border-left: 0;
}



/* home testimonial-sec  */

.home-testimonial #testimonialSwiper .swiper-wrapper{
    padding-bottom: 10px;
}

.home-testimonial .testimonial-slide {
    border: 1px solid #ABABAB;
    border-top: 6px solid #ABABAB;
    border-radius: 15px;
    padding: 25px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home-testimonial .testimonial-slide .testi-description p {
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    opacity: 70%;
    line-height: 150%;
}

.home-testimonial .testi-image-div img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.home-testimonial .name-div h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 0;
    color: #000;
    opacity: 90%;
}

.home-testimonial .name-div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 10px;
}

.home-testimonial .name-div h6 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    opacity: 60%;
}

.home-testimonial .testimonial-slide.swiper-slide-next,
.home-testimonial .testimonial-slide.swiper-slide-active {
    transition: margin-top 0.4s ease-in-out;
}

.home-testimonial .testimonial-slide.swiper-slide-next {
    border-color: #F15A3A;
    margin-top: -5px;
}


/* home case studies  */
.home-case-studies .item-btn::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    box-sizing: border-box;
    transition: transform 0.3s ease;
    margin-right: 3px;
}

.home-case-studies .item-btn:hover::before,
.home-case-studies .item-btn:active::before {
    transform: rotate(-75deg);
}

.home-case-studies .title h5 {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.home-case-studies .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-case-studies .item .content {
    min-height: 150px;
    padding: 20px;
}

.home-case-studies .item .content .item-btn {
    background: #fff;
    color: #1a1a1a;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-case-studies .item .content .item-btn:hover {
    box-shadow: 0 1px 10px #ffffff9e;
}

.home-case-studies .content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #fff;
    margin-top: 10px;
    max-width: 90%;
}

.home-case-studies .item img {
    border-radius: 0 95px 0 0;
}

.home-case-studies .item {
    border-radius: 0 95px 10px 10px;
    position: relative;
    overflow: hidden;
}



.home-case-studies .case-studies-btn {
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px transparent;
}

.home-case-studies .case-studies-btn:hover {
    border: 1px solid #f15a3a;
    background: #fff;
    color: #f15a3a;
    box-shadow: 0 3px 10px #32211d17;
    transform: scale(1.02);
}

/* home mile stone sec  */
.milestone-sec .title-div h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 150%;
    margin-top: 15px;
    margin-right: 15px;
}

.milestone-sec .title-div .img-div {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.milestone-sec .left-div {
    max-width: 80%;
    padding: 25px;
    background: #B397AB;
    border-radius: 10px;
}

.milestone-sec .left-div img {
    max-width: 175px;
    height: 190px;
    border-radius: 10px;
    margin: auto;
    display: flex;
}

.milestone-sec .left-div h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 140%;
}

.milestone-sec .left-div .emloyee-detail h6 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.milestone-sec .left-div .emloyee-detail p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.milestone-sec .emloyee-detail {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 18px;
}

.milestone-sec .left-div::before {
    position: absolute;
    content: '';
    right: 0;
    top: 7%;
    height: 85%;
    width: 4px;
    background: #B397AB;
    opacity: 22%;
}


.milestone-sec .right-div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 90%;
    margin-left: auto;
}

.milestone-sec .right-div ul li {
    width: calc(20% - 15px);
    box-sizing: border-box;
}

.milestone-sec .right-div ul li {
    position: relative;
    pointer-events: all;
}

.milestone-sec .right-div ul li::before {
    position: absolute;
    content: '+';
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #57174591, transparent);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.milestone-sec .right-div ul li:hover::before {
    opacity: 1;
}

.milestone-sec .right-div ul li img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.milestone-sec .right-divarticle.ti-widget-card {
    background: transparent !important;
}
.milestone-sec .ti-widget[data-wkey="feed-instagram"][data-style=custom-style][data-widget-type=social] .ti-widget-card[data-card-type="2"] {
    border-radius: 10px !important;
    border: 1px solid #815474 !important;
}

.milestone-sec .right-div .ti-card-media {
     background: transparent !important;
    border-radius: 5px !important;
}
main.ti-card-body {
     background: transparent !important;
    border-radius: 5px !important;
}

 
.milestone-sec .right-div footer.ti-widget-footer {
    display: none !important;
}
.milestone-sec .right-div .ti-widget[data-wkey="feed-instagram"][data-style=custom-style][data-widget-type=social] .ti-widget-card[data-card-type="1"] {
   
    max-height: 185px;
    max-width: 150px;
}





.milestone-sec .left-div::before {
    position: absolute;
    content: '';
    right: 8%;
    top: 10px;
    height: 85%;
    width: 4px;
    background: #B397AB;
    opacity: 22%;
}

.milestone-sec .right-div .ti-card-media {
    position: relative;
     
}
.milestone-sec .right-div .ti-card-media::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(32deg, #57174540, transparent);
    z-index: 2;
    border-radius: 10px;
}


@media(max-width: 767px){
    
.home-banner::before {
    background: #57174561 !important; 
}

    
    .milestone-sec .right-div {
    display: block !important;
}
.milestone-sec .right-div .ti-widget[data-wkey="feed-instagram"][data-style=custom-style][data-widget-type=social] {
    margin-bottom: 0 !important;
}
.milestone-sec .right-div  .ti-widget[data-wkey="feed-instagram"][data-col="5"] .ti-layout-item {
    flex: 0 0 calc(100% / 4);
    width: calc(100% / 4);
    height: fit-content;
}
.milestone-sec .right-div .ti-post-content {
    padding: 5px !important;
}

.milestone-sec .right-div .ti-post-meta {
    display: none !important;
}
.milestone-sec .right-div .ti-profile-details {
    display: none !important;
}
.milestone-sec .right-div .ti-platform {
    margin: 0 auto !important;
    display: flex;
    align-items: center;
    justify-content: center !important;
    width: auto;
}
}

@media(min-width: 1200px){
    .milestone-sec .left-div {
    height: 90% !important;
}
}


@media(min-width: 768px) and (max-width: 991px){
    .ti-widget[data-wkey="feed-instagram"][data-col="5"] .ti-layout-item {
    flex: 0 0 calc(100% / 4) !important;
    width: calc(100% / 4) !important;
}
}



@media(min-width: 768px) and (max-width: 1199px){
    
        .milestone-sec .left-div img {
        height: auto !important;
        max-width: max-content;
    }
    
}

@media(max-width: 991px){
    .milestone-sec .ti-post-meta {
    display: none !important;
}
     .milestone-sec .right-div .ti-card-media::before {
        position: absolute;
        background: linear-gradient(32deg, #bababa94, #e2a3d142);
        content: "+";
      left: auto;
        color: #ffffff;
        width: fit-content;
        height: fit-content;
        padding: 2px 8px;
        border-radius: 50%;
        right: 5px;
        bottom: 5px !important;
        top: auto;
    }

}



/*home directors sec */
.directors-sec{
    background: #5717452B;
}
.directors-sec .item-wrapper .item{
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.directors-sec .item-wrapper .item .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.directors-sec .item-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4%;
}

.directors-sec .item-wrapper .item{
    position: relative;
}


.directors-sec .item-wrapper .item .item-img {
    max-width: 340px;
    max-height: 360px;
    position: relative;
    overflow: hidden;
}


.directors-sec .item-wrapper .item .item-img::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: rgba(87, 23, 69, 0.68);
    border-radius: 8px;
    transition: width 0.5s ease;
}


.directors-sec .item-wrapper .item:hover .item-img::before{
    width: 100%;
}


.directors-sec .item-wrapper .item .item-content{
    position: absolute;
    bottom: 15px;
    left: 20px;
    z-index: 2;
    color: #fff;
    transform: translateY(80px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}


.directors-sec .item-wrapper .item:hover .item-content {
    transform: translateY(0);
    opacity: 1;
}
.directors-sec .item-wrapper .item .item-content span {
    font-size: 16px;
    font-family: 'Poppins';
}
.directors-sec .item-wrapper .item .item-content h5 {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins';
}



@media(min-width: 992px){
    .directors-sec {
    margin-bottom: 100px;
}
}

@media(max-width: 991px){
    header {
    position: relative;
    z-index: 2;
}
}

@media(max-width: 767px){
    .directors-sec .item-wrapper .item .item-content br {
    display: block;
}
.directors-sec {
    margin-bottom: 50px;
}

}

@media(min-width: 768px) and (max-width: 991px){
    .directors-sec {
    margin-bottom: 60px;
}
}

@media(max-width: 480px){
    .directors-sec .item-wrapper .item .item-content span {
    font-size: 15px;
    }
    .directors-sec .item-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2%;
}

.directors-sec .item-wrapper .item .item-img::before {
    height: 115px;
    border-radius: 0 0 8px 8px;
    width: 100%;
}
.directors-sec .item-wrapper .item .item-content{
    transform: translateY(0);
    opacity: 1;
     left: 15px;
}

    .directors-sec .item-wrapper .item .item-img {
    max-width: inherit;
    max-height: initial;
    }
}

@media(min-width: 481px) and (max-width: 767px){
    .directors-sec .item-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3%;
}
}


@media(min-width: 1399px){
    .directors-sec .item-wrapper .item .item-img {
    max-width: 100%;
    max-height: 100%;
}
.directors-sec .item-wrapper .item {
    position: relative;
    max-height: 420px;
}

}

/* -------- footer ---------  */
footer p,
footer a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    opacity: 75%;
    color: #000;
}

footer .logo-div a img {
    max-width: 200px;
}

footer .logo-div a {
    opacity: 100%;
}

footer .list-items h5 {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 20px;
}

footer .list-items li {
    margin: 15px 0;
    transition: transform 0.4s ease-in-out;
}

footer .list-items li:hover {
    transform: translate(5px);
}

footer .list-items li a {
    transition: color 0.4s ease-in-out;
}

footer .list-items li:hover a {
    color: #571745;
    ;
}

.footer-bottom {
    border-top: 1px solid #919eab54;
}

.footer-bottom p {
    opacity: 72% !important;
}

.footer-bottom .center-content p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.footer-bottom p {
    margin-bottom: 0;
}

.footer-bottom .right-content svg {
    font-size: 20px;
}

footer .footer-bottom a {
    transition: color 0.4s ease-in-out;
}

footer .footer-bottom a:hover {
    color: #571745;
    opacity: 100% !important;
}

.footer-bottom .center-content a:hover {
    text-decoration: underline;
}

footer .hiring-badge {
    position: relative;
}


footer .hiring-badge::before {
    position: absolute;
    content: 'Hiring';
    right: -35px;
    top: 0;
    width: 65px;
    height: auto;
    background: #fff1d6;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #B76E00;
    letter-spacing: 0.3px;
    font-weight: 500;
    border-radius: 6px;
}

.fixed-social-icons {
    position: fixed;
    top: 25%;
    right: 20px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    z-index: 9999;
}

.fixed-social-icons.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    z-index: 9999;
}

.fixed-social-icons a {
    background: #fff;
    color: #571745;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 10px 2px #5717452b;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 13px;
}


/* back to top btn */
.back-to-top-btn {
    position: fixed;
    bottom: 50px;
    right: 20px;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    z-index: 9999;
    width: 35px;
    height: 35px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.back-to-top-btn.show {
    opacity: 1;
    transform: translateX(0);
    pointer-events: all;
    z-index: 9999;
}
.back-to-top-btn svg {
    color: #571745;
    font-size: 10px;
}


@media(min-width: 1399px) {
    .container-fluid {
        max-width: 90% !important;
    }

    .navbar-brand img {
        width: 110px;
    }

    .desktop-menu .nav-item {
        padding: 0 10px;
    }

    .about-sec .image-div {
        max-height: 500px;
    }
}

@media(min-width: 1199px) and (max-width: 1398px) {
    .about-sec .image-div {
        max-height: 550px;
    }
}

@media(min-width: 992px) {
    .title-div p {
    width: 90%;
}
.title-div p br{
    display: none;
}
    
    .container-fluid {
        max-width: 95%;
    }

    .navbar-brand img {
        width: 110px;
    }

    .desktop-menu .nav-item {
        padding: 0 10px;
    }
    .desktop-menu .dropdown-toggle::after {
    position: relative;
    top: 2px;
    margin-left: 6px;
    transition: transform 0.3s ease;
}


.desktop-menu .nav-item.dropdown:hover > .dropdown-toggle::after {
    transform: rotate(180deg);
}


.desktop-menu .nav-item.dropdown.show > .dropdown-toggle::after {
    transform: rotate(180deg);
}

    .solution-sec .card-item p {
        max-width: 80%;
    }

    .solution-sec .row.card-row>.col-12:nth-child(even) {
        margin-top: -90px !important;
    }
}

@media(min-width:768px) {
    .home-banner .banner-right .item {
        max-width: 360px;
    }

    .team-card-item {
        height: 100%;
        min-height: 345px;
    }

    .milestone-sec .title-div h6 {
        margin-top: 10px;
        padding-right: 48px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

}


@media(min-width:992px) and (max-width:1198px) {
    .milestone-sec .title-div h6 {
        font-size: 16px;
    }

    .right-div ul li {
        width: calc(20% - 15px);
        box-sizing: border-box;
    }

    .right-div ul li img {
        width: 105px;
        max-width: 120px;
        height: 165px;
        object-fit: cover;
    }
}

@media(max-width: 991px) {
    .about-card-item {
        height: 75vh;
    }

    .right-div ul {
        gap: 8px;
    }

    .right-div ul li {
        width: calc(27% - 14px);
    }

    .right-div ul li img {
        width: 100%;
        height: 105px;
        object-fit: cover;
        display: block;
    }

    nav.navbar.navbar-expand-lg.bg-transparent {
        position: absolute !important;
        width: 100% !important;
    }

    .mobile-menu .navbar-toggler-icon {
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
        background-attachment: #fff;
    }

    button.navbar-toggler {
        background: transparent;
        border: 1px solid #ffffff69 !important;
        padding: 3px 8px;
    }

    button.navbar-toggler:focus {
        outline: none;
        border: none;
        box-shadow: none;
    }

    .mobile-menu .navbar-toggler-icon img {
        width: 60%;
        max-width: 80px !important;
    }

    .mobile-menu .offcanvas-title img {
        max-width: 130px;
    }

    .mobile-menu .offcanvas-header {
        border-bottom: 1px solid #57174526;
        background: linear-gradient(87deg, #571745, #60204ee0);
    }

    .mobile-menu .offcanvas-header button {
        color: #ffffff;
        width: 40px;
        height: 35px;
        display: flex
;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        border: 1px solid #ffffff8f !important;
        border-radius: 5px;
    }

    .mobile-menu .offcanvas-header {
        justify-content: space-between;
        margin: 0 !important;
        padding: 0 10px 0 0;
    }

    .mobile-menu a.nav-link.dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .mobile-menu li.nav-item {
        padding: 10px 15px;
        margin-bottom: 0px;
        border-bottom: 1px solid #57174536;
        position: relative;
    }
    .mobile-menu .offcanvas-body {
        padding: 0;
    }

    .mobile-menu a.nav-link {
        font-size: 16px;
        font-weight: 500;
    }

    .mobile-menu .dropdown-toggle::after {
        transform: rotate(-90deg);
        color: #571745;
        transition: transform 0.3s ease-in-out;
    }

    .mobile-menu .dropdown-menu.show {
        position: static;
        transform: translateY(12px);
        border: none;
        background: #57174517;
        padding: 10px;
        border-bottom: 0 !important;
        border-radius: 10px;
        margin-bottom: 10px;
        transform: translateY(0);
    }

    .mobile-menu .dropdown-item {
        padding: 8px 8px 5px;
        background: transparent;
        font-size: 15px;
        font-weight: 400;
        transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
    }

    .mobile-menu .dropdown-item:hover {
        background: transparent;
        color: #571745;
        transform: translateX(5px);
    }

    a.nav-link.dropdown-toggle.show::after {
        transform: rotateY(45deg);
    }

}



@media(min-width:768px) and (max-width: 991px) {
    .padding {
        padding: 60px 0;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-btm {
        padding-bottom: 60px;
    }

    .home-banner .banner-title h1 {
        font-size: 48px;
    }

    .team-sec .team-inner {
        padding: 25px;
        max-width: 95%;
    }

    .team-sec .team-inner::before {
        top: -30px;
        left: -30px;
        width: 30%;
        height: 113%;
    }

    .team-sec .team-inner h4 {
        font-size: 28px;
    }

    .team-sec .team-inner::before {
        top: -35px;
        left: -7%;
        width: 35%;
        height: 115%;
    }
}

@media(max-width: 767px) {
    .padding {
        padding: 50px 0;
    }

    .padding-top {
        padding-top: 50px;
    }

    .padding-btm {
        padding-bottom: 50px;
    }

    p {
        margin-bottom: 0;
    }

    h4 {
        font-size: 22px;
    }

    .home-banner .banner-title h1 {
        font-size: 44px;
    }

    .home-banner .banner-right .item p {
        margin-bottom: 0;
    }


    .about-card-item .t {
        height: 45% !important;
        width: 30% !important;
    }

    .about-card-item .b {
        position: absolute;
        height: 30%;
        width: 35%;
    }

    .about-sec .about-card-item {
        height: 60vh !important;
    }

    .team-sec .team-inner::before {
        display: none;
    }

    .team-sec .sq-shape {
        left: 20px;
        bottom: 20px !important;
        top: inherit;
        width: 65px;
        height: 65px;
        border: 8px solid #B397AB;
        border-right: 0;
        border-top: 0;
    }

    .team-content {
        position: relative;
    }

    .team-content::before {
        position: absolute;
        content: '';
        top: -20px;
        right: 0px;
        border: 8px solid #b397ab;
        width: 65px;
        height: 65px;
        border-left: 0;
        border-bottom: 0;
    }

    .team-card-item {
        width: 95% !important;
        margin-left: auto;
    }

    .team-sec .team-inner {
        padding: 40px 20px;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

    .team-sec .team-inner h4 {
        font-size: 25px;
    }


    .home-testimonial .testimonial-slide.swiper-slide-active {
        border-color: #F15A3A;
        margin-top: auto !important;
    }

    .home-testimonial .testimonial-slide {
        min-height: 300px;
    }


    .milestone-sec .title-div h6 {
        font-size: 16px;
    }

    .milestone-sec .left-div {
        max-width: 90%;
        margin: auto;
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .milestone-sec .right-div ul {
        gap: 8px;
        margin: auto;
        margin-top: 20px;
    }

    .milestone-sec .left-div img {
        max-width: 160px;
        height: 160px;
        border-radius: 50%;
    }

    .milestone-sec .right-div ul li {
        width: calc(27% - 16px);
    }

    .milestone-sec .left-div::before {
        bottom: 0;
        left: 50px;
        height: 5px;
        width: 80%;
        top: inherit;
    }

    .milestone-sec .emloyee-detail,
    .milestone-sec .left-div h5 {
        text-align: center;
    }

    .milestone-sec .insta-div .img-div {
        width: 30px;
        height: 30px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .milestone-sec .insta-div h6 {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        line-height: 150%;
        margin-top: 15px;
        margin-right: 15px;
    }

    .fixed-social-icons {
        right: 8px;
        bottom: 50%;
        top: inherit;
        gap: 10px !important;
    }
    .fixed-social-icons a {
        width: 30px;
        height: 30px;
    }

    .footer-bottom p a {
        font-size: 14px !important;
        margin-bottom: 6px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 6px;
        align-items: flex-start !important;
    }
    .back-to-top-btn {
        position: fixed;
        bottom: 20px;
        right: 10px;
    }
    
    .solution-sec .card-item {
        min-height: auto !important;
    }
    
}

@media(max-width: 575px) {
    
    .title-div p {
    font-size: 16px;
    line-height: 28px;
    }
    
    .solution-sec .card-item h4 {
    font-size: 20px;
    }
    
    .main-title {
        font-size: 28px;
    }

    .home-banner .banner-right .item {
        max-width: 100%;
    }

    br {
        display: none;
    }

    .milestone-sec .right-div ul li img {
        height: 110px;
        width: 100%;
    }

    .milestone-sec .left-div h5 {
        text-align: center;
    }

    .milestone-sec .emloyee-detail {
        text-align: center;
    }

    .milestone-sec .left-div {
        max-width: 100%;
    }

    .milestone-sec .right-div ul {
        width: 100%;
    }

    .milestone-sec .left-div::before {
        bottom: 0;
        left: 32px;
    }

    .milestone-sec .insta-div .img-div {
        width: 25px;
        height: 25px;
        padding: 14px;
    }

    .milestone-sec .insta-div .img-div img {
        width: 15px;
        height: 15px;
    }

    footer .list-items h5 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    footer .list-items li {
        margin: 10px 0;
    }

    footer .hiring-badge::before {
        right: -50px;
    }

    footer p, footer a {
        font-size: 15px;
    }

}

@media(min-width: 576px) and (max-width:991px) {
    .main-title {
        font-size: 35px;
    }
}

@media(max-width: 399px) {
    .milestone-sec .title-div h6 {
        font-size: 15px;
    }
}




/* ------ case-studies page -----  */

.inner-page-menu .navbar {
    background: radial-gradient(circle at top center, #571745c7 0%, #571745 70%);
    padding: 0;
}



.case-studies-page .bread-crumb h6 {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 5px;
}
.case-studies-page .bread-crumb a:hover {
    color: #571745;
}
.case-studies-page .bread-crumb h6 span svg {
    font-size: 12px;
    color: #571745;
}
.case-studies-page .bread-crumb h6, .bread-crumb a {
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    transition: 0.3s ease-in-out;
}


.case-studies-page .case-left {
    flex: 1;
    max-width: 100%;
    padding: 30px;
    border-radius: 10px 0 0 10px;
}
.case-studies-page .case-left h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 100%;
}
.case-studies-page .case-left p{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.case-studies-page .image-div img {
    height: 100%;
    border-top-right-radius: 90px;
}
.case-studies-page .accordion-header {
    position: absolute;
    left: 10px;
    top: -65px;
    background: transparent !important;
}
.case-studies-page .accordion-button{
    background-color: none !important;
    box-shadow: none;
}
.case-studies-page .accordion-item:first-of-type>.accordion-header .accordion-button {
    background-color: transparent;
    box-shadow: none;
}
.case-studies-page .accordion-button::after{
    display: none;
}
.case-studies-page .accordion-button span svg {
    font-size: 14px;
    color: #571745;
    transition: transform 0.3s ease;
  }
  
  .case-studies-page .accordion-button.collapsed svg {
    transform: rotate(180deg); 
  }
  .case-studies-page .accordion-button:not(.collapsed) svg {
    transform: rotate(0deg); 
  }
.case-studies-page .accordion-button span {
    width: 30px;
    height: 28px;
    background: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.case-studies-page .accordion {
    border: none !important;
    --bs-accordion-border-color: transparent !important;
    --bs-accordion-color: var(--bs-body-color);
}
.case-studies-page .accordion-body h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
}
.case-studies-page .accordion-body h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
}
.case-studies-page .accordion-body p, li {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 0;
    color: #000;
}










@media(min-width:992px){
    .case-studies-page .case-item-div {
        min-height: 210px;
    }
   
}

@media(max-width: 767px){
    .case-studies-page .image-div {
        max-width: 170px;
        height: auto;
    }
    .case-studies-page .accordion-body h1 {
        font-size: 28px;
    }
    .case-studies-page .accordion-body h3 {
        font-size: 22px;
    }
    .case-studies-page .accordion-body p, li {
        line-height: 32px;
    }
    .case-studies-page .case-item-div:not(:last-child) {
        margin-bottom: 20px;
    }
    
}

@media(max-width:575px){
    .home-testimonial .testimonial-slide.swiper-slide-next {
    border-color: #F15A3A;
    margin-top: auto !important;
}
    
    .case-studies-page .case-item-div .image-div {
        max-width: 120px !important;
        height: auto;
    }
    .case-studies-page .case-item-div .case-left {
        padding: 18px;
    }
    .case-studies-page .case-left h5 {
        font-size: 18px;
    }
    .case-studies-page .accordion-button span svg {
        font-size: 10px;
    }
    .case-studies-page .accordion-header {
        position: absolute;
        left: 0px;
        top: -42px;
    }
    .case-studies-page .accordion-button span {
        width: 20px;
        height: 20px;
    }
}

@media(min-width:576px) and (max-width:767px){
    .case-studies-page .accordion-header {
        top: -52px;
    }
}