@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.popular-brands-section
{
    padding: 50px 0px;

}
.section-header h2{
    text-align: center;
}
.section-header p{
    text-align: center;
}
.client-img {
    width: 100%;
    height: 100px; /* fixed height */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff980024; /* optional background */
    border: 1px solid #eee; /* optional border */
    padding: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.client-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* ====================== project detail page =========================================*/
.fanfact-section
{
    padding: 5% 55px;
    background: url('../img/why-choose/client-test.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fanfact-section h2{
    color: white;
    font-size: 40px;
}
.fanfact-section span{
    color: white;
    
}
.fanfact-section span{
    color: #ff8800;
    font-weight: bold;
}
.fanfact-item .counter-no
{
    font-size: 48px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-top: 25px;
    color: white;
}
.fanfact-item p{
    font-size: 20px;
    color: white;
}
.fanfact-item .counter-no:before
{
    background-color: #F12C15;
    bottom: 0;
    content: "";
    height: 2px;
    left: -25px;
    position: absolute;
    width: 60px;
}

/* ================================================= our Team Section ================================== */
.our-team-section {
    padding: 5% 20px;
    background: #fff;
}
.our-team-section h2{
    font-size: 45px;
    color: #00b8e1;
}
.our-team-section span{
    color: #ff8800;
    font-weight: bold;
    font-size: 25px;

}

.our-team-section .row > .col-12.col-sm-6.col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.our-team-section .img-section img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.our-team-section .content-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
}

.content-section img {
    width: 25%;
    margin: -26px auto 0;
}
.content-section p
{
     display: -webkit-box;
    -webkit-line-clamp: 4; /* Limit to 4 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-section {
    text-align: center;
    margin-top: -30px;
}

.footer-section ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    list-style: none;
    padding: 10px;
    font-size: 20px;
}
.footer-section ul li i{
    color: black;
}

/* ================================================= My Services page ================================== */
.my-services-page {
    padding: 5% 20px;
    background: #fff;
}

.our-services-sec {
    background-image: url(https://www.techasoft.com/debug/img/side-design_reverse.png),
                      url(https://www.techasoft.com/debug/img/side-design_home@3x.png);
    background-position: left 0, right bottom;
    background-repeat: no-repeat;
    background-size: 13%;
}

.our-services-sec h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #062953;
}

.h-line {
    border-bottom: 3px solid #529ff1;
    width: 150px;
    margin: auto;
}

.our-services-sec .card {
    width: 95%;
    background: white;
    padding-top: 25px;
    border: none;
    box-shadow: 1px 0px 5px 0px #8080808f;
    margin-left: auto;
}
.our-services-sec .card .card-body {
       padding-bottom: 30px;
}

.our-services-sec .img-box {
    width: 55px;
    height: 55px;
    background-color: #e8e8e9;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.our-services-sec .card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: #050025;
    margin-top: 15px;
    text-transform: uppercase;
}

.our-services-sec .card-title a {
    color: #050025;
    text-decoration: none;
}

.our-services-sec .card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    color: rgba(5, 0, 37, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* ====================================== Testimonal Page ============================================== */
.client-review
{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: linear-gradient(to top, #02326a, #134d91);
}
.client-review h3
{
    color: #ffffff;
    font-size: 25px;
}
.client-review .owl-carousel
{
    position: relative;
    top: 60px;
}
.client-review .owl-stage-outer
{
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.client-review .owl-stage
{
    transform: translate3d(0px, 0px, 0px);
    transition: 0.25s;
    width: 2180px;
    position: relative;
    touch-action: manipulation;
}
.client-review .card
{
    background: url('../img/clien-review/TESTIMONIAL.svg');
    padding: 12.5px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 18%;
}
.client-review .card .text-right
{
    text-align: right;
}
.user-info
{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;

}
.user-info img
{
   border-radius: 50%;
}
.user-info h4
{
    font-size: 15px;
}
.user-info p
{
    font-size: 13px;
}
.client-review span
{
    text-align: justify;
    font-size: 13px;
}
.client-review i
{
    color: #2d71ce;
}
.client-review .section-title
{
        padding: 20px;
}

/* ================================================== Portfolio Page =========================================== */
.my-portfolio {
    position: relative;
    padding: 10% 20px;
    background: url('../img/portfolio.png') center no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}
.my-portfolio::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Change to desired color and opacity */
    z-index: -1;
}
.my-portfolio h1{
    color: white;
}
.portfolio-page-2
{
    padding: 3% 20px;
    background: white;
}
.portfolio-page-2 h2
{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: #062953;
    text-align: center;
}

.portfolio-page-2 ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.portfolio-page-2 ul li
{
    margin: 0px 15px;
    list-style: none;
}
.portfolio-page-2  .active
{
    background: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%) !important;
    color: #fff !important;
    font-family: "f2";
}
.portfolio-page-2 ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    border: 1px solid #f15722;
    color: #666666 !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
    background-color: #fff;
}

.portfolio-page-2 ul li a:hover {
    background: linear-gradient(45deg, #ff512f 0%, #f09819 51%, #ff512f 100%) !important;
    color: #fff !important;
}
.page-navigate
{

    padding: 5%;
}
.portfolio-card
{
    width: 100%;
    background: #f4f5f9;
    padding: 15px;
}
.portfolio-card .img-sec img{
    border-radius: 15px;
}
.portfolio-card .cont-body {
    margin-top: 15px;
}
.portfolio-card .cont-body p{
    text-align: justify;
}
.portfolio-card .cont-body .read-btn{
    width: 100%;
    background: red;
    padding: 10px;
    color: white;
}



/* ============================================ My Header =================================================== */

.main-header .my-logo
{
    width: 50%;
}
.main-header .my-logo img
{
    width: 25%;
}
.footer-about img
{
    width: 30%;
}

/* ============================================ My Header =================================================== */

/* ============================================ My Responsive Css =================================================== */

@media (max-width: 768px) {
    .main-header .my-logo img {
        width: 50%;
    }

    .my-portfolio {
        padding: 25%;
    }
}

@media (max-width: 480px) {
    .main-header .my-logo img {
        width: 80%; 
    }
}


