.page-template-template-home-php header.header-section.small-header,.page-template header.header-section.small-header,.page-template header.header-section{
    background-color: #000C3E;
}
.page-template-template-home-php header.header-section{
    background-color: unset;
}


/**  inner-banner   **/

.inner-banner {
    margin-top: 97px;
    padding: 150px 0; 
    background-size: cover;
    background-position: left bottom;
}

.inner-banner .banner-title {
    position: relative;
    margin: 30px 0;
    font-size: 96px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

.inner-banner .banner_content p{
    color: #fff;
}
.small-text{
    display: inline-flex;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    background-color: #FFFFFF0D;
    padding:5px 15px;
    border-radius: 5px;
    backdrop-filter: blur(4.5px)
}
/*************************************************** */

.solution-sec{

}
.solution-cards{
        background-color: #0038C6;
        padding: 25px 30px;
        border-radius:30px ;
        backdrop-filter: blur(137.10000610351562px)

    }
.single-image-wrap img{
    border-radius: 20px;
}
.solution-cards p{
    color: #fff;
}
.solution-cards .blue-btn {
    color: #000;
    background-color: #CFE4FD;
}
.solution-cards .blue-btn::before{
    display: none;
}
.solution-cards .blue-btn:hover {
    background-color: transparent;
    color: #CFE4FD;
    outline: 2px solid #CFE4FD;
}

.menu-ul{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.menu-ul li{
    padding: 0 20px;
    border-right: 1px solid #E6E6E6;
    line-height: 1;
}
.menu-ul li a{
    font-size: 18px;
}
.menu-ul li:last-of-type{
    border-right: 0;
}

.right_img_left_content_sec .left-content{
    max-width: 730px;
}

.benefit_sec{
    background-color: #FFF4FA;
}
.benefit_sec .right-content ul li,.choose_sec .right-content ul li{
    font-size: 18px;
    padding: 0px;
    position: relative;
}
.benefit_sec .right-content ul li::before,.choose_sec .right-content ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 20px;
    display: inline-block;
    
}


.video-wrap-content {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 20px;
}
.video-content a {
    position: relative;
    display: block;
}
.video-content a img {
    width: 100%;
    border-radius: 20px;
}

.video-content .play-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 0px;
    border: 0px;
    border-radius: 50%;
    background-color:transparent;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 54%;
    transition: 1s;
    left: 0;
    top: 0;
    margin: auto;
}

.capabilities-slide-sec{
    overflow-x: hidden;
}

#capabilitiesSlider.owl-loaded ,#testSlider.owl-loaded,#testiSlider.owl-loaded{
    display: flex;
    flex-direction: column;
}
#capabilitiesSlider .owl-stage,#capabilitiesSlider .owl-item,#testSlider .owl-stage,#testSlider .owl-item,#testiSlider .owl-stage,#testiSlider .owl-item{
    display: flex;
    
}
#capabilitiesSlider .item,.spotlight-sec .item {
    background-color: #0077FF2E;
    border-radius: 30px;
    display: flex;
    height: 100%;
}
#capabilitiesSlider .item .capabilities-detail-item{
    flex: 1;
}

#capabilitiesSlider.owl-carousel .owl-stage-outer{
    width: 2000px;
    height: 100% !important;
}

#capabilitiesSlider.owl-carousel .owl-nav .owl-next, #capabilitiesSlider.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    height: 34px;
    width: 34px;
    font-size: 0px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
    opacity: 1;
    border-radius: 0;
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#capabilitiesSlider.owl-carousel .owl-nav .owl-next{
    right: 0px;
    background-image: url(/wp-content/themes/hanzo/assets/img/next-icon.svg);
    /* background-image: url(../img/next-icon.svg); */
    background-position: center;
}
#capabilitiesSlider.owl-carousel .owl-nav .owl-prev{
    left: 0;
    background-image: url(/wp-content/themes/hanzo/assets/img/next-icon.svg);
    /* background-image: url(../img/next-icon.svg); */
    background-position: center;
    transform: rotate(180deg);
}
#capabilitiesSlider.owl-carousel .owl-nav .owl-next:hover, #capabilitiesSlider.owl-carousel .owl-nav .owl-prev:hover {
    opacity: 0.3;
    cursor: pointer;
}
#capabilitiesSlider.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: left;
    display: flex;
    gap: 10px;
}
.capabilities-detail-item,.spotlight-detail-item{
    padding: 40px 30px;
}
.capabilities-icon {
    width: 95px;
}
.spotlight-icon{
    height: 82px;
}
.spotlight-icon img{
    object-fit: contain;
    width: auto;
}
.capabilities-name,.benefit-name, .spotlight-name,.benefit_sec .right-content h4{
    font-size: 32px;
    font-weight: 600;
}

.industry-support-section {
    background: linear-gradient(180deg, #E82280 0%, #0826A1 100%);
    
}

.industry-main-heading {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}

.industry-grid {
    display: grid;
    row-gap: 40px;
    column-gap: 20px;
    /* max-width: 1200px;
    margin: 0 auto; */
}

.industry-card {
    background: #fff;
    border-radius: 30px;
    padding: 25px;
}

.industry-card:first-child {
    grid-row: 1/3;
    grid-column: 1/2;
}

.industry-card:nth-child(2) {
    grid-column: 3/6;
    grid-row: 1/2;
}
.industry-grid .industry-card:nth-child(3){
    grid-column: 3/4;
}
.industry-grid .industry-card:nth-child(4) {
    grid-column: 5/6;
}

.card-image img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.title-heading{
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 12px;
}
.card-heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 12px;
}

.card-content {
    margin-bottom: 15px;
}

.trusted-label,.logo-wrap {
    font-weight: 600;
    font-size: 20px;
}

.logo-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 18px;
}

.logo-wrap img {
    width: auto;
    object-fit: contain;
}

.faq-accordion-content {
    border-radius: 5px;
    width: 100%;
    position: relative;
    background: transparent;
    padding: 0;
    border: none;
}
.faq-accordion-content .accordion-item {
    margin-top: 30px;
    border-radius: 30px;
    border: none;
    padding: 0;
    background: #CBDFF9;
}
.faq-accordion-content .accordion-item:first-child {
    margin: 0;
}

.faq-accordion-content .accordion-item .accordion-header {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
}

.faq-accordion-content .accordion-item .accordion-header .accordion-button {
    border: none;
    background: ;
    outline: none !important;
    box-shadow: none;
    font-size: 28px;
    font-weight: 600;
    color: ;
    padding: 30px;
    line-height: normal;
    border-radius: 30px;
}
.faq-accordion-content .accordion-item .accordion-collapse {
    border: ;
    border-top: none;
    border-radius: 0 0 30px 30px;
    background: ;
    padding: 30px;
    padding-top: 0;
    color: ;
}
.faq-accordion-content .accordion-item .accordion-body{
    border: none;
    padding: 0;
    border-radius: 0;
    padding-top: 0;
    padding-right: 16px;
}
.faq-accordion-content .accordion-item .accordion-body p:last-child {
    padding: 0;
    margin: 0;
}
.faq-accordion-content .accordion-item .accordion-button:after{
    content: '';
    height: 15px;
    width: 15px;
    border-bottom: 2px solid #171717;
    border-right: 2px solid #171717;
    transform: rotate(-45deg);
}
.faq-accordion-content .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(45deg);
}

.description_sec{
    background-color: #DD2281;
}


.testi-slide-sec{
    background-image: url(/wp-content/themes/hanzo/assets/img/testi-bck.jpg);
    background-size: cover;
    overflow-x: hidden;
}
#testSlider .item{
    background-color: #D1E6FF;
    border-radius: 20px;
    padding: 30px 40px;
}
.texti-icon{
    max-width: 114px;
    max-height: 87px;
}
.botom-img{
    max-width: 45px;
    max-height: 16px;
}
.testi-name p{
    font-weight: 600;
    margin-bottom: 0px;
}
.testi-text{
    font-size: 14px;
    margin-bottom: 0px;
}
#testSlider.owl-carousel .owl-stage-outer{
    width: 2000px;
    height: 100%;
}

.trusted_section .content p{
    max-width: 814px;
    justify-self: center;
}
.trusted-img{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}


.blog-card{
    background-color: #EBF4FF;
    border-radius: 30px;
    padding: 30px 30px 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    backdrop-filter: blur(137.10000610351562px);
}
.blog-card .blue-btn{
    width: fit-content;
}
.blog-img{
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.bolg-title{
    flex: 1;
}

button.catbtn {
    font-size: 15px;
    line-height: 1;
    background-color: #BEDBFF;
    padding: 8px 15px;
    color: #000;
    text-decoration: none;
    cursor: none;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
}
button.catbtn.bluecat{
    background-color: #0038C6;
    color: #fff;
    border-radius: 0px;
}
.bolg-title a{
    color: #000;
    font-size: 24px;
    font-weight: 600 ;
}

.technology-section,.vision-section{
    background-color: #EBF4FF;
}

.content-list-wrap ul li {
    position: relative;
    padding-bottom: 40px;
    padding-left: 50px;
}
.content-list-wrap ul li:last-of-type{
    padding-bottom: 0px;
}


.content-list-wrap ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #609bf5;
    z-index: 2;
}
.content-list-wrap ul li::before:nth-child(2) {
    background: #4a86df ;

}
.content-list-wrap ul li::before:last-of-type {
    background: #387BE0 !important;

}


.content-list-wrap ul li::after {
    content: "";
    position: absolute;
    left: 9px;
    top: 28px;
    width: 1px;
    height: calc(100% + 2px);
    background: linear-gradient(
        180deg,
        #73a0e4 0%,
        #387BE0 100%
        
    );
}


.content-list-wrap ul li:last-child::after {
    display: none;
}
.left-content{
    max-width: 585px;
}

.what-if {
    background-image: url(../img/service-bg-section.webp);
    width: 100%;
    position: relative;
}

.together-content{
    padding: 30px 75px 73px;
    background-color:#EBECF0 ;
    border-radius: 20px;
}

.together_section {
    background: linear-gradient(360deg, #FFFFFF 0%, #F0F0F0 100%);
}

.help_section {
    background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);
}


.team-sec{
    background: linear-gradient(180deg, #0F0FAD 0%, #030E3B 100%);
}
.team-card {
    min-height: 475px;
    background-color: #D0E5FE;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
}
.team-card::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 0%, rgba(102, 102, 102, 0) 42.53%);
    z-index: 1;
}
.team-image{
    width: 100%;
}
.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2;
    width: calc(100% - 60px);
}

.team-name .title-heading{
    margin-bottom: 0px;
}
.upper-info{
    line-height: 1;
}
.team-designation{
    font-size: 20px;
}
.team-content{
        height: 0;
    opacity: 0;
    transition: 1s;
}
.team-content p,.team-content ul li,.team-content {
    color: #fff;
    font-size: 18px
}
.team-card:hover .team-info {
    top: 30px;
    bottom: unset;
}
.team-card:hover .team-content{
    height: auto;
    opacity: 1;
}
.team-card:hover::before{
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.25));
}
.team-content ul li{
    padding-bottom: 15px;
    line-height: 1.3;
    list-style: disc inside;
}

.team-content ul li ul li{  
    padding-bottom: 10px;
    line-height: 1;
    list-style: circle inside;
}

.team-content ul li ul{  
    padding-left: 20px;
    margin-top: 8px;
}


.footer-contact-section.white-from-sec {
    background: #fff;
}

.footer-contact-section.white-from-sec div.wpcf7 .wpcf7-form .form-control, .footer-contact-section.white-from-sec .common-form-style .form-group .form-control,.footer-contact-section.white-from-sec select {
    color: #000;
    border-bottom: 1px solid #000;

}
.footer-contact-section.white-from-sec .wpcf7 ::-webkit-input-placeholder,
.footer-contact-section.white-from-sec .wpcf7 ::-moz-placeholder,
.footer-contact-section.white-from-sec .wpcf7 :-ms-input-placeholder,
.footer-contact-section.white-from-sec .wpcf7 :-moz-placeholder,
.footer-contact-section.white-from-sec .wpcf7 select{
    color: #000;
}
.footer-contact-section.white-from-sec .wpcf7 input::placeholder,
.footer-contact-section.white-from-sec .wpcf7 textarea::placeholder, .footer-contact-section.white-from-sec .wpcf7 select {
    color: #000;
}
@media (min-width: 1600px) {

.team-sec .row.gx-lg-5{
    --bs-gutter-x: 7rem !important;
}
}
@media (min-width: 1500px) {
.description_sec .heading{
    padding-right: 60px
} 
}
@media (max-width: 1200px) {

    .logo-wrap {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: unset;
        gap: 24px;
    }
    .industry-grid {
        column-gap: 10px;
        row-gap: 20px;
    }
    .capabilities-name,.benefit-name, .spotlight-name,.benefit_sec .right-content h4 {
        font-size: 28px;
        font-weight: 600;
    }
    .title-heading{
        font-size: 27px;
        line-height: 36px;
    }
    .card-heading {
        font-size: 27px;
        line-height: 36px;
    }
    .faq-accordion-content .accordion-item .accordion-header .accordion-button {
    border: none;
    background: ;
    outline: none !important;
    box-shadow: none;
    font-size: 24px;
    font-weight: 600;
    color: ;
    padding: 30px;
    line-height: normal;
    border-radius: 30px;
   }
   .team-designation{
    font-size: 18px;
   }
   .team-content p, .team-content ul li, .team-content{
    font-size: 16px;
   }
}
@media (max-width: 991px) {
    .inner-banner {
        padding: 100px 0;
   }
   .inner-banner .banner-title {
        font-size: 60px;
    }
    .benefit_sec .page-button{
        margin-top: 0px;
    }

    .industry-card:first-child {
        grid-column: 1/6;
        grid-row: span 1;
    }
    
    .industry-card:nth-child(2) {
        grid-column: 1/6;
        grid-row: span 1;
    }
    .industry-grid .industry-card:nth-child(3){
        grid-column: 1/6;
        grid-row: span 1;
    }
    .industry-grid .industry-card:nth-child(4) {
        grid-column: 1/6;
        grid-row: span 1;
    }

    .capabilities-name,.benefit-name, .spotlight-name,.benefit_sec .right-content h4  {
        font-size: 26px;
    }
    .trusted-label,.logo-wrap {
    font-size: 18px;
    }

}

@media (max-width: 768px) {
    .inner-banner {
        padding: 60px 0;
    }
    .inner-banner .banner-title {
        font-size: 36px;
    }

.menu-ul {
    flex-wrap: wrap;
    row-gap: 10px;
}
.menu-ul li a {
    font-size: 14px;
}
.capabilities-name,.benefit-name, .spotlight-name,.benefit_sec .right-content h4  {
        font-size: 22px;
    }
     .title-heading{
        font-size: 24px;
        line-height: 36px;
    }
    .card-heading {
        font-size: 24px;
        line-height: 36px;
    }
    .faq-accordion-content .accordion-item .accordion-header .accordion-button {
        font-size: 20px;
    }
    .trusted-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    gap: 30px;
    }
    .trusted-img img{
        max-width: 100px;
    }
    .bolg-title a {
       font-size: 20px;
    }
    .benefit_sec .right-content ul li::before,.choose_sec .right-content ul li::before{
        position: absolute;
        top: 8px ;
        left: 0;
    }
    .benefit_sec .right-content ul li,.choose_sec .right-content ul li{
        padding-left: 20px;
        margin-bottom: 15px;
        font-size: 16px;
    }
    .benefit_sec .right-content ul li:last-of-type,.choose_sec .right-content ul li:last-of-type{
        margin-bottom: 0px;
    }

    .team-designation {
        font-size: 16px;
    }

    .together-content {
    padding: 30px 40px 50px;
    }

}