/*!
Theme Name: cadconnect-2024
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cadconnect-2024
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* Global Styles */
/* Global Styles */

body{
    position: relative;
    margin: 0;
    padding: 0;
}

.header-inner-container, .hero-section-inner, .our-services-inner, .industries-inner, .choose-us-header, .choose-us-properties, .business-model-inner, .testimonials-inner,.featured-inner,.contact-us-redirect-inner, .footer-inner, .contact-us-banner-inner,.contact-form-section-inner, .service-page-inner-banner,.service-featured-section-inner, .contact-form-service-inner, .industry-benefits, .industry-imapcts-selector-section-inner, .industry-page-features-inner, .faq-inner, .contact-form-section-2 .map-container, .who-we-are-inner-container, .mission-vision-inner, .what-we-do-inner, .our-team-inner,.blog-contents-outer, .blog-main-page-top-inner, .blog-main-page-main-inner, .recent-articles-inner, .inner-404{
    max-width: 1440px;
    margin: 0 auto;
}

.testimonials, .featured-works, .blogs, .contact-us-redirect{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    overflow: hidden;
}

h2, h3, p{
    margin: 0;
}

a{
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1.8px solid #C7C7C7
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #C7C7C7;
}

.iti--allow-dropdown .iti__country-list{
    display: none;
}

/* Header Section */

header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #CCCCCC4D;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

header.scrolled {
    background-color: #48309B;
}

.header-inner-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

header .main-logo{
    padding: 0 10px;
}

header .main-menu ul{
    display: flex;
    gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0 10px;
}

header .main-menu .menu-item-has-children {
    position: relative;
    cursor: pointer;
}

header .main-menu .menu-item-has-children::after {
    content: '';
    position: absolute;
    right: -25px;
    top: 7px;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #FAFAFA;
    width: 0;
    height: 0;
}

header .main-menu .sub-menu {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: 20px;
    left: -90px;
    padding-top: 20px;
}

header .main-menu .sub-menu .inner-container{
    width: 200px;
    padding: 10px;
    background-color: #312C41;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

header .main-menu .sub-menu::before {
    display: none;
    content: '';
    position: absolute;
    top: 10px; /* Adjust as needed */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #312C41; /* Arrow color */
    width: 0;
    height: 0;
}

/* Show submenu on hover or click */
header .main-menu .menu-item-has-children.hover-open .sub-menu,
header .main-menu .menu-item-has-children.click-open .sub-menu {
    visibility: visible;
    pointer-events: all;
}

/* Hide submenu when hover-close or click-close is active */
header .main-menu .menu-item-has-children.hover-close .sub-menu,
header .main-menu .menu-item-has-children.click-close .sub-menu {
    visibility: hidden;
    pointer-events: none;
}

header .main-menu .menu-item-has-children.hover-open .sub-menu::before,
header .main-menu .menu-item-has-children.click-open .sub-menu::before {
    display: block;
}

header .main-menu .menu-item-has-children.hover-close .sub-menu::before,
header .main-menu .menu-item-has-children.click-close .sub-menu::before{
    display: none;
}

header .main-menu .menu-item-has-children.hover-open::after,
header .main-menu .menu-item-has-children.click-open::after {
    transform: rotate(180deg) translateX(50%);
}

header .main-menu .menu-item-has-children.hover-close::after,
header .main-menu .menu-item-has-children.click-close::after {
    transform: rotate(0deg) translateX(-50%);
}

header ul a{
    font-family: "Urbanist", sans-serif;
    color: #FAFAFA;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    cursor: pointer;
}

header ul a:hover{
    border-bottom: 1px solid #FAFAFA;
}

.hamburger-menu-button{
    color: #FAFAFA;
    font-size: 24px;
    display: none;
    padding: 0 10px;
}

.hamburger-main-menu{
    background-color: white;
    margin: 0 10px;
    position: absolute;
    right: 0;
    left: 0;
    display: none;
}

.hamburger-main-menu a{
    color: black;
}

.hamburger-main-menu ul{
    list-style: none;
    padding: 10px;
    margin: 0;
}

.hamburger-main-menu li{
    padding-bottom:10px ;
}

.hamburger-main-menu .sub-menu{
    display: none;
}

.hamburger-main-menu .open .sub-menu{
    display: block;
}

.hamburger-main-menu .menu-item-has-children a{
    position: relative;
}

.hamburger-main-menu .menu-item-has-children a::after{
    content: '';
    position: absolute;
    right:-20px;
    top: 8px;
    transform: translateX(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid black;
    width: 0;
    height: 0;
    transition: 100ms ease;
}

.hamburger-main-menu .menu-item-has-children.open a::after{
    transform: rotate(180deg) translateX(50%);
}

.hamburger-main-menu .menu-item-has-children .sub-menu a::after{
    content: unset;
}

/* Hero Section */
.hero-section, .our-services, .industries{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
}

.hero-section{
    height: 800px;
}

.hero-section-inner{
    padding:200px 0px 100px;
    color: #FFFFFF;
}

.hero-section-container{
    max-width: 800px;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.hero-slider-container{
    pointer-events: none;
}

.hero-slider-top h3{
    font-family:"Jost" , sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
}

.hero-slider-bottom h2{
    font-family: Urbanist;
    font-size: 68px;
    font-weight: 700;
    line-height: 70px;
    width:60%;
}

.hero-section-static-container{
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.hero-section-static-container p{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
}

.hero-section-static-container h3{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 200;
    line-height: 33.6px;

}

.hero-section-button a{
    color :#48309B;
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    background-color:#FAFAFA ;
    border: 1px solid #929292;
    border-radius: 50px;
    padding: 10px 20px;
    width: fit-content;
}

.hero-section-button span{
    background-color: #48309B;
    border-radius: 50%;
    color: white;
    padding: 5px 10px;
}

.hero-section-button span i {
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.hero-section-button a:hover span i {
    transform: rotate(360deg);
}

/* Service Section */

.our-services-inner,.industries-inner{
    padding: 50px 0px 80px;
}

.our-services-header{
    padding: 40px 0px;
}

.our-services-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #191B1D;
}

.our-services-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.our-services-cards, .industries-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding: 0px 10px;
}

.service-card .card-image-container{
    height: 250px;
    overflow: hidden;
    border-radius: 15.05px;
    border: 1px solid #E3E3E3;
}

.service-card .card-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 200ms ease-in;
}

.service-card h3{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 500;
    line-height: 46.59px;
    text-align: center;
    padding: 10px 0px;
}

.service-card .card-list ul{
    margin: 0;
    padding: 0;
    margin-left: 25px;
    width: 250px;
}

.service-card .card-list li{
    font-family: Jost;
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}

.service-card {
    flex: 25%;
    padding: 20px;
    border: 2px solid #878787;
    border-radius: 30px;
    position: relative;
    border-bottom-right-radius: 120px;
    transition: 200ms ease-in;
}

.card-button {
    position:absolute;
    right:0;
    bottom:0;
    width:100px;
    height:100px;
    border-radius:50px 0 0 0;
    border: 0;
    border-top: 2px solid #878787;
    border-left: 2px solid #878787;
    background-color:white;
    font-size: 0.9em;
    cursor: pointer;
    text-align: center;
    transition: 200ms ease-in;
}

.card-button:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color:transparent;
    position: absolute;
    bottom: -2px;
    left: -22px;
    border: 2px solid #878787;
    border-top: none;
    border-left: none;
    border-radius: 0px 0px 20px  0;
    box-shadow:6px 6px 0px 6px rgb(255 255 255);
    transition: 200ms ease-in;
}

.card-button:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color:transparent;
    position: absolute;
    top: -22px;
    right:-2px;
    border: 2px solid #878787;
    border-top: none;
    border-left: none;
    border-radius: 0px 0px 20px  0;
    box-shadow:6px 6px 0px 6px rgb(255 255 255);
    transition: 200ms ease-in;
}

.card-button span {
    margin-left: 10px;
    margin-top: 10px;
    display: flex;
    width: 80px;
    height: 80px;
    border: 2px solid #48309B;
    background: #ffffff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.card-button span i{
    color: #48309B;
    transform: rotate(315deg);
    font-size: 25px;
    transition: 200ms ease-in;
}

.service-card:hover{
    border: 2px solid #48309B;
}

.service-card:hover .card-image-container img{
    scale: 120%;
}

.service-card:hover .card-button{
    border-top: 2px solid #48309B;
    border-left: 2px solid #48309B;
}

.service-card:hover .card-button:before, .service-card:hover .card-button::after{
    border-right: 2px solid #48309B;
    border-bottom: 2px solid #48309B;
}

.card-button:hover span{
    background-color: #48309B;
}

.card-button:hover span i{
    transform: rotate(360deg);
    color: #FAFAFA;
}

/* Industries we serve */

.industries-header{
    padding: 30px 0px;
    color: #FAFAFA;
}

.industries-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

.industries-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.industries-header p{
    font-family: Jost;
    font-size: 21px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
}

.industry-card{
    flex: 25%;
}

.industry-inner{
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 40px;
}

.industry-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.industry-inner:hover img{
    transform: scale(1.1);
}

.industry-inner .card-button, .industry-inner .card-button::before, .industry-inner .card-button::after{
    border: 0;
}

.industry-inner .card-button::before, .industry-inner .card-button::after{
    box-shadow: 6px 6px 0px 5px #15161f;
}

.industry-inner .card-button::before{
    bottom: 0px;
    left: -20px;
}

.industry-inner .card-button::after{
    top: -20px;
    right: 0px;
}

.industries-inner .card-button{
    background-color: #15161f;
}

.industry-inner .card-button span{
    border: 2px solid #FAFAFA;
    background-color: #15161f;
}

.industry-inner .card-button i{
    color: #FAFAFA;
}

.industry-inner .card-button:hover span{
    background-color: #48309B;
    border: 2px solid #48309B;
}

.industry-card h2{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #FAFAFA;
    padding: 10px 0px;
}

/* Choose Us Section */

.choose-us{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.choose-us-header{
    padding: 80px 10px 10px;
}

.choose-us-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    color: #191B1D;
}

.choose-us-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.choose-us-contents{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.choose-us-left-container{
    flex: 45%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
}

.choose-us-left-container p{
    font-family: Jost;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    color: #191B1D;
}

.choose-us-left-container h2{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 67.2px;
    color: #191B1D;
    max-width: 550px;
}

.choose-us-left-container h2 .span-outer{
    position: relative;
    z-index: 1;
}

.choose-us-left-container h2 .span-inner {
    background-color: #8268DB;
    padding: 10px 20px;
    border-radius: 40px;
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: center;
    color: #FAFAFA;
    display: inline-block;
    transform: translateY(-25%) rotate(350deg);
}

.choose-us-left-container h2 .span-outer::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #cecece;
    border-radius: 40px;
    transform: rotate(-1deg);
    z-index: 0;
}


.choose-us-properties{
    padding: 50px 10px;
}

.choose-us-properties-inner{
    flex: 45%;
    background-color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    border-radius: 30px;
    overflow: hidden;
}

.properties-card{
    flex: 40%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 30px;
    position: relative;
    transition: background-color 0.5s ease;
}

.properties-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 6px;
    background-color: #48309B;
    transition: width 0.5s ease;
}

.properties-card.active::after {
    width: 100%;
}

.properties-card .properties-logo{
    height: 60px;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDEDED;
    border-radius: 15px;
}

.properties-card .properties-logo img{
    object-fit: contain;
}

.properties-card .properties-title{
    width: 70%;
}

.properties-card h3{
    font-family: Jost;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.01px;
}

.properties-card.active {
    background-color: #F6F6F6;
    color: #48309B;
}

@keyframes underline {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* Business Section */
.business-model{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.business-model-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    color: #FAFAFA;
}

.business-model-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.business-model-inner{
    padding: 0px 10px;
}

.business-model-cards{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 0px 10px;
}

.business-card{
    flex: 30%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.business-card-content{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, #282828 0%, rgba(40, 40, 40, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
    padding: 0px 40px;
    color: #FAFAFA;
    transform: translateY(400px);
    transition: transform 0.6s ease;
    border-radius: 30px;
}

.business-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business-card h3{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    transform: translateY(-50px);
    transition: transform 0.6s ease;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.business-card p{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    height: 170px;
}

.business-card a{
    border-radius: 46.67px;
    border: 1px solid #FAFAFA;
    background: transparent;
    padding: 10px 15px;
    color: #FAFAFA;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.business-card a span{
    padding: 3px 7px;
    border: 1px solid #FAFAFA;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #FAFAFA;
}

.business-card a span i{
    color:#000000 ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.business-card a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
}

.business-card a:hover i{
    transform: rotate(360deg);
}

.business-card-hidden-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-bottom: 50px;
}

.business-card:hover .business-card-content {
    transform: translateY(0);
    background: linear-gradient(180deg, rgba(40, 40, 40, 0.2) 0%, #000000 100%);
}

.business-card:hover .business-card-content h3{
    transform: translateY(0);
}

/* Testimonials Section */
.testimonials{
    background-color: #EDEDED;
}

.testimonial-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    color: #191B1D;
}

.testimonial-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.testimonials-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    transition: transform 0.5s ease;
}

.testimonials-slider{
    padding: 0px 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonials-slider::before{
    content: "";
    position: absolute;
    left: 0;
    width:80px; 
    height: 100%;
    transform: translateX(-50%);
    z-index: 0;
    background-image: url('./images/testimon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.testimonial-image{
    flex: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-image::before{
    content: "";
    position: absolute;
    left: 15%;
    top: 0;
    width:1px; 
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    background: #DCDCDC;
}

.testimonial-image-inner-container{
    border-radius: 50%;
    overflow: hidden;
    height: 150px;
    width: 150px;
    border: 6px solid #FAFAFA;
    transition: 200ms ease;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 200ms ease;
}

.testimonial-text{
    flex: 60%;
    display: flex;
    gap: 30px;
    padding: 0px 50px;
}

.testimonial-text .text-left{
    flex: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.testimonial-text .text-right{
    flex: 70%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.testimonial-text p {
    font-family: Jost;
    font-size: 28px;
    font-weight: 400;
    line-height: 40.46px;
}

.testimonial-text h2{
    font-family: Jost;
    font-size: 28px;
    font-weight: 500;
    line-height: 40.46px;
    color: #48309B;
}

.testimonial-text h3{
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 26.01px;
    color: #929292;
}

.testimonials-slider .splide__pagination--ttb{
    left: -30%;
    right: 0;
}

.testimonials-slider .splide__pagination--ttb::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width:1px; 
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
    background-image: url('./images/Line-30.png');
    background-repeat: no-repeat;
    background-position: center;
}

.testimonials-container.is-prev .testimonial-image img, .testimonials-container.is-next .testimonial-image img{
    filter: grayscale(100%);
}

.testimonials-container .testimonial-text{
    visibility: hidden;
}

.testimonials-container.is-active.is-visible .testimonial-text{
    visibility: visible;
}

.testimonials-container.is-prev .testimonial-image .testimonial-image-inner-container, .testimonials-container.is-next .testimonial-image .testimonial-image-inner-container{
    width: 100px;
    height: 100px;
}

.testimonials-slider .splide__pagination {
    gap: 10px;
}

.testimonials-slider .splide__pagination li button{
    width: 18px;
    height: 18px;
    background: #D9D9D9;
    border: 1.5px solid #F2F2F2;
    opacity: 1;
}

.testimonials-slider .splide__pagination li button.is-active{
    background: #47309b96;
    padding: 4px;
    border: 1.5px solid #48309B;
}

.testimonials-slider .splide__pagination li button.is-active::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #48309B;
    z-index: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: auto;
}

/* Featured Works */
.featured-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    color: #191B1D;
}

.featured-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.featured-card{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 2px 4px 10px 0px #00000012;
}

.feature-slider .owl-item{
    padding: 10px 0px;
}

.featured-card .image-container{
    height: 450px;
    position: relative;
    overflow: hidden;
}

.featured-card .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-card .image-container .feature-card-content{
    position: absolute;
    bottom: -100px; /* Initially place it out of view */
    opacity: 0;
    padding: 20px;
    margin: 10px;
    background: #25252580;
    backdrop-filter: blur(52.5px);
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}

.featured-card .image-container .feature-card-content p{
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 26.01px;
    color: #FAFAFA;
}

.feature-card-header{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.feature-card-header h2{
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 700;
    color: #191B1D;
    height: 80px;
}


.feature-card-header a{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: transparent;
    padding: 10px 15px;
    color: #222222;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.feature-card-header a span{
    padding: 3px 7px;
    border: 1px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
}

.feature-card-header a span i{
    color:#000000 ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.feature-card-header a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #fafafa;
}

.feature-card-header a:hover span{
    background-color: #FAFAFA;
}

.feature-card-header a:hover i{
    transform: rotate(360deg);
}

.feature-slider-container{
    padding: 0px 10px;
}

.feature-slider .owl-item.active .featured-card .image-container .feature-card-content {
    bottom: 20px;
    opacity: 1;
}

.feature-slider .owl-dots{
    text-align: center;
    padding-top: 40px;
}

/* Blogs - Homepage*/
.blogs-header{
    padding: 0px 10px;
}

.blogs-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    color: #FAFAFA;
}

.blogs-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.blogs-slider-container{
    position: relative;
}

.blogs-slider-container .blogs-slider{
    padding:120px 0px 150px;
}

.blogs-slider-container .active-image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 800px;
    height: 750px;
    margin-right: auto;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-radius: 0px 50px 50px 0px;
    overflow: hidden;
}

.blogs-slider-container .active-image img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    position: relative;
    z-index: 0;
}

.blogs-slider-container .active-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    backdrop-filter: blur(8px);
    z-index: 1; /* Make it above the image */
    pointer-events: none; /* Ensure it doesn't interfere with clicks */
}

.blogs-slider .owl-dots{
    text-align: center;
    position: absolute;
    bottom: -35%;
    left: -47%;
    right: 0;
}

.blogs-slider .owl-carousel{
    max-width: 70% ;
    margin-left: auto;
}

.blog-card{
    height: 530px;
    overflow: hidden;
    border-radius: 26px;
    background-color: #000000;
}

.blog-card .image-container{
    height: 380px;
    overflow: hidden;
    position: relative;
    border-radius: 26px;
}

.blog-card .image-container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: 200ms ease;
}

.blog-card .read-more-container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.blog-card .read-more-container a{
    color: #FAFAFA;
    backdrop-filter: blur(50px);
    background: #FFFFFF33;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    line-height: 46.67px;
}

.blog-card .image-container .date-container{
    position: absolute;
    bottom: 0;
    left: 0;
    color:#929292 ;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 15.54px;
    padding: 10px 25px;
    background-color: #000000;
    border-radius: 0px 26px 0px 0px;
}

.blog-card .image-container .date-container::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: -20px;
    left: 0px;
    border: none;
    border-radius: 0px 0px 0px 30px;
    box-shadow: -6px 6px 0px 6px #000000;
    transition: 200ms ease-in;
}

.blog-card .image-container .date-container::after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: 16px;
    right: -18px;
    border: none;
    border-radius: 0px 0px 0px 30px;
    box-shadow: -6px 6px 0px 6px #000000;
    transition: 200ms ease-in;
}


.blog-card .blog-title{
    padding: 25px;
}

.blog-card:hover .blog-title a{
    color: #48309B;
}

.blog-card:hover .read-more-container{
    visibility: visible;
}

.blog-card:hover .image-container img{
    scale: 1.5;
}

.blog-card .blog-title a{
    font-family: Urbanist;
    font-size: 21px;
    font-weight: 500;
    line-height: 25.2px;
    color: #FAFAFA;
    transition: 200ms ease;
}

/* Contact Us Redirect Section */
.contact-us-redirect-content{
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 80px 0px;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    align-items: center;
}

.contact-us-redirect-content h2{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 700;
    line-height: 81.6px;
    color: #191B1D;
}

.contact-us-redirect-content a{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: #222222;
    padding: 10px 15px;
    color: #FAFAFA;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-us-redirect-content a span{
    padding: 3px 7px;
    border: 0.46px solid #222222;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #FAFAFA;
}

.contact-us-redirect-content a span i{
    color:#000000 ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.contact-us-redirect-content a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
}

.contact-us-redirect-content a:hover i{
    transform: rotate(360deg);
}

/* Footer */
footer{
    background-color: #EDEDED;
}

.footer-inner{
    padding-top: 30px;
}

.footer-top{
    padding: 20px 10px;
    border-bottom: 1px solid #C7C7C7;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-top h3{
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #191B1D;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
}

.footer-top a{
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 26.01px;
    color: #191B1D;
}

.footer-1{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.footer-1 h3{
    text-align: center;
}

footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-social-menu ul{
    display: flex;
    gap: 20px;
}

.footer-social-menu ul a{
    color: #48309B;
}

.footer-3-menu ul{
    display: flex;
    flex-wrap: wrap;
}

.footer-3-menu li{
    flex: 50%;
}

.footer-2{
    width: 20%;
}

.footer-1 h3, .footer-2 h3{
    width: fit-content;
}

.footer-3{
    width: 30%;
}

.footer-2-menu ul, .footer-3-menu ul{
    padding: 10px 0px;
}

.footer-2-menu li, .footer-3-menu li{
    padding-bottom: 5px;
}

.footer-bottom{
    padding: 20px 10px;
}

.footer-bottom h3{
    font-family: Jost;
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    text-align: center;
    color: #0A142F;
}

/* Contact Us Page */
.contact-us-banner-section{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px 350px;
}

.contact-us-banner-inner-content{
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 450px;
}

.contact-us-banner-inner-content p{
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 26.01px;
    color: #827E90;
}

.contact-us-banner-inner-content h2{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #FAFAFA;
    display: flex;
    flex-direction: column;
}

.contact-us-banner-inner-content h2 span{
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
}

.contact-us-banner-inner-content h2 .span-inner{
    color:#8268DB;
}

.contact-us-banner-inner-content h3{
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #FAFAFA;
}

.contact-form-section{
    padding: 0px;
}

.contact-form-section-2{
    padding: 600px 10px 80px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form-tab{
    display: flex;
    flex-wrap: wrap;
    margin: -300px 10px -500px 10px;
    background: linear-gradient(180deg, #F7F4FF 0%, #F5F8FF 100%);
    border-radius: 30px;
    overflow: hidden;
}

.contact-left{
    flex: 40%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 30px;
    display: flex;
    align-items: flex-end;
}

.contact-left-content{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FAFAFA;
    gap: 20px;
}

.contact-left-content-card{
    display: flex;
    gap: 20px;
}

.contact-left-content-card-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-left-content-card-text h3{
    font-family: Urbanist;
    font-size: 21px;
    font-weight: 700;
    line-height: 24px;
}

.contact-left-content-card-text p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26.01px;
    letter-spacing: 0.02em;
}

.contact-left-content-card-text p a{
    color: #FAFAFA;
}

.contact-left-content-card-text .map-btn{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: transparent;
    padding: 10px 15px;
    color: #FAFAFA;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: fit-content;
}

.contact-left-content-card-text .map-btn span{
    padding: 7px;
    border: 0.46px solid #222222;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #FAFAFA;
}

.contact-left-content-card-text .map-btn span i{
    color:#000000 ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.contact-left-content-card-text .map-btn:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
}

.contact-left-content-card-text .map-btn:hover i{
    transform: rotate(360deg);
}

.contact-left-content-card-text .address-social-menu ul{
    display: flex;
    list-style: none;
    padding: 0;
    gap: 20px;
}

.contact-right{
    flex: 50%;
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    border: 1px solid #48309B33;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(180deg, #F7F4FF 0%, #F5F8FF 100%);
}

.contact-right .form-container{
    border: 1px solid #48309B33;
    background-color: #FAFAFA;
    border-radius: 30px;
    overflow: hidden;
    padding: 40px;
    width: 70%;
}

.contact-right .form-container form{
    margin: 0;
}

.contact-right .form-container form .wpcf7-not-valid-tip{
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
}

.contact-right .form-container form input{
    border: 1px solid #BDBDBD;
    border-radius: 30px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.contact-right .form-container form label {
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    margin-left: 20px;
    padding-bottom: 5px;
}

form .intl-tel-input .selected-flag{
    background-color: transparent;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

form .intl-tel-input .flag-container{
    color: #1D1B20;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
}

form .intl-tel-input .selected-flag .iti-arrow{
    left: 35px;
}

form .intl-tel-input .selected-flag .country-code{
    position: absolute;
    right: 0;
}

form .intl-tel-input{
    width: 100%;    
    margin-bottom: 20px;
}

form .intl-tel-input input::placeholder{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
    color: #B6B6B6;
}

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel]{
    padding-left: 90px !important;
}

.intl-tel-input.allow-dropdown .selected-flag{
    width: 85px !important;
    display: flex;
    align-items: center;
    height: 64px;
}

.contact-right .form-container form input.wpcf7-file{
    padding: unset;
}

.contact-right .form-container form .form-group {
    position: relative;
}

.contact-right .form-container form .form-group .placeholder {
    position: absolute;
    top: 21px;
    left: 1px;
    z-index: 1;
    display: none; /* Hidden initially */
    pointer-events: none;
}

.contact-right .form-container form .form-group .placeholder p{
    display: flex;
}

.contact-right .form-container form .form-group .placeholder p br{
    display: none;
}

.contact-right .form-container form .form-group label {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
    color: #B6B6B6;
}

.contact-right .form-container form .form-group .star {
    color: red;
}


.contact-right .form-container form input.wpcf7-file[type="file"]{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
    color: #B6B6B6;
}

.contact-right .form-container form input::file-selector-button{
    border: none;
    border-right: 1px solid #BDBDBD;
    background-color: transparent;
    height: fit-content;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
    color: #B6B6B6;
    padding: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.contact-right .form-container form input{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
}

.contact-right .form-container form input::placeholder{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5;
    color: #B6B6B6;
}

.contact-right .form-container form button.submit-btn{
    border: 1px solid #929292;
    padding: 10px 15px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background-color: #222222;
    border-radius: 46.67px;
    color: #FAFAFA;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    cursor: pointer;
}

.contact-right .form-container form button.submit-btn span{
    padding:7px;
    border: 1px solid #FAFAFA;
    border-radius: 46.67px;
    background-color: #FAFAFA;
}

.contact-right .form-container form button.submit-btn span i{
    color:#000000 ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.contact-right .form-container form button.submit-btn:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
}

.contact-right .form-container form button.submit-btn:hover i{
    transform: rotate(360deg);
}

.map-inner-container{
    border-radius: 30px;
    overflow: hidden;
    padding: 0px 10px;
}

/* Services Pages */
.service-pages .contact-us-banner-inner-content{
    gap: 10px;
}

.service-pages .contact-us-banner-inner-content p{
    padding-bottom: 30px;
}

.service-pages .contact-us-banner-inner-content a{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: #FAFAFA;
    padding: 10px 15px;
    color: #48309B;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    margin-top: 30px;
}

.service-pages .contact-us-banner-inner-content a span{
    padding: 7px;
    border: 0.67px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #48309B;
}

.service-pages .contact-us-banner-inner-content a span i{
    color:#FAFAFA ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.service-pages .contact-us-banner-inner-content a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #FAFAFA;
}

.service-pages .contact-us-banner-inner-content a:hover span{
    background-color: #FAFAFA;
}

.service-pages .contact-us-banner-inner-content a:hover i{
    transform: rotate(360deg);
    color: #48309B;
}

.service-page-inner-banner-container{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    padding: 30px 20px;
    margin: -300px 10px -260px 10px;
    border-radius: 30px;
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
}

.service-page-inner-banner-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%),
                linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
}

.service-page-inner-banner-container * {
    position: relative;
    z-index: 2;
}

.service-page-inner-banner-container h2{
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 700;
    line-height: 33.6px;
    text-align: center;
    color: #FAFAFA;
    max-width: 850px;
    margin: 0 auto;
}

.service-page-inner-banner-container p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    color: #FAFAFA;
}

.service-page-content-title{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: center;
    padding: 80px 10px;
    color: #191B1D;
}

.service-content-card{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 5px 10px;
}

.service-page-inner-contents-outer{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 250px 10px 80px;
}

.service-content-card:nth-child(even){
    flex-direction: row-reverse;
}

.service-content-card:nth-child(even) .service-content-card-lists::before{
    left: unset;
}

.service-content-card:nth-child(even) .service-content-card-lists h2{
    left: 0;
    right: unset;
}

.service-content-card-lists{
    width: 45%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service-content-card-lists::before{
    content: '';
    position: absolute;
    top: 140px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    padding: 2px;
    height: 0px;
    border-radius: 80%;
    background: linear-gradient(90deg, rgba(72, 48, 155, 0) 0%, #48309B 51%, rgba(72, 48, 155, 0) 100%);
    width: 60%;
}

.service-content-card-lists h2{
    position: absolute;
    top: 0;
    right: 0;
    font-family: Urbanist;
    font-size: 290px;
    font-weight: 800;
    line-height: 290px;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #E5E5E5;
    color: transparent;
}

.service-content-card-lists h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #191B1D;
}

.service-content-card-lists .service-inner-content-list ul{
    list-style-image: url('./images/list-star.png');
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 300px;
}

.service-content-card-lists .service-inner-content-list li{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
    padding-bottom: 5px;
    padding-right: 30px;
}

.content-card-lists-inner{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 250px;
}

.service-content-image-section{
    width: 40%;
    padding: 30px 10px;
}

.service-content-image-section .image-outer-container{
    border: 1px solid #E2DFEB;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto;
}

.service-content-image-section .image-container{
    width: 350px;
    height: 500px;
    overflow: hidden;
    border: 12px solid #E2DFEB;
    border-radius: 30px;
    margin: 20px;
}

.service-content-image-section .image-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-page-featured-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-featured-section-inner{
    padding: 80px 0px;
}

.featured-posts-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #FAFAFA;
    padding: 0px 10px 30px;
}

.featured-posts-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.featured-works-slider .featured-service-card{
    border-radius: 14px;
    overflow: hidden;
    position: relative;
}

.featured-works-slider .featured-service-card .feature-service-image{
    position: relative;
    height: 350px;
    overflow: hidden;
}

.featured-works-slider .featured-service-card .feature-service-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-works-slider .featured-service-card .feature-service-image .featured-card-content{
    position: absolute;
    bottom: -100px;
    right: 0;
    left: 0;
    background: #25252580;
    backdrop-filter: blur(34.34375px);
    padding: 10px;
    margin: 10px;
    border-radius: 14px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.featured-works-slider .featured-service-card .feature-service-image p{
    font-family: Jost;
    font-size: 18px;
    font-weight: 300;
    line-height: 26.01px;
    color: #FAFAFA;
}

.featured-works-slider .featured-service-card .featured-service-header{
    background-color: #E8E6F0;
    padding: 20px;
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 700;
    line-height: 30.48px;
    text-align: left;
    height: 90px;
}

.featured-works-slider .featured-service-card .featured-service-header a{
    color: #191B1D;
}

.featured-works-slider .owl-dots{
    text-align: center;
    padding-top: 30px;
}

.service-page-featured-section .banner-button{
    margin: 40px auto 0px;
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: #FAFAFA;
    padding: 10px 15px;
    color: #48309B;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.service-page-featured-section .banner-button span{
    padding: 7px;
    border: 0.67px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #48309B;
}

.service-page-featured-section .banner-button span i{
    color:#FAFAFA ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.service-page-featured-section .banner-button:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #FAFAFA;
}

.service-page-featured-section .banner-button:hover span{
    background-color: #FAFAFA;
}

.service-page-featured-section .banner-button:hover i{
    transform: rotate(360deg);
    color: #48309B;
}

.featured-works-slider .owl-item.active .featured-service-card .feature-service-image .featured-card-content {
    bottom: 0px;
    opacity: 1;
}

.service-image-gallery-slider, .contact-form-services{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.service-image-gallery-header{
    padding: 30px 10px;
}

.service-image-gallery-header h3{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #191B1D;
    padding: 0px 10px 30px;
}

.service-image-gallery-header h3 span{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.service-gallery .gallery-image{
    padding: 20px;
    background-color: #FFFFFF;
    border: 0.53px solid #E8E6F0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image .gallery-image-inner{
    height: 80px;
    width: 80px;
}

.gallery-image .gallery-image-inner img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.service-gallery .owl-stage{
    height: 300px;
}

/* Center-align the bottom row */
.bottom-row {
    transform: translateY(150px); /* Adjust to align with top-row gaps */
}

.contact-form-service-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0px;
}

.contact-form-services-left{
    flex: 45%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0px 10px;
}

.contact-form-services-left p{
    font-family: Jost;
    font-size: 28px;
    font-weight: 300;
    line-height: 34px;
    color: #191B1D;
}

.contact-form-services-left h2{
    display: flex;
    flex-direction: column;
    color: #191B1D;
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 500;
    line-height: 45.6px;
}

.contact-form-services-left h2 span{
    font-size: 68px;
    font-weight: 700;
    line-height: 81.6px;
}

.contact-form-services-right{
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border: none;
    padding: 0px 10px;
    flex: 45%;
    display: block;
    background: unset;
}

.contact-form-services-right .form-container{
    border: 1px solid #48309B33;
    background-color: #FFFFFF;
    width: unset;
}

/* Industries Pages */
.page-template-industries-page-template .contact-us-banner-inner-content, .page-template-about-us-template .contact-us-banner-inner-content{
    max-width: unset;
}

.page-template-industries-page-template .service-page-inner-banner-container p, .page-template-industries-page-template .service-page-inner-banner-container h2{
    max-width: 1000px;
}

.page-template-industries-page-template .contact-form-services-left p, .page-template-about-us-template .contact-form-services-left p{
    font-family: Jost;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;   
    max-width: 500px; 
}

.page-template-industries-page-template .contact-form-services-left h2, .page-template-about-us-template .contact-form-services-left h2{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    max-width: 500px;
}

.page-template-industries-page-template .service-page-content-title{
    padding-top: 330px;
    padding-bottom: 50px;
}

.industry-benefits-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    background-color: #F4F3F8;
    border-radius: 30px;
    padding: 30px;
    margin: 0px 10px 80px;
}

.industry-benefits-card{
    flex: 45%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #FFFFFF;
    border-radius: 20px;
    color: #191B1D;
    padding: 20px;
}

.industry-benefits-card .industry-benefits-image{
    height: 250px;
    border: 1px solid #C5BFD933;
    border-radius: 10px;
    overflow: hidden;
}

.industry-benefits-card .industry-benefits-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-benefits-card h2{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    padding-top: 20px;
}

.industry-benefits-card p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.industry-imapcts-selector-section{
    padding: 80px 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.industry-imapcts-selector-section-inner h2{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: center;
    color: #191B1D;
}

.tab-content-wrapper {
    display: none;
}

.industry-impacts-tabs{
    display: flex;
    gap: 20px;
    background-color: #FAFAFA;
    border-radius: 30px;
    padding: 20px;
    margin: 50px 10px;
    position: relative; 
}

.industry-impacts-tabs .tabs-left {
    flex: 30%;
    height: 500px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.industry-impacts-tabs .tabs-left ul{
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid #E5E2F3;
    height: 100%;
}

.industry-impacts-tabs .tabs-left ul li {
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    border-right: 5px solid transparent;
}

.industry-impacts-tabs .tabs-left ul li .list-inner{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    color: #48309B;
    border-radius: 20px;
    border: 1px solid #E2E1E8;
    padding: 20px;
    background-color: #F4F3F8;
}

.industry-impacts-tabs .tabs-left ul li.active{
    border-right: 5px solid #48309B;
}

.industry-impacts-tabs .tabs-left ul li.active .list-inner{
    color: #FAFAFA;
    font-weight: 700;
    box-shadow: 0px 1px 1px 0px #00000012;
    background-color: #48309B;
}

.industry-impacts-tabs .tabs-left ul li.active::after {
    content: '';
    position: absolute;
    right: 21px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #48309B;
    z-index: 1;
}


.industry-impacts-tabs .tab-right{
    flex: 60%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: #F4F3F8;
}

.industry-impacts-tabs .tab-right .tab-content-inner{
    display: flex;
    padding: 20px 40px;
    gap: 20px;
}

.industry-impacts-tabs::before{
    content: '';
    background-image: url('./images/background-tabs.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-image{
    width: 35%;
    height: 450px;
    border-radius: 27px;
    overflow: hidden;
    border: 10.6px solid #EBE8F4;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%;
    padding: 10px 0px;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content h2{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    color: #191B1D;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content a{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: #222222;
    padding: 10px 15px;
    color: #FAFAFA;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content a span{
    padding: 7px;
    border: 0.67px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #FAFAFA;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content a span i{
    color: #222222;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #FAFAFA;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content a:hover span{
    background-color: #FAFAFA;
}

.industry-impacts-tabs .tab-right .tab-content-inner .tab-content a:hover i{
    transform: rotate(360deg);
}

.industry-page-features, .faqs{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
}

.industry-page-features h2{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    text-align: center;
    color: #FAFAFA;
    padding: 0px 10px;
}

.industry-page-features-contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding: 50px 10px;
}

.industry-page-features-contents-left{
    width: 30%;
}

.industry-page-features-contents-left .image-container{
    border: 1px solid #FFFFFF80;
    border-radius: 60px;
}

.industry-page-features-contents-left .image-outer{
    border: 12px solid #FFFFFF80;
    border-radius: 30px;
    overflow: hidden;
    height: 400px;
    margin: 20px;
}

.industry-page-features-contents-left .image-outer img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-page-features-contents-right{
    width: 60%;
}

.industry-page-features-contents-right .industry-page-features-contents-right-cards{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background: #FFFFFF0D;
    backdrop-filter: blur(150px);
    border-radius:30px;
}

.industry-page-features-contents-right-single-card{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.industry-page-features-contents-right-single-card .card-contents{
    width: 85%;
}

.industry-page-features-contents-right-single-card .image-container{
    width: 10%;
    height: 60px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FAFAFA;
    border-radius: 15px;
}

.industry-page-features-contents-right-single-card .image-container img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.industry-page-features-contents-right-single-card .card-contents h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #FAFAFA;
    padding-bottom: 10px;
}

.industry-page-features-contents-right-single-card .card-contents p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FAFAFA;
    padding-bottom: 20px;
    border-bottom: 1px solid #949494;
}

.industry-page-features-contents-right-single-card:last-child .card-contents p{
    border-bottom: unset;
}

.faq-inner h2{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    color: #191B1D;
    padding: 0px 10px;
}

.faq-accordians{
    padding: 50px 10px;
}

.faq-card{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-bottom: 1px solid #BDBDBD;
    padding: 30px 0px;
}

.faq-card .faq-no{
    flex: 10%;
    font-family: Jost;
    font-size: 28px;
    font-weight: 600;
    line-height: 40.46px;
    color: #191B1D;
}

.faq-card .faq-header{
    flex: 90%;
    display: flex;
    flex-direction: column;
}

.faq-card .faq-header h2{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color:#191B1D ;
    cursor: pointer;
    padding: 0px 15px 0px 0px;
    position: relative;
}

.faq-card .faq-header h2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(270deg);
    width: 0;
    height: 0;
    border-left: 0px solid #191b1d;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #191b1d;
    transition: 200ms ease;
}

.faq-card .faq-header p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 20px 0px;
}

.faq-card.active .faq-no{
    color: #48309B;
}

.faq-card.active .faq-header h2{
    color: #48309B;
}

.faq-card.active .faq-header h2::after{
    transform: rotate(180deg);
    border-left: 0px solid #48309B;
    border-bottom: 10px solid #48309B;
}

/* About US page */
.page-template-about-us-template .service-page-inner-banner-container p, .page-template-about-us-template .service-page-inner-banner-container h2{
    max-width: unset;
    margin: 0;
}

.page-template-about-us-template .about-us-banner-contents{
    background: #FFFFFF1A;
    backdrop-filter: blur(30px);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-template-about-us-template .service-page-content-title{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #191B1D;
    padding-top: 310px;
}

.page-template-about-us-template .service-page-content-title span{
    font-size: 56px;
    font-weight: 400;
    line-height: 56px;
}

.about-us .service-page-inner-banner-container{
    margin: -300px 10px -260px 10px;
}

.who-we-are-outer, .mission-vision, .what-we-do, .our-team{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.who-we-are-inner{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 0px 10px 80px;
}

.who-we-are-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45%;
    gap: 20px;
}

.who-we-are-left h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #191B1D;
}

.who-we-are-left p{
    padding: 20px;
    border-radius: 20px;
    background-color: #F4F3F8;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
}

.who-we-are-property-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(./images/whoweare.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}

.who-we-are-property-list p{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #191B1D;
    background-color: unset;
}

.who-we-are-property-list p span{
    display: block;
    font-size: 38px;
    font-weight: 800;
    line-height: 45.6px;
    color: #8268DB;
}

.who-we-are-right{
    width: 50%;
    display: flex;
    justify-content: center;
}

.who-we-are-right .image-container-outer{
    border: 1px solid #E2DFEB;
    border-radius: 60px;
}

.who-we-are-right .image-container-inner{
    border: 12px solid #E2DFEB;
    border-radius: 30px;
    margin: 20px;
    height: 450px;
    width: 400px;
    overflow: hidden;
}

.who-we-are-right .image-container-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission-vision{
    padding: 500px 10px 100px;
}

.mission-vision-inner-container{
    padding: 60px;
    border: 1px solid #FFFFFF4D;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 30px;
    margin: 0px 10px;
    backdrop-filter: blur(40px);
}

.mission-vision-inner .inner-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FAFAFA;
}

.mission-vision-inner .inner-card:last-child{
    flex-direction: row-reverse;
}

.mission-vision-inner .inner-card:last-child h3{
    text-align: right;
    border-left: 1px solid #FFFFFF;
    border-right: unset;
}

.mission-vision-inner .inner-card h3{
    font-family: Urbanist;
    font-size: 56px;
    font-weight: 600;
    line-height: 67.2px;
    width: 30%;
    padding: 20px;
    border-right: 1px solid #FFFFFF;
}

.mission-vision-inner .inner-card p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding: 20px;
    width: 60%;
}

.what-we-do{
    padding: 80px 10px;
}

.what-we-do h2{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #FAFAFA;
}

.what-we-do h2 span{
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.what-we-do-contents{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding-top: 30px;
}

.what-we-do-left, .what-we-do-right{
    width: 45%;
}

.what-we-do-left{
    display: flex;
    justify-content: center;
}

.what-we-do-left .image-container-outer{
    border: 1px solid #202337;
    border-radius: 60px;
}

.what-we-do-left .image-container-outer .image-container-inner{
    position: relative;
    width: 500px;
    margin: 20px;
    border: 12px solid #202337;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    height: 91%;
}

.what-we-do-left .image-container-outer .image-container-inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.05%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    gap: 30px;
    align-items: center;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #FAFAFA;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents a{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: transparent;
    padding: 10px 15px;
    color: #48309B;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FAFAFA;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents a span{
    padding: 7px;
    border: 1px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents a span i{
    color:#48309B ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #fafafa;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents a:hover span{
    background-color: #FAFAFA;
}

.what-we-do-left .image-container-outer .image-container-inner .image-inner-contents a:hover i{
    transform: rotate(360deg);
}

.what-we-do-right{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.what-we-do-right p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #FAFAFA;
}

.what-we-do .services-display h3, .what-we-do .industries-display h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: center;
    color: #FAFAFA;
    padding-bottom: 20px;
}

.what-we-do .page-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.what-we-do .page-cards .smol-card{
    flex: 25%;
    background-color: #232030;
    border: 0.97px solid #202337;
    border-radius: 15px;
    color: #FAFAFA;
    padding: 10px;
}

.what-we-do .page-cards .smol-card .card-image-container{
    border: 0.31px solid #202337;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100px;    
}

.what-we-do .page-cards .smol-card .card-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what-we-do .page-cards .smol-card h3{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding: 10px 0px;
}

.our-team{
    padding: 80px 10px;
}

.our-team h2{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 100;
    line-height: 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #191B1D;
}

.our-team h2 span{
    font-size: 56px;
    font-weight: 400;
    line-height: 62px;
}

.our-team-inner-container{
    display: flex;
    gap: 30px;
    padding-top: 30px;
    align-items: center;
    justify-content: space-between;
}

.our-team-inner-container .team-left{
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.our-team-inner-container .team-left h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #191B1D;
}

.our-team-inner-container .team-left p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
}

.our-team-inner-container .team-right{
    width: 55%;
}

.our-team-inner-container .team-right .team-card-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.our-team-inner-container .team-right .team-card-list .team-card{
    border-radius: 20px;
    overflow: hidden;
    width: 30%;
}

.our-team-inner-container .team-right .team-card-list .team-card .image-container{
    border-radius: 20px;
    overflow: hidden;
    height: 250px;
    position: relative;
}

.our-team-inner-container .team-right .team-card-list .team-card .image-container .bg-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-team-inner-container .team-right .team-card-list .team-card .image-container .inner-person-image{
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0; 
    text-align: center;
}


.our-team-inner-container .team-right .team-card-list .team-card .image-container .color-image{
    transition: all 300ms ease;
    filter: saturate(0);
    transform: translateX(-20px);
    height: 100%;
}

.our-team-inner-container .team-right .team-card-list .team-card:hover .image-container .color-image{
    transform: translateX(0px);
    filter: contrast(1);
}

.our-team-inner-container .team-right .team-card-list .team-card .team-details{
    padding: 50px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #48309B;
    margin-top: -30px;
    height: 90px;
}

.our-team-inner-container .team-right .team-card-list .team-card h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    color: #FAFAFA;
}

.our-team-inner-container .team-right .team-card-list .team-card p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #FAFAFA;
}

/* Blog Single Page */
.single-post .contact-us-banner-section{
    padding: 100px 0px 550px;
}

.single-post .service-page-inner-banner-container{
    margin: -500px 10px -110px 10px;
    height: 550px;
}

.blog-single-title{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    color: #191B1D;
}

.date-author .line{
    height: 1px;
    background: #b9b9b9;
    border: none;
    width: 50px;
}

.blog-contents{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 180px;
}

.blog-contents-inner{
    padding: 0px 10px;
    max-width: 1200px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: flex-start;
}

.blog-contents-inner  .blog-main-content{
    width: 75%;
}

.blog-contents-inner .blog-main-content .blog-small-header{
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-bottom: 1px solid #DCDBDC;
}

.blog-contents-inner .blog-main-content .blog-small-header .date-author{
    display: flex;
    align-items: center;
    gap: 10px; /* Space between line and text */
    font-size: 1rem; /* Adjust font size */
    color: #929292; /* Text color */
    width: 60%;
}

.blog-contents-inner .blog-main-content .blog-small-header .social-links{
    width: 35%;
}

.blog-contents-inner .blog-main-content .blog-small-header .social-links ul{
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 15px;
}

.blog-contents-inner .blog-main-content .blog-single-main-content{
    font-family: Jost;
    padding-top: 30px;
    color: #191B1D;
}

.blog-contents-inner .blog-main-content .blog-single-main-content p, .blog-contents-inner .blog-main-content .blog-single-main-content li{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 1em 0;
}

.blog-contents-inner .blog-main-content .blog-single-main-content h1, .blog-contents-inner .blog-main-content .blog-single-main-content h2, .blog-contents-inner .blog-main-content .blog-single-main-content h3, .blog-contents-inner .blog-main-content .blog-single-main-content h4, .blog-contents-inner .blog-main-content .blog-single-main-content h5, .blog-contents-inner .blog-main-content .blog-single-main-content h6{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;

}

.blog-contents-inner .blog-main-content .blog-single-main-content a{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #191B1D;
}

.blog-contents-inner .blog-main-content .blog-single-main-content ul{
    padding-left: 25px;
}

.blog-contents-inner .blog-main-content .blog-single-main-content ul li::marker {
    font-size: 0.6em;
    vertical-align: middle ; 
}

#share-popup{
    display: none; 
    position: fixed; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.608); 
    align-content: center;
}

#share-popup .share-popup-inner{
    background-color: #FAFAFA;
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
}

#share-popup .share-popup-inner p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
}

#share-popup .share-popup-inner button, #share-popup .share-popup-inner input{
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
    border-radius: 20px;
}

.blog-contents-inner .blog-main-content .post-tags{
    display: flex;
    align-items: center;
    padding: 30px 0px ;
    gap: 20px;
}

.blog-contents-inner .blog-main-content .post-tags h3{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
}

.blog-contents-inner .blog-main-content .post-tags ul{
    width: 90%;
    list-style: none;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.blog-contents-inner .blog-main-content .post-tags ul li a{
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    color: #3333A0;
}

.blog-contents-inner .blog-main-content .post-tags ul li{
    padding: 5px 15px;
    background-color: #E3DEF5;
    border: 1px solid #CDC7E3;
    border-radius: 30px;
}

.blog-contents-inner .blog-main-content .post-tags p{
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.34px;
}

.blog-contents-inner .blog-related-posts{
    width: 20%;
    position: sticky;
    top: 100px;
}

.blog-contents-inner .blog-related-posts p{
    font-family: Jost;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.34px;
    padding: 10px 0px;
}

.blog-contents-inner .blog-related-posts h2{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCADA;
    color: #191B1D;
}

.blog-contents-inner .blog-related-posts .related-post-card a{
    color: #191B1D;
}

.blog-contents-inner .blog-related-posts .related-post-card{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 0px;
    border-bottom: 1px solid #E3DEF5;
}

.blog-contents-inner .blog-related-posts .related-post-card:last-child{
    border-bottom: unset;
}

.blog-contents-inner .blog-related-posts .related-post-card h3{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.blog-contents-inner .blog-related-posts .related-post-card p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #929292;
}

.blog-contents-inner .blog-main-content .post-navigation .nav-links{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.blog-contents-inner .blog-main-content .post-navigation .nav-links .nav-title{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #191B1D;
    display: block;
}

.blog-contents-inner .blog-main-content .post-navigation .nav-links .nav-subtitle{
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #191B1D;
}

.blog-contents-inner .blog-main-content .post-navigation .nav-links .nav-previous .nav-subtitle::before{    
    content: '\2190'; /* Unicode for a left arrow */
    margin-right: 8px; /* Add some space between the arrow and text */
    font-size: 2em; /* Adjust arrow size */
    display: inline-block; /* Ensure it behaves like an inline element */
    color: inherit;
}

.blog-contents-inner .blog-main-content .post-navigation .nav-links .nav-next .nav-subtitle::after{
    content: "→";
    margin-left: 8px; /* Add some space between the arrow and text */
    font-size: 2em; /* Adjust arrow size */
    display: inline-block; /* Ensure it behaves like an inline element */
    color: inherit;
}

.blog-contents-inner .blog-main-content .post-navigation .nav-links .nav-next{
    text-align: right;
}

.recent-articles{
    padding: 50px 10px 80px;
    background-color: #FAFAFA;
}

.recent-articles-inner h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #191B1D;
    padding-bottom: 20px;
    border-bottom: 1px solid #CDCADA;
}

.recent-article-cards-list{
    justify-content: space-between !important;
    padding: 30px 0px;
}

/* blog-listing-page */
.index-blog-page .contact-us-banner-inner-content a span{
    padding: 3px 7px;
}

.blog-main-page-top-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: -350px ;
}

.highlited-top-card-outer{
    width: 65%;
    padding: 0px 10px;
}

.highlited-top-card-outer .highlited-top-card{
    border-radius: 30px;
    border: 0.89px solid #E9E9E9;
    margin: -295px 0px 0px 0px;
    background-color: #FAFAFA;
}

.highlited-top-card-outer .highlited-top-card .highlited-top-card-image{
    position: relative;
    height: 500px;
    border-radius: 30px;
    overflow: hidden;
    width: calc(100% + 2px);
    z-index: 2;
    top: -1px;
    left: -1px;
}

.highlited-top-card-outer .highlited-top-card .highlited-top-card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 200ms ease;
}

.highlited-top-card-outer .highlited-top-card .read-more-container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.highlited-top-card-outer .highlited-top-card .read-more-container a{
    color: #FAFAFA;
    backdrop-filter: blur(50px);
    background: #FFFFFF33;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    line-height: 46.67px;
}

.highlited-top-card-outer .highlited-top-card:hover .read-more-container{
    visibility: visible;
}

.highlited-top-card-outer .highlited-top-card:hover .highlited-top-card-image img{
    scale: 1.5;
}

.highlited-top-card-outer .highlited-top-card .highlited-top-card-image .date-read-display{
    position: absolute;
    bottom: 0;
    left: 0;
    color:#929292 ;
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    padding: 15px 30px;
    background-color: #FAFAFA;
    border-radius: 0px 26px 0px 0px;
}

.highlited-top-card-outer .highlited-top-card .highlited-top-card-image .date-read-display::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: -20px;
    left: 0px;
    border: none;
    border-radius: 0px 0px 0px 30px;
    box-shadow: -6px 6px 0px 6px #FAFAFA;
    transition: 200ms ease-in;
}

.highlited-top-card-outer .highlited-top-card .highlited-top-card-image .date-read-display::after {
    content: "";
    width: 22px;
    height: 22px;
    background-color: transparent;
    position: absolute;
    top: 26px;
    right: -23px;
    border: none;
    border-radius: 0px 0px 0px 30px;
    box-shadow: -6px 6px 0px 6px #FAFAFA;
    transition: 200ms ease-in;
}

.highlited-top-card-content{
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
}

.highlited-top-card-content h3{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.highlited-top-card-content h3 a{
    color: #191B1D;
}

.highlited-top-card-content p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #929292;
}

.most-popular-list{
    width: 30%;
}

.most-popular-list h2{
    font-family: Urbanist;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #191B1D;
    padding: 40px 0px 10px;
    border-bottom: 1px solid #CDCADA
}

.most-popular-list .popular-post-item{
        padding: 10px 0px; 
        border-bottom: 1px solid #E3DEF5;
        display: none;   
}

.most-popular-list .popular-post-item:nth-child(2   ), .most-popular-list .popular-post-item:nth-child(3), .most-popular-list .popular-post-item:nth-child(4){
    display: block;
}

.most-popular-list .popular-post-item:nth-child(4){
    border-bottom: unset;
}

.most-popular-list .popular-post-item p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #929292;
    padding-bottom: 5px;
}

.most-popular-list .popular-post-item h3{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
}

.most-popular-list .popular-post-item a{
    color:#191B1D;
}

.blog-main-page-main{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 400px 10px 80px;
}

.blog-main-page-main-inner .blog-tags-list{
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
}

.blog-main-page-main-inner .blog-tags-list h3{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #191B1D;
}

.blog-main-page-main-inner .blog-tags-list ul{
    flex-grow: 1;
    display: flex;
    gap: 10px;
    list-style: none;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.blog-main-page-main-inner .blog-tags-list ul li{
    border: 1px solid #CDC7E3;
    border-radius: 30px;
    padding: 10px 15px;
    background-color: #FAFAFA;
}

.blog-main-page-main-inner .blog-tags-list ul li.selected{
    background-color: #E3DEF5;
}

.blog-main-page-main-inner .blog-tags-list ul li.selected a{
    color: #3333A0;
}

.blog-main-page-main-inner .blog-tags-list ul li a{
    color:#756D90;
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
}

.blog-main-page-main-inner .blog-tags-list .view-more-btn{
    background: none;
    border: none;
    border-bottom: 0.5px solid #3333A0;
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    color: #3333A0;
    cursor: pointer;
}

.blog-main-page-main-inner .blog-tags-list .view-more-btn::after{
    content: ">>";
    display: inline-block;
    margin-left: 5px;
    font-size: 1rem;
}

.hidden-tag {
    display: none;
}

.blog-main-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 50px;
}

.blog-single-card{
    border: 0.43px solid #CDCADA;
    border-radius: 20px;
    width: 30%;
    overflow: hidden;
    background-color: #FAFAFA;
}

.blog-single-card .image-container{
    position: relative;
    height: 250px;
    overflow: hidden;
}

.blog-single-card .image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 200ms ease;
}

.blog-single-card .image-container .date-read-display{
    position: absolute;
    bottom: 0;
    left: 0;
    color:#929292 ;
    font-family: Jost;
    font-size: 12px;
    font-weight: 400;
    line-height: 17.34px;
    padding: 15px 30px;
    background-color: #FAFAFA;
    border-radius: 0px 26px 0px 0px;
}

.blog-single-card .image-container .date-read-display::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: transparent;
    position: absolute;
    top: -20px;
    left: 0px;
    border: none;
    border-radius: 0px 0px 0px 30px;
    box-shadow: -6px 6px 0px 6px #FAFAFA;
    transition: 200ms ease-in;
}

.blog-single-card .image-container .date-read-display::after {
    content: "";
    width: 22px;
    height: 22px;
    background-color: transparent;
    position: absolute;
    top: 26px;
    right: -22px;
    border: none;
    border-radius: 0px 0px 0px 30px;
    box-shadow: -6px 6px 0px 6px #FAFAFA;
    transition: 200ms ease-in;
}

.blog-single-card .blog-card-contents{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
}

.blog-single-card .blog-card-contents h2{
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.blog-single-card .blog-card-contents h2 a{
    color: #191B1D;
}

.blog-single-card .blog-card-contents p{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.12px;
    color: #929292;
}

.pagination-blog-list{
    padding: 20px 10px !important;
}

.pagination-blog-list,.pagination-blog-list ul{
    display: flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.pagination-blog-list li{
    border-radius: 50%;
    border: 1.13px solid #878787;
    font-family: Jost;
    font-size: 18.04px;
    font-weight: 400;
    line-height: 26.07px;
    color: #FAFAFA;
    padding: 10px;
    width: 20px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pagination-blog-list li:has(.dots){
    font-size: 21px;
    color: #929292;
}

.pagination-blog-list li .page-numbers{
    width: 100%;
    padding: 8px 20px;
}

.pagination-blog-list li:has(.current) {
    background-color: #3333A0;
    border: 1.13px solid #3333A0;
}

.pagination-blog-list li a{
    color: #929292;
}

.pagination-blog-list .last-page, .pagination-blog-list .first-page{
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 10px 10px;
}

.pagination-blog-list li:has(.last-page), .pagination-blog-list li:has(.first-page) {
    width: unset;
    border-radius: 50px;
    padding: 10px 0px;
}

.pagination-blog-list .first-page::before{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #878787;
}

.pagination-blog-list .last-page::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #878787;
}

.blog-single-card .image-container .read-more-container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.blog-single-card .image-container .read-more-container a{
    color: #FAFAFA;
    backdrop-filter: blur(50px);
    background: #FFFFFF33;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    line-height: 46.67px;
}

.blog-single-card:hover .read-more-container{
    visibility: visible;
}

.blog-single-card:hover .image-container img{
    scale: 1.5;
}

.result-h1{
    font-family: Urbanist;
    font-size: 32px;
    font-weight: 700;
    line-height: 28.8px;
}

.result-h1 span{
    font-size: 28px;
    font-weight: 500;
}

.empty-search{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    padding: 50px 10px;
    text-align: center;
    color: #191B1D;
}

.blog-main-search{
    padding: 20px 0px;
}
.blog-main-search .search-wrapper{
    border: 1px solid #E9E9E9;
    background-color: #F1EFF6;
    border-radius: 40px;
    padding: 10px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.blog-main-search .search-wrapper .input-wrapper{
    width: 60%;
    position: relative;
    display: flex;
}

.blog-main-search .search-wrapper input{
    border-radius: 45px;
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 46.67px;
    color: #191B1D;
    border: none;
    padding: 10px 50px 10px 20px;
    outline: none;
    flex-grow: 1;
}

.blog-main-search .search-wrapper .input-wrapper span{
    position: absolute;
    right: 20px;
    top: 30%;
    font-size: 24px;
    color: #878787;
}

.blog-main-search .search-wrapper input::placeholder{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 46.67px;
    color: #756D90;
}

.blog-main-search .search-wrapper select {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #756D90;
    flex-grow: 1;
    padding: 10px 20px;
    border-radius: 45px;
    border: none;
    outline: none;
    background-color: #FBFAFE;

    /* Hide default arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /* Add custom arrow */
    background-image: 
      linear-gradient(45deg, transparent 50%, #878787 50%),
      linear-gradient(135deg, #878787 50%, transparent 50%);
    background-position:calc(100% - 20px) calc(50% - 0px),
    calc(100% - 14px) calc(50% - 0px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.blog-main-search .search-wrapper option{
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #756D90;
    border:none;
}

.blog-main-search .search-wrapper button{
    flex-grow: 0;
}

.blog-main-search .search-wrapper button{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: #222222;
    padding: 10px 15px;
    color: #FAFAFA;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-main-search .search-wrapper button span{
    padding: 3px 7px;
    border: 1px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #FAFAFA;
}

.blog-main-search .search-wrapper button span i{
    color:#000000 ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.blog-main-search .search-wrapper button:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #fafafa;
}

.blog-main-search .search-wrapper button:hover span{
    background-color: #FAFAFA;
}

.blog-main-search .search-wrapper button:hover i{
    transform: rotate(360deg);
}

.section-404{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.inner-404{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 200px 10px 80px;
}

.inner-404 h1{
    margin: 0;
    padding: 0;
    font-family: Urbanist;
    font-size: 68px;
    font-weight: 700;
    line-height: 70px;
    color: #FAFAFA;
}

.inner-404 h2{
    font-family: Urbanist;
    font-size: 38px;
    font-weight: 700;
    line-height: 45.6px;
    color: #FAFAFA;
}

.inner-404 p{
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    color: #c6c6c6;
    max-width: 600px;
}

.inner-404 a{
    cursor: pointer;
    border-radius: 46.67px;
    border: 1px solid #929292;
    background: #FAFAFA;
    padding: 10px 15px;
    color: #48309B;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

.inner-404 a span{
    padding: 3px 7px;
    border: 0.67px solid #929292;
    border-radius: 46.67px;
    margin-left: 10px;
    background-color: #48309B;
}

.inner-404 a span i{
    color:#FAFAFA ;
    transform: rotate(315deg);
    transition: transform 200ms ease-in;
}

.inner-404 a:hover{
    border: 1px solid #48309B;
    background-color: #48309B;
    color: #FAFAFA;
}

.inner-404 a:hover span{
    background-color: #FAFAFA;
}

.inner-404 a:hover i{
    transform: rotate(360deg);
    color: #48309B;
}

.blogs-slider .owl-nav, .feature-slider .owl-nav{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}

/* Featured Section - Youtube Video */
.view-animation-container{
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.view-animation-container button{
    color: #FAFAFA;
    backdrop-filter: blur(50px);
    background: #FFFFFF33;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Jost;
    font-size: 18.67px;
    font-weight: 400;
    cursor: pointer;
}

.featured-service-card:hover .view-animation-container{
    visibility: visible;
}

.featured-card:hover .view-animation-container{
    visibility: visible;
}

.youtube-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.youtube-popup.show {
    display: flex;
}

.youtube-popup .popup-outer{
    position: relative;
    padding: 50px;
    width: 1200px;
}

.youtube-popup .popup-inner {
    border-radius: 10px;
    border: 5px solid #fff;
}

.youtube-popup .popup-inner iframe{
    width: 100%;
    height: 80vh;
}

.close-popup {
    position: absolute;
    font-family: sans-serif;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    padding: 7px 10px;
    border-radius: 50%;
    font-weight: 700;
}

.iframe-feature-card{
    display: flex;
    justify-content: center;
    align-items: center; 
}

.iframe-feature-card iframe{
    height: 100%;
    object-fit: cover;
}

/* Media Queries */
@media screen and (min-width: 1301px){
    .blogs-slider .owl-carousel .owl-stage{
        padding-left: 0px !important;
    }
}
@media screen and (max-width: 1300px){
    .active-image{
        display: none;
    }
    .blogs-slider .owl-carousel{
        max-width: 1440px;
    }
    .blogs-slider .owl-dots{
        position: unset;
        padding-top: 50px;
    }
    .blogs-slider-container .blogs-slider{
        padding: 60px 0px;
    }
}

@media screen and (max-width: 1200px){
    .business-card-content h3{
        transform: translateY(0);
    }
    .business-card-content {
        transform: translateY(0);
        background: linear-gradient(180deg, rgba(40, 40, 40, 0.2) 0%, #000000 100%);
    }
    .service-card{
        flex: 35%;
    }

    .service-card .card-list ul{
        width: 200px;
    }

    .service-content-card-lists, .service-content-image-section{
        width: 100%;
    }
    .service-content-card-lists .service-inner-content-list ul{
        height: unset;
    }
    .choose-us-contents{
        display: block;
    }
    .choose-us-left-container h2{
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .what-we-do-contents{
        flex-direction: column-reverse;
        align-items: center;
    }
    .what-we-do-left, .what-we-do-right{
        width: 95%;
    }
    .blog-main-list{
        justify-content: space-between;
    }
    .blog-single-card{
        width: 45%;
    }
    .view-animation-container{
        visibility: visible;
    }
}

@media screen and (max-width: 992px){
    .properties-card{
        flex: 40%;
    }
    .footer-top{
        gap: 30px;
    }
    .footer-2{
        text-align: center;
    }
    .footer-2 h3{
        width: unset;
    }
    .footer-1, .footer-2, .footer-3{
        width: 100%;
    }
    .industry-impacts-tabs{
        display: block;
    }
    .industry-impacts-tabs .tabs-left{
        height: 300px;
    }
    .industry-page-features-contents{
        display: block;
    }
    .industry-page-features-contents-right, .industry-page-features-contents-left{
        width: 100%;
    }
    .industry-page-features-contents-right{
        padding-top: 20px;
    }
    .our-team-inner-container{
        flex-direction: column-reverse;
    }
    .our-team-inner-container .team-left, .our-team-inner-container .team-right{
        width: 100%;
    }
}

@media screen and (max-width: 890px){
    .who-we-are-inner{
        display: block;
    }
    .who-we-are-left, .who-we-are-right{
        width: 100%;
        padding-bottom: 30px;
    }
    .blog-main-search .search-wrapper{
        flex-direction: column;
    }
    .blog-main-search .search-wrapper .input-wrapper{
        flex-grow: 1;
        width: unset;
    }
    .blog-main-search .search-wrapper button {
        width: 160px;
        margin: 0 auto;
    }    
}

@media screen and (max-width: 796px){
    .hero-section-inner{
        padding: 200px 0px 100px;
    }
    .hero-section-container{
        gap: 20px;
    }
    .hero-section-static-container{
        padding-top: 20px;
    }
    .industry-card{
        flex: 40%;
    }
    .business-card{
        flex: 100%;
        height: 450px;
    }
    .contact-left{
        flex: 100%;
        padding: 50px 30px;
    }
    .contact-right{
        flex: 100%;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }
    .page-template-industries-page-template .contact-form-services-left h2{
        padding-bottom: 20px;
    }
    .hamburger-menu-button{
        display: block;
    }
    
    header .main-menu ul{
        display: none;
    }
    
    .hamburger-main-menu{
        display: block;
    }
    .mission-vision{
        background-position: left;
    }
    .mission-vision-inner .inner-card, .mission-vision-inner .inner-card:last-child{
        flex-direction: column;
    }
    .mission-vision-inner .inner-card h3, .mission-vision-inner .inner-card:last-child h3{
        border-right: unset;
        border-left: unset;
        border-bottom: 1px solid #FFFFFF;
        text-align: center;
        width: unset;
    }
    .mission-vision-inner .inner-card p, .mission-vision-inner .inner-card:last-child p{
        width: unset;
    }
    .blog-main-page-top-inner{
        flex-direction: column;
        align-items: center;
    }
    .highlited-top-card-outer, .most-popular-list{
        width: 95%;
    }
    .contact-form-service-inner{
        gap: 30px;
    }
    .single-post .service-page-inner-banner-container{
        height: 400px;
    }
}

@media screen and (max-width: 680px){
    .hero-slider-container h2{
        font-size: 56px;
        width: unset;
    }
    .hero-section-static-container{
        padding: 0px;
    }

    .testimonials-slider .testimonial-image{
        display: none;
    }

    .testimonials-slider .splide__pagination--ttb{
        rotate: 90deg;
        left: 0;
        top: unset;
        bottom: -10%;
    }
    
    .testimonials-slider .testimonial-text{
        flex-direction: column;
    }

    .testimonials-slider .testimonial-text .text-left{
        line-height: 20px;
    }
    .service-card{
        flex: 100%;
    }
    .service-content-card-lists::before{
        display: none;
    }
    .testimonials-slider .splide__track{
        pointer-events: none;
    }
    .industry-impacts-tabs .tab-right .tab-content-inner{
        display: block;
        padding: 0px 20px 20px;
    }
    .industry-impacts-tabs .tab-right .tab-content-inner .tab-image, .industry-impacts-tabs .tab-right .tab-content-inner .tab-content{
        width: unset;
    }
    .industry-impacts-tabs .tab-right{
        padding-top: 30px;
    }
    .choose-us-left-container h2 .span-outer{
        display: block;
        max-width: 240px;
        margin: 20px auto;
    }
    .choose-us-left-container h2{
        text-align: center;
    }
    .mission-vision{
        padding: 170px 10px 50px;
    }
    .what-we-do-left .image-container-outer .image-container-inner{
        width: 300px;
        height: 500px;
    }
    .our-team-inner-container .team-right .team-card-list .team-card{
        width: 48%;
    }
    .blog-contents-inner{
        flex-direction: column;
    }
    .blog-contents-inner .blog-main-content, .blog-contents-inner .blog-related-posts{
        width: 100%;
    }
    .blog-contents-inner .blog-related-posts{
       padding:30px 0px;
    }
    .blog-single-card{
        width: 100%;
    }
}

@media screen and (max-width: 520px){
    .our-team-inner-container .team-right .team-card-list .team-card{
        width: 100%;
    }
    .our-team-inner-container .team-right .team-card-list .team-card .image-container{
        height: 300px;
    }
    .our-team-inner-container .team-right .team-card-list .team-card .image-container .color-image{
        width: 100%;
        object-fit: contain;
    }
    .blog-main-page-main-inner .blog-tags-list{
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 490px){
    .feature-card-header h2{
        padding-bottom:  10px;
    }
    .industry-page-features-contents-right-single-card .image-container{
        width: 20%;
    }
    .service-content-image-section .image-container{
        width: 250px;
        height: 350px;
    }
    .who-we-are-right .image-container-inner{
        width: 300px;
    }
    .mission-vision {
        background-position: right;
    }
    .mission-vision-inner-container{
        padding: 20px;
    }
    .service-page-content-title{
        padding: 80px 10px 30px;
    }
    .service-content-card{
        gap: 0px;
    }
    .highlited-top-card-outer .highlited-top-card .highlited-top-card-image{
        height: 300px;
    }
}

@media screen and (max-width: 425px){
    .hero-slider-container h2{
        font-size: 48px;
    }
    .hero-section-inner{
        padding: 150px 0px;
    }
    .industry-card{
        flex: 100%;
    }
    .industry-inner{
        height: 300px;
    }
    .testimonials-slider .testimonial-text{
        padding: 0px 10px;
    }
    .contact-left-content-card{
        flex-direction: column;
    }
    .contact-right .form-container{
        padding: 30px;
        width: 80%;
    }
    .service-content-card-lists h2{
        font-size: 240px;
    }
    .footer-3{
        text-align: center;
    }
    .footer-3-menu ul{
        flex-direction: column;
    }
    .industry-impacts-tabs .tab-right .tab-content-inner .tab-image{
        height: 350px;
    }
    .who-we-are-left h3{
        padding: 0px 20px;
    }
    .single-post .service-page-inner-banner-container{
        height: 250px;
    }
}