@font-face {
    font-family: 'AktivGrotesk';
    src: url('../fonts/Aktivgrotesk/AktivGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Black.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-BlackItalic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Bold.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-BoldItalic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Hairline.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-HairlineItalic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Italic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Light.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-LightItalic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Medium.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-MediumItalic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-Thin.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-ThinItalic.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-XBold.ttf') format('truetype'),
        url('../fonts/Aktivgrotesk/AktivGrotesk-XBoldItalic.ttf') format('truetype');
    /* Add more src lines for different formats if needed */
}

body{
    font-family: "AktivGrotesk" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "AktivGrotesk" !important;
}

.post-title{
    font-size: 22px !important;
}

.post-excerpt p a{
    color: #f2c14e;
    font-weight: 600;
}

.post-excerpt p a:hover{
    color: #3F8F8B;
    font-weight: 600;
}

.blog-subheading{
    font-size: 20px !important;
}


.ti-inner-timeline {
    padding-top: 0 !important;
}

.separators-space{
    padding-top: 180px;
    padding-bottom: 180px;
}

.custom-bg{
    /* background: #3f8f8b; */
    /* background: rgb(59, 127, 124);
        background: linear-gradient(45deg, rgba(59, 127, 124, 1) 0%, rgba(66, 189, 182, 1) 57%, rgba(9, 172, 191, 1) 100%); */
        background: url('../images/hero/home-services-hero-bg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
}

.service-hero-space{
    height: 620px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .service-hero-space {
        height: 475px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .service-hero-space {
            height: 450px !important;
        }
}

.service-hero-text h1 {
    font-size: 75px !important;
}

.job-name{
    font-size: 20px !important;
}

.custom-link{
    color: #f2c14e !important;
    text-decoration: underline;
}

.custom-link:hover {
    color: #3F8F8B !important;
    text-decoration: underline;
}

.custom-highlight-green{
    color: #3F8F8B !important;
    font-weight: 600 !important;
}

.job-position{
    display: block;
    color: #3F8F8B;
}

.slider-heading-home{
    font-size: 18px !important;
}


.widget-blog-recent-post ul li a{
    padding: 15px 0 2px 20px !important;
    font-size: 16px;
    font-weight: 400;
}

.p1 a{
    color: #f2c14e;
}

.p1 a:hover {
    color: #3F8F8B;
}


.highlight-service a{
    color: #f2c14e !important;
}

.post-title{
    color:#3F8F8B;
    font-size: 35px;
}

.side-blog-title{
    font-size: 20px;
    font-weight: 500;
}

.hyper{
    color: #f2c14e !important;
}

.hyper:hover{
    color: #3F8F8B !important;
}

/* .odoo-link{
    padding-left: 14px !important;
    padding-right: 14px !important;
    
} */

.odoo-link a{
    padding: 15px 2px !important;
}

.infotechno-bg {
    background: #EEDFDF none repeat scroll 0% 0% !important;
}

.odoo-color-1{
    color: #462E40 !important;
}

.odoo-color-2 {
    color: #65455C !important;
}

.odoo-btn{
    background-color: #65455C !important;
    color: #ffffff !important;
}

.odoo-outline::before{
    background-color: #462E40 !important;
}

.odoo-testimonial{
    font-size: 14px !important;
}

.link-services{
    font-size: 24px !important;
    font-weight: 700 !important;
}

.sub-menu-heading-ti{
    font-weight: 700;
}


.custom-menu-link{
    font-size: 22px;
    font-weight: 600;
    background-color: #000000a2;
    color: #EEDFDF;
    border-radius: 20px;
    padding-left: 32px;
    padding-right: 32px;
}



/* WHATSAPP LOGO /////////////////////////////////////////// */
.whatsapp-button {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.whatsapp-button img:hover {
    transform: scale(1.1);
}