.faq-section {
    background: #f8f9fa;
}

.accordion-button {
    font-weight: 600;
    border-radius: 8px;
}

.accordion-item {
    border-radius: 10px;
}

.btn-danger {
    background: #ff4a3d;
    border: none;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 50px;
    font-weight: 600;
    overflow: hidden;
    z-index: 0;
    background: #e2000e;
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 7px;
    height: 100%;
    background: #0a6fe3;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0.15;
    content: "";
    z-index: -1;
}

.btn-style-one i {
    position: relative;
    top: 1px;
    display: block;
    margin-left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-style-one:hover:before {
    width: 100%;
    opacity: 1;
}

.btn-style-one:hover {
    color: #ffffff;
}

/*-------------------------------------------
               Breadcrumb
-----------------------------------------*/
.breadcrumb-section {
    position: relative;
    display: flex;
    align-items: center;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0 30px 0;
    height: 70vh;
    background-color: #f1f1f1;
}

.breadcrumb-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007a;
}

.breadcrumb-menu h2 {
    font-size: 40px;
    color: #fff;
    /*font-weight: 400;*/
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 5px;
    letter-spacing: 0.075em;
}

.breadcrumb-menu span a {
    color: #fff;
}

.breadcrumb-menu span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumb-menu span::before {
    position: absolute;
    content: "/";
    right: -6px;
    top: -4px;
    color: #fff;
    font-size: 18px;
}

.breadcrumb-menu span:first-child {
    padding-left: 0;
}

.breadcrumb-menu span:last-child:before {
    display: none;
}

.breadcrumb-menu span:last-child a {
    padding-right: 0;
}

.breadcrumb-menu span a {
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ---------------------------------end ------------- */

/* ====================================================================
    Header Style Two
==================================================================== */

.header-main .header-top {
    background: linear-gradient(45deg, #0a6fe3 60%, #0a2c8d 40%);
    padding: 0 50px;
}

.header-main .header-top .inner-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.header-main .header-top .inner-container .top-right,
.header-main .header-top .inner-container .top-right .useful-links,
.header-main .header-top .inner-container .top-right .social-icon-one,
.header-main .header-top .inner-container .top-left .list-style-one {
    display: flex;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.header-main .header-top .inner-container .top-left .list-style-one,
.header-main .header-top .inner-container .top-right .social-icon-one,
.header-main .header-top .inner-container .top-right .useful-links {
    padding: 8px 0;
    margin-bottom: 0;
    color: #ffff;
}

.header-main .header-top .inner-container .top-left .list-style-one a,
.header-main .header-top .inner-container .top-right .social-icon-one a,
.header-main .header-top .inner-container .top-right .useful-links a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .header-main .header-top {
        display: none;
    }
}

/* ====================================================================
		About Section
================================================================== */

.two-column-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 40px;
    padding-left: 20px;
    list-style-type: disc;
}

.two-column-list li {
    break-inside: avoid;
    margin-bottom: 8px;
    list-style-type: disc;
}

.two-column-list li::marker {
    color: #007bff;
    /* any brand color */
    font-size: 18px;
}

.about-section.home-about .sec-title .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    text-overflow: ellipsis;
    overflow: hidden;
}

.about-section {
    position: relative;
    padding: 100px 0 50px;
}

.about-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 35%;
    background-image: url("https://linkers.kliffhost.in/dist-front/images/icons/gradient.jpg");
    content: "";
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 70px;
}

.vision_mision {
    background:
        linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url(https://nada.kliffhost.in/uploads/images/consultingBanner2.png)
            no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 5rem 11rem;
}

.vision_mision .box {
    border: 1px solid var(--theme-color1);
    padding: 1rem 1.5rem;
    text-align: center;
    position: relative;
    transition: background-color 0.3s linear;
}

.vision_mision .box:hover {
    border: 1px solid #d43505;
}

.vision_mision .box .elementor-icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color1);
    border-radius: 50%;
    transition:
        background-color 0.3s linear,
        color 0.4s;
}

.vision_mision .box:hover .elementor-icon {
    background-color: #d43505;
}

.vision_mision .box .elementor-icon svg {
    width: 2.5rem;
    height: 2.5rem;
    color: #000080;
}

.vision_mision .box:hover .elementor-icon svg {
    color: #fff;
}

.vision_mision .box .elementor-icon i {
    font-size: 2rem;
    color: #000080;
}

.vision_mision .box:hover .elementor-icon i {
    color: #fff;
}

.vision_mision .box h3 {
    color: #fff;
    margin-top: 2rem;
    text-transform: capitalize;
}

.vision_mision2 .box h3 {
    color: #000;
}

.vision_mision2 .box p {
    color: #666 !important;
}

.vision_mision .box p {
    color: #fff;
}

.page_content .icon {
    width: 2.2rem;
    height: 2.2rem;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}
.page_content span a {
    text-decoration: none;
    color: #000;
}
@media (max-width: 991px) {
    .vision_mision {
        padding: 5rem 1.5rem;
    }
}

@media (max-width: 768.98px) {
    .vision_mision {
        padding: 4rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .vision_mision {
        padding: 3rem 1rem;
    }
}

@media (max-width: 1199.98px) {
    .about-section .content-column .inner-column {
        padding-left: 0;
    }
}

.about-section .content-column .sec-title {
    margin-bottom: 35px;
}

.about-section .content-column .info-box {
    position: relative;
    padding-left: 105px;
    margin-bottom: 30px;
}

@media (max-width: 575.98px) {
    .about-section .content-column .info-box {
        padding-left: 0;
        text-align: center;
    }

    .vision_mision {
        padding: 3rem 1rem;
    }
}

.about-section .content-column .info-box:hover .icon {
    color: var(--theme-color2);
}

.about-section .content-column .info-box .icon {
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--theme-color1);
    line-height: 1em;
    font-size: 62px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .about-section .content-column .info-box .icon {
        position: relative;
        display: inline-block;
        margin-bottom: 20px;
    }
}

.about-section .content-column .info-box .icon:after {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 52px;
    width: 52px;
    z-index: -1;
    background-color: #f2f3f6;
    content: "";
}

.about-section .content-column .info-box .title {
    margin-bottom: 5px;
}

.about-section .content-column .other-info {
    position: relative;
    padding-right: 230px;
    margin-top: 42px;
}

@media (max-width: 767.98px) {
    .about-section .content-column .other-info {
        padding-right: 0;
    }
}

.about-section .content-column .other-info .theme-btn {
    position: absolute;
    right: 0;
    top: 10px;
}

@media (max-width: 767.98px) {
    .about-section .content-column .other-info .theme-btn {
        position: relative;
        margin-top: 30px;
        top: 0;
    }
}

.about-section .content-column .author-info {
    position: relative;
    padding-left: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 88px;
}

.about-section .content-column .author-info .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 88px;
    width: 88px;
    padding: 2px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(var(--theme-color2)),
        to(var(--theme-color1))
    );
    background: linear-gradient(
        to top,
        var(--theme-color2),
        var(--theme-color1)
    );
    border-radius: 50%;
}

.about-section .content-column .author-info .thumb img {
    border-radius: 50%;
    border: 9px solid #eee;
    height: 88px;
    width: 88px;
}

.about-section .content-column .author-info .name {
    margin-bottom: 0;
}

.about-section .content-column .author-info .designation {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}

.about-section .image-column {
    position: relative;
    /*margin-bottom: 50px;*/
}

@media (max-width: 991.98px) {
    .about-section .image-column {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.about-section .image-column .image-box {
    position: relative;
    padding-bottom: 50px;
}

@media (max-width: 767.98px) {
    .about-section .image-column .image-box {
        padding-bottom: 0;
    }
}

.about-section .image-column .image-box .icon-circle {
    position: absolute;
    left: 85px;
    bottom: 40px;
}

@media (max-width: 991.98px) {
    .about-section .image-column .image-box .icon-circle {
        display: none;
    }
}

.about-section .image-column .image-box .icon-dots {
    position: absolute;
    right: 20px;
    bottom: 70px;
}

.about-section .image-column .image-1 {
    margin: 0;
}

.about-section .image-column .image-2 {
  position: absolute;
    /* right: -23px; */
    left: 315px;
    top: 251px;
    width: 300px;
    height: 275px;
    bottom: 0;
    border: 10px solid #fff;
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}
.about-section .image-column .image-2 img{
     width: 100%;
     height: 100%;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .image-2 {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .about-section .image-column .image-2 {
        display: none;
    }
}

.about-section .image-column .exp-box {
    position: absolute;
    left: -80px;
    top: 90px;
    padding: 40px 40px 60px;
    background-image: url(../images/icons/shape2.png);
    height: 170px;
    width: 303px;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .exp-box {
        left: 15px;
    }
}

@media (max-width: 767.98px) {
    .about-section .image-column .exp-box {
        display: none;
    }
}

.about-section .image-column .exp-box .inner {
    position: relative;
    padding-left: 85px;
}

.about-section .image-column .exp-box .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 62px;
    color: var(--theme-color2);
}

.about-section .image-column .exp-box .count {
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    color: var(--theme-color2);
}

.about-section .image-column .exp-box .text {
    font-size: 15px;
    color: var(--theme-color2);
    line-height: 1em;
    font-weight: 600;
}

/* 
====================================================================
		About Section Two
==================================================================== */

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: 0.3s ease;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-img {
    position: relative;
}

.blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.date-badge {
    position: absolute;
    bottom: -15px;
    left: 20px;
    background: #000;
    color: #fff;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
}

.blog-content {
    padding: 25px 20px 20px;
}

.author {
    font-size: 13px;
    color: #888;
    margin-bottom: 5px;
}

.blog-content h4 {
    font-size: 18px;
    font-weight: 600;
}

.blog-content h4 a {
    text-decoration: none;
    color: #222;
}

.blog-content h4 a:hover {
    color: #2d7df4;
}

.excerpt {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.read-more {
    font-size: 14px;
    font-weight: 600;
    color: #2d7df4;
    text-decoration: none;
}

.read-more:hover {
    text-decoration: underline;
}

.blog-slider .slick-prev::before,
.blog-slider .slick-next::before {
    color: #000;
    font-size: 2rem;
}

.latest-post-item {
    align-items: center;
}

.latest-thumb img {
    width: 80px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.latest-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    transition: 0.3s;
}

.latest-title:hover {
    color: #ff6600;
}

.organization-section{
    background:#f7f9fc;
}



.org-chart{
    position:relative;
}


.org-card,
.department-card{
    background:#fff;
    padding:25px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}


.org-card:hover,
.department-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}


.org-card i,
.department-card i{
    font-size:35px;
    color:#4f46e5;
    margin-bottom:12px;
}


.main-card{
    max-width:450px;
    margin:auto;
    background:linear-gradient(135deg,#4f46e5,#9333ea);
    color:#fff;
}


.main-card i{
    color:#fff;
}


.org-row{
    display:flex;
    justify-content:center;
    gap:30px; 
    margin:40px 0;
}


.department-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}


@media(max-width:992px){
    .department-grid{
        grid-template-columns:repeat(2,1fr);
    }
}


@media(max-width:576px){

    .org-row{
        flex-direction:column;
    }

    .department-grid{
        grid-template-columns:1fr;
    }

}

.culture-section{
    background:#f8fbff;
}

.culture-section .sub-title{
    color:#0d6efd;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.culture-wrapper{
    position:relative;
    max-width:1000px;
    height:650px;
    margin:auto;
}

.culture-section .center-circle{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:180px;
    height:180px;
    border-radius:50%;
    background:linear-gradient(135deg,#6a11cb,#2575fc);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    box-shadow:0 20px 40px rgba(0,0,0,.2);
    z-index:10;
}

.culture-section .center-circle i{
    font-size:40px;
    margin-bottom:10px;
}

.value-card{
    position:absolute;
    width:280px;
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
}

.culture-section .value-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 45px rgba(0,0,0,.15);
}

.culture-section .icon{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin-bottom:15px;
}

.culture-section .top-left{
    top:20px;
    left:0;
}

.culture-section .top-right{
    top:20px;
    right:0;
}

.culture-section .bottom-left{
    bottom:20px;
    left:0;
}

.culture-section .bottom-right{
    bottom:20px;
    right:0;
}

.culture-section .value-card::after{
    content:'';
    position:absolute;
    background:#d8e5ff;
}

.culture-section .top-left::after{
       width: 100%;
    height: 100%;
    right: -100%;
    top: 50%;
}

.culture-section .top-right::after{
   width: 100%;
    height: 100%;
    left: -100%;
    top: 50%;
}

.culture-section .bottom-left::after{
   width: 100%;
    height: 100%;
    right: -100%;
    top: 0%;
}

.culture-section .bottom-right::after{
    width:100%;
    height:100%;
    left:-100%;
    top:0%;
}

@media(max-width:991px){

  .culture-section  .culture-wrapper{
        height:auto;
        display:grid;
        gap:25px;
    }

   .culture-section .value-card,
   .culture-section .center-circle{
        position:relative;
        inset:auto;
        transform:none;
        width:100%;
        max-width:100%;
    }

   .culture-section .center-circle{
        margin:auto;
    }

.culture-section .value-card::after{
        display:none;
    }

}

.vision_mission_section{
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0b1f4d 0%, #0f4c81 50%, #102a5c 100%);
    padding: 100px 0;
}

.vision_mission_section::before{
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background: rgba(255, 59, 59, 0.12);
    border-radius: 50%;
    top: -180px;
    left: -120px;
    filter: blur(20px);
}

.vision_mission_section::after{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(0, 162, 255, 0.12);
    border-radius: 50%;
    bottom: -120px;
    right: -80px;
    filter: blur(20px);
}

.vision_mission_section .vision-card{
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 35px;
    height: 100%;
    transition: all .4s ease;
    position: relative;
    overflow: hidden;
}

.vision-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #0d6efd, #ff3b3b);
}

.vision_mission_section .vision-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,.25);
    border-color: rgba(13,110,253,.4);
}

.vision_mission_section .vm-icon{
    width: 75px;
    height: 75px;
    border-radius: 18px;
    background: linear-gradient(135deg, #0d6efd, #ff3b3b);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(13,110,253,.35);
}

.vision_mission_section .vision-card small{
    color: #7cc8ff;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vision_mission_section .vision-card h3{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 18px;
}

.vision_mission_section .vision-card p{
    color: rgba(255,255,255,.82);
    line-height: 1.8;
    margin-bottom: 0;
}

.vision_mission_section .section-title small{
    color: #ff6b6b;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.vision_mission_section .section-title h2{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}

.vision_mission_section .section-title h2 span{
    color: #ff3b3b;
}

.vision_mission_section .section-title p{
    color: rgba(255,255,255,.75);
    max-width: 720px;
    margin: 15px auto 0;
}
.product-section .grid-container .grid-item{
    border: 3px solid #0a6fe3;
}
